body.single-product {
    color: #000;
}
header.on_top {
    border-bottom: solid #339ddb;
    height: 75px;
}

/* Defines the width of the carousel and centers it on the page */
.slider-nav {
    margin: 10px auto 0;
    width: 100%;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
    color: blue;
}

.slider-for .slick-track {
    display: flex;
}
.slider-for .slick-track .slick-slide{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slider-for .slick-track .slick-slide img{
    width: 100%;
    height: 100%;
}

.product-price {
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}
.product-price img {
    width: 24px;
}
.product-price span{
    margin-right: 20px;
}
.product-price a, .product-price button {
    font-size: 12px;
    padding: 10px;
}
.product-price a:hover {
    text-decoration: none;
    color: #fff;
}
.product-content {
    padding: 10px;
    font-size: 16px;
    color: #000e45;
}
.product-content p {
    color: #000e45;
}

.single-product h2 {
    font-size: 40px;
    font-size: 2.5em;
    line-height: 1em;
    color: #001646;
    font-weight: 700;
}

.product-image img {
    max-width: 100%;
}

.link-product {
    background: #14bcc4;
    color: #fff;
    padding: 11px 10px;
    text-transform: uppercase;
    border: none;
}
.link-product:hover {
    text-decoration: none;
    color: #fff;
    background: #17a8af;
    box-shadow: 0 12px 20px rgba(0,22,70,.2);
    transition: 1s;
}

@media (max-width:991px){
    .product-image>div, .product-title {
        text-align: center;
    }
    .product-details .product-price>span, .product-details .product-price>a, .product-details .product-price>button {
        margin: 2px auto;
        text-align: center;
        width: 100%;
        display: block;
    }
}
