/*Geral*/



header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 5px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 13px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

#header-mobile {
    display: none;
}

#header-desktop {
    display: block;
}

@media print {
    .cc-settings-view {
        display: none !important;
    }
}

@media (max-width: 950px) {
    .customrowcategory #column-left {
        display: none;
    }
    #header-mobile {
        display: block;
    }
    #header-mobile #logo-mobile img {
        height: 30px;
        width: 45px;
        margin: auto;
    }
    #header-desktop {
        display: none;
    }
    .related-products .caption p {
        display: none;
    }
    .product-thumb .caption {
        min-height: 100px;
        padding: 0px;
    }
    footer .imgFooter2020 {
        padding-bottom: 20px;
    }
}


/*Breadcrumb*/

.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 25px 0;
    position: relative;
    background-color: #FFF;
    border: none;
}

.breadcrumb>li:after {
    font-family: FontAwesome;
    content: "\f054";
    border: 0px;
    transform: rotate(0);
    padding-left: 10%;
    padding-top: 3px;
}

.breadcrumb>li:first-child:after {
    font-family: FontAwesome;
    content: "\f054";
    border: 0px;
    transform: rotate(0);
    padding-left: 80% !important;
    padding-top: 11% !important;
}

.breadcrumb>li:last-child:after {
    content: "";
    border: 0px;
}

.breadcrumb li a {
    color: #585858;
    display: inline-block;
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-decoration: none;
    white-space: break-spaces;
}

ul.breadcrumb li:first-child {
    padding-left: 0;
}

ul.breadcrumb li:not(:last-child) {
    /* border-right: 1px solid #e9e9e9;*/
}

ul.breadcrumb li:not(:last-child) {
    /* border-right: 1px solid #e9e9e9;*/
}

ul.breadcrumb li,
ul.breadcrumb li a:hover {
    color: #023882;
    /*	text-decoration:underline;*/
}

@media (max-width: 950px) {
    ul.breadcrumb li:last-child {
        display: inline-block;
    }
    ul.breadcrumb li:nth-last-child(2) {
        display: inline-block;
    }
    ul.breadcrumb li:not(:first-child):nth-last-child(2) span {
        display: none;
    }
    ul.breadcrumb li:not(:first-child):nth-last-child(2) a::after {
        font-family: FontAwesome;
        content: "\f141";
        padding: 0px 10px;
    }
    ul.breadcrumb li:first-child {
        display: inline-block;
    }
    ul.breadcrumb li {
        display: none;
    }
}


/*Category Extension*/

.sidemenu_title {
    font-family: 'Asap', 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: -4px;
}

@media (min-width: 992px) {
    .list-group.cat {
        padding-right: 40px;
    }
}

.list-group.cat a span {
    border: none;
    width: 7px;
    height: 7px;
    float: right;
    right: 12px;
    top: 50%;
    margin-top: -3.5px;
    -webkit-transform: rotate(0);
}

.list-group.cat a,
.list-group.cat a {
    transition: all 200ms ease-in;
}

.list-group.cat a:hover,
.list-group.cat a:focus,
.list-group-item.active {
    background: #eeeeee;
    border: 0;
    border-bottom: 1px solid #DDDDDD;
    border-color: #DDDDDD;
    color: #000;
    outline: none;
}

a.list-group-item.child:focus,
a.list-group-item.child:hover {
    text-decoration: none;
}

.list-group-item.mr {
    margin-right: 26px;
}

.list-group.cat a {
    border: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0 !important;
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px;
}

#column-left button {
    margin-bottom: 15px;
}

#column-left:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 4px;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
}


/*category content*/

h1.cat {
    font-family: 'Asap', 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    /* padding-bottom: 67px; */
    text-transform: uppercase;
    margin: 0;
    color: #333;
    letter-spacing: 0.02em;
}

.toolbar-top {
    border-top: solid 1px #e9e9e9;
    /*padding: 59px 0 0 0;
    margin: 0 0 20px;*/
}

