@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&subset=cyrillic-ext');
.home-4 .slick-list{width: 100%;}
/* MY slider button color */


.navbar .navbar-nav > li > a.btn.btn-warning.btn-fill, .btn-warning.btn-fill {
    color: #FFFFFF;
    background-color: #8e8e8e;
    opacity: 1;
}


.navbar .navbar-nav > li > a.btn.btn-warning, .btn-warning {
    border-color: #eeeeee;
    color: #F3BB45;
}


.navbar .navbar-nav > li > a.btn.btn-warning.btn-fill:hover, .navbar .navbar-nav > li > a.btn.btn-warning.btn-fill:focus, .navbar .navbar-nav > li > a.btn.btn-warning.btn-fill:active, .navbar .navbar-nav > li > a.btn.btn-warning.btn-fill.active, .open > .navbar .navbar-nav > li > a.btn.btn-warning.btn-fill.dropdown-toggle, .btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
    background-color: #66615b;
    color: #FFFFFF;
    border-color: #fff;
}




/* MY product-day-discount color*/


 /*
 .product-day-discount {
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    left: -50px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: 10;
    background: #FF8008;
    background: -webkit-linear-gradient(to left, #FF8008, #FFC837);
    background: linear-gradient(to left, #ff0808ba, #f44336);
}

 */

.product-day-module .product-day-discount {
    background: #db0817d6;
}


.label-warning {
    background-color: #db08178a;
}

.product-day-module .label {
    position: absolute;
    top: 15px;
    right: 3px;
    z-index: 99;
}
.product-day-module .slick-dots li.slick-active button:before {
    background-color: #aa0014 !important;
    border: 2px solid #aa0014;
}


.accordeonck .level1 > .accordeonck_outer a {
    display: block;
    padding: 15px 30px 15px 30px;
    font-size: 16px;
    box-shadow: none;
    background-color: #8b0000;
    color: #fff;
    border-bottom: 1px solid transparent;
    border-bottom-color: #670000;
}