﻿
body {
    background-color: #f5f7fa;
}
/*-----------------------------------------product top design ------------------*/

.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;}

div-product-card {
    background-color: #f5f7fa;
    position: relative;
    margin: 0 auto;
    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: 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: #767676;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
   
}



/*-----------------------------------------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: 80%; /* 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: 0.5vw;
    font-size: 1rem;
}

/* --------------------------------------------------filter----------------------------------------------------------*/
/*.skin-light .form-check-input[type="checkbox"].filled-in + label, .skin-light label.btn input[type="checkbox"].filled-in + label {
    height: 1.2rem !important;
    line-height: 1.2rem !important;
}*/


.form-check-input[type=checkbox].filled-in:checked + label:after, label.btn input[type=checkbox].filled-in:checked + label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #009933;
    border: 2px solid #a6c;
}



.md-disabled::after {
    background-color: rgba(66,133,244,.5) !important;
    border-color: rgba(66,133,244,.2) !important;
}

.md-disabled::before {
    border-color: rgba(66,133,244,.25) !important;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    /*line-height: 1.5625rem;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.form-check-input[type=checkbox] + label.form-check-label-left, label.btn input[type=checkbox] + label.form-check-label-left {
        padding: 0 35px 0 0 !important;
    }*/

/*.form-check-input[type=checkbox] + label.form-check-label-left:before, label.btn input[type=checkbox] + label.form-check-label-left:before {
            right: 0;
            left: 100% !important;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }*/

/*.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 18px;
    
        margin-top: 3px;
        content: "";
        border: 2px solid #8a8a8a;
        border-radius: 1px;
        -webkit-transition: .2s;
        transition: .2s;
    }*/

/*.form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:not(:checked):disabled + label:before, label.btn input[type=checkbox]:not(:checked):disabled + label:before {
    background-color: #bdbdbd;
    border: none;
}*/

/*.form-check-input[type=checkbox]:checked + label:before, label.btn input[type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type=checkbox]:checked + label.form-check-label-left:before, label.btn input[type=checkbox]:checked + label.form-check-label-left:before {
    -webkit-transform: translateX(0) rotateZ(40deg);
    transform: translateX(0) rotateZ(40deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:checked:disabled + label:before, label.btn input[type=checkbox]:checked:disabled + label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}*/

/*.form-check-input[type=checkbox]:indeterminate + label:before, label.btn input[type=checkbox]:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.275rem;
    border-top: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}*/

/*.form-check-input[type=checkbox]:indeterminate + label.form-check-label-left:before, label.btn input[type=checkbox]:indeterminate + label.form-check-label-left:before {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:indeterminate:disabled + label:before, label.btn input[type=checkbox]:indeterminate:disabled + label:before {
    background-color: transparent;
    border-right: 2px solid rgba(0,0,0,.46);
}*/

.form-check-input[type=checkbox].filled-in + label:after, .form-check-input[type=checkbox].filled-in + label:before, label.btn input[type=checkbox].filled-in + label:after, label.btn input[type=checkbox].filled-in + label:before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:before, label.btn input[type=checkbox].filled-in:not(:checked) + label:before {
    top: 10px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:not(:checked) + label:after, label.btn input[type=checkbox].filled-in:not(:checked) + label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
}

.form-check-input[type=checkbox].filled-in:checked + label:before, label.btn input[type=checkbox].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.mb-3 {
    height: 10px;
}

.lables {
    text-transform: capitalize;
    font-weight: 600;
    color: #484848;
}

.mb-4 {
    margin-top: 10px;
}
/*-------------------------------------------------------------------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: 280px;
    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: 200px;
    padding: 50px;
}

.product-tumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px;
    /*background: #f0f0f0;*/
}

.product-tumb img {
    max-width: 100%;
    height:auto;
    /*max-height: 100%;*/
}

.product-tumbs img {
    /*max-width: 100%;
    max-height: 100%;*/
    overflow: hidden;
}

.product-details {
    padding-left: 10px;
    padding-left: 2px;
    padding-bottom: 10px;
    background: #f5f7fa;
}

.left-line {
    height: 200px;
    border-left: 2px solid rgba(0,0,0,0.05);
}

.product-details h6 a {
    font-weight: 500;
    display: block;
    text-align:center;
    margin-bottom: 18px;
    text-transform: capitalize;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
    padding-top:1px;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
/*.product-card {
    width: 665px;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #fff;
   
    display: inline-block;
    margin: 10px;
   
}


.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 50px;
    background: #f0f0f0;
}

.product-tumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 50px;
  
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-tumbs img {
    max-width: 300%;
    max-height: 300%;
    overflow: hidden;
}

.product-details {
    padding: 30px;
}

.left-line {
    height: 150px;
   
}
.content-card{
    border-left: 2px solid rgba(0,0,0,0.05);background-color:rgba(0,0,0,0.05);
}

.product-details h5 a {
    font-weight: 500;
    display: block;
  
    text-transform: capitalize;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
   
    color: #999;
}*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


#container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content:space-around;*/
}
