/* Less Variables */
/* Font */
/*Color */
/*Background */
/*Font-weight*/
/*Footer */
.top-content-home .container {
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
}
.top-content-home .section-element {
  margin-top: 10px;
  position: relative;
  margin-bottom: 105px;
  padding: 0;
  padding-bottom: 20px;
}
.top-content-home .section-element p {
  margin: 0;
  padding: 0;
}
.top-content-home .section-element:before {
  content: '';
  background: #ebebeb;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.top-content-home .section-element .group-title1 {
  display: none;
}
.top-content-home .section-element .tabs-categories_tab {
  display: none;
}
.categorytab-container .category_tab_slider2 {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.categorytab-container .category_tab_slider2 > div {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.categorytab-container .category_tab_slider2 > div .product-image-container {
  width: 100% !important;
}
@media (min-width: 1199px) {
  .categorytab-container .category_tab_slider2 > div.product-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .categorytab-container .category_tab_slider2 > div.product-item:nth-child(12) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
  }
}
.categorytab-container .category_tab_slider2 .product-item:hover .box-product-info {
  opacity: 1;
  visibility: visible;
}
.categorytab-container .category_tab_slider2 .product-item:hover .product-photo .action-bottom,
.categorytab-container .category_tab_slider2 .product-item:hover .product-photo .product-list-item .action-bottom {
  opacity: 1;
  visibility: visible;
}
.categorytab-container .category_tab_slider2 .product-item .box-product-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.categorytab-container .category_tab_slider2 .product-item .box-product-info .product-info {
  margin-top: 0;
}
.categorytab-container .category_tab_slider2 .product-item .box-product-info .product-info .product-name {
  padding: 0;
}
.categorytab-container .category_tab_slider2 .product-item .box-product-info .product-info .product-name .product-item-name {
  padding: 0;
}
.categorytab-container .category_tab_slider2 .product-item .addto-links-icons,
.categorytab-container .category_tab_slider2 .product-list-item .addto-links-icons {
  bottom: 100px;
  max-width: 330px;
  margin: auto;
}
.categorytab-container .category_tab_slider2 .product-item .product-info .actions-primary,
.categorytab-container .category_tab_slider2 .product-list-item .product-info .actions-primary {
  left: 0;
  right: 0;
  text-align: center;
}
.categorytab-container .category_tab_slider2 .action-bottom,
.categorytab-container .category_tab_slider2 .product-list-item .action-bottom {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.categorytab-container .tab_container {
  position: relative;
}
.categorytab-container .tab_container .view-more-buton {
  margin-top: 97px;
  margin-bottom: 95px;
}
.categorytab-container .tab_container .view-more-buton .view-more {
  padding: 0;
  background: 0 0;
  border: none;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.categorytab-container .tab_container .view-more-buton .view-more:hover {
  color: #12c1db;
}
.product-item .newlabel,
.product-list-item .newlabel {
  background: #12c1db;
}
.shipping-support-home {
  background: #333333;
  border-bottom: 1px solid #333333;
}
.shipping-support-home .col-content {
  padding: 50px 0 40px;
  display: flex;
  justify-content: center;
  border-right: 1px solid #333333;
}
.shipping-support-home .col-content:last-child {
  border-right: 0;
}
.shipping-support-home .col-content .box-content p {
  color: #666666;
}
@media (max-width: 1199px) {
  .Home_Static_text:before {
    content: '';
    background: #ebebeb;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
  .top-content-home .section-element:before {
    content: '';
    background: #ebebeb;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
  .categorytab-container .category_tab_slider2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wrapper_slider .owl-theme {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .categorytab-container .category_tab_slider2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .categorytab-container .category_tab_slider2 {
    display: block;
  }
  .categorytab-container .category_tab_slider2 > div {
    margin-bottom: 20px;
  }
  .categorytab-container .category_tab_slider2 > div:last-child {
    margin-bottom: 0;
  }
  .categorytab-container .category_tab_slider2 {
    grid-template-columns: auto;
  }
}
