.post-breadcrumbs {
    background: #f8f9fc;
    padding: 15px 0;
    text-align: center;
    padding-top: 13px;
}

.post-breadcrumbs .page-list li {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #ea1212;
}

.post-breadcrumbs .page-list li a {
    color: #ea1212;
    transition: .3s;
}

.post-breadcrumbs .page-list li.separator {
    padding: 0 20px;
    position: relative;
}

.post-breadcrumbs .page-list li.separator:before {
    content: "";
    background: #1f1f25;
    opacity: .2;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: -5px;
}

/*侧边栏*/
.rbt-single-widget {
    border-radius: 4px;
    padding: 20px;
    border: 1px solid #e9e9e9;
    padding-top: 0;
}

.rbt-single-widget .title {
    line-height: 26px;
    position: relative;
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #ff2d14;
    margin: -1px -22px 0;
    padding: 14px 24px;
    border-radius: 4px;
}

.rbt-single-widget ul {
    padding-left: 0;
    margin-bottom: -10px;
    list-style: none;
    padding-right: 0;
}

.rbt-single-widget ul li a {
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #1f1f25;
    display: initial;
}

.rbt-single-widget ul li a:hover {
    color: #ff2d14 !important;
}

.rbt-single-widget ul li {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    color: #717173;
    align-items: center;
}

.rbt-single-widget.widget_recent_comments ul li + li, .rbt-single-widget.widget_recent_entries ul li + li, .rbt-single-widget.widget_archive ul li + li, .rbt-single-widget.widget_categories ul li + li, .rbt-single-widget.widget_meta ul li + li, .rbt-single-widget.widget_pages ul li + li, .rbt-single-widget.widget_nav_menu ul li + li {
    border-top: 1px solid #ccc;
}

button.rn-button-style--2.btn_solid, a.rn-button-style--2.btn_solid {
    border: 2px solid #ff2d14;
    background: #ff2d14;
    color: #ffffff;
}

.product-list-title {
    color: #1f1f25;
    font-size: 14px !important;
}

.product-list-title:hover {
    color: #ff2d14;
}

.portfolio {
    min-height: 285px !important;
}
.portfolio2 {
    min-height: 532px !important;
}
.portfolio .thumbnail {
    -webkit-transform: scale(1) translateZ(0) !important;
    transform: scale(1) translateZ(0) !important;
}

.footer-default .footer-right .footer-widget h4 {
    opacity: 1 !important;
}

.right-float-form {
    width: 250px;
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99999999;
    background: #fff;
}

#scrollUp {
    right: 31px !important;
    bottom: 105px !important;
}

.logo span {
    font-size: 24px;
    margin-left: 15px;
}

.product-list-desc p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}

.product-list-from-fixed {
    position: fixed;
    top: 90px;
}

.header-top {
    justify-content: space-between;
}

/*.sticky .header-top {*/
/*    display: none !important;*/
/*}*/

.rbt-single-widget.widget_search {
    padding: 0;
    border: 0 none;
}

.product-search {
    position: relative;
}

.product-search input {
    height: 60px;
    padding: 0 20px;
    color: #ff2d14;
    padding-right: 80px;
}


.product-search input {
    height: 60px;
    padding: 0 20px;
    color: #ff2d14;
    padding-right: 80px;
}

.rbt-single-widget input, .rbt-single-widget select {
    border: 1px solid #ff2d14;
}

.product-search .search-button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    border: 0 none;
    background: #ffedf2;;
    height: 47px;
    padding: 0 20px;
    border-radius: 3px;
    text-align: center;
}

.product-search .search-button i {
    color: #ff2d14;
    font-size: 24px;
}

.content-body {
    bottom: 130px !important;
    display: none;
}

.portfolio:hover .content-body {
    display: inline-block;
}

.header-area.header--sticky.sticky {
    background: #1E1E25 !important;
}

.header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
    color: #fff !important;
}

.header-area.header--sticky.sticky .header-wrapper a.rn-btn {
    color: #fff !important;
    border-color: #fff !important;
}

.portfolio .thumbnail::after {
    background-color: transparent !important;
    border: 1px solid #e9e9e9 !important;
}

.portfolio .thumbnail-inner::before {
    background-color: #ff2d14;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f6004c), to(#000000));
    /* background-image: -webkit-linear-gradient(#f6004c 10%, #000000 100%); */
    background-image: -o-linear-gradient(#ff2d14 10%, #000000 100%);
    background-image: linear-gradient(#ff2d14 10%, #000000 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
}

.article-content-css p {
    font-size: 14px !important;
    font-family: inherit !important;
    margin-bottom: 5px !important;
    line-height: 24px !important;
}

.article-content-css p span {
    font-size: 14px !important;
    font-family: inherit !important;
}

.single-tab-content p {
    font-weight: initial !important;
    color: #717173 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
}

@media only screen and (max-width: 575px) {
    .header-area .header-wrapper .logo a img {
        width: auto !important;
    }
}

@media (max-width: 992px) {
    .header-top {
        display: none !important;
    }

    .product-list-desc iframe {
        width: 100% !important;
    }

    .header-area.header--sticky .header-wrapper .mainmenunav ul.mainmenu > li > a::after {
        left: inherit !important;
    }

    .header-area.header--sticky .mainmenunav ul.mainmenu > li > a::after {
        background: transparent !important;
    }

    .header-area.header--sticky.sticky .humberger-menu span.text-white {
        color: #fff !important;
    }

    .header-area.header--sticky.sticky .header-wrapper .mainmenunav ul.mainmenu > li > a {
        color: #1f1f25 !important;
    }
}

@media (max-width: 768px) {
    .portfolio {
        min-height: 345px !important;
    }

    .single-tab-content iframe {
        width: 100% !important;
    }

    .product-list-from-fixed {
        position: initial !important;
    }

    .cd-popup-container {
        margin: 0 auto!important;
    }
}

/* --------------------------------

xpopup

-------------------------------- */
.cd-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 120px;
    height: 100%;
    width: 100%;
    background-color: rgba(204, 204, 204, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    /*width: 90%;*/
    /*max-width: 1098px;*/
    display: table;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #000;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}