/*
Theme Name: Chromium Theme Child
Theme URI: http://chromium.themes.zone
Author: Themes Zone
Author URI: http://themes.zone
Description: Multi purpose Theme.
Version: 1.0 (see readme.txt for detailed changelog)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, fixed-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
Text Domain: plumtree
Template: chromium
*/

.filter-carmotion {
    position: relative;
    text-align: left;
}

.filter-carmotion ul.tabs {
    margin: 0;
    padding: 0;
    display: none;
}

.filter-carmotion ul li {
    list-style: none;
    display: block;
    float: left;
}

.filter-carmotion ul li a {
    padding: 24px;
    display: block;
}

.filter-carmotion ul li a.active {
    background: #fff;
}

.filter-carmotion .tabgroup {
    background: #fff;
    display: block;
    clear: both;
    overflow: hidden;
}

.filter-carmotion .tabgroup .tab-content {
    display: none;
}

.filter-carmotion .tabgroup .tab-content.active {
    display: block;
}

.filter-carmotion label {
    color: #595959;
    font-size: 15px;
    font-weight: 700;
}

.filter-carmotion .btn {
    color: #fff;
    background-color: #d70000;
    font-weight: 700;
    margin-top: 22px;
}

.filter-carmotion .selectstyle {
    margin-top: 4px;
}

.filter-carmotion .form-groups {
    display: flex;
}

.filter-carmotion .form-groups .onethird {
    flex-basis: 33.3%;
    max-width: 33.3%;
}

.filter-carmotion .form-group select {
    width: 99%;
    display: block;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 24px;
    border-color: #c9c9c9;
    height: 41px;
    line-height: 1.3;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #d2d2d2;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='255px' height='255px' viewBox='0 0 255 255' style='enable-background:new 0 0 255 255;' xml:space='preserve'%3E%3Cg%3E%3Cg id='arrow-drop-down'%3E%3Cpolygon points='0,63.75 127.5,191.25 255,63.75 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"),
        linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.6em auto, 100%;
    cursor: pointer;
}

.filter-carmotion .form-group select:hover {
    border-color: #afafaf;
}

@media screen and (max-width: 767px) {
    .filter-carmotion .form-groups {
        flex-direction: column;
    }

    .filter-carmotion .form-groups .onethird {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.cnotice {
    padding: 20px;
    background: #f6f6f6;
    margin-bottom: 10px;
    display: none;
}

.cnotice.show {
    display: block;
}

.cnotice.error {
    background: #d70000;
}

.cnotice.success {
    background: rgb(147, 230, 113);
}

.cnotice a {
    font-weight: bold;
    text-decoration: underline;
}

.carttogo-cart-message {
    padding-right: 10%;
    overflow: hidden;
    margin-bottom: 100px;
}

.carttogo-cart-message .cart-cartgo {
    background: #d70000;
    color: #fff;
    padding: 12px 16px;
    display: block;
    float: left;
}

.carttogo-cart-message img {
    float: right;
    width: 266px;
    margin-bottom: 15px;
}

.site-header {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
}

.site-header .header-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1163px;
    margin: auto;
}

.site-header .header-top {
    flex: 0 0 100%;
    max-width: 100%;
    height: 43px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 767px) {
    .site-header .header-top {
        height: 56px;
    }
}

.site-header .header-top a {
    margin-left: 10px;
    margin-right: 10px;
}

.site-header::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 43px;
    z-index: 0;
}

@media (min-width: 767px) {
    .site-header::before {
        height: 56px;
    }
}

.site-header .site-logo {
    display: block;
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 8px;
    margin-left: 5px;
}

.site-header #site-navigation {
    flex: 0 0 68%;
    max-width: 68%;
    padding-bottom: 0;
}

.site-header #site-navigation .nav-menu {
    margin: 0;
    padding: 0;
    float: right;
    width: auto;
}

.tz-login-heading.inline .logged-in-as {
    display: none;
}

.chromium-look-tools .tz-login-heading i:before {
    font-size: 19px;
}

.chromium-look-tools .tz-login-heading .tz-login-actions {
    margin-top: 0;
    position: relative;
    top: 4px;
    min-width: 245px;
}

