body {
    font-family: 'Open Sans', sans-serif;
}

.btn-primary, .btn-primary:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #920E0C;
    border: 0;
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-transform: none;
    font-weight: normal;
}

.btn-secondary, .btn-secondary:hover {
    color: black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: transparent;
    border: 0;
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    text-transform: none;
    font-weight: normal;
}

#wrapper .breadcrumb {
    background: #eee;
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    font-size:12px;
    border-radius:4px;
    li {
        text-shadow: 0 1px 0 #FFF;
        padding: 0 20px;
        position: relative;
        white-space: nowrap;
    }

    li:after {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        right: -5px;
        width: 26px;
        height: 26px;
        border-right: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    li + li:before {
        content: '';
        padding: 0;
    }

    a {
        color:#920E0C!important;
    }
}

#category {
    .h1 {
        text-transform: unset;
        font-size:27px;
        font-weight: normal;
    }

    .block-categories {
        padding:0;
        a {
            font-weight: normal;
            color:#444;
            padding:0;
            margin:0;
        }
        .category-sub-menu {
            li {
                position: relative;
                border: 1px solid #DDDDDD;
                margin-bottom:-1px;
                color: #888888;
                padding: 8px 12px;
                font-size: 12px;
            }
            li:first-child {
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
            }
            li:last-child {
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
            }
        }
    }
}

.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover {
    color:#830D0B;
}

#menu-full {
	background:#920E0C;

	a[data-depth="0"] {
		font-weight: normal;
		color:white!important;
		font-size:14px;
		padding:10px 15px 10px 15px
	}

    a[data-depth="0"]:hover {
        background:#830D0B;
        color:white!important;
    }

    a {
        color:#333333!important;
        font-weight: normal;
        text-transform: unset;
        padding:0;
    }

    .popover {
        left:auto;
        width: auto;
        min-width: 165px;
        margin:0;
    }

    .top-menu .sub-menu ul[data-depth="1"]>li {
        float:unset;
        margin:0;
    }
}

#header .header-nav {
	background:#CCCCCC;
	border-bottom:0;
	min-height: 40px;
	padding:10px 0;
}

#header .header-nav .language-selector, #header .header-nav .user-info {
	margin-top:0;
}

#search_widget form input {
    background-color:#E6E6E6;
}

#header a, #header .header-nav .language-selector span {
    color:#6E6D69!important;
    font-size:14px;
}

#header .header-nav .language-selector i {
    color:#6E6D69!important;
}

form .form-control-label {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color:#666
}

.page-authentication #content, .page-registration #content {
    max-width: 100%;
    padding:0;
}

.page-customer-account #content .forgot-password {
    text-align: left;
    font-size:12px;
    margin-top:0;

    a {
        color:#920E0C;
    }
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    padding:5px 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    padding: 1rem;
    background: #fff;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom:0;
}

.brands-sort .dropdown-menu, .products-sort-order .dropdown-menu, .suppliers-sort .dropdown-menu, .products-selection .sort-by-row .select-title {
    font-size:12px;
}
.brands-sort .select-list, .products-sort-order .select-list, .suppliers-sort .select-list {
    font-size:12px;
    padding:3px 15px;
}

.products-selection .sort-by-row i {
    line-height: normal!important;
}

.page-authentication #content .card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);

    p {
        font-size:12px;
        color:#666;
    }

    h2 {
        color: #444;
        font-weight: normal;
        font-size: 27px;
    }

    .no-account {
        text-align: left;
    }

    .login-form {
        margin-top:0;
    }
}

#_desktop_cart {
    float: right;
    a {
        color:white!important;
    }
}
#search_widget {
	border-radius:10px;
}
#search_widget form input {
	padding:10px 20px;
}
#search_widget form i {
    position: absolute;
    padding: .5rem;
    right: 0px;
    width: 55px;
    height: 40px;
    background:#4C4C4C;
    text-align: center;
    color:white;
    font-weight: bold;
}

#_desktop_cart {
    padding: 7px 50px;
    background: #4C4C4C;
    font-size: 12px;
    color: white;
    border-radius:10px;
}

#wrapper {
    background:white;
}

#custom-text {
	background: #E5E5E5;
    padding: 80px 15px;
    margin-bottom: 30px;
}

#custom-text h2 {
	font-size: 80px;
    color: #920E0C;
}
#custom-text p {
	font-size: 28px;
    line-height: 30px;
    color: #676767;
    margin-bottom: 0;
}

.page-content.page-cms {
    padding:0;
}

.product-miniature .thumbnail-container {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    width:100%;
}

