#toast-container > .toast-success a {
    color: #669966;
    text-decoration: underline;
}

.navbar.scrolled.with-info-text {
    margin-top: 0 !important;
}

.navbar .categories .navbar-category img {
    max-width: 40px;
    height: auto;
    margin: 0;
    margin-right: 5px;
}

a .normal-image {
    display: inline-block;
}

@media (min-width: 992px) {
    #product-variants-table tbody>tr .structure-image {
        left: -200px;
        top: -30px;
    }
}

@media(min-width: 768px) {
    a:hover .normal-image {
        display: none;
    }
}

a:hover .hover-image {
    display: inline-block;
}

.navbar .categories h5, .navbar .categories .h5 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    max-width: 75px;
    min-height: auto;
    margin: 0;
    text-align: left;
    overflow-wrap: break-word;
}


@media (min-width: 1800px) {
    .navbar .categories h5, .navbar .categories .h5 {
        font-size: 11px;
        max-width: 150px;
    }
    .col-xl-10 {
        width: 80%;
    }
    .col-xl-2 {
        width: 20%;
    }
}

.navbar .categories-mobile .h5 {
    min-height: 60px;
    margin-bottom: 0px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .navbar-categories-container {
        display: flex;
        justify-content: center;
    }
}

a:hover .navbar-category img {
    filter: grayscale(80%);
}

.navbar .categories .navbar-category {
    padding: 0 6px;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.navbar .categories.open {
    min-height: 50px;
}

.main-navbar.navbar-nav>li.hovered, .main-navbar.navbar-nav>li.my-active {
    border-bottom: none;
}

.main-navbar.navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 300;
}

.search-dropdown {
    width: 800px;
    max-width: 80vw;
}

.search-dropdown .form-group {
    width: calc(100% - 100px);
    display: inline-block;
}

.search-dropdown .form-group input {
    width: 100%;
}

.search-dropdown .btn-more-results {
    display: none;
}

.search-dropdown.open .btn-more-results {
    display: block;
    text-align: center;
}

.search-dropdown .form-control {
    border-color: #dedede;
}

.search-dropdown .form-control:focus {
    box-shadow: none;
    border-color: #dedede;
}

.search-breadcrumb {
    padding: 5px 10px;
}

@media (min-width: 768px) {
    .quick-search-results {
        max-height: calc(100vh - 250px);
        overflow-y: auto;
    }
}

.quick-search-results .normal-results {
    display: block;
}
.quick-search-results .mobile-results {
    display: none;
}

@media (max-width: 767px) {
    #search-dropdown.open {
        display: block;
    }
    
    .search-dropdown {
        max-width: 100vw;
    }
    .quick-search-results .normal-results {
        display: none;
    }
    .quick-search-results .mobile-results {
        display: block;
    }
}

.navbar.scrolled {
    min-height: 85px;
}

.navbar.scrolled #collapse-nav.in {
    box-shadow: none;
}

#collapse-nav.in {
    box-shadow: 0 4px 10px rgba(1,1,1,0.1);
}

#navigation .btn-warning 
{
    border-radius: 0px;
}


/* services */

.bg-grey {
    background: #eee;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 400;
}

.blue-line.bold {
    border-bottom-width: 8px;
    width: 100px;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-75 {
    margin-bottom: 75px;
}

.left-space {
    margin-left: 10%;
}

.flex-row {
    display: flex;
    width: 100%;
}

.flex-row .col {
    flex: 1;
}

.flex-row .col-20 {
    flex: 0 0 20%;
}

.flex-row .col-25 {
    flex: 0 0 25%;
}

.flex-row .col-30 {
    flex: 0 0 30%;
}

.flex-row .col-35 {
    flex: 0 0 35%;
}

.flex-row .col-40 {
    flex: 0 0 40%;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#sliding-icons {
    margin-top: 30px;
    width: 70%;
    margin: auto;
    transition: width 0.5s;
}

#sliding-icons.open {
    width: 90%;
}

#sliding-icons .text {
    transition: flex 0.5s, width 0.5s;
    flex: none;
    width: 0;
}

#sliding-icons .text-inside {
    max-height: 200px;
    overflow: hidden;
    margin-left: 20px;
}

