.iwithtext {
    position: relative;
    margin-bottom: 1px !important;
}


.woocommerce .cart .quantity {
    width: 50% !important;
    position: relative;
    float: left;
}

@media only screen and (max-width: 768px){
body .woocommerce table.cart .product-thumbnail {
      display: none !important;
}

#Cart-Heading{
  font-size: 26px;
}

#Hide-Mobile-2{
  opacity:0 !important;
}

.woocommerce table.shop_table th {
    padding: 9px 6px !important;
}

.woocommerce table.cart td {
    padding: 11px 15px;
}

.woocommerce-page table.cart td.actions .coupon {
    max-width: 85% !important;
}

.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    width: 100% !important;
}

woocommerce .shop_table .coupon input, .woocommerce .shop_table .coupon input#coupon_code {
    background-color: transparent !important;
    border: 1px solid !important;
}

.woocommerce-page table.cart td.actions .button {
    display: block;
    width: 85% !important;
}
}

@media(min-width:1000px){
  #menu-item-5916{
    margin-right: 350px !important;
  }
}

.woocommerce .material.product .product-wrap .product-add-to-cart a{
  opacity:0 ;
}

.woocommerce .cart .quantity {
    position: relative;
    float: left;
}

.quantity.buttons_added{
     /* width: 100% !important;*/
}

/* header */

.mtsnb-custom-content {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}  


@media (min-width:999px){
.buttons.sf-menu{
  margin-right: -44px !important;
}
}

.product_meta{
    display: none !important;
}

.woocommerce .products.related, .woocommerce .products.upsells {
    display: none !important;
}

.confirm_add{
  display:none !important;
}

.added_to_cart.wc-forward{
  display:none !important;
}

#slide-4-layer-1{
  text-align: center !important;
}

.icon-salient-cart:before, body.material .icon-salient-cart:before {
    /* content: "\e902"; */
    /* content: "\f07a"; */
    content: "\f07a";
    /* content: "\f23d"; */
    font-family: 'FontAwesome';
}

.woocommerce .material.product .product-wrap .product-add-to-cart{
      opacity: 1 !important;
    width: 100%;
    bottom: -17px;
    margin-bottom: 35px;
}

.woocommerce .material.product .product-wrap .product-meta {
    padding: 20px 25px 60px 25px;
}



html[lang="en-US"] .quantity:before{
  display:none !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0em;
}

.woocommerce-loop-product__title{
  font-size: 23px !important;
    line-height: 34px !important;
}

.woocommerce ul.products li.product.material, .woocommerce-page ul.products li.product.material{
  border: 1px solid #80808063;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.woocommerce ul.products li.product .price{
font-size:22px !important;  
}

.woocommerce .material.product .product-wrap .product-meta > .price, .material.product .product-wrap .product-add-to-cart a.nectar_quick_view{
  opacity:1 !important;
}

#tastingNotes{
    visibility: visible;
    color: rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 0.75);
}

.nectar-shop-header {
    display: none;
    position: relative;
}

.movebottom{
  bottom:-3px;
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], body[data-form-style="minimal"] .container-wrap .span_12.light textarea, body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search], body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date]{
      background-color: transparent !important;
      border: 2px solid #fff;
}

body[data-form-style="minimal"] textarea, body[data-form-style="minimal"].woocommerce #review_form #respond textarea{
  height: 230px;
    resize: none;
}