﻿.design-by, .design-by a {
    color: #fff;
}

.logo:hover,.logo {
    color: #e52017;
    font-size: 20px;
    font-weight: bold;
}

.addthis_toolbox {
    padding: 15px 0px 5px 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.card {
    border: unset !important;
}

.bgcontent {
    line-height: 1.8em;
    background: #064c92;
}

.firt-text {
    color: #FAB702;
}

.section-project .row, .section-listproduct .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.section-listproduct .card, .single-post-content .card {
    background-color: transparent;
}

#postName {
    /*color: #ff0000;*/
    font-size: 25px;
    font-family: 'EB Garamond', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.picframe {
    position: relative;
    overflow: hidden;
}



span.overlay {
    text-align: center;
    vertical-align: middle;
    display: block;
    width: 100%;
    background: #11111100;
    position: absolute;
    z-index: 1;
    height: 100%;
}

span.project-name {
    position: absolute;
    text-transform: uppercase;
    top: -10%;
    left: 0px;
    width: 100%;
    z-index: 12;
    color: #FAB702;
}

.picframe:hover span.overlay {
    background: #111111c1;
    -webkit-transition: all 0.5s ease-out;
}

.picframe:hover span.project-name {
    top: 40%;
    -webkit-transition: all 0.5s ease-out;
}

.separator span i {
    color: #e52017;
    font-size: 6px;
    padding: 0;
    margin: 0;
    float: none;
}

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 20px 0 20px 0;
}

    .separator span {
        display: inline-block;
        position: relative;
    }

        .separator span:before,
        .separator span:after {
            content: "";
            position: absolute;
            /*border-bottom: 1px solid rgba(255,255,255,.1);*/
            border-bottom: 1px solid #e52017;
            top: 5px;
            width: 300px;
        }

        .separator span:before {
            right: 100%;
            margin-right: 15px;
        }

        .separator span:after {
            left: 100%;
            margin-left: 15px;
        }

        .separator span i {
            font-size: 6px;
            padding: 0;
            margin: 0;
            float: none;
        }

.text-light .separator span:before,
.text-light .separator span:after {
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.productSize {
    font-size: 13px;
    /*display:block*/
}

    .productSize span {
        font-weight: bold;
    }

.text-yellow {
    color: #FAB702;
}

a.text-yellow:hover {
    color: #fff;
}

.list-image {
    padding-top: 10px;
}

    .list-image a {
        display: inline-table;
        width: 100%;
    }

.overview-detail {
    border: 1px solid #FAB702;
    display: inline-table;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .overview-detail p {
        margin: 0px;
    }

.footer-links li label {
    display: inline-table;
    width: 65px;
    color: #FAB702;
}

#google_translate_element {
    display: none;
}

.flag_link img {
    max-height: 30px;
}

.title-desc {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#pills-tabContent {
    border: 1px solid #ddd;
    padding: 5px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-pills .nav-link {
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    /*border-radius: .25rem;*/
    -webkit-border-radius: .25rem;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: .25rem;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: .25rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #064c92;
    }

.nav-link {
    color: #064c92;
}

@media only screen and (max-width: 450px) {
   /* .img-product img {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    .title-proudct {      
        height: 46px;
        font-size: 18px;
        text-transform: uppercase;
        overflow:hidden;
    }
    .productSize {
        font-size: 12px;
    }
    .price {
        font-size: 14px;
    }*/
}
