slider-main.blockNotice {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    background: red;
    color: #ffffff;
    line-height: 1;
}
@media (max-width: 770px) {
    .blockNotice {
        font-size: 16px;
    }
}
/** Кнопка **/
::selection {
  background: #00b2a3;
  color: #ffffff;
}
::-moz-selection {
  background: #00b2a3;
  color: #ffffff;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
}
::-webkit-input-placeholder {
  color: #a6a6a6;
}
:-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
::-moz-placeholder {
  color: #a6a6a6;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a6a6a6;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
b,
strong {
  font-weight: 700;
}
a {
  outline: 0;
  color: #000000;
}
a:hover {
  color: #37cdfc;
  text-decoration: none;
}
a:focus {
  outline: 0;
  color: #37cdfc;
  text-decoration: none;
}
s {
  position: relative;
  color: #798f9f;
  text-decoration: none;
}
s:before {
  border-bottom: 1px solid #a2a2a2;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(0deg);
}
/** Label checkbox radio **/
label.checkbox,
label.radio,
label {
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.checkbox-custom,
.radio-custom {
  width: 16px;
  height: 16px;
  border: 1px solid #c8c8c8;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  top: -1px;
  left: 0;
  position: relative;
  border-radius: 2px;
}
input[type="checkbox"]:not(:checked) + .checkbox-custom:before,
input[type="radio"]:not(:checked) + .radio-custom:before {
  opacity: 0;
}
input[type="checkbox"]:checked + .checkbox-custom,
input[type="radio"]:checked + .radio-custom {
  border: 1px solid #000000;
}
input[type="checkbox"]:checked + .checkbox-custom:before,
input[type="radio"]:checked + .radio-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  width: 6px;
  background: #00b2a3;
  opacity: 1;
}
input[type="radio"]:checked + .radio-custom:before {
  border-radius: 50%;
}
.radio-custom,
.radio:checked + .radio-custom:before {
  border-radius: 50%;
}
.checkbox-custom,
.radio-custom,
.label {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
  position: relative;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}
h3 .arrow {
  right: 0;
  font-size: 18px;
}
h3 .arrow a {
  margin-left: 0;
  display: inline-block;
  padding: 0 7px;
}
h3 small {
  color: #a6a6a6;
}
h3 .arrow a:hover {
  opacity: 0.7;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
div.h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  padding: 20px 0 20px;
}
div.h3 .arrow {
  font-size: 22px;
  margin-left: 10px;
}
div.h3 .arrow a {
  display: inline-block;
  padding: 0 7px;
}
div.h6 {
  font-weight: 100;
  position: relative;
  font-size: 20px;
  display: block;
}
input[type="submit"],
button {
  color: #00b2a3;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 25px;
  cursor: pointer;
  border: 1px solid #00b2a3;
  font-weight: 600;
}
input[type="submit"]:hover,
button:hover {
  border: 1px solid #00b2a3;
  color: #ffffff;
  background: #00b2a3;
  text-decoration: none;
}
.margin {
  margin: 50px 0;
}
.error-code {
  font-size: 150px;
  font-weight: 700;
  color: #eeeeee;
  display: block;
  margin-bottom: 50px;
}
.hint {
  color: #363636;
}
.btn {
  border-radius: 4px !important;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.btn:hover {
  border: 1px solid #00665d !important;
  color: #ffffff !important;
}
.btn.disabled:hover {
  border: 1px solid #cccccc !important;
}
.nothing {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 20px 0;
}
.placeorder-button input,
.next-button input {
  min-width: 200px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th {
  background: #4c4c4c;
  color: #ffffff;
}
.table th,
.table td {
  vertical-align: middle;
  border-top: 1px solid #eceeef;
  font-size: 14px;
  padding: 20px !important;
}
.table thead th,
.table th {
  vertical-align: bottom;
  font-size: 16px;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table th,
.table td {
  padding: 0.5rem;
}
.nobr {
  white-space: pre;
}
.margin-top {
  margin-top: 20px;
}
.container {
  width: 100%;
  max-width: 1280px;
  background-color: transparent;
}
.container-margin {
  margin: 0 20px;
}
.container-background {
    padding-bottom: 40px;
    min-height: 300px;
}
.container-catalog {
  margin: 0 -15px 0 -15px;
}
.container-catalog .col-xs,
.container-catalog .col-xs-1,
.container-catalog .col-xs-2,
.container-catalog .col-xs-3,
.container-catalog .col-xs-4,
.container-catalog .col-xs-5,
.container-catalog .col-xs-6,
.container-catalog .col-xs-7,
.container-catalog .col-xs-8,
.container-catalog .col-xs-9,
.container-catalog .col-xs-10,
.container-catalog .col-xs-11,
.container-catalog .col-xs-12,
.container-catalog .col-sm,
.container-catalog .col-sm-1,
.container-catalog .col-sm-2,
.container-catalog .col-sm-3,
.container-catalog .col-sm-4,
.container-catalog .col-sm-5,
.container-catalog .col-sm-6,
.container-catalog .col-sm-7,
.container-catalog .col-sm-8,
.container-catalog .col-sm-9,
.container-catalog .col-sm-10,
.container-catalog .col-sm-11,
.container-catalog .col-sm-12,
.container-catalog .col-md,
.container-catalog .col-md-1,
.container-catalog .col-md-2,
.container-catalog .col-md-3,
.container-catalog .col-md-4,
.container-catalog .col-md-5,
.container-catalog .col-md-6,
.container-catalog .col-md-7,
.container-catalog .col-md-8,
.container-catalog .col-md-9,
.container-catalog .col-md-10,
.container-catalog .col-md-11,
.container-catalog .col-md-12,
.container-catalog .col-lg,
.container-catalog .col-lg-1,
.container-catalog .col-lg-2,
.container-catalog .col-lg-3,
.container-catalog .col-lg-4,
.container-catalog .col-lg-5,
.container-catalog .col-lg-6,
.container-catalog .col-lg-7,
.container-catalog .col-lg-8,
.container-catalog .col-lg-9,
.container-catalog .col-lg-10,
.container-catalog .col-lg-11,
.container-catalog .col-lg-12,
.container-catalog .col-xl,
.container-catalog .col-xl-1,
.container-catalog .col-xl-2,
.container-catalog .col-xl-3,
.container-catalog .col-xl-4,
.container-catalog .col-xl-5,
.container-catalog .col-xl-6,
.container-catalog .col-xl-7,
.container-catalog .col-xl-8,
.container-catalog .col-xl-9,
.container-catalog .col-xl-10,
.container-catalog .col-xl-11,
.container-catalog .col-xl-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.header_type1 {
  /** Standart **/
}
.header_type1 .topline {
  background: transparent;
}
.header_type1 .main {
  background: #000000;
  color: #ffffff;
}
.header_type1 .main .row-flex {
  display: flex;
  align-items: center;
  margin: 0;
}
.header_type1 .main .container {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.header_type1 .main .logo {
  min-width: 250px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.header_type1 .main .logo img {
  max-width: 100%;
}
.header_type1 .main .logo a {
  color: #ffffff;
  text-transform: uppercase;
}
.header_type1 .main .logo a:hover,
.header_type1 .main .logo a:focus {
  color: #ffffff;
  text-decoration: none;
}
.header_type1 .main .phone {
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.header_type1 .main .phone i,
.header_type1 .main .phone a {
  font-size: 12px;
  opacity: 0.7;
  color: #ffffff;
  font-style: normal;
}
.header_type1 .main .phone .number a {
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.header_type1 .main .phone .email {
  font-size: 14px;
  position: relative;
  display: block;
}
.header_type1 .main .phone .email a {
  color: #ffffff;
  text-decoration: underline;
}
.header_type1 .main .phone .email a:hover {
  color: #ffffff;
}
.header_type1 .main .phone .email .icon {
  font-size: 15px;
  margin-right: 5px;
}
.header_type1 .main .icons {
  display: flex;
  justify-content: right;
  align-self: center;
  margin: 0 -15px;
}
.header_type1 .main .icons .icon {
  font-size: 24px;
  display: block;
}
.header_type1 .main .icons .search {
  display: inline-block;
  width: 80px;
  padding: 23px;
  min-height: 70px;
  position: relative;
}
.header_type1 .main .icons .search .icon-search {
  margin-top: 5px;
}
.header_type1 .main .icons .search:hover .icon {
  color: #00b2a3;
}
.header_type1 .main .icons .account {
  display: inline-block;
  width: 80px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type1 .main .icons .account:hover .icon {
  color: #00b2a3;
}
.header_type1 .main .icons .compare {
  display: inline-block;
  width: 80px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type1 .main .icons .compare:hover .icon {
  color: #00b2a3;
}
.header_type1 .main .icons .favorite {
  display: inline-block;
  width: 80px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type1 .main .icons .favorite:hover .icon {
  color: #00b2a3;
}
.header_type1 .main .icons .cart {
  display: inline-block;
  background: #00b2a3;
  padding: 28px;
  height: auto;
  min-height: 70px;
  position: relative;
}
.header_type1 .main .icons .cart:hover .icon {
  opacity: 0.8;
}
.header_type1 .main .icons .icon-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header_type1 .main .icons .count {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
}
.header_type1 .is-search {
  width: 100%;
  background: #332f2f;
  display: none;
  position: relative;
}
.header_type1 .is-search .container {
  background: #332f2f;
}
.header_type1 .is-search .container form {
  position: relative;
}
.header_type1 .is-search input[type="text"] {
  width: 100%;
  background: #332f2f;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  border: 0;
}
.header_type1 .is-search .hide-search {
  position: absolute;
  right: 20px;
  top: 15px;
  background-image: url(img/close_white.svg);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header_type1 .is-search form .search-popup {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10005;
  display: none;
  color: #000000;
  margin: 0 auto;
  max-width: 1180px;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.header_type1 .is-search .loading_ajax {
  width: 30px;
  height: 30px;
  background-image: url("img/loading_search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
}
.header_type1 .is-search .ajax_block {
  padding: 10px;
}
.header_type1 .is-search .ajax_block .ajax_search_link {
  margin-top: 10px;
  font-size: 14px;
}
.header_type1 .is-search .ajax_block .ajax_search_link a {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.header_type1 .is-search .ajax_block .ajax_search_link a:hover {
  text-decoration: none;
}
.header_type1 .is-search .ajax_block .ajax_search_link .ajax_search_header {
  margin-bottom: 10px;
  font-size: 20px;
  color: #f84c48;
}
.header_type1 .is-search .ajax_row .image {
  width: 100px;
}
.header_type1 .is-search .ajax_row .image img {
  width: 100px;
  padding: 6px;
  max-width: 100%;
}
.header_type1 .is-search .ajax_row .name {
  line-height: 14px;
  padding: 6px;
}
.header_type1 .is-search .ajax_row .name a {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.header_type1 .is-search .ajax_row .name .price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.header_type1 .is-search .ajax_row .name s {
  color: #798f9f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 10px;
  display: inline-block;
}
.header_type1 .is-search .ajax_cell {
  display: table-cell;
  vertical-align: middle;
}
.header_type1 .cart .popup {
  display: none;
  position: absolute;
  z-index: 10005;
  right: 0;
  padding: 15px;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 300px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.54);
}
.header_type1 .cart .popup .name {
  font-size: 14px;
  font-weight: 600;
}
.header_type1 .cart .popup .total {
  font-size: 17px;
  line-height: 18px;
  margin: 10px 0;
}
.header_type1 .cart .popup .btn-primary {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.header_type1 .cart .popup .btn-primary:hover {
  border: 1px solid #00665d;
  background: #00665d;
  color: #ffffff;
  text-decoration: none;
}
.header_type1 .cart .popup a:hover {
  text-decoration: underline;
}
.header_type1 .cart .cart-popup {
  line-height: 1em;
}
.header_type1 .cart .cart-popup .cart-name {
  font-size: 14px;
  word-wrap: break-word;
}
.header_type1 .cart .cart-popup hr {
  margin: 0 0 10px;
}
.header_type1 .cart .cart-popup a {
  color: #000000;
  font-weight: 600;
}
.header_type1 .cart .cart-popup .price {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.header_type1 .cart .cart-popup .price s {
  color: #798f9f;
  font-size: 14px;
  display: inline-block;
  opacity: 0.5;
}
.header_type1 .cart .cart-popup .row {
  margin-bottom: 5px;
  font-size: 17px;
}
.header_type1 .cart .cart-popup h3 {
  font-size: 17px;
  margin: 20px 0;
}
.header_type1 .cart .cart-popup .delete:hover,
.header_type1 .cart .cart-popup .delete:focus {
  text-decoration: none !important;
}
.header_type1 .cart .cart-popup .delete img {
  width: 25px;
  padding-right: 6px;
}
.header_type1 .cart .cart-popup .delete img:hover {
  opacity: 0.6;
}
.header_type1 .cart .cart-popup .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.header_type1 .cart .cart-popup .image {
  text-align: center;
}
.header_type1 .cart .cart-popup .image img {
  max-width: 150%;
  max-height: 100px;
}
.header_type1 .cart .cart-popup .popup-total {
  text-align: center;
}
.header_type1 .cart .cart-popup .quanty {
  font-size: 12px;
  color: #787878;
  margin: 5px 0;
}
.header_type1 .cart .cart-popup a:hover {
  color: #000000;
}
.header_type1 .cart:hover > .popup {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.header_type1 .menu-h-tree {
  visibility: hidden;
  width: 100%;
  min-height: 20px;
  text-align: center;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari */
  border: 0;
}
.header_type1 .menu-h-tree a {
  color: #ffffff;
}
.header_type1 .menu-h-tree ul {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.header_type1 .menu-h-tree ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.header_type1 .menu-h-tree ul ul {
  top: 0 !important;
}
.header_type1 .menu-h-tree ul ul:after {
  border: none;
  border-width: 0;
}
.header_type1 .menu-h-tree li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  transition: all .3s ease;
}
.header_type1 .menu-h-tree li a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.header_type1 .menu-h-tree li li a {
  padding: 7px 10px !important;
  font-size: 13px;
}
.header_type1 .menu-h-tree .more li a {
  padding: 7px 10px 7px 30px !important;
}
.header_type1 .menu-h-tree li.tree a {
  padding: 10px 25px 10px 10px;
}
.header_type1 .menu-h-tree .tree a {
  padding-right: 25px;
}
.header_type1 .menu-h-tree .tree.more:after {
  content: "\f107" !important;
}
.header_type1 .menu-h-tree .tree:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  right: 11px;
  top: 11px;
  content: "\f107";
  font-size: 13px;
  color: #000000;
}
.header_type1 .menu-h-tree .tree.more:after {
  content: " ";
}
.header_type1 .menu-h-tree ul .tree:after {
  color: #000000;
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 22%;
  right: 10px;
  content: "\f105";
  font-size: 13px;
  color: gray;
}
.header_type1 .menu-h-tree .more-menu .tree:after {
  color: #000000;
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 23%;
  left: 13px;
  content: "\f104";
  font-size: 13px;
  color: gray;
  width: 10px;
}
.header_type1 .menu-h-tree .more-menu:after {
  left: 240px;
}
.header_type1 .menu-h-tree .tree:hover {
  color: #ffffff;
}
.header_type1 .menu-h-tree li:hover {
  background: #ffffff;
}
.header_type1 .menu-h-tree li:hover > a {
  background: #ffffff;
  color: #00b2a3;
}
.header_type1 .menu-h-tree ul {
  display: none;
  width: 300px;
  left: 0;
  background: #ffffff;
  padding: 0;
  position: absolute;
  z-index: 13012;
  margin-left: 0;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);
  text-align: left;
  opacity: 0;
}
.header_type1 .menu-h-tree li:hover > ul {
  display: block;
  height: auto;
  opacity: 1;
  transition: all .3s ease;
}
.header_type1 .menu-h-tree .more ul {
  left: -210px;
}
.header_type1 .menu-h-tree .more ul ul {
  left: -300px;
}
.header_type1 .menu-h-tree ul li {
  z-index: 111;
  width: 300px;
  margin: 0;
}
.header_type1 .menu-h-tree ul li a {
  text-transform: none;
  display: block;
  padding: 10px 5px 10px 15px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.header_type1 .menu-h-tree ul li ul li a {
  font-weight: 600;
  font-size: 14px;
}
.header_type1 .menu-h-tree ul li ul {
  top: -1px;
  left: 100%;
  margin-left: 0;
}
.header_type1 .menu-h-tree .more a {
  padding: 10px 15px;
  position: relative;
}
.header_type1 .menu-h-tree .more a:after {
  content: " ";
}
.header_type1 .menu-h-tree .more a i {
  position: relative;
}
.header_type1 .menu-h {
  visibility: hidden;
  width: 100%;
  min-height: 20px;
  text-align: center;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
  /* Safari */
  background: transparent;
  border: 0;
}
.header_type1 .menu-h .tree a {
  padding: 10px 25px 10px 10px;
  position: relative;
}
.header_type1 .menu-h .tree a:after {
  font-family: 'FontAwesome', serif;
  content: "\f107";
  right: 10px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type1 .menu-h .tree ul {
  list-style: none;
}
.header_type1 .menu-h .tree ul a {
  padding: 0;
  position: relative;
}
.header_type1 .menu-h .tree ul a:after {
  content: " ";
}
.header_type1 .menu-h li {
  float: left;
}
.header_type1 .menu-h li:hover {
  background: #ffffff;
}
.header_type1 .menu-h li:hover a {
  color: #000000;
}
.header_type1 .menu-h li:hover a:hover {
  color: #00b2a3;
}
.header_type1 .menu-h li a {
  display: block;
  padding: 10px;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.header_type1 .menu-h li ul {
  margin: 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  text-align: left;
  visibility: hidden;
  top: -1000000px;
  left: -1000000px;
}
.header_type1 .menu-h li:hover ul {
  visibility: visible;
  left: 0;
  top: auto;
  transition: visibility 0s linear 0.2s, ease-in-out 0.2s linear;
}
.header_type1 .menu-h .tree.more > a {
  position: relative;
}
.header_type1 .menu-h .tree.more > a:after {
  font-family: 'FontAwesome', serif;
  content: "\f107";
  right: 4px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type1 .menu-h .tree.more > a {
  padding: 10px 20px;
}
.header_type1 .menu-h li ul .tree li a {
  padding: 0;
  position: relative;
  font-weight: 300;
  font-size: 14px;
}
.header_type1 .menu-h li ul .tree a:after {
  font-family: 'FontAwesome', serif;
  content: " ";
  right: 10px;
  top: 12px;
  position: absolute;
}
.header_type1 .menu-h li ul li {
  width: 24%;
  min-width: 150px;
  background: none;
  float: left;
  margin-bottom: 5px;
  box-shadow: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.header_type1 .menu-h li ul li:hover {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.header_type1 .menu-h li ul li a {
  padding: 0;
  display: inline;
  color: #343434;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.header_type1 .menu-h li ul li a:before {
  font-family: 'FontAwesome', serif;
  content: " ";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 12px;
  margin-left: -15px;
}
.header_type1 .menu-h li ul li ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}
.header_type1 .menu-h li ul li ul li {
  margin-bottom: 0;
  width: 100%;
}
.header_type1 .menu-h li ul li ul li a {
  text-transform: none;
  font-size: 16px;
}
.header_type1 .menu-h li ul li ul li a:before {
  content: "";
}
.header_type1 .menu-h li ul li ul li ul {
  display: none;
}
.header_type1 .menu-h li ul li ul li ul li {
  padding: 0 0 0 10px;
}
.header_type1 .menu-h li ul li ul li ul li a {
  font-size: 12px;
}
.header_type1 .menu-h .more a {
  position: relative;
}
.header_type1 .menu-h .more a:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  right: 11px;
  top: 11px;
  content: "\f107";
  font-size: 13px;
  color: #000000;
}
.header_type1 .menu-h .more a {
  padding: 10px 15px;
  position: relative;
}
.header_type1 .menu-h .more a:after {
  font-family: 'FontAwesome', serif;
  content: " ";
  right: 10px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type1 .menu-h .more a i {
  position: relative;
}
.header_type1 .menu-h .more a i .count {
  position: absolute;
  top: -18px;
  right: -20px;
  background: #00b2a3;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}
.header_type1 .menu-h li:hover ul ul ul {
  display: none;
}
.header_type2 {
  /** Standart **/
  /** Megamenu **/
}
.header_type2 .topline {
  background: transparent;
  border-bottom: 1px solid #ececec;
}
.header_type2 .menu-h-top a {
  color: gray;
}
.header_type2 .main {
  color: #000000;
}
.header_type2 .main .row-flex {
  display: flex;
  align-items: center;
  margin: 0;
}
.header_type2 .main .container {
  background: transparent;
}
.header_type2 .main .logo {
  min-width: 250px;
  padding: 10px 0;
  margin-left: -15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
.header_type2 .main .logo img {
  max-width: 100%;
}
.header_type2 .main .logo a {
  color: #000000;
  text-transform: uppercase;
}
.header_type2 .main .logo a:hover,
.header_type2 .main .logo a:focus {
  color: #000000;
  text-decoration: none;
}
.header_type2 .main .phone {
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
}
.header_type2 .main .phone i,
.header_type2 .main .phone a {
  font-size: 12px;
  opacity: 0.7;
  color: #000000;
  font-style: normal;
  white-space: nowrap;
}
.header_type2 .main .phone i {
    margin-left: 10px;
}
.header_type2 .main .phone .number a {
  padding: 10px 0;
  color: #159086;
  font-weight: 600;
  font-size: 20px;
}

.header_type2 .main .phone .number a:hover {
    color: #37cdfc;
}
.header_type2 .main .phone .email {
  font-size: 14px;
  position: relative;
  display: block;
}
.header_type2 .main .phone .email a {
  color: #000000;
  text-decoration: underline;
}
.header_type2 .main .phone .email a:hover {
  color: #000000;
}
.header_type2 .main .phone .email .icon {
  font-size: 15px;
  margin-right: 5px;
}
.header_type2 .main .icons {
  display: flex;
  justify-content: right;
  align-self: center;
  margin: 0 -15px;
}
.header_type2 .main .icons .icon {
  font-size: 24px;
  display: block;
}
.header_type2 .main .icons .search {
  display: inline-block;
  width: 50px;
  padding: 23px;
  min-height: 70px;
  position: relative;
}
.header_type2 .main .icons .search .icon-search {
  margin-top: 5px;
}
.header_type2 .main .icons .search:hover .icon {
  color: #00b2a3;
}
.header_type2 .main .icons .account {
  display: inline-block;
  width: 50px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type2 .main .icons .account:hover .icon {
  color: #00b2a3;
}
.header_type2 .main .icons .compare {
  display: inline-block;
  width: 50px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type2 .main .icons .compare:hover .icon {
  color: #00b2a3;
}
.header_type2 .main .icons .favorite {
  display: inline-block;
  width: 50px;
  padding: 28px;
  min-height: 70px;
  position: relative;
}
.header_type2 .main .icons .favorite:hover .icon {
  color: #00b2a3;
}
.header_type2 .main .icons .cart {
  display: inline-block;
  padding: 28px;
  height: auto;
  min-height: 70px;
  position: relative;
}
.header_type2 .main .icons .cart:hover .icon {
  opacity: 0.8;
}
.header_type2 .main .icons .icon-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header_type2 .main .icons .count {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #00b2a3;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
.header_type2 .is-search {
  width: 100%;
  display: block;
  position: relative;
}
.header_type2 .is-search .container form {
  position: relative;
}
.header_type2 .is-search button {
  background: transparent !important;
  position: absolute;
  top: 5px;
  right: 10px;
  border: 0 !important;
  color: #000000;
  padding: 5px;
  outline: none;
}
.header_type2 .is-search button:hover {
  opacity: 0.8;
}
.header_type2 .is-search input[type="text"] {
  width: 100%;
  background: #eaeaea;
  text-align: left;
  padding: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  border: 0;
}
.header_type2 .is-search form .search-popup {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10005;
  display: none;
  color: #000000;
  margin: 0 auto;
  max-width: 1180px;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05), 0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05), 0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.header_type2 .is-search .loading_ajax {
  width: 30px;
  height: 30px;
  background-image: url("img/loading_search.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 15px;
  top: 10px;
}
.header_type2 .is-search .ajax_block {
  padding: 10px;
}
.header_type2 .is-search .ajax_block .ajax_search_link {
  margin-top: 10px;
  font-size: 14px;
}
.header_type2 .is-search .ajax_block .ajax_search_link a {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.header_type2 .is-search .ajax_block .ajax_search_link a:hover {
  text-decoration: none;
}
.header_type2 .is-search .ajax_block .ajax_search_link .ajax_search_header {
  margin-bottom: 10px;
  font-size: 20px;
  color: #f84c48;
}
.header_type2 .is-search .ajax_row .image {
  width: 100px;
}
.header_type2 .is-search .ajax_row .image img {
  width: 100px;
  padding: 6px;
  max-width: 100%;
}
.header_type2 .is-search .ajax_row .name {
  line-height: 14px;
  padding: 6px;
}
.header_type2 .is-search .ajax_row .name a {
  color: #343434;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.header_type2 .is-search .ajax_row .name .price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.header_type2 .is-search .ajax_row .name s {
  color: #798f9f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 10px;
  display: inline-block;
}
.header_type2 .is-search .ajax_cell {
  display: table-cell;
  vertical-align: middle;
}
.header_type2 .cart .popup {
  display: none;
  position: absolute;
  z-index: 10005;
  right: 0;
  padding: 15px;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 300px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.54);
}
.header_type2 .cart .popup .name {
  font-size: 14px;
  font-weight: 600;
}
.header_type2 .cart .popup .total {
  font-size: 17px;
  line-height: 18px;
  margin: 10px 0;
}
.header_type2 .cart .popup .btn-primary {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.header_type2 .cart .popup .btn-primary:hover {
  border: 1px solid #00665d;
  background: #00665d;
  color: #ffffff;
  text-decoration: none;
}
.header_type2 .cart .popup a:hover {
  text-decoration: underline;
}
.header_type2 .cart .cart-popup {
  line-height: 1em;
}
.header_type2 .cart .cart-popup .cart-name {
  font-size: 14px;
  word-wrap: break-word;
}
.header_type2 .cart .cart-popup hr {
  margin: 0 0 10px;
}
.header_type2 .cart .cart-popup a {
  color: #000000;
  font-weight: 600;
}
.header_type2 .cart .cart-popup .price {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.header_type2 .cart .cart-popup .price s {
  color: #798f9f;
  font-size: 14px;
  display: inline-block;
  opacity: 0.5;
}
.header_type2 .cart .cart-popup .row {
  margin-bottom: 5px;
  font-size: 17px;
}
.header_type2 .cart .cart-popup h3 {
  font-size: 17px;
  margin: 20px 0;
}
.header_type2 .cart .cart-popup .delete:hover,
.header_type2 .cart .cart-popup .delete:focus {
  text-decoration: none !important;
}
.header_type2 .cart .cart-popup .delete img {
  width: 25px;
  padding-right: 6px;
}
.header_type2 .cart .cart-popup .delete img:hover {
  opacity: 0.6;
}
.header_type2 .cart .cart-popup .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 15px;
  height: 15px;
  background-size: 15px;
  display: block;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.header_type2 .cart .cart-popup .image {
  text-align: center;
}
.header_type2 .cart .cart-popup .image img {
  max-width: 150%;
  max-height: 100px;
}
.header_type2 .cart .cart-popup .popup-total {
  text-align: center;
}
.header_type2 .cart .cart-popup .quanty {
  font-size: 12px;
  color: #787878;
  margin: 5px 0;
}
.header_type2 .cart .cart-popup a:hover {
  color: #000000;
}
.header_type2 .cart:hover > .popup {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.header_type2 .container-menu-h {
  padding: 0;
  height: auto;
}
.header_type2 .nav {
  background: #37cdfc;
  color: #ffffff;
}
.header_type2 .menu-h-tree {
  visibility: hidden;
  width: 100%;
  min-height: 20px;
  text-align: left;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: left;
  -webkit-justify-content: left;
  /* Safari */
  border: 0;
}
.header_type2 .menu-h-tree a {
  color: #ffffff;
}
.header_type2 .menu-h-tree ul {
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
.header_type2 .menu-h-tree ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.header_type2 .menu-h-tree ul ul {
  top: 0 !important;
}
.header_type2 .menu-h-tree ul ul:after {
  border: none;
  border-width: 0;
}
.header_type2 .menu-h-tree li {
  position: relative;
  float: left;
  list-style: none;
  padding: 0;
  transition: all .3s ease;
}
.header_type2 .menu-h-tree li a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.header_type2 .menu-h-tree li li a {
  padding: 7px 10px !important;
  font-size: 13px;
}
.header_type2 .menu-h-tree .more li a {
  padding: 7px 10px 7px 30px !important;
}
.header_type2 .menu-h-tree li.tree a {
  padding: 10px 25px 10px 10px;
}
.header_type2 .menu-h-tree .tree a {
  padding-right: 25px;
}
.header_type2 .menu-h-tree .tree.more:after {
  content: "\f107" !important;
}
.header_type2 .menu-h-tree .tree:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  right: 11px;
  top: 11px;
  content: "\f107";
  font-size: 13px;
}
.header_type2 .menu-h-tree .tree:hover:after {
  color: #ffffff;
}
.header_type2 .menu-h-tree .tree.more:after {
  content: " ";
}
.header_type2 .menu-h-tree ul .tree:after {
  color: #000000;
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 22%;
  right: 10px;
  content: "\f105";
  font-size: 13px;
  color: gray;
}
.header_type2 .menu-h-tree .more-menu .tree:after {
  color: #ffffff;
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 23%;
  left: 13px;
  content: "\f104";
  font-size: 13px;
  color: gray;
  width: 10px;
}
.header_type2 .menu-h-tree .more-menu:after {
  left: 240px;
}
.header_type2 .menu-h-tree .tree:hover {
  color: #ffffff;
}
.header_type2 .menu-h-tree li:hover {
  background: #ffffff;
}
.header_type2 .menu-h-tree li:hover > a {
  background: #00b2a3;
  color: #ffffff;
}
.header_type2 .menu-h-tree li ul li:hover > a {
  background: #ffffff;
  color: #00b2a3;
}
.header_type2 .menu-h-tree ul {
  display: none;
  width: 300px;
  left: 0;
  background: #ffffff;
  padding: 0;
  position: absolute;
  z-index: 13012;
  margin-left: 0;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);
  text-align: left;
  opacity: 0;
}
.header_type2 .menu-h-tree li:hover > ul {
  display: block;
  height: auto;
  opacity: 1;
  transition: all .3s ease;
}
.header_type2 .menu-h-tree .more ul {
  left: -210px;
}
.header_type2 .menu-h-tree .more ul ul {
  left: -300px;
}
.header_type2 .menu-h-tree ul li {
  z-index: 111;
  width: 300px;
  margin: 0;
}
.header_type2 .menu-h-tree ul li a {
  text-transform: none;
  display: block;
  padding: 10px 5px 10px 15px;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.header_type2 .menu-h-tree ul li ul li a {
  font-weight: 600;
  font-size: 14px;
}
.header_type2 .menu-h-tree ul li ul {
  top: -1px;
  left: 100%;
  margin-left: 0;
}
.header_type2 .menu-h-tree .more a {
  padding: 10px 15px;
  position: relative;
}
.header_type2 .menu-h-tree .more a:after {
  content: " ";
}
.header_type2 .menu-h-tree .more a i {
  position: relative;
}
.header_type2 .menu-h {
  visibility: hidden;
  width: 100%;
  min-height: 20px;
  text-align: left;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 15px;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  justify-content: left;
  -webkit-justify-content: left;
  /* Safari */
  border: 0;
}
.header_type2 .menu-h .tree a {
  padding: 10px 25px 10px 10px;
  position: relative;
}
.header_type2 .menu-h .tree a:after {
  font-family: 'FontAwesome', serif;
  content: "\f107";
  right: 10px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type2 .menu-h .tree ul {
  list-style: none;
}
.header_type2 .menu-h .tree ul a {
  position: relative;
  display: flex;
  padding: 0;
  font-size: 13px;
}

.header_type2 .menu-h .tree ul a img {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}
.header_type2 .menu-h .tree ul a:after {
  content: " ";
}
.header_type2 .menu-h li {
  float: left;
}
.header_type2 .menu-h li:hover {
  background: #00b2a3;
}
.header_type2 .menu-h ul li:hover {
  background: none;
}
.header_type2 .menu-h li a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.header_type2 .menu-h li ul {
  margin: 0;
  padding: 20px 20px 15px 20px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 20;
  background: #ffffff;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  text-align: left;
  visibility: hidden;
  top: -1000000px;
  left: -1000000px;
}
.header_type2 .menu-h li:hover ul {
  visibility: visible;
  left: 0;
  top: auto;
  transition: visibility 0s linear 0.2s, ease-in-out 0.2s linear;
}
.header_type2 .menu-h .tree.more > a {
  position: relative;
}
.header_type2 .menu-h .tree.more > a:after {
  font-family: 'FontAwesome', serif;
  content: "\f107";
  right: 4px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type2 .menu-h .tree.more:hover > a:after {
  color: #ffffff;
}
.header_type2 .menu-h .tree.more > a {
  padding: 10px 20px;
}
.header_type2 .menu-h li ul .tree li a {
  padding: 0;
  position: relative;
  font-weight: 300;
  font-size: 14px;
}
.header_type2 .menu-h li ul .tree a:after {
  font-family: 'FontAwesome', serif;
  content: " ";
  right: 10px;
  top: 12px;
  position: absolute;
}
.header_type2 .menu-h li ul li {
  width: 25%;
  min-width: 150px;
  background: none;
  float: left;
  margin-bottom: 10px;
  box-shadow: none;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.header_type2 .menu-h li ul li:hover {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.header_type2 .menu-h li ul li a {
  padding: 0;
  display: inline;
  color: #343434;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.header_type2 .menu-h li ul li a:hover {
  color: #37cdfc;
}
.header_type2 .menu-h li ul li a:before {
  font-family: 'FontAwesome', serif;
  content: " ";
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  top: 12px;
  margin-left: -15px;
}
.header_type2 .menu-h li ul li ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
}
.header_type2 .menu-h li ul li ul li {
  margin: 5px 0;
  width: 100%;
}
.header_type2 .menu-h li ul li ul li a {
  text-transform: none;
  font-size: 16px;
}
.header_type2 .menu-h li ul li ul li a:before {
  content: "";
}
.header_type2 .menu-h li ul li ul li ul {
  display: none;
}
.header_type2 .menu-h li ul li ul li ul li {
  padding: 0 0 0 10px;
}
.header_type2 .menu-h li ul li ul li ul li a {
  font-size: 12px;
}
.header_type2 .menu-h .more a {
  position: relative;
}
.header_type2 .menu-h .more a:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  right: 11px;
  top: 11px;
  content: "\f107";
  font-size: 13px;
  color: #ffffff;
}
.header_type2 .menu-h .more a {
  padding: 10px 15px;
  position: relative;
}
.header_type2 .menu-h .more a:after {
  font-family: 'FontAwesome', serif;
  content: " ";
  right: 10px;
  top: 11px;
  position: absolute;
  font-size: 13px;
}
.header_type2 .menu-h .more a i {
  position: relative;
}
.header_type2 .menu-h .more a i .count {
  position: absolute;
  top: -18px;
  right: -20px;
  background: #00b2a3;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
}
.header_type2 .menu-h li:hover ul ul ul {
  display: none;
}
.breadcrumbs {
  font-size: 12px;
  color: #000000;
  background: #f0f0f0;
  text-align: center;
  padding: 30px 0 20px 0;
  text-transform: uppercase;
}
.breadcrumbs .container {
  background: transparent;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li a {
  color: #a2a2a2;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  opacity: 0.6;
}
.breadcrumbs .category-name {
  color: #000000;
  font-size: 26px;
  margin: 20px 0 0;
  font-weight: 600;
}
.breadcrumbs .category-name:after {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  background: #00b2a3;
  border-radius: 4px;
  margin: 10px auto;
}
.breadcrumbs .checkout-price {
  font-size: 16px;
  font-weight: 300;
}
.breadcrumbs ul li + li:before {
  content: "/";
  padding: 0 10px;
  color: #000000;
}
.breadcrumbs ul li:hover ul {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.promobox {
  margin: 30px 0 0;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.promobox .header {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.promobox a {
  color: #ffffff;
}
.promobox p {
  color: #ffffff;
}
.promobox a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.promobox-inner {
  width: 100%;
  display: inline-block;
  min-height: 250px;
}
.promobox-inner :last-child {
  margin-bottom: 0;
}
.promobox-block {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.5s ease-in-out;
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}
.promobox-front {
  transform: rotateY(0);
  z-index: 1;
}
.promobox-front .header {
  bottom: 0;
  position: absolute;
  width: 100%;
  background: #37cdfc;
  opacity: 0.95;
  padding: 10px;
}
.promobox-back {
  transform: rotateY(180deg);
}
.promobox-block-inner {
  flex-shrink: 0;
  padding: 0;
}
.promobox-block,
.promobox-block-inner * {
  backface-visibility: hidden;
}
.promobox:hover .promobox-front {
  transform: rotateY(-180deg);
}
.promobox:hover .promobox-back {
  transform: rotateY(0);
}
.promo-icons {
  padding: 20px 20px 0 20px;
  text-align: left;
  width: 100%;
  background: #f8f8f8;
}
.promo-icons .container {
  background: transparent;
}
.promo-icons .header {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  font-size: 15px;
}
.promo-icons .icon {
  font-size: 40px;
  color: #00b2a3;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.promo-icons .p-one {
  padding-left: 60px;
  margin-bottom: 40px;
  position: relative;
}
.promo-icons .p-one a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.promo-icons .p-one:last-child {
  margin-bottom: 0;
}
.promo-icons p {
  margin-bottom: 20px;
  color: #6f6f6f;
}
.center-form {
  padding: 50px;
  margin: 50px auto;
  max-width: 800px;
}
.center-form .wa-form .wa-field .wa-name {
  text-align: right;
}
.center-form-profile {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 800px;
}
.center-form-profile .wa-form .wa-field .wa-name {
  text-align: right;
}
.auth-form h3 {
  margin-bottom: 30px;
}
.auth-form .auth-icon {
  padding: 50px;
  width: 100%;
  background: #f5f5f5;
  font-size: 170px;
  color: #a1a1a0;
}
.auth-form .wa-submit {
  color: gray;
}
.cart-block:hover > .popup {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.slider-main {
  position: relative;
  padding-top: 15px;
}
.slider-main .arrow-slider-main {
  position: absolute;
  font-size: 55px;
  z-index: 10;
  cursor: pointer;
  width: 63px;
  height: 63px;
  line-height: 63px;
  text-align: center;
}
.slider-main .arrow-left {
  left: 5px;
  color: #000000;
}
.slider-main .arrow-right {
  right: 5px;
  color: #000000;
}
.slider-main .arrow-right svg.animated-circle {
  left: -2px;
}
.slider-main .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 400px;
  min-height: 400px;
}
.slider-main .slide-item-full {
  position: relative;
}
.slider-main .slide-item-full img {
  max-width: 100%;
  width: 100%;
}
.slider-main .slide-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
}
.slider-main .slide-text .title {
  font-size: 34px;
  font-weight: 700;
}
.slider-main .slide-text .text {
  font-size: 16px;
  font-weight: 600;
}
.slider-main .slide-text .more-btn {
  margin-top: 20px;
}
.slider-main .slide-text .more-btn a {
  background: #00b2a3;
  padding: 10px 30px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
  font-size: 16px;
}
.slider-main .slide-text .more-btn a:hover,
.slider-main .slide-text .more-btn a:focus {
  text-decoration: none;
  background: #00665d;
  color: #ffffff !important;
}
.slider-main svg.animated-circle {
  position: absolute;
  left: 4px;
  top: 2px;
  width: 65px;
  height: 65px;
}
.slider-main svg.animated-circle .out-circle {
  fill: transparent;
  stroke: #000000;
  stroke-width: 1px;
  stroke-dasharray: 227;
  stroke-dashoffset: 227;
  -webkit-transition: stroke-dashoffset 0.5s linear;
  transition: stroke-dashoffset 0.5s linear;
  opacity: 0.5;
}
.slider-main svg.animated-circle .out-circle:hover {
  stroke-dashoffset: 0;
}
.paralax-slider-main {
  width: 100%;
  height: 400px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.paralax-slider-main a.prev {
  display: block;
  margin: 0 auto;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  transition: all .3s ease;
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 9;
}
.paralax-slider-main a.next {
  display: block;
  margin: 0 auto;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7);
  font-size: 1em;
  transition: all .3s ease;
  position: absolute;
  top: 1em;
  right: 0;
  z-index: 9;
}
.paralax-slider-main .slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  margin: 0;
}
.paralax-slider-main .slide:nth-child(1) {
  top: 0;
}
.paralax-slider-main .slide .content {
  color: #ffffff;
  font-family: sans-serif;
  position: absolute;
  top: 40%;
  left: 150px;
  width: 30%;
  transition: all 1s ease;
}
.category {
  padding: 20px 0;
  position: relative;
}
.category .row-border {
  border-bottom: 1px solid #e1e1e1;
}
.category .h3 {
  cursor: pointer;
  color: gray;
  padding: 20px 0 10px !important;
}
.category .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.category .row .borders {
  border-right: 1px solid #e1e1e1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.category .nothing p {
  font-size: 20px;
}
.category .show-type-background {
  background: transparent;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.category .showtype {
  position: absolute;
  top: 5px;
  left: 5px;
}
.category .showtype .active {
  color: #37cdfc;
  border: 1px solid #37cdfc;
  border-radius: 4px;
}
.category .showtype .active:hover {
  border: 1px solid #37cdfc;
}
.category .showtype a {
  display: inline-block;
  background: #ffffff;
  color: #7c7d7f;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 4px;
  border: 1px solid rgba(195, 195, 195, 0.53);
  transition: all .3s ease;
  opacity: 1;
  position: relative;
  top: 0;
  border-radius: 4px;
}
.category .showtype a:hover {
  border: 1px solid #37cdfc;
  z-index: 10;
  background: #ffffff;
  opacity: 0.9;
}
.category .category_description {
  overflow-y: hidden;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.category .category_description .read-more {
  display: none;
  position: absolute;
  bottom: 0;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 51%, #ffffff 54%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  text-align: left;
  color: #888888;
  width: 100%;
  z-index: 10;
  padding-top: 50px;
  font-size: 16px;
}
.category .category_description .read-more .fa {
  font-size: 10px;
  margin-right: 5px;
}
.category .category_description .read-more a {
  display: block;
  padding: 5px 0;
  text-align: left;
  background: #ffffff;
  font-size: 13px;
}
.category .category_description .read-more a:hover,
.category .category_description .read-more a:focus {
  opacity: 0.7;
}
.category_description img {
  max-width: 100%;
}
.category_description.category_bottom {
  margin-top: 30px;
}
.category-name img {
  margin-right: 10px;
}
.category-badge {
  padding: 2px 5px;
  background: #00b2a3;
  color: #ffffff;
  font-size: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
#product-list {
  margin-top: 20px;
  position: relative;
}
.thumbnail-catalog {
  vertical-align: top;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  top: 0;
  text-align: center;
  transition: all .3s ease;
  border: 1px solid transparent;
  border-radius: 4px;
}
.thumbnail-catalog .compare-favorite {
  position: absolute;
  top: 40px;
  right: 12px;
}
.thumbnail-catalog .compare-favorite span {
  opacity: 0;
  visibility: hidden;
  transition-delay: 150ms;
  transform: translateY(100px);
  transition: all 400ms cubic-bezier(0.92, 0.05, 0.545, 0.85);
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  text-align: center;
  overflow: visible;
  border: none;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #ffffff;
  cursor: pointer;
}
.thumbnail-catalog .compare-favorite span:hover {
  color: #00b2a3;
}
.thumbnail-catalog:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateY(30px);
  transition-delay: 350ms;
  transition: all 400ms cubic-bezier(0.92, 0.05, 0.545, 0.85);
}
.thumbnail-catalog .compare-favorite .compare-favorite-icon.active,
.thumbnail-catalog .compare-favorite .compare-compare-icon.active {
  background: #00b2a3;
  color: #ffffff;
}
.thumbnail-catalog .compare-favorite .compare-favorite-icon.active:hover,
.thumbnail-catalog .compare-favorite .compare-compare-icon.active:hover {
  background: #00b2a3;
  color: #ffffff;
}
.thumbnail-catalog .name {
  overflow-y: hidden;
  font-weight: 300;
  padding: 10px 10px 0 10px;
  font-size: 14px;
  line-height: 16px;
  height: 65px;
  word-wrap: break-word;
}
.thumbnail-catalog .name a {
  color: #000000;
  font-weight: 600;
}
.thumbnail-catalog .rating-big {
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.thumbnail-catalog .rating-big:after {
  content: ' ';
  border-bottom: 0 solid #e1e1e1;
  position: absolute;
  top: calc(51%);
  left: 0;
  right: 0;
  z-index: 5;
}
.thumbnail-catalog .rating-big a {
  color: #979797;
  font-size: 12px;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}
.thumbnail-catalog .rating-big a i {
  margin-top: 3px;
}
.thumbnail-catalog .btn.disabled,
.thumbnail-catalog .btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
  border: 1px solid #cccccc;
  pointer-events: auto;
  font-size: 16px;
}
.thumbnail-catalog .image-block {
  height: 300px;
  max-width: 100%;
  overflow: hidden;
  line-height: 320px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.thumbnail-catalog .image-block .zoom-image {
  width: 100%;
}
.thumbnail-catalog .image-block img {
  transition: all 0.3s;
  max-height: 350px;
  max-width: 100%;
  padding: 10px 20px;
}
.thumbnail-catalog .image-block .preview i {
  color: #ffffff;
  padding: 15px;
  font-size: 22px;
}
.thumbnail-catalog .bottom-block {
  display: table;
  width: 100%;
  margin: 0;
  height: 40px;
}
.thumbnail-catalog .bottom-block .price {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.thumbnail-catalog .addtocart {
  font-size: 16px;
  position: relative;
  padding-left: 40px;
}
.thumbnail-catalog .addtocart .icon-shoppingcart {
  font-size: 19px;
  position: absolute;
  left: 11px;
  top: 7px;
}
.thumbnail-catalog .bottom-block .price s {
  color: #798f9f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 10px;
}
.contact_txt_line a {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.contact_txt_line i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/**
.thumbnail-catalog .add-to-cart {
  background: #fff;
  z-index: 2;
  padding: 0 0 20px;
  left: 0;
  right: 0;
  position: absolute;
  transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  -moz-transform: perspective(600px) rotateX(-90deg);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -o-transform: perspective(600px) rotateX(-90deg);
  transform-origin: top center 0;
  -ms-transform-origin: top center 0;
  -webkit-transform-origin: top center 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  visibility: hidden;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  opacity: 1;
}
.thumbnail-catalog:hover .add-to-cart {
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -webkit-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  visibility: visible;
  z-index: 10;
  box-shadow: 0 10px 10px 0 rgba(51, 51, 51, 0.1);
}
**/
.thumbnail-catalog .add-to-cart .qty,
.cart .qty,
.text-catalog .qty {
  position: relative;
  font-weight: 700;
  color: #686868;
  margin-right: 6px;
  width: 100px;
  display: inline-block;
}
 
.thumbnail-catalog .add-to-cart .qty .select_input,
.cart .qty .select_input,
.text-catalog .qty .select_input,
.thumbnail-catalog .add-to-cart .qty .select_input_cart,
.cart .qty .select_input_cart,
.text-catalog .qty .select_input_cart {
  text-align: center;
  width: 45px;
  border-radius: 4px;
  margin: 0 25px;
  padding: 5px;
}
/* ↓ фикс инпута количества товаров каталоге*/
/*.thumbnail-catalog .add-to-cart .qty .plus,*/
/*.cart .qty .plus,*/
/*.text-catalog .qty .plus {*/
/*  position: absolute;*/
/*  right: 6px;*/
/*  top: 10px;*/
/*  cursor: pointer;*/
/*  font-size: 12px;*/
/*}*/
/*.thumbnail-catalog .add-to-cart .qty .minus,*/
/*.cart .qty .minus,*/
/*.text-catalog .qty .minus {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  left: 7px;*/
/*  top: 10px;*/
/*  font-size: 12px;*/
/*}*/

span.qty .select_input_cart.quantity {
  width: 100%;
  margin: 0;
  height: 47px;
  padding-right: 42px;
}

span.qty .minus {
  right: 3px;
  bottom: 3px;
}

span.qty .plus {
  right: 3px;
  top: 3px;
}

span.qty i.fa::before {
  display: none;
}
/* ↑ фикс инпута количества товаров каталоге*/

.thumbnail-catalog .add-to-cart .qty .plus,
.cart .qty .plus {
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
  font-size: 12px;
}
.thumbnail-catalog .add-to-cart .qty .minus,
.cart .qty .minus {
  cursor: pointer;
  position: absolute;
  left: 7px;
  top: 10px;
  font-size: 12px;
}

.thumbnail-catalog .one-click {
  text-align: center;
  margin-top: 10px;
}
.thumbnail-catalog .one-click input {
  background: none;
  color: #00b2a3;
  border: 1px solid #00b2a3;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px 10px;
  background: #ffffff;
}
.thumbnail-catalog .heightauto img {
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
}
.hover-active .thumbnail-catalog:hover .heightauto img {
  transform: scale(1.1) !important;
}
.hover-active .thumbnail-catalog .name a:hover {
  color: #37cdfc;
}
.hover-active .thumbnail-catalog .rating-big a:hover {
  text-decoration: none;
}
.hover-active .thumbnail-catalog .btn-primary:hover,
.hover-active .thumbnail-catalog .btn-primary:focus {
  background: #00665d;
  color: #ffffff !important;
  border: 1px solid #00665d;
}
.hover-active .thumbnail-catalog:hover {
  border: 1px solid #e1e1e1;
  background: #ffffff;
  position: relative;
  z-index: 100;
}
.hover-active .thumbnail-catalog:hover .image-block img {
  transform: scale(0.95);
}
/** List **/
.list-catalog {
  border-radius: 0;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
}
.list-catalog .compare-favorite {
  display: inline-block;
  vertical-align: middle;
}
.list-catalog .compare-favorite span {
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.list-catalog .compare-favorite .compare-favorite-icon.active,
.list-catalog .compare-favorite .compare-compare-icon.active {
  color: #00b2a3;
}
.list-catalog .expand-content {
  margin-top: 20px;
}
.list-catalog .expand-content dt.divider {
  font-size: 14px;
}
.list-catalog .expand-content .icon16.color {
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 3px;
}
.list-catalog .name {
  padding: 0 0 5px;
  font-weight: 600;
  line-height: 16px;
  font-size: 15px;
}
.list-catalog .badge-block {
  position: static;
}
.list-catalog .rating-big {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 10px;
}
.list-catalog .rating-big i.icon16 {
  margin-top: 0 !important;
}
.list-catalog .rating-big a {
  color: #979797;
  font-size: 12px;
  display: inline-block;
}
.list-catalog .rating-big a:hover {
  text-decoration: none;
}
.list-catalog .offers {
  padding: 10px;
}
.list-catalog .addtocart {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  margin: 10px 0;
}
.list-catalog .addtocart .icon-shoppingcart {
  font-size: 19px;
  position: absolute;
  left: 11px;
  top: 7px;
}
.list-catalog .btn.disabled {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  margin: 10px 0;
}
.list-catalog .btn.disabled .icon-shoppingcart {
  font-size: 19px;
  position: absolute;
  left: 11px;
  top: 7px;
}
.list-catalog .btn.disabled,
.list-catalog .btn:disabled,
.list-catalog .btn:disabled:hover,
.list-catalog .btn:disabled:focus {
  background: #cccccc;
  cursor: not-allowed;
  border: 0 !important;
  pointer-events: auto;
}
.list-catalog .image-block {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.list-catalog .image-block img {
  max-height: 500px;
  max-width: 100%;
}
.list-catalog .description {
  margin-bottom: 10px;
}
.list-catalog .code {
  font-size: 12px;
  color: #828282;
  margin-bottom: 5px;
}
.list-catalog .bottom-block {
  width: 100%;
  margin: 0;
}
.list-catalog .bottom-block .price {
  line-height: 18px;
  font-weight: 700;
}
.list-catalog .bottom-block .price span {
  margin: 0;
  font-size: 16px;
}
.list-catalog .bottom-block .price s {
  color: #798f9f;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 10px;
}
.text-catalog {
  border-radius: 0;
  position: relative;
  width: 100%;
}
.text-catalog .table-row {
  display: table;
  width: 100%;
  vertical-align: middle;
  border: 1px solid transparent;
}
.text-catalog .table-row:hover {
  border: 1px solid #e1e1e1;
}
.text-catalog .name {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}
.text-catalog .name a {
  color: #000000;
}
.text-catalog .name a:hover {
  color: #00b2a3;
}
.text-catalog .availability {
  font-size: 12px;
  vertical-align: middle;
}
.text-catalog .btn {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}
.text-catalog .btn .icon-shoppingcart {
  font-size: 19px;
  position: absolute;
  left: 11px;
  top: 7px;
}
.text-catalog .btn.disabled,
.text-catalog .btn:disabled {
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: not-allowed;
  pointer-events: auto;
}
.text-catalog .code {
  font-size: 12px;
  color: #828282;
  margin-bottom: 5px;
  margin-left: 10px;
}
.text-catalog .price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.text-catalog .price span {
  display: block;
  margin: 0;
}
.text-catalog .price s {
  color: #9b9b9b;
  font-size: 14px;
  display: inline-block;
}
.text-catalog .badge-block {
  position: static;
  display: inline-block;
}
.text-catalog .badge.discount {
  position: static;
  display: inline-block;
  margin-left: 5px;
}
.text-catalog .table-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
}
.text-catalog .table-cell .rating-big {
  margin-bottom: 5px;
  padding: 0 0 0 10px;
}
.text-catalog .table-cell .rating-big a {
  color: #979797;
  font-size: 12px;
  display: inline-block;
}
.text-catalog .table-cell .rating-big a:hover {
  text-decoration: none;
}
.text-catalog .table-cell:nth-child(1) {
  width: 50%;
  text-align: left;
}
.text-catalog .table-cell:nth-child(2) {
  width: 10%;
}
.text-catalog .table-cell:nth-child(3) {
  width: 20%;
  text-align: center;
}
.text-catalog .table-cell:nth-child(4) {
  width: 20%;
  text-align: center;
}
.loading-cart-icon {
  color: #00b2a3 !important;
}
.loading-cart-icon:after {
  top: 5px;
  left: 1px;
  right: 0;
  background-image: url(img/loading_white.svg) !important;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #ffffff;
  position: absolute;
  content: " " !important;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.alert-success {
  background: rgba(34, 139, 34, 0.05);
  color: forestgreen;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}
.alert-success i {
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
}
.subcategory-nav {
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}
.subcategory-nav li {
  display: inline-block;
  position: relative;
  margin: 40px 10px 0;
}
.subcategory-nav a {
  padding: 4px 0;
  line-height: 20px;
  font-size: 14px;
}
.subcategory-nav .selected > a {
  color: #00b2a3;
  position: relative;
}
.subcategory {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.subcategory li {
  display: block;
  position: relative;
}
.subcategory li:last-child {
  border-bottom: 0;
}
.subcategory li a {
  display: block;
  padding: 4px 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 700;
}
.subcategory li a .fa {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.subcategory li a span.count {
  position: absolute;
  right: 15px;
  font-size: 12px;
  top: 30%;
  color: #b0b0b0;
}
.subcategory li ul {
  margin: 0;
  padding: 0;
  display: none;
}
.subcategory li ul a {
  font-weight: 600;
  font-size: 14px;
}
.subcategory li ul ul a {
  font-size: 14px;
  font-weight: 300;
}
.subcategory li ul li {
  padding-left: 20px;
}
.subcategory .selected > a {
  color: #37cdfc;
  position: relative;
}
.subcategory-images {
  margin-top: 25px;
}
.subcategory-images .adaptive-filter {
  width: 20%;
}
.subcategory-images .link {
  display: inline-block;
  line-height: 20px;
  height: 55px;
  /*overflow-y: hidden;*/
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
}
.subcategory-images .adaptive,
.subcategory-images .adaptive-filter {
  text-align: center;
  margin-bottom: 10px;
}
.subcategory-images .image {
  position: relative;
  width: 100%;
  max-height: 100px;
  margin-bottom: 10px;
}
.subcategory-images .image .category-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.subcategory-images .image img {
  max-width: 100%;
  max-height: 100px;
}
.subcategory-images a {
  font-size: 16px;
}
.subcategory-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.subcategory-images [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.subcategory-text {
  margin: 35px 0 0;
  text-align: center;
  font-size: 16px;
}
.subcategory-text a {
  background: #ffffff;
  border: 1px solid #000000;
  text-decoration: none;
  margin: 5px 10px 5px 5px;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.subcategory-hover a:hover {
  background: #00665d;
  border: 1px solid transparent;
  color: #ffffff;
}
.show-filter {
  color: #000000;
  border: 1px solid #000000;
  font-size: 13px;
  background: #ffffff;
  font-weight: 300;
  display: inline-block;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.show-filter:hover,
.show-filter:focus {
  color: #000000;
}
.show-filter:hover,
.show-filter:focus {
  text-decoration: none;
  opacity: 0.8;
}
.filter {
  margin-bottom: 20px;
}
.filter .filter-name {
  padding: 15px 15px 12px;
  font-size: 17px;
  color: #00b2a3;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.filter .filter-name i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 10px;
  color: #00b2a3;
  position: absolute;
  right: 5px;
}
.filter .unit {
  margin-left: 5px;
}
.filter .panel-default {
  margin-bottom: 20px;
}
.filter .filtergroup .panel-body {
  font-weight: 700;
}
.filter .filtergroup .slider {
  font-size: 14px;
  text-align: center;
}
.filter .filtergroup .slider .pricehint {
  text-align: left;
  margin: 10px 0px -10px 0px;
  font-size: 12px;
  color: #707070;
}
.filter .filtergroup .slider .min,
.filter .filtergroup .slider .max {
  width: 40%;
  margin-bottom: 0;
}
.filter .filtergroup .slider input[type="text"] {
  text-align: center;
  color: #000000;
  font-weight: 700;
}
.filter .filtergroup label {
  color: #000000;
  font-size: 13px;
}
.filter .panel-body .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  color: #373a3c;
  font-size: 18px;
  top: 1px;
  left: 1px;
}
.filter .panel-body.open .icon {
  left: -3px;
}
.filter .panel-body {
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  color: #373a3c;
  font-size: 14px;
  font-weight: 300;
}
.filter .panel-price {
  border-top: 0;
}
.filter .panel-body:hover {
  color: #37cdfc;
}
.filter .checkboxfilter {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
}
.filter .checkboxfilter .color {
  margin: 3px 5px 0 0 !important;
}
.filter .checkboxfilter input {
  margin-right: 5px;
}
.filter .group-filter {
  margin-bottom: 15px;
  max-height: 145px;
}
.filter .diaposon {
  margin: 10px 0;
}
.filter .filter-slider {
  margin: 25px 5px 30px 5px;
}
.filter .radio,
.filter .checkbox {
  margin: 3px 0;
}
.filter .checkbox,
.filter .radio {
  position: relative;
  padding: 0;
}
.filters-top .h3 {
  float: left;
  margin-right: 30px;
}
.filters-top .filtergroup {
  display: inline-block;
  width: auto;
  margin-right: 30px;
  position: relative;
  margin-top: 15px;
}
.filters-top .slider,
.filters-top .group-filter,
.filters-top .slideblock {
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 100000;
  top: 34px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  display: none;
  height: auto;
  min-width: 100%;
  width: 300px;
  padding: 10px 5px 10px 20px !important;
}
.filters-top .slider:after,
.filters-top .group-filter:after,
.filters-top .slideblock:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.filters-top .slider {
  padding: 10px 20px 10px 20px !important;
}
.smart-filters {
  margin-top: 35px;
  padding: 0 0 10px;
  font-weight: 700;
  margin-bottom: 10px;
}
.smart-filters span {
  font-weight: 600;
}
.smart-filters p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline;
}
.smart-filters .filter-help {
  display: inline-block;
  padding: 7px 37px 8px 20px;
  color: #ffffff;
  border: 1px solid #00b2a3;
  font-size: 14px;
  background: #00b2a3;
  border-radius: 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.smart-filters .filter-help:hover {
  opacity: 0.7;
}
.smart-filters .filter-help i {
  position: absolute;
  right: 12px;
  top: 11px;
  display: inline-block;
  cursor: pointer;
}
.clearfilter {
  margin: 20px 0;
}
.clearfilter .btn {
  color: #000000;
  border: 1px solid #000000;
  font-size: 13px;
  background: #ffffff;
  border-radius: 0;
  font-weight: 300;
}
.clearfilter .btn:hover {
  background: #00665d;
  border: 1px solid #00665d;
  color: #ffffff;
  transition: all 0.3s;
}
span.moreButt {
    color: #ffffff;
    text-align: center;
    background: #37cdfc;
    border-radius: 4px;
    font-size: 16px;
    padding: 8px 25px;
    cursor: pointer;
    border: 1px solid #37cdfc;
    font-weight: 600;
    transition: all .3s ease;
}
span.moreButt:hover{
    color: #444444;
    border: 1px solid #37cdfc;
    background: #ffffff;
    text-decoration: none;
}
.page-content{
    line-height: 2;
}
.articul{
    color: #a2a2a2;
}
.wrapperButt{
    margin:0 auto;
    padding: 20px 0;
    display:block;
    clear:both;
    text-align:center;
}
.catTags {
    display: block;
    padding-top: 10px;
}
.tageditor-cloud {
    display: block;
}
.tageditor-cloud a {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border: 1px solid #37cdfc;
    margin: 0 4px 10px 0;
}
.sorting {
  list-style: none;
  position: absolute;
  right: 0;
  top: 16px;
}
.sorting .nav-pills {
  margin-left: 20px;
}
.sorting ul {
  list-style: none;
  margin: -6px 10px 0 0;
  padding: 0;
  display: inline-block;
}
.sorting ul li {
  position: relative;
  display: block;
}
.sorting ul li a {
  color: #000000;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  display: inline;
  border-bottom: 1px dotted #000000;
  margin-left: 17px;
  font-weight: 600;
}
.sorting ul li a:after {
  display: block;
  font-family: 'FontAwesome', serif;
  content: "\f107";
  position: absolute;
  top: 1px;
  left: 0;
}
.sorting ul li ul {
  margin: 0;
  padding: 0;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 28px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
  display: none;
  height: auto;
  min-width: 100%;
  width: 170px;
}
.sorting ul li ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.sorting ul li ul li a {
  display: block;
  border: 0;
  padding: 8px 0;
  color: #333436;
  font-weight: 300;
  font-size: 12px;
}
.sorting ul li ul li a:after {
  content: " ";
  display: none;
}
.sorting ul li ul li a:hover {
  border: 0;
  background: transparent;
}
.sorting ul li ul li:hover {
  background: #37cdfc;
}
.sorting ul li ul li:hover a {
  color: #ffffff;
}
.sorting ul .selected a {
  color: #00b2a3;
}
.sorting ul .active {
  color: #00b2a3;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: 0;
}
.ui-slider .ui-slider-handle::after {
  content: '';
  position: absolute;
  left: -7px;
  bottom: -6px;
  border: 10px solid transparent;
  border-top: 10px solid #37cdfc;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -18px;
  margin-left: -5px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-widget-content {
  background: #cccccc;
}
.ui-widget-header {
  border-bottom: 0;
  background: #cccccc;
  border-radius: 5px;
}
.ui-corner-all {
  border-radius: 0;
}
.badge-price {
  position: absolute;
  right: 10px;
  z-index: 10;
  top: 10px;
  line-height: 0;
}
.badge-block {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 10px;
  line-height: 0;
}
.badge {
  font-size: 13px;
  padding: 4px 10px 4px;
  background: #797f82;
  color: #000000;
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
  line-height: 20px;
}
.badge.new {
  background: #797f82;
  color: #ffffff;
  position: absolute;
}
.badge.bestseller {
  background: #797f82;
  position: absolute;
  color: #ffffff;
}
.badge.hits {
  background: #797f82;
  position: absolute;
  color: #ffffff;
}
.badge.low-price {
  background: #797f82;
  position: absolute;
  color: #ffffff;
}
.badge.discount {
  background-color: #ffea56;
  color: #444444;
  margin: 0;
  top: 0;
  right: 10px;
  z-index: 2;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}
.xs-menu-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  -webkit-overflow-scrolling: touch;
  background-attachment: fixed;
}
.xs-menu-overlay .close-block {
  background: #000000;
  height: 47px;
}
.xs-menu-overlay .close-block a {
  position: absolute;
  text-decoration: none;
  z-index: 10001;
  color: #ffffff;
  display: block;
  font-size: 28px;
  margin-right: 9px;
  text-align: right;
  width: 30px;
  right: 4px;
  top: -7px;
}
.xs-menu-overlay .close-block a:hover {
  text-decoration: none;
}
.xs-menu-overlay .help-panel .icon {
  font-size: 22px;
  position: absolute;
  left: -25px;
}
.xs-menu-overlay .help-panel a {
  position: relative;
  margin-left: 35px;
  display: inline-block;
}
.xs-menu-overlay .help-panel a:nth-child(2) {
  position: absolute;
  right: 0;
}
.xs-menu-overlay .title {
  background: #00b2a3;
  color: #ffffff;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
}
.xs-menu {
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
  background: #ffffff;
  border: 0;
}
.xs-menu .icons {
  position: absolute;
  right: 0;
  top: 0;
}
.xs-menu .icons a {
  padding: 0;
}
.xs-menu .fa-bars {
  margin-right: 7px;
}
.xs-menu .cart_mobile {
  position: relative;
}
.xs-menu .cart_mobile .cart-count {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 15px;
  height: 15px;
  font-size: 9px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  font-weight: 300;
  line-height: 15px;
  color: #ffffff;
}
.xs-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xs-menu ul li {
  margin-left: 10px;
}
.xs-menu ul li a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.xs-menu ul li .icon {
  font-size: 24px;
  padding: 11px 15px 10px 15px;
  display: inline-block;
  cursor: pointer;
}
.xs-menu ul li .icon.icon-shoppingcart {
  background: #00b2a3;
  color: #ffffff;
}
.xs-menu ul li.search {
  position: absolute;
  right: 0;
  top: 0;
}
.clone-xs-menu {
  position: fixed;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 1000000;
  overflow-y: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  top: -70px;
  padding-bottom: 70px;
  transform: translateY(70px);
}
.clone-xs-menu .pages {
  background: #00b2a3;
  height: 47px;
  position: relative;
}
.clone-xs-menu .pages a {
  text-decoration: none;
  z-index: 10001;
  color: #ffffff;
  display: block;
  font-size: 17px;
}
.clone-xs-menu .pages a:hover {
  text-decoration: none;
}
.clone-xs-menu li {
  position: relative;
}
.clone-xs-menu a {
  color: #000000;
  font-size: 15px;
  display: block;
  padding: 10px;
  font-weight: 700;
}
.clone-xs-menu a:hover,
.clone-xs-menu a:focus {
  text-decoration: none;
}
.clone-xs-menu .tree .expand {
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  z-index: 10000;
  color: #7d7d7d;
  text-align: center;
  font-size: 18px;
}
.clone-xs-menu ul {
  list-style: none;
  margin: 0;
  display: none;
  padding: 0;
}
.clone-xs-menu ul a {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
}
.clone-xs-menu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clone-xs-menu ul ul a {
  margin-left: 40px;
  font-weight: 500;
}

.clone-xs-menu .menu-sub-group__heading {
    font-weight: 500;
}

.clone-xs-menu ul ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clone-xs-menu ul ul ul a {
  margin-left: 60px;
}
.container-menu-h {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  height: 80px;
  margin-left: -10px;
}
.menu-overlay {
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.topline .container {
  background-color: transparent;
}
.menu-h-top {
  margin: 0;
  padding: 0;
  min-height: 24px;
}
.menu-h-top li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding: 7px 0 7px 0;
}
.menu-h-top li span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 6px;
}
.menu-h-top li.divider {
  width: 20px;
  position: relative;
}
.menu-h-top li a {
  font-size: 13px;
  color: #222222;
  display: block;
  text-decoration: none;
  font-weight: 600;
}
.menu-h-top li a .icon {
  color: #00b2a3;
  margin-right: 5px;
}
.menu-h-top li a:hover {
  color: #37cdfc;
}
.menu-h-top li ul {
  position: absolute;
  display: none;
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 200px;
  z-index: 100010;
  left: -20px;
  padding: 0 10px;
  top: 30px;
}
.menu-h-top li ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.menu-h-top li ul li {
  margin-right: 0;
  display: block;
  position: relative;
  padding: 0;
}
.menu-h-top li ul li a {
  display: block;
  padding: 5px 5px 5px 10px;
}
.menu-h-top li ul li a:hover {
  color: #00b2a3;
  border: 0;
}
.menu-h-top li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  padding-top: 0;
}
.menu-h-top li ul li ul:after {
  content: "";
  border: none;
}
.menu-h-top li:last-child {
  margin-right: 0;
}
.menu-h-top .account {
  margin-left: 30px;
}
.menu-h-top li:hover > ul {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.menu-h-top li:hover > a {
  color: #37cdfc;
}
.btn-primary {
  background: #00b2a3;
  border: 1px solid #00b2a3;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #00665d;
  border: 1px solid #00665d;
  color: #ffffff;
}
.main-slider-product li {
  padding: 20px;
  width: 100%;
  position: relative;
  height: 400px;
}
.main-slider-product li .slider-image {
  position: absolute;
  width: 40%;
  text-align: center;
  margin-right: 5%;
}
.main-slider-product li .slider-image img {
  max-height: 320px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.main-slider-product li .slider-text {
  color: #000000;
  position: absolute;
  z-index: 9999;
  text-align: left;
  left: 45%;
}
.main-slider-product li .slider-text h4 {
  font-size: 26px;
  margin-bottom: 5px;
}
.main-slider-product li .slider-text .desciprtion {
  font-size: 16px;
  padding-right: 130px;
}
.main-slider-product li .slider-text .price {
  font-size: 20px;
  margin-top: 20px;
}
.main-slider-product li .slider-text .button a {
  color: #ffffff;
  background: #00b2a3;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 17px;
}
.main-slider-product li .slider-text .button a:hover,
.main-slider-product li .slider-text .button a:focus {
  text-decoration: none;
}
.main-slider li {
  width: 100%;
  position: relative;
  border: 0 !important;
  float: left;
}
.main-slider li img {
  width: 100%;
  height: auto;
}
.main-slider-product-home {
  margin-left: 0;
}
.main-slider-product-home .adaptive {
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}
.main-slider-product-home .adaptive .thumbnail:hover {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.main-slider-product-home .adaptive .thumbnail:hover .offers {
  padding: 10px;
  border-top: 1px solid #cccccc;
  background: #f6f6f6;
}
.main-slider-product-home .adaptive .thumbnail:hover .image-block img {
  transform: scale(1.05);
  opacity: 0.7;
}
.main-slider-product-home-split {
  margin-left: 0;
  margin-bottom: 30px;
}
.main-slider-product-home-split .adaptive {
  width: 100%;
  padding-left: 0;
  padding-right: 10px;
}
.main-slider-product-home-split .adaptive .thumbnail:hover {
  border: 1px solid #cccccc;
  box-shadow: none;
}
.main-slider-product-home-split .adaptive .thumbnail:hover .offers {
  padding: 10px;
  border-top: 1px solid #cccccc;
  background: #f6f6f6;
}
.main-slider-product-home-split .adaptive .thumbnail:hover .image-block img {
  transform: scale(1.05);
  opacity: 0.7;
}
.main-slider,
.main-slider-product {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_block {
  /*text-align: center;*/
  border-top: 1px solid #e1e1e1;
  padding: 30px 0;
}
.main_block h1, .main_block h2, .main_block h3, .main_block h4, .main_block h5 {
    text-align:center;
}
.brands {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 50px 0;
}
.newsblock {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.newsblock .media {
  margin-bottom: 20px;
  line-height: 20px;
  padding: 60px 20px;
}
.newsblock .media a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.newsblock .media:last-child {
  margin-bottom: 0;
}
.newsblock .media-body .date {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 300;
}
.read-more {
  margin-top: 10px;
}
.read-more .btn {
  color: #000000;
  border: 1px solid #000000;
  font-size: 13px;
  background: #ffffff;
  border-radius: 0;
  font-weight: 300;
}
.read-more .btn:hover {
  background: #00665d;
  border: 1px solid #00665d;
  color: #ffffff;
  transition: all 0.3s;
}
.viewed .price {
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.viewed .price s {
  display: inline-block;
  color: #798f9f;
  font-size: 14px;
  opacity: 0.5;
}
.viewed .text-center .btn {
  color: #000000;
  border: 1px solid #000000;
  font-size: 13px;
  background: #ffffff;
  border-radius: 0;
  font-weight: 300;
}
.viewed .text-center .btn:hover {
  background: #00665d;
  border: 1px solid #00665d;
  color: #ffffff;
  transition: all 0.3s;
}
.viewed .media {
  margin-bottom: 20px;
  line-height: 16px;
}
.viewed .rating {
  margin-bottom: 5px;
}
.viewed .rating a {
  text-decoration: none;
  color: #979797;
  font-size: 12px;
}
.viewed .rating a:hover,
.viewed .rating a:focus {
  color: #979797 !important;
}
.viewed .media:last-child {
  margin-bottom: 0;
}
.viewed .media .title a {
  font-weight: 600;
}
.viewed .media-left {
  max-width: 150px;
  min-width: 100px;
}
.viewed .media-left img {
  max-width: 100%;
}
.viewed .media-body .date {
  color: #9b9b9b;
  font-size: 12px;
}
/** Scroll **/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #ffffff;
  color: #37cdfc;
  border: 1px solid #dbdbdb;
  width: 50px;
  height: 50px;
  right: 15px;
  bottom: 10px;
  padding-top: 2px;
  font-size: 26px;
  transition: all 0.5s ease-in-out;
  border-radius: 4px;
}
.scroll-top-wrapper:hover {
  background: #37cdfc;
  border: 1px solid #37cdfc;
  color: #ffffff;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
/** WA form **/
/* Sign up & Login forms
------------------------ */
.wa-auth-adapters {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0 0;
}
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
  display: block;
  padding: 0 5px;
  color: #00b2a3;
}
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
  position: relative;
  margin-right: 5px;
  top: -1px;
}
.wa-auth-adapters p {
  color: #6e6e6e;
  font-size: 0.9em;
  margin-bottom: 0;
  margin-top: 10px;
}
.wa-auth-adapters.wa-connect {
  margin-top: 20px;
}
.wa-form {
  margin: 10px 0;
}
.wa-form:after {
  display: block;
  content: " ";
  clear: both;
}
.wa-form .wa-field {
  clear: left;
  margin: 0;
  padding-top: 3px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  font-weight: 700;
  padding-top: 0.52em;
  padding-bottom: 10px;
  line-height: 14px;
  color: #000000;
  font-size: 14px;
  margin-top: 7px;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 2px solid #00b2a3;
}
.wa-form .wa-field .wa-value .wa-error-msg {
  color: red;
  display: block;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 30%;
  min-width: 100%;
  margin: 0;
  position: relative;
}
.wa-form .wa-field .wa-value .show-password {
  top: 0;
  margin-left: -25px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #888888;
}
.wa-form .wa-field .wa-value textarea {
  min-width: 300px;
  height: 70px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 100px;
  min-width: 0;
}
.wa-form .wa-field .wa-value .wa-captcha p {
  margin-bottom: 5px;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 23px;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777777;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #ffaaaa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #ffaaaa;
}
.wa-signup-form .wa-form .wa-field.wa-field-email {
  margin-top: 20px;
}
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
  min-width: 300px;
}
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
  min-width: 200px;
  width: 200px;
}
.wa-captcha {
  padding: 7px 0 10px;
}
.wa-captcha p {
  margin: 0;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: 0;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #767676;
}
.wa-captcha .wa-captcha-input {
  display: inline !important;
  margin-bottom: 5px;
  width: 100px;
}
.wa-captcha .errormsg {
  display: block;
}
input.error,
textarea.error {
  border: 1px solid #00b2a3;
}
.errormsg {
  color: #00b2a3;
  margin-left: 180px;
  display: block;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  padding: 8px;
  color: #000000;
  background: #eeeeee;
  border: 2px solid #eeeeee;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 2px solid #b6b6b6;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
/** Footer **/
.footer {
  background: #444444;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
}
.footer .hint {
  font-size: 12px;
  color: #ffffff;
  margin: 20px 0;
  opacity: 0.8;
}
.footer #currency {
  margin-bottom: 10px;
  padding: 4px 10px;
  font-size: 12px;
}
.footer.dark div.h5 {
  color: #d6d6d6;
}
.footer div.h5 {
  font-size: 16px;
  color: #ffffff;
  margin: 25px 0 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .rules {
  margin-top: 5px;
}
.footer a {
  color: #ffffff;
  text-decoration: underline;
}
.footer .container {
  background-color: transparent;
  padding-bottom: 20px;
}
.footer h5 {
  font-size: 18px;
  color: #ffffff;
  margin: 25px 0 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.footer .fa {
  color: #00b2a3;
  margin-right: 7px;
}
.footer .social {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
.footer .social a {
  display: inline-block;
  margin-right: 3px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  margin-bottom: 5px;
}
.footer .social a .fa {
  color: #ffffff;
  margin-right: 0;
}
.footer .social a:hover {
  background: #00b2a3;
}
.footer .social a:hover .fa {
  color: #ffffff;
}
.footer .menu-h-footer,
.footer .footer-email {
  list-style: none;
  margin: 0;
  padding: 30px 0;
}
.footer .menu-h-footer a {
  color: #ffffff;
}
.footer .menu-h-footer li {
  margin-bottom: 5px;
  display: inline-block;
}
.footer .menu-h-footer li:last-child:after {
  content: " ";
  margin: 0;
}
.footer .menu-h-footer li:after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  opacity: 0.5;
}
.footer .footer-phone {
  margin: 15px 35px;
}
.footer .footer-phone i {
  font-size: 12px;
  margin-left: 10px;
}
.footer .footer-phone .dot {
  display: block;
}
.copyright {
  padding: 10px 0 10px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
}
.copyright a {
  color: #ffffff;
}
/** Dialog **/
.dialog {
  display: none;
}
.dialog .purchase {
  border: 0 !important;
}
.dialog .add2cart .btn-primary {
  width: 100%;
}
.dialog #product-core-image .product-dialog-image {
  display: block;
  position: relative;
}
.dialog #product-core-image .product-dialog-image .owl-item img {
  max-width: 100%;
}
.dialog #product-core-image .owl-theme .owl-controls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.dialog .loading {
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 70px;
  z-index: 20020;
  background-image: url(img/loading_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 20010;
}
.dialog-window .breadcrumbs .category-name {
  font-size: 18px;
}
.dialog-window .alert {
  margin-top: 30px;
}
.dialog-window .dialog-cart {
  position: fixed;
  top: 10%;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 20030;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: left;
  width: 900px;
  display: block;
  background: #ffffff;
  padding: 22px 0 0;
}
.dialog-window .dialog-cart #product-core-image {
  margin: 20px 0 20px;
  text-align: center;
  min-height: 380px;
}
.dialog-window .dialog-cart .product .col-lg-6 #product-image {
  cursor: unset;
}
.dialog-window .dialog-cart .row.product {
  display: table;
  width: 100%;
  margin-left: 0;
}
.dialog-window .dialog-cart .col-lg-6.col-md-6.col-xs-12 {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
  width: 50%;
}
.dialog-window .dialog-cart .col-lg-6.col-md-6.col-xs-12:nth-child(2) {
  padding: 20px;
}
.dialog-window .dialog-cart .dialog-close {
  margin-bottom: 20px;
}
.dialog-window .close-block {
  width: 100%;
  position: absolute;
  background: #ffffff;
  height: 42px;
  top: 0;
  left: 0;
}
.dialog-window .close-block > a {
  position: absolute;
  text-decoration: none;
  z-index: 10001;
  color: #000000;
  display: block;
  font-size: 40px;
  margin-right: 0;
  text-align: center;
  width: 40px;
  right: 0;
  top: -7px;
}
.wa-auth-adapters:before {
  content: " ";
  clear: both;
  display: block;
}
.add2cart .disabled {
  background: #cccccc !important;
  border: 1px solid #cccccc;
}
.add2cart .disabled:hover,
.add2cart .disabled:focus,
.add2cart .disabled:link {
  background: #cccccc;
  border: 0;
}
#product-core-image .badge {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
}
#product-core-image.left-padding .badge {
  left: 120px;
}
.expand-content dt.divider {
  font-size: 20px;
  color: #787878;
  margin-top: 15px;
}
.expand-content dt.divider:after {
  border-bottom: 0;
}
.expand-content {
  margin: 0;
  padding: 0;
}
.expand-content dt {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: -4px;
  width: 39%;
  vertical-align: top;
  font-weight: 300;
  position: relative;
}
.expand-content dt:after {
  position: absolute;
  content: '';
  border-bottom: 1px dotted #bababa;
  margin-left: 10px;
  width: 100%;
  height: 1.1em;
}
.expand-content dd {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: bottom;
  width: 51%;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  background: #ffffff;
}
.expand-content .icon16.color {
  margin-top: 7px;
  margin-right: 5px;
}
.clone-fix {
  text-align: left !important;
}
.clone-fix .bottom-block {
  display: none;
}
.clone-fix img {
  max-width: 100%;
}
.product-prev {
  display: inline-block;
  background: #f8f8f8;
  color: #333333 !important;
  position: fixed;
  top: 32%;
  z-index: 888;
  cursor: pointer;
  text-decoration: none;
  height: 96px;
  padding: 8px;
  margin-top: -48px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  opacity: 0.7;
  width: 50px;
}
.product-prev a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-prev i {
  display: block;
  height: 80px;
  line-height: 78px;
  vertical-align: middle;
  font-size: 28px;
  width: 32px;
  text-align: center;
  float: left;
}
.product-prev .product-wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-around;
  overflow: hidden;
  width: 0;
}
.product-prev .product-info {
  display: table;
}
.product-prev .product-info .product-title {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
}
.product-prev .product-info .product-title b {
  display: block;
}
.product-prev .product-info .product-image {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.product-prev .product-info .product-image img {
  max-width: 100%;
  max-height: 80px;
}
.product-prev:hover {
  opacity: 1;
  width: 280px;
}
.product-prev:hover .product-wrap {
  width: 230px;
}
.product-next {
  display: inline-block;
  background: #f8f8f8;
  color: #333333 !important;
  position: fixed;
  top: 32%;
  right: 0;
  z-index: 888;
  cursor: pointer;
  text-decoration: none;
  height: 96px;
  padding: 8px;
  margin-top: -48px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  opacity: 0.7;
  width: 50px;
}
.product-next a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-next i {
  display: block;
  height: 80px;
  line-height: 78px;
  vertical-align: middle;
  font-size: 28px;
  width: 32px;
  text-align: center;
  float: right;
}
.product-next .product-wrap {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-around;
  overflow: hidden;
  width: 0;
}
.product-next .product-info {
  display: table;
}
.product-next .product-info .product-title {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  line-height: 15px;
}
.product-next .product-info .product-title b {
  display: block;
}
.product-next .product-info .product-image {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: center;
}
.product-next .product-info .product-image img {
  max-width: 100%;
  max-height: 80px;
}
.product-next:hover {
  opacity: 1;
  width: 280px;
}
.product-next:hover .product-wrap {
  width: 230px;
}
.product {
  padding: 40px 20px 20px 20px;
  position: relative;
}
.product .expand-content .icon16.color {
  margin-top: 4px;
  margin-right: 9px;
}
.product .qty {
  position: relative;
  font-weight: 700;
  color: #686868;
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
  display: block;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.product .qty input[type="text"] {
  border-radius: 4px;
  width: 34px;
  text-align: center;
  margin: 0 20px;
  line-height: 1.75;
  border: 0;
  padding: 5px;
}
.product .qty .plus {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  font-size: 12px;
}
.product .qty .minus {
  cursor: pointer;
  position: absolute;
  left: 7px;
  top: 7px;
  font-size: 12px;
}
.product .rating-block {
  color: gray;
  margin-bottom: 10px;
  font-size: 13px;
  
}
.product .rating-block a {
  color: gray;
  margin-left: 10px;
  border-bottom: 1px dotted gray;
}
.product .rating-block a:hover,
.product .rating-block a:focus {
  text-decoration: none;
}
.product .promo {
  border: 1px solid #e1e1e1;
  padding: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 4px;
}
.product .promo .header {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 17px;
}
.product .promo .icon {
  font-size: 40px;
  color: #37cdfc;
  margin-bottom: 10px;
  display: block;
}
.product .promo .p-one a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.product .promo .p-one:last-child {
  margin-bottom: 0;
}
.product .promo p {
  margin-bottom: 20px;
  color: #6f6f6f;
}
.product .purchase {
  margin-top: 20px;
}
.product .goto-cart {
  margin: 10px 0 10px;
}
.product .goto-cart a {
  font-size: 12px;
  color: #858585;
  text-decoration: underline;
}
.product .articul {
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
}
.product .saving {
  font-size: 14px;
  color: #00b2a3;
}
.product h1 {
  font-size: 32px;
}
.product .stocks {
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.product .stocks .fa {
  padding-right: 5px;
  font-size: 14px;
}
.product .stocks .red {
  color: #ee0000 !important;
}
.product h3.name {
  margin-top: 10px;
  font-size: 24px;
  word-wrap: break-word;
}
.product .stocks .stock-critical {
  color: #ff7f0e;
}
.product .stocks .stock-low {
  color: #ff7f0e;
}
.product .stocks .stock-high {
  color: #37cdfc;
}
.product .stocks .stock-none {
  color: #fc3737;
  white-space: normal;
}
.product .stocks .icon16 {
  margin-top: 0.1em;
}
.product .add2cart {
  font-size: 22px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.product .add2cart .icons-compare-favorite {
  position: absolute;
  /*right: 15px;*/
    right: 0px;
  top: 6px;
  /*margin-bottom: 15px;*/
  font-size: 24px;
  cursor: pointer;
}
.product .add2cart .icons-compare-favorite a {
  color: #8c8c8c;
}
.product .add2cart .icons-compare-favorite a:hover,
.product .add2cart .icons-compare-favorite a:focus {
  text-decoration: none;
}
.product .icons-compare-favorite span {
  display: inline-block;
}
.product .icons-compare-favorite span .icon {
  margin-left: 15px;
}
.product .icons-compare-favorite .active .icon {
  color: #00b2a3;
}
.product .icons-compare-favorite a {
  display: block;
}
.product .add2cart .compare-at-price {
  color: #a2a2a2;
  opacity: 0.5;
}
.product .add2cart .compare-at-price:before {
  top: 0;
}
.product .summary {
  margin: 25px 0;
}
.product .services .checkbox input[type="checkbox"] {
  margin-left: 0;
  position: relative;
  margin-right: 5px;
}
.add2cart .btn-primary {
  background: #00b2a3;
  border: 1px solid #00b2a3;
  font-size: 17px;
  position: relative;
  outline: none;
  width: 70%;
  padding: 10px;
}
.add2cart .btn-primary .icon {
  margin-right: 7px;
}
.add2cart .btn-primary:hover {
  background: #00665d;
  color: #ffffff;
}
.add2cart .btn-primary.disabled {
  border: 1px solid #cccccc !important;
}
.product .more-images .video a {
  position: relative;
  display: block;
}
.product .more-images .video a:after {
  position: absolute;
  font-family: "FontAwesome", serif;
  color: #ffffff;
  font-size: 30px;
  content: "\f16a";
  display: block;
  top: 0;
  left: 30px;
}
.product .more-images .image {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  width: 90px;
  height: 70px;
  line-height: 65px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product .more-images .image a {
  display: block;
}
.product .more-images .more-hide {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
  width: 90px;
  height: 70px;
  line-height: 65px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product .more-images .more-hide a {
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
.product .more-images .more-hide a:hover,
.product .more-images .more-hide a:focus {
  color: #00b2a3;
  text-decoration: none;
}
.product .more-images .image img {
  max-width: 80px;
  max-height: 60px;
  padding: 1px;
  margin: 2px;
}
.product .product-gallery {
  text-align: center;
  position: relative;
}
.product #product-gallery {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.product #product-gallery .selected {
  position: relative;
  border: 1px solid #37cdfc;
}
.product #product-core-image {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.product #product-core-image img {
  max-width: 100%;
  /*max-height: 600px;*/
  height: 280px;
  object-fit: contain;
}
.product .sub {
  font-size: 14px;
  color: #888888;
  margin-top: 20px;
}
.product .tags {
  font-size: 14px;
  color: #888888;
}
.product .tags a {
  color: #888888;
  text-decoration: underline;
  margin-right: 5px;
  display: inline-block;
}
.product .sub a {
  color: #888888;
  text-decoration: underline;
  margin-right: 5px;
  display: inline-block;
}
.product .sub a:hover {
  color: #00b2a3;
}
.product ul.skus {
  list-style: none;
  padding-left: 2px;
}
.product ul.skus span {
  font-weight: 700;
}
.product ul.skus .articul {
  font-weight: 300;
}
.product ul.skus li .price s {
  color: #798f9f;
  opacity: 0.5;
  top: 0;
}
.product .badge {
  font-size: 13px;
}
.product .add-review a {
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px dotted #00b2a3;
}
.product .options {
  line-height: 2em;
  margin-bottom: 20px;
}
.product .options .name {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 5px;
}
.product .options .name .sku-selectable {
  font-weight: 700;
}
.product .options label.name {
  display: block;
  font-size: 14px;
  color: #111111;
  margin-bottom: 0;
  margin-top: 10px;
}
.product .options select {
  text-transform: none;
  min-width: 200px;
  background: #ffffff;
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #cccccc;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
}
.product .options .inline-select {
  margin-bottom: 15px;
}
.product .options .inline-select a {
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 3px 7px;
  text-decoration: none;
  position: relative;
  min-width: 55px;
  text-align: center;
  color: #454545;
  background: #ffffff;
}
.product .options .color-fix a {
  padding: 5px 15px !important;
  width: 45px;
  height: 36px;
  border: 1px solid transparent !important;
}
.product .options .inline-select a .color_name {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: -40px;
  width: 80px;
  font-weight: 600;
}
.product .options .inline-select a .color_checkmark {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
}
.product .options .inline-no-color a.selected {
  border: 1px solid #000000 !important;
}
.product .options .inline-no-color a.selected {
  background: #ffffff;
}
.product .options .inline-select a.selected .color_name {
  display: block;
}
.product .options .inline-select a.selected .color_checkmark {
  display: block;
}
.product .services {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.product .services label {
  margin-right: 5px;
  margin-left: -18px;
}
.product .col-lg-6 #product-image {
  max-width: 100%;
  cursor: zoom-in;
}
.product .cart-group .one-click {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.product .cart-group .one-click input {
  background: none;
  color: #00b2a3;
  border: 1px solid #00b2a3;
  cursor: pointer;
  border-radius: 4px;
  padding: 7px 10px;
  width: 100%;
  font-weight: 300;
  background: #ffffff;
}
.product .video-container {
  text-align: center;
}
.product .video-container iframe {
  border: 0;
}
.product .product-image-mobile img {
  max-width: 100%;
  height: 300px;
  object-fit: contain;
}

.product .mobile-slide {
    text-align: center;
}

.product .mobile-slide img {
  max-width: 100%;
  height: 280px !important;
  object-fit: contain;
}

@media (max-width: 500px) {
.product .mobile-slide img {
  height: 200px !important;
}
}

ul.product-nav {
  list-style: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  margin: 40px auto;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}
ul.product-nav li {
  display: inline-block;
  background: #ffffff;
  position: relative;
}
ul.product-nav li a {
  padding: 0 30px 8px;
  color: #232323;
  text-decoration: none;
  display: block;
}
ul.product-nav li a:hover {
  color: #37cdfc;
}
ul.product-nav .selected {
  position: relative;
}
ul.product-nav .selected:after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background: #37cdfc;
  border-radius: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
}
ul.product-nav .selected a {
  color: #37cdfc;
}
.panel-heading {
  padding: 0;
}
.panel-heading:hover {
  opacity: 0.9;
}
.panel {
  box-shadow: none;
}
.panel-default {
  border: 0;
  margin: 0;
}
.panel-default .panel-body {
  padding: 40px 0;
  padding-bottom: 0;
  margin-bottom: 1px;
}
.panel-default .panel-body img {
  max-width: 100%;
}
.panel-default > .panel-heading {
  background: #f5f5f5;
  color: #ffffff;
  margin-bottom: 1px;
}
.panel-default > .panel-heading a {
  color: #000000;
}
.panel-default > .panel-heading.selected {
  border-left: 3px solid #00b2a3;
  background: #f5f5f5;
  margin-bottom: 0;
  border-bottom: 0;
}
.panel-default > .panel-heading.selected a {
  color: #000000;
  font-weight: 700;
  font-size: 17px;
}


.product-tabs .panel-body .row .col-lg-5 {
    width: 25%;
}


@media(max-width: 767px) {
.product-tabs .panel-body .row .col-lg-5 {
    width: 50%;
}
}

@media(max-width: 400px) {
.product-tabs .panel-body .row .col-lg-5 {
    width: 100%;
}
}

.panel-title {
  margin-top: 1px;
  margin-bottom: 0;
}
.panel-title > a {
  text-decoration: none;
  display: block !important;
  padding: 13px 13px 16px 13px;
  position: relative;
  color: #ffffff;
  font-size: 16px;
}
.panel-title > a:focus {
  color: #000000;
}
.panel-default div a.collapsed:after {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 16px;
  content: "\f054";
  font-family: "FontAwesome", serif;
}
.panel-default .selected .collapsed:after {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 16px;
  content: "\f078";
  font-family: "FontAwesome", serif;
}
.product .product-features-scroll,
.product .product-features {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444444;
}
.rating-user {
  color: #aeaeae;
}
i.icon16 {
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none !important;
  background: url("img/icons.png") no-repeat;
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}
* i.icon16 {
  text-decoration: none !important;
  vertical-align: top;
  margin: 0.1em 0.1em 0 0;
}
.icon16.rss {
  background-position: -16px 0;
}
.icon16.facebook {
  background-position: -32px 0;
}
.icon16.twitter {
  background-position: -48px 0;
}
.icon16.vk {
  background-position: -64px 0;
}
.icon16.google {
  background-position: -80px 0;
}
.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: auto;
}
.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}
.icon16.loading {
  background: url('img/loading.svg') 0 0;
  background-size: 16px 16px;
}
.loading-svg {
  background-size: 50px 50px !important;
  height: 50px !important;
  width: 50px !important;
}
.loading_icon {
  margin: 10px 0;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px -16px;
}
.icon16.star-half {
  background-position: -32px -16px;
}
.icon16.star-empty {
  background-position: -48px -16px;
}
.icon16.star-hover {
  background-position: -64px -16px;
}
.icon16.remove {
  background-position: -96px -16px;
}
.icon16.saved {
  background-position: -112px -16px;
}
.icon16.stock-red {
  background-position: -128px -16px;
}
.icon16.stock-yellow {
  background-position: -144px -16px;
}
.icon16.stock-green {
  background-position: -160px -16px;
}
.icon16.stock-transparent {
  background-position: -176px -16px;
}
/* Checkout
----------- */
.checkout-padding {
  /*margin: 40px 0;*/
}
.checkout-padding .center-form-profile {
  /*padding: 20px 0;*/
}
.checkout .inline {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
}
.checkout .inline li {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.checkout-order {
  border: 1px solid #e8e8e8;
  padding: 0 20px 20px;
}
.checkout-order .btn {
  margin-top: 20px;
  display: inline-block;
  color: #575757;
  border-color: #cccccc;
}
.checkout-order .change {
  margin-top: 0 !important;
}
.checkout-order .btn-bordered:focus {
  text-decoration: none;
}
.checkout-order .btn-bordered:hover {
  border-color: #dddddd;
  text-decoration: none;
}
.container-fix {
  padding-left: 0;
}
.checkout form {
  margin: 0 !important;
}
.checkout-header {
  margin: 0;
  color: #999999;
  background: #ffffff;
  padding: 20px;
}
.checkout-header h3 {
  margin-bottom: 0;
}
.checkout-header h3 a {
  text-decoration: none;
  color: #777777;
  font-weight: normal;
}
.checkout-header strong {
  color: #666666;
}
.checkout ul.checkout-options.shipping {
  display: table;
  width: 100%;
}
.checkout ul.checkout-options.shipping li {
  display: table-row;
  width: 100%;
}
.checkout ul.checkout-options.shipping h3 {
  display: table-cell;
  float: none;
  width: 70%;
  padding: 10px;
}
.checkout ul.checkout-options.shipping .rate {
  width: 30%;
  min-width: 150px;
  display: table-cell;
  float: none;
  font-size: 13px;
}
.checkout ul.checkout-options.shipping .shipping-error {
  font-weight: 700;
  color: red;
  font-size: 17px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.checkout ul.checkout-options li:last-child {
  margin-bottom: 10px;
}
.checkout ul.checkout-options li label {
  margin-bottom: 0;
}
.checkout ul.checkout-options li h3 {
  font-size: 17px;
}
.checkout ul.checkout-options li h3 label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 90px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li .rate .price {
  font-size: 17px;
  font-weight: bold;
  color: #00b2a3;
  margin-bottom: 5px;
  display: block;
}
.checkout ul.checkout-options li .description {
  font-weight: 300;
  font-size: 13px;
}
.checkout ul.checkout-options li .rate .est_delivery {
  font-weight: 700;
  font-size: 13px;
}
.checkout ul.checkout-options li p {
  color: #363636;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  /*padding: 60px 0 20px;*/
  text-align: center;
}
.checkout .checkout-result .plugin {
  margin-bottom: 20px;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
  font-weight: bold;
}
.checkout .checkout-result.error h1 {
  color: red;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout {
  padding: 0;
}
.checkout .wa-form .wa-field .wa-value p {
  margin-bottom: 0;
}
.checkout h2 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.checkout h2 a {
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.checkout h2.upcoming a {
  color: transparent;
  display: none;
}
.checkout h2.upcoming a:hover {
  color: #ffffff !important;
  cursor: default;
  display: none;
}
.checkout h2 a.hint {
  font-size: 12px;
  text-decoration: underline;
  margin-top: 15px;
  color: #363636;
}
.checkout h2 a.hint strong {
  text-decoration: underline;
}
.checkout-step.is-done h2 a {
  color: #c3c3c3;
  position: relative;
}
.checkout-step.is-done h2 a:before {
  border-bottom: 1px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(0deg);
  top: 0;
}
.checkout h2.is-done {
  position: relative;
}
.checkout .checkout-step-content {
  padding: 20px;
}
.checkout .checkout-step-content .error {
  color: red;
}
.checkout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout ul li {
  margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
  margin-right: 3px;
}
.checkout #login-form h1 {
  display: none;
}
.checkout input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.checkout blockquote {
  font-size: 14px;
}
.checkout blockquote .icon {
  margin-right: 20px;
  float: left;
  font-size: 50px;
  color: #00b2a3;
}
.checkout blockquote p {
  margin-bottom: 10px;
  margin-left: 70px;
}
.checkout blockquote p span {
  color: #000000;
}
.checkout-content {
  margin-bottom: 40px;
}
.checkout-step.is-done {
  position: relative;
}
.checkout select {
  max-width: 100%;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.checkout table.table {
  width: 100%;
}
.checkout table.table td {
  border: none;
}
.checkout .last span.loading {
  left: -10px;
}
.checkout .wa-form .wa-field .wa-name {
  padding-top: 0.3em;
}
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
  margin-right: 5px;
}
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
  min-width: 100px;
  width: 20%;
}
.checkout .float-right {
  float: right;
}
.checkout-order .cart-popup a {
  color: #000000;
  font-weight: 600;
}
.checkout-order .cart-popup .price {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.checkout-order .cart-popup .price s {
  color: #798f9f;
  font-size: 14px;
  display: inline-block;
  opacity: 0.5;
}
.checkout-order .cart-popup .image img {
  max-width: 150%;
  max-height: 100px;
}
/** Orders **/
.my-orders img {
  max-width: 100%;
}
/** Review **/
/* Product reviews
------------------ */
.review-table {
  margin-bottom: 20px;
  color: #878787;
  font-size: 14px;
}
.review-table a {
  color: #878787;
}
.review-table table.rating-distribution td {
  padding: 0 15px 0 0;
  border: none;
}
.review-table table.rating-distribution td .bar {
  background: #eeeeee;
  width: 200px;
  height: 13px;
}
.review-table table.rating-distribution td .bar .filling {
  background: #00b2a3;
  height: 13px;
}
ul.reviews-branch > li li {
  margin-bottom: 5px;
  position: relative;
}
.rating .hint {
  margin-left: 5px;
}
.review .staff {
  background: #eeeebb;
  padding: 1px 4px !important;
  color: #334455;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  white-space: nowrap;
  margin: 0 10px;
}
.reviews-margin {
  margin: 0 0 30px;
}
.review {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #e1e1e1;
}
.review .summary {
  font-size: 0.9em;
  color: #878787;
  margin: 0;
}
.review .summary h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.review .summary .username {
  color: #494949;
}
.review .summary a.username:hover {
  color: #00b2a3;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaaaaa;
}
.review .summary .date .divider {
  margin: 0 10px;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  color: #000000;
  font-size: 14px;
}
.reviews {
  margin-bottom: 20px;
}
.reviews .h6 {
  text-align: center;
  font-weight: 700;
}
.reviews #review-rate {
  margin-top: 12px;
  display: inline-block;
}
.reviews #review-rate:hover {
  text-decoration: none;
}
.reviews .profile-review {
  margin-top: 10px;
}
.write-review {
  margin-bottom: 0;
  text-align: center;
}
.write-review a.inline-link {
  border-bottom: 1px dotted #000000;
}
.write-review a.inline-link:hover,
.write-review a.inline-link:focus {
  text-decoration: none;
  border-bottom: 1px dotted #00b2a3;
}
.reviews ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.reviews .hint {
  font-size: 11px;
}
.reviews ul li ul {
  padding-left: 35px;
}
.reviews ul li ul li .review h6 {
  color: #000000;
}
.reviews ul li .review-form {
  padding: 10px 0 0;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul .in-reply-to {
  position: relative;
}
.reviews ul .new {
  background: #ffffcc;
  margin: -8px -8px 22px;
  padding: 8px 35px 8px 8px;
}
.reviews ul.menu-h.auth-type {
  padding: 0 0 40px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
}
.reviews ul.menu-h.auth-type li a {
  padding: 5px 6px;
}
.reviews ul.menu-h.auth-type li a img {
  top: 0;
}
.reviews textarea {
  height: 100px;
  min-height: 100px;
  margin-top: 0;
}
.review-form {
  padding: 0;
  margin: 30px 0;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields .review-field {
  min-height: 30px;
}
.review-form-fields .review-field:after {
  content: ' ';
  display: block;
  clear: both;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
}
.review-form-fields p.review-field a.logout {
  border-bottom: 1px dotted #00b2a3;
}
.review-form-fields p.review-field a.rate-clear {
  margin-top: 7px;
  color: #000000;
  font-size: 14px;
  border-bottom: 1px dotted #000000;
}
.review-form-fields p.review-field #review-rate i {
  margin-top: 10px;
}
.review-form-fields label {
  width: 160px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #373a3c;
}
.review-form .review-submit {
  padding: 0 0 20px 180px;
}
.review-form .review-submit .cancel {
  border-bottom: 1px dotted #00b2a3;
  margin-left: 10px;
  font-size: 14px;
}
.review-form .review-submit .cancel:hover,
.review-form .review-submit .cancel:focus {
  text-decoration: none;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
}
.review-form ul.menu-h.auth-type li a img {
  float: left;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.review-form ul.menu-h.auth-type {
  padding-bottom: 20px;
}
.review-form label {
  float: left;
  width: 155px;
  font-weight: 700;
  padding-top: 0.52em;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
  margin-right: 23px;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.review-submit .wa-captcha .errormsg {
  float: none;
  margin-left: 0;
}
ul#user-auth-provider {
  padding-left: 0 !important;
}
#product-review-form .center-form {
  padding: 0 50px;
  margin: 0 auto;
}
#product-review-form input[type="text"],
#product-review-form input[type="email"],
#product-review-form input[type="password"],
#product-review-form textarea {
  margin-bottom: 0;
}
input.error,
textarea.error {
  border: 2px solid #00b2a3;
}
.errormsg,
.wa-error-msg {
  color: red;
  font-size: 14px;
}
table.compare {
  width: 100%;
}
table.compare thead td {
  border-top: none;
  vertical-align: bottom;
}
table.compare td {
  text-align: left;
  line-height: 1em;
  padding: 10px 2px;
  border-left: none;
  border-right: none;
}
table.compare td a {
  text-decoration: none;
}
table.compare td a.compare-remove {
  position: relative;
  top: -0.2em;
  left: 0.2em;
}
table.compare th {
  text-align: left;
}
table.compare td img {
  display: block;
  margin: 0 0 10px;
  width: 96px;
  height: 96px;
}
table.compare thead .name-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
}
table.compare thead .name-wrapper .name-link {
  display: inline-block;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.compare thead .name-wrapper .compare-remove {
  position: absolute;
  top: 0;
  right: 6px;
  left: auto;
  width: 16px;
  height: 16px;
}
table.compare thead .name-wrapper .compare-remove i {
  margin: 0;
}
table.features {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.features td {
  padding: 10px;
  border: none;
}
table.features td.name {
  width: 50%;
  vertical-align: top;
}
table.features tr.divider td {
  border-bottom: 1px solid #cccccc;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaaaaa;
}
/** Cart **/
.cartform .cart {
  margin: 40px 0 40px;
}
.cart .name {
  font-weight: 600;
}
.cart .services {
  margin-top: 10px;
}
.cart .services select {
  padding: 5px;
}
.cart .affiliate-block {
  padding: 20px;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 30px;
  border-radius: 4px;
}
.cart .affiliate-block .icon-info {
  font-size: 50px;
  color: #00b2a3;
  position: absolute;
  top: 30px;
  left: 25px;
}
.cart .affiliate-text {
  font-size: 14px;
  padding-left: 80px;
}
.cart .affiliate-text strong,
.cart .affiliate-text .affiliate-discount-available {
  color: #00b2a3;
  font-weight: 700;
}
.cart #use_affiliate {
  margin-top: 10px;
}
.row-some-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.col-some-height {
  display: flex;
  flex-direction: column;
}
.cart .checkout-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  box-sizing: border-box;
  z-index: 1;
  top: 15px;
}
.cart .checkout-block {
  border: 1px solid #e1e1e1;
  margin: 0 0 40px 0;
  padding: 5px 20px 20px;
  font-size: 18px;
  border-radius: 4px;
}
.cart .checkout-block .btn {
  margin-top: 20px;
}
.cart .checkout-block .price {
  font-weight: 700;
}
.cart .checkout-block table {
  width: 100%;
}
.cart .checkout-block table tr:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}
.cart .checkout-block table td {
  padding: 15px 0;
}
.cart .checkout-block table td:nth-child(2) {
  text-align: right;
}
.cart .checkout-block .btn-primary {
  padding: 12px 10px;
  background: #00b2a3;
  border: 1px solid #00b2a3;
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
}
.cart .checkout-block .btn-primary:hover {
  background: #00665d;
  border: 1px solid #00665d;
}
.cart .cart-product {
  padding-bottom: 30px;
}
.cart .cart-product .sku {
  font-weight: 300;
}
.cart .cart-product .name a {
  color: #000000;
}
.cart .cart-product .name a:hover {
  color: #00b2a3;
}
.cart .cart-product .image img {
  max-width: 100%;
  max-height: 200px;
}
.cart .cart-product .dop {
  font-size: 14px;
  border-bottom: 1px dotted #000000;
  color: #000000;
}
.cart .cart-product .dop:hover,
.cart .cart-product .dop:focus {
  text-decoration: none;
  opacity: 0.8;
}
.cart .delete {
  text-decoration: underline;
}
.cart .delete .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 16px;
  height: 16px;
  background-size: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: 50px;
  margin-right: 10px;
}
.cart .item-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 5px;
}
.cart .cupon {
  background: #ffffff;
  color: #ffffff;
  margin-bottom: 20px;
  width: 50%;
}
.cart .cupon p {
  margin-top: 5px;
  font-size: 17px;
}
.cart .cupon .btn {
  background: #00b2a3;
}
.cart .cupon input[type="text"] {
  margin-bottom: 0;
  height: 38px;
  width: 100%;
  border: 0;
}
.cart .cupon-text {
  margin-bottom: 20px;
}
.cart .cupon-text a {
  text-decoration: none;
  color: #00b2a3;
  border-bottom: 1px dotted #00b2a3;
}
.cart .cupon-text a .fa {
  margin-right: 8px;
}
.cart .bonuses {
  margin: 0 0 10px;
}
.clear-list {
  position: relative;
}
.clear-list .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 12px;
  height: 12px;
  background-size: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  top: 4px;
}
.clear-list a {
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  margin-left: 25px;
}
.clear-list a:focus,
.clear-list a:hover {
  color: #00b2a3;
}
/** Compare */
#compare-table {
  margin-bottom: 0;
}
#compare-table .rating-big {
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
}
#compare-table .rating-big a {
  color: #979797;
  font-size: 12px;
  display: inline-block;
}
#compare-table .rating-big a:hover {
  text-decoration: none;
}
#compare-table .name {
  padding: 5px 0;
}
#compare-table .name a {
  font-weight: 600;
  color: #000000;
}
#compare-table .name a:hover,
#compare-table .name a:focus {
  color: #00b2a3;
}
#compare-table .remove-icon {
  font-size: 13px;
}
#compare-table .remove-icon .fa {
  color: #737373;
}
#compare-table .remove-icon a {
  color: #737373;
  border-bottom: 1px dotted #737373;
  text-align: center;
}
#compare-table .remove-icon a:hover,
#compare-table .remove-icon a:focus {
  text-decoration: none;
}
#compare-table .icon16.color {
  margin-top: 6px;
  margin-right: 5px;
}
#compare-table td.feature {
  font-size: 14px;
}
#compare-table p {
  color: #000000;
  line-height: 16px;
}
#compare-table h5 {
  margin: 0;
}
#compare-table .image {
  height: 200px;
  width: 200px;
  position: relative;
  margin-bottom: 10px;
}
#compare-table .image .badge {
  position: absolute;
  z-index: 10;
}
#compare-table .image_fix {
  line-height: 200px;
  text-align: center;
  position: relative;
}
#compare-table .image_fix img {
  transition: all 0.3s;
  max-height: 200px;
  max-width: 200px;
}
#compare-table .white-td td {
  border-top: 0;
  padding-bottom: 40px;
}
#compare-table td {
  vertical-align: top;
}
#compare-table td button {
  padding: 8px 15px;
}
#compare-table td .price {
  display: block;
  height: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
#compare-table td .price s {
  color: #9b9b9b;
  font-size: 14px;
  display: inline-block;
}
#compare-table tr:last-child td {
  padding: 30px 10px;
  border-bottom: 0;
}
#compare-table h5 {
  font-weight: 700;
  margin-top: 10px;
}
.compare-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
ul.compare-diff-all {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -7px;
  width: 200px;
}
ul.compare-diff-all li {
  display: block;
  margin-bottom: 10px;
}
ul.compare-diff-all li a {
  padding: 5px 10px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
ul.compare-diff-all li.selected a {
  background: #00b2a3;
  text-decoration: none;
  color: #ffffff;
}
ul.compare-diff-all li.selected a b {
  border: none;
}
/** Order My **/
.empty-order {
  text-align: center;
  padding: 30px 0 !important;
}
.order-list .icon-exit {
  font-size: 24px;
  color: #00b2a3;
}
.order-list .item {
  font-weight: 600;
}
.order-list .gray {
  font-weight: 300;
}
.order-list a:hover {
  text-decoration: none;
}
.order-list .price {
  font-weight: 700;
  font-size: 16px;
}
.order-list .id a {
  background: #00b2a3;
  color: #ffffff;
  padding: 10px;
  font-weight: 700;
  border-radius: 4px;
}
.order-list .id a:hover,
.order-list .id a:focus {
  text-decoration: none;
  color: #ffffff !important;
}
.order-list .item a {
  color: #000000;
}
.order-list .item a:hover {
  color: #00b2a3;
}
#wa-my-info-cancel {
  margin-left: 10px;
  color: #000000;
}
.partner-bonus {
  font-size: 17px;
}
.plugin-payment {
  margin-bottom: 20px;
}
/** Pagination **/
.c-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-pagination .prev .fa {
  margin-left: -3px;
}
.c-pagination .next .fa {
  margin-left: 3px;
}
.c-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.c-pagination .selected a {
  color: #ffffff;
  background: #37cdfc;
}
.c-pagination a {
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  background: #ffffff;
}
.c-pagination a:hover {
  color: #ffffff;
  background: #37cdfc;
}
.adaptive {
  width: 25%;
}
.adaptive-filter {
  width: 33.3333%;
}
/** Blog **/
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.timeline ul {
  font-weight: normal;
  color: #888888;
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline ul a {
  color: #888888;
}
.blog-sidebar .subcategory {
  margin: 0;
}
.blog-sidebar .subcategory li ul {
  display: block;
}
.blog-sidebar input[type="text"] {
  margin-bottom: 0;
  height: 38px;
  width: 100%;
  border: 0;
}
.blog-sidebar .h3 {
  color: gray;
  padding: 50px 0 10px;
}
.post {
  margin-bottom: 50px;
}
.post .h3 {
  padding: 10px 0 0 0;
}
.post img {
  max-width: 100%;
  height: auto !important;
}
.post iframe {
  max-width: 100%;
}
.post .text {
  margin-top: 5px;
  margin-right: 10px;
}
.post .text a {
    color: #37cdfc;
}
.post .text a:hover {
    color: #159086;
}
.post textarea {
  width: 100%;
  min-height: 300px;
  margin-top: 10px;
  height: 250px;
}
.post.search-match {
  margin-top: 20px;
  margin-bottom: 50px;
}
.post.search-match h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.post.search-match p {
  margin-top: 5px;
}
.credentials {
  overflow: hidden;
  line-height: 1.3em;
  font-size: 12px;
}
.credentials a,
.credentials span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  color: #9b9b9b;
}
.credentials .userpic {
  min-width: 20px;
  display: block;
  float: left;
  margin-right: 2px;
  border-radius: 50%;
}
.credentials .username {
  margin: 0;
}
.credentials .date,
.credentials .icon16 {
  margin: 0 3px;
}
.credentials img.userpic {
  width: 20px;
}
.post .credentials {
  margin-bottom: 20px;
}
.photo-album-attachment ul.thumbs {
  padding-left: 0;
}
.photo-album-attachment ul.thumbs li {
  list-style: none;
  display: inline-block;
  margin: 0 20px 20px 0;
}
.photo-album-attachment .photo {
  margin-bottom: 20px;
}
.photo-album-attachment .photo img {
  margin-top: -10px;
  max-width: 100%;
}
.post .photo-album-attachment {
  padding-top: 10px;
}
.comments div.h3 {
  padding-top: 0;
}
.comment-form .center-form {
  padding: 0 !important;
}
.comments .credentials .date {
  margin: 0 5px;
  padding-top: 1px;
}
.comments .credentials .userpic {
  margin-right: 5px;
}
.comments .credentials .userpic.icon16 {
  min-width: 0;
  width: 16px;
  height: 16px;
  margin: 7px 4px 0;
}
.comments textarea {
  height: 100px;
  min-height: 100px;
  width: 75%;
  margin-top: 0;
}
.comments ul,
.comments ul li {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.comments ul li ul {
  margin: 20px 0 0 0;
}
.comments ul li span.hint a {
  color: #aaaaaa;
  text-decoration: underline;
}
.comments .text {
  margin: 5px 0 5px 28px;
}
.comments .actions {
  margin: 0 0 5px 28px;
  font-size: 0.9em;
}
.comments .actions .comment-reply {
  padding: 0 !important;
  text-decoration: none;
  border-bottom: 1px dotted #00b2a3;
  color: #00b2a3;
  font-size: 12px;
}
.comments ul li a.comment-delete {
  margin: 0 0 0 5px;
  padding: 0;
  color: #dd9999;
  text-decoration: underline;
}
.comments ul li a.comment-delete:hover {
  background: red;
  color: white;
}
.comments ul li ul {
  padding-left: 25px;
}
.comment.in-reply-to {
  background: #fafafa;
  margin: -8px -8px -13px;
  padding: 8px 35px 8px 8px;
  position: relative;
}
.comment.new {
  background: #ffffcc;
  margin: -8px -8px -13px;
  padding: 8px 35px 8px 8px;
}
.pageless-wrapper {
  font-style: italic;
}
html.realtime-preview,
html.realtime-preview body {
  background: #ffffff;
}
html.realtime-preview .globalheader,
html.realtime-preview .globalfooter {
  display: none;
}
html.realtime-preview .content {
  margin-right: 0;
}
html.realtime-preview .page {
  top: 0;
  margin: 10px 0;
}
/* Plugins
---------- */
ul.menu-v.categories {
  margin-bottom: 20px;
}
ul.menu-v.categories li {
  border: none;
}
ul.menu-v.categories li a {
  padding: 5px 16px;
}
ul.menu-v.categories li.selected a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.tags.cloud {
  text-align: center;
}
.spinner.input-group .input-group-addon a.spin-up,
.spinner.input-group .input-group-addon a.spin-down {
  font-size: 15px;
  overflow: hidden;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #999999;
}
.select_quantity {
  display: inline-block;
}
.input-group .form-control {
  position: static;
}
.input-group.spinner {
  height: 40px;
  max-width: 100px;
}
.input-group.spinner .form-control {
  height: 40px;
  min-width: 40px;
}
.input-group.spinner .input-group-addon {
  padding: 0;
}
.input-group.spinner .input-group-addon a {
  padding: 0 8px;
}
.input-group.spinner .input-group-addon a .fa:hover {
  color: #00b2a3;
}
.fancybox-thumbs .fancybox-thumbs-active {
  border: 1px solid #00b2a3 !important;
}
.fancybox-navigation button:hover,
.fancybox-navigation button:focus {
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
}
.fancybox-news {
  font-size: 14px;
}
.fancybox-news .ajax {
  
  width: 50%;
}
.fancybox-news .ajax div.h1 {
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 24px;
}
.fancybox-news .fancybox-close-small:hover {
  background: none !important;
  border: 0 !important;
}
.fancybox-news .date {
  color: gray;
  font-size: 12px;
}
.fancybox-buttons {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111111;
  text-align: center;
}
.fancybox-buttons .btn {
  width: 200px;
  padding: 5px 0 7px 0;
  font-size: 17px;
}
.fancybox-buttons .icon {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
/** Plugin one click **/
.checkout-block .storequickorder_cart_button {
  background: none;
  border: 1px solid #00b2a3;
  color: #00b2a3;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 5px;
  width: 100%;
  background: #ffffff;
}
#storequickorder .dialog-background {
  z-index: 9999999 !important;
  background: rgba(0, 0, 0, 0.38) !important;
}
#storequickorder .dialog-window {
  z-index: 99999999 !important;
  -webkit-box-shadow: none !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}
#storequickorder .dialog-content-indent {
  padding: 20px 20px 0 20px !important;
}
#storequickorder .dialog-buttons-gradient {
  margin-left: 190px;
}
#storequickorder .dialog-buttons {
  height: 75px !important;
}
#storequickorder h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
#storequickorder .storequickorder-window-product_info-name {
  font-weight: 600;
}
#storequickorder .storequickorder-window-product_info-image {
  margin-right: 15px;
}
#storequickorder .dialog-window {
  border: 0 !important;
  border-radius: 0 !important;
}
#storequickorder .icon16.close {
  margin-top: 0 !important;
  margin-right: 0 !important;
  z-index: 9999;
}
/** Toggle version **/
.toggle-version {
  position: relative;
  padding: 5px;
  font-size: 14px;
  background: #ffffff;
}
.toggle-version .icon {
  position: absolute;
  top: 5px;
  right: 10px;
}
.toggle-version .icon a {
  font-size: 16px !important;
  text-decoration: none;
  color: #000000;
}
.toggle-version .icon a:hover {
  text-decoration: none;
}
.toggle-footer a {
  color: #ffffff;
  text-decoration: none;
}
.toggle-footer {
  display: inline-block;
  text-align: left;
  background: #000000;
  color: #ffffff;
  padding: 5px 10px;
  margin: 10px 0;
}
.prev-next {
  margin-bottom: 10px;
}
.prev-next-image {
  position: absolute;
  top: 28px;
  width: 300px;
  border: 1px solid #eaeaea;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.84);
  background: #ffffff;
  z-index: 1001;
  padding: 5px;
  display: table;
  table-layout: fixed;
}
.prev-next-image .table-cell {
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
  word-wrap: break-word;
  font-size: 14px;
}
.prev-next-image .name {
  width: 60%;
  padding: 10px;
  text-align: left;
}
.prev-next-image .image {
  max-width: 100px;
  width: 40%;
}
.prev-next-image .image img {
  max-width: 100%;
}
.next-product .prev-next-image {
  right: 15px;
}
.prev-product .prev-next-image {
  left: 15px;
}
.prev-next-image img {
  padding: 10px;
}
.prev-next-icon {
  top: 40px !important;
}
.next-product,
.prev-product {
  display: inline-block;
}
.next-product a,
.prev-product a {
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  background: #eeeeee;
  color: #717171;
  font-size: 12px;
  position: relative;
  z-index: 22;
  text-align: center;
}
.prev-next-image a {
  background: transparent;
}
.next-product a:hover,
.prev-product a:hover {
  opacity: 0.8;
}
.next-product a:hover,
.prev-product a:hover {
  text-decoration: none;
}
.prev-product i {
  margin-right: 6px;
}
.next-product i {
  margin-left: 6px;
}
.one-outstock {
  pointer-events: none;
  cursor: not-allowed;
}
.one-outstock input {
  color: #cccccc !important;
  border: 1px solid #cccccc !important;
}
.thumbnail-catalog .btn.disabled:hover,
.thumbnail-catalog .btn:disabled:hover,
.thumbnail-catalog .btn.disabled:focus,
.thumbnail-catalog .btn:disabled:focus {
  background: #cccccc;
  cursor: not-allowed;
  border: 1px solid #cccccc !important;
  pointer-events: auto;
}
.product h1 {
  font-size: 26px;
}
.menu-overlay {
  z-index: 1001;
}
.shipping .wa-name label {
  font-size: 14px !important;
}
ul.product-nav li {
  background: none;
}
.services select {
  padding: 5px;
  max-width: 100%;
}
.flexdiscount-product-discount {
  width: 100%;
  margin-bottom: 10px;
}
.flexdiscount-pd-block {
  background-color: #ffffff;
  border: 1px solid #eaeaea !important;
  border-radius: 0 !important;
  margin: 10px 0 !important;
}
.flexdiscount-discounts-heading,
.flexdiscount-pd-block .flexdiscount-heading,
#yourshop .flexdiscount-pd-block .flexdiscount-heading {
  background: #ffffff !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.flexdiscount-discounts-heading .h3 {
  color: #ffffff !important;
  font-size: 16px !important;
}
.flexdiscount-discounts-body li {
  padding: 10px 15px;
  background-color: #ffffff !important;
  margin: 5px 0;
}
.flexdiscount-pd-block .flexdiscount-heading .h3 {
  font-size: 16px !important;
}
.flexdiscount-pd-block .flexdiscount-table {
  border-left: 1px solid #eaeaea !important;
  border-top: 1px solid #eaeaea !important;
}
.flexdiscount-pd-block .flexdiscount-table td,
.flexdiscount-pd-block .flexdiscount-table th {
  color: #000000;
  border: 1px solid #eaeaea !important;
  padding: 5px;
  text-align: center;
}
.flexdiscount-max-discount,
.flexdiscount-max-affiliate {
  font-size: 16px !important;
  color: #00b2a3 !important;
  font-weight: normal !important;
}
.flexdiscount-table {
  border-left: 1px solid #eaeaea !important;
  border-top: 1px solid #eaeaea !important;
  width: 100%;
  margin-bottom: 10px;
}
.flexdiscount-table td {
  color: #000000;
  border: 1px solid #eaeaea !important;
  padding: 5px;
  text-align: center;
  width: 50%;
}
#ui-datepicker-div {
  display: none;
}
.container-catalog,
.galery-preview .row,
.promos-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.container-catalog .adaptive,
.galery-preview .col-lg-3,
.promos {
  display: flex;
  flex-direction: column;
}
.related-cart div.h3 {
  padding: 0 50px !important;
  margin-bottom: 10px;
  font-size: 20px;
  word-wrap: break-word;
  text-align: center;
  font-weight: 700;
  text-transform: none;
}
.clone-xs-menu a {
  height: auto;
}
.review-form-fields label.service-agreement-wrapper {
  float: none !important;
  width: auto;
  margin-bottom: 20px;
}
.service-agreement-wrapper .errormsg {
  margin-left: 0;
}
.errormsg {
  margin-left: 170px;
}
.checkout .comment.error {
  color: red;
}
.wa-field-birthday select {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .navigation_width {
    padding-top: 0;
  }
  .review-field .errormsg {
    margin-left: 0;
  }
  .product .icons-compare-favorite {
    /*position: absolute;*/
    /*top: 7px;*/
    /*right: 14px;*/
  }
  .product .purchase {
    margin: 0;
  }
}

@media (max-width: 760px) {
    .onestep-cart .checkout table.table td {
        padding: 10px 0!important;
        font-size: 12px!important;
        line-height: 19px;
    }
    
     .table.cart tr td:first-child {
        display: none;
        
    }
    
    /*.table.cart tr td:last-child {*/
    /*    display: none;*/
        
    /*}*/
    
    
    .onestep-cart table.cart td {
    vertical-align: middle;
    
}
    .onestep-cart table.table {
    margin: 20px 0 0 0!important;
}
    
    .buy1click-open-button {
        margin-bottom: 15px;
    }
    
    .onestep-cart .checkout ul.checkout-options {
    padding-left: 0!important;
}

.checkout-content {
    margin-bottom: 0!important;
}

.onestep-cart .checkout ul.checkout-options li {
    margin-bottom: 30px!important;
}
.onestep-cart .checkout ul.checkout-options li:last-child {
    margin-bottom: 0!important;
}
}
.checkout-block input[type=submit] {
  margin: 0 auto;
}
#minimum-message {
  padding-left: 30%;
}
.panel-body table:not(.rating-distribution) {
  width: 100%;
  border-collapse: collapse;
}
.panel-body table:not(.rating-distribution) thead {
  background: #f5e8d0;
}
.panel-body table:not(.rating-distribution) td,
.panel-body table:not(.rating-distribution) th {
  padding: 10px;
  border: 1px solid #eaeaea;
}
.panel-body table:not(.rating-distribution) tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.panel-body iframe,
.page-content iframe,
.page-content img {
  max-width: 100%;
}
.page-content img {
    height: auto;
}
.arrow-left {
  position: absolute;
  left: 15px;
  top: 22px;
}
.arrow-right {
  position: absolute;
  right: 20px;
  top: 22px;
}
.settings-icon {
  position: fixed;
  top: 150px;
  left: 0;
  background: rgba(42, 42, 42, 0.98);
  opacity: 0.5;
  z-index: 10000;
}
.settings-icon i {
  color: #ffffff;
  padding: 10px;
  font-size: 30px;
}
/** Preloader **/
.mask {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.mask img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.lazyloading-paging-stop {
  text-align: center;
}
.lazyloading-paging-stop span.show-more {
  margin-bottom: 20px;
  color: #282828;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  border-bottom: 1px dotted #282828;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}
/** Scroll **/
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #ffffff;
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/*.slider-brands .owl-carousel .owl-stage-outer {*/
/*  height: 99px!important;*/
/* }*/
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: hand;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}
.owl-theme .owl-nav [class*='owl-']:hover {.slider-brands .owl-carousel .owl-stage-outer
  background: #869791;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  /*position: absolute;*/
  bottom: 5px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00b2a3;
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/** Animated **/
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes sk-bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/** Meida */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /**
	body:after {
	  position: fixed;
	  content: "SM Size";
	  top: 50px;
	  background: palevioletred;
	  color: #ffffff;
	  padding: 10px;
	}
  **/
  body {
    margin-top: 45px;
  }
  .xs-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    box-shadow: 0 4px 22px 1px #0003;
  }
  .subcategory-images .adaptive-filter {
    width: 25%;
  }
  .product .promo {
    margin-top: 20px;
  }
  .container-menu-h {
    padding: 0;
    height: auto;
  }
  .header_type1 .main .row-flex,
  .header_type2 .main .row-flex {
    display: block;
  }
  .adaptive {
    width: 33.3333333333%;
  }
  .adaptive-filter {
    width: 50%;
  }
  .header_type1,
  .header_type2 {
    padding: 0;
  }
  .header_type1 .topline,
  .header_type2 .topline {
    border-bottom: 0;
  }
  .header_type1 .main .logo,
  .header_type2 .main .logo {
    margin-left: 0;
    text-align: center;
  }
  .header_type1 .phone,
  .header_type2 .phone {
    font-size: 17px;
  }
  .header_type1 .promo p,
  .header_type2 .promo p {
    font-size: 11px;
    margin-left: 60px;
    margin-top: 8px;
  }
  .header_type1 .promo img,
  .header_type2 .promo img {
    width: 46px;
    margin-top: 10px;
  }
  .header_type1 .cart-block,
  .header_type2 .cart-block {
    font-size: 16px;
  }
  .header_type2 .is-search {
    display: none;
  }
  .menu-h li ul li {
    width: 48%;
  }
  .dialog-window .dialog-cart {
    width: 700px;
  }
  .product-gallery .left-padding,
  .product .video-container {
    padding: 0 0 0 100px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /**
	body:after {
	  position: fixed;
	  content: "MD Size";
	  top: 50px;
	  background: orange;
	  padding: 10px;
	}
  **/
  body {
    margin-top: 0;
  }
  .header_type1 .main .row-flex {
    display: flex;
  }
  .header_type2 .main .logo {
    margin-left: -15px;
  }
  .header_type2 .main .row-flex {
    display: flex;
  }
  .header_type2 .is-search {
    display: block;
  }
  .slide-item {
    min-height: 300px;
    height: 300px;
  }
  .subcategory-images .adaptive-filter {
    width: 25%;
  }
  .product .promo {
    margin-top: 0;
  }
  .container-menu-h {
    padding: 20px 0;
  }
  .adaptive {
    width: 25%;
  }
  .adaptive-filter {
    width: 33.3333%;
  }
  .menu-h li ul li {
    width: 32%;
  }
  .dialog-window .dialog-cart {
    width: 800px;
  }
  .product-gallery .left-padding,
  .product .video-container {
    padding: 0 0 0 100px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /**
	body:after {
	  position: fixed;
	  content: "LG Size";
	  top: 50px;
	  //background: rebeccapurple;
	  color: #ffffff;
	  padding: 10px;
	}
  **/
  .header_type1,
  .header_type2 {
    padding: 0;
  }
  .header_type1 .main .logo,
  .header_type2 .main .logo {
    text-align: left;
  }
  .header_type1 .main .row-flex,
  .header_type2 .main .row-flex {
    display: flex;
  }
  .header_type1 .phone,
  .header_type2 .phone {
    font-size: 22px;
  }
  .header_type1 .promo p,
  .header_type2 .promo p {
    font-size: 12px;
    margin-left: 65px;
    margin-top: 7px;
  }
  .header_type1 .promo img,
  .header_type2 .promo img {
    width: 56px;
    margin-top: 0;
  }
  .header_type1 .cart-block,
  .header_type2 .cart-block {
    font-size: 17px;
  }
  .header_type2 .is-search {
    display: block;
  }
  .subcategory-images .adaptive-filter {
    width: 20%;
  }
  .product .promo {
    margin-top: 0;
  }
  .container-menu-h {
    position: relative;
    padding: 20px 0;
    height: 80px;
  }
  .adaptive {
    width: 25%;
  }
  .adaptive-filter {
    width: 33.3333%;
  }
  .menu-h li ul li {
    width: 24%;
  }
  .bottom-bar .inline {
    display: inline-block;
  }
  .bottom-bar .inline li {
    display: inline-block;
  }
  .dialog-window .dialog-cart {
    width: 900px;
  }
  .product-gallery .left-padding,
  .product .video-container {
    padding: 0 0 0 100px;
  }
}
/* Large devices (mobile, 500px and down) */
@media (max-width: 767px) {
  /**
	body:after {
	  position: fixed;
	  content: "XS Size";
	  top: 50px;
	  background: #6cff8f;
	  color: #ffffff;
	  padding: 10px;
	}
  **/
  .container-catalog .col-xs,
  .container-catalog .col-xs-1,
  .container-catalog .col-xs-2,
  .container-catalog .col-xs-3,
  .container-catalog .col-xs-4,
  .container-catalog .col-xs-5,
  .container-catalog .col-xs-6,
  .container-catalog .col-xs-7,
  .container-catalog .col-xs-8,
  .container-catalog .col-xs-9,
  .container-catalog .col-xs-10,
  .container-catalog .col-xs-11,
  .container-catalog .col-xs-12,
  .container-catalog .col-sm,
  .container-catalog .col-sm-1,
  .container-catalog .col-sm-2,
  .container-catalog .col-sm-3,
  .container-catalog .col-sm-4,
  .container-catalog .col-sm-5,
  .container-catalog .col-sm-6,
  .container-catalog .col-sm-7,
  .container-catalog .col-sm-8,
  .container-catalog .col-sm-9,
  .container-catalog .col-sm-10,
  .container-catalog .col-sm-11,
  .container-catalog .col-sm-12,
  .container-catalog .col-md,
  .container-catalog .col-md-1,
  .container-catalog .col-md-2,
  .container-catalog .col-md-3,
  .container-catalog .col-md-4,
  .container-catalog .col-md-5,
  .container-catalog .col-md-6,
  .container-catalog .col-md-7,
  .container-catalog .col-md-8,
  .container-catalog .col-md-9,
  .container-catalog .col-md-10,
  .container-catalog .col-md-11,
  .container-catalog .col-md-12,
  .container-catalog .col-lg,
  .container-catalog .col-lg-1,
  .container-catalog .col-lg-2,
  .container-catalog .col-lg-3,
  .container-catalog .col-lg-4,
  .container-catalog .col-lg-5,
  .container-catalog .col-lg-6,
  .container-catalog .col-lg-7,
  .container-catalog .col-lg-8,
  .container-catalog .col-lg-9,
  .container-catalog .col-lg-10,
  .container-catalog .col-lg-11,
  .container-catalog .col-lg-12,
  .container-catalog .col-xl,
  .container-catalog .col-xl-1,
  .container-catalog .col-xl-2,
  .container-catalog .col-xl-3,
  .container-catalog .col-xl-4,
  .container-catalog .col-xl-5,
  .container-catalog .col-xl-6,
  .container-catalog .col-xl-7,
  .container-catalog .col-xl-8,
  .container-catalog .col-xl-9,
  .container-catalog .col-xl-10,
  .container-catalog .col-xl-11,
  .container-catalog .col-xl-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    width: 100%;
  }
  select {
    width: 100%;
  }
  body {
    margin-top: 45px;
  }
  .xs-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    box-shadow: 0 4px 22px 1px #0003;
  }
  .header_type1,
  .header_type2 {
    padding: 0;
  }
  .header_type1 .main .logo,
  .header_type2 .main .logo {
    text-align: center;
  }
  .header_type1 .main .row-flex,
  .header_type2 .main .row-flex {
    display: block;
  }
  .header_type1 .phone i,
  .header_type2 .phone i {
    display: block;
  }
  .header_type1 .cart-block .popup,
  .header_type2 .cart-block .popup {
    width: 100%;
  }
  .header_type2 .is-search {
    display: none;
  }
  .adaptive {
    width: 50%;
  }
  .breadcrumbs {
    padding: 13px 0 9px 0;
  }
  .adaptive-filter {
    width: 50%;
  }
  .responsive-table {
    max-width: 100%;
    overflow-x: auto;
  }
  .scroll-top-wrapper {
    bottom: 20px;
    display: none !important;
  }
  .errormsg {
    margin-left: 0;
  }
  .menu-h {
    height: auto;
  }
  .menu-h li ul li {
    width: 100%;
  }
  .wa-form .wa-field .wa-value input[type="text"],
  .wa-form .wa-field .wa-value input[type="email"],
  .wa-form .wa-field .wa-value input[type="password"] {
    width: 100%;
  }
  .wa-form .wa-field .wa-name {
    width: 100%;
    display: block;
    float: none;
  }
  .wa-form .wa-field .wa-value {
    margin-left: 0;
    width: 100%;
  }
  .review-form .review-submit {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .reviews #review-rate {
    margin-top: 0;
  }
  .wa-captcha .wa-captcha-input {
    margin-top: 5px;
  }
  .wa-form .wa-field .wa-value {
    text-align: center;
  }
  .wa-value.wa-submit {
    text-align: center;
  }
  .wa-value.wa-submit a {
    display: block;
    margin-top: 10px;
  }
  .wa-form .wa-field .wa-value textarea {
    max-width: 100%;
    min-width: 100%;
  }
  .center-form,
  .center-form-profile {
    padding: 20px;
  }
  .center-form .wa-form .wa-field .wa-name,
  .center-form-profile .wa-form .wa-field .wa-name {
    text-align: center;
  }
  .container-menu-h {
    padding: 0;
    height: auto;
  }
  .home-header {
    padding: 0 30px;
  }
  .home-header .arrow {
    display: none;
  }
  .promo-icons {
    padding: 10px 0 0 0;
  }
  .promo-icons .container {
    overflow-x: scroll;
  }
  .promo-icons .container .row {
    display: table;
    width: 100%;
  }
  .promo-icons .container .col-lg-4 {
    display: table-cell;
    width: 500px;
    float: none;
  }
  .promo-icons .container .p-one {
    width: 200px;
  }
  .promo-icons .container .p-one p {
    margin-bottom: 5px;
    line-height: 15px;
    font-size: 13px;
    padding-bottom: 5px;
  }
  .slider-main .slide-text {
    text-align: center;
    width: 100%;
    left: 0;
    position: absolute;
    transform: none;
    top: unset;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 40px;
  }
  .slider-main .slide-item {
    min-height: 270px;
    height: 270px;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .slider-main .slide-item .title {
    text-align: center;
    font-size: 20px;
  }
  .slider-main .slide-item .text {
    font-size: 14px;
  }
  .slider-main .slide-item .more-btn a {
    font-size: 13px;
  }
  .slider-main .slide-item-full .slide-text {
    position: relative;
  }
  .fancybox-news {
    font-size: 16px;
  }
  .fancybox-news .ajax {
   
    width: 100%;
  }
  .thumbnail-catalog .add-to-cart .qty {
    margin-bottom: 10px;
  }
  .category .row-border {
    border-bottom: 0;
  }
  .category .row .borders {
    padding: 0 !important;
  }
  .category .row .borders .filter {
    padding: 0 20px;
  }
  .show-type-background {
    display: none;
  }
  .text-catalog .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
  }
  .text-catalog .table-cell:nth-child(1) {
    width: 50%;
  }
  .text-catalog .table-cell:nth-child(2) {
    width: 10%;
  }
  .text-catalog .table-cell:nth-child(3) {
    width: 20%;
    text-align: center;
  }
  .text-catalog .table-cell:nth-child(4) {
    width: 20%;
  }
  .thumbnail-catalog .bottom-block .price {
    font-size: 16px;
    height: 40px;
  }
  .thumbnail .status .rating-big {
    display: none;
  }
  .thumbnail .status .availability {
    text-align: left;
  }
  .hover-active .thumbnail-catalog .image-block .compare-favorite {
    font-size: 11px;
  }
  .thumbnail-catalog .image-block .compare-favorite {
    font-size: 11px;
  }
  .subcategory-nav {
    margin: 10px 0;
  }
  .subcategory-nav li {
    margin: 5px 10px 5px;
  }
  .subcategory-text {
    margin: 0 0 10px;
    text-align: left;
  }
  .subcategory-text a {
    border-top: 1px solid #e1e1e1;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    color: #000000;
    text-decoration: none;
    margin: 0 -15px;
    padding: 15px;
    display: block;
    border-radius: 0;
    font-weight: 700;
    position: relative;
  }
  .subcategory-text a:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .subcategory-text a:after {
    color: #000000;
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 25%;
    right: 10px;
    content: "\f105";
    font-size: 16px;
    color: gray;
  }
  .subcategory-hover a:hover {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
  }
  .subcategory-hover a:hover:after {
    color: #ffffff;
  }
  .thumbnail-catalog .image-block {
    height: 200px;
    line-height: 200px;
  }
  .thumbnail-catalog .image-block img {
    max-height: 200px;
  }
  .thumbnail-catalog .bottom-block .price s {
    display: inline-block;
  }
  .subcategory-images .adaptive-filter {
    width: 50%;
  }
  .category .sorting {
    left: 0;
    margin: 0 auto;
  }
  .mobile-catalog {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-top: 1px solid #e1e1e1;
  }
  .mobile-catalog .thumbnail-catalog {
    margin-bottom: 0;
    padding-bottom: 10px;
    border: 0;
  }
  .mobile-catalog .thumbnail-catalog .image-block {
    min-height: auto;
    height: auto;
  }
  .mobile-catalog form {
    display: table;
    width: 100%;
  }
  .mobile-catalog form .image-block {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    width: 50%;
  }
  .mobile-catalog form .caption {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
    text-align: left !important;
  }
  .mobile-catalog form .caption .rating-big {
    text-align: left !important;
  }
  .mobile-catalog form .caption .rating-big:after {
    border-bottom: 0;
  }
  .mobile-catalog form .caption .rating-big a {
    padding: 0;
  }
  .mobile-catalog form .caption .name {
    padding: 10px 0;
    height: auto;
  }
  .mobile-catalog form .caption .bottom-block {
    height: auto;
  }
  .mobile-catalog form .caption .price {
    text-align: left !important;
    margin-bottom: 10px;
    height: auto !important;
  }
  .mobile-catalog form .caption .price s {
    margin-left: 0;
  }
  .mobile-catalog form .caption .add-to-cart .text-center {
    text-align: left !important;
  }
  .mobile-catalog form .caption .one-click {
    text-align: left !important;
  }
  .thumbnail-catalog .name {
    height: 80px;
  }
  .product {
    padding: 10px 0;
  }
  .product .more-hide {
    display: none;
  }
  .product .more-images .image {
    display: inline-block !important;
    float: none;
  }
  .product #product-gallery {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  .product .summary {
    margin: 10px 0;
  }
  .product .add2cart {
    margin-bottom: 20px;
  }
  #product-core-image.left-padding .badge {
    left: 0;
  }
  #product-core-image .badge {
    left: 20px;
    top: 20px;
  }
  .container-background {
    padding-bottom: 0;
  }
  .panel-group {
    margin-top: 20px;
  }
  .panel-default .panel-body {
    margin-top: 0;
    border-top: 0;
    padding: 20px 0 20px 0;
    margin-bottom: 1px;
  }
  .panel-default .panel-body .expand-content {
    margin-top: 0px;
  }
  #product-review-form .center-form {
    padding: 0;
  }
  .reviews .profile-review {
    margin-top: 0;
  }
  .cart .delete .icon-close {
    width: 11px;
    height: 11px;
    background-size: 11px;
    margin-top: 10px;
  }
  .cart .cupon {
    width: 100%;
  }
  .cart .cupon-text {
    text-align: center;
  }
  .cart .checkout-block {
    padding: 10px 20px;
  }
  .cart .qty .plus,
  .cart .qty .minus {
    font-size: 18px;
    top: 6px;
  }
  .footer .address {
    display: block;
  }
  .footer .footer-phone {
    display: block;
    margin: 0;
  }
  .footer .footer-email {
    display: block;
    padding: 0;
  }
  .footer select {
    width: auto;
  }
  .checkout-padding {
    margin: 10px 0;
  }
  .checkout ul.checkout-options.shipping li {
    display: block;
    width: 100%;
  }
  .checkout ul.checkout-options.shipping h3 {
    display: block;
    float: none;
    width: 100%;
    padding: 10px;
  }
  .checkout ul.checkout-options.shipping .rate .hint {
    display: none;
  }
  .checkout ul.checkout-options.shipping .rate {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    min-width: unset;
  }
  .checkout ul.checkout-options li {
    margin-bottom: 15px;
  }
  .checkout-block .br {
    display: block;
  }
  .checkout-step {
    border: 0;
  }
  .checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    width: 100%;
  }
  .checkout-step .checkout-step-content {
    padding: 20px 0;
  }
  .arrow-control {
    display: none;
  }
  .dialog-window .dialog-cart {
    top: 0;
    max-height: 100%;
    width: 100%;
  }
  .dialog-window .dialog-cart .owl-theme .owl-controls {
    bottom: 0;
  }
  .dialog-window .dialog-cart .row.product {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .dialog-window .dialog-cart .col-lg-6.col-md-6.col-xs-12 {
    display: block;
    height: 100%;
    float: left;
    width: 100%;
  }
  .dialog-window .dialog-cart .col-lg-6.col-md-6.col-xs-12:nth-child(2) {
    padding: 20px;
  }
  .borders {
    border-right: 0 !important;
    padding: 0;
    display: block;
  }
  .blog-sidebar {
    margin: 15px;
  }
}
/** iPhone 4 & iPhone 5 **/
@media (max-width: 370px) {
  .thumbnail-catalog .bottom-block .price {
    font-size: 12px;
  }
  .header_type1 .main .row-flex,
  .header_type2 .main .row-flex {
    display: block;
  }
  .header_type2 .is-search {
    display: none;
  }
  .thumbnail-catalog .bottom-block .price s {
    font-size: 12px;
  }
}
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 12px;
  text-shadow: none;
  font-weight: 300;
  padding-right: 26px;
}
.noty_theme__sunset.noty_bar .noty_body .goto-link {
  position: absolute;
  right: 0;
  height: 40px;
  background: #00b2a3;
  top: 0;
  color: #ffffff;
  width: 40px;
  line-height: 37px;
  font-size: 18px;
}
.noty_theme__sunset.noty_bar .noty_body .goto-link a {
  display: block;
  color: #ffffff;
}
.noty_theme__sunset.noty_type__error {
  background: #ffffff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 12px !important;
  text-shadow: none;
  color: #000000;
}
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  background-color: #00b2a3;
  height: 2px;
}
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: 1;
}
.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  z-index: 200;
}
.header_type2 .main .phone a.number {
    font-weight: 600;
    font-size: 20px;
    opacity: 1;
    white-space: normal;
    display: inline-block;
    margin: 0 6px;
}
.footer .footer-phone a {
    display: inline-block;
    margin: 0 4px;
}

