/** Global 
* {
  padding: 0;
  margin: 0;
}
*/
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h1 {
  font-size: 30px;
  color: #00599D;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 35px;
}

.btn-primary.active, .btn-primary:active {
  background-color: #FFFFFF !important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}

.tac {
  text-align: center;
}

/*** WooCommerce ***/
.woocommerce form .form-row label {
  width: 100%;
}

/*** Header ***/
header[role=main] {
  background: #F3F3F3;
  border-bottom: 4px solid #00599D;
  padding-top: 1em;
}

#cart {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url("../images/cart.png");
  margin-right: 10px;
}
#cart span {
  font-size: 14px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: red;
  color: white;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
}

/*** Front ***/
#intro {
  padding-bottom: 50px;
}
#intro img {
  width: 100%;
}

.nex-day-delivery {
  margin-bottom: 50px;
}
.nex-day-delivery h2 {
  margin-bottom: 0;
  color: #00599D;
  font-size: 21px;
}
.nex-day-delivery h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #58585a;
  font-size: 35px;
}

#ordernow {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid #828282 2px;
  border-bottom: solid #828282 2px;
}
#ordernow h2 {
  margin: 20px 0 10px;
  color: #00599D;
  font-size: 21px;
}
#ordernow p {
  margin-bottom: 10px;
}
#ordernow .btn.btn-bas {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  border: 0;
  background: #00599D;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #fff;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s;
}

#benefit {
  padding-top: 50px;
  padding-bottom: 50px;
}
#benefit h2 {
  margin-bottom: 0;
  color: #00599D;
  font-size: 21px;
}
#benefit h3 {
  margin: 0 0 20px;
  color: #58585a;
  font-size: 35px;
}
#benefit img {
  max-width: 80%;
  margin: 20px;
  padding: 20px;
  border: solid #00599D 1px;
}

/** Page **/
main {
  margin-top: 3em;
  margin-bottom: 3em;
}

.s-page {
  padding: 20px 0;
}
.s-page h1 {
  padding: 10px 0;
}

/** Product **/
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  /* Legacy iOS */
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  /* Legacy iOS */
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2"), url("../fonts/Arial.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ITC Benguiat";
  src: url("../fonts/Benguiat-Book.woff2") format("woff2"), url("../fonts/Benguiat-Book.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Bookman Old Style";
  src: url("../fonts/BookmanOldStyle.woff2") format("woff2"), url("../fonts/BookmanOldStyle.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Century";
  src: url("../fonts/Century.woff2") format("woff2"), url("../fonts/Century.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Century Bold Italic";
  src: url("../fonts/Century-BookItalic.woff2") format("woff2"), url("../fonts/Century-BookItalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Garamond";
  src: url("../fonts/Garamond.woff2") format("woff2"), url("../fonts/Garamond.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/TimesNewRoman.woff2") format("woff2"), url("../fonts/TimesNewRoman.woff") format("woff");
  font-display: swap;
}
.quantity {
  display: none;
}

.entry-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  z-index: 100;
}
.entry-summary > p {
  display: inline-block;
}
.entry-summary > p:nth-child(2) {
  float: right;
}

.product-title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.product-title:empty {
  margin-bottom: 0;
}

#back-button {
  background-color: #00599D;
}

.btn-type-selection {
  color: black;
  background-color: white;
  border: 0px;
  margin: 1em;
}

.btn-type-selection:hover {
  color: black;
  background-color: white;
}

#select-type p {
  text-align: center;
}

#type-selection {
  text-align: center;
}

#tool-visuals {
  overflow: hidden;
}

#img-var {
  position: relative;
  margin-bottom: 20px;
}
#img-var #sizeLayer {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
#img-var #borderLayer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
#img-var #numLayer {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 30;
}
#img-var #textLayer, #img-var #petNameLayer, #img-var #petDateLayer, #img-var #petTextLayer {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 30;
}
#img-var #petNameLayer {
  top: 2.7em;
}
#img-var #petDateLayer {
  top: 5.4em;
}
#img-var #petTextLayer {
  top: 13.2em;
}

#product-options {
  position: relative;
}
#product-options label {
  font-weight: bold;
}
#product-options select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%, calc(100% - 2.5em) 50%;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.single_add_to_cart_button {
  background-color: #00599D !important;
  width: 100%;
}

.price {
  color: #00599D !important;
  font-weight: 500;
}

.woocommerce-product-gallery {
  width: 500px;
}
.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-product-gallery__wrapper > div {
  flex: 0 1 25%;
  padding: 10px;
}

.woocommerce.single-product div.woocommerce-product-gallery.images {
  width: 100%;
}
.woocommerce div.product div.summary {
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
}
.woocommerce div.product form.cart {
  margin: 0 auto;
}

.pswp__caption {
  text-transform: capitalize;
}
.pswp__caption__center {
  text-align: center;
}

#reviews .row {
  padding: 15px 0px;
}
#reviews h4 {
  color: #00599D;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
}
#reviews .review-date {
  font-weight: 700;
}
#reviews .review-stars {
  padding: 5px 0px;
}

/*** Cart & Checkout ***/
.coupon input {
  width: 250px !important;
}

#customer_details .col-1 {
  max-width: 100% !important;
}
#customer_details .col-2 {
  max-width: 100% !important;
}

#order_comments {
  width: 350px;
  height: 250px;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
}

.checkout-button {
  background-color: #00599D !important;
}

.woocommerce-cart-form__cart-item .quantity {
  display: block;
}

/*** Footer ***/
footer {
  background: #00599D;
  color: #FFFFFF;
  font-weight: 300 !important;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 40px;
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
footer .col-md-4 {
  margin-bottom: 2em;
}

/*# sourceMappingURL=style.css.map */
