@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

:root {
  --container-max-width: 90%;
}

*{margin:0; padding:0; box-sizing: border-box;}

body{overflow-x:hidden;  font-family:'Poppins', sans-serif;}

a{text-decoration:none; color:#000; cursor:pointer;}

button{cursor:pointer;}

img{max-width:100%;}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type=number] {
  -moz-appearance: textfield;
}


.table{
    border: 1px solid #00000021;
    width: 100%;
    border-spacing: unset;
    border-collapse: collapse;

    th{
        text-align: left;
        border: 1px solid #00000021; padding: 10px 10px;
        background-color: #0066C0;
        color: #ffffff;
    }
    td{
        border: 1px solid #00000021; padding: 10px 10px;
    }
}

header{
    background: #ffffff;


    .hdr-dv{
        align-items: center;

        .hdr-user{
            margin-left: 20px;
            margin-right: 0;
            background: none;
            border: none;
        }
    }

    #hd-sbtn{
        margin: auto 20px auto auto;
        border: none; background: none;
    }


    #account-dv{
        display: none;
        z-index: 5;
        background: #ffffff;        
        position: absolute;
        top: 70px;
        right: 0px;
        border-radius: 5px;
        width: 400px;
        max-width: 95%;
        box-shadow: 0 0 4px 2px #00000024;


        h4{ padding: 15px 15px; border-bottom: 1px solid #00000024;}

       
        ul{

            li{
                list-style: none;

                a{ display: block; padding: 7px 15px;}

                a:hover{ background: #00000010;}
            }
        }

        p{
            padding: 7px 15px;
            font-size: 14px;

            .sign-in{                
                color: #0066C0;
                font-size: 18px;
            }

            /* .sign-up{              
                color: #0066C0;
                font-size: 18px;
            } */
        }
        
    }
}


.center{text-align: center;}

.mb-5{  margin-bottom:  5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 40px; }
.mb-50{ margin-bottom: 50px; }
.mb-60{ margin-bottom: 60px; }
.mb-70{ margin-bottom: 70px; }
.mb-80{ margin-bottom: 80px; }

.pd-15{
    padding: 15px 15px;
}


.contaner{margin: auto; padding:30px 15px;}

.hd-contaner{ margin: auto; padding:15px 15px;}

.rw{display: flex;flex-wrap: wrap;}





.cl-1{flex:0 0 8.333%; max-width:8.333%;}
.cl-2{flex:0 0 16.666%; max-width:16.666%;}
.cl-20{flex:0 0 20%; max-width:20%;}
.cl-3{flex:0 0 25%; max-width:25%;}
.cl-4{flex:0 0 33.333%; max-width:33.333%;}
.cl-5{flex:0 0 41.666%; max-width:41.666%;}
.cl-6{flex:0 0 50%; max-width:50%;}
.cl-7{flex:0 0 58.333%; max-width:58.333%;}
.cl-8{flex:0 0 66.666%; max-width:66.666%;}
.cl-9{flex:0 0 75%; max-width:75%;}
.cl-12{flex:0 0 100%; max-width:100%;}


.pdlr-7{ padding-left: 7px; padding-right: 7px;}
.mgtb-7{ margin-top: 7px; margin-bottom: 7px;}
.mglr-7{ margin-left: 7px; margin-right: 7px;}
.mglr--7{ margin-left: -7px; margin-right: -7px;}


.cp2:nth-child(odd) { padding-left: 15px; padding-right: 7px;}
.cp2:nth-child(even) { padding-left: 7px; padding-right: 15px;}

.cp4:nth-child(4n+1) { padding-left: 7px; padding-right: 7px;}
.cp4:nth-child(4n+2) { padding-left: 7px; padding-right: 7px;}
.cp4:nth-child(4n+3) { padding-left: 7px; padding-right: 7px;}
.cp4:nth-child(4n)   { padding-left: 7px; padding-right: 7px;}


.inline{display: inline-block;}

.pdl-15{  padding-left: 15px; }
.pdl-20{  padding-left: 20px; }
.pdl-30{  padding-left: 30px; }
.pdl-40{  padding-left: 40px; }
.pdl-50{  padding-left: 50px; }

.pdr-15{  padding-right: 15px; }
.pdr-20{  padding-right: 20px; }
.pdr-30{  padding-right: 30px; }
.pdr-40{  padding-right: 40px; }
.pdr-50{  padding-right: 50px; }


