.shop-item .inner-text {
    position: absolute;
    bottom: 44px;
    right: 30px;
    left: 30px;
    color: #ffffff;
    z-index: 12;
}

.shop-item .title {
    font-size: 1.2rem;
    background-color: rgba(49, 138, 165, 0.8);
    display: inline-block;
    padding: 7px 20px;
}

.full-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    /*z-index: 2;*/
}


.shop-item .inner-box .image .overlay-box .cart-option li div.link {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    display: block;
    line-height: 50px;
    background-color: #042038;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}





@media  (max-width: 767px){

.shop-item .inner-text {
    bottom: 4px;
}

}