#sliding-icons .col.open .text {
    flex: 0 0 70%;
    width: auto;
}

#sliding-icons img {
    max-width: 70px;
    display: block;
    margin: 30px auto;
}

@media(max-width: 1400px) {
    #sliding-icons {
        flex-direction: column;
    }
}


#sliding-icons .blue-line {
    border-width: 4px;
    width: 100px;
}

#sliding-icons .h4 {
    font-weight: 400;
}

#sliding-icons .h5 {
    font-weight: 500;
}

#services-section {
    
}

#services-section .services-bg {
    position: relative;
}

#services-section .services-box-icon {
    width: 180px;
    position: absolute;
    bottom: 50px;
    left: -90px;
}

@media(max-width: 992px) {
    #services-section .flex-row {
        flex-wrap: wrap;
    }
    #services-section .col.left-space {
        flex: 0 0 90% !important;
        padding-right: 10%;
        margin-bottom: 50px;
    }
    #services-section .col {
        flex: 0 0 50% !important;
    }
}

.underline-link {
    border-bottom: 2px solid #0D47A1;
    font-size: 24px;
    padding-bottom: 10px;
    transition: padding .5s, border .5s, margin .5s;
    color: #444;
    align-self:flex-end;
    font-weight: 500;
    margin-bottom: 8px;
}

.underline-link:hover {
    border-bottom-width: 5px;
    padding-bottom: 15px;
    color: #444;
    margin-bottom: 0;
}

.underline-link .fa {
    color: #0D47A1;
    font-size: 28px;
}


/* service sections */

@media(max-width: 1200px) {
    #service .flex-row {
        flex-wrap: wrap;
    }
    #service .flex-row .col {
        flex: 0 0 100%;
    }
    .flex-row .col-20 {
        flex: 0 0 100%;
    }

    .flex-row .col-25 {
        flex: 0 0 100%;
    }

    .flex-row .col-30 {
        flex: 0 0 100%;
    }
    
    .flex-row .col-30.left-space {
        flex: 0 0 90%;
        padding-right: 10% !important;
        margin-bottom: 40px;
    }

    .flex-row .col-35 {
        flex: 0 0 100%;
    }

    .flex-row .col-40 {
        flex: 0 0 100%;
    }
    
    #service .hide-mobile {
        display: none;
    }
}

.scroll-arrow {
    width: 100px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 2px #000;
    position: absolute;
    display: block;
    bottom: -150px;
    transform: rotate(45deg);
    left: calc(50% - 50px);
}

.scroll-arrow .arrow {
    border-bottom: 2px solid #0d47a1;
    border-right: 2px solid #0d47a1;
    width: 30px;
    height: 30px;
    display: block;
    margin: 30px;
    pointer-events: none;
}

.services-slider {
    position: relative;
    min-height: 100px;
    overflow: hidden;
}

.services-slider .background-image {
    width: 100%;
    position: absolute;
}

.animated-button {
    border: 1px solid #0D47A1;
    text-transform: uppercase;
    padding: 25px 50px;
    color: #0D47A1;
    overflow: hidden;
    position: relative;
    align-self: flex-start;
    margin-left: 15%;
    z-index: 1;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
}

.animated-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    background-color: #044991;
    transition: all .5s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.animated-button:hover {
    color: #fff;
}

.animated-button:hover::before {
    height: 600%;
}

.animated-button-normal {
    border: 1px solid #0D47A1;
    color: #0D47A1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

.animated-button-normal::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    background-color: #044991;
    transition: all .5s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.animated-button-normal:hover {
    color: #fff;
}

.animated-button-normal:hover::before {
    height: 600%;
}

.product-block .btn {
    border: 1px solid #0D47A1;
    color: #0D47A1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
}

.product-block .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    background-color: #044991;
    transition: all .5s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.product-block:hover .btn {
    color: #fff;
}

.product-block:hover .btn::before {
    height: 600%;
}

.services-slider .slider-slides {
    background: #eee;
    position: relative;
    height: 100px;
}

.services-slider .slider-slides .slide {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -100px;
    left: auto;
    cursor: pointer;
}

.services-slider .slider-slides .button {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -100px;
    left: auto;
    cursor: pointer;
    font-size: 40px;
    text-align: center;
    color: #0D47A1;
    transition: font-size 0.5s;
}

@media(max-width: 800px) {
    .services-slider .slider-slides .slide {
        width: 90px;
        height: 90px;
    }
    .services-slider .slider-slides .button {
        width: 90px;
        height: 90px;
    }
}

.services-slider .slider-slides .slide:hover {
    border-bottom: 2px solid #0D47A1;
}

.services-slider .slider-slides .button:hover {
    font-size: 50px;
}

#slider-image-container {
    position: relative;
}

