#menu-item-4915 {
  display: none;
}

/* #region common*/
html,
body,
.site-wrapper {
  min-height: 100%;
}

body {
  font-size: 14px;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .site-wrapper {
  display: flex;
  flex-direction: column;
}

body .information {
  margin-top: auto !important;
}

a {
  text-decoration: underline;
  color: #0068c3;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}

a.no-underline {
  text-decoration: none;
}

button.expand, button.price-expand {
  margin-top: 8px;
  padding: 6px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  min-width: 90px;
}

@media (min-width: 576px) {
  button.expand, button.price-expand {
    margin-left: 30px;
  }
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

strong,
.bold {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

abbr[title] {
  border: none !important;
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.green {
  color: #2e9a85;
}

.blue {
  color: #0068c3;
}

.large {
  font-size: 1.15em;
}

.large2 {
  font-size: 1.25em;
}

.large3 {
  font-size: 1.4em;
}

.bd-red {
  margin: 20px 0;
  padding: 20px;
  border: 5px solid red;
}

.bd-green {
  margin: 20px 0;
  padding: 20px;
  border: 5px solid green;
}

.bd-blue {
  margin: 20px 0;
  padding: 20px;
  border: 5px solid blue;
}

.bd-orange {
  margin: 20px 0;
  padding: 20px;
  border: 5px solid #FF8E00;
}

/* #endregion common*/
/* -------------------------------------------------------------- */
/* #region header */
.header {
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  background: #FFF;
  border-bottom: 1px dotted #BBB;
}

.header._compact {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.header__logo {
  transition: all 0.3s ease;
}

.header__logo a {
  text-decoration: none;
}

.header__logo a:hover {
  text-decoration: none;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__nav {
  transition: all 0.3s ease;
}

.header__menu .menu-item:hover > .menu-icon {
  display: block;
}

.header__menu .menu-icon {
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  margin-left: -30px;
  margin-top: 6px;
}

.header__menu .menu-icon img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

/* #region header buttons */
.header__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.header__buttons > li {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.header__buttons > li > span {
  box-sizing: initial;
  display: block;
  height: 20px;
  padding: 0 13px 30px;
  font-size: 1.05em;
  color: #4C4C4C;
  border-bottom: 3px solid transparent;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
}

.header._compact .header__buttons > li > span {
  padding-bottom: 15px;
}

.header__buttons > li.active > span {
  border-bottom-color: #0068c3;
}

.header__buttons div.sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0;
  padding: 35px 0;
  background: #F1F1F1;
  border: 1px solid #BBB;
  border-left: none;
  border-right: none;
}

.header__buttons div.sub-menu .container {
  padding: 0 100px;
}

.header__buttons ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  margin: 0;
  padding: 0;
  background: #F1F1F1;
  border: 1px solid #BBB;
  list-style: none;
}

.header__buttons ul.sub-menu > li > a {
  display: block;
  padding: 12px 65px 12px 16px;
  color: #0068c3;
  font-size: 1.05em;
  text-decoration: none;
  white-space: nowrap;
}

.header__buttons ul.sub-menu > li > a:hover {
  color: #FFF;
  background: #277bc9;
}

li.header__cart-button {
  position: relative;
}

li.header__cart-button > span {
  padding-bottom: 15px;
  border-bottom: none;
}

li.header__cart-button.active > span {
  color: #F58753;
}

li.header__cart-button > span > strong {
  display: inline-block;
  vertical-align: top;
}

li.header__cart-button .cart-total-count {
  color: #f58753;
}

li.header__profile-button {
  position: relative;
}

li.header__profile-button > span {
  padding-bottom: 15px;
}

.header__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: red;
}

.header__icon_account {
  width: 18px;
  height: 11px;
  background: url(../images/header-account.svg) center center no-repeat;
  background-size: 11px 11px;
}

.header__icon_search {
  background: url(../images/header-search.svg) center center no-repeat;
  background-size: 17px 17px;
}

.header__icon_cart {
  background: url(../images/header-cart.svg) center center no-repeat;
}

.active .header__icon_cart {
  background-image: url(../images/header-cart-hover.svg);
}

.header__icon_profile {
  background: url(../images/header-profile.svg) center center no-repeat;
  background-size: 16px 16px;
}

.header__icon_menu {
  background: url(../images/header-menu.svg) center center no-repeat;
  background-size: 16px 16px;
}

/* #endregion */
/* #region header cart */
.header__cart {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  padding: 15px 25px;
  min-width: 460px;
  background: #DEEBFB;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header__cart .btn-outline-success {
  background-color: #fff;
  text-decoration: none;
}

.header__cart .btn-outline-success:hover {
  background-color: #2e9a85;
}

.header__cart-title {
  margin-bottom: 6px;
  font-size: 1.15em;
  font-weight: 600;
  color: #0068c3;
}

.header__cart-title a {
  text-decoration: none;
}

.header__cart-title a:hover {
  text-decoration: underline;
}

.header__cart-table {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  background: #FFF;
}

.header__cart-table-head {
  position: relative;
  font-weight: 600;
}

.header__cart-table-item {
  padding: 13px 15px;
}

.header__cart-table-item + .header__cart-table-item {
  border-top: 1px dotted #BBB;
}

.header__cart-table:before,
.header__cart-table:after,
.header__cart-table-head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots1.png);
}

.header__cart-table:before {
  top: 0;
}

.header__cart-table:after,
.header__cart-table-head:after {
  bottom: 0;
}

.header__cart .title {
  color: #0068c3;
}

.header__cart .title a {
  color: #0068c3;
  text-decoration: none;
}

.header__cart .title a:hover {
  text-decoration: underline;
}

.header__cart .quantity {
  text-align: center;
}

.header__cart .price {
  color: #2e9a85;
  font-weight: 600;
  text-align: right;
}

.header__cart .subtotal {
  padding-bottom: 8px;
}

.header__cart .price-large {
  font-size: 1.1em;
}

.header__cart-empty {
  text-align: center;
  font-weight: 600;
}

/* #endregion header cart*/
/* header search */
.header__search {
  padding-right: 20px;
}

/* #endregion header*/
/* -------------------------------------------------------------- */
/* #region footer */
.information {
  padding: 5px 0;
  color: #5CA5E5;
  background: #E4EFFF;
  text-align: center;
  max-width: 100%;
}

.information .container-fluid {
  padding: 0 !important;
}

.information .copyrights {
  font-size: 0.6rem;
}

.information .copyright {
  display: inline;
}

.information .copyright:not(:last-child):after {
  content: "|";
  margin: 0.3rem;
}

.footer {
  padding: 30px 0 30px;
}

.footer .container {
  display: inline;
}

.footer__text {
  text-align: center;
  font-size: .8rem;
  color: #0068c3;
}

@media (min-width: 992px) {
  .footer__text {
    white-space: nowrap;
  }
}

.footer__text a {
  text-decoration: none;
}

.footer__logo {
  padding: 0 20px;
}

.footer__logo img {
  width: 280px;
  margin: 0 auto;
  display: block;
}

/* #endregion footer */
/* -------------------------------------------------------------- */
/* #region home page */
.home-slider__item {
  padding: 160px 0 35px;
  background: #00A7CC;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-slider__item p {
  margin: 0;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
}

.home-brands {
  padding: 40px 0 25px;
  text-align: center;
}

.home-brands a {
  color: #333;
  text-decoration: none;
}

.home-brands a:hover {
  color: #0068c3;
  text-decoration: none;
}

.home-brands p {
  margin: -4px 0 25px;
  font-size: 1.7em;
  font-weight: 300;
}

.home-articles {
  background: #f8f8f8;
}

.home-articles__items {
  margin-top: 20px;
  margin-bottom: 20px;
}

.home-articles__item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-articles__img {
  padding-right: 20px;
}

.home-articles__img img {
  display: block;
  width: 65px;
  height: 65px;
}

.home-articles__title1 {
  margin-top: 5px;
  font-size: 1.5em;
  color: #0068c3;
  font-weight: 600;
}

.home-articles__title2 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 8px;
}

.home-articles__text {
  margin-top: 8px;
}

.home-upcoming__title {
  margin: 40px 0;
  font-size: 2em;
  text-align: center;
  color: #0068c3;
}

.home-upcoming__title strong {
  font-weight: 700;
}

.home-upcoming__items {
  margin: 0 10px;
}

.home-upcoming__item {
  margin: 20px 0;
}

.home-upcoming__arr {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 35px;
  margin-top: -35px;
}

.home-upcoming__img {
  float: left;
  width: 120px;
}

.home-upcoming__img img {
  display: block;
  width: 100%;
}

.home-upcoming__inner {
  margin-left: 145px;
}

.home-upcoming__inner .learn_more {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  margin: 2em 0 1em 0;
}

.home-upcoming__name {
  font-size: 1.5em;
  margin-top: -4px;
  color: #0068c3;
  line-height: 1.1;
  font-weight: 600;
}

.home-upcoming__name a {
  text-decoration: none;
}

.home-upcoming__name a:hover {
  text-decoration: underline;
}

.home-upcoming__text1 {
  font-size: 1.1em;
  margin: 10px 0;
  font-weight: 600;
}

.home-text {
  margin: 25px 0;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f6faff 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f6faff 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f6faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f6faff', GradientType=0);
}

.home-text__title {
  font-size: 1.75rem;
  font-weight: 700;
  padding: 40px 0;
  color: #0068c3;
  text-align: center;
}

.home-text__text {
  line-height: 1.65;
  padding-bottom: 40px;
  font-size: 1.31rem;
}

.home-additional {
  margin-top: 4rem;
}

.home-additional .material {
  background: #f8f8f8;
  padding: 25px;
  height: 100%;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f6faff 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f6faff 100%);
  background: linear-gradient(to bottom, #fdfdfd 0%, #f6faff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f6faff', GradientType=0);
}

.home-additional img {
  width: 60px;
}

.home-additional .content h5 {
  color: #0068c3;
  font-weight: 600;
  font-size: 1.12rem;
  margin-top: 1.2rem;
}

.home-additional .content .file a {
  color: #2e2e2e;
  font-size: .8rem;
}

.home-additional .content a {
  text-decoration: none;
  line-height: 1.4em;
}

.home-signup {
  margin: 4rem 0;
  text-align: center;
}

.home-signup h2 {
  font-size: 2em;
  color: #0068c3;
}

.home-signup h2 strong {
  font-weight: 700;
}

.home-signup .sign-up {
  border-radius: 30px;
  position: relative;
  width: 470px;
  max-width: 90%;
  display: block;
  margin: 1rem auto;
  box-shadow: 0 0 3rem rgba(153, 153, 153, 0.3) !important;
  display: inline-flex;
  background-color: #fff;
}

.home-signup .sign-up input[type="email"] {
  padding: 1em 1.5em;
  margin-right: auto;
  width: 100%;
  background: none;
  border: none;
  font-size: 1rem;
}

.home-signup .sign-up input[type="submit"] {
  border-radius: 30px;
  text-transform: uppercase;
  padding: 0 25px;
  border: 4px solid #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 300;
}

/* #endregion home page */
/* -------------------------------------------------------------- */
/* #region breadcrumbs */
.breadcrumbs-outer {
  background: #f0f4fb;
  border-top: 1px dotted #BBB;
}

.breadcrumbs {
  margin: 0 !important;
  padding: 0 !important;
}

.breadcrumbs .nav-item:hover .dropdown-menu, .breadcrumbs .nav-item.show .dropdown-menu {
  display: block !important;
}

.breadcrumbs .nav-item a {
  display: block;
  padding: 7px 14px;
  font-size: 0.84em;
  color: #555;
  text-decoration: none;
}

.breadcrumbs .nav-item .btn-group > a {
  padding-right: 30px;
  background: url(../images/breadcrumbs.png) right top no-repeat;
  background-size: 30px 60px;
}

.breadcrumbs .dropdown-menu {
  margin-top: -1px;
  padding: 5px 10px;
  min-width: 100%;
  position: absolute;
  left: 0;
  border: solid 1px #E6E6E6;
  border-top: none;
  background: #f0f4fb;
  border-radius: unset;
}

.breadcrumbs .dropdown-menu a:hover, .breadcrumbs .dropdown-menu a:focus, .breadcrumbs .dropdown-menu a:active {
  background: unset;
  color: #0068c3;
}

.breadcrumbs .dropdown-menu > a + a {
  border-top: 1px solid #CED6ED;
}

.breadcrumbs > li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs > li + li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #C5C5C5;
}

.breadcrumbs .nav-item:hover {
  background-color: #83ACE7;
}

.breadcrumbs .nav-item:hover a.nav-link {
  color: #FFF;
}

/* #endregion breadcrumbs */
/* -------------------------------------------------------------- */
/* #region other */
.middle {
  padding: 2.8125rem 0;
}

.product-search_big {
  margin: 50px 20px 60px 0;
}

ul.page-numbers {
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin: 4px;
}

ul.page-numbers span {
  border-radius: 4px;
}

ul.page-numbers a,
ul.page-numbers span {
  display: block;
  padding: 8px 14px;
  background: #EEE;
  color: #777;
  font-size: 0.9em;
  text-decoration: none;
}

ul.page-numbers a:hover,
ul.page-numbers .current {
  background: #277bc9;
  color: #FFF;
  text-decoration: none;
}

ul.page-numbers .current {
  font-weight: 700;
}

.page404 {
  margin: 0 auto;
  padding: 60px 0 0 250px;
  width: 500px;
  height: 280px;
  background: url(../images/404.jpg) left center no-repeat;
}

.page404__title {
  font-size: 5.4em;
  color: #0068c3;
}

.page404__text {
  font-size: 1.6em;
  color: #222;
}

.content__title {
  margin-bottom: 30px;
  font-size: 2.2em;
  font-weight: 600;
  color: #0068c3;
}

.tbl1__inner {
  position: relative;
  padding: 10px 0;
}

.tbl1__inner_right {
  margin-left: -10px;
}

.tbl1 .row + .row .tbl1__inner {
  background: url(../images/dots2.png) center top repeat-x;
}

.tbl1 .row:first-child .tbl1__inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots1.png);
}

