table{
    /*padding-left: 150px;*/
}

label:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-dark{
    background-color: #000000;
    border-color: #000000;
}

.product-in-cart-amount{
    padding: 0;
}

.dddd{
    margin: 0;
    padding: 0;
}

.dddd img{
    margin: 0;
    padding: 0;
}



/*класс формы имэйла для авторизации в корзине*/
.widget-email{
    color: #fe4049;
    background-color: black;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 20px;

}


@media screen and (max-width: 364px){
    .widget-email{
    max-width: 300px;
    }
}
@media screen and (max-width: 340px){
    .widget-email{
    max-width: 240px;
    }
}




.form-group{
    /*background-color: #1fd180;*/
    max-width: 550px;
    margin: auto;
}












/*ТАБЛИЦА*/

.table{
    border-radius: 10px;
    border-top: 2px solid #272727; /* Change the color you want to set */

}

.table thead{
    border-radius: 10px;
    background-color: black;
    width: auto;
}

.table tbody{

    width: auto;
}

.table img{
    height: 40px;
}

.table img.btn-del{
    object-fit: cover;
    max-width: 10px;
    max-height: 10px;
    height: 100%;
    width: 100%;
    min-height: 9px;
    min-width: 9px;
}

.table.table-condensed tr th {
    border-bottom: 2px solid #272727; /* Change the color you want to set */
}

.table.table-condensed tr td {
    /*border-bottom: none; !* solid #606060;  Change the color you want to set *!*/
}

@media screen and (min-width: 768px) {
    .table-responsive {
        display: table;
    }
}


/*@media screen and (max-width: 767px){*/
/*    .table-responsive-xl{*/
/*        margin-left: 0;*/
/*    }*/
/*}*/


/*table.table-bordered{*/
/*    border:1px solid blue;*/
/*    margin-top:20px;*/
/*  }*/
/*table.table-bordered > thead > tr > th{*/
/*    border:1px solid blue;*/
/*}*/
/*table.table-bordered > tbody > tr > td{*/
/*    border:1px solid blue;*/
/*}*/
