.cart .main__title {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
    background-size: contain;
    padding: 10px;
    font-size: 24px;
    line-height: 28px;
}

.cart .main__add-shop {
    padding: 20px 0 30px 0;
    display: block;
    width: 100%;
}

.cart .add-shop__wrap {
    display: block;
    width: 100%;
    padding: 26px 0;
    background-color: #ffe9e9;
    text-align: center;
}
.cart .btn {
    display: inline-block;
    width: auto;
    background-color: #eee;
    border: 1px solid #1e1e1e;
    border-radius: 8px;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 38px;
    color: #333;
    position: relative;
    margin: 0 0 10px 0;
}
.cart .btn_plus {
    min-width: unset;
    width: 80%;
    background-color: #c80000;
    border: none;
    border-radius: 5px;
    padding: 22px 16px;
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
}
.cart .btn_plus span {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: top;
    font-weight: bold;
    color: #fff;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    padding-left: 32px;
}

.arrow-content {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.triangle-down {
    position: relative;
    width: 0;
    border-top: solid 21px #595959;
    border-right: solid 13px transparent;
    border-left: solid 13px transparent;
    display: inline-block;
}
.triangle-down .empty {
    position: absolute;
    top: -19px;
    left: -9px;
    width: 0;
    border-top: solid 15px #EEEEEE;
    border-right: solid 9px transparent;
    border-left: solid 9px transparent;
    display: inline-block;
}

.shop-decription {
    width: 86%;
    margin: auto;
    text-align: left;
}
.mb-8 {
    margin-bottom: 10px;
}
.cart .main__table-info {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
}

.cart .main__table-info th, .cart .main__table-info td {
    padding: 10px 15px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.cart .main__table-info th, .cart .main__table-info td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
}
.cart .main__table-info .table-info__th-head th {
    background-color: #dedede;
}
.main__table-info td {
    padding: 10px 15px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.cart .main__table-info th, .cart .main__table-info td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px;
}
.item_size_box th, td {
    text-align: center;
}
.cart .main__table-info th {
    background-color: #eeeeee;
}
.cart .main__options {
    margin-bottom: 15px;
}

.cart .btn_option {
    border: none;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    transition: transform .4s ease-in-out, box-shadow .4s ease-in-out;
    padding: 12px;
    min-width: 139px;
}

.cart .btn_edit {
    background-color: #269fc2;
}
.cart .main__table-info {
    display: block;
    width: 100%;
    padding: 0 0 24px 0;
}
.cart .btn_del {
    background-color: #474747;
}