/**
 * Theme Name:     Astra Child [Bayshore Systems]
 * Author:         Adam Chronister @ Enleaf.com
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Child Theme from Astra for Bayshore Systems
 * Version: 1.0.0
 * 
 */

.ast-container{
	max-width: 100%;
	padding: 0;
}

.B{
    font-family: "Bebas", Sans-serif !important;
}
.R{
    font-family: "Roboto", Sans-serif !important;
}
.BS{
    font-family:"BAHNSCHRIFT", Sans-serif !important;
}

.Spec-Table{
    overflow-x: auto;
}
.Spec-Table table{
    color: #5f686b !important;
	border: 0;
	overflow-x: auto;
    position: relative;
}
.Spec-Table  table thead{
    font-size: 15px ;
}
.Spec-Table  table thead th{
    padding: 12px 5px;
    border: 1px solid;
    border-bottom: 3px solid #c3c3c3 !important;
    border-color: #c3c3c3;
    border-left: 0 !important;
    min-width: 100px;
    background-color: #fff;
    line-height: 20px;
}
.Spec-Table th span{
    font-style:italic;
    display: block;
    /* padding-top: 10px; */
    font-weight: lighter;
}

.Spec-Table th span.title{
    font-weight: bold;
    text-transform: uppercase;
}


.Spec-Table  table tbody td{
    padding: 5px 15px;
    line-height: 18px;
    background-color: #f5f5f6 !important;
    color: #666b68;
    font-size: 15px;
    text-align: center;
    border-right: 1px solid #c3c3c3;
    height: 40px;
    border-bottom: 1px solid #c3c3c3;
    min-width: 100px;
}
.Spec-Table  table tbody td:first-child{
    text-align: left;
}
.Spec-Table  table tbody tr:nth-child(2n) td{
    background-color: #fff !important;
}

.Spec-Table tbody td.productTitle, .Spec-Table thead th.productTitle{
    position: sticky;
    left: 0px;
    min-width: 140px;
}


/* Compare button */
.Spec-Table-text.bottom-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}
.Spec-Table-text.bottom-box .text{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.Spec-Table-text.bottom-box .text p{
    padding: 0 20px;
    margin-bottom: 5px;
}
.Spec-Table-text .compare{
    text-align: right;
}
.Spec-Table-text .compare input.cmpbtn{
    background-color: #ffbf43;
    color: #222323;
    border: 1px solid #ffbf43;
    font-size: 24px;
    padding: 10px 35px;
    cursor: pointer;
    font-family: "Bebas", Sans-serif;
}
.Spec-Table-text .compare input.cmpbtn:hover{
    border-color: #222323;
}
@media (max-width:575px) {
    .Spec-Table-text.bottom-box{
        flex-direction: column;
    }
}
@media (max-width:992px) {
    .Spec-Table-text.bottom-box .text{
        display: none;
    }
    .Spec-Table-text .compare{
        width: 100%;
    }
}

/* Active Product */
.active td{
    border-color: #ffbf43 ;
    border-bottom: 2px solid #ffbf43 !important;
    border-top: 2px solid #ffbf43 !important;
}
.active td:first-child{
    border-left: 2px solid #ffbf43 ;
}
.active td:last-child{
    border-right: 2px solid #ffbf43 ;
}

.modal.product-modal{
    background: rgba(0,0,0,0.7);
}
.modal.product-modal h4.title{
    font-family: "Bebas", Sans-serif !important;
}

/* Compare Rigs */
.compare-rigs h3, .compare-rigs h2{
    font-family: "Bebas", Sans-serif !important;
}
.compare-rigs h2.rigs-key{
    background-color: #ebebeb;
    color: #686868;
    display: block;
    padding: 15px 30px;
    text-align: center;
}
.compare-rigs{
    font-family: "Bebas", Sans-serif !important;
    color: #686868;
}
.modal.descModal {
    background: rgba(0,0,0,0.7);
}

a.added_to_cart.wc-forward{
	font-family: "Bebas", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #2B2B2B;
    color: #2B2B2B;
    background-color: #F6F7F9;
    padding: 4px 14px 2px 14px;
    margin-left: 19px;
}
/* CSS for Terry */
selector .woocommerce div.product p.stock {
    font-size: 1em;
    display: none !important;
}

selector .eael-product-popup.woocommerce div.product .product_meta {
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding: 1em 0 0;
    margin: 0 0 0.8em;
    display: none !important;
}

selector .eael-product-popup.woocommerce div.product .price {
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 0 15px;
    text-align: left !important;
    display: none !important;
}

/* End CSS for Terry */