.hikashop_listing_img_title { background: white;}
.hikashop_container { padding: 0 0 10px 0; background: #fff;}
.hikashop_subcontainer.thumbnail { padding: 0;}
span.hikashop_product_name { margin-top:40px;}
span.hikashop_product_name a{font-size:23px;font-weight:600;}
.hikashop_product_image { margin: -20px !important;}
div.hikashop_container { padding: 0px 20px 20px 20px;}
span.hikashop_product_name { margin-top: 40px !important;}

.hikashop_subcontainer.thumbnail .price-discount {  text-align: center;}

/*button center*/
a.hikabtn.hikacart {
    margin: auto;
    display: block;
    max-width: 150px;
}
@media(max-width:767px){
    span.hikashop_product_name a{font-size:18px; }
    .thumbnail span.hikashop_product_name{height:auto;}
    .hikashop_subcontainer.thumbnail{margin:0;}
}

/*bottom cart*/
/*div#bottom-bar-row span.hikashop_small_cart_total_title.mcart-mobile img.mcart-icon {
    position:relative;bottom:-26px;margin-right:-5px;
}*/

/*category*/
.all-product .hikashop_subcategories_listing .hikashop_container {margin-bottom:0 !important;padding: 0 !important;}
.all-product .hikashop_products_listing {display: none;}
.all-product .hikashop_container{
    border: 4px solid #ebe2cf;
    transition:all 600ms ease-in-out;
}
}
.all-product .hikashop_container:hover {
    border: 4px solid #8f0d1e !important;
}
.all-product .thumbnail {margin-bottom:0 !important;}
.all-product section#sp-main-body {background:url(/images/000_YCL/background/bg-texture.jpg);}
.all-product .hikashop_subcategories_listing .hikashop_container a{font-size:20px; font-weight:600;color:#000;}
.all-product  section#sp-main-body {padding:50px 0;}


/*category page*/
.ctg-img-border img {
    border: 4px solid #f6f4ec;
    transition:300ms ease-in-out;
}
.ctg-img-border img:hover {
    border: 4px solid #8f0d1e;
    opacity:.7;
}

/*product listing page bg*/
body.site.com-hikashop.view-product.layout-listing.task-listing section#sp-main-body {background-color:#f6f4ec;padding: 30px 0;}




/*--------------
CART ICON
---------------*/
/*top part after add item*/
div#sp-top1 a.hikashop_small_cart_checkout_link img {
    display: none;
}
div#sp-top1 a.hikashop_small_cart_checkout_link  span.hikashop_small_cart_total_title:before {
    content: ' ';
    width:22px;height:22px;
    position:absolute;top:24px;left:-32px;
    background-image:url('/images/000_YCL/icon/ycl-cart.png');
    background-size:22px;
    background-repeat:no-repeat;
}

@media(max-width:991px){
  div#sp-top1 a.hikashop_small_cart_checkout_link  span.hikashop_small_cart_total_title:before {top:30px;}
}

/*product listing*/
.hikashop_product {
    margin-bottom: 20px;
}


/*hide category*/
.category-listing .hikashop_subcategories_listing {
    display: none;
}