.actionView {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .actionView {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
  }
}

#switchView {
  align-items: center;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: auto !important;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  #switchView {
    margin: 0;
  }
}
#switchView li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  margin-right: 3px;
  line-height: 13px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  background: white;
}
#switchView li.active {
  background: #000;
  color: white;
}

#js-product-list .products {
  margin: 0 -5px;
}

#products .shortDesc {
  color: #C7C7C7;
}
#products .iconImage {
  display: none;
}
#products article {
  padding: 0 5px;
  width: 100% !important;
  margin: 0 !important;
}
#products .add-to-cart {
  color: #000;
}
#products.smallListView .actions, #products.largeListView .actions {
  margin: 0 0 0 -3px;
}
#products.smallListView article, #products.largeListView article {
  width: 100%;
  padding-bottom: 10px;
}
#products.smallListView article .details-info, #products.largeListView article .details-info {
  width: auto;
  flex: 0 0 auto;
  margin: 0 !important;
}
#products.smallListView article .all-combinations, #products.largeListView article .all-combinations {
  display: block;
  margin: 0 -6px;
}
#products.smallListView article .with-wariants,
#products.smallListView article .variant-links,
#products.smallListView article .no-variants, #products.largeListView article .with-wariants,
#products.largeListView article .variant-links,
#products.largeListView article .no-variants {
  display: none;
}
#products.smallListView article input[name=qty], #products.largeListView article input[name=qty] {
  text-align: center;
  padding: 2px;
  height: 25px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  width: 60px;
  border: 1px solid #dadada;
  font-size: 11px;
  line-height: 11px;
}
#products.smallListView article .qty_product_list, #products.largeListView article .qty_product_list {
  position: relative;
}
#products.smallListView article .qty_product_list .js-touchspin, #products.largeListView article .qty_product_list .js-touchspin {
  background: none;
}
#products.smallListView article .qty_product_list .js-touchspin.touchspin-up, #products.largeListView article .qty_product_list .js-touchspin.touchspin-up {
  top: 4px;
  font-size: 11px;
  right: 2px;
}
#products.smallListView article .qty_product_list .js-touchspin.touchspin-down, #products.largeListView article .qty_product_list .js-touchspin.touchspin-down {
  left: 4px;
  top: 5px;
  font-size: 8px;
}
#products.smallListView article form, #products.largeListView article form {
  justify-content: flex-end;
  display: flex;
  align-content: center;
}
#products.smallListView article .add-to-cart, #products.largeListView article .add-to-cart {
  padding: 0;
  cursor: pointer;
  width: auto;
  height: auto;
  border: 0;
  background: none;
  margin-left: 5px;
  position: relative;
}
#products.smallListView article .product-data .product-price-and-shipping, #products.largeListView article .product-data .product-price-and-shipping {
  line-height: 1.7;
  font-weight: 700;
}
#products.smallListView article .thumbnail-container, #products.largeListView article .thumbnail-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  padding: 5px;
  flex-wrap: wrap;
  font-size: 12px;
}
#products.smallListView article .thumbnail-container .product-thumbnail, #products.largeListView article .thumbnail-container .product-thumbnail {
  max-width: 40px;
  margin: 0 10px 0 0px;
  overflow: initial;
}
#products.smallListView article .thumbnail-container .product-thumbnail img, #products.largeListView article .thumbnail-container .product-thumbnail img {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
#products.smallListView article .thumbnail-container h2, #products.largeListView article .thumbnail-container h2 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
#products.smallListView article .thumbnail-container .lds-ring, #products.largeListView article .thumbnail-container .lds-ring {
  position: absolute;
  transform: scale(0.3);
  left: auto;
  top: -23px;
  right: -25px;
}
#products.smallListView article .thumbnail-container .nameReviews, #products.largeListView article .thumbnail-container .nameReviews {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#products.smallListView article .thumbnail-container .product-description, #products.largeListView article .thumbnail-container .product-description {
  height: auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#products.smallListView article .thumbnail-container .product-description .product-price-and-shipping, #products.largeListView article .thumbnail-container .product-description .product-price-and-shipping {
  text-align: left;
  display: flex;
  right: 0;
  position: absolute;
  display: none;
}
@media (max-width: 767px) {
  #products.smallListView article .thumbnail-container .product-description .product-price-and-shipping, #products.largeListView article .thumbnail-container .product-description .product-price-and-shipping {
    display: inline-block;
    width: 76px;
    margin-right: 2rem;
    text-align: right;
  }
}
@media (max-width: 575px) {
  #products.smallListView article .thumbnail-container .product-description .product-price-and-shipping, #products.largeListView article .thumbnail-container .product-description .product-price-and-shipping {
    right: 0;
    position: relative;
    margin-left: 0;
    display: flex;
    padding: 0.5rem;
  }
}
#products.smallListView article .thumbnail-container .product-description .product-price-and-shipping form, #products.largeListView article .thumbnail-container .product-description .product-price-and-shipping form {
  margin-left: 10px;
}
#products.smallListView article .thumbnail-container .product-flags, #products.largeListView article .thumbnail-container .product-flags {
  display: none;
  position: relative;
  top: -2px;
  z-index: 9;
  left: 0px;
  margin-right: 0;
  left: 0;
  order: 999;
}
#products.smallListView article .thumbnail-container .product-flags > li, #products.largeListView article .thumbnail-container .product-flags > li {
  line-height: normal;
  font-size: 13px;
  padding: 1px 10px 3px;
  min-width: auto;
  min-height: auto;
  margin: 0 0 0 4px;
}
@media (max-width: 767px) {
  #products.smallListView article .thumbnail-container .product-flags > li, #products.largeListView article .thumbnail-container .product-flags > li {
    margin: 4px 0 4px 4px;
  }
}
#products.smallListView article .thumbnail-container .category-name, #products.largeListView article .thumbnail-container .category-name {
  order: 2;
  padding: 0 5px;
  line-height: 28px;
}
#products.smallListView article .thumbnail-container .stockAlert, #products.largeListView article .thumbnail-container .stockAlert {
  order: 3;
  padding: 0 5px;
  line-height: 28px;
}
#products.smallListView .wishlist-button-add, #products.largeListView .wishlist-button-add {
  display: none;
}
#products.smallListView .price, #products.largeListView .price {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #products.smallListView .price, #products.largeListView .price {
    text-align: right;
    font-size: 1.3rem;
  }
}
#products.smallListView .product-data, #products.largeListView .product-data {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#products.smallListView .product-data > div, #products.largeListView .product-data > div {
  justify-content: space-between;
  width: calc(100% + 16px);
}
#products.smallListView .addCartProductList, #products.largeListView .addCartProductList {
  border: 0;
  background: 0;
  bottom: 0;
  width: 35px;
  display: block;
  position: relative;
  padding: 0;
}
#products.smallListView .addCartProductList:before,
#products.smallListView .addCartProductList em,
#products.smallListView .addCartProductList .icon-plus, #products.largeListView .addCartProductList:before,
#products.largeListView .addCartProductList em,
#products.largeListView .addCartProductList .icon-plus {
  display: none;
}
#products.smallListView .addCartProductList i, #products.largeListView .addCartProductList i {
  font-size: 17px;
  top: 3px;
}
#products.smallListView .addCartProductList button.add-to-cart:hover i, #products.largeListView .addCartProductList button.add-to-cart:hover i {
  transform: rotate(0);
}
@media (max-width: 767px) {
  #products.smallListView .nameReviews > *, #products.largeListView .nameReviews > * {
    width: 100%;
    padding: 0 !important;
    line-height: normal !important;
  }
}
#products.smallListView .more-variants, #products.largeListView .more-variants {
  display: none;
}
@media (max-width: 576px) {
  #products.smallListView .shortDesc, #products.largeListView .shortDesc {
    display: none;
  }
}
#products.smallListView article {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#products.smallListView article .comments_note {
  display: none;
}
#products.smallListView article .thumbnail-container {
  margin-bottom: 0;
  overflow: unset;
}
#products.smallListView article .thumbnail-container .nameReviews {
  width: calc(35% - 14px);
}
@media (max-width: 767px) {
  #products.smallListView article .thumbnail-container .nameReviews {
    width: calc(100% - 132px);
  }
}
#products.smallListView article .thumbnail-container .product-thumbnail {
  max-width: 20px;
  margin: 0 4px;
}
#products.smallListView article .thumbnail-container .product-thumbnail img {
  position: absolute;
  top: 26px;
  max-width: initial;
  max-height: initial;
  width: 200px;
  left: 36px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
}
#products.smallListView article .thumbnail-container .product-thumbnail img.secondImg {
  display: none !important;
}
#products.smallListView article .thumbnail-container .product-thumbnail:hover img {
  opacity: 1;
  visibility: visible;
}
#products.smallListView article .iconImage {
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 4px 0;
}
#products.smallListView article .shortDesc {
  width: 73%;
  margin-left: 10px;
  height: 24px;
  overflow: hidden;
}
#products.largeListView article {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#products.largeListView article .product-description .nameReviews {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  width: calc(35% - 48px);
}
@media (max-width: 576px) {
  #products.largeListView article .product-description .nameReviews {
    justify-content: space-between;
    width: calc(100% - 100px);
  }
}
#products.largeListView article .product-description .nameReviews .comments_note {
  order: 999;
}
@media (max-width: 575px) {
  #products.largeListView article .product-description .nameReviews .comments_note {
    width: 100%;
  }
}
#products.largeListView article .product-description .nameReviews h2 {
  line-height: 32px;
  margin-right: 5px;
  margin-top: 3px;
}
#products.largeListView article .shortDesc {
  padding-right: 95px;
}
#products.smallTilesView .shortDesc,
#products.smallTilesView .icon-cart,
#products.smallTilesView .all-combinations, #products.largeTilesView .shortDesc,
#products.largeTilesView .icon-cart,
#products.largeTilesView .all-combinations {
  display: none;
}
#products.smallTilesView form, #products.largeTilesView form {
  display: none;
}
#products.smallTilesView article, #products.largeTilesView article {
  padding-bottom: 10px;
}
#products.smallTilesView .icon-cart, #products.largeTilesView .icon-cart {
  display: none;
}
#products.smallTilesView .thumbnail-container, #products.largeTilesView .thumbnail-container {
  width: 100%;
}
#products.smallTilesView .thumbnail-container .product-thumbnail img, #products.largeTilesView .thumbnail-container .product-thumbnail img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
#products.smallTilesView .thumbnail-container .product-description, #products.largeTilesView .thumbnail-container .product-description {
  height: auto;
  width: auto;
  text-align: left;
}
#products.smallTilesView .thumbnail-container .product-description > a, #products.largeTilesView .thumbnail-container .product-description > a {
  position: relative;
  display: block;
}
#products.smallTilesView .thumbnail-container .product-description h2, #products.largeTilesView .thumbnail-container .product-description h2 {
  height: 40px;
  margin: 0;
  line-height: 1;
}
@media (max-width: 575px) {
  #products.smallTilesView .thumbnail-container .product-description h2, #products.largeTilesView .thumbnail-container .product-description h2 {
    height: 40px;
    margin: 0 0 8px;
    overflow: hidden;
  }
}
#products.smallTilesView article {
  max-width: 16.66%;
}
@media (max-width: 991px) {
  #products.smallTilesView article {
    max-width: 20%;
  }
}
@media (max-width: 767px) {
  #products.smallTilesView article {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  #products.smallTilesView article {
    max-width: 100%;
  }
}
#products.largeTilesView article {
  max-width: 20%;
}
@media (max-width: 1291px) {
  #products.largeTilesView article {
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  #products.largeTilesView article {
    max-width: 50%;
  }
}
#products.largeTilesView .heading-combinations,
#products.largeTilesView .body-combinations {
  display: none !important;
}

.heading-combinations,
.body-combinations {
  font-size: 12px;
  text-transform: uppercase;
}

.body-combinations {
  background: #f3f3f3;
  padding: 7px 10px;
  border-radius: 1px;
}
.body-combinations > div {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
  margin-bottom: 4px;
  align-items: center;
}
.body-combinations > div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.heading-combinations {
  transition: 0.4s top;
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  padding: 0 10px;
  width: 100%;
  top: 60px;
  background: #000;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .heading-combinations {
    top: 51px;
  }
}

.smallTilesView .hidden-tiles,
.largeTilesView .hidden-tiles,
.owl-carousel .hidden-tiles {
  display: none !important;
}

.qty_product_list {
  margin-right: 5px;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}/*# sourceMappingURL=style.css.map */