.cat_input select,
.cat_input input {
    max-width: 150px;
}

.btn_cat button {
    background: #FFF;
    color: #023882;
}

.product-thumb .image a {
    padding: 15px;
}

.product-thumb {
    border: none;
}

.product-thumb .cat_prod.button-group button {
    width: 33%;
}


/* header */

#top {
    margin-bottom: 0px;
}

#top-links {
    padding-top: 0px;
}

#top-links .list-inline {
    margin-bottom: 0px;
}

#top-links .fa-envelope {
    padding-left: 5px;
    font-size: 20px;
}

#top-links .fa-mobile {
    font-size: 20px;
}

#top-links a:hover,
#top-links a:visited,
#top-links a:active {
    text-decoration: none;
}

#top-links li {
    padding-left: 0px;
    padding-right: 0px;
}

.fixedHeader {
    width: 100%;
    top: 34px;
    padding-top: 0px;
}


/* header menu*/

@media (max-width: 950px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

#menu .navbar-collapse,
#menu-mobile .navbar-collapse{
    padding-top: 28px;
    padding-right: 0px;
    padding-left: 0px;
}

#menu .navbar-nav,
#menu-mobile .navbar-nav{
    /* left: 50%;
   margin-left: -245px; */
    position: relative;
}

@media (max-width: 992px) {
    #column-left {
        padding-left: 10px;
        padding-right: 0px;
    }
    #collapseLeft {
        display: none;
    }
    #column-left:after {
        content: none;
    }
}

@media (min-width: 992px) {
    #collapseLeft {
        display: block !important;
    }
}

#search .btn-lg {
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
}

#cart .btn,
#cart-mobile .btn{
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
}

#cart button,
#cart-mobile button{
    box-shadow: none;
}

#menu .nav li a:hover,
#menu .nav li.open a,
#menu-mobile .nav li a:hover,
#menu-mobile .nav li.open a {
    background-color: transparent;
}

#logo,
#logo-mobile {
    margin-top: 10px;
}

.custom-paddingtop {
    margin-left: 5px;
    margin-top: 0px;
}

header .list-inline li {
    padding-left: 0px;
    padding-right: 0px;
}

#cart .badge,
#cart-mobile .badge{
    font-weight: 400;
}

#cart button,
#cart-mobile button{
    padding-left: 0px;
    padding-right: 0px;
}


/*--mobile*/

.navbar-toggle {
    float: left !important;
}


/* */

