/* == How to use child-theme-custom.css files ==
 * 
 * Don't remove the @import line, it imports the custom.css from longo-default and provides basic printQ 3 styling by Longo.
 * In this file only note changes to the default CSS file, so the old parameters are overwritten.
 * Keep changes minimal: Don't copy whole selectors with all parameters, only use the ones you want to change...
 * 
*/

@import url('../../default/css/custom.css');

body.customer-account-login div.page {
    background-image: url(../images/background.jpg);
}

div.registered-users {
    background: #fff;
    border:1px solid #dc0000;
}
 
.matrix_headline {
    background: #dc0000;
}

.matrix_sub_headline .number {
    background: #dc0000;
}

.matrix_button:hover {
    color: #dc0000;
}

.matrix_button.active {
    outline: 1px solid #dc0000;
}

.breadcrumbs li span {
    color: #dc0000;
}

/* Item hover in category view */
.catalog-category-view .category-products-grid.hover-effect .item:hover {
    outline: 1px solid #dc0000;
}

.addto-links-icons .ic:hover {
    color: #dc0000;
}

.links > li > a:hover {
    color: #dc0000 !important;
}


.navi-wrapper, .nav-regular { 
	background-color: #dc0000;
}

.nav-regular:not(.nav-vert) .nav-item.level0 > a {
	color: #fff;
}

/* Remove compare links in category view and in product view */
.addto-links-icons a, .add-to-links {
    display: none;
}

/* If you remove compare links, add some padding to the additional information block */
.additional_information {
    padding-bottom: .5em;
}

/* Clean cart */
.col-edit { display: none; }
#shopping-cart-table th:nth-of-type(5), #shopping-cart-table td:nth-of-type(5) { display: none; }

.item-options dt:first-child, .item-options dd:nth-child(2) { display: inherit; }
.item-options dt.printselection, .item-options dd.printselection { display: none; }

/* formular Editor */ 
 
#preview { 
    background-color: #333333; 
    background-image: linear-gradient(to bottom, #333333, #333333); 
} 
 
#preview:hover { 
    filter: brightness(85%); 
    background-color: #333333; 
} 
 
#customerPersonalizationData { 
    background-color: #333333; 
    background-image: linear-gradient(to bottom, #333333, #333333); 
} 
 
#customerPersonalizationData:hover { 
    filter: brightness(85%); 
    background-color: #333333; 
} 
 
#attach { 
    background-image: linear-gradient(to bottom, #dc0000, #dc0000); 
    background-color: #dc0000; 
} 
 
#attach:hover { 
    filter: brightness(85%); 
} 
 
#saveProject { 
    background-image: linear-gradient(to bottom, #dc0000, #dc0000); 
    background-color: #dc0000; 
} 
 
#saveProject:hover { 
    filter: brightness(85%); 
}

/* Button Ansichts PDF */
.btn-cart.download-vt { line-height: 50px; display: inline-block; text-align: center; font-weight: bold; }

/* logo header */
.header-regular .logo-wrapper .logo img {
  width: 70%;
}
