/** Shopify CDN: Minification failed

Line 513:29 Expected ")" to end URL token

**/
body.cart_open #cart .cart_section {
    transform: translateX(0%);
}
body.cart_open {
    overflow: hidden;
}
#cart .cart_section {
    max-width: 390px;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    z-index: 10000000000;
    transition: all 0.3s linear;
    transform: translateX(100%);
    overflow: hidden;
}
body.cart_open .tsc-lightbox-wrapper { 
    display: block;
}
.tsc-lightbox-wrapper .tsc-lightbox::-webkit-scrollbar {
    display: none;
}
.tsc-lightbox-wrapper .tsc-lightbox{
    padding: 0 20px;
    overflow: auto;
    max-height: 550px;
}
.tsc-lightbox-wrapper .tsc-close {
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.tsc-lightbox-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid red; */
    width: 90%;
    max-width: 600px;
    z-index: 10000000000;
    background: #fff;
    display: none;
    padding: 30px 0px;
    max-height: 600px;
    overflow: hidden;
    border-radius: 4px;
}
#cart .shipping_vat_alert {
    font-size: 13px;
    /* margin-bottom: 5px; */
}
#cart .terms-checkbox input {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#cart .line_price_wrapper .compare_price {
    text-decoration: line-through;
    margin-left: 5px;
}
#cart .terms-checkbox{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}
#cart .terms-checkbox a {
    /* text-decoration: none; */
    text-underline-offset: 5px;
}
#cart .cart_qty_remove_wrapper[p-type="Sample Tile"]{
    justify-content: space-between;
    width: 100%;
}
#cart .cart_qty_remove_wrapper[p-type="Sample Tile"] +  .line_price_wrapper {
    margin-top: -30px;
}
#cart .cart_qty_remove_wrapper[p-type="Sample Tile"] .cart_added_counter {
    opacity: 0;
    pointer-events: none;
}
#cart .promotion_area {
    bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 2.5fr 1fr;
    position: absolute;
    left: 20px;
    right: 20px;
    padding: 12px;
    z-index: 1;
    background: #F8F5F0;
    grid-gap: 8px;
    align-items: center;
}

#cart .promotion_button a {
    background: #929876;
    color: #fff;
    text-align: center;
    width: 100%;
    font: normal normal normal 15px/17px TT Norms;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#cart .promotion_title {
    font: normal normal 500 16px/28px TT Norms;
}

#cart .promotion_desc {
    font: normal normal normal 13px/15px TT Norms;
}

#cart .promotion_image {
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart .cart_header_progressbar {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    background: #EBEBEB;
    position: relative;
    margin: 10px 0 0;
    border: 1px solid #EBEBEB;
}
#cart .store_service_policy {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    justify-content: center;
} 
#cart .store_service_policy .icon_track {
    width: 20px;
    margin-right: 5px;
}
#cart .cart_header_progressbar_filled {
    position: absolute;
    left: 0;
    height: 6px;
    border-radius: 4px;
    background-color: #EBEBEB;
}
body.cart_open .cart_overlay{
    display: block;
}
body.big_pack_overlay .cart_overlay{
    display: block;
}
body.fixed div#smile-ui-container {
    display: none;
}
body.cart_open div#smile-ui-container {
    display: none;
}
.cart_overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b2b7abc9;
    z-index: 10000000000;
    display: none;
    opacity: 0.8;
}
#cart .upsell-item img {
    width: 100%;
    max-height: 150px;
    display: block;
}
#cart .upsell-swiper {
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}
#cart .upsell-swiper-buttons > div.swiper-button-disabled{
    opacity: 0.8;
}
#cart .list-payment{
    padding-top: 0;
    flex-wrap: nowrap;
}
#cart .upsell-heading {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
}
#cart h6.upsell-title {
    margin: 5px 0;
    line-height: 1.2; 
    font-weight: normal; 
    font-size: 13px;
    min-height: 32px;
}
#cart .upsell-prev-button {
    transform: rotate(90deg);
}
#cart .upsell-next-button {
    transform: rotate(-90deg);
}
#cart .upsell-swiper-buttons svg {
    width: 15px;
    height: 15px;
}
#cart .upsell-swiper-buttons > div{
    width: 20px;
    height: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #bfbfbf;
}
#cart .upsell-swiper-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    left: -10px;
    right: -10px;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cart .upsell-button:hover {
    opacity: 0.8;
}
#cart .upsell-button {
    justify-content: center;
    align-items: center;
    height: 35px;
    display: flex;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    background: #0C0C0C;
    cursor: pointer;
}
#cart .line_discount span.d_code {
    background: #0C0C0C;
    color: #fff;
    border-radius: 6px;
    padding: 2px 5px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    /* margin-left: 5px; */
    display: flex;
    align-items: center;
}
#cart .cart_header_top { 
    padding: 10px 20px;
    background: #F3F2ED;
    color: #0C0C0C;
}
#cart .line_discount img{
    width: 15px;
    margin-right: 5px;   
    filter: invert(1);
}
#cart .line_discount {
    display: flex;
    align-items: center;
    /* font-weight: 700; */
    justify-content: flex-end;
    margin-top: 5px;
}
#cart .cart_header_title_box {
    display: flex;
    align-items: center;
}

