/* WP Backend Styling */
.container {
    max-width: 1250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.product-archive-wrapper > div > div.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    align-items: flex-start;
}
.product-archive-sidebar {
    flex: 0 0 350px;
    background-color: #efefef;
    padding: 15px;
}
.product-archive-products {
    flex: 1;
}
.product-filter-wrapper ul {
    list-style: none !important;
    padding: 0 0 0 15px;
    margin: 0;
}
.product-filter-heading {
    color: #000 !important;
    font-size: 18px !important;
    font-style: normal important;
    font-weight: 500 important;
    line-height: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    border-left: 7px solid #01529F !important;
    padding-left: 7px !important;
}
.product-filter-wrapper li label {
    display: block;
    line-height: 100% !important;
    color: #000 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
.product-filter-wrapper li label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    accent-color: #BF0007 !important;
    border-radius: 0 !important;
    outline: 0px solid rgba(0,0,0,.2) !important;
    border: none !important;
}
.product-filter-wrapper ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.product-archive-sidebar > div:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-archive-wrapper {
    padding: 35px 0;
}
.product-card-top img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.product-card-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-card-wrapper > div {
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-card-title {
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 20px;
}
.product-card-bottom {
    text-align: center;
    padding: 20px 10px;
}
.product-card {
    border: 1px solid rgba(0,0,0,.2);
}
.product-card-action {
    display: inline-flex !important;
    background-color: #BF0007 !important;
    color: #fff !important;
    font-size: 16px !important;
    min-width: 160px !important;
    min-height: 45px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 16px !important;
    font-family: 'Gotham Medium Test';
}
.variations_form.cart .variations select {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    position: absolute !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.woocommerce div.product form.cart .variations tbody {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 35px;
}
.woocommerce div.product form.cart .variations tbody > tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
}
.woocommerce div.product form.cart .variations tbody > tr > th, .woocommerce div.product form.cart .variations tbody > tr > td {
    background-color: transparent !important;
    padding: 10px 0;
}
.woocommerce div.product form.cart .variations tbody > tr:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce div.product form.cart .variations tbody > tr:nth-last-child(2) {
    border: 0 !important;
}
.woocommerce div.product form.cart .variations th {
    color: #000 !important;
    font-family: 'eicons';
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 15px 0 !important;
}
.woocommerce div.product form.cart .variations tbody > tr .variation-radios input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #BF0007;
}
.woocommerce div.product form.cart .variations tbody > tr .variation-radios {
    display: flex;
    align-items: center;
    column-gap: 6px;

}
.woocommerce div.product form.cart .variations tbody > tr .variation-radios > label:not(:last-child) {
    margin-right: 10px;
}
.reset_variations {
    position: absolute;
    right: 15px;
    bottom: -10px;
    display: none !important;
}
.woocommerce div.product form.cart .variations tbody > tr .variation-radios > label {
    cursor: pointer;
}
.field-wrapper input {
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    font-size: 14px;
    color: #000 !important;
    min-height: 50px !important;
    outline: none !important;
}
.field-wrapper {
    display: flex;
    align-items: baseline;
    column-gap: 15px;
}
.field-wrapper button {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    outline: none !important;
}
.get-quote-form {
    max-width: 500px !important;
    width: 100% !important;
}
label.error {
    font-size: 13px !important;
    color: red !important;
}
.field-email {
    flex: 1;
}
.swal2-title {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Gotham Regular' !important;
    font-style: normal !important;
    line-height: 140% !important;
}
.swal2-styled.swal2-confirm {
    background-color: #bf0007 !important;
}
.woocommerce div.product form.cart .variations th > label {
    font-weight: 400 !important;
}
.zx-padding-adjust .e-con-inner {
    row-gap: 13px !important;
    padding: 20px 0 !important;
}
.woocommerce-variation.single_variation > p {
    margin-bottom: 0;
    background-color: #e7ebf1;
    display: flex;
    padding: 10px 15px;
    min-height: 45px;
    border-left: 7px solid #bf0007;
    font-weight: 600;
}
.nrf-icon img {
    display: inline-block;
    max-width: 90px;
}
.nrf-icon {
    line-height: 100%;
    margin-bottom: 10px;
}
.nrf-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.nrf-inner {
    max-width: 300px;
    text-align: center;
    margin: auto;
}

@media only screen and ( min-width: 1025px )
{
    .zx-align-center {
        align-items: center !important;
    }
}

@media only screen and ( max-width: 768px ) 
{
    .product-archive-sidebar {
        flex: 0 0 250px;
    }
    .product-card-top img {
        height: 160px;
    }
    .product-card-title {
        font-size: 16px !important;
    }
    .product-card {
        height: 100%;
    }
    .single-product .single_variation_wrap {
        display: block !important;
    }
    .field-wrapper button {
        display: block !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .single-product .woocommerce-variation-price .price {
        text-align: center;
    }
    .field-wrapper {
        display: block !important;
        text-align: center !important;
    }
    .field-email {
        flex: 1;
        margin-bottom: 10px;
    }
    .single_variation_wrap {
        flex-direction: column !important;
        margin-top: 25px !important;
    }
    .single-product .woocommerce-variation-price .price{
        display: block !important;
    }
    .woocommerce-variation-price {
        display: block !important;
        margin-bottom: 25px;
    }
    .get-quote-form {
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media only screen and ( max-width: 767px ) 
{
    .product-archive-wrapper > div > div.row {
        flex-direction: column;
        align-items: inherit;
    }
    .product-archive-sidebar {
        margin-bottom: 35px;
    }
    .product-card-wrapper > div {
        flex: 0 0 100%;
        padding: 0;
    }
    .product-card-top img {
        height: 230px;
    }
    .product-filter-heading {
        font-size: 16px !important;
    }
    .woocommerce div.product form.cart .variations tbody {
        grid-template-columns: auto !important;
    }
    .woocommerce-product-gallery {
        margin-bottom: 0 !important;
    }
    .zx-product-vars {
        overflow: hidden !important;
    }
    .zx-padding-adjust .e-con-inner {
        row-gap: 8px !important;
        padding: 20px 0 !important;
    }
    .zx-single-details .elementor-widget-container h4 {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
    .zx-single-details .elementor-widget-container > p {
        margin-bottom: 0 !important;
    }
    .zx-single-top > .e-con-inner {
        padding-bottom: 0 !important;
    }
    .field-wrapper input{
        font-size: 16px !important;
        font-weight: 400 !important;
    }
    .single-product .woocommerce-variation-price .price {
        font-size: 18px !important;
        padding: 12px 50px !important;
    }
}


