
/*Wishlist button in product detail page */
.wishlist-button{
  background-color: #961a30;
  outline: none;
  border: 0;
  width: 77px;
  height: 56px;
  position: relative;
  vertical-align: top;
}
.iwishAdded{
  opacity: 0.7;
  pointer-events: none;
}


/* wishlist page  */
.iwishWrapper h1{
  float: none !important;
  font-family: UnitedSansReg-Heavy;
  font-size: 28px !important;
  color: #000;
}
.separator{
  margin-top: 16px;
}
.wishlist-container{
  margin: 0 auto;
}
.wishlist-grid{
  margin:0 !important;
}
.wishlist-grid li{
  width: 33.33%;
  padding:10px;
  float: left;
}
.wishlist-grid .product-image{
  height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wishlist-grid .product-content{
  text-align: center;
}
.wishlist-grid .product-content h1{
  font-family: UnitedSansSemiExt-Medium;
  font-size: 16px;
  height: 40px;
  overflow: hidden;

}
.wishlist-grid .product-content p{
  font-family: UnitedSansSemiCond-Bold;
  font-size: 18px;
  color: #923c4b;
}
.wishlist-grid .addtocart{
  width: 100%;
  max-width: 280px;
  height: 48px;
  color: #fff;
  background-color: #000;
  border: none;
  font-family: UnitedSansReg-Bold;
  font-size: 14px;
  text-transform: uppercase;
}
.wishlist-grid li{
  position: relative;
}
/*.wishlist-grid a.remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #000;
  display:none;
}
.wishlist-grid li:hover a.remove{ display: block;}*/
#your-wishlist .page-header h1{
  text-align: left;
}
/* cart page */

/* cart page on-demand delivery time 11-1 */
/* #your-shopping-cart label.custom-control-label.mi-checkbox.time_slot.custom-diabled {
    display: none; */
/* } */

.cart-header h1{
  text-align: left !important;
  font-family: UnitedSansReg-Heavy !important;
  font-size: 27px;
}
.cart-header h1 .item-count{
  color: #4d4d4d;
  font-family: UnitedSansReg-Medium;
  font-size: 15px;
  margin-left: 15px;
}

.cart-item-price{
  font-family: UnitedSansReg-Heavy !important;
  color: #000;
  font-size: 17px;
}
.cart .cart-item-product .cart-item-title a.title{
  color: #000;
  font-family: UnitedSansReg-Medium;
  font-size: 15px;
  text-transform: uppercase;
}
.cart .cart-item-product .cart-item-title span.variant{
  color: #000;
  font-family: UnitedSansReg-Medium;
  font-size: 15px;
  text-transform: capitalize;
}
.cart .cart-item-product .cart-item-title .item_quantity{
  color: #707070;
}
.cart .cart-item-product .cart-item-title .item_quantity .fa{
  position: relative;
  top: 5px; 
}
.cart .cart-item-product .cart-item-title .open_quantityBtn{
  text-decoration: none;
  color: #707070;
}
.cart .cart-item-product .cart-item-title .qty-box{
  display: inline-block;
  margin-left: 10px;
}
.cart .cart-item-product .cart-item-title .quantity-select{
  position: relative;
/*   max-width: 300px; */
  margin: 0px auto;
  display: flex;
  width: auto;
}
.swym-added.swym-add-to-wishlist+.swym-fave-count,.swym-add-to-wishlist+.swym-fave-count,.swym-wishlist-cta{
  display: none !important;
}
/* .cart .cart-item-product .cart-item-title .addtowishlist-section {
  margin-top: 15px;
} */
.cart .cart-item-product .cart-item-title .btn-addtowishlist{
  font-family: UnitedSansReg-Medium;
  color: #010101;
  border:1px solid #d9d9d9;
  background-color: transparent;
  padding: 6px 8px;
  font-size: 14px;
}
.cart .cart-item-product .cart-item-title .btn-addtowishlist:hover,
.cart .cart-item-product .cart-item-title .btn-addtowishlist:active{
  text-decoration: none; 
}
.cart .cart-item-product input,.cart .cart-item-product button{
  border:1px solid #d9d9d9;
}
.cart .cart-item-product input:focus, .cart .cart-item-product button:focus{
  outline: 0;
}
.eapps-instagram-feed-title-container{
  display: none;
}
.cart-wishlist{
  background-color: #000;
  width: 153px;
  height: 48px;
  font-family: UnitedSansReg-Bold;
  font-size: 15px;
  color: #fff;
  border: 1px solid;
}
.cart .td.cart-item-product{
  width: 80%;
}
.cart .td.cart-item-remove{
  width: 20%;
}
.cart header.cart-header{
  width: 70%; 
}
.cart .cart-items{
  width: 70%; 
  float: left;
}
.cart a.continue_shopping{
  float: right;
  font-family: UnitedSansReg-Medium;
  font-size: 15px;
  color: #000;
  text-decoration: underline;
  position: relative;
  top: 10px;
  text-transform: capitalize;
}
.cart .checkout-box{
  width: 25%;
  float: right;
  background-color: #f5f5f5;
  padding: 15px;
/*   margin-left: 15px; */
  margin-right: 15px;
  position: relative;
  top: -70px;
}
.cart .checkout-box .cart-checkout{
  text-align: left;
  width: 100%;
}
.cart .checkout-box .cart-notes{
  width: 100%;
  margin-bottom: 15px;
}
.cart .checkout-box .summary-title{
  font-family: UnitedSansReg-Heavy;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}
