/* Custom Styles by MK Design 2022. mkdesignmarketing.com ============ --> *
/* Wish us luck oh Lord as we embark on this journey.
/ * May you be by our side always. May your will be done. Amen.
/* Let's begin then ======================================= YUP */

/* General Styles */

/* Product Detail Page Styles */
.product__info-wrapper .price-item {
  font-size: 24px;
}
.product__info-container .caption-with-letter-spacing {
  /*color: #d71b5f !important; */
  margin-left: 2px;
  margin-bottom: 4px;
}
/* Payment Button Styles */
.shopify-payment-button__button--unbranded {
  background-color: #d71b5f !important;
  box-shadow: 0 0 0 .1rem #d71b5f !important;
}
.shopify-payment-button__button--branded {
  border-bottom: 3px solid #d71b5f;
}

.shopify-cleanslate div[data-testid="GooglePay-button"] {
  background-color: #d71b5f !important;
  border-width: 0px !important;
}
.button--primary {
  background-color: #d71b5f !important;
  box-shadow: 0 0 0 .1rem #d71b5f !important;
}

/* MKD Primary Button Styles */
.btn-primary {
  background-color: #d71b5f;
  color: #fff !important;
  text-decoration: none;
  padding: 10px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-size: 16px;
}

/* Buy Button Styling */
.shopify-cleanslate div[role="button"] {
  background-color: #d71b5f !important;
  border-width: 0px !important;
}



.icon-share {
  position: relative;
  top: -2px;
  height: 22px !important;
  width: 22px !important;
}
.share-button__button {
  font-size: 22px !important;
}
.product__info-wrapper legend.form__label {
  font-size: 14px !important;
  font-weight: bold !important;
  margin-left: 15px;
  margin-bottom: -4px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-form__input input[type="radio"]:checked + label {
  background-color: #d71b5f !important;
  border: .1rem solid #d71b5f !important;
}




/* Footer Styles */
.list-social__item .icon {
  height: 3.4rem !important;
  width: 3.4rem !important;
}
.list-social__item path { /* Footer Social Icons */
  color: #bb2163 !important;
}


/* =========================================================== */
/* DESKTOP ONLY STYLES                                               */
/* =========================================================== */
@media only screen and (min-width: 600px){

}

/* =========================================================== */
/* MOBILE STYLES                                               */
/* =========================================================== */
@media only screen and (max-width: 599px){

}