/*! Theme Name: ARBO Centrum
 * * * Theme URI: none
 * * * Description:  Wordpress theme created for ARBO centrum.
 * * * Author: Markethinq
 * * * Author URI:
 * * * Version: 1.1
 * * * License: GNU General Public License v2
 * * * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-equalizer] {
  min-height: fit-content;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

[data-equalizer-watch] {
  min-height: fit-content;
}

.main-wrapper {
  position: relative;
  z-index: 3;
}

.body-fake {
  position: relative;
  z-index: 2;
}

.top-d {
  position: absolute;
  right: 0;
  top: 0;
  width: 85%;
  z-index: 1;
}

.bottom-d {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

input, a, button {
  outline: none !important;
  box-shadow: none !important;
  transition: 0.2s ease-out;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1232px) {
  .container {
    max-width: 1350px;
  }
}

img {
  max-width: 100%;
}

.btn {
  outline: none !important;
  box-shadow: none !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 5px;
  padding: 11px 30px;
  position: relative;
  overflow: hidden;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn.btn--large {
  padding: 11px 116px;
}
@media (max-width: 575px) {
  .btn.btn--large {
    padding: 11px 30px;
  }
}
.btn.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 20px 40px;
  font-size: 18px;
}
.btn.btn-success {
  background: #FD6600;
  border-color: #FD6600;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background: #e45c00;
  border-color: #e45c00;
}
.btn.btn-outline-primary {
  color: #0090E3;
  border: solid 1px #0090E3;
  font-weight: 600;
}
.btn.btn-outline-primary:not(.disabled):hover, .btn.btn-outline-primary:not(.disabled):focus, .btn.btn-outline-primary:not(:disabled):hover, .btn.btn-outline-primary:not(:disabled):focus {
  background: #0090E3;
  color: #fff;
}
.btn.btn-outline-white {
  color: #fff;
  border: solid 1px #fff;
  font-weight: 600;
}
.btn.btn-outline-white:not(.disabled):hover, .btn.btn-outline-white:not(.disabled):focus, .btn.btn-outline-white:not(:disabled):hover, .btn.btn-outline-white:not(:disabled):focus {
  background: #fff;
  color: #363e41;
}
.btn.btn-primary {
  background: #FD6600;
  color: #fff !important;
  border: none;
}
.btn.btn-primary:not(:disabled):hover, .btn.btn-primary:not(:disabled):focus, .btn.btn-primary:not(.disabled):hover, .btn.btn-primary:not(.disabled):focus {
  background: #ca5100;
}
.btn.btn-white-primary {
  background: #fff;
  border-color: #fff;
  color: #0090E3;
}
.btn.btn-white-primary:hover, .btn.btn-white-primary:focus {
  background: #0090E3;
  border-color: #0090E3;
  color: #fff;
}
.btn.btn-secondary {
  background: #363e41;
  border-color: #363e41;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: #2a3133;
  border-color: #2a3133;
}
.btn.btn-white-secondary {
  background: #fff;
  border-color: #fff;
  color: #363e41;
}
.btn.btn-white-secondary:hover, .btn.btn-white-secondary:focus {
  background: #363e41;
  border-color: #363e41;
  color: #fff;
}

@media (min-width: 992px) {
  .movil-menu #mainHeader .navbar .container .navbar-toggler {
    transform: translateX(100%);
  }
}
@media (max-width: 991px) {
  .movil-menu #mainHeader .navbar .container .navbar-collapse {
    transform: none;
  }
}

body.admin-bar.fixed-bar .top-message-alert {
  top: 0;
}
@media (min-width: 601px) {
  body.admin-bar.fixed-bar .top-message-alert {
    top: 46px;
  }
}
@media (min-width: 782px) {
  body.admin-bar.fixed-bar .top-message-alert {
    top: 32px;
  }
}

#mainHeader {
  position: relative;
  background: #fff;
  transition: 0.3s ease-out;
  z-index: 1000;
}
#mainHeader .top-bar {
  padding: 12px 0;
  background: #0090E3;
  border-bottom: solid 1px #e1e1e1;
}
@media (max-width: 767px) {
  #mainHeader .top-bar {
    display: none;
  }
}
#mainHeader .top-bar .custom-logo-link {
  max-width: 200px;
  height: auto;
}
#mainHeader .top-bar .custom-logo-link .custom-logo {
  width: 100%;
  height: auto;
}
#mainHeader .top-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mainHeader .top-bar .container .right-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFFFFF;
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#mainHeader .top-bar .container .right-menu ul li + li {
  margin-left: 20px;
}
#mainHeader .top-bar .container .right-menu ul a {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 1;
}
#mainHeader .top-bar .container .right-menu ul a.search-trigger {
  height: 32px;
  font-size: 14px;
  border: solid 1px #FFFFFF;
  width: 32px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #FFFFFF;
}
#mainHeader .top-bar .container .right-menu ul a:hover, #mainHeader .top-bar .container .right-menu ul a:focus {
  color: #FFFFFF;
}
#mainHeader .top-bar .container .right-menu ul a:hover i, #mainHeader .top-bar .container .right-menu ul a:focus i {
  color: #FFFFFF;
}
#mainHeader .right-tools {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  #mainHeader .right-tools {
    margin: 0;
  }
}
#mainHeader .right-tools ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
#mainHeader .right-tools ul li {
  padding: 0 15px;
  position: relative;
  color: #777777;
}
@media (max-width: 767px) {
  #mainHeader .right-tools ul li span {
    display: none;
  }
}
#mainHeader .right-tools ul li i {
  color: #0090E3;
  margin-right: 5px;
}
#mainHeader .right-tools ul li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #bebebe;
  position: absolute;
  left: 0;
  top: 3px;
}
#mainHeader .right-tools ul li button {
  padding: 0;
  border: none;
  color: #777777;
  background: transparent;
  font-size: 15px;
}
#mainHeader .right-tools ul li button:hover, #mainHeader .right-tools ul li button:focus {
  color: #0090E3;
}
#mainHeader .right-tools ul li a {
  color: #777777;
  text-decoration: none;
  font-size: 15px;
}
#mainHeader .right-tools ul li a:hover, #mainHeader .right-tools ul li a:focus {
  color: #0090E3;
}
#mainHeader .right-tools ul li a#cartCount {
  color: #0090E3;
}
#mainHeader .bottom-header .container {
  position: relative;
}
#mainHeader .bottom-header .container .mega-menu-wrap {
  position: static;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu {
  position: static !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu {
  border-radius: 5px !important;
  background: transparent !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
  padding: 20px 0 !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-block-title {
  font-size: 22px;
  color: #0090E3 !important;
  text-decoration: none !important;
  text-transform: none !important;
  margin: 0 0 5px !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-menu-column {
  padding: 0 5px !important;
}
@media (max-width: 768px) {
  #mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-menu-column {
    margin: 0 0 10px !important;
    padding: 0 !important;
  }
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-menu-column:first-child > .mega-sub-menu {
  background: #E5F4FD !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-menu-column > .mega-sub-menu {
  background: #ededed !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .mega-sub-menu .mega-menu-column > .mega-sub-menu > * {
  float: none !important;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .menu {
  list-style: none;
  padding: 0;
}
#mainHeader .bottom-header .container .mega-menu.max-mega-menu .menu li a {
  text-decoration: none;
  color: #3c3c3b;
  font-size: 15px;
  line-height: 35px;
}
#mainHeader .bottom-header .secondary-menu .nav {
  font-size: 18px;
  line-height: 35px;
  font-weight: 500;
}
@media (max-width: 575px) {
  #mainHeader .bottom-header .secondary-menu .nav {
    font-size: 16px;
    line-height: 32px;
  }
}
#mainHeader .bottom-header .secondary-menu .nav .nav-item .nav-link {
  color: #0090E3;
}
#mainHeader .bottom-header .usps-bar {
  font-size: 13px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
#mainHeader .bottom-header .usps-bar .nav .nav-item + .nav-item {
  margin-left: 30px;
}
#mainHeader .bottom-header .usps-bar .nav i {
  color: #7CBF01;
  margin-right: 5px;
}
#mainHeader .navbar-toggler {
  background: #0090E3;
  color: #fff;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 300;
}
@media (max-width: 575px) {
  #mainHeader .navbar-toggler {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar-toggler {
    display: none !important;
  }
}
#mainHeader .navbar-toggler:hover, #mainHeader .navbar-toggler:focus {
  background: #0080ca;
}
#mainHeader .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  z-index: 3;
  background: #E8F4FB;
}
@media (max-width: 991px) {
  #mainHeader .navbar .navbar-collapse {
    background: #0090E3;
    position: fixed;
    display: block;
    top: -15px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    width: 300px;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 120px 30px 10px;
    z-index: 100;
    transform: translateX(100%);
    transition: 0.3s ease-out;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  #mainHeader .navbar .navbar-collapse {
    padding-top: 180px;
  }
}
#mainHeader .navbar .navbar-nav {
  align-items: center;
}
@media (min-width: 992px) {
  #mainHeader .navbar .navbar-nav {
    margin: 0 -15px;
    margin-left: auto;
    width: fit-content;
  }
}
@media (max-width: 991px) {
  #mainHeader .navbar .navbar-nav {
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar .nav-item {
    flex: 1;
    text-align: center;
    position: relative;
  }
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item + .nav-item {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item.btn-wrapper {
    margin-top: 10px;
  }
}
#mainHeader .navbar .nav-item.btn-wrapper .nav-link {
  outline: none !important;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3) !important;
  font-size: 26px;
  font-weight: 400;
  border-radius: 0;
  padding: 0px 23px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #363e41;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 40px;
  line-height: 1;
  border: none;
}
#mainHeader .navbar .nav-item.btn-wrapper .nav-link span {
  position: relative;
  z-index: 2;
}
#mainHeader .navbar .nav-item.btn-wrapper .nav-link:after {
  content: "";
  background: #0090E3;
  filter: blur(30px);
  width: 100%;
  height: 200%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -75%;
  z-index: 1;
  transition: 0.3s ease-out;
}
#mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(:disabled):hover, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(:disabled):focus, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(.disabled):hover, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(.disabled):focus {
  background: #0090E3;
}
#mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(:disabled):hover:after, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(:disabled):focus:after, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(.disabled):hover:after, #mainHeader .navbar .nav-item.btn-wrapper .nav-link:not(.disabled):focus:after {
  background: #363e41;
}
#mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu {
  margin: 0;
  top: calc(100% - 2px);
  border: none;
  border-radius: 0;
  border: solid 1px #ebebeb;
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu {
    background: rgba(0, 0, 0, 0.1);
  }
}
#mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .nav-item + .nav-item {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
#mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item {
  color: #969696;
  font-size: 14px;
  padding: 10px 15px;
  background: transparent !important;
  transition: 0.2s ease-out;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item:hover, #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item:hover, #mainHeader .navbar .nav-item:not(.btn-wrapper) .dropdown-menu .dropdown-item:focus {
    color: #000;
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper).active .nav-link {
    color: #0090E3;
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper).show .nav-link {
    color: #0090E3;
  }
}
#mainHeader .navbar .nav-item:not(.btn-wrapper) .nav-link {
  color: #0090E3;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.8px;
  padding: 12px 15px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 991px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 10px 15px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #mainHeader .navbar .nav-item:not(.btn-wrapper) .nav-link:hover, #mainHeader .navbar .nav-item:not(.btn-wrapper) .nav-link:focus {
    color: #0090E3;
  }
}

#mainFooter {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  background: #0090E3;
}
#mainFooter .container {
  position: relative;
}
@media (max-width: 575px) {
  #mainFooter .container {
    text-align: center;
  }
}
#mainFooter .footer-image {
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  #mainFooter .footer-image {
    display: none;
  }
}
#mainFooter .pft-3 {
  padding-top: 25px;
}
#mainFooter .widget-area {
  padding-bottom: 20px;
}
#mainFooter .widget-area .widget {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.035em;
  color: #FFFFFF;
}
#mainFooter .widget-area .widget:last-child {
  margin: 0 0 30px;
}
#mainFooter .widget-area .widget .social-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  #mainFooter .widget-area .widget .social-widget {
    justify-content: center;
  }
}
#mainFooter .widget-area .widget .social-widget h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 15px 0 0;
}
#mainFooter .widget-area .widget .social-widget ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#mainFooter .widget-area .widget .social-widget ul.contact-info {
  padding-left: 20px;
}
#mainFooter .widget-area .widget .social-widget ul.contact-info li {
  position: relative;
  margin: 0 0 10px;
}
#mainFooter .widget-area .widget .social-widget ul.contact-info li i {
  position: absolute;
  left: 0;
  top: 3px;
}
#mainFooter .widget-area .widget .social-widget ul li + li {
  margin-left: 10px;
}
#mainFooter .widget-area .widget .social-widget ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #5c5c5c;
  color: #5c5c5c;
}
#mainFooter .widget-area .widget .social-widget ul li a:hover, #mainFooter .widget-area .widget .social-widget ul li a:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#mainFooter .widget-area .widget h4 {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.035em;
  font-weight: 700;
  color: #FFFFFF;
}
#mainFooter .widget-area .widget span {
  color: #FFFFFF;
}
#mainFooter .widget-area .widget img + img {
  margin-left: 20px;
}
@media (max-width: 992px) {
  #mainFooter .widget-area .widget ul:not(.contact-info):not(.social-networks) {
    width: fit-content;
    margin: 0 auto;
  }
}
#mainFooter .widget-area .widget ul:not(.contact-info):not(.social-networks) li {
  position: relative;
}
#mainFooter .widget-area .widget ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#mainFooter .widget-area .widget ul li a {
  color: #fff;
  text-decoration: none;
}
#mainFooter .widget-area .widget ul li a:hover, #mainFooter .widget-area .widget ul li a:focus {
  color: #FFFFFF;
}
#mainFooter .bottom-area {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.039em;
  color: #FFFFFF;
}
#mainFooter .bottom-area .copy {
  padding: 0;
  align-items: center;
}
#mainFooter .bottom-area .copy li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.039em;
  color: #FFFFFF;
}

.site-footer .sub-widget-area {
  margin: 0 0 40px;
}
.site-footer .sub-widget-area form .form-control {
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 1px #FFFFFF;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.035em;
  color: #8E8E8E;
}
.site-footer .sub-widget-area form .btn {
  height: 52px;
}
.site-footer .sub-widget-area p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.039em;
  color: #FFFFFF;
}
.site-footer .custom-logo-link {
  display: block;
  margin-left: auto;
  width: 94.78px;
}
.site-footer .custom-logo-link img {
  width: 100%;
  height: auto;
}
.site-footer__bottom_nav li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.035em;
  font-weight: 700;
}
.site-footer__bottom_nav li a:before {
  content: "";
  display: block;
  width: 18.86px;
  height: 13.34px;
  background: url(public/img/logo-shape.svg);
  margin-right: 10px;
}
.site-footer__nav {
  margin: 0 0 60px;
}
.site-footer__nav .nav {
  margin: 0 -16px;
}
.site-footer__nav .nav li a {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.038em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  transition: 0.3s ease-out;
  padding: 8px 16px;
}
.site-footer__nav .nav li a:hover {
  color: #FFFFFF;
}

.woocommerce-cart .woocommerce {
  padding: 15px;
  background: #ffffff;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce .coupon .input-text {
  height: 50px;
}
.woocommerce .coupon + button.button {
  background: #0090E3 !important;
  color: #fff !important;
}
.woocommerce .coupon + button.button:hover, .woocommerce .coupon + button.button:focus {
  background: #0070b0 !important;
}
.woocommerce .coupon button.button {
  background: #0090E3 !important;
  color: #fff !important;
}
.woocommerce .coupon button.button:hover, .woocommerce .coupon button.button:focus {
  background: #0070b0 !important;
}
.woocommerce .quantity .qty {
  height: 50px;
}
.woocommerce div.product .product_title {
  font-size: 22px;
  font-weight: 700;
  color: #0090E3;
  margin: 0 0 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  background: #fff;
  color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #0090E3;
  border-radius: 0;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff;
  padding: 20px;
  border-left: solid 1px #d3ced2;
  border-right: solid 1px #d3ced2;
  border-bottom: solid 4px #d3ced2;
}
.woocommerce div.product p.price {
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #222;
  margin: 0;
}
.woocommerce div.product p.price del {
  margin-left: 10px;
  font-size: 18px;
}
.woocommerce div.product div.images img {
  margin: 0;
}
.woocommerce span.onsale {
  top: 30px;
  left: 0;
  border-radius: 0;
  min-height: auto;
  line-height: 1;
  background: #0090E3;
  padding: 10px 30px;
}
.woocommerce #respond input#submit:not(.custom), .woocommerce a.button:not(.custom), .woocommerce button.button:not(.custom), .woocommerce input.button:not(.custom), .woocommerce #respond input#submit.alt:not(.custom), .woocommerce a.button.alt:not(.custom), .woocommerce button.button.alt:not(.custom), .woocommerce input.button.alt:not(.custom) {
  outline: none !important;
  box-shadow: none !important;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  border-radius: 0;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  background: transparent;
  color: #0090E3;
  border: solid 1px #0090E3;
  font-weight: 600;
}
.woocommerce #respond input#submit:not(.custom):not(.disabled):hover, .woocommerce #respond input#submit:not(.custom):not(.disabled):focus, .woocommerce #respond input#submit:not(.custom):not(:disabled):hover, .woocommerce #respond input#submit:not(.custom):not(:disabled):focus, .woocommerce a.button:not(.custom):not(.disabled):hover, .woocommerce a.button:not(.custom):not(.disabled):focus, .woocommerce a.button:not(.custom):not(:disabled):hover, .woocommerce a.button:not(.custom):not(:disabled):focus, .woocommerce button.button:not(.custom):not(.disabled):hover, .woocommerce button.button:not(.custom):not(.disabled):focus, .woocommerce button.button:not(.custom):not(:disabled):hover, .woocommerce button.button:not(.custom):not(:disabled):focus, .woocommerce input.button:not(.custom):not(.disabled):hover, .woocommerce input.button:not(.custom):not(.disabled):focus, .woocommerce input.button:not(.custom):not(:disabled):hover, .woocommerce input.button:not(.custom):not(:disabled):focus, .woocommerce #respond input#submit.alt:not(.custom):not(.disabled):hover, .woocommerce #respond input#submit.alt:not(.custom):not(.disabled):focus, .woocommerce #respond input#submit.alt:not(.custom):not(:disabled):hover, .woocommerce #respond input#submit.alt:not(.custom):not(:disabled):focus, .woocommerce a.button.alt:not(.custom):not(.disabled):hover, .woocommerce a.button.alt:not(.custom):not(.disabled):focus, .woocommerce a.button.alt:not(.custom):not(:disabled):hover, .woocommerce a.button.alt:not(.custom):not(:disabled):focus, .woocommerce button.button.alt:not(.custom):not(.disabled):hover, .woocommerce button.button.alt:not(.custom):not(.disabled):focus, .woocommerce button.button.alt:not(.custom):not(:disabled):hover, .woocommerce button.button.alt:not(.custom):not(:disabled):focus, .woocommerce input.button.alt:not(.custom):not(.disabled):hover, .woocommerce input.button.alt:not(.custom):not(.disabled):focus, .woocommerce input.button.alt:not(.custom):not(:disabled):hover, .woocommerce input.button.alt:not(.custom):not(:disabled):focus {
  background: #0090E3;
  color: #fff;
}

.woocommerce-info {
  border-top-color: #0090E3;
}
.woocommerce-info:before {
  color: #0090E3;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 41%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 57%;
  position: relative;
}
.woocommerce #content div.product div.summary .simplefavorite-button, .woocommerce div.product div.summary .simplefavorite-button, .woocommerce-page #content div.product div.summary .simplefavorite-button, .woocommerce-page div.product div.summary .simplefavorite-button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 auto;
  width: 40px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce #content div.product div.summary .simplefavorite-button.active, .woocommerce div.product div.summary .simplefavorite-button.active, .woocommerce-page #content div.product div.summary .simplefavorite-button.active, .woocommerce-page div.product div.summary .simplefavorite-button.active {
  color: #FD6600;
}

.overview, .wp-block-group.checkout {
  border: 1px solid #e2e2e2 !important;
  border-radius: 5px !important;
  color: #333;
  padding: 20px;
}

/** Custom Checkbox **/
.woocommerce input[type=radio], .woocommerce input[type=checkbox] {
  visibility: hidden;
}
.woocommerce input[type=radio]:after, .woocommerce input[type=checkbox]:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -3px;
  left: -2px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0190e3;
}
.woocommerce input[type=radio]:checked:after, .woocommerce input[type=checkbox]:checked:after {
  background-color: #ff6602;
  border-color: #ff6602;
}
.woocommerce .variations_form {
  display: block !important;
}
.woocommerce .variations_form .button {
  width: 100%;
}
.woocommerce .variations_form .reset_variations {
  display: none !important;
}
.woocommerce .variations_form select {
  width: 95% !important;
  height: 48px !important;
  padding: 0 20px 0 20px !important;
  border: 1px solid #e2e2e2 !important;
  border-radius: 5px !important;
  color: #333 !important;
}

