|
|
.product-category {
|
|
|
font-size: 30rem / $pxConvertRem;
|
|
|
|
|
|
.allproduct {
|
|
|
position: relative;
|
|
|
padding: 15px 0px;
|
|
|
background: #f8f8f8;
|
|
|
border-top: 15px;
|
|
|
border-bottom: 15px;
|
|
|
}
|
|
|
|
|
|
.arrow-icon {
|
|
|
position: absolute;
|
|
|
font-size: 12px;
|
|
|
top: 15px;
|
|
|
right: 20px;
|
|
|
}
|
|
|
|
|
|
.allproductParagaraph {
|
|
|
font-size: 18px;
|
|
|
left: 20px;
|
|
|
}
|
|
|
|
|
|
.category-nav {
|
|
|
height: 70rem / $pxConvertRem;
|
|
|
border-bottom: 1px solid #e6e6e6;
|
...
|
...
|
|