.elementor-header-top a,
.header-top a {
    font-weight: 500;
    font-size: 14px;
}

.site-breadcrumbs,
.woocommerce-breadcrumb,
.woocommerce-products-header {
    display: none;
}

.site-sidebar.style-2 .widget, .site-sidebar.style-3 .widget {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    padding-bottom: 4rem;
}

.site-sidebar .filter-carmotion {
    margin-top: 1rem;
}

.site-sidebar .filter-carmotion .form-groups {
    flex-direction: column;
}

.site-sidebar .filter-carmotion .tabgroup {
    padding: 0;
    margin-bottom: 2rem;
}

.site-sidebar .filter-carmotion ul.tabs {
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.site-sidebar .filter-carmotion ul li a {
    padding: 7px 14px;
    background: #f8f8f8;
    margin-right: 10px;
}
.site-sidebar .filter-carmotion ul li a.active {
    background: #f8f8f8;
}
.site-sidebar .filter-carmotion .form-groups .onethird {
    flex-basis: 100%;
    max-width: 100%;
}

.site-sidebar.style-3 .widget {
    margin: 0 0 35px;
    padding: 0;
    margin-bottom: 6rem;
}

.site-sidebar.style-3 .widget .widget-title {
    padding-bottom: 0.5rem;
    margin-bottom: 0.9rem;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

@media (min-width: 767px) {
    .woocommerce .woocommerce-ordering {
        display: inline-block;
    }
}

ul.products.columns-3 {
    grid-template-columns: 100% !important;
    grid-row-gap: 1em;
}

.chromium-look-tools.chromium-product-style-3 ul.products:not(.list-view) li {
    width: 100%;
    border: 1px solid #343a40;
    max-width: 100%;
}

ul.products {
    margin: 0 !important;
}

ul.products li.product {
    margin: 0 !important;
}

ul.products li.product .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

@media (min-width: 767px) {
    ul.products li.product .inner-wrapper {
        padding: 0;
    }
}

ul.products li.product .img-wrapper {
    max-width: 260px;
    flex-basis: 100%;
    max-width: 250px;
    max-width: 220px;
}

ul.products li.product .excerpt-wrapper {
    padding: 0;
    padding-left: 10px;
    flex-basis: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 767px) {
    ul.products li.product .excerpt-wrapper {
        padding: 3em 2em 1.5em 2em;
    }
}

ul.products li.product .product-actions-wrapper {
    flex-basis: 100%;
    max-width: 295px;
    padding-top: 32px;
}

ul.products li.product .woocommerce-LoopProduct-link:hover {
    text-decoration: underline;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.7em;
}

ul.products li.product .pmeta {
    display: block;
    width: 100%;
}

ul.products li.product .sku,
ul.products li.product .ref {
    margin-bottom: 0;
}

ul.products li.product .available {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

ul.products li.product .available-ok {
    color: #28a745;
}

ul.products li.product .available-warn {
    color: #ffc107;
}

ul.products li.product .available-error {
    color: red;
}

ul.products li.product .primary-cat {
    order: 3;
    pointer-events: none;
    color: #626262;
    font-size: 13px;
    font-weight: 500;
}

ul.products li.product .price-large {
    display: block;
    margin-bottom: 10px;
    color: #000;
}

ul.products li.product .price-large .amount {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}

.chromium-product-style-3 li.product .price-wrapper,
.chromium-product-style-4 li.product .price-wrapper {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

ul.products li.product .price-wrapper .price {
    display: none;
}

ul.products li.product .promo-label {
    display: block;
    background: #d70000;
    max-width: 267px;
    border-radius: 3px;
    padding: 3px 23px;
    color: #fff;
    font-weight: 500;
    margin-top: -9px;
    margin-bottom: 12px;
}

ul.products li.product .price-wrapper .button {
    display: none !important;
}

ul.products li.product .quantity {
    margin-right: 5px;
}

ul.products li.product .add_to_cart_button {
    width: auto;
    height: 40px;
    text-indent: 0 !important;
    border-radius: 4px;
    font-size: 17px;
    line-height: 2.3rem;
    padding: 0 0.9rem;
    margin-right: 5px;
    color: #fff !important;
}

ul.products li.product .quote-btn {
    color: #fff;
    background-color: #6c757d;
}

ul.products li.product .quote-btn:hover {
    background-color: #5a6268 !important;
}

ul.products li.product.product_cat-rines .product_type_simple {
    display: none;
}

ul.products li.product .excerpt-wrapper .add_to_cart_button:not(.newadd-to-cart) {
    display: none !important;
}

@media screen and (min-width: 1200px) {
    .layout-two-col-right.site-boxed .site-content,
    .layout-two-col-left.site-boxed .site-content {
        max-width: 900px;
        width: 895px;
    }
}

body.modal-open {
    overflow: hidden;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}
.popup-overlay.show {
    display: block;
}
.popup-overlay.visible {
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out;
}

.popup-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.popup-main.show {
    display: block;
}

.page-popup {
    position: relative;
    width: auto;
    margin: 0.5rem;
    max-width: 800px;
    margin: 1.75rem auto;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    transform: translate3d(0, 5%, 0);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    display: none;
}
.page-popup.show {
    display: block;
}

.page-popup.visible {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.page-popup-inner {
    padding: 35px 21px;
    position: relative;
    z-index: 99999999;
}

.page-popup-inner h1,
.page-popup-inner h2,
.page-popup-inner h3,
.page-popup-inner h4,
.page-popup-inner h5,
.page-popup-inner h6 {
    margin-bottom: 1.4rem;
    color: #000;
}

.page-popup .top-close {
    position: absolute;
    top: 9px;
    right: 15px;
    width: 29px;
    height: 29px;
    z-index: 99999;
    background: none !important;
}

.page-popup .top-close svg {
    width: 17px;
    height: 17px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    opacity: 0 !important;
}

.site-sidebar.style-2 .widget,
.site-sidebar.style-3 .widget {
    display: block;
    clear: both;
}

ul.products.columns-4,
.layout-two-col-left ul.products.columns-4,
.layout-two-col-right ul.products.columns-4 {
    grid-template-columns: 1fr !important;
}

.woocommerce-tabs .wc-tabs {
    display: none !important;
}

div.product .related.products {
    padding-left: 3rem;
    padding-right: 4rem;
}

div.product .related.products ul.products li.product .excerpt-wrapper {
    max-width: 45%;
}

.view-controls-wrapper .filter-carmotion {
    margin: 20px 0 10px 0;
}

.woocommerce-shipping-totals.shipping {
    display: none;
}

.cart-collaterals {
    display: none;
}

.order-form-data form {
    width: 100%;
    display: block;
    overflow: hidden;
}
.order-extra-data label {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.order-form-data form p {
    width: 100% !important;
    max-width: 600px;
}

.woocommerce-checkout .woocommerce .col-1,
.woocommerce-checkout .woocommerce .col-2,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .payments-title,
.woocommerce-checkout #order_review_heading {
    display: none;
}

form.woocommerce-checkout {
    grid-template-columns: 1fr !important;
}

.checkout-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 1rem;
    margin-bottom: 3em;
    margin-top: 3em;
    clear: both;
}

@media (min-width: 767px) {
    .checkout-info {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 3em;
        grid-row-gap: 0;
    }
}

.checkout-info h3 {
    margin-bottom: 0.5em;
}

a.sec-button,
button.sec-button {
    color: #fff;
    background-color: #6c757d;
    height: 47px;
    text-indent: 0 !important;
    border-radius: 4px;
    font-size: 17px;
    line-height: 2.8rem;
    padding: 0 0.9rem;
    margin-right: 5px;
    margin-bottom: 10px;
}

@media (min-width: 767px) {
    a.sec-button,
    button.sec-button {
        margin-bottom: 0;
    }
}

a.sec-button:hover,
button.sec-button:hover {
    background-color: #5a6268 !important;
}
.woocommerce-checkout #payment {
    width: 100%;
    float: right;
    position: relative;
    z-index: 9999;
}

@media (min-width: 767px) {
    .woocommerce-checkout #payment {
        width: calc(100% - 300px);
    }
}

.woocommerce-checkout #payment #place_order {
    height: 47px;
    text-indent: 0 !important;
    border-radius: 4px;
    font-size: 14px;
    line-height: 2.7rem;
    padding: 0 0.9rem;
    width: auto;
    float: left;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}

.woocommerce-order-overview .woocommerce-order-overview__payment-method,
.woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-customer-details {
    display: none !important;
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-customer-details {
    max-width: 100% !important;
}

.woocommerce-order-received .checkout-info {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 3rem;
}

.menu-demo-menu-container {
    display: none;
}

.main-navigation.toggled .menu-demo-menu-container {
    display: block;
}

@media (min-width: 767px) {
    .menu-demo-menu-container {
        display: block;
    }
}

.add-services {
    margin-left: 40px;
}

.add-services svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.service-add-form label {
    font-weight: 600;
    color: #000 !important;
}

.service-add-actions {
    display: flex;
    border-top: 1px solid #cec7c7;
    padding-top: 1.5em;
    justify-content: flex-end;
}

.service-add-actions .sec-button {
    display: inline-block;
}

.service-add-actions button {
    color: #fff;
}

/*Quote page*/

body.woocommerce-cart:not(.page-id-39062) .woocommerce-cart-pdf,
body.woocommerce-cart:not(.page-id-39062) .add-services,
body.woocommerce-cart:not(.page-id-39062) .cart-pdf-button,
body.woocommerce-cart:not(.page-id-39062) .empty-cart {
    display: none;
}

body.page-id-39062 .wc-proceed-to-checkout .checkout-button {
    display: none;
}

.wc-proceed-to-checkout .cart-pdf-button {
    color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message {
    font-weight: 400;
    color: #363738;
    background-color: #e2e2e2;
}

.woocommerce-notices-wrapper .woocommerce-message a.wc-forward:hover {
    color: #fff;
}

.woocommerce-MyAccount-navigation {
    display: none !important;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 2rem !important;
}

.woocommerce-orders-table__cell-order-number {
    text-align: center;
    font-weight: 500;
}

.woocommerce-orders-table__cell-order-actions {
    text-align: center;
}

.woocommerce-orders-table .woocommerce-button {
    background: #6c757d;
    color: #fff;
    margin: auto;
    float: none;
    padding: 0 2rem;
}

.woocommerce-MyAccount-content .woocommerce-customer-details {
    display: none !important;
}

.woocommerce-orders-table__cell {
    text-align: center;
}

.woocommerce-MyAccount-content mark {
    background: none !important;
}

.woocommerce-EditAccountForm .woocommerce-Button {
    color: #fff !important;
    height: 47px;
}


#props-filter {
    
}

#props-filter .ltitle {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    display: block;
}

#props-filter .ltitle::after {
    content: '';
    display: inline-block;
    width: 22px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='255px' height='255px' viewBox='0 0 255 255' style='enable-background:new 0 0 255 255;' xml:space='preserve'%3E%3Cg%3E%3Cg id='arrow-drop-down'%3E%3Cpolygon points='0,63.75 127.5,191.25 255,63.75 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"),
    linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.6em auto, 100%;
    height: 20px;
    margin-left: 10px;
    position: relative;
    top: 6px;
}

#props-filter .ltitle.opened::after {
    transform: rotate(180deg);
    left: -9px;
}

#props-filter li ul {
    margin-left: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*max-height: 171px;*/
    overflow: hidden;
    display: none;
}

#props-filter li ul.has-selected {
    display: block;
}

.site-sidebar .prop-item,
#props-filter .prop-item {
    font-size: 14px;
    color: #3a3a3a !important;
    outline: none;
    display: block;
}

.lcheck {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 9px;
    position: relative;
    top: 3px;
    border-radius: 2px;
    border: 2px solid;
}

.lcheck::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 512 512' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%23fff' d='m450.585 68.552-252.065 252.065-137.105-137.104-61.415 61.415 198.52 198.52 313.48-313.48z'/%3E%3C/g%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    display: block;
    background-size: 11px;
}

.prop-more {
    text-transform: uppercase;
    margin-left: 14px;
    margin-bottom: 1rem;
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}