
.online-spcl-badge {
  background-color: #009c4d;
  color: white;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
    font-size: 11px;
}

.online-spcl-ribbon {
  position: relative;
  background: #fff;
  text-transform: uppercase;
  color: white;
}

.online-spcl-ribbon4 {
  position: absolute;
  top: -5px;
  padding: 1px 1px;
  background: #000;
  box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    font-size:10px;
    left:-10px;
}
.online-spcl-ribbon4:before, .online-spcl-ribbon4:after {
  content: "";
  position: absolute;
}
.online-spcl-ribbon4:before {
  width: 7px;
  height: 100%;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.online-spcl-ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
 }

 .online-badge-sale{
  top: -20px !important;
 }


.staff-picks-badge {
  width: 72px;
  padding: 1px;
  position: absolute !important;
  text-align: center;
  color: #009c4d;
}

.staff-picks-badge-sticky {
  position: fixed;
}

/* Positions */

.staff-picks-badge-top    { top: 22px; }
.staff-picks-badge-bottom { bottom: 25px; }
.staff-picks-badge-left   { left: -50px; }
.staff-picks-badge-right  { right: -6px; }

/* Rotations */

.staff-picks-badge-top.staff-picks-badge-left,
.staff-picks-badge-bottom.staff-picks-badge-right {
  transform: rotate(-45deg);
}

.staff-picks-badge-top.staff-picks-badge-right,
.staff-picks-badge-bottom.staff-picks-badge-left {
  transform: rotate(45deg);
}


.staff-picks-badge-blue      { background-color: #ffffffed; }


/* autocomplete google place */


.serp-autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width: 100%;
}



#billing_address_1 {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}


.serp-autocomplete-items {
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99999;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  height: 250px;
  overflow-y: scroll;
}
.serp-autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.serp-autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.serp-autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}


.delivery_time_msg{
  color:#009c4d;
  font-weight: bold;
  display: inline-block !important;
}



#variation-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}

.variation-popup-content {
  background-color: white;
  padding: 12px;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
#variation-popup-close {
  position: absolute;
  top: -3px;
  right: 0px;
  cursor: pointer;
  font-size: 36px;
}


.serp-main-div-wrapper {
  margin: auto;
  max-width: 400px;
  padding: 12px 12px;
}

.close-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.close-wrapper_text {
  font-size: 16px;
}

.cross-btn {
  cursor: pointer;
  border: none;
  background: transparent;
}

.prod-img {
  max-width: 100%;
  height: auto;
  width: 50px;
}

.serp-product-wrapper {
  display: flex;
  align-items: center;
}

.serp-product-variations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
}

.serp-product-variations-child {
  border: 0.5px solid #000;
  border-radius: 10px;
  padding: 2px 12px;
  margin-bottom: 12px;
  margin-left: 10px;
  cursor: pointer;
}

.serp-product-variations-child.active {
  border: 0.5px solid #009c4d;
}

.serp-product-variations-child:hover {
  border: 0.5px solid #009c4d;
}

.serp-product-variations-child:hover .text-weight,
.serp-product-variations-child:hover .text-price {
  color: #009c4d;
}

.serp-product-variations-child.active .text-weight,
.serp-product-variations-child.active .text-price {
  color: #fff;
}

.serp-product-variations-child:first-child {
  margin-left: 0px;
}

.serp-product-wrapper-text {
  max-width: 250px;
  margin-left: 12px;
}

.prod-subtext {
  font-weight: 400;
  font-size: 12px;
  padding-bottom: 0px;
  text-align: left;
}

.prod-name {
  font-weight: 700;
  font-size: 16px;
}

.prod-price {
  font-weight: 400;
  font-size: 12px;
}

.text-weight {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 0;
}

.text-price {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.add-to-cart-btn {
  width: 100%;
  margin-bottom: 8px;
  background: transparent;
  color: #009c4d;
  border: none;
  padding: 10px 10px;
  border-radius: 25px;
  cursor: pointer;
  text-transform: uppercase;
}

.cancel-btn {
  width: 100%;
  background: transparent;
  color: #009c4d;
  border: none;
  padding: 10px 10px;
  border-radius: 25px;
  cursor: pointer;
}

.btns:hover {
  background: #009c4d;
  color: #fff;
}

.btns.active {
  background: #009c4d;
  color: #fff;
  font-weight: 700;
}


.serp-popup-loader{
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #009c4d;
  width: 20px;
  height: 20px;
  animation: serp-spin 2s linear infinite;
}

/* Animation for the loader */
@keyframes serp-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.serp-woocommerce-custom-points-radio {
  margin-bottom: 20px;
  margin-top: 20px !important;
  border: 1px solid #c1c1c1;
  padding: 8px !important;
  background-color: #fbfbfb;
}

.serp-woocommerce-custom-points-radio label {
  font-weight: bold;
  margin-right: 10px;
}

.serp-woocommerce-custom-points-radio input[type="radio"] {
  margin-right: 5px;
}



/* For Desktop View */
@media screen and (min-width: 1024px) {
  .online-spcl-ribbon4 {
      top: 0px;
  }
  .checkout-billing-country{
    width: 28% !important;
  }

  .checkout-billing-phone{
    width: 72% !important;
  }

  
}

/* For Tablet View */
@media screen and (min-device-width: 768px)
  and (max-device-width: 1024px) {
  .online-spcl-ribbon4 {
      top: 0px;
  }
          
  .staff-picks-badge {
   line-height:14px;

 }
 /* Positions */

  .staff-picks-badge-top    { top: 22px; }
  .staff-picks-badge-right  { right: -5px; }

  .checkout-billing-country{
    width: 18% !important;
  }

  .checkout-billing-phone{
    width: 82% !important;
  }


}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px){
.online-spcl-ribbon4 {
      top: 0px;
  }
  
  .staff-picks-badge {
   line-height:11px;

 }
 /* Positions */

  .staff-picks-badge-top    { top: 24px; }
  .staff-picks-badge-right  { right: -5px; }

  .serp-product-variations {
    justify-content: space-between;
  }
  .serp-product-variations-child {
    /* margin-left: 0; */
  }
  .prod-name {
    font-size: 14px;
  }
}
