.bx-breadcrumb{
margin-top: 4em;
}
.bx-breadcrumb .bx-breadcrumb-item span{
font-size: 14px;
}

.catalog-item-2 .hover .inverted{
	left: 0%;
}
.catalog-item-2 .catalog-item-2-title{
	    z-index: 100000;
    position: relative;
}

.catalog-item-2 {
 border: 1px solid #eee;
 height: 440px;
 margin-bottom: 2em;
 overflow: hidden;
 padding: 1em;
 position: relative;
 text-align: center;
}
.catalog-item-2 .hover {
 background: rgba(0,0,0,.1);
 height: 100%;
 left: 0;
 opacity: 0;
 position: absolute;
 text-align: center;
 top: 0;
 transition: all .3s ease 0s;
 width: 100%;
 z-index: 15;
}
.catalog-item-2 .hover > div {
 transform: scale(.8) translateY(2em);
 transition-timing-function: ease-out;
 box-shadow: none;
 border: none;
 position: relative;
 top: 45%;
 transition: all .2s ease 0s;
}
.catalog-item-2:hover .hover,
.catalog-item-2:focus .hover,
.catalog-item-2:active .hover {
 opacity: 1;
}
.catalog-item-2:hover .hover > div,
.catalog-item-2:focus .hover > div,
.catalog-item-2:active .hover > div {
 transform: scale(1) translateY(0);
}
.catalog-item-2-title {
 color: #383838;
 display: block;
 font-size: 1.2em;
 font-weight: 600;
}
.catalog-item-2:hover .catalog-item-2-title,
.catalog-item-2:focus .catalog-item-2-title,
.catalog-item-2:active .catalog-item-2-title {
 color: #000;
}
.catalog-item-2 .catalog-item-2-image {
 transition: all 1.2s cubic-bezier(.2,1,.2,1);
 transform: translateY(0) scale(1);
}
.catalog-item-2:hover .catalog-item-2-image,
.catalog-item-2:focus .catalog-item-2-image,
.catalog-item-2:active .catalog-item-2-image {
 transform: translateY(-5px) scale(1.1);
}

.s5ths,
.m5ths,
.l5ths,
.xl5ths {
 margin-left: auto;
 left: auto;
 right: auto;
}

.row .col.s5ths {
 width: 20%;
}

@media only screen and (min-width: 601px) {
 .row .col.m5ths {
   width: 20%;
 }
}

@media only screen and (min-width: 993px) {
 .row .col.l5ths {
   width: 20%;
 }
}

@media only screen and (min-width: 1201px) {
 .row .col.xl5ths {
   width: 20%;
 }
}

.catalog-detail h2 {
   border-bottom: 1px solid;
   font-weight: 600;
   display: inline-block;
   margin-bottom: .5em;
   margin-top: 0;
}
.owl-nav {position: absolute; top:-50px; right:0;}
.owl-nav .owl-prev {margin-right:3px;}
.owl-nav .owl-next span, .owl-nav .owl-prev span {color:#fff !important; padding: 0px 10px !important; background: #ccc !important; font-size:28px !important;}
.owl-nav .owl-next span:hover, .owl-nav .owl-prev span:hover {background: rgb(45, 123, 101) !important;}

.h3_2 {margin: 1.46rem 0 1.168rem;
  font-family: "ProspectC", "Roboto", "Arial";
      font-weight: 500;
          border-bottom: 1px solid;
    display: inline-block;
    padding: 0 0 0.5em;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 110%;
}

.w-100 .afbf alx_feed_back {width:100%;}