﻿.ocarousel .item-box {
  width: 100% !important;
  margin: 10px 0 !important;
}

.carousel-product .ocarousel .owl-nav button.owl-prev,
.carousel-product .ocarousel .owl-nav button.owl-next {
  padding: 0 !important;
  font: inherit;
  display: inline-block;
  color: #999;
  background: #fff !important;
  font-size: 0;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  transition: all .3s;
  z-index: 5;
  text-align: center !important;
  border: solid 2px #dddfe5 !important;
}

.ocarousel .owl-nav button.owl-prev {
  left: 0;
}

.ocarousel .owl-nav button.owl-next {
  right: 0;
}

.ocarousel .owl-nav {
  margin-bottom: 30px;
  color: #999;
}

.ocarousel-grid .carousel-product .owl-nav::after {
  content: "";
  width: 100%;
  right: 10px;
  border-bottom: solid 1px #dddfe5;
  display: flex;
  margin: -20px -10px;
  position: absolute;
  z-index: 0;
  text-align: center;
}

.ocarousel-grid .owl-nav button.owl-next:hover {
  background: #4caf50 !important;
  color: #fff;
}

.ocarousel-grid .owl-nav button.owl-next:focus {
  outline-color: #4caf50;
}

.ocarousel-grid .owl-nav button.owl-prev:hover {
  background: #4caf50 !important;
  color: #fff;
}

.ocarousel-grid .owl-nav button.owl-prev:focus {
  outline-color: #4caf50;
}

.ocarousel-grid .owl-nav button span {
  font-size: 32px;
  line-height: 32px;
}

.ocarousel .owl-dots {
  display: none;
}

.ocarousel-grid {
  max-width: 1300px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

  .ocarousel-grid .title {
    font-size: 30px;
    font-weight: 200 !important;
    text-align: center;
    text-transform: uppercase;
    color: #4caf50;
    margin: 20px 0;
    z-index: 50;
    position: relative;
    font-family: 'barlowbold';
    width: 100%;
  }

  .ocarousel-grid .category-item .title {
    margin: 0;
  }

  .ocarousel-grid .title strong {
    /*font-weight: normal;*/
  }

.ocarousel .category-name,
.ocarousel .manufacturer-name {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.ocarousel-item {
  margin: 0 0 80px;
}

.ocarousel-background {
  padding: 50px 0 0;
  position: relative;
  margin-bottom: 80px;
}

  .ocarousel-background::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    z-index: 0;
  }

  .ocarousel-background .custom-container {
    position: relative;
    z-index: 1;
  }

.ocarousel-grid .item-box .product-item .description {
  display: none;
}

.carousel-category .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

  .carousel-category .owl-nav .owl-next {
    position: absolute;
    right: 30px !important;
  }

  .carousel-category .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }

  .carousel-category .owl-nav .owl-prev,
  .carousel-category .owl-nav .owl-next {
    background: #4caf50 !important;
    border: 1px solid #fff !important;
  }

.featured-category-title::before {
  content: '';
  position: relative;
  width: 40px;
  height: 3px;
  background: #4caf50;
  z-index: 1;
  display: block;
  margin: auto auto 10px auto;
  bottom: 0;
}

.manufactures-area .ocarousel-item {
  margin: 2px !important;
}

.footer .ocarousel-grid {
  padding: 0 !important;
}
