

.modal-block {

    max-width: 640px;
    margin: 40px auto;

}

.add-to-cart .form-horizontal {
    width: 100%;
}

.add-to-cart-amount {
    width: 100px;
}

.price-current {
    font-size: 150%;
    color: red;
}
.price-current span {
    font-size: 60%;
    color: black;
}

.seitBoxDim .price-current {
    font-size: 100%;
    color: red;
}

.add-to-cart .form-horizontal .pic-detail {
    padding-left: 48px;

}

.add-to-cart .form-horizontal img {
    margin-bottom: 12px;
}

.add-to-cart .form-horizontal .radio {
    background-color: #F1F1F1;
    margin: 4px 0px 4px 0px;
    min-height: 34px;
}

.add-to-cart .form-horizontal .pic-format {
    margin-left: 0px;
    margin-right: 0px;
}

.pic-detail .radio {
    padding-left: 32px;
}

.add-to-cart .add-msg {
    min-height: 30px;
}
.add-to-cart .add-msg .msg {

    color: green;
}



#rootwizard {
    margin: 60px ;
}

.payment-info {
    margin: 0px 0 40px 0px;
    display: block;
    height: 60px;
    text-align: center;
}

.sub-dialog .cart-amount {
    width: 60px;
    margin-right: 4px;

}
.sub-dialog .btn-remove, .btn-cart-amount-refresh {
    margin-top: 8px;
    cursor: pointer;
}

.payment-info .card {
    height: 40px;
    margin-right: 10px;
} 

.payment-info .direct {
    height: 40px;
} 

#payment-info-box {
    visibility:hidden;
    position: fixed;
    z-index: 5;
    background-color: rgba(255,255,255,0.9); 
    display: block;
    width: 480px; 

    top: 200px;
    left: 400px;
    border: 1px solid;
    padding: 0px 20px 5px 20px;
}

.delivery-method .delivery-type {
    display: inline;
    margin-left: 20px;
}

.delivery-method label {
    margin-bottom: 0px;
}


#payment-info-box  .info-payment {
    height: 400px;
    overflow: auto;
}
#payment-info-box h3 {
    font-size: 12pt;
    font-weight: bold;
    margin: 11px 0 10px;
}


#payment-info-box .close {
    margin: 20px 0 10px 360px;
}


.custom-comment {
    min-width: 100%;
}

.order-btn-pos {
    margin: 20px 0 40px 0;
}

