.woocommerce .products .product .attribute_list {
	margin-bottom: 20px;
}
.woocommerce .products .product .add_to_cart_button {
	background-color: #FAB232;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	line-height: 22px;
	padding: 12px 62px;
	border-radius: 20px;
	text-transform:capitalize;
}

/* Only show dropdown cart summary on desktop */
@media (max-width: 767px) {
.cart-summary-box {
	display: none !important;
}
}
.woocommerce .products .product .woocommerce-loop-product__title {
	    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    color: #323947 !important;

}
/* Style the dropdown box */
.cart-summary-box {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	padding: 20px 25px;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: 394px;
	z-index: 100;
	filter: drop-shadow(0px 0px 4.5px rgba(0, 0, 0, 0.25));
	border-radius: 20px;
	color: #000;
	font-family: "Inter", sans-serif;
}
/* Heading */
.cart-summary-box h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
}
/* Buttons section */
.cart-summary-buttons {
	margin-top: 15px;
	display: flex;
	justify-content: space-around;
}
.cart-summary-buttons .button {
	padding: 8px 12px;
	border-radius: 5px;
	background: #eee;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
.cart-summary-buttons .button-primary {
	background: #0071a1;
	color: white;
}
/* Continue shopping link */
.cart-summary-box .continue-shopping-link {
	display: block;
	margin-top: 20px;
	text-align: right;
	font-weight: 500;
	font-size: 14px;
	color: #667085;
	text-decoration: underline;
}
/* Ensure cart is relative for absolute box */
.cart.radius {
	position: relative;
}
/* Summary heading with full-width underline */
.cart-summary-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 25px;
	padding-bottom: 12px;
	position: relative;
	margin-left: -25px;
	margin-right: -25px;
	padding-left: 25px;
	padding-right: 25px;
}
.cart-summary-info {
	display: flex;
	align-items: center;
	gap: 12px;
}
.cart-summary-heading::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #6B6B6B;
	opacity: 0.1;
}
.cart-summary-info span {
	font-size: 16px;
	color: #69616E;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.cart-summary-close {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	background-color: inherit !important;
}
.cart-summary-heading svg {
	flex-shrink: 0;
}
.cart-summary-heading span {
	font-size: 16px;
	color: #69616E;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
/* Cart total section */
.cart-summary-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}
.cart-summary-total span {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #1B1B1B;
}
.cart-summary-total strong {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	color: #1B1B1B;
}
.cart-summary-box .cart-summary-buttons .button {
	border: 1px solid #69616E;
	border-radius: 40px;
	padding: 15px 27px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	background: none;
	color: #000;
}
.cart-summary-box .cart-summary-buttons .button:hover {
	background: #fff;
	color: #000 !important;
}
.cart-summary-box .cart-summary-buttons .button.checkout_now, .cart-summary-box .cart-summary-buttons .button.checkout_now:hover {
	background: #FAB232;
	border: 1px solid #FAB232;
}
@media screen and (max-width: 767px) {
html {
	margin-top: 0 !important;
}
#wpadminbar {
	display: none !important;
}
}
/* gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	border: 1px solid #DEDEDE;
	border-radius: 20px;
	padding: 20px 25px;
}

/* breadcrumb */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a, .woocommerce-cart .woocommerce .woocommerce-breadcrumb a {
 font-family: "Mulish", sans-serif;
 font-style: normal;
 font-weight: 400;
 font-size: 14px;
 line-height: 150%;
 color: #667085;
}
.woocommerce-cart .woocommerce .woocommerce-breadcrumb a, .woocommerce-cart .woocommerce .woocommerce-breadcrumb {
	font-size: .92em;
	color: #767676;
}
/* title */
.woocommerce .product_view .topTitleBar .product_title {
	position: relative;
	display: inline-block; /* keeps width tight to content */
	padding-top: 15px; /* adds space for the line */
}
.woocommerce .product_view .topTitleBar .product_title::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-100%);
	width: 57px;
	height: 2px;
	background: #f9b233;
	right: inherit;
}
/* short description */
.woocommerce .product_view .summary .woocommerce-product-details__short-description {
	border-bottom: inherit;
	margin-bottom: 25px;
}
.woocommerce .product_view .summary .woocommerce-product-details__short-description p {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #1B1B1B;
}
button.wc-bookings-booking-form-button.single_add_to_cart_button.button, #bookingForm button {
	color: #000 !important;
	text-transform: capitalize !important;
	font-size: 14px !important;
	font-weight:600 !important;
	font-family: "Inter", sans-serif !important;
	padding: 17px 0 !important;
	width: 60%;
}