.animated-button.grey {
    border: 1px solid #666;
    font-size: 12px;
    padding: 5px 20px;
    color: #898988;
    margin-left: 0;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}

.animated-button.grey::before {
    background-color: #666;
}

.animated-button.grey:hover {
    color: #fff;
}

#service .h3 {
    font-size: 20px;
}

#service .h4 {
    font-size: 16px;
}

.order-box {
    display: block;
    text-align: center;
    color: #000;
    transition: color 0.5s;
}

.order-box > span {
    font-size: 100px;
    color: #0D47A1;
    background: #eeeeee;
    transition: color 0.5s, background 0.5s;
    padding: 20px 50px;
    display: inline-block;
}

.order-box:hover {
    color: #0D47A1;
}

.order-box:hover > span {
    background: #0D47A1;
    color: #fff;
}

#about-scroll {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    font-size: 15px;
}

@media (min-width: 768px) {
    #about-scroll {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }
}

@media (min-width: 1200px) {
    #about-scroll {
        padding-right: 12rem !important;
        padding-left: 12rem !important;
    }
}


#about-scroll .col {
    padding: 0 5px;
}
#about-scroll .box {
    background: #f3f3f3;
    padding: 0.5rem 0.5rem;
    display: inline-block;
    font-size: 0.8em;
}
#about-scroll .box.date {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.2em;
}
#about-scroll .timeline .icon {
    margin: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #a0a0a0;
    border-radius: 20px;
    background: #fff;
    color: #a0a0a0;
    transition: background 0.5s, color 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}
#about-scroll .timeline:hover .icon {
    background: #0D47A1;
    color: #fff;
}
@media (max-width: 987px) {
    #about-scroll .box {
        padding: 0.5rem 0.5rem;
    }
    #about-scroll .col {
        display: flex;
        align-items: center;
        height: 25%;
    }
    #about-scroll .main-container {
        height: 800px;
    }
    #about-scroll .dates-column {
        max-width: calc(50% - 40px);
    }
    #about-scroll .timeline {
        margin: 0 40px 0 20px;
        height: 25%;
        border-right: 1px solid #a0a0a0;
        display: flex;
        align-items: center;
    }
    #about-scroll .timeline .icon {
        margin-right: -20px;
    }
}
@media (max-width: 500px) {
    #about-scroll .main-container {
        height: 1200px;
    }
}
@media (min-width: 992px) {
    #about-scroll .timeline {
        margin: 3rem 0;
        width: 25%;
        border-bottom: 1px solid #a0a0a0;
    }
    #about-scroll .timeline .icon {
        margin-bottom: -20px;
    }
}

#about-scroll .flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
#about-scroll .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

#about-scroll .align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
#about-scroll .justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
#about-scroll .flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

@media (min-width: 992px) {
    #about-scroll .flex-lg-column {
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }
}

@media (min-width: 992px) {
    #about-scroll .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
}

@media (max-width: 1200px) {
    #about-scroll .flex-row .col {
        flex: 1;
    }
}

@media (max-width: 1200px) {
    #about-scroll .flex-row {
        flex-wrap: nowrap;
    }
}

.navbar-brand img {
    margin-top: 6px;
    height: auto;
    max-height: 65px;
}

.visible-xlg {
    display: none !important;
}

.hidden-xlg {
    display: block;
}

@media (min-width: 1800px) {
    .visible-xlg {
        display: block !important;
    }
    
    .hidden-xlg {
        display: none !important;
    }
    
}

