.categories-menu ul.nav {
    display: none !important;
}

.list-products-left {
    display: flex;
    justify-content: space-between;
    gap: 0px 25px;
}

.list-content-ttkt table tr td:nth-child(1) {
    border-right: 0;
}

.images.images-slick-details.full-image {
    width: 100%;
}

.item-images-products-details {
    width: 50%;
}

.content-fortigate-details {
    width: 48%;
}

.action-products-lefts .images img {
    /* border-radius: 5px; */
    width: auto;
}

.product-title h1 {
    font-size: 24px;
    color: var(--color-base);
    line-height: 1.2;
}

.rating-star i.fa.fa-star svg {
    width: 16px;
    height: 16px;
}

.rating-star a {
    position: relative;
    left: 5px;
    top: -1px;
}

.price {
    color: var(--color-hover);
}

.price-big {
    margin-bottom: 10px;
}

.price-big .price-call {
    font-size: 22px;
    font-weight: bold;
}

em {
    font-style: italic;
}

.rating-star {
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.desc-products-details {
    border-radius: 5px;
}

.desc-products-details p {
    padding-bottom: 10px;
}

.desc-products-details ul li {
    list-style: disc !important;
    margin-left: 20px;
}

.images-slick img {
    border: 1px solid #DDD;
    max-width: 100%;
    padding: 2px;
    background: #FFF;
    /* border-radius: 100%; */
    /* width: 75px; */
    /* height: 75px; */
    margin: 0 auto;
}

.images-slick {
    padding: 3px;
}

.zlboxs {
    border-radius: 3px;
    background-color: #FFF;
    padding: 15px;
    color: #555;
    margin-bottom: 10px;
    border: 1px solid #EEE;
}

.zlboxs h5 {
    font-weight: bold !important;
    font-size: 18px;
    color: #333;
}

.product-info h5 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.zlboxs ul {
    margin: 20px 0;
    font-size: 15px;
}

.hedding-ttkt-sidebar a:hover {
    color: #Fff;
}

.note-buy-product strong {
    /* color: #ff0000 !important; */
}

.zlboxs ul li {
    margin-bottom: 10px;
}

.zlboxs ul li::before {
    content: '';
    margin-right: 10px;
    background: url(../images/check@2x.png);
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin-right: 8px;
    float: left;
    margin-top: 5px;
}

.pd-offer-group {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px #1B4282;
    box-shadow: 0 0 0 1px #1B4282;
    margin: 12px 0;
    padding: 6px 0;
    margin-bottom: 20px;
}

.pd-offer-group .title {
    background: #1B4282;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    margin: 0 0 11px -8px;
    max-width: 219px;
    width: 100%;
    padding-left: 32px;
    padding-bottom: 0px;
}

.pd-offer-group .title::before {
    content: '';
    border-top: 8px solid #02173a;
    border-left: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 100%;
}

.pd-offer-group .title::after {
    content: '';
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: -14px;
}

.pd-offer-group ul {
    margin: 15px 15px 15px 30px;
}

.pd-offer-group ul li {
    list-style: circle !important;
    font-size: 15px;
    line-height: 1.4;
    color: #555;
    margin-bottom: 5px;
}

.quantity-div {
    width: 39%;
    display: flex;
    align-items: center;
}

.addtocart label {
    margin-right: 0;
    display: inline-block;
    width: auto;
    color: #666;
    font-size: 14px;
}

.addtocart label {
    margin-right: 20px;
}

.addtocart input,
.addtocart label {
    float: left;
    line-height: 36px;
}

.addtocart input.quantity,
input.quantity {
    width: 66px;
    padding: 0;
    text-align: center;
    border: 1px solid #E5E5E5;
    line-height: 36px;
    border-radius: 3px 0 0 3px;
}

.pull-left {
    float: left !important;
}

.product-info .quantity-wrapper .add-action {
    border-bottom: 1px solid #ebeef2;
    border-right: 1px solid #ebeef2;
    border-top: 1px solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 19px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 30px;
    background: #F5F5F5;
    margin: 0;
}

.btn-buy {
    background: #F5F5F5;
    border-radius: 3px;
    color: #473418;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border: none;
    border: 1px solid #DDD;
    text-transform: uppercase;
    font-size: 14px;
}

a.buy_now {
    width: 100%;
    border: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: var(--color-hover);
    margin: 10px 0 5px 0;
    text-decoration: none;
    border-bottom: 0 !important;
    width: 100%;
    cursor: pointer;
    border: 1px solid var(--color-hover);
    font-weight: bold;
}

a.buy_now:hover {
    background: var(--bg-brown);
    color: var(--color-base) !important;
    border: 1px solid var(--bg-brown) !important;
}

a.buy_now:hover span {
    color: var(--color-base) !important;
}

a.buy_now span,
a.contact_now span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
    font-weight: normal;
}