.page-header .content {
  padding: 30px 0;
  min-height: 345px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .page-header .content {
    min-height: 250px;
  }
}
.page-header .content h1 {
  font-size: 36px;
  letter-spacing: 4px;
  line-height: 1;
  color: #fff;
  background: #0090E3;
  padding: 15px 40px 15px 15px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 700;
  border-bottom: solid 5px #202020;
}
@media (max-width: 575px) {
  .page-header .content h1 {
    font-size: 24px;
  }
}

.page-content {
  padding: 50px 0 80px;
  color: #717171;
}

.side-title {
  background: #324448;
  color: #fff;
  padding: 10px 30px 10px 90px;
  line-height: 1;
  font-size: 32px;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
}
.side-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 60px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-info-widget {
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  color: #4e4d4d;
  padding: 30px 0;
}
.contact-info-widget p:last-child {
  margin: 0;
}

@media (max-width: 991px) {
  .info-owner {
    margin: 30px 0 0;
  }
}

.map-widget .acf-map {
  height: 400px;
}

.contact-widget {
  padding: 30px;
  color: #fff;
  background: #444545;
}
@media (min-width: 992px) {
  .contact-widget.ml--15 {
    margin-left: -30px;
  }
}
.contact-widget h3 {
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 20px;
}
.contact-widget .wpcf7 .form-group {
  margin: 0 0 10px;
}
.contact-widget .wpcf7 .btn {
  margin-top: 10px;
}