.tbl1 .row:last-child .tbl1__inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots1.png);
}

.tbl2 {
  margin-bottom: 35px;
}

.tbl2 .row {
  padding: 10px 0;
}

.tbl2 .row + .row {
  padding-top: 0;
}

.tbl2 h3 {
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
  color: #5A68C3;
}

.tbl2__item {
  background: url(../images/dots2.png) center bottom repeat-x;
}

.tbl2__item_head {
  background-image: url(../images/dots1.png);
}

.tbl2_shipping img {
  margin: 0 !important;
}

.tbl2_shipping input[type="radio"] {
  float: right;
  position: relative;
  top: 4px;
}

.woocommerce-account .form-row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1.2rem;
}

/* #endregion other */
/* -------------------------------------------------------------- */
/* #region tabs */
.tabs {
  clear: both;
}

.tabs__horiz {
  margin: 0;
  padding: 0 30px;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCECE;
  list-style: none;
}

.tabs__horiz_centered {
  text-align: center;
}

.tabs__horiz li {
  display: inline-block;
}

.tabs__horiz li a {
  display: block;
  padding: 20px 20px 16px;
  color: #555;
  font-size: 1.1em;
  border-bottom: 5px solid transparent;
  text-decoration: none;
}

.tabs__horiz li a.active {
  color: #0068c3;
  border-bottom-color: #555;
}

