.sw-container {
    height: auto
}

.custom-cont {
    padding: 80px 0 80px 0
}

.fieldset {
    height: auto;
    padding: 25px 10px 25px 10px;
    border-radius: 5px;
    border: 1px solid #5bc0de;
    margin: 14px
}

.dset {
    height: auto;
    padding: 25px 10px 25px 10px;
    border-radius: 35px;
    margin-bottom: 20px solid #5bc0de
}

.fieldset legend {
    padding: .2em .5em;
    text-align: left;
    padding: 10px;
    width: auto;
    margin: 10px;
    border: 1px solid #5bc0de
}

#listupload {
    padding: 5px 30px 15px 30px
}

#listcart {
    padding: 5px 30px 15px 30px
}

#listcartfp {
    padding: 5px 30px 15px 30px
}

.img-preview {
    height: 146px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width:450px) {
    .img-preview {
        height: 100px
    }
}

table.table>tbody td {
    vertical-align: middle
}

table.table>thead th {
    text-align: center
}

table.table>tbody tr {
    text-align: center
}

.tab-pane {
    border: none
}

.color-list li a {
    border: 1px solid #020e19;
    color: #000
}

.color-list>li.active>a {
    border: 3px solid #020e19;
    color: #000
}

#AddressTab {
    margin: 32px
}

.icon-ready {
    color: green
}

.icon-nready {
    color: red
}