.callback{
     font-size: 14px!important;
     padding-left: 20px!important;
    font-weight: 900!important;
    cursor:pointer;
}


.brands__link img {
    max-width: 100%;
    height: auto;
}


@media(max-width: 820px) {
    ul.product-nav li a {
  padding: 0 10px 8px;
 }
}


@media(max-width: 800px) {
   .brands__list {
    
    display: flex;
    flex-wrap: wrap;
    padding: 0;
} 

.brands__list .brands__item {
    float: none;
    height: auto;
}


}

@media(max-width: 700px) {
   
ul.product-nav {
    display: none!important;
}
.panel-default > .panel-heading.selected {
    display: block!important;
}
}

@media(max-width: 600px) {
    .promobox-inner {
   min-height: 174px;
}


}

@media(max-width: 500px) {
    .brands__list .brands__link {
    margin: 0 5px;
    padding: 0;
}
.brands__list .brands__item {
    width: 24%;
}


}

@media(max-width: 750px) {
    
    .promo-icons .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
    
   .promo-icons .container .col-lg-4 {
    display: block;
    width: 33%;
    padding: 0;
}

.promo-icons .container .p-one {
    width: 100%;
    padding-left: 32px;
}

.promo-icons .icon {
    left: 7px;
    font-size: 15px;
  }
  
  .promo-icons .container .p-one p {
    font-size: 12px;
}
    
  .promo-icons .container .p-one p.description {
    display: none;
}
}