.tabs__vert {
  display: none;
}

.tabs__vert a {
  display: block;
  margin-bottom: 20px;
  padding: 15px 20px 13px;
  color: #555;
  background: #F4F4F4;
  border-bottom: 5px solid transparent;
  text-decoration: none;
}

.tabs__vert a.active {
  color: #0068c3;
  border-bottom-color: #555;
}

.tabs__content {
  display: none;
  padding: 40px 30px;
}

/* #endregion tabs */
/* -------------------------------------------------------------- */
/* #region woocommerce */
.woocommerce-message {
  margin: 0 0 30px;
  padding: 15px 20px;
  color: #2e9a85;
  border: 1px solid #2e9a85;
}

.woocommerce-info {
  margin: 0 0 30px;
  padding: 15px 20px;
  color: #0068c3;
  border: 1px solid #0068c3;
}

.woocommerce-error {
  margin: 0 0 30px !important;
  padding: 15px 20px !important;
  color: #F00;
  border: 1px solid #F00;
  list-style: none;
}

.woocommerce-error li {
  list-style: none !important;
}

.woocommerce-error li + li {
  margin-top: 8px;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.qty1 {
  box-sizing: border-box;
  display: inline-block;
  padding: 1px 0 1px 15px;
  width: 50px;
  font: inherit;
  font-size: 0.95em;
  background: #FFF;
  border: 1px solid #4C4C4C;
  text-align: center;
}

.categories {
  margin: 0 0 100px;
  padding: 0;
}

.categories div {
  padding: 20px;
  border: 1px solid green;
}

.categories div + div {
  margin-top: 10px;
}

.products {
  margin: 0;
  padding: 0;
}

/* #endregion woocommerce */
/* -------------------------------------------------------------- */
/* #region prod */
.prod {
  padding: 23px 0;
}

.prod + .prod {
  background: url(../images/dots2.png) center top repeat-x;
}

.prod__title {
  font-size: 1.4em;
  margin: 0 0 7px;
}

.prod__title a {
  text-decoration: none;
}

.prod__info {
  text-align: right;
}

.prod__price {
  color: #0061E0;
  font-weight: 700;
  font-size: 1.2em;
  white-space: nowrap;
}

.prod__price del {
  font-size: 0.85em;
  font-weight: 400;
}

.prod__price ins {
  text-decoration: none;
}

.prod__stock {
  font-weight: 700;
  font-size: 1.1em;
  white-space: nowrap;
}

.prod__stock .in-stock {
  display: inline-block;
  padding-left: 16px;
  color: #2e9a85;
  background: url(../images/in-stock.png) left center no-repeat;
  background-size: 12px 12px;
}

.prod__form {
  display: flex;
  justify-content: flex-end;
}

.prod__form .quantity {
  margin-right: .4rem;
}

.prod__form .quantity input {
  background: #F4FAFF;
}

.prod__form .btn {
  font-size: .875rem;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 32px;
}

.prod__quantity {
  width: 44px;
  font-size: 1.2em;
  vertical-align: middle;
}

.prod__plus {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.15em;
  font-weight: 700;
  vertical-align: middle;
}

.prod__btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  vertical-align: middle;
}

