@charset "utf-8";

/* Clearfix */
.newclearfix:after{clear:both; content:' '; display:block; font-size:0; height:0; line-height:0; visibility:hidden; width:0}
* html .newclearfix,:first-child+html .newclearfix{zoom:1}
.TrendsA-Carousel-Best .owl-wrapper:after{content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}

/* display none until init */
.TrendsA-Carousel-Best{display:none; position:relative; margin:0 auto; width:100%; -ms-touch-action:pan-y}
.TrendsA-Carousel-Best .owl-wrapper{display:none; position:relative; -webkit-transform:translate3d(0px, 0px, 0px)}
.TrendsA-Carousel-Best .owl-wrapper-outer{overflow:hidden; position:relative; width:100%}
.TrendsA-Carousel-Best .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out; -moz-transition:height 500ms ease-in-out; -ms-transition:height 500ms ease-in-out; -o-transition:height 500ms ease-in-out; transition:height 500ms ease-in-out}
.TrendsA-Carousel-Best .owl-item{float:left}
.TrendsA-Carousel-Best .owl-item .item{margin:0 10px 0 0}
.TrendsA-Carousel-Best .owl-item a,
.TrendsA-Carousel-Best .owl-item a:hover{text-decoration:none}
.TrendsA-Carousel-Best .owl-item .check{position:absolute; left:0; top:0}
.TrendsA-Carousel-Best .owl-item .item-thumbnail{display:block}
.TrendsA-Carousel-Best .owl-item .item-thumbnail img{display:block; width:100%; height:auto;}
.TrendsA-Carousel-Best .owl-item .item-badge{margin-top:5px}
.TrendsA-Carousel-Best .owl-item .item-badge ul{margin:0; padding:0; list-style:none}
.TrendsA-Carousel-Best .owl-item .item-badge li{float:left; margin:0 3px 0 0; padding:0}
.TrendsA-Carousel-Best .owl-item .item-name{display:block; margin-top:16px; font-family:굴림; font-size:12px; color:#444}
.TrendsA-Carousel-Best .owl-item .item-desc{display:block; margin-top:12px; padding-left:12px; font-family:돋움; font-size:11px; color:#8f8f8f}
.TrendsA-Carousel-Best .owl-item .item-price{margin-top:16px; padding-left:12px; font-family:'Malgun Gothic',Tahoma,sans-serif; font-size:13px; color:#666}
.TrendsA-Carousel-Best .owl-item .item-price .price{margin-right:12px}
.TrendsA-Carousel-Best .owl-item .item-price .currency_symbol{margin-right:5px}
.TrendsA-Carousel-Best .owl-item .quantity{width:50px}

/* mouse grab icon */
.TrendsA-Carousel-Best .grabbing{cursor:url(../img/grabbing.png) 8 8, move}

/* fix */
.TrendsA-Carousel-Best .owl-wrapper,
.TrendsA-Carousel-Best .owl-item{-webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0)}

/*--[ Controls ]--*/
.TrendsA-Carousel-Best .owl-controls{-webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0)}
.TrendsA-Carousel-Best .owl-controls .owl-page,
.TrendsA-Carousel-Best .owl-controls .owl-buttons div{cursor:pointer}

/* Next and Prev buttons */
.TrendsA-Carousel-Best .owl-controls .owl-buttons div{display:inline-block; zoom:1; *display:inline; margin-left:2px; width:24px; height:24px; background-color:#fff; background-position:center center; background-repeat:no-repeat; border:1px solid #ccc}
.TrendsA-Carousel-Best .owl-controls .owl-buttons .owl-prev{background-image:url(../img/sprev.png)}
.TrendsA-Carousel-Best .owl-controls .owl-buttons .owl-next{background-image:url(../img/snext.png)}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.TrendsA-Carousel-Best .owl-controls.clickable .owl-buttons > div:hover{filter:Alpha(Opacity=100); opacity:1; text-decoration:none}

/* Pagination*/
.TrendsA-Carousel-Best .owl-controls .owl-pagination{position:absolute; top:-30px; right:10px}
.TrendsA-Carousel-Best .owl-controls .owl-page{display:inline-block; zoom:1; *display:inline}
.TrendsA-Carousel-Best .owl-controls .owl-page span{display:block; width:9px; height:9px; margin-left:6px; background:#fff; border:1px solid #ddd; -webkit-border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -ms-border-radius:100%; border-radius:100%}
.TrendsA-Carousel-Best .owl-controls .owl-page.active span,
.TrendsA-Carousel-Best .owl-controls.clickable .owl-page:hover span{background:#888; border-color:#888}

/* If PaginationNumbers is true */
.TrendsA-Carousel-Best .owl-controls .owl-page span.owl-numbers{height:auto; width:auto; color:#FFF; padding:2px 10px; font-size:12px; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px}
/* preloading images */
.TrendsA-Carousel-Best .owl-item.loading{min-height:150px; background:url(../img/AjaxLoader.gif) no-repeat center center}
