﻿@charset "UTF-8";

.above-header {
    width: 100%;
    height: auto;
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ea8407;
}

p, span, h1, h2, h3, h4, h5, ul, li {
    font-family: 'Roboto', sans-serif;
}

.bold {
    font-weight: 700;
}

.ict-orange {
    color: #df7800;
}

a {
    color: #df7800;
}

    a:hover {
        color: #be6600;
    }

    a.tel {
        color: #000;
        font-size: 1.7rem;
    }

    a.tel-footer {
        color: #000;
        font-size: 1.5rem;
    }

.above-header span {
    color: black;
    font-size: 26px;
}

.login .bold {
    font-size: 18px;
}

#signin .input-group input {
    border: 1px solid black;
    border-radius: .5em .5em .5em;
}

.signin-form-class {
    color: #000000;
    background-color: transparent;
    padding: 10px;
}


#signin input::-webkit-input-placeholder {
    color: #000000 !important;
}

#signin input:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}

#signin input::-moz-placeholder { /* Firefox 19+ */
    color: #000000 !important;
}

#signin input:-ms-input-placeholder {
    color: #000000 !important;
}

#signin textarea:hover,
#signinin put:hover,
#signin textarea:active,
#signin input:active,
#signin input:focus,
#signin button:focus,
#signin button:active,
#signin button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

#signin .btn {
    background-color: black;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    border-radius: 6px;
}

    #signin .btn:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: 5px;
        right: 0;
        padding-left: 10px;
    }

.padding-top-10 {
    padding-top: 10px;
}

.products-sidebar-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background-color: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 15px;
}

.products-order-list li {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #000000;
}

    .products-order-list li a {
        color: #000000;
    }

    .products-order-list li:after {
        content: "\e258";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: 4px;
        margin-right: 0px;
        display: inline-block;
        float: right;
    }

    .products-order-list li:hover:after {
        color: #eb8b16;
    }

    .products-order-list li:hover {
        border-bottom: 1px dotted #eb8b16;
    }

        .products-order-list li:hover a {
            color: #eb8b16;
            text-decoration: none;
        }

.select .caret {
    z-index: 999999;
}

.products-header {
    width: 100%;
    height: auto;
    display: Block;
    background-color: #f5f5f5;
    border-bottom: 5px solid #eb8b16;
    padding: 20px;
    padding-bottom: 13px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 25px !Important;
    clear: both !Important;
}

    .products-header span {
        font-size: 20px;
        color: #eb8b16;
    }

    .products-header .glyphicon {
        float: right;
    }

    .products-header .glyphicon-menu-up {
        display: none;
    }

.container-result-item {
    border: 1px solid #E2E2E2;
    padding: 8px;
    overflow: hidden;
}

.container-button-selection {
    border: 1px solid #E2E2E2;
    padding: 8px;
    cursor: pointer;
    overflow: hidden;
}

    .container-button-selection img {
        display: Block;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: auto; /*changed from auto*/
        height: 80px; /*changed from 80px*/
        margin-bottom: 10px;
    }

.button-selection {
    color: #505050;
    display: Block;
    clear: both;
    text-align: center;
    background-color: #EDEDED;
    width: 100%;
    padding: 10px;
}

.container-button-selection:hover {
    border: 1px solid #eb8b16;
}

    .container-button-selection:hover .button-selection {
        background-color: #E1E1E1;
    }

.top-buffer {
    margin-top: 30px;
}

.footer-title {
    font-size: 26px;
    color: #eb8b16;
}

.orange-divider {
    width: 100px;
    height: 4px;
    background-color: #eb8b16;
}

