ul.category-list{
	margin-left:0;
}
#Search{
box-sizing: content-box;
}
form#mainsearchForm{
  margin:0;
}


/*search section*/


@media screen and (max-width: 768px) {
    .fixed-bottom {
        position: fixed;
        //top: 100%;
      bottom:0;
      transform:translateY(100%);
        left: 0;
        width: 100%;
        background-color: #f5f5f5;
        padding: 3.3333333333vw 13.3333333333vw;
        box-shadow: 0 -6px 4px rgba(26, 19, 17, 0.1);
        transition: transform 0.3s;
        z-index: 10;
    }
}
@media screen and (max-width: 768px) {
    .fixed-bottom.on {
        transform: translateY(0%);
    }
}
.fixed-bottom__body {
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .fixed-bottom__body input {
        background-color: #fff;
        padding: 1.7333333333vw 10vw;
        width: 100%;
        height:auto!important;
        font-size: 4vw;
      box-sizing:border-box!important;
    }
}
@media screen and (max-width: 768px) {
    .fixed-bottom__btn {
        width: 3.8666666667vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3.2vw;
    }
}
