/* Shortcode - search-by-brand-model */
.molco-woo.shortcode.search {
    display: flex;
    flex-wrap: wrap;
}

.molco-woo.shortcode.search .title {
    width: 100%;
}
.molco-woo.shortcode.search .context {
    padding: 0 4px;
    box-sizing: border-box;
}
.molco-woo.shortcode.search .context.brand {
    width: 25%;
    padding-left: 0px;
}
.molco-woo.shortcode.search .context.model {
    width: 25%;
}
.molco-woo.shortcode.search .context.type {
    width: 25%;
}
.molco-woo.shortcode.search .context.submit {
    width: 25%;
    padding-right: 0px;
}

.molco-woo.shortcode.search .context label {
    display: none;
}

.molco-woo.shortcode.search .context select {
    font-size: var(--wp--preset--font-size--small);
    padding: 1.2rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.molco-woo.shortcode.search .context button {
    background-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    line-height: inherit;
    padding-top: 1rem;
    padding-right: 2.25rem;
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.molco-woo.shortcode.search .context button:hover {
    background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
    border-color: transparent;
    color: var(--wp--preset--color--base);
}



/* Shortcode - car-categories */
.molco-woo.shortcode.categories {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-width: initial;
    max-width: 1280px;
}

.molco-woo.shortcode.categories .molco-category-block {
    width: 25%;
}

.molco-woo.shortcode.categories .molco-category-block .molco-category-block-title {
    font-size: 20px;
}

.molco-woo.shortcode.categories .molco-category-block .molco-category-block-list {
    margin: 0;
    padding: 0;
}

.molco-woo.shortcode.categories .molco-category-block .molco-category-block-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
} 
.molco-woo.shortcode.categories .molco-category-block .molco-category-block-list ul li {
    padding: 0;
    margin: 0;
    line-height: 22px;
} 
.molco-woo.shortcode.categories .molco-category-block .molco-category-block-list ul li a {
    font-size: 16px;   
}


/* Shortcode - car-products */
.molco-woo.shortcode.products {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    min-width: initial;
    max-width: 1280px;
}
.molco-woo.shortcode.products .molco-product-block-title {
    width: 100%;
}
.molco-woo.shortcode.products .molco-product-block-title h3 {
    font-size: 26px;
    font-weight: bold;
}
.molco-woo.shortcode.products .molco-product-block-list {
    width: 100%;
}
.molco-woo.shortcode.products .molco-product-block-list .products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.molco-woo.shortcode.products .molco-product-block-list .products .product {
    margin: 0;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.molco-woo.shortcode.products .molco-product-block-list .products.columns-2 .product {
    width: 50%;
}
.molco-woo.shortcode.products .molco-product-block-list .products.columns-3 .product {
    width: 33%;
}
.molco-woo.shortcode.products .molco-product-block-list .products.columns-4 .product {
    width: 25%;
}
.molco-woo.shortcode.products .molco-product-block-list .products .product .attachment-woocommerce_thumbnail {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.molco-woo.shortcode.products .molco-product-block-list .products .product.orderable .attachment-woocommerce_thumbnail  {
    opacity: 0.3;
}



/* Shortcode - car-information */
.molco-woo.shortcode.car-information {
    display: flex;
    flex-wrap: wrap;
}

.molco-woo.shortcode.car-information .molco-car-info-title {
    margin: 0;
    padding: 0;
    width: 100%;
}

.molco-woo.shortcode.car-information .molco-car-info-title h3{
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
.molco-woo.shortcode.car-information .molco-car-info-additional {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.molco-woo.shortcode.car-information .molco-car-info-additional .additional {
    font-size: 16px;
    height: 22px;
    white-space: nowrap;
}
.molco-woo.shortcode.car-information .molco-car-info-additional .additional.seperator {
    padding-right: 5px;
}
.molco-woo.shortcode.car-information .molco-car-info-additional .additional.seperator:last-child {
    display: none;
}