.mini-add-to-cart, .products article .wishlist-button-add,.products article .add-to-compare  {
    float:left;
    background-color:#eee;
    font-weight: 600;
    text-transform: uppercase;
}

.mini-add-to-cart {
    width:60%;
}

.mini-add-to-cart .add-to-cart {
    /*padding: .5rem 2.45rem;*/
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid #ddd;
    color:#888;
    width:100%;
    height:42px;
    i {
        font-size:16px;
        margin-right:5px;
    }
}
.products article {
    .add-to-compare  {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        width:20%;
    }
    .wishlist-button-add {
        position: unset;
        border-radius:0;
        height:42px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        width:20%;
        box-shadow:none;
    }
}

.product-miniature {
    .thumbnail-container .product-thumbnail img {
        width:150px;
    }
    .product-title {
        text-align: left;
        line-height: 16px;
        height:35px; 
        a {
            font-size:15px;
            color:#920E0C;
            font-weight: bold;
        }
    }
    .product-description {
        padding:0 20px;
    }
    .product-description-text {
        font-size:12px;
        line-height: 16px;
        height:50px;
    }
}

.wishlist-button-add {
    display:inline-block!important;
    margin:0!important;
}
.wishlist-button-add i {
    color:#888!important;
}

#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding:0;
}

.sort-by-row .sort-by {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 30px;
}

.sort-by-row .select-title {
    height: 30px;
    padding: 5px 10px!important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.product-view-options {
    font-size:12px;

    span {
        margin-left:10px;
    }
}

button.view-grid.active, button.view-list.active {
    color:#333;
}

button.view-grid, button.view-list {
    border: 1px solid;
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    border-radius: 3px;
    cursor:pointer;
}

.product-list-view.list-view .js-product.product {
  flex-direction: row;
  margin-bottom: 20px;
  width:100%;
}

.product-list-view.list-view .thumbnail-top, .product-list-view.list-view .product-description {
    display:inline-block;
}

#product {
    #content {
        max-width: 100%;
    }
    .product-container .product-cover {
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 4px;

        img {
            width:230px;
        }
    }

    .add-to-compare {
        position: unset;
        border-radius: 0;
        height: 42px;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        width: 20%;
        box-shadow: none;
        background-color: #eee;
        font-weight: 600;
        text-transform: uppercase;
    }

    .product-container .tabs {
        padding:0;
        margin-top:0;

        .nav-tabs .nav-link {
            font-weight: normal;
            font-size:12px;
            padding: 10px 15px;
        }

        .nav-tabs .nav-link.active {
            border:1px solid #ddd;
            border-bottom:0;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            color:#555;
        }
        .nav-tabs .nav-link:hover {
            border-bottom:0;
            color:#555;
        }
    }

    .product-container .h1 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-transform: none;
        font-weight: normal;
    }

    .product-container .wishlist-button-add, .product-container .add-to-compare {
        color: #777;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #e7e7e7;
        background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
        background-repeat: repeat-x;
        border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
        border-radius: 5px;
        font-size: 12px;
        border: 1px solid #cccccc;
        box-shadow:none;
        min-width: auto;
        height:auto;
        width:auto;
        padding:7.5px 12px;
    }

    .product-container .wishlist-button-add i, .product-container .add-to-compare i {
        font-size:14px;
    }

    .product-container .product-images>li.thumb-container .thumb.selected, .product-container .product-images>li.thumb-container .thumb:hover {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding:5px;
    }

    .product-container .img-fluid {
        width:80px;
    }

    .product-container .product-price {
        color:#444;
        font-size:27px;
        font-weight: lighter;
        margin-bottom:0;
    }

    .product-container .product-description p {
        margin-bottom:0;
    }

    .product-container .current-price {
        margin-right:5px;
        margin-bottom:0;
    }

    .product-container label, .product-description p, .product-quantities {
        font-size: 12px;
        color: #666;
    }
}

.product-miniature .product-price-and-shipping {
    margin-bottom:15px;
}

#footer {
   background:#333333;

   hr {
    background:#ccc;
}

a {
    color:#ccc;
}
}
.footer-container {
	padding-top:0;
}
.footer-container .h3, .footer-container .h4, #block_myaccount_infos .myaccount-title a, #header a, #wrapper .breadcrumb li a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
	color:white;
}
.footer-container li a {
	color:#ccc;
}

@media only screen and (min-width: 992px) {
    #search_widget {
        min-width: 30rem;
    }
}

@media only screen and (min-width: 768px) {
    #search_widget {
        float: left;
        margin-bottom: 0;
    }
}