#pdctSwiper {
    height: 300px;
}

#pdctSwiper img {
    height: 100%;
    width: 100%;
}

#pages a:first-child {
    margin-right: 20px;
}

#pages {
    padding-top: 30px;
}

.top h3 {
    margin-bottom: 11px;
    font-size: 24px;
    color: #333;
}

.botm,
.top {
    padding: 30px 0px;
}

.content {
    padding-top: 0;
}

.sidebar-piclist h3 {
    font-size: 16px;
}

.panel-body {
    position: relative;
    padding: 30px 30px;
}

.m-t-20 {
    margin-top: 20px;
}

aside {
    margin-right: 70px;
}

.masonry-child {
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 1.875rem;
}

.cover-image {
    width: 100%;
}

.font-size-14 {
    font-size: 14px;
}

.m-t-10 {
    margin-top: 10px;
}

.met-showproduct-navtabs {
    border-bottom: 1px solid #f0f2f5;
    margin-bottom: 20px;
}

.nav .nav-item {
    float: left;
    margin-bottom: -1px;
    display: flex;
}

.nav-link.active {
    border-bottom: 2px solid #0b6ab8;
    padding: 10px 20px;
}

#thumbs {
    width: 50%;
}

#pdctSwiper:hover .swiper-button-next,
#pdctSwiper:hover .swiper-button-prev {
    display: flex;
}

#pdctSwiperSmall {
    height: 100px;
    width: 70%;
    margin-top: 10px;
}

#pdctSwiperSmall img {
    width: 100%;
    height: 100%;
}

.masonry-child:hover img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.masonry-child:hover a {
    color: #0b6ab8;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .top .col-md-5 {
        margin-top: 20px;
    }
    .top {
        padding-bottom: 0;
    }
    .botm {
        padding-top: 0;
    }
    article {
        margin-bottom: 0;
    }
    .content-top .crumbs {
        padding-top: 15px;
    }
    aside {
        margin-right: 0;
    }
}

@media(max-width: 768px) {
    .top>.row,
    .botm>.row {
        margin: 0;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1310px;
    }
}

@media (min-width: 992px) {}