a.contact_now {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 12px;
    display: block;
    background: #473418;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}

.box-details {
    padding-bottom: 6rem;
}

span.add-up.add-action.fa.fa-plus svg {
    width: 14px;
    height: 14px;
    margin-bottom: -6px;
}

span.add-down.add-action.fa.fa-minus svg {
    width: 15px;
    height: 15px;
}

span.add-down.add-action.fa.fa-minus svg path {
    stroke: #6f6f6f;
}

span.add-up.add-action.fa.fa-plus svg path {
    stroke: #6f6f6f;
}

.contentin-details .product-bottom {
    display: flex;
}

.product_sidebar {
    width: 350px;
}

.product_content {
    width: 100%;
}

.hedding-ttkt-sidebar span {}

.hedding-ttkt-sidebar {
    background: #1B4282;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-content-ttkt ul li {
    padding: 5px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.list-content-ttkt ul li span {
    color: #473418;
    width: 50%;
    display: inline-block;
}

.btn-threads a {
    display: block;
    border: 1px solid #473418;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    color: #473418;
}

.btn-threads {
    margin-top: 20px;
}

.box-ttkt-products-sidebar {
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eee;
}

.item-blog-ttkt {
    display: flex;
    justify-content: space-between;
    gap: 0px 10px;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.images-blogs-details {
    width: 35%;
}

.content-blog-ttkt {
    width: 65%;
}

.date-blog-ttkt p svg {
    width: 15px;
    height: 15px;
    margin-bottom: -3px;
}

.content-blog-ttkt a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-blog-ttkt p {
    font-style: italic;
    font-size: 13px;
    color: #555;
    padding-bottom: 0px;
}

.images-blogs-details img {
    display: block;
    height: 100%;
}

.hedding-ttkt-sidebar a {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
}

.sidebar-products-details .content-blog-ttkt a {
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar-products-details .price-slider p {
    color: #f00;
    font-weight: 600;
}

.contentin-details {
    padding: 20px 0px;
}

.entry-content p.dtcvmodetail,
.entry-content p.dtchide {
    margin-bottom: 0;
}

.entry-content p {}

.dtcvmodetail,
.dtchide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    padding-top: 85px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .91) 50%, rgba(255, 255, 255, 1) 55%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    cursor: pointer;
}

.dtcvmodetail span,
.dtchide span {
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    color: #3d3d3d;
    background: #fff;
    border: solid 1px #666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 20px;
}

.content-expand.clearfix {
    position: relative;
}

.dtshow {
    height: auto !important;
    padding-bottom: 130px;
}

.content-expand {
    /* height: 550px; */
    /* overflow: hidden; */
    padding: 0 0 15px;
    position: relative;
}

.content-expand ul li {
    list-style: disc !important;
    margin-left: 18px;
}

.content-expand p {
    padding: 0 0 10px 0;
}

.content-expand ul {
    margin-bottom: 10px;
}

.content-expand strong {
    font-weight: 600;
}

#ProductRating {
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #EEE;
    width: 100%;
    margin: 0 auto;
    background: white;
}

.entry-content .h3-title {
    font-size: 20px;
    border-bottom: 1px solid #f5f5f570;
    padding-bottom: 5px;
    position: relative;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 400;
}

.images-slick-details__img {
    position: relative;
    overflow: hidden;
    background: white;
    text-align: center;
}

.images-slick-details__img img {
    width: auto;
    margin: 0 auto;
}

div#ProductRating .h3-title:after {
    width: 50px;
    height: 2px;
    background: #cf3034;
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
}

