.link-a {
    font-size: 15px;
    text-decoration: none;
    color: white;
}
/* 
.centered {
    position: absolute;
    top: 50%;
    right: 18%;
    transform: translate(-50%, -50%);

    padding: 15vw 18vw 15vw !important;
} */

.carousel-control {
    width: 5%;
}

.content img {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;

    float: left;
}

/*Carousel css*/
.carousel-inner>.item>img,

.carousel-inner>.item>a>img {

    width: 100%;

    height: 30%;

    margin: auto;

}

.text-carousel-caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 2px;
    right: 50px;
}

.text-carousel-caption>a {
    color: #fff;
    text-decoration: none;
}

.text-carousel-caption>a:hover {
    color: #fff;
    background-color: #6e6256;
    text-decoration: none;
}

/*end*/

.frontpage-container {
    position: relative;
}

.frontpage-text-block {
    position: absolute;
    bottom: 15px;
    left: 40px;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: white;
    padding-left: 20px;
    padding-right: 20px;

}

.frontpage-text-block a {
    text-decoration: none;
    color: white;
}



.frontpage-text-block-right {
    position: absolute;
    bottom: 15px;
    right: 40px;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: white;
    padding-left: 20px;
    padding-right: 20px;

}

.frontpage-text-block-right a {
    text-decoration: none;
    color: white;
}

.frontpage-text-block-bot-center {
    position: absolute;
    bottom: 15px;
    right: 50%;
    background: rgb(0, 0, 0);
    /* Fallback color */
    background: rgba(0, 0, 0, 0.5);
    /* Black background with 0.5 opacity */
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.frontpage-text-block-bot-center a {
    text-decoration: none;
    color: white;
}

.frontpage-text-block-center {
    position: absolute;
    bottom: 15px;
    right: 50%;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.frontpage-text-block-center a {
    text-decoration: none;
    color: white;
}

.img-tumb {
    height: 240px;
    min-height: 100%;
}

.gray-border {
    border: 1px dashed lightgray;
}

.margin-top {
    margin-top: 20px;
}

#gangport {
    max-height: 502px;
    min-height: 100%;
}

.stair-style {
    max-height: 420px;
    min-height: auto;
}

.img-resize {
    max-height: 269px;
    min-height: auto;
    object-fit: cover;
}

.img-tumb2 {
    height: 300px;
    min-height: 100%;
}
.text-font-price{
    font-size: 18px;
}
.mt-product-size{
    margin-top: 10px;
}
.text-danger{
    color: red;
}