#cart .cart_header_title {
    color: #373737;
    font: normal normal normal 20px/23px TT Norms;
}
svg.icon-cart-v2{
    width: 25px;
    height: 25px;
}
#cart-icon-bubble {
    cursor: pointer;
    margin-left: 5px;
}
#cart .cart_header_badge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    font: italic normal normal 13px/15px TT Norms;
}
#cart .cart_close_button {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#cart .empty_cart .cart_header_top {
    display: none;
}
#cart .cart_header_top_toolbar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}
#cart .empty_cart .cart_label {
    display: none;
}
#cart .cart_label .cart_count {
    border: 1px solid #000;
    border-radius: 9px;
    font-size: 11px;
    margin-left: 10px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#cart .cart_label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
#cart .cart_close_button img {
    width: 20px;
    height: 27px;
}
#cart .cart_header_alarm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 1;
}
span#cart-bubble-count {
    position: absolute;
    top: -5px;
    right: -12px;
    background: #D3EBDB;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    font-family: Gotham HTF;
    font-weight: bold;
    align-items: center;
    justify-content: center;
}
#cart .cart_state {
    margin-top: 70px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
#cart a.empty_col_item .icon_arrow img {
    filter: invert(1);
    width: 15px;
    height: 18px;
    display: block;
}
#cart a.empty_col_item .icon_arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 0 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart a.empty_col_item img.col_image {
    width: 130px;
    height: 130px;
    margin: auto;
    display: block;
}
#cart .cart_service_word {
    text-align: center;
    font-size: 13px;
    color: #0C0C0C;
    margin-bottom: 80px;
    background: #F3F2ED;
    padding: 8px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}
#cart .cart_service_word img {
    margin-top: -2px;
}
#cart a.empty_col_item {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    background: #F6F6F6;
}
#cart a.empty_col_item .col_title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0C0C0C;
    color: #fff;
    padding: 6px 8px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}