.myclassbtn {
    background-color: #023882;
    position: absolute !important;
    left: 5%;
    bottom: 20px;
    height: 55px !important;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-top: 38px;
    text-size-adjust: 100%;
    width: 90%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indent-col-none>div {
    padding-left: 0;
    padding-right: 0;
}

.paddingTop {
    margin-top: 38px;
}


/* --mobile */

@media (max-width: 727px) {
    .custom-layout .item-small,
    .custom-layout .item-large,
    .custom-layout [class*="col-"] {
        width: 100%;
    }
}


/*
@media (max-width: 992px) {
.fixedHeader #logo{
    display: none;
}
}
*/

@media (max-width: 950px) {
    #logo img,
    #logo-mobile img {
        margin: auto;
    }
    .paddingTop {
        margin-top: 15px;
    }
    .welcome_message {
        display: none;
    }
    .navbar-toggle {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .navbar-nav>li {
        border-bottom-color: rgb(229, 229, 229);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    .bgmenu {
        display: none;
    }
    .bgmenu.collapse.in {
        display: block;
        background: rgba(0, 0, 0, 0.7);
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        position: fixed;
        z-index: 10000000;
        width: 100%;
        height: 100%;
        transform: none;
    }
    .closebtn {
        font-size: 20px !important;
        float: right;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse.collapse.in {
        padding-top: 0px !important;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        color: rgb(44, 42, 41);
        display: block;
        height: 100vh !important;
        left: 300px;
        /* max-width: 300px;*/
        overflow-x: auto;
        overflow-y: auto;
        position: fixed;
        top: 0px;
        transform: matrix(1, 0, 0, 1, -300, 0);
        vertical-align: top;
        visibility: visible;
        width: 300px;
        z-index: 10000001;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .navbar-collapse.collapse.in li {
        padding-left: 20px;
    }
    .iconSearch {
        left: -42px;
        padding-bottom: 9px;
        padding-top: 10px;
        padding-left: 12px;
    }
    #search .input-lg {
        height: 26px;
        padding: 0 10px;
    }
    #search .input-group-btn {
        width: auto!important;
    }
    .input-outer {
        width: 89%;
        margin-top: -8px;
        right: 0px;
    }
}


/* cart ul */

#cart .dropdown-menu,
#cart-mobile .dropdown-menu{
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(44, 42, 41);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(44, 42, 41);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(44, 42, 41);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(44, 42, 41);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    border-top-width: 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    box-sizing: border-box;
    color: rgb(44, 42, 41);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 4px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    width: 90vw;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    right: 0px;
    text-align: left;
    text-size-adjust: 100%;
    top: 40px;
    user-select: none;
    vertical-align: top;
    max-width: 600px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-height: 80vh;
    overflow-y: auto;
}

#cart>ul>li:nth-child(2)>div>p>a:nth-child(1),
#cart>ul>li:nth-child(2)>div>p>a:nth-child(2),
#cart-mobile>ul>li:nth-child(2)>div>p>a:nth-child(1),
#cart-mobile>ul>li:nth-child(2)>div>p>a:nth-child(2) {
    align-items: center;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #023882;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-family: Asap, Oswald, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.2px;
    line-height: 4px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 20px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 4px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 4px;
    position: relative;
    text-align: left;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    text-transform: uppercase;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
    transition-timing-function: linear;
    user-select: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#cart ul button,
#cart-mobile ul button {
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(51, 51, 51);
}

.welcome_message {
    position: fixed;
    margin-top: 10px;
    right: 10px;
}

.list-account .dropdown-menu li a {
    border-bottom-color: rgb(233, 233, 233);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-sizing: border-box;
    outline-width: 0px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 7px;
    padding-top: 15px;
    text-align: left;
    text-decoration-color: rgb(51, 51, 51);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-size-adjust: 100%;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}

.list-account .dropdown-menu li a:hover {
    background-color: rgb(246, 246, 248);
    color: rgb(1, 67, 134);
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    outline-color: rgb(1, 67, 134);
    outline-style: none;
    outline-width: 0px;
    text-decoration-color: rgb(1, 67, 134);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.list-account .dropdown-menu {
    background-clip: padding-box;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(44, 42, 41);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: rgb(44, 42, 41);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(44, 42, 41);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(44, 42, 41);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px 0px;
    box-sizing: border-box;
    color: rgb(44, 42, 41);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-end: 0px;
    -webkit-margin-start: 0px;
    -webkit-padding-start: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.closemenu {
    color: #635F5F;
    font-size: 20px;
    text-transform: uppercase;
    background: white;
    z-index: 10000001;
    width: 270px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

#product_details ul.bxslider {
    float: left;
    width: 100%;
    list-style-type: none;
}

#product_details ul.bxslider li {
    float: left;
    width: 15%;
}

.removequickview {
    position: absolute;
    text-align: center;
    background: rgba(1, 46, 92, 0.8);
    color: white !important;
    top: 10%;
    left: 50%;
    margin-left: -50px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.removequickview:hover {
    background-color: rgba(51, 51, 51, 0.8);
}

#productInfoModal .modal .fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: -300px;
    opacity: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}

#productInfoModal .modal .fade .in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
    opacity: 1;
}


/* when product picture zoon & swipe extension is installed ? than product picture on modals look outside out of border of modal in left side so add morgin  to fix the issue */

.thumbnail {
    margin-left: 5px;
}

