.products_tab .item {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: calc(20% - 20px);
  margin: 0px 10px;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .products_tab .item {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 630px) {
  .products_tab .item {
    width: calc(30% - 20px);
    margin: 8px;
  }
}
@media screen and (max-width: 414px) {
  .products_tab .item {
    width: calc(50% - 16px);
  }
}

.tab_content .products_tab {
  display: flex;
  margin: 0px -20px;
}
@media screen and (max-width: 414px) {
  .tab_content .products_tab {
    margin: 0px -5px;
  }
}

.products_tab .tab_title {
  position: relative;
  margin-bottom: 11px;
  padding-right: 10px;
  margin-left: 23px;
}

.products_tabs .tab_title {
  border-bottom: 0px;
  position: relative;
  background-color: var(--main-color);
  text-align: center;
}

.products_tabs .tab_title li {
  transition: 0.5s;
  /* display: inline; */
  z-index: 10;
  min-width: 116px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  font-size: 22px;
  position: relative;
  display: inline-block;
  transition: 0.3s ease-in-out all;
  padding: 18px 0;
  position: relative;
}
.products_tabs .tab_title li span {
  font-weight: 600;
}

.products_tabs .tab_title li.first-item:before {
  display: none;
}

.products_tabs .tab_title:after {
  content: "";
  clear: both;
  float: none;
  display: block;
}

.products_tabs .tab_content {
  margin: 0;
  margin-top: 12px;
}

/************************** OLD *************/
.products_tab .owl-controls {
  position: unset;
}

.products_tab .owl-nav {
  display: block;
  position: unset;
}

.owl-theme .owl-controls {
  text-align: center;
}

.products_tab .owl-nav .owl-prev, .products_tab .owl-nav .owl-next {
  display: block !important;
  height: 26px;
  position: absolute;
  top: -40px;
  width: 26px;
  /* opacity: 0;*/
  /* padding: 3px 10px;*/
  border: 1px solid #eee;
  /*border-radius: 50%;*/
  font-size: 33px;
  line-height: 17px;
  box-sizing: border-box;
  background: #FFF;
}

.products_tab .owl-nav .owl-prev {
  right: 50px;
}

.products_tab .owl-nav .owl-next {
  right: 20px;
}

/*.owl-carousel:hover .owl-prev,.owl-carousel:hover .owl-next{
	opacity: 1;
    }*/
.products_tab .owl-nav .owl-prev:hover {
  background: var(--extra-color);
  color: white;
  opacity: 1;
  transition: all 0.5s ease;
}

.products_tab .owl-nav .owl-next:hover {
  background: var(--extra-color);
  color: white;
  opacity: 1;
  transition: all 0.5s ease;
}

.slideshow-home .slideshow-home-title {
  padding: 15px 20px;
}

.slideshow-home .slideshow-home-title span {
  color: #ff2a00;
  font-size: 16px;
  text-transform: uppercase;
}

.slideshow-home .slideshow-home-prev, .slideshow-home .slideshow-home-next {
  display: block !important;
  height: 36px;
  position: absolute;
  top: 36%;
  width: 12px;
}

.slideshow-home .slideshow-home-prev {
  background: rgba(0, 0, 0, 0) url("../images/icon-prev.png") no-repeat scroll 0 0;
  left: 10px;
}

.slideshow-home .slideshow-home-next {
  background: rgba(0, 0, 0, 0) url("../images/icon-next.png") no-repeat scroll 0 0;
  right: 10px;
}

@media screen and (max-width: 668px) {
  .slideshow-home-item > p {
    display: none;
  }
  .slideshow-home-item > p.shiped {
    display: block;
  }
  .products_tabs .tab_title li {
    font-size: 20px;
  }
  .products_tabs .tab_title li:first {
    display: block;
  }
}/*# sourceMappingURL=products_tabs.css.map */