/* c-table
------------------------------------------------------------------- */
.c-table caption,
.c-table th,
.c-table td {
    padding: 10px;
    border-bottom: 1px solid #dadada;
}
.c-cart__img {
    padding: 0 15px;
    padding-right: 0;
}
.cartblock2{
padding-top: 0px!important;
}
.c-table th {
    text-transform: uppercase;
}
.c-table__count12{
      display: flex;
    width: 22%;
    justify-content: space-between;
    align-items: center;
}

.c-table__total {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: right;
    color: #fff;
}
.c-table__total span{
    font-weight: 600;
}
.c-table__total .fa{
    font-size: 16px;
}
.cart-table{
background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 140px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 5px;
    justify-content: flex-start;
}
.cartblock{
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}
.cartblock2{
      padding-bottom: 0px!important;
}
.carttotal{
	    padding-left: 20px!important;
}
.c-table__img {
  width: 10%;
}
.c-table__name.name-cell {
    width: 57%;
}
.small-cart-list .c-table__name{
      max-width: 70%;
}
.c-table__quantity {
      width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.small-cart  .c-table__link {
   /* font-weight: 600;*/
}
.c-cart__dropdown .checkout-buttons{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
 .c-cart__dropdown .c-button--link{
	     width: 48%;
    border: 1px solid;
 }
  .c-cart__dropdown .c-button{
	     width: 48%;
 }
@media (max-width: 1075px) {
.c-table__count12 {
    width: 22%;
}
  .c-table__name.name-cell {
    width: 50%;
}
}
@media (max-width: 840px) {
.c-table__count12 {
    width: 30%;
}
  .c-table__name.name-cell {
    width: 45%;
}
}
@media (max-width: 767px) {
   

    .c-table__total {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
    }

    .l-body__order .product-cart {
        margin: 0 0 0 -10px;
    }

    .c-table tr {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px;
        border: 1px solid #dadada;
        border-bottom: 2px solid #dadada;
    }

    .c-table tr:first-of-type {
        margin-top: 0;
    }

    .c-table th {
        display: none;
    }

    .c-table td {
        line-height: 1.4;
        display: block;
        width: 100%;
        margin-bottom: -1px;
        text-align: center;
        box-sizing: border-box;
    }

    .c-table__count,
    .c-table__price,
    .c-table__remove {
        display: flex!important;
        align-items: center;
    }

    .c-table__count {
        justify-content: flex-start;
        flex: 1 1 20%;
    }

    .c-table__price {
        justify-content: center;
        flex: 1 1 10%;
    }
.c-table__name.name-cell {
    width: 40%;
}
    .c-table__remove {
        justify-content: flex-end;
        flex: 1 1 20px;
    }
}

.c-table--overflow {
    overflow: auto;
}

.c-table--hover td {
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
}

.c-table--hover tr:hover td {
    background-color: #fdfde2;
}

.c-table--striped tr:nth-of-type(even) {
    background: #f3f3f3;
}

.c-table__img,
.c-table__count,
.c-table__price,
.c-table__remove {
    text-align: center;
}
.c-table__remove{
	    width: 9%;
    text-align: right;
}
.c-table__remove a:hover {
    color: #cd4449;
}



.c-table__link:hover {
    text-decoration: underline;
}

.c-table__quantity {
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.c-table__price {
    font-weight: 600;
}

.c-table__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (max-width: 767px) {
    .c-table__footer {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.c-table--scroll {
    overflow: auto;
    max-height: 300px;
}

.c-modal .c-table {
    margin-top: 16px;
}