@media(max-width: 400px) {
   .promo-icons .container .row {
    width: 68%;
}

.promo-icons .container .col-lg-4 {
   width: 100%;
}

.promobox-inner {
   min-height: 105px;
}

.promobox-front .header {
    padding: 10px 0;
    font-size: 13px;
}

/*.slider-brands .owl-carousel .owl-stage-outer {*/
/*  height: 50px!important;*/
/*}*/
}
/*.post__img{*/
/*  max-width: 150px!important;*/
/*  display: block;*/
/*  float: left!important;*/
/*  margin: 5px 15px 0 0!important;*/
/*}*/

.home-news {
  /*border-bottom: 1px solid #e1e1e1;*/
  margin-top: 80px;
  /*margin-bottom: 80px;*/
  margin-bottom: 40px;
}

.home-news__list {
  margin: 0 -20px 0 0;
  font-size: 0;
  flex-wrap: wrap
}

.home-news__item, .home-news__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}

.home-news__item {
  width: 33.33%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  vertical-align: top;
  -ms-flex-direction: column
}

.home-news__item-inner {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 100%
}

.home-news__item-inner:hover {
  color: #000
}

.home-news__img {
  position: relative
}

.home-news__date {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #878787;
  padding: 0 30px;
  margin: 0 0 -1px
}

