 .coupon-offers {
/*     border: 1px solid #ddd; */
/*     padding: 10px 10px 0px; */
    margin: 0px 0 20px 0;
    font-family: Arial, sans-serif;
    background: #fff;
}

.coupon-offers .coupon-title {
/*     color: #d21f26; */
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
/*     border-bottom: 1px solid #ddd; */
    padding-bottom: 5px;
}

.coupon-offers-wrapper {
  display: flex;
  flex-direction: row;
  gap:10px;
  flex-wrap:wrap;
  margin-top:5px
}

.single-offer {
/*   flex: 1 0 calc(50% - 10px); */
  width: calc(50% - 10px);
    padding: 0px 0;
    border: 1px solid #ff690063;
  border-radius:10px;
  overflow:hidden;
  box-shadow: 0 0 4px #0000001a;
}

.offer-header {
  background-color:#ffdcc4;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 11px;
}

 .single-offer .single-offer-description {
    color: #000000;
    font-weight: 600 !important;
   padding:10px 10px 16px;
   font-size:12px;
   font-weight: 500;
}



.single-offer p {
    margin: 0 !important;
}

@media (max-width: 600px) {
	.single-offer {
		width:100% ;
	}
}


.coupon-code {
    display: inline-block;
    padding: 4px 8px;
    background: #f8f4ec;
    border: 1px dashed #ff6900ab;
  letter-spacing:2px;
    color: #111111;
    font-weight: bold;
	font-family: Manrope, sans-serif;
/*     margin: 0 5px; */
}

.copy-code {
    background: #ff6900;
    border: none;
    color: #fff;
    padding: 4px 8px;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.copy-code:hover {
    background: #796120;
}

.express-shipping-msg {
    margin-bottom: 5px !important;
    font-size: 13px;
    color: var(--global-palette1);
    font-weight: 500;
}

.tax-shipping-msg {
    font-size: 14px;
    margin-top: 0 !important;
    color: #1E1B13;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
}

form.cart div.quantity {
    margin: 0 !important;
}

form.cart .single_add_to_cart_button[name=buy-now] {
    flex: 1 0 100%;
	margin: 0 !important;
}

.single_add_to_cart_button[name=add-to-cart] {
    flex: 1 0;
    color: #ff6900 !important;
    background: #fef4e9 !important;
    margin: 0 !important;
    transition: all ease 0.25s;
}

.single_add_to_cart_button[name=add-to-cart]:hover {
    color: #ffffff !important;
    background: #ff6900 !important;
}
