/* Everything and the kitchen sink */
.wpt_varition_section.variations {
    display: flex;
    flex-direction: column;
}

a.wpt_woo_add_cart_button{
    display: none !important;
}

/*div.menu{
    display: none !important;
}*/

.yith-ywraq-list-wrapper{
    margin-bottom: 20px;
}

.button.single_add_to_cart_button, .wpt_table_header_row.wpt_table_head, .wpt-wrap table thead tr.wpt_table_header_row th{
    background-color: #00406D !important;
}

.button.single_add_to_cart_button:hover{
    background-color: #fff !important;
    color: #00406D !important;
}

input.input-text.qty.text{
    color: #000;
    font-size: 1.3em;
}

.yith-ywraq-list-item-product-info {
    /*font-size: 1.5em !important;*/
    font-size: 1.1em !important;
    font-weight: 700 !important;
    color: #006699;
}

span.meta_sep {
    font-size: 0.8em;
    font-weight: 600;
    color: #666;
}

.yith-ywraq-list-item-product-info span.quantity{
    color: #666;
}

/*.widget woocommerce widget_ywraq_list_quote h2.widgettitle{
    display:none;
}*/

#insert_quote h2.widgettitle {
    display: none;
}

#insert_quote h2.newwidgettitle{
    margin-bottom: 40px;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #666;
}

#insert_quote small{
    display: block;
}

#insert_quote a.greenbut{
    /*background-color: #317A5A;*/
    background-color: #007C34;
    color: white;
}

#insert_quote span.meta_sep:last-child {
    display: none;
}

.nf-form-content {
    padding: 0 !important; 
    max-width: 10000px !important;
    
}

.link_produto p{
    font-size: 1.3em;
    font-weight: 700;
}

tr.cart_item input.input-text.qty.text {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
}

tr.cart_item ul br {
    display: none;
}

td.product-quantity div.quantity{
    float:right;
}

#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
  }
  
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  th.wpt_thumbnails {
    color: #00406d00 !important;
}

a.zz-add-request-quote-button{
    margin-top: 18px !important;
}

/* Ajustes de largura do campo qtde*/

/* Na tabela: */

.wpt_quantity input.input-text.qty.text, .wpt-wrap .wpt_quick_qty input.input-text.qty.text {
    min-width: 100% !important;
    max-width: 550px !important; 
}

table.wpt_product_table tr.wpt_row td.wpt_quantity {
    width: 20% !important;
}

#content .quantity, .woocommerce-page .quantity {
    width: 100% !important;
}


/* No 'checkout': */

.woocommerce .quantity input.qty {
    width: auto !important;
}

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity {
    width: 150px !important;
    margin: 0;
}