/*css header menu*/
#wide-nav ul li.menu-item:not(:last-child) {
    margin-right: 35px;
}

#wide-nav ul li.menu-item a.nav-top-link {
    color: #000;
    font-size: 13.5px;  
}

#wide-nav ul li.menu-item.active a.nav-top-link, #wide-nav ul li.menu-item a.nav-top-link:hover {
	color: #0089ff;
}


.noPadding {
    padding-bottom: 0 !important;
}

/* css breadcrumb */
.page-title-inner {
    padding: 12px 0 12px 14px !important;
    min-height: 40px !important;
}

.page-title.shop-page-title.product-page-title {
    background: #f5f5f5;
}

.page-title-inner .flex-col.medium-text-center {
    padding: 0;
}

nav.woocommerce-breadcrumb.breadcrumbs {
    text-transform: inherit;
}

nav.woocommerce-breadcrumb.breadcrumbs a {
    color: #222;
    font-size: 13px;
}


/* css box product */
.product-small.box .box-image {
    border-radius: 6px;
}

/* css chuyen muc bai viet */
.archive.category .large-9.col h5.post-title, .blog-home h5.post-title {
	color: #80beaf;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 38px;
}

.archive.category .large-9.col .col.post-item>.col-inner, .blog-home .col.post-item>.col-inner {
    box-shadow: 0 0 6px #00000024;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
	transition: .3s ease-in-out;
}

.archive.category .large-9.col .col.post-item>.col-inner:hover, .blog-home .col.post-item>.col-inner:hover {
    transition: .3s ease-in-out;
    margin-top: -8px;
}

.archive.category .large-9.col .col.post-item .box-text, .blog-home .col.post-item .box-text {
    padding: 8px 0 0 0;
}

/* css sidebar post */
.archive.category .post-sidebar.large-3.col {
    padding-left: 0;
    border: 0 !important;
}

ul.product-categories li {
    border: 0 !important;
}

ul.product-categories li a {
    padding: 5px 0;
    font-size: 14px;
}

/* css box product */
.product-small.box {
    border: 1px solid #0000000d;
    border-radius: 6px;
    overflow: hidden;
}

.product-small.box:hover {
    box-shadow: 0 0 10px #0000001a;
}

.box-text.box-text-products {
    padding: 10px 10px 15px 10px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 16px;
    overflow: hidden;
/*     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 34px; */
    margin-bottom: 8px !important;
}

.product-small.box bdi {
    color: red;
    font-weight: 500;
}

.is-divider {
    display: none !important;
}

/* css blog home */
.blog-home .button {
    background: #363636 !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
}

/* css trang liên hệ */
input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    box-shadow: 0 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #333;
    font-weight: 500;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0089ff;
}


.ct-icon h4 {
    font-size: 16px;
}

.ct-icon p, .ct-icon a {
    font-size: 14px;
    margin-bottom: 8px;
}

.ct-icon p:before {
    font-family: 'FontAwesome';
    padding-right: 10px;
    font-size: 12px;
}

.ct-icon p:nth-child(2):before {
    content: "\f3c5";
}

.ct-icon p:nth-child(3):before {
    content: "\f095";
}

.ct-icon p:nth-child(4):before {
    content: "\f0e0";
}

.ct-icon p:nth-child(5):before {
    content: "\f0c1";
}

/* css danh muc */
.stack-danhmuc {
    justify-content: space-between !important;
    display: flex;
    flex-wrap: wrap;
}
.stack-danhmuc .icon-box, .stack-danhmuc a {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 12.5%;
    flex-shrink: 0;
}
.stack-danhmuc .box-danhmuc {
    margin-bottom: 16px;
}
.stack-danhmuc a:first-child, .stack-danhmuc a:nth-child(11) {
    border-left: 0
}
.box-danhmuc p {
    font-size: 13px;
}
.box-danhmuc .icon-box-img {
    margin-bottom: 8px;
}

.stack-danhmuc .icon-box .icon-box-img {
    margin-bottom: 8px;
}

.stack-danhmuc .icon-box .icon-box-img img {
    border-radius: 50%;
}


/* css footer */
a#top-link {
    background-image: url(/wp-content/uploads/2023/09/webmau16.com-top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: #0089ff !important;
}

.ct-foot p, .ct-foot a {
    font-size: 14px;
    margin-bottom: 8px !important;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}