/** @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700"); */
* {
  font-family: 'Montserrat', sans-serif;
}

.fade:not(.show) {
  opacity: 1;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #005ab0;
  line-height: 3.7rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 3.7rem;
}

h3 {
  font-size: 1.75rem;
  font-weight: bold;
}

h4 {
  color: #66b1ac;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #66b1ac;
  cursor: pointer;
  font-size: 1rem;
}

h4 a,
h4 a:hover {
  color: #66b1ac;
}

h5 {
  font-size: 1rem;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

h6 {
  font-size: 1rem;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

p {
  line-height: 1.6rem;
}

.current-menu-item,
.current-page-parent,
.current-menu-ancestor,
.current-page-ancestor {
  font-weight: 600 !important;
}

.current-menu-item img[data-logo="drop-blue"],
.current-page-parent img[data-logo="drop-blue"],
.current-menu-ancestor img[data-logo="drop-blue"],
.current-page-ancestor img[data-logo="drop-blue"] {
  display: none !important;
}

.current-menu-item img[data-logo="drop-white"],
.current-page-parent img[data-logo="drop-white"],
.current-menu-ancestor img[data-logo="drop-white"],
.current-page-ancestor img[data-logo="drop-white"] {
  display: none !important;
}

.current-menu-item img[data-logo="drop-green"],
.current-page-parent img[data-logo="drop-green"],
.current-menu-ancestor img[data-logo="drop-green"],
.current-page-ancestor img[data-logo="drop-green"] {
  display: inline-block !important;
}

.current-menu-item>a,
.current-menu-item>a:hover,
.current-page-parent>a,
.current-page-parent>a:hover,
.current-menu-ancestor>a,
.current-menu-ancestor>a:hover,
.current-page-ancestor>a,
.current-page-ancestor>a:hover {
  color: #66b1ac !important;
}

.dark-overlay,
#navbar-mobile,
#main-header.header-overlay,
#fullscreen-gallery {
  background: rgba(0, 0, 0, 0.9) !important;
  width: 100vw !important;
  z-index: 100000 !important;
  color: white !important;
}

.base-headline,
h1,
h2,
h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

ul {
  list-style: none;
  padding-left: 0;
}

hr {
  border-top: 2px solid #005ab0;
}

a {
  color: #66b1ac;
}

a:hover {
  color: #66b1ac;
  text-decoration: none;
}

.no-scroll {
  overflow: hidden;
}

.link-button,
.woocommerce ul.products li.product-category h2 {
  display: block;
  color: white;
  background-color: #005ab0;
  text-align: center;
  padding: 0 25px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
  line-height: 100px;
}

.link-button:hover,
.woocommerce ul.products li.product-category h2:hover {
  color: white;
}

.link-button:active,
.woocommerce ul.products li.product-category h2:active {
  background-color: #003364;
  font-size: 1rem;
}

.small-icon {
  height: 30px;
  width: 30px;
}

.toggle-read-more,
.toggle-read-more-outside,
.toggle-read-more-office {
  color: #66b1ac;
  cursor: pointer;
  padding-bottom: 8px;
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: #66b1ac;
}

.clickable {
  cursor: pointer;
}

.download-header h1 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

.download-header h2 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

.download-header h3 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

.download-header h4 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

.download-header h5 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

.download-header h6 {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-decoration: none;
  cursor: text;
  border-bottom-style: none;
}

@media (max-width: 575px) {

  h1,
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@keyframes expanding {
  from {
    height: 80px;
    background-color: white;
  }

  to {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
  }
}

@keyframes collapsing {
  from {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
  }

  to {
    height: 80px;
    background-color: white;
  }
}

.sub-menu-expand-more {
  width: 1em;
  margin-left: 5px;
  margin-right: 10px;
}

.major-link {
  font-weight: bold;
}

ul li {
  font-weight: 500;
}

ul li a.nav-link {
  display: inline-block;
}

ul li img {
  cursor: pointer;
}

ul .material-icons {
  font-size: 1.3rem;
  margin-right: 15px;
}

ul.sub-menu {
  position: absolute;
}

ul.sub-menu li {
  font-weight: normal;
}

ul.sub-menu .menu-item-has-children .sub-menu {
  position: relative;
  padding-left: 40px;
}

ul .sub-menu-expand-more[aria-expanded="true"] {
  transform: scaleY(-1);
}

#navbar-mobile {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
}

#navbar-mobile div:nth-child(1) {
  height: 60px;
}

