* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

input {
    outline: none;
}

body {
    overflow-y: scroll;
}

#banner {
    position: relative;
}

.gray .nav-search .my {
    background-image: url(../images/user-gray.png);
}

.white .nav-search .my {
    background-image: url(../images/user-white.png);
}

.gray .nav-search .cart {
    background-image: url(../images/shopping-cart-gray.png);
}

.white .nav-search .cart {
    background-image: url(../images/shopping-cart-white.png);
}

.swiper-container {
    z-index: 1;
}

.swiper-slide {
    background-position: 50% 0;
}

.swiper-slide a {
    display: block;
    height: 670px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 24px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    opacity: 1;
}

.gray .swiper-pagination-bullet {
    border-color: #666;
    background-color: #666;
}

.gray .swiper-pagination-bullet-active {
    background-color: transparent;
}

.white .swiper-pagination-bullet {
    border-color: #fff;
    background-color: #fff;
}

.white .swiper-pagination-bullet-active {
    background-color: transparent;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}