.full-overlay{  display: none; background: #00000077;   position: fixed;   top: 0; left: 0;  bottom: 0;    right: 0; z-index: 1;}


.return-shop{
        background: #000000;
        color: #fff;
        padding: 15px 40px;
        border-radius: 40px;
}

                                                                                                                                                                                          
.header-dv{padding: 10px 15px; position: relative;}


.menu-bar{width: 40px; margin-right: 20px; background: none; border:none; color: #ffffff;}

.menu-bar .fa-bars{font-size: 20px;}

#logo{height: 50px; width: auto; display: block;}



.pdlr-15{padding-left: 15px; padding-right: 15px; }

.pdmlr-15{padding-left: 15px; padding-right: 15px; margin-bottom: 15px;}


.heading-4{margin: 15px 0; }


.cl-md-1, .cl-md-2, .cl-md-20, .cl-md-3, .cl-md-4, .cl-md-5,.cl-md-6,.cl-md-7,  .cl-md-8, .cl-md-9, .cl-md-12{width: 100%;}


.pdtb-7{padding-top: 7px; padding-bottom: 7px;}

.pdtb-15{padding-top: 15px; padding-bottom: 15px;}


.menu-dv { background: #1196bf;  min-height: 0px;  padding: 0 60px;   display: flex;    flex-wrap: wrap;    height: 0;}


#menud {position: fixed;display: block; width: 250px; background: #2b8736; top: 0px;  left: -400px; z-index: 9;   
    transition: 0.3s;    height: 100%;}

#account-ov{ background: transparent;}

#filterdv {
    position: fixed;display: block; width: 250px; 
    background: #ffffff; top: 0px;  left: -400px; z-index: 9;   
    transition: 0.3s;    height: 100%;

    h3{
        padding: 15px 15px;
        border-bottom: 1px solid #00000066;
        margin-bottom: 20px;
    }

    .fcross-btn{
        position: absolute; top: 13px; right: 10px;
    }


    .fl-price{
        border-bottom: 1px solid #00000020;
    }

    .filter-container {
      position: relative;
      width: 200px;
      margin: 10px 0;
      height: 16px;
    }

    .range-track {
      position: absolute;
      height: 5px;
      background: #ddd;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 5px;
    }

    .range-fill {
      position: absolute;
      height: 5px;
      background: #000000;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 5px;
      z-index: 1;
    }

    input[type="range"] {
      position: absolute;
      width: 100%;
      top: 0;
      pointer-events: none;
      -webkit-appearance: none;
      background: none;
    }

    input[type="range"]::-webkit-slider-thumb {
      pointer-events: all;
      position: relative;
      z-index: 2;
      -webkit-appearance: none;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #000000;
      border: none;
      cursor: pointer;
    }

    .price-display {
      font-size: 16px;
      margin-bottom: 10px;
    }


    .fbtn-div{

        a{
            padding-left: 25px;
            padding-right: 25px;
            font-size: 16px;
        }

        button{
            width: 100px;
            height: 37px;
             font-size: 16px;
        }
    }
}



.mainmn { 
    list-style: none;  padding: 15px 0;

    li {    display: block;}

    a { display: block;  height: 40px;   padding: 10px 20px; color: #ffffff;}
}


#menu-bar{
    text-align: center;
    border-top: 1px solid #00000066;
    border-bottom: 1px solid #00000066;
    margin: auto;

    .main-menu{
        list-style: none;
        li {    display: inline-block;}

        a { display: block;  padding: 10px 20px; color: #000000;}
    }
}



#overlay {  display: none; background: #00000077;   position: fixed;   top: 0; left: 0;  bottom: 0;    right: 0;}

#filter-ov {  display: none; background: #00000077;   position: fixed;   top: 0; left: 0;  bottom: 0;    right: 0;}

.mrw{display: flex;flex-wrap: wrap; margin-left: -7px; margin-right: -7px;}

#content-dv{  min-height: 680px;}

.small-error{ color: red;}

#pd-layout{
    .theme-pd{
        display: flex; flex-wrap: wrap; margin-left: -7px; margin-right: -7px;
    
        .pd-item{

            padding: 0 7px;

            .box-pd{
                box-shadow: 0 0 2px 0px #333;
                margin-bottom: 15px;
                transition: .3s;

                .pd-imgd{
                    height: 326px; overflow: hidden;

                    a{
                        display: block;
                        text-align: center;
                        height: 100%;      

                        img{ width: auto; height: auto; max-height: 100%; }

                    }
                    
                }

                .pd-title {
                    padding: 5px 10px 5px 10px;
                    background: #fff;
                    text-align: left;

                    .product-title {
                        color: #333333;
                        text-align: left;
                        font-weight: 400;
                        font-size: 14px;
                    }
                }

                .price-product {
                    padding: 0 10px 15px 10px;
                }

                .price {
                    font-size: 14px;
                    color: #000;
                }

                .cp {
                    font-size: 12px;
                    color: red;
                    font-weight: 600;
                }

                .dscount {
                    font-size: 12px;
                    color: red;
                }

            }

            .box-pd:hover{ transform: scale(1.03);}
        }
    }
}


.empty-page{
    text-align: center;
    h3 {
        padding: 60px 20px;
        font-size: 22px;
    }
    a {
        background: #000000;
        color: #fff;
        padding: 15px 40px;
        border-radius: 40px;
    }
}



.search-bar{
    width: 100%;
    position: fixed;
    background: #ffff;
    top: -200px;
    height: 150px;
    border-bottom: 1px solid #00000066;
    z-index: 3;
    text-align: center;
    padding: 25px 20px;

    h3{ font-size: 24px;}

    form{
        max-width: 100%;
        width: 700px;
        display: flex;
        margin: auto;

        input{
            height: 40px;
            padding-left: 10px;
            border:1px solid #00000014;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            width: 100%;
            outline: none;
        }

        button{
            padding: 10px 5px;
            border:none;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            width: 40px;
        }
    }

    .scross-btn{ position: absolute; top:20px; right: 20px;}
}




#footer{background: #434343;}

.footerln {    margin: 5px;}


.footer-head { font-size: 14px; font-weight: 400;  margin-top: 10px; margin-bottom: 15px; text-transform: uppercase; color: #ffffff;}

.ftr-lists { list-style: none;}

.ftr-lists a { display: block;  padding: 1px 0;  border-bottom: none;   font-size: 13px;   color: #9f9f9f;}

.ft-box .con-ft {   font-size: 14px;   color: #9f9f9f;   margin-bottom: 10px;}

.social-icon a{color: #ffffff;}



#hdr-card{
    color: #fff;
    position: relative;
    margin:auto;
    margin-right: 0;
    margin-left: 0;

    svg{height: 16px; width: 16px;}
}


#supCart{position: relative;top: -5px; left:0px; color: #000;}



#fx_cart{
    position: fixed;
    top: 0; 
    width: 400px; 
    max-width: 100%;
    right: 0; 
    background: #ffffff; 
    bottom: 0;
    z-index: 1; 
    border-left: 1px solid #dddddd; 
    right: -100%; 
    transition: 0.5s;
}

#backto{
    background: #000000;    padding: 15px 15px; color: #ffffff;

    i{margin-right: 10px;}

    span{font-size: 18px;    font-weight: 700;}
}


#cart_data{padding:0px 10px;

    .cart_dv{
        
        display: flex; width: 100%; border:1px solid #dddddd; padding: 5px 5px; margin:10px 0;

        .cart_inline1{
            width: 100px;
        
            img{
                max-height: 100px; width: auto; height: auto;
            }
        }

        .cart_inline2{padding: 0 10px; margin: auto 0; }

        .cart_inline3{
            margin: auto;margin-right: 0; padding: 0 10px; text-align: center;

            .qntpd{font-size: 20px; font-weight: 700;}
            
            button {
                width: 30px;
                height: 30px;
                border: none;
                font-size: 18px;
            }
        }

    }

}









.process{
    position: absolute;width: 100%; bottom: 0;

    a{display: block;text-align: center;padding: 10px 10px; background: #000000; color: #ffffff}
 }



 #success-alert{
    padding: 20px;
    box-shadow: 0 0 6px 0px #339b4e;
    position: fixed;
    width: 500px;
    top: 72px;
    right: 106px;
    background: #fff;
    border-radius: 3px;
    max-width: 100%;
}







.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 57px;
 }


