.com-hikashop.view-product #sp-main-body {
    position: relative;
}

.com-hikashop.view-product #sp-main-body:after {
    position: absolute;
    content:'';
    background: url(/images/0_huayee/about/about-pattern-004.png) no-repeat scroll right top / contain;
    width: 1920px;
    height: 150px;
    right: 0px;
    bottom: -2px;
}

@media(max-width:768px){
.com-hikashop.view-product #sp-main-body:after {
    position: absolute;
    content:'';
    right: -60px;
}}

#hikashop_product_left_part img.hikashop_child_image {
    height: auto;
    width: 50px;
}

#hikashop_product_right_part .detail-description {
    margin-top: 15px;
}

#hikashop_product_right_part .hikashop_product_stock_count {
    color: #ff0000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}

img.hikashop_cart_product_image {
    margin-right: 20px !important;
}

@media only screen and (max-width: 760px){
table.hikashop_cart_products tbody td img.hikashop_cart_product_image {
    margin-top: 30px;
    margin-bottom: -20px;
}}