.page-title {
  margin: 0 0 60px;
  position: relative;
  padding-bottom: 8px;
  color: #0090E3 !important;
  font-size: 22px !important;
  font-weight: bold !important;
}
.wysiwyg-editor.blue-wrapper {
  background: #0090E3;
  padding: 20px;
  color: #fff;
  height: 100%;
  min-height: fit-content;
}
.wysiwyg-editor.blue-wrapper h1 {
  color: #fff;
}

.wysiwyg-editor {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #9a9a9a;
}
@media (max-width: 575px) {
  .wysiwyg-editor {
    font-size: 18px;
  }
}
.wysiwyg-editor img {
  margin: 30px 0 30px;
  height: auto !important;
}
.wysiwyg-editor h1, .wysiwyg-editor h2, .wysiwyg-editor h3, .wysiwyg-editor h4 {
  margin: 0 0 20px;
  font-weight: 700;
  color: #323232;
}
.wysiwyg-editor h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.wysiwyg-editor h1.b-title {
  margin: 0 0 50px;
}
.wysiwyg-editor .bottom-content h2 {
  position: relative;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.wysiwyg-editor .bottom-content h2:after {
  content: "";
  display: block;
  width: 80px;
  background: #272727;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.wysiwyg-editor h2 {
  font-size: 24px;
  margin: 0 0 20px;
}
@media (max-width: 575px) {
  .wysiwyg-editor h2 {
    font-size: 18px;
  }
}
.wysiwyg-editor h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
}
.wysiwyg-editor h4 {
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.wysiwyg-editor h5 {
  color: #333;
  font-size: 18px;
}
.wysiwyg-editor p {
  margin: 0 0 20px;
}
.wysiwyg-editor p + h2, .wysiwyg-editor p + h3 {
  margin-top: 40px;
}
.wysiwyg-editor a:not(.btn):not(.page-numbers) {
  color: #0090E3;
}
.wysiwyg-editor .wp-block-quote {
  color: #333;
  font-style: italic;
  padding-left: 20px;
  border-left: solid 5px #0090E3;
}

.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
  background: red;
  border-color: red !important;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px !important;
}

