
.product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: normal;
    padding-left: 50px;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}
.product-image-container{
    height: 250px;
}
.product-image-container a img{
    height: 100%;
    width: 100%;
}
.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

.filter_part label {
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #6d6c6c;
    margin: 0 10px 0;
    display: block;
}

.SumoSelect {
    box-shadow: 0 2px 7px silver;
    color: #999;
}

.SumoSelect p {
    border: none !important;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !important;
    border-color: transparent !important;
}

.SelectBox {
    padding: 9px 10px !important;
}

.SumoSelect {
    width: 100% !important;
}

.products-filter-group {
    margin-top: 9px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #fab702 !important;
}

/*select*/

.filters-select {
    padding: 7px;
    position: relative;
    display: block;
    margin: 0 auto;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.filters-select .placeholder {
    position: relative;
    display: block;
    background-color: #393d41;
    z-index: 1;
    border-radius: 2px;
    cursor: pointer;
    padding: 10px;
}

.filters-select .placeholder:hover {
    background: #34383c;
}

.filters-select .placeholder:after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\f078';
    z-index: 10;
}

.filters-select.is-open .placeholder:after {
    content: '\f077';
}

.filters-select.is-open ul {
    display: block;
    box-shadow: 0 2px 10px silver;
}

.filters-select.select--white .placeholder {
    background: #fff;
    color: #999;
    box-shadow: 0 2px 7px silver;
}

.filters-select.select--white .placeholder:hover {
    background: #fafafa;
}

.filters-select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
}

.filters-select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
}

.filters-select ul li:hover {
    background: #f9b90d;
    color: #fff;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: none !important;
    margin: 11px !important;
}

.SumoSelect > .CaptionCont > label > i:before {
    content: "\f078";
    font-family: FontAwesome, sans-serif;
    font-style: normal;
}

.filter_part {
    box-shadow: 0 3px 10px silver;
    padding: 20px 20px 40px;
    margin: 0 10px;
}

/*select end*/

.product-thumbnail h3 {
    font-size: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    font-style: italic;
}

.product-thumbnail s {
    display: inline-block;
    font-size: 14px;
    color: #808080;
    margin-right: 10px;
    margin-left: 5px;
}

.product-thumbnail span.product-price {
    display: inline-block;
    font-size: 18px;
}

.product-tape-container {
    padding: 10px 15px;
    background: #fab702;
    color: #fff;
    margin: 5px 0;
}

.product-thumbnail {
    -webkit-box-shadow: 0 3px 5px 2px rgba(250, 184, 2, 0.5);
    -moz-box-shadow: 0 3px 5px 2px rgba(250, 184, 2, 0.5);
    box-shadow: 0 3px 5px 2px rgba(250, 184, 2, 0.5);
    border: 1px solid #dbdbdb;
    margin: 5px;
}

.product-readMore {
    display: block;
    float: right;
    font-weight: bold;
    margin: 5px 10px 5px 0;
    font-size: 16px;
}

.product-code {
    font-size: 17px;
    display: block;
    margin-top: 2px;
}

.product-tape-container i {
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
    margin: 0 5px;
}

.tabs-content-container {
    margin-bottom: 20px;
}

/**/

.product_middle_banner {
    height: 300px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.product_pagination .pagination {
    margin: 10px 0 30px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    margin-left: 5px;
    background-color: #EBEFF4;
    font-size: 18px;
    color: #000;
    transition: .3s;
}

.active_page {
    color: #fff !important;
    background-color: #FF1205 !important;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #fff !important;
    background-color: #FF1205 !important;
}

.shop-categories-toggle {
    position: relative;
/*    font-size: 16px;
    border: 1px solid #f9f9f9;
    margin: 34px 0 0 0;
    padding: 0 10px;
    height: 38px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 2px 7px silver;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;*/
}


.products-loader {
    border: 16px solid #fff;
    border-top: 16px solid #f9b90d;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
    margin: 35px auto;
}

.subcategory-item.active-sub > a {
    color: red;
}

.category-item.active-line > a ,
.category-item:hover > a {
    color: red;
}

.products-pagination-container {
    margin: 20px 0 25px;
    padding: 0 10px;
    -moz-user-select: none;
    user-select: none;
}
section.product_filter_part {
    margin-top: 100px;
}
.pagination-element {
    display: inline-block;
    cursor: pointer;
}

.pagination-element {
    color: black;
    float: left;
    padding: 11px 14px;
    margin-right: 2px;
    text-decoration: none;
    background: #e9e9e9;
    line-height: 1;
}

.pagination-element.active {
    background-color: red;
    color: #fff;
    border-radius: 0;
}

.pagination-element:hover:not(.active) {
    background-color: red;
    color: #fff;
}

.pagination-arrows {
    display: none;
    padding: 11px 14px;
}

.breadcrumbs-container {
    margin: 10px 0;
}

.breadcrumb-products {
    color: #222;
    transition: 300ms ease;
}

.filter_part > .category_part{
    position: relative;
}

.breadcrumb-products:hover {
    color: #4db151 !important;
}

.breadcrumb-item {
    float: left;
    margin: 0 5px;
}

.breadcrumb-item i.icon {
    font-size: 26px;
}

.breadcrumb-text {
    display: inline-block;
    padding: 5px 5px;
    margin-left: 10px;
}

.breadcrumb-dynamic {
    position: relative;
    margin: 0;
    cursor: default;
}

.breadcrumb-dynamic .breadcrumb-text {
    border-radius: 5px;
    background: #0053a4;
    color: #fff;
}

.breadcrumb-item b {
    color: #222;
    line-height: 1
}

.breadcrumb-reset {
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 1;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fab702;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-style: normal;
}

.no-product-alert {
    color: #222;
    margin: 15px ;
    font-size: 24px;
}
.products-page-container{
    margin-top: 10px;
}

/*Price range styles start*/

#min-price, #max-price {
    font-family: Roboto, sans-serif !important;
    color: #0053a4;
    width: 60px;
    text-align: center;
    font-size: 12px;
}

.ui-slider-handle:focus {
    outline: none;
}

.price-range-container label {
    margin-top: 8px;
}

.products-price-range {
    margin-top: 28px;
}

.ui-slider-handle {
    border-radius: 50% !important;
    width: 18px !important;
    height: 18px !important;
    top: -6px !important;
}

.ui-widget-content {
    border: none !important;
    background: #c1bcbc !important;
    height: 6px !important;
}

.ui-slider-range {
    background: #0053a4;
}

/*Price range styles end*/

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}