@media (max-width: 560px) {
	.woocommerce .product_view .images_summary .woocommerce-product-gallery {
		margin-bottom: 20px;
	}
}
/* Accordion */
.woocommerce .product_view .woocommerce-description {
	border-bottom: none;
	border-top: none;
}
.product-accordion .accordion-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 12px 1px;
	background: #fff;
	border: none;
	cursor: pointer;
	margin-bottom: 2px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	color: #1B1B1B;
	text-transform: capitalize;
}
.product-accordion .accordion-title::after {
	content: "+";
	font-size: 30px;
	color: #4f4f4f;
}
.product-accordion .accordion-item.active .accordion-title::after {
	content: "–";
}
.product-accordion .accordion-title:hover, .product-accordion .accordion-title:active, .product-accordion .accordion-title:focus {
	text-decoration: none;
}
.product-accordion .accordion-content {
	display: none;
	padding: 12px 16px;
	border: 1px solid #ddd;
	background: #fff;
}
.product-accordion .accordion-item {
	border-bottom: 1px solid #e0e0e0;
}
/* Pricing */
.accordion-item form.cart .wc-deposits-wrapper.wc-deposits-forced .wc-deposits-payment-plans {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	list-style: none outside;
	box-sizing: border-box;
	font-size: 1em;
	position: relative;
}
.accordion-item form.cart .wc-deposits-wrapper.wc-deposits-forced .wc-deposits-payment-plans li.wc-deposits-payment-plan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 18px 10px 20px;
	font-size: 20px;
	font-family: mr-eaves-modern;
	line-height: 22px;
	color: #6b606f;
	font-weight: 400;
	margin: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.accordion-item form.cart .wc-deposits-wrapper.wc-deposits-forced .wc-deposits-payment-plans li.wc-deposits-payment-plan label {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
 margin: 0 vertical-align: middle;
	cursor: pointer;
}
.accordion-item form.cart .wc-deposits-wrapper.wc-deposits-forced .wc-deposits-payment-plans li.wc-deposits-payment-plan:before {
	display: none;
}
.accordion-item form.cart .wc-deposits-wrapper.wc-deposits-forced .wc-deposits-payment-plans li.wc-deposits-payment-plan .wc-deposits-payment-plan-description {
	font-size: 20px;
	font-family: mr-eaves-modern;
	line-height: 22px;
	color: #6b606f;
	font-weight: 400;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 0 0 2.5em;
}
/* single related slider */
.relatedSection {
	background: #69616E0D;
}
.single-product .product .product_view .relatedSection .related_products .product {
	background-color: #fff;
}
.woocommerce .product_view .relatedSection section.products .products .product .add_to_cart_button {
	margin-bottom: 20px;
}
.single-product .product .product_view .relatedSection .related_products .product .imagewrapper {
	margin-top: 20px;
}

.gd_mobile_cart {
	display:none;
	
}