.home-news__content .home-news__date {
  position: static;
  padding: 0
}

.home-news__content {
  padding: 25px 30px
}

.home-news__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 15px
}

.home-news__desc {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 15px
}

@media (min-width: 1001px) {
  .cols-3 .home-news__list {
    margin-right: -10px
  }

  .cols-3 .home-news__item {
    width: 50%;
    padding: 0 10px 0 0
  }

  .cols-3 .home-news__list:not(.count-even) .home-news__item:first-child {
    width: 100%;
    padding: 0 10px 10px 0
  }

  .cols-3 .home-news__list:not(.count-even) .home-news__item:first-child .home-news__desc {
    max-height: 64px;
    overflow: hidden
  }

  .cols-3 .home-news__list:not(.count-even) .home-news__item:first-child .home-news__img {
    float: left;
    width: 50%;
    margin: 0 30px 0 0
  }
}

@media (max-width: 1250px) and (min-width: 1001px) {
  .cols-2 .home-news__list {
    margin-right: -10px
  }

  .cols-2 .home-news__item {
    width: 50%;
    padding: 0 10px 0 0
  }

  .cols-2 .home-news__list:not(.count-even) .home-news__item:first-child {
    width: 100%;
    padding: 0 10px 10px 0
  }

  .cols-2 .home-news__list:not(.count-even) .home-news__item:first-child .home-news__desc {
    max-height: 64px;
    overflow: hidden
  }

  .cols-2 .home-news__list:not(.count-even) .home-news__item:first-child .home-news__img {
    float: left;
    width: 50%;
    margin: 0 30px 0 0
  }
}