.h3-title {
    font-size: 20px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
    font-size: 18px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.stars.starrr {
    margin-bottom: 0;
    color: #555;
}

textarea.form-control {
    height: auto;
    font-family: unset;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.aggregateRating {
    margin-bottom: 0;
    color: #555;
}

form#comment_data {
    margin-top: 15px;
}

.form-group1 {
    margin-bottom: 15px;
}

#form#comment_data input {
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 15px;
    transition: all 0.15s linear 0s;
    border: 1px solid #EEE;
    background: #FFF;
    width: 100%;
    box-shadow: none;
    height: auto;
}

.attachment {
    background: #F5F5F5;
    border-radius: 0 0 3px 3px;
    padding: 5px 15px;
    margin-top: 15px;
    text-align: right;
    overflow: hidden;
    color: #555;
}

#inputField .btn {
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(54, 35, 18, 1) 0%, rgba(97, 76, 32, 1) 34%, rgba(156, 130, 54, 1) 64%, rgba(232, 202, 81, 1) 92%)#473418;
    color: #FFF;
    font-weight: normal;
    border-radius: 0;
    padding: 6px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 22px;
}

#comments {
    display: block;
    margin: 30px 0 0 0;
}

#comments .cmmnt,
ul .cmmnt,
ul ul .cmmnt {
    display: block;
    position: relative;
    padding-left: 65px;
    min-height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
}

#comments strong.name {
    color: rgb(92, 184, 92);
}

#comments .cmmnt .avatar {
    position: absolute;
    top: 18px;
    left: 0;
    background: #888;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    color: #FFF;
    font-weight: 700;
}

#comments .cmmnt .cmmnt-content {
    padding: 5px 0;
    background: #FFF;
    border-radius: 2px;
    color: var(--color-3);
}

#comments .cmmnt .cmmnt-content header {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

#comments .cmmnt .cmmnt-content header .userlink {
    font-weight: 700;
}

#comments .cmmnt .cmmnt-content header .pubdate {
    color: #777;
    font-size: 13px;
}

#comments .cmmnt .cmmnt-content p {
    background: #F9f9f9;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0;
}

#ProductRating .review_comment_images {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -6px;
}

span.rate.pull-right svg {
    width: 16px;
    height: 16px;
}

.stars.starrr.pull-left i svg {
    width: 18px;
    height: 18px;
    margin-bottom: -4px;
}

.aggregateRating {
    text-align: right;
}

.list-content-ttkt {
    padding: 5px;
}

.list-content-ttkt-blogs {
    padding: 0px 5px;
}

.entry-content .h3-title::after {
    width: 50px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -1px;
    background: #af8c2d;
}

ul.replies .userlink {
    font-weight: 700;
}

ul.replies a {
    color: rgb(19, 134, 223);
}

#comments .cmmnt .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.addtocart.quantity-adder.clearfix {
    padding-top: 15px;
}

.quantity-div p {
    padding-bottom: 0px;
    margin-right: 10px;
}

p.dtcvmodetail svg {
    width: 23px;
    height: 25px;
    margin-bottom: -9px;
}

p.dtchide svg {
    width: 23px;
    height: 25px;
    margin-bottom: -9px;
}

button.btn-buy:hover {
    border: 1px solid #473418;
}

.action-products-lefts .images {
    border-radius: 5px;
    margin-bottom: 10px;
}

.main-products-details {
    margin-top: 20px;
}

a.contact_now.fancybox:hover {
    color: #fff;
}

a.contact_now:hover {
    background: var(--color-hover);
}

.list-content-ttkt table {
    width: 100%;
    border: 1px solid #cdcdcd;
}

.list-content-ttkt table tr td {
    border-bottom: 1px solid #cdcdcd !important;
    border: none;
}

.list-content-ttkt table {
    border: none;
}

.zlboxs.zl-box-detail-products ul {
    margin: 0px;
}

.zlboxs.zl-box-detail-products ul li:before {
    content: "-";
    background: none;
    margin-top: 0px;
    font-size: 30px;
    top: -13px;
    position: absolute;
    left: 0;
    float: unset;
}

