#header .header-body {
    display: flex;
    flex-direction: column;
    background: #FFF;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid #971616;
    z-index: 1001;
}

/* section.late_pledge {
    content: '';
    background: url('https://www.kickandgo.net/port-arthur/img/portada_late.jpg');
    background-size: cover;
    top: 0;
    left: 0;
    display: block;
    opacity: 1;
    background-repeat: no-repeat;
} */

.youtube-video-medio {
    padding-bottom: 61% !important;
}

.image-hotspot .circle {
    opacity: 1;
}

.late_pledge p,
.late_pledge h1 {
    color: #FFF;
}

.shop_table_item {
    width: 100%;
    margin: 20px 0;
}

.shop_table_item .product-thumbnail {
    width: 50%;
}

.shop_item_margen {
    height: 15px;
}

.shop .quantity .plus,
.shop .quantity .minus {
    font-size: 20px;
}

.cart-subtotal span {
    width: -webkit-fill-available;
}

.product-name p {
    margin-bottom: 0;
    line-height: 12px;
}

.shop .quantity .plus, .shop .quantity .minus {
    background: #FFF;
    color: black;
    font-weight: normal;
}

.shop .quantity .qty {
    font-weight: normal;
}

.pad_10l {
    padding-left: 10px;
}

.shop .products .product .quick-view {
    /* background: rgba(33, 37, 41, 1); */
    background: rgba(0, 0, 0, 1);
}

.shop_table_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.bg-color-login-pledge-1 {
    background-color: #FFF;
}

.div_addons h2 {
    margin: 0;
    font-weight: 600;
}

.titulo_addon {
    display: flex;
    width: 100%;
    height: 80px;
    margin: auto;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

#header .header-body {
    top: 0px !important;
}


@media (max-width: 992px) {

    .body {
        margin-top: 0px !important;
    }

    .titulo_addon {
        display: flex;
        width: 100%;
        height: 80px;
        margin: auto;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .notice-top-bar {
        position: inherit;
        top: 0;
        left: 0;
        width: 100%;
        background: #d01a34;
        z-index: -1;
    }


}

@media (max-width: 767px) {
    .body {
        margin-top: 0px !important;
    }
    .page-header.page-header-modern.page-header-md {
        padding: 0px 0;
    }

    .page-header .sub-title {
        display: block;
        font-size: 1.2em;
        font-weight: 300;
        margin: 0;
        opacity: 0.8;
        color: #fff;
    }

    .breadcrumb {
        flex-wrap: inherit;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 0 1rem;
    }

    .breadcrumbs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .breadcrumbs::-webkit-scrollbar {
        height: 5px;
    }

    .fijo {
        position: fixed !important;
        top: 0;
        z-index: 9999;
        background-color: #f7f7f7 !important;
    }

    /* Track */
    .breadcrumbs::-webkit-scrollbar-track {
        background: #fff; 
        margin-right: 12px;
        margin-left: 12px; 
    }

    /* Handle */
    .breadcrumbs::-webkit-scrollbar-thumb {
        background: #971616; 
    }

    .breadcrumbs div {
        padding: 10px 0;
    }

    .page-header {
        margin: 0;
    }

    .div_addons {
        margin: 15px 0;
    }

    select {
        color: black;
        width: 100%;
        background-color: white;
        font-size: 1.1rem;
        border-color: white;
    }

    .bloque_addon {
        position: initial;
        margin-bottom: 25px;
    }

    .titulo_addon {
        display: flex;
        width: 100%;
        height: 80px;
        margin: auto;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }

    .shop .quantity .plus,
    .shop .quantity .minus {
        width: 35px;
        height: 35px;
    }

    .shop .quantity .qty {
        height: 35px;
    }
}

@media (max-width: 575px) {
    h2 {
        line-height: 32px;
        font-size: 1.8em;
        font-weight:700;
        margin:0;
    }
    p{
        margin: 0;
    } 
}

@media (max-width: 380px) {
    .body {
        margin-top: 67px !important;
    }

    .titulo_addon {
        display: flex;
        width: 100%;
        height: 90px;
        margin: auto;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
}

@media (max-width: 320px) {
    .body {
        margin-top: 67px !important;
    }

    .titulo_addon {
        display: flex;
        width: 100%;
        height: 110px;
        margin: auto;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    #header .header-logo img {
        width: 100%;
    }
}