/* Currencies search */
.product-search,
.product-search input {
    display: inline;
    width: 1030px;
}

.product-search input {
    height: 40px;
    padding: 5px 0 5px 50px;
    font-size: 20px;
}

.product-search .fa-search {
    position: absolute;
    font-size: 20px;
    color: #c2c2c2;
    margin-right: -30px;
    padding: 10px;
}

.product-search #product-clear {
    font-size: 22px;
    color: #c2c2c2;
    cursor: pointer;
	display: none;
}

#product-clear .fa {
    position: absolute;
    margin-top: 8px;
    margin-left: -30px;
    padding-right: 12px;
    z-index: 3;
}

.product-search #scrollTo {
    height: 2px;
    min-height: 2px;
    min-width: 2px;
    display: inline; /*do not touch this property*/
}

@media (max-width: 1199px)
and (min-width: 992px){
    .product-search,
    .product-search input {
        width: 875px;
    }
}

@media (max-width: 991px)
and (min-width: 768px){
    .product-search,
    .product-search input {
        width: 675px;
    }

    #products article {
        margin: 15px 3px !important;
    }
}

#products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

#products article {
    margin: 15px 8px;
    position: relative;
    height: 170px;
    vertical-align: top;
}

#products article div {
    display: inline-block;
    width: 135px;
}

#products img {
    width: 98px;
    height: auto;
    box-shadow: 1px 1px 10px 1px #efefef;
}

#products h3 {
    background: transparent none;
    font-size: 16px;
    height: auto;
    font-weight: 400;
    margin: 6px 0;
    height: 30px;
}

.currency-info a:hover {
    color: #f1b602;
    text-decoration: none;
}

.currencies-rates {
    font-size: 11px;
    color: #303030;
}

.out-of-stock-label {
    display: inline-block;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #908989;
    border: solid 2px #908989;
    padding: 4px 10px;
}
@media (max-width: 767px) {
    .out-of-stock-label {
        font-size: 11px;
        padding: 2px 4px;
    }
}

#products .mix {
    display: none;
}

@media (max-width: 767px) {
    .product-search input {
        font-size: 14px;
        padding: 5px 10px 5px 32px;
    }

    .product-search,
    .product-search input {
        width: 640px;
    }

    #products article {
        height: 165px;
        margin: 15px 10px;
    }

    #products article div {
        width: 89px;
    }

    #products img {
        width: 75px;
    }

    #products h3 {
        height: 44px;
        font-size: 14px;
    }
}

@media (max-width: 718px) {
    .product-search,
    .product-search input {
        width: 530px;
    }
}

@media (max-width: 605px) {
    .product-search,
    .product-search input {
        width: 415px;
    }
}

@media (max-width: 493px) {
    .product-search,
    .product-search input {
        width: 300px;
    }
}

@media (max-width: 383px) {
    .product-search,
    .product-search input {
        width: 270px;
    }

    #products article {
        margin: 15px 2px;
    }
}