/* FOOTER */

.page-footer .footer.content {
    border: 0;
}

/* GLOBALS */

.action.primary,
.action-primary {
    background: #cf1e35 !important;
    border-color: #cf1e35 !important;
    color: #fff !important;
    border-radius: 3px;
}

.action.primary:hover,
.action-primary:hover {
    background-color: #b21429 !important;
    border-color: #b21429 !important;
}

.action.primary.clear-button {
    background: #f2f2f2 !important;
    border-color: #d1d1d1 !important;
    color: #333 !important;
}

.product-item-name > a {
    color: #1f65b5 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.product-item-name > a:hover {
    color: #15457b !important;
}

/* HEADER */

.header.content {
    background-color: #2c3c4c;
}
.header.content .nav-toggle:before,
.header.content .block-search .label:before,
.header.content .minicart-wrapper .action.showcart:before {
    color: #fff;
}

.header.content .logo {
    margin: 10px 40px 20px 40px;
}

.header.content .logo img {
    display: block;
}

.page-header {
    border: 0;
}

.header.content .block-search .control {
    border: 0;
}

.header.content .block-search input {
    margin: 0 0 15px;
}

.navigation .level0.active > a:not(.ui-state-active),
.navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #cf1e35;
}

.header.links .logged-in {
    display: none;
}

.contact-seller {
    cursor: pointer;
    display: flex;
    align-items: center;
    float: right;
    color: #006bb4;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 9px;
    background-color: #e1e1e1;
    font-weight: 600;
    text-decoration: underline;
}
.contact-seller::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACLSV5RAAAAHXRSTlMAG9tT0PPwyIsfGJVJ+sOEELxyPi8J5suhkW8m9TaIBNgAAAEUSURBVFjD7Zc7EsIwDAXlOOFjcGwIf/D9rwkMnlHxCiVSF/I6Cu8unULLZrNzcIqFc30ejodGtcMx0GenvqjXn4gcv9cQHKViWqLGBmgo2gDRDmhtgJYe0RTwoHyzAG6ZKNy7olx3z/Sdb5X/31Pddtcp9LstfTdwhEY/0GrjaoRCHzYrKmW954hp+v26FPr85Iip+vIDQMRofQVAxGg9AzBC1jMAIsboAQARsp4BGCHoEYARsp4BcgTqEYARgh4BGCHoAYARoBcAEJGul8s1sV4CYER+PjPrRQBG1DnUIwAj/E9O2Ve9AIDFPvlh8KmPRQGojO4FrwEgbQH8A8B6I5nPPPOhaT51rce29dy3fnAsm8ve4jonA46fEJAAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
    filter: invert(24%) sepia(41%) saturate(4695%) hue-rotate(187deg)
        brightness(96%) contrast(103%);
}

/* PRODUCT */
.store-pl .product-item-link,
.store-pl .page-title {
    text-transform: uppercase;
}

.page-layout-1column .product.media {
    padding: 10px;
    border: 1px solid #e8e8e8;
    background: rgba(0, 0, 0, 0.02);
    margin: 0 0 20px;
}

.page-layout-1column .product-data {
    flex-wrap: wrap;
}

.page-layout-1column .product-data .product-info-price .product-info-stock-sku {
    text-align: left;
    float: none;
}

.page-layout-1column .product-data .product-info-price .attribute.quality {
    margin: 5px 0;
}

.page-layout-1column .product-data .product-info-price .attribute.sku {
    display: flex;
    margin: 10px 0;
    align-items: center;
}

.page-layout-1column .product-data .product-info-price .attribute.sku .type {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 6px 10px;
    font-weight: 700;
    white-space: nowrap;
}

.page-layout-1column .product-data .product-info-price .attribute.sku .value {
    background: #cf1e35;
    color: #fff;
    padding: 6px 10px;
    font-weight: 700;
    white-space: nowrap;
}
.page-layout-1column
    .product-data
    .product-info-price
    .attribute.retail-price
    .value {
    font-weight: 700;
}
.page-layout-1column
    .product-data
    .product-info-price
    .attribute.sku
    .copy-sku-tooltip {
    margin: 0 0 0 10px;
    cursor: pointer;
}

.page-layout-1column .product.data.items .item.content {
    font-size: 14px;
}

.page-layout-1column .product.data.items .item.content .fieldset > .legend {
    font-size: 14px;
}

