﻿/* bass */
body {
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #787878;
    }

.link-a:hover .link-lineThrough::before {
    width: 100%;
}

.link-a .link-lineThrough {
    position: relative;
}

    .link-a .link-lineThrough::before {
        content: '';
        position: absolute;
        display: block;
        height: 2px;
        background: #787878;
        top: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 0%;
    }

/* layout */
.side {
    background: #fff;
    z-index: 2;
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px);
    position: fixed;
    top: 0;
    bottom: 0;
}

.navigationBar-nestedList .navigationBar-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    list-style-type: none;
    z-index: 1;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    background: #fff;
    padding-top: 120px;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
    left: -200%;
    left: 100%;
    display: none;
    opacity: 0;
}

.navbar-list .navbar-list-ul {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    list-style-type: none;
    z-index: 2;
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-nestedList .navbar-wrap {
    padding: 30px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    list-style-type: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.shopping {
    position: relative;
}

    .shopping .shoppingCart {
        position: absolute;
        width: 6.5em;
        top: 10px;
        right: 10px;
        z-index: 2;
        -webkit-transform: translateZ(2px);
        transform: translateZ(2px);
        background: #000;
        color: #fff;
        padding: 5px 10px 5px 10px;
        border-radius: 30px;
        cursor: pointer;
    }

        .shopping .shoppingCart:hover {
            -webkit-box-shadow: 3px 3px 10px #33333350;
            box-shadow: 3px 3px 10px #33333350;
        }

.shoppingCartBox {
    z-index: 30;
    transform: translateZ(30px);
    position: absolute;
    top: 60px;
    right: -100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 350px;
    -webkit-box-shadow: 0px 0px 10px #33333350;
    box-shadow: 0px 0px 10px #33333350;
}

    .shoppingCartBox img {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .shoppingCartBox .shoppingCartBoxNO {
        background: #fff;
        width: 100%;
        height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
    }

    .shoppingCartBox .shoppingCartBoxHave {
        background: #fff;
        width: 100%;
        height: 100%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-y: auto;
    }

        .shoppingCartBox .shoppingCartBoxHave .boxHave {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 1em;
        }

            .shoppingCartBox .shoppingCartBoxHave .boxHave > * {
                margin-right: 1em;
            }

                .shoppingCartBox .shoppingCartBoxHave .boxHave > *:last-child {
                    margin-right: 0;
                }

            .shoppingCartBox .shoppingCartBoxHave .boxHave article p {
                margin-bottom: .3em;
            }

                .shoppingCartBox .shoppingCartBoxHave .boxHave article p:last-child {
                    margin-bottom: 0;
                }

            .shoppingCartBox .shoppingCartBoxHave .boxHave .deleteShopping {
                margin-top: auto;
            }

.shoppingCartBoxRWD {
    width: 100%;
    height: calc(100% - 56px);
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .shoppingCartBoxRWD img {
        width: 100px;
        height: 100px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .shoppingCartBoxRWD .shoppingCartBoxHave {
        padding: 0px;
        padding-top: 40px;
    }

        .shoppingCartBoxRWD .shoppingCartBoxHave .boxHave {
            margin-bottom: 3em;
        }

            .shoppingCartBoxRWD .shoppingCartBoxHave .boxHave article {
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

        .shoppingCartBoxRWD .shoppingCartBoxHave button {
            padding: 20px;
        }

    .shoppingCartBoxRWD .shoppingCartBoxNO {
        height: 100%;
    }

    .shoppingCartBoxRWD .shoppingCartBoxClose {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 36px;
    }

.fs-6 {
    font-size: 0.8rem !important;
}

.findAnitem input {
    width: 100%;
    outline: none;
}

.divList {
    display: flex;
}

    .divList ul {
        margin: auto;
    }

.footerul{
    text-align:center;
}
    .footerul li {
        display: inline;
        margin-right: 15px;
        color: #888888;
    }
/*# sourceMappingURL=template.css.map */
