.breadcrumb-container #breadcrumb-wrapper {
    padding: 20px 0;
}
.nav-bar .site-nav > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    top: 100%;
    margin: 0;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    z-index: 200;
    display: table;
    padding: 25px 60px 25px 0;
}
.woocommerce-atf-filters ul li.taxonomy-has-children span {
    font-size: 14px;
    color: #0e0e0e;
    transition: all .3s;
}
#top-header .currency-picker ul {
    position: absolute;
    text-align: center;
    background: #009ee0;
    border: 1px solid #848484;
    min-width: 40px;
    z-index: 10;
    transition: all .3s;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top;
}
.woocommerce ul.products.product-display-custom li.product .add-btns-wrap .add_to_cart_button, .woocommerce ul.products.product-display-custom li.product .add-btns-wrap .button {
    padding: 9px 15px;
    background: #e20016;
    border: 1px solid #cccccc;
    border-radius: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    float: left;
}
.woocommerce ul.products.product-display-custom li.product .quickview {
    position: absolute;
    text-indent: -9999em;
    background: rgb(226, 0, 22); !important;
    color: #ffffff;
    border: none;
    border-radius: 100%;
    width: 2.8em;
    height: 2.8em;
    top: 30%;
    left: 50%;
    cursor: pointer;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    transition: all .5s;
}
.sidebar-group aside.sidebar h3.sidebar-title {
    background: #009ee0;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    font-size: 16px;
    padding: 9px 15px;
    text-transform: none;
    position: relative;
    margin: 0;
}
.product-review-part #product-detail-content .grid__item .price span.woocommerce-Price-amount {
    color: #ea6a4a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  } 
.woocommerce div.product .stock {
    color: #060606;
}
#footer-main, #footer-bottom {
    background: #020202;
}