.dropdown {
    display: block;
    width: 100%;
    margin: auto;
}

.dropdown + .dropdown {
    margin-top: 15px;
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    transition: background .3s ease;
    will-change: background;
}

.dropdown__top:hover {
    opacity: 0.9
}

.dropdown__top::after {
    content: '\f13a';
    font: 20px 'FontAwesome';
    transition: transform .5s ease;
    will-change: transform;
}

.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}

.item-detail-set .item-description .design_btn:not(.right),
.design_btn {
    display: block;
    border-radius: 0;
    background: url(/common/design/user/img/home-page-battle/bg-btnpayment-2.png);
    border-top: 0;
    width: 100%;
    max-width: 300px;
    line-height: 87px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-repeat: no-repeat;
    color: #fff !important;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover_bkgr_fricc-sp-1 tr th, .hover_bkgr_fricc-sp-1 tr td {
    width: calc(100% / 4);
    text-align: left;
}

.hover_bkgr_fricc-1 tr td input {
    max-width: 70%;
    margin-right: 5px;
}

.hover_bkgr_fricc-1 tr td,
.hover_bkgr_fricc-1 tr th {
    border-bottom: 0 !important;
}

.hover_bkgr_fricc-1 tr th:first-child,
.hover_bkgr_fricc-1 .table-scroll tr td:first-child {
    width: 30%;
}

@media (max-width: 320px) {
    .hover_bkgr_fricc-1 tr th:nth-child(3),
    .hover_bkgr_fricc-1 .table-scroll tr td:nth-child(3) {
        width: 15%;
    }

    .hover_bkgr_fricc-1 tr th:first-child,
    .hover_bkgr_fricc-1 .table-scroll tr td:first-child {
        width: 36%;
    }

    .item-detail-set .item-description .design_btn:not(.right) {
        line-height: 68px;
        max-width: 240px;
    }

    .item-detail-set_ct .item-description .design_btn.right {
        max-width: 230px;
    }

    .item-detail-set_ct .item-description .design_btn.right:after {
        right: 60px;
    }
}

.item-description .box-rating-star .item-rating .fa {
    font-size: 20px;
}

.item-description .box-rating-star .text-item-rating {
    font-size: 15px;
    line-height: 13px;
}

.hover_bkgr_fricc-1 .btn_pop-order button {
    margin-top: 10px;
}

.bottom_popup-tshirt {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
}

.hover_bkgr_fricc-sp-1 > div {
    margin-bottom: 50px;
    z-index: 99999;
}

.bottom_popup-tshirt .box-table_total {
    display: flex;
    background-color: #ffdfdf;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
    padding: 15px 0;
}

.bottom_popup-tshirt .box-table-order-ct-1 {
    margin-right: 0;
    width: 100%;
}

.bottom_popup-tshirt .total-table {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom_popup-tshirt .total-table_row {
    justify-content: space-around;
    display: flex;
}

.hover_bkgr_fricc-1 tr th, .hover_bkgr_fricc-1 tr td {
    border: 0px solid #e9e9e9;
    border-bottom: 1px solid #c9c9c9;
}

.hover_bkgr_fricc-1 tr th {
    background: #f8f8f8;
    color: #5f5f5f;
}

#total_price_tax {
    color: #d40101;
}

.bottom_popup-tshirt .total-table_row span {
    margin: 0 10px;
}

.hover_bkgr_fricc-1 {
    z-index: 10000 !important;
}

.dropdown-item-details {
    padding: 2px 10px;
    background-color: #f8f8f8;
    overflow-y: auto;
    max-height: 215px;
    margin: 10px 0;
}

.dropdown-item-details .dropdown__top {
    justify-content: start;
    padding: 10px 15px;
    position: relative;
}

.dropdown-item-details .dropdown__top::after {
    content: '';
    background-image: url(/common/img/arrow-top.png);
    width: 25px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 15px;
}

.dropdown-item-details .dropdown {
    background-color: #f8f8f8;
    border-bottom: 1px solid #c9c9c9;
}

.dropdown-item-details .dropdown .dropdown__btm {
    background: transparent;
    padding: 5px 15px 15px;
}

.dropdown + .dropdown {
    margin-top: 0;
}

.hover_bkgr_fricc-1 .list-item-size tr th:first-child,
.hover_bkgr_fricc-1 .list-item-size tr td:first-child {
    width: calc(100% / 4);
}

.hover_bkgr_fricc-1 .list-item-size tr th,
.hover_bkgr_fricc-1 .list-item-size tr td {
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.list-item-size table {
    table-layout: fixed;
}

.list-item-size .item-size {
    margin-bottom: 10px;
}

.list-item-size .item-size form {
    margin-left: 0;
    background-color: #ffffff;
    padding: 6px 10px 6px 0;
    border: 1px solid #c9c9c9;
}

.hover_bkgr_fricc-1 .top-title {
    display: block;
}

.hover_bkgr_fricc-1 .top-title p {
    font-size: 20px;
    margin-bottom: 0;
}

.popupCloseButton-1 {
    position: absolute;
    right: 10px;
    top: 6px;
}

.popupCloseButton-1 img {
    max-width: 28px;
}

.radio-color {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 100%;
    margin-right: 10px;
}

.dropdown-item-details .open.dropdown .radio-color {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff !important;
    border: 1px solid #000000;
    border-radius: 100%;
    margin-right: 10px;
}

@media (max-width: 375px) {
    .item-size form .i-number {
        font-size: 11px;
    }
}
