<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-fluid.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.vtn-sp-card .card-body{
    border-radius: 4px;
}
.vtn-sp-card .card-header{
    background-color: #eee;
}
.vtn-sp-card .card-header .caption{
    font-size: 24px;
    margin-bottom: 0;
}

.vtn-breadcrumb ol{
    list-style: none;
    padding-left: 0;
}
.vtn-breadcrumb ol li{
    padding: 0 8px;
    margin: 0 4px;
    position: relative;
}
.vtn-breadcrumb ol li a{
    font-size: 14px;
    color: #232323;
}
.vtn-breadcrumb ol li:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -8px;
}
.vtn-breadcrumb ol li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.vtn-breadcrumb ol li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.vtn-breadcrumb ol li:last-child:after{
    content: "";
}

.user-info .img-section img{
    border-radius: 100%;
    box-shadow: 0 0.1rem .9rem rgb(0 136 242) !important;
}
.user-info .desc-section .username{
    font-weight: 700;
    font-size: 16px;
}
.user-info .desc-section .userwallet{
    font-size: 14px;
    color: #232323;
}
.user-info .desc-section .userwallet b{
    font-size: 16px;
    color: #27ae60;
}
.user-info .update-info{
    font-size: 12px;
    padding: 5px;
}
.logout{
    color: #c0392b;
    font-weight: 700;
    font-size: 13px;
}

