.box-item .list-items-handled .nav-item > a,
.box-item .list-items-handled .nav-item > span,
.box-item .list-items-handled .sub-nav-item > span,
.box-item .list-items-handled .sub-nav-item > a
{
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    padding: 6.5px 12px 6.5px 10px;
    color: #828282;
    box-sizing: border-box;
    text-decoration: none;
    margin-right: 5px;
}
.box-item .list-items-handled .nav-item > span{
    cursor: pointer;
}
.box-item .list-items-handled .nav-item.arrowed > a:after,
.box-item .list-items-handled .nav-item.arrowed > span:after{
    content: "";
    background: url("/common/design/user/img/icon-arrow-category.png") no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all 0.5s;
    transform: translateY(-50%);
}
.box-item .list-items-handled .nav-item.hide__arrow-right > a:after {
    content: '';
    background: unset;
}
.box-item .list-items-handled .nav-item.hide__arrow-right .sub-nav {
    visibility: hidden;
}
.box-item .list-items-handled .nav-item.arrowed.selected > a,
.box-item .list-items-handled .nav-item.arrowed.selected > span{
    color: #393939;
}
.box-item .list-items-handled .nav-item.arrowed.selected > a:after,
.box-item .list-items-handled .nav-item.arrowed.selected > span:after{
    transform: translate(0, -50%) rotate(90deg);
}
.box-item .list-items-handled .sub-nav,
.box-item .list-items-handled .sub-nav-second_level{
    margin: 10px 0;
    padding: 0 0 0 6px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}
.box-item .list-items-handled .sub-nav .sub-nav-item{
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.box-item .list-items-handled .sub-nav .sub-nav-item > a.inactive{
    color: #000;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
.box-item .list-items-handled .sub-nav .sub-nav-item > span{
    cursor: pointer;
}
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level > a,
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level > span{
    text-decoration: none;
}
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level.inactive,
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level.inactive{
    pointer-events: none;
}
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level.inactive > span,
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level.inactive > a{
    color: #000;
    text-decoration: none;
}
.box-item .list-items-handled .sub-nav .sub-nav-item > a:hover{
    text-decoration: none;
}
.box-item .list-items-handled .nav-item.selected > a:after,
.box-item .list-items-handled .nav-item.selected > span:after{
    transform: rotate(90deg);
}
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive{
    color: #000;
    text-decoration: none;
    cursor: default;
}
.box-item .list-items-handled .sub-nav .sub-nav-item.next-level .sub-nav-second_level .sub-nav-item span.inactive:after{
    border: 0;
}
.box-item .list-items-simple{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-item .list-items-simple .nav-item{
    border: unset;
    display: block;
}
.box-item .list-items-simple .nav-item a{
    position: relative;
    display: block;
    border: none;
    background: #fff;
    font-size: 13px;
    line-height: 18px;
    color: #1587d6;
    padding: 2px 4px 2px 14px;
    box-sizing: border-box;
    text-decoration: none;
}
.box-item .list-items-simple .nav-item a:after{
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: translate(0, 0) rotate(0.01deg);
    border: 4px solid transparent;
    border-left: 4px solid #d61518;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.box-item .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
}

.box-item .list-items-handled .arrowed a:hover,
.box-item .list-items-handled .sub-nav-item a:hover{
    background: #E8E8E8;
    border-radius: 43px;
}

.box-item .nav-item:hover .sub-nav {
    display: block !important;
    transition: all .5s ease;
}
.box-item .nav-item {
    position: relative;
}
.box-item .list-items-handled .sub-nav{
    position: absolute;
    top: 0;
    right: -254px;
    margin:0 !important;
    background: #fff;
    z-index: 2;
    padding: 12px 10px !important;
    width: 255px;
    box-shadow: 0px 2px 4px 0px #00000040;
    border-radius: 10px;
    box-sizing: border-box;
}

.box-item .list-items-handled .sub-nav-second_level {
    position: absolute;
    top: 0;
    right: -254px;
    margin:0 !important;
    background: #fff;
    z-index: 2;
    padding: 0 !important;
    width: 255px;
}


.box-item .sub-nav-item:hover .sub-nav-second_level {
    display: block !important;
    transition: all .5s ease;
}

.box-item .list-items-handled .sub-nav .sub-nav-second_level .sub-nav-item > a:after {
    content: unset;
}

.box-item .sub-nav .next-level {
    position: relative;
}

.box-item .list-items-handled .sub-nav-item a {
    padding-top: 9px;
    margin-right: 0;
}

.box-item .list-items-handled a {
    padding: 0;
    border: unset;
}

.box-item .list-items-handled a:hover, .box-item .list-items-handled span:hover {
    background: #f8f8f8;
}
.add-video-youtube .wrap-add-video {
    margin-bottom: 2rem;
}

.add-video-youtube .add-video {
    margin-bottom: 2rem;
}
.add-video-youtube .add-video .video-item-detail {
    position: relative;
    width: 80%;
    overflow: hidden;
    padding-top: 45%;
    margin: auto;
}
.add-video-youtube .add-video .video-item-detail iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.add-video-youtube .content-video {
    margin-bottom: 3rem;
}

.add-video-youtube .main-content-video li {
    margin-bottom: 1rem;
}

.add-video-youtube .main-content-video li .content-item {
    padding: 1rem;
    border-radius: .5rem;
}

.add-video-youtube .main-content-video li .content-item p {
    line-height: 1.5;
}

.add-video-youtube .main-content-video li .content-item i {
    color: #4d4d4d;
}

.add-video-youtube .main-content-video li .icon-content {
    font-size: 14px;
}

.add-video-youtube .form-video {
    border: 2px solid #e4f4f6;
    padding: 1.5rem;
}

.add-video-youtube .form-video .title {
    text-align: center;
    color: #0097c8;
    font-size: 24px;
    position: relative;
    width: max-content;
    margin: auto auto 1.5rem;
}

.add-video-youtube .form-video .title .icon-speaker {
    position: absolute;
    right: -120px;
    top: -65px;
}

.add-video-youtube .form-video .sub-title {
    border-bottom: 2px solid #e3f1f5;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.add-video-youtube .form-video input,
.add-video-youtube .form-video textarea {
    border: 1px solid #e1e1e1 ;
    padding: .5rem 1rem;
}

.add-video-youtube .form-video textarea {
    width: 100%;
    box-sizing: border-box;
}

.add-video-youtube .form-content-video .fill-content {
    margin: .5rem 0 1.5rem;
}

.add-video-youtube .form-content-video button {
    background: #e61e02;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    width: 300px;
    padding: 1rem;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.add-video-youtube .form-content-video .btn-form-video {
    text-align: center;
}

.add-video-youtube .link-detail-content-video {
    text-align: center;
}

.add-video-youtube .link-detail-content-video a {
    margin: auto;
    max-width: 160px;
    color: #fff;
    border-radius: .5rem;
    padding: 1rem;
    display: block;
}
.flex-space-between { display: flex; justify-content: space-between; margin-bottom: 20px; }
.item-detail-price {color: #6c6c6c; font-size: 14px;line-height:160%;}
.item-detail-price-red {color: red; font-size: 18px}
.item-detail-tax {font-size: 12px}

.notification-card-fix {
    position: relative;
}
.nav-btn-list .notification-card {
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 12px;
    font-weight: 600;
    background: #fff;
    padding: 2px;
    color: #000;
    border-radius: 100%;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #454545;
    box-sizing: content-box;
}
.box__sidebar--same .list-items-handled .sub-nav-item a {
    display: flex;
    align-items: center;
    gap: 5px;
}