
.navbar-brand {
    padding-top: 7px;
    margin: 0px;
}

.navbar-brand .name {
    display: inline-block;
    margin-top: 7px;
}

.intro-home {
    height:10px;
    display:block;
}

.image-home-ads {
    width: 100%;
    height: 300px;
}
.navbar-brand table:hover {
    color: white;
}

.navbar-brand .name:hover {
    color: white;
}

.navbar-brand .description {
    font-size: 14px;
    color: white;
    font-weight: normal;
}

.navbar-brand table td {
    vertical-align: top;
}

.navbar-brand img {
    margin-top: 7px;
    margin-right: 0px;
    height: 50px;
}
td.site-name {
    padding-left: 7px;
}

@media (max-width: 769px) {
    td.site-name {
        padding-left: 3px;
    }

    .navbar-brand img {
        margin-right: 5px;
    }
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.post-item {
    text-align: center;
}

.thumb {
    width: 100%;
    height: 239px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

.post_date {
    font-size: 12px;
}

.product-thumb {
    min-height: 373px;
}

.title_item {
    padding-top: 7px;
    margin-bottom: 7px;
    min-height: 105px;
    font-weight: normal;
}

.short_name {
    font-weight: bold;
    line-height: 1.3;
}

.thread-slug {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 15px;
}

.sub-title {
    color:blue;
    text-align: center;
    margin-bottom: 30px;
}

.threads {
    overflow: hidden;
}

nav {
    text-align: center;
}

.img-responsive {
    display: inline;
}

.slogan {
    font-size: 14px;
    color: #d0d0d0;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}
.tiktok {
    font-size: 25px;
    font-weight: 900;
}


.hidden {
    display: none;
}

.hidden-pc {
    display: none;
}

.customer-account a, .customer-account span, .customer-account-mb a, .customer-account-mb span {
    color: #f0f0f0;
}

.customer-account-mb {
    width: 200px;
    height: 20px;
    /* border: 1px solid red; */
    margin-top: -6px;
    text-align: right;
    padding-right: 9px;
    margin-right: 25px;
    float: right;
    font-size: 14px;
}

@media (min-width: 100px) and (max-width: 400) {
    .customer-account-mb {
        display: block;
        font-size: 13px;
        float: right;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
  .customer-account-mb {
    display: block;
    margin-right: 36px;
    float: right;
    padding-top: 20px;
  }
}

@media (min-width: 400px) and (max-width: 452px) {
    .customer-account-mb {
        padding-top: 0px;
        margin-right: 25px;
    }
}

@media (min-width: 769px) and (max-width: 1197px) {
  .navbar-and-search {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {

    .image-home-ads {
        width: 100%;
        height: 200px;
    }

    .product-thumb {
        min-height: 339px;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-pc {
        display: inline-block;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}

/* tailwind css */
.float-right {
    float: right;
}

h1 {
    font-size: 19px;
    font-weight: bold;
}

h3 {
    font-size: 19px;
}

.p-0 {
    padding: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.p-5 {
    padding-top: 5px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-25 {
    margin-left: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.w-full {
    width: 100%;
}

.fs-20 {
    font-size: 20px;
}

.alignjustify {
    text-align: justify;
}

.aligncenter {
    text-align: center;
}

.install-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 3px 3px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(45deg, #007BFF, #00C4B4);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.3s;
}

.install-btn img {
    height: 20px;
    border-radius: 5px;
}

.install-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
    background: linear-gradient(45deg, #0056b3, #009688);
}

.install-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.2);
}

.install-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
