.checkout-order-summary .checkout-order-summary-list .thumb {
    width: 150px;
}
.checkout-steps .step-body .checkout-indent {
    margin: 0;
}
.checkout-order-summary .checkout-order-summary-list li.section.purchase-order .title {
    width: 100%;
}
.checkout-steps .controls {
    position: relative;
}
.checkout-steps .controls i {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
}
.checkout-steps .controls select {
    height: 50px;
    background: #f5f5f5;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
    padding-left: 20px;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    cursor: pointer;
}
.checkout-steps select {
    background: #f5f5f5;
    border-radius: 0;
    border: none;
    height: 50px;
    box-shadow: none;
    white-space: normal;
}
select.form-control {
    line-height: 15px;
}
.checkout-login .form-control {
    background: #e1e1e1;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    color: #555;
}

.checkbox .facet-mark {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    border: 1px solid #a9afb7;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin-top: -3px;
}
.checkbox label {
    padding-left: 0;
}
.checkbox input[type="checkbox"]:checked + input + .facet-mark {
    background: #0092ce;
    border: 1px solid #0092ce;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
}
.checkout-order-summary .checkout-order-summary-list .details .qty{
    display: block;
}
.checkout-order-summary-list .name a {
    font-size: 14px;
}
.checkout-order-summary-list .name a:hover {
    opacity: 0.7;
}
.checkout-order-summary .checkout-order-summary-list .thumb > a {
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.checkout-order-summary .checkout-order-summary-list .thumb img {
    width: auto;
    height: auto;
}

.search-field-wrap #searchAddressButton {
    margin-bottom: 0;
    background: #0092ce;
    border: none;
    height: 55px;
    /*width: 55px;*/
    width: 7.5%;
    color: #fff;
    font-size: 20px;
    float: right;
}
.page-multiStepCheckoutSummaryPage #cboxWrapper .headline {
    display: none;
}

.search-field-wrap #searchAddress {
    /*width: 690px;*/
    width: 85%;
    float: left;
    height: 55px;
}
.search-field-wrap {
    clear: both;
    display: inline-block;
    width: 100%;
    position: relative;
    background: #e1e1e1;
    height: 55px;
    margin-bottom: 15px;
}
#addressbookEntries ul li {
    padding: 0;
    margin: 0;
    line-height: 25px;
}
#addressbookEntries {
    position: relative;
}
#addressbookEntries .row-address {
    border-bottom: solid 1px #d9dce0;
    display: inline-block;
    width: 100%;
    clear: both;
}
#clearAddressButton {
    margin-bottom: 0;
    background: #545556;
    border: none;
    height: 55px;
    /*width: 55px;*/
    width: 7.5%;
    color: #fff;
    font-size: 20px;
    right: 55px;
    opacity: 0;
}

#searchAddress:focus + #clearAddressButton {
   opacity: 1;
}
#colorbox #addressbook {
    min-width: 800px;
    max-width: 800px;
    height: auto;
    display: inline-block;
}
#addressbookEntries {
    max-height: 500px;
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
}
.page-multiStepCheckoutSummaryPage #cboxClose {
    top: 0;
    right: -5px;
}
.addressEntry {
    width: 27%;
    display: inline-block;
    margin: 0 3%;
}
.addressEntry button {
    margin: 20px 0 25px 0;
}
.addressEntry:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    position: absolute;
    left:0;
}
#totalAddresses {
    padding: 25px 0 25px 25px;
    font-size: 18px;
    font-weight: 600;
}
#addressbookEntries ul li strong {
    margin-top: 15px;
    display: block;
}

.quick-view-popup .product-image {
    margin: 0 auto;
}
.quick-view-popup {
    max-width: 350px;
}
.quick-view-popup .addtocart-component .qty-selector .input-group-btn,
.quick-view-popup .addtocart-component .qty-selector .btn {
    width: 68px;
    margin: 0;
}
.quick-view-popup .qty-selector input[type="text"] {
    background: #ffffff;
    height: 40px;
    /*padding-left: 13px;*/
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
}
.quick-view-popup #addedtowishlist {
    text-align: center;
}
.quick-view-popup #addedtowishlist {
    margin: 10px 0;
}
.quick-view-popup #addedtowishlist .ti-heart{
    font-size: 12px;
    margin-right: 5px;
    font-weight: bold;
}
.quick-view-popup  .qty-selector .btn-white:visited,
.quick-view-popup  .qty-selector .btn:hover,
.quick-view-popup .qty-selector .btn:focus,
.quick-view-popup  .qty-selector .btn:active {
    color: #333;
    background: #e1e1e1;
    border: none;
    outline: none;
}
.quick-view-popup .product-details {
    text-align: center;
    float: none;
}
.page-productDetails .quick-view-popup .addtocart-component .qty-selector {
    /*width: 198px;*/
    width: 138px;
    margin-bottom: 10px;
}
.page-productDetails .quick-view-popup .addtowishlist-component {

    left: 0;
    width: 100%;
}
.page-productDetails .quick-view-popup .addtowishlist-component #addedtowishlist {
    display: inline-block;
    width: 100%;
}
.page-productDetails .quick-view-popup .addtowishlist-component #addedtowishlist li {
    text-align: center;
}
.qty-selector .btn {
    background: #e1e1e1;
}
.addtocart-component .qty-selector {
    margin: 0 auto;
}
