.clear{height: 1px;font-size: 0;clear: both;margin: 0;padding: 0;}

.product-flexible-bundle .package-items { margin:15px 0px; padding:0; overflow:hidden;}
.product-flexible-bundle .package-items .package-item{background:#F7F7F7;border:1px solid #d0d0d0;width:100px;height:112px;float:left;margin-right:6px;margin-bottom:6px;border-radius:4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;text-align: center;}
.product-flexible-bundle .package-items .active{background:#C16558;border:1px solid #b04f41;}
.product-flexible-bundle .package-items .complete{background:#E6F7D7;border:1px solid #d2f0b6;}

.product-flexible-bundle .package-items .package-item a{
    display: block;
    height: 100px;
    text-align: center;
    text-decoration: none;
    width: 100px;
}

.product-flexible-bundle .package-items .package-item h3 {
    color: white;
    font-size: 12px;
    margin-top: 10px;
}

.product-flexible-bundle .package-items .inactive a,
.product-flexible-bundle .package-items .inactive h3 {
    color: #999;
}

.product-flexible-bundle .package-items .complete a,
.product-flexible-bundle .package-items .complete h3 {
    color: #264D33;
}

.product-flexible-bundle .package-items .active a,
.product-flexible-bundle .package-items .active h3 {
    color: white;
}

.product-flexible-bundle .package-items .package-item h2{margin-top: 19px;color:#999;}
.product-flexible-bundle .package-items .active h2{color:white;}
.product-flexible-bundle .package-items .package-item .image{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: white;
    border: 1px solid #E5E5E5;
    padding: 5px 0px;
    width: 50px;
    height: 40px;
    margin: 5px 0 2px 23px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.product-flexible-bundle .package-items .package-item .image img{
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.product-flexible-bundle .package-items .package-item .name{
    font-size: 10px;
    line-height: 12px;
    padding-left: 4px;
    text-align: center;
    max-height: 24px;
    overflow: hidden;
    max-width: 90%;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-flexible-bundle .package-info .step-description{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-flexible-bundle .package-info .description {
    padding: 10px 0px;
}

.product-flexible-bundle .package-info .description h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-flexible-bundle .package-state .total{

}

.product-flexible-bundle .package-state .total .price {
    font-size: 17px;
    color: #222;
    font-weight: bold;
}
.product-flexible-bundle .package-state .total .reset-link {
    font-weight: bold;
}

.product-flexible-bundle .package-state .product-info-main .product-info-price {
    color: #575757;
    border-bottom: 0px;
    display: table;
    margin-bottom: 0px;
    width: 100%;
}

.product-flexible-bundle .package-state .discount {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 7px;
}

.product-flexible-bundle .package-state .reset {
    font-size: 11px;}

.product-flexible-bundle .package span { font-size:20px; color:#e03a3e;}

.product-flexible-bundle #package-preview {
background: #F7F7F7;
margin-bottom: 10px;
/*padding: 13px 0 13px 13px;*/
position: relative;
}

.product-flexible-bundle #package-preview #badge {
background: transparent url(../images/preview-badge.gif) no-repeat top left;
height: 56px;
position: absolute;
width: 56px;
z-index: 3;
}

.product-flexible-bundle #package-preview #badge span {
display: none;
}

.product-flexible-bundle #package-preview p {
color: #999;
font-size: 10px;
line-height: 12px;
margin: 3px 10px 0 0;
}

.product-flexible-bundle #package-preview .entity {
background: white;
border: 1px solid #E5E5E5;
padding: 2px;
}

#package-preview .entity:hover {
border: 1px solid #E5E5E5;
}

#package-preview #preview-deck {
height: 400px;
overflow: hidden;
position: relative;
width: 188px;
}

#package-preview #preview-deck .layer {
height: 400px;
position: absolute;
text-align: center;
width: 188px;
z-index: 2;
}

/* Grid Preview */
#package-preview .grid > div{
    width: 50%;
    float: left;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#package-preview .grid div div {
    border: 1px solid #E5E5E5;
}
#package-preview .grid div img {
    width: 100%;
}
#package-preview #preview-deck.grid {
    height: auto;
    min-height: 90px;
    padding: 15px 5px;
    width: 183px;
}
/*
.toolbar{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #E5E5E5;
    clear: left;
    height: 30px;
    margin: 20px 0;
    overflow: hidden;
    padding: 8px 12px 0 12px;}
.toolbar .pagination {float:left}
.toolbar .pages {margin-left: 20px;}
.toolbar .pages ol{display: inline;}
.toolbar .pages li{display: inline; margin: 0 1px; font-size: 10px;}
.toolbar span{float:left;vertical-align: middle;}
.toolbar .sorting{float:right}
.toolbar .sorting p{display: inline;
                    font-size: 10px;
                    padding-left: 15px;}

.toolbar .sorting select {
    border: 1px solid #999;
    font-size: 11px;
    margin-left: 2px;
    padding: 2px;
}
*/
.product-flexible-bundle .toolbar .view-mode {
    display: none;
}

.product-flexible-bundle .grid li {
    /*margin-left: 5px;*/
    margin-bottom: 10px;
    /*width: 176px;*/
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 15px;
    position: relative;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.product-flexible-bundle .grid li.first {
    margin: 0 0 10px 0 !important;
}
.product-flexible-bundle .grid li .image{
    /*background: white;
    border: 1px solid #E5E5E5;
    padding: 2px;
    height: 170px;
    width: 170px*/
}
.product-flexible-bundle .grid li .image:hover {
    /*border: 1px solid #CCC;*/
}
.product-flexible-bundle .grid li .image img {
    max-width: 100%;
    max-height: 100%;
}
.product-flexible-bundle .products-grid .product-info {
    min-height: 90px;
}
.product-flexible-bundle .products-grid .product-item-inner {
    margin-top: 8px;
}
.product-flexible-bundle .products-grid .actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*
.grid li a{  
    text-decoration:none;   
    display:block;
}
.grid li a:hover{
    color:#C16558;    
}
*/

.product-flexible-bundle .grid li .add-to-cart button.button {
    float:none;
}

.product-flexible-bundle .add-to-cart .button.button span span b {
    font-size: 14px;
}

.product-flexible-bundle .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.product-flexible-bundle .products-grid {
    border:none;   
}
.product-flexible-bundle .products-grid .add-to-links {
    visibility: hidden;
    margin: 0px;
}

.out-of-stock-message{
margin-bottom:10px;
border-color: #F16048;
background-color: #FAEBE7;
color: #black;
border-style: solid !important;
border-width: 1px !important;
background-position: 10px 9px !important;
background-repeat: no-repeat !important;
padding: 8px !important;
font-size: 11px !important;
font-weight: bold !important;
    
}

.out-of-stock-message span{
color:#D83820;    
}

.package-fixed .product-shop .price-box,
#product-shop .package-fixed .price-box{
    display: none;
}

/* Cart */
.cart.table-wrapper .cart tr.package-item td {
    vertical-align: middle;
    padding: 0px 5px;
}

.cart.table-wrapper .cart tr.package-item td.image {
    vertical-align: middle;
    padding-left: 0px;
}

.product-flexible-bundle .grid .product-item div[class^="swatch-opt-"] {
    margin-bottom: 10px;
}