.product-header-top {
    padding: 3px 0;
    background-color: #f9f9f9;
    margin-bottom: 10px;
}

.product-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 3px 8px;
}

.product-header .breadcrumb {
    margin: 0;
}

.product-header div {
    flex: 1;
}

.product-header .product-no-info {
    text-align: right;
    font-size: 11px;

}

.product-header .product-no-info p {
    margin: 0;
}

.product-header a.copy_url {
    color: #3829DB;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px
}

#thumbnails>div.owl-nav>div.owl-next {
    right: 0;
}

#thumbnails>div.owl-nav>div.disabled {
    display: none;
}

#thumbnails>div.owl-nav>div.owl-prev {
    left: 0;
}

#thumbnails>div.owl-stage-outer>div.owl-stage {
    margin: auto;
}

.product-media .images-large {
    margin-bottom: 18px;
}

.product-media .images-large .img-box {
    background: #ffffff;
}

.product-media .images-large .img-box img {
    width: 100%;
}

.product-media .images-small {
    padding: 0 35px
}

.product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
    text-align: center;
    padding: 0
}

.product-media .images-small a.active {
    border-color: #007aff;

}

#thumbnails .owl-next,
#thumbnails .owl-prev {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #d3d3d3;
    border-radius: 0;
    display: none;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    font-size: 16px
}

#thumbnails:hover .owl-next,
#thumbnails:hover .owl-prev {
    display: block;
}

#thumbnails .owl-nav .owl-prev {
    left: 0;
}

#thumbnails .owl-nav .owl-next {
    right: 0;
}

#thumbnails .owl-nav button:hover {
    background-color: #007aff;
    color: #ffffff;
}

#thumbnails .owl-nav .owl-prev.disabled,
#thumbnails .owl-nav .owl-next.disabled {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.seller-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #FFEEEE;
    padding: 5px 10px;
    margin: 15px 0;
}

.seller-box .seller-icon {
    width: 40px;
    padding: 10px;
}

.seller-box .seller-icon img {
    max-width: 100%;
}