.wpcf7-mail-sent-ok {
  background: #26A65B;
  border-color: #26A65B !important;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.form-control.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7-form {
  background: #fff;
  padding: 30px;
}
.wpcf7-form .wpcf7-acceptance {
  display: block;
  position: relative;
  padding-left: 25px;
}
.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance input {
  display: none;
}
.wpcf7-form .wpcf7-acceptance input:checked + span:after {
  opacity: 1;
}
.wpcf7-form .wpcf7-acceptance input + span {
  display: block;
  font-size: 16px;
}
.wpcf7-form .wpcf7-acceptance input + span:before {
  content: "";
  width: 15px;
  height: 15px;
  border: solid 1px #979797;
  background: #fff;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  left: 0;
  top: 6px;
  transition: 0.3s ease-out;
}
.wpcf7-form .wpcf7-acceptance input + span:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 4px;
  background: #363e41;
  top: 9px;
  left: 3px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-left: 0;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item input {
  display: none;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item input:checked + span:after {
  opacity: 1;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item input + span {
  display: block;
  font-size: 16px;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item input + span:before {
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #979797;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  line-height: 15px;
  text-align: center;
  font-size: 10px;
  left: 0;
  top: 7px;
}
.wpcf7-form .wpb5-radio .wpcf7-list-item input + span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #363e41;
  top: 11px;
  left: 4px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.wpcf7-form h4 {
  background: #363e41;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 400;
}
.wpcf7-form .box-group {
  padding: 30px 20px;
  border: solid 1px #cbcbcb;
  margin: 0 0 20px;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form label {
  display: block;
  font-size: 16px;
  color: #979797;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin: 10px 0 0;
  display: block;
  color: red;
}
.wpcf7-form .btn {
  margin-top: 20px;
}

.form-group {
  display: block;
  margin: 0 0 10px;
  color: #353535;
}

.form-control {
  background: #fff;
  border-radius: 0;
  height: 48px;
  padding: 0 20px;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #595959;
  transition: 0.2s ease-out;
}
.form-control::placeholder {
  color: #595959;
}
.form-control:hover, .form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #0090E3;
}

textarea.form-control {
  resize: none;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sidebar {
  background: #f4f9fa;
}
.sidebar.archive-sidebar .widget.widget_text:not(.widget_custom_html) h4 {
  position: relative;
  padding-left: 30px;
}
.sidebar.archive-sidebar .widget.widget_text:not(.widget_custom_html) h4:before {
  content: "\f05a";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  color: #0090E3;
  position: absolute;
  left: 0;
}
.sidebar .widget {
  margin: 0 0 20px;
  padding: 15px 15px 30px;
  border: solid 1px #ebebeb;
  border-bottom: solid 2px #0090E3;
  background: #fff;
  color: #878787;
}
.sidebar .widget .btn-secondary {
  width: 100%;
}
.sidebar .widget.widget_text p:last-child {
  margin: 0;
}
.sidebar .widget h4 {
  color: #363e41;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.sidebar .widget p {
  font-size: 15px;
}
@media (max-width: 575px) {
  .sidebar .widget p {
    font-size: 15px;
  }
}
.sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}
@media (max-width: 575px) {
  .sidebar .widget ul {
    font-size: 15px;
  }
}
.sidebar .widget ul li a {
  color: #878787;
  text-decoration: none;
}
.sidebar .widget ul li a:hover, .sidebar .widget ul li a:focus {
  color: #363e41;
}
.sidebar .widget .contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.sidebar .widget .contact-info li {
  margin: 0 0 5px;
  font-size: 14px;
}
.sidebar .widget .contact-info li i {
  color: #0090E3;
}

.search-form {
  background: #EDEDED;
  position: relative;
  padding: 60px 50px;
  border-radius: 5px;
  margin: 0 0 15px;
}
.search-form .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-form .form-control {
  width: calc(100% - 105px);
  height: 34px;
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #3C3C3B;
  line-height: 34px;
  margin: 0 auto;
}
.search-form .search-icon {
  height: 38px;
  border: solid 1px #3C3C3B;
  width: 38px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #3C3C3B;
}
.search-form .btn {
  height: 34px;
  border: solid 1px #3C3C3B;
  width: 34px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: transparent;
  color: #3C3C3B;
}
.search-form .btn:hover, .search-form .btn:focus {
  background: #0080ca;
}

.paginate-links, .woocommerce-pagination {
  padding-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: right !important;
  width: 100%;
}
.paginate-links ul.page-numbers, .woocommerce-pagination ul.page-numbers {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.paginate-links ul.page-numbers li, .woocommerce-pagination ul.page-numbers li {
  border: none !important;
}
.paginate-links span.page-numbers, .paginate-links a.page-numbers, .woocommerce-pagination span.page-numbers, .woocommerce-pagination a.page-numbers {
  background: transparent !important;
  margin-right: 10px;
  color: #b4b4b4 !important;
  display: inline-block;
  position: relative;
  display: block;
  border-radius: 0;
  padding: 10px 15px !important;
  margin-left: -1px;
  border: none !important;
  line-height: 1.25 !important;
  text-decoration: none;
  font-weight: 500 !important;
}
.paginate-links span.page-numbers.current, .paginate-links a.page-numbers.current, .woocommerce-pagination span.page-numbers.current, .woocommerce-pagination a.page-numbers.current {
  font-weight: 700 !important;
  color: #3c3c3b !important;
}
.paginate-links span.page-numbers:hover, .paginate-links span.page-numbers:focus, .paginate-links a.page-numbers:hover, .paginate-links a.page-numbers:focus, .woocommerce-pagination span.page-numbers:hover, .woocommerce-pagination span.page-numbers:focus, .woocommerce-pagination a.page-numbers:hover, .woocommerce-pagination a.page-numbers:focus {
  background: transparent !important;
  color: #3c3c3b !important;
  border: none !important;
}

.custom-select {
  border-radius: 0;
  background-color: #fafafa;
}

.e404 {
  padding: 100px 0;
  border-top: solid 4px #0090E3;
  text-align: center;
}
.e404 h1 {
  font-size: 24px;
  color: #717171;
}
.e404 h1 strong {
  font-size: 150px;
  color: #0090E3;
  display: block;
}
@media (max-width: 575px) {
  .e404 h1 strong {
    font-size: 80px;
  }
}
.e404 p {
  font-size: 24px;
  margin: 0 0 50px;
}

.drop-select .btn.btn-select {
  margin: 0;
  height: 41px;
  padding: 0 10px;
  border: solid 1px #cbcbcb;
  border-radius: 4px;
  width: 100%;
  color: #979797;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.drop-select .btn.btn-select:hover, .drop-select .btn.btn-select:focus {
  border-color: #0090E3;
}
.drop-select select {
  display: none;
}

@media (min-width: 992px) {
  .p-side {
    padding-left: 0;
  }
}

@keyframes slowZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
#heroCarousel {
  overflow: hidden;
}
#heroCarousel .carousel-control-prev, #heroCarousel .carousel-control-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 10;
  opacity: 0.8;
  background: #0090E3;
  color: #fff;
  text-align: center;
  transition: 0.3s ease-out;
  text-align: center;
}
#heroCarousel .carousel-control-prev:hover, #heroCarousel .carousel-control-prev:focus, #heroCarousel .carousel-control-next:hover, #heroCarousel .carousel-control-next:focus {
  opacity: 1;
}
#heroCarousel .carousel-control-prev i, #heroCarousel .carousel-control-next i {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
#heroCarousel .carousel-inner .carousel-item {
  overflow: hidden;
}
@media (max-width: 991px) {
  #heroCarousel .carousel-inner .carousel-item {
    height: auto;
    min-height: fit-content;
  }
}
#heroCarousel .carousel-inner .carousel-item .bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: 0;
}
#heroCarousel .carousel-inner .carousel-item .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  height: 100%;
  width: 40%;
  background: #fcfcfc;
  text-align: center;
  padding: 50px 40px;
}
#heroCarousel .carousel-inner .carousel-item .content .row {
  width: 100%;
}
@media (max-width: 767px) {
  #heroCarousel .carousel-inner .carousel-item .content {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  #heroCarousel .carousel-inner .carousel-item .content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
#heroCarousel .carousel-inner .carousel-item .content h2 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #363e41;
  text-transform: uppercase;
  transform: translateY(50px);
  transition: 0.3s ease-out;
  letter-spacing: 3px;
  opacity: 0;
  margin: 0 0 30px;
}
#heroCarousel .carousel-inner .carousel-item .content h2 strong {
  display: block;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
}
#heroCarousel .carousel-inner .carousel-item .content p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #9a9a9a;
  transform: translateY(50px);
  transition: 0.3s ease-out;
  opacity: 0;
  transition-delay: 0.4s;
}
#heroCarousel .carousel-inner .carousel-item .content .btn {
  margin-top: 20px;
  opacity: 0;
}
#heroCarousel .carousel-inner .carousel-item .content figure {
  margin: 40px 0 0;
}
#heroCarousel .carousel-inner .carousel-item.active .content h2, #heroCarousel .carousel-inner .carousel-item.active .content p, #heroCarousel .carousel-inner .carousel-item.active .content .btn {
  transform: none;
  opacity: 1;
}
#heroCarousel .carousel-inner .carousel-item.active .content h2:after {
  transform: skewX(-50deg);
  opacity: 1;
}

.top-banner {
  margin: 50px 0;
  border: solid 1px #ebebeb;
}
.top-banner .content {
  font-size: 20px;
  color: #5a5959;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .top-banner .content {
    margin-right: -8px;
    padding: 0 30px;
  }
}
.top-banner .content p {
  margin: 0 0 10px;
}
@media (min-width: 992px) {
  .top-banner .content p {
    margin: 0;
  }
}
.top-banner .content strong {
  color: #444545;
  font-weight: 700;
}

.section-title {
  margin: 0 0 60px;
  position: relative;
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.section {
  position: relative;
  margin: 0 0 16px;
}
.section__text {
  font-weight: bold;
}
.section__text--ultra {
  font-size: 53px !important;
  line-height: 58px;
  color: #fff !important;
  letter-spacing: 0.014em;
}
@media (max-width: 575px) {
  .section__text--ultra {
    font-size: 22px;
    line-height: 27px;
  }
}
.section__text--big {
  font-size: 22px !important;
  line-height: 24px;
  letter-spacing: 0.011em;
}
@media (max-width: 575px) {
  .section__text--big {
    font-size: 16px;
    line-height: 18px;
  }
}
.section__text--regular {
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.004em;
}
.section__text--blue {
  color: #0090E3 !important;
}
.section--black {
  background: #3C3C3B;
  color: #FFFFFF;
}
.section--gray {
  background: #EDEDED;
}
.section--featured-products {
  padding: 76px 0;
  margin: 0;
}
.section--featured-products.section--gray + .section--gray {
  padding-top: 0;
}
.section--featured-products.section--white + .section--white {
  padding-top: 0;
}
.section--rate {
  border-radius: 5px;
  padding: 11px 15px;
}
.section--categories .category {
  display: block;
  text-decoration: none;
  color: #3C3C3B;
  margin: 0 0 22px;
}
.section--categories .category:hover figure {
  background: #FD6600;
}
.section--categories .category figure {
  position: relative;
  border-radius: 5px;
  padding-bottom: 100%;
  background: #0090E3;
  margin: 0 0 5px;
  transition: 0.3s ease-out;
}
.section--categories .category figure img {
  position: absolute;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  object-fit: contain;
}
.section--promo-banner {
  border-radius: 5px;
  padding: 19px 40px 10px;
  color: #3C3C3B;
}
.section--promo-banner .section__text--big {
  color: #0090E3;
}
.section--promo-banner .section__text--big span {
  color: #7CBF01;
}
.section--promo-banner .counter {
  width: 113px;
  padding-left: 5px;
}
.section--promo-banner .price {
  border-right: solid 1px #3c3c3b;
  padding-right: 5px;
}
.section--promo-banner .counter, .section--promo-banner .price {
  font-size: 20px;
  font-weight: 700;
  color: #3c3c3b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section--promo-banner .counter #secs, .section--promo-banner .price #secs {
  color: #e00d0d;
}
.section--promo-banner .counter p, .section--promo-banner .price p {
  margin: 0 !important;
}
.section--promo-banner .counter .before, .section--promo-banner .price .before {
  font-size: 10px;
  font-weight: 500;
  color: #b4b4b4;
  text-decoration: line-through;
  display: block;
}
.section--promo-banner .counter small, .section--promo-banner .price small {
  display: block;
  font-size: 10px;
  font-weight: 500;
}
.section--promo-banner .discount {
  background: #7CBF01;
  color: #FFFFFF;
  width: 86px;
  height: 86px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
}
.section--promo-banner__figure {
  position: relative;
  padding-bottom: 60%;
}
.section--promo-banner__figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section--banner {
  padding: 23px 63px 101px;
  border-radius: 5px;
  color: #FFFFFF !important;
}
@media (max-width: 575px) {
  .section--banner {
    padding: 23px 15px;
  }
}
.section.lastest-posts {
  padding: 60px 0 70px;
}
.section.lastest-posts.inner {
  padding: 0 0 50px;
}
.section.lastest-posts .post {
  margin: 0 0 30px;
}
.section.lastest-posts .post:hover figure img {
  transform: scale(1.1);
}
.section.lastest-posts .post a {
  text-decoration: none;
}
.section.lastest-posts .post figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 280px;
}
@media (max-width: 991px) {
  .section.lastest-posts .post figure {
    height: 250px;
  }
}
.section.lastest-posts .post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
@media (max-width: 991px) {
  .section.lastest-posts .post figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.section.lastest-posts .post figcaption {
  border: solid 1px #e3e3e3;
  border-top: 0;
}
.section.lastest-posts .post figcaption h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  padding: 15px 20px;
  line-height: 1;
  transition: 0.3s ease-out;
}
.section.lastest-posts .post figcaption h2 a {
  color: inherit;
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #0090E3;
}

