/**Global Woo**/
.single_add_to_cart_button{display:none !important;}
.woocommerce a.button {color:#ffffff;background:var(--brand-orange);border-radius:0px;}
.woocommerce a.button:hover {background:#000;color:#fff;}

.woocommerce table.shop_table{overflow:hidden;}
.woocommerce table.shop_table, .woocommerce table.shop_table td{border:none;border-collapse:collapse;}
.woocommerce table.shop_table thead{background:#000;color:#ffffff;text-transform:uppercase;font-weight:700;}
.woocommerce table.shop_table th, .woocommerce table.shop_table td{padding:1.5rem 2rem 1rem;line-height:1;}
.woocommerce table.shop_table tfoot tr, .woocommerce table.shop_table tbody tr{background:#ffffff}
.woocommerce table.shop_table input{background:#eeeeee;}
.woocommerce table.shop_table.order_details .product-thumbnail{width:90px;display:inline-block;}
.woocommerce table.shop_table .product-name-item{text-transform:uppercase;font-weight:800;padding-left:2rem;}

.yith_ywraq_add_item_browse_message a{text-transform:uppercase;display:inline-block;background:var(--brand-orange);padding:1.5rem 2rem 1rem;color:#ffffff;font-weight:800;vertical-align:bottom;}
.yith_ywraq_add_item_response_message, .yith_ywraq_add_item_product_message{font-size:1.75rem;margin-bottom:2rem;font-weight:400;}

/**Your account**/
.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;float:none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style-type:none;padding:0;margin:0;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{display:inline-block;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:1rem;background:#ffffff;color:var(--brand-orange);padding:1.5rem 2rem 1rem;text-transform:uppercase;font-weight:800;margin-right:1rem;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{background:var(--brand-orange);color:#ffffff;}
.woocommerce-account .woocommerce-MyAccount-content{width:100%;float:none;}

/**Your quotes**/
.ywraq-pdf-file{display:none !important;}
.woocommerce.ywraq-wrapper .woocommerce-message{border:none;margin:0;padding:5rem;text-align:center;font-weight:500;}
.woocommerce.ywraq-wrapper .woocommerce-message a{font-size:3rem;font-weight:700;display:inline-block;margin-left:.5rem;}
.woocommerce.ywraq-wrapper .woocommerce-message:before{display:none;}

.ywraq-customer-information, .ywraq-admin-message{margin-bottom:2.4rem;background:#ffffff;padding:3rem;border-radius:5px;}



/**Checkout**/
.woocommerce-billing-fields, .woocommerce-additional-fields{padding:3rem;background:#ffffff;border-radius:5px;margin-bottom:5rem;}
.woocommerce-billing-fields input, .woocommerce-billing-fields textarea, .woocommerce-additional-fields textarea, .woocommerce-additional-fields input{background:#eeeeee;}

/**Single Product Summary**/
.woocommerce-product-details__short-description{margin-bottom:2rem;}
.woocommerce div.product form.cart{display:inline-block;margin:0;vertical-align:bottom;}
.woocommerce div.product form.cart input{background:#efefef;}
.yith-ywraq-add-to-quote{display:inline-block;vertical-align:bottom;}
.woocommerce .quantity .qty{width:50px;font-size:100%;padding:1.5rem 1rem 1rem;appearance:none !important;-webkit-appearance:none !important;line-height:1;}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;}

.flex-control-nav li{padding-right:1rem;padding-top:1rem;}

.call-us-cta{color:#000;text-transform:uppercase;font-size:1.5rem;margin-top:1rem;display:inline-block;font-weight:bold;}

/* Woocommerce tabs */
.summary.entry-summary{margin-bottom:7.5rem !important;}

.woocommerce-product-description{padding:7.5rem 0;border-bottom:2px solid #eeeeee;border-top:2px solid #eeeeee;margin:7.5rem 0;clear:both;overflow:hidden;}

/**Woocommerce content**/
.woocommerce-content{padding-top:5rem;}
.woocommerce-content .container{max-width:1170px;}

.product-specs{border-collapse:collapse;width:100%;margin-bottom:2rem;}
.product-specs tr{background:#eeeeee;}
.product-specs tr:nth-of-type(2n){background:transparent;}
.product-specs td, .product-specs th{padding:1.25rem 2rem;vertical-align:top;text-align:left;}
.product-specs th{font-size:1.75rem;text-transform:uppercase;color:000;line-height:1;}
.product-specs td{font-size:1.5rem;}

/**Related Products**/
.related.products{clear:both;overflow:hidden;}

/**Archive**/
select.orderby{background:var(--brand-grey);}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {color:#000;}

@media(max-width:768px){
    .woocommerce table.shop_table .product-name-item{padding-left:0px;}
    .woocommerce table.shop_table .product-thumbnail{display:none !important;}
}