
body{
    background-image: url(../img/menu/marble.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-color: #2c2c2d;
}

.sp-pad{
    /* background: #3332329c;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    margin: 50px; */
}

.sp-pad-pro{
    background: #3332329c;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2);
    margin: 50px;
}

.options h4{
    margin: 10px;
    color: #fff;
}

.product-list .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.6);

}

.product-list .product-dec {
    position: relative;
    min-width: 100px;
    width: 100%;
    min-height: 70px;
    margin: auto;
    display: block;
    background-color: #fff;
    border:1px solid #000;
    margin-top: -40px;
}
.product-list .product-dec .name {
    width: 100%;
    min-height: 70px;
    vertical-align: top;
    color: #311500;
    padding-left: 20px;
    padding-top: 0;
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    font-family: copperplate, serif;
    font-weight: 700;
}


.product-list .product-dec .price {
    display: table-cell;
    min-width: 90px;
    width: 90px;
    min-height: 60px;
    height: 60px;
    color: #311500;
    vertical-align: top;
    text-align: center;
    padding-top: 4px;
  }

  .product-list .product-dec .price .amount {
    display: block;
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    background-color: initial;
    line-height: 34px;
    letter-spacing: 1px;
    text-shadow: none;
    font-family: copperplate, serif;
    font-weight: 700;
  }


  .product-list .product-dec .price .amount span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
  }



.white{
    color:#fff;
}

.title{
    font-family: copperplate;
    letter-spacing: 1rem;
    font-weight: 400;
}

@media (max-width: 767px){

    .product-list .product-dec .name{
        font-size: 1rem;
    }

    .title {
        letter-spacing: 0.5em;
        font-size: 1.4rem;
    }

  }
