.product-slider {
 
}

.product-slider #product-page{
    padding: 0 0 1rem 0rem;   
}

.product-slider h3 {
    font-size: 2rem;
}
.product-slider .product-slider-container {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.product-slider .ps-items {
    position: relative;
    height: 100%;
}
.product-slider .ps-item {
    position: relative;
    display: block;
    float: left;
    width: 160px;
    height: 160px;
    padding: 10px;
}
.product-slider .ps-box {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.product-slider .ps-box img {
    width: 100%;
    vertical-align: middle;
}
.product-slider .ps-label {
    font-size: 1.25rem;
    font-weight: 300;
    color: rgba(0,0,0,.87);
}
.product-slider .ps-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,.15);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    transition: background-color .25s;
}
.product-slider .ps-control:hover {
    background-color: rgba(0,0,0,.35);
}
.product-slider .ps-prev {
    left: -12px;
}
.product-slider .ps-next {
    right: -12px;
}
.product-slider .ps-control .material-icons {
    font-size: 28px;
    line-height: 32px;
}
@media screen and (min-width:351px) {
    .product-slider .product-slider-container {
        position: relative;
        height: 180px;
    }
    .product-slider .ps-item {
        width: 180px;
        height: 180px;
    }
}
@media screen and (min-width:481px) {
    .product-slider .ps-control {
        width: 38px;
        height: 38px;
        border-radius: 19px;
    }
    .product-slider .ps-control .material-icons {
        font-size: 32px;
        line-height: 38px;
    }
    .product-slider .product-slider-container {
        position: relative;
        height: 200px;
    }
    .product-slider .ps-item {
        width: 200px;
        height: 200px;
    }
}
@media screen and (min-width:601px) {
    .product-slider .product-slider-container {
        position: relative;
        height: 220px;
    }
    .product-slider .ps-item {
        width: 220px;
        height: 220px;
    }
    .product-slider .ps-label {
        font-size: 1.35rem;
    }
}
@media screen and (min-width:768px) {
    .product-slider .ps-control {
        width: 42px;
        height: 42px;
        border-radius: 21px;
    }
    .product-slider .ps-control .material-icons {
        font-size: 38px;
        line-height: 42px;
    }
    .product-slider .product-slider-container {
        position: relative;
        height: 240px;
    }
    .product-slider .ps-item {
        width: 240px;
        height: 240px;
    }
}
@media screen and (min-width:993px) {
    .product-slider .ps-control {
        width: 48px;
        height: 48px;
        border-radius: 24px;
    }
    .product-slider .ps-control .material-icons {
        font-size: 42px;
        line-height: 48px;
    }
    .product-slider .product-slider-container {
        position: relative;
        height: 250px;
    }
    .product-slider .ps-item {
        width: 250px;
        height: 250px;
    }
    .product-slider .ps-label {
        font-size: 1.35rem;
    }
}
@media screen and (min-width:1201px) {
    .product-slider .product-slider-container {
        position: relative;
        height: 260px;
    }
    .product-slider .ps-item {
        width: 260px;
        height: 260px;
    }
}
@media screen and (min-width:1401px) {
    .product-slider .product-slider-container {
        position: relative;
        height: 270px;
    }
    .product-slider .ps-item {
        width: 270px;
        height: 270px;
    }
}