.zlboxs.zl-box-detail-products ul li {
    position: relative;
    padding-left: 20px;
}

.price_old {
    font-size: 16px;
    color: #b7b7b7;
}

.pd-offer-group ul li:before {
    content: "-";
    position: absolute;
}

.pd-offer-list ul li:before {
    content: "-";
    background: none;
    margin-top: 0px;
    font-size: 30px;
    top: -13px;
    position: absolute;
    left: -16px;
    float: unset;
}

.pd-offer-list ul li {
    list-style: none !important;
    position: relative;
}

.product-single__options {
    display: flex;
    gap: 0px 13px;
}

label.option.active .checkmark-label {
    background: #3e6807;
    border: 1px solid #68762b;
    color: #Fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.product-single__options .options {
    display: flex;
    gap: 0px 7px;
}

.option .checkmark-label {
    background: rgba(62, 104, 7, .1);
    border: 1px solid rgba(62, 104, 7, .2);
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.icon.shopee img {
    border-radius: 100%;
}

.action-products-lefts .images {
    width: 79%;
    float: right;
}

.list-images-details {
    width: 20%;
    float: left;
}

.note-buy-product {
    font-size: 12px;
    margin-bottom: 1.4rem;
}

.addtocart.quantity-adder.clearfix form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
}

.addtocart.quantity-adder.clearfix form a.add-to-cart {
    width: calc(100% - 39%);
}

.stars.starrr {
    display: flex;
    gap: 0px 10px;
    margin-bottom: 10px;
}

.note-buy-product strong span {
    color: #ff0000 !important;
}

.star-rating {
    margin-top: -10px;
}

span.icon-danhgia svg {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
}

.order-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 5px 11px;
    background: linear-gradient(to right, #ff4d4d, #ff7730);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(255, 77, 77, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin: 0 auto;
}

.order-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 77, 77, 0.4);
}

.order-button:active {
    transform: translateY(1px);
}

.cart-icon {
    font-size: 24px;
}

.ecommerce-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 8px;
}

.icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.shopee {
    background-color: #ff4500;
    color: white;
}

.tiktok {
    background-color: black;
    color: white;
    font-size: 14px;
}

.lazada {
    background-color: #0f146d;
    color: white;
}

.content-page h1,
.noi_dung_in h1 {
    font-size: 28px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@media(max-width:1200px) {
    .quantity-div p {
        display: none;
    }
    .addtocart.quantity-adder.clearfix form {
        flex-wrap: wrap;
        gap: 0px 5px;
    }
    .quantity-div {
        width: 100px;
    }
    .addtocart.quantity-adder.clearfix form a.add-to-cart {
        width: calc(98% - 100px);
        /* margin-top: 15px; */
        /* margin-left: 5px; */
    }
    .addtocart.quantity-adder.clearfix form>p {
        width: 100%;
    }
}

@media(max-width:990px) {
    div#ProductRating .h3-title {
        font-size: 15px;
    }
    #ProductRating {
        width: 100%;
    }
    .addtocart.quantity-adder.clearfix form a.add-to-cart {
        width: calc(98% - 100px);
    }
    .action-products-lefts .images {
        width: 100%;
        float: unset;
    }
    .list-images-details {
        width: 100%;
        float: unset;
    }
    .list-products-left {
        margin-bottom: 15px;
    }
    .quantity-div {
        width: 100px;
        margin-bottom: 15px;
    }
    .btn-buy {
        width: 100%;
    }
    .product_sidebar {
        width: 280px;
    }
    .product_content {
        width: calc(100% - 280px);
    }
}

@media(max-width:780px) {
    #ProductRating {
        padding: 10px;
    }
    .item-images-products-details {
        width: 100%;
    }
    .content-fortigate-details {
        width: 100%;
    }
    .list-products-left {
        flex-wrap: wrap;
    }
    .product_content {
        width: 100%;
        padding-right: 0px;
    }
    .product_sidebar {
        width: 100%;
    }
    .contentin-details .product-bottom {
        flex-wrap: wrap;
    }
    .images-slick img {
        height: 100px;
        width: 100%;
        object-fit: cover;
    }
}