/*
* 	Default theme - Owl Carousel CSS File
*/

.et_pb_section.category-nav-carousel {
  background-image: url('/wp-content/themes/Divi-child/assets/images/category-nav-bg.svg');
  background-color: rgba(255, 255, 255, 0) !important;
  background-repeat: no-repeat;
  background-position: center bottom;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
          src='/wp-content/themes/Divi-child/assets/images/category-nav-bg.svg',
          sizingMethod='scale');
  padding-top: 0;
}
.et_pb_section.category-nav-carousel .et_pb_row {
  padding-top: 0;
}
.owl-theme .item {
  height: auto;
  padding: .5rem .8rem .1rem;
  list-style: none;
  text-align: center;
}
.owl-theme .item.current, .owl-theme .active .item:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.owl-theme .item img {
  margin: 0 auto;
  transform-style: initial; /* fix for images that don't change opacity */
  width: 85%;
}
.owl-theme .item h4 {
  margin: 0 auto 6px;
  transform-style: initial; /* fix for images that don't change opacity */
  padding-bottom: 0px;
  font-size: 14px;
  font-family: "dinbold", Arial, sans-serif;
}
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  width: 16px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  background-image: url('/wp-content/themes/Divi-child/assets/images/scroll-arrows.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 0.5;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav .owl-prev {
  left: -20px;
  background-position: -82px 0;
}
.owl-theme .owl-nav .owl-next {
  right: -20px;
  background-position: -100px 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* products active states */
.page-id-680 .item.item-01,
.page-id-1098 .item.item-02,
.page-id-1129 .item.item-03,
.page-id-1144 .item.item-04,
.page-id-1150 .item.item-05,
.page-id-1155 .item.item-06 {
  opacity: 0.5;
}
.page-id-680 .item.item-01 a:hover,
.page-id-1098 .item.item-02 a:hover,
.page-id-1129 .item.item-03 a:hover,
.page-id-1144 .item.item-04 a:hover,
.page-id-1150 .item.item-05 a:hover,
.page-id-1155 .item.item-06 a:hover {
  cursor: default;
}
/* capabilities active states */
.page-id-782 .item.item-01,
.page-id-802 .item.item-02,
.page-id-812 .item.item-03,
.page-id-824 .item.item-04,
.page-id-829 .item.item-05,
.page-id-835 .item.item-06,
.page-id-841 .item.item-07 {
  opacity: 0.5;
}
.page-id-782 .item.item-01 a:hover,
.page-id-802 .item.item-02 a:hover,
.page-id-812 .item.item-03 a:hover,
.page-id-824 .item.item-04 a:hover,
.page-id-829 .item.item-05 a:hover,
.page-id-835 .item.item-06 a:hover,
.page-id-841 .item.item-07 a:hover {
  cursor: default;
}
