.hidden-desktop{
    display: none !important;
}

.hidden-mobile{
    display: initial;
}

@media (max-width: 768px) {
    .hidden-desktop{
        display: initial !important;
    }

    .hidden-mobile{
        display: none !important;
    }

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important; /* Change the color to your own background color */
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.grey-box {
    padding: 20px;
    background: #EEE;
    border: 1px solid #e2e2e2;
    width: 100%;
}

.table {
    border-top: 1px solid #ddd;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 15px;
    border: 1px solid #ddd;
}

.table tr:nth-child(2n+1) td {
    background: #eee;
}

.table tr:first-child {
    border-top: 0;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

hr{
    border-top: 1px solid #ddd;
}

/* - - - - - - - - - - TOP STYLING - - - - - - - - - - */
.language{
    margin-left: 10px;
}

.search{
    margin-right: 10px;
}

.search-box{
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-search{
    color: #333 !important;
}

/* - - - - - - - - - - MARGINS AND PADDINGS - - - - - - - - - - */
@media (max-width: 768px) {
    .marginMobile{
        margin-bottom: 20px;
    }
}

.marginM{
    margin-top: 40px;
}

.marginS{
    margin-top: 25px;
}

.marginXS{
    margin-top: 10px;
}

.no-padding{
    padding: 0;
}

/* - - - - - - - - - - BANNER IMAGE FULL WIDTH - - - - - - - - - - */
.carousel-inner > .item > a > img, .carousel-inner > .item > img{
    width: 100%;
}

/* - - - - - - - - - - FILTERS STYLING - - - - - - - - - - */
.filter-options .title{
    border-top: 0 !important;
    margin: 0 0 15px 0 !important;
}

.filter-options .title h1{
    margin: 2px 0 15px 0 !important;
}

.filter-options .sub-title{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 20px 0 20px 0 !important;
    text-align: center;
}

.filter-options .sub-title h1{
    margin: 15px 0 15px 0 !important;
}

.filter-options .title, #filters .title {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
    margin: 15px 0;
    text-align: center;
}

.filter-options .filter, #filters .filter {
    width: 100%;
    margin: 0 0 5px 0;
}

.filter label{
    font-weight: 400;
}

.filter .count{
    float: right;
    color: #737373;
}

#filters .sub-title h1 a{
    font-weight: 700 !important;
}

/* - - - - - - - - - - PRODUCT LIST STYLING - - - - - - - - - - */
.products-top {
    margin: 0;
    height: 35px;
}

.products-top .background {
    font-weight: 700;
    margin-left: 15px;
}

.products-top .pull-left{
    line-height: 35px;
}

.products-top .btn {
    margin-top: -15px;
}

.products-top .icon-list, .icon-grid {
    font-size: 25px;
    margin-right: 10px;
}

.products-top .icon-list {
    margin-right: 5px;
}

.microsite {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* - - - - - - - - - - PRODUCT GRID STYLING - - - - - - - - - - */
.product-grid, .product-list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.product-grid .img, .product-list .img {
    width: 100% !important;
    margin: 20px auto !important;
    height: 150px !important;
    line-height: 150px !important;
}

.product-grid .img img, .product-list .img img{
    max-width: 80% !important;
    max-height: 150px !important;
}

.product-grid h2 {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 24px !important;
    margin: 0 auto 0 auto !important;
    width: 100%;
    padding: 0 10% !important;
    overflow: hidden;
    text-transform: unset;
}

.product-grid .title {
    /* max-height: 55px;
    min-height: 55px; */
    overflow: hidden;
    margin-bottom: 10px !important;
}

.product-grid .title a {
    text-decoration: none;
}

.product-grid .title a:hover {
    text-decoration: none;
}

.product-grid .short_desc {
    font-weight: 300;
    max-height: 75px;
    min-height: 75px;
    margin: 0 auto 10px auto !important;
    width: 80%;
    overflow: hidden;
}

.product-grid .short_desc_no_styling{
    height: 55px;
    overflow: hidden;
}

/* - - - - - - - - - - VENDORS PAGE - - - - - - - - - - */
.vendorSort{
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
    font-size:14px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

#vendor .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    background-image: none;
}

#vendor .panel-heading {
    padding: 10px 15px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* - - - - - - - - - - VENDOR CAROUSEL - - - - - - - - - - */
.carousel-control {
    text-shadow: 0 0 0 !important;
    margin-top: 20px;
    font-size: 30px;
    opacity: 1;
}

.vendor-carousel a > img, .vendor-carousel img, .vendor-carousel .img-responsive{
    display: inline-block !important;
    margin: 0 10px;
}

@media (max-width: 600px) {
    .carousel-control {
        font-size: 20px;
    }

    .carousel-showmanymoveone .carousel-control.right {
        margin-right: 5px;
    }
}

.carousel-control.left, .carousel-control.right{
    background-image: none !important;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.carousel .item .col-xs-12 {
    padding: 0;
}

.carousel .item .col-xs-12 img {
    margin: 0 auto;
}

.vendor-image{
    margin: 0 15px;
    display: inline;
}

a.vendor-image{
    text-decoration: none;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .carousel .item .col-xs-12:nth-last-child(-n+2) {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 16.6%;
    }

    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(16.6%, 0, 0);
        transform: translate3d(16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-16.6%, 0, 0);
        transform: translate3d(-16.6%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/* - - - - - - - - - - WEBSITE STYLING - - - - - - - - - - */

.openinghours table, .contact table{
    width: 100%;
}

.openinghours table td, .contact table td{
    width: 50%;
    padding: 5px 0 0 0;
}

/* - - - - - - - - - - CONTACT STYLING - - - - - - - - - - */
.maps{
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.contact label, .price-request label{
    width: 100% !important;
}

.captcha_image{
    float:left;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 5px;

}

#form_captcha, #price_request_captcha{
    width: 65%;
    float:left;
    margin-left: 20px;
    margin-bottom: 30px;
    height: 50px;
}

/* - - - - - - - - - - NEWS STYLING - - - - - - - - - - */
.news ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 30px;
}

.news ul li{
    margin: 0;
    padding: 0;
}

.news .icon{
    font-size: 20px;
    margin: 0 5px 0 0;
    color: #ccc;
}

.news .icon::before{
    top: 5px;
}

/* - - - - - - - - - - SAFARI COOKIE STYLING - - - - - - - - - - */
.safari{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding-top: 100px;
}

.safari h1{
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.safari .btn{
    background: #ccc;
    padding: 20px 25px;
}

.safari a.btn{
    color: #fff;
    font-size: 16px;
}

ul.nav.nav-tabs.float {
    float: inherit;
}

ul.nav.nav-tabs.float {
    float: inherit;
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs.float > li.active > a, .nav-tabs.float > li.active > a:focus, .nav-tabs.float > li.active > a:hover, .nav-tabs.float, .nav-tabs.float > li > a:hover {
    border-color: #dee2e6;
    border-bottom: 1px solid #fff;
}

.nav-tabs h2{
    margin-bottom: 0 !important;
}

.card {
    margin-top: 30px;
}

iframe {
    border: inherit !important;
}

.alert-error {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}