﻿

body {
    background-color: #f5f7fa;
    font-family: 'opensans-regular';
}
@font-face {
    font-family: 'opensans-regular';
    src: url('../fonts/opensans-regular.ttf') format('truetype');
}

.qr_outer{position:fixed; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.5); z-index:1009;}
.qr_inner{width:60%; margin:80px auto; background-color:#fff; border-radius:10px; padding:10px;}
.qr_head{text-align:center;font-size:22px;font-weight:bold;}
.flex{display:flex; align-items: center;width:100%;height:100%;}
.qr_imgouter{width:40%;}
.qr_co{font-size:15px;font-weight:bold;text-align:center;padding-bottom:5px;}
.or{width:20%;font-size:15px;text-align:center;color:grey;}
.qr_button{width:30%;margin-left:20px;}
.qr_catelog {  width: 90%;color: #fff;background-color: #009933; padding: 7px 20px;cursor: pointer;
   border-radius: 5px;font-size: 15px;text-align:center; }
.qr_arrow{position:absolute;top:10px;right:10px;width:30px;cursor:pointer;}
.display_no{display:none;}

.download_catelog {
    width: auto;
    float: left;
    color: #fff;
    background-color: #009933;
    padding: 7px 20px;
    margin-right: 30px;
    cursor: pointer;
    border-radius:5px;
}
/*-----------------------------------------product top design ------------------*/
div-product-card {
    background-color: #f5f7fa;
    position: relative;
    margin: 0 auto;
    /*padding: 1em 0 4em;*/
    /*max-width: 90%;*/
    list-style: none;
    text-align: center;
}

.div-product-card figure {
    position: relative;
}

    .div-product-card figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        -webkit-filter: brightness(30%);
    }

.center-cropped {
    width: 510px;
    height: 310px;
    background-position: center center;
    background-repeat: no-repeat;
}

.div-product-effect-sadies {
    /*background-color:rgba(0,0,0,3);*/
    background: rgba(0,0,0,0.6);
}

.product-main-card {
    top: 50%;
    width: 100%;
    height: auto;
    background-color: transparent;
}

.product-sub-card {
    position: absolute;
    top: 20%;
    text-align: center;
    width: 100%;
    margin: auto;
}

.product-sub-card-sub-padding {
    padding-top: 50px;
}

.product-sub-card-h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-transform: capitalize;
}



/*-----------------------------------------product top design complete ------------------*/

/*-----------------------------------------footer  design  ------------------*/
.footer {
    text-align: center;
    background-color: #009933;
    padding: 10px;
    overflow: hidden;
    position: relative;
    /*border: 3px solid green;*/
}

    .footer img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .footer p {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: white;
    }


    .footer > ul li {
        position: relative;
        top: 15px;
        display: inline-block;
        margin: 0 2px;
    }
/*-----------------------------------------footer  design  completer------------------*/
.div-content-center {
    text-align: center;
}

.div-center {
    width: 50%; /* Can be in percentage also. */
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.a-read-more-bt {
    background-color: #009933;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

    .a-read-more-bt:hover {
        background-color: #009933;
        color: white;
        text-decoration: none;
    }

.product-a-read-more {
    margin-top: 1vw;
}

.procuct-description {
    margin-top: 3vw;
}

/* --------------------------------------------------filter----------------------------------------------------------*/
.custom-control-label {
    font-size: 15px;
}

.custom-control-input:checked + label:after {
    background-color: #009933;
}

/*----------------------------------------- next next-------------------------------------------------------------------*/
.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

    .list-item h4 {
        color: #FF7182;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .list-item p {
        margin: 0;
    }

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

    .simple-pagination li a,
    .simple-pagination li span {
        color: #666;
        padding: 5px 10px;
        text-decoration: none;
        border: 1px solid #EEE;
        background-color: #EEE;
        box-shadow: 0px 0px 10px 0px #EEE;
    }

.simple-pagination .current {
    color: #666;
    background-color: #caf6d8;
    border-color: #dfdfdf;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #caf6d8;
}


/*-------------------------------------------------------------------video banner-----------------------------------------------*/
.video-container {
    z-index: -100;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#video-bg {
    width: 100%;
}

/*-------------------------------------------------------------------product card design-----------------------------------------------*/

/*---------------------------------------------------------------------*/



.product-card {
    width: 220px;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fff;
    /*float:left;*/
    display: inline-block;
    margin: 10px;
    /*position: relative;
  
    margin: 50px auto;
    */
}

/*.badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}*/

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px;
}

.product-tumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px;
    /*background: #f0f0f0;*/
}

.product-tumb img {
    max-width: 100%;
    /*max-height: 100%;*/
}

.product-tumbs img {
    /*max-width: 100%;
    max-height: 100%;*/
    overflow: hidden;
}

.product-details {
    height:100px;
    padding-left: 10px;
    padding-left: 2px;
    padding-bottom: 10px;
    background: #f5f7fa;
}
.product-details img{
    width:100%;
    height:auto;
}

.left-line {
    height: 200px;
    border-left: 2px solid rgba(0,0,0,0.05);
}

.product-details h6  {
    /*margin-top: 10px;*/
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    /*margin-bottom: 18px;*/
    text-transform: capitalize;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
    padding-top: 10px;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 12px;
    line-height: 5px;
    text-align:center;
    /*margin-bottom: 15px;*/
    color: #999;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*--------------------------------------------------------------------------Select-----------------------------------------------------------------*/
/* Reset Select */
.select-dropdown,
.select-dropdown * {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.6);
}

.select-dropdown {
    position: relative;
    background-color: #f5f7fa;
    border-radius: 4px;
}

    .select-dropdown select {
        font-size: 1rem;
        font-weight: normal;
        max-width: 100%;
        min-width: 100%;
        padding: 8px 24px 8px 10px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .select-dropdown select:active, .select-dropdown select:focus {
            outline: none;
            box-shadow: none;
        }

    .select-dropdown:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        margin-top: -2px;
        border-top: 5px solid #aaa;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