@media (max-width: 1000px) and (min-width: 801px) {
  .home-news__list {
    margin-right: -10px
  }

  .home-news__item {
    width: 50%;
    padding: 0 10px 0 0
  }

  .home-news__list:not(.count-even) .home-news__item:first-child {
    width: 100%;
    padding: 0 10px 10px 0
  }

  .home-news__list:not(.count-even) .home-news__item:first-child .home-news__desc {
    max-height: 64px;
    overflow: hidden
  }

  .home-news__list:not(.count-even) .home-news__item:first-child .home-news__img {
    float: left;
    width: 48%;
    margin: 0 30px 0 0
  }
}

@media (max-width: 800px) and (min-width: 500px) {
  .home-news__list {
    margin-right: 0
  }

  .home-news__item {
    width: 100%;
    padding: 0 0 20px
  }

  .home-news__img {
    float: left;
    padding: 25px 0 25px 25px;
    width: 250px
  }

  .home-news__date {
    position: static;
    padding: 0;
    text-align: left
  }

  .home-news__img ~ .home-news__content {
    margin: 0 0 0 270px
  }
}

@media (max-width: 600px) and (min-width: 501px) {
  .home-news__img {
    width: 150px
  }

  .home-news__img ~ .home-news__content {
    margin: 0 0 0 170px
  }
}