.gd_mobile_cart .gd-cart-mini {
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #96d2d8;
	border-radius: 100%;
	outline: 0;
	font-size: 0;
	display: inline-block;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.gd_mobile_cart .gd-cart-mini:before {
	content: "";
	background-image: url(../../src/images/cart.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 25px;
	height: 22px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
}

.gd_mobile_cart .gd-cart-mini:after {
	content: attr(data-count);
	padding: 2px 5px;
	min-width: 18px;
	min-height: 18px;
	position: absolute;
	right: -2px;
	top: -6px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #323947;
	color: #fff;
	font-family: mr-eaves-modern, sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 13px;
	text-align: center;
	letter-spacing: .05em;
	text-transform: uppercase;
	border-radius: 100%;
}

/* -------------------------------
   Mobile adjustments (<= 600px)
-------------------------------- */
/*@media (max-width: 1024px) and (min-width: 768px) {
	.gd_mobile_cart {
		margin-left: auto;
		margin-right:85px;
	}
}*/
@media (max-width: 768px) {
	.gd_mobile_cart .gd-cart-mini {
		width: 36px;   /* smaller visual size */
		height: 36px;
	}

	.gd_mobile_cart .gd-cart-mini:before {
		width: 18px;
		height: 16px;
	}

	.gd_mobile_cart .gd-cart-mini:after {
		min-width: 14px;
		min-height: 14px;
		font-size: 10px;
		line-height: 11px;
		right: -3px;
		top: -5px;
		padding: 1px 4px;
	}
	.gd_mobile_cart {
		display:block;
	}
	.gd_mobile_cart {
		margin-left: auto;
		margin-right:85px;
	}
}


@media (max-width: 767px) {
	
    .single-product .product .product_view .relatedSection .related_products .product .imagewrapper {
        height: 175px;
    }
	/* target only the BookingDate dt + dd */
	.variation dt.variation-BookingDate,
	.variation dd.variation-BookingDate {
	  display: block;
	  width: 100%;
	}
	
	/* tighten up <p> spacing */
	.variation dd.variation-BookingDate p {
	  margin-bottom: 15px !important;
	  padding: 0;
	}
	
	.variation dt.variation-BookingDate {
	  margin-bottom: 0.25rem; /* small gap between label and date */
  }
  
	
  
}



@media (min-width: 576px) {
    .related_container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .related_container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .related_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .related_container {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .related_container {
        max-width: 1600px;
    }
}
.single-product .product .product_view .relatedSection .related_products {
	padding-bottom: 20px;
}
.single-product .product .product_view .relatedSection .related_products .slick-arrow {
	bottom: 0;
	top: 100%;
}
.single-product .product .product_view .relatedSection .related_products .slick-arrow.slick-prev {
	left: 46%;
	
}
.single-product .product .product_view .relatedSection .related_products .slick-arrow.slick-next {
	right: 46%;
}
.woocommerce .product_view .relatedSection section.products h2 {
	margin: 0 0 45px;
}
.related_heading_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.related_heading_wrapper h2 {
    margin: 0 auto;
	font-family: "Inter", sans-serif !important;';
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	line-height: 22px !important;
	color: #000000 !important;
}


.woocommerce .product_view .relatedSection section.products .products .product .woocommerce-loop-product__title {
	font-family: "Inter", sans-serif !important;';
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 22px !important;
	
	text-transform: uppercase !important;
	color: #323947 !important;
}

.related_heading_wrapper span {
    position: absolute;
    right: 0;
	
}
.related_heading_wrapper span a {
	font-family: "Inter", sans-serif ;';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #323947;
}

.single-product .product .product_view .relatedSection .related_products .product .attribute_list ul li {
	font-family: "Inter", sans-serif !important;';
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	
	text-transform: uppercase;
	color: #828282 !important;
}
.woocommerce .product_view .relatedSection section.products .products .product .add_to_cart_button {
	font-size: 16px !important;
}
/* cart */

.woocommerce-cart .entry-header-inner {
	max-width: 100%;
	padding-left: 0;
}
.woo-breadcrumb-with-title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.woocommerce-cart .woo-breadcrumb-with-title nav {
	margin: 0;
	padding: 0;
	font-family: "Mulish", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	color: #667085 !important;
}
.woocommerce-cart .woo-breadcrumb-with-title nav a {
	font-family: "Mulish", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 150%;
	color: #667085 !important;
}
.woocommerce-cart .woo-breadcrumb-with-title .entry-title {
	padding: 0;
	font-family: "Inter", sans-serif !important;
}
.woocommerce-cart .woo-breadcrumb-with-title .cart-title {
	margin: 0 auto;
}
.cart-entry-header {
	padding: 4rem 0;
}
/* cart table */
.table.shop_table {
	width: auto; /* Prevents table from stretching */
	border-collapse: collapse;
	border: 1px solid #9DD2D9;
}
/* Remove padding from the empty header */
th.product-thumbnail-remove {
	position: relative; /* Required for pseudo-element */
	width: 189px; /* Match thumbnail width */
	padding: 0 !important;
	border: none !important; /* Disable default borders */
}
@media (max-width: 768px) {
	td.product-thumbnail-remove {
		width: 100% !important;
	}
}
/* Add right border using a pseudo-element */
th.product-thumbnail-remove::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background-color: #9DD2D9; /* Match your table border color */
}
/* Auto-size the thumbnail+remove cell */
td.product-thumbnail-remove {
	position: relative;
	width: 20%; /* Shrink to fit content */
	padding: 10px; /* Optional: Add spacing if needed */
	width: 189px;
	padding: 10px;
	position: relative;
	vertical-align: top;
	border-right: 1px solid #9DD2D9;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
/* Style the remove button (floating on top of the image) */
td.product-thumbnail-remove .remove {
	position: absolute;
	top: 4px;
	left: 5px;
	z-index: 10;
	background: white;
	text-decoration: none;
	font-size: 20px;
	color: #E33434 !important;
}
.woocommerce-cart-form table th, .woocommerce-cart-form table td {
	font-family: "Inter", sans-serif !important;
}
.woocommerce-cart-form table th {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 120% !important;
	color: #828282 !important;
}
.woocommerce-cart-form table td {
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 120% !important;
	color: #828282 !important;
}
.woocommerce-cart-form table th {
	text-align: center;
}
/* Ensure the image doesn't stretch the cell */
td.product-thumbnail-remove img {
	max-width: 300px; /* Adjust as needed */
	height: auto;
	display: block;
	width: 105px !important;
	height: auto !important;
	object-fit: contain;
}
.cart_totals h2 {
	font-family: "Inter", sans-serif !important;
}
.wc-proceed-to-checkout a.checkout-button {
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #000000 !important;
	text-transform: capitalize;
	padding: 20px 25px !important;
	background-color: #FAB232 !important;
	border: 1px solid #FAB232 !important;
	border-radius: 40px !important;
}
.wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #96d2d8 !important;
	border: 1px solid #96d2d8 !important;
}
.wc-proceed-to-checkout a.continue-shopping {
	background-color: transparent !important;
	border: 1px solid #000 !important;
}
.wc-proceed-to-checkout a.continue-shopping:hover {
	/*background-color: #FAB232 !important;
	border: 1px solid #FAB232 !important;*/
	background-color: #96d2d8 !important;
	border: 1px solid #96d2d8 !important;
}


/* header */
@media (min-width: 992px) {
.header-inner {
	justify-content: inherit;
}
}
.header-inner .primary-menu-wrapper .primary-menu li a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #69616E;
	text-transform: capitalize;
	font-family: "Inter", sans-serif !important;
	letter-spacing: 0;
}
ul.primary-menu > li.menu-item {
	display: flex;
	align-items: center;
}
/* ✅ Make links and svg icons align nicely */
ul.primary-menu > li.menu-item > a {
	display: inline-flex;
	align-items: center;
	padding: 10px 0px; /* adjust spacing if needed */
	text-decoration: none;
}
ul.primary-menu > li.menu-item > svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	position: static !important;
	pointer-events: none;
	margin-top: 4px;
}
.header-inner .primary-menu-wrapper .primary-menu li {
	margin: 0 15px 0 10px;
}
.goog-logo-link,
      .goog-te-gadget,
      .goog-te-banner-frame,
      .goog-te-balloon-frame,
      .goog-te-combo {
        display: none !important;
      }
	  
	  .custom-lang-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif !important;
  background-color: #fff;
  padding-right: 4px;
}

