.categories-oceanus {
	 background-color: #ddd;
	 padding-top: 2.5rem;
	 padding-bottom: 2.5rem;
}
 .categories-oceanus .slick-prev:before, .categories-oceanus .slick-next:before {
	 font-size: 30px;
	 color: #777;
}
 .ocnwtcat-layout {
	 background: var(--theme-secondary-text);
	 border-radius: 6px;
	 overflow: hidden;
	 text-align: center;
	 position: relative;
	 box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
 .ocnwtcat-layout:hover .ocnwtcat-img img {
	 transform: scale(1.09);
	 transition: all 0.3s ease-in-out 0s;
}
 .ocnwtcat-img {
	 height: 180px;
	 overflow: hidden;
}
 .ocnwtcat-img img {
	 height: auto;
	 width: 100%;
	 object-fit: cover;
	 height: 100%;
	 border: none;
	 border-radius: 0;
	 box-shadow: none;
	 transition: all 0.3s ease-in-out 0s;
}
 .ocnwtcat-content {
	 position: relative;
}
 .ocnwtcat-content span {
	 color: var(--theme-primary-text);
	 background-color: var(--theme-primary);
	 width: 52px;
	 height: 52px;
	 font-size: 20px;
	 line-height: 52px;
	 border-radius: 50%;
	 text-align: center;
	 position: absolute;
	 top: 0;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .ocnwtcat-content span a i {
	 font-weight: 900;
	 color: var(--theme-primary-text);
	 font-size: 20px;
	 text-align: center;
}
 .ocnwtcat-review {
	 padding: 50px 0 30px;
}
 .ocnwtcat-review h3 a {
	 text-decoration: none;
	 font-size: 20px;
	 margin: 0 0 10px;
	 color: var(--theme-primary-text);
	 font-weight: 500;
}
 .ocnwtcat-review button {
	 padding: 7px 20px !important;
	 box-shadow: 0 2px 10px 0 #d8dde6;
	 display: inline-block;
	 padding: 5px 15px;
	 text-align: center;
	 font-size: 16px;
	 border: 1px solid #eaeff5;
	 border-radius: 50px;
	 transition: all 0.3s ease-in-out 0s;
}
 .ocnwtcat .owl-nav div {
	 background: #fff;
	 color: #444;
	 height: 30px;
	 border-radius: 100% !important;
	 width: 30px;
	 text-align: center;
	 font-weight: bold;
	 font-size: 12px;
	 border-radius: 3px;
	 left: 0;
	 opacity: 1;
	 position: absolute;
	 top: 50%;
	 transition: all 0.5s ease-in-out;
	 line-height: 30px;
	 left: -23px;
	 top: 50%;
	 box-shadow: 0 2px 10px 0 #d8dde6;
}
 @media screen and (max-width: 600px) {
	 .ocnwtcat .owl-nav div {
		 left: 15px;
	}
}
 .ocnwtcat .owl-nav div:hover {
	 background: #444;
	 color: #fff;
}
 .ocnwtcat .owl-nav div.owl-next {
	 left: auto;
	 right: -25px;
}
 @media screen and (max-width: 600px) {
	 .ocnwtcat .owl-nav div.owl-next {
		 right: 15px;
	}
}