#recommendedProducts {
    justify-content: center;
}

.mycart-auth-box:before {
    position: relative !important;    
}
h1.cart_title {
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    font-family: univers_65_boldregular, sans-serif;
    text-transform: uppercase;
}
.mycart-auth-box {
    background-color: #fafafa;
}
.container_page_wrp.product__cart {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.hide__btn {
    display: none;
}
.cart_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 32px;
    padding: 20px 60px 0 0;
}
.continue_link {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Univers LT Std", sans-serif;
    color: #000;
}
.continue_link:hover, .continue_link:active {
    text-decoration: underline!important;
}
.mycart-auth-box h1 {
    display: none;
}
.cart_item_outer {
    padding: 0 60px 0 0;
    margin-bottom: 20px;
}
.cart_item_block {
    background-color: inherit;
}
.cart__widget {
    position: relative;
    margin-top: -5px;
    margin-bottom: 32px;
    padding-bottom: 30px;
}
.cart__widget:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: 0;
    right: -30px;
    height: 2px;
    background-color: #F3F4F4;
}
.cart_data_list > div {
    padding: 0;
    border: 0;
    cursor: default;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.cart_data_list > div:last-of-type {
    margin-bottom: 0;
}
.remove_product {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Univers LT Std", sans-serif;
}
.remove_product:hover {
    color: red;
}
.cartProduct {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
}
.cartProduct .cart_image {
    flex: 0 0 285px;
    width: 285px;
    max-width: 285px;
    padding: 10px;
}
.cart_image .mobile_title {
    display: none;
}
.cart_image .mobile_title .mob_product_delete {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.mob_product_delete a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Univers LT Std", sans-serif;
}

.cart_image .product_thumb {
    width: 100%;
    height: 100%;
    min-height: 305px;
}
.cartProduct .cart__product__content {
    flex-grow: 1;
    width: auto;
    max-width: 100%;
    border-left: 1px solid #E5E5E5;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.cart_product_head {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 24px 28px 24px 24px;
    border-bottom: 1px solid #E5E5E5;
}
.cart_product_title_outer {
    flex: 1;
    min-width: 0;
}
.cart_product_head .cart_product_title {
    font-family: "Univers LT Std", sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0!important;
}

.cart_product_delete {
    white-space: nowrap;
    padding-left: 35px;
}
.product_data_block {
    padding: 30px 28px 24px 24px;
    flex-grow: 1;
}
.product_data_block .data-row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.product_data_block .data-row:not(:last-of-type) {
    margin-bottom: 8px;
}
.data-row > div:first-of-type {
    font-family: "Univers LT Std", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #808080;
}
.data-row > div:last-of-type {
    font-size: 14px;
    color: #000;
}
.product_footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 24px 28px 24px 24px;
    border-top: 1px solid #E5E5E5;
}

.product_footer {
    font-family: "Univers LT Std", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color:   #000;
    text-align: center;
}

.product_footer > div:last-of-type {
    text-align: right;
    font-size: 16px;
}


.cart__button_outer {
    display: flex;
    justify-content: flex-end;
}
.cart__button_outer .shopnow-btn:hover {
    background-color: #cac9c9;
    color: #000;
}
.mycart-auth-box h2 {
    text-align: center;
}


._login_button_style__ul>li:not(:last-child) {
    margin-bottom: 1rem !important;
}

.payment-error-modal .error-color {
    padding-bottom: 0px !important;
}
@media screen and (max-width: 1170px) {
    .cartProduct .cart_image {
        flex: 0 0 220px;
        width: 220px;
        max-width: 220px;
    }
    .cart_item_outer, .cart_head {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    .container_page_wrp.product__cart {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}
@media (max-width: 767px) {
    #auth-form {
        margin-top: 6rem;
    }

    #appleid-signin div {
        max-width: 100% !important; 
    }    
}


@media screen and (max-width: 660px) {
    .cartProduct {
        position: relative;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .cartProduct .cart_image {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .cartProduct .cart__product__content {
        border-top: 1px solid #E5E5E5;
        border-left: 0 none;
    }
    .cart_product_head .cart_product_title a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .cart_product_delete {
        padding-left: 3px;
    }

    .cartProduct .cart_image figure.product_thumb {
        margin-bottom: 0 !important;
        border: 0px;
    }
}