.seller-box .seller-name {
    font-size: 15px;
    flex: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.seller-box .chat-requet-btn img {
    width: 30px;
    margin-right: 5px;
}

.seller-box .chat-requet-btn {
    color: #FE4D4D;
    font-weight: bold;
    padding: 5px 10px;
}

.product-info-main {
    margin-top: 10px;
}

.product-info-main .rating-box {
    padding-top: 5px;
}

.product-info-main .rating-box .rating-text {
    margin: 0;
}

.product-info-main .rating-box i.fa {
    font-size: 13px;
    color: #FFCC00;
    letter-spacing: -1px;
}

.product-info-main .rating-box .reivew-number {
    color: #000;
    margin-left: 5px;
}

.product-info-main .product-overview p.parent {
    cursor: pointer;
}

.product-info-main .page-title {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.3px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 500;
}

.product-info-main .product-info-price {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
}

.product-info-main .product-info-price .price-sale {

    font-size: 37px;
    line-height: 47px;
    color: #ee772f;
    font-weight: 600;
    letter-spacing: -.7px;
}

.product-info-main .product-info-price .price-sale span {
    font-size: 26px;
}

.product-info-main .product-info-price .price-box .old-price {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.7px;

}

.product-info-main .product-info-price .price-box .price {
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -.7px;
}

.product-info-main .product-spec-service {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.product-info-main .product-spec-service:first-child {
    border-top: 1px solid #eee;

}

.product-info-main .product-spec-service p {
    margin: 0;
    padding-left: 35px;
    position: relative;
    line-height: 1.6;
}

.product-info-main .product-spec-service p.service-name {
    font-weight: 700;
}

.product-info-main .product-spec-service p span.delivery-date,
.product-info-main .product-spec-service p .warranty {
    color: #0b83e6;
    font-weight: 700;
}

.product-info-main .product-spec-service p.cod-info::before {
    content: '';
    background: url(/assets/images/icon/cash-on-delivery-icon.png) no-repeat 0 0 / 100%;
    display: inline-block;
    width: 24px;
    height: 15px;
    margin-right: 3px;
    vertical-align: middle;
}

.product-info-main .product-spec-service.delivery p.service-name::before {
    content: '';
    background: url(/assets/theme/image/product-fast-delivery.png) no-repeat 0 0 / 100%;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.product-info-main .product-spec-service.return p.service-name::before {
    content: '';
    background: url(/assets/theme/image/product-return.png) no-repeat 0 0 / 100%;
    position: absolute;
    left: 4px;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;

}



.product-info-main .product-add-form .attribute-box {
    padding: 15px 0;
}

.product-info-main .product-add-form .attribute-box .attribute-group {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-title {
    padding-right: 10px;
    min-width: 120px;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-title h4 {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    color: #777;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values {
    flex: 1;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .attribute-name {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;

}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option {
    cursor: pointer;
    border: 1px solid #959595;
    padding: 5px 10px;
    position: relative;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.select-attribute-img {
    width: 50px;
    padding: 0;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.active {
    border-color: #007aff;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.disabled {
    border-color: red;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.active::before,
.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option:hover::before {
    content: '';
    position: absolute;
    border: 12px solid transparent;
    left: 0;
    top: 0;
    z-index: 10;
}


.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.active::after,
.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option:hover::after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}


.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option:hover:before {
    border-left-color: #959595;
    border-top-color: #959595;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.active::before {
    border-left-color: #007aff;
    border-top-color: #007aff;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.disabled::before {
    content: '';
    position: absolute;
    border: 12px solid transparent;
    left: 0;
    top: 0;
    z-index: 10;
    border-left-color: red;
    border-top-color: red;
}

.product-info-main .product-add-form .attribute-box .attribute-group .attribute-group-values .option-list .attribute-option.disabled::after {
    content: '\f05e';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 8px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.product-options-bottom {
    border-top: 1px solid #959595;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 10px;
}

.product-options-bottom .quantity-box {
    width: 100px;
    flex-basis: 100px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    border: 1px solid #d3d3d3;
    margin-right: 10px;
}

.product-options-bottom .quantity-box .input-group {
    display: block;
}

.product-options-bottom .quantity-box .input-group .form-control {
    margin-bottom: 0;
    border: 0;
    text-align: center;
    height: 48px;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    padding: 0;
    outline: 0;
}

.product-options-bottom .quantity-box .quantity-actions {
    flex: 1;
    position: relative;
}

.product-options-bottom .quantity-box .quantity-actions::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #d3d3d3;
    top: 50%
}

.product-options-bottom .quantity-box .quantity-actions .btn-number {
    background: #fff;
    border: 0;
    border-left: 1px solid #d3d3d3;
    height: 24px;
    outline: 0;
    width: 100%;
}

.product-options-bottom .btn-actions {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
}

.product-options-bottom .btn-actions .btn-add-cart,
.product-options-bottom .btn-actions .btn-buy-now {
    flex: 1;
    height: 50px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 0 12px;
    box-shadow: none;
    line-height: 36px;
}

.product-options-bottom .btn-actions .btn-add-cart {
    background: none;
    border: 1px solid #346aff;
    color: #346aff;
}

.product-options-bottom .btn-actions .btn-buy-now {
    border: 0;
    background: #346aff;
    color: #ffffff;
}

.product-options-bottom .btn-actions .btn-buy-now i {
    font-size: 11px;
    margin-left: 5px;
}

.related-products-box {
    padding: 15px 0;
}

.product-content-box {
    display: -webkit-flex;
    display: flex;
    gap: 8px;
}

.product-content-box .product-info-left {
    width: 75%;
    flex-basis: 75%;
}

.product-content-box .product-info-right {
    width: 25%;
    flex-basis: 25%;
}


.related-products-box .block-title,
.seller-products-box .block-title,
.product-info-detailed .block-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;

    padding: 8px 0;
    padding-left: 10px;

}

.related-products-box .block-title::before,
.seller-products-box .block-title::before,
.product-info-detailed .block-title::before {
    position: absolute;
    display: block;
    content: " ";
    width: 4px;
    height: 14px;
    left: 0;
    top: 50%;
    border-radius: 15px;
    background: #F43319;
    margin-top: -7px;
}

.related-products-box .block-content {
    padding: 15px 0;
    position: relative;
}


.related-products-box .block-content .owl-nav .owl-prev,
.related-products-box .block-content .owl-nav .owl-next {

    position: absolute;
    font-size: 16px;
    line-height: 38px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    text-align: center;


}

.related-products-box .block-content .owl-nav .owl-prev {
    left: -20px;
}

.related-products-box .block-content .owl-nav .owl-next {
    right: -20px;
}

.related-products-box .block-content .owl-nav .owl-prev.disabled,
.related-products-box .block-content .owl-nav .owl-next.disabled {
    display: none;
}


.product-tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background-color: #fff;
    position: sticky;
    top: 52px;
    z-index: 11;

}

.product-tabs .tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-left: 0;
}

.product-tabs .tab:first-child {
    border-left: 1px solid #d3d3d3;
}

.product-tabs .tab.active {
    color: #fff;
    background-color: #346AFF;
    border-color: #346AFF;
    font-size: 13px;
}

.product-info-detailed {
    margin-top: 20px;
}

.product-info-detailed .block-content .bordered {
    width: 100%;
    margin-top: 20px;
}

.product-info-detailed .block-content .bordered tr {
    border-bottom: 1px solid #e5e5e5;
}

.product-info-detailed .block-content table.bordered tr td {
    padding: 10px 20px;
    text-align: center;
    color: #888;
}

.product-info-detailed .block-content table.bordered tr:first-child td {
    border-top: 1px solid #333;
}

.product-info-detailed .block-content table.bordered tr td {
    padding: 10px 8px;
    text-align: center;
    color: #888;
    font-size: 12px;
}

.product-info-detailed .block-content table.bordered tr td:nth-child(2n) {
    width: 35%;
}

.product-info-detailed .block-content table.bordered tr td:nth-child(2n+1) {
    background: #f3f3f3;
    width: 15%;
}

.product-info-detailed .block-content .description_content iframe {
    border: 0;
    outline: 0;
}

.product-info-detailed .block-content .description_content h1,
.product-info-detailed .block-content .description_content h2,
.product-info-detailed .block-content .description_content h3,
.product-info-detailed .block-content .description_content h4,
.product-info-detailed .block-content .description_content h5,
.product-info-detailed .block-content .description_content h6,
.product-info-detailed .block-content .detail_content h1,
.product-info-detailed .block-content .detail_content h2,
.product-info-detailed .block-content .detail_content h3,
.product-info-detailed .block-content .detail_content h4,
.product-info-detailed .block-content .detail_content h5,
.product-info-detailed .block-content .detail_content h6 {
    font-size: 17px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 8px;
}

.product-info-detailed .block-content .description_content p,
.product-info-detailed .block-content .detail_content p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
}

.product-info-detailed .block-content .description_content ul,
.product-info-detailed .block-content .detail_content ul {
    padding-left: 16px;
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-info-detailed .block-content .description_content ul li,
.product-info-detailed .block-content .detail_content ul li {

    list-style: disc;

}

.product-info-detailed .block-content .detail_content img {
    max-width: 100%;
    margin-bottom: 10px;

}

#rating_review,
#product_qa {
    border: 1px solid #d3d3d3;
    padding: 15px;
}

#rating_review .review-box {
    padding: 5px 15px;
    position: relative;
}

#rating_review .review-box .rating-box {
    padding: 5px 0;
    border-bottom: 1px solid #d3d3d3;
}

#rating_review .review-box .rating-box p {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#rating_review .review-box .reivew-content .no-reviews-box {
    margin-top: 15px;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #333;
    font-weight: 700;
}

.product-qa .product-qa-header {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-qa .product-qa-header .product-qa-title {
    flex: 1;
}

.product-qa .product-qa-header .product-qa-title h4 {
    font-size: 15px;
    line-height: 20px;
}

.product-qa .product-qa-header .product-qa-title p {
    font-size: 12px;
    line-height: 15px;
}

.product-qa .product-qa-header .product-qa-question-btn .btn-question {
    border: 1px solid #d3d3d3;
    padding: 8px 16px;
    cursor: pointer;
}

.catalog-view_op1 .product-info-detailed .block-content .qa_content {
    padding: 10px;
}

.product-qa .question-answer-box {
    background: #FFFBEC;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-qa .question-answer-box .question-answer-q {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.product-qa .question-answer-box .question-answer-q .question-icon {
    width: 50px;
    flex-basis: 50px;
    margin-bottom: 10px;

}

.product-qa .question-answer-box .question-answer-q .question-text {
    flex: 1;
    padding: 0 10px;
    margin-bottom: 10px;
}

.product-qa .question-answer-box .question-answer-q .question-text p {
    margin: 0;
    font-size: 12px;
}

.product-qa .question-answer-box .question-answer-a {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.product-qa .question-answer-box .question-answer-a .answer-icon {
    width: 38px;
    flex-basis: 38px;
    margin-left: 30px;
}

.product-qa .question-answer-box .question-answer-a .answer-text {
    flex: 1;
    padding: 0 10px;
}

.product-qa .question-answer-box .question-answer-a .answer-text p {
    font-size: 12px;
    margin: 0
}

.new_qestion_form {
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.new_qestion_form .new_qustion_form_header {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.new_qestion_form .new_qustion_form_header .question_form_type {
    width: 150px;
    flex-basis: 150px;
}

.new_qestion_form .new_qustion_form_header .question_form_title {
    flex: 1;
    padding: 0 10px;
}

.new_qestion_form .new_qustion_form_header .btn-blue {
    padding: 7px 35px;
}

.seller-order-box {
    background: #FFF1F1;
    padding: 15px 15px;
    position: sticky;
    top: 60px;
    height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.seller-order-box .side-order {
    flex: 1;
    margin-bottom: 30px;
}

.seller-order-box .side-order .side-order-img {
    width: 100%;
    margin-bottom: 10px;
}

.seller-order-box .side-order .side-order-detail p {
    font-size: 13px;
}

.seller-order-box .side-order .side-order-detail .side-product-price {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty {
    padding: 10px 0;
}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty .control {
    max-width: 90px;
    display: -webkit-flex;
    display: flex;
    align-content: center;
}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty .control .form-control {
    width: 100%;
    background-color: #fff;
    padding: 5px 8px;
    text-align: center;
    line-height: 1;
    border: 0;
    height: auto;
}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty .control .btn-number {
    outline: none;
    border: 0;
    background: #fff;
    padding: 0 7px;
    font-size: 17px;

}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty .control .btn-number.qtyplus {
    border-left: 1px solid #ddd;
}

.seller-order-box .side-order .side-order-detail .side-product-price .form-qty .control .btn-number.qtyminus {
    border-right: 1px solid #ddd;
}

.seller-order-box .side-order .side-order-detail .side-product-price .price-box p {
    margin: 0;
}

.seller-order-box .side-order .side-order-detail .side-product-price .price-box p.old-price {
    text-decoration: line-through;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -.7px;

}

.seller-order-box .side-order .side-order-detail .side-product-price .price-box p.price {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
}

.seller-order-box .side-order .side-order-detail .side-product-price .price-box {
    flex: 1;
    text-align: right;
}

.seller-order-box .side-order .side-order-detail .seller-order-options {
    margin: 8px 0;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-name {
    font-size: 12px;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-name .option-value {
    font-weight: 700;
    margin-left: 15px;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list {
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #959595;
    position: relative;
    overflow: hidden;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.active {
    border-color: #007aff;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.disabled {
    border-color: red;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.active::before,
.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item:hover:before {
    content: '';
    position: absolute;
    border: 12px solid transparent;
    left: 0;
    top: 0;
    z-index: 10;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item:hover:before {
    border-left-color: #959595;
    border-top-color: #959595;
}


.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.active::before {
    border-left-color: #007aff;
    border-top-color: #007aff;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.disabled:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    left: 0;
    top: 0;
    z-index: 10;
    border-left-color: red;
    border-top-color: red;
}

.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.active::after,
.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item:hover::after {
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}


.seller-order-box .side-order .side-order-detail .seller-order-options .option-list .option-item.disabled::after {
    content: '\f05e';
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 8px;
    text-align: center;
    font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Pro, FontAwesome !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.seller-order-box .side-actions {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.seller-order-box .side-actions .total-amount {
    display: -webkit-flex;
    display: flex;
    align-content: center;
}

.seller-order-box .side-actions .total-amount .amount-text {
    flex: 1;
    font-size: 20px;
    font-weight: 600;
}

.seller-order-box .side-actions .total-amount .amount-value {
    font-size: 20px;
    font-weight: 600;
    color: #ee772f;
}

.seller-order-box .side-actions .side-btn {
    margin-top: 15px;
}

.seller-order-box .side-actions .side-btn button {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 8px 12px;
    outline: none;
    font-size: 16px;
    font-weight: 600;


}

.seller-order-box .side-actions .side-btn button.btn-add-cart {
    background: none;
    border: 1px solid #346aff;
    color: #346aff;
    margin-bottom: 8px;
}


.seller-order-box .side-actions .side-btn button.btn-buy-now {
    color: #fff;
    background: #346aff;
    border: 0;

}

.seller-products-box {
    margin: 15px 0;
}

.seller-products-box .block-title {
    margin-bottom: 10px;
}

.chat_box_minimum {
    display: none;
}

.cart-success-popup {
    background-color: rgb(0 0 0 / 40%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    display: none;
}

.cart-success-popup .cart-success-popup-content {
    background-color: #fff;
    border-radius: 20px;
    max-width: 300px;
    margin: auto;

    width: 300px;
    padding: 15px;
    top: 150px;
    left: 50%;
    margin-left: -150px;
    position: absolute
}

.cart-success-popup .cart-success-popup-content .popup-title {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.cart-success-popup .cart-success-popup-content .product-short {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
    gap: 8px;

    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.cart-success-popup .cart-success-popup-content .product-short .product-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.cart-success-popup .cart-success-popup-content .product-short .product-img img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail {
    flex: 1;
    max-width: 67%;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail p {
    margin: 0;
    color: #333;
    line-height: 1.3;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail p.product-name {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    color: #333;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail p.product-option {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail p.product-price {
    font-size: 15px;
    color: #ED841B;
    font-weight: 600;
}

.cart-success-popup .cart-success-popup-content .product-short .product-detail p.product-price .origin-price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 10px;
}

.cart-success-popup .cart-success-popup-content .cart-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px 0;
    gap: 8px;
}

.cart-success-popup .cart-success-popup-content .cart-actions .btn-box .btn {
    padding: 8px 16px;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 11px;
    cursor: pointer;
}

.cart-success-popup .cart-success-popup-content .cart-actions .btn-box .btn.btn-continue-shopping {
    color: #346aff;
    border: 1px solid #346aff;

}

.cart-success-popup .cart-success-popup-content .cart-actions .btn-box .btn.btn-go-cart {
    background: #346aff;
    color: #ffffff;

}