@media (max-width: 991px) {
  .home-news {
    margin-bottom: 25px
  }
}

@media (max-width: 501px) {
  .home-news__list {
    margin-right: 0
  }

  .home-news__item {
    width: 100%;
    padding: 0 0 20px
  }

  .home-news .items-list__head {
    margin-bottom: 20px
  }

  .home-news {
    margin-bottom: 15px
  }
}
.show-all {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
.items-list__all{
  vertical-align: middle;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: inherit;
}
.show-all .button-more {
  position: relative;
  margin: 0 0 2px 7px;
}

.show-all .button-more::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 9px;  
}
.button-more {
  display: inline-block;
  font-size: 12px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}


.container-menu-h .menu-h-new ul li a {
    display: flex;
    padding: 0 5px;
}

.container-menu-h .menu-h-new li ul li {
    width: 33%;
}
.pr-reg a:hover{
color: #37cdfc!important;}


.container-catalog {
    margin-bottom: 40px;
} 

.buy1click-open-button {
    margin-bottom: 15px;
}

.plugin_arrived-button {
    display: block;
    margin-bottom: 15px;
}

.plugin_pricedown-button {
    display: block;
    margin-bottom: 15px;
}
.but_oneclick button{
        background: #00b2a3;
    border: 1px solid #00b2a3;
    position: relative;
    outline: none;
    padding: 10px;
    color: white;
    width: 100%;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
}
.but_oneclick button:hover {
    background: #00665d;
    color: #ffffff;
}
.block_rat_compare{
    display:flex;
}
.block_rat_compare .compare-favorite{
    margin-left: 25px;}

.block_rat_compare .compare-favorite .compare-favorite-icon.active, .block_rat_compare .compare-favorite .compare-compare-icon.active {
    background: #00b2a3;
    color: #ffffff;
}

#checkout-contact-form .wa-form input[type="text"],
#checkout-contact-form .wa-form textarea {
    color: #000000;
}