footer {
    background-color: #e3e3e3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.standard-list li {
    width: 100;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000000;
}

    .standard-list li a {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

    .standard-list li:hover {
        border-bottom: 1px dotted #ea8a16;
    }

    .standard-list li a:hover {
        color: #ea8a16;
        text-decoration: none;
    }

    .standard-list li:after {
        content: "\e258";
        font-family: "Glyphicons Halflings";
        line-height: 1;
        margin: 4px;
        margin-right: 0px;
        display: inline-block;
        float: right;
    }

    .standard-list li:hover:after {
        color: #ea8a16;
    }

.contact-us-footer .contact-span {
    line-height: 170%;
    font-size: 15px;
}

.padding-top-twenty {
    display: block;
    padding-top: 20px;
}

.padding-top-thirty {
    display: block;
    padding-top: 30px;
}

.float-right {
    margin-top: 15px;
    float: right;
}

p {
    font-size: 13px;
    line-height: 180%;
}

.copyright-information {
    background-color: #2a2a2a;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#custom-search-input {
    max-width: 297px;
}

.copyright {
    color: #ababab;
}

.email-container a {
    display: block;
    margin: 5px 0;
}

.email-container .fal,
.email-container .far,
.email-container .fas {
    background: #ff7400;
    border-radius: 150%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 31px;
    box-sizing: border-box;
}

.email-container .fas {
    padding-left: 0 !important;
}

.navbar-brand {
    height: 80px;
    border-radius: 50px;
    padding: 0px 0 0 15px !important;
}

.navbar-default {
    background-color: #FFFFFF;
    border-bottom: 0px;
}

.navbar-nav {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
}

    .navbar-nav li a {
        padding-left: 20px;
        padding-right: 20px;
        color: black;
        font-size: 15px;
    }

.navbar-default .navbar-nav > li > a {
    color: #000000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-bottom: 3px solid #ea8407;
}

.navbar-default .navbar-nav li a:hover {
    border-bottom: 3px solid #ea8407;
    color: #ea8407;
}

.grey-container {
    background-color: #f5f5f5;
    padding: 20px;
    height: auto;
}

.small-orange-divider {
    width: 60px;
    height: 5px;
    background-color: #ea8407;
    margin-top: 10px;
    margin-bottom: 20px;
}

.navbar-default .navbar-nav.new-navbar-nav > li:first-child a {
    padding-left: 25px;
}

@media(max-width:1100px) {
    .navbar-default .navbar-nav.new-navbar-nav > li:first-child a {
    }
}

h3 {
    font-size: 24px;
    color: #ea8407;
}

.btn-orange {
    background-color: #ea8407;
    color: #FFFFFF;
}

    .btn-orange:hover {
        background-color: #000000;
        color: #FFFFFF;
    }

.top-margin-twenty {
    clear: both;
    margin-top: 20px;
}

.select button {
    width: 100%;
    text-align: left;
}

.select .caret {
    position: absolute;
    right: 10px;
    margin-top: 10px;
}

.select:last-child > .btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.selected {
    padding-right: 10px;
}

.option {
    width: 100%;
}

.grey-container .select {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.slider-container li {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
}

.slider-container .slide-1 {
    background-image: url(/imgs/slide-1.png);
}

.header-slider {
    display: block;
    width: 100%;
    height: auto;
    font-size: 70px;
    font-weight: 700;
}

.underline {
    border-bottom: 8px solid #ea8407;
    color: #ea8407;
}

.header-description {
    font-size: 26px;
    display: Block;
    width: 100%;
    margin-top: 15px;
}

.header-general {
    background-image: url(/imgs/slide-1.jpg);
    background-position: center center;
    background-size: cover;
    height: 120px;
    background-repeat: no-repeat;
}

.pagination-wrapper {
    background-color: #EDEDED;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pagination-text {
    color: #ea8407;
}

.product-code {
    font-size: 20px;
    color: #000000;
}

.products h1 {
    font-size: 26px;
    color: #ea8407;
    font-weight: 700;
    line-height: 120%;
}

img.demo {
    float: left;
}

.demo {
    position: relative;
}

.loupe {
    background-color: #555;
    background: rgba(0, 0, 0, 0.25);
    border: 5px solid rgba(0, 0, 0, 0);
    cursor: url(/Content/blank.png), url(/Content/blank.cur), none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFFFFF;
    background-color: #ea8407;
    border-radius: 0px;
}

.nav-tabs > li > a {
    color: #ea8407;
    border-radius: 0px;
    border: 1px solid #D5D5D5;
    margin: 0px;
}

    .nav-tabs > li > a:hover {
        color: #be6c08;
    }

.btn-qty-width {
    width: 28px !important;
    height: 50px;
    padding-top: 14px !important;
}

.btn-number {
    width: 60px;
    height: 50px;
}

.btn {
    padding: 7px;
    border-radius: 0px;
}

.btn-buy {
    width: auto;
    background-color: #ea8407;
    color: white;
    font-size: 16px;
    padding: 12px;
}

    .btn-buy:hover {
        background-color: #cf7608;
        color: #FFFFFF;
    }

    .btn-buy:after {
        font-family: "Glyphicons Halflings";
        content: "\e116";
        color: #FFFFFF;
        margin-left: 20px;
    }

    .btn-buy:hover {
        background-color: #cd770e;
    }

.payment-button {
    float: left;
    margin-right: 10px;
}

.price {
    font-size: 22px;
    color: #ea8407;
    font-weight: bold;
    display: block;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.add-to-cart {
    margin-left: 2px;
}

.large-glyphicon {
    padding-right: 15px;
    font-size: 24px;
    color: #ea8407;
}

.contact-info {
    line-height: 300%;
    font-size: 16px;
}

.address-info {
    font-size: 16px;
    line-height: 160%;
}

.margin-left-container {
    width: 87%;
    float: left;
    height: auto;
}

.glyphicon-map-marker {
    display: block;
    width: 13%;
    float: left;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 350px; /* your iframe height */
    top: 350px; /* your iframe height */
    margin-top: -350px; /* your iframe height */
}

#signin {
    display: block;
}

.cartListInner .table-responsive .table tbody tr td .close, .orderBox.myAddress .table-responsive .table tbody tr td .close {
    color: #ea8407;
    display: inline-block;
    float: left;
    font-size: 28px;
    font-weight: normal;
    margin-right: 30px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    vertical-align: middle;
}

cartListInner .table-responsive .table tbody tr td:first-child {
    display: table-cell;
}

.cartListInner .table-responsive .table tbody tr td {
    padding-left: 20px;
}

.cartListInner .table-responsive .table tbody tr td, .orderBox .table-responsive .table tbody tr td {
    border-bottom: 3px solid #f0f0f0;
    border-top: medium none;
    font-weight: 700;
    vertical-align: middle;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.cartListInner .table-responsive .table tbody tr td .cartImage {
    display: inline-block;
    float: left;
}

    .cartListInner .table-responsive .table tbody tr td .cartImage img {
        width: auto;
        height: 90px;
    }

.cartListInner .table-responsive .table tbody tr td, .orderBox .table-responsive .table tbody tr td {
    border-bottom: 3px solid #f0f0f0;
    border-top: medium none;
    font-weight: 700;
    vertical-align: middle;
}


.cancel-padding {
    padding: 0px;
}

.cartListInner .table-responsive .table thead tr th, .orderBox .table-responsive .table thead tr th {
    background-color: #ea8407;
    border-bottom: medium none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 15px;
    height: 55px;
    padding: 0 0 0 20px;
    text-align: left;
    vertical-align: middle;
}

.postage-table thead tr th {
    background-color: #ea8407;
    border-bottom: medium none;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 15px;
    height: 55px;
    padding: 0 0 0 5px;
    text-align: left;
    vertical-align: middle;
}

.postage-table tbody tr td {
    height: 40px;
    vertical-align: middle;
    border-bottom: 3px solid #E9E9E9;
}

#custom-search-input .search-query {
    width: 85%;
    display: inline-block;
    float: left;
}

#custom-search-input .input-group-btn {
    display: inline-block !important;
    float: left;
    width: 15%;
}

.postage-table .bold-table {
    font-weight: 700;
    background-color: #E2E2E2;
}

.postage-table {
    width: 100%;
}

.delivery-selection {
    width: 30%;
    float: right;
}

.total-amount-area ul li {
    color: #8A8A8A;
    line-height: 200%;
    text-align: right;
    border-bottom: 1px dotted #C9C9C9;
}

    .total-amount-area ul li span {
        font-weight: 700;
        color: #000000;
        padding-left: 15px;
    }

.button-refresh-totals {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #ea8407;
    border: none;
    padding: 8px;
    border-radius: 5px;
}

.slide-css span {
    color: #FFFFFF;
}

.button-refresh-totals:hover {
    background-color: #cf7405;
}

.overflow-hidden {
    overflow: hidden;
}

/* Slick Slider ______________________________________*/
.slick-loading .slick-list {
    background: #fff url('/imgs/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/slick.eot');
    src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 30px;
        line-height: 1;
        opacity: .75;
        color: #143368;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    position: absolute;
    z-index: 999999;
    width: 50px;
    height: 50px;
    left: 10px;
}

[dir='rtl'] .slick-prev {
    left: 0;
}

.slick-prev:before {
    font-family: 'Glyphicons Halflings';
    content: "\e257";
    color: #FFFFFF;
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 10px;
    position: absolute;
    z-index: 999999;
    width: 50px;
    height: 50px;
}

[dir='rtl'] .slick-next {
    right: auto;
}

.slick-next:before {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    color: #FFFFFF;
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 20px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.button-confirm-order {
    height: auto;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #ea8407;
    border: none;
    border-radius: 5px;
}

.button-checkout {
    width: 230px;
    height: auto;
    display: block;
    text-align: center;
    color: #FFFFFF;
    background-color: #ea8407;
    border: none;
    padding: 15px;
    border-radius: 5px;
    margin-top: 25px;
    float: right;
}

.single-slider .slide-css {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.slick-track {
    height: auto;
}

.slick-slider {
    background: url(/imgs/ajax-loader.gif);
}

    .slick-slider .slick-list {
        opacity: 0;
        position: absolute;
    }

    .slick-slider.slick-initialized {
        background: none;
    }

        .slick-slider.slick-initialized .slick-list {
            opacity: 1;
            position: relative;
            transition: opacity 0.2s ease-in;
        }

.slide-css {
    display: none;
}

.panel-listings .col-lg-4:nth-of-type(4), .panel-listings .col-lg-4:nth-of-type(7), .panel-listings .col-lg-4:nth-of-type(10), .panel-listings .col-lg-4:nth-of-type(13), .panel-listings .col-lg-4:nth-of-type(16), .panel-listings .col-lg-4:nth-of-type(19), .panel-listings .col-lg-4:nth-of-type(22), .panel-listings .col-lg-4:nth-of-type(25), .panel-listings .col-lg-4:nth-of-type(28), .panel-listings .col-lg-4:nth-of-type(31), .panel-listings .col-lg-4:nth-of-type(34), .panel-listings .col-lg-4:nth-of-type(37), .panel-listings .col-lg-4:nth-of-type(40), .panel-listings .col-lg-4:nth-of-type(43), .panel-listings .col-lg-4:nth-of-type(46), .panel-listings .col-lg-4:nth-of-type(49) {
    clear: both;
}

.category-section {
    height: 100%;
}

.list-group-item .category-section {
    height: auto;
}

.list-group-item {
    height: auto;
    overflow: hidden;
}

.list-group-item-text {
    line-height: 150%;
}

.list-group-item-heading {
    color: #ea8407;
    line-height: 150%;
}

.thumbnail {
    margin-bottom: 0px;
}

.list-group-item .thumbnail {
    padding: 20px;
}

.list-group-item {
    border: none !important;
}

/*.more-info{
	display:block;
	width:100px;
	padding:15px;
	background-color:#ea8407;
	color:#FFFFFF !important;
	text-decoration:none !important;
	float:left;
	margin-right:20px;
	text-align:center;
}

.more-info:hover{
	background-color:#cd750a;
}

.add-to-cart{
	padding:15px 20px;
	background-color:#ea8407;
	color:#FFFFFF;
	float:left;
	margin-right:15px;
	border:none;
}

.add-to-cart:hover{
	background-color:#cd750a;
}*/

.panel-listings .list-group-item-text {
    display: block;
    max-height: 132px;
    overflow: hidden;
}

.panel-heading h3 {
    text-overflow: inherit;
    white-space: normal !important;
}

.item.list-group-item:hover {
    background: transparent !important;
}

.list-group-item {
    padding: 0px 0px;
}

.item.list-group-item {
    margin-bottom: 0px;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#basket-summary {
    font-size: 1.3rem;
    padding-right: 0;
}

.payment-button {
    padding-left: 0px !important;
    margin-right: 0px;
}


.cartListInner .btn-number {
    width: 45px;
}


/*.glyphicon {
        margin-right: 5px;
    }

    .thumbnail {
        margin-bottom: 20px;
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }*/

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

    .item.list-group-item:nth-of-type(odd):hover, .item.list-group-item:hover {
        background: #428bca;
    }

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    /*.item.list-group-item .thumbnail {
            margin-bottom: 0px;
        }*/

    .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }

    .item.list-group-item:nth-of-type(odd) {
        background: #eeeeee;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: left;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 11px;
}

.dropdown-menu {
    z-index: 999;
    top: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.small-h2-orange {
    color: #ea8407;
    font-size: 22px;
    line-height: 140%;
}

.btn-primary {
    background-color: #ea8407;
    padding: 15px;
    border: none;
}

    .btn-primary:hover {
        background-color: #c97208;
        border: none;
    }

.breadcrumb {
    margin-top: 12px;
    display: block;
}

h2 {
    margin-top: 8px;
}

.button-selection strong {
    color: #ea8407;
}

.product-item .btn-success {
    background-color: #ea8407;
    float: right;
    margin-top: 15px;
    border: none;
}

    .product-item .btn-success:hover {
        background-color: #d17606;
        border: none;
    }

.btn-success {
    background-color: #ea8407;
    border: none;
    padding: 12px;
}

    .btn-success:hover {
        background-color: #d17606;
        border: none;
    }

.product-item .price-orange {
    font-size: 14px;
    color: #d17606;
    padding-top: 22px;
    display: inline-block;
    top: 17px;
}

.product-image img {
    margin: 0 auto;
    display: block;
}

.product-image {
    height: 100%;
    width: 100%;
    position: relative;
}

.display-block {
    display: block;
    float: left;
}

.product-image img:after {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.container-result-item {
    height: auto;
}

.item {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.submit-search-icon {
    background-color: #000000;
    font-size: 16px;
    height: 36px;
    color: #d17606;
    border: none !important;
}

#custom-search-input input {
    display: inline-block;
    width: 80%;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #000000;
    padding: 0 8px 0 14px;
    border-left: solid 1px #000000;
    display: inline-block;
    overflow: hidden;
    top: -3px;
    font-size: 16px;
    text-align: center;
}

.input-group {
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #000000;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
}

#custom-search-input .glyphicon-search {
    font-size: 18px;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#custom-search-input .form-control {
    border: none;
}

.list-group-item-heading {
    font-size: 24px;
}

.price-container {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
    border-top: 1px dotted #E9E9E9;
    border-bottom: 1px dotted #E9E9E9;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}

p, p.MsoNormal, p span, p.MsoNormal span {
    font-family: roboto, sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 160% !important;
}

.price-container p.lead {
    margin-bottom: 10px;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .container-result-item {
        height: auto;
    }

    .row-email-search {
        margin-top: 2%;
        grid-template-rows: unset !important;
    }

    .email-col {
        margin-top: 1%;
        grid-column-start: unset !important;
        grid-row-start: unset !important;
    }

    .home-logo {
        justify-self: center !important;
    }

    .container-navbar {
        grid-template-columns: unset !important;
    }

    .car-model-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .category-section {
        height: auto;
    }


    .align-title {
        font-size: 2.3rem !important;
    }

    .choose-manu-h2 {
        margin-right: 0% !important;
        margin-top: 7% !important;
    }

    .login-buttons {
        text-align: center;
        justify-content: center !important;
    }

    .flex-email {
        display: flex;
        align-items: center;
        justify-content: center;
    }



    .productGrid {
        grid-template-columns: 1fr 1fr !important;
    }

    .container-result-item {
        height: 290px;
    }

    .grey-container {
        margin-bottom: 20px;
    }


    .input-group {
        display: block;
        float: left;
        margin-right: 5px;
        width: 100%;
    }

    .signin-form-class {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }

    .navbar-nav {
        margin-left: 0px;
    }

        .navbar-nav li a {
            padding-left: 16px;
            padding-right: 16px;
        }

    .top-buffer-mobile {
        margin-top: 40px;
        clear: both;
    }

    .grey-background-mobile {
        border: 1px solid #C6C6C6;
        padding: 15px;
        margin-top: 30px;
    }
}


.Mobile-buttons {
    display: none;
}

.mobileSearchIconsContainer {
    display: none;
}

.searchByManufacturer {
    margin-top: 1%;
}

.homepageImages {
    width: 50%;
    margin-top: 3%;
    border-radius: 5%;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .container-result-item {
        height: auto;
    }

    .productGrid {
        grid-template-columns: 1fr !important;
    }

    .car-model-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    /*    .cat-image-div {
        width: 25% !important;
    }
*/
    .search-item {
        justify-content: center;
        justify-items: center;
    }



    .mobileSearchIconsContainer {
        display: flex;
        flex-direction: column;
    }

    .DesktopOnlyText {
        display: none;
    }

    .products-sidebar {
        clear: both;
        overflow: hidden;
        margin-top: 30px;
    }

    .text-div {
        font-size: 16px;
        text-align: center;
    }

    .delivery-section {
        width: 100%;
        float: right;
    }

    .image-table {
        display: none !important;
    }

    .cartImage {
        display: none;
    }

    .navbar-nav li a {
        padding: 10px;
        background-color: #F0F0F0;
        display: block;
        margin-top: 5px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav a:hover {
        background-color: #F0F0F0 !Important;
    }

    #custom-search-input .input-group {
        overflow: hidden;
    }

    .navbar-nav {
        display: grid !important;
        justify-content: center;
    }

    .navbar-collapse ul.nav.navbar-nav {
        display: block !important;
    }

        .navbar-collapse ul.nav.navbar-nav > li {
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px !important;
            padding-right: 35px !important;
        }

            .navbar-collapse ul.nav.navbar-nav > li a {
                align-items: flex-start !important;
                text-align: left !important;
            }

            .navbar-collapse ul.nav.navbar-nav > li > ul {
                display: none !important;
            }

            .navbar-collapse ul.nav.navbar-nav > li.active > ul {
                display: block !important;
            }

            .navbar-collapse ul.nav.navbar-nav > li span.toggle {
                display: block;
                width: 10px;
                height: 10px;
                border-bottom: 1px solid #aaa;
                border-right: 1px solid #aaa;
                position: absolute;
                top: 11px;
                transform: rotate(45deg);
                right: 5px;
                z-index: 10;
                cursor: pointer;
            }

            .navbar-collapse ul.nav.navbar-nav > li.active span.toggle {
                transform: rotate(-135deg);
                top: 16px;
            }

    .navbar.navbar-default.sticky {
        position: static !important;
        animation: none !important;
    }

        .navbar.navbar-default.sticky .navbar-header {
            top: 100px !important;
            right: auto !important;
            left: calc(50% - 160px) !important;
        }

        .navbar.navbar-default.sticky .navbar-collapse {
            padding-top: 5px !important;
        }
}




/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .force-full-width-small {
        width: 100% !important;
        margin-top: 15px;
    }

    .navbar-brand {
        height: 66px !important;
    }



    .car-model-grid {
        grid-template-columns: 1fr !important;
    }

    .cat-button {
        width: 100% !important;
        margin-top: 6%;
    }


    /*    .cat-image-div {
        width: 60% !important;
    }
*/
    .category-image {
        height: auto !important;
    }

    .payment-float-right {
        float: unset;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-top: 15px;
    }


    .homepageImages {
        width: 100%;
        margin-top: 5%;
    }

    .searchByManufacturer {
        margin-top: 4%;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

/* Remove indent on header panel. */
.breadcrumb {
    padding-left: 0px;
    font-size: 18px;
}

/* Header panels for more info on manufacturer and car model. */
.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    margin-right: 0px;
    /*width: 75%;*/
    padding-top: 8px;
}

/* Toggle text on panel collapser. */
#collapser.collapsed #show-hide-text:before {
    content: 'show';
    width: 15px;
}

#collapser #show-hide-text:before {
    content: 'hide';
    width: 15px;
}

.header-breadcrumb > .breadcrumb {
    margin-bottom: 0px;
}

.validation-summary-valid {
    display: none;
}

.item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
    width: 90%;
}

.result-image {
    border: 0 none;
    box-shadow: none;
    height: 110px;
}

.result-image-category {
    width: 100%;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

#search-container {
    font-size: 17px;
}

#search-icon {
    font-size: 17px;
}