.wpb5-crumb {
  padding: 10px 0;
  background: #fff;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  color: #0090E3;
  margin: 0 0 30px;
}
.wpb5-crumb li {
  font-size: 18px;
  font-weight: 400;
}
.wpb5-crumb li.separator {
  padding: 0 10px;
}
.wpb5-crumb li a {
  color: #3c3c3b;
  text-decoration: none;
}
.wpb5-crumb li a:hover, .wpb5-crumb li a:focus {
  color: #0090E3;
}
.wpb5-crumb li span {
  color: #b4b4b4;
}

.search-results .post {
  padding: 15px 0;
}
.search-results .post + .post {
  border-top: solid 1px #ebebeb;
}

@media (min-width: 992px) {
  .loop-paginated .product {
    margin: 0 0 10px !important;
  }
}

.star-dust {
  line-height: 1;
  font-size: 14px;
}
.star-dust span {
  display: inline-block;
  position: relative;
}
.star-dust span + span {
  margin-left: 5px;
}
.star-dust span i {
  color: #d5d5d5;
}
.star-dust span i:not(.ghost) {
  position: absolute;
  left: 0;
  z-index: 2;
}
.star-dust span i.on {
  color: #0090E3;
}

.wpb5-gallery figure img {
  border: solid 4px #0090E3;
}

.lightbox .lb-image {
  border: solid 4px #0090E3;
}

.fixed-bar .top-message-alert {
  transform: none;
}

.top-message-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: solid 1px #e3e3e3;
  z-index: 100;
  padding: 10px 0;
  transition: 0.3s ease-out;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .top-message-alert {
    padding: 15px;
  }
}
.top-message-alert .cl-this {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0090E3;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  border: none;
}
.top-message-alert .cl-this:hover, .top-message-alert .cl-this:focus {
  background: #0070b0;
}
.top-message-alert figure {
  margin: 0;
}
.top-message-alert .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-message-alert .container .added_to_cart {
  color: #0090E3;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin-right: auto;
}
.top-message-alert .container .content {
  text-align: center;
  margin-right: auto;
  color: #858585;
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.top-message-alert .container .content h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.top-message-alert .container .content > span {
  display: inline-block;
  margin: 0 10px;
}
.top-message-alert .container .content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.top-message-alert .container figure {
  width: 50px;
  margin-right: 15px;
  border: solid 1px #e3e3e3;
}
.top-message-alert .container .button {
  background: #0090E3 !important;
  color: #fff !important;
  padding: 10px 30px !important;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .top-message-alert .container .button {
    margin: 20px auto 0;
  }
}
.top-message-alert .container .button:hover, .top-message-alert .container .button:focus {
  background: #0070b0 !important;
  color: #fff !important;
}

.wpb5-featured-posts .block, .wpb5-random-products .block {
  padding: 15px 0 30px;
  margin-bottom: 0;
  position: relative;
  border-color: #0090E3;
  border: none;
  border-bottom: 1px solid #d4d4d4;
}
.wpb5-featured-posts .block figure, .wpb5-random-products .block figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .wpb5-featured-posts .block figure, .wpb5-random-products .block figure {
    max-height: 250px;
  }
}
.wpb5-featured-posts .block figure img, .wpb5-random-products .block figure img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .wpb5-featured-posts .block figure img, .wpb5-random-products .block figure img {
    width: auto;
    height: auto;
  }
}
.wpb5-featured-posts .block .buy, .wpb5-random-products .block .buy {
  position: absolute;
  right: 30px;
  padding-right: 8px;
  bottom: 5px;
  color: #0090E3;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.wpb5-featured-posts .block .arrow, .wpb5-random-products .block .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0090E3;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.wpb5-featured-posts .block .arrow:hover, .wpb5-random-products .block .arrow:hover {
  background: #0070b0;
}
.wpb5-featured-posts .block p, .wpb5-random-products .block p {
  color: #7b7b7b;
  font-size: 15px;
  margin: 0 0 20px;
}
.wpb5-featured-posts .block h3, .wpb5-random-products .block h3 {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wpb5-featured-posts .block h3, .wpb5-random-products .block h3 {
    font-size: 16px;
  }
}
.wpb5-featured-posts .block h3 a, .wpb5-random-products .block h3 a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.wpb5-featured-posts .block h3 a:hover, .wpb5-random-products .block h3 a:hover {
  color: #0090E3;
}

.search-form .container {
  position: relative;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-results {
  max-height: 300px;
  width: calc(100% - 30px);
  position: absolute;
  top: 100px;
  overflow: auto;
  background: #fff;
  left: 15px;
}
.search-results .inner {
  padding: 15px;
  border: solid 1px #ebebeb;
}
.search-results .inner .fa-spinner {
  color: #0090E3;
  animation: rotate 3s ease-out;
}
.search-results a {
  display: block;
  color: #2c2c2c;
  text-decoration: none;
  padding: 5px 15px;
}
.search-results a:hover, .search-results a:focus {
  background: #0090E3;
  color: #fff;
}
.search-results a + a {
  border-top: solid 1px #ebebeb;
}

a.woocommerce-button.button.view {
  font-size: 14px !important;
}

.woocommerce-MyAccount-content {
  padding: 15px;
  background: #fff;
}
.woocommerce-MyAccount-content h3 {
  font-size: 18px;
  color: #0090E3;
  font-weight: 700;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 20px;
}
.woocommerce-MyAccount-content fieldset legend {
  font-size: 18px;
  color: #0090E3;
  font-weight: 700;
}

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
  background: #fff;
}
.woocommerce .woocommerce-input-wrapper, .woocommerce-page .woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
  background: #fff;
  border-radius: 0;
  height: 48px;
  padding: 0 20px;
  border: solid 1px #ebebeb;
  font-size: 16px;
  font-weight: 300;
  color: #595959;
  line-height: 1.5;
  transition: 0.2s ease-out;
}
.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:hover, .woocommerce form .form-row textarea:focus, .woocommerce-page form .form-row input.input-text:hover, .woocommerce-page form .form-row input.input-text:focus, .woocommerce-page form .form-row textarea:hover, .woocommerce-page form .form-row textarea:focus {
  border-color: #0090E3;
}
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
  height: auto;
  padding: 10px 15px;
}
.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: initial;
  flex: none;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce-page .select2-container .select2-selection--single {
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  border: solid 1px #ebebeb;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  width: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 48px;
  line-height: 48px;
}
.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce .select2-container--default .select2-results__option--highlighted[data-selected], .woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #0090E3;
}
.woocommerce .select2-dropdown, .woocommerce-page .select2-dropdown {
  border: solid 1px #ebebeb;
}
.woocommerce #order_review_heading, .woocommerce-page #order_review_heading {
  margin-top: 30px;
}
.woocommerce .checkout h3, .woocommerce-page .checkout h3 {
  font-size: 18px;
  color: #0090E3;
  font-weight: 700;
}
.woocommerce .checkout .col-1, .woocommerce .checkout .col-2, .woocommerce-page .checkout .col-1, .woocommerce-page .checkout .col-2 {
  background: #fff;
  border: solid 1px #ebebeb;
  padding: 15px;
  border-bottom: solid 3px #ebebeb;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-radius: 0;
  background: #fff !important;
  border: solid 1px #ebebeb;
  margin: 0 0 30px !important;
}
.woocommerce #place_order, .woocommerce .checkout-button, .woocommerce-page #place_order, .woocommerce-page .checkout-button {
  background: #0090E3 !important;
  color: #fff !important;
}
.woocommerce #place_order:hover, .woocommerce #place_order:focus, .woocommerce .checkout-button:hover, .woocommerce .checkout-button:focus, .woocommerce-page #place_order:hover, .woocommerce-page #place_order:focus, .woocommerce-page .checkout-button:hover, .woocommerce-page .checkout-button:focus {
  background: #0070b0 !important;
  color: #fff !important;
}
.woocommerce .flex-viewport, .woocommerce-page .flex-viewport {
  margin: 0 0 20px;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce-page div.product div.images .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce-page div.product div.images .flex-control-thumbs li {
  flex: 0 0 70px;
  max-width: 70px;
  border: solid 1px #ebebeb;
  margin: 2px;
}

.single.single-product .woocommerce-product-gallery__image.flex-active-slide, .single.single-product .woocommerce-product-gallery__image {
  overflow: hidden;
}
.single.single-product .woocommerce-product-gallery__image.flex-active-slide a img, .single.single-product .woocommerce-product-gallery__image a img {
  max-height: 500px;
  object-fit: contain;
  background: #fff;
  border: solid 1px #ebebeb;
}

#cartTog {
  width: 60px;
  height: 50px;
  background: #0090E3;
  border: none;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 100;
}

