.dropdown-menu {
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 12px;
  background: #fff;
  z-index: 1001;
  overflow-x: hidden;
}

#cart.slide-out-cart .dropdown-menu .cart-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  display: table;
  width: 100%;
}

#cart.slide-out-cart .dropdown-menu .cart-dorpdown-items {
  padding-left: 12px;
  padding-right: 12px;
  max-height: none;
  height: 100%;
  align-items: stretch;
  overflow-x: hidden;
}

#cart .dropdown-menu .cart-dorpdown-items .item {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 12px 2px;
  margin-top: 5px;
  overflow-x: hidden;
  max-width: 100%;
}

/* #cart .dropdown-menu .cart-dorpdown-items .item > :first-child {
width: 70px;
} */
#cart .dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  width: 85px;
  max-width: 85px;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details {
  padding-left: 8px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

#enquiry .dropdown-menu .cart-dorpdown-items .item-name,
#cart .dropdown-menu .cart-dorpdown-items .item-name {
  word-break: break-word;
  font-size: 15px;
}

.dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  border: none;
}

.header-cart .fa {
  font-size: 18px !important;
  color: #fff;
}

.dropdown-menu .cart-dorpdown-items .item .img-thumbnail {
  border: none;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .item-option-detail .item-option {
  max-width: 100%;
  width: auto;
  float: left;
  color: #0000ff;
  font-size: 16px;
  line-height: 10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .item-option-detail {
  overflow-x: hidden;
  overflow-y: hidden;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .item-option-detail button {
  float: left;
}

#cart .dropdown-menu .cart-dorpdown-items .item .item-details .price {
  float: right;
  padding: 2px 0;
  font-weight: bold;
}

/* Override card height for multiseller checkout payment panel */
.checkout-pay .card {
  height: auto !important;
  min-height: 0 !important;
}

#cart .dropdown-menu .cart-dorpdown-items .item .input-group-outer {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 98%;
  margin-bottom: 0 !important;
  padding: 0 6px 0 0;
}

#cart .cart-dorpdown-footer .btn {
  padding: 7px !important;
}

#cart .btn-shopping-continue {
  background-color: #b31942 !important;
  /* width: 95% !important; */
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu,
    "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  padding: 5px !important;
  height: 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

#cart .btn-shopping-continue:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  width: 92%;
}

#cart .btn-shopping-continue:hover {
  box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,
    rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;
  transform: scale(1.05);
  color: #ffffff;
}

/* #cart .btn-shopping-continue:hover {
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.3); 
	background-color: #ffffff !important; 
	color: #b31942 !important;
  } */

/* #cart .btn-checkout {
	background-color: #4caf50 !important;
	/-* width: 95% !important; *-/
	border: 0;
	border-radius: 56px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
	font-size: 18px;
	font-weight: 600;
	outline: 0;
	padding: 5px !important;
	height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
  } 
  
  #cart .btn-checkout:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
  }
  
  #cart .btn-checkout:hover {
	box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
  }
  
  @media (min-width: 768px) {
	#cart .btn-checkout {
	  padding: 16px 48px;
	}
  }*/

/* ============================================================
   Inline-style extraction from multiseller_checkout.twig
   All rules scoped to the `.checkout-multiseller_checkout` body class
   so they only apply on the checkout page (this file is also loaded
   on /shopping-cart).
   ============================================================ */

/* Hide site header logo + search on the checkout page (was the inline
   <style> block at the top of the template). */
.checkout-multiseller_checkout .header-logo,
.checkout-multiseller_checkout .search_container,
.checkout-multiseller_checkout .header-mobile-links {
  display: none !important;
}

/* Layout containers (was multiple inline width/position attrs). */
.checkout-multiseller_checkout .quickcheckoutleft,
.checkout-multiseller_checkout .quickcheckoutright {
  width: 100%;
}
.checkout-multiseller_checkout .checkout-row {
  position: relative;
}
.checkout-multiseller_checkout #right-checkout {
  position: sticky;
  top: 0;
}
.checkout-multiseller_checkout #authorizenet-payment-form {
  margin-top: 0;
}
.checkout-multiseller_checkout .checkout-pay--scroll {
  overflow: auto;
}
/* Inner quickcheckout-content blocks (cart1 + voucher panes). */
.checkout-multiseller_checkout #cart1 .quickcheckout-content,
.checkout-multiseller_checkout #voucher .quickcheckout-content {
  border: none;
  padding: 0;
}
.checkout-multiseller_checkout #voucher .quickcheckout-content {
  overflow: hidden;
}
.checkout-multiseller_checkout .clear-both {
  clear: both;
}
.checkout-multiseller_checkout .addnewcredittext {
  display: none;
}

/* Loader spinner inside $.blockUI message (built in showGlobalLoader JS). */
.checkout-loader-spinner,
.checkout-loader-text,
.checkout-loader-heading {
  color: #fff;
}
.checkout-loader-text {
  margin-top: 20px;
}

/* Billing-address summary paragraphs (built in JS after card-add success). */
.billing-summary-line {
  margin: 0;
}
.edit-billing-link {
  color: #007bff;
  text-decoration: underline;
}

/* Email-verification Swal dialog HTML. */
.checkout-verify-dialog {
  text-align: left;
}
.checkout-verify-email {
  padding-left: 30px;
}