* {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;;
}
body {
    background-color: #222222;
}

.smetakonteyner {
    background-color: #222222;
}

.smetabasliq {
    background-color: rgb(40, 100, 215);
	width: 60%;
	height: 40px;
	font-size: 1em;
	margin: 0 20%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
    font-weight: 400;
    color: white;
    border-radius: 5px;
}


.basliq {
    padding: 5px;
    box-sizing: border-box;
    color: white;
    text-align: justify;
    height: auto;
    font-size: 14px;
}


.yekundiv {
    background-color: slateblue;
    width: 100%;
    height: 30px;
}

.yekun {
    width: 50%;
    height: 30px;
    font-size: 1em;
    text-align: center;
    float: left;
    position: relative;
    line-height: 30px;
    color: white;
}



table tr td input[type=number] {
    background-color: #222222;
    width: 36px;
    height: 18px;
    font-size: 12px;
    color: white;
    padding-left: 5px;
    margin: 0px;
    border-color: rgb(255, 255, 255);
    border-width: 1px;
    border-radius: 4px;
}

table tr td input[type=checkbox] {
    width: 20px;
}

table tr td {
    font-size: 12px;
    color: white;
}

.buttons {
    margin-bottom: 5px;
    text-align: center;
}

.btn {
    background-color: rgb(255, 255, 255);
    color: black;
    width: 30%;
    height: 30px;
    border-radius: 15px;
    border-style: solid;
    border-color: lightgreen;
    font-size: 0.9em;
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}



.iscixerc {
    background-color: rgba(169, 169, 169, 0.151);
    font-size: 16px;
    color: white;
}


table {
    /* background-color: white; */
    padding: 0px;
    width: 100%;

    
}


.basliqtable {
    text-align: center;
    background-color: slateblue;
    color: white;
    font-size: 18x;
}




.adbasliq {
    width: 42%;
    font-size: 15px;

}

.miqdarbasliq {
    width: 19%;
    font-size: 15px;

}

.qiymetbasliq {
font-size: 15px;
}

.cembasliq {
font-size: 15px;
text-align: right;
}


.ad {
    width: 45%;
}

.miqdar {
    width: 19%;
}


.smetaqeyd {
    /* background-color: rgba(6, 192, 6, 0.726); */
    text-align: justify;
    margin-bottom: 30px;
    font-size: 14px;
    color: white;
}

sup {
    font-size: 9px;
}



@media only screen and (min-width: 800px) {

    /* .menudesktop a {
        font-size: 1.5em;
      } */


    .smetakonteyner {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .smetabasliq {
        background-color: rgb(40, 100, 215);
        width: 300px;
        height: 40px;
        font-size: 1em;
        margin: 0 350px;
        margin-bottom: 20px;
    }

    .basliq {
        padding: 0px;
    }

    .yekundiv {
        border-radius: 5px;
    }

    .basliqtable {
        border-radius: 5px;
    }

    table tr td input[type=number] {
        width: 50px;
        height: 19px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    table tr td input[type=checkbox] {
        width: 25px;
    }

    table tr td {
        font-size: 15px;
        color: white;
    }

    .qiymetbasliq {
        font-size: 15px;
        }

    .cembasliq {
        font-size: 15px;
        text-align: right;
        padding-right: 10px;
        box-sizing: border-box;
        }

}










@media only screen and (max-width: 400px) {


    input[type=number] {
        width: 40px;
        height: 18px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    input[type=checkbox] {
        width: 15px;
        height: 10px;
    }

    td {
        font-size: 10px;
    }

    .yekun {
        font-size: 17px;
        text-align: center;
        float: left;
        position: relative;
        line-height: 28px;
    }


}














@media print {
    body {
        background-color: white;
    }
    .smetakonteyner {
        background-color: white;
    }
    table tr td input[type=number] {
        background-color: white;
        color: black;
        border: none;
    }
    table tr td {
        color: black;
    }
    .iscixerc {
        color: black;
    }
    .btn {
        display: none;
    }
    .menu {
        display: none;
    }
    .menu2 {
        display: none;
    }
    .menudesktop {
        display: none;
    }
    .smetaqeyd {
        display: none;
    }
    .footerplan {
        display: none;
    }
    .yenimehsul {
        display: none;
    }
    #addbtn1 {
        display: none;
    }
    #addbtn2 {
        display: none;
    }
    #addbtn3 {
        display: none;
    }
    .basliq {
        display: none;
    }

    
    .yekundiv {
        border-radius: 5px;
    }
    
    .basliqtable tr td {
        border-radius: 5px;
        color: white;
    }

    .menucontainer {
        display: none;
    }

    .products-link-div {
        display: none;
    }

    .fb-iframe {
        display: none;
    }

    .topbar {
        display: none;
    }


    
}