@import url("https://fonts.googleapis.com/css2?family=Podkova:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.mobile-header-wrapper {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  /*
  .header-logo2 {
    position: absolute;
    left: 50%;
    width: 126px;
    margin-left: -63px;
  }
   */
}
.mobile-header-wrapper .language-wrapperwpml_current_language {
  position: relative;
}
.mobile-header-wrapper .language-wrapperwpml_current_language .other-languages {
  position: absolute;
  top: 0px;
  padding-top: 20px;
  right: 0;
  display: none;
}
.mobile-header-wrapper .language-wrapperwpml_current_language .other-languages a {
  text-decoration: none;
  color: #001A33;
}
.mobile-header-wrapper .language-wrapperwpml_current_language:hover .other-languages {
  display: inline-block;
}
.mobile-header-wrapper .sidebar-menu {
  position: fixed;
  top: 0;
  left: -100vw;
  background: #fff;
  z-index: 2;
  padding: 30px;
  width: 100vw;
}
.mobile-header-wrapper .sidebar-menu .sidebar-menu-inner {
  height: calc(100vh - 60px);
}
.mobile-header-wrapper .sidebar-menu .sidebar-menu-inner .icons {
  text-align: center;
  width: 100%;
}
.mobile-header-wrapper .sidebar-menu .sidebar-menu-inner .icons .icon {
  margin: 0 16px;
}
.mobile-header-wrapper .sidebar-menu .sidebar-menu-inner .icons .icon img {
  height: 20px;
}
.mobile-header-wrapper .sidebar-menu .menu-wrapper {
  max-height: calc(100vh - 130px);
  overflow-y: scroll;
}
.mobile-header-wrapper .sidebar-menu .close-icon-wrapper {
  margin-bottom: 40px;
}
.mobile-header-wrapper .sidebar-menu .close-icon-wrapper .close-icon {
  cursor: pointer;
  display: inline-block;
}
.mobile-header-wrapper .sidebar-menu .header-sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header-wrapper .sidebar-menu .header-sidebar-menu li {
  margin-bottom: 32px;
}
.mobile-header-wrapper .sidebar-menu .header-sidebar-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #001A33;
  text-transform: uppercase;
}
.mobile-header-wrapper a {
  text-decoration: none !important;
}
.mobile-header-wrapper .left-col-item {
  display: inline-block;
  margin: 0 17px;
}
.mobile-header-wrapper .left-col-item.mainmenu-extra-toggle {
  margin-left: 0;
  cursor: pointer;
}
.mobile-header-wrapper .language-wrapper {
  margin-bottom: 20px;
  display: block;
}
.mobile-header-wrapper .language-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.mobile-header-wrapper .language-wrapper ul li {
  display: inline-block;
}
.mobile-header-wrapper .language-wrapper ul li a {
  position: relative;
  display: block;
  padding: 0 15px;
  color: #666666;
  text-decoration: underline !important;
}
.mobile-header-wrapper .language-wrapper ul li a:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-block;
}
.mobile-header-wrapper .language-wrapper ul li.last-item a:after {
  display: none;
}
.mobile-header-wrapper .language-wrapper ul li.selected a {
  color: #000;
  text-decoration: none !important;
  font-weight: bold;
}
.mobile-header-wrapper .compare-wrapper {
  position: absolute;
  right: 60px;
  top: 30px;
}
.mobile-header-wrapper .compare-wrapper .compare-value {
  display: inline-block;
  border-radius: 50%;
  background: #D43B45;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 16px;
}
.mobile-header-wrapper .compare-wrapper a {
  color: #000;
  text-decoration: none;
}
.mobile-header-wrapper .logo-section-wrapper {
  min-height: 50px;
}
.mobile-header-wrapper .header-logo {
  width: 126px;
  max-width: 100%;
}
.mobile-header-wrapper .header-right-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}
.mobile-header-wrapper .header-right-menu li {
  display: block;
  margin-top: 16px;
}
.mobile-header-wrapper .header-right-menu a {
  display: block;
  background: #187EDE;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.mobile-header-wrapper .top-right-icons {
  float: right;
  display: inline-block;
  margin-top: 0px;
}
.mobile-header-wrapper .top-right-icons .right-col-item {
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}
.mobile-header-wrapper .top-right-icons .cart-icon {
  padding-right: 15px;
  position: relative;
}
.mobile-header-wrapper .top-right-icons .cart-icon .cart-value {
  display: inline-block;
  border-radius: 50%;
  background: #D43B45;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: -5px;
  text-align: center;
}
.mobile-header-wrapper .mainmenu-wrapper {
  margin-top: 15px;
  margin-bottom: 36px;
}
.mobile-header-wrapper .mainmenu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.mobile-header-wrapper .mainmenu-wrapper ul li {
  display: block;
  margin: 24px 0;
}
.mobile-header-wrapper .mainmenu-wrapper ul li a {
  color: #185FA2;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-header-wrapper .mainmenu-wrapper ul li.current-product-parent,
.mobile-header-wrapper .mainmenu-wrapper ul li.current-menu-item {
  position: relative;
}
.mobile-header-wrapper .mainmenu-wrapper ul li.current-product-parent :after,
.mobile-header-wrapper .mainmenu-wrapper ul li.current-menu-item :after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  background: #185FA2;
  display: block;
  left: 0;
  width: 100%;
}
.mobile-header-wrapper .mainmenu-wrapper .mainmenu-items-wrapper {
  display: none;
}
.mobile-header-wrapper .mainmenu-wrapper .toggle-mainmenu {
  background: rgba(24, 126, 222, 0.05);
  border-radius: 4px;
  padding: 16px;
  position: relative;
}
.mobile-header-wrapper .mainmenu-wrapper .toggle-mainmenu:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  height: 8px;
  width: 10px;
  background: url(../img/arrow-down.svg) no-repeat center center;
  background-size: contain;
}
.mobile-header-wrapper .mainmenu-wrapper.opened .toggle-mainmenu:after {
  background: url(../img/arrow-up.svg) no-repeat center center;
}
.mobile-header-wrapper .mainmenu-wrapper.opened .mainmenu-items-wrapper {
  display: block;
}

