.full-width {
    width: 100%;
}

.clear_both {
    clear: both;
}

#content-wrapper #sections h1 {
    font-weight: 700;
}

#content-wrapper #sections .btn {
    display: inline-block;
}

#content-wrapper #sections .align-left {
    text-align: left;
}

#content-wrapper #sections .align-center {
    text-align: center;
}

#content-wrapper #sections .align-right {
    text-align: right;
}


/*---------- CART ITEMS ----------*/
#content-wrapper #sections #continue-shopping {
    margin: 20px 0 40px 0;
}

#content-wrapper #sections #apply-changes {
    margin: 20px 0;
}

#content-wrapper #sections #cart-table-headers {
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #d2d7e1;
    border-bottom: 1px solid #d2d7e1;
}

#content-wrapper #sections .cart-items .cart-row {
    margin-top: 60px;
}

#content-wrapper #sections .cart-items .cart-row.first-row {
    margin-top: 0;
}

#content-wrapper #sections .cart-items h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

#content-wrapper #sections .cart-items input[type='number'] {
    max-width: 75px;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF !important;
    border: 1px solid #d2d7e1;
}

#content-wrapper #sections .cart-items input[type=number]::-webkit-inner-spin-button,
#content-wrapper #sections .cart-items input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#content-wrapper #sections .cart-items input[readonly] {
    color: #ACACAC !important;
    background-color: #EEEEEE !important;
    border-color: #ACACAC !important;
}

#content-wrapper #sections .cart-items .repair-type {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#content-wrapper #sections .cart-items .device-total {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

#content-wrapper #sections .cart-items .edit-link {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: right;
    line-height: 1em;
    color: orange;
    margin-bottom: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    #content-wrapper #sections .cart-items {
        padding-top: 40px;
        border-top: 1px solid #d2d7e1;
    }

    #content-wrapper #sections .cart-items .cart-row {
        margin-top: 40px;
    }

    #content-wrapper #sections .cart-items .cart-item-image {
        margin-bottom: 20px;
    }

    #content-wrapper #sections .cart-items h2,
    #content-wrapper #sections .cart-items .device-total {
        font-size: 15px;
    }

    #content-wrapper #sections .cart-items h2 {
        margin-bottom: 5px;
    }

    #content-wrapper #sections .cart-items .repair-type {
        font-size: 13px;
        margin-bottom: 0;
    }

    #content-wrapper #sections .cart-items input[type='number'] {
        height: 36px;
    }
}

@media only screen and (max-width: 400px) {
    #content-wrapper #sections .btn {
        width: 100%;
    }
}
/*---------- END CART ITEMS ----------*/


.cart-item-row {
    margin-bottom: 50px;
}

.cart-item-row #cart-item-image {
    padding: 0px;
}

.cart-item-row .cart-item-description p {
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.cart-item-row .cart-item-description .cart-item-remove {
    font-size: 11px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: orange !important;
    cursor: pointer !important;
}

#cart-price-total {
    text-align: right;
    padding-top: 10px;
}

#cart-title {
    color: #4D5E83;
}

#content-wrapper #sections .review-totals {
    margin-top: 10px;
    margin-bottom: 30px;
}

#content-wrapper #sections .totals .review-total {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}

#content-wrapper #sections .totals .grand-total {
    font-size: 30px;
    margin-top: 20px;
}

#content-wrapper #sections .totals .review-total .cart-totals {
    display: inline-block;
    width: 85px;
}

#content-wrapper #sections .totals .grand-total .cart-totals {
    display: inline-block;
    width: auto;
    margin-left: 15px;
}

.btn_wrapper {
    font-style: normal !important;
    color: #FFFFFF !important;
}

.continue_shopping {
    display: inline-block;
    border: 1px solid #959595;
    border-radius: 3px;
    padding: 17px 45px;
    text-align: center;
    margin: 10px 0;
    max-width: 250px;
}

.continue_shopping button {
    border: none;
    background: none;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6F6F6F;
}

.cart_categories {
    display: inline;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #4D5E83;
    margin: 0 0 0 80px;
}

.first_column {
    margin: 0 0 0 20px;
}

.product_media_object {
    display: inline;
    margin: 5px 20px;
    float: left;
}

.product_media_object img {
    float: left;
}

.product_media_object p {
    float: left;
    margin-left: 20px;
}

.cart_data {
    display: inline;
    margin: 10px 0;
}

.cart_data div {
    display: inline;
    vertical-align: top;
    margin: 0 0 0 80px;
}

.quantity {
    border: 1px solid #959595;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

.thank-you p {
    line-height: 2.0em !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}


/*---------- COUPON ENTRY ----------*/
.coupon-entry {
    float: right;
    width: 500px;
}

.coupon-entry .coupon-label {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
}

.coupon-entry #coupon-code {
    float: left;
    width: 300px;
    height: 56px;
    margin: 0;
}

.coupon-entry .btn {
    float: right;
}

@media only screen and (max-width: 767px) {
    .coupon-entry {
        float: left;
        width: 100%;
    }

    .coupon-entry #coupon-code {
        width: 100%;
        margin-bottom: 10px;
    }

    .coupon-entry .btn {
        float: left;
    }
}
/*---------- END COUPON ENTRY ----------*/

.review_total {
    text-align: right;
}
/*===============
      Mobile
================*/
@media (max-width: 991px) {

    .first_column {
        float: left;
        margin: 0;
    }

    .product_media_object {
        margin: 0;
    }

   .product_media_object p {
       float: none;
       margin: 0;
   }

   .cart_data div:last-child {
       display: none;
   }

   .last_column {
       display: none;
   }

   #coupon-code, .coupon_label {
       margin-left: 20px;
   }

}

@media screen and (max-width: 767px) {
    .apply {
        margin: 0 0 20px 0;
    }

    #coupon-code, .coupon_label {
       margin-left: 0;
    }

    .cart-price-value {
        text-align: center;
    }

    /*.checkout {*/
        /*max-width: 100%;*/
    /*}*/
}

@media screen and (max-width: 500px) {

    .continue_shopping {
        max-width: 100%;
    }

    .checkout {
        max-width: 100%;
    }

    .cart_categories {
       margin: 0 0 0 50px;
    }

   .cart_data div {
       margin: 0 0 0 50px;
   }

   .first_column {
        float: left;
        margin: 0;
   }

}