.prod__btn.loading {
  opacity: 0.5;
}

.prod__btn:hover {
  opacity: 0.9;
}

.prod__btn:active {
  position: relative;
  top: 1px;
}

.prod__btn:focus {
  outline: none;
}

.prod__btn img {
  display: block;
  width: 30px;
}

/* #endregion prod */
/* -------------------------------------------------------------- */
/* #region taxonomy terms */
.cat-main a {
  text-decoration: none;
}

.cat-main a:hover {
  text-decoration: underline;
}

.cat-main__heading {
  margin-bottom: 2rem;
  font-size: 1.625em;
  color: #2e9a85;
  border-bottom: 1px solid #2e9a85;
  padding-bottom: 6px;
}

.cat-main__item {
  display: flex;
  margin-bottom: 1.25rem;
}

.cat-main__img {
  width: 28px;
}

.cat-main__img img {
  display: block;
  width: 100%;
  height: auto;
}

.cat-main__title {
  font-size: 1.3125rem;
  color: #0068c3;
  padding-left: 1rem;
}

.cat-main__text strong {
  font-weight: 700;
}

.cat-inner a {
  text-decoration: none;
}

.cat-inner a:hover {
  text-decoration: underline;
}

.cat-inner__heading {
  margin-bottom: 30px;
  font-size: 1.9em;
  color: #2e9a85;
}

.cat-inner__heading p {
  margin: 0;
  padding-bottom: 6px;
}

.cat-inner__heading p.first {
  background: url(../images/dots3.png) left bottom repeat-x;
}

.cat-inner__item {
  padding-top: 18px;
  position: relative;
}

.cat-inner__item > .row {
  padding-bottom: 18px;
}

.cat-inner__item.dotted:after {
  content: '';
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 0;
  height: 1px;
  background: url(../images/dots3.png);
}

.cat-inner__item.dotted_blue:not(:last-child) {
  background: url(../images/dots3.png) left bottom repeat-x;
}

.cat-inner__item.opened.dotted:after {
  display: none;
}

.cat-inner__img {
  float: left;
  margin-left: -60px;
  width: 40px;
}

.cat-inner__img.reactive,
.cat-inner__img.laser {
  margin-left: -60px;
  width: 36px;
}

.cat-inner__img img {
  display: block;
  width: 100%;
  height: auto;
}

.cat-inner__title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
}

body.term-131 .cat-inner__title {
  margin-bottom: 0;
}

.cat-inner__arr {
  display: inline-block;
  margin-left: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cat-inner__arr.opened {
  transform: rotate(180deg);
}

.cat-inner__brand {
  margin-top: -10px;
  padding: 10px 0 0 0;
  color: #0068c3;
}

.cat-inner__item:first-child .cat-inner__brand {
  background: none;
}

.cat-inner__text {
  margin-right: 90px;
}

.cat-inner__text strong {
  font-weight: 700;
}

.cat-inner__text-right p {
  margin: 0;
}

.cat-inner__products {
  position: relative;
  display: none;
  padding: 20px 18px;
  background: #f0f8ff;
}

.cat-inner__products:before,
.cat-inner__products:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots1.png);
}

