/* Add here all your CSS customizations */
.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 7px;
}

.searchInput {
    border-top-left-radius: 60px !important;
    border-bottom-left-radius: 60px !important;
    background: #fff;
}
.owl-img{
    max-height: 400px;
}

.thumb-info img.img-fluid-t {
    left: 50%;
    max-width: 50%;
    height: 100%;
    max-height: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme-t {
    width: 250px;
}
.product-thumb-info-image img.img-fluid-t {
    left: 50%;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
}

 .onsale {
    background-color: #0088CC;
    border-bottom-color: #006da3;
    position: absolute;
    background-image: none;
    border-radius: 100%;
    left: auto;
    right: 0;
    top: -15px;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    z-index: 10;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9em;
    color: #FFF;
    border-bottom: 2px solid transparent;
}


.product-img {
   padding: 50px;
}
.owl-img-t img {
   width:50%;
}

#owl-img-t {
   width:80%;
}

.slider-title {
    padding-top:100px;
    padding-left:170px;
    color:#fff;
    
}
.slider-subtitle {
    padding-left:170px;
    color:#fff;
    font-size: 20px;
}
