/* Add here all your css styles (customizations) */

.well-block {
    margin-top: 20px;
}

#shop-info {
    color: rgba( 60, 60, 100, 1 );
}

.margin-fix {
    margin: 0;
}

.margin-fix.banner .col-md-12 {
    padding: 0;
}

#shopping-cart {
    z-index: 999;
    position: fixed;
    right: 1%;
    top: 25%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3a5995;
    text-align: center;
    line-height: 60px;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.7em;
}

.product-category {
    padding: 10px 0;
}

.product-category h3 {
    background: #3a5995;
    color: #FFF;
    padding: 10px 10px;
    font-weight: bold;
}

.product {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    padding: 10px 10px;
    margin: 0 0 10px 0;
    background: #FFF;
    cursor: pointer;
    box-shadow: rgba( 0, 0, 0, 0.4 ) 1px 1px 7px;
}

.product span, .product .product-title, .product i {
    margin-left: 95px !important;
}

.product i, h4 {
    display: inline-block;
}

.product h4 {
    font-weight: bold;
    font-size: 1.1em;
}

.product .product-arrow {
    position: absolute;
    left: 10px;
    top: 13px;
    padding: 0 5px 0 0;
}

.product span {
    display: block;
    margin: 0;
    font-size: 0.9em;
    padding: 0 0 40px 19px;
}

.product .product-title {
    display: block;
    text-overflow: ellipsis;
    padding: 0 70px 0 19px;
    margin: 0;
    color: #333;
}

.product.collapsed h4 {
    color: #FFF;
}

.product .product-subtitle {
    padding-top: 20px;
}

.product .product-details {
    padding: 0 19px;
}

.product .product-options {
    margin: 0;
    padding: 0 0 20px 0;
}

.product .product-options .product-option {
    display: block;
    list-style-type: none;
    padding: 0 0 0 7px;
    background: #0370c9;
    margin-bottom: 5px;
}

/*.product .col-sm-8, .product .col-sm-4, .product .col-sm-6 {
    display: inline-block;
    padding: 0;
}*/

.product-input {
    padding: 0;
    margin-bottom:10px;
}

.product .col-sm-6 {
    width: 100%;
}

.product .col-sm-8 {
    float: left;
}

.product-option:hover {
    background: #037ee2 !important;
}

.product-option input[type="checkbox"] {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.product-option p {
    display: inline-block;
    padding: 10px 10px;
}

.option-status {
    font-size: 20px;
    line-height: 0;
}

.product .order-button, .order-button-multi, .order-button-confirm {
    margin-bottom: 5px;
    padding: 15px 10px;
    text-align: center;
    background: #3F60A2;
}

.product .order-button:hover, .order-button-multi:hover, .order-button-confirm:hover {
    background: #4366AB !important;
    text-decoration: none !important;
    color: #FFF !important;
}

.product a{
    color: #FFF;
}

/*.order-button-confirm {
    margin-top: 10px;
}

.product .col-sm-12 {
    padding: 0;
}*/

.order-multi-input {
    width: 100%;
    height: 52px !important;
    padding: 0 7px;
    margin-bottom: 5px;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    background: rgba(4, 49, 117, 0.3);
    font-weight: bold;
    font-size: 1.1em;
}

.product-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    color: #FFF;
    background: #3a5995;
    padding: 5px;
    font-size: 1em;
}

.product-image {
    position: absolute;
    width: 95px;
    height: 95px;
    padding: 5px 0 0 10px;
    display: inline-block;
    /*border: 1px solid red;*/
    left: 0;
    top: 0;
}


.product-category, .product-search {
    border-radius: 2px !important;
}

.product-search {
    box-sizing: border-box;
    display: flex;
    background: #3a5995;
}

.product-search h4, .product-search input {
    display: inline-block;
    color: #FFF;
}

.product-search h4 {
    padding: 30px 10px 0 10px;
}

.product-search input {
    flex-grow: 1;
    box-sizing: border-box;
    border: none;
    background: #263a5f;
    padding: 10px 7px;
    height: 60px;
}