#navbar-mobile div:nth-child(1) .close-btn {
  margin-right: 15px;
  height: 1em;
  padding: 0 10px;
}

#navbar-mobile div:nth-child(2) {
  height: calc(100vh - $mobile-header-height-collapsed);
  padding: 0 30px;
}

#navbar-mobile ul li a,
#navbar-mobile ul li a:hover {
  color: white;
}

#navbar-mobile ul li img[data-logo="drop-blue"] {
  display: none;
}

#navbar-mobile ul li img[data-logo="drop-white"] {
  display: inline-block;
}

#navbar-mobile ul li img[data-logo="drop-green"] {
  display: none;
}

#navbar-mobile ul.sub-menu {
  position: relative;
}

#navbar-mobile.transparent-header {
  margin-top: 80px;
}

#main-header {
  background-color: white;
  color: black;
  height: 80px;
}

#main-header.expanding-header {
  height: 100vh !important;
  animation: expanding 0.5s linear;
}

#main-header.collapsing-header {
  animation: collapsing 0.5s linear;
  z-index: 10000;
}

#main-header.transparent-header {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  transition: background-color 0.5s linear;
}

#main-header.transparent-header a,
#main-header.transparent-header a:hover {
  color: white;
}

#main-header.transparent-header img[data-logo="blue"] {
  display: none;
}

#main-header.transparent-header img[data-logo="white"] {
  display: inline-block;
}

#main-header.transparent-header img[data-logo="drop-blue"] {
  display: none;
}

#main-header.transparent-header img[data-logo="drop-white"] {
  display: inline-block;
}

#main-header.transparent-header img[data-logo="drop-green"] {
  display: none;
}

#main-header.transparent-header span.brand {
  color: white !important;
}

#main-header.solid-header {
  transition: background-color 0.5s linear;
}

#main-header.solid-header a,
#main-header.solid-header a:hover {
  color: black;
}

#main-header.solid-header img[data-logo="blue"] {
  display: inline-block;
}

#main-header.solid-header img[data-logo="white"] {
  display: none;
}

#main-header.solid-header img[data-logo="drop-blue"] {
  display: inline-block;
}

#main-header.solid-header img[data-logo="drop-white"] {
  display: none;
}

#main-header.solid-header img[data-logo="drop-green"] {
  display: none;
}

#main-header.header-overlay a,
#main-header.header-overlay a:hover {
  color: white !important;
}

#main-header.header-overlay img[data-logo="drop-blue"] {
  display: none;
}

#main-header.header-overlay img[data-logo="drop-white"] {
  display: inline-block;
}

#main-header.header-overlay img[data-logo="drop-green"] {
  display: none;
}

#main-header.header-overlay img[data-logo="blue"] {
  display: none !important;
}

#main-header.header-overlay img[data-logo="white"] {
  display: inline-block !important;
}

#main-header.header-overlay .current-menu-item>a,
#main-header.header-overlay .current-menu-item>a:hover,
#main-header.header-overlay .current-page-parent>a,
#main-header.header-overlay .current-page-parent>a:hover,
#main-header.header-overlay .current-menu-ancestor>a,
#main-header.header-overlay .current-menu-ancestor>a:hover,
#main-header.header-overlay .current-page-ancestor>a,
#main-header.header-overlay .current-page-ancestor>a:hover {
  color: #66b1ac !important;
}

#main-header .search-icon {
  display: inline-block;
}

#main-header .search-icon span {
  font-size: 1.8rem;
}

#main-header #search-form {
  position: absolute;
  margin-top: 8px;
  right: 15px;
}

#main-header nav {
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

#main-header nav img[data-logo="blue"] {
  display: inline-block;
}

#main-header nav img[data-logo="white"] {
  display: none;
}

#main-header nav img[data-logo="drop-blue"] {
  display: inline-block;
}

#main-header nav img[data-logo="drop-white"] {
  display: none;
}

#main-header nav img[data-logo="drop-green"] {
  display: none;
}

#main-header nav a,
#main-header nav a:hover {
  color: black;
}

