/* Test: Hide Outbound (sharing part)*/
.template-product #sharing {
  display : none;
}

/* Test: Product page ATC Color */
.template-product #AddToCart {
  background : rgb(223, 177, 46);
  color : black;
}

.template-product #AddToCart:hover {
  background : rgb(255, 203, 54) !important;
  color : black !important;
}


/* Test: Mobile Product Price Color */
@media only screen and (min-width:319px) and (max-width:426px){
  .template-product #ProductPrice {
    color : rgb(14, 157, 14);
    font-weight : bold;
    font-size : 2.2em;
  }  
}

/* Test: Desktop Home ATC Color */
@media only screen and (min-width:1200px){
  #shopify-section-text-with-image-overlay .homepage-featured-box-btn {
    background : rgb(72, 177, 21);
    color : white;
    text-shadow : black 0px 0px 3px;
  }

  #shopify-section-text-with-image-overlay .homepage-featured-box-btn:hover {
    color : white;
    text-shadow : black 0px 0px 3px;
    background : rgb(90, 218, 28) !important;
  }  
}


/* patch checkout button */
input.btn.cart--button-checkout {
    visibility: visible !important;
}

/* Test: Cart Green Checkout Button */
.btn.cart--button-checkout {
  width : 100%;
  background : rgb(13, 189, 33);
  max-width : 500px;
  min-height : 70px;
}


/* Test: Product Form Style Changes (Mobile)*/

@media only screen and (max-width: 426px) and (min-width: 319px) {
  div.rc_block__type--active {
  border : 2px solid;
  background-color : rgba(19, 19, 19, 0.73) !important;
}

div.rc_block__type--active * {
  font-weight : bold !important;
  color : white !important;
}

.rc_block {
  font-size : 1rem !important;
  font-weight : bold !important;
  font-family : Raleway !important;
  text-transform : uppercase !important;
}
  
  .rc_block {
    font-size : 0.7rem !important;
  }
  
  .rc_select {
  border-color : white !important;
}

.quantity-selector.product-sub-label {
  margin-top : 0px !important;
}

.js-qty.nonajax-quantity-selector {
  margin-bottom : 0px !important;
}

.visually-hidden {
  display : none !important;
}

.product-page--pricing--discount {
  display : none !important;
}

.js-qty__adjust {
  opacity : 1 !important;
}

#ProductPrice {
  margin-top : 10px !important;
}

#rc_container {
  margin-bottom : 0px !important;
}

.rc_select option {
  color : black !important;
}
}