.bwizard-steps {
    display: inline-block;
    margin: 0 0 60px 0  ; padding: 0;
    background: #fff;
    min-width: 100%;
}
.bwizard-steps .active {
    color: #fff;
    background: #993300 }
.bwizard-steps .active:after {
    border-left-color: #993300 }
.bwizard-steps .active a {
    color: #fff;
    cursor: default }
.bwizard-steps .label {
    position: relative;
    top: -1px;
    margin: 0 5px 0 0; padding: 1px 5px 2px }
.bwizard-steps .active .label {
    background-color: #333;
    font-size: 110%;
}
.bwizard-steps li {
    display: inline-block; position: relative;
    margin-right: 5px;
    padding: 12px 17px 10px 30px;
    *display: inline;
    *padding-left: 17px;
    background: #efefef;
    line-height: 18px;
    list-style: none;
    zoom: 1; 
    width: 24.00%;
}
.bwizard-steps li:first-child {
    padding-left: 12px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; }
.bwizard-steps li:first-child:before {
    border: none }
.bwizard-steps li:last-child {
    margin-right: 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.bwizard-steps li:last-child:after {
    border: none }
.bwizard-steps li:before {
    position: absolute;
    left: 0; top: 0;
    height: 0; width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    border-top: 20px inset transparent;
    content: "" }
.bwizard-steps li:after {
    position: absolute;
    right: -20px; top: 0;
    height: 0; width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2; }
.bwizard-steps a {
    color: #333 }
.bwizard-steps a:hover {
    text-decoration: none }
.bwizard-steps.clickable li:not(.active) {
    cursor: pointer }
.bwizard-steps.clickable li:hover:not(.active) {
    background: #ccc }
.bwizard-steps.clickable li:hover:not(.active):after {
    border-left-color: #ccc }
.bwizard-steps.clickable li:hover:not(.active) a {
    color: #08c }
@media (max-width: 480px) {
    /* badges only on small screens */
    .bwizard-steps li:after,
    .bwizard-steps li:before {
        border: none }
    .bwizard-steps li,
    .bwizard-steps li.active,
    .bwizard-steps li:first-child,
    .bwizard-steps li:last-child {
        margin-right: 0;
        padding: 0;
        background-color: transparent }
}

.delivery-address tbody.delivery-address-body {
    display: none;
}

.delivery-address label {
    margin-bottom: 0;
}
.delivery-address input[type=checkbox] {
    margin: 0;
}

#addressData .country {
    width: 200px;
}

#tab-customer-data, #tab-shipping-payment {
    display: inline-block;
    width: 100%;
}

#tab-data .payment-method{
    width: 260px;
}

.detail-view .pic-detail img {
    visibility: hidden;
}
.detail-view .pic-detail .row {
    text-align: center;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/


/*thumbnail shop */
.goods-thumbnail{
    margin-bottom: 40px;
}
.goods-thumbnail h2 {
    margin-left:  30px;
}
/*.goods-thumbnail .produce {
    min-height: 560px;
}*/
.goods-thumbnail .infoBox  {
    margin-bottom: 40px;
}
.goods-thumbnail .row{
    margin-bottom: 10px;
    margin-top: 10px;
}
.goods-thumbnail .thumbnail {
    background-color: #fff;
    display: block;

    padding: 1px;
    height: 90px;
    margin: 0px;
}
.goods-thumbnail .col-thumbnail {
    width: 7%;
    
    padding-left: 2px;
    padding-right: 2px;
    float: left;
   
}
.goods-thumbnail .col-thumbnail img {
 border: 1px #FFF solid;
}

.discount {
    color: #F0F;
    margin-left: 6px;

}

.goods-thumbnail .available {
    font-weight: bold;
}
.goods-thumbnail .subInfo{
    font-size: 90%;   
}

.selectPic {
    border: 1px #00F solid !important;
}

.goods-thumbnail .seitBoxDim {
    text-align: center;
    border: 1px #CCC solid;
    border-radius: 4px;
    margin: 0 4px 20px 4px;

}
.goods-thumbnail .seit-box-title {
    background: #EEE;
    padding: 4px;
    margin-bottom: 20px;
}
.thumbnail-contener {
    margin-bottom: 40px;
}

#basketContainer .title{
    margin-bottom: 4px;
    background: #EEE;
}

.totalContainer  {
    margin-bottom: 20px;

}
.totalContainer table tr {
    border-top: 1px solid;
}


#cart .table td:nth-child(5), #cart .price, #cart .total-price, 
#cart-finish .table td:nth-child(5), #cart-finish .price, #cart-finish .total-price {
    text-align: right;
}

#cart .total-price, #cart-finish .total-price{
    font-weight: bold;
}


#basketContainer {
    width: 620px;
}        

/* #basketContainer a.CloseImg {
    background: url("../images/pop_close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 14px;
    z-index: 3200;
  }*/

/*   #basketContainer .title {
    display: block;
    height: 20px;
    background: #404040;
    font-size: 9pt;
    font-weight: bold;
    padding: 6px 0px 4px 10px; 
    border-bottom: 1px #B2B2B2 solid;
   }    
*/
#basketContainer .mainContainer {
    float: left;
    width: 100%;
}

#basketContainer .containerPart {
    width: 48%;
    float: left;
    padding:  0px 20px 0px 7px;

}
#basketContainer img {
    margin: 10px 0px 6px 12px;
}

#basketContainer .mainTitle {
    margin: 4px;
    font-weight: bold;
}

#basketContainer .lastAddedItemInfo {
    border-right: 1px solid #B2B2B2;
    padding-top: 12px;
    margin-bottom: 22px;
}
#basketContainer .imgContainer {
    height: 125px;

}

#basketContainer .label {
    font-weight: bold;
    color: black;
}
#basketContainer .value {
    padding-left: 20px;
}
#basketContainer .blackButton {
    margin: 30px 0 16px 40px;
}

#basketContainer .articles {
    height: 152px;
    overflow: auto;
    padding-top: 12px;  
}

.totalContainer table {
    font-weight: bold;
    width: 100%;
}
#basketContainer .price {
    width: 50%;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;
}

.terms {
    display: inherit;
}
/*thumbnail shop end */


.imgSeitBox {
    width: 90%;
}

@media (min-width:592px){
    .goods-thumbnail .thumbnail {
    height: 38%;
}
}