/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020年5月31日, 下午11:23:38
    Author     : ieken
*/

.sh-all-deliver{
    /*margin: 2%;*/
    /*border-radius: 30px;*/
}

.sh-info-deliver{
    /*margin: 2%;*/
    /*border-radius: 30px;*/
}


.shipping_table{
    text-align: center;
    /* margin: 1% 0px 1% 1%; */
    padding: 15px;
    /* margin-left: 3%; */
    /* margin-right: 5%; */
    margin: 1% 4%;

    /*border-radius: 30px;*/
}

.shipping_table:hover{
    box-shadow: 1px 1px 5px #333333;
    transition: all 0.3s ease;
}
.shipping_table a:hover{
    text-decoration: none;

}
/*
.shipping_table:nth-child(3n+1){
    margin-left: 0;
}
*/

.subtitlerow{
    padding: 1%;
    color: #fff;
}

.sh-all-deliver{
    padding-bottom: 70px;
}

.no_item_title{
    margin: auto;
    margin-top: 40px;
}