/* Font */
.text-color-custom-1,
a.text-color-custom-1  {
    color: #888;
}
a.text-color-custom-1:hover {
    opacity: .8;
}

.custom-thumb-info-1 .thumb-info-caption {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e3e3e3 !important;
    -webkit-transition: ease border-bottom 300ms;
    transition: ease border-bottom 300ms;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
    padding: 30px 20px;
    margin: 0;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
    padding: 0;
    font-size: 1em;
}
.page-link {
    color: #868686;
}

/* Home Masonry */
.home-masonry .thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
	opacity: 1;
}
.banner-title {
    display: block;
    font-size: 32px;
}
.banner-text {
    display: block;
}
@media (max-width: 768px) {
    .masonry .masonry-item:not(.no-default-style).w2 {
        width: 100%;
    }
    .thumb-info.thumb-info-centered-info .thumb-info-title {
        left: 10%;
        width: 80%;
    }
    .banner-title {
        font-size: 20px;
    }
    .banner-text {
        display: none;
    }
}

/* Home Intro */
.home-intro {
    padding: 2.4rem 1rem;
}

/* Home Products */
.home-products .thumb-info,
.home-products .thumb-info .thumb-info-wrapper,
.home-products .thumb-info img {
    border-radius: 0;
}
.home-products .thumb-info-caption {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.home-products .thumb-info-caption .thumb-info-caption-text, .home-products .thumb-info-caption p {
    padding: 5px 0;
}
.home-products a {
    text-decoration: none;
}
.home-product-name {
    min-height: 62px;
}

/* Home News */
.custom-post-blog > h4, .custom-post-blog > p {
    padding: 0 30px 0 90px;
}
.custom-post-blog .date {
    position: absolute;
    top: 5px;
    left: 0;
}
    .custom-post-blog .date > span {
        display: block;
    }
    .custom-post-blog .date > span.day {
        font-size: 3.5em;
        line-height: 0.7;
    }

@media (max-width: 768px) {
    .custom-post-blog .date {
        left: 30px;
    }
}

/* Page */
.custom-parallax-medium-padding {
    padding: 128px 0 !important;
}
.page-header .parallax-background {
    position: relative;
}
.page-header .parallax-background::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

/* Sidebar Toggle */
.nav-dropdown-toggle {
    position: relative;
}
.nav-dropdown-toggle::before {
    position: absolute;
    top: 8px;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    font-size: 12px;
    color: #888;
}
ul.nav-list li ul.nav-dropdown-menu {
    display: none;
    margin: 0;
    background: #f7f7f7;
    margin: 0 0 10px;
}

/* About */
.counters.counters-text-light .counter {
    color: #FFF !important;
}
.custom-counters .counter span {
    line-height: 1;
    font-size: 3.6em;
}
.custom-counters .counter span:last-child {
    display: block;
    font-size: 1.1em;
}
.about .feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.about .feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: #fff;
    font-size: 36px;
}
.about .feature-box.feature-box-style-2 .feature-box-icon .fa-bicycle {
    font-size: 42px;
}

/* Product */
.shop .products .product .add-to-cart-product {
    position: relative;
    margin-bottom: 20px;
    opacity: 1;
}
.product-grid {
    margin-left: 20px;
}
@media (max-width: 768px) {
    .product-grid {
        margin-left: 0;
    }
}

/* Cart */
.inquiry-cart .featured-box {
    box-shadow: none;
    border: none;
}
.inquiry-cart .featured-box .box-content:not(.box-content-border-0) {
    border: none;
}


/* NEXTOP */
ul.nav li a{
	font-size: 1.1em !important;
}

@media (max-width: 768px) {
    .m-dis-none {
		display: none !important;
    }
}