﻿
.cards {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}

.product-card {
    /* width: 19%;*/
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 0px 5px 5px 1px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    width: 210px;
    min-height: 100%;
}

    .product-card:hover {
        border: 1px solid #1f4e95;
    }

.card-discount-product {
    border-top-left-radius: 8px 8px;
    position: absolute;
    padding: 2px 10px 2px 10px;
    left: 0;
    top: 0;
    font-size: 12px;
    z-index: 1;
    color: white;
    background: #ef1919;
    box-shadow: 0 1px #ef1919;
}

.product-tumb {
    align-items: center;
    justify-content: center;
    height: 190px;
    width: 200px;
}

    .product-tumb img {
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
        height: 165px;
        margin-top: 20px;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 282px;
    }


.product-card-boby {
    padding: 10px;
}

.product-card-catagory {
    margin: 8px 0px 5px 0px;
}

    .product-card-catagory span {
        text-transform: uppercase;
        margin-bottom: 18px;
        margin-top: 16px;
        font-size: 11px;
        line-height: 13px;
        color: #1f4e95;
        background: #e8f1fb;
        border-radius: 2px;
        padding: 3px;
    }

.product-card-body p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-card-bottom {
    overflow: hidden;
}

.product-card-price {
    margin-top: 8px;
    font-size: 16px;
    color: #1523c1;
    font-weight: 600;
    width: 100%;
    min-height: 70px;
}

.product-card-links {
    margin-top: 10px;
}

    .product-card-links a {
        display: inline-block;
        transition: 0.3s;
        cursor: pointer;
        background: #1f4e95;
        color: white;
    }

.product-card-price small {
    font-size: 75%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
    color: #808080;
}

.btn-cart {
    display: block;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    color: #1523c1;
    text-align: center;
    padding: 8px 2px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 15px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-weight: 500;
    right: 8px;
    margin: auto;
    height: 36px;
    text-decoration: none;
}

.product-card-title {
    margin-bottom: 5px;
}

    .product-card-title a {
        font-size: 14px;
        text-decoration: none;
        color: #020b27;
        font-weight: 500;
    }

.list-card-product {
    min-height: 400px;
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
    border-top: 2px solid #258cfb;
    background: linear-gradient(rgb(253, 246, 238) 0%, rgb(255, 254, 253) 100%);
}

.btn-show-cards-product {
    background: #1523c1;
}

.title-feature, .title-collection {
    background-image: url('/Image/footer.png');
}

    .title-feature p, .title-collection p {
        border-radius: 10px 10px 0 0;
        position: relative;
        padding: 12px 0px 12px 0px;
        text-align: center;
        display: block;
        font-weight: 600;
        margin: 0px auto;
        font-size: 18px;
    }

.collection-select-button {
    margin-top: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 7px;
}

    .collection-select-button a {
        display: block;
        text-decoration: none;
        font-weight: 500;
    }

.container-collection {
    background: #1f4e95;
}

.show-drop-card-product {
    margin: 0px auto;
}

.items-colleciton {
    margin: 0px;
    padding: 0px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    .items-colleciton li {
        list-style: none;
        position: relative;
        margin-right: 8px;
    }

.tile-colection-detail {
    text-align: center;
    margin-top: 13px;
    margin-left: 18px;
    display: flex;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}


@media only screen and (max-width: 1110px) {
    .product-card {
        /*  width: 30%;*/
    }
}

@media only screen and (max-width: 600px) {

    .tile-colection-detail {
        display: none;
    }

    .collection-select-button {
        width: 100%;
    }

    .float-contact img {
        width: 30px;
        height: 30px;
    }

    .product-card-title {
        margin-bottom: 5px;
        line-height: 15px;
    }

        .product-card-title a {
            font-size: 11px;
        }

    .special-offer-banner {
        font-size: 16px;
    }


    .product-bottom-details {
        padding-top: 5px;
    }

    .btn-cart {
    }

    .cards img {
        margin-top: 10px;
        width: 90%;
    }

    .product-details p {
        margin-bottom: 9px
    }

        .product-details p a {
            font-weight: 500;
            font-size: 12px;
        }
}

@media only screen and (max-width: 500px) {

    .product-tumb {
        height: 180px;
        width: 180px;
    }


    .product-card {
        width: 200px;
        margin: 0px auto;
        margin-top: 10px;
    }


    .banner-next-prev {
        font-size: 18px;
    }
}

@media only screen and (max-width: 450px) {
    .product-card {
        width: 190px;
    }
}


@media only screen and (max-width: 400px) {
    .product-card {
        width: 180px;
    }
}

@media only screen and (max-width: 380px) {
    .product-card {
        width: 170px;
    }
}

@media only screen and (max-width: 365px) {
    .product-card {
        width: 165px;
    }

    .btn-cart {
        font-size: 10px;
    }
}

@media only screen and (max-width: 300px) {
    .product-card {
        width: 100%;
        margin-top: 10px;
    }
}