@media (max-width: 320px) {
  .mobile-header-wrapper .top-right-icons .right-col-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mobile-header-wrapper .left-col-item {
    margin-right: 0;
  }
}
.shipping-info-topbar {
  margin-bottom: 15px;
  background: #F2F2F2;
  padding: 13px;
  font-size: 12px;
}
.shipping-info-topbar .close-icon {
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}
.shipping-info-topbar .car-icon {
  display: inline-block;
  margin-right: 10px;
}

.desktop-header-wrapper {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 15px;
  /*
  .header-logo2 {
    position: absolute;
    left: 50%;
    width: 126px;
    margin-left: -63px;
  }
   */
}
.desktop-header-wrapper .language-wrapperwpml_current_language {
  position: relative;
}
.desktop-header-wrapper .language-wrapperwpml_current_language .other-languages {
  position: absolute;
  top: 0px;
  padding-top: 20px;
  right: 0;
  display: none;
}
.desktop-header-wrapper .language-wrapperwpml_current_language .other-languages a {
  text-decoration: none;
  color: #001A33;
}
.desktop-header-wrapper .language-wrapperwpml_current_language:hover .other-languages {
  display: inline-block;
}
.desktop-header-wrapper .sidebar-menu {
  position: fixed;
  top: 0;
  left: -257px;
  background: #fff;
  z-index: 2;
  padding: 30px;
  width: 257px;
}
.desktop-header-wrapper .sidebar-menu .sidebar-menu-inner {
  height: calc(100vh - 60px);
}
.desktop-header-wrapper .sidebar-menu .sidebar-menu-inner .icons {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: center;
  width: calc(100% - 60px);
}
.desktop-header-wrapper .sidebar-menu .sidebar-menu-inner .icons .icon {
  margin: 0 16px;
}
.desktop-header-wrapper .sidebar-menu .sidebar-menu-inner .icons .icon img {
  height: 20px;
}
.desktop-header-wrapper .sidebar-menu .close-icon-wrapper {
  margin-bottom: 40px;
}
.desktop-header-wrapper .sidebar-menu .close-icon-wrapper .close-icon {
  cursor: pointer;
  display: inline-block;
}
.desktop-header-wrapper .sidebar-menu .header-sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.desktop-header-wrapper .sidebar-menu .header-sidebar-menu li {
  margin-bottom: 32px;
}
.desktop-header-wrapper .sidebar-menu .header-sidebar-menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: #001A33;
  text-transform: uppercase;
}
.desktop-header-wrapper a {
  text-decoration: none !important;
}
.desktop-header-wrapper .left-col-item {
  display: inline-block;
  margin: 0 17px;
}
.desktop-header-wrapper .left-col-item.mainmenu-extra-toggle {
  margin-left: 0;
  cursor: pointer;
}
.desktop-header-wrapper .compare-wrapper {
  position: relative;
  padding-right: 15px;
}
.desktop-header-wrapper .compare-wrapper .compare-value {
  display: inline-block;
  border-radius: 50%;
  background: #D43B45;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: -5px;
  text-align: center;
}
.desktop-header-wrapper .compare-wrapper a {
  color: #000;
  text-decoration: none;
}
.desktop-header-wrapper .logo-section-wrapper {
  min-height: 50px;
}
.desktop-header-wrapper .header-logo {
  width: 126px;
  margin-left: 20px;
}
.desktop-header-wrapper .header-right-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.desktop-header-wrapper .header-right-menu li {
  display: inline-block;
  margin-right: 16px;
}
.desktop-header-wrapper .header-right-menu a {
  display: block;
  background: #187EDE;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
}
.desktop-header-wrapper .header-right-menu a:hover {
  background: #115BA1;
}
.desktop-header-wrapper .top-right-icons {
  float: right;
  display: inline-block;
  margin-top: 10px;
}
.desktop-header-wrapper .top-right-icons .right-col-item {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
}
.desktop-header-wrapper .top-right-icons .cart-icon {
  padding-right: 15px;
  position: relative;
}
.desktop-header-wrapper .top-right-icons .cart-icon .cart-value {
  display: inline-block;
  border-radius: 50%;
  background: #D43B45;
  width: 15px;
  height: 15px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: -5px;
  text-align: center;
}
.desktop-header-wrapper .mainmenu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.desktop-header-wrapper .mainmenu-wrapper ul li {
  display: inline-block;
  margin: 0 24px;
}
.desktop-header-wrapper .mainmenu-wrapper ul li a {
  color: #185FA2;
  text-decoration: none;
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.desktop-header-wrapper .mainmenu-wrapper ul li.current-product-parent,
.desktop-header-wrapper .mainmenu-wrapper ul li.current-menu-item {
  position: relative;
}
.desktop-header-wrapper .mainmenu-wrapper ul li.current-product-parent :after,
.desktop-header-wrapper .mainmenu-wrapper ul li.current-menu-item :after {
  content: "";
  position: absolute;
  bottom: -8px;
  height: 2px;
  background: #185FA2;
  display: block;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .shipping-info-topbar .header-right-menu {
    float: right;
  }
}
.scroll-top-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 12px;
  width: 44px;
  text-align: center;
  background: #D43B45;
  border-radius: 4px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.scroll-top-btn svg {
  color: #fff;
  fill: #fff;
}
.scroll-top-btn:hover {
  background: #fff;
}
.scroll-top-btn:hover path {
  fill: #D43B45;
}
.scroll-top-btn:hover svg {
  color: #D43B45;
  fill: #D43B45;
}

@media (min-width: 768px) {
  .footer-wrapper {
    background: #187EDE;
    margin-top: 108px;
    padding-top: 50px;
    color: #fff;
    position: relative;
  }
  .footer-wrapper a {
    color: #fff;
    text-decoration: none;
  }
  .footer-wrapper .red-line {
    content: "";
    position: absolute;
    width: 100%;
    height: 16px;
    background: #D43B45;
    left: 0;
    bottom: 60px;
  }
  .footer-wrapper .copyright {
    padding: 22px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 100px;
  }
  .footer-wrapper .widgettitle {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 13px;
  }
  .footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-wrapper ul li {
    padding-bottom: 4px;
  }
  .footer-wrapper ul li a {
    text-decoration: underline;
    font-size: 16px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
  }
  .footer-wrapper .widget.footer-col:last-child .textwidget {
    background: #115BA1;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .footer-wrapper {
    background: #187EDE;
    margin-top: 108px;
    color: #fff;
    position: relative;
  }
  .footer-wrapper a {
    color: #fff;
    text-decoration: none;
  }
  .footer-wrapper .textwidget img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-wrapper .copyright {
    padding: 22px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-top: 100px;
  }
  .footer-wrapper .widgettitle {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 13px;
    margin-top: 60px;
  }
  .footer-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-wrapper ul li {
    padding-bottom: 4px;
  }
  .footer-wrapper ul li a {
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
  }
  .footer-wrapper .widget.footer-col:first-child {
    border-bottom: 16px solid #D43B45;
    background: #115BA1;
    padding: 40px 50px;
  }
  .footer-wrapper .widget.footer-col:first-child .textwidget {
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
  }
  .footer-wrapper .widget.footer-col {
    text-align: center;
  }
  .footer-wrapper .copyright {
    text-align: center;
  }
}
.category-header-wrapper {
  background: url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid rgba(24, 126, 222, 0.47);
  margin-bottom: 40px;
}
.category-header-wrapper .woocommerce-products-header {
  background: linear-gradient(90deg, #FFFFFF 23%, rgba(255, 255, 255, 0) 86.48%), linear-gradient(177.54deg, rgba(24, 126, 222, 0.47) 4.2%, rgba(255, 255, 255, 0) 97.94%), url();
  background-blend-mode: normal, soft-light, normal;
  border-radius: 4px;
  padding: 50px;
}
.category-header-wrapper .woocommerce-products-header h1 {
  font-size: 22px;
  font-weight: 600;
  color: #001A33;
}
.category-header-wrapper .woocommerce-products-header .woocommerce-breadcrumb {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}
.category-header-wrapper .woocommerce-products-header .woocommerce-breadcrumb a {
  color: #187EDE;
  text-decoration: none;
}
.category-header-wrapper .woocommerce-products-header .woocommerce-breadcrumb a:hover {
  color: #115BA1;
}
.category-header-wrapper .term-description {
  line-height: 19px;
  font-size: 16px;
  color: #6B6C6C;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}

.woocommerce-ordering,
.woocommerce-result-count {
  display: none !important;
}

.toggle-mobile-sidebar-filter {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #185FA2;
  margin-left: 10px;
}

.sidebar-widget-wrapper,
.filter-box {
  margin-top: 40px;
  /*
  .widget-title:after {
    content: "";
    width: 10px;
    height: 5px;
    display: inline-block;
    background: url(../img/arrow-down.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 5px;
  }
  */
}
.sidebar-widget-wrapper .widget-title,
.sidebar-widget-wrapper .widgettitle,
.filter-box .widget-title,
.filter-box .widgettitle {
  color: #001A33;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
}
.sidebar-widget-wrapper li,
.filter-box li {
  padding: 5px 0;
}
.sidebar-widget-wrapper .has-styled-checkbox input[type=checkbox],
.filter-box .has-styled-checkbox input[type=checkbox] {
  display: none;
}
.sidebar-widget-wrapper .has-styled-checkbox a,
.filter-box .has-styled-checkbox a {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.sidebar-widget-wrapper .has-styled-checkbox .input-placeholder-checkbox,
.filter-box .has-styled-checkbox .input-placeholder-checkbox {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #D3D3D3;
  background: #fff;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
  cursor: pointer;
}
.sidebar-widget-wrapper .has-styled-checkbox .input-placeholder-checkbox.checked,
.filter-box .has-styled-checkbox .input-placeholder-checkbox.checked {
  background: url(../img/close.svg) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

/*
.filter-box.closed {
  .widget-title:after {
    background: url(../img/arrow-up.svg) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
  .woocommerce-widget-layered-nav-list {
    display: none;
  }
}
*/
.price_slider_amount .button {
  display: none !important;
}

.price_slider_wrapper .price_slider {
  margin: 0 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #187EDE;
  border: 0;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  cursor: pointer;
  margin-top: -1px;
  display: inline-block;
}

.price_slider_amount {
  margin-top: 20px;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-widget.ui-widget-content {
  background: #efefef;
  height: 2px;
}

.ui-slider .ui-slider-range {
  background: #187EDE !important;
}

.price_slider_wrapper button.button {
  /*display: none !important;*/
  background: #187EDE;
  color: #fff;
  margin-bottom: 5px;
}
.price_slider_wrapper button.button:hover {
  background: #115BA1;
}

@media (max-width: 768px) {
  .dynamic-filter-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cart-collaterals {
  background: #187EDE;
  color: #fff;
  padding: 38px;
  margin-left: 30px;
}
.cart-collaterals .leasing-button {
  border: 1px solid #fff !important;
  border-radius: 4px !important;
  background: none !important;
  color: #fff !important;
  display: block !important;
  padding: 1em !important;
  text-align: center;
  font-size: 18px !important;
}
.cart-collaterals .checkout-button {
  background: #fff !important;
  border: 0 !important;
  color: #187EDE !important;
  font-size: 18px !important;
}
.cart-collaterals .checkout-button:hover {
  color: #115BA1;
}
.cart-collaterals .checkout-button img {
  margin-top: -5px;
  margin-left: 10px;
}
.cart-collaterals table.shop_table {
  border: 0 !important;
  border-radius: 0;
}
.cart-collaterals table.shop_table tr th, .cart-collaterals table.shop_table tr td {
  border: 0 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.cart-collaterals table.shop_table tr th {
  font-weight: 400 !important;
  text-decoration: underline;
}
.cart-collaterals table.shop_table tr td {
  text-align: right;
}
.cart-collaterals table.shop_table tr td a {
  color: #fff;
  text-decoration: none;
}
.cart-collaterals table.shop_table tr td a.woocommerce-remove-coupon {
  display: block;
  text-align: right;
}
.cart-collaterals table.shop_table tr .order-total-spacer {
  height: 40px;
}
.cart-collaterals table.shop_table tr.order-total th, .cart-collaterals table.shop_table tr.order-total td {
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 18px;
}
.cart-collaterals .coupon {
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}
.cart-collaterals .coupon .form-control {
  border: 0;
  background: #fff;
  font-size: 16px;
}
.cart-collaterals .coupon .coupon-btn {
  background: #fff;
  color: #187EDE;
  font-size: 12px;
  font-weight: 600;
}
.cart-collaterals .coupon .coupon-btn:hover {
  color: #115BA1;
}
.cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.cart-details-wrapper {
  background: #FCFCFD;
  padding: 50px;
}
.cart-details-wrapper h1 {
  font-size: 22px;
  color: #001A33;
  font-weight: 600;
}

.cart-contents-wrapper {
  margin-top: 70px;
}
.cart-contents-wrapper .cart-row {
  border-bottom: 1px solid #D5D4D4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cart-contents-wrapper .cart-row .remove-row {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url(../img/trash.svg) no-repeat center center;
  background-size: contain;
}
.cart-contents-wrapper .cart-row .quantity {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.cart-contents-wrapper .cart-row input.cart-qty {
  display: inline-block;
  width: 28px;
  padding: 0;
  height: 28px !important;
  margin-top: -5px;
  border-radius: 0;
  font-size: 16px;
}
.cart-contents-wrapper .cart-row .qty-minus,
.cart-contents-wrapper .cart-row .qty-plus {
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  background: url(../img/cart-plus.svg) no-repeat center center;
  background-size: contain;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.cart-contents-wrapper .cart-row .qty-minus {
  background: url(../img/cart-minus.svg) no-repeat center center;
  left: 0;
  right: auto;
}
.cart-contents-wrapper .cart-row .qty-minus.disabled {
  opacity: 0.2;
  cursor: default;
}
.cart-contents-wrapper .cart-row .woocommerce-Price-amount {
  font-family: "Ubuntu", sans-serif;
  color: #2D2926;
  font-size: 18px;
  font-weight: 400;
}
.cart-contents-wrapper .cart-row .cart-thumbnail {
  padding: 20px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.cart-contents-wrapper .cart-row .cart-item-title a {
  color: #2D2926;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  text-decoration: none;
}
.cart-contents-wrapper .cart-row .product-maker {
  color: #D5D4D4;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

@media (max-width: 768px) {
  .cart-details-wrapper {
    padding: 20px;
  }

  .cart-collaterals {
    margin-left: 0;
  }
}
.checkout-wrapper {
  background: #FCFCFD;
  padding: 50px;
}
.checkout-wrapper table.shop_table {
  border: 0 !important;
}
.checkout-wrapper #payment {
  background: none !important;
}
.checkout-wrapper #payment ul.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
}
.checkout-wrapper #payment ul.wc_payment_methods.payment_methods.methods label {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.checkout-wrapper #payment ul.wc_payment_methods.payment_methods.methods a.about_paypal {
  color: #a02323;
  text-decoration: none;
  display: inline-block;
  margin-left: 8px;
}
.checkout-wrapper #place_order {
  color: #fff !important;
  border: 0 !important;
  background: #187EDE !important;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
  text-align: center;
  font-weight: 500;
  padding: 16px 0 !important;
  font-family: "Open Sans", sans-serif;
}
.checkout-wrapper #place_order:hover {
  background: #115BA1 !important;
}
.checkout-wrapper .cart-row {
  margin-bottom: 15px;
}
.checkout-wrapper .cart-row .row-price-data {
  font-family: "Ubuntu", sans-serif;
  color: #2D2926;
  font-size: 18px;
  font-weight: 400;
}
.checkout-wrapper .cart-row .cart-item-title a {
  font-family: "Podkova", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #001A33;
}
.checkout-wrapper .cart-row .product-maker {
  color: #D5D4D4;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}
.checkout-wrapper .back-to-cart-btn {
  padding: 12px 16px;
  border: 1px solid #187EDE;
  color: #187EDE;
  border-radius: 4px;
  display: block;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
}
.checkout-wrapper .back-to-cart-btn:hover {
  color: #115BA1;
}
.checkout-wrapper .woocommerce-checkout {
  margin-top: 40px;
}
.checkout-wrapper h1 {
  font-size: 22px;
  color: #001A33;
  font-weight: 600;
}
.checkout-wrapper .select2-selection__rendered {
  height: 48px !important;
  line-height: 46px !important;
}
.checkout-wrapper .select2-selection__arrow {
  right: 10px !important;
  height: 44px !important;
}
.checkout-wrapper .select2-selection.select2-selection--single,
.checkout-wrapper .input-text {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  height: 48px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}
.checkout-wrapper .form-row {
  margin-bottom: 16px !important;
}
.checkout-wrapper label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.checkout-wrapper label .required {
  display: none !important;
}
.checkout-wrapper .validate-required .woocommerce-input-wrapper {
  position: relative;
}
.checkout-wrapper .validate-required .woocommerce-input-wrapper:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 0;
  background: url(../img/asterisk.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.checkout-wrapper #billing_country_field.validate-required .woocommerce-input-wrapper:after {
  display: none;
}

@media (max-width: 768px) {
  .checkout-wrapper {
    padding: 20px;
  }
  .checkout-wrapper .woocommerce-checkout .col-md-4 {
    margin-bottom: 60px;
  }
}
#yith-woocompare table.dataTable.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody td {
  border: 0 !important;
  background: none !important;
}
#yith-woocompare table.dataTable.compare-list tbody tr.even th, #yith-woocompare table.dataTable.compare-list tbody tr.even td {
  background: #FCFCFD !important;
}
#yith-woocompare table.dataTable.compare-list tbody th {
  font-size: 13px;
}
#yith-woocompare .energy-label {
  background: #03A900;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding-right: 9px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin-left: 25px;
}
#yith-woocompare .energy-label div {
  position: relative;
}
#yith-woocompare .energy-label div:before {
  position: absolute;
  left: -20px;
  top: 0;
  height: 28px;
  width: 20px;
  background: url(../img/energy-label.svg) no-repeat center left;
  content: "";
}
#yith-woocompare .image-wrap {
  position: relative;
}
#yith-woocompare .image-wrap span.remove {
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url(../img/times.svg) no-repeat center center;
  background-size: contain;
}
#yith-woocompare .image-wrap .sale-discount {
  position: absolute;
  top: 15px;
  right: 0;
  content: "";
  display: inline-block;
  background: url(../img/discount.svg) no-repeat center center;
  background-size: contain;
  width: 36px;
  height: 36px;
}
#yith-woocompare .add_to_cart_button {
  background: #187EDE;
  color: #fff;
  padding: 8px 25px !important;
  font-size: 12px;
  font-weight: 500 !important;
  text-transform: none !important;
  font-family: "Open Sans", sans-serif;
}
#yith-woocompare .add_to_cart_button:hover {
  background: #115BA1;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  display: inline;
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #484848;
  border: 0px solid #ddd !important;
  line-height: 1.42857143;
  padding: 6px 12px;
  border-radius: 4px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #484848;
  background: #eee;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #187EDE !important;
  border: 1px solid #187EDE !important;
  border-radius: 4px !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li:first-child > a,
