/*
Theme Name: PaladindID 2020
Description: A custom theme built using Beaver Builder
Author: Flock Marketing
Author URI: http://www.flockmarketing.com
template: bb-theme
*/

/*Product Page*/
.product-template-default select {
	border:0;
    background:none;
    -webkit-appearance: none;
}

/*End Product Page*/

.ais-RefinementList-labelText {
	font-size: 12px !important;
}
.ais-RefinementList-showMore{
		font-size: 15px !important;
}
.ais-RefinementList-count{
		font-size: 12px !important;
}
.ais-ClearRefinements-button {
	font-size: 15px !important;
}
.productSpecs table,
.productSpecs th,
.productSpecs td {
  border: 1px solid black;
}

.productSpecs table {
  width: 100%;
  border-collapse: collapse;
}

.productSpecs th,
.productSpecs td {
  text-align: left;
  padding: 8px;
}

.productSpecs tr:nth-child(even) {
  background-color: #f2f2f2;
}

.productSpecs thead {
  background-color: #3b7db6;
  color: white;
}

.productSpecs {
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
    .fl-post-image,
    .productSpecs {
        flex: auto;
        margin: 15px auto;
    }

    .content-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .woocommerce div.product {
        text-align:  center;
    }
    
}

/* Sale badge on archive/shop pages */
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.fl-page .fl-module span.onsale,
body .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product-onsale {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    min-height: unset !important;
    min-width: unset !important;
    line-height: 1.2 !important;
}

/* taxonomy column in admin width */
#taxonomy-case-studies-tag {
    width: 15% !important;
    max-width: 15% !important;
}