/*Custom Style*/
.home-page-product {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.home-page-product .slider-wrapper {
    width: 100%;
    display: block;
}

    .home-page-product .slider-wrapper::after {
        content: '';
        display: table;
        clear: both;
    }

.home-page-product .slick-slider .item-box {
}

.home-page-product .product-item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-page-product .category-title {
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 34px;
    color: #8B0101;
    font-weight: 600;
}

    .home-page-product .slider-title {
        display: block;
        overflow: hidden;
        width: 100%;
        color: #1392ad;
        font-weight: 600;
        margin: 0 auto;
        padding: 10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .home-page-product .slider-title::after {
        content: "";
        display: table;
        clear: both;
    }

    .home-page-product .shop-more {
            color: #fff;
    font-size: 14px;
    font-weight: 500;
    float: right;
    vertical-align: middle;
    line-height: 20px;
    border: 2px solid #FF6701;
    padding: 7px 20px 7px 9px;
    position: relative;
    background: #FF6701;
    border-radius: 5px;
    padding-right: 35px;
    font-weight: 600;
    }

    .home-page-product .shop-more::after {
        font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f54f";
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    }

    .home-page-product .shop-more:hover {
        color: #fff;
        background: #fe5001;
        border: 2px solid #fe5001;
    }

        .home-page-product .shop-more:hover::after {
            color: #fff;
            background: #000;
        }

.home-page-product .slick-slider .item-box:nth-child(2n+1) {
    clear: none;
}

.home-page-product .slick-slider .item-box:nth-child(3n+1) {
    clear: none;
}
.quick-buy-button{
    width: 245px;
    height: 40px;
    border: 1px solid #ecbe39;
    background-image: linear-gradient(to bottom, #ecb107, #c5650f);
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    margin-bottom: 10px;
    float: left;
    min-width: 115px;
    text-align: center;
    }

    .quick-buy-button:hover{
    width: 245px;
    height: 40px;
    border: 1px solid #ecbe39;
    background-image: linear-gradient(to bottom, #0782ec, #c5650f);
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    margin-bottom: 10px;
    float: left;
    min-width: 115px;
    text-align: center;
    }

    body {
        background: url(https://subtlepatterns.com/patterns/crossword.png);
        font-family: sans-serif;
        color: #333;
        text-align: center;
    }

    h1 {
        margin: 80px 0
    }

    .btn {
        background: #ff6701;
        border: #000000 solid 0px;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        padding: 8px 15px;
        text-decoration: none;
        text-align: center;
        min-width: 60px;
        position: relative;
        transition: color .1s ease;
    }

        .btn:hover {
            background: #ff5001;
        }

        .btn.btn-big {
            font-size: 18px;
            padding: 15px 20px;
            min-width: 100px;
        }

    .btn-close {
        color: #aaaaaa;
        font-size: 20px;
        text-decoration: none;
        padding: 10px;
        position: absolute;
        right: 7px;
        top: 0;
    }

        .btn-close:hover {
            color: #919191;
        }

    .modale:before {
        content: "";
        display: none;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

    .opened:before {
        display: block;
    }

    .opened .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        top: 20%;
    }

    .modal-dialog {
        background: #fefefe;
        border: #333333 solid 0px;
        border-radius: 5px;
        margin-left: -200px;
        text-align: center;
        position: fixed;
        left: 50%;
        top: -100%;
        z-index: 11111;
        width: 360px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.3);
        -webkit-transform: translate(0, -500%);
        -ms-transform: translate(0, -500%);
        transform: translate(0, -500%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal-body {
        padding: 20px;
    }

        .modal-body input {
            width: 200px;
            padding: 8px;
            border: 1px solid #ddd;
            color: #888;
            outline: 0;
            font-size: 14px;
            font-weight: bold
        }

    .modal-header,
    .modal-footer {
        padding: 10px 20px;
    }

    .modal-header {
        border-bottom: #eeeeee solid 1px;
    }

        .modal-header h2 {
            font-size: 20px;
        }