#cart .empty_cart_footer {
    position: absolute;
    left: 0;
    right: 0;
    width: 270px;
    margin: auto;
    bottom: 70px;
    padding: 20px 0;
    z-index: 13;
}
#cart .empty_collections {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}
#cart .cart_review_container {
    width: 100%;
    margin-top: 21px;
    background: #F8F7F3 0% 0% no-repeat padding-box;
}
#cart .cart_review_item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0 21px;
}
#cart .cart_review_item:first-of-type {
    padding-top: 10px;
    padding-bottom: 6px;
}
#cart .cart_review_item:last-of-type {
    padding-top: 6px;
    padding-bottom: 10px;
}
#cart .cart_review_item_image {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background: #F5F4AB 0% 0% no-repeat padding-box;
}
#cart label.switch_button input:checked+.toggle_button:before {
    content: "";
    background-image: url({{ 'faq-white-check.png' | asset_url }});
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#cart .cart_recommended_containter {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 20px;
    padding-bottom: 45px;
    background: #F8F5F0;
}
#cart .cart_recommended_letter {
    text-align: left;
    font: normal normal 500 16px/19px TT Norms;
    color: #000;
    margin-bottom: 10px;
}
#cart .cart_recommended_product {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 6px;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 5px;
}
#cart .cart_recommended_product:last-child {
    border-bottom: none;
}
#cart .cart_recommended_product_image_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}
#cart .cart_recommended_product_image_box img {
    width: 75px;
    min-width: 75px;
    height: 75px;
}
#cart .cart_recommended_product_info_container {
    display: flex;
    width: calc(100% - 70px);
    align-items: center;
    justify-content: space-between;
}
#cart .cart_recommended_product_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
#cart .cart_recommended_product_name a{
    font: normal normal normal 15px/15px TT Norms;
    color: #383230;
    text-decoration: none;
    max-width: 160px;
    display: block;
}
#cart .cart_recommended_product_price {
    font: normal normal 500 15px/17px TT Norms;
    letter-spacing: -0.39px;
    /* color: #F1405D; */
}
#cart .cart_recommended_product_price span.compare_price {
    text-decoration: line-through;
    margin-left: 5px;
}
#cart .cart_recommended_product_price span.sale_price {
    color: #F1405D;
    font: normal normal 500 15px/17px TT Norms;
}
#cart .cart_recommended_product_price span {
    font: normal normal 500 15px/17px TT Norms;
    color: #373737;
    margin-top: 5px;
    display: block;
}
#cart .cart_recommended_product_divider {
    margin: 16px 0;
    width: 100%;
    border: 1px solid #E1DDD8;
}
#cart .cart_button {
    padding: 12px 26px;
    background: #929876;
    text-align: center;
    font: normal normal normal 16px/21px TT Norms;
    color: #fff;
    cursor: pointer;
}
#cart .cart_button:hover {
    opacity: 0.8;
}
#cart .cart_item {
    /* border-bottom: 1px solid #CCC; */
}
#cart .cart_added_product {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 15px;
    /* border: 1px solid red; */
}
#cart .payment_container{
    width: 100%;
    padding: 15px;
    border-top: 1px solid #F2EEE9;
    border-bottom: 1px solid #F2EEE9;
}
#cart .cart_added_product_image_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 150px;
    background: #F6F6F6;
}
#cart .cart_added_product_info {
    display: flex;
    width: calc(100% - 115px);
    margin-left: 15px;
    justify-content: space-around;
    flex-direction: column;
}
#cart .tile_qty{
    font-size: 10px;
    padding: 4px;
    background: #F6F6F6;
    font-weight: 500;
    margin-right: 10px;
}
#cart a.empty_col_item img {
    width: 120px;
    object-fit: cover;
    height: 120px;
}
#cart .cart_added_product_image_box img {
    width: 120px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
}
#cart .cart_added_product_detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#cart .cart_added_product_delete_total_price {
    display: flex;
    flex-direction: column;
    /* height: 70px; */
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}
#cart .cart_added_product_review {
    
}
#cart .cart_added_product_name {
    /* max-width: 200px; */
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}
#cart .line_remove_button{
    margin-left: 10px;
    cursor: pointer;
}
#cart .line_price_wrapper {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}
#cart .cart_added_counter {
    /* margin-top: 8px; */
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 5px 10px;
}
#cart [free_item="true"] .cart_added_product_delete_total_price .line_remove_button {
    display: none !important;
}
#cart [free_item="true"] .cart_added_counter {
    opacity: .3;
    pointer-events: none;
}
#cart [is-gift="true"] .cart_added_product_delete_total_price{
    display: none !important;
}
#cart [is-gift="true"] .cart_qty_button {
    opacity: 0.3;
    pointer-events: none;
}
#cart .subscription_amount span.sale_total {
    color: #f1405d;
}
#cart .subscription_amount span.compare_total {
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
}
#cart .main_cart_items{
    width: 100%;
}
#cart .cart_qty_button {
    width: 15px;
    height: 15px;
    /* border: 1px solid #E1DDD8; */
    border-radius: 14px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart .cart_added_product_delete {
    width: 16px;
    min-width: 16px;
    height: 16px;
    cursor: pointer;
    user-select: none;
}
#cart .cart_added_product_total_price {
    color: #000;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    font-weight: 500;
}
#cart .cart_added_product_total_price span.compare_price {
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 11px;
}
#cart .cart_added_product_total_price span.sale_price {
    color: #f1405d;
    font-size: 13px;
}
#cart .question_icon {
    width: 15px;
    height: 15px;
    cursor: pointer;
    user-select: none;
}
#cart .cart_added_product_amount {
    width: fit-content;
    border: none;
    outline: none;
    color: #000;
    height: 28px;
    text-align: center;
    box-shadow: none !important;
    font-size: 16px;
    padding: 0 5px;
    max-width: 50px;
}
#cart .subscription_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: normal normal 500 16px/19px TT Norms;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
}
#cart .sample-alert {
    font-size: 13px;
    text-align: center;
    color: red;
    padding: 10px;
}
#cart .swiper-button-lock {
    display: none !important;
}
#cart .button_checkout.disabled {
    pointer-events: none;
    opacity: 0.5;
}
#cart .button_checkout.sample-disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}
#cart .button_checkout {
    margin: 0 0 8px;
    justify-content: center;
    align-items: center;
    height: 40px;
    display: flex;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    position: relative;
    font-weight: 500;
    background: #0C0C0C;
    cursor: pointer;
    text-decoration: none;
}
#cart .checkout_caption {
    font: normal normal normal 13px/15px TT Norms;
    color: #818181;
    text-align: left;
    margin-top: 10px;
}
#cart .cart_footer .list-payment__item{
    max-width: 30px;
}
#cart .button_checkout img {
    width: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
