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

#vnlab-product-suggestions {
    padding-top: 0px;
}

#alsolike_productscategory_list_data .owl-item article{width: 100% !important;padding-left: 0px;padding-right: 0px;}
.suggestions-contents .ajax_block_product {
    width: 16.6667%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.suggestions-contents{margin-left: -10px;margin-right: -10px;margin-top: 35px;}
.suggestions-contents::after {
    clear: both;
    display: table;
    content: "";
}
.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;}

.suggestions-contents .ajax_block_product:nth-child(6n+1){clear: left;}
.suggestions-header .suggestions-title span {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.suggestions-header h2{position: relative;margin-bottom: 10px;margin-top: 0px;}
.suggestions-header h2::before{
    content: "";
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 0px;
    background-color: #f4f1e3;
    height: 1px;
    width: 100%;
    display: block;
}
.suggestions-header .suggestions-title span::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -17px;
    left: 0px;
    background-color: #000000;
    height: 2px;
    width: 100%;
    display: block;
}
.suggestions-contents .slick-list.draggable{padding-bottom: 45px;}
.suggestions-contents .slick-dots{margin-top: -50px;}
.suggestions-contents .vnlab-slick-arrow {
    visibility: visible;
    opacity: 1 !important;
    visibility: visible !important;
    top: -65px;
    right: 10px;
    left: auto;
    border-radius: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.suggestions-contents .vnlab-slick-arrow.slick-prev {
    right: 50px !important;left: auto !important;
}
.suggestions-contents .vnlab-slick-arrow.slick-next {
    right: 10px !important;left: auto !important;
}
@media(max-width: 767px){
    .suggestions-contents article:not(.vnlab-list-display) .article-bottom-action .article-quickview{
        right: 15px !important;
    }
    .suggestions-contents article:not(.vnlab-list-display) .article-bottom-action .compare{left: 15px !important;}
    .suggestions-header .suggestions-title span{font-size: 20px;}
}

@media(max-width: 370px){
    .suggestions-header .suggestions-title span{font-size: 17px;}
}