.cat-inner__products:before {
  top: 0;
}

.cat-inner__products:after {
  bottom: 0;
}

.cat-inner__product:not(:last-child) {
  background: url(../images/dots2.png) left bottom repeat-x;
  padding-bottom: 15px;
}

.cat-inner__product + .cat-inner__product {
  margin-top: 15px;
}

.cat-inner__product-img {
  float: left;
  margin-left: -30px;
  width: 24px;
}

.cat-inner__product-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cat-inner__product-title {
  margin-right: 15px;
  font-size: 1.5em;
}

.cat-inner__product-text {
  margin-right: 140px;
}

.cat-inner__product-text p {
  margin: 0;
}

.cat-inner__product-brand {
  color: #0068c3;
}

.cat-products a {
  text-decoration: none;
}

.cat-products a:hover {
  text-decoration: underline;
}

.cat-products__item {
  padding-top: 20px;
}

.cat-products__item > .row {
  padding-bottom: 20px;
}

.cat-products__item:not(:last-child) {
  background: #fff url(../images/dots2.png) left bottom repeat-x;
}

.cat-products__img {
  float: left;
  margin-top: 2px;
  margin-left: -40px;
  width: 24px;
}

.cat-products__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.cat-products__title {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 0 4px;
}

.cat-products__title a {
  text-decoration: none;
}

.cat-products__params {
  line-height: 1.6;
}

.cat-products__params p {
  margin: 0;
}

.cat-products__params strong {
  font-weight: 700;
}

.cat-products__pricing {
  text-align: right;
}

.cat-products__pricing a {
  color: #111;
  text-decoration: none;
}

.cat-products__pricing a:hover {
  text-decoration: none;
}

.cat-products__pricing img {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  transition: all 0.2s ease;
}

.cat-products__pricing .opened img {
  transform: rotate(180deg);
}

.cat-products__variants {
  display: none;
}

/* #endregion taxonomy terms */
/* -------------------------------------------------------------- */
/*#region variants table */
.variants {
  background: url(../images/dots1.png) left top repeat-x;
}

.variants strong {
  font-weight: 700;
}

.variants .variants__quantity {
  text-align: center;
}

.variants__head {
  padding: 10px 15px;
  font-size: .95rem;
  background: url(../images/dots1.png) left bottom repeat-x;
}

.variants__body {
  padding: 0 15px;
  font-size: 1.05em;
  background: #F0F8FF url(../images/dots1.png) left bottom repeat-x;
}

.variants__body .row {
  padding: 12px 0;
  align-items: center;
}

.variants__body .row.selected {
  background-color: #adb5bd !important;
}

.variants__body .row + .row {
  background: url(../images/dots2.png) left top repeat-x;
}

.variants__body strong.in-stock {
  color: #2e9a85;
}

.variants__body strong.out-of-stock {
  color: #dc3545;
}

.input-quant {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  background: #BFD9F0;
}

.input-quant .plus,
.input-quant .minus,
.input-quant input {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
}

.input-quant .plus,
.input-quant .minus {
  background: none;
  width: 2rem;
  height: 2rem;
}

.input-quant .plus:hover,
.input-quant .minus:hover {
  color: #fff;
}

.input-quant input[type="number"] {
  height: 2rem;
  width: 3rem;
  -moz-appearance: textfield;
  border: none;
  border-radius: 0;
}

.input-quant input[type="number"]::-webkit-inner-spin-button, .input-quant input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.btn {
  position: relative;
}

.btn.icon {
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  background-size: 19px;
}

.btn.icon.add-to-cart {
  white-space: nowrap;
  background-image: url(../images/add-to-cart.svg);
}

.btn.icon.add-to-cart:hover {
  background-image: url(../images/add-to-cart-white.svg);
}

.btn.loading {
  background-image: none !important;
}

.btn.loading:after {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #2e9a85 #fff #2e9a85 #fff;
  animation: loading-dual-ring 1.2s linear infinite;
}

.blockUI.blockOverlay::after {
  content: " ";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #0068c3 #fff #0068c3 #fff;
  left: 50%;
  left: calc(50% - 15px);
  top: 50%;
  top: calc(50% - 15px);
  animation: loading-dual-ring 2s linear infinite;
}

@keyframes loading-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product_type_variation.btn,
.added_to_cart.wc-forward {
  color: #2e9a85;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 600;
}

.added_to_cart.wc-forward {
  color: #0068c3;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: #0068c3 1px solid;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  padding: 5px 17.6px;
  margin-top: 5px;
}

.added_to_cart.wc-forward:hover {
  color: #fff;
  background-color: #0068c3;
}

.variants__footer {
  padding: 15px 32px 15px 20px;
  background: #fff url(../images/dots1.png) left bottom repeat-x;
}

.variants__footer .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .9rem;
  font-weight: 600;
}

.variants__submit {
  float: right;
}

.variants__inquiry {
  float: left;
  padding-top: 5px;
}

.variants__inquiry a {
  font-weight: 700;
  color: #2e9a85;
  text-decoration: none;
}

.variants__inquiry a:hover {
  text-decoration: none;
}

.variants__inquiry img {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  transition: all 0.2s ease;
}

.variants__inquiry .opened img {
  transform: rotate(90deg);
}

.variants__inquiry-form {
  display: none;
}

/* #endregion variants table */
/* -------------------------------------------------------------- */
/* #region product full */
.product__description {
  padding: 50px 0;
}