.vtn-left-accordion .accordion-action{
    padding: 15px 25px;
    background-color: #fff;
    color: #232323;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.vtn-left-accordion .accordion-action .fa-chevron-right{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vtn-left-accordion .accordion-action.collapsed .fa-chevron-right{
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.vtn-left-accordion .accordion-action.collapsed{
    background-color: #eee;
}
.vtn-left-accordion .accordion-action i{
    transition: all .3s;
}
.vtn-left-accordion .accordion-links a{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #232323;
    padding: 15px 15px 15px 25px;
    border-left: 6px solid transparent;
}
.vtn-left-accordion .accordion-links a.active{
    border-color: #0088f2;
    background-color: #f5f5f5;
}
.vtn-left-accordion .accordion-links a:hover{
    background-color: #f5f5f5;
    border-color: #232323;
}

.vtn-user-detail .user-info:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.vtn-user-detail .user-info:last-child{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.vtn-user-detail .user-info{
    background-color: #eee;
    border:1px solid #ddd;
    color: #232323;
    padding: 10px 15px;
}

.vtn-user-detail .user-info input{
    border: none;
    background-color: transparent;
    padding: 5px 10px;
    border-radius: 4px;
    min-width: 200px;
    max-width: 100%;
    margin-right: 15px;
    text-align: right;
}
.vtn-user-detail .user-info input:focus{
    outline: none;
    background-color: #fff;
}
.vtn-btn-success{
    background: #27ae60;
    border: 1px solid #27ae60;
    box-shadow: unset;
    color: #fff;
}
.vtn-btn-success:hover{
    color: #fff;
    background: #30bd6c;
    border-color: #30bd6c;
}
.vtn-btn-info{
    background: #2980b9;
    border: 1px solid #2980b9;
    box-shadow: unset;
    color: #fff;
}
.vtn-btn-info:hover{
    color: #fff;
    background: #378cc4;
    border-color: #378cc4;
}

.vtn-product{
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.vtn-product.rocket-delivery-product{
    border: 3px solid #9b59b6;
}
.vtn-product:hover{
    text-decoration: none;
}
.vtn-product:hover .img-section .product-img{
    transform: scale(1.1) translateY(-50%);
}
.vtn-product .img-section{
    background-color: #fff;
    border-radius: 0;
    /*padding: 15px;*/
    /*border: 1px solid #b7b7b766;*/
    width: 100%;
    overflow: hidden;
}
.vtn-product .img-section .img-layer{
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 0;
}
.vtn-product .img-section .product-img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}

.vtn-product .desc-section{
    padding: 15px;
}
.vtn-product .desc-section .product-caption{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    margin-top: 0 !important;
}
.vtn-product .desc-section .product-server{
    font-weight: 700;
    font-size: 18px;
    color: #232323;
}
.vtn-product .desc-section .product-price{
    font-weight: 700;
    font-size: 22px;
    color: #232323;
}
.vtn-product .product-label{
    position: absolute;
    right: 5px;
    top: 15px;
    width: 100%;
    z-index: 10;
}
.vtn-product .product-label .new-product{
    padding: 3px 8px;
    font-size: 13px;
    color: #fff;
    background-color: #2980b9;
    font-weight: 700;
    border-radius: 6px;
    line-height: 16px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 65%);
}
.vtn-product .product-label .rocket-product{ line-height: 15px;}
.vtn-product .product-label .rocket-product{
    background-color: #27ae60 !important;
}
.vtn-product .product-created-date{
    font-size: 10px;
    position: relative;
    left: -10px;
    top: -10px;
    height: 10px;
}
.vtn-product .product-created-area{
    position: absolute;
    left: 5px;
    bottom: 5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    font-size: 10px;
    z-index: 10;
}


.open-fmb{
    width: 200px;
    padding: 10px 15px;
    bottom: 15px;
    left: 15px;
    color: #5e6b79;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
}
.open-fmb:hover{
    text-decoration: none;
}
.open-fmb i{
    font-size: 12px;
    color: #27ae60;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.fmb{
    position: fixed;
    z-index: 92021;
    left: -100%;
    top: 0;
    width: 270px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    border-left: 1px solid #dde3eb;
    transition: right .3s;
}
.fmb.active{
    left: 0;
}
.fmb .messages-main-caption{
    padding: 15px;
    border-bottom: 1px solid #eaedf2;
}
.fmb .messages-main-caption span{
    font-size: 18px;
}
.fmb .messages-main-caption .close-fmb{
    color: #232323;
    font-size: 24px;
}

.fmb .fmb-search-box{
    padding: 5px 15px;
}
.fmb .fmb-search-box .fa-search{
    font-size: 18px;
    height: 54px;
    line-height: 55px;
    left: 15px;
}
.fmb .fmb-search-box input{
    height: 54px;
    border: none;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
    color: #232323;
    font-size: 13px;
}
.fmb .fmb-search-box input:hover,
.fmb .fmb-search-box input:focus{
    outline: none;
}

.fmb-filter-buttons{
    border-top: 1px solid #eaedf2;
    padding: 10px 15px;
}
.fmb-filter-buttons a{
    padding: 8px;
    width: calc(100% - 10px);
    font-size: 13px;
    color: #666;
    border-radius: 2px;
    transition: background-color .3s, color .3s;
}
.fmb-filter-buttons a:first-child{
    margin-right: 5px;
}
.fmb-filter-buttons a:last-child {
    margin-left: 5px;
}
.fmb-filter-buttons a.active,
.fmb-filter-buttons a:hover{
    background-color: #0088f2;
    color: #fff;
    text-decoration: none;
}

.fmb-subjects{
    height: calc(100% - 187px);
    overflow-y: auto;
}
.fmb-subjects .fmb-subject{
    padding: 10px 15px;
    border-top: 1px solid #eaedf2;
    background-color: rgb(247, 249, 251);
    transition: background-color .3s, color .3s;
}
.fmb-subjects .fmb-subject.unread{
    background-color: #2323231f;
}
.fmb-subjects .fmb-subject:hover{
    text-decoration: none;
}
.fmb-subjects .fmb-subject.active{
    text-decoration: none;
    background-color: #0088f2;
    color: #fff;
}
.fmb-subjects .fmb-subject.active .fmb-subject-caption,
.fmb-subjects .fmb-subject.active .fmb-subject-date{
    color: #fff;
}
.fmb-subjects .fmb-subject .fmb-subject-caption{
    width: 100px;
    font-size: 14px;
    color: #232323;
}
.fmb-subjects .fmb-subject .fmb-subject-date{
    right: 15px;
    top: 15px;
    font-size: 10px;
    color: rgb(139, 149, 161);
}
.fmb-subjects .fmb-show-more-subject{
    position: sticky;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #232323;
    padding: 10px;
    z-index: 10;
}
.fmb-subjects .fmb-show-more-subject i{
    font-size: 12px;
}

.fmb-bottom{
    position: fixed;
    left: 300px;
    z-index: 2022;
    bottom: 0;
    width: calc(100% - 300px);
}
.fmb-bottom .fmb-bottom-box{
    margin: 0 10px;
    width: 330px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fmb-bottom .fmb-bottom-box .fmb-bottom-box-caption{
    background-color: #232323;
    padding: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fmb-bottom .fmb-bottom-box .left-captions{
    width: 180px;
}
.fmb-bottom .fmb-bottom-box .left-captions span{
    display: block;
    line-height: 16px;
}
.fmb-bottom .fmb-bottom-box .left-captions span:hover{
    cursor: default;
}
.fmb-bottom .fmb-bottom-box .left-captions .fmb-product-name{
    font-size: 16px;
    color: #efefef;
}
.fmb-bottom .fmb-bottom-box .left-captions .fmb-username{
    font-size: 14px;
    color: #666;
}

.fmb-bottom .fmb-bottom-box .right-buttons a{
    color: #888888;
    transition: color .3s;
}
.fmb-bottom .fmb-bottom-box .right-buttons a:hover,
.fmb-bottom .fmb-bottom-box .right-buttons a:focus{
    color: #fff;
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown button{
    background: none;
    border: none;
    padding: 0;
    color: #888888;
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown button:after{
    display: none;
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown .dropdown-menu{
    display: none !important;
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown .dropdown-menu.show{
    display: block !important;
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown .dropdown-menu a{
}
.fmb-bottom .fmb-bottom-box .right-buttons .dropdown .dropdown-menu a:hover{
    color:#232323;
}

.fmb-bottom-send-message{
    border-top: 1px solid #bfc8d2;
}
.fmb-bottom-send-message input{
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 14px;
}
.fmb-bottom-send-message input:focus,
.fmb-bottom-send-message input:hover{
    outline: none;
}

.fmb-bottom-messages{
    height: 300px;
    overflow-y: auto;
    background-color: #fff;
    padding: 15px;
}
.fmb-bottom-messages .fmb-msg .fmb-msg-span{
    position: relative;
    padding: 10px 15px;
    border-radius: 8px;
    color: #2d3740;
    background-color: #e4e8ed;
    font-size: 14px;
    max-width: 100%;
}
.fmb-bottom-messages .fmb-msg img{
    margin-right: 5px;
}
.fmb-bottom-messages .fmb-msg .waiting-message{
    font-size: 10px;
    color: #232323;
    position: absolute;
    right: 0;
    bottom: -15px;
    white-space: nowrap;
}
.fmb-bottom-messages .fmb-msg .fmb-msg-time{
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-size: 10px;
}
.fmb-bottom-messages .fmb-msg .msg-status.read{
    color: #0088f2 !important;
}
.fmb-bottom-messages .fmb-msg .msg-status{
    position: absolute;
    bottom: -13px;
    right: 0;
    margin-right: 3px;
}
.fmb-bottom-messages .fmb-msg{
    width: auto;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.fmb-bottom-messages .fmb-msg-right{
    justify-content: flex-end;
}
.fmb-bottom-messages .fmb-msg-right .fmb-msg-span{
    background-color: rgba(163,224,225,.5);
}

.vtn-rocket-products-carousel{
    position: relative;
    background: #f2f2f2;
    border: 1px solid #ededed;
    margin: 15px;
    padding: 15px 30px;
    border-radius: 4px;
}
.rocket-carousel-buttons a{
    border-radius: 100%;
    padding: 5px;
    background-color: #9b59b6;
    border: 2px solid #591774;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color .3s;
    -webkit-transform-origin: left top;
}
.rocket-carousel-buttons a:hover{
    background-color: #591774;
}
.rocket-carousel-buttons .rocket-next i{
    transform: rotate(45deg);
}
.rocket-carousel-buttons .rocket-next{
    right: -20px;
}
.rocket-carousel-buttons .rocket-prev i{
    transform: rotate(-135deg);
}
.rocket-carousel-buttons .rocket-prev{
    left: -20px;
}

.vtn-rocket-products-carousel .vtn-product{
    margin: 0 !important;
}
.vtn-sold-out{
    position: absolute;
    z-index: 12;
    color: #fff;
    padding: 2px 15px;
    background: #232323cf;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(
            -45deg);
}
.sold-out-link{
    border-radius: 4px;
    background-color: #f2f2f2;
    color: #232323;
    padding: 10px 20px;

}

.opacity-05{
    opacity: .5;
}
.remove-cart-item{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e74c3c;
    color: #ecf0f1;
    z-index: 120;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-bottom-right-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: background-color .3s;
    border-right: 2px solid #c0392b;
    border-bottom: 2px solid #c0392b;
}
.remove-cart-item:hover{
    background-color: #c0392b;
    color: #ecf0f1;
}
.fs-14{
    font-size: 14px;
}
.disabled-button{
    opacity: .5;
    pointer-events:none;
    cursor: not-allowed;
}

@media (max-width: 1200px) {
    .vtn-product{
        width: calc(25% - 30px);
    }
}
@media (max-width: 990px) {
    .vtn-product{
        width: calc(33.333% - 30px);
    }
    .open-fmb{
        width: 200px;
        padding: 10px 15px;
        bottom: 85px;
        left: 15px;
        color: #5e6b79;
        background: #fff;
        box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
    }
    .fmb{
        width: 100%;
    }
    .fmb-bottom{
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        z-index: 100000;
        transition: left .3s;
    }
    .fmb-bottom.active{
        left: 0;
    }
    .fmb-bottom .fmb-bottom-box{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        z-index: 1;
    }
    .fmb-bottom-messages{
        padding: 15px 15px 0;
        height: calc(100% - 107px );
    }
    .fmb-bottom .fmb-bottom-box .fmb-bottom-box-caption{
        border-radius: 0 !important;
    }
    .open-fmb{
        display: none !important;
    }
    .tawk-button{
        display: none !important;
    }
}
@media (max-width: 768px) {
    .vtn-product{
        width: calc(50% - 30px);
    }
}
.disabled-pay-it{
    opacity: 0.3;
    pointer-events:none;
}
.bulk-load{
    color: #fff;
}
.bulk-load:hover{
    color:#ddd;
}
</pre></body></html>