.mg-40{margin: 40px 0;}
.mg-10{margin: 10px 0;}



.filter-btn{
    background: #000000; color: #ffffff; padding: 7px 15px; margin-bottom: 20px;
}


.button-1{
    background: #000000; color: #ffffff; padding: 7px 15px; border: none; border-radius: 3px;
}




.star{
    .fa-star{
        color: #FFBB00;
    }
}







/* m-----------------------media query start------------------------------*/

@media(min-width: 768px){
    
    .contaner{max-width:90%;}

    .dsk-pdr-50{
        padding-right: 50px;
    }

    #menu-bar{max-width: var(--container-max-width);}

    .hd-contaner{max-width:90%;}

    .heading-4{font-size: 20px;}
    
    #pd-layout{
        .theme-pd{
            .bxpd{padding-left: 7px; padding-right: 7px; margin-bottom: 15px;}
        }       
    }

    .cl-md-1{flex:0 0 8.333%; max-width:8.333%;}
    .cl-md-2{flex:0 0 16.666%; max-width:16.666%;}
    .cl-md-20{flex:0 0 20%; max-width:20%;}
    .cl-md-3{flex:0 0 25%; max-width:25%;}
    .cl-md-4{flex:0 0 33.333%; max-width:33.333%;}
    .cl-md-5{flex:0 0 41.666%; max-width:41.666%;}
    .cl-md-6{flex:0 0 50%; max-width:50%;}
    .cl-md-7{flex:0 0 58.333%; max-width:58.333%;}
    .cl-md-8{flex:0 0 66.666%; max-width:66.666%;}
    .cl-md-9{flex:0 0 75%; max-width:75%;}
    .cl-md-10{flex:0 0 83.333%; max-width:83.333%;}
    .cl-md-12{flex:0 0 100%; max-width:100%;}
    .mb-show{display:none;}
    .cl-md-pd{padding-left:15px; padding-right:15px;}

    .rwm{margin-left:15px; margin-right:-15px;}

    .desk-pd-15{padding-left: 15px; padding-right: 15px;}

    .dcp2:nth-child(odd) { padding-left: 15px; padding-right: 7px;}
    .dcp2:nth-child(even) { padding-left: 7px; padding-right: 15px;}

    .dcp4:nth-child(4n+1) { padding-left: 15px; padding-right: 7px;}
    .dcp4:nth-child(4n+2) { padding-left: 7px; padding-right: 7px;}
    .dcp4:nth-child(4n+3) { padding-left: 7px; padding-right: 7px;}
    .dcp4:nth-child(4n) {   padding-left: 7px; padding-right: 15px;}




}