#cart .empty_cart .cart_scroll_container {
    max-height: calc(100% - 270px);
}
#cart .cart_scroll_container.no-upsell {
    max-height: calc(100% - 240px) !important;
}
#cart .cart_scroll_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-height: calc(100% - 510px);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 0px;
}
/* Cart Drawer Style */
@keyframes spin {
    0%{
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(1turn);
    }
}
#cart .cart_loading_bar{
    width: 60px;
    height: 60px;
    background: transparent;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    border: 8px solid #fff;
    border-top: 8px solid #d4e5c4;
    animation: spin 1s infinite linear;
    border-bottom: 8px solid #d4e5c4;
}
#cart .cart_loading{
    position: fixed;
    width: 100%;
    background: #00000036;
    height: 100vh;
    right: 0;
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 1;
    justify-content: center;
}
#cart .cart_item + .cart_item .cart_added_product {
    padding-top: 0;
}
#cart .cart_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 15px 15px 10px 15px;
    z-index: 1;
    background: #fff;
}
#cart .button_shop_all {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #000000 0% 0% no-repeat padding-box;
    text-align: center;
    font: normal normal bold 16px/1 Gotham HTF;
    letter-spacing: -0.48px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}
#cart .button_shop_all:hover {
    opacity: 0.8; 
}
#cart .cart_qty_remove_wrapper {
    display: flex;
    align-items: center;
}
#cart .line_options{
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
#cart .empty_cart_footer .empty_cart_caption {
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#cart .empty_cart_footer a.shop_all_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C0C0C;
    color: #fff;
    height: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