.error-code .icon-like::before {
    content: none;
}

.expand-content dt {
    width: 63%;
}

.expand-content dd {
    position: relative;
    overflow: initial;
    width: 37%;
}

.expand-content dd::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: -20px;
    background: #fff;
}

.expand-content dt:after {
    width: 100%;
}

.breadcrumbs {
    margin-bottom: 10px !important;
}

.category {
    padding: 10px 0 20px 0 !important;
}

.product {
    padding: 20px 20px 20px 20px;
}

.block_rat_compare .compare-favorite .compare-favorite-icon {
    margin-right: 5px;
}

.block_rat_compare .compare-favorite .compare-favorite-icon, 
.block_rat_compare .compare-favorite .compare-compare-icon {
    padding: 0 4px;
}

.block_rat_compare .compare-favorite .compare-favorite-icon.active, 
.block_rat_compare .compare-favorite .compare-compare-icon.active {
    background: none;
    border: 1px solid #00b2a3;
    color: initial;
}

.product .product-gallery {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-gallery .left-padding, .product .video-container {
    padding: 0;
}

.product #product-gallery {
    position: initial;
    display: flex;
}

@media (max-width: 768px) {
.product .product-gallery {
    display: block;
}
.product #product-gallery {
     position: static;
 }
 
}

@media(max-width: 900px) {
    .phone-footer {
        margin: 0 auto;
    }
    
    .address-footer {
        text-align: center;
    }
    
    .address-info {
        margin: 0 auto 32px;
    }
}

