/**********************************************************************************************/
.sort-block-drop_img {
    width: 100%;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding-bottom: 0;
}
.sort-block-drop_img .dropdown-toggle {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    height: 48px;
    padding-right: 35px;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: center;
}
.sort-block-drop_img .dropdown-toggle::before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: '';
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 7px;
}
.sort-block-drop_img .dropdown-menu {
    left: 0;
    padding: 0;
    margin: 0;
    min-width: 95px;
}
.sort-block-drop_img .currency_code {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.1;
    color: #333333;
}
.sort-block-drop_img.open .dropdown-menu {
    display: block;
}
.sort-block-drop_img.open.currency .dropdown-toggle::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.sort-block-drop_img.currency {
    position: relative;
}
.sort-block-drop_img.currency .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.sort-block-drop_img.currency .dropdown-menu li {
    padding: 0;
    font-size: 14px;
    margin-top: -1px;
}
.sort-block-drop_img.currency .dropdown-menu li a {
    padding: 0 0 0 5px;
    overflow: hidden;
    display: block;
    height: 27px;
    line-height: 24px;
    border: 1px solid #f1f1f1;
    text-decoration: none;
}
.sort-block-drop_img.currency .dropdown-menu li.active a {
    background-color: #cc2939;
}
.sort-block-drop_img.currency .dropdown-menu .currency-region a {
    display: block;
    height: 27px;
}
.sort-block-drop_img.currency:hover .dropdown-menu {
    margin-top: 0;
}
.sort-block-drop_img.currency .dropdown-toggle:active {
    text-decoration: none;
}
.sort-block-drop_img.currency .dropdown-toggle:focus {
    text-decoration: none;
}
.sort-block-drop_img.currency .dropdown-toggle:hover {
    text-decoration: none;
}

.box-img{
    overflow: hidden;
    margin-top: 12px;
}
.box-img .box-img-file{
    float: left;
    width: 50%;
    text-align: center;
}
.box-img .box-img-file a{
    color: #cc2939;
    font-weight: bold;
}
.box-img .box-img-file span{
    display: block;
    font-size: 12px;
}
.product-wrapper{
    min-height: 345px;
    position: relative;
}
.columns-4 .products .product{
    width: 20%;
}
@media (max-width: 1900px) {
    .columns-4 .products .product{
        width: 25%;
    }
}
@media (max-width: 1600px) {
    .columns-4 .products .product{
        width: 33.33333%;
    }
}
@media (max-width: 1200px) {
    .columns-4 .products .product{
        width: 50%;
    }
}
@media (max-width: 980px) {
    .columns-4 .products .product{
        width: 100%;
    }
}



.products.grid-row .product .product-wrapper .product__content{
    height: 170px;
    overflow: visible;
}
.filter-list li.active{
    font-weight: bold;
}
.filter-list li.active a,
.collapse-block__title.active a{
    color: #cc2939;
    font-weight: bold;
}

.search-page{
    padding: 0;
}
.search-page .row{
    margin-right: -20px;
    margin-left: -20px;
}
.search-page input{
    width: 100%;
}
.search-page input[type="text"] {
    position: relative;
    display: block;
    float: left;
    border: 2px solid #edf1f4;
    height: 53px;
    padding-left: 20px;
    font-size: 16px;
    color: #0d1718;
}
.search-page .button {
    width: 55px;
    height: 53px;
    background: #cc2939 url("img/search.png") no-repeat center;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.search-page .button:hover{
    transition: 0.5s;
    background-color: #b21827;
}
.search-page {
    clear:both;
    margin-bottom: 30px;
}
.box-last-updated{
    float: left;
    width: 100%;
}
.box-last-updated span{
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}
.product__image__inner{

}
.sub{
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 11px;
    color: #cc2939;
    font-weight: 600;
    z-index: 9999;
}
.product__title{
    color: #131313;
    height: 23px;
    overflow: hidden;
}
.product:hover .product__title{
    height: auto;
}
.filter-heading a,
.filter-heading a:hover{
    color: #ffffff;
}
.link__img{
    position: absolute;
    width: 100%;
    height: 100%;
}