/* main */

hr.srt_thm {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.btn-outline-primary {
    color: #29458E;
    border-color: #29458E;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    padding: 4px 20px;
}
.btn-outline-primary:active, 
.btn-outline-primary:focus, 
.btn-outline-primary:hover {
    color: #29458E;
    border-color: #29458E;
    background-color: #dee7ff;
}

.btn-outline-danger {
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    padding: 4px 20px;
}
.btn-outline-danger:active, 
.btn-outline-danger:focus, 
.btn-outline-danger:hover {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #ffe0e0;
}

/* barra de movil */

.mobile-bar-scroll {
    position: fixed;
    display: flex !important;
    top: 0;
    left: 0;
    padding: 15px;
    width: 100%;
    z-index: 1001;
    border: none;
    margin: 0 auto auto !important;
    transition: all 300ms linear;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .4);
    background: #FFF;
}

.pos-search-top-scroll {
    margin: 0 25px;
    width: 100%;
}

.mobile-top-menu-wrapper-scroll {
    z-index: 1002 !important;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
}

.open-menu:after {
    display: none !important;
}

.mobile-scroll {
    line-height: 50px;
    height: 50px;
    padding: 0;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.mobile-scroll:before {
    margin-right: 0;
    content: '\e04f';
    display: inline-block;
    font-size: 24px;
    font-family: 'Simple-Line-Icons';
    vertical-align: middle;
    float: left;
    font-weight: 400;
}
.mobile-scroll .item_count {
    position: absolute;
    bottom: 6px;
    left: 17px;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #1d1d1d;
    background: #ffffff;
    line-height: 20px;
    font-size: 12px;
    border-radius: 100%;
    text-align: center;
}

#mobile_top_menu_wrapper .top-header-mobile {
    padding: 10px 0 0 !important;
}

/* blog */

.date_blog-cat {
    font-size: 12px;
}
.srt-blog-item-details > h3 > span {
    color: #585858;
}
.srt-blog-item-details > h3 > span > a {
    color: #585858;;
}

/* categories */

#subcategories .subcategory-content .subcategory-image h3 a.subcategory-name {
    font-size: 12px;
    font-weight: 400;
}

/* products */

h2.productp-subtitle {
    font-weight: 600 !important;
}

.page-product .productp-content-2 {
    margin: 0 !important;
}

.product-price-and-shipping .regular-price {
    color: #585858 !important;
}
.product-price-and-shipping .discount-product {
    background: #B01A03 !important;
}
.product-price-and-shipping .price.price-sale {
    color: #AD1C05 !important;
}

.product-description-short, 
.product-description, 
.product-prices .tax-shipping-delivery-label, 
.product-discount .regular-price {
    color: #555555 !important;
}

.blockreassurance_product .block-title {
    color: #585858 !important;
}

/* footer */

.footer-container li a {
    font-size: 13px;
    color: #585858;
}

/* other */

#tags_block span.title {
    font-size: 18px;
    line-height: 1;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
#tags_block span.title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
}
#tags_block span.title:before {
    background: #264093;
}

/* mq */

@media (max-width: 767px) {
    #_mobile_static {
        min-height: 48.01px;
    }
    #_mobile_search_category {
        min-height: 46px;
    }
    .srt-section-content {
        min-height: 96px !important;
    }
    /*#product #content {
        min-height: 361px;
    }*/
}