﻿

.page-shop-now .shop-now-item{
    display:block;
    position:relative;
}

.page-shop-now .shop-now-item-wrapper {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    /* padding: 0 15px 15px 15px; */
    padding: 0px;
}
.page-shop-now .shop-now-item-wrapper .image-product {
    /*max-height: 340px;*/
    overflow: hidden;
}

.page-shop-now .shop-now-item-wrapper .image-product img{
    width:100%;
    display:table;
    margin: 0 auto;
}

.page-shop-now .shop-now-item-wrapper .product-info {
    min-height: 60px;
    max-width: 100%;
    text-align: center;
    width: 100%;
    display: table;
    height: 80px;
}

.page-shop-now .shop-now-item-wrapper .product-info .product-name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
}


.category-wrapper-item .shop-now-hender-category-waprrer .category-name {
    font-size: 12.5pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #333 !important;
}
.category-wrapper-item .shop-now-hender-category-waprrer .category-seemore {
    font-size: 11pt;
    display: table;
    text-align: center;
    
}

.category-wrapper-item .shop-now-hender-category-waprrer .category-seemore span {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.category-wrapper-item .shop-now-hender-category-waprrer {
    margin-bottom:5px;
    border-bottom: 1px solid #eee;
    margin-left:35px;
    margin-right:35px;
}
    .category-wrapper-item .shop-now-hender-category-waprrer::after {
        clear: both;
        content: " ";
        display: block;
    }


.category-wrapper-item .shop-now-hender-category-waprrer .category-seemore .ic-see-more {
    padding-left: 6px;
    font-size: 20pt;
}

    .category-wrapper-item .shop-now-hender-category-waprrer .category-seemore:focus,
    .category-wrapper-item .shop-now-hender-category-waprrer .category-seemore:hover {
        cursor: pointer;
    }

    .product-category-slider-wrapper {
       display:block;
       margin-bottom:15px;
    }

        .product-category-slider-wrapper.is-mobile {
            margin-left: 30px;
            margin-right: 30px;
        }

            .product-category-slider-wrapper.is-mobile .shop-now-item-wrapper {
                margin-top: 30px;
            }

        .product-category-slider-wrapper .shop-now-item-wrapper {
            margin: 0px 10px;
        }
        .product-category-slider-wrapper.non-slider .shop-now-item-wrapper {
            width: 100%;
            margin: 15px 8px 0px 8px;
        }



        .product-category-slider-wrapper.slick-slider .slick-list {
            padding-bottom: 20px;
            padding-top: 20px;
        }
        .product-category-slider-wrapper.non-slider {
            padding-bottom: 25px;
            margin: 0 35px;
        }
.product-category-slider-wrapper .slick-list{
    margin:0px 30px;
}

.is-mobile .shop-now-item-hover {
    display: block;
    background: none;
    height: 100%;
    position: relative;
}
    .is-mobile .shop-now-item-hover .image-hover {
        position: absolute;
        top: 30px;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .is-mobile .shop-now-item-hover .product-description {
        position: absolute;
        bottom: 55px;
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }


@media only screen and (min-width:760px) and (orientation:landscape){
    .is-mobile .shop-now-item-hover .product-description{
        bottom:100px;
    }
}


@media (min-width: 768px) {
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .product-category-slider-wrapper.non-slider .shop-now-item-wrapper{
        width: calc(25% - 20px);
    }
}
.product-grid{
    margin-top:30px;
}
    .product-grid .shop-now-item-wrapper{
        margin-bottom:30px;
    }

    .page-shop-now {
        margin-top: 30px;
    }
.shop-now-list .product-image {
    width:100%;
    margin:0 auto;
    display:block;
}
.page-shop-now .img-logo-product {
    position: absolute;
    width: 100%;
}
    .page-shop-now .img-logo-product img.image-hover {
        margin: 0 auto;
    }
    
   .is-mobile .page-shop-now .img-logo-product {
    display: none;
}