﻿body {
}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.new {
    padding: 50px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

    .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
    }

        .form-group label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #336fdc;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }

    .form-group input:checked + label:after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }


.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f5f6f7;
    border: 1px solid #f5f6f7;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    cursor: pointer;
}

    .product-card:hover {
        border: 2px solid #336fdc;
        -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
    }

    @media (min-width:1200px){
        .product-card {
            height: 440px;
        }
    }

    @media(min-width:992px) and (max-width:1199px){
        .product-card {
            height: 380px;
        }
    }

    @media(min-width:768px) and (max-width:991px){
        .product-card {
            height: 510px;
        }
    }


.product-media {
    position: relative;
    text-align: center;
}

.product-card:hover .addiconbtn {
    opacity: 1;
    bottom: 25px;
}

.addiconbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.product-content {
    text-align: center;
    border-top: 1px solid var(--border);
}

.product-name {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-price span {
        color: #119744;
        white-space: nowrap;
    }

.product-add {
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
    border-radius: 6px;
    border: 1px solid #336fdc;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #336fdc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

    .product-add span {
        padding-left: 10px;
    }

.product-card:hover .product-add {
    color: #336fdc;
    background: #fff;
}

.product-image {
    width: 100%;
    margin: 8% auto;
}

.icon-btn {
    width: 40px;
    height: 44px;
    font-size: 14px;
    margin: 0 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #336fdc;
    border: 2px solid #336fdc;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.modal-header .closebtn {
    margin: -15px -15px 0px 0px;
    padding: 0px 5px 5px 5px !important;
    font-size: 30px;
    font-weight: 400;
    background-color: #336fdc !important;
    color: #fff !important;
}

.modal-header .closebtn:hover {
    background-color: #336fdc !important;
    color: #fff !important;
    opacity: 1;
}

.border-0 {
    border: 0px;
}

.view-price {
    margin-bottom: 20px;
}

    .view-price span {
        color: #119744;
    }

.price-text {
    display: block;
    font-size: 18px;
    color: #000 !important;
}

.add-btn {
    margin: 45px 15px 15px;
}

.add-cart {
    width: 100%;
    font-size: 15px;
    padding: 6px 0;
    border-radius: 6px;
    border: 1px solid #336fdc;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #336fdc;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

    .add-cart:hover {
        color: #336fdc;
        background: #fff;
        border: 1px solid #336fdc;
    }

    .add-cart span {
        padding-left: 10px;
    }


    @media (min-width: 768px) and (max-width: 992px){
        #addcart .modal-dialog {
            width: 700px;
        }
    }


@media (min-width: 993px) {
    #addcart .modal-dialog {
        width: 70%;
    }
}

@media (min-width: 993px) and (max-width: 1020px) {
    #addcart .modal-dialog {
        margin: 5% auto;
    }
}

@media (min-width: 1021px) and (max-width: 1090px) {
    #addcart .modal-dialog {
        margin: 30% auto;
    }
}

@media (min-width: 1091px) {
    #addcart .modal-dialog {
        margin: 6% auto;
    }
}




.detail-sec {
    min-height: 280px;
    height: 280px;
    overflow-y: auto;
    /*align-content: space-around;
    display: grid;*/
    margin: 10px 0px;
    padding-right: 15px;
	padding-left: 15px;
}

    .detail-sec::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    .detail-sec::-webkit-scrollbar {
        width: 7px;
        background-color: #F5F5F5;
    }

    .detail-sec::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #336fdc;
    }

