/* From James @ incartec */
.text-orange {
    color: #ea8407;
    font-family: 'Segoe UI',Arial,sans-serif;
}

.text-div {
    text-align: center;
    width: 92%;
    font-weight: 100;
    font-family: 'Segoe UI',Arial,sans-serif;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
}

.textStyling {
    font-family: 'Segoe UI',Arial,sans-serif;
}

.DesktopOnlyText {
    text-align: center;
    font-family: 'Segoe UI',Arial,sans-serif;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

/* manufacturer-product-listing css*/

.productGrid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: grid;
    grid-gap: 20px;
}


.search-container {
    grid-row-start: 4;
    align-self: center;
    justify-self: center;
    width: 50%;
    grid-column-start: 2;
    /*Internet Explorer*/
    -ms-grid-row: 4;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
}

#product-filter-text-field {
    width: 100%;
}

.flex {
    display: flex;
    /*internet explorer*/
    display: -ms-flex;
}

.flex-search {
    display: flex;
    /*internet explorer*/
    display: -ms-flex;
    justify-content: center;
}

.allProductsDescription {
    grid-template-columns: 1fr 3fr;
    display: grid;
    /*Internet Explorer*/
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 10% 10% 10% 10%;
    display: -ms-grid;
}


.manuimage {
    grid-column-start: 1;
    grid-row-start: span 2;
    align-self: center;
    justify-self: center;
    width: 150px;
    /*Internet explorer*/
    -ms-grid-row: 1;
    -ms-grid-row-align: center;
    -ms-grid-column-align: center;
}





