
header img {
    margin-right: 50px;
}

header span.title {
    font-weight: normal;
    color: black;
    font-size: 20px;
    margin: auto;
}

.price {
    color: red;
}

#cart {
    display: none;
    z-index: 999;
    position: absolute;
    right: 10px;
    top: 72px;
    width: 200px;
/*
    border-right: 1px solid black;
    border-left: 1px solid black;    
    border-bottom: 1px solid black;    
    background-color: #fff; */
}

#cart-a {
    color: red;
}

#cart-b {
    width: 200px;
    display: none;
}

#cart-list div.sum {
    font-weight: normal;
    margin-top: 10px;
    font-size: 18px;
    color: red;
}

#cart-list .photo {
    overflow: hidden;
    width: 190px;
    height: 130px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

#cart-list .photo img {
    margin: auto;
}

#cart-list .actions span {
    cursor: pointer;
}

#cart-order {
    margin-top: 10px;
}

#import-step2 {
    display: none;
}

#import-step3 {
    display: none;
}

#import-step4 {
    display: none;
    font-weight: bold;
}

#import-classes {
    display: none;    
}

#photos-form {
    margin-bottom: 50px;
}

#photos-form select {
    margin-left: 10px;
    margin-right: 50px;
}

div.photo-min {
    float: left;
}

div.photo-label label {
    font-weight: bold;
}

#order1 {
    width: 600px;
}

#order1 div.row {
    width: 100%;
    text-align: justify;
    margin-top: 20px;
}

#order1 div.row label {
    font-weight: bold;
}

#order1 div.row button {
    margin: auto;
}

#importProgress {
    margin-bottom: 20px;
    display: none;
}