article.product{
    background: white;
    margin-bottom: 20px;
    color: #7a7a7a;
    text-align: center;
}

article.product .product-title{
    margin-top:0px;
    margin-bottom: 0px;
}
article.product .product-title a{
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    text-align: center;
    text-decoration: none;
    line-height: 1.05 !important;
    display: block;
    padding-top:13px;
    height: 40px;
}

article.product .product-price{
    font-size: 16px;
    color: #232323;
    font-weight: 700;
    margin-bottom: 6px;
}

article.product .thumbnail-top{
    height: 250px;
    background: #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-images .product-images-main .carousel-inner{
    height: 300px;
    background: #DEDEDE;
    display: flex;
    align-items: center;   
    text-align: center;
}
.product-images .carousel-inner img{
    max-height: 300px;
}

.product-thumbs{
    margin-top: 10px;
}
.product-thumbs button{
    float: left;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.product-thumbs button img{
    max-height: 80px;
}

.product-image-empty{
    height: 300px;
    background: #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-actions{
    margin-top:20px;
}
.product-actions .quantity{
    width: 100px;
    margin-right: 20px;
}
.product-actions .quantity input{
    background: white;
    color: #000 !important;
}

.product-customization input{
    background: #F6F6F6 !important;
}
.product-price{
    text-align: right;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
}
