/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: "Inter Tight", sans-serif;
}
.icon-box-left {
    display: flex;
    align-items: center;
}
.section > .section-content > .row > .col {
    padding-bottom: 0;
}
p {
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}
.header-bottom-nav > li > a {
    padding: 0 20px;
}
.header-main .logo-left .flex-right {
    width: 565px;
}
.hpt-show-cats {
    margin-bottom: 0;
}
.hpt-show-cats li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 15px !important;
}
.hpt-show-cats li a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: normal;
}
h2.section-title-normal span {
    font-size: 20px;
    color: var(--primary-color);
}
.section-title-normal {
    border-bottom: 2px solid var(--primary-color);
}
.section-title-normal span {
    border-bottom: 2px solid #000;
    padding-right: 40px;
}

.product-small.box .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.product-small.box .price {
    color: #FF0000;
}
.product-small.box .price del {
    text-decoration: none;
}
.product-small.box .price del .amount {
    color: #CCCCCC;
    text-decoration: line-through;
}
.product-small.box .price ins .amount {
    color: #FF0000;
}

.col.post-item .box-blog-post .post-title {
    font-size: 16px;
    color: var(--primary-color);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.col.post-item .box-blog-post p {
    font-size: 14px;
    color: #333;
}
.footer-wrapper ul li {
    list-style: none;
    margin-left: 0;
}
.absolute-footer.dark {
    color: var(--primary-color);
}
.widget-title.shop-sidebar, .widget-title>span, .tit-slb p.tit-cm {
    background: var(--primary-color);
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: block;
    font-weight: 400;
    line-height: 25.6px;
}
.widget .is-divider {
    display: none;
}
.widget > div {
    padding: 15px;
    border: 1px solid #DDDDDD;
}
.product-short-description {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.product-info .price  {
    font-size: 25px;
}
.product-info .price del {
    text-decoration: none;
}
.product-info .price del .amount {
    font-size: 16px;
    text-decoration: line-through;
}
.product-info .price ins .amount {
    font-size: 25px;
    color: #FF0000;
}
.entry-title {
    color: var(--primary-color);
}
.product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 60px;
}
.product-small.box .box-image img {
    height: 220px;
    object-fit: contain;
}
@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .hpt-show-cats {
        margin-top: 10px;
    }
    .hpt-show-cats li {
        margin-left: 0 !important;
        margin-right: 15px;
    }
    .hpt-show-cats li a {
        padding-left: 0;
        font-size: 16px;
    }
    .product-small.box .box-image img {
        height: 175px;
    }
}
