@font-face {
    font-family: 'Helvetica Neue';
    src: url("/fonts/Helvetica-neue/helvetica-neue-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'Helvetica Neue';
    src: url("/fonts/Helvetica-neue/helvetica-neue-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("/fonts/Helvetica-neue/helvetica-neue-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
body{
    font-family: Helvetica Neue, sans-serif !important;
}
.header-top-news .title-hot-news{
    display: none;
}
.header-top-news .noMarque {
    display: none;
}
.header-top-news .noMarque a {
    color: #fff;
    font-size: 13px;
}
.header-bottom .logo-header #logo-pc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.3);
}
#main-menu li a {
    text-transform: none;
    font-weight: 700;
}
#cate-main-menu li:hover>.sub-menu{
    opacity: 0;
    visibility: hidden;
}
.title-product h3 a{
    font-weight: 700;
    /*text-transform: lowercase;*/
}
.owl-product .item .wp-info .info .name-product .discount-label{
    top: -1px;
}
.noSlider.owl-carousel{
    display: flex;
    flex-wrap: wrap;
}
.noSlider.owl-product .item.owl-item{
    width: 25%;
    margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
    .noSlider.owl-product .item.owl-item{
        width: 33.33%;
    }
}
@media screen and (max-width: 650px) {
    .noSlider.owl-product .item.owl-item{
        width: 50%;
    }
}
.header-bottom .search-header #btn-search {
    text-transform: initial;
    font-size: 16px;
    width: 85px;
}
.header-bottom .my-cart .img_cart .title, .cate-menu .cate-menu-title {
    text-transform: initial;
    font-size: 16px;
}
.header-bottom .login-cart .main-login {
    background: url(/tp/T0308/img/login.png) 7px 7px no-repeat;
    text-transform: initial;
    font-size: 16px;
}
.title-product h3, .footer-top .title, .footer-bottom .footer-bottom-main .footer-bottom-title,
.footer-center .footer-info-title h4, .footer-center .address .title {
    text-transform: initial;
}
#fixed-social-network .ins-icon, #fixed-social-network .tw-icon, #fixed-social-network .gg-icon {
    display: none;
}
.main-detail-product .nav-tabs .nav-link {
    text-transform: initial;
    font-weight: bold;
}
.owl-news .item {
    width: 25%;
    margin-right: 0;
    margin-bottom: 10px;
}
.detail-block {
    margin-top: 40px;
}

.detail-block .title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.hotProduct-item {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    border: 1px solid #ececec;
    border-bottom: 0;
    padding: 10px;
}

.hotProduct-info .product-name {
    font-size: 14px;
    padding-bottom: 10px;
}

.hotProduct-item a {
    width: 40%;
}

.hotProduct-info {
    width: 60%;
}

.hotProduct-item:last-child {
    border-bottom: 1px solid #ececec;
}
.hotProduct-info .product-name a {
    color: #212529;
}
.hotProduct-info .price {
    font-size: 14px;
}

.hotProduct-info .price span {
    color: #fd5023;
    font-weight: 600;
}

.hotProduct-info .price del {
    font-size: 12px;
    padding-left: 5px;
    color: #989898;
}
.detail-block .title:before {
    content: "";
    background: #ff6161;
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0;
}
.news_related {
    margin-bottom: 20px;
    margin-top: 30px;
}
.news_title_related h2 {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
.news_related ul li {
    line-height: 22px;
    margin-bottom: 10px;
}
/* Post Share **********/
.post-share {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    margin-top:38px;
    overflow:hidden;
}
.post-share-box {
    border-left:1px solid #e5e5e5;
    text-align:center;
}
.post-share-box:first-child:nth-last-child(1) {
    width:100%;
}
.post-share-box:first-child:nth-last-child(2),
.post-share-box:first-child:nth-last-child(2) ~ div {
    width: 49.5%;
}
.post-share-box:first-child:nth-last-child(3),
.post-share-box:first-child:nth-last-child(3) ~ div {
    width: 33%;
}

.post-share-box:first-child {
    border-left:none;
}

.post-share-box.share-comments a {
    color:#888;
    font-style:italic;
}
.post-share-box.share-comments a span {
    font-size:14px;
    color:#000;
    font-style:normal;
}
#center_column .post-share-box.share-buttons a {
    color: #6f6f6f;
    margin: 0 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #ececec;
}
.post-share-box.share-buttons a:hover {
    color:#c39f76;
}

.post-share-box.share-author a {
    font-size:13px;
    color:#000;
    text-transform:uppercase;
    letter-spacing:1px;
    font-style:normal;
}
.post-share-box.share-author span {
    color:#888;
    font-style:italic;
    margin-right:2px;
}
#center_column .post-share-box.share-buttons a:hover {
    border-color: #767474;
}

.childProducts a {
    border: 1px solid #ced4da;
    padding: 4px 10px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
}

.childProducts a.active {
    border: 1px solid #1a3652;
}

.childProducts .deactive {
    pointer-events: none;
}

.childProducts a img {
    height: 20px;
    width: auto;
}

@media screen and (max-width: 480px) {
    .owl-news .item {
        width: 50%;
    }
}
@media (min-width: 481px) and (max-width: 1199px) {
    .owl-news .item {
        width: 33.33%;
    }
}