
ul.footer-menu li{
    list-style: none;
}

ul.footer-menu li a{
    color: #3f358b;
    font-size: 14px;
    font-family: 'Sentinel Book';
}


ul.footer-menu li a:hover {
    text-decoration: underline;
}

.menu ul li.login a {
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
}

/* Shop */
.shop-area .product-list .product-item .product-name {
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-top: 30px;
    height: 45px;
    font-weight: bold !important;
}

.shop-area .product-list .product-item .product-data {
    padding-left: 0px;
}

.shop-area .product-list .product-item .product-price del {
    margin-right: 10px !important;
    font-size: 16px;
}

.shop-area .product-list .product-item .product-price ins {
    text-decoration: none;
}

p.sort-label.fixed-label {
    white-space: nowrap;
    display: inline-block;
    padding-right: 10px;
}

.product-bottom-50 {
    margin-bottom: 50px;
}

.product-prices .product-price bdi{
    font-weight: bold;
}
/* Single produc */
.single-product-area .single-product button.add-to-cart {
    background-color: #F6C31A;
    font-family: "Sentinel Book" !important;
    font-weight: normal;
    color: #3F358B;
    font-size: 16px !important;
    line-height: 40px;
    padding: 5px 20px !important;
}

.single-product-area .single-product button.add-to-cart:hover {
    background-color: #3f358b !important;
    color: #fff !important;
}

.basket-products .product-item .product-order-number {
    padding-right: 10px;
}

.info-data.price ins {
    font-size: 18px;
    font-weight: bold;
}

.add-to-cart.loading {
    background: url('../img/load.gif') no-repeat center center;
}

.owl-item .product-data .product-name {
    font-size: 18px;
    font-weight: bold;
    height: 45px;
}

.owl-item .product-data .product-prices .product-price ins {
    font-size: 18px;
    font-weight: bold;
}

.cubes-shop-page h3#order_review_heading {
    padding: 20px 10px 0px 10px !important;
}

.cubes-shop-page div.woocommerce-checkout-review-order {
    padding: 0px 10px !important;
}

.cubes-shop-page h2.woocommerce-order-details__title {
    padding: 20px 10px 0px 10px !important; 
}

.cubes-shop-page .woocommerce .woocommerce-order p {
    text-align: left !important;
}

@media (min-width: 1400px){
    .hero-slider .owl-nav span {
        opacity: 0.1;
        margin-top: 20px !important;
    }
}

@media (min-width: 576px){
    .shop-area .product-list-header .sort-wrapper {
    margin-right: 10px !important;
    }
}


span.cart-number {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

span.total-amount {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}

@media (max-width:760px){
    span.cart-number {
        left: 75px;
    }
}