@media only screen and (max-width: 850px) {


    .breadcrumb-cars {
        justify-self: center;
    }

    .all-cars-button {
        grid-row-start: 2 !important;
        justify-self: center !important;
    }

    .return-button {
        grid-column-start: 2 !important;
    }

    .allProductsDescription {
        grid-template-columns: 1fr !important;
    }


    .manuimage {
        grid-column-start: unset !important;
        grid-row-start: unset !important;
    }

    .btn {
        white-space: unset;
    }

    .btn-search {
        white-space: nowrap !important;
    }

    .search-container {
        grid-row-start: 4 !important;
        align-self: center !important;
        justify-self: center !important;
        width: 80% !important;
        margin-bottom: 5% !important;
        grid-column-start: 2 !important;
    }

    #product-filter-text-field {
        width: 100% !important;
    }
}


.product-links {
    display: flex;
    justify-content: space-around;
}

.return-button {
    grid-column-start: 1;
    width: 70%;
    border-radius: 10px;
    justify-self: center;
    justify-content: center;
    margin-top: 10px;
    white-space: unset;
    /*Internet Explorer*/
    -ms-grid-row: 5;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
}

#banner {
    padding-right: 0px;
    padding-left: 0px;
}



.allProductsDescription p {
    font-weight: 100 !important;
    font-size: 1.9rem !important;
    font-family: 'Segoe UI', Arial, sans-serif !important;
    grid-column-start: 2;
    margin-left: 6%;
    /*Internet Explorer*/
    -ms-grid-row: 3;
    -ms-grid-row-align: center
}

.allProductsDescription h1 {
    text-align: center;
    grid-column-start: 2;
    /*Internet Explorer*/
    -ms-grid-row: 2;
    -ms-grid-row-align: center
}

.grid-category {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

#search-not-found {
    padding: 1%;
    text-align: center;
    display: none;
}

.original-radios {
    height: 100% !important;
    width: 100% !important;
}

.car-heading {
    display: grid;
    /*Internet explorer support*/
    display: -ms-grid;
}

.breadcrumb-cars {
    grid-row-start: 1;
}

.all-cars-button {
    grid-row-start: 1;
    justify-self: end;
}

.all-cars-button-test {
    grid-row-start: 1;
}

/*.category-image {
    justify-content: center;
    justify-items: center;
    justify-self: center;
    align-self: center;
    max-height: 100%;
}
*/
/*Make the category images round.*/
.category-image {
    border-radius: 50%;
    object-fit: cover; /* Keeps the image content centered and fills the round shape */
}

.container-result-item-category {
    grid-gap: 5px;
    display: grid;
    text-align: center;
    overflow: unset;
    height: 100%;
}

.category-result-image {
    width: 250px;
    height: 200px;
    display: grid;
    justify-self: center;
}

.product-result-image {
    width: 250px;
    height: 200px;
    display: grid;
    justify-self: center;
}

.category-product-title {
    margin-top: 2%;
}

/* Purchase Recommendation Popup Styles */
.purchase-recommendation-product {
    margin-bottom: 15px;
    height: 100%;
    display: flex;
}

    .purchase-recommendation-product .thumbnail {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 4px;
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 320px;
    }

        .purchase-recommendation-product .thumbnail:hover {
            border-color: #337ab7;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .purchase-recommendation-product .thumbnail > img {
            height: 180px;
            object-fit: contain;
            width: 100%;
        }

    .purchase-recommendation-product .caption {
        padding: 10px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        .purchase-recommendation-product .caption h5 {
            font-size: 14px;
            font-weight: 600;
            margin: 0 0 5px 0;
            min-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .purchase-recommendation-product .caption .text-muted {
            margin-bottom: 5px;
        }

        .purchase-recommendation-product .caption .price {
            font-size: 16px;
            font-weight: 700;
            color: #337ab7;
            margin: auto 0 0 0;
        }

    .purchase-recommendation-product .product-link {
        text-decoration: none;
        color: inherit;
        display: flex;
        height: 100%;
    }

        .purchase-recommendation-product .product-link:hover {
            text-decoration: none;
        }

#purchase-recommendation-content {
    margin-bottom: 15px;
}

#purchase-recommendation-message {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 500;
}

#no-recommendation-checkbox {
    margin-right: 8px;
}

#continue-browsing-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#purchase-recommendation-products {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    padding-right: 10px;
}

    /* Custom scrollbar styling for webkit browsers */
    #purchase-recommendation-products::-webkit-scrollbar {
        width: 8px;
    }

    #purchase-recommendation-products::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    #purchase-recommendation-products::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        #purchase-recommendation-products::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


.cart-buttons {
    display: grid;
}

.cart-button {
    width: 100%;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}

.info-button {
    grid-row-start: 1;
}

.add-to-cart-button {
    grid-row-start: 1;
}

.search-item {
    width: 100%;
    height: 100%;
    display: grid;
}

.result-image-search {
    height: 200px;
    width: 250px;
    justify-self: center;
    display: grid;
    align-self: center;
}

.search-image-div {
    display: grid;
}

.search-image {
    align-self: center;
    max-height: 100%;
}

.full-width {
    width: 100%;
}

.manufacturer-image-a {
    display: grid;
}

.manufacturer-img {
    align-self: center;
}

.grid-cat-description {
    display: grid;
}

.cat-button {
    width: 25%;
    justify-self: center;
    border-radius: 10px;
}

.search-container-cat {
    margin-top: 30px;
    grid-column-start: 1;
    align-self: center;
    justify-self: center;
    width: 80%;
    margin-bottom: 4%;
}

.cate-image {
    margin-bottom: 4% !important;
}

/*.cat-image-div {
    width: 14%;
}
*/
.cat-image-container {
    grid-row-start: 1;
}

email-container {
    max-width: 100%;
}

#description img {
    max-width: 100%;
    height: auto !important;
}

.tech-desc img {
    max-width: 100%;
    height: auto !important;
}

.car-model-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 25px;
}

.container-button-selection-product {
    display: grid;
    height: 100%;
}

.btn-container {
    justify-self: center;
}

.panel-default-instructions img {
    max-width: 100% !important;
    height: auto !important;
}

.cust-contact-form {
    margin-top: 2%;
    margin-bottom: 2%;
}

.login-buttons {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    justify-content: right;
}

.field-validation-error {
    color: red;
}

.has-error {
    color: red;
}

.tooltip {
    display: none !important;
}

.homepagebtn {
    border-radius: 7px;
    margin-top: 1%;
}