.product__docs ul {
  display: inline-block;
  margin: 0 30px 20px 0 !important;
  padding: 0 !important;
  vertical-align: top;
}

.product__docs ul > li {
  margin: 0 0 10px;
  list-style: none !important;
  overflow: hidden;
}

.product__docs a:before {
  content: '';
  float: left;
  margin: -2px 10px 0 0;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.product__docs a.type-datasheet:before {
  background-image: url(../images/docs/datasheet.png);
}

.product__docs a.type-msdss:before {
  background-image: url(../images/docs/msdss.png);
}

.product__docs a.type-instructions:before {
  background-image: url(../images/docs/instructions.png);
}

.product__docs a.type-coa:before {
  background-image: url(../images/docs/coa.png);
}

.related__title {
  font-size: 1.15em;
  font-weight: 600;
}

.related__title a {
  text-decoration: none;
}

.related__title a:hover {
  text-decoration: underline;
}

.related__text {
  font-size: 0.95em;
}

/* #endregion product full */
/* -------------------------------------------------------------- */
/* #region cart */
.cart {
  background: url(../images/dots1.png) top repeat-x;
}

.cart .product-quantity {
  text-align: center;
}

.cart__head {
  padding: 12px 20px;
  background: url(../images/dots1.png) bottom repeat-x;
  font-size: .875rem;
}

.cart__body {
  padding: 0 20px;
  font-size: .875rem;
  background: url(../images/dots1.png) bottom repeat-x;
}

.cart__body .row {
  padding: 13px 0;
}

.cart__body .row + .row {
  background: url(../images/dots2.png) left top repeat-x;
}

.cart__body .product-name-inner {
  padding-left: 20px;
}

.cart__body .product-name-inner a {
  color: #333;
  text-decoration: none;
}

.cart__body .product-name-inner a:hover {
  color: #333;
  text-decoration: underline;
}

.cart__body .product-remove {
  float: left;
  margin-left: -20px;
}

.cart__body .product-remove a {
  color: #AAA;
  text-decoration: none;
}

.cart__body .product-remove a:hover {
  color: #333;
  text-decoration: none;
}

.cart__body .product-quantity,
.cart__body .product-sku,
.cart__body .product-attr,
.cart__body .product-price,
.cart__body .product-subtotal {
  white-space: nowrap;
}

.cart__footer {
  padding: 15px 40px;
  background: #FFF;
}

.cart__footer .row + .row {
  padding-top: 6px;
}

.cart__footer_shipping {
  border-bottom: 1px solid #AAA;
}

.cart__footer-text strong {
  font-size: 1.3em;
}

.cart__footer-value {
  text-align: center;
}

.cart__footer-value strong {
  font-size: 1.2em;
}

.cart__actions-right {
  text-align: right;
}

#shipping_method,
#shipping_method li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#shipping_method li input {
  display: inline-block;
  margin-right: 5px;
}

/* #endregion cart */
/* -------------------------------------------------------------- */
/* #region checkout */
.steps ul.steps__nav {
  margin: 0 0 30px;
  padding: 0 !important;
  list-style: none;
  background: #F4F4F4;
  border-bottom: 1px solid #CCCECE;
  text-align: center;
}

.steps ul.steps__nav > li {
  display: inline-block;
  margin: 0 10px;
  padding: 20px 5px 16px;
  font-size: 1.25em;
  color: #555;
  border-bottom: 5px solid transparent;
}

.steps ul.steps__nav > li.prev {
  color: #5A68C3;
  cursor: pointer;
}

.steps ul.steps__nav > li.active {
  font-weight: 400;
  color: #5A68C3;
  border-bottom-color: #555;
}

.steps ul.steps__nav a {
  color: #5A68C3;
  text-decoration: none;
}

.steps__step {
  display: none;
}

.steps__actions {
  margin-top: 30px;
}

.steps__actions .next {
  float: right;
}

.steps__actions .prev {
  float: left;
}

/* #endregion checkout */
/* -------------------------------------------------------------- */
.form-contacts table {
  margin: 0 !important;
  font-size: 1.072rem;
}

.woocommerce-account .button {
  font-weight: 600;
}

.woocommerce-account .myaccount-adresses h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-right: 2rem;
}

.woocommerce-account .edit-account .button,
.woocommerce-account .myaccount-adresses .button {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  padding: .5rem 1.5rem;
}

.wc-item-meta {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
  font-size: 0.85em;
}

.wc-item-meta li {
  margin: 0;
  padding: 0;
}

.wc-item-meta li + li {
  margin-top: 5px;
}

.wc-item-meta li strong {
  display: inline-block;
  font-weight: 700;
}

.wc-item-meta li p {
  display: inline-block;
  margin: 0;
}

.woocommerce-customer-details {
  margin-top: 25px;
}

.woocommerce-order-details + .woocommerce-order-details {
  margin-top: 60px;
}

.order-actions {
  margin-bottom: 30px;
}

.order-actions .left {
  text-align: left;
}

.order-actions .right {
  text-align: right;
}

.order-actions .status {
  display: inline-block;
  margin: 4px 0 0;
  padding: 6px 10px;
  color: #FFF;
  background: #555;
}

.order-line {
  margin-bottom: 25px;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #F0F8FF;
}

.order-line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots5.png) repeat-x;
}

.order-line:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: url(../images/dots5.png) repeat-x;
}

.order-line .left {
  text-align: left;
  white-space: nowrap;
}

