.wctyp-cols-2 .woocommerce-order {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem
}
.wctyp-component-wrapper {
  border: 1px solid #f1f1f1;
  background: #f9f9f9;
  padding: 2em;
  margin-bottom: 2em;
}
.wctyp-cols-2 .wctyp-component-wrapper {
  margin-bottom: 0
}
.wctyp-component-wrapper p:last-child {
  margin-bottom: 0
}
.woocommerce-order-received p:empty {
  display: none;
  visibility: hidden;
}
.wctyp-component-order-summary ul.order_details {
  list-style: none;
  position: relative;
  margin: 0;
}
.wctyp-component-order-summary ul.order_details li {
  padding-left: 0
}
.wctyp-social-shares-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%
}
.wctyp-social-shares-item {
  position: absolute;
  left: 100%
}
.wctyp-social-shares-item.active {
  left: 0
}
.wctyp-social-shares-inner-wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 2em;
  margin-bottom: 1em
}
.wctyp-social-shares-product-content p {
  margin-bottom: 0
}
.wctyp-social-shares-list-shares {
  position: relative;
}
.wctyp-social-shares-list-shares div {
  position: absolute;
  top: 0;
  left: 0
}
.wctyp-social-shares-list-shares div.fb-share-button:not(.fb-share-only) {
  left: 90px
}
nav.wctyp-social-nav {
  position: relative;
}
.one-only nav.wctyp-social-nav {
  display: none
}
nav.wctyp-social-nav a {
  position: absolute;
  top: 0;
  right: 0;
}
nav.wctyp-social-nav a.wctyp-prev {
  right: 50px;
}

.entry-content .wctyp-social-shares-list-product h4 {
  margin-top: 0
}
/*.twitter-share-button {
  float: left;
  margin-right: 0.5em 
}*/
.woocommerce-order-received .fb_iframe_widget {
  display: block
}
.wctyp-coupons-wrapper pre {
  font-size: 2em;
  margin-bottom: 0
}
.wctyp-shipping-wrapper #map {
  height: 300px
}
