
img{
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.cfg-logo img {
    width: 180px;
    height: 50px;
    border: 1px solid #BC59A8;
}

@media screen and (max-width:480px) {
    .cfg-logo img {
        width: 110px;
        height: 40px;
    }
}

.search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 799px) {
    .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .search-bar-show {
        top: 70px;
        visibility: visible;
        opacity: 1;
    }
}

.search-form {
    width: 100%;
}

.search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.search-form input:focus,
.search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.search-form button i {
    color: #bc59a8;
}

@media (min-width:481px) and (max-width:899px) {
    .shopping-cart {
        position: absolute;
        margin-left: 70%;
    }

}

.price_act{
    color:#bc59a8;
}

.breadcrumb li a{
    color: #bc59a8;
    font-weight: bold;
}

.breadcrumb-item.active{
    color: black;
}

@media (min-width:1099px) {
    .noti_num{
        position:absolute;
        top:15px;
        right:30px;
        background:#F37B25;
        width:23px;
        height:23px;
        text-align:center;
        border-radius:14px;
        padding:3px;
        color:#fff;
        font:13px 'open_sanssemibold';
        color:#fff
    }
    
}

@media (min-width:699px) and (max-width:1098px) {
    .noti_num{
        
        position:absolute;
        top:15px;
        right:85px;
        background:#F37B25;
        width:23px;
        height:23px;
        text-align:center;
        border-radius:14px;
        padding:3px;
        color:#fff;
        font:13px 'open_sanssemibold';
        color:#fff
        
    }
    
}

@media screen and (max-width:698px) {
    .noti_num{
       
        position:absolute;
        top:15px;
        right:85px;
        background:#F37B25;
        width:23px;
        height:23px;
        text-align:center;
        border-radius:14px;
        padding:3px;
        color:#fff;
        font:13px 'open_sanssemibold';
        color:#fff
        
    }
    
}