.order-line .center {
  text-align: center;
  white-space: nowrap;
}

.order-line .right {
  text-align: right;
  white-space: nowrap;
}

.order-line2 {
  margin-bottom: 20px;
  text-align: center;
}

.order-line2 .left {
  text-align: left;
  white-space: nowrap;
}

.order-line2 .center {
  text-align: center;
  white-space: nowrap;
}

.order-line2 .right {
  text-align: right;
  white-space: nowrap;
}

h3 label {
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
  font-size: 0.85em;
}

.items-filter {
  margin-bottom: 35px;
}

.items-filter__left {
  float: left;
}

.items-filter__right {
  float: right;
  text-align: right;
}

.items-filter__label {
  display: inline-block;
  font-size: 1.3em;
  vertical-align: middle;
}

.items-filter__input {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.items-filter__input_select {
  width: 310px;
}

.items-filter__input_sm {
  width: 70px;
}

.items-filter__button {
  display: inline-block;
  vertical-align: middle;
}

/* -------------------------------------------------------------- */
.formatted h2 {
  color: #0068c3;
}

.formatted_page h2 {
  margin-top: 40px;
  padding-bottom: 10px;
  max-width: 500px;
  color: #2e9a85;
  font-size: 1.8em;
  font-weight: 400;
  background: url(../images/dots-color2-thin.png) left bottom repeat-x;
}

.formatted p {
  margin-bottom: 20px;
}

.formatted strong {
  font-weight: 700;
}

.formatted em {
  font-style: italic;
}

.formatted hr {
  margin-bottom: 20px;
  border: none;
  border-top: 1px solid #CCC;
}

.formatted ul {
  margin: 0 0 20px 25px;
  padding: 0;
}

.formatted ul > li {
  list-style: url(../images/icons/list6.png) outside;
}

.formatted ul > li + li {
  margin-top: 10px;
}

.formatted li > ul {
  margin: 10px 0 10px 30px;
}

.formatted ol {
  margin: 0 0 20px 25px;
  padding: 0;
}

.formatted ol > li {
  list-style: decimal outside;
}

.formatted ol > li + li {
  margin-top: 10px;
}

.formatted li > ol {
  margin: 10px 0 10px 30px;
}

.formatted blockquote {
  clear: both;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1.1em;
  border-left: 5px solid #DDD;
  background: #FAFAFA;
}

.formatted blockquote p {
  margin: 5px 0;
}

.formatted table {
  margin: 20px auto;
  width: 100%;
}

.formatted table caption {
  display: none;
}

.formatted table thead {
  background: #FAFAFA;
  border-bottom: 2px solid #CCC;
}

.formatted table thead th {
  vertical-align: middle;
  text-align: center;
}

.formatted table th,
.formatted table td {
  padding: 8px 10px;
  border: 1px solid #DDD;
}

.formatted table.no-border td {
  padding: 0 15px 15px 0;
  border: none;
  vertical-align: top;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.formatted .alignleft {
  float: left;
  margin: 0 40px 20px 0;
}

.formatted .alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.formatted .aligncenter {
  float: none;
  display: block;
  margin: 0 auto 15px;
}

.formatted img {
  box-sizing: border-box;
  margin: 0 0 15px;
  max-width: 100%;
  height: auto;
}

.formatted img.wp-smiley,
.formatted img.wp-img,
.formatted table img {
  margin: 0;
}

/* -------------------------------------------------------------- */
/* form cf7 classes */
.wpcf7-form p {
  margin: 0 !important;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.9em;
}

/* form wc classes */
.form-row label {
  display: block;
  margin-bottom: 0.3rem;
}

.form-row label .required {
  color: #D40000;
}

.form_color_blue .form-row > label {
  color: #4568C3;
}

.form_color_green .form-row > label {
  color: #1681A9;
}

/* form */
form {
  position: relative;
}

form.loading {
  opacity: 0.6;
}

form.loading:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.form__title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.3em;
  color: #0068c3;
}

.form_color_blue .form__title {
  color: #0068c3;
}

.form_color_green .form__title {
  color: #1681A9;
}

.form__item {
  padding: 9px 0;
}

.form_compact .form__item {
  padding: 5px 0;
}

.form__item_last {
  padding-top: 15px;
}

.form__label {
  display: block;
  margin-bottom: 5px;
}

.form__label span {
  color: #D40000;
}

.form__field {
  position: relative;
}

.form_left .form__item {
  padding-left: 110px;
}

.form_left .form__label {
  float: left;
  margin: 8px 0 0 -110px;
}

fieldset {
  margin: 0;
  padding: 5px 30px 15px;
  border: 1px solid #DDD;
  background: rgba(0, 0, 0, 0.03);
}

/* input */
.input-text,
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4c4c4c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-text,
select {
    transition: none;
  }
}

.input-text::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.input-text:-moz-focusring,
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #4c4c4c;
}

.input-text:focus,
select:focus {
  color: #4c4c4c;
  background-color: #fff;
  border-color: #44a8ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.25);
}

.input-text::placeholder,
select::placeholder {
  color: #6c757d;
  opacity: 1;
}

.input-text:disabled, .input-text[readonly],
select:disabled,
select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.input-text {
  height: 200px;
}

.form_compact .input-text,
.form_compact select {
  box-shadow: none;
}