.woocommerce nav.woocommerce-pagination ul li:first-child > span {
  margin-left: 0;
}

.woocommerce-checkout #payment div.form-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  .woocommerce table.shop_attributes th {
    width: 300px !important;
  }
  .woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value a {
    color: #187EDE;
    text-decoration: none;
    font-style: normal;
  }
}
a.woocommerce-LoopProduct-link {
  text-decoration: none !important;
}

.woocommerce-MyAccount-content a {
  color: #187EDE;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #efefef;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #187EDE;
  border: 1px solid #187EDE;
  color: #fff;
}

.price-leasing-payment {
  color: #001A33;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.price-leasing-payment a {
  color: #187EDE;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.price-leasing-payment a:hover {
  color: #115BA1;
}

.single-product-item {
  margin-top: 30px;
}
.single-product-item .product-detail-buttons {
  margin: 60px 0;
}
.single-product-item .product-detail-buttons a {
  min-height: 140px;
  line-height: 140px;
  background: #187EDE;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}
.single-product-item .product-detail-buttons a:hover {
  background: #115BA1;
}
.single-product-item .product-detail-buttons a img {
  margin-right: 10px;
}
.single-product-item .product-tabs .tab-content {
  background: #FCFCFD;
  padding: 50px;
  color: #6B6C6C;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}
.single-product-item .product-tabs .tab-content h2 {
  color: #001A33;
  font-size: 22px;
  font-family: "Podkova", serif;
}
.single-product-item .product-tabs #productTabsList {
  max-width: 280px;
}
.single-product-item .product-tabs #productTabsList li {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
.single-product-item .product-tabs #productTabsList li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #001A33;
  position: relative;
  padding-right: 30px;
  text-transform: uppercase;
  padding-left: 0;
}
.single-product-item .product-tabs #productTabsList li a.active {
  border-bottom: 1px solid #001A33;
}
.single-product-item .product-tabs #productTabsList li a.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 5px;
  background: url(../img/arrow-right.svg) no-repeat center center;
  background-size: contain;
  height: 16px;
  width: 7px;
}
.single-product-item .product-main-image .woocommerce-product-gallery__image {
  padding: 30px;
  margin: 0;
  border: 1px solid #E5E5E5;
}
.single-product-item .product-main-image .woocommerce-product-gallery__image img {
  height: auto !important;
}
.single-product-item .product-thumbs-wrapper {
  margin: 0 -10px;
}
.single-product-item .product-thumbs-wrapper .woocommerce-product-gallery__image {
  display: inline-block;
  border: 1px solid #E5E5E5;
  padding: 10px;
  text-align: center;
  margin: 10px;
  width: calc(25% - 20px) !important;
}
.single-product-item .product-thumbs-wrapper .woocommerce-product-gallery__image a {
  display: inline-block;
}
.single-product-item .product-thumbs-wrapper .woocommerce-product-gallery__image img {
  height: 35px !important;
  width: auto !important;
}
.single-product-item .sku-wrapper {
  margin-bottom: 20px;
}
.single-product-item .price-wrapper {
  line-height: normal;
}
.single-product-item .price-wrapper .current-price {
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 42.72px;
  color: #001A33;
}
.single-product-item .price-wrapper .regular-price {
  font-weight: 600;
  font-size: 21.88px;
  color: #D43B45;
  text-decoration-line: line-through;
  margin-top: 10px;
}
.single-product-item .single_variation_wrap .woocommerce-variation-availability,
.single-product-item .single_variation_wrap .woocommerce-variation-price {
  display: none;
}
.single-product-item .variations {
  margin-top: 30px;
}
.single-product-item .variations td.value {
  text-align: right;
}
.single-product-item .single_add_to_cart_button {
  display: block !important;
  background: #187EDE !important;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center;
  padding: 15px 12px !important;
  width: 100%;
  float: none !important;
}
.single-product-item .single_add_to_cart_button:hover {
  background: #115BA1 !important;
}
.single-product-item .input-text.qty.text.form-control {
  padding: 9px !important;
  width: 100% !important;
}
.single-product-item .swatchtitlelabel {
  font-weight: 400 !important;
}
.single-product-item label.wcvaswatchlabel {
  border: 0 !important;
}
.single-product-item label.selectedswatch.wcvasquare {
  outline: solid 1px rgba(0, 0, 0, 0.8) !important;
}
.single-product-item label.wcva_single_textblock {
  outline: solid 1px #187EDE !important;
  color: #187EDE !important;
  background: #fff !important;
  border-radius: 4px;
}
.single-product-item label.selectedswatch.wcva_single_textblock {
  border-radius: 4px;
  outline: solid 1px #187EDE !important;
  background: #187EDE !important;
  color: #fff !important;
}
.single-product-item .compare-button {
  text-align: center;
  margin-top: 20px;
}
.single-product-item .compare.button {
  background: none !important;
  color: #187EDE !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  position: relative;
  margin-left: 20px !important;
  float: none !important;
}
.single-product-item .compare.button:hover {
  color: #115BA1;
}
.single-product-item .compare.button:before {
  position: absolute;
  left: -16px;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: url(../img/plus.svg) no-repeat center center;
}
.single-product-item .compare.button.added:before {
  display: none !important;
}
.single-product-item .single-product-details {
  background: #FCFCFD;
  padding: 50px;
  font-size: 16px;
  color: #6B6C6C;
}
.single-product-item .single-product-details .woocommerce-breadcrumb a {
  color: #187EDE;
}
.single-product-item .single-product-details .woocommerce-breadcrumb a:hover {
  color: #115BA1;
}
.single-product-item .single-product-details h1 {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  float: left;
  color: #001A33;
}
.single-product-item .single-product-details .sale-discount {
  display: inline-block;
  background: url(../img/discount.svg) no-repeat center center;
  background-size: contain;
  width: 28px;
  height: 28px;
  float: left;
  margin-left: 10px;
}
.single-product-item .single-product-details .energy-label {
  background: #03A900;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding-right: 9px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin-left: 25px;
  float: left;
}
.single-product-item .single-product-details .energy-label div {
  position: relative;
}
.single-product-item .single-product-details .energy-label div:before {
  position: absolute;
  left: -20px;
  top: 0;
  height: 28px;
  width: 20px;
  background: url(../img/energy-label.svg) no-repeat center left;
  content: "";
}
.single-product-item div.images {
  float: none !important;
  width: auto !important;
}