.cart .cart-checkout p.subtotal{
  border-bottom: 1px solid #dfdfdf;  
  margin-bottom: 0px;
}
.cart .checkout-box .checkout-box-inner{
  background-color: #fff;
  padding: 15px;
}
.cart .cart-checkout p.subtotal span{
  font-family: UnitedSansReg-Bold;
  color: #010101;
  font-size: 15px;
}
.cart .cart-checkout p.subtotal span:nth-child(2){
  font-family: UnitedSansReg-Heavy;
  color: #010101;
  font-size: 15px;
  float: right;
  position: relative;
  top: 5px;
}
.shipping-at-checkout{
  font-family: UnitedSansReg-Bold;
  color: #010101;
  font-size: 15px;
}
.checkoutbutton{
  width: 100%;
  height: 48px;
  background-color: #000 !important;
  color: #fff !important;
  font-family: UnitedSansReg-Bold !important;
  font-size: 15px !important;
}
#cartwishlist .td.cart-item-product {
    width: 60%;
}
#cartwishlist .td.cart-item-remove {
  width: 40%;
  text-align: left;
}
input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.quantity-select button{
  line-height: inherit;
}
/*#swym-notification{
  display: none !important;	
}*/
@media screen and (max-width: 900px){
  .cart .cart-item-product .cart-item-image{
    width: 100%;
  }
}
/**-------------custom css------------------**/
.template-product .single-product .selection-wrapper button.button {
  margin-left:20px;
}
.purchase-box .selection-wrapper .variant-grid > *{
  padding-left:20px;
  margin-bottom: 10px;
}


