#top-cart{z-index:22;}
.product-list-block .btn.add-to-cart{
    float: right;
    padding: .5em;
    width: auto;
    text-shadow: none;
}
.product-list-block .btn.add-to-cart p{ font-size: 10px;}


.store-wrapper {
  background: #f2f2f2;
}

#site-branding {
  margin-bottom: 1em;
}

.site-branding {
  padding-top: 20px;
}

.site-branding .site-texting {
  color: #FF875F;
  font-weight: 700;
  font-size: 40px;
  margin-top: .7em;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  .site-branding .site-texting {
    font-size: 100% !important;
    margin: 0 !important;
  }
}
.gallery, .store-wrapper {
  margin-top: 1em;
}

.store-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E5E5E5 !important;
  padding: 20px 30px;
  margin-bottom: 1em;
}

.store-wrapper .coin-wrapper {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: left;
}

.store-wrapper .coin-wrapper h3 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}

.store-wrapper .coin-wrapper p {
  color: #878787;
}

.btn {
  box-shadow: none !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn:not(.btn-sm) {
    width: 100% !important;
  }
}
.btn.buy, .btn.close, .btn.submit {
  border: 0;
  font-size: 14px;
  padding: 10px;
  text-shadow: 0 1px 0 #032638;
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.btn.close {
  background: red;
}

/*.btn.submit {
  background: #000000;
}*/

.btn.buy, .btn.buy:hover {
  background-repeat: repeat-x;
}

.btn.buy {
  background-image: -webkit-linear-gradient(top, #fda33a 0, #e67522 100%);
  background-image: linear-gradient(to bottom, #fda33a 0, #e67522 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffda33a', endColorstr='#ffe67522', GradientType=0);
}

.btn.buy.single {
  font-size: 25px;
  margin-top: .5em;
}

.btn.buy:hover {
  background-image: -webkit-linear-gradient(top, #e67522 0, #fda33a 100%);
  background-image: linear-gradient(to bottom, #e67522 0, #fda33a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e67522', endColorstr='#fda33a', GradientType=0);
}

#masthead {
  border-bottom: 3px solid #000000;
  background: #F3F3F3;
  height: 40px;
}

#masthead .menu {
  list-style: none;
  margin: 0;
}

#masthead .menu li {
  text-align: center;
  height: 40px;
  float: left;
  padding-right: 1em;
  line-height: 20px;
}

#masthead .menu li.current_page_item a {
  background: #000000;
  color: #fff;
}

#masthead .menu li a {
  display: block;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  height: 40px;
  padding: 10px;
}

#masthead .menu li a:hover {
  background: #000000;
  color: #fff;
}

.af-form #form-sing h3, .entry-title {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}

.entry-title {
  text-align: left;
  margin: 0;
}

.entry-content {
  padding: 20px;
  border-bottom: 3px solid #000000 !important;
}

.entry-content .featured-image {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.af-form {
  background: #e1e1e1;
  padding: 5px 5px 0;
}

.af-form #form-sing p {
  margin: 0;
}

.af-form #form-sing small {
  color: #e67522;
  font-weight: 700;
}

.image-wrapper {
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 80px;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  cursor: pointer;
}

.image-wrapper img {
  visibility: hidden;
  display: none;
}

.mintage-content p {
  margin: 0;
  color: #FF875F;
}

.notes p {
  color: #FF875F;
}

.overlay {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 9999;
}

.overlay .overlay-content {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 50%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
  #masthead .menu li a {
    font-size: 11px;
  }

  .overlay .overlay-content {
    width: 90% !important;
  }
}
.overlay .overlay-content h1 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.overlay .overlay-content label {
  color: #fff;
  text-align: left;
}