#main-header nav .nav-icon {
  width: 1.4em;
  cursor: pointer;
}

#main-header nav div.ml-auto {
  font-size: 1.1em;
  overflow: hidden;
  max-height: 1.9em;
}

#main-header nav img.brand {
  max-width: 100%;
  height: 1.5em;
  width: auto;
}

#main-header nav .navbar-brand span {
  font-family: sans-serif;
  line-height: 1em;
  display: block;
}

#main-header nav .navbar-toggler {
  border-color: transparent;
  padding: 0 0 0 15px;
}

#main-header nav .navbar-toggler .burger-menu {
  width: 1.6em;
}

#main-header nav ul li.menu-item-has-children .nav-link {
  padding-right: 0;
}

#main-header nav ul li a.nav-link {
  padding-top: 6px;
  padding-bottom: 0;
}

@media (min-width: 1920px) {
  nav.fixed-top {
    max-width: 1920px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  #navbar-mobile {
    display: none;
  }

  #main-header #menu-container {
    display: inline-block !important;
  }

  #main-header.container {
    max-width: 1600px;
  }
}

@media (max-width: 1199px) {
  #main-header {
    height: 60px;
  }

  #main-header nav {
    height: 60px;
  }

  #main-header nav img.brand {
    height: 1.5em;
  }

  #main-header #search-form {
    right: 65px;
  }

  #main-header.container {
    max-width: none;
  }
}

#main-content {
  padding-top: 80px;
  padding-bottom: 60px;
}

#main-content.search-content {
  min-height: 100vh;
}

#main-content>.row>.col-12 {
  padding: 0;
}

#main-content>.row>.col-12>.woocommerce {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

#main-content .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0;
}

#main-content .gallery-item a {
  display: inline-block;
}

#main-content .gallery-item a img {
  margin: 0 auto;
  border: none;
  height: auto;
  max-width: 100%;
}

#main-content .gallery-item:nth-child(1) a,
#main-content .gallery-item:nth-child(4) a {
  margin-right: 7.5px;
}

#main-content .gallery-item:nth-child(2) a,
#main-content .gallery-item:nth-child(5) a {
  margin-left: 7.5px;
}

#main-content .gallery-item:nth-child(1) a,
#main-content .gallery-item:nth-child(2) a {
  margin-bottom: 7.5px;
}

#main-content .gallery-item:nth-child(4) a,
#main-content .gallery-item:nth-child(5) a {
  margin-top: 7.5px;
}

#main-content .gallery-item:nth-child(5) a {
  background-color: #c8c8c8;
  position: relative;
}

#main-content .gallery-item:nth-child(5) a img {
  visibility: hidden;
}

#main-content .gallery-item:nth-child(5) a::before {
  content: '...';
  color: white;
  font-size: 3em;
  height: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#main-content .gallery-item:nth-child(n+6) {
  display: none;
}

#main-content.index-content {
  margin-top: -80px;
}

#main-content.index-content .short-hr {
  width: 80px;
  border-top: 2px solid #005ab0;
  margin-left: 0;
}

#main-footer {
  height: 60px;
  background-color: white;
  color: black;
  overflow: hidden;
}

#main-footer .container {
  max-width: 1600px;
}

#main-footer nav {
padding-left: 16px;
padding-right: 16px
}

#main-footer ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#main-footer ul li {
  display: inline-block;
}

#main-footer ul li:first-child a {
  padding-left: 0;
}

#main-footer ul .small-icon {
  width: 20px;
  height: 20px;
}

#main-footer ul.social-media-links li:nth-child(n+2) {
  padding-left: 15px;
}

#main-footer *,
#main-footer a:hover {
  color: black;
}

@media (max-width: 425px) {
  #main-footer {
    font-size: 0.7em;
  }

  #main-footer ul.social-media-links li:nth-child(n+2) {
    padding-left: 0;
  }
}

.accordions-head {
  height: calc((100vh - 80px - 60px) / 100 * 40);
  position: relative;
}

.accordions-head .accordions-head-title {
  font-weight: bold;
  display: inline-block;
  width: unset !important;
}

.accordion-content {
  padding: 0 !important;
  border: 1px solid #dddddd !important;
  border-top: none !important;
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  margin-bottom: 8px !important;
}