#filterTog {
  width: 60px;
  height: 50px;
  background: #0090E3;
  border: none;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  #filterTog {
    display: block;
    transform: translateY(calc(-100% - 10px));
  }
}

#sideCart {
  width: 320px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  color: #0090E3;
  border-left: solid 1px #e3e3e3;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  padding: 20px 15px;
  transform: translateX(100%);
  transition: 0.3s ease-out;
}
#sideCart.cart-open {
  transform: none;
}
#sideCart .cart-header {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  position: relative;
}
#sideCart .cart-header h3 {
  margin: 0;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}
#sideCart .cart-header .cart-toggler {
  color: #fff;
  padding: 0;
  border: none;
  background: transparent;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0090E3;
  color: #fff;
  position: absolute;
  right: 0;
  top: -5px;
}
#sideCart .cart-data {
  padding: 10px 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
#sideCart .cart-data .total {
  margin: 0 0 10px;
  text-align: right;
}
#sideCart .cart-data .clean {
  text-align: center;
  padding-top: 10px;
  border-top: solid 1px #ebebeb;
}
#sideCart .cart-data .clean a {
  color: #0090E3;
  font-weight: 700;
  text-decoration: none;
}
#sideCart .cart-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 200px);
}
#sideCart .cart-list h3 {
  font-size: 14px;
  color: #0090E3;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
#sideCart .cart-list .loading {
  text-align: center;
  padding: 15px 0;
}
#sideCart .cart-list .loading i {
  font-size: 22px;
  color: #0090E3;
  animation: rotate 1s ease-out infinite;
}
#sideCart ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#sideCart ul li {
  position: relative;
  padding: 15px 0;
  padding-left: 50px;
  padding-right: 20px;
  border-top: solid 1px #ebebeb;
}
#sideCart ul li .remove-product-by-id {
  position: absolute;
  right: 0;
  top: 18px;
  text-decoration: none;
  color: #0090E3;
}
#sideCart ul li .content a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
#sideCart ul li .content h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px;
}
#sideCart ul li .content .details {
  font-size: 13px;
  font-weight: 700;
}
#sideCart ul li figure {
  width: 40px;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
}
#sideCart ul li figure a {
  text-decoration: none;
}

.admin-bar #sideCart {
  padding-top: 52px;
}

.cart-footer {
  text-align: center;
  padding-top: 20px;
  margin-top: 10px;
  border-top: solid 1px #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.posted_in a {
  color: #0090E3;
}

.mt-4 {
  margin-top: 80px !important;
}

@media (max-width: 991px) {
  .archive-sidebar #custom_html-7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100vh;
    z-index: 1000;
    overflow: auto;
    transform: translateX(-100%);
    transition: 0.3s ease-out;
  }
  .archive-sidebar #custom_html-7.open {
    transform: none;
  }
}

.filter-header {
  display: none;
}
@media (max-width: 991px) {
  .filter-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
  }
  .filter-header .filter-toggler {
    background: transparent;
    border: none;
    color: #0090E3;
    padding: 0;
  }
}

.product-rate {
  color: #3c3c3b;
  font-size: 14px;
}
.product-rate .star-dust span + span {
  margin-left: 5px;
}
.product-rate .star-dust i.on {
  color: #e5c12b !important;
}

.woocommerce .product--item {
  border-radius: 5px;
  background: #FFFFFF;
  border: solid 1px #B4B4B4;
  padding: 25px 22px 23px;
  transition: 0.3s ease-out;
}
.woocommerce .product--item h2 a {
  text-decoration: none;
  color: inherit;
}
.woocommerce .product--item .section__text--regular {
  color: #3C3C3B;
}
.woocommerce .product--item .go-to {
  height: 27px;
  font-size: 13px;
  border: solid 1px #3c3c3b;
  width: 27px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #3c3c3b !important;
  position: absolute;
  top: -15px;
  right: -15px;
  text-decoration: none;
  z-index: 10;
}
.woocommerce .product--item form.product__cart .quantity input {
  width: 53px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #B4B4B4;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.woocommerce .product--item form.product__cart .button.single_add_to_cart_button {
  background: #7CBF01;
  width: 53px;
  flex: 0 0 53px;
  max-width: 53px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #7CBF01;
  margin-left: auto;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0;
}
.woocommerce .product--item .product__footer {
  display: flex;
  align-items: flex-end;
  margin: 0 0 16px;
}
.woocommerce .product--item .price del {
  display: block !important;
  width: fit-content;
}
.woocommerce .product--item .price del .amount {
  color: #B4B4B4 !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.014em;
  display: block;
}
.woocommerce .product--item .price bdi, .woocommerce .product--item .price ins {
  text-decoration: none;
}
.woocommerce .product--item .price .amount {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #3C3C3B;
  letter-spacing: 0.014em;
}
.woocommerce .product--item .tax {
  font-size: 10px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.004em;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.woocommerce .product--item figure {
  position: relative;
  padding-bottom: 125%;
}
.woocommerce .product--item figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce .product--item--large figure {
  padding-bottom: 100%;
}
@media (min-width: 992px) {
  .woocommerce .product--item--large figure {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .woocommerce .product--item--large .border-lg-left {
    border-left: solid 1px #B4B4B4;
  }
}
.woocommerce .product--item--large .product__footer {
  justify-content: flex-end;
}
.woocommerce .product--item--large .product__footer .price del {
  margin-left: auto;
  transform: translateX(62px);
}
.woocommerce .product--item--large .product__footer .price .amount {
  color: #0090E3;
}
.woocommerce .product--item--large .small-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #7CBF01;
  margin: 50px 0 10px;
  text-align: right;
}
.woocommerce .product--item--large:hover {
  background: rgba(253, 102, 0, 0.15);
}

.title-b {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 60px;
  color: #363e41;
}

.collection {
  padding: 80px 0 40px;
}
.collection .content {
  text-align: center;
  padding: 30px 0 0;
}
.collection .content span {
  color: #878787;
  display: block;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.collection .content h2 {
  font-size: 20px;
  font-size: 20px;
  color: #0090E3;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.collection .content h2 strong {
  font-size: 30px;
  line-height: 36px;
}
.collection .content p {
  color: #878787;
  font-size: 16px;
  line-height: 30px;
}
.collection .item {
  text-align: center;
}
.collection .item figure {
  border: solid 1px #e3e3e3;
}
.collection .item figure a {
  display: block;
  padding-bottom: 25%;
}
.collection .item h3 {
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.collection .item h3 a {
  color: #575757;
  text-decoration: none;
}

.promos {
  padding: 50px 0 40px;
}
.promos .left-block {
  padding: 30px;
  border: solid 1px #e3e3e3;
}
.promos .left-block span {
  text-transform: uppercase;
  color: #363e41;
  display: block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.promos .left-block h3 {
  color: #363e41;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px;
  font-weight: 600;
}
.promos .left-block p {
  font-size: 16px;
  line-height: 30px;
  color: #898989;
  margin: 0 0 25px;
}
.promos .right-block {
  padding: 35px 40px;
  text-align: center;
  color: #fff;
}
.promos .right-block h3 {
  margin: 0 0 10px;
}
.promos .right-block i {
  margin: 0 0 15px;
  font-size: 20px;
}
.promos .right-block p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 60px;
}

.brands {
  padding: 0 0 90px;
}
.brands .brand-slider {
  border-top: solid 1px #e3e3e3;
  padding-top: 40px;
}
.brands .brand-slider .owl-stage {
  display: flex;
  align-items: center;
}
.brands .brand-slider .item a img {
  filter: grayscale(1);
  transition: 0.3s ease-out;
}
.brands .brand-slider .item a:hover img, .brands .brand-slider .item a:focus img {
  filter: none;
}

.wysiwyg-editor .product-description {
  padding: 50px 0;
}
.wysiwyg-editor .product-description h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  margin: 0 0 30px;
}
.wysiwyg-editor .product-description h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #272727;
  margin: 10px 0 0;
}
.wysiwyg-editor .product-description p {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px;
}

.related.products {
  padding: 50px 0 10px;
}

.woocommerce div.product .b-content {
  padding: 15px 0;
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
}
.woocommerce div.product form.cart {
  margin: 0;
  display: flex;
  align-items: center;
}
.woocommerce div.product form.cart .qty {
  flex: 0 0 60px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  flex: 0 0 calc(100% - 74px);
  background: #FD6600;
  border: solid 1px #FD6600;
  color: #fff;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover, .woocommerce div.product form.cart .single_add_to_cart_button.focus {
  background: #e45c00 !important;
  border: solid 1px #e45c00 !important;
}

.wysiwyg-editor .general-info h3 {
  font-size: 22px;
  color: #272727;
  margin: 0 0 40px;
}
.wysiwyg-editor .general-info p {
  font-size: 18px;
  color: #7b7b7b;
}
.wysiwyg-editor .general-info a:not(.btn):not(.page-numbers) {
  color: #FD6600;
  font-weight: 700;
  text-decoration: none;
}
.wysiwyg-editor .general-info .btn {
  margin-top: 10px;
}

.searchandfilter > ul, .woocommerce .searchandfilter > ul {
  padding: 0;
}
.searchandfilter > ul > li, .woocommerce .searchandfilter > ul > li {
  background: #EDEDED;
  border-radius: 5px;
  margin: 0;
  padding: 25px 30px;
}
.searchandfilter > ul > li + li, .woocommerce .searchandfilter > ul > li + li {
  margin-top: 10px;
}
.searchandfilter > ul > li .drop-select, .woocommerce .searchandfilter > ul > li .drop-select {
  display: block;
}
.searchandfilter > ul > li .dropdown .btn, .woocommerce .searchandfilter > ul > li .dropdown .btn {
  width: 100%;
}
.searchandfilter > ul > li.sf-field-search label, .woocommerce .searchandfilter > ul > li.sf-field-search label {
  display: block;
  width: 100%;
}
.searchandfilter > ul > li.sf-field-search label input, .woocommerce .searchandfilter > ul > li.sf-field-search label input {
  width: 100%;
  border: solid 1px #ebebeb;
  padding: 10px 15px;
  resize: none;
  display: block;
}
.searchandfilter > ul > li h4, .woocommerce .searchandfilter > ul > li h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px;
  color: #0090E3;
}
.searchandfilter > ul > li > ul, .woocommerce .searchandfilter > ul > li > ul {
  padding: 0;
}
.searchandfilter > ul > li > ul > li, .woocommerce .searchandfilter > ul > li > ul > li {
  position: relative;
  padding: 0;
  padding-left: 25px;
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3B !important;
}
.searchandfilter > ul > li > ul > li.sf-option-active input + label:before, .woocommerce .searchandfilter > ul > li > ul > li.sf-option-active input + label:before {
  background: #FD6600;
}
.searchandfilter > ul > li > ul > li.sf-option-active input + label:after, .woocommerce .searchandfilter > ul > li > ul > li.sf-option-active input + label:after {
  opacity: 1;
}
.searchandfilter > ul > li > ul > li input, .woocommerce .searchandfilter > ul > li > ul > li input {
  display: none;
}
.searchandfilter > ul > li > ul > li input + label, .woocommerce .searchandfilter > ul > li > ul > li input + label {
  color: #656565 !important;
  padding: 0;
}
.searchandfilter > ul > li > ul > li input + label:hover:before, .searchandfilter > ul > li > ul > li input + label:focus:before, .woocommerce .searchandfilter > ul > li > ul > li input + label:hover:before, .woocommerce .searchandfilter > ul > li > ul > li input + label:focus:before {
  background: #FD6600;
}
.searchandfilter > ul > li > ul > li input + label:hover:after, .searchandfilter > ul > li > ul > li input + label:focus:after, .woocommerce .searchandfilter > ul > li > ul > li input + label:hover:after, .woocommerce .searchandfilter > ul > li > ul > li input + label:focus:after {
  opacity: 1;
}
.searchandfilter > ul > li > ul > li input + label:before, .woocommerce .searchandfilter > ul > li > ul > li input + label:before {
  content: "";
  display: block;
  width: 15px !important;
  height: 15px !important;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #FFFFFF;
  border: solid 1px #3C3C3B !important;
  transition: 0.3s ease-out;
}
.searchandfilter > ul > li > ul > li input + label:after, .woocommerce .searchandfilter > ul > li > ul > li input + label:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  transition: 0.3s ease-out;
  border-radius: 4px;
  position: absolute;
  left: 5px;
  top: 12px;
  background: transparent;
  opacity: 0;
}

