@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css');

* {
    margin: 0;
}

body {
    font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
    background-color: #f9f9f9;
}

header {
    /* height: 91px; */
    background-color: #fff;
    text-align: center;
    border-bottom:1px solid #eee;
    
}

label[for=s_method_967]
{
    display: inline;
}

.ellipsis {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Quantity_box_readonly {
    background-color: #FFF;
    text-align: center;
    border: 0px solid #B7B7B7;
    width: 25px;
    height: 15px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

.Quantity_button_plus {
    border-color: transparent;
    background-color: #fff;
    font-size: 14px;
    padding: 1px 8px;
    border-radius: 100%;
    vertical-align: top;
}

.Quantity_button_minus {
    border-color: transparent;
    background-color: #fff;
    font-size: 14px;
    padding: 1px 8px;
    border-radius: 100%;
    vertical-align: top;
}

.Quantity_box {
    text-align: center;
    border: 1px solid #fff;
    color: #000;
    width: 25px;
    height: 21px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-size: 14px;
    background: #FFF;
}

.Price_box_readonly_Total {
    color: #FFF;
    background-color: transparent;
     text-align: center;
    border: 0px solid #B7B7B7;
    margin: 0;
    padding: 0px 0px 0px 2px;
    /* font-family: Verdana, Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-weight: bold;
}
.wrap {
    position: relative;
    overflow:hidden;
}

.ac {
    text-align: center;
}

td {
    list-style-type: none;
    width: 20%;
}

p {
    margin: 0;
    margin-bottom:0;
}

button{outline:none;}

h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 14px;
    
}
.header-title{font-size:40px; 
font-weight:bold;
color:#4e533c;}
.header-title span{font-size:30px;}
.productInfoContents {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #eee;
    vertical-align: -webkit-baseline-middle !important;
    vertical-align: middle !important;
    height: 30px;
    white-space: nowrap;
    border-radius: 10px;
}
.productInfoContents span{
    display:inline-block;
    padding:0 20px;
}

.btn_small {
    font-size: 14px;
    padding: .5em 1em;
    background-color: #FFFFFF;
    color: #EB7BC0;
    width: 100%;
    border-radius: 5rem;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #EB7BC0;
}

.btn_small:hover {
    background-color: #EB7BC0;
    color: #fff;
}
.btn_big {
    font-size: 30px;
    padding: 1em 3em;
    background-color: #EB7BC0;
    color: #fff;
    font-weight: bold;
    border-radius: 5em;
    text-align: center;
    margin: 10px 0 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.btn_big:hover {
    background-color: #EB7BC0;
    color: #fff;
}

.contents_wrap {
    width: 90%;
    margin: 0 auto;
    display: inline-block;
    padding-left: 10%;
}

.common_bg {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.01);
}

.common_padding {
    padding: 50px 25%;
    margin-bottom: 20px;
}

.item_wrap {
    margin: 30px auto;
    padding: 0 0 50px;
}
.email_wrap{
    
    margin: 30px auto;
}


.item_wrap h4{text-align:center; padding:40px 0 20px; margin-bottom:0;}


table {
  border-collapse: separate;
  border-spacing: 30px 30px;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}

.item_list td img {
    border: 1px solid #eaeaea;
    width: 100%;
}
.item_list td img:hover {
    outline: 5px solid #EB7BC0;
}

.selectedItem {
    outline: 5px solid #EB7BC0;
}
.item_list div p:first-child{}

.item_list td .item_price{
    font-size: 16px;
    font-weight: 400;
    border: none;
    text-align: left;
    float: left;
}

.item_list td .pack_price{
    font-size: 13px;
    font-weight: 400;
    color: #787878;
    border: none;
    text-align: right;
    float: right;
}

.availDate{
    font-size: 10px;
    color: #EB7BC0;
    text-align: right;
}

.productinto-wrap{height:auto;margin-top: 10px;}
.item_list td .item_name { font-weight:bold;display: inline; width:50%;}
.item_list td .item_name em {color:black;}
.item_list td .item_title{ color:#666;display: inline;text-align:right;}
.item_list td .Quantity_box{border:none; text-align:center;}
/*.item_list td .btn{padding: 0 15px;}*/
.total {
    justify-content: space-between;
    display: flex;
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
  }
  
  #loading-image {
    z-index: 100;
  }

.mid {
    justify-content: space-between;
    display: flex;
}

.total div {
    padding: 30px 30px;
    vertical-align: middle;
}

.total b {
    font-size: 34px;
}

.info_wrap .point_p {
    font-size: 24px;
    font-weight: bold;
    color: #EB7BC0;
    padding: 10px 0;
}

.info_wrap p {
    padding-bottom: 10px;
}

.row div {
    display: inline-block;
}

.form-group {
    width: 100%;
}

.half {
    overflow: hidden;
}

.half div {
    float: left;
    width: 48%;
}

.half div:first-child {
    margin-right: 4%;
}

footer {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

/*.sticky_wrap {
    position: fixed;
    right: 0;
    top: 60%;
    background-color: #EB7BC0;
    color: #fff;
    text-align: right;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
}
*/

.sticky_wrap {
    position: fixed;
    text-align: right;
}

.sticky_wrap button {
    background-color: #EB7BC0;
    border-radius: 30px;
    height: 90px;
    padding:0 6px;
}

.sticky_wrap img {
    margin: auto;
    width: 34px;
    vertical-align: baseline;
    text-align:center;
}

.sticky_wrap p {
    display: inline;
    text-align: left;
    line-height:18px;
}

.sticky_wrap span {
    width: 120px;
    display: inline-block;
}

.sticky_wrap input {
    display:inline-block;background-color: #EB7BC0;color: #fff;border: none;text-align: left; width:70px;
    padding:0;
}

#sticky_contents  {
    color: #fff;
    display: inline;
    text-align: left;
    margin-left: 10px;
    padding-right: 5px;
}

#sticky_wrap{
    bottom:270px
}
#toCheckout {
    position: fixed;
   bottom:180px;
}
#toCheckout button, #toTop button, .sticky_wrap button, #btnReview {
    border:none;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
}
#toCheckout button {
    background-color: #EB7BC0;
    border-radius: 2em;
    width: 45px;
    height: 80px;
    margin:0 auto;
    text-align:center; 
}

