/*
Theme Name: SISTER LOUISA'S CHURCH
Theme URI: http://www.sisterlouisaschurch.com
Author: Stephen Winsor
Author URI: http://www.stephenwinsor.com/
Description: Custom template for Sister Louisa's Church of the Living Room & Ping Pong Emporium
Version: 2.0.0
GitHub Theme URI: stephenwinsor/sister-louisas-church
*/

.price-arrow {
  background: #bbb;
  background: url('./img/arrow-right.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  transform: rotate(-15deg);
  color: black;
  font-size: 2rem;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg) scale(1,1); }
    50% { -moz-transform: rotate(180deg) scale(2,2); }
    100% { -moz-transform: rotate(360deg) scale(1,1); }
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg) scale(1,1); }
    50% { -webkit-transform: rotate(180deg) scale(2,2); }
    100% { -webkit-transform: rotate(360deg) scale(1,1); }
}
@keyframes spin {
    0% {transform:rotate(0deg) scale(1,1);}
    50% {transform:rotate(180deg) scale(2,2);}
    100% {transform:rotate(360deg) scale(1,1);}
}

.shop-link {
  position: absolute;
  right: 4rem;
  top: 4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 4rem;
  height: 4rem;
  width: 12rem;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  transform: rotate(-12deg) scale(2,2);
  background-image: url('./img/arrow-right.png');
  -webkit-animation: spin 2s linear infinite;
}

.shop-link a {

  color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
}

.site-header {
  position: relative;
  margin-bottom: 0rem;
}



@media only screen and (max-width: 768px) {
  .shop-link {
  position: static;
display: block;
margin: 0 auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 4rem;
  height: 4rem;
  width: 12rem;
  margin: 4rem auto;
  max-width: 300px;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  transform: rotate(-12deg) scale(2,2);
  background-image: url('./img/arrow-right.png');
  -webkit-animation: spin 3s linear infinite;
  }
}

.button:hover {
  cursor: pointer;
  opacity: .8;
}

.button {
  outline: none !important;
}




#place_order {
  background-position: center center !important;
  line-height: 7rem;
}

.woocommerce-checkout h3.order_review_heading {
  font-size: 3rem;
}

form.checkout {
  padding: 1rem;
  background: rgba(255,255,255,.8);
}

.payment_methods li input[type="radio"] {
  /* display: none; */
  display: block;
}

.payment_methods li.active {
  border: 2px solid #56e;
}















#cart {
  padding: 1rem;
  position: fixed;
  right:0;
  top: 0;
  bottom: 0;
  background: #f6f6f6;
  width: 300px;
  right: -300px;
  z-index: 10000;
  transition: right 300ms;
}

#cart.js-active {
  right: 0;
  box-shadow: 0 0 20px 0 black;
}

#close-cart-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: transparent;
  color: #000;
  font-family: monospace;
  outline: none;
  border: none;
  font-size: 2rem;
}

button#cart-button {
  position: absolute;
  left: -60px;
  width: 60px;
  top: 50%;
  margin-top: -50px;
  line-height: 100px;
  display: block;
  height: 100px;
  border: none;
  background: red;
  color: #fff;
  font: inherit;
  outline: none;
}

h3 {
  margin-top: 0;
}


.product__image {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.product__info {
  padding: 1rem;
}

.product {
  width: 270px;
  background: #fff;
  border: 5px solid #000;
  margin: 20px;
  height: 460px;
  float: left;
}

.product img {

}

#shop-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,.5);
  transition: opacity 300ms;
  z-index: 1000;
  padding: 2rem;
  display: flex;
}



#shop-modal.visible {
  visibility: visible;
  opacity: 1;
}

.modal-content {
  padding: 3rem;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}


h1.product-title {
  font-size: 32px;
  line-height: 1;
  margin: 15px 0 0 0;
  padding: 0;
  color: red;
  -webkit-text-fill-color: red;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.product {
  padding: 14px;
  position: relative;
}


.product__price {
  background: #bbb;
  background: url('./img/arrow-right.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 1rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  transform: rotate(-15deg);
  color: black;
  font-size: 4rem;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}




.product__buy {
  display: block;
}


#cart .cart-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  padding: 18px;
  border-top: 1px solid #ddd;
  background: rgba(255,255,255,.8);
  height: 150px;
}

.cart-info__small {
  font-size: 12px;
}

.btn--cart-checkout {
  display: block;
  background: red;
  width: 100%;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  transform: rotate(0deg);
  color: black;
  border: 2px solid #000;
  border-radius: 3px;
  font-size: 2rem;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.btn--cart-checkout:hover {
  background: #e44;
  cursor: pointer;
  transform: rotate(1deg);
}


.btn--cart-tab {
  position: fixed;
  top: 50%;
  right: 0;
  width: 70px;
  background: red;
  border: 2px solid #000;
  border-right: none;
}

.btn--cart-tab:hover {
  cursor: pointer;
}

.variant-title {
  font-family: sans-serif;
  font-size: 12px;
  color: #000 !important;
  -webkit-text-fill-color: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: none;
}


.visuallyhidden {
  display: none;
}

.cart-item__img {
  height: 50px;
  width: 50px;
  background-color: #ddd;
  border-radius: 2px;
  background-size: cover;
}

.cart-item-container {
  overflow-y: scroll;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 150px;
}


.cart-item {
  display: table-row;
}

.cart-item > div {
  padding: 10px;
  vertical-align: top;
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: table-cell;
}

.cart-item__quantity-container button {
  background: transparent;
  border: none;
  font-size: 18px;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  color: black;
  font-size: 2rem;
  -webkit-text-fill-color: red;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; 
}


.btn--close {
  line-height:40px;
  width:40px;
  text-align: center;
  border: none;
  background: transparent;
  color: #000;
  -webkit-text-fill-color: red;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; 
  position: absolute;
  font-family: 'sister_louisaregular';
  font-weight: 400;
  font-size: 32px;
  top: 20px;
  right: 20px;
}


.buy-button {
  display: block;
  border: none;
  background: transparent;
  width: 100%;
  line-height: 80px;
  height: 80px;
  background-position: center center;
  background-size: contain;
  font-size: 30px;
  background-image: url('./img/lighters/red.png');
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; 
  font-family: 'sister_louisaregular';
  font-weight: 400;
}

.product h2 {
  margin: 0;
  -webkit-text-stroke-width: 1px;
  font-size: 18px;
  margin: 0;
}

.btn__counter {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black; 
  font-family: 'sister_louisaregular';
  font-weight: 400;
  font-size: 2rem; 
}


button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}


.product h2.variant-price {
  position: absolute;
  right: 30px;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
  color: yellow;
  font-size: 32px;
  -webkit-text-fill-color: yellow;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black; 
}

.product .variant-title {
  display: none;
}

.product select[data-num-options="1"] {
  display: none;
}

.product select {
  width: 100%;
}