﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

[class^=icon-alock]:before, [class*=" icon-alock"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

.icon-alockicon-basket:before {
    content: "";
}

.icon-alocklogo-about:before {
    content: "";
}

.icon-alockicon-search:before {
    content: "";
}

.icon-alockicon-support:before {
    content: "";
}

.icon-alockicon-user:before {
    content: "";
}

.icon-alock001:before {
    content: "";
}

.icon-alock002:before {
    content: "";
}

.icon-alock003:before {
    content: "";
}

.icon-alock004:before {
    content: "";
}

.icon-alock005:before {
    content: "";
}

.icon-alock006:before {
    content: "";
}

.icon-alock007:before {
    content: "";
}

.icon-alock008:before {
    content: "";
}

.icon-alock009:before {
    content: "";
}

.icon-alock010:before {
    content: "";
}

.icon-alock011:before {
    content: "";
}

.icon-alock012:before {
    content: "";
}

.icon-alock013:before {
    content: "";
}

.icon-alock014:before {
    content: "";
}

.icon-alock015:before {
    content: "";
}

.icon-alock016:before {
    content: "";
}

.icon-alock017:before {
    content: "";
}

.checkify input[type=number].checkify__has-error, .checkify input[type=password].checkify__has-error, .checkify input[type=text].checkify__has-error, .checkify select.checkify__has-error, .checkify textarea.checkify__has-error {
    border-color: #d32f2f;
}

.checkify input[type=checkbox].checkify__has-error {
    box-shadow: 0 0 0 3px #d32f2f;
}

.checkify .checkify__message {
    color: #fff;
    background-color: #d32f2f;
    font-size: .9em;
    line-height: 2.2;
    position: absolute;
    z-index: 999;
    padding: 0 12px;
    border-radius: 2px;
    max-width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
}

    .checkify .checkify__message:before {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -10px;
        left: 5px;
        content: "";
        border: 5px solid transparent;
        border-bottom-color: #d32f2f;
    }

    .checkify .checkify__message.checkify__message-right {
        right: 0;
        left: auto;
    }

        .checkify .checkify__message.checkify__message-right:before {
            right: 5px;
            left: auto;
        }

@charset "UTF-8";

.product-list {
    margin-bottom: 40px;
}

    .product-list .slick-slide {
        margin: 0 5px;
        padding: 0;
    }

    .product-list .slick-list {
        margin: 0;
    }

.product-box__item {
    background-color: #fff;
    outline: 1px solid #ededed;
    overflow: hidden;
    position: relative;
    transition: all ease-in-out .3s;
    padding-top: 10px;
}

    .product-box__item:hover {
        box-shadow: 0 0 6px 0 #9e9e9e;
        transform: scale(1.01);
    }

    .product-box__item a {
        color: inherit;
    }

        .product-box__item a:hover, .product-box__item a:focus {
            text-decoration: none;
        }

    .product-box__item .product-box__title {
        text-align: center;
    }

    .product-box__item .product-box__hidden {
        display: none;
    }

    .product-box__item .more-details {
        position: absolute;
        bottom: 20px;
        right: 25px;
    }
