body {
    overflow-x: hidden;
}
.bonus {
  background: #ceb;
  padding: 2px 4px 1px;
}
.plugin {
  margin-bottom: 20px;
}
span.loading {
  position: relative;
  top: 4px;
  left: 10px;
}
.checkout span.loading {
  position: relative;
  top: 4px;
  left: 10px;
}
.sidebar-group.tag-plugin .sidebar-box {
  padding: 1rem 1.5rem;
}
.about-us {
  margin-bottom: 1.5rem;
}
.addition-wrapper {
  display: none;
}
.addition-wrapper .addition-button {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.25;
}
.addition-wrapper .addition-button:hover {
  opacity: 0.5;
}
.addition-wrapper .addition-button.added {
  color: #1fd371;
  opacity: 1;
}
.category-description {
  margin-bottom: 1.5rem;
}
.row-grid.plp {
  margin-bottom: 1.5rem;
}
select#sorting,
select#currency,
select#products-per-page {
  height: 38px;
}
select#sorting {
  margin-bottom: 0.75rem;
}
ul#select-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
ul#select-view li {
  display: inline-block;
}
ul#select-view li a {
  border: 1px solid rgba(51, 51, 51, 0.12);
  background: #f5f5f5;
  display: block;
  width: 38px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #bdbdbd;
}
ul#select-view li a i {
  font-size: 30px;
}
ul#select-view li:hover a,
ul#select-view li.selected a {
  background-color: #e9e9e9;
}
ul#select-view li:first-child a {
  border-radius: 4px 0 0 4px;
}
ul#select-view li:last-child a {
  border-radius: 0 4px 4px 0;
}
#sort-name,
#pagination-count-name {
  display: none;
}
@media only screen and (min-width: 993px) {
  select#sorting {
    margin-bottom: 0;
  }
  #sort-name,
  #pagination-count-name {
    display: inline;
  }
}
.submit-wrapper {
  position: relative;
}
.submit-wrapper .loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: auto;
  height: auto;
  margin: 0;
  background-position: 50%;
}
.out-of-stock {
  line-height: 38px;
  color: #aaa;
  font-weight: bold;
}
.image-setting-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  display: none;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.image-setting-wrapper .image-setting-btn {
  border: none !important;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none !important;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
  padding: 0 0.4rem;
}
.image-setting-wrapper .image-setting-btn:hover {
  color: #f44336;
}
.image-setting-wrapper .image-setting-btn.image-setting-prev {
  float: left;
}
.image-setting-wrapper .image-setting-btn.image-setting-next {
  float: right;
}
@media only screen and (min-width: 993px) {
  .image-setting-wrapper {
    display: block;
  }
  ul.product-list li .image:hover .image-setting-wrapper {
    opacity: 1;
  }
}
ul.product-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
ul.product-list.carousel li:first-child,
ul.product-list > li {
  list-style: none;
}
ul.product-list.carousel li:first-child,
ul.product-list > li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0.75rem;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
ul.product-list.colored.carousel li:first-child:hover,
ul.product-list.colored > li:hover {
  position: relative;
  z-index: 1;
}
ul.product-list.shadowed.carousel li:first-child:hover,
ul.product-list.shadowed > li:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
ul.product-list li span.rating {
  display: inline-block;
  margin: 0 0.8em 0.8em 0;
}
ul.product-list li .summary,
ul.product-list li .summary p {
  font-size: 0.875rem;
  color: #777;
  line-height: 100%;
}
ul.product-list.thumbs:after {
  content: '';
  display: table;
  clear: both;
}
.without-sidebar ul.product-list.thumbs.carousel .owl-nav,
ul.product-list.thumbs.carousel .owl-nav {
  opacity: 0;
  visibility: hidden;
}
ul.product-list.thumbs.carousel:hover .owl-nav {
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.without-sidebar ul.product-list.thumbs.carousel .owl-prev,
.without-sidebar ul.product-list.thumbs.carousel .owl-next,
ul.product-list.thumbs.carousel .owl-prev,
ul.product-list.thumbs.carousel .owl-next {
  background-image: url('img/bx-controls.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 192px 96px;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 4px 4px 0;
  opacity: 0.5;
}
ul.product-list.thumbs.carousel .owl-prev:hover,
ul.product-list.thumbs.carousel .owl-next:hover {
  opacity: 1;
}
.without-sidebar ul.product-list.thumbs.carousel .owl-next,
ul.product-list.thumbs.carousel .owl-next {
  background-position: -96px 50% !important;
  left: auto;
  right: 1px;
  border-radius: 4px 0 0 4px;
}
ul.product-list.thumbs.carousel li:first-child,
ul.product-list.thumbs > li {
  border: 1px solid #ebebeb;
  display: inline-block;
  float: left;
  background-color: #fff;
}
ul.product-list.thumbs.carousel li:first-child {
  display: block;
  width: auto;
  float: none;
}
ul.product-list.thumbs li .image {
  width: 100%;
}
ul.product-list.thumbs li .image img {
  vertical-align: middle;
  max-height: 160px;
}
ul.product-list.thumbs.owl-carousel .owl-item img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 150px !important;
}
ul.product-list.thumbs li .badge-wrapper {
  min-height: 200px;
  line-height: 200px;
  text-align: center;
  width: 100%;
}
ul.product-list.thumbs li .pl-item-wrapper {
  position: relative;
  height: 370px;
  overflow: hidden;
  margin: 5px 0;
  padding: 10px 15px;
}
ul.product-list.thumbs li .pl-item-info {
  position: absolute;
  z-index: 11;
  left: 1px;
  right: 1px;
  bottom: 0;
  padding: 0 14px;
  max-height: 100%;
  border-top: 1px solid #ebebeb;
  transition: margin 0.7s ease;
}
ul.product-list.thumbs li .pl-item-info-expandable {
  min-height: 2.8em;
  max-height: 2.8em;
  overflow: hidden;
  padding-top: 10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  transition: max-height 0.7s ease;
}
ul.product-list.thumbs li input[type='button'],
ul.product-list.thumbs li input[type='submit'] {
  width: 100%;
}
ul.product-list.thumbs li .offers {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
}
ul.product-list.thumbs li .pl-item-info-expandable h5 {
  margin: 0 0 1.3em;
}
ul.product-list.list > li {
  padding: 0.75rem;
  border: 1px solid #ebebeb;
}
ul.product-list.list li .image {
  width: 100%;
}
ul.product-list.list li .pl-item-image img {
  max-height: 200px;
  vertical-align: middle;
}
ul.product-list.list li .offers {
  white-space: nowrap;
  width: 1%;
  min-width: 150px;
}
ul.product-list.list li .pl-item-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
ul.product-list.list li .pl-item-image {
  width: 45%;
  float: left;
  text-align: center;
}
ul.product-list.list li .pl-item-info {
  margin-left: 50%;
}
ul.product-list.list li .pl-item-info-expandable {
  padding-bottom: 0.75rem;
}
ul.product-list.list li .pl-item-info-expandable h5 {
  margin: 0 0 0.8em;
}
ul.product-list.list li .offers .price-wrapper {
  padding: 0 0 0.8em;
}
ul.product-list.short-list > li {
  padding: 0.75rem;
  border: 1px solid #ebebeb;
}
ul.product-list.short-list li .pl-item-image,
ul.product-list.short-list li .stock-and-rating,
ul.product-list.short-list li .summary {
  display: none !important;
}
ul.product-list.short-list li .pl-item-info {
  display: table;
  width: 100%;
}
ul.product-list.short-list li .pl-item-info-expandable,
ul.product-list.short-list li .offers {
  display: table-cell;
  vertical-align: middle;
}
ul.product-list.short-list li .pl-item-info-expandable h5 {
  margin: 0;
}
ul.product-list.short-list li .offers {
  text-align: right;
  white-space: nowrap;
}
ul.product-list.short-list li .price-wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
ul.product-list.lazyload > li {
  opacity: 0;
}
ul.product-list.lazyload > li.ready {
  transition: opacity 1s ease;
  opacity: 1;
}
@media only screen and (min-width: 481px) {
  ul.product-list.thumbs > li {
    width: 50%;
  }
}
@media only screen and (min-width: 601px) {
  ul.product-list.carousel li:first-child,
  ul.product-list > li {
    margin: 0;
  }
  ul.product-list.list li .pl-item-image {
    width: 20%;
  }
  ul.product-list.list li .pl-item-info {
    width: 75%;
    margin-left: 25%;
  }
  ul.product-list.list li .pl-item-info {
    display: table;
  }
  ul.product-list.list li .pl-item-info-expandable,
  ul.product-list.list li .offers {
    display: table-cell;
    vertical-align: top;
  }
  ul.product-list.list li .pl-item-info-expandable {
    padding-bottom: 0;
    padding-right: 0.75rem;
  }
  ul.product-list.short-list li .out-of-stock {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 1em;
  }
  ul.product-list.short-list li .submit-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
  }
}
@media only screen and (min-width: 741px) {
  ul.product-list.thumbs > li {
    width: 33.33%;
  }
}
@media only screen and (min-width: 993px) {
  ul.product-list.thumbs > li {
    width: 25%;
  }
  .without-sidebar ul.product-list.thumbs > li {
    width: 33.33%;
  }
  ul.product-list.thumbs span.rating i {
    text-shadow: 0 0 2px #a39a4f;
  }
  ul.product-list.thumbs .out-of-stock,
  ul.product-list.thumbs .submit-wrapper {
    float: left;
  }
  ul.product-list.thumbs li .addition-wrapper {
    display: block;
    line-height: 38px;
    text-align: right;
    white-space: nowrap;
  }
  ul.product-list.list .out-of-stock {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
  }
  ul.product-list.list .submit-wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  ul.product-list.list li .addition-wrapper,
  ul.product-list.short-list li .addition-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1281px) {
  ul.product-list.thumbs.carousel .owl-prev,
  ul.product-list.thumbs.carousel .owl-next {
    left: -96px;
    border-radius: 4px 0 0 4px;
  }
  ul.product-list.thumbs.carousel .owl-next {
    left: auto;
    right: -96px;
    border-radius: 0 4px 4px 0;
  }
}
@media only screen and (min-width: 1400px) {
  ul.product-list.thumbs > li {
    width: 20%;
  }
  .without-sidebar ul.product-list.thumbs > li {
    width: 25%;
  }
  .without-sidebar ul.product-list.thumbs li input[type='button'],
  .without-sidebar ul.product-list.thumbs li input[type='submit'] {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .without-sidebar ul.product-list.thumbs li input[type='button'],
  .without-sidebar ul.product-list.thumbs li input[type='submit'] {
    padding: 0 1.5rem;
  }
}
.promos {
  margin: 0;
}
.promos ul {
  padding: 0;
  margin: -0.75rem -0.75rem 0.75rem;
  text-align: center;
}
.promos ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promos ul li a {
  display: block;
  padding: 35px 13px 0;
  height: 83px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.promos ul li a .background-color-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  background-color: #000;
  border-radius: 4px;
}
.promos ul li a h5 {
  font-size: 1.2em;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  font-weight: bold;
}
.promos ul li a:hover h5 {
  color: #fff !important;
}
.promos ul li a p {
  font-size: 0.9em;
  text-shadow: 0 1px 0px #000;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
}
.promos ul li a:hover .background-color-layer {
  opacity: 0.5;
  transition: 0.3s;
}
@media only screen and (min-width: 601px) {
  .promos ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .promos ul li {
    width: 33.33%;
  }
  .is-volumetric.is-background .promos ul li a {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media only screen and (min-width: 1280px) {
  .promos ul li {
    width: 25%;
  }
}
.bullets {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  background-color: #fff;
}
.bullets h4 {
  position: relative;
  padding: 15px 65px 15px 15px;
  margin: 0;
  border-top: 1px solid #ebebeb;
}
.bullets .bullet:first-child h4 {
  border: none;
}
.bullet.active h4:after {
  position: absolute;
  content: '';
  border-width: 10px;
  border-style: solid;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-color: #ebebeb transparent transparent;
}
.bullet .bullet-button {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 15px;
  border-radius: 4px;
  cursor: pointer;
}
.bullet .bullet-button:before {
  position: absolute;
  content: '';
  left: 20%;
  width: 60%;
  height: 1px;
  top: 49%;
}
.bullet .bullet-button:after {
  position: absolute;
  content: '';
  left: 49%;
  height: 60%;
  width: 1px;
  top: 20%;
}
.bullet.active .bullet-button:after {
  display: none;
}
.bullet-body {
  display: none;
  padding: 15px;
  border-top: 1px solid #ebebeb;
}
@media only screen and (min-width: 993px) {
  .is-volumetric.is-background .bullets {
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.sellerslist .sellerslist-header {
  text-align: center;
  color: #999;
  font-weight: normal;
  font-size: 2em;
  padding-bottom: 10px;
  padding-top: 10px;
}
.call-me-wrapper {
  display: none;
  position: relative;
  padding: 280px 0 70px;
  margin-top: 118px;
  margin-bottom: -1.5rem;
}
.call-me-wrapper:before {
  content: '';
  background: url('img/call_me_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 -0.75rem;
}
.call-me-wrapper.men {
  padding-top: 300px;
  margin-top: 84px;
}
.call-me-block {
  position: relative;
  width: 460px;
  margin: 0 auto;
}
.call-me-block:before {
  content: '';
  height: 500px;
  width: 350px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: -398px;
  background-repeat: no-repeat;
  background-position: center 0;
}
.women .call-me-block:before {
  background-image: url('img/call-me-women.png');
  top: -398px;
}
.men .call-me-block::before {
  background-image: url('img/call-me-men.png');
  top: -384px;
}
.call-me-text {
  padding: 25px 70px 0px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 75px;
}
.call-me-text h2 {
  line-height: 1.2em;
  font-size: 1.5em;
  margin: 20px 0;
}
.call-me-text:after {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -80px;
  border-width: 40px 220px;
  border-style: solid;
  border-color: #fff transparent transparent;
}
.call-me-text p {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 601px) {
  .call-me-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  .call-me-wrapper {
    margin-bottom: 0;
  }
  .call-me-wrapper:before {
    right: auto;
    left: -50vw;
    margin-left: calc(50% - 9px);
    width: 100vw;
  }
  .is-background .call-me-wrapper:before {
    display: none !important;
  }
  .is-volumetric .call-me-text {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}

.share-wrapper,
#product-rating-wrapper {
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  padding-right: 95px;
}
.product-sidebar {
  border-radius: 4px;
  padding: 0.75rem;
  margin-left: -0.75rem;
  border: 1px solid #fff;
}
@media only screen and (max-width: 992px) {
  .step-back {
    display: block;
    margin: -1.5rem -0.75rem 0;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding: 0 0.75rem;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.12);
    background-color: #f5f5f5 !important;
    color: #000 !important;
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: none;
    font-weight: normal;
  }
  #addition-all-delete {
    margin-top: 1.5rem;
    float: right;
  }
}
@media only screen and (min-width: 993px) {
  .addition-wrapper {
    display: block;
    line-height: 54px;
  }
  #addition-all-delete,
  .step-back {
    margin-top: 8px;
    float: right;
  }
  .product-sidebar.fly {
    border-color: #ebebeb;
    width: 30.5%;
    width: calc(33.3333% - 0.75rem);
    box-sizing: border-box;
  }
}
#overview {
  margin-top: 1rem;
}
#product-tabs-nav {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  display: none;
}
#product-tabs-nav li {
  display: inline-block;
  margin-bottom: 10px;
}
#product-tabs-nav li a {
  display: block;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.87);
}
#product-tabs-nav li:hover a {
  background: #f2f2f2;
}
#product-tabs-nav li a:after {
  content: '';
  display: block;
  border-bottom: 1px dashed #b2b2b2;
}
#product-tabs-nav li:hover a:after,
#product-tabs-nav li.selected a:after {
  border-color: transparent;
}
.product-tabs-nav-trigger {
  display: block;
  line-height: 38px;
  border-bottom: 1px solid #ebebeb;
}
.product-tabs-nav-trigger,
.product-tabs-nav-trigger:hover {
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 993px) {
  #product-tabs-nav {
    display: block;
  }
  .product-tab-active .product-tab {
    display: none;
  }
  .product-tab-active .product-tabs-nav-trigger-wrapper {
    display: none;
  }
  #product-tabs.product-tab-active {
    padding: 1.5rem;
    border: 1px solid #ebebeb;
    border-radius: 4px;
  }
}
#product-tags.tags {
  margin-top: 10px;
}
.selectable-articul > div,
.option-item {
  margin-bottom: 15px;
}
.option-item select {
  margin-top: 10px;
}
.option-item label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
  float: left;
  font-size: 0.875rem;
}
.option-item.feature-button:after {
  content: '';
  display: table;
  clear: both;
}
.option-item .summary-wrapper {
  display: none;
  margin-top: 1rem;
}
.option-item img.cart-product-image {
  margin-top: 10px;
  border-radius: 4px;
}
@media only screen and (min-width: 993px) {
  .option-item .summary-wrapper {
    display: block;
  }
}
.services {
  margin-bottom: 20px;
}
.services > div > label {
  margin-top: 10px;
  display: inline-block;
}
.services > div > select {
  margin-top: 10px;
}
.services .service-price {
  background-color: #f2f2f2;
  padding: 1px 5px 2px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.26);
  display: inline-block;
}
.services input[type='checkbox']:checked ~ .service-price {
  color: rgba(0, 0, 0, 0.87);
}
.product-gallery {
  text-align: center;
}
.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.image#product-core-image {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 1.5rem;
  display: block;
}
.image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .image img {
    height: auto !important;
  }
}
.image .corner {
  position: absolute;
  z-index: 10;
  color: #fff;
  font-weight: bold;
}
.image .corner.top {
  top: 0px;
}
.image .corner.bottom {
  bottom: 0px;
}
.image .corner.left {
  left: 0px;
}
.image .corner.right {
  right: 0px;
}
#product-core-image.image .corner.top {
  top: 1.5rem;
}
#product-core-image.image .corner.left {
  left: 1.5rem;
}
#product-core-image .badge {
  padding: 10px 15px;
}
#product-core-image .badge span {
  text-transform: uppercase;
}
.image #switching-image {
  background: #fff url('img/loading32.gif') no-repeat 50% 50%;
  background-size: 32px 32px;
  padding: 10px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.more-images {
  display: block;
  margin: 10px;
}
.more-images .image {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  line-height: 98px;
  min-width: 98px;
  margin: 9px 3px 0;
}
.more-images .image.selected {
  box-shadow: inset 0 0 0 2px #ebebeb;
}
.more-images .image img {
  max-width: 80px;
  vertical-align: middle;
}
ul.skus {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
ul.skus li {
  padding-top: 10px;
}
.stock-and-rating {
  margin: 0 0 0.8em;
}
.stock-label {
  font-weight: bold;
}
.stocks {
  margin-bottom: 15px;
}
.stock-label.stock-critical {
  color: #e00;
}
.stock-label.stock-low {
  color: #a80;
}
.stock-label.stock-high {
  color: #0a0;
}
.stock-label.stock-none {
  color: #aaa;
}
.qty-wrapper {
  text-align: center;
  margin-top: 1.5rem;
}
.add2cart .submit-wrapper {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .qty-wrapper .qty-minus {
    margin-right: 2%;
  }
  .qty-wrapper .qty-plus {
    margin-left: 2%;
  }
  .qty-wrapper .qty-minus,
  .qty-wrapper .qty-plus {
    width: 20%;
    line-height: 3rem;
    height: 3rem;
    padding: 0;
  }
  .qty-wrapper input[type='text'] {
    width: 56%;
  }
  .add2cart .submit-wrapper input[type='submit'] {
    height: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 601px) {
  .qty-wrapper {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .add2cart .submit-wrapper {
    width: 47%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 993px) {
  .qty-wrapper {
    width: auto;
  }
  .qty-wrapper .qty-minus,
  .qty-wrapper .qty-plus {
    width: auto;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
  }
  .qty-wrapper .qty-minus:hover,
  .qty-wrapper .qty-plus:hover {
    color: rgba(0, 0, 0, 0.87);
  }
  .qty-wrapper input[type='text'] {
    vertical-align: middle;
    max-width: 45px;
    text-align: center;
  }
}
.price-wrapper {
  padding: 10px 0;
}
.price {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
}
.compare-at-price {
  text-decoration: line-through;
  color: #c9c9c9;
  margin-right: 10px;
}
.qty input {
  width: 40px;
}
.disabled {
  color: #777;
}
.error {
  color: #f44336;
}
span.rating {
  white-space: nowrap;
}
.add2cart .price-wrapper {
  padding: 0;
  line-height: normal;
}
.add2cart .price {
  font-size: 2.3em;
}
.add2cart .compare-at-price {
  font-size: 1.6em;
}
.add2cart input[type='submit'] {
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .added2cart {
    background: #ff7;
    padding: 5px;
    font-weight: bold;
    display: inline;
    border-radius: 4px;
    white-space: normal;
  }
  .added2cart .dialog-close {
    margin-top: 15px;
  }
}
ul.compare-diff-all {
  float: right;
  list-style: none;
}
ul.compare-diff-all li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
ul.compare-diff-all li a {
  padding: 5px;
}
ul.compare-diff-all li.selected a {
  background: #eee;
}
ul.compare-diff-all li.selected a b {
  border: none;
}
table.compare {
  width: 100%;
}
table.compare tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
table.compare thead td {
  border-top: none;
  vertical-align: bottom;
}
table.compare td {
  text-align: left;
  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;
  color: rgba(0, 0, 0, 0.87);
}
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: -8px;
  right: -8px;
  left: auto;
  color: #bbb;
  text-decoration: none;
}
table.compare thead .name-wrapper .compare-remove i {
  margin: 0;
}
table.compare thead .name-wrapper .compare-remove:hover i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f44336;
}
table.features {
  border-spacing: 0;
  border-collapse: collapse;
}
table.features td {
  padding: 5px 10px;
  border: none;
}
table.features td.name {
  min-width: 145px;
  color: #777;
  vertical-align: top;
}
table.features tr.divider td {
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #aaa;
}
table.features.striped {
  width: 100%;
}
table.features.striped td.name {
  width: 1%;
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (min-width: 601px) {
  table.features.striped td.name {
    min-width: 205px;
  }
}
table.rating-distribution td {
  padding: 2px 15px 2px 0;
  border: none;
}
table.rating-distribution td .bar {
  background: #eee;
  width: 200px;
  height: 13px;
}
table.rating-distribution td .bar .filling {
  background: #f7c854;
  height: 13px;
}
@media screen and (max-width: 992px) {
  table.features td.name {
    min-width: 105px;
  }
  table.table th,
  table.table td {
    font-size: 0.75em;
  }
  table.table td .gray {
    display: none;
  }
  table.table td.nowrap {
    white-space: normal;
  }
  table.table td.nowrap.bold {
    white-space: nowrap;
  }
  table.rating-distribution td .bar {
    width: 100px;
  }
}
.related {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 1.5rem;
}
.write-review {
  margin: 0 0 40px;
}
.review {
  margin-bottom: 30px;
}
.review .summary {
  margin-bottom: 1.5rem;
}
.review .summary .gray {
  margin: 0 3px 0 8px;
}
.review .summary h6 {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.review .summary .username,
.review .summary .username a {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  margin: 0 5px;
  padding-top: 1px;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
}
.reviews {
  margin-bottom: 20px;
  margin-top: 1rem;
}
.reviews ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.reviews ul li ul {
  padding-left: 35px;
}
.reviews ul li ul li .review h6 {
  color: #555;
}
.reviews ul li .review-form {
  padding: 20px 0 0;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul .in-reply-to {
  background-color: #fafafa;
  margin: -0.75rem -0.75rem 3px;
  padding: 0.75rem 35px 0 0.75rem;
  position: relative;
  border-radius: 4px;
}
.reviews ul .new {
  background-color: #fff8e1;
  margin: -0.75rem -0.75rem 22px;
  padding: 0.75rem 35px 8px 0.75rem;
  border-radius: 4px;
}
.reviews ul.menu-h.auth-type {
  padding: 0 0 40px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
  display: inline-block;
}
.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-bottom: 30px;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
}
.review-form-fields label {
  width: 160px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.review-form textarea {
  min-width: 65%;
  min-height: 160px;
}
.review-form .review-submit {
  padding: 0 0 20px 170px;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  float: left;
  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 {
  width: 160px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.reviews span.rate .icon10 {
  background-repeat: no-repeat;
  background-image: url(../../../../wa-content/img/icon10.png);
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
}
.reviews span.rate .icon10.star {
  background-position: -60px -40px;
}
.reviews span.rate .icon10.star-empty {
  background-position: -80px -40px;
}
.reviews h3.reviews-count-text {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(51, 51, 51, 0.12);
  padding: 0 1.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  line-height: 38px;
  height: 38px;
  box-sizing: border-box;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reviews h3.reviews-count-text ~ .button {
  padding: 0 1.5rem;
  margin-bottom: 20px;
}
input.error,
textarea.error {
  border: 2px solid #f44336;
}
.errormsg {
  color: #f44336;
  margin-left: 170px;
  display: block;
}
@media screen and (max-width: 600px) {
  .review-form-fields label {
    width: auto;
    float: none;
  }
  .review-form .review-submit {
    padding-left: 0;
  }
  .review-form .wa-captcha img {
    margin-bottom: 10px;
  }
  .wa-captcha .wa-captcha-input {
    width: 100px;
  }
}
@media screen and (min-width: 601px) {
  .review-form-fields input {
    width: 20em;
  }
  .review-form textarea {
    width: 65%;
  }
  .wa-captcha .wa-captcha-input {
    width: auto;
  }
}
.badge {
  border-radius: 4px;
  padding: 5px 10px;
  max-width: 100%;
  text-align: center;
  line-height: 1;
}
.badge span {
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  font-size: 0.875rem;
}
.badge.new {
  background: #ff4;
}
.badge.low-price {
  background: #ffc2e3;
}
.badge.bestseller {
  background: #74ff30;
}
.filters input[type='text'] {
  width: 43%;
  margin: 1px;
}
.sidebar .filters .filter-param {
  padding: 0 0.75rem;
  border-top: 1px solid rgba(51, 51, 51, 0.12);
}
.sidebar .filters .filter-param:first-child {
  border: none;
}
.sidebar .filters .filter-param.controls {
  padding-bottom: 1rem;
  padding-top: 1rem;
  text-align: center;
}
.sidebar .filters .filter-param input[type='submit'],
.sidebar .filters .filter-param a.button.third-type {
  padding: 0;
  width: 43%;
  margin: 0 2%;
}
.sidebar .filters .filter-content {
  padding-top: 0.25em;
  padding-bottom: 0.75rem;
  overflow: hidden;
}
.sidebar .filters .filter-content .filter-slider-wrapper {
  text-align: center;
}
.sidebar .filters .filter-content.feature-button:after {
  content: '';
  display: table;
  clear: both;
}
.filters h5 {
  -webkit-tap-highlight-color: transparent;
}
.sidebar .filters h5 {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 56px;
  font-weight: bold;
  font-size: 1em;
}
.filters h5.collapsible {
  cursor: pointer;
}
.filters h5.collapsible:after {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -12px;
  content: '\e5cf';
  line-height: 1;
}
.sidebar .filters h5.collapsible + .filter-content {
  display: none;
}
.sidebar .filters h5.collapsible.expand + .filter-content {
  display: block;
}
.sidebar .filters h5.collapsible.expand:after {
  content: '\e5ce';
}
.filters label {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.filters .filter-content.feature-button label {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.filters .ui-slider {
  margin: 25px 10px 15px;
  display: block;
}
.filters .ui-slider-horizontal {
  height: 10px;
  border: none;
  border-radius: 4px;
}
.filters .ui-slider-horizontal .ui-slider-handle,
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  top: -5px;
  height: 20px;
  width: 20px;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 0;
  margin-left: -10px;
}
.filters .ui-slider-horizontal .ui-slider-handle.ui-state-hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
.filters .ui-slider-horizontal.ui-widget-content {
  background-color: #f2f2f2;
}
.filters .ui-slider-horizontal.ui-widget-content:before,
.filters .ui-slider-horizontal.ui-widget-content:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 20px;
  border-radius: 4px;
  top: 0;
  left: -10px;
  background-color: #f1f1f1;
  z-index: -1;
}
.filters .ui-slider-horizontal.ui-widget-content:after {
  left: auto;
  right: -10px;
}
.filters .ui-slider-horizontal .ui-widget-header {
  background-color: #e2e2e2;
  height: 10px;
  position: relative;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 992px) {
  .sidebar .filters .filter-param input[type='submit'],
  .sidebar .filters .filter-param a.button.third-type {
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 993px) {
  .sidebar .filters .filter-param {
    padding: 0 20px;
  }
  .sidebar .filters .filter-content {
    padding-bottom: 15px;
  }
  .sidebar .filters h5 {
    padding: 15px;
    padding-left: 0;
    line-height: 1.4;
  }
  .filters h5.collapsible:after {
    font-size: 24px;
    right: 0;
  }
  .sidebar .filters .filter-param input[type='submit'] {
    height: 24px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
  }
}
.content .filters {
  line-height: 100%;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.12);
}
.is-background .content .filters {
  margin-top: 10px;
}
.content .filters form:before {
  content: attr(data-title);
  line-height: 36px;
}
.content .filters .filter-param {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.content .filters .filter-param.controls {
  display: block;
}
.content .filters .filter-param input[type='submit'],
.content .filters .filter-param a.button {
  line-height: 38px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0 15px;
  height: 38px;
}
.content .filters .filter-content {
  display: none;
  position: absolute;
  min-width: 99%;
  min-width: calc(100% - 2px);
  z-index: 14;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  top: 100%;
  margin-top: -11px;
  box-shadow: 1px 1px 2px rgba(2, 3, 3, 0.18);
  border-radius: 0 4px 4px 4px;
  padding: 15px 15px 5px;
  box-sizing: border-box;
  min-width: 240px;
}
.content .filters .filter-content.filter-button,
.content .filters .filter-content.filter-color {
  min-width: 240px;
  padding-right: 0;
}
.content .filters .filter-content .slider {
  white-space: nowrap;
}
.content .filters h5.collapsible {
  position: relative;
  background: #f2f2f2;
  border: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 0 37px 0 15px;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 38px;
}
.content .filters h5.collapsible.active,
.content .filters h5.collapsible.active:hover {
  z-index: 15;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #d9d9d9;
  box-shadow: none;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  padding: 0 36px 0 14px;
  line-height: 36px;
}
.content .filters h5.collapsible:after {
  right: 5px;
  font-size: 24px;
}
.content .filters h5.collapsible.active:after {
  right: 4px;
}
.content .filters h5.collapsible + .filter-content {
  display: none;
}
.content .filters h5.collapsible.active + .filter-content {
  display: block;
}
.content .filters .loading-overlay h5.collapsible.active + .filter-content {
  display: none;
}
.content .filters h5.collapsible.active:after {
  background-position: -9px 0;
}
.content .filters label {
  white-space: nowrap;
}
@media only screen and (min-width: 993px) {
  .is-background .content .filters {
    border: none;
    padding: 0;
  }
}
.cart .col.item-thumb {
  min-width: 55px;
}
.cart .col.item-thumb img {
  position: absolute;
  margin-top: 0;
  width: 48px;
  height: 48px;
}
.cart .col.item-remove {
  float: right;
}
.cart .col.total {
  font-size: 1.8em;
  font-weight: bold;
}
.cart .col.services {
  margin-top: 5px;
  margin-bottom: 0;
}
.cart .col.cart-coupon .errormsg {
  margin: 0;
}
.cart .related {
  padding: 15px;
  background: #f3f3f3;
  border-top: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 4px;
}
.cart .related h4 {
  font-weight: normal;
  color: #777;
}
.cart input.qty {
  max-width: 50px;
  text-align: right;
}
.cart .affiliate {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart .featured-shipping-and-payment img {
  margin-right: 5px;
}
.cart .col.item-remove a {
  color: #bbb;
}
.cart .col.item-remove a:hover i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f44336;
}
.your-cart-is-empty {
  padding: 50px;
  text-align: center;
}
.cart #use-coupon {
  margin-left: 5px;
  white-space: nowrap;
}
.cart .row.highlighted #apply-coupon-code {
  margin-left: 20px;
}
.cart .col.cart-coupon input {
  vertical-align: middle;
}
.cart .col.cart-coupon input[type='text'] {
  height: 38px;
}
@media screen and (max-width: 992px) {
  .cart .row {
    padding: 0.75rem 0;
  }
  .cart .col.w1 {
    display: none;
  }
  .cart .col.w1.item-remove {
    display: block;
    width: 10% !important;
    text-align: right;
    float: right;
  }
  .cart .col.item-name {
    width: 100% !important;
    font-size: 120%;
    margin-bottom: 10px;
  }
  .cart .col.item-qty {
    float: left;
    text-align: left;
    width: 30%;
  }
  .cart .col.item-total,
  .cart .col.cart-total,
  .cart .col.cart-discount,
  .cart .col.affiliate-discount {
    font-size: 140%;
    font-weight: bold;
    float: right;
    text-align: right;
    width: auto;
  }
  .cart .col.cart-coupon {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .cart .col.cart-total {
    width: 100%;
    text-align: center;
    background-color: #ffef9f;
    padding: 20px 0;
    margin-top: 15px;
    border-radius: 4px;
  }
  .cart .col.cart-checkout {
    width: 100% !important;
  }
  .cart .col.cart-checkout input {
    font-size: 150%;
    display: block;
    width: 100%;
    line-height: 56px;
    height: 56px;
  }
  .cart #discount-row .col {
    text-align: center;
  }
  .cart .related {
    display: none;
  }
  .cart .col.featured-shipping-and-payment {
    width: 100%;
  }
  .cart .row.highlighted #apply-coupon-code {
    margin: 0;
  }
  .cart .col.cart-coupon input[type='submit'] {
    width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 993px) {
  .cart .col.total,
  .cart .col.item-qty {
    margin-top: -10px;
  }
  .cart .col.item-remove {
    margin-top: -5px;
  }
  .cart .col.cart-checkout input {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
}
.checkout {
  margin: 0 -0.75rem;
  padding: 0;
}
.checkout-header {
  margin: 0;
  color: #999;
  background: #fff;
  padding: 20px;
}
.checkout-header h3 {
  margin-bottom: 0;
}
.checkout-header h3 a {
  text-decoration: none;
  color: #777;
  font-weight: normal;
}
.checkout-header h3 a:hover {
  color: #a00 !important;
}
.checkout-header strong {
  color: #666;
}
.checkout ul.checkout-options {
  padding-left: 25px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li p {
  font-size: 0.85em;
}
.checkout ul.checkout-options li input[type='radio'] {
  position: absolute;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type='radio'] {
  top: 7px;
}
.checkout ul.checkout-options li img.method-logo {
  margin-right: 10px;
  vertical-align: -7px;
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0px;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type='radio'] {
  position: static;
}
.checkout .checkout-result {
  padding: 60px 0 20px;
  background-color: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  font-weight: bold;
}
.checkout .checkout-result.error h1 {
  color: #f44336;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout h2 {
  padding: 15px 20px 18px;
  border-top: 1px solid #fff;
  font-weight: normal;
  margin: 0;
  background: #f3f3f3;
}
.checkout h2 a {
  text-decoration: none;
}
.checkout h2.upcoming a {
  color: rgba(0, 0, 0, 0.87);
  cursor: default;
}
.checkout h2 a.hint {
  font-size: 0.6em;
  color: #aaa;
  text-decoration: none;
  margin-top: 2px;
}
.checkout h2 a.hint strong {
  text-decoration: underline;
}
.checkout .checkout-step-content {
  padding: 20px;
  background: #fff;
}
.checkout ul {
  list-style: none;
  padding-left: 0;
  margin-top: 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;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}
.checkout blockquote p {
  margin-bottom: 10px;
  margin-left: 70px;
}
.checkout blockquote p span {
  color: #000;
}
.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-email .wa-value input {
  min-width: 300px;
}
.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;
}
@media only screen and (max-width: 992px) {
  .checkout {
    position: relative;
  }
  .checkout ul.checkout-options li {
    width: 100%;
  }
  .checkout ul.checkout-options li img {
    display: none;
  }
  .checkout ul.checkout-options li .rate {
    min-width: 0;
    width: auto;
    max-width: 150px;
  }
  .checkout ul.checkout-options li .rate.error {
    padding-top: 5px;
  }
  .checkout ul.checkout-options li .rate .hint {
    display: none;
  }
  .checkout ul.checkout-options li .wa-form.wa-address p {
    font-size: 1em;
  }
  .checkout h2 {
    padding: 0 0.75rem;
    border-color: rgba(51, 51, 51, 0.12);
    line-height: 56px;
  }
  .checkout h2 a.hint {
    display: none !important;
  }
  .checkout input.large {
    margin: 0 auto;
    display: inline-block;
  }
  .checkout .checkout-step-content {
    padding: 0.75rem 0.75rem 1.5rem;
  }
  .checkout .checkout-step-content.auth ul.menu-v li {
    padding: 5px 0;
  }
  .checkout .checkout-result h1 {
    font-size: 2.5em;
  }
  .checkout-header {
    margin: 0px;
    font-size: 0.8em;
    text-align: center;
  }
  .checkout-header .float-right {
    display: none;
  }
  .checkout .wa-form .wa-field.wa-field-email .wa-value input {
    min-width: 230px;
  }
  .checkout-step-content > input[type='submit'],
  .checkout-step-content > .align-right > input[type='submit'] {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .checkout-step-content > input[type='submit'],
  .checkout-step-content > .align-right > input[type='submit'] {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) {
  .checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .is-volumetric.is-background .checkout {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .checkout {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
}
.order-status {
  padding: 2px 5px;
  color: #fff;
}
h1 .order-status {
  font-size: 0.75em;
  margin-left: 10px;
}
#product-list .lazyloading-load-more.button {
  margin-bottom: 1.5rem;
}
.is-background #product-list .lazyloading-load-more.button {
  margin-bottom: 0;
}
.lazyloading-load-more.button {
  border-radius: 0 0 4px 4px;
}
.piicsl {
  margin: 0 0 1.5rem;
  padding: 0;
}
.piicsl:after {
  content: '';
  clear: both;
  display: table;
}
.piicsl .piicsl-item {
  width: 100%;
  float: left;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 1px dashed rgba(51, 51, 51, 0.12);
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
}
.piicsl .piicsl-item .piicsl-img {
  max-height: 270px;
  min-height: 270px;
  border-radius: 4px;
  margin: 0.8rem;
  line-height: 270px;
  overflow: hidden;
}
.piicsl .piicsl-item .piicsl-img img {
  transition: all 0.8s ease;
  max-height: 100%;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.piicsl .piicsl-item .piicsl-title {
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0 0 4px 4px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.piicsl .piicsl-item:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.piicsl .piicsl-item:hover .piicsl-img img {
  transform: scale(1.2) rotate(-2deg);
}
.piicsl2 {
  margin: 0 0 0.5rem;
  padding: 0;
}
.piicsl2 .piicsl-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-width: 1px 0 0;
  border-radius: 10px 10px 0 0;
}
.piicsl2 .piicsl-item a {
  display: block;
  margin-left: 103px;
}
.piicsl2 .piicsl-item .piicsl-img {
  height: 100px;
  width: 100px;
  overflow: hidden;
  float: left;
  margin-bottom: 3px;
}
.piicsl2 .piicsl-item .piicsl-img img {
  max-height: 100%;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  border-radius: 4px;
}
.piicsl2 .piicsl-item .piicsl-title {
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  .piicsl .piicsl-item {
    width: 50%;
  }
  .piicsl2 .piicsl-item {
    width: 50%;
  }
}
@media only screen and (min-width: 741px) {
  .piicsl .piicsl-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 993px) {
  .piicsl .piicsl-item {
    width: 25%;
  }
  .without-sidebar .piicsl .piicsl-item {
    width: 33.33%;
  }
  .piicsl .piicsl-item .piicsl-img {
    max-height: 200px;
    min-height: 200px;
    line-height: 200px;
  }
  .piicsl2 .piicsl-item {
    width: 33.33%;
  }
  .without-sidebar .piicsl2 .piicsl-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1281px) {
  .piicsl .piicsl-item {
    width: 20%;
  }
  .without-sidebar .piicsl .piicsl-item {
    width: 25%;
  }
  .piicsl2 .piicsl-item {
    width: 25%;
  }
  .without-sidebar .piicsl2 .piicsl-item {
    width: 33.33%;
  }
}
.wm-recallback-plugin-button.button {
  position: relative;
}
.wm-recallback-plugin-button.button .icon16.loading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-position: center;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
}
body div.wm-recallback-before-popup-window,
body #wm-recallback-boxes {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 992px) {
  .cart .col.plugin-quickorder {
    width: 100%;
  }
  .cart .col.plugin-quickorder .button.second-type {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    height: 56px;
    line-height: 56px;
  }
  .cart .col.plugin-quickorder .button.second-type i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 993px) {
  .cart .col.plugin-quickorder .button.second-type {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.2rem;
  }
  .cart .col.plugin-quickorder .button.second-type i {
    font-size: 1.2rem;
  }
}
.quickorder-custom-button-cart.default {
  display: inline;
  margin-right: 10px;
}
.quickorder-custom-button.default {
  margin-top: 1rem;
}
.quickorder-custom-button-cart.default .button i,
.quickorder-custom-button.default .button i {
  font-style: normal;
  font-size: 1rem;
}
body .quickorder-overlay {
  z-index: 10005;
}
.plugin-productbrands {
  margin-top: 2rem;
}
.is-background .plugin-productbrands {
  margin-top: 0;
}
.plugin-productbrands a {
  display: block;
  margin: 0 0.5rem;
  height: 100px;
  border: 1px solid rgba(51, 51, 51, 0.12);
  border-radius: 4px;
  padding: 0.5rem;
  line-height: 100px;
  text-align: center;
}
.plugin-productbrands .pbb-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.plugin-productbrands a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-radius: 4px;
  width: auto !important;
  display: inline-block !important;
}
.without-sidebar .plugin-productbrands .owl-nav,
.plugin-productbrands .owl-nav {
  opacity: 0;
  visibility: hidden;
}
.plugin-productbrands:hover .owl-nav {
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.without-sidebar .plugin-productbrands .owl-prev,
.without-sidebar .plugin-productbrands .owl-next,
.plugin-productbrands .owl-prev,
.plugin-productbrands .owl-next {
  background-image: url('img/bx-controls.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 192px 96px;
  width: 96px;
  height: 96px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: 1px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 4px 4px 0;
  opacity: 0.5;
}
.plugin-productbrands .owl-prev:hover,
.plugin-productbrands .owl-next:hover {
  opacity: 1;
}
.without-sidebar .plugin-productbrands .owl-next,
.plugin-productbrands .owl-next {
  background-position: -96px 50% !important;
  left: auto;
  right: 1px;
  border-radius: 4px 0 0 4px;
}
@media only screen and (min-width: 1281px) {
  .plugin-productbrands .owl-prev,
  .plugin-productbrands .owl-next {
    left: -96px;
    border-radius: 4px 0 0 4px;
  }
  .plugin-productbrands .owl-next {
    left: auto;
    right: -96px;
    border-radius: 0 4px 4px 0;
  }
}
table.compare-responsive-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  position: relative;
}
table.compare-responsive-table th,
table.compare-responsive-table td {
  margin: 0;
  vertical-align: top;
}
table.compare-responsive-table th {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
table.compare-responsive-table td {
  display: block;
  min-height: 135px;
  text-align: left;
  border-width: 1px 0 0;
}
table.compare-responsive-table td:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
table.compare-responsive-table thead {
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  float: left;
}
table.compare-responsive-table thead tr {
  display: block;
}
table.compare-responsive-table thead tr th:before {
  content: '\00a0';
}
table.compare-responsive-table thead .name-wrapper {
  position: relative;
}
table.compare-responsive-table thead .name-wrapper .name-link {
  display: block;
  max-width: 120px;
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.compare-responsive-table thead .image-link {
  display: block;
  text-align: center;
  padding-top: 12px;
}
table.compare-responsive-table thead .image-link img {
  vertical-align: top;
  border-radius: 4px;
}
table.compare-responsive-table thead .name-wrapper .compare-remove {
  position: absolute;
  top: -8px;
  left: -8px;
  color: #bbb;
  text-decoration: none;
}
table.compare-responsive-table thead .name-wrapper .compare-remove i {
  margin: 0;
}
table.compare-responsive-table thead .name-wrapper .compare-remove:hover i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f44336;
}
table.compare-responsive-table tbody {
  display: block;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
table.compare-responsive-table tbody tr {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
table.compare-responsive-table tbody tr:hover {
  background-color: #f2f2f2;
}
@media print {
  * {
    color: #000 !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h1 {
    font-size: 1.75em;
  }
  .product-tab {
    display: block !important;
  }
  #footer-pane,
  #product-gallery,
  .breadcrumbs,
  .nav-wrapper,
  .tree-wrapper,
  footer.globalfooter,
  a[data-name='reviews'],
  #product-tab-reviews,
  #product-tags,
  .qty-wrapper,
  .submit-wrapper,
  .added2cart,
  #back-top-wrapper,
  .share-wrapper,
  .related,
  .sidebar.col-grid {
    display: none !important;
  }
  .product-wrapper .col-grid.s12.l7,
  .product-wrapper .col-grid.s12.l8 {
    width: 50%;
    float: left;
  }
  .product-wrapper .col-grid.s12.l5.float-right,
  .product-wrapper .col-grid.s12.l4.float-right {
    width: 50%;
    float: right;
  }
  #overview {
    width: 100%;
    float: left;
  }
  .header-line.alfa-background .row-grid .table-grid {
    display: block;
  }
  .header-line.alfa-background .row-grid .table-grid .col-grid {
    display: block;
    width: 50%;
    line-height: 1.4;
    float: right;
    height: auto;
  }
  .header-line.alfa-background .row-grid .table-grid .col-grid:first-child {
    float: left;
  }
  .offline-wrapper,
  .phones-wrapper {
    float: right;
    list-style: none;
  }
  .offline-wrapper i,
  .phones-wrapper i {
    display: none;
  }
  .offline-wrapper a,
  .phones-wrapper a {
    text-decoration: none;
  }
}
.quickorder-custom-show {
  display: block !important;
}
.video-container {
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 1.5rem;
}
.video-container iframe {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  ul.product-list.thumbs li .image img {
    max-height: 200px;
  }
}

.categories-row {
  display: flex;
  flex-wrap: wrap;
}

.category-col {
  width: calc(100% / 2);
  box-sizing: border-box;
  padding: 30px 15px;
  border: 1px solid #ebebeb;
  transition: all 0.25s ease;
}
.category-col:hover {
  box-shadow: inset 0 0 0 1px #ff8c18;
  border-color: #ff8c18;
}
.category-inner {
  display: flex;
}

.category-image {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
}

.category-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.category-title a {
  font-size: 20px;
  color: #202020;
}

ul.subcats-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.subcats-list li {
  margin-top: 5px;
}

.category-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .category-image {
    max-width: 140px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .category-inner {
    flex-wrap: wrap;
  }

  .category-image {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .category-info {
    width: 100%;
  }

  .category-title {
    text-align: center;
  }

  .category-image img {
    height: 160px;
  }
}

@media screen and (max-width: 560px) {
  .category-col {
    width: 100%;
  }
  .subcats-list {
    column-count: 2;
  }
}
@media screen and (max-width: 370px) {
  .subcats-list {
    column-count: 1;
    text-align: center;
  }
}
.benefit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  border: 1px solid #f38c19;
  padding-left: 7px;
  margin-top: 10px;
  border-radius: 5px;
  color: #f38c19;
  overflow: hidden;
}
.benefit.benefit-small {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.benefit > span {
  background-color: #f9cc63;
  padding: 3px 15px;
  color: #333;
  font-weight: 700;
}
.contactme-panel-wrap {
  z-index: 999999999 !important;
}
.contactme-open.btn.btn-dark-gray.btn-small.right.rotate {
  z-index: 9999999 !important;
}

/*start*/
#page-content {
  overflow-x: hidden;
}
#search__btn-open,
#filter-btn {
  border: none;
  background: transparent;
  color: #188dae;
  cursor: pointer;
}
.header__mobile {
  display: none;
  padding: 10px;
  width: 100%;
  background: #fff;
  left: -10px;
}
.header__mbile-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
}
.header__mobile-logo {
  width: 200px;
}
.nav__mobile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search__mobile-wrapper {
  position: absolute;
  max-width: 100%;
  width: calc(100% - 40px);
  left: 0;
  top: 10px;
  background: #fff;
  padding: 10px 20px;
  transition: all 0.3s;
  transform: translateX(1000px);
}
.search__mobile .search-wrapper input {
  padding-left: 10px;
  padding-right: 3.3rem;
  translate: all 0.3s;
}
.search__mobile .search-wrapper button {
  right: 0;
  left: unset;
}
.header__mobile .shop-regions .shop-regions-button {
  position: initial;
  transform: none;
}
.address__mobile {
  display: flex;
  align-items: center;
}
.mobile__filter-btn {
  height: 30px;
}

.mobile__filter-btn .filter-btn.active svg{
    fill: #f61e20;
}
ul.product-list.list .submit-wrapper {
  flex-direction: column;
  display: flex !important;
  width: 100%;
  padding-top: 5px;
  gap: 10px;
}
ul.product-list.list .submit__input-wrapper {
  width: 100%;
}
ul.product-list.list .submit__buy-wrapper {
  width: 100%;
}
ul.product-list.short-list .offers {
  width: 205px;
  margin-left: auto;
}

.submit-wrapper {
  margin-top: 5px;
  margin-left: 0 !important;
}
.benefit-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.benefit.benefit-small {
  margin-bottom: 0;
  justify-content: space-between;
  width: fit-content;
}
.submit-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 7px;
  flex-direction: column;
  margin-top: 8px;
}
.submit__input-wrapper {
  width: 100%;
}
.submit__input-wrapper input {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.submit__buy-wrapper {
  width: 100%;
}
ul.product-list.thumbs li .addition-wrapper {
  line-height: initial;
}
ul.product-list.thumbs li .benefit > span {
  padding: 5px;
  font-size: 11px;
}
ul.product-list.thumbs li .addition-wrapper .material-icons.mi-2x {
  font-size: 1.7em;
}
ul.product-list.thumbs li .submit-wrapper {
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
}
ul.product-list.thumbs li .submit-wrapper .submit__input-wrapper {
  width: 40%;
}
ul.product-list.thumbs li .submit-wrapper .submit__input-wrapper input {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}
ul.product-list.thumbs li .submit-wrapper .submit__buy-wrapper {
  width: 58%;
}
ul.product-list.thumbs li .submit-wrapper .submit__buy-wrapper button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
}
ul.product-list.thumbs li .pl-item-info {
    display: flex;
    flex-direction: column;
}
.submit__buy-wrapper button {
  padding: 0 1.5rem;
  margin-top: 0 !important;
  width: 100% !important;
  border: none;
  border-radius: 4px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  outline: 0;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.gallery__slider .owl-item img {
  display: initial !important;
}
.gallery__slider .more-images .image {
  margin: 0;
}
.gallery__slider .owl-stage-outer {
  margin-left: -9px !important;
}

.gallery__slider .owl-prev {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  height: 38px;
}
.gallery__slider .owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  height: 38px;
}
.gallery__slider .owl-prev:before {
  position: absolute;
  color: rgb(255, 140, 24);
  content: '❮';
  font-size: 2rem;
  left: -20px;
}
.gallery__slider .owl-next:before {
  position: absolute;
  color: rgb(255, 140, 24);
  content: '❯';
  font-size: 2rem;
  right: 0;
}
.address__mobile {
  font-size: 0;
}
.address__mobile a {
  font-size: 1rem;
}
.d-none {
  display: none !important;
}

.mobile__catalog {
  display: none;
  position: fixed;
  top: 81px;
  left: 0px;
  right: 0px;
  height: calc(100vh - 147px);
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  z-index: 99999999;
  line-height: 56px;
  border: solid #ebebeb;
  border-width: 1px 0px;
}
.mobile__catalog::-webkit-scrollbar {
    display: none;
}
.pl__item-mobile-description {
  display: none;
}

.footer__mobile {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 -5px 11px 0 rgba(0, 0, 0, 0.18), 0 -4px 15px 0 rgba(0, 0, 0, 0.15);
}
.footer__mobile .row-grid {
  display: flex;
  justify-content: center;
}
.footer__mobile-table-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer__mobile .col-flex {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}
.footer__mobile .col-flex:nth-child(even) {
  border: solid #ebebeb;
  border-width: 0 1px;
}
.footer__mobile .col-flex:hover {
  background: #ebebeb;
}
.footer__mobile .col-flex a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.footer__mobile .col-flex .vector {
  height: 1.5em;
}
.footer__mobile .col-flex .vector svg {
  fill: #ff8c18;
  width: 1.5em;
  height: 1.5em;
}
.footer__mobile .col-flex .vector i {
  font-size: 1.7em;
  color: #ff8c18;
}
.footer__mobile .col-flex .vector i.cart-count:after {
  top: -0.4em;
  right: -0.4em;
  font-size: 0.775rem !important;
  line-height: 1.4em;
  min-width: 1.3em;
}

.footer__mobile .col-flex .vector-phone svg path {
  fill: #ff8c18;
}
.footer__mobile .col-flex .text {
  color: #ff8c18;
  font-size: 1em;
}
#productview.pv_fixed-widget .pv_head_ico {
  bottom: 100px !important;
}
.leadia_science_widget {
  display: none !important;
}
.owl-carousel.owl-loaded.gallery__slider {
  margin: 0 !important;
}
.gallery__slider .owl-stage-outer {
  margin: 0 !important;
  padding: 10px 15px;
}
.gallery__slider .owl-stage {
  margin-left: -18px !important;
}
.owl-carousel.owl-loaded.gallery__slider-mobile .owl-stage {
  display: flex;
  justify-content: center;
  width: 100% !important;
}
.owl-carousel.owl-loaded.gallery__slider-mobile .owl-controls {
  display: none;
}
.owl-carousel.owl-loaded.gallery__slider-mobile .owl-item {
  width: fit-content !important;
}
@media screen and (max-width: 1500px) {
  ul.product-list.thumbs li .submit-wrapper .submit__input-wrapper input {
    padding-left: 5px;
    padding-right: 5px;
  }
  ul.product-list.thumbs li .submit-wrapper .submit__buy-wrapper button {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 1140px) {
  .benefit-wrapper {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 995px) {
    ul.product-list.thumbs li .submit-wrapper {
        gap: 10px;
    }
    ul.product-list.thumbs li .submit-wrapper .submit__input-wrapper {
        width: 50%;
    }
    ul.product-list.thumbs li .submit-wrapper .submit__buy-wrapper {
        width: 50%;
    }
  ul.product-list.thumbs .price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  ul.product-list.thumbs .price-wrapper .price {
    order: -1;
  }

  .header__mobile {
    display: block;
    top: 0;
  }
  header.globalheader {
    display: none;
  }
  .sidebar-group {
      box-shadow: 0 17px 20px -5px rgba(0, 0, 0, 0.18);
  }
  .sidebar-group .sidebar-title {
    display: none;
  }
  .sidebar-group .sidebar-title .toggle-menu {
    display: none;
  }
  .footer__mobile {
    display: block !important;
  }
  ul.product-list.list li .pl-item-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  ul.product-list.list .submit-wrapper {
    flex-direction: row;
    padding-top: 10px;
  }
  ul.product-list.list .benefit-wrapper {
    width: 200px;
    margin: 0 auto;
  }
  ul.product-list.short-list li .pl-item-info-expandable {
    width: 50%;
  }
  ul.product-list.short-list .submit__buy-wrapper {
    margin-top: 0;
  }
  ul.product-list.short-list .submit__input-wrapper {
    margin-top: 0;
  }
  .sidebar-group {
    background-color: #fff;
    border-width: 0;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 80px;
    left: 0;
    height: fit-content;
    overflow: scroll;
  }
  .filters.sidebar-box {
    max-height: 50vh;
    max-height: 50vh;
    overflow: scroll;
  }
  .filters.sidebar-box::-webkit-scrollbar {
    display: none;
  }
  .filters.sidebar-box::-webkit-scrollbar-track {
    display: none;
  }
  .filters.sidebar-box::-webkit-scrollbar-thumb {
    display: none;
  }
  .sidebar-group::-webkit-scrollbar {
    display: none;
  }
  ul.product-list .pl-item-image {
    display: flex;
    gap: 10px;
  }
  ul.product-list .pl__item-mobile-description {
    display: block;
    max-height: 145px;
    height: 100%;
    overflow: hidden;
  }
  ul.product-list .pl-item-info-expandable {
    display: none;
  }
  ul.product-list .pl__item-mobile-description h5 {
    margin-bottom: 0;
/*    word-wrap: break-word; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.8em; 
    min-height: 2.8em; */
  }
  ul.product-list .price-wrapper {
    text-align: start;
  }
  .addition-wrapper {
    display: flex;
  }
  ul.product-list.thumbs li .badge-wrapper {
    min-height: 150px;
    line-height: 150px;
    text-align: center;
    width: 100%;
  }

  ul.product-list.thumbs li .pl-item-wrapper {
    height: 270px;
  }
}
@media screen and (max-width: 550px) {
  .header__mobile-logo {
    width: 150px !important;
  }
  .mobile__catalog {
    top: 58px;
    height: calc(100vh - 124px);
  }
  .owl-carousel.owl-loaded.gallery__slider-mobile .owl-stage {
    width: 20% !important;
  }
  .owl-carousel.owl-loaded.gallery__slider-mobile .owl-controls {
    display: block;
  }
  .owl-carousel.owl-loaded.gallery__slider-mobile .owl-item {
    width: fit-content;
  }
  .sidebar-group {
    top: 60px;
    }
}
@media screen and (max-width: 460px) {
  header .shop-regions .shop-regions-button a {
        font-size: 11px;
    }
}
@media screen and (max-width: 370px) {
  .header__mobile-logo {
    width: 150px !important;
  }
  .header__mobile-logo {
    width: 120px !important;
}

}
/*end*/
