@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

.btn.btn-default.btn-cart-list {
    border-radius: 0px;
    background-color: blue;
}
.cart-menu-fix {
    position: fixed;
    top: 23%;
    right: 0px;
    display: grid;
    z-index: 9999;
    background-color: white;
    padding: 4px;
    border-radius: 16px;
}
.btn.btn-default.btn-wish-list {
    margin-bottom: 4px;
}
.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:500;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #20212208;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}
.nav.navbar-navright {
    float: right;
    padding: 8px;
}
.badge.pms-val {
    position: absolute;
    top: 7px;
    font-weight: bold;
    color: black;
    background-color: #e1c185;
}
.btn.btn-warning.cart-btn-pms1 {
    background-color: #a2989852;
    border: none;
    margin-right: 14px;
}
.nav.navbar-navright .btn {
    background-color: transparent;
    border: none;
    margin-right: 9px;
    background-color: #fff3;
    border-radius: 12px;
}
.navbar-header {
    background-color: #3b3d46 !important;
    border: none;
    padding: 2px 4%;
}



/* fixed social*/
#fixed-cart {
    position: fixed;
    top: 130px;
    right: 10px;
    z-index: 9999;
}

#fixed-cart a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
}
.cart-act-desc {
    display: none;
}
.btn.btn-default.cart_act_btn_pms_s2:hover > .cart-act-desc {
    display: block;
}
.badge.pms-val2 {
    position: relative;
    font-weight: bold;
    color: black;
    background-color: #e1c185;
}

#fixed-cart-btns {
    position: fixed;
    z-index: 9999;
    display: grid;
    right: 10px;
    top: 19%;
    background-color: white;
    border-radius: 3px;
    padding: 2px;
}

.btn.btn-default.cart_act_btn_pms_s2 {
    color: #fff;
    background-color: #3b3d46;
    border-color: #fff;
    border-radius: 4px;
}
.btn-default .badge {
    color: #282828;
    background-color: #e1c185;
}
.nav.navbar-navright {
    display: none;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
    #fixed-cart-btns {
        display: none;
    }
    #pms_ec_pre_large_img {
        width: 100%;
    }
}
@media (max-width: 900px) {   
    #fixed-cart-btns {
        display: none;
    }    
}

