.pos_bestseller{
margin-top: 30px;}
/* title */
.pos_bestseller .title_block{
position: relative;
border-bottom: 2px solid #e7e7e7;}
.pos_bestseller .title_block h3{
position: relative;
color: #505050;
font: 700 24px/36px 'Open Sans', sans-serif;
text-transform: uppercase;
padding-top: 20px;
margin: 0;}
.pos_bestseller .title_block h3:after {
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 120px;
height: 2px;
background: #125b86;
content: "";}
/* navi */
.pos_bestseller .navi{
position: absolute;
bottom: 8px;
right: 0;
padding-left: 10px;}
@media (max-width: 767px){
	.pos_bestseller .navi{ display: none;}
}
.pos_bestseller .navi a{
display: block;
float: left;
cursor: pointer;
width: 27px;
height: 27px;
line-height: 25px;
color: #fff;
padding-top: 2px;
background: #a4a4a4;
position: relative;
text-align: center;
font-size: 14px;
margin: 0 0 0 3px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.pos_bestseller .navi a:hover{
background: #7b7b7b;}
/* content */
.pos_bestseller .block_content{
margin-top: 20px;
position: relative;
overflow: hidden;}
.pos_bestseller .owl-item{
padding: 0 8px;}
.pos_bestseller .item{
overflow: hidden;
border: 0px solid #e6e6e6;
background: #fff;
position: relative;}
.pos_bestseller .item .home_tab_img{
position: relative;
overflow: hidden;
padding: 3px;
border-bottom: 1px solid #e7e7e7;}
.pos_bestseller .item .home_tab_img img{
margin: 0 auto;}
.pos_bestseller .item .quick-view{
display: block;
position: absolute;
top: 0;
right: 0;
color: #fff;
background: #4d4d4d;
font: 600 12px/30px 'Open Sans', sans-serif;
padding: 5px 12px 0;
opacity: 0;
text-transform: capitalize;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;}
.pos_bestseller .item .quick-view i{
padding-right: 7px;}
.pos_bestseller .item:hover .quick-view{
opacity: 1;
-moz-animation: flipInX 700ms linear;
-o-animation: flipInX 700ms linear;
-webkit-animation: flipInX 700ms linear;
animation: flipInX 700ms linear;}
.pos_bestseller .item .quick-view:hover{
background: #125b86;}
.pos_bestseller .item .price-percent-reduction{
position: absolute;
top: 0;
left: 0;
background: #e44f4f;
border: 0;
font: 600 13px/20px 'Open Sans', sans-serif;
padding: 5px 10px 0;}
.pos_bestseller .item .home_tab_info{
padding: 7px;
overflow: hidden;
text-align: center;}
.pos_bestseller .item .product-name{
display: block;
word-wrap: break-word;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: #777;
font: 400 16px/19px 'Open Sans', sans-serif;
margin-top: 3px;}
.pos_bestseller .item .product-name:hover{
color: #125b86;}
.pos_bestseller .item .comment_box{
overflow: hidden;
position: relative;}
.pos_bestseller .item .comment_box:before{
content: "";
display: block;
width: 100%;
height: 1px;
background: #e5e5e5;
position: absolute;
top: 9px;
left: 0;}
.pos_bestseller .item .comments_note{
display: inline-block;
background: #fff;
position: relative;
padding: 0 15px;}
.pos_bestseller .item .price-box{
padding: 7px 0 5px;
overflow: hidden;}
.pos_bestseller .item .price{
font: 600 22px/25px 'Open Sans', sans-serif;
color: #3f3f3f;
padding-top: 3px;}
.pos_bestseller .item .btn_content{
overflow: hidden;
padding: 5px 0 15px;}
.pos_bestseller .item .add_to_compare,
.pos_bestseller .item .addToWishlist{
display: block;
width: 35px;
height: 35px;
color: #3f3f3f;
margin: 0 3px;
opacity: 0;
border: 1px solid #e5e5e5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
line-height: 35px;
font-size: 20px;
-webkit-transition: all 100ms ease;
-moz-transition: all 100ms ease;
-ms-transition: all 100ms ease;
-o-transition: all 100ms ease;
transition: all 100ms ease;}
.pos_bestseller .item .add_to_compare{
float: right;}
.pos_bestseller .item .add_to_compare:hover,
.pos_bestseller .item .add_to_compare.checked{
color: #fff;
background: #125b86;
border: 0;
border-bottom: 2px solid #125b86;}
.pos_bestseller .item:hover .add_to_compare{
opacity: 1;
-moz-animation: fadeInLeft 300ms linear;
-o-animation: fadeInLeft 300ms linear;
-webkit-animation: fadeInLeft 300ms linear;
animation: fadeInLeft 300ms linear;}
.pos_bestseller .item .addToWishlist{
float: left;}
.pos_bestseller .item .addToWishlist:hover{
color: #fff;
background: #125b86;
border: 0;
border-bottom: 2px solid #125b86;}
.pos_bestseller .item:hover .addToWishlist{
opacity: 1;
-moz-animation: fadeInRight 300ms linear;
-o-animation: fadeInRight 300ms linear;
-webkit-animation: fadeInRight 300ms linear;
animation: fadeInRight 300ms linear;}
.pos_bestseller .item .exclusive{
display: block;
margin: 0 auto;
border: 1px solid #e5e5e5;
background: #fff;
color: #3f3f3f;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font: 400 16px/30px 'Open Sans', sans-serif;
padding: 3px 3px 0;
text-align: center;
word-wrap: break-word;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
-webkit-transition: all 100ms linear;
-moz-transition: all 100ms linear;
-ms-transition: all 100ms linear;
-o-transition: all 100ms linear;
transition: all 100ms linear;}
.pos_bestseller .item .exclusive i{
padding: 0 5px 0 0;}
.pos_bestseller .item:hover .exclusive{
color: #fff;
background: #125b86;
border: 0;
border-bottom: 2px solid #125b86;}
@media (max-width: 1199px){
	.pos_bestseller .item .quick-view, .pos_bestseller .item:hover .quick-view{ opacity: 1; -moz-animation: none; -o-animation: none; -webkit-animation: none; animation: none;}
	.pos_bestseller .item .add_to_compare, .pos_bestseller .item .addToWishlist, .pos_bestseller .item:hover .add_to_compare, .pos_bestseller .item:hover .addToWishlist{ opacity: 1; -moz-animation: none; -o-animation: none; -webkit-animation: none; animation: none;}
	.pos_bestseller .item .exclusive{ color: #fff; background: #125b86; border: 0; border-bottom: 2px solid #125b86;}
}