﻿/* bass */
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.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: 3px;
        background: blue;
        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;
    left: -100%;
    list-style-type: none;
    z-index: 1;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    background: #fff;
    padding-top: 120px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    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;
}

.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;
}

    .shoppingCart:hover {
        -webkit-box-shadow: 3px 3px 10px #33333350;
        box-shadow: 3px 3px 10px #33333350;
    }

.memberLogin-container {
    width: 50%;
}

input, select {
    border: 1px solid #ddd;
}

.fs-6 {
    font-size: 8px !important;
    line-height: 1 !important;
}

@media (max-width: 1024px) {
    .memberLogin-container {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
    }

    .memberLogin-container {
        width: auto;
    }
}

@media (max-width: 425px) {
    .g-recaptcha {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
    }

    .communityButtonGroup button {
        width: 100%;
    }
}
/*# sourceMappingURL=template.css.map */