#cart .line_options .line_option {
    font-size: 10px;
    background: #F6F6F6;
    margin: 0 4px 4px 0;
    padding: 4px;
}
body.cart_open #cart .upsell-popup-wrapper{
    display: block;
}
#cart .upsell-popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b2b7abc9;
    z-index: 10000000000;
}
#cart .upsell-popup-wrapper{
    max-width: 400px;
    width: 100%;
    position: fixed;
    left: calc(50% - 180px);
    top: 50%;
    background: #FFFFFF;
    z-index: 10000000000;
    transition: all 0.3s linear;
    transform: translate(-50%, -50%);
    /* overflow: hidden; */
    padding: 20px;
    box-shadow: 3px 5px 10px 0px #000000a8;
    display: none;
}
#cart .upsell-popup-items .upsell-item img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    object-fit: cover;
}
#cart .upsell-price {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
#cart .upsell-popup-wrapper .upsell-item img {
    width: 80px;
    height: 70px;
    margin-right: 10px;
    object-fit: cover;
    min-width: 80px;
}
#cart .upsell-popup-subheading {
    font-size: 13px;
    line-height: 1.5;
    margin: 15px 0;
}
#cart .upsell-popup-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
#cart .upsell-popup-wrapper .upsell-item input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}
#cart h6.upsell-title span {
    display: block;
    margin: 5px 0;
}
#cart .upsell-bundle-button:hover {
    opacity: 0.8;
}
#cart .upsell-bundle-button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
#cart .upsell-bundle-button {
    justify-content: center;
    align-items: center;
    height: 35px;
    display: flex;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
    width: 100%;
    font-weight: 500;
    background: #0C0C0C;
    cursor: pointer;
}
#cart .upsell-popup-wrapper .icon-upsell-close {
    position: absolute;
    top: 5px;
    background: #fff;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
#cart .upsell-popup-wrapper .upsell-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
@media screen and (max-width: 900px) {
    #cart .upsell-popup-wrapper{
        left: 50%;
        width: 95%;
        max-width: 360px;
    }
    #cart .store_service_policy {
        
    }
    #cart .button_checkout {
        
    }
    #cart .cart_added_product_name {
        
    }
    #cart .cart_qty_button {
        width: 25px;
        height: 25px;
    }
    #cart .line_remove_button {
        
    }
    #cart .empty_cart_footer {
        bottom: 20px;
    } 
    #cart .empty_cart .cart_scroll_container{
        max-height: calc(100% - 200px);  
    }
    #cart .cart_scroll_container{
        max-height: calc(100% - 510px);
    }
    #cart .cart_added_product_total_price { 
        /* font: normal normal 500 14px/16px TT Norms; */
    } 
    #cart .subscription_info {
        /* font: normal normal 500 14px/16px TT Norms; */
    }
    #cart .checkout_caption {
        /* font: normal normal normal 11px/13px TT Norms; */
    }
    #cart .cart_recommended_letter {
        /* font: normal normal 500 14px/16px TT Norms; */
    }
    #cart .cart_button {
        padding: 12px 22px;
        /* font: normal normal normal 14px/16px TT Norms; */
    }
    #cart .cart_recommended_product {
        padding: 5px 15px 5px 5px;
    }
    #cart .cart_recommended_product_name a {
        /* font: normal normal normal 15px/15px TT Norms; */
    }
    #cart .cart_recommended_product_price span {
        /* font: normal normal 500 14px/16px TT Norms; */
    }
    #cart .cart_recommended_containter {
        padding: 15px;
    }
    #cart .promotion_title {
        /* font: normal normal 500 15px/17px TT Norms; */
    }    
    #cart .promotion_desc {
        /* font: normal normal normal 12px/14px TT Norms; */
    }    
    #cart .promotion_button a {
        /* font: normal normal normal 13px/15px TT Norms; */
        height: 40px;
    }
    #cart .promotion_area {
        left: 15px;
        right: 15px;
    }
    #cart .cart_header_alarm {
        
    }
    #cart .cart_header_top {
        padding: 10px 15px;
    }
    #cart .cart_header_title {
        /* font: normal normal normal 18px/21px TT Norms; */
    }
    #cart .cart_service_word {
        font-size: 10px;
        padding: 5px 16px;
        margin-bottom: 40px;
    }
    #cart .cart_service_word img {
        width: 10px;
        height: 10px;
    }
    #cart .cart_review_container {
        margin-top: 21px;
    }
    #cart .cart_state {
        margin-top: 20px;
    }
    #cart .cart_review_item {
        padding: 0 23px;
    }
    #cart .cart_review_item:first-of-type {
        padding-bottom: 12px;
    }
    #cart .cart_review_item:last-of-type {
        padding-top: 12px;
    }
    #cart .cart_recommended_product_info_container {
        width: calc(100% - 77px);
    }
    #cart .button_shop_all {
        font: normal normal bold 16px/28px Gotham HTF;
        letter-spacing: -0.48px;
    }
}