.jigji-mobile-footer{

display:none;

}


@media(max-width:767px){


.jigji-mobile-footer{

position:fixed;

bottom:0;
left:0;

width:100%;

height:68px;

background:#ffffff;

border-top:1px solid #eee;

display:flex;

justify-content:space-around;

align-items:center;

z-index:99999;

box-shadow:0 -3px 15px rgba(0,0,0,.08);

}



.jigji-mobile-footer a{

text-decoration:none;

color:#555;

font-size:12px;

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

position:relative;

}



.jigji-mobile-footer small{

font-size:11px;

margin-top:4px;

}



.jigji-icon{

font-size:23px;

line-height:25px;

}



.jigji-mobile-footer .trend .jigji-icon{

background:#ff6a00;

color:white;

width:48px;

height:48px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin-top:-28px;

box-shadow:0 5px 15px rgba(0,0,0,.25);

}



.cart-link b{

position:absolute;

top:-5px;

right:-12px;

background:#e60023;

color:white;

font-size:10px;

border-radius:50%;

padding:3px 6px;

}



body{

padding-bottom:75px;

}



}