* {
    font-family: 'Bai Jamjuree', Sans-serif;
}

:root {
    --main-color: #e9212e /* #fdba30*/;
    --main-font_family: 'Bai Jamjuree', Sans-serif;
    --main-color_opacity: /*rgb(253 186 48 / 85%)*/ rgba(233, 33, 48, 0.85);
}

.why-choose-title .button a:hover {
    background: #c78704;
}

.overlay-style-one {
    background: var(--main-color_opacity);
}

a {
    color: #000000;
}

.main-slider .slide-content .big-title {
    line-height: 1.3em;
    font-size: 50px;
}

.icon-highline i {
    padding: 30%;
    font-size: 35px;
}

.product_padding-custom {
    padding: 20%;
}

.static-content_custom h3 {
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.addtocart_custom {
    margin: 0px !important;
    margin-top: 0.5rem !important;
    width: 220px;
}

li.dropdown ul p {
    padding: 10px;
    margin: 0px;
    border-bottom: 2px solid #ccc;
    font-weight: 500;
    color: #000000;
}

.single-footer-widget .title-style2 h3 {
    line-height: 40px;
}

li.page-active > a {
    color: var(--main-color) !important;
}

.sec-title .title {
    width: 80%;
}

.custom_gallery .title {
    width: 100%;
}

.about_margin-top_custom {
    margin-top: 70px;
}

.fact-counter {
    padding-bottom: 90px;
}

.shop-sidebar-title h3 {
    line-height: 40px;
}

.featureProduct_shop-content_custom {
    box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.shop-content_custom {
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.main-slider .slide-content .big-title {
    line-height: 1em;
}

/*reponsive later*/
.single-project-style1 .img-holder img {
    height: 350px;
}

.header-contact-info_custom li {
    text-align: left;
}

.single-project-style1 .overlay-content .inner-content {
    padding-top: 80px;
}

.single-project-style1 .img-holder .title-box {
    top: 3%;
}

.contact-info-box_custom ul a {
    color: #7c7e84;
    transition: all .3s;
}

    .contact-info-box_custom ul a:hover {
        color: #fff;
    }

.footer-area_custom .title h3 {
    line-height: 36px;
}

.brochures-carousel-box .owl-dots {
    margin-top: -200px !important;
}

.main-menu .navigation > li > a {
    font-weight: 700;
}

.header-contact-info li .single-item .text p {
    line-height: 18px;
    margin: 6px 0 0;
    max-width: 220px;
}

.header-contact-info li .single-item .text h3 {
    font-weight: 600;
}

    .header-contact-info li .single-item .text h3 a {
        font-weight: 600;
        transition: all 300ms ease 100ms;
    }

        .header-contact-info li .single-item .text h3 a:hover {
            color: var(--main-color)
        }

.single-shop-content .content-box span.price {
    color: var(--main-color);
}

.product-single-text_custom {
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: 600;
    color: #27282c;
}

    .product-single-text_custom span {
        color: var(--main-color);
    }

.shop-sidebar-wrapper .products-post li .title-holder span {
    display: unset;
}

.single-product-item .title-holder .overlay-content ul li {
    float: unset;
    width: 100%;
}

.price {
    color: var(--main-color) !important;
}

#shop-area {
    padding-top: 30px;
}

.tags-custom ul {
    display: flex;
}

    .tags-custom ul li {
        border: 1px solid #f6f6f6;
        padding: 0px 5px;
        margin: 0px 5px;
        background: #f6f6f6;
        border-radius: 4px;
        color: #000;
        transition: all .3s;
        cursor: pointer;
    }

        .tags-custom ul li:hover {
            background: #dad9d9;
        }

        .tags-custom ul li a {
            margin-left: 5px;
            color: #828282;
            transition: all .3s;
        }

            .tags-custom ul li a:hover {
                color: var(--main-color);
            }

.filter-form_custom fieldset {
    padding: 0 20px;
    border-bottom: 1px solid #f0f3f6;
}

    .filter-form_custom fieldset h4 {
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 15px 0;
        z-index: 2;
        font-size: 17px;
    }

    .filter-form_custom fieldset .toggle-item_custom {
        margin-top: 3px;
        padding-bottom: 18px;
    }

        .filter-form_custom fieldset .toggle-item_custom .toggle-item_option_custom {
            margin-bottom: 18px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            position: relative;
        }

.filter-checkbox_custom {
    margin-right: 10px;
}

.filter-button_custom p {
    margin: 0 30px 0 0;
    cursor: pointer;
}

.shop-tools_custom {
    width: 100%;
}

    .shop-tools_custom .showing-result-shorting {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

.filter-button_custom {
    float: right;
    position: relative;
}

.filter-box_custom {
    position: absolute;
    border: 1px solid #ccc;
    z-index: 99;
    right: 15px;
    width: 271px;
    background: white;
    padding: 20px 10px;
    margin-top: 10px;
    transition: all .8s;
    /*display: none;*/
    transform: translate(1000px, 10px);
}

.button-block_custom {
    text-align: center;
}

    .button-block_custom button {
        padding: 10px;
        margin: 10px 0px;
        background: #d6d6d6;
        border-radius: 3px;
        transition: all .3s;
    }

        .button-block_custom button:hover {
            background: #b7b5b5;
        }

.display-block_custom {
    /*display: block;*/
    transform: translate(0px, 10px);
}

.single-project-style1 .img-holder .title-box {
    height: 30%;
}

.single-contact-address-box i {
    font-size: 40px;
}

.single-contact-address-box {
    height: 230px;
}

.mrg-top-0 .single-contact-address-box {
    margin-top: 0px;
}

.single-history-content .text-box .inner .date {
    width: auto;
}

.top-style2-left ul li a {
    color: #7c7e84;
}

.single-product-item-custom .img-holder img {
    max-height: 200px;
}

.single-service-style2 .img-holder img {
    max-height: 200px;
}

.single-service-style2 .text-holder .inner .text p {
    font-size: 17px;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.single-blog-post .text-holder .text p {
    font-size: 15px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.single-blog-post h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-blog-post ul {
    margin-left: 40px;
}

.single-blog-post ol li {
    list-style: auto;
    margin-left: 40px;
}

    .single-blog-post ol li::marker {
        font-size: 17px;
        color: black;
    }

.single-blog-post a {
    color: #007bff;
}

    .single-blog-post a:hover {
        color: var(--main-color);
        text-decoration: underline;
    }

.max-height-200 {
    max-height: 200px;
}

table, th, td {
    border: 1px solid black;
    padding: 2px 25px;
}

p {
    font-size: 17px;
    color: black;
}

s, .price {
    font-size: 17px;
}

.top-style1 p {
    color: #ccc;
}

.desc-content-box ul {
    margin-left: 15px
}

    .desc-content-box ul, .desc-content-box ul li {
        list-style: disc;
        margin-left: 25px;
        font-size: 17px;
        color: black;
    }

#tinymce ul {
    margin-left: 15px
}

    #tinymce ul, #tinymce ul li {
        list-style: disc;
    }

.list-image {
    height: 400px;
    padding: 0 20px;
}

    .list-image img {
        height: 400px;
        margin: auto;
        max-width: calc(100% - 40px)
    }

    .list-image .list-image-next {
        position: absolute;
        top: 40%;
        right: 0;
        font-size: 25px;
        cursor: pointer
    }

    .list-image .list-image-prev {
        position: absolute;
        top: 40%;
        left: 0;
        font-size: 25px;
        cursor: pointer
    }

.list-image-nav {
    margin-top: 30px;
    height: 130px;
}

    .list-image-nav img {
        max-height: 130px;
        margin: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .list-image-nav .slick-slide {
        opacity: 0.3;
    }

    .list-image-nav .slick-current {
        opacity: 1;
    }

.main-menu .navbar-collapse .navigation > li > ul li {
    padding-left: 15px;
}

    .main-menu .navbar-collapse .navigation > li > ul li.dropdown .dropdown-btn {
        width: 30px;
        height: 28px;
    }

.google-map-box iframe {
    width: 100% !important;
}

}

.inner-content .tag-box .popular-tag {
    position: relative;
    display: block;
    margin-left: -2.5px;
    margin-right: -2.5px;
    padding: 19px 0 35px;
}

    .inner-content .tag-box .popular-tag li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0 2.5px 5px;
    }

        .inner-content .tag-box .popular-tag li a {
            position: relative;
            display: block;
            background: #f6f6f6;
            padding: 9px 10px 7px;
            color: #828282;
            font-size: 15px;
            font-weight: 400;
            transition: all 500ms ease 0s;
            z-index: 1;
            text-decoration: none;
        }

            .inner-content .tag-box .popular-tag li a:hover {
                color: #ffffff;
                background: #27282c;
            }

/*Product Category Page e.g. "Bep tu"*/
.shop-content .col-md-12 {
    margin-top: 50px;
}

    .shop-content .col-md-12 h2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .shop-content .col-md-12 h3 {
        margin: 27px 0 15px;
    }

.list-social-network {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 25px;
}

    .list-social-network li {
        list-style: none;
        margin-bottom: 10px;
    }

        .list-social-network li img {
            width: 45px;
        }


    .list-social-network.height-style-2 {
        bottom: 75px;
    }