.slider-range-widget-product-filter {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.slider-range-widget-product-filter .price_label {
  margin-top: 5px;
}
.slider-range-widget-product-filter input {
  display: none;
}

.widget-submit {
  margin-top: 30px;
  display: block !important;
  background: #187EDE !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  padding: 12px 12px !important;
  border-radius: 4px;
  width: 100%;
  border: 0;
}
.widget-submit:hover {
  background: #115BA1 !important;
}

.product-list-item {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.product-list-item .product-not-in-stock {
  font-size: 12px;
  color: #5C5B5B;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  min-height: 20px;
}
.product-list-item .list-title-wrapper {
  position: relative;
  margin-top: 20px;
}
.product-list-item .colors {
  position: absolute;
  top: -25px;
  text-align: center;
  width: 100%;
}
.product-list-item .colors .variation-color {
  display: inline-block;
  margin: 2px;
  border: 0.5px solid #E5E5E5;
  width: 15px;
  height: 15px;
}
.product-list-item h2.woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 16px !important;
  color: #001A33;
}
.product-list-item .sale-discount {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../img/discount.svg) no-repeat center center;
  width: 36px;
  height: 36px;
}
.product-list-item .list-subtitle {
  font-weight: 400;
  color: #5C5B5B;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.product-list-item .list-subcontent {
  font-weight: 400;
  color: #001A33;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-align: left;
  margin: 30px 0;
}
.product-list-item .price-html {
  position: relative;
  text-align: left;
}
.product-list-item .price-html .current-price {
  font-weight: 600;
  font-size: 22px;
  color: #001A33;
}
.product-list-item .price-html .regular-price {
  font-weight: 600;
  font-size: 16px;
  color: #001A33;
  text-decoration-line: line-through;
}
.product-list-item .price-html .energy-label {
  position: absolute;
  right: 0;
  top: 6px;
  background: #03A900;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding-right: 6px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.product-list-item .price-html .energy-label div {
  position: relative;
}
.product-list-item .price-html .energy-label div:before {
  position: absolute;
  left: -20px;
  top: 0;
  height: 28px;
  width: 20px;
  background: url(../img/energy-label.svg) no-repeat center left;
  content: "";
}
.product-list-item .button.add_to_cart_button {
  display: block !important;
  background: #187EDE !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 12px !important;
  padding: 12px 12px !important;
  border-radius: 4px;
}
.product-list-item .button.add_to_cart_button.not_in_stock {
  opacity: 0.5;
}
.product-list-item .button.add_to_cart_button:hover {
  background: #115BA1 !important;
}
.product-list-item .compare.button {
  background: none !important;
  color: #187EDE !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  position: relative;
  margin-left: 20px !important;
}
.product-list-item .compare.button:hover {
  color: #115BA1 !important;
}
.product-list-item .compare.button.added {
  color: #D43B45 !important;
}
.product-list-item .compare.button:before {
  position: absolute;
  left: -16px;
  top: 5px;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: url(../img/plus.svg) no-repeat center center;
}
.product-list-item .compare.button.added:before {
  display: none !important;
}

