/*******************/

#dor-product-suggestions {
    padding-top: 45px;
}

#alsolike_productscategory_list_data .owl-item article{width: 100% !important;padding-left: 0px;padding-right: 0px;}

.block_alsolike_productscategory{position: relative;}
.also-title-header {
    margin-bottom: 25px;
}
.also-title-header h3 span {
    font-size: 27px;
    font-weight: 400;
    position: relative;
}
.also-title-header > h3 {
    margin-top: 0;margin-bottom: 0px;
}
.block_alsolike_productscategory .owl-carousel .owl-nav .owl-prev{right: 42px;}
.block_alsolike_productscategory .owl-carousel .owl-nav .owl-prev,
.block_alsolike_productscategory .owl-carousel .owl-nav .owl-next{
    background-color: #f5f5f5;
    position: absolute;
    top: -1px;
    margin-top: 0px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.block_alsolike_productscategory .owl-carousel .owl-nav .owl-prev i,
.block_alsolike_productscategory .owl-carousel .owl-nav .owl-next i{
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 700;
}

.block_alsolike_productscategory .also-title-header h3 {
    display: inline-block;
    position: relative;
    width: calc(100% - 100px);
}
.block_alsolike_productscategory .also-title-header h3::before {
    background-color: #f5f5f5;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    top: 16px;
    width: 100%;
}
.block_alsolike_productscategory .also-title-header h3::after {
    background-color: #f5f5f5;
    content: "";
    height: 1px;
    left: auto;
    position: absolute;
    right: 0;
    top: 18px;
    width: 100%;
}
.block_alsolike_productscategory .also-title-header span{
    padding-right: 10px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    display: inline-block;
}
.block_alsolike_productscategory h3 > span{color: #101010;}