.navbar-search {
    width: 400px;
    margin-top: 24px;
}

.navbar-search .quick-search-results {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 1200px;
    border: 1px solid #eee;
    padding: 20px;
    border-top: none;
    left: -150px;
    display: none;
}

.navbar-search .quick-search-results.open {
    display: block;
}


.main-navbar.navbar-nav>li>a {
    padding: 5px 15px 5px 11px;
}

@media (min-width: 768px) {
    .main-navbar.navbar-nav>li>a {
        padding: 24px 5px;
    }
    .navbar.scrolled .main-navbar>li>a {
        padding: 38px 5px;
    }
}

@media (min-width: 992px) {
    .main-navbar.navbar-nav>li>a {
        padding: 24px 15px;
    }
}

@media (min-width: 1200px) {
    .main-navbar.navbar-nav>li>a {
        padding: 38px 10px;
    }
    .navbar.scrolled .main-navbar>li>a {
        padding: 38px 10px;
    }
}

.navbar .categories .navbar-category.open h5, .navbar .categories .navbar-category.open .h5 {
    color: #4f4f4f;
}

.header-space {
    display: none;
}

@media (min-width: 1200px) {
    .header-space {
        display: none;
    }
}

.header-space-new {
    height: 100px;
    @media (min-width: 768px) {
        height: 170px;
    }
    @media (min-width: 1200px) {
        height: 153px;
    }
}

@media (min-width: 1200px) {
    .home-services-nav {
        padding-left: 18.2894029%;
        padding-right: 1.5788058%;
    }
}

@media (max-width: 1199px) {
    .home-services-slider .left-space {
        margin-left: 0;
        padding-left: 10%;
    }
}

.home-services-nav .col {
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 10px;
}


.home-services-nav .active {
    background: #eee;
}

.home-services-nav img {
    width: 20%;
    flex: 0 0 20%;
    align-self: center;
}
.home-services-nav .col .text {
    display: inline-block;
    align-self: center;
}

@media (max-width: 500px) {
    .home-services-nav {
        flex-direction: column;
    }
}

@media (min-width: 1000px) {
    .home-services-nav .col {
        font-size: 1.3em;
        font-weight: 600;
    }
}

@media (min-width: 1400px) {
    .home-services-nav .col {
        padding: 10px 20px;
    }
}

.visible-mlg {
    display: none !important;
}

@media (min-width: 1376px) {
    .visible-mlg {
        display: block !important;
    }
}

.home-about-section .flex-row {
    justify-content: center;
    align-items: center;
}

.home-about-section > .flex-row {
    flex-direction: column;
}

.home-about-section .col-30 {
    background: #fff;
    padding: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: -40px;
}

.home-about-section .col {
    padding: 0px 60px;
}

@media (min-width: 1200px) {
    .home-about-section > .flex-row {
        flex-direction: row;
    }
    
    .home-about-section .col-30 {
        margin-left: 20px;
        margin-right: -60px;
        margin-bottom: 0;
    }
    .home-about-section .col {
        padding: 0px 40px;
        flex: 1;
    }
}

@media(max-width: 991px) {
    .sm-flex-column {
        flex-direction: column;
    }
}

.services-box-padding {
    padding: 0 10%;
}

@media (min-width: 992px) {
    .services-box-padding {
        padding: 0 60px 0 100px;
    }
}

@media(max-width: 768px) {
    .flags-dropdown.visible-xs {
        margin-bottom: 40px;
    }
}

.product-block .number {
    position: absolute;
    background: #0D47A1;
    top: 15px;
    left: 0;
    width: 30px;
    text-transform: uppercase;
    padding: 2px 0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.product-block .number:after {
    height: 0;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 24px solid transparent;
    content: '';
    width: 0;
    left: 22px;
    top: 0;
    border-top: 24px solid #0D47A1;
    z-index: 1;
}

.product-block .new {
    left: 30px;
}

#home-page-search {
    position: absolute;
    top: 63%;
    left: calc(50% - 300px);
    width: 600px;
}

#home-page-search input {
    padding: 30px 15px;
    border-radius: 50px !important;
}

