﻿.btn-collapse.collapsed::after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
}

.btn-collapse::after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.eachProduct img {
    width: 100%;
    /*height: 19vh;*/
}

.event-name {
    font-weight: bold;
    font-size: 30px;
}

#ItemsProd {
    border: none;
    min-height: 570px;
}

.k-pager-wrap {
    margin-top: 15px;
}

.eachLine {
    margin-top: 20px;
}

    .eachLine:first-of-type {
        margin-top: 0;
    }

.product-CatalogueDetails-detail .product-info {
    background-color: #f8f8f8;
    padding: 15px;
}

.product-CatalogueDetails-detail .cart-container {
    color: #fff;
    font-weight: 600;
    background-color: #707070;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.product-CatalogueDetails-detail .addToCart div {
    background-color: #cfcfcf;
}

.more-info {
    border: 1px solid #ddd;
}

    .more-info .tab-pane {
        padding: 5px 10px;
    }

.prod-name {
    font-weight: bold;
    font-size: 17px;
}

.backCatalogueDetails a i {
    height: 22px;
    padding-right: 10px;
}

.relatedProduct .eachProduct {
    min-height: 300px;
    margin-top: 15px;
}

.relatedProduct img {
    width: 100%;
    max-height: 230px;
    min-height: 180px;
}

.button a {
    width: 50% !important;
    font-style: initial !important;
}

.relatedProduct .prod-name {
    font-weight: bold;
    font-size: 15px;
    padding: 15px 0px;
    color: #6f6f6f;
}

.relatedProduct .prod-name:hover,
.eachProduct:hover .prod-name {
    text-decoration: none;
}

.btn-submit {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 30px !important;
    margin-bottom: 10px;
}

.btn-learn:hover {
    background-color: #fff;
    border-color: #E31F26;
    color: #E31F26;
}

.mpc-breadcrumbs {
    display: none;
}

.reset {
    padding: 0 !important;
    margin: 0 !important;
}

.clear-fix {
    clear: both;
}

/*Dropdown Styles*/
.select-bigger {
    padding: 7px 12px !important;
    font-size: 15px !important;
    line-height: 1.828571 !important;
    height: 39px !important;
}

.filter-item {
    font-weight: normal !important;
}

.item-cont,
.show-more {
    padding-left: 15px;
}
    .item-cont * {
        cursor: pointer;
    }

.filter-heading {
    font-size: 18px;
    font-weight: bold;
}

.apply-filters {
    margin-top: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-r {
    padding-right: 20px;
}

.eachProduct .button {
    margin-top: 10px;
}

.k-window-titlebar {
    position: relative !important;
    height: auto !important;
}

.filter-section.Primary {
    background: #404040;
    color: #fff;
    padding: 15px;
}

.filter-panel > [class*='col'] {
    margin-top: 15px;
}

.filter-panel > [class*='col']:first-of-type {
    margin-top: 0;
}

.filter-heading {
    margin-bottom: 5px;
}

.btn.clear-filters,
.btn.mob-filter-btn {
    width: 100%;
}

.btn.clear-filters {
    margin-top: 10px;
}

.btn.clear-filters .fa {
    margin-right: 5px;
}

.filter-header,
.filter-body .product-filters {
    margin-bottom: 10px;
}

.item-cont {
    position: relative;
    margin: 3px 0;
}

.item-cont .tag-value {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.item-cont .tag-name {
    padding-left: 5px;
}

.item-cont .filter-item {
    margin: 0;
}

.filter-title {
    padding-top: 15px;
    margin: 0;
}

.catalogue-search {
    position: relative;
    overflow: hidden;
}

.catalogue-search #SearchFilter {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-right: 40px;
}

.catalogue-search.triggered #SearchFilter {
    visibility: visible;
    opacity: 100;
    left: 0;
}

.catalogue-search .search-trigger {
    position: relative;
    float: right;
    width: 34px;
    height: 34px;
    z-index: 100;
    background: #e21f25;
    color: #fff;
    cursor: pointer;
}

.catalogue-search .search-trigger:hover {
    background: #b6181c;
}

.catalogue-search .search-trigger .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .filter-panel {
        display: block !important;
    }
}
@media only screen and (max-width: 992px) {
    .filter-panel {
        display: none;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .eachProduct {
        margin-bottom: 15px;
    }

    .product-catalogue .form-control#SearchFilter {
        margin: 0 !important;
    }

    .mob-filter-trigger {
        margin: 0;
    }

    .item-cont:nth-of-type(odd) {
        padding-left: 30px;
    }

    .item-cont:nth-of-type(odd) .tag-value {
        left: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .item-cont {
        width: 100%;
    }

    .item-cont:nth-of-type(odd) {
        padding-left: 15px;
    }

    .item-cont:nth-of-type(odd) .tag-value {
        left: 0;
    }

    .product-catalogue .eachProduct {
        width: 100%;
    }
}
