@media (min-width: 1200px) {
body:not([class*="elementor-page-"]) .site-main {
	max-width: 1440px !important;
	padding-left: 80px;
	padding-right: 80px;
	margin-top:60px;
} 
}

@media(min-width: 767px){



.wc-block-cart-item__image {
  width: 260px;}

.is-large.wc-block-cart .wc-block-cart-items td a {
	color: #000;
font-family: Inter;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
	text-transform:capitalize;
}

.page-content a{
	text-decoration:none;
}

.price.wc-block-components-product-price{
	color: var(--Black-1, #111);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.wc-block-components-product-price__regular {
	color: var(--Black, #585858);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-decoration-line: strikethrough;
}


.wc-block-components-product-metadata__description p{
	color: var(--Black, #585858);
font-family: Inter;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 169.231% */
}
 
.wc-block-cart-items thead{
	display:none;
}
.wc-block-components-totals-item{
	padding-left:0 !important;
}

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon{
		padding-left:0 !important;
}
:root :where(.wp-element-button, .wp-block-button__link){
	border-radius: 6px;
background: #000;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	padding-bottom:16px !important;
	padding-top:16px !important;
	border-top:1px solid #e5e5e5 !important;
}
.wc-block-cart, 
.wc-block-cart * {
    font-family: 'Inter', sans-serif !important;
} 
	
}

/* Small screen */
@media(max-width: 767px){

  .page-header .entry-title, 
  .site-footer .footer-inner, 
  .site-footer:not(.dynamic-footer), 
  .site-header .header-inner, 
  .site-header:not(.dynamic-header), 
  body:not([class*="elementor-page-"]) .site-main {
    padding-inline-start: 15px !important;
    padding-inline-end: 15px !important;
  }



.alignwide {
  margin-inline: auto !important;
}
 
}
