.top_template_slider{
position:relative;
margin:30px 0 50px;
max-width:1370px;
height:390px;
/*z-index:100;*/
z-index: 10;
}
.top_template_slider .prevsliderbtn{
position:absolute;
top:175px;
z-index:10;
left:10px;
}
.top_template_slider .nextsliderbtn{
position:absolute;
top:175px;
z-index:10;
right:13px;
}
.top_template_slider .product-item-container.hover{
height:660px !important;
}
.top_template_slider .product-item-container{
margin-bottom:0;
}
/*daily_item*/
#daily_item{
*width:470px;
}
#daily_item .product-item-container,
#daily_item .top_template_slider,
#daily_item .item_wrapper{
margin:0;
padding:0;
}
#daily_item .bx_catalog_item{
width:100%;
min-height:auto;
}
#daily_item .product-item-image-wrapper{
width:180px;
float:left;
padding-top:86%;
margin-right:20px;
}
#daily_item .product-item-title{
padding-top:70px;
height:auto;
overflow:auto;
padding-left:0;
margin-bottom:30px;
}
#daily_item .product-item-price-current{
font-size:26px;
font-weight:700;
color:#94368d;;
}
#daily_item .scu-wrapper{
float:left;
}
#daily_item .product-item-info-container.product-item-price-container{
margin:0;
padding-top:0;
}
#daily_item .product-item-info-container.sku-block{
padding:0;
}
#daily_item .buylink{
color:#2f2c2d;
font-size:15px;
width:130px;
max-width:150px;
line-height:42px;
background-position:15px 50%;
padding-left:55px;
padding-right:30px;
float:left;
font-weight:bold;
box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.05);
background-position:20px center;
}
#daily_item .buylink:hover{
color:#fff;
}
#daily_item .quantity-block{
margin-left:0;
}
#daily_item .product-item-button-container{
margin-top:35px;
text-align:left;
}
#daily_item .product-item-container.hover .product-item{
position:static;
padding:0;
background:none;
-webkit-box-shadow:none;
box-shadow:none;
height:400px;
}
#daily_item .top_template_slider .item_wrapper{
opacity:1 !important;
}
/*slider set*/
.top_template_slider .item_wrapper{
opacity:0;
-webkit-transition:0.3em;
-moz-transition:0.3em;
-ms-transition:0.3em;
-o-transition:0.3em;
transition:0.3em;
}
@media screen and (max-width:500px){
.top_template_slider .item_wrapper{
opacity:1;
}
}