.thank-you {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.validation-summary-errors {
    color: red;
}

.align-title {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 300;
    font-family: 'Segoe UI',Arial,sans-serif;
}

.choose-manu-h2 {
    font-size: 3.2rem;
    margin-top: 20px;
}

.container-navbar {
    display: flex;
    /* grid-template-columns: 1fr 3fr; */
    justify-items: space-between;
    align-items: Center;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    /*Support for IE*/
    display: -ms-grid;
}

@media(max-width:1100px) {
    .container-navbar {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .search-col {
        width: auto;
    }

    .row-email-search {
        width: 100% !important;
        flex-wrap: wrap !important;
        flex-direction: column;
    }
}

.home-logo {
    /* grid-column-start: 1; */
    justify-self: start;
    /*support for IE*/
    width: 33%;
    display: -ms-grid;
    -ms-grid-column-align: center;
}

@media(max-width:1100px) {
    .home-logo {
        width: 100%;
        text-align: center;
    }

    .navbar-brand {
        padding-left: 0 !important;
        float: none !important;
    }

    .email-container {
        display: flex;
        width: auto;
        justify-content: center;
        min-width: 400px;
        margin: auto;
    }

        .email-container #basket-summary {
            padding-right: 15px;
        }
}

.row-email-search {
    align-items: center;
    width: 66%;
    display: flex;
    justify-content: space-between;
    grid-template-rows: 100%;
}

.email-container span:not(.far) {
    font-size: 1.3rem;
    padding-left: 10px;
    margin-right: 0;
}

.email-container .fal {
    padding-left: 0 !important;
}

.email-container a:hover {
    text-decoration: none;
}

.search-col {
    grid-row-start: 1;
    width: 60%;
}

.email-col {
    grid-column-start: 2;
    grid-row-start: 1;
    order: 2;
    flex-wrap: nowrap;
    margin-right: 0;
    width: 150px;
}

@media(max-width:1100px) {
    .search-col,
    .email-col {
        width: 100%;
    }
}

.email-div {
    margin-top: 1%;
}

.fa-envelope, .fa-shopping-cart {
    margin-right: 20px;
}

/*.fa-shopping-cart {
    display: block;
    float: left;
    padding-top: 4px;
    margin-right: 20px;
}*/

.sticky {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}



.shipping-div {
    display: flex;
    align-items: center;
    margin-top: 1%;
}

.int-globe {
    width: 32px;
    margin-right: 20px;
}

.ship-text {
    margin-bottom: 0;
    color: black;
    font-size: 1.6rem !important;
}


.delivery-contain {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px dotted #C9C9C9;
}

#delivery-vat {
    border-bottom: unset;
}

#delivery-cost {
    font-weight: 700;
    color: #000000;
    padding-left: 15px;
    line-height: 200%;
}

#dealer-list {
    max-height: 800px;
    overflow-y: scroll;
}


/* Style updates 02.01.2024 */
#facet-products {
    display: flex;
    flex-wrap: wrap;
}

    #facet-products .col-xs-12 .facet-inner {
        border: none;
    }

        #facet-products .col-xs-12 .facet-inner a {
            display: flex;
            flex-flow: column wrap;
        }

        #facet-products .col-xs-12 .facet-inner h4 {
            max-width: 100%;
            padding-top: 10px;
            font-size: 14px;
            max-height: 57px;
            white-space: normal;
        }

        #facet-products .col-xs-12 .facet-inner .price-span {
            text-align: left;
            font-size: 16px;
        }

        #facet-products .col-xs-12 .facet-inner img {
            order: -1;
            min-height: 167px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

#facets-container .panel {
    border: none;
    box-shadow: none;
}

    #facets-container .panel .panel-heading {
        background: none;
        padding: 10px 0 0 0;
        text-transform: uppercase;
        border-bottom: none;
    }

        #facets-container .panel .panel-heading a {
            font-size: 14px;
            font-weight: 700;
        }

    #facets-container .panel .panel-body {
        padding: 0 0 5px 0;
        border-bottom: 1px solid #ddd;
    }

.row .container-button-selection, .category-section .category-image, .category-section .container-result-item, .productGrid .item .thumbnail {
    border: none;
}

@media only screen and (min-width: 768px) {
    #facets-container {
        position: sticky;
        top: 85px;
    }
}

@media only screen and (max-width: 767px) {
    #facets-container .panel {
        padding: 0 15px;
    }
}


/* Style updates 06.03.2024 */
/* Top Bar */
.top_bar {
    background: #000;
    color: #fff;
    padding: 15px 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .top_bar p {
        padding: 0 0 0 37px;
        margin: 0;
        background: url(/imgs/car.png) left center/21px auto no-repeat;
    }

    .top_bar ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .top_bar ul li {
            position: relative;
            margin: 0 0 0 37px;
        }

            .top_bar ul li a, .top_bar ul li a:visited {
                color: #fff;
                text-decoration: underline;
                transition: color ease-in-out .2s;
            }

                .top_bar ul li a:hover {
                    color: #ccc;
                }

            .top_bar ul li ul {
                display: none;
                position: absolute;
                top: 100%;
                left: -10px;
                margin: 0;
                padding: 7px 10px;
                background: #000;
            }

            .top_bar ul li:hover ul, .top_bar ul li:focus-within ul {
                display: block;
            }

            .top_bar ul li ul li {
                margin: 3px 0;
            }

@media only screen and (max-width: 850px) {
    .top_bar ul li {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top_bar {
        justify-content: center;
    }

        .top_bar ul {
            min-width: 100%;
            margin-top: 7px;
            justify-content: center;
        }

            .top_bar ul li {
                margin: 0 7px;
                white-space: nowrap;
            }
}

@media only screen and (max-width: 465px) {
    .top_bar {
        padding: 15px 20px;
    }
}
/* Header */
.above-header {
    border-bottom: none;
    padding: 15px 35px;
}

    .above-header .container-navbar {
        padding: 0;
        justify-content: space-between;
    }

        .above-header .container-navbar .home-logo {
            width: auto;
            margin-right: 74px;
        }

            .above-header .container-navbar .home-logo .navbar-brand {
                float: none;
                border-radius: 0;
                width: 174px;
                height: auto !important;
                padding: 0 !important;
            }

        .above-header .container-navbar .row-email-search {
            width: auto;
            flex: 1;
            margin: 0;
        }

            .above-header .container-navbar .row-email-search .email-col {
                width: auto;
                margin: 0;
            }

                .above-header .container-navbar .row-email-search .email-col .email-container {
                    display: flex;
                    min-width: auto;
                }

                    .above-header .container-navbar .row-email-search .email-col .email-container a {
                        margin: 0;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container .far {
                        background: #000;
                        width: 26px;
                        height: 26px;
                        line-height: 26px;
                        font-size: 15px;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container .fas {
                        background: none;
                        color: #000;
                        width: 26px;
                        height: 26px;
                        line-height: 26px;
                        font-size: 13px;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container #user-summary {
                        font-size: 1.5rem;
                        padding: 0 30px 0 10px;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container #basket-summary:empty {
                        display: none;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container #basket-summary {
                        background: #000;
                        color: #fff;
                        padding: 2px 5px;
                        border-radius: 10px;
                    }

                    .above-header .container-navbar .row-email-search .email-col .email-container a:nth-child(2) {
                        order: -1;
                    }

            .above-header .container-navbar .row-email-search .search-col .col-xs-6 {
                float: none;
                padding: 0;
                width: auto !important;
                margin: 0;
            }

                .above-header .container-navbar .row-email-search .search-col .col-xs-6:nth-child(2) {
                    display: none;
                }

            .above-header .container-navbar .row-email-search .search-col #custom-search-input {
                max-width: 362px;
            }

            .above-header .container-navbar .row-email-search .search-col .input-group {
                border: 1px solid transparent;
                border-radius: 20px;
                display: flex;
                margin: 0;
                transition: border-color ease-in-out .2s;
            }

                .above-header .container-navbar .row-email-search .search-col .input-group:hover {
                    border-color: #000;
                }

            .above-header .container-navbar .row-email-search .search-col .klarna {
                position: absolute;
                top: 10px;
                right: 0;
            }

                .above-header .container-navbar .row-email-search .search-col .klarna img {
                    max-width: 300px;
                }

@media only screen and (max-width: 1450px) {
    .above-header .container-navbar .row-email-search .search-col .klarna {
        transform: translateX(50%);
    }
}

@media only screen and (max-width: 1195px) {
    .above-header .container-navbar .row-email-search .search-col .klarna img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1100px) {
    .above-header .container-navbar .row-email-search .search-col .klarna {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 10px;
    }
}

#autocomplete-results {
    border: 1px solid #ccc;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.above-header .container-navbar .row-email-search .search-col .input-group ul {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 99;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 7px;
    width: 100%;
}

    .above-header .container-navbar .row-email-search .search-col .input-group ul li:not(:last-child) {
        border-bottom: 1px dashed #000;
    }

    .above-header .container-navbar .row-email-search .search-col .input-group ul li figure {
        display: flex;
        position: relative;
        align-items: center;
        padding: 10px;
    }

        .above-header .container-navbar .row-email-search .search-col .input-group ul li figure .link {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 3;
            text-decoration: none;
        }

        .above-header .container-navbar .row-email-search .search-col .input-group ul li figure > div {
            width: 100px;
            min-width: 100px;
        }

            .above-header .container-navbar .row-email-search .search-col .input-group ul li figure > div img {
                max-width: 70px;
            }

        .above-header .container-navbar .row-email-search .search-col .input-group ul li figure figcaption {
            color: #666;
            flex: 1;
        }

            .above-header .container-navbar .row-email-search .search-col .input-group ul li figure figcaption span {
                color: #666;
                font-size: 18px;
                display: block;
            }

            .above-header .container-navbar .row-email-search .search-col .input-group ul li figure figcaption p {
                padding: 0;
                margin: 0;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: 240px;
            }

.above-header .container-navbar .row-email-search .search-col #custom-search-input .form-control {
    float: none;
    width: calc(100% - 76px);
    background: #edecec;
    min-height: 42px;
    box-shadow: none;
    border-radius: 18px 0 0 18px;
    padding: 0 18px;
}

.above-header .container-navbar .row-email-search .search-col #custom-search-input .input-group-btn {
    float: none;
    width: 76px;
}

    .above-header .container-navbar .row-email-search .search-col #custom-search-input .input-group-btn .btn {
        background: #f9740b;
        margin: 0;
        padding: 0;
        border: none;
        top: 0;
        border-radius: 0 18px 18px 0;
        width: 100%;
        height: 100%;
        transition: background-color ease-in-out .2s;
    }

        .above-header .container-navbar .row-email-search .search-col #custom-search-input .input-group-btn .btn:hover {
            background: #000;
        }

        .above-header .container-navbar .row-email-search .search-col #custom-search-input .input-group-btn .btn i {
            color: #fff;
            font-size: 16px;
        }