.accordion-content>* {
  padding: 0 15px;
}

.accordion-content>*:first-child {
  padding-top: 16px;
}

.accordion-content a {
  color: #007bff;
}

@media (max-width: 575px) {
  .accordions-head {
    height: calc((100vh - 80px - 60px) / 100 * 55);
  }
}

#fullscreen-gallery {
  position: fixed;
  top: 0;
}

#fullscreen-gallery .close-row {
  position: absolute;
  right: 15px;
  height: 80px;
}

#fullscreen-gallery .close-row #close-btn {
  width: 1.3em;
  cursor: pointer;
}

#fullscreen-gallery #fullscreen-slider .carousel-inner {
  height: calc(100vh - 160px);
  width: 90%;
  margin: auto;
}

#fullscreen-gallery #fullscreen-slider .carousel-inner img {
  pointer-events: none;
  user-select: none;
}

#fullscreen-gallery #fullscreen-slider .carousel-indicators {
  margin-bottom: 0;
  bottom: -24px;
}

#fullscreen-gallery #fullscreen-slider .carousel-control-prev,
#fullscreen-gallery #fullscreen-slider .carousel-control-next {
  width: 5%;
}

.nextend-bullet-bar div {
  background-color: transparent !important;
  border: 1px solid white !important;
}

.nextend-bullet-bar div.n2-active {
  background-color: white !important;
}

.smartslider-title {
  overflow: hidden !important;
}

.smartslider-content {
  overflow: hidden !important;
  height: 80px !important;
}

.smartslider-footer {
  overflow: hidden !important;
  height: 50px !important;
  margin-bottom: 40em;
}

.elementor hr {
  margin: 1rem 0 !important;
}

.elementor-divider-separator {
  border-top-width: 2px !important;
  border-top-color: #0092ff;
}

.elementor-widget-wrap ul>li:before {
  content: "-";
  text-indent: -5px;
}

.elementor-widget-wrap .download-description ul>li:before {
  color: #0092ff;
}

.elementor-edit-mode .collapse:not(.locations-info-box-placeholder) {
  display: block;
}

.elementor-widget-heading .elementor-heading-title {
  line-height: unset !important;
}

.read-link {
  padding-left: 0;
  padding-right: 0;
}

