/*
Theme Name: BIC
Author: wdmarket.lv	
Author URI: https://wdmarket.lv
Version: 1.0
Text Domain: bic
*/
.top-btn .sale-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto!important;
    min-width: 69px;
    height: 29px;
    background: #499C4E;
    color: #fff;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 10px;
}
#main-header .navbar-nav > li.dropdown > .dropdown-menu ul > li .dropdown-menu-inner{
    margin-bottom: 10px;
}
#main-header .navbar-nav > li.dropdown > .dropdown-menu ul > li a:hover {
    font-weight: 500;
    color: #ce4e33!important;
}
#main-header .navbar-nav > li.dropdown > .dropdown-menu ul > li .dropdown-menu-inner a:hover{
    font-weight: 500;
    color: #161514!important;
}

#main-header .navbar-nav > li.dropdown > .dropdown-menu > .container > ul > li > a {
    font-weight: 500;
    color: #161514;
    margin-bottom: 7px;
}
#main-header .navbar-nav > li.dropdown > .dropdown-menu ul li {
    margin-bottom: 0!important;
}
.download-pdf {
    padding: 0!important;
    display: table;
    width: 100%;
}
.product-deatils-section .attribute-right .holder ul li::before{
    top: 0!important;
}
.download-pdf a{
    width: 100%;
    padding: 0 70px;
    height: 45px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 99;
}
.single-product .price .from{
    font-size:21px;
    margin-right:10px;
}