@charset "UTF-8";
/* 
Theme Name: Lazy Suricata
Theme URI: https://github.com/elementor/hello-theme/
Description: Custom Child Theme created for Lazy Suricata
Author: DevOcean.gr
Author URI: https://devocean.gr/
Template: hello-elementor
Version: 1.0.1
Text Domain: lazysuricata-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
@font-face {
  font-family: "icomoon";
  src: url("assets/css/fonts/icomoon.ttf") format("truetype"), url("assets/css/fonts/icomoon.woff") format("woff"), url("assets/css/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "burger";
  src: url("assets/css/fonts/burger.ttf") format("truetype"), url("assets/css/fonts/burger.woff") format("woff"), url("assets/css/fonts/burger.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media only screen and (max-width: 1320px) {
  body.stop-scroll {
    position: fixed;
    width: 100%;
    top: 0;
  }
}

.elementor-location-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 11;
  position: relative;
}
.elementor-location-header .nav-menu-wrapper {
  width: 100%;
  margin-right: 10px;
  z-index: 1;
}
.elementor-location-header .nav-menu-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.elementor-location-header .nav-menu-wrapper a {
  text-decoration: none;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container {
    position: fixed;
    min-width: 100%;
    max-width: 100%;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: scroll;
    top: 0px;
    background-color: #f4f4f4;
    transform: translateX(100%);
    z-index: 666;
    display: flex;
    transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out;
    flex-direction: column;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container {
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container .elementor-widget-search-form .elementor-search-form__container, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container .elementor-widget-search-form .elementor-search-form__container {
  width: calc(100% - 50px);
  border: 1px solid;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container .elementor-widget-search-form .elementor-search-form__container input, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container .elementor-widget-search-form .elementor-search-form__container input {
  font-size: 100%;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container .log-reg, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container .log-reg {
  margin-bottom: 10px;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container .log-reg, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container .lang-wrap, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container .log-reg, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container .lang-wrap {
  padding: 0;
  width: calc(100% - 15px);
  margin-left: 15px;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container {
    top: 0px !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container.show-menu, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container.show-menu {
  transform: translateX(0);
  opacity: 1;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul {
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul {
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: unset;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul {
    padding: 10px 10px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > a {
  color: #cc985b;
  background-color: #e9e1da;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > a {
    color: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:not(:first-child) > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:not(:first-child) > a {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:last-child > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:last-child > a {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-width: 1px 0px 1px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
  color: var(--e-global-color-text);
  font-size: min(max(13px, 2.0833333333vw), 16px);
  border-radius: 10px 10px 10px 10px;
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 0px 11px;
  line-height: 1;
  transition: none;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
    color: unset;
    border-radius: unset;
    background-color: unset;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a .sub-arrow, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a .sub-arrow {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
    display: flex;
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
    font-size: 21px;
    padding: 20px 55px;
    line-height: 13.5px;
    margin: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
    border: 1px solid rgba(37, 37, 37, 0.2392156863);
    padding: 15px 20px;
    line-height: 22px;
    justify-content: unset;
  }
}
@media only screen and (min-width: 1321px) and (max-height: 920px), screen and (orientation: landscape) and (min-width: 1321px) and (max-height: 920px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a {
    font-size: 13px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a.clicked, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a.clicked {
  font-weight: bold;
  border-bottom: none !important;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > a.clicked::after, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > a.clicked::after {
  transform: rotate(90deg);
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > ul {
  opacity: 1 !important;
  transition: all 0.3s linear;
  pointer-events: auto !important;
  z-index: 2;
  min-height: 180px;
}
@media only screen and (min-width: 1321px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > ul {
    display: flex !important;
  }
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > ul > li, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > ul > li {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:hover > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:hover > ul {
    margin-left: 0 !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li.menu-item-has-children, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li.menu-item-has-children {
  position: unset;
  display: block;
  pointer-events: auto;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li.menu-item-has-children > a:after, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li.menu-item-has-children > a:after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: var(--e-global-color-text);
  border: none;
  margin-left: 2px;
  transition: transform 0.3s ease-in-out;
  height: auto;
  opacity: 1 !important;
  background: none;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li.menu-item-has-children > a:after, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li.menu-item-has-children > a:after {
    content: "\e900";
    color: #666666;
    font-size: 30px;
    font-weight: lighter;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li.menu-item-has-children:hover > a:after, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li.menu-item-has-children:hover > a:after {
  color: #cc985b;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li.menu-item-has-children:hover > a:after, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li.menu-item-has-children:hover > a:after {
    color: #666666;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(7) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(7) > ul {
  padding-bottom: 120px;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul {
  display: none;
  width: 1100px !important;
  max-width: 1100px !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
  position: absolute;
  left: 0px !important;
  flex-wrap: wrap;
  pointer-events: none !important;
  z-index: 1;
}
@media only screen and (min-width: 1321px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul {
    background-image: url("/wp-content/uploads/2023/01/lazysuricata_logo-1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px 50px 80px 65px;
  }
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul {
    position: relative;
    flex-direction: column;
    width: 100% !important;
    top: 0 !important;
    opacity: 0 !important;
    box-shadow: none;
    padding: 0;
  }
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul.fadeIn, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul.fadeIn {
    transform: none !important;
    transition: none !important;
    pointer-events: none !important;
    opacity: 1 !important;
    margin-left: 0 !important;
    touch-action: auto !important;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li {
    width: unset;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li {
    padding: 10px 55px 10px 55px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li a:hover, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li a:hover {
  background-color: unset;
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > a {
  color: #666666;
  font-weight: 800;
  font-size: 17px;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > a {
    font-weight: 700;
    font-size: 18px;
    color: var(--e-global-color-text);
    display: block;
    margin-bottom: 0.9rem;
    pointer-events: all;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > a {
    font-size: 16px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > ul {
  position: relative;
  display: block !important;
  margin: 0 !important;
  top: 0 !important;
  background: transparent;
  width: unset;
  pointer-events: all;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > ul > li, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > ul > li {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0.9rem;
    word-break: break-all;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > ul > li > a {
  color: #666666;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > ul > li > a {
    color: var(--e-global-color-text);
    font-size: 18px;
    padding: 0;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li > ul > li > ul > li > a {
    font-size: 16px;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(1) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(1) > ul {
  background-color: #f7e052;
  border-top: 4px solid #a28408;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(1) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(1) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(1) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(1) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(1) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(1) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul {
  background-color: #ae7181;
  border-top: 4px solid #482e35;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(3) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(3) > ul {
  background-color: #99c76d;
  border-top: 4px solid #364726;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(3) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(3) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(3) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(3) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(3) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(3) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(4) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(4) > ul {
  background-color: #c9dbe5;
  border-top: 4px solid #859198;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(4) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(4) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(4) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(4) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(4) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(4) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(5) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(5) > ul {
  background-color: #c2afcf;
  border-top: 4px solid #403141;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(5) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(5) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(5) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(5) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(5) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(5) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul {
  background-color: #ff3300;
  border-top: 4px solid #a23808;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(7) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(7) > ul {
  background-color: #f0baf4;
  border-top: 4px solid #8b6c8e;
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(7) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(7) > ul {
    border-top: none;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(7) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(7) > ul {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: rgba(37, 37, 37, 0.2392156863);
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(7) > ul, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(7) > ul {
    border-left: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-right: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    border-bottom: 1px solid rgba(37, 37, 37, 0.2392156863) !important;
    padding-top: 15px;
    min-width: 100% !important;
  }
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul > li > a {
  color: var(--e-global-color-primary);
}
.elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(2) > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-container > ul > li:nth-child(6) > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(2) > ul > li > ul > li > a, .elementor-location-header .nav-menu-wrapper .menu-main-menu-new-en-container > ul > li:nth-child(6) > ul > li > ul > li > a {
  color: var(--e-global-color-primary);
}
.elementor-location-header .menu-btn-wrapper {
  margin-left: auto;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .menu-btn-wrapper.close-button {
    position: fixed;
    top: 0;
    right: 0px;
    z-index: 667;
    margin-top: 20px;
  }
}
.elementor-location-header .menu-btn {
  display: none;
  border-radius: 0;
  outline: none;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .elementor-location-header .menu-btn.rotate-button {
    margin-right: 0;
  }
}
.elementor-location-header .menu-btn.rotate-button::before {
  transform: translate(2px, 8px) rotate(45deg);
}
.elementor-location-header .menu-btn.rotate-button .menu-icon::before {
  opacity: 0;
}
.elementor-location-header .menu-btn.rotate-button .menu-icon::after {
  transform: translate(-4px, -12px) rotate(-45deg);
}
@media only screen and (max-width: 690px) {
  .elementor-location-header .menu-btn {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1320px) {
  .elementor-location-header .menu-btn {
    display: block;
    background: none;
    margin-right: 22px;
    border: none;
    padding: 0;
    height: fit-content;
  }
  .elementor-location-header .menu-btn::before {
    content: "\e902";
    width: 26px;
    height: 10px;
    display: flex;
    font-size: 2px;
    visibility: visible;
    font-family: "burger" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #414A54;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.5s ease-in-out;
  }
  .elementor-location-header .menu-btn .menu-icon::before {
    content: "\e902";
    width: 26px;
    height: 10px;
    display: flex;
    font-size: 2px;
    visibility: visible;
    font-family: "burger" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #414A54;
    -webkit-font-smoothing: antialiased;
    transition: opacity 0.5s ease-in-out;
  }
  .elementor-location-header .menu-btn .menu-icon::after {
    content: "\e902";
    width: 26px;
    height: 10px;
    display: flex;
    font-size: 2px;
    visibility: visible;
    font-family: "burger" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #414A54;
    -webkit-font-smoothing: antialiased;
    transition: transform 0.5s ease-in-out;
  }
}

@media only screen and (max-width: 690px) {
  .single-product .flex-control-thumbs {
    display: flex;
    justify-content: center;
  }
  .single-product .flex-control-thumbs li {
    width: auto !important;
  }
  .single-product .flex-control-thumbs li:before {
    content: "";
    background: #D6DFCE;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
  }
  .single-product .flex-control-thumbs li:has(> img.flex-active):before {
    background: #526157;
  }
  .single-product .flex-control-thumbs li::marker {
    display: none;
  }
  .single-product .flex-control-thumbs li img {
    display: none !important;
  }
}
.single-product main {
  max-width: unset !important;
  padding: 0 !important;
}
.single-product main .woocommerce-breadcrumb {
  margin-top: 100px;
  margin-bottom: 0;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.single-product main .woocommerce-breadcrumb .dashicons {
  font-size: 13px;
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
  width: 1em;
  height: 1em;
}
@media only screen and (max-width: 1320px) {
  .single-product main .woocommerce-breadcrumb .dashicons {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main .woocommerce-breadcrumb {
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 24px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .single-product main .woocommerce-breadcrumb {
    padding-left: 40px;
    margin-bottom: 0;
    line-height: 24px;
  }
}
.single-product main .woocommerce-breadcrumb a {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}
.single-product main > .product-type-simple {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 100px 0px;
}
.single-product main > .product-type-simple .onsale {
  left: 1.5% !important;
  min-height: unset !important;
  right: unset !important;
  top: 4%;
  background: #47564D;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  background: #75826A;
  color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 60px;
  text-transform: uppercase;
  font-family: "CaptainComic-400";
  font-size: 13px;
  box-shadow: 0px 2px 0px #66715c;
  padding: 0px 10px 0px;
  line-height: 36px !important;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .onsale {
    left: 9% !important;
    top: 5.5%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .single-product main > .product-type-simple .onsale {
    left: 6% !important;
    top: 4%;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple {
    padding: 50px 20px 70px 20px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .single-product main > .product-type-simple {
    padding: 20px 40px 100px 40px;
  }
}
.single-product main > .product-type-simple > div {
  flex: 1 0 50%;
  max-width: 100%;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .single-product main > .product-type-simple > div {
    min-width: 0;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple > div {
    flex: unset;
  }
}
.single-product main > .product-type-simple > div .woocommerce-product-gallery__trigger {
  z-index: 1 !important;
}
.single-product main > .product-type-simple > div .flex-viewport {
  border-radius: 20px 20px 20px 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple > div .flex-viewport {
    border-radius: unset;
  }
}
.single-product main > .product-type-simple > div ol li {
  padding-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.single-product main > .product-type-simple > div ol li img {
  border-radius: 20px 20px 20px 20px;
}
.single-product main > .product-type-simple .summary.entry-summary {
  flex: 1 0 50%;
  max-width: 100%;
  padding-left: 50px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary {
    padding-left: 0;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .button.container {
  padding-top: 100px;
  margin-top: -92px;
  background: linear-gradient(360deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 1;
  position: relative;
}
.single-product main > .product-type-simple .summary.entry-summary .button.container button {
  background-color: transparent;
  padding: 0;
  outline: none;
}
.single-product main > .product-type-simple .summary.entry-summary .product_title.entry-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 30px;
  text-transform: none;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary .product_title.entry-title {
    margin-bottom: 10px;
  }
}
.single-product main > .product-type-simple .summary.entry-summary p.price {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 22px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary p.price {
    margin: 20px 0px 30px 0px;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .quantity {
  float: unset;
  margin-top: 10px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary .quantity {
    margin-bottom: 20px;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .cart button {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  background-color: #546258;
  border: 2px solid #546258;
  border-radius: 50px 50px 50px 50px;
  padding: 20px 50px 20px 30px;
  color: #FFFFFF;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 0px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary .cart button {
    margin-top: 0;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .cart button:hover {
  background-color: #758A7B;
  border-color: #546258;
}
.single-product main > .product-type-simple .summary.entry-summary .cart button::before {
  content: url("https://suricata-vps.devocean.gr/wp-content/uploads/2023/01/shopping-purse-icon.svg");
  display: inline-block;
  margin-right: 10px;
  width: 1.4em;
}
.single-product main > .product-type-simple .summary.entry-summary .cart div:nth-of-type(2) {
  display: flex;
  margin-top: 30px;
  width: fit-content;
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary .cart div:nth-of-type(2) {
    margin-top: 0;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .product_meta {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .single-product main > .product-type-simple .summary.entry-summary .product_meta {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main > .product-type-simple .summary.entry-summary .product_meta {
    margin-bottom: 0;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .product_meta .sku_wrapper {
  margin-right: 13px;
}
.single-product main > .product-type-simple .summary.entry-summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
.single-product main > .product-type-simple .summary.entry-summary .product_meta .posted_in a {
  color: var(--e-global-color-text);
  font-weight: 400;
}
.single-product main > .product-type-simple .summary.entry-summary h2 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 60px;
  margin-bottom: 15px;
}
.single-product main > .product-type-simple .summary.entry-summary .description {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  color: var(--e-global-color-text);
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
}
@media only screen and (max-width: 1320px) {
  .single-product main > .product-type-simple .summary.entry-summary .description {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    max-height: 7rem;
    transition: all 0.8s ease-in-out;
    overflow: hidden;
  }
}
.single-product main > .product-type-simple .summary.entry-summary .description.rmv {
  max-height: 100%;
}
.single-product main > .best-sellers {
  background-color: #E0E7E1;
  padding: 65px 0px 100px 0px;
}
@media only screen and (max-width: 690px) {
  .single-product main > .best-sellers {
    padding: 40px 0px 100px 0px;
  }
}
.single-product main > .best-sellers .woocommerce {
  max-width: 1487px;
  margin-left: auto;
  margin-right: auto;
}
.single-product main > .best-sellers .woocommerce button.slick-prev {
  position: relative;
}
.single-product main > .best-sellers .woocommerce button.slick-prev::before {
  content: "";
  background: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 3px #bbbbbb;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:nth-child(1) {
  margin-right: 5px;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:nth-child(1)::before {
  left: -18px;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 28%;
  left: 0;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:last-of-type {
  margin-left: 5px;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:last-of-type::before {
  left: -10px;
}
.single-product main > .best-sellers .woocommerce button.slick-prev:last-of-type::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000000;
  top: 28%;
  left: 58%;
}
@media only screen and (max-width: 690px) {
  .single-product main > .best-sellers .woocommerce button {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    margin-top: -17.5px;
    font-size: 20px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: -5%;
    bottom: auto;
    left: auto;
  }
  .single-product main > .best-sellers .woocommerce button svg {
    display: none;
  }
  .single-product main > .best-sellers .woocommerce button:after {
    top: calc(50% - 10px) !important;
    left: calc(50% - 5px) !important;
    transform: scale(0.8);
  }
  .single-product main > .best-sellers .woocommerce button:before {
    left: 0 !important;
    top: 0 !important;
    width: inherit !important;
    height: inherit !important;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main > .best-sellers .woocommerce button.best-sellers-prev {
    right: calc(2.5% + 35px);
    margin-right: 0 !important;
  }
  .single-product main > .best-sellers .woocommerce button.best-sellers-prev:before {
    border-radius: 20px 0px 0px 20px;
    border-right: 2px solid #8F8C89;
    box-shadow: 0px 0px;
  }
}
@media only screen and (max-width: 690px) {
  .single-product main > .best-sellers .woocommerce button.best-sellers-next {
    right: 2.5%;
    margin-left: 0 !important;
  }
  .single-product main > .best-sellers .woocommerce button.best-sellers-next:before {
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px;
  }
}
.single-product main > .best-sellers .woocommerce .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}
.single-product main > .best-sellers > h2 {
  margin-bottom: 54px;
  margin-top: 43px;
  text-align: center;
  font-family: "CaptainComic-400";
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: var(--e-global-color-primary);
}
@media only screen and (max-width: 690px) {
  .single-product main > .best-sellers > h2 {
    font-size: 19px;
    margin-bottom: 35px;
    text-align: left;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 690px) {
  .best-sellers .woocommerce button {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    margin-top: -17.5px;
    font-size: 20px !important;
    position: absolute !important;
    background-color: transparent !important;
    top: -5%;
    bottom: auto;
    left: auto;
  }
  .best-sellers .woocommerce button svg {
    display: none;
  }
  .best-sellers .woocommerce button:after {
    top: calc(50% - 10px) !important;
    left: calc(50% - 5px) !important;
    transform: scale(0.8);
  }
  .best-sellers .woocommerce button:before {
    left: 0 !important;
    top: 0 !important;
    width: inherit !important;
    height: inherit !important;
  }
}
@media only screen and (max-width: 690px) {
  .best-sellers .woocommerce button.best-sellers-prev {
    right: calc(2.5% + 35px);
    margin-right: 0 !important;
  }
  .best-sellers .woocommerce button.best-sellers-prev:before {
    border-radius: 20px 0px 0px 20px !important;
    border-right: 2px solid #8F8C89;
    box-shadow: 0px 0px !important;
  }
}
@media only screen and (max-width: 690px) {
  .best-sellers .woocommerce button.best-sellers-next {
    right: 2.5%;
    margin-left: 0 !important;
  }
  .best-sellers .woocommerce button.best-sellers-next:before {
    border-radius: 0px 20px 20px 0px !important;
    box-shadow: 0px 0px !important;
  }
}

.archive .woocommerce-notices-wrapper > .woocommerce-message, .archive .woocommerce-notices-shortcode > .woocommerce-message, .single .woocommerce-notices-wrapper > .woocommerce-message, .single .woocommerce-notices-shortcode > .woocommerce-message, .home .woocommerce-notices-wrapper > .woocommerce-message, .home .woocommerce-notices-shortcode > .woocommerce-message, .search .woocommerce-notices-wrapper > .woocommerce-message, .search .woocommerce-notices-shortcode > .woocommerce-message {
  width: 100%;
  position: fixed;
  z-index: 666;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s 0.4s ease-in-out, z-index 0.4s 0.5s ease-in-out;
  border: none;
  color: #ffffff;
  padding: 0;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message.closeit, .archive .woocommerce-notices-shortcode > .woocommerce-message.closeit, .single .woocommerce-notices-wrapper > .woocommerce-message.closeit, .single .woocommerce-notices-shortcode > .woocommerce-message.closeit, .home .woocommerce-notices-wrapper > .woocommerce-message.closeit, .home .woocommerce-notices-shortcode > .woocommerce-message.closeit, .search .woocommerce-notices-wrapper > .woocommerce-message.closeit, .search .woocommerce-notices-shortcode > .woocommerce-message.closeit {
  opacity: 0;
  z-index: -1;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message.closeit .before-cart-product-container, .archive .woocommerce-notices-shortcode > .woocommerce-message.closeit .before-cart-product-container, .single .woocommerce-notices-wrapper > .woocommerce-message.closeit .before-cart-product-container, .single .woocommerce-notices-shortcode > .woocommerce-message.closeit .before-cart-product-container, .home .woocommerce-notices-wrapper > .woocommerce-message.closeit .before-cart-product-container, .home .woocommerce-notices-shortcode > .woocommerce-message.closeit .before-cart-product-container, .search .woocommerce-notices-wrapper > .woocommerce-message.closeit .before-cart-product-container, .search .woocommerce-notices-shortcode > .woocommerce-message.closeit .before-cart-product-container {
  transform: scale(0);
}
.archive .woocommerce-notices-wrapper > .woocommerce-message:before, .archive .woocommerce-notices-shortcode > .woocommerce-message:before, .single .woocommerce-notices-wrapper > .woocommerce-message:before, .single .woocommerce-notices-shortcode > .woocommerce-message:before, .home .woocommerce-notices-wrapper > .woocommerce-message:before, .home .woocommerce-notices-shortcode > .woocommerce-message:before, .search .woocommerce-notices-wrapper > .woocommerce-message:before, .search .woocommerce-notices-shortcode > .woocommerce-message:before {
  display: none;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container {
  position: relative;
  max-width: 800px;
  max-height: 650px;
  overflow: auto;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
  border: none;
  padding: min(max(20px, 7.1614583333vw), 55px) min(max(15px, 4.5572916667vw), 35px) min(max(15px, 4.5572916667vw), 35px) min(max(15px, 4.5572916667vw), 35px);
  width: 100%;
  min-height: 360px;
  transition: all 0.4s ease-in-out;
  width: calc(100% - 36px);
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #000000;
}
@media only screen and (max-width: 690px) {
  .archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container {
    width: 90%;
    font-size: 12px;
    min-height: 40px;
  }
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar {
  width: 11px;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-track {
  background: #e3e3e3;
  border-radius: 6px;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container:before, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container:before, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container:before, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container:before, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container:before, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container:before, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container:before, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container:before {
  content: "\e015";
  color: #8fae1b;
  position: relative;
  top: unset;
  left: unset;
  padding-left: 15px;
  padding-right: 5px;
  align-self: flex-start;
  display: flex;
  font-family: "Woocommerce";
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button {
  order: 4;
  background: #acbf9d;
  color: white;
  border-color: #ebe9eb;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 10px;
  padding: 5px;
  min-height: 50px;
  justify-content: center;
  flex: auto;
  display: flex;
  align-items: center;
  line-height: inherit;
  box-sizing: border-box;
  max-width: 49%;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media only screen and (max-width: 690px) {
  .archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button {
    font-size: 12px;
    min-height: 40px;
  }
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:hover, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:hover, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:hover, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:hover, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:hover, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:hover, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:hover, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:hover {
  background-color: rgb(133, 160, 109);
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .button:not(.wc-forward), .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .button:not(.wc-forward) {
  margin-left: 2%;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal {
  position: absolute;
  top: 10px;
  font-size: 18px;
  right: 10px;
  background: transparent;
  color: #000;
  padding: 0;
  outline: none;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .js-close-before-cart-modal:hover {
  color: #c0c0c0;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info {
  order: 3;
  display: flex;
  width: 100%;
  margin-top: min(max(15px, 4.5572916667vw), 35px);
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info img, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info img {
  max-width: 120px;
  margin-right: 20px;
  object-fit: contain;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div {
  width: 100%;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div a, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div a {
  color: #ACBF9D;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color emoji;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .archive .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .single .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .single .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .home .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .home .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .search .woocommerce-notices-wrapper > .woocommerce-message .before-cart-product-container .before-cart-product-info div p, .search .woocommerce-notices-shortcode > .woocommerce-message .before-cart-product-container .before-cart-product-info div p {
  font-size: 20px;
  color: #565656;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .restore-item, .archive .woocommerce-notices-shortcode > .woocommerce-message .restore-item, .single .woocommerce-notices-wrapper > .woocommerce-message .restore-item, .single .woocommerce-notices-shortcode > .woocommerce-message .restore-item, .home .woocommerce-notices-wrapper > .woocommerce-message .restore-item, .home .woocommerce-notices-shortcode > .woocommerce-message .restore-item, .search .woocommerce-notices-wrapper > .woocommerce-message .restore-item, .search .woocommerce-notices-shortcode > .woocommerce-message .restore-item {
  color: #acbf9d;
  transition: all 0.3s ease-in-out;
}
.archive .woocommerce-notices-wrapper > .woocommerce-message .restore-item:hover, .archive .woocommerce-notices-shortcode > .woocommerce-message .restore-item:hover, .single .woocommerce-notices-wrapper > .woocommerce-message .restore-item:hover, .single .woocommerce-notices-shortcode > .woocommerce-message .restore-item:hover, .home .woocommerce-notices-wrapper > .woocommerce-message .restore-item:hover, .home .woocommerce-notices-shortcode > .woocommerce-message .restore-item:hover, .search .woocommerce-notices-wrapper > .woocommerce-message .restore-item:hover, .search .woocommerce-notices-shortcode > .woocommerce-message .restore-item:hover {
  color: rgb(133, 160, 109);
}
.archive .woocommerce-notices-wrapper > .woocommerce-error .button, .archive .woocommerce-notices-shortcode > .woocommerce-error .button, .single .woocommerce-notices-wrapper > .woocommerce-error .button, .single .woocommerce-notices-shortcode > .woocommerce-error .button, .home .woocommerce-notices-wrapper > .woocommerce-error .button, .home .woocommerce-notices-shortcode > .woocommerce-error .button, .search .woocommerce-notices-wrapper > .woocommerce-error .button, .search .woocommerce-notices-shortcode > .woocommerce-error .button {
  background: #acbf9d;
  color: white;
  border-color: #ebe9eb;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 10px;
  padding: 2px 12px 0 12px;
  margin-top: -2px;
  justify-content: center;
  flex: auto;
  display: flex;
  align-items: center;
  line-height: inherit;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.archive .woocommerce-notices-wrapper > .woocommerce-error .button:hover, .archive .woocommerce-notices-shortcode > .woocommerce-error .button:hover, .single .woocommerce-notices-wrapper > .woocommerce-error .button:hover, .single .woocommerce-notices-shortcode > .woocommerce-error .button:hover, .home .woocommerce-notices-wrapper > .woocommerce-error .button:hover, .home .woocommerce-notices-shortcode > .woocommerce-error .button:hover, .search .woocommerce-notices-wrapper > .woocommerce-error .button:hover, .search .woocommerce-notices-shortcode > .woocommerce-error .button:hover {
  background-color: rgb(133, 160, 109);
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container, .archive .woocommerce-notices-shortcode .before-cart-upsells-container, .single .woocommerce-notices-wrapper .before-cart-upsells-container, .single .woocommerce-notices-shortcode .before-cart-upsells-container, .home .woocommerce-notices-wrapper .before-cart-upsells-container, .home .woocommerce-notices-shortcode .before-cart-upsells-container, .search .woocommerce-notices-wrapper .before-cart-upsells-container, .search .woocommerce-notices-shortcode .before-cart-upsells-container {
  order: 5;
}
.archive .woocommerce-notices-wrapper .before-cart-crossells-container, .archive .woocommerce-notices-shortcode .before-cart-crossells-container, .single .woocommerce-notices-wrapper .before-cart-crossells-container, .single .woocommerce-notices-shortcode .before-cart-crossells-container, .home .woocommerce-notices-wrapper .before-cart-crossells-container, .home .woocommerce-notices-shortcode .before-cart-crossells-container, .search .woocommerce-notices-wrapper .before-cart-crossells-container, .search .woocommerce-notices-shortcode .before-cart-crossells-container {
  order: 6;
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container, .archive .woocommerce-notices-wrapper .before-cart-crossells-container, .archive .woocommerce-notices-shortcode .before-cart-upsells-container, .archive .woocommerce-notices-shortcode .before-cart-crossells-container, .single .woocommerce-notices-wrapper .before-cart-upsells-container, .single .woocommerce-notices-wrapper .before-cart-crossells-container, .single .woocommerce-notices-shortcode .before-cart-upsells-container, .single .woocommerce-notices-shortcode .before-cart-crossells-container, .home .woocommerce-notices-wrapper .before-cart-upsells-container, .home .woocommerce-notices-wrapper .before-cart-crossells-container, .home .woocommerce-notices-shortcode .before-cart-upsells-container, .home .woocommerce-notices-shortcode .before-cart-crossells-container, .search .woocommerce-notices-wrapper .before-cart-upsells-container, .search .woocommerce-notices-wrapper .before-cart-crossells-container, .search .woocommerce-notices-shortcode .before-cart-upsells-container, .search .woocommerce-notices-shortcode .before-cart-crossells-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container > p, .archive .woocommerce-notices-wrapper .before-cart-crossells-container > p, .archive .woocommerce-notices-shortcode .before-cart-upsells-container > p, .archive .woocommerce-notices-shortcode .before-cart-crossells-container > p, .single .woocommerce-notices-wrapper .before-cart-upsells-container > p, .single .woocommerce-notices-wrapper .before-cart-crossells-container > p, .single .woocommerce-notices-shortcode .before-cart-upsells-container > p, .single .woocommerce-notices-shortcode .before-cart-crossells-container > p, .home .woocommerce-notices-wrapper .before-cart-upsells-container > p, .home .woocommerce-notices-wrapper .before-cart-crossells-container > p, .home .woocommerce-notices-shortcode .before-cart-upsells-container > p, .home .woocommerce-notices-shortcode .before-cart-crossells-container > p, .search .woocommerce-notices-wrapper .before-cart-upsells-container > p, .search .woocommerce-notices-wrapper .before-cart-crossells-container > p, .search .woocommerce-notices-shortcode .before-cart-upsells-container > p, .search .woocommerce-notices-shortcode .before-cart-crossells-container > p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
  width: 100%;
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button), .archive .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button), .archive .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button), .archive .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button), .single .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button), .single .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button), .single .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button), .single .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button), .home .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button), .home .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button), .home .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button), .home .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button), .search .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button), .search .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button), .search .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button), .search .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button) {
  display: block;
  color: #acbf9d;
  transition: all 0.3s ease-in-out;
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button):hover, .archive .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button):hover, .archive .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button):hover, .archive .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button):hover, .single .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button):hover, .single .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button):hover, .single .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button):hover, .single .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button):hover, .home .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button):hover, .home .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button):hover, .home .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button):hover, .home .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button):hover, .search .woocommerce-notices-wrapper .before-cart-upsells-container > div a:not(.button):hover, .search .woocommerce-notices-wrapper .before-cart-crossells-container > div a:not(.button):hover, .search .woocommerce-notices-shortcode .before-cart-upsells-container > div a:not(.button):hover, .search .woocommerce-notices-shortcode .before-cart-crossells-container > div a:not(.button):hover {
  color: rgb(133, 160, 109);
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container > div img, .archive .woocommerce-notices-wrapper .before-cart-crossells-container > div img, .archive .woocommerce-notices-shortcode .before-cart-upsells-container > div img, .archive .woocommerce-notices-shortcode .before-cart-crossells-container > div img, .single .woocommerce-notices-wrapper .before-cart-upsells-container > div img, .single .woocommerce-notices-wrapper .before-cart-crossells-container > div img, .single .woocommerce-notices-shortcode .before-cart-upsells-container > div img, .single .woocommerce-notices-shortcode .before-cart-crossells-container > div img, .home .woocommerce-notices-wrapper .before-cart-upsells-container > div img, .home .woocommerce-notices-wrapper .before-cart-crossells-container > div img, .home .woocommerce-notices-shortcode .before-cart-upsells-container > div img, .home .woocommerce-notices-shortcode .before-cart-crossells-container > div img, .search .woocommerce-notices-wrapper .before-cart-upsells-container > div img, .search .woocommerce-notices-wrapper .before-cart-crossells-container > div img, .search .woocommerce-notices-shortcode .before-cart-upsells-container > div img, .search .woocommerce-notices-shortcode .before-cart-crossells-container > div img {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.archive .woocommerce-notices-wrapper .before-cart-upsells-container > div a.button, .archive .woocommerce-notices-wrapper .before-cart-crossells-container > div a.button, .archive .woocommerce-notices-shortcode .before-cart-upsells-container > div a.button, .archive .woocommerce-notices-shortcode .before-cart-crossells-container > div a.button, .single .woocommerce-notices-wrapper .before-cart-upsells-container > div a.button, .single .woocommerce-notices-wrapper .before-cart-crossells-container > div a.button, .single .woocommerce-notices-shortcode .before-cart-upsells-container > div a.button, .single .woocommerce-notices-shortcode .before-cart-crossells-container > div a.button, .home .woocommerce-notices-wrapper .before-cart-upsells-container > div a.button, .home .woocommerce-notices-wrapper .before-cart-crossells-container > div a.button, .home .woocommerce-notices-shortcode .before-cart-upsells-container > div a.button, .home .woocommerce-notices-shortcode .before-cart-crossells-container > div a.button, .search .woocommerce-notices-wrapper .before-cart-upsells-container > div a.button, .search .woocommerce-notices-wrapper .before-cart-crossells-container > div a.button, .search .woocommerce-notices-shortcode .before-cart-upsells-container > div a.button, .search .woocommerce-notices-shortcode .before-cart-crossells-container > div a.button {
  max-width: unset !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}


.home .best-sellers .woocommerce,
.home .recommendations .woocommerce {
  max-width: 1487px;
  margin-left: auto;
  margin-right: auto;
}
.home .best-sellers .woocommerce button.slick-prev,
.home .recommendations .woocommerce button.slick-prev {
  position: relative;
}
.home .best-sellers .woocommerce button.slick-prev:hover,
.home .recommendations .woocommerce button.slick-prev:hover {
  background: unset;
}
.home .best-sellers .woocommerce button.slick-prev::before,
.home .recommendations .woocommerce button.slick-prev::before {
  content: "";
  background: #ffffff;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 3px #bbbbbb;
}
.home .best-sellers .woocommerce button.slick-prev:nth-child(1),
.home .recommendations .woocommerce button.slick-prev:nth-child(1) {
  margin-right: 5px;
}
.home .best-sellers .woocommerce button.slick-prev:nth-child(1)::before,
.home .recommendations .woocommerce button.slick-prev:nth-child(1)::before {
  left: -18px;
}
.home .best-sellers .woocommerce button.slick-prev:nth-child(1)::after,
.home .recommendations .woocommerce button.slick-prev:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000;
  top: 25%;
  left: 0;
}
.home .best-sellers .woocommerce button.slick-prev:last-of-type,
.home .recommendations .woocommerce button.slick-prev:last-of-type {
  margin-left: 5px;
}
.home .best-sellers .woocommerce button.slick-prev:last-of-type::before,
.home .recommendations .woocommerce button.slick-prev:last-of-type::before {
  left: -10px;
}
.home .best-sellers .woocommerce button.slick-prev:last-of-type::after,
.home .recommendations .woocommerce button.slick-prev:last-of-type::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000000;
  top: 25%;
  left: 58%;
}
@media only screen and (max-width: 690px) {
  .home .best-sellers .woocommerce button,
  .home .recommendations .woocommerce button {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px;
    margin-top: -17.5px;
    font-size: 20px !important;
    position: absolute !important;
  }
}
@media only screen and (max-width: 690px) {
  .home .best-sellers .woocommerce button.best-sellers-prev,
  .home .recommendations .woocommerce button.best-sellers-prev {
    background: unset;
  }
  .home .best-sellers .woocommerce button.best-sellers-prev:before,
  .home .recommendations .woocommerce button.best-sellers-prev:before {
    top: 3px;
    border-radius: 0;
    box-shadow: 0px 0px;
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 690px) {
  .home .best-sellers .woocommerce button.best-sellers-next,
  .home .recommendations .woocommerce button.best-sellers-next {
    background: unset;
  }
  .home .best-sellers .woocommerce button.best-sellers-next:before,
  .home .recommendations .woocommerce button.best-sellers-next:before {
    top: 3px;
    border-radius: 0;
    box-shadow: 0px 0px;
    width: 35px;
    height: 35px;
  }
}
.home .best-sellers .woocommerce .slick-slide,
.home .recommendations .woocommerce .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
}

.products-slider.best-sellers .woocommerce ul.products, .products-slider.recommendations .woocommerce ul.products {
  justify-content: unset;
  width: calc(100% - 25px);
  margin: auto;
}
.products-slider.best-sellers .woocommerce ul.products .slick-track, .products-slider.recommendations .woocommerce ul.products .slick-track {
  display: flex;
  height: 100%;
}
.products-slider.best-sellers .woocommerce ul.products li.product, .products-slider.recommendations .woocommerce ul.products li.product {
  max-width: 400px;
  height: 100%;
}
@media only screen and (max-width: 690px) {
  .products-slider.best-sellers .woocommerce ul.products li.product, .products-slider.recommendations .woocommerce ul.products li.product {
    width: 90vw;
  }
  .products-slider.best-sellers .woocommerce ul.products li.product .add_to_cart_button, .products-slider.recommendations .woocommerce ul.products li.product .add_to_cart_button {
    width: 100%;
  }
  .products-slider.best-sellers .woocommerce ul.products li.product .add_to_cart_button:before, .products-slider.recommendations .woocommerce ul.products li.product .add_to_cart_button:before {
    left: 10px;
  }
  .products-slider.best-sellers .woocommerce ul.products li.product > div, .products-slider.recommendations .woocommerce ul.products li.product > div {
    min-height: 500px;
  }
}
.products-slider.best-sellers .woocommerce ul.products li.product > div, .products-slider.recommendations .woocommerce ul.products li.product > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products-slider.best-sellers .woocommerce ul.products li.product > div .add-to-cart-logo-container, .products-slider.recommendations .woocommerce ul.products li.product > div .add-to-cart-logo-container {
  margin-top: auto;
}
.products-slider.best-sellers .woocommerce ul.products li.product > div > a, .products-slider.recommendations .woocommerce ul.products li.product > div > a {
  min-height: 70%;
}
.products-slider .woocommerce ul.products {
  justify-content: unset;
  flex-wrap: nowrap;
}
.products-slider .woocommerce ul.products ul[role=tablist] {
  display: none;
}
@media only screen and (max-width: 690px) {
  .products-slider .woocommerce ul.products .slick-slide {
    margin: unset;
  }
}
.products-slider .woocommerce ul.products li.product {
  width: unset;
}
@media only screen and (max-width: 690px) {
  .products-slider .woocommerce ul.products li.product {
    width: calc(100% - 30px) !important;
    left: 15px;
  }
}
.products-slider .woocommerce ul.products button.slick-arrow {
  height: 40px;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 29px;
  color: #5a6551;
  width: 40px;
  align-self: center;
  outline: none;
}
.products-slider .woocommerce ul.products button.slick-arrow:hover, .products-slider .woocommerce ul.products button.slick-arrow:focus {
  background: #cee5bc;
  color: #5a6551;
}
.products-slider .woocommerce ul.products button.slick-arrow:nth-of-type(1) {
  border-radius: 20px 0px 0px 20px;
}
.products-slider .woocommerce ul.products button.slick-arrow:nth-of-type(2) {
  border-radius: 0px 20px 20px 0px;
}

.archive .cat-item.current-cat::before {
  content: "✓";
  margin-right: 5px;
}
.archive .site-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 70px;
  max-width: 98% !important;
}
.archive .site-main .woocommerce-products-header {
  display: flex;
  flex-basis: 100%;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20%;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .woocommerce-products-header {
    margin-left: 0;
  }
}
.archive .site-main .woocommerce-products-header .image-container {
  border-radius: 15px 15px 15px 15px;
  width: 85%;
  max-height: 270px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .woocommerce-products-header .image-container {
    width: 100%;
  }
}
@media only screen and (min-width: 930px) and (max-width: 1530px) {
  .archive .site-main .woocommerce-products-header .image-container {
    width: 98%;
  }
}
.archive .site-main .woocommerce-products-header .image-container img {
  width: 100%;
  height: auto;
}
.archive .site-main .woocommerce-products-header h1 {
  margin: 0;
  font-family: "proxima nova", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
}
.archive .site-main .store-sidebar {
  width: 20%;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar {
    width: 100%;
    order: 2;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar .filters-wrapper {
    display: none;
  }
}
.archive .site-main .store-sidebar .filters-wrapper.show-modal {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar .filters-wrapper .filters-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
  }
}
.archive .site-main .store-sidebar .filters-wrapper .filter-title-container {
  display: none;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar .filters-wrapper .filter-title-container {
    display: block;
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: sticky;
  }
}
.archive .site-main .store-sidebar .filters-wrapper .filter-title-container .svg-wrapper {
  fill: grey;
  position: absolute;
  left: 0;
  padding-left: 15px;
}
.archive .site-main .store-sidebar .filters-wrapper .filter-title-container .svg-wrapper svg {
  height: 25px;
  width: 25px;
}
.archive .site-main .store-sidebar .filters-wrapper .filter-title-container .filter-title {
  color: #2D2118;
  font-family: "proxima nova", Sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.archive .site-main .store-sidebar .widget_product_categories.rt::before, .archive .site-main .store-sidebar .widget_layered_nav.rt::before {
  transform: rotate(360deg);
}
.archive .site-main .store-sidebar .widget_text {
  margin-top: 20px;
}
@media only screen and (max-width: 1320px) {
  .archive .site-main .store-sidebar .widget_text .elementor-element-ae4c239 {
    --width:100%;
  }
}
.archive .site-main .store-sidebar div {
  color: #252525;
  font-family: "CaptainComic-400", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.archive .site-main .store-sidebar .title {
  text-transform: uppercase;
}
.archive .site-main .store-sidebar ul {
  list-style-type: none;
}
.archive .site-main .store-sidebar .widget_product_categories, .archive .site-main .store-sidebar .widget_layered_nav {
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #C4C4C4;
  border-radius: 0px 0px 0px 0px;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar .widget_product_categories, .archive .site-main .store-sidebar .widget_layered_nav {
    order: 2;
    margin: 0 10px;
    padding-top: 60px;
  }
}
.archive .site-main .store-sidebar .widget_product_categories ul, .archive .site-main .store-sidebar .widget_layered_nav ul {
  display: none;
  padding-left: 20px;
}
.archive .site-main .store-sidebar .widget_product_categories ul li, .archive .site-main .store-sidebar .widget_layered_nav ul li {
  font-family: "proxima nova", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 5px;
  margin-bottom: 5px;
  margin-left: 2.5px;
}
.archive .site-main .store-sidebar .widget_product_categories ul li a, .archive .site-main .store-sidebar .widget_layered_nav ul li a {
  color: #6A6A6A;
}
.archive .site-main .store-sidebar .widget_product_categories ul li span.count, .archive .site-main .store-sidebar .widget_layered_nav ul li span.count {
  color: #6A6A6A;
  font-weight: 400;
}
.archive .site-main .store-sidebar .widget_product_categories .title, .archive .site-main .store-sidebar .widget_layered_nav .title {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}
.archive .site-main .store-sidebar .widget_product_categories .title::after, .archive .site-main .store-sidebar .widget_layered_nav .title::after {
  content: "\e901";
  font-family: "icomoon" !important;
  color: #666666;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  transform: rotate(180deg);
  transition: all 0.15s;
  display: inline-block;
  position: relative;
  right: 0;
}
.archive .site-main .store-sidebar .widget_product_categories .title.toggled::after, .archive .site-main .store-sidebar .widget_layered_nav .title.toggled::after {
  transform: rotate(360deg);
}
.archive .site-main .store-sidebar .widget_price_filter {
  padding: 30px 0px 30px 0px;
}
.archive .site-main .store-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: black;
}
.archive .site-main .store-sidebar .widget_price_filter form {
  margin-top: 10px;
}
.archive .site-main .store-sidebar .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .store-sidebar .widget_price_filter {
    order: 3;
    margin: 0 10px;
  }
}
.archive .site-main .store-sidebar .widget_price_filter .price_label {
  color: #6A6A6A;
  font-family: "proxima nova", Sans-serif;
  font-size: 16px;
  margin-left: 15px;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .archive .site-main .store-sidebar .widget_price_filter .price_label {
    margin-left: 5px;
    font-size: 15px;
  }
}
.archive .site-main .store-sidebar .widget_price_filter button {
  border-radius: 50px 50px 50px 50px;
  color: white;
  background-color: #ACBF9D;
  font-family: "proxima nova", Sans-serif;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .archive .site-main .store-sidebar .widget_price_filter button {
    margin-left: 0;
  }
}
.archive .site-main .store-sidebar .widget_price_filter .ui-slider-range, .archive .site-main .store-sidebar .widget_price_filter .ui-slider-handle {
  background-color: #ACBF9D;
  z-index: 0;
}
.archive .site-main .products-container {
  width: 80%;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container {
    width: unset;
    padding-left: 0;
  }
}
.archive .site-main .products-container .top-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters {
    display: unset;
  }
}
@media only screen and (max-width: 1320px) {
  .archive .site-main .products-container .top-filters .dev_flex--ai-center {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive .site-main .products-container .top-filters .dev_flex--ai-center .page-title {
  font-family: "proxima nova", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  line-height: 35px;
  padding-left: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1320px) {
  .archive .site-main .products-container .top-filters .dev_flex--ai-center .page-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .dev_flex--ai-center .page-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .dev_flex--ai-center {
    display: flex;
    flex-direction: column;
    align-items: unset;
  }
}
.archive .site-main .products-container .top-filters .dev_flex--ai-center .woocommerce-result-count {
  margin-left: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 1320px) {
  .archive .site-main .products-container .top-filters .dev_flex--ai-center .woocommerce-result-count {
    margin-top: 0;
  }
}
.archive .site-main .products-container .top-filters .woocommerce-ordering {
  margin-right: 15%;
}
@media only screen and (min-width: 930px) and (max-width: 1530px) {
  .archive .site-main .products-container .top-filters .woocommerce-ordering {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .archive .site-main .products-container .top-filters .woocommerce-ordering {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .woocommerce-ordering {
    display: none;
  }
}
.archive .site-main .products-container .top-filters .woocommerce-ordering .orderby {
  border-radius: 50px 50px 50px 50px;
  max-width: 250px;
  font-family: "proxima nova", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: rgba(179, 34, 34, 0);
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .woocommerce-ordering .orderby {
    display: flex;
    flex-direction: column;
  }
}
.archive .site-main .products-container .top-filters .fltr-button.container {
  display: none;
}
.archive .site-main .products-container .top-filters .fltr-button.container .filters-btn {
  background-color: #C08C56;
  border-radius: 70px 70px 70px 70px;
  font-family: "proxima nova", Sans-serif;
  font-weight: 700;
  background-color: #C08C56;
  font-size: 14px;
  line-height: 17px;
  padding: 12px 24px 12px 24px;
}
.archive .site-main .products-container .top-filters .fltr-button.container .filters-btn span {
  color: white;
  margin-top: 6px;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .fltr-button.container .filters-btn {
    display: flex;
    padding-bottom: 2px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
  }
}
.archive .site-main .products-container .top-filters .fltr-button.container .filters-btn::before {
  content: url("https://suricata-vps.devocean.gr/wp-content/uploads/2023/01/filter-icon.svg");
  width: 30px;
  height: auto;
  margin-left: -5px;
  margin-top: 0px;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .top-filters .fltr-button.container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
}
.archive .site-main .products-container .products.columns-4 {
  height: fit-content;
  justify-content: unset;
  gap: unset;
  margin-right: 14%;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .products.columns-4 {
    flex-basis: unset;
    margin-right: 0;
  }
}
@media only screen and (min-width: 930px) and (max-width: 1530px) {
  .archive .site-main .products-container .products.columns-4 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 690px) and (max-width: 930px) {
  .archive .site-main .products-container .products.columns-4 {
    margin-right: 0;
  }
}
.archive .site-main .products-container .products.columns-4 li {
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 23%;
  padding-top: 25px;
}
.archive .site-main .products-container .products.columns-4 li > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .products.columns-4 li {
    margin-bottom: 20px !important;
    margin-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 930px) and (max-width: 1530px) {
  .archive .site-main .products-container .products.columns-4 li {
    width: 31%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 930px) {
  .archive .site-main .products-container .products.columns-4 li {
    width: 48%;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .products.columns-4 li .add-to-cart-logo-container {
    margin-bottom: 20px;
  }
}
.archive .site-main .products-container .woocommerce-pagination {
  width: 78%;
  margin-top: 70px;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .woocommerce-pagination {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container .woocommerce-pagination {
    width: 100%;
  }
}
.archive .site-main .products-container .woocommerce-pagination ul {
  border: none;
}
.archive .site-main .products-container .woocommerce-pagination ul li {
  border: none;
}
.archive .site-main .products-container .woocommerce-pagination ul li a:hover {
  background: none;
}
.archive .site-main .products-container .woocommerce-pagination ul li .next.page-numbers {
  background: #526157;
  border-radius: 50px;
  color: white;
  width: 40px;
  height: 40px;
  padding-right: 10px;
}
.archive .site-main .products-container .woocommerce-pagination ul li .prev.page-numbers {
  background: #526157;
  border-radius: 50px;
  color: white;
  width: 40px;
  height: 40px;
  padding-right: 10px;
}
.archive .site-main .products-container .woocommerce-pagination ul li .page-numbers {
  color: #000000;
  padding: 10px 10px 10px 10px;
  font-family: "proxima nova", Sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
.archive .site-main .products-container .woocommerce-pagination ul li .page-numbers.current {
  background: unset;
  color: #526157;
}
.archive .site-main .products-container .woocommerce-pagination ul li .page-numbers.dots {
  display: none;
}
.archive .site-main .products-container-wrapper > div {
  display: flex;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container-wrapper > div {
    flex-direction: column;
  }
}
.archive .site-main .products-container-wrapper > div .top-filters .dev_flex.dev_flex--ai-center {
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container-wrapper > div .top-filters .dev_flex.dev_flex--ai-center {
    flex-direction: column;
    align-items: flex-start;
  }
}
.archive .site-main .products-container-wrapper > div .top-filters .dev_flex.dev_flex--ai-center h1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 690px) {
  .archive .site-main .products-container-wrapper > div .top-filters .dev_flex.dev_flex--ai-center h1 {
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 0;
  }
}
.archive .site-main .products-container-wrapper > div .top-filters .dev_flex.dev_flex--ai-center .woocommerce-result-count {
  margin-bottom: 0;
  margin-top: 0;
}

.dev_flex {
  display: flex;
}

.dev_flex--js-center {
  justify-content: center;
}

.dev_flex--ai-center {
  align-items: center;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 690px) {
  .woocommerce ul.products {
    gap: 0;
  }
}
.woocommerce ul.products li.product {
  width: calc(25% - 10px);
  border-radius: 10px;
  border: 1px solid #F4F4F4;
  padding: 15px;
  background-color: #ffffff;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 690px) {
  .woocommerce ul.products li.product {
    width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.woocommerce ul.products li.product a {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 6px 6px 6px 6px;
}
.woocommerce ul.products li.product a .new {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
  background: #75826A;
  color: white;
  border-top-left-radius: 90px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 90px;
  text-transform: uppercase;
  font-family: "CaptainComic-400";
  font-size: 14px;
  box-shadow: 0px 2px 0px #66715c;
  padding: 4px 10px 2px;
}
.woocommerce ul.products li.product a .onsale {
  left: 2px !important;
  min-height: unset !important;
  right: unset !important;
  top: 2px;
  z-index: 1;
  background: #47564D;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  background: #75826A;
  color: white;
  border-top-left-radius: 40px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 60px;
  text-transform: uppercase;
  font-family: "CaptainComic-400";
  font-size: 13px;
  box-shadow: 0px 2px 0px #66715c;
  padding: 0px 10px 0px;
  line-height: 36px !important;
}
.woocommerce ul.products li.product a img {
  border-radius: 10px;
  transition: margin 0.4s linear;
  margin-bottom: 26px;
}
.woocommerce ul.products li.product a .woocommerce-loop-product__title {
  font-family: "proxima nova", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  width: 62%;
  float: left;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product a .add-to-cart-logo-container {
  margin-top: 16px;
}
.woocommerce ul.products li.product a .price {
  padding: 10px 0;
  width: 38%;
  float: right;
  font-family: "proxima nova", Sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  color: var(--e-global-color-primary);
  text-align: right;
}
.woocommerce ul.products li.product a .price ins {
  text-decoration: none;
  color: #47564D !important;
}
.woocommerce ul.products li.product a .price del {
  font-size: 16px;
  color: #333333 !important;
  opacity: 0.8;
}
.woocommerce ul.products li.product a .price:hover {
  color: var(--e-global-color-primary);
}
.woocommerce ul.products li.product a .price small {
  display: none;
}
.woocommerce ul.products li.product .multi-image-product img + img {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  transition: left 0.4s linear;
  aspect-ratio: 1/1;
  height: 263px;
  object-fit: cover;
}
.woocommerce ul.products li.product .multi-image-product:hover a img {
  margin-left: 100%;
}
.woocommerce ul.products li.product .multi-image-product:hover a img + img {
  left: 0;
  margin-left: 0;
}
.woocommerce ul.products li.product .add_to_cart_button {
  width: 54px;
  display: flex;
  font-size: 0px;
  background-color: #C4C4C4;
  border-radius: 50px;
  padding: 8px 0px 8px;
  align-items: center;
  justify-content: center;
  height: 54px;
  aspect-ratio: 1/1;
  font-family: "proxima nova", Sans-serif;
  font-weight: 600;
  line-height: 22px;
  margin-left: 0px;
  margin-top: 9px;
  color: #252525;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 690px) {
  .woocommerce ul.products li.product .add_to_cart_button {
    font-size: 14px;
    width: 220px;
    background-color: #ACBF9D;
    padding: 8px 0px 8px 10px;
    margin-left: 0;
  }
}
.woocommerce ul.products li.product .add_to_cart_button:before {
  position: absolute;
  content: url("/wp-content/uploads/2023/01/Group-132.svg");
  transition: all 0.25s ease;
  left: 18px;
  line-height: 1;
  height: 25px;
}
.woocommerce ul.products li.product:hover .add_to_cart_button {
  font-size: 14px;
  width: 205px;
  background-color: #ACBF9D;
  padding: 8px 0px 8px 20px;
}
@media only screen and (min-width: 690px) and (max-width: 1320px) {
  .woocommerce ul.products li.product:hover .add_to_cart_button {
    width: 200px;
  }
}

.woocommerce-checkout .e-coupon-anchor-description {
  font-size: 14px !important;
}
.woocommerce-checkout .select2-selection--single .select2-selection__arrow b {
  border-color: var(--e-global-color-primary) transparent transparent transparent !important;
}

.search-no-results .woocommerce-info {
  margin: auto;
}