.custom-lang-select select {
  appearance: none;
  padding: 10px 18px 10px 12px;
  border: none;
  background: transparent;
  font-size: 14px;
  color: #69616E;
  cursor: pointer;
  font-family: "Inter", sans-serif !important;
}

.custom-lang-select select:focus {
  outline: none;
}

.custom-lang-select .custom-arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 5;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 2px;
}

.custom-lang-select .custom-arrow svg {
  display: block;
  width: 11px;
  height: 6px;
}

@media (max-width: 530px) {
	.related_heading_wrapper {
		margin-top: 20px;
	}
	.related_heading_wrapper h2 { 
		margin: 0 0 30px;
	}
	.related_heading_wrapper span {
		position:relative;
		margin-bottom: 20px;
		display:none;
	}
}

#gd_qty_cart_btn {
	display:flex;
}
#gd_qty_cart_btn .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
	
	    border: 1px solid #E0E0E0;
    border-radius: 50px;
    padding: 5px 10px;
	
	width: 40%;
    justify-content: center;
}

#gd_qty_cart_btn .quantity button.minus,
#gd_qty_cart_btn .quantity button.plus {
    background: inherit;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 30px !important;
    cursor: pointer;
	padding: 0 !important;
	color: #979797 !important;
	
	position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

#gd_qty_cart_btn .quantity input.qty {
    border: none;
    text-align: center;
    width: 50px;
    font-size: 16px;
    padding: 0;
	font-family: "Inter", sans-serif !important;
	font-weight:600;
}

#gd_qty_cart_btn .quantity button.minus:hover,
#gd_qty_cart_btn .quantity button.plus:hover,
#gd_qty_cart_btn .quantity button.minus:focus,
#gd_qty_cart_btn .quantity button.plus:focus {
    background: inherit;
	text-decoration:none;
}

/* Chrome, Safari, Edge, Opera */
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

/* cart */
td.product-quantity .quantity {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
	
	    border: none;
    border-radius: 50px;
    padding: 5px 10px;
	
	width: 40%;
    justify-content: center;
}

td.product-quantity .quantity button.minus,
td.product-quantity .quantity button.plus {
    background: inherit;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 35px !important;
    cursor: pointer;
	padding: 0 !important;
	color: #979797 !important;
	
	position: relative;
    z-index: 10;
    pointer-events: auto !important;
}

td.product-quantity .quantity input.qty {
    border: none;
    text-align: center;
    width: 50px;
    font-size: 16px;
    padding: 0;
	font-family: "Inter", sans-serif !important;
	font-weight:600;
	color: #979797 !important;
}

td.product-quantity .quantity button.minus:hover,
td.product-quantity .quantity button.plus:hover,
td.product-quantity .quantity button.minus:focus,
td.product-quantity .quantity button.plus:focus {
    background: inherit;
	text-decoration:none;
}
.woocommerce-cart .cart-title, .woocommerce-cart .cart-collaterals .cart_totals h2 {
	display:none;
}