.rounded-15 {
    border-radius: 15px !important;
}

.product-box .image-in-factor {
    height: 250px;
    /* border-bottom: 2px solid #ededed; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 1s ease-out;
}

.preserveLines {
    white-space: pre-wrap;
}

.color-golden {
    color: gold;
}

section#header #search-nav #search-bar {
    height: 44px;
    line-height: 30px;
    background-color: #dee6ff;
    border: 1px solid #fef3c4;
}

section#header #search-nav #search-bar input {
    font-size: 14px;
    width: 96%;
}

#header-logo img {
    /* height: 100%; */
}

section#slider .carousel-control-prev-icon {
    padding: 20px;
}

.title-article {
    color: #282828;
    line-height: 23px;
    padding-top: 10px;
    transition: 0.2s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title > a{
    line-height: 23px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
}

p {
    margin: 0;
}

.carousel-item img {
    /* height: 500px; */
    width: 93% !important;
    margin: auto;
    border-radius: 15px;
}

.blog-entry-title > a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.breadcrumb-item + .breadcrumb-item{
    padding-right: 0 !important;
}

