.cats_product {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cats_product {
    display: none;
  }
  .cats_product:before,
  .cats_product:after {
    content: " ";
    display: table;
  }
  .cats_product:after {
    clear: both;
  }
  .cats_product:before,
  .cats_product:after {
    content: " ";
    display: table;
  }
  .cats_product:after {
    clear: both;
  }
}
.cats_product .item {
  display: table-cell;
  
}

@media (max-width: 768px) {
  .cats_product .item {
    display: block;
    /*width: 33.33%;*/
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}



.cats_product .item:last-child > a {
  padding-right: 0;
}
.cats_product .item:last-child > a > span.title {
  right: 0;
}
.cats_product div > a {
  display: block;
  position: relative;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .cats_product .item > a {
    padding: 0;
  }
}
.cats_product div > a:hover > img {
  opacity: 0.8;
}
.cats_product div > a:hover > span.title {
  /*padding: 5px 0 15px 0;*/
  background-color: rgba(228, 174, 0, 0.8);
}
.cats_product div > a > img {
  -webkit-transition: all 200ms linear 200ms;
  -o-transition: all 200ms linear 200ms;
  transition: all 200ms linear 200ms;
  width: 100%;
  
  /*border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;*/
}

.cats_product div > a > span.title {
  -webkit-transition: all 200ms linear 200ms;
  -o-transition: all 200ms linear 200ms;
  transition: all 200ms linear 200ms;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 10%;
  right: 10px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(0, 0, 171, 0.8);

}
@media (max-width: 768px) {
  .cats_product div > a > span.title {
    right: 0;
  }
}



.product-slider-new {margin-bottom: 20px; margin-left: 20px; margin-right: 20px;}


.product-slider-new .item {
    position: relative;
}
.product-slider-new .item.center {
    text-align: left !important;
}
.product-slider-new .img img {
    max-width: 100%;
    height: auto;
    display: block;
}
.product-slider-new .inform {
    padding: 50px 70px;
    box-sizing: border-box;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.product-slider-new .item.center .inform {
    margin-left: 40%;
}
.product-slider-new .inform .name {
    font-size: 32px;
    color: #e4ae00;
    text-shadow: #000 1px 1px 2px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 6px;
    line-height: 1.3;
}
.product-slider-new .inform .text {
    display:inline-block;
    padding: 10px;
    background: rgba(255, 255, 255, 0.55);

    font-size: 26px;
    color: #0000ab;
    font-weight: 400;
    margin: 6px 0;
    line-height: 1.3;
}
.product-slider-new .inform .more {
    display: flex;
    margin-top: 16px;
}
.product-slider-new .inform .more a {
    padding: 0 10px;
    line-height: 28px;
    background: #e4ae00;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.product-slider-new .inform .more a:hover {
    background: #be8600; color: #fff;
}

@media screen and (max-width: 1000px) {
    .product-slider-new .inform {
        padding-top: 0;
        padding-bottom: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-slider-new .inform .name {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .product-slider-new .inform .text {
        font-size: 20px;
    }
    .product-slider-new .inform .more {
        margin-top: 10px;
    }
}


.product-slider-new .owl-carousel .owl-nav {
    position: static;
}
.product-slider-new .owl-carousel .owl-nav button.owl-prev,
.product-slider-new .owl-carousel .owl-nav button.owl-next {
    overflow: hidden;
    text-indent: -9999px;

    outline: none !important;

    position: absolute;
    top: 55%;
    left: -32px;
    margin-top: -22px;

    width: 24px;
    height: 24px;
    background-image: url("/_design/img/arrow-red.png");
    background-position: center;
    background-repeat: no-repeat;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

    opacity: 0;
}
.product-slider-new .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -24px;

    transform: rotate(180deg);
}

.product-slider-new .owl-carousel .owl-nav button {
    opacity: 0.5!important;
}

.product-slider-new .owl-carousel:hover .owl-nav button {
    opacity: 1!important;
}

.product-slider-new .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
}
.product-slider-new button.owl-prev,
.product-slider-new .owl-carousel button.owl-dot {
    background: rgba(228, 174, 0, 0.5);
    /*border-radius: 100px;*/
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    padding: 0 !important;
    box-sizing: border-box;

    width: 12px;
    height: 12px;

    margin: 0 5px;

    outline: none !important;
}
.product-slider-new button.owl-prev, .owl-carousel button.owl-dot.active {
    background: #0000ab;
}

@media screen and (max-width: 1200px) {
    .product-slider-new .owl-dots {
        position: static;
        margin-top: 8px;
    }
    .product-slider-new button.owl-prev,
    .product-slider-new .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
    }

    .product-slider-new .inform {
        padding-top: 0;
        padding-bottom: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .product-slider-new .owl-carousel .owl-nav {
        display: none;
    }

    .product-slider-new {
        margin-left: -15px;
        margin-right: -15px;
    }
    .product-slider-new .inform .name {
        font-size: 25px;
        margin-bottom: 3px;
    }
    .product-slider-new .inform .text {
        font-size: 20px;
    }
    .product-slider-new .inform .more {
        margin-top: 10px;
    }
    .product-slider-new .img {
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
    }
    .product-slider-new .item.center .img {
        justify-content: flex-start;
    }
    .product-slider-new .img img {
        width: 1066px;
        height: 300px;
        max-width: unset;
    }
    .product-slider-new .item.center .inform {
        margin: 0;
    }
    .product-slider-new .item .inform {
        top: auto;

        padding: 20px;
        margin: 0;
        justify-content: flex-end;
        background: rgba(255, 255, 255, 0.8);

    }

.product-slider-new .owl-carousel button.owl-dot {
    background: rgba(228, 174, 0, 0.9);}

.product-slider-new button.owl-prev, .owl-carousel button.owl-dot.active {
    background: #0000ab;
}
    .product-slider-new .item .inform .name {
        font-size: 22px;
        color: #e4ae00;
    	text-shadow: #5c4551 0 0 2px;
        letter-spacing: 1px;
    }
    .product-slider-new .item .inform .text {
        font-size: 18px; font-weight: 400;
        color: rgba(0, 0, 171);
    padding-left: 0px;
    padding-right: 0px;
    background: none;

    }
    .product-slider-new .inform .more a { }
}


.product-slider-new .owl-stage-outer {
    overflow: hidden!important;
}

@media (max-width: 760px) {
 .cats_product {display: none!important;}
}

.product-slider-new .owl-carousel .owl-nav.disabled {display: block;}

@media (max-width: 768px) {
.product-slider-new .owl-carousel .owl-nav.disabled {display: none;}
}