@media only screen and (max-width: 1100px) {
    .above-header .container-navbar .home-logo {
        margin-right: 0;
    }

    .above-header .container-navbar .row-email-search .search-col #custom-search-input {
        margin: 5px auto 15px auto;
    }
}

@media only screen and (max-width: 465px) {
    .above-header {
        padding: 12px 20px;
    }
}
/* Header Nav */
.navbar.navbar-default {
    background: #edecec;
    border-radius: 0;
    border: none;
    min-height: 1px;
}

    .navbar.navbar-default .container {
        width: auto;
        padding: 5px 35px;
    }

    .navbar.navbar-default .navbar-collapse {
        padding: 0;
    }

    .navbar.navbar-default ul.nav.navbar-nav {
        float: none;
        margin: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .navbar.navbar-default ul.nav.navbar-nav li {
            float: none;
            padding: 10px 30px 10px 0;
            position: relative;
        }

            .navbar.navbar-default ul.nav.navbar-nav li a {
                min-width: auto;
                padding: 0;
                text-transform: none;
                white-space: nowrap;
                text-align: left;
                align-items: flex-start;
            }

                .navbar.navbar-default ul.nav.navbar-nav li a:hover {
                    color: #f9740b;
                }

                .navbar.navbar-default ul.nav.navbar-nav li a span {
                    display: none;
                }

            .navbar.navbar-default ul.nav.navbar-nav li ul {
                display: none;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 100%;
                left: -15px;
                z-index: 10;
                min-width: 100%;
                list-style: none;
                background: #edecec;
                box-sizing: border-box;
                padding: 10px 15px;
            }

            .navbar.navbar-default ul.nav.navbar-nav li:hover ul {
                display: block;
            }

            .navbar.navbar-default ul.nav.navbar-nav li ul li {
                padding: 3px 0;
            }

@media only screen and (max-width: 767px) {
    .navbar.navbar-default {
        background: none;
        position: static;
        margin-bottom: 10px;
    }

        .navbar.navbar-default .navbar-header {
            margin: 0;
            position: absolute;
            top: 100px;
            left: calc(50% - 160px);
        }

            .navbar.navbar-default .navbar-header .icon-bar {
                transition: all ease-in-out 0.25s;
            }

            .navbar.navbar-default .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
                transform: scale(0, 0);
            }

            .navbar.navbar-default .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
                transform: rotate(45deg);
                top: 7px;
                position: relative;
            }

            .navbar.navbar-default .navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
                transform: rotate(-45deg);
                top: -5px;
                position: relative;
            }

        .navbar.navbar-default .navbar-collapse {
            margin: 0 -35px;
            padding: 5px 10px 15px 10px;
            border: none;
            box-shadow: none;
            background: #edecec;
        }

        .navbar.navbar-default ul.nav.navbar-nav li {
            float: none;
            box-sizing: border-box;
            flex-basis: 50%;
            padding: 6px 10px;
        }

            .navbar.navbar-default ul.nav.navbar-nav li a {
                background: none !important;
                white-space: normal;
                text-align: center;
                align-items: center;
            }

            .navbar.navbar-default ul.nav.navbar-nav li ul {
                display: block;
                position: static;
                min-width: auto;
                background: none;
                padding: 0;
            }

        .navbar.navbar-default.sticky {
            position: fixed;
            z-index: 9999999;
            background: #fff;
            min-height: 50px;
        }

            .navbar.navbar-default.sticky .navbar-header {
                top: 1px;
                left: auto;
                right: 2px;
            }

            .navbar.navbar-default.sticky .container {
                padding-top: 0;
            }

            .navbar.navbar-default.sticky .navbar-collapse {
                padding-top: 45px;
            }
}


