.product-card-images {
    width: 580px;
}
@media only screen and (max-width: 1280px) {
    .product-card-images {
        width: 460px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images {
        width: 100%;
    }
}
.product-card-images .slick-arrow {
    position: absolute;
    border: none;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    text-indent: -999999px;
    padding: 0;
    z-index: 100;
    width: 30px;
    height: 60px;
}
.product-card-images .slick-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-card-images .slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 11px;
    margin: 15px 0 0;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-card-images .slick-dots li {
    float: left;
    margin: 0 3px;
    width: 11px;
    height: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product-card-images .slick-dots li::before {
    display: none;
}
.product-card-images .slick-dots li button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 11px;
    height: 12px;
    border: none;
    text-indent: -999999px;
    padding: 0;
    background-color: #99d8f4;
}
.product-card-images .slick-dots li.slick-active button {
    background-color: #009ee2;
}
.product-card-images__big {
    width: 580px;
    height: 360px;
    margin-bottom: 15px;
    overflow: hidden;
}
@media only screen and (max-width: 1280px) {
    .product-card-images__big {
        width: 460px;
        height: 300px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images__big {
        width: 100%;
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-images__big {
        height: 60vw;
        margin-bottom: 0;
    }
}
.product-card-images__big img {
    width: 100%;
    /*display: none;*/
}
.product-card-images__big .slick-active img {
    display: block;
}
.product-card-images__big .slick-track {
    height: 413px;
}
@media only screen and (max-width: 1280px) {
    .product-card-images__big .slick-track {
        height: 306px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images__big .slick-track {
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-images__big .slick-track {
        height: 64vw;
    }
}
.product-card-images__big .slick-arrow {
    top: 50%;
    margin-top: -38px;
    width: 24px;
    height: 50px;
}
.product-card-images__big .slick-prev {
    left: -30px;
}
@media only screen and (max-width: 767px) {
    .product-card-images__big .slick-prev {
        left: 0;
    }
}
.product-card-images__big .slick-prev:before {
    background-image: url(../img/sprite.png);
    background-position: -48px -294px;
    width: 14px;
    height: 33px;
}
.product-card-images__big .slick-prev:hover:before {
    background-image: url(../img/sprite.png);
    background-position: -238px -128px;
    width: 14px;
    height: 33px;
}
.product-card-images__big .slick-next {
    right: -30px;
}
@media only screen and (max-width: 767px) {
    .product-card-images__big .slick-next {
        right: 0;
    }
}
.product-card-images__big .slick-next:before {
    background-image: url(../img/sprite.png);
    background-position: -176px -59px;
    width: 14px;
    height: 33px;
}
.product-card-images__big .slick-next:hover:before {
    background-image: url(../img/sprite.png);
    background-position: -34px -294px;
    width: 14px;
    height: 33px;
}
.product-card-images__thumbnail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    height: 64px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.product-card-images__thumbnail.active {
    height: 100%;
}
@media only screen and (max-width: 1280px) {
    .product-card-images__thumbnail {
        height: 76px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images__thumbnail {
        height: 81px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card-images__thumbnail {
        display: none;
    }
}
.product-card-images__thumbnail a {
    border: none;
    display: block;
}
.product-card-images__thumbnail img {
    width: 92px;
    height: 60px;
    display: block;
}
@media only screen and (max-width: 1280px) {
    .product-card-images__thumbnail img {
        width: 111px;
        height: 72px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images__thumbnail img {
        width: 118px;
        height: 77px;
    }
}
.product-card-images__thumbnail .item {
    height: 60px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 1280px) {
    .product-card-images__thumbnail .item {
        height: 72px;
    }
}
@media only screen and (max-width: 992px) {
    .product-card-images__thumbnail .item {
        height: 77px;
    }
}
.product-card-images__thumbnail .item:hover {
    border-color: #ff4901;
}
.product-card-images__thumbnail .item .num {
    background-color: #ff4901;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.product-card-images__thumbnail .other-image {
    display: none;
    width: 100%;
}
.product-card-images__thumbnail .other-image .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card-images__thumbnail .more-photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.product-card-images__thumbnail .hide-photo {
    text-align: center;
    margin: 15px 0 0;
}
.product-card-images__thumbnail .hide-photo span {
    cursor: pointer;
    color: #0085ca;
    border-bottom: 1px dashed #d7f0fa;
}
.product-card-images__thumbnail .hide-photo:hover span {
    border-color: transparent;
}

/*# sourceMappingURL=productCardImages.css.map */