.overlay .overlay-content textarea {
  height: 80px;
}
/*#alc__addToCart{
    z-index: 3;
}
#alc__addToCart:hover .cart, #alc__addToCart:focus .cart,
#alc__addToCart .cart:hover, #alc__addToCart .cart:focus {
    display:block;
}*/
body.alc__wtransition.cartdrawer__is__open #wrapper:before{
    content: '';
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    background-color: rgba(0,0,0,.5);
    left: 0;
    z-index: 99;
}
#alc__cartDrawer{
    /*display: none;*/
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    padding: 0 20px;
    max-width: 95%;
    height: 100vh;
    right: 0;
    z-index: 30;
    color: #000;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    visibility: hidden;
    animation: 1s fadeIn;
}
@keyframes fadeIn {
  95% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
#alc__cartDrawer.is__open{
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}
body.cartdrawer__is__open #alc__addToCart.cart-icon{
    background: none;
}
body.cartdrawer__is__open #alc__appAddToCart_totalItems {
    display: none;
}
#alc__cartDrawer .empty_cart img{
    width: 100% !important;
    height: auto;
}
#alc__cartDrawer .title-header {
    padding: 1em 0;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1em;
}
#alc__cartDrawer li {
    list-style: none;
}
@media only screen and (min-width: 590px){
.drawer--right.drawer--is-open {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.drawer--right.drawer--is-open {
    display: block;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    transition-duration: 0.8s;
}
}
@media only screen and (min-width: 590px){
#alc__cartDrawer {
    width: 400px;
    /*right: -400px;*/
}
#alc__cartDrawer {
    width: 300px;
    /*right: -300px;*/
}
}
@media only screen and (min-width: 590px){
.drawer {
    padding: 0 40px 40px;
}
}
.drawer__close-button{
    border: none;
    top: 0px;
    right: 15px;
    height: 3rem;
    padding-bottom: 2rem;;
}

#alc__addToCart .cart li {
    padding: 1em 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: normal;
    clear: both;
}
#alc__addToCart .cart li button {
  background: transparent;
  margin: 0;
  color: #000000;
  line-height: 0;
  padding: 0px 8px 0px 8px !important;
    border: none;
}
#alc__addToCart .cart img {
  width: 50px;
  border: 2px solid #000000;
  float: left;
}
#alc__addToCart .cart .title {
    color: #000000;
    padding-left: 60px;
    margin: 0 !important;
    text-align: left;
    font-size: inherit !important;
}
#alc__addToCart .cart .price {
  display: block;
  float: left;
}
#alc__addToCart .cart #total {
    margin-top: 2em;
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #CCC;
    letter-spacing: 1px;
    color: #000;
}
#alc__addToCart .cart .pay {
    color: #fff !important;
    width: 100%;
    border: 1px solid;
    height: 2.5em;
    margin: 0 0 15px 0;
    font-weight: bold;
    background: #000;
    letter-spacing: 1px;
    font-size: 18px;
    cursor: pointer;
}
#alc__addToCart .cart .pay:hover{
    color: #000000 !important;
    background: #FFFFFF;
}
#alc__addToCart .cart:after, #alc__addToCart .cart:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#alc__addToCart .cart:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -27px;
}
#alc__addToCart .cart:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000;
  border-width: 15px;
  margin-top: -27px;
}
#alc__addToCart .cart #alc__submitForm {
    display: block;
    margin: 40px auto 0 auto;
    display: block;
    margin: 40px 0 0 0;
    text-align: center;
}

#alc__addToCart.cart-icon {
    position: fixed;
    z-index: 2;
    top: 15vh;
    right: 5px;
    height: 50px;
    width: 50px;
}

#alc__addToCart.cart-icon span#eshopTopCart_totalItems {
    position: absolute;
    top: 0;
    right: -10px;
    background-color: black;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
}



#alc__addToCart.cart-icon #alc__appAddToCart_totalItems {
    position: absolute;
    top: 2px;
    right: 5px;
    height: 1.3em;
    width: 1.3em;
    line-height: 1.3em;
    background-color: #46b29d;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
}

.coin-wrapper {
  width: 29%;
  margin: 0 4% 4% 0;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  float: left;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .coin-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .coin-wrapper {
    width: 33.333%;
  }
}
.coin-wrapper .product-details {
  margin-bottom: 10%;
}
.coin-wrapper .product-details h3 {
  text-align: left;
  font-size: 18px;
}
.coin-wrapper .product-details .stock, .coin-wrapper .product-details .price {
  color: #000000;
  font-weight: bold;
}
.coin-wrapper img {
  display: block;
  vertical-align: middle;
  width: 50%;
  margin: 10% auto;
  text-align: center;
}


.animated-zoom{
    -webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;
  transition: all .5s ease-in-out;
}