/**-------------doordash custom css------------------**/
.mi-popup {
  position:fixed;  
  width: 100%;
  height: 100%;
  top: 25%;
  display:none;
}
.template-product .single-product .selection-wrapper button.button {
  margin-left:20px;
}
.purchase-box .selection-wrapper .variant-grid > *{
  padding-left:20px;
  margin-bottom: 10px;
}
.mi-hr{
  margin-left: -15px;
  margin-right: -15px; 
  margin-top: 0px;
  border-top: 1px solid #dfdfdf;
}
.mi-h4{
   	font-size: 16px;
}
.custom-control-label > input[type="radio"] {
  display: none;
}
.custom-control-label > input[type="radio"] + *::before {
  content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
}
.mi-checkbox > input[type="radio"] + *::before{
   margin-right: 12px;
}
.custom-control-label > input[type="radio"]:checked + *::before {
  background: radial-gradient(#97002e 0%, #97002e 100%, transparent 100%, transparent);
  border-color: #97002e;
}
.custom-control-label > .btn-active + *::before {
    background: radial-gradient(#97002e 0%, #97002e 100%, transparent 100%, transparent);
    border-color: #97002e;
}

.mi-check label{
  font-size:16px;
  margin-bottom: 12px;
  line-height:normal;
  font-weight:normal;
  cursor: pointer;
}
.cart .checkout-box {
    width: 400px;
    float: right;
    background-color: #f5f5f5;
    padding: 15px;
    margin-right: -50px;
    position: relative;
    top: -70px;
    right: -70px;
}
.mi-second {
   margin-top:10px;
   padding:15px 0px !important;
   display:none;
}
.mi-second .checkoutbutton {
  max-width: 90% !important;
  margin: auto;
  width: 100%;
  margin-left: 5% !important;
}
.mi-shipping-otions li {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
   width:100%;
  position:relative;
}
ul.mi-shipping-otions li:not(:last-child) {
   border-bottom: 1px solid #e5e5e5;	
}
.mi_sub_ul {
  list-style-type: circle !important; 
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 15px;
}
.mi_sub_ul li {
  border: none !important;
  padding: 0px;
  line-height: initial;
  list-style: circle !important;
  display: revert;
  font-size: 14px;
  margin-bottom: 12px;
}
.mi_sub_p {
  margin-top: 15px;
  margin-left: -35px;
}
.mi-shipping-otions li .mi-form-control {
  width:175px;
  height:40px;
  padding:15px;
  border:1px solid #e5e5e5 !important;
}

.mi-shipping-otions h3{
  font-size:16px;  
  margin-bottom: 5px;
  line-height: initial;
}
.mi-checkbox {
  margin-top: 15px;
  line-height: initial;
  font-weight:normal;
}
.mi-checkbox .mi-radio {
  margin-right: 15px;
}
.mi-shipping-otions p{
  font-size: 14px;
  margin-bottom: 0px;
  line-height: initial;  
}
.mi-icon {
  width: 55px;
  float: left;
  position: absolute;
  text-align: center;
}
.mi-text {
   float:left; 
   padding-left: 55px;
}
.mi-terms {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: initial; 
}
.mi-selectbox{
  padding: 0px 15px; 
}
.mi-selectbox .mi-select {
  margin-right: 5px; 
}
.mi-selectbox p{
  font-size:14px;
  line-height:normal;
}
.btn-doordash {
  float:right; 
  width:46%;
  text-transform: uppercase;
  border: 1px solid #7e1228 !important;
  height: 40px;
  line-height: 35px;
  border: 1px solid;
  padding: 0px 12.5px;
  background: #fff;
  border-radius: 0px 5px 5px 0px;
  
}
.delivery_box {
  margin-top:20px; 
}
.delivery_box p {
  font-size: 16px;
  width: 90%;
  color: #000000;
  line-height: 16px;
}
.btn-active {
  color: #fff !important;
  background:#7e1228 !important;
}
.btn-delivery {
  width: 46%;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0px 12.5px;
  border: 1px solid #7e1228 !important;
  background: #fff;
  color: #7e1228;
  border-radius: 5px 0px 0px 5px;
}
.mi-zipcode-invalid {
  position: absolute;
  background: #fff;
  width:100%;
  display: inline-block !important;
  max-width: 700px;
  box-shadow: 0px 2px 15px #33333326;
  padding: 70px 80px;
  text-align: center; 
  color: #000;
  font-family: 'UnitedSansReg-Bold';
  display:none;
  z-index: 999;
  margin: auto 15%;
  left:8%;
  
  z-index:9999;
}
.mi-zipcode-invalid h2{
  color:#892632; 
  font-size: 26px;
  max-width: 545px;
  margin: auto;
  line-height: initial;
  margin-bottom:15px;
}
.mi-zipcode-invalid p{
  color:#000; 
  font-size: 20px;
  margin-bottom:15px;
  line-height: initial;
}
.mi-zipcode-invalid input {
  background: #892632 !important;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  max-width: 300px;
  width:100%;
  height: 53px;
  font-size: 18px !important;
}
.mi-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  cursor: pointer;
}
.mi-tooltip-icon {
  width: 25px;
  height: 25px;
  background: #7e1228;
  border-radius: 50%;
  padding: 2px 10px;
  color: #fff;
} 
.btn-or {
  margin-left:5px !important; 
}
.mi-tooltip {
  position: absolute;
  right: 15px;
  top: 20px;
}
.mi-tooltip-box {
  max-width: 340px;
  position: absolute;
  background: #f9f9f9;
  z-index: 999;
  right: 0px;
  top: 0px;
  padding: 20px;
  padding-bottom: 0px;
  box-shadow: 0px 2px 10px;
  display:none;
}
.mi-tooltip-box p {
  font-size:16px; 
  margin-bottom: 30px;
  line-height: 22px;
}
.mi-cross {
  position: absolute;
  right: 10px;
  top: 10px; 
}
.mi-tooltip-box.active{
  display:block; 
}
.cart .checkout-box {
  left: 15px; 
}
#mi_message {
  margin-top:5px; 
}
#mi_message.success {
  color:#155724;
}
#mi_message.danger {
  color:#721c24;
}
.mi_btn_disable {
  opacity: 0.5;
  pointer-events: none;
}
#active {
  display:none; 
}
.mi-free-gift-card {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 40px;
  display: inline-block;
  width: 100%;
  max-width: 665px;
}
.valid-text .mi-zipcode-invalid {
  max-width:865px;
  left:3%;
  padding:40px 80px;
  
}
.valid-text .mi-zipcode-invalid h2{
  line-height: initial;
  margin-bottom: 40px;
}
.valid-text .mi-zipcode-invalid p{
  color: #892632;
  font-size: 16px;
}
.mi-gift-text {
  width: 100%;
  float: right;
  display: inline-block;
  text-align: left;
  max-width: 60%;
}
.mi-gift-text h3{
  font-size:18px; 
}
.mi-gift-image {
  float: left;
  width: 100%;
  max-width: 40%;
}
.mi-gift-image ul {
  float:left; 
}
.mi-gift-image ul li{
  width: 80px;
  height: 85px;
  line-height: 85px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mi-gift-image ul li.active {
  border: 1px solid #e0e0e0;
}
.mi-gift-image ul li img {
  width:40px; 
}
.mi-gift-text .button{
  width: 100%;
  padding: 20px;
  line-height: initial;
  font-size: 18px;
  margin-top: 20px;
}
.mi-gift-text select {
  height: 40px;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 15px;
  letter-spacing: 1px;
  width:100%;
}
.qty-box-6553442222214 {
  display:none !important; 
}
.cart-item-image {
  min-height:104px; 
}
.cart .checkout-box .checkout-box-inner {
  padding-top:0px !important; 
}
.custom-cart-error {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  color: #5b6165;
}
@media screen and (max-width: 900px){
  .cart .checkout-box{
    left:0px;
  }
  .mi-zipcode-invalid {
    position: absolute;
    background: #fff;
    width: 100%;
    display: inline-block;
    max-width: 700px;
    box-shadow: 0px 2px 15px #33333326;
    padding: 20px;
    text-align: center;
    color: #000;
    font-family: 'UnitedSansReg-Bold';
    display: none;
    z-index: 999;
    margin: auto;
    top: 14%;
    left: 5%;
    width: 90% !important;
    margin: auto !important;
  }
}
@media screen and (max-width: 767px){
  .mi-popup.valid-text {
    top: 0;
    position: fixed;
    max-height: 100%;
    overflow: scroll;
  }
  .valid-text .mi-zipcode-invalid {
    padding: 40px 30px;
    left:5%;
  }
  .mi-gift-image, .mi-gift-text {
    max-width:100%; 
  }
  .mi-gift-text {
    margin-top:20px; 
  }
  .mi-free-gift-card {
    padding:20px; 
  }
}
.custom-diabled {
  pointer-events: none;
  opacity: 0.5; 
}
#msg_text {
  display: none;
}
#msg_text textarea {
  height: 150px;
  width: 100%;
  padding:10px;
}
#msg_text textarea.note_saved {
  resize: none;
}
.checkbox-container {
  width: 95%;
}
.checkbox-container label {
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: normal;
  font-weight: 400;
}
.checkbox-container input[type=checkbox]:checked ~ #msg_text {
  display: block;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-text {
  margin-left:5px; 
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkmark {
  position: absolute;
  top: 45px;
  left: 54px;
  height: 15px;
  width: 15px;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #97002e;
}
.og_btn {
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  padding: 5px 15px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease-in-out,color .2s ease-in-out;
  background: #97002e;
  color: #fff;
  border-radius: 0px;
  margin-top: 15px;
}
.og_btn:hover {
  background: #4b0017;
  color: white;
}
.edit_msg {
  display: none;
}
.mi-additional-fees {
  display: block;
  position: relative;
  padding-left: 18px;
  margin: auto; 
}
