/******************************************************************
Theme Name: TNR Theme
Theme URI: http://www.themble.com/bones
Author: We Are Web
Author URI: https://www.weareweb.com
Template: storefront
Description: This site was built using the We Are Web Theme.
Version: 1.0
*/

.sticky {}
.gallery-caption {}
.bypostauthor {}

.footer-addresses.contact-and-socials {
    padding-top: 203px;
}

#menu-footer-navigation-two li {
    width: 45%;
    display: inline-block;
}

footer .navigation h3 {
    color: #F3CD4D;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 30px 0;
}

a.btn.btn-blue.uppercase.fw-700.header-quote-btn, .minicart-link {
    margin-left: 15px;
}

.slick-prev:before {
    content: " " !important;
    width: 20px !important;
    height: 20px;
    background-image: url('library/images/leftarrow.svg') !important;
    display: block;
    background-size: cover;
}


.slick-next:before {
   content: " " !important;
    width: 20px !important;
    height: 20px;
    background-image: url('library/images/rightarrow.svg') !important;
    display: block;
    background-size: cover;
}

.product-details {
    text-align: left;
    width:80%;
}


.product-details h3 {
    font-weight: bold;
    font-size: 19px;
}

.product-overview .product-details p.sku {
    font-size: 12px !important;
    font-weight: normal !important;
    color: darkgrey;
}

p.availability {
    color: #43BC0A;
    font-size: 14px;
    font-weight: 600;
}

.product-overview {
    display: flex;
}

.products-slider {
    height: 380px !important;
}

.slide-buttons a.btn.btn-white-outline-text.fw-700 {
    border: solid 1px #292F76;
    color: #292F76;
}

.slide-buttons{
	display: flex;
	justify-content: space-between;
	padding-top:10px;
}

.slide-buttons .btn {
    padding: 10px 6px;
    font-size: 15.5px;
}

.price small {
    display: block;
    font-size: 9px;
    font-weight: normal;
}

ul#menu-footer-navigation-one {
    padding-left: 2em;
}

p.cart-empty, p.return-to-shop {
    width: 80%;
    text-align: center;
    padding: 2em 0;
    margin: 0 auto;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents.addify-quote-form__contents {
    width: 70%;
    margin: 50px auto;
}

.woocommerce-cart-form__quote-item.cart_item td {
    border-bottom: solid 2px #FACB23;
    padding-bottom: 39px !important;
}

.addify-quote-form__contents thead {
    display: none;
}

td.product-name {
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}

td.product-quantity {
    vertical-align: top;
}

.af_quote_fields:after {
    content: ' ';
    clear: both;
    display: block;
}

.af_quote_fields {
    width: 70% !important;
    margin: 0 auto;
    padding-bottom: 4em;
}

.slick-prev, .slick-next{
	top:43% !important;
}
