footer {
    background: #000;
    padding: 10px 0 0 0;
}
.footerLogo {
    position: relative;
    margin: 50px 0;
}
.footerLogo:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 75px;
    background: #E91592;
    z-index: 1;
}
.footerLogo .banner {
    display: table;
    margin: auto;
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 2;
    background: #000;
    text-align: center;
}
.footerLogo .banner img {
    margin: auto;
}
.banner img {
    display: block;
}

.footer-top {
    margin-top: 30px;
}

.footer-top .module h3.modtitle {
    font-size: 1.8rem;
    color: #FFF !important;
    font-weight: lighter;
}

.footer-top .module .menu a {
    color: #8d8d8d !important;
    font-size: 1.4rem;
    font-weight: lighter;
}

.footer-top .module .menu a:hover {
    color: #fff !important;
}

.footer-bottom-block {
    background: #000;
    border-top: 1px solid #F6089A;
    color : #8d8d8d;
}

.contact-address li {
    color: #8d8d8d !important;
    font-size: 1.4rem;
    font-weight: lighter;
}

.contact-address li a {
    color: #8d8d8d !important;
    font-size: 1.4rem;
    font-weight: lighter;
}

.contact-address li a:hover {
    color: #fff !important;
}
.contact-address > li:last-child {
    padding-top: 16px;
}

.footer-tree {
    padding: 30px 15px;
}

.footer-tree .f1 {
    float: left;
    width: 15%;
}

.footer-tree .f1 i {
    font-size: 50px;
    color: #f93988;
}

.footer-tree img {
    width: 80%;
}



.footer-tree h4,
.footer-tree p,
.footer-tree .f2 {
    float: left;
    width: 85%;
}

.footer-tree h4 {
    font-weight: bold;
}

.price {
    font-size: 15px;
    margin-top:25px
}

@media (max-width: 700px) { 
    .price {
        margin-top:55px;
    }
    .product_page_price{
        margin-top:10px !important;
    }
    .title-product{
        margin-top:10px;
    }
}

.left-content-product .content-product-right .product-label .price {
    font-size: 20px;
}

.back-to-top {
    bottom: 65px;
    right: 53px;
}

.shopping_cart {
    float: right;
}

.right-block .price .price-new {
    font-weight: bold;
    font-size: 19px;
    line-height: normal;
}

.price .price-new {
    font-weight: bold;
    font-size: 30px;
    line-height: normal;
}

.price .price-old {
    color: rgba(0,0,0,0.68);
    font-weight: 600;
    font-size: 14px;
}

.products-list .product-layout .caption h4 {
    height: 47px;
    /*line-height: 20px;*/
}

.left-content-product .content-product-right .product-box-desc {
    border-top: 1px solid transparent;
    padding: 15px 0 15px 20px;
}
.left-content-product .content-product-right #product {
    margin-top: 30px;
}

.right_content {
    display: inline-block;
    margin-bottom: 5px;
}

.left-content-product .content-product-right .title-product h1 {
    margin: 0 0 30px 0;
}

.tukendi{
    position: absolute;
    bottom: 14px;
    width: 100%;
    display: flex;
    align-items: center;
}
.tukendi span {
    bottom: 0;
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.owl2-carousel .owl2-item img {
    border-bottom: 1px solid #ccc !important;
}


@media (max-width: 767px) {
    .footer-tree .f1 {
        text-align: center;
    }
    .footer-tree img {
        width: 50%;
    }

    .products-list.grid .product-layout .product-item-container .left-block .product-image-container {
        margin-bottom: 5px !important;
    }

    .products-list .product-layout .caption h4 {
        font-size: 13px;
        line-height: 15px;
        display: block;
    }
}

@media (max-width: 1199px) {
    .back-to-top {
        right: 25px !important;
    }

}