
/* ================================
   main
   -------------------------------- */


/* ------------------ product detail ------------------ */
.detail-wrap{padding:0;border:0;background:none;}
.product-view{width:auto;float:none;padding:0;margin:0 -10px;}
.product-view .product-img{display:none;}
.product-view .small-img-wrap{display:none;}
.mobile-product-view{position:relative;width:100%;margin:0 auto;}
.mobile-product-view .mobile-img-item,.mobile-product-view .mobile-img-item img	{position:relative;width:100%;}
.mobile-product-view:after{content:"";width:100%;height:30px;display:block;overflow:hidden;background:rgba(0,0,0,0.1);position:absolute;left:0;bottom:0;}
.product-intro{padding-bottom:0;}
.mobile-product-view .owl-dots {bottom:5px;z-index: 11;}
.mobile-product-view .owl-prev,.mobile-product-view .owl-next{ display:block; width:40px; height:40px; position:absolute; top:50%; margin-top:-20px; background-image:url(../img/mobile_gallery_arrows.png); background-repeat:no-repeat; background-color:transparent; background-size:60px 30px; text-indent:-9999em; overflow:hidden; opacity:0.15;}
.mobile-product-view .owl-prev{background-position:0 0; left:10px;}
.mobile-product-view .owl-next{background-position:-30px 0; right:10px;}