.pb-30 {
    padding-bottom: 30px;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

.block {
    width: 45%;
    margin: 5px;
    height: 220px;
    text-align: center;
}

.block .img-thumbnail {
    max-height: 200px;
}

@media (min-width: 760px) {
    .block {
        width: 31%;
        margin: 5px;
        height: 340px;
        text-align: center;
    }
    .block .img-thumbnail {
        max-height: 300px;
    }
}

.block .title {
    font-size: 18px;
    color: #5a5858;
    font-weight: bold;
}

.cc-banner .cc-message {
    -ms-flex: 1 0 auto;
    flex: 0 1 auto;
}

.cc-floating .cc-message {
    text-allign: justify;
}

.blog-content {}

.blog-card {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-bottom: 2.6%;
    background: #f8f8f8;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.blog-card a {
    color: inherit;
}

.blog-card a:hover {
    color: #23a1d1;
}

.blog-card:hover .photo {
    transform: scale(1.3);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 210px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, .6);
    color: #f8f8f8;
    padding: 10px;
    width: 100%;
    /* font-size: 0.9rem; */
}

.blog-card .details a {
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}

.blog-card .description {
    padding: 1rem;
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    max-height: 200px;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: Poppins, sans-serif;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

.blog-card .description .read-more {
    text-align: right;
}

.blog-card .description .read-more a {
    color: #23a1d1;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
    max-height: 84px;
    overflow-y: auto;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #23a1d1;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 1200px;
    }
    .blog-card .meta {
        flex-basis: 40%;
        /*height: auto;*/
    }
    .blog-card .description {
        flex-basis: 60%;
    }
    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        /*background: #f8f8f8;
    width: 30px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    z-index: -1;*/
    }
    .blog-card.alt {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }
    .blog-card.alt .details {
        padding-left: 25px;
    }
}

.blog-menu {
    text-align: center;
    margin-bottom: 30px;
}

.blog-menu a {
    font-size: 15px !important;
}

.cd-container {
    width: 90%;
    /* max-width: 1080px;*/
    margin: 0 auto;
    /* padding: 0 10%;*/
    border-radius: 2px;
}

.cd-container::after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------- 
 Main components 
 -------------------------------- */

#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    /*margin-bottom: 2em;*/
}

#cd-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: #023882;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        /*margin-bottom: 3em;*/
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #7e57c2, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img {
    background: #673ab7;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 1em;
    border: 1px solid black;
}

.cd-timeline-content .timeline-content-info {
    background: #FFFFFF;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
}

.cd-timeline-content .timeline-content-info i {
    margin-right: 5px;
}

.cd-timeline-content .timeline-content-info .timeline-content-info-title,
.cd-timeline-content .timeline-content-info .timeline-content-info-date {
    width: calc(50% - 2px);
    display: inline-block;
}

@media (max-width: 500px) {
    .cd-timeline-content .timeline-content-info .timeline-content-info-title,
    .cd-timeline-content .timeline-content-info .timeline-content-info-date {
        display: block;
        width: 100%;
    }
}

.cd-timeline-content .content-skills {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cd-timeline-content .content-skills li {
    background: #40484d;
    border-radius: 2px;
    display: inline-block;
    padding: 2px 10px;
    color: #000000;
    margin: 3px 2px;
    text-align: center;
    flex-grow: 1;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 5px;
}

.cd-timeline-content p,
.cd-timeline-content .cd-date {
    color: #000000;
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 31px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333c42;
}

@media only screen and (min-width: 950px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more,
    .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 44%;
        margin: 0 5%;
    }
    .cd-timeline-content::before {
        top: 31px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333c42;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        /*width: 104%;*/
        left: 104%;
        top: 27px;
        font-size: 16px;
        background-color: #023882;
        color: white;
        border-radius: 5px;
        padding: 5px;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 31px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #000;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 103%;
        text-align: right;
    }
}

.cd-timeline-content .image {
    max-width: 200px;
}

