.post-frame .post-details .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
}

.post-frame .post-details .post-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48.1px;
}

@media (min-width: 768px) {
    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
}

.jc-bs3-row.row.justify-content-md-center.justify-content-sm-center.justify-content-xs-center.justify-content-lg-center {
    justify-content: center !important;
}

.btn-default {
    color: #fff !important;
    border-color: #df351d !important;
    background-color: #df351d !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
}

.btn-default:hover {
    border-color: #b92c18 !important;
    background-color: #b92c18 !important;
}

.toolbox .toolbox-sort .form-control {
    max-width: 20rem !important;
    padding-right: 3rem;
}

iframe {
    width: 100%;
    height: 386px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0px !important;
    height: 45px !important;
    padding-top: 7px !important;
    padding-left: 7px !important;
    font-size: 1.3rem !important;
    color: #999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    margin-right: 7px !important;
}

.select2-container {
    width: 100% !important;
}

@media (max-width: 479px) {

    .account .order-action,
    .account thead th:last-child {
        display: block !important;
        height: 85.0333px !important;
    }
}

@media (max-width: 767px) {
    .nav-link {
        font-size: 1.6rem !important;
    }
}

.header-right,
.header-middle .icon-box-icon,
.header-middle p,
.header-middle .icon-box-title,
.main-nav,
.header-search .btn-search i {
    color: #000 !important;
}

.toolbox-wrap .widget-title,
.widget-collapsible .widget-title {
    color: #000;
}

.filter-items .active>a::before {
    background-color: #b92c18 !important;
    border-color: #b92c18 !important;
}

.breadcrumb li:last-child,
.toolbox-item label,
.show-info,
.post-title,
.post-meta a,
.post-meta span,
.btn-absolute .btn i,
.comments .title-simple,
.related-posts .title-simple,
.reply .title-simple,
.product-single .product-name,
.product-tabs.tab-nav-simple .nav-link,
.title,
.contact-section form h4,
.grey-section div h4,
.shop-table th,
.off-canvas .canvas-title,
.cart-dropdown .cart-total .price,
.filter-clean,
.service-list .icon-box-title,
.icon-box i::before,
.welcome-msg {
    color: #000 !important;
}

.footer p {
    color: #fff;
}

.product-single .product-price,
.wishlist-table .wishlist-out-stock {
    color: #b92c18 !important;
}

.category-default1:hover {
    color: #fff !important;
}

figure:hover .overlay-visible {
    background: #b92c18 !important;
    padding-bottom: 100% !important;
    color: #b92c18 !important;
}

.scroll-top {
    left: 30px !important;
    right: auto !important;
}

@media (max-width: 479px) {
    .eiGYSu {
        margin-bottom: 65px !important;
    }
}


/****** Youtube video *************/

.container-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
}

.video-youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_hero {
    margin-top: -3%;
}

.shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hr-header {
    border: 0;
    border-bottom: 1px solid #df351d;
}

.justify-content-around {
    justify-content: space-around !important;
}

/* Agregar bordes a todas las celdas de la tabla con la clase table-bordered */
.table-bordered {
    border: 1px solid #df351d;
}

/* Estilizar los bordes de las celdas de encabezado */
.table-bordered th {
    border: 1px solid #df351d;
}

/* Estilizar los bordes de las celdas de datos */
.table-bordered td {
    border: 1px solid #df351d;
}

/* Clase para evitar el desbordamiento de texto y forzar que se mantenga en una sola línea */
.text-nowrap {
    white-space: nowrap;
}

/* TIMELINE */
.wrapper {
    max-width: 330px;
    font-size: 14px;
}

.StepProgress {
    position: relative;
    padding-left: 45px!important;
    list-style: none;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    width: 10px;
    height: 100%;
    /* border-left: 2px solid #CCC; */
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 20px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    left: -28px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: -37px;
    width: 20px;
    height: 20px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #df351d;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #df351d;
    text-align: center;
    border: 2px solid #df351d;
    background-color: white;
}

.StepProgress-item.current::before {
    /* border-left: 2px solid #df351d; */
}

.StepProgress-item.current::after {
    /* content: counter(list); */
    content: "✔";
    width: 20px;
    height: 20px;
    top: -4px;
    left: -37px;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: white;
    border: 2px solid #df351d;
    background-color: #df351d;
}

.StepProgress strong {
    display: block;
}

/* TIMELINE */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Agregar desplazamiento suave en dispositivos iOS */
}

@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}