/* Bootstrap4 multi-level submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* Bootstrap Rangeslider */
.priceSlider .slider-handle {
    cursor: pointer;
    background-image: none;
    background-color: #007bff;
}

.priceSlider .slider.slider-horizontal {
    width: 100%;
}

/* Autocomplete */
#search-results .autocomplete-search-list {
    list-style-type: none;
    -webkit-padding-start: 0px;
}
#search-results .autocomplete-search-list li {
    font-size: 18px;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #cccccc;
}
#search-results .autocomplete-search-list .autocomplete-img {
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 2px;
}
#search-results .autocomplete-non-link {
    padding: 5px 25px;
    margin-top: 10px;
    text-decoration: underline;
}

#search-results .autocomplete-non-link-2 {
    margin-top: 10px;
}

#search-results .autocomplete-non-link-2 a {
    text-decoration: underline;
    font-size: 20px;
}

/* Others */

.fa.spinning {
    animation: spin 1.5s infinite linear;
    -webkit-animation: spin2 1.5s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.loader-btn {
    display: none;
}

.social-alert {
    display: none;
}

.newsletter-alert {
    display: none;
}

#profileDeletion {
    font-size: 14px;
}

.deletion-loader {
    display: none;
}

.deletion-alert {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.alert {
    border-radius: 0px;
}

.alert dl,
.alert ol,
.alert ul {
    margin-bottom: 0;
}

.cookie-list .cookie-items {
    font-style: italic;
}

/* Fixes */
.nl .nlForm input[type=email] {
    flex: 1;
    padding: 0 20px;
}

input[type=email],
input[type=text],
input[type=password] {
    border: 1px solid #E3E3E3 !important;
    border-radius: 5px !important;
    height: 55px;
    line-height: 55px;
}

.form-control {
    border-radius: 0;
}

.sale-price {
    color: #df2f2f;
    text-decoration: line-through;
}

.prodTypeList .listItem input,
.basketTable .cart-quantity input {
    height: 42px;
    width: 90px;
    border: 1px solid #BBBBBB;
}

.basketTable td form button {
    border: none;
    padding: 0 20px;
    margin-left: 10px;
}

.basketTable tr .icon-delete {
    background: transparent;
    border: 0;
    font-size: 8px;
    color: #333333;
    padding: 0;
}

.cms-content table {
    width: 100%;
}

.cms-content table th {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vjs-control-bar {
    height: 32px;
}

.vjs-time-control,
.vjs-progress-control,
.vjs-seek-to-live-control,
.vjs-playback-rate,
.vjs-picture-in-picture-control,
.vjs-fullscreen-control,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-hidden {
    display: none;
}

.filterBox.category ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.filterBox.category ul li {
    padding: 4px;
}

.fs-14 {
    font-size: 14px;
}

body.error404.error500 .site {
    background: none;
}

br+br+br {display: none}

p:empty {
    display: none;
}

.prodTypeList .listItem div.info > div {
    padding: 10px 30px;
}

.prodTypeList.showAdditional .listItem div.info .status,
.prodTypeList.showAdditional .listItem div.info .price {
    border-bottom: none !important;
}

.productTable table {
    width: 100%;
    border: 2px solid #c8c8c8;
    margin: 30px 0;
    border-collapse: collapse;
}
.productTable table th {
    background: #c8c8c8;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
}
.productTable table td {
    padding: 8px 12px;
}
.productTable table tr td {
    position: relative;
}
.productTable table tr td:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #c8c8c8;
    content: "";
    width: 100%;
}
.productTable table tr td:first-child:after {
    left: 12px;
    width: calc(100% - 12px);
}
.productTable table tr td:last-child:after {
    right: 12px;
    width: calc(100% - 12px);
}
.productTable table tr:last-child td:after {
    display: none;
}

table[border="0"] {
    border: none !important;
}

.vjs-theme-forest .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.form-group.form-item {
    margin-bottom: 0 !important;
}

.partner-card {
    margin-left: 0;
    margin-right: 0;
    color: #333333;
    border-radius: 0px;
    border: 2px solid;
    background: #2767B4;
    -webkit-background-clip: text;
    background-color: transparent;
    transition: all ease 0.5s;

    padding: 10px 0px;
}

a:hover.partner-link {
    text-decoration: none !important;
}

a:hover .partner-card {
    color: #fff;

    background: rgba(39, 103, 180, 0.8);

    text-decoration: none !important;
    
    transition: all ease 0.5s;
}

.form-item input[type='checkbox'] {
    height: 16px;
}

.basketSum {
    border-bottom: 4px solid #c8c8c8;
}

.fa.fa-search,
.fa.fa-spin {
    -webkit-text-stroke: 1px white;
}

#nav-search i {
    top: -1px;
    position: relative;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.mt-0 {
    margin-top: 0 !important;
}
.nav-tabs li a.active {
    top: 1px;
    height: 70px;
}

.prodList .prodListItem .imageContainer a {
    height: 100%;
    line-height: 200px;
}

.prodList .prodListItem .imageContainer img {
    max-height: 100%;
    margin: auto;
    vertical-align: middle; 
    display: inline-block;
}

.prodTypeList .listItem div.info div {
    text-align: left;
}

.icons .icon-holder {
    text-align: center;
}

.icons .icon-holder i {
    margin-left: -20px;
}

.toggleList {
    padding: 0 0 20px 0;
}

.toggleHelper {
    padding: 50px 0 10px 0;
    font-style: italic;
}

@media (max-width: 1200px) {
    .toggleHelper {
        display: none;
    }
}

.icons {
    padding: 25px 0;
    margin: 55px 0 35px 0;
}

.icons h2 {
    margin: 15px 0;
}

.nl {
    padding: 50px 0;
    margin: 50px 0;
}

.contactItem {
    padding: 20px 0;
}

.contactInfo {
    padding: 30px;
}

.contactInfo h3 {
    padding: 10px 0 20px 0;
}

.input-unit {
    margin-left: 12px;
    top: 1px;
    position: relative;
}

.hasSaleFlag {
    color: #6bc15f;
    font-weight: bold;
}

.table-vertical-middle th,
.table-vertical-middle td {
    vertical-align: middle !important;
}

#productList .datatable-search-input {
    margin-top: 10px;
    height: 40px !important;
    line-height: 40px !important;
}

#productList td {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}