.page-layout-1column .product.data.items .item.content table {
    width: 100%;
}

.page-layout-1column .product.data.items .item.content table th,
.page-layout-1column .product.data.items .item.content table td {
    font-size: 12px;
    padding: 7px 15px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
}

.page-layout-1column .product.data.items .item.content table th {
    width: 230px;
    font-weight: 300;
}

.page-layout-1column .product.data.items .item.content table td {
    font-weight: 700;
}

.page-layout-1column .product.data.items .item.content h3 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
}

.page-layout-1column .product.data.items .item.content .table-wrapper > b {
    margin: 0 0 1rem 0;
    display: block;
}

.page-layout-1column
    .product.data.items
    .item.content
    table.additional-attributes {
    margin: 20px 0 0;
}

.page-layout-1column
    .product.data.items
    .item.content
    table.additional-attributes
    .table-caption {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 18px;
    text-align: left;
    margin: 0 0 1rem 0;
    overflow: auto;
    position: static;
    clip: unset;
    height: auto;
    width: auto;
}

.page-layout-1column .product.data.items .item.content .product.description {
    margin: 10px 0;
}

.products-list .product-items .product-item .price-box .final-price {
    white-space: nowrap;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}

.products-list .product-items .product-item .price-box .product-list-retail-price {
    font-size: 1.3rem;
    font-weight: 700;
}

body.catalog-product-view #product_addtocart_form .price-container .product-page-retail-price {
    font-size: 1.6rem;
    font-weight: 700;
}

.custom-price-box .value {
    display: inline-flex;
}

/* LISTING */

.products-list .product-items .product-item {
    margin: 0 0 20px 0;
}

.products-list .product-items .product-item .product.sku {
    margin: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    height: 20px;
}

.products-list .product-items .product-item .product.sku .type {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 3px 6px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 10px;
}

.products-list .product-items .product-item .product.sku .value {
    background: #cf1e35;
    color: #fff;
    padding: 3px 6px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 10px;
}

.products-list .product-items .product-item .product.sku .copy-sku-tooltip {
    margin: -3px 0 0 5px;
    cursor: pointer;
}

.products-list .product-items .product-item .product.part-quality {
    margin: 5px 0;
    font-size: 12px;
}

.products-list
    .product-items
    .product-item
    .product-item-details-product-oem-numbers {
    font-size: 10px;
}
.products-list
    .product-items
    .product-item
    .product-item-details-product-oem-numbers
    .oem-number {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 16px;
}

.products-list
    .product-items
    .product-item
    .product-item-details-product-oem-numbers
    .oem-number
    .oem-number-switch {
    cursor: pointer;
}

.products-list
    .product-items
    .product-item
    .product-item-details-product-oem-numbers
    .oem-number
    .copy-oem-number-tooltip {
    margin: 0 0 0 3px;
}

.products-list
    .product-items
    .product-item
    .product-item-details-seller
    .seller-info {
    margin: 5px 0 0;
}
.products-list
    .product-items
    .product-item
    .product-item-details-seller
    .seller-name {
    font-weight: 600;
    font-size: 12px;
    display: block;
}
.products-list
    .product-items
    .product-item
    .product-item-details-seller
    .seller-locality {
    font-size: 10px;
    display: block;
}

.products-list
    .product-items
    .product-item
    .product-item-details
    .retail-price-new {
    width: 15%;
    font-size: 12px;
}
.products-list
    .product-items
    .product-item
    .product-item-details
    .retail-price-new
    .value {
    font-weight: 700;
    white-space: nowrap;
}
.products-list .product-items .product-item .product-item-description {
    font-size: 12px;
    margin: 0;
}

.price-container hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* ORDER */

.order-details-items .price-including-tax {
    font-weight: 700;
    font-size: 13px !important;
}
.order-details-items .price-excluding-tax {
    font-weight: 700;
    font-size: 10px !important;
    margin: 5px 0 0 0;
}
.order-details-items .price-excluding-tax:before {
    font-weight: 400;
    font-size: 10px !important;
}
.order-details-items .subtotal_excl,
.order-details-items .subtotal_incl,
.order-details-items .shipping,
.order-details-items .grand_total,
.order-details-items .totals,
.order-details-items .totals-tax-summary,
.order-details-items .grand_total_incl,
.order-details-items .base_grandtotal {
    font-size: 13px;
}
