.woocommerce-page .entry-meta {
  display:none;
}

section#content .mainContent h2.woocommerce-loop-product__title, section#content h2.woocommerce-loop-product__title {
  float: left;
  font-size: 1em;
  font-weight: bold;
  max-width: 75%;
  text-align: left;
  margin: 0 0 15px 0;
  line-height: 1;
  padding: 0;
}
section#content .mainContent h2.woocommerce-loop-product__title::after {
  display:none;
}
.woocommerce-loop-product__link {
  transition:all .2s ease;
}
.woocommerce-loop-product__link:hover {
  opacity:0.7;
}

.woocommerce-loop-product__link .show-more-btn::before {
  content: '';
  display: block;
  clear: both;
}
.woocommerce-loop-product__link .product-excerpt {
  font-weight:normal;
  color:#888;
  max-width: 100%;
  float: left;
  text-align: left;
}
section#content .mainContent .woocommerce-loop-product__link .product-excerpt p {
  margin:0;
}


.woocommerce ul.products li.product a img {
  margin-left:auto;
  margin-right:auto;
  display: block;

}

/* RELATED PRODUCTS */


/* SINGLE PRODUCT */

section#content .summary.entry-summary h1  {
  margin-top:0;
}

.woocommerce div.product form.cart .button {
  background-color: #28628E; 
  border-radius:200px; 
  display: inline-block;
  vertical-align: middle; 
  min-width: 200px;
  margin: 20px 0;  
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #28628E !important; 
  border-radius:200px; 
  display: inline-block;
  vertical-align: middle; 
  min-width: 200px;
  margin: 20px 0;  
}

.woocommerce  div.product .summary.entry-summary .product-field-label {
  display:inline-block;
  margin-right:7px;
  vertical-align: middle;
}

.woocommerce  div.product .summary.entry-summary div.product-price p{
  display: inline-block;
  margin:0;
}
.woocommerce  div.product .summary.entry-summary div.product-price{
  margin:20px 0 0 0;
}


.woocommerce  div.product .summary.entry-summary  p.price.product-price, .woocommerce div.product .summary.entry-summary  span.price.product-price {
  color:#8BD5EE;
  font-size: 1.5em;
  margin-left: 12px;
  vertical-align: middle;
}

/* CHECKOUT */

.woocommerce-checkout form {
  max-width: 800px;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2{width:100%; float:none; flex: 1; max-width: 100%; padding: 0;}
.woocommerce-checkout form .form-row {
    display: block;
    margin-bottom: 1rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .gc-shipping-type-select select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
      border-top-color: rgb(204, 204, 204);
      border-right-color: rgb(204, 204, 204);
      border-bottom-color: rgb(204, 204, 204);
      border-left-color: rgb(204, 204, 204);
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.woocommerce .select2-container--default .select2-selection--single {
  height:auto;
  padding:6px 0;
}
.woocommerce  .select2-container--default .select2-selection--single .select2-selection__arrow {
  height:41px;
}


.move-to-cart-link {
  transition:all .5s ease;
  position: fixed; 
  bottom:20px; 
  right:20px;
  overflow: hidden;
  z-index: 100;

  direction: block;
  height:60px;
  width:60px;
  color:#fff;
  border-radius:200px;
  background:#28628E;
  text-align: center;

  -webkit-box-shadow: 1px 5px 14px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 5px 14px -7px  rgba(0,0,0,0.75);
  box-shadow: 1px 5px 14px -7px rgba(0,0,0,0.75);

}
body.loading .move-to-cart-link {
  bottom:-80px;
}

.move-to-cart-link:hover {
  color:#fff;
  width:200px;
}
.move-to-cart-link:focus {
  color:#fff;
}
.move-to-cart-link:hover > .moveto-cart-text {
  opacity:1;
  width: 150px;
  
}
.move-to-cart-link > .moveto-cart-icon {
  line-height: 64px;
  font-size:1.5em;
  vertical-align: middle;
  display: inline-block;
  position:relative;
}
.move-to-cart-link > .moveto-cart-icon > .count {
  font-size: 8px;
  font-weight:bold;
  position: absolute;
  color: #28628E;
  background: #fff;
  border-radius: 200px;
  display: block;
  height: 16px;
  width: 16px;
  line-height: 13px;
  left: 16px;
  bottom: 36px;
  border-color: #28628E;
  border: 1px solid;
}
  
.move-to-cart-link > .moveto-cart-text {
  transition: all .5s ease;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
}