body{
    padding-top: 80px;
    padding-bottom: 30px;
    background: #010125 url('../img/bg.jpg') no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}
.container.content{
    position: relative;
    padding: 60px 30px 40px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #58408e;    
}
.container.content.padding{
    padding: 80px 120px 40px;
}
.headerRow{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: #58408e;
    border-bottom: 1px solid #2D185C;
    padding: 5px 0;
}
.headerRow h1{
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
}
.headerRow h1 .btn{
    background: #9b3f92;
    color: #fff;
}
.headerRow h1 .btn:hover{
    background: #58408e;
}
.headerRow .col-xs-12{
    padding-right: 5px;
}
.item-box{    
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px #ccc inset;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    margin: 10px 0;
}
.item-box hr{
    border-top: 1px solid #ccc;
    margin: 0 -15px;
}
.item-box .price-box{
    position: absolute;
    top: -15px;
    right: -1px;
    background: #9b3f92;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
.item-box h3{
    font-weight: normal;    
    font-size: 18px;
    color: #555;
}
.item-box h3 span{
    display: block;
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}
.overflowHidden{
    overflow: hidden !important;
}
.btn-np{
    position: relative;
    background: #50408e;
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    padding-left: 40px;
    border: none;
    border-radius: 0;
    margin: -15px;
    margin-top: 10px;
}
.btn-np img{
    width: 32px;
    height: 32px;
    background: #9b3f92;
    padding: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-np:hover{
    background: #9b3f92;
    color: #fff;
}
.navbar-inverse{
    background: #fff;
}
.navbar-brand img{
    height: 34px;
}
.navbar-brand{
    padding: 10px;
}
#selectTheme{
    border-radius: 3px;
    margin-top: 7px;
}

/* Basket View */
.basket-thumbnail{
    max-width: 100%;
}
.basket-thumbnail{
    max-height: 130px;
}
h2{
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
}
.header-label{
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
.item-desc{
    line-height: 130px;
    font-size: 16px;
}
.basked-item-row > div:not( :last-child){
    padding: 0 5px;
}
.basked-item-row + .basked-item-row{
    border-top: 1px solid #ede;
}
.basked-item-row .price{
    line-height: 130px;
    font-weight: bold;
    font-size: 16px;
    color: #58408e;
}
.price-sum{
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
    display: block;
    text-align: right;    
}
.text-np-pink{
    color: #9b3f92;
}
.price-sum .text-np-pink{
    font-size: 22px;
    padding-left: 15px;    
}
.basket-header{
    background: #ede;
    border-radius: 3px 0 0 3px;
}
.basket-header > div:not( :last-child){
    padding: 0 5px;
}
.checkout-summary{
    background: #ede;    
}
.checkout-summary:first-child{
    border-radius: 4px 4px 0 0;
    padding-top: 5px;
}
.checkout-summary:last-child{
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
}
.checkout-summary .btn{
    margin: 5px 0;
    width: 100%;
    border-radius: 5px;
}
.checkout-summary h4{
    color: #58408e;
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #9b3f92;
    padding-bottom: 10px;
}
.checkout-summary label{
    font-weight: normal;
    font-size: 15px;
}
.checkout-summary .btn img{
    border-radius: 5px 0 0 5px;
}
.checkout-box{
    padding: 0;
}
.form-control{
    border-radius: 3px;
    box-shadow: none !important;
    border-color: #9b3f92;
    padding: 10px 15px;
    height: 42px;
}
.form-group{
    margin-bottom: 15px;
}
.form-group-multi > input{
    float: left;
    width: 50%;
}
.form-group-multi > input{
    border-radius: 0;    
    border-right: none;
}
.form-group-multi > input:first-child{
    border-radius: 3px 0 0 3px;
}
.form-group-multi > input:last-child{
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #9b3f92;
}

/* theme 1 */
.theme-1{
    color: #404f41;
}

.theme-1 .headerRow,
.theme-1 .checkout-summary h4,
.theme-1 .container.content{
    border-color: #529e9a;
}

.theme-1 .headerRow,
.theme-1 .btn-np{
    background: #529e9a;
}

.theme-1 .btn-np:hover,
.theme-1 .btn-np img,
.theme-1 .item-box .price-box,
.theme-1 .headerRow h1 .btn{
    background: #226e5a;
}

.theme-1 .text-np-pink,
.theme-1 .checkout-summary h4{
    color: #226e5a;    
}

.theme-1 .basket-header,
.theme-1 .checkout-summary {
    background: #DEF5F4;
}

.theme-1 .basked-item-row .price{
    color: #529e9a;
}

/* theme 2 */
.theme-2{
    color: #394755;
}

.theme-2 .headerRow,
.theme-2 .checkout-summary h4,
.theme-2 .container.content{
    border-color: #57b1dd;
}

.theme-2 .headerRow,
.theme-2 .btn-np{
    background: #57b1dd;
}

.theme-2 .btn-np:hover,
.theme-2 .btn-np img,
.theme-2 .item-box .price-box,
.theme-2 .headerRow h1 .btn{
    background: #2d79ce;
}

.theme-2 .text-np-pink,
.theme-2 .checkout-summary h4{
    color: #2d79ce;    
}

.theme-2 .basket-header,
.theme-2 .checkout-summary {
    background: #DEECF5;
}

.theme-2 .basked-item-row .price{
    color: #2d79ce;
}

/* theme 3 */
.theme-3{
    color: #000000;
}

.theme-3 .headerRow,
.theme-3 .checkout-summary h4,
.theme-3 .container.content{
    border-color: #aa0000;
}

.theme-3 .headerRow,
.theme-3 .btn-np{
    background: #aa0000;
}

.theme-3 .btn-np:hover,
.theme-3 .btn-np img,
.theme-3 .item-box .price-box,
.theme-3 .headerRow h1 .btn{
    background: #880000;
}

.theme-3 .text-np-pink,
.theme-3 .checkout-summary h4{
    color: #880000;    
}

.theme-3 .basket-header,
.theme-3 .checkout-summary {
    background: #F5DEDE;
}

.theme-3 .basked-item-row .price{
    color: #880000;
}