@media (max-width: 768px) {
  .mainmenu-wrapper .mainmenu-items-wrapper {
    padding-left: 15px;
  }

  .single-product-title h1 {
    max-width: 200px;
  }

  .single-product-item .product-detail-buttons a {
    min-height: 100px;
    line-height: 100px;
    margin-top: 20px;
  }
  .single-product-item .product-detail-buttons a img {
    margin-right: 10px;
  }

  .contact-page-form .wpcf7-submit {
    display: block !important;
    width: 100% !important;
  }
  .contact-page-form .row .col-md-6:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .padding-left-0-pc {
    padding-left: 0;
  }
}
a.blog-list-item-link {
  text-decoration: none;
}

a.blog-list-item-link:hover .blog-list-item {
  background: #187EDE;
}
a.blog-list-item-link:hover .blog-list-item .item-title h3 {
  text-decoration: underline;
  color: #fff;
}
a.blog-list-item-link:hover .blog-list-item .item-text {
  color: #fff;
}

.blog-list-item {
  border: 1px solid rgba(24, 126, 222, 0.45);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 25px;
}
.blog-list-item .item-image {
  height: 176px;
  background: url() no-repeat center center;
  background-size: cover;
  border-radius: 8px;
}
.blog-list-item .item-title {
  margin: 21px 0;
}
.blog-list-item .item-title h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #001A33;
}
.blog-list-item .item-text {
  color: #6B6C6C;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.blog-list-load-more-wrapper {
  text-align: center;
  margin-top: 30px;
}
.blog-list-load-more-wrapper .btn {
  background: #187EDE;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
.blog-list-load-more-wrapper .btn:hover {
  background: #115BA1;
}

.ch-calculator-wrapper {
  padding: 10px;
}
.ch-calculator-wrapper .calculator-subtitle {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
}
.ch-calculator-wrapper .calculator-title {
  color: #187EDE;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 50px;
}
.ch-calculator-wrapper .calculator-separator {
  height: 50px;
}
.ch-calculator-wrapper .helptext {
  color: #6B6C6C;
  letter-spacing: 0.32px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.ch-calculator-wrapper .form-group label {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.ch-calculator-wrapper .form-group .form-control-wrapper {
  position: relative;
}
.ch-calculator-wrapper .form-group .form-control-wrapper.select-wrapper:after,
.ch-calculator-wrapper .form-group .form-control-wrapper.required:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 18px;
  background: url(../img/asterisk.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.ch-calculator-wrapper .form-group .form-control-wrapper.select-wrapper:after {
  background: url(../img/caret-down.svg) no-repeat center center;
}
.ch-calculator-wrapper .form-group .form-control {
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  height: 48px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
}
.ch-calculator-wrapper .form-group.is-invalid label {
  color: red;
}
.ch-calculator-wrapper .form-group.is-invalid .form-control {
  border-color: red;
}
.ch-calculator-wrapper .calculator-checkbox.is-invalid label {
  color: red;
}
.ch-calculator-wrapper .radio-wrapper {
  margin-top: 20px;
}
.ch-calculator-wrapper .radio-wrapper .radio-item {
  margin-left: 10px;
  margin-bottom: 6px;
}
.ch-calculator-wrapper .radio-wrapper .radio-item span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}
.ch-calculator-wrapper .calculator-result-wrapper {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #000;
}
.ch-calculator-wrapper .calculator-result-wrapper .result-unit,
.ch-calculator-wrapper .calculator-result-wrapper .result-value {
  color: #D43B45;
}
.ch-calculator-wrapper .calculator-btn {
  float: right;
  background: #187EDE;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 500;
}
.ch-calculator-wrapper .calculator-btn:hover {
  background: #115BA1;
}

.calculator-modal-body-wrapper {
  position: relative;
}
.calculator-modal-body-wrapper .close-calculator-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 22px;
  height: 22px;
  content: "";
  background: url(../img/modal-close.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
}

@media (min-width: 1000px) {
  #calculatorModal .modal-lg {
    min-width: 1000px;
  }
}
@media (max-width: 768px) {
  .ch-calculator-wrapper .form-group {
    margin-top: 30px;
  }
  .ch-calculator-wrapper .calculator-btn {
    float: none;
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  #calculatorModal .modal-content,
#calculatorModal .modal-dialog {
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  #calculatorModal .modal-content {
    padding-bottom: 80px;
  }

  .calculator-result-wrapper {
    text-align: center;
  }

  .calculator-footer-wrapper {
    position: fixed;
    bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
    padding: 20px;
    left: 0;
    background: #fff;
  }
}
body {
  font-family: "Podkova", serif;
}

.hide {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.padding-left-0 {
  padding-left: 0;
}

.ch-breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #001A33;
}
.ch-breadcrumbs a {
  color: #187EDE;
  text-decoration: none;
}
.ch-breadcrumbs a:hover {
  color: #115BA1;
}
.ch-breadcrumbs span.breadcrumb_last {
  color: #ccc;
}

.err-404-image {
  position: absolute;
  bottom: 100px;
  right: 340px;
  z-index: 2;
  max-width: 515px;
}
.err-404-image img {
  max-width: 100%;
}

.err-404-image-r {
  position: absolute;
  bottom: 300px;
  right: 0px;
  z-index: 2;
  width: 340px;
}
.err-404-image-r img {
  max-width: 100%;
}

.contact-page-form .row {
  margin-bottom: 30px;
}
.contact-page-form input, .contact-page-form select, .contact-page-form textarea {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 10px 16px;
  height: 42px;
}
.contact-page-form input[type=checkbox] {
  height: auto;
  width: auto;
}
.contact-page-form .required-field {
  position: relative;
}
.contact-page-form .required-field:after {
  position: absolute;
  right: 10px;
  top: 13px;
  background: url(../img/asterisk.svg) no-repeat center center;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  content: "";
}
.contact-page-form textarea {
  height: 155px;
}
.contact-page-form label {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.contact-page-form .wpcf7-submit {
  padding: 12px 16px;
  background: #187EDE;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  width: auto;
}
.contact-page-form .wpcf7-submit:hover {
  background: #115BA1;
}

.search-modal-body-wrapper .proinput {
  border-bottom: 1px solid #000 !important;
}
.search-modal-body-wrapper .proinput input.orig {
  font-weight: 200 !important;
}
.search-modal-body-wrapper .proinput input.orig::placeholder {
  font-weight: 200 !important;
}

.asp_w .product-list-item .list-title-wrapper {
  padding-top: 30px !important;
}
.asp_w .product-list-item .list-title-wrapper .colors {
  margin-top: 20px;
  text-align: center;
}
.asp_w .product-list-item .button.add_to_cart_button {
  border-radius: 4px;
}

.add-to-compare-wrapper {
  margin-top: 20px;
}

.search-modal-body-wrapper {
  padding: 20px;
}
.search-modal-body-wrapper .text-center {
  text-align: center;
}
.search-modal-body-wrapper .close-icon {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.search-modal-body-wrapper .close-icon div {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.search-modal-body-wrapper .show-all-wrapper {
  margin: 20px 0;
}
.search-modal-body-wrapper .search-input-wrapper {
  position: relative;
  margin-top: 25px;
}
.search-modal-body-wrapper .search-input-wrapper .search-input {
  border: 0;
  border-bottom: 1px solid #000 !important;
  height: 33px;
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  width: calc(100% - 50px);
}
.search-modal-body-wrapper .search-input-wrapper img {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.search-modal-body-wrapper .search-results .product-list-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.search-modal-body-wrapper .search-results .product-list-item .button.add_to_cart_button {
  border: 0 !important;
}

.top-selling-products-wrapper .top-selling-product-infobox {
  background: rgba(24, 126, 222, 0.05);
  border-radius: 4px;
  padding: 16px;
}
.top-selling-products-wrapper .top-selling-product-infobox .infobox-title {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.top-selling-products-wrapper .top-selling-product-infobox .infobox-title:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40%;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: #000;
}
.top-selling-products-wrapper .top-selling-product-infobox .infobox-content {
  color: #5C5B5B;
  font-size: 12px;
  margin: 15px 0px;
}
.top-selling-products-wrapper .top-selling-product-infobox .btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  padding: 6px 20px;
}
.top-selling-products-wrapper .categories-wrapper {
  margin-top: 30px;
}
.top-selling-products-wrapper .categories-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-selling-products-wrapper .categories-wrapper ul li {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #001A33;
  margin: 25px 0;
}
.top-selling-products-wrapper .categories-wrapper ul li .selected {
  display: none;
}
.top-selling-products-wrapper .categories-wrapper ul li.active .selected {
  display: block;
}
.top-selling-products-wrapper .categories-wrapper ul li.active .not-selected {
  display: none;
}
.top-selling-products-wrapper .category-item-wrapper {
  display: none;
}

.compare-ajax-search .compare-label {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.compare-ajax-search .search-input-wrapper {
  max-width: 350px;
}

body.woocommerce-account input.woocommerce-Input {
  height: 40px;
}

@media (max-width: 768px) {
  .visible-md {
    display: none !important;
  }

  .hidden-xs {
    display: none !important;
  }

  .text-center-xs {
    text-align: center;
  }

  .search-modal-body-wrapper .search-input-wrapper {
    position: relative;
    margin-top: 25px;
  }
  .search-modal-body-wrapper .search-input-wrapper .search-input {
    border: 0;
    border-bottom: 1px solid #000 !important;
    height: 36px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    width: calc(100% - 50px);
  }
  .search-modal-body-wrapper .search-input-wrapper img {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }

  .text-right-xl {
    text-align: right;
  }
}
@media (min-width: 1224px) {
  .container {
    min-width: 1224px;
  }
}
@media (min-width: 1440px) {
  .container {
    min-width: 1440px;
  }
}
@media (min-width: 768px) {
  .padding-left-0-desktop {
    padding-left: 0;
  }

  .e-hotspot__tooltip {
    width: 30vw;
    white-space: normal !important;
  }
}
@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }

  .e-hotspot__tooltip {
    width: 90vw;
    white-space: normal !important;
  }
}

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