.drop-select .btn.btn-select {
  margin: 0;
  height: 41px;
  padding: 0 10px;
  border: solid 1px #cbcbcb;
  border-radius: 4px;
  width: 100%;
  color: #979797;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.drop-select .btn.btn-select:hover, .drop-select .btn.btn-select:focus {
  border-color: #0090E3;
}
.drop-select select {
  display: none;
}

.dropdown-item.active, .dropdown-item:active {
  background: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}

.woocommerce div.product .single-product-excerpt {
  font-size: 18px;
  line-height: 32px;
  color: #3c3c3b;
  margin: 0 0 50px;
}
.woocommerce div.product .product-disconts {
  list-style: none;
  padding: 0;
}
.woocommerce div.product .product-disconts .product-discount {
  display: block;
  background: #7CBF01;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.004em;
  font-weight: 700;
}
.woocommerce div.product .product-disconts .product-discount + .product-discount {
  margin-top: 5px;
}
.woocommerce div.product .summary .widget ul {
  list-style: none;
  padding: 0;
}
.woocommerce div.product .summary .widget ul li {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #3c3c3b;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.woocommerce div.product .summary .widget ul li + li {
  border-top: solid 1px #e2e2e2;
}
.woocommerce div.product .summary .widget ul li:before {
  content: "\f00c";
  color: #7CBF01;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 10px;
  display: block;
  font-size: 150%;
}
.woocommerce div.product .specs .spec {
  display: block;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 32px;
  color: #3c3c3b;
}
.woocommerce div.product .specs .spec:nth-child(odd) {
  background: #ededed;
}
.woocommerce div.product .specs .spec span:nth-of-type(2) {
  float: right;
}
.woocommerce div.product .b-content {
  border: none;
}
.woocommerce div.product .b-content > .stock {
  display: none;
}
.woocommerce div.product .b-content form.cart .qty {
  height: 42px;
  width: 53px;
  flex: 0 0 53px;
  max-width: 53px;
  border: solid 1px #ededed;
  color: #3c3c3b;
  font-size: 14px;
  border-radius: 5px;
}
.woocommerce div.product .b-content form.cart .single_add_to_cart_button {
  background: #7CBF01;
  border: none !important;
  padding: 11px 15px;
  margin-left: auto;
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.035em;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.woocommerce div.product .b-content form.cart .single_add_to_cart_button:after {
  content: "\e3f3";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 10%;
  font-size: 22px;
  line-height: 1;
}
.woocommerce div.product .single-short-data {
  color: #7CBF01 !important;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.004em;
  font-weight: 500;
  margin: 0 0 15px;
}
.woocommerce div.product .single-short-data .stock {
  color: #7CBF01;
}
.woocommerce div.product .single-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0 0 16px;
}
.woocommerce div.product .single-price-wrapper p.price {
  display: block;
  line-height: 1.1;
  color: #0090E3;
  font-size: 50px;
  font-weight: 700;
}
.woocommerce div.product .single-price-wrapper p.price ins {
  color: #0090E3;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.014em;
}
.woocommerce div.product .single-price-wrapper p.price ins bdi:after {
  content: "(Exc. BTW)";
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3b;
  margin-left: 10px;
}
.woocommerce div.product .single-price-wrapper p.price del {
  display: block;
  text-decoration: none;
}
.woocommerce div.product .single-price-wrapper p.price del bdi {
  display: block;
  margin: 0;
  color: #b4b4b4;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: fit-content;
  margin-left: auto;
}
.woocommerce div.product .single-price-wrapper p.price del bdi:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  height: 1px;
  width: 100%;
  background: #e00d0d;
  transform: rotate(17deg);
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
  float: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}
@media (min-width: 1200px) {
  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    padding-left: 10%;
  }
}

.fa-regular.fa-cart-circle-plus {
  color: #fff !important;
  background: url("public/img/cart-icon.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-carousel .owl-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .products-carousel .owl-prev {
    left: -5%;
  }
}
.products-carousel .owl-next {
  right: 0;
}
@media (min-width: 1200px) {
  .products-carousel .owl-next {
    right: -5%;
  }
}
.products-carousel .owl-prev, .products-carousel .owl-next {
  width: 34px;
  height: 34px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px #3c3c3b !important;
  color: #3c3c3b !important;
  font-size: 30px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
}

.contact-info a {
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #0090e3;
  color: #0090e3;
  text-decoration: none;
}

.contact-info li + li {
  margin-left: 15px;
}

.section--promo-banner--daily-deal figure.section--promo-banner__figure {
  padding-bottom: calc(60% - 41px);
}

.expand-area .expand-button {
  border: solid 1px #3c3c3b !important;
  color: #3c3c3b !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.035em;
  padding: 10px 45px;
  transform: translateY(50%);
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #EFEFEF;
}

.expand-area .expand-button {
  background-color: #EFEFEF !important;
  color: #3c3c3b !important;
}

.expand-area {
  border-bottom: solid 1px #e2e2e2;
  position: relative;
  margin: 0 0 60px;
}

.woocommerce .product--item--grid {
  margin-bottom: 1.5rem !important;
  padding: 20px;
}

.woocommerce .product--item--grid .product__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.woocommerce .product--item--grid .product__head figure {
  width: 73px;
  height: 73px;
  flex: 0 0 73px;
  max-width: 73px;
  padding: 0;
  margin: -10px 0 0 -10px;
}

.woocommerce .product--item--grid .product__head .content {
  flex: 0 0 calc(100% - 73px);
  max-width: calc(100% - 73px);
}

