@media(min-width:768px){ #top.navbar-default .navbar-nav>li>a {color: #ffffff;}#top.navbar-default .navbar-nav>li>a:focus, #top.navbar-default .navbar-nav>li>a:hover {color: #20a2f9;}#top.navbar-default .navbar-nav>.open>a, #top.navbar-default .navbar-nav>.open>a:focus, #top.navbar-default .navbar-nav>.open>a:hover {color: #20a2f9;}#top.navbar-default {background-color: rgb(21, 52, 80);background-color: rgba(21, 52, 80, 1);}#top.navbar-default .navbar-nav>li>a {text-shadow: 0 0 25px #20a2f9;}#top.navbar-default .navbar-nav>li>a:focus, #top.navbar-default .navbar-nav>li>a:hover {text-shadow: 0 0 20px #20a2f9;}#top.navbar-default .navbar-nav>.open>a, #top.navbar-default .navbar-nav>.open>a:focus, #top.navbar-default .navbar-nav>.open>a:hover {text-shadow: 0 0 15px #20a2f9;}#contacts span.phone {color: #ffffff;}.image-additional .owl-moneymaker2 .owl-item img { border-radius: 2px; }}/*@media*/@media(max-width:767px){ #top .navbar-header {background-color: rgb(21, 52, 80);background-color: rgba(21, 52, 80, 1);}}/*@media*/.sticker > div {background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.10),rgba(255, 255, 255, 0));background: -o-linear-gradient(right, rgba(0, 0, 0, 0.10),rgba(255, 255, 255, 0));background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.10),rgba(255, 255, 255, 0));background: -ms-linear-gradient(right, rgba(0, 0, 0, 0.10),rgba(255, 255, 255, 0));background: linear-gradient(to right, rgba(0, 0, 0, 0.10),rgba(255, 255, 255, 0));}.sticker.sticker-special {color: #ff0000;}.sticker.sticker-popular {color: #337AB7;}.sticker.sticker-rated {color: #F7941D;}.sticker.sticker-new {color: #2c90f5;}.sticker.sticker-custom1 {color: #999999;}.sticker.sticker-custom2 {color: #BBBBBB;}.product-thumb .additional .stock.instock {border-color: #449d44;color: #449d44;}.product-thumb .additional .stock {border-color: #969696;color: #969696;}.product-points .stock-7 .fa-stack { color: #22ab37 ; } .product-points .stock-5 .fa-stack { color: #592659 ; } .product-points .stock-6 .fa-stack { color: #ab59ab ; } .product-points .stock-8 .fa-stack { color: #362736 ; } /* restyle Option buttons ==> */
.product-thumb .option__value{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-thumb .option__value.border--style{
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #777777;
}
.product-thumb .option__value.border--style:first-of-type{
    border-top: 1px dashed #777777;
}


.product-thumb .option__value:last-of-type{
    margin-bottom: 0;
}

.product-thumb .option__value.disabled{
    opacity: 0.5;
}
.product-thumb .option__name{
    text-align: center;
    flex-basis: 60px;
    line-height: 1.2;
}
.product-thumb .option__prices{
    flex-grow: 1;
    flex-basis: 40%;
    text-align: center;
    line-height: 1.2;
    padding: 0 4px;
}

.product-thumb .option__old-price{
    font-weight: bold;
    color: #777;
    font-size: 13px;
    text-decoration: line-through;
}

.product-thumb .option__special-price,
.product-thumb .option__price{
    font-weight: bold;
    font-size: 15px;
}

.product-thumb .option__discount{
    display: inline-block;
    padding: 3px 8px;
    background: #449d44;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
/*    border-radius: 4px;*/
    margin-bottom: 4px;
}


.product-thumb .option__buttons{
    flex-basis: 80px;
    flex-grow: 0;
    max-width: 65px;
}

.product-thumb .option__buttons .button-cart{
    min-width: unset;
}

.product-thumb .options > div > label{display: none;}
/* <== restyle Option buttons */


    

#product .option_values{
    margin-top: 10px;
}

#product .option__value{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#product .option__value.border--style{
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #777777;
}
#product .option__value.border--style:first-of-type{
    border-top: 1px dashed #777777;
}


#product .option__value:last-of-type{
    margin-bottom: 0;
}

#product .option__value.disabled{
    opacity: 0.5;
}
#product .option__name{
    text-align: left;
    flex-basis: 60px;
    line-height: 1.2;
}
#product .option__prices{
    flex-grow: 1;
    flex-basis: 30%;
    text-align: center;
    line-height: 1.2;
    padding: 0 4px;
}

#product .option__old-price{
    font-weight: bold;
    color: #777;
    font-size: 13px;
    text-decoration: line-through;
}

#product .option__special-price,
#product .option__price{
    font-weight: bold;
    font-size: 15px;
}

#product .option__discount-container{
    display: block;
    flex-basis: 50px;
    flex-grow: 1;
    text-align: right;
}
@media (max-width: 500px){
    #product .option__discount-container{
        display: none;
    }
}
#product .option__discount{
    display: inline-block;
    padding: 3px 8px;
    background: #449d44;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}

#product .option__discount.in-name--style{
    display: none;
    margin-bottom: 4px;
}
#product .option__discount.in-name--style+br{
    display: none;
}

@media (max-width: 500px){
    #product .option__name{
        text-align: center;
    }

    #product .option__discount.in-name--style{
        display: inline-block;
    }
    #product .option__discount.in-name--style+br{
        display: block;
    }

}




#product .option__buttons{
    flex-basis: 150px;
    flex-grow: 0;
    max-width: 180px;
}
@media (max-width: 500px){
    #product .option__buttons{
        flex-basis: 100px;
        flex-grow: 0;
        max-width: 100px;
    }
}


#product .option__buttons .button-cart{
    min-width: unset;
}

#product .options > div > label{display: none;}