﻿
#outside {
    text-align: center;
    margin: 0 auto;
}

.qty-btn {
    width: 20%
}

.minus-btn, .plus-btn {
    width: 20%
}

.add-to-cart-btn {
    width: 32%;
    /* text-align: center;
                            text-decoration: none;
                           */
}

.nextlinespace {
    margin-bottom: 3px;
}

.product-name {
    /*border: 1px solid;
                            background-color: #a8dadc; */
    height: 20px;
    word-wrap: break-word;
    margin: auto;
    text-align: left;
}

.center-section {
    margin: auto;
    display: block;
}

.shover:hover {
    cursor: pointer;
}