.woocommerce .product--item--grid .product__head figure img {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.woocommerce .product--item--grid .product__footer {
  margin: 0;
  display: block;
}

.woocommerce .product--item--grid .small-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  color: #7cbf01 !important;
  margin: 0 0 5px;
  text-align: right;
}

.square-crumb {
  width: 34px;
  height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: solid 1px #3c3c3b;
  color: #3c3c3b;
  border-radius: 4px;
}

.square-crumb-w + .square-crumb-w {
  margin-left: 10px;
}

@media (max-width: 767px) {
  #mainHeader .right-menu {
    display: block !important;
  }
}

.woocommerce-cart {
  background: #f5f5f5;
}
.woocommerce-cart #shipping_method, .woocommerce-cart .woocommerce-shipping-totals {
  display: none;
}
.woocommerce-cart .variation .variation-Type, .woocommerce-cart .variation .variation-Taal, .woocommerce-cart .variation .variation-Cursus {
  display: none !important;
}
.woocommerce-cart .wpb5-crumb,
.woocommerce-cart .page-title {
  display: none;
}
.woocommerce-cart .overview .course-details {
  flex-wrap: wrap;
  list-style: none;
  display: flex;
  padding: 0px;
  font-size: 12px;
}
.woocommerce-cart .overview .course-details li {
  flex: 50%;
}
.woocommerce-cart .overview .product-remove img {
  border: 1px solid #eee;
  width: 30px;
  padding: 10px 0px 10px 0px;
}
.woocommerce-cart .overview .quantity .qty {
  border: 1px solid #eee;
}
.woocommerce-cart .overview #coupon_code {
  border: 1px solid #eee;
  width: 250px;
  font-size: 14px;
  text-align: center;
}
.woocommerce-cart .overview .woocommerce .button[name=apply_coupon] {
  border: none !important;
  background: #f5f5f5 !important;
  color: #333 !important;
}
.woocommerce-cart .overview tr.vat th {
  font-weight: 700;
}
.woocommerce-cart .overview .cart_totals {
  width: 100%;
}
.woocommerce-cart .overview,
.woocommerce-cart .button,
.woocommerce-cart input,
.woocommerce-cart .product-remove img {
  border-radius: 5px !important;
}
.woocommerce-cart .shop_table {
  border: none !important;
}
.woocommerce-cart .checkout-button {
  background: #FD6600 !important;
  border: none !important;
}

.woocommerce-page.woocommerce-checkout {
  background: #f5f5f5;
}
.woocommerce-page.woocommerce-checkout #ship-to-different-address span {
  margin-left: 10px;
}
.woocommerce-page.woocommerce-checkout .wpb5-crumb,
.woocommerce-page.woocommerce-checkout .page-title {
  display: none;
}
.woocommerce-page.woocommerce-checkout .checkout {
  border: none;
}
.woocommerce-page.woocommerce-checkout .checkout .col-1, .woocommerce-page.woocommerce-checkout .checkout .col-2 {
  border: none;
}
.woocommerce-page.woocommerce-checkout .checkout .col-2 #payment {
  background: none;
}
.woocommerce-page.woocommerce-checkout .checkout .input-text, .woocommerce-page.woocommerce-checkout .checkout select {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  color: #333;
  font-size: 14px;
}
.woocommerce-page.woocommerce-checkout .checkout .input-text::placeholder, .woocommerce-page.woocommerce-checkout .checkout select::placeholder {
  color: #333 !important;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-shipping-fields #shipping_country_field {
  display: none;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #customer_type_field {
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields .company-field {
  display: none;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #billing_country_field {
  display: none;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #reference_field {
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #salutation_field {
  margin-bottom: 20px;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #salutation_field label {
  line-height: 1.4;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #salutation_field .woocommerce-input-wrapper {
  display: flex;
  gap: 15px;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields #xx_field label {
  display: block !important;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields select {
  height: 48px;
  padding: 0 20px 0 20px;
}
.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields label {
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review_heading {
  padding-left: 20px;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review {
  font-size: 14px;
  margin: 18px;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review .shop_table {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table thead, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table tbody, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table tr, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th {
  display: none;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .amount {
  font-weight: 400 !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method li input {
  margin-right: 20px;
}
.woocommerce-page.woocommerce-checkout #place_order {
  background: #FD6600 !important;
  border-radius: 5px !important;
  border: none !important;
  width: 100% !important;
}

.company-fields-wrapper {
  background: #f5f5f5;
  border-radius: 5px;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
}
@media (min-width: 1200px) {
  .company-fields-wrapper {
    column-gap: 45px;
  }
}
#kvk_number_field .woocommerce-input-wrapper, #vat_number_field .woocommerce-input-wrapper {
  display: flex;
}
#kvk_number_field .woocommerce-input-wrapper #kvk_number, #kvk_number_field .woocommerce-input-wrapper #vat_number, #vat_number_field .woocommerce-input-wrapper #kvk_number, #vat_number_field .woocommerce-input-wrapper #vat_number {
  flex: 1;
}
#kvk_number_field .tippyPopupContainer, #vat_number_field .tippyPopupContainer {
  width: 28px;
  margin-right: -28px;
  padding: 5px;
}

.custom-tooltip {
  background: #fff;
  color: #333;
  padding: 10px;
  border: 1px solid;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 768px) {
  .company-fields-wrapper .form-row {
    width: 100% !important;
  }
}
.product .discount-rules .product-disconts li {
  display: flex !important;
  gap: 20px;
  font-size: 16px !important;
}
.product .discount-rules .product-disconts li span:nth-child(1) {
  width: 50%;
}

/** Feedback company **/
.feedback-home span {
  display: inline-block !important;
}

.__fbcw__bar-widget__amount-of-reviews {
  color: #fff !important;
}

.col-lg-4 .content {
  width: 100% !important;
}

.col-xl-2:nth-child(3) {
  order: 2;
}

.col-xl-2:nth-child(8) {
  order: 1;
}

.product__footer .price {
  font-size: 22px !important;
  line-height: 1;
  font-weight: 700 !important;
  color: #3C3C3B !important;
}

.mq-page-icon {
  width: 25px;
  height: 25px;
  margin-top: -4px !important;
}

/** Fix toon minder/minder */
.expand-area.collapsed .expand-area-inner {
  height: 277px;
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}
.expand-area.collapsed .more {
  display: inline-block !important;
}
.expand-area.collapsed .less {
  display: none !important;
}

.result-bar-padding {
  margin-top: -65px !important;
}

.orderby {
  padding: 10px;
  border: 1px solid #3c3c3b;
  border-radius: 5px;
}

.grid-list-toggler {
  background: url("https://arbo-acceptance.markethinq.me/wp-content/uploads/2020/05/Grid-switcher.svg");
  background-repeat: no-repeat;
  height: 30px !important;
  width: 30px !important;
  border: none !important;
  background-color: transparent !important;
  margin-top: -15px;
  padding: 0px !important;
}
.grid-list-toggler:hover {
  background-color: transparent !important;
}

.col-lg-5 .summary {
  display: block !important;
}

.woocommerce-info {
  text-transform: none !important;
}
.woocommerce-info a {
  text-transform: none !important;
}

.clickable:hover {
  cursor: pointer;
}

#main-content .woocommerce-message {
  margin-bottom: 75px;
}

.archive .feedback-home {
  background: #3C3C3B;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 11px 15px;
  font-size: 18px !important;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.004em;
}
.archive .feedback-home .__fbcw__bar-widget__amount-of-reviews {
  color: #fff;
}

.mq-category-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.mq-category-section ul a {
  text-decoration: none;
  color: inherit;
}
.mq-category-section ul .active-link {
  color: #FD6600;
}

.mq-zoom {
  display: inline-block;
}

.facetwp-checkbox.checked {
  background-image: url("https://arbo-acceptance.markethinq.me/wp-content/uploads/2020/05/Checkbox-BG-checked.svg") !important;
}

.facetwp-checkbox {
  background-image: url("https://arbo-acceptance.markethinq.me/wp-content/uploads/2020/05/Checkbox-BG-unchecked.svg") !important;
}

.noUi-base {
  height: 4px !important;
}

.noUi-connect {
  background: #3c3c3b !important;
}

.noUi-handle {
  height: 18px !important;
  width: 18px !important;
  top: -8px !important;
  right: -9px !important;
  border-radius: 9px !important;
}

.noUi-horizontal {
  height: auto !important;
}

.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.facetwp-slider-reset {
  width: 100% !important;
  padding: 4px 30px !important;
}

.facetwp-slider-wrap {
  padding-top: 10px;
}

.__fbcw__bar-widget__score {
  font-size: 18px !important;
  font-family: "Montserrat" !important;
}

.__fbcw__bar-widget__amount-of-reviews {
  font-size: 18px !important;
  font-family: "Montserrat" !important;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block !important;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  color: #ff0000 !important;
}

.section__text--regular a {
  color: #3c3c3b !important;
}

.section__text--blue a {
  color: #0090E3 !important;
}

.product-disconts a {
  text-decoration: none !important;
  color: #fff !important;
}

.woocommerce .product--item {
  height: 416px !important;
}

.searchandfilter h4, .searchandfilter p, .searchandfilter a {
  font-family: Montserrat;
}

#pc4woo_billing_wrapper #pc4woo_billing_housenumber_wrapper.form-row-quart-first {
  margin-right: 0% !important;
}

#mq-form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 15px !important;
}

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