#cargoDetailField {
    float: right;
    display: none;
}
/*
#toCheckout img {
    margin: auto;
    display: block;
    width: 100%;
}
*/
#toTop {
    position: fixed;
    bottom:75px;
}
#toTop, #toCheckout, .sticky_wrap{right: 6.5%;}
#toTop button {
    background-color: #000;
    border-radius: 50%;
    width: 45px;
    height: 45px;
   
}

#toTop img {
    margin: auto;
    display: block;
    width: 100%;
}

.contactInfo {
    font-size: 18px;
    font-weight: bold;
    width: 22px;
    color: #EB7BC0;
}
.sticky_wrap strong {
    font-size: 40px;
    line-height: 54px;
}
.finish_wrap{padding:150px 0 250px; text-align:center; margin:30px 0;}
.finish_wrap strong{font-size:40px; margin:40px 0 80px; display:inline-block;}
.finish_wrap p{font-size:20px;}

.dear{padding:0 40px 40px;}
.dear h4{padding:40px 0 0; text-align:center;}
.shipping_info h6{background-color:#EB7BC0; color:#fff; padding: 5px 40px; font-size:18px ; font-weight:bold; margin-bottom:0;}
.shipping_info div{padding:30px 40px 0;}
.shipping_info div:last-child{padding:30px 40px;}
.mid-between{display:flex;}
.email-item{border:1px solid #eaeaea; margin-right:20px;}
.email-item img{width:140px; }
.copyright{text-align:right; font-size:14px; color:#999; padding:40px;}

.modal.and.carousel {
  position: fixed;
}
.round_btn{
    padding:20px 60px; border:2px solid #000; border-radius:5em; color:#000;
}
.round_btn:hover{
    color:#fff; background-color:#000;
}
.iphone_icon{
    width: 200%;
    margin-left:-50%;
}
input.item_price{    
    width: 100px;
    text-align: right;
}

#mTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.name-wrap {
    height: 50px;
}

@media only screen and (max-width: 1550px){
    .contents_wrap{width:95%; padding-left:5%;}
    #toTop, #toCheckout, .sticky_wrap{right: 1%;}
}


@media only screen and (max-width: 1100px){
    
    .contents_wrap{width:95%; padding-left:5%;}
    .item_list td .btn{
        padding:0 5px;
    }
}
@media only screen and (max-width: 1399px){ 
.productinto-wrap .mid{display:block;}
}
@media only screen and (max-width: 1023px){    
.item_list td .item_price{font-size:20px;}
.item_list td .item_name, .item_list td .item_title {font-size:13px;text-align:right;}
.productinto-wrap {height:95px;}
}
@media only screen and (max-width: 768px) {
    
    .productinto-wrap .mid{display:flex;}
}

@media only screen and (max-width: 767px) {
    h4{font-size:25px;}
    body{font-size:14px;}
    header{height:60px;}
    header img{display:inline-block; margin-top:10px; height:40px; }
    .common_padding{padding:30px 8%; margin-bottom:10px;}
    .productinto-wrap .mid{display:flex;}
    .productinto-wrap {height:auto;}
    .item_list td .btn{padding: 0 15px;}
    .item_list {
        grid-template-columns: auto auto ;
        grid-gap: 50px 20px;
        margin-left:0;
    }
    .item_list td .item_price{
        font-size:18px;
        border: none;
        padding:0;
    }
    .item_wrap h4{
        padding:30px 0 0;
    }
    .item_list td .name-wrap{
        display:block;
    }
    .info_wrap .point_p{font-size:20px;}
    .total{display:block; padding-bottom:30px;}
    .total div{padding:30px 30px 0 30px;}
    .total b{font-size:24px; line-height:30px;}
    .btn_big  {font-size:20px; padding:1em 2em;  margin:10px 0 160px; width:100%;}
    
    #sticky_wrap{
        bottom:165px
    }
    #sticky_wrap_pre{
        bottom:260px;
    }
    #toCheckout {
       bottom:90px;
    }
   
    
    #toTop {
        bottom:30px;
    }
    .sticky_wrap strong{font-size:30px; line-height:34px;}
    .finish_wrap{
        padding:50px 20px 100px;
    }
    .finish_wrap strong{margin:20px 0 40px}
    .finish_wrap p{font-size:16px;}
    .img_404{width:50%;}
    strong.text_404{font-size:30px;}
    footer{font-size:13px;}
    .shipping_info div{padding:30px 15px 0;}
.shipping_info div:last-child{padding:30px 15px;}
.copyright{font-size:11px;}
.email-item img{width:100px; }
.shipping_info h6{padding:5px 15px;}
.dear{padding:30px 15px;}
.dear h4{padding:0;}

.sticky_wrap img{
    width:33px;
    text-align:center;
    display:inline-block;
    margin:0 auto;
}
input.item_price{width:100px;}
#summary_comment{width:100%;}
.sticky_wrap  button{transform:scale(0.8);}
.header-title{font-size:30px;}
.header-title span{font-size:24px; display:block; margin-top:0.5rem;}
}
@media only screen and (max-width: 320px) {
    input.item_price{width:98px;} 
}