@media(max-width: 768px){
    .heading-4{ font-size: 16px;}
    .bxpd{padding-left: 3px; padding-right: 3px; margin-bottom: 6px;}

    .cl-sm-1{flex:0 0 8.333%; max-width:8.333%;}
    .cl-sm-2{flex:0 0 16.666%; max-width:16.666%;}
    .cl-sm-20{flex:0 0 20%; max-width:20%;}
    .cl-sm-3{flex:0 0 25%; max-width:25%;}
    .cl-sm-4{flex:0 0 33.333%; max-width:33.333%;}
    .cl-sm-5{flex:0 0 41.666%; max-width:41.666%;}
    .cl-sm-6{flex:0 0 50%; max-width:50%;}
    .cl-sm-7{flex:0 0 58.333%; max-width:58.333%;}
    .cl-sm-8{flex:0 0 66.666%; max-width:66.666%;}
    .cl-sm-9{flex:0 0 75%; max-width:75%;}
    .cl-sm-12{flex:0 0 100%; max-width:100%;}

    .mcp2:nth-child(odd) { padding-left: 15px; padding-right: 7px;}
    .mcp2:nth-child(even) { padding-left: 7px; padding-right: 15px;}

    .mcp4:nth-child(4n+1) { padding-left: 15px; padding-right: 7px;}
    .mcp4:nth-child(4n+2) { padding-left: 7px; padding-right: 7px;}
    .mcp4:nth-child(4n+3) { padding-left: 7px; padding-right: 7px;}
    .mcp4:nth-child(4n) { padding-left: 7px; padding-right: 15px;}


    #menu-bar{
        .main-menu{
            li {
                a { padding: 10px 7px;}
            }
        }
    }

    header{
        #account-dv{
            right: 10px;
        }
    }




    #pd-layout{
        .theme-pd{        
            .pd-item{

                .box-pd{
            
                    .pd-imgd{
                        height: 186px; 
                        
                    }

                    
                    

                }

               
            }
        }
    }

}