/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Global Overrides
--------------------------------------------*/
.fl-page a.fl-button,
.fl-page .button {
    transition: all 0.2s linear !important;
    -moz-transition: all 0.2s linear !important;
    -webkit-transition: all 0.2s linear !important;
    -o-transition: all 0.2s linear !important;
}
.fl-page a.fl-button {
    padding: 12px 24px;
    border-bottom-width: 3px !important;
}
body.woocommerce-page .button {
    padding: 8px 24px !important;
    border-bottom-width: 3px !important;
}
body.woocommerce-page .button:hover {
    background-color: #ffffff !important;
}
body.woocommerce .fl-page .products .button {
    padding: 8px 24px;
    font-size: 16px !important;
    font-weight: 500 !important;
}
body.woocommerce-page.woocommerce-account .button {
    font-size: 16px;
    margin: 0 10px;
}
body.woocommerce .woocommerce-error, body.woocommerce-page .woocommerce-error {
    background-color: rgba(192,43,10, 0.03);
    border: 1px solid rgba(192,43,10, 0.25);
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
}
body.woocommerce .woocommerce-error li, body.woocommerce-page .woocommerce-error li {
    color: #c02b0a;
    font-size: 16px;
    font-weight: 600;
}
/* Shop & Category Pages
--------------------------------------------*/
body.woocommerce .products .button {
    /*border-bottom-width: 3px !important;*/
}
.woocommerce-products-header {
    /*text-align: center;*/
}

/* Single Product Pages
--------------------------------------------*/
.shs-additional-product-details {
    /* 			background: #f7f7f7; */
    font-size: 16px;
    border: 1px dashed #d7d7d7;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.shs-additional-product-details h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    background: #231f20;
    color: #fff;
    padding: 12px;
    margin-top: 0;
}
.shs-additional-product-details i {
    margin-right: 5px;
    font-size: 17px;
    color: #ffcb47;
}
.shs-additional-product-details.pricing-table {
    clear: both;
    margin-bottom: 40px;
}
.shs-additional-product-details.pricing-table h3 {
    margin-bottom: 0;
    border-bottom: 1px dashed #3f3f3f;
}
table.pricing-table {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
.pricing-table > thead > tr > th,
.pricing-table > tbody > tr > th,
.pricing-table > tfoot > tr > th,
.pricing-table > thead > tr > td,
.pricing-table > tbody > tr > td,
.pricing-table > tfoot > tr > td {
    text-align: left;
    padding: 1.2rem;
    vertical-align: top;
    border-top: 0;
    text-align: center;
}
.pricing-table > tbody > tr > td {
    border: 1px dashed #d7d7d7;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-table > thead > tr > th {
    font-weight: 500;
    color: #757575;
    vertical-align: bottom;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    text-align: center;
    background: #f7f7f7;
    /* color: #ffcb47; */
    color: #231f20;
}
.pricing-table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pricing-table td.savings-per-case {
    font-weight: bold;
    color: #319f4e;
}
.pricing-table del,
.pricing-table .disabled td {
    color: #757575;
    text-decoration: line-through;
    font-weight: normal;
}

.related.products .price {
    display: none !important;
}

/* Customizing Mobile Flyout Menu */
.flyout-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.flyout-header img {
    max-width: 80px;
    display: inline-block;
}
.flyout-header .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    padding: 0;
}
.flyout-header .phone img {
    max-width: 40px;
}
.flyout-header .sms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 22px;
}
.flyout-header .sms a {
    padding: 0;
}

.flyout-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 30px 40px 40px 40px;
    text-align: center;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
.flyout-footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 60px;
}
.flyout-footer .stars {
    max-width: 80px;
}
.flyout-footer .rating {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

/* Woocommerce | Order Received Page
--------------------------------------------*/
body.woocommerce-order-received .woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
    float: none;
    display: block;
}