#home-page-search button {
    padding: 10px 15px;
    border-radius: 30px;
    margin-left: -15px;
    z-index: 1001;
}

#cart-page .btn-primary {
    font-size: 1.3em;
    background: #0D47A1;
    color: #fff;
}

#cart-page .btn-primary:hover {
    font-size: 1.3em;
    background: #fff !important;
    color: #0D47A1 !important;
}

#cart-page #delivery .btn-primary, #cart-page #payment .btn-primary {
    background: #fff;
    color: #0D47A1;
}

#cart-page #delivery .btn-primary:hover, #cart-page #payment .btn-primary:hover {
    background: #0D47A1 !important;
    color: #fff !important;
}

#product-table-container {
    cursor: pointer;
}

.animated-button-revert {
    width: 100%;
    border: 1px solid #0D47A1;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #0D47A1;
}

.animated-button-revert::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    background-color: #fff;
    transition: all .5s ease;
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: -1;
}

.animated-button-revert:hover {
    color: #0D47A1 !important;
}

.animated-button-revert:hover::before {
    height: 1200%;
}

.order-component-container .open .btn.open_row {
    display: none;
}

.order-component-container .btn .icon {
    display: inline-block;
}

.order-component-container .btn:hover .icon {
    display: none;
}

.order-component-container .btn .icon.hover {
    display: none;
}

.order-component-container .btn:hover .icon.hover {
    display: inline-block;
}

@media (min-width: 768px) {
    .main-navbar.navbar-nav>li>a.icon {
        padding: 16px 12px;
    }
}

@media (min-width: 992px) {
    .main-navbar.navbar-nav>li>a.icon {
        padding: 16px 15px;
    }
}

@media (min-width: 1200px) {
    .main-navbar.navbar-nav>li>a.icon {
        padding: 30px 8px;
    }
}

#category-container .sidenav .h4 {
    color: #000;
    float: left;
    margin: 0 0 10px;
}
#categories-list-form .h4 {
    font-size: 14px;
}

.product-block .description .h4 {
    margin: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    height: 64px;
    overflow: hidden;
    line-height: 1.6;
}

#category-header-image .overlay .h2 {
    margin-top: 60px;
    min-width: 300px;
    max-width: 400px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
}

#flyers-carousel {
    padding: 0 80px;
    position: relative;
    width: 100%;
}
#flyers-carousel .carousel-wrapper {
    transition: all .3s ease;
    overflow: auto;
}
#flyers-carousel .carousel-wrapper::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}
        
#flyers-carousel .carousel-wrapper .carousel-box {
    width: 400px;
    float: left;
    padding: 20px 30px;
}
#flyers-carousel .carousel-control-prev, #flyers-carousel .carousel-control-next {
    cursor: pointer;
    width: 40px;
    font-size: 60px;
    color: #0D47A1 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
#flyers-carousel .carousel-control-prev:hover, #flyers-carousel .carousel-control-next:hover {
    opacity: 1;
}
#flyers-carousel .carousel-control-prev {
    left: 20px;
}

#flyers-carousel .carousel-control-next {
    right: 20px;
}

#register-panel a {
    font-weight: 300;
    color: #0d47a1;
}

#info-text {
    background: #0D47A1;
}

.full-width-image h1 {
    font-weight: 300;
    font-size: 56px;
}

#navigation {
    @media (min-width: 1200px) {
        .visible-lg {
            display: none !important;
        }
        .hidden-lg {
            display: block !important;
        }
        .flags-dropdown .dropdown-toggle {
            padding: 10px 3px !important;
        }
        .main-navbar.navbar-nav>li>a {
            padding: 24px 15px;
        }
        .main-navbar.navbar-nav>li>a.icon img {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }
    @media (min-width: 1400px) {
        .visible-lg {
            display: block !important;
        }
        .hidden-lg {
            display: none !important;
        }
        .flags-dropdown .dropdown-toggle {
            padding: 36px 15px !important;
        }
        .main-navbar.navbar-nav>li>a {
            padding: 38px 10px;
        }
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1740px;
    }
}

.carousel-caption-big p {
    text-shadow:
        1px 0 1px black,
        0 0 14px #00255f,
        0 5px 5px #0a2651;
}