/* CTA */
.cta_fullwidth {
    padding: 20px 40px 40px 40px;
    position: relative;
}

    .cta_fullwidth > img {
        display: none;
    }

    .cta_fullwidth img {
        position: relative;
        max-height: 440px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cta_fullwidth figure {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        background: #000;
    }

        .cta_fullwidth figure figcaption {
            position: relative;
            display: none;
            z-index: 3;
            max-width: 535px;
            padding: 28px 37px;
        }

            .cta_fullwidth figure figcaption p {
                font-size: 20px !important;
                margin: 0 0 20px 0;
            }

            .cta_fullwidth figure figcaption header {
                background: #d72d2d;
                color: #fff;
                padding: 0 10px;
                display: inline-block;
                font-size: 20px;
                margin-bottom: 20px;
            }

            .cta_fullwidth figure figcaption h1 {
                font-size: 60px;
                font-weight: 600;
                margin: 0 0 15px 0;
            }

            .cta_fullwidth figure figcaption .button, .cta_fullwidth figure figcaption .button:visited {
                color: #fff;
                background: #f9740b;
                padding: 5px 10px;
                min-width: 200px;
                height: 50px;
                font-size: 18px;
                border: none;
                border-radius: 40px;
                text-align: center;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                vertical-align: middle;
                box-sizing: border-box;
                transition: all ease-in-out .2s;
            }

                .cta_fullwidth figure figcaption .button:hover {
                    color: #fff;
                    background: #000;
                    text-decoration: none;
                }

@media only screen and (max-width: 960px) {

    .cta_fullwidth figure figcaption {
        background: rgba(255,255,255,.5);
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cta_fullwidth {
        padding: 20px;
    }

        .cta_fullwidth figure figcaption {
            padding: 25px 20px;
        }

            .cta_fullwidth figure figcaption h1 {
                font-size: 40px;
            }
}


/* Search for list */
.search_for_list {
    background: #edecec;
    padding: 40px 40px 1px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    list-style: none;
}

    .search_for_list li {
        background: #000 url(/imgs/search_img.png) right 17% center no-repeat;
        padding: 100px 22% 100px 70px;
        width: calc(50% - 20px);
        box-sizing: border-box;
        color: #fff;
        margin-bottom: 40px;
    }

        .search_for_list li:nth-child(2) {
            background-image: url(/imgs/search_img2.png);
        }

        .search_for_list li p {
            font-size: 20px !important;
            margin: 0 0 10px 0;
        }

        .search_for_list li h2 {
            font-size: 50px;
            font-weight: 600;
            margin: 0 0 25px 0;
        }

    .search_for_list .button, .search_for_list .button:visited {
        color: #000;
        background: #fff;
        padding: 5px 10px;
        min-width: 142px;
        height: 40px;
        font-size: 18px;
        border: 1px solid #fff;
        ;
        border-radius: 40px;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        box-sizing: border-box;
        transition: all ease-in-out .2s;
    }

        .search_for_list .button:hover {
            color: #fff;
            background: #000;
            text-decoration: none;
        }

@media only screen and (max-width: 1240px) {
    .search_for_list {
        display: block;
    }

        .search_for_list li {
            width: 100%;
        }
}

@media only screen and (max-width: 960px) {
    .search_for_list li {
        padding: 60px 40px;
    }
}

@media only screen and (max-width: 767px) {
    .search_for_list {
        padding: 20px 20px 1px 20px;
    }

        .search_for_list li {
            padding: 25px 20px;
            background-size: 130px auto;
        }

            .search_for_list li h2 {
                font-size: 35px;
            }
}


/* Products slider */
.products_slider {
    border: 40px solid #edecec;
    border-top-width: 1px;
    padding: 60px 80px;
}

    .products_slider h3 {
        color: #000;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 55px 0;
    }

    .products_slider ul:not(.MagicScroll) {
        margin: 0 0 55px 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        grid-gap: 25px;
    }

    .products_slider ul.MagicScroll {
        margin: 0 0 55px 0;
        padding: 0;
        list-style: none;
    }

        .products_slider ul.MagicScroll .mcs-item {
            text-align: left;
            margin-right: 25px;
        }

            .products_slider ul.MagicScroll .mcs-item li {
                box-sizing: border-box;
                height: 100%;
            }

                .products_slider ul.MagicScroll .mcs-item li figure figcaption p {
                    white-space: wrap;
                }

            .products_slider ul.MagicScroll .mcs-item .product_info {
                font-size: 14px;
            }

.MagicScroll .mcs-items-container .mcs-item .mcs-caption {
    transform: none !important;
}

.products_slider ul li {
    border: 1px solid #edecec;
}

    .products_slider ul li figure {
        position: relative;
        padding-bottom: 65px;
    }

        .products_slider ul li figure .link {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            z-index: 5;
            text-decoration: none;
        }

        .products_slider ul li figure > div {
            height: 304px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            box-sizing: border-box;
            overflow: hidden;
        }

            .products_slider ul li figure > div img {
                transition: transform ease-in-out .3s;
                max-width: 100%;
                max-height: 100%;
            }

        .products_slider ul li figure:hover > div img {
            transform: scale(1.1);
        }

        .products_slider ul li figure .product_info {
            position: absolute;
            top: 15px;
            left: 15px;
            z-index: 2;
            background: #d72d2d;
            color: #fff;
            border-radius: 15px;
            padding: 3px 12px;
        }

            .products_slider ul li figure .product_info + .product_info {
                top: 45px;
            }

                .products_slider ul li figure .product_info + .product_info + .product_info {
                    top: 75px;
                }

        .products_slider ul li figure figcaption {
            padding: 18px 18px 10px 18px;
        }

            .products_slider ul li figure figcaption p {
                font-size: 16px !important;
                margin: 0;
                padding: 0 0 5px 0;
            }

            .products_slider ul li figure figcaption .price {
                float: none;
                font-size: 18px !important;
            }

.onsale_products_slider ul li figure figcaption .price {
    color: #f9740b;
}

.products_slider > p {
    text-align: center;
}

.products_slider .button, .products_slider .button:visited {
    color: #fff;
    background: #f9740b;
    padding: 5px 10px;
    min-width: 260px;
    height: 50px;
    font-size: 18px;
    border: none;
    border-radius: 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    box-sizing: border-box;
    transition: all ease-in-out .2s;
}

.onsale_products_slider .button, .onsale_products_slider .button:visited {
    background: #f9740b;
}

.products_slider .button:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .products_slider {
        border-width: 20px;
        border-top-width: 1px;
        padding: 30px 20px;
    }
}


/* Category list */
.category_list {
    border: 40px solid #edecec;
    border-top-width: 1px;
    padding: 60px 80px;
}

    .category_list h3 {
        color: #000;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 55px 0;
    }

    .category_list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        grid-gap: 65px 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
    }

        .category_list ul li a {
            color: #000;
            text-decoration: none;
        }

        .category_list ul li span {
            display: block;
            margin: 0 auto 12px auto;
            width: 270px;
            height: 270px;
            overflow: hidden;
            border-radius: 50%;
        }

            .category_list ul li span img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                transition: transform ease-in-out .3s;
                border-radius: 50%;
            }

        .category_list ul li:hover span img {
            transform: scale(1.1);
        }

@media only screen and (max-width: 767px) {
    .category_list {
        border-width: 20px;
        border-top-width: 1px;
        padding: 30px 20px;
    }
}


/* Best price CTA */
.best_price_cta {
    border: 40px solid #edecec;
    border-top-width: 1px;
    position: relative;
}

    .best_price_cta > img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .best_price_cta figure {
        position: relative;
        z-index: 5;
        background: #fff;
        max-width: 500px;
        margin-left: auto;
        padding: 120px 90px;
    }

        .best_price_cta figure:before {
            content: '';
            display: block;
            width: 110px;
            height: 100%;
            background: #edecec;
            position: absolute;
            right: 100%;
            top: -1px;
            clip-path: polygon(100% 0, 0 0, 100% 100%);
        }

        .best_price_cta figure figcaption header {
            position: absolute;
            top: 65px;
            left: -170px;
            background: #d72d2d;
            width: 160px;
            height: 160px;
            border-radius: 50%;
            color: #fff;
            font-size: 30px;
            transform: rotate(20deg);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 15px;
        }

        .best_price_cta figure figcaption p {
            font-size: 17px !important;
        }

        .best_price_cta figure figcaption header + p {
            font-size: 30px !important;
            line-height: 36px !important;
            font-weight: 600 !important;
        }

            .best_price_cta figure figcaption header + p span {
                display: block;
                font-size: 90px !important;
                font-weight: 700 !important;
            }

        .best_price_cta figure .button, .best_price_cta figure .button:visited {
            margin-top: 30px;
            color: #fff;
            background: #f9740b;
            padding: 5px 10px;
            min-width: 160px;
            height: 50px;
            font-size: 18px;
            border: none;
            border-radius: 40px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            box-sizing: border-box;
            transition: all ease-in-out .2s;
        }

            .best_price_cta figure .button:hover {
                color: #fff;
                background: #000;
                text-decoration: none;
            }

@media only screen and (max-width: 959px) {
    .best_price_cta {
        padding-top: 200px;
    }

        .best_price_cta > img {
            height: 200px;
        }

        .best_price_cta figure {
            max-width: 100%;
            margin-left: 0;
            padding: 60px 50px;
        }

            .best_price_cta figure figcaption header {
                top: -130px;
                left: auto;
                right: 40px;
            }
}

@media only screen and (max-width: 767px) {
    .best_price_cta {
        border-width: 20px;
        border-top-width: 1px;
    }

        .best_price_cta figure {
            padding: 30px 20px;
        }

            .best_price_cta figure figcaption header {
                right: 20px;
            }
}


/* Brands list */
.brands_list {
    border: 40px solid #edecec;
    border-top-width: 1px;
    padding: 60px 80px;
}

    .brands_list h3 {
        color: #000;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 55px 0;
    }

    .brands_list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .brands_list ul li {
            border: 1px solid #edecec;
        }

@media only screen and (max-width: 767px) {
    .brands_list {
        border-width: 20px;
        border-top-width: 1px;
        padding: 30px 20px;
    }
}


