.emptycart {
    text-align: center;
}.emptycart img {
    width: 143px;
    max-width: 60%;
    margin: 7px 0;
}#cartDefaultHeading {
    display: flex;
    justify-content: center;
    align-items: center;
}#cartDefaultHeading svg {
    height: 28px;
    width: auto;
}#cartDefaultHeading span {
    line-height: 1;
    margin: 7px 0 0 8px;
}quantity-selector .quantity-d {
    display: flex;
    margin-bottom: 18px;
		border: 1px solid #333;
		justify-content: center;    
}quantity-selector button, quantity-selector input.js_goods_number {
    width: 43px;
    height: 43px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 43px;
    background-color: #fff;
    text-align: center;
}td.qtyCell {
    display: flex;
    align-items: center;
    justify-content: start;
}
td.qtyCell input {
    width: auto;
    margin: 0 12px 0 0 !important;
}.productsCell-attributes{font-size: 80%;}
#shoppingCartDefault-helpLink a{font-size: 90%;}
.v-stack {
    grid-template-columns: minmax(0,1fr);
    align-content: start;
    display: grid;
    font-size: 14px;
    text-transform: uppercase;	 
}.v-stack.gap-6{ position: relative;
    z-index: 2;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.justify-items-start {
    justify-items: start;
}.gap-6 {
    gap: 1.5rem;
}
table {
    --table-cell-padding-block: .75rem;
    --table-cell-padding-inline: .5rem;
    --table-foot-cell-padding-block: .75rem;
    --table-foot-cell-padding-inline: .5rem;
    width: 100%;
}@media screen and (min-width: 700px) {
  table {
    --table-cell-padding-block: 1rem;
    --table-cell-padding-inline: .75rem;
    --table-foot-cell-padding-block: 1rem;
    --table-foot-cell-padding-inline: .75rem;
}
}
th {
    opacity: .6;
    line-height: 1.7;
    font-size: var(--text-h6);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    padding-block: 0 .625rem;
}:where(td,th):not(:empty) {
    border-block-width: 1px;
}tbody :where(td,th):not(:empty) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 10px;
}.text-center {
    text-align: center;
}.text-end {
	text-align: center;
}:is(th,td):last-child {
    padding-inline-end: 0;
}.line-item {
    --line-item-media-width: 4.375rem;
    align-items: center;
    column-gap: 1.5rem;
    display: flex;
}@media screen and (min-width: 700px) {
  .line-item {
    --line-item-media-width: 7.5rem;
}
}
.line-item__media {
    width: 7.5rem;
    flex-shrink: 0;
}@media screen and (min-width: 700px) {
  .order-summary .line-item-info {
    max-width: 500px;
}
}.gap-1 {
    gap: .25rem;
}.h6, :where(.prose h6) {
    font-size: var(--text-h6);
    line-height: 1.7;
}.price-list {
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: .5rem;
    display: flex;
}.text-subdued {
    color: rgb(28,28,28,.65);
}.sr-only {
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}.smallcaps {
    text-transform: uppercase;
    letter-spacing:0.18rem;
    font-size: .625rem;
}.quantity-selector > .quantity-d {
    --quantity-selector-height: 2.7rem;
    --quantity-selector-input-width: 2.5rem;
    --tooltip-offset: calc(-1 * 2.2rem / 2 + 1rem);
    grid-template-columns: 2.2rem auto 2.2rem;
    grid-auto-rows: 2.2rem;
    border-width: 1px;
    display: inline-grid;
}.quantity-selector--sm {
    --quantity-selector-height: 2.2rem;
    --quantity-selector-input-width: 2rem;
}.cart-stepper-minus, .cart-stepper-plus {
    cursor: pointer;
}.cart-stepper-minus.disabled, .cart-stepper-plus.disabled {
    cursor: not-allowed;
    opacity: .4;
}.cart-stepper-button {
    -webkit-box-pack: center;
    align-items: center;
    display: flex;
    font-weight: 700;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    -webkit-user-select: none;
    user-select: none;		
  }
.cart-stepper-button {
    height: 35px;
    width: 28px;

}.cart-stepper-button svg path {
    stroke: rgba(0,0,0);
}quantity-selector button, quantity-selector input.js_goods_number {
    width: 35px;
    height: 35px;   
    line-height: 35px; 
	  margin: 0 !important;
}.cart-recap {
    gap: .5rem;
    display: grid;
}@media screen and (min-width: 700px) {
.cart-recap {
    text-align: end;
    justify-items: end;
    margin-inline-start: auto;
}
}
.justify-start {
    justify-content: start;
}

.quantity-price {
    padding-top: 7px;
}
.quantity-price line-item-quantity{display: flex;align-items: center;}
.quantity-price line-item-quantity > a{ padding-left: 12px;}
.quantity-price .quantity-selector--sm{ margin: 0;}
.productsPrice{ padding: 6px;}
.order-summary__body tr td.text-center, .order-summary__body tr td.text-end{display: none}
.order-summary__header {
    display: none;
}
#shoppingCartDefault input.submit_button{display: block; width: 100%; }
@media screen and (min-width: 700px) {
.quantity-price{display: none;}
.order-summary__body tr td.text-center, .order-summary__body tr td.text-end {
    display: table-cell;
}
.order-summary__header {
    display: contents;
}#shoppingCartDefault buttonRow{display: inline-block;width: auto;}

}
.change .update{position:relative}
.change .update::after{
  content: "";
  width: 22px;
  height: 22px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  background-color: #fff;
  animation: spin 1s linear infinite;
  position:absolute;
  top: 7px;
  left: calc(50% - 11px);
  transform: translate(-50%, 0);
}@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.change,.change *{
 cursor:no-drop!important;
}.line-item-info .justify-items-start.gap-1 a{
    text-decoration: none;
    color: rgb(var(--color-text));
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    line-height: 24px;
    overflow: hidden; 
    text-overflow: ellipsis;
}line-item-quantity.v-stack > a {
    display: flex;
    align-items: center;
    gap: 5px;
		justify-content: center;
}line-item-quantity.v-stack > a span{
padding: 4px 0 0;
}.cart-footer .cart-recap > div{
     justify-content: space-between;
    max-width: 100%;
    width:auto;
    font-size: 19px;
    font-weight: bold;   
    margin: 6px 0;
    padding: 0 0 0 10px;
	display: flex;
}.cart-footer .cart-recap > div .text-subdued{ color: #000 !important;}
#shoppingCartDefault-pageHeading {
    display: flex;
    justify-content: center;
    align-items: center;
}#shoppingCartDefault-pageHeading span {
    line-height: 1;
    margin: 7px 0 0 8px;
}#shoppingCartDefault-pageHeading svg{
  height: 28px;
  width: auto;
}.logo_wrapper header{width: 100%;max-width: 1400px;position: relative;align-items: center; display: flex;justify-content: center;}
.logo_wrapper header > a {position: absolute;right: 26px;top: 50%;transform: translateY(-50%); z-index: 1;padding: 10px;}
.footer__inner {
    text-align: center;
}.order-summary__header tr th {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    opacity: 1;
	  margin: 0;
  	padding: 10px;
}.order-summary__header tr{background: #ebd8be;}
.emptycart{text-align: center}
.emptycart img {
    width: 143px;
    max-width: 60%;
    margin: 7px 0;
}.emptycart .txt {
    font-size: 17px;
    line-height: 2;
    margin: 15px 0;
}.line-item img{max-width: 80px;max-height: 80px;width: auto; height: auto;}
.cart-footer{padding: 6px 10px;}