/* Add custom CSS styles below */ 
.nav-desktop--horizontal>ul {
display:block;
text-align: center;
}
.nav-desktop--horizontal>ul .menu-item {
display: inline-block;
font-weight: bold;
}
.nav-desktop--horizontal>ul .menu-item ul li {
display: block;
text-align: initial;
}
.title--primary, .title {
color:#454862!important;
}
.nav-desktop ul .menu-item .offers-link {
    color: #454862!important;
    /*color: #006400!important;*/
    /*color: var(--color-black)!important;*/
    background-color: rgba(255,217,85,1.0)!important;
}

.home-block--slide-products.show-all .title.title--x-large {
    font-weight: bold;
}

.category-title--sortable .title {
    font-weight: bold;
}
@media only screen and (max-width: 767px){
.home-block--square-images .row .col-sm-12{
max-width: 50%;
}
}
@media (min-width: 768px){
.col-md-4 {
    /*-ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;*/
}
}
.top-header {
background-color: #454862!important;
/*background-color: #006400!important;*/
border-top: 3px solid #ffd953;

}
.top-header .top-header__info li span, .top-header .top-header__info li i {
color:#fff;
}
.top-header .top-header__info li span:hover {
color:#ffd953;
}
.banner figure figcaption {
    align-items: flex-start;
}
.pb-5 {
    padding-top: 0px!important;
    padding-bottom: 20px!important;
}

iframe{
        width: 100%;
}

.home-block {
    padding: 16px 0;
}
@media only screen and (max-width: 767px) {
.home-block:not(.home-block--bg):not(.home-block--main-slider) {
    padding: 30px 0 0 0;
}
}
@media (min-width: 768px) {
.s-product-options-thumbnails-wrapper label {
    height: auto;
}
}
/* NATIONAL DAY */
/*
.top-header {
    background-color: #00333b !important;
    border-top: 3px solid #008a4a;
}
.nav-desktop ul .menu-item .offers-link {
color: #fff !important;
background-color: #8a6d36 !important;
}
*/