/*********** main banner styles *****************/

.swiper_main_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper_main_banner .swiper-slide {
    min-width: 100%;
    font-size: 0;
    line-height: 0;
    background: #ffffff;
    /*
    background: #5433c2;
    */
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
/*
.swiper_main_banner .swiper-slide {
    font-size: 0;
    line-height: 0;
    background: #ffffff;
    background: #5433c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}*/

.swiper_main_banner .swiper-slide img{
    max-width: 100%;
}

.swiper_main_banner:not(.swiper_main_setsize) .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.swiper_main_banner.swiper_main_setsize .swiper-slide.contein img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.swiper_main_banner.swiper_main_setsize .swiper-slide.cover img{
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper_main_banner .swiper-pagination {
    position: absolute;
    width: auto !important;
}

.swiper_main_banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    width: 13px;
    height: 13px;
    margin: 0 17px 0 0 !important;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.7);
}

.swiper_main_banner .swiper-pagination-bullet-active {
    background: #50cdeb;
}

.swiper_main_banner .swiper-button-next, .swiper_main_banner .swiper-button-prev {
    background: none;
    font-size: 44px;
    color: #fff;
    width: 56px;
    text-align: center;
    height: 44px;
    -moz-background-size: 12px 33px;
    -webkit-background-size: 12px 33px;
    background-size: 12px 33px;
    margin-top: -32px;
}

.swiper_main_banner .swiper-button-next {
    right: 0;
    text-shadow: -1px 1px 4px black;
}

.swiper_main_banner .swiper-button-prev {
    /*background-image: url("images/left-arrow.png");*/
    left: 0;
    text-shadow: 1px 1px 4px black;
}

.swiper_main_banner .swiper-button-next:hover, .swiper_main_banner .swiper-button-prev:hover {
    color: #50cdeb;
}

@media only screen and (max-width: 767px) {
    .swiper_main_banner .swiper-pagination {
        bottom: 5px;
        left: 3%;
    }

    .swiper_main_banner .swiper-pagination-bullet {
        margin: 0 10px 0 0 !important;
    }
    .swiper_main_banner .swiper-button-next{
        padding-right: 3%;
        text-align: right;
    }

    .swiper_main_banner .swiper-button-prev{
        padding-left: 3%;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    .swiper_main_banner .swiper-pagination {
        left: 56px;
        bottom: 24px;
    }
}

/*********** main banner styles *****************/

.shop-card-swiper {
    background-color: #fff;
}

.shop-card-swiper .swiper-wrapper {
    height: auto;
}

.shop-card-swiper .swiper-slide {
    display: block;
    max-height: 600px;
    height: auto;
    /*
    line-height: 600px;
    */
}

.shop-card-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.shop-card-swiper .swiper-pagination {
    bottom: 11px;
    width: 100%;
}

.shop-card-swiper .swiper-pagination-bullet {
    background: #001932;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin: 0 11px 0 0;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.0);
}

.shop-card-swiper .swiper-pagination-bullet-active {
    background: #6eb4fd;
}

.shop-card-swiper .swiper-button-next, .shop-card-swiper .swiper-button-prev {
    background: none;
    font-size: 36px;
    color: #ffffff;
    width: 56px;
    text-align: center;
}

.shop-card-swiper .swiper-button-next
{
    right: 0;
}

.shop-card-swiper .swiper-button-prev
{
    left: 0;
}

.shop-card-swiper .swiper-button-next:hover, .shop-card-swiper .swiper-button-prev:hover {
    color: #50cdeb;
}