.container.flip-number {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.container.flip-number .flip-number-title {
  text-transform: uppercase;
}

.container.flip-number .center_nr {
  margin-bottom: -30px;
  font-size: 1.5em;
}

.container.flip-number .flip-number-subtitle {
  z-index: 100;
  position: relative;
}

.locations-wrapper {
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}

.locations-info-box {
  padding: 16px;
}

.locations-info-box-placeholder {
  padding-bottom: 80px !important;
}

@media (min-width: 576px) {
  .locations-info-box {
    padding: 26px;
    width: 95%;
  }
}

@media (min-width: 768px) {
  .locations-info-box {
    padding: 26px;
    width: 90%;
  }
}

@media (min-width: 992px) {
  .locations-info-box {
    padding: 36px;
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .locations-info-box {
    padding: 36px;
    width: 75%;
  }
}

.text_circle {
  color: black;
}

.woocommerce select {
  height: calc(2.25rem + 2px);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce input.input-text,
.woocommerce textarea {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce *:not(.products)>.col-1 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-2 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-3 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-4 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-5 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-6 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-7 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-8 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-9 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-10 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-11 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce *:not(.products)>.col-12 {
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
  position: unset;
  width: unset;
  min-height: unset;
  padding-right: unset;
  padding-left: unset;
}

.woocommerce .form-row {
  display: unset;
  display: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  margin-right: unset;
  margin-left: unset;
}

.woocommerce .shipping-costs-info a,
.woocommerce .shipping-costs-info a:hover {
  color: black;
}

.woocommerce ul.products {
  margin: 0 -15px 15px -15px;
}

.woocommerce ul.products li.product-category img,
.woocommerce ul.products li.product-category h2 mark {
  display: none !important;
}

.woocommerce ul.products li.product-tile {
  margin-bottom: 15px;
}

.woocommerce ul.products li.product-tile::before {
  display: none;
}

.woocommerce ul.products li.product-tile a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
}

.woocommerce ul.products li.product-tile .woocommerce-loop-product__title,
.woocommerce ul.products li.product-tile h3 {
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  height: 3em;
}

.woocommerce ul.products li.product-tile span.price {
  display: inline-block;
}

.woocommerce ul.products li.product-tile p {
  margin: 0;
}

.woocommerce ul.products li.product-tile p.delivery-time-info {
  height: 1.5em;
}

.woocommerce ul.products li.product-tile .button {
  margin-top: 1em;
  padding: unset;
  font-weight: 700;
  color: #66b1ac;
  background-color: transparent;
}

.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td {
  border-top: 1px solid black;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-remove a {
  display: block;
  font-size: 1.5em;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters {
  min-width: 90px;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity {
  display: -ms-flexbox !important;
  display: flex !important;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity input[type=number]::-webkit-outer-spin-button,
.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity+div {
  margin-left: 5px;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity+div img.quantity-arrows {
  width: 1.5em;
  cursor: pointer;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity+div img.increase-quantity {
  transform: scaleY(-1);
  margin-bottom: 0.5em;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.product-quantity div.row.no-gutters .quantity+div img.decrease-quantity {
  margin-top: 0.5em;
}

.woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents div.coupon input#coupon_code {
  width: unset;
  display: inline-block;
}

.woocommerce form.woocommerce-checkout #order_review {
  margin-top: 2rem;
}

.woocommerce form.woocommerce-checkout #order_review #payment.woocommerce-checkout-payment {
  margin-bottom: 2rem;
  background: transparent;
  border-radius: 0;
}

.woocommerce form.woocommerce-checkout .shop_table {
  background-color: transparent;
}

.woocommerce form.woocommerce-checkout .shop_table th,
.woocommerce form.woocommerce-checkout .shop_table td {
  border-top: 1px solid black;
}

.woocommerce div.cart-collaterals table.shop_table th,
.woocommerce div.cart-collaterals table.shop_table td {
  border-top: 1px solid black;
}

.woocommerce div.product div.summary.entry-summary {
  float: left;
  padding-left: 15px;
  max-width: 75%;
  width: 450px;
}

.woocommerce div.product div.summary.entry-summary div.product_meta>span {
  display: block;
}

.woocommerce .button {
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #66b1ac !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.woocommerce .button.product_type_simple,
.woocommerce .button.product_type_variable {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.woocommerce a,
.woocommerce a:hover {
  color: #005ab0;
}

.elementor-video {
  height: 100%;
}

@media (max-width: 768px) {
  .woocommerce div.product div.summary.entry-summary {
    padding-left: 0;
  }

  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.actions div.coupon input#coupon_code {
    width: unset;
    display: block;
    margin-bottom: 15px;
  }

  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.actions div.coupon button.button {
    float: left;
  }

  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.actions button.button {
    width: unset;
    float: right;
  }
}

@media (max-width: 590px) {
  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs {
    padding: 0 !important;
  }

  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs::before {
    border-bottom: none !important;
  }

  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs li[role="tab"] {
    display: block;
    float: left;
    clear: left;
    border: none;
    border-radius: 0;
  }

  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs li[role="tab"]::before,
  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs li[role="tab"]::after {
    content: unset;
  }

  .woocommerce .woocommerce-tabs ul.tabs.wc-tabs .active {
    color: #66b1ac;
  }
}

@media (max-width: 575px) {
  .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents td.actions button.button {
    width: unset;
    float: none;
  }
}

@media (max-width: 480px) {
  .woocommerce div.product div.summary.entry-summary {
    width: 100%;
    max-width: 100%;
  }

  .woocommerce table.shop_table tr.shipping ul#shipping_method {
    clear: both;
    text-align: left;
  }

  .woocommerce table.shop_table tr.shipping form.woocommerce-shipping-calculator {
    text-align: left;
  }
}

.pc-autocomplete__product-photo {
  height: unset;
}

.pc-autocomplete__product-photo .pc-autocomplete__img {
  max-width: 100%;
}

#ftp-message-success {
  color: #66b1ac;
}

#ftp-message-connect-fail,
#ftp-message-upload-fail {
  color: red;
}

.grecaptcha-badge {
  display: none;
}

/*# sourceMappingURL=stiefel.css.map */