/* select */
/* select2 */
.select2-dropdown {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 38px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.1rem center/8px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

/* errors */
.woocommerce-invalid .input-text,
.woocommerce-invalid select,
.woocommerce-invalid .form__select,
.woocommerce-invalid .select2-container--default .select2-selection--single {
  border: 1px solid #dc3545;
}

/* button */
.button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  color: #0068c3;
  border-color: #0068c3;
}

@media (prefers-reduced-motion: reduce) {
  .button {
    transition: none;
  }
}

.button:hover {
  color: #fff;
  background-color: #0068c3;
  border-color: #0068c3;
}

.button:focus, .button.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.5);
}

.button.disabled, .button:disabled {
  color: #0068c3;
  background-color: transparent;
}

.button:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled).active, .show > .button.dropdown-toggle {
  color: #fff;
  background-color: #0068c3;
  border-color: #0068c3;
}

.button:not(:disabled):not(.disabled):active:focus, .button:not(:disabled):not(.disabled).active:focus, .show > .button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.5);
}

.button:hover {
  color: #fff;
  background-color: #0068c3;
  text-decoration: none;
}

.button:focus, .button.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.25);
}

.button.disabled, .button:disabled {
  opacity: 0.65;
}

.btn-outline-primary {
  color: #0068c3;
  border-color: #0068c3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0068c3;
  border-color: #0068c3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0068c3;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0068c3;
  border-color: #0068c3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 104, 195, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #2e9a85;
  border-color: #2e9a85;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #2e9a85;
  border-color: #2e9a85;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 154, 133, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2e9a85;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2e9a85;
  border-color: #2e9a85;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 154, 133, 0.5);
}

.btn-outline-info {
  color: #009fe1;
  border-color: #009fe1;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #009fe1;
  border-color: #009fe1;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 225, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #009fe1;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #009fe1;
  border-color: #009fe1;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 159, 225, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #2e2e2e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #2e2e2e;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-light:hover {
  color: #2e2e2e;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f1f1f1;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #2e2e2e;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.button_blue {
  color: #4568C3;
  background: #FFF;
  border: 1px solid #4568C3;
}

.button_blue-fill {
  color: #FFF;
  background: #4568C3;
  border: 1px solid #4568C3;
}

.button_blue-fill:hover {
  color: #FFF;
}

.button_blue-fill:focus {
  color: #FFF;
}

.button_green {
  color: #2e9a85;
  background: #FFF;
  border: 1px solid #2e9a85;
}

.button_green-fill {
  color: #FFF;
  background: #1681A9;
  border: 1px solid #1681A9;
}

.button_green-fill:hover {
  color: #FFF;
}

.button_green-fill:focus {
  color: #FFF;
}

.button_link {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  border: none;
  background: none;
  text-decoration: underline;
}

.button_link:hover {
  text-decoration: underline;
}

.button_search {
  color: #FFF;
  background: #547FD3;
  border: 1px solid #547FD3;
}

.button_search img {
  width: 17px;
}

.button_img {
  padding-left: 20px;
  padding-right: 20px;
}

.button_img img {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
}

.button_smallpad {
  padding-left: 10px;
  padding-right: 10px;
}

.button_medpad {
  padding-left: 15px;
  padding-right: 15px;
}

.button_bigpad {
  padding-left: 30px;
  padding-right: 30px;
}

.button_block {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.button.loading {
  position: relative;
  opacity: 0.5;
}

/* other */
.woocommerce-password-strength {
  margin-top: 10px;
  font-weight: 600;
  display: none !important;
}

.woocommerce-password-strength.short {
  color: #F00;
}

.woocommerce-password-strength.bad {
  color: #F00;
}

.woocommerce-password-strength.good {
  color: #0DAAE5;
}

.woocommerce-password-strength.strong {
  color: #2C9315;
}

.password-input {
  width: 100%;
}

/* -------------------------------------------------------------- */
.popup {
  display: none;
  padding: 50px 50px 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  white-space: nowrap;
  overflow: auto;
}

.popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup__content {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

.popup__content {
  max-width: 400px;
  padding: 35px;
  background: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.popup__close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  font: 44px/30px Arial;
  color: #FFF;
  text-shadow: 1px 1px 10px black;
  text-align: center;
  cursor: pointer;
}

.popup__title {
  margin: 0 0 15px;
  font-size: 1.3em;
  text-align: center;
}

.popup__buttons {
  text-align: center;
}

.popup__errors {
  color: #980505;
  font-size: 0.95em;
  font-weight: 600;
  text-align: center;
}

.popup__errors a {
  display: none;
}

/* -------------------------------------------------------------- */
.distributors-list {
  background: url(../images/dots-color2-thin.png) left top repeat-x;
}

.distributors-list .row {
  padding: 20px 0 10px;
  background: url(../images/dots-color2-thin.png) left bottom repeat-x;
}

.distributors-list h2 {
  margin: 0;
  color: #0068c3;
  font-weight: 400;
}

.distributors-list h2 img {
  display: inline-block;
  width: 30px;
}

.distributors-list .logo {
  padding-top: 20px;
  text-align: right;
}

.distributors-list .logo img {
  max-width: 100%;
}

/* -------------------------------------------------------------- */
.woocommerce-store-notice {
  background: rgba(0, 0, 0, 0.7);
}

.woocommerce-store-notice .modal-body {
  padding: 35px 35px 10px 35px;
}

.woocommerce-store-notice .modal-footer {
  border: none;
  padding: 15px 35px 35px 35px;
}

.woocommerce-store-notice .modal-footer a {
  text-decoration: none;
}

.woocommerce-store-notice pre {
  color: #0068c3;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}