@media (max-width: 767px) {
 .category .row .borders {
    padding: 0 15px !important;
 }

}

.category .row .borders .catCorona img {
    max-width: 100%;  
}

@media (max-width: 700px) {
    .author-list-item:last-child {
        width: 100% !important;
    }
    .wesma-link__tagline {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 500px) {
    .category .row .borders {
        width: 100%;
    }
    .category .row .borders .catCorona {
        width: 100%;
    }
    .category .row .borders .catCorona img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

}

.product .row .col-lg-3 {
    /*margin-top: 30px;*/
    width: 100%;
    margin-top: 15px;
}

.product .row .col-lg-3 .promo .row {
        display: flex;
}

.product .row .col-lg-5 {
    width: 38%;
}

.product .row .col-lg-4 {
    width: 25%;
}

.product .row .col-lg-6 {
    float: right;
    width: 30%;
}

.product .row .col-lg-7 {
    width: 100%;
}

@media (max-width: 992px) {
.product .row .col-lg-5 {
    width: 60%;
}

.product .row .col-lg-4 {
    width: 40%;
}

.product .row .col-lg-6 {
    width: 100%;
}

.product .row .col-lg-3 {
    margin-top: 0px;
}
}

@media (min-width: 768px) {
    .product .row .col-lg-3 .promo .row .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product .row .col-lg-5 {
    width: 100%;
}

.product .row .col-lg-4 {
    width: 100%;
}

.product .add2cart .icons-compare-favorite {
    right: 0px;
}
}

.anchors_b {
  background: #fff;
  border: 1px solid #f2f2f2;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  padding: 35px 15px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  width: 45px;
  z-index: 99;
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
}
.anchors_b:hover{
  width: 280px;
}
.anchors_b:hover a {
  display: inline-block;

}
.anchors_b ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.anchors_b ul li+li{
  margin-top: 15px;
}
.anchors_b ul li a{
  display: none;
  color: #000;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
}

.anchors_b ul li a:hover {
  color: #00b2a3;
}
.anchors_b ul li:before{
  background: #0199be;
  border-radius: 50%;
  content: '';
  display: inline-block;
  margin-right: 10px;
  height: 8px;
  vertical-align: middle;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  width: 8px;
}
.anchors_b ul li:hover:before{
  background: #00b2a3;
}

@media screen and (max-width: 1023px){
  .anchors_b{
    display: none;
  }
}

