#popupcart_extended{display:none;overflow:hidden;font-size:var(--main_font_size_s);border-radius:5px;-webkit-box-shadow:0 0 15px #555;box-shadow:0 0 15px #555;background-color:#fff;padding:15px;width:620px;-ms-transform:translateX(0) translateY(-20%);transform:translateX(0) translateY(-20%);-o-transform:translateX(0) translateY(-20%);-moz-transform:translateX(0) translateY(-20%);-webkit-transform:translateX(0) translateY(-20%);-webkit-transition:var(--main_transition);-o-transition:var(--main_transition);transition:var(--main_transition)}#popupcart_extended *{-webkit-transition:var(--main_transition);-o-transition:var(--main_transition);transition:var(--main_transition)}.popup_visible #popupcart_extended{-ms-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);-o-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);-webkit-transition:var(--main_transition);-o-transition:var(--main_transition);transition:var(--main_transition)}.popupcart_head{font-size:20px;text-align:center}.popupcart_head i{position:absolute;right:0;padding:14px;top:0;cursor:pointer}.popupcart_head i:hover{color:var(--main_background_color)}.popupcart_items{margin:10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popupcart_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #ddd}.popupcart_image,.popupcart_image img{margin-right:10px;width:50px;height:50px}.popupcart_name{width:100%;font-weight:600;padding:0 10px 0 0}.popupcart_quantity_wrap.quantity{min-width:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popupcart_quantity_wrap.quantity input{text-align:center;border:none;outline:0}.popupcart_quantity_wrap.quantity i{font-size:10px;padding:10px;cursor:pointer}.popupcart_quantity_wrap.quantity i:hover{color:var(--main_background_color)}.popupcart_price{min-width:100px;text-align:center;margin:0 10px;color:var(--main_background_color);font-weight:600}.popupcart_remove.remove{padding:5px 10px;cursor:pointer}.popupcart_remove.remove:hover{color:red}.popupcart_total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px;width:100%}.popupcart_total_value{font-weight:600}.popupcart_totals .popupcart_total:last-child{margin-top:10px;font-size:16px}.popupcart_totals .popupcart_total:last-child .popupcart_total_value{color:var(--main_background_color)}.popupcart_totals .popupcart_total:last-child .popupcart_total_name{font-weight:600}#free_shipping_left{text-align:center;margin:10px 0 20px}.free_shipping_active .free_shipping{color:var(--main_background_color)}#progress::-webkit-progress-bar{background:grey}#progress::-webkit-progress-value{background:var(--main_background_color)}#progress::-moz-progress-bar{background:var(--main_background_color)}#progress{margin:10px 0 0;display:block;border-radius:1px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:10px}.popupcart_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:10px 0 20px 0}.popupcart_buttons button{width:45%;font-weight:600;}.related_heading{text-align:center;font-size:16px;font-weight:600;color:var(--main_background_color)}.related_image img{margin:0 auto}.related_product-action{text-align:center}.related_name{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:40px}.related_price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5px 0}.related_price .price-new{font-weight:600;color:var(--main_background_color)}.related_price .price-old{margin-left:5px;color:#a1a1a1;text-decoration:line-through;font-size:12px}.related_cart .c_button{margin:0 auto;max-width:100px;padding:3px}@media (max-width:650px){#popupcart_extended{width:95%}}@media (max-width:500px){.popupcart_items{-ms-flex-wrap:wrap;flex-wrap:wrap}.popupcart_item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0 10px 10px;text-align:center;position:relative}.popupcart_image,.popupcart_image img{width:100px;height:100px}.popupcart_remove.remove{position:absolute;right:0}.popupcart_remove.remove i{font-size:20px}.popupcart_buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popupcart_buttons button{width:100%;margin:5px}}#popupcart_extended .empty{text-align:center}