#customizeModal {
    width:600px;
    margin-left: -325px;
    overflow:hidden;
    /*margin-top:50px;*/
}

#customizeModal .attribute-column .column-content {
    padding:20px;
}

#customizeModal .attribute-column .order-column {
    padding-top:0;
}

#customizeModal textarea, #customizeModal input[type="text"]  {
    /*border:1px solid #ccc;*/
    padding-left:4px;
}

#customizeModal textarea {
    width: 100%;
    height: 100px;
    padding:10px;
    background-color: white;
    border: 1px solid #ccc;
}

#customizeModal .attribute-section br {
    display: block;
    height:1px;
}
#customizeModal .attribute-section {
    /* margin-bottom:20px; */
}

#customizeModal .select-number-option select {
    /*width:35px;*/
    /*padding-left:5px;*/
    /*text-align: center;*/
    vertical-align: top;
}

.modal .close-x:hover {
    text-decoration: none;
}
.modal .close-x {
    position: absolute;
    right: 10px;
    color: white;
    top: 5px;
    padding: 5px;
    display: block;
}

.customize-order-content h4, .customize-order-content label {
    /*font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;*/
    font-weight: bold;
}

.customize-order-content label.radio {
    font-weight: normal;
}

.customize-order-content {
}

.customize-order-content h3 .product-name {

    /*margin-right:10px;*/
    /*padding-right:10px;*/
    /*display: inline;*/
    text-transform: uppercase;
}
/*
.customize-order-content h3 .customize {
    font-size:20px;
    position: relative;
    top:-2px;
    display: inline-block;
    letter-spacing: .08em;
}
*/
.customize-order-content h3 {
    padding: 0 0 20px 0;
    /*border-bottom:2px dotted #55463C;*/
    margin-bottom:0;
    margin-top:8px;
}

.button-area {

    /*border-top:1px solid #ccc;*/
}

.ccm-core-commerce-add-to-cart-image {
    display: block;
}

.attribute-column {
    /*border-right:1px dotted #55463C;*/
}
/*.order-column .column-content {*/
    /*height: 174px;*/
/*}*/

/*.order-column .column-content .product-description .chosen-attributes {*/
    /*overflow:auto;*/
    /*height: 140px;*/
/*}*/

/*.order-column .column-content .product-description {*/
    /*height:169px;*/

/*}*/

.order-column .column-content .product-description h5 {
    /* same as commments field label */
    margin-top:0;
    padding-top:0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;

}

/*.order-column .column-content {*/
    /*padding-left:0;*/
    /*padding-right:10px;*/
/*}*/


/*.order-column {*/
    /*border-left:1px dotted #55463C;*/
/*}*/

.image-column {
    padding-left:0;
}

.image-column .product-image {
    height:350px;
    background-size: cover;
}

/*.column-content {*/
    /*padding:20px 0 0 20px;*/
    /*height: 320px;*/

/*}*/

.button-area {
    padding-top:15px;
}

.column {
    position: relative;
    min-height: 320px;

}

#customizeModal .qty-select .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width:74px;
}

#customizeModal .product-attributes .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):hover {
    /*border-right:2px solid #cccccc;*/

}
#customizeModal .product-attributes .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    width:100%;
}


#customizeModal .radio, #customizeModal .checkbox {
    margin-bottom:0;
    margin-top:0;
    margin-left: 6px;
    float: left;
    margin-right: 10px;
}

#customizeModal .product-attributes .form-element {
    margin-bottom:20px;
}

#customizeModal .product-attributes .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):last-of-type {
    margin-bottom:0;
}

#customizeModal .product-attributes .select-number-option .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
    float:left;
    width:54px;
    margin-right: 5px;
}

#customizeModal .product-attributes .checkbox {
    margin-top:0;
    margin-bottom:0;
    font-weight: normal;
    float:left;
    margin-right:15px;
}

#customizeModal .product-attributes .attribute-text {
    display:inline-block;
    line-height: 150%;
    vertical-align: top;
}

#customizeModal .select-number-option {
    /*margin-bottom:10px;*/
}

#customizeModal .product-attributes .collapse-handle {
    margin-bottom:10px;
}

#customizeModal .product-attributes .adjustment-value, #customizeModal .product-attributes .included, #customizeModal .product-attributes .modified-text {
    padding-left: 5px;
    color: #ccc;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    padding-top: 3px;
}

.unselectable {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#customizeModal .product-attributes .adjustment-value span {
    /*vertical-align: top;*/
    /*position: relative;*/
    /*top:10px;*/
}

#customizeModal .bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
    margin-bottom:3px;
}

#customizeModal .collapsible-container .bootstrap-select.btn-group {
    margin-bottom: 0;
}

#customizeModal .total-protein-msg, #customizeModal .total-base-msg {
    font-weight: bold;
}

#customizeModal .total-protein.warning, #customizeModal .total-base.warning {
    color:red;
}

#customizeModal .btn-reset {
    /*float:right;*/
}
#customizeModal .subtotal-container {
    text-align: right;
}

#customizeModal .qty-select .bootstrap-select > .btn {
    width:50px;
}
#customizeModal .qty-select {
    float:right;
    width:50px;
    margin-right:5px;
}
#customizeModal .ccm-input-submit {
    margin-bottom:2px;
    height:34px;
    width:122px;
    float:right;
}

#customizeModal .chosen-attributes .item-order-addition {
    color:#70b444;
}
#customizeModal .chosen-attributes {
    margin:0;
    padding:0;
}

#customizeModal .chosen-attributes li {
    list-style: none;
}

#customizeModal .customize-modal-title-row .dietary-info {
    float:right;
    margin-right: 15px;
    margin-top: 13px;
}

#customizeModal .product-image img {
    width:100%;
    height: 100%;
    border:none;
}

#customizeModal .comments {

}

#customizeModal .product-image .description {
    font-size: 12px;
    height: 100%;
    overflow:hidden;
    margin-top:0;
}

#customizeModal .dietary-icon-text {
    vertical-align: top;
    display: inline-block;
    line-height: 270%;
    font-size: 12px;
    margin-right: 5px;
    font-style: italic;
}

.btn, a.btn {
    padding: 6px 8px;
    text-decoration: none;
}

.btn:hover, a.btn:hover {
    text-decoration: none;
}



.attribute-display-value {
    position: absolute;
    display: table;
    left:35px;
    top:2px;
    width:153px;
    line-height: 100%;
}

.attribute-display-value .inner {
    display: table-cell;
    vertical-align: middle;
}

.blink_me {
    animation: blinker 1.5s linear 2;
}

@keyframes blinker {
    50% { opacity: 0; }
}