.btn-loadmore {
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

#accept {
    vertical-align: sub !important;
}

#accept-label {
    margin-left: 10px;
}

.box-newsletter #accept-label a {
    color: #fff !important;
    text-decoration: underline !important;
}


#accept-label::after {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.level1 {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-top: 15px;
}

.level2 {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 5px;
    padding-right: 0;
}

.level3 {
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 2px;
    padding-right: 0;
}

.col-primarycatalog {
    margin: 15px 0px;
    text-align: center;
    max-width: 300px;
}

.primarycatalog {
    text-transform: uppercase;
    color: #023882;
    padding-left: 3%;
}

.information-information-12 .breadcrumb {
    padding-bottom: 0px;
}


/* HIDE RADIO */

.aggregate-options [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

.aggregate-options [type=radio]+img {
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 25px;
}


/* CHECKED STYLES */

.aggregate-options [type=radio]:checked+img {
    border: 3px solid #f00;
    border-radius: 25px;
}


/* IMAGE STYLES */

.aggregate-options [type=radio]+div {
    cursor: pointer;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 80px;
}


/* CHECKED STYLES */

.aggregate-options [type=radio]:checked+div {
    border: 2px solid #024386;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-position: center;
    border-radius: 80px;
}

.multiselect.dropdown-toggle {
    max-height: 30px;
    line-height: 15px;
    text-align: left;
    background: white;
    border-radius: 0 3px 3px 0;
    border: #cccccc solid 1px;
}

.multiselect.dropdown-toggle>.caret {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.multiselect-container.dropdown-menu {
    min-width: 180px;
}

.related-products .img-manufacturer,
.product-layout .img-manufacturer {
    position: relative;
    right: calc(50px - 50%);
    bottom: 0px;
}

.title-filter {
    color: #023882;
    font-weight: bolder;
    font-size: 20px;
    margin: 12px 0px;
}

.label-filter {
    color: white;
    background-color: #023882;
    border-color: #0446a2;
}

.select-filter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAMAAABFNRROAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAEVQTFRFAAAAqqqqqamppqamWVlZdHR0ampqcHBwXFxcdHR0bW1tbW1tX19fdXV1cnJyampqYmJidXV1cXFxZ2dnVVVVc3NzdHR0ON7QgAAAABd0Uk5TAAzc///FDP//riP//5c6////Uf//aP9lBQJJAAAASElEQVR4nGNgIBcwMkEZTIxAgpmFFcxhZWEGkmzsHJxAipODnQ0kyMXNw8vAy8PNBdHAxy8gKMDPBzNISFhEWAhhrqiYKEG7AXNrAcBz1hbQAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.btn-filter {
    color: white;
    background-color: #023882;
    border-color: #0446a2;
}

.btn-clean {
    background-color: #023882;
    background-image: none;
    border-color: #023882;
    color: white;
    padding: 5px 13px;
    border-color: #0446a2;
}

.btn-clean:hover,
.btn-clean:active {
    color: #fff;
    background-color: #023882;
    border-color: #0446a2;
}

.pdf-documentation {
  padding: 20px;
}

.pdf-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}

.pdf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 15px;
}

.pdf-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.pdf-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.pdf-link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  color: #495057;
  transition: background-color 0.2s ease;
}

.pdf-link:hover {
  background-color: #f8f9fa;
  color: #007bff;
  text-decoration: none;
}

.pdf-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}

.pdf-name {
  font-weight: 500;
  flex: 1;
  margin-right: 10px;
}

.pdf-size {
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .pdf-grid {
    grid-template-columns: 1fr;
  }
  
  .pdf-link {
    padding: 12px;
  }
  
  .pdf-name {
    font-size: 1.5rem;
  }
  
  .modal {
	top: 40px !important;
  }
}

.SumoSelect > .CaptionCont > span.placeholder {
	color: #595959 !important;
}

.modal {
	top: 108px !important;
}