﻿.custom-slidercates.so-categories {
  margin: 0;
  margin-top: 20px;
  position: relative; }
  .custom-slidercates.so-categories .owl2-carousel .owl2-item img {
    transform-style: unset; }
  .custom-slidercates.so-categories .form-group {
    margin-bottom: 0; }
  .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next {
    width:42px;
    height:45px;
    line-height:45px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -40px;
    display: inline-block;
    float: none;
    border-radius: 0;
    z-index: 99;
    opacity: 1; }
   .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:before, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:before {
    opacity: 1;
    color: #505b61;
    font-weight: 400;
    font-family: 'FontAwesome';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s; }
   .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev.owl2-next, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next.owl2-next {
    right: -2px;
    left: auto;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
	
   .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev.owl2-prev, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next.owl2-prev {
    left: -2px;
    right: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
	
   .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:hover, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:hover {
    background-color: #fff; }
    .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-prev:hover:before, .custom-slidercates.so-categories .owl2-controls .owl2-nav .owl2-next:hover:before {
      color: #222; }
  .custom-slidercates.so-categories .cat-wrap {
    margin-top: 10px;
    margin-bottom: 45px;
    position: static; }
   .custom-slidercates.so-categories .cat-wrap .owl2-stage-outer {
    direction: ltr;
    overflow: unset;
    position: static; }
   .custom-slidercates.so-categories .cat-wrap .content-box {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative; }
   .custom-slidercates.so-categories .cat-wrap .content-box:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    background-color: #171717; }
   .custom-slidercates.so-categories .cat-wrap .content-box:hover .cat-title a {
    color: #171717; }
   .custom-slidercates.so-categories .cat-wrap .content-box:hover:before {
    left: 0;
    width: 100%; 
    transition: all 0.3s ease 0s;
    background-color: #171717; }
   .custom-slidercates.so-categories .cat-wrap .content-box .image-cat img {
    border: none; }
   .custom-slidercates.so-categories .cat-wrap .content-box .image-cat img:hover {
      opacity: 1;
      transform: scale(1.05); }
   .custom-slidercates.so-categories .cat-wrap .content-box .cat-title {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0; }
   .custom-slidercates.so-categories .cat-wrap .content-box .cat-title a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 10px; }
     .custom-slidercates.so-categories .cat-wrap .content-box .cat-title a:hover {
      color: #171717; }
   .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title {
    float: left;
    width: 100%;
    font-size: 10px; }
     .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title .arrow {
      display: none; }
     .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a {
      position: relative;
      padding-left: 20px;
      line-height: 20px; }
     .custom-slidercates.so-categories .cat-wrap .content-box .child-cat .child-cat-title a:before {
      position: absolute;
      content: "\f18e";
      font-family: FontAwesome;
      top: -6px;
      left: 0;
      color: #171717;
      font-size: 10px; }
   .custom-slidercates.so-categories .cat-wrap .content-box .btn-more {
    margin-top: 20px; }
   .custom-slidercates.so-categories .cat-wrap .content-box .btn-more a {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #171717;
    float: left; }
     .custom-slidercates.so-categories .cat-wrap .content-box .btn-more a:hover {
      background-color: #17181b; }
