.show_shop_products a , .show_shop_products a:hover {
    color:black;
    position:relative;
}
.show_shop_products .box{
     text-align: center;
     z-index: 1;
     position:relative;
}

.show_shop_products > a > div.show_shop_products.box > .title >span{
     font-size:42px;
     text-align:center;
     box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
     padding-left: 0.5%;
     padding-right: 0.5%;
}
.show_shop_products > a > div.show_shop_products.box > .content_text >span{
     font-size:24px;
     text-align:center;
     box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
     padding-left: 1%;
     padding-right: 1%;
}
.show_shop_products .content{
    padding-left: 2px;
    padding-right:2px;
    z-index: 0; 
    position:relative;
}
.blue_gradient{
    background: rgb(2,62,128);
    background: -moz-radial-gradient(circle, rgba(2,62,128,1) 0%, rgba(0,74,154,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(2,62,128,1) 0%, rgba(0,74,154,1) 100%);
    background: radial-gradient(circle, rgba(2,62,128,1) 0%, rgba(0,74,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#023e80",endColorstr="#004a9a",GradientType=1);
}

.orange_gradient{
    background: rgb(234,126,11);
    background: -moz-radial-gradient(circle, rgba(234,126,11,1) 0%, rgba(226,109,0,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(234,126,11,1) 0%, rgba(226,109,0,1) 100%);
    background: radial-gradient(circle, rgba(234,126,11,1) 0%, rgba(226,109,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea7e0b",endColorstr="#e26d00",GradientType=1);
}



@media only screen and (max-width:640px) {
    .show_shop_products .box{
      margin-bottom:-40%;
    }
    .show_shop_products > a > div.show_shop_products.box > .title >span{
     font-size:24px;
    }
    .show_shop_products > a > div.show_shop_products.box > .content_text >span{
     font-size:14px;
    }
}
@media only screen and (max-width:768px){
    .show_shop_products .box{padding-top:5%;}
}