/* Next and Co styles */
header .header {
    background-color: white !important;
}

.arrow-left, .arrow-right {
    background-image: none !important;
}

.arrow-left, .arrow-right svg {
    min-width: 100% !important;
    min-height: 100% !important;
    fill: #FDE657;
}

.cycle-prev .arrow {
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.cycle-next .arrow {
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.cycle-next:hover .arrow {
    fill: #FDE657 !important;
}

.cycle-prev:hover .arrow {
    fill: #FDE657 !important;
}

.slide-plus .tip {
    display: block !important;
}

.slide-plus .plus-icon {
    display: none;
}

.slider .slides .slide-plus {
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider .slides .slide-plus .tip {
    float: right !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    max-width: 220px !important;
    width: auto !important;
    margin-bottom: 60px !important;
    margin-right: 40px !important;
    padding: 0 !important;
}

@media only screen and (min-width: 768px) {
    .slider .slides .slide-plus .tip {
	margin-bottom: 120px !important;
    }
}

.slider .slides .slide-plus .tip article {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5); 
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
}

.slider .slides .slide-plus .tip figure {
    display: none !important;
}

.slider .slides .slide-plus .tip article p {
    margin: 0px !important;
    background: #FDE657 !important;
    text-align: center !important;
    padding: 15px !important;
    line-height: 1 !important;
}

@media only screen and (min-width: 920px) {
    .slider .slides .slide-plus .tip article p {
	font-size: 20px;
	transition: all 0.15s linear;
    }
}

.slider .slides .slide-plus .tip a {
    color: #000000 !important;
    font-weight: bold !important;
    transition: all 0.15s linear;
}

.slider .slides .slide-plus .tip article p:hover {
    background: #000000 !important;
}

.slider .slides .slide-plus .tip article p:hover a {
    color: #FFFFFF !important;
}

.product-single .row {
    background-color: white;
    color: #0a0a0a;
}

#brand-logo-icon {
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: 99999;
    max-width: 50vw;
/*     background-color: white; */
    padding: .75em;
}


@media only screen and (min-width: 768px) {
    #brand-logo-icon {
	left: 2em;
	top: 4em;	
    }
}

