76 lines
1.4 KiB
CSS
Executable File
76 lines
1.4 KiB
CSS
Executable File
.ipsupply-hotpick-product {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .width-100 {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .widget-title {
|
|
font-size: 36px;
|
|
font-weight: 900;
|
|
color: #00458A;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .linked {
|
|
float: right;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
color: #00458A;
|
|
}
|
|
|
|
.carousel-wrap {
|
|
margin: 0px;
|
|
padding: 0;
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.owl-theme .owl-nav [class*='owl-']
|
|
{
|
|
margin-left: 30px;
|
|
margin-right: 30px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .item-hotpick {
|
|
padding: 10px;
|
|
border: 1px solid lightgrey;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .hotpick-button-previous, .ipsupply-hotpick-product .hotpick-button-next {
|
|
display: inline-block;
|
|
width: 50px;
|
|
height: 50px;
|
|
background-size: cover;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .item-hotpick .products-hotpick-sku {
|
|
text-transform: uppercase;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
width: 100%;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .item-hotpick .products-hotpick-price {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 21px;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.ipsupply-hotpick-product .item-hotpick .hotpick-add-cart {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
border: none;
|
|
border-radius: 5px;
|
|
background-color: #56CCF2;
|
|
color: white;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
} |