/* Newsletter block */
.newsletter_block {
    border: 40px solid #edecec;
    border-top-width: 1px;
    padding: 30px 20px;
    background: #f9740b;
    color: #fff;
}

    .newsletter_block h3 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .newsletter_block > p {
        text-align: center;
        font-size: 16px !important;
    }

    .newsletter_block form {
        max-width: 820px;
        margin: 0 auto;
        position: relative;
    }

        .newsletter_block form label {
            display: block;
            font-size: 16px;
            padding: 0 0 13px 20px;
        }

        .newsletter_block form input[type="email"] {
            width: 100%;
            height: 50px;
            background: #edecec;
            border: 2px solid #f2a6a6;
            border-radius: 25px;
            padding: 0 245px 0 20px;
            color: #000;
            font-size: 17px;
        }

        .newsletter_block form input[type="submit"] {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #fff;
            background: #000;
            padding: 5px 10px;
            min-width: 230px;
            height: 50px;
            font-size: 18px;
            border: none;
            border-radius: 40px;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle;
            box-sizing: border-box;
            transition: all ease-in-out .2s;
        }

            .newsletter_block form input[type="submit"]:hover {
                color: #fff;
                background: #d72d2d;
                text-decoration: none;
            }

@media only screen and (max-width: 767px) {
    .newsletter_block {
        border-width: 20px;
        border-top-width: 1px;
    }

        .newsletter_block form input[type="email"] {
            padding-right: 20px;
        }

        .newsletter_block form input[type="submit"] {
            position: static;
            margin-top: 10px;
        }
}


/* Footer */
.footer {
    max-width: 1704px;
    margin: 0 auto;
    padding: 65px 0 0 0;
    background: none;
}

    .footer ~ footer, .footer ~ .copyright-information {
        display: none;
    }

    .footer nav {
        padding: 0 35px 30px 35px;
        font-size: 17px;
    }

        .footer nav a {
            color: #000;
            transition: color ease-in-out .2s;
        }

            .footer nav a:hover {
                text-decoration: none;
                color: #f9740b;
            }

        .footer nav h4 {
            font-size: 20px;
            color: #000;
            font-weight: 600;
            margin: 0 0 40px 0;
        }

        .footer nav p {
            font-size: 17px !important;
            margin: 0 0 45px 0;
        }

        .footer nav ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .footer nav > ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .footer nav > ul > li {
                flex-basis: 28%;
                padding-bottom: 20px;
            }

                .footer nav > ul > li:first-of-type ul {
                    display: flex;
                }

                    .footer nav > ul > li:first-of-type ul li {
                        font-size: 10px;
                        padding-right: 12px;
                    }

                .footer nav > ul > li:last-of-type {
                    flex-basis: 16%;
                }

                .footer nav > ul > li li {
                    padding-bottom: 5px;
                    position: relative;
                    max-width: 224px;
                }

                    .footer nav > ul > li li ul {
                        display: none;
                        position: absolute;
                        bottom: 0;
                        left: 100%;
                        background: #edecec;
                        padding: 10px;
                        z-index: 10;
                        min-width: 280px;
                    }

                    .footer nav > ul > li li:hover ul {
                        display: block;
                    }

                    .footer nav > ul > li li ul li {
                        max-width: 100%;
                    }

    .footer .paying_methods {
        text-align: center;
        padding: 40px 35px 30px 35px;
        border-top: 2px solid #edecec;
    }

        .footer .paying_methods ul {
            padding: 0;
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

            .footer .paying_methods ul li {
                margin: 0 30px 30px 30px;
            }

        .footer .paying_methods p {
            margin: 0 0 35px 0;
        }

.copyright {
    background: #edecec;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    color: #000;
    font-size: 17px !important;
    position: relative;
}

@media only screen and (max-width: 1040px) {
    .footer nav {
        padding-bottom: 0;
    }

        .footer nav > ul > li {
            flex-basis: 50%;
            padding-bottom: 55px;
        }

            .footer nav > ul > li:last-of-type {
                flex-basis: 50%;
            }

            .footer nav > ul > li li ul {
                left: 60%;
            }
}

@media only screen and (max-width: 767px) {
    .footer nav > ul > li li:hover ul {
        display: none;
    }

    .footer .paying_methods ul li {
        margin: 0 15px 15px 15px;
    }
}

@media only screen and (max-width: 465px) {
    .footer nav {
        padding: 0 20px;
    }

        .footer nav > ul {
            display: block;
        }

    .footer .paying_methods {
        padding: 30px 20px 20px 20px;
    }
}



/* Dealer fitter page styling */
.installation_wrap {
    background: #000;
    color: #fff;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 40px;
    position: relative;
}

    .installation_wrap:before, .installation_wrap:after {
        content: '';
        display: block;
        width: calc((100vw - 100%) / 2 - 8px);
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 100%;
    }

    .installation_wrap:after {
        left: auto;
        right: 100%;
    }

    .installation_wrap > .row > .col-md-6 h1 {
        font-size: 56px;
        text-transform: uppercase;
        padding-bottom: 25px;
    }

    .installation_wrap > .row > .col-md-6 .orange-divider {
        display: none;
    }

    .installation_wrap .row {
        display: flex;
        flex-wrap: wrap;
    }

        .installation_wrap .row > .col-md-6 {
            float: none;
            width: 50%;
            box-sizing: border-box;
            margin-bottom: 40px;
        }

            .installation_wrap .row > .col-md-6 p {
                font-size: 15px !important;
            }

            .installation_wrap .row > .col-md-6 h2 {
                color: #fff;
                font-size: 20px;
            }

            .installation_wrap .row > .col-md-6 .btn {
                color: #000;
                background: #fff;
                border-radius: 15px;
                min-height: 55px;
                padding: 5px 25px;
                margin-top: 10px;
                display: inline-flex;
                box-sizing: border-box;
                align-items: center;
            }

            .installation_wrap .row > .col-md-6 #dealer-listitems {
                max-height: 350px;
                overflow: auto;
                background: #f5f5f5;
                margin-top: 30px;
                color: #111;
            }

                .installation_wrap .row > .col-md-6 #dealer-listitems h3 {
                    color: #111;
                    font-size: 16px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p a {
                    font-size: 13px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p span.dealer-address:before {
                    content: "\f3c5";
                    color: #111;
                    font: 900 15px "Font Awesome 5 Free";
                    margin-right: 14px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p span.dealer-telephone:before {
                    content: "\f3cd";
                    color: #111;
                    font: 900 15px "Font Awesome 5 Free";
                    margin-right: 16px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p span.dealer-email:before {
                    content: "\f0e0";
                    color: #111;
                    font: 900 15px "Font Awesome 5 Free";
                    margin-right: 10px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p span.dealer-map-link:before {
                    content: "\f3c5";
                    color: #111;
                    font: 900 15px "Font Awesome 5 Free";
                    margin-right: 14px;
                }

                .installation_wrap .row > .col-md-6 #dealer-listitems p span.dealer-website:before {
                    content: "\f0c1";
                    color: #111;
                    font: 900 15px "Font Awesome 5 Free";
                    margin-right: 10px;
                }

        .installation_wrap .row + .row {
            border-top: 2px solid #fff;
            padding-top: 30px;
        }

        .installation_wrap .row blockquote {
            padding: 80px 0 0 60px;
            border: none;
            margin: 0;
            max-width: 80%;
            position: relative;
        }

            .installation_wrap .row blockquote:before {
                content: '“';
                color: #f9740b;
                font-size: 180px;
                position: absolute;
                top: -30px;
                left: -15px;
            }

        .installation_wrap .row > .col-md-6 blockquote p {
            font-style: italic;
            font-size: 35px !important;
        }

        .installation_wrap .row blockquote p span {
            color: #f9740b;
            font-size: 35px !important;
        }


@media only screen and (max-width: 1200px) {
    .installation_wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .installation_wrap .row {
        display: block;
    }

        .installation_wrap .row > .col-md-6 {
            width: 100%;
        }
}

@media only screen and (max-width: 480px) {

    .installation_wrap .row blockquote {
        padding: 50px 0 0 40px;
        max-width: 100%;
    }

        .installation_wrap .row blockquote:before {
            font-size: 120px;
            top: -30px;
            left: -8px;
        }

    .installation_wrap .row > .col-md-6 blockquote p {
        font-size: 20px !important;
    }

    .installation_wrap .row blockquote p span {
        font-size: 20px !important;
    }
}
