

  .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: #25A187;
  }
  
  .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 #25A187;
    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: #25A187;
    color: #fff;
  }
  
  #masthead .menu li a {
    display: block;
    color: #25A187;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    height: 40px;
    padding: 10px;
  }
  
  #masthead .menu li a:hover {
    background: #25A187;
    color: #fff;
  }
  
  .af-form #form-sing h3, .entry-title {
    color: #25A187;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .entry-title {
    text-align: left;
    margin: 0;
  }
  
  .entry-content {
    padding: 20px;
    border-bottom: 3px solid #25A187 !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;
  }
  
  .single-product {
    text-align: center;
  }
  .single-product img {
    width: 40%;
  }
  .single-product span, .single-product p {
    display: block;
    color: #fff;
  }
  
  .productosWrapper {
    margin-top: 5em;
  }
  






  .cart--list {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .cart--list li {
    width: 100%;
    padding: 10px 0;
    list-style: none;
    display: table;
    position: relative;
    border-bottom: 1px solid #dddddd;
  }
    .cart--image {
      display: table-cell;
      vertical-align: top;
    }
      .cart--image img {
        width: 100px;
        margin: 0 0 0 30px;
        border: 2px solid #FA6C03;
        display: inline-block;
      }
  .cart--data {
    display: table-cell;
    vertical-align: top;
  }
    .cart--data h3 {
      color: #3d3d3d;
      font-size: 14px;
    }
  .cart--controls {
    display: table-cell;
    vertical-align: top;
  }
    .cart--controls button {
      display: block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      border-radius: .25rem;
      transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    } 
      .cart--controls button.delete {
        position: absolute;
        top: 0;
        left: 0
      } 
  .cart--price {
    display: inline-block;
  }
  .cart--list #total {
    height: auto !important;
    background: #3d3d3d;
    color: #fff;
    font-size: 13px;
  }
  .cart--list .pay {
    color: #fff !important;
    font-size: 13px !important;
    text-align: right;
    width: auto;
  }
  .cart--list:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-top: 0 solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    left: 50%;
    top: -10px;
    margin: 0 15px 0 0;
    
  }
  .cart--list #cart__submitForm {
    float: right;
  }
  
  .cart-icon {
    /*position: relative;
    top: -2px;
    right: -10px;
    z-index: 2;
    height: 50px;
    width: 50px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiMzMTRENUQiIGQ9Ik00LDIxYzAsMC42LDAuNCwxLDEsMWgyNWMwLjYsMCwxLTAuNCwxLTFzLTAuNC0xLTEtMUg2di0yaDE5YzAuNSwwLDAuOS0wLjMsMS0wLjhsMy0xMmMwLjEtMC4zLDAtMC42LTAuMi0wLjlTMjguMyw0LDI4LDRINlYxYzAtMC42LTAuNC0xLTEtMUgxQzAuNCwwLDAsMC40LDAsMXMwLjQsMSwxLDFoM1YyMXoiLz48Y2lyY2xlIGZpbGw9IiMzMTRENUQiIGN4PSI3IiBjeT0iMjgiIHI9IjMiLz48Y2lyY2xlIGZpbGw9IiMzMTRENUQiIGN4PSIyOCIgY3k9IjI4IiByPSIzIi8+PC9nPjwvc3ZnPg==) no-repeat center center;*/
  }
  .cart-icon .cart--total-tems {
    position: absolute;
    top: -6px;
    right: -5px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    background-color: #cccccc;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: -webkit-transform 0.2s 0s;
    -moz-transition: -moz-transform 0.2s 0s;
    transition: transform 0.2s 0s;
    opacity: .0
  }
  .cart--active .cart-icon .cart--total-tems {
    background-color: #46b29d;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  
  .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 .cart--price {
    color: #25A187;
    font-weight: bold;
  }
  .coin-wrapper img {
    display: block;
    vertical-align: middle;
    width: 50%;
    margin: 10% auto;
    text-align: center;
  }

  .cart-button a {
      margin-top: -4px;
  }
  /*.nav-menu .cart-button a {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 100;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 85px;
    line-height: 80px;
    background-color: #f5f7f9; }*/
    @media only screen and (max-width: 767px) {
      .cart-button a {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    .cart-button a img {
      max-width: 30px; }
    /*.nav-menu .cart-button a span {
      width: 20px;
      height: 20px;
      font-family: "Ubuntu", sans-serif;
      font-size: 13px;
      color: #ffffff;
      font-weight: 400;
      line-height: 18px;
      position: absolute;
      top: 13px;
      left: 37px;
      background: #ee618c;
      display: inline-block;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
    }*/



/*Extend*/
.cart-disable {
  position: relative;
}
  .cart-disable:before {
    content:" ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    z-index: 2;
  }



