﻿h1{
  font-size:16px;
}
.imgbox{
    text-align: center;
}
.imgbox img {
    max-width:40%; 
    margin:10px;
    -moz-box-shadow: 0.5px 1px 5px #999;
    -webkit-box-shadow: 0.5px 1px 5px #999;
    box-shadow: 0.5px 1px 5px #999;
}
.orderbox {
}
.orderbox h2{
    text-align: center;
}
.orderbox ul.databody {
    width: 50%;
    margin: 0 auto;
    list-style-type: none;
    padding:0;
}
.remodal .orderbox ul.databody {
    width: 80%;
}
.orderbox ul.databody li {
    width: 60%;
    text-align: left;
    float: left;
    padding:8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E1E1E1;
    line-height: 34px;
}
.orderbox ul.databody li label,.orderbox ul li font{
    width: 100%;
    display:inline-block;
}
.orderbox ul.databody li.tle a {
    text-decoration: none;
    color: #0099FF;
}
.orderbox ul.databody li.tle {
    text-align: right;
    width: 30%;
    background-color: #F0F0F0;
}
.orderbox ul.databody li.cut {
   text-align:center;
}
.orderbox ul.databody li label{
    width: 90%;
}
.orderbox ul.databody li select {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.orderbox ul.databody li.intp input {
    padding: 5px 0;
    width: 100%;
    text-indent: 2px;
}
.puebox .textbox
{
    position:relative;   
}
.puebox .textbox label
{
    background-color: #0099CC;
    color: #FFFFFF;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom:0px;
    right: 0px;
    cursor:pointer;
    border-radius: 3px;
}
.puebox .textbox label.icon-ok
{
    background-color:transparent;
    color: #0099CC;
}
.puebox .textbox p
{
    display: inline-block;
    color: #000000;
    width: 100%;
    margin-right: 20%;
}
.puebox .textbox span
{
    width:100%;
    display:inline-block;
    height:66px;
    max-height:66px;
    overflow:hidden;
}
.upload_box .icon-up-hand:before
{
    font-size: 26pt;
    color: #0066FF;
}
.shop ul.tempslist li
{
    max-width: 23%;
    box-sizing: border-box;
}
.shop ul.tempslist li p
{
    display: grid;
    margin: 0 auto;
    place-content: center;
}
.shop ul.tempslist li span
{
    color: #FF6666;
    font-size:11pt;
}
.shop ul.tempslist li .imgebox
{
    height: 140px;
    overflow: hidden;
    line-height: 140px;
}
.shoplist
{
   width:90%;
   margin: 0 auto;
}
.shoplist .item>div
{
    text-align:center;
}
.shoplist .item>div img
{
   display:inline-block;
   max-height:300px;
}
.checkoutshop h3
{
    text-align:center;
}
.checkoutshop ul.tempslist
{
    padding: 0;
    background-color: #FFE8E8;
    text-align: center;
    display: flex;
    width: auto;
    justify-content: center;
}
.checkoutshop ul.tempslist li
{
    max-width:30%;
}
.checkoutshop ul.tempslist span
{
    color: #FF6666;
    font-size:11pt;
}
.checkoutshop ul.tempslist li p
{
   min-height:20px;  
   height: 20px;
}
.buyqity {
    margin: 5px;
    text-decoration: none;
    color: #333333;
}
.buyqity:hover {
    color: #FF9900;
}
.quantity {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    width: 50%;
}
li.ant{
    background-color: #FFFFCC;
}
.amount {
    border-style: none;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    width: 50%;
    margin-left:20px;
    background-color:transparent;
}
.buttonbox{
    margin:35px 0;
    width:100%;   
    display:inline-block;
    text-align: center;
}
.buttonbox a {
    margin: 10px;
    padding: 15px;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cart-reply {
    background-color: #CC0099;
}
.cart-reply:hover {
    background: #BD008E;
}
.cart-plus {
    background-color: #81c784;
}
.cart-plus:hover{
    background: #66bb6a;
}
.check-out{
    background-color: #FF9900;
}
.check-out:hover{
    background: #F79400;
}
.checkout-payinfo span, .checkout-pay span, .checkout-itens span {
    margin-left: 5px;
    font-weight: 200;
}
.checkout-pay,.checkout-payinfo,.checkout-itens{
}
.label-sm{
   font-size:80%;   
}
.h2-title {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #FFC000;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}
.checkout-itens H1 {
    font-weight: normal;
    text-indent: 12px;
}
.checkout-itens H1 span{
    float:right;
    margin-right:10px;
}
.checkout-itens .remarks H1 font{
    min-width:90px;
    display:inline-block;
}
.checkout-itens{
   margin-top:30px;  
}
.checkout-itens .remarks{
}
.checkout-itens .remarks H1{
    margin-bottom:5px;
}
.checkout-itens .remarks H1 i {
    font-style: normal;
    font-size: 80%;
    color: #666666;
}
.checkout-itens .remarks textarea 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding:10px 10px 0 10px;
    width: 100%;
    margin-bottom:5px;
    font-size:12pt;
}
.checkout-itens .remarks textarea[readOnly='readOnly']
{
    border: 1px none #CCCCCC;
    background-color: #F9F9F9;
}
.checkout-itens ul {
    width: 100%;
    list-style-type: none;
    display:inline-block;
    padding:0;
    margin:0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E1E1E1;
}
.checkout-itens ul.tlf-ul {
    border-bottom-style: none;
    border-top-style: double;
    border-top-width: thin;
    border-top-color: #E1E1E1;
}
.checkout-itens .tlf-4,.checkout-itens .tlf-5 {
   background-color: #F3F3F3;
    font-weight: bold;
}
.checkout-itens ul li {
    text-align: left;
    float: left;
    padding:8px 0;
    line-height: 34px;
}
.checkout-itens .tli {
    text-align: center;
    background-color: #F3F3F3;
}
.checkout-itens .tli-1,.checkout-itens .tlc-1,.checkout-itens .tlf-1{
    width: 20%;
    text-align: center;
}
.checkout-itens .tlc-1 a {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.checkout-itens .tlc-1 img {
    max-width:80%; 
    margin:10px;
}
.checkout-itens .tli-2,.checkout-itens .tlc-2,.checkout-itens .tlf-2{
    width: 44%;
}
.checkout-itens .tli-3,.checkout-itens .tlc-3,.checkout-itens .tlf-3{
    width: 24%;
}
.checkout-itens .tli-4,.checkout-itens .tlc-4,.checkout-itens .tlf-4{
    width: 12%;
}
.checkout-itens .tli-5,.checkout-itens .tlc-5,.checkout-itens .tlf-5{
    width: 12%;
}
.checkout-itens .tli-6,.checkout-itens .tlc-6,.checkout-itens .tlf-6{
    width: 12%;
}
.checkout-itens .tli-6 label {
    visibility: hidden;
}
.checkout-itens .tlc-3,.checkout-itens .tlc-4,.checkout-itens .tlc-5,.checkout-itens .tlc-6,.checkout-itens .tlf-4,.checkout-itens .tlf-5{
   text-align:center;
}
.checkout-itens .tlc-6 a {
    text-decoration: none;
    color: #333333;
}
.checkout-itens .tlc-6 a:hover {
    color: #FF9900;
}
.checkout-itens .tlc-6 a font {
    font-size:140%;
}
.checkout-itens .F001,.checkout-itens .F002,.checkout-itens .tli-4 ,.checkout-itens .tlc-4,.checkout-payinfo .dsp,.checkout-itens .tli-5 ,.checkout-itens .tlc-5
{
   display: none;   
}
a.remove {
    text-decoration: none;
    color: #FF9900;
}
.notspiten h2{
    font-size: 150%;
    text-align:center; 
}
.notspiten h2 font{
    font-size: 150%;
    margin-right:10px;
}
.notspiten h2 {
    border-style: groove;
    border-width: medium;
    padding: 50px 0;
    width:350px;
    margin:15% auto;
}

.checkout-payinfo{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    width:500px;
    position:relative;
    margin: 0 auto;
}
.checkout-payinfo TD h2{
   text-align:center;   
}
.checkout-payinfo table{
    border-collapse: collapse;
    width: 100%;
}
.checkout-payinfo TD {
    border: #d3d3d3 1px solid;
    padding: 12px 7px;
}
.checkout-payinfo .td-1{
   text-align:right;   
   width:65%;
}
.checkout-payinfo .td-2{
   text-align:right;   
   width:35%;
}
.checkout-payinfo .tr-4 td{
    border-top-style: double;
    border-top-width: medium;
    border-top-color: #CCCCCC;
}
.checkout-payinfo .tr-6 td{
   height:22px;
}
.checkout-payinfo td input[type='button'] {
    cursor:pointer;
    padding: 5px;
}
.checkout-payinfo label p
{
    text-align: right;
    font-size: 10pt;
    color: #666666;
    margin:0;
}
.checkout-pay{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    width:500px;
}
.checkout-pay TD h2{
   text-align:center;   
}
.checkout-pay table{
    border-collapse: collapse;
    width: 100%;
}
.checkout-pay .asv{
    margin: 5px 0;
}
.checkout-pay TD {
    border: #d3d3d3 1px solid;
    padding: 7px;
}
.checkout-pay TD:first-child {
    line-height: 32.5px;
}
.checkout-pay .th td {
   background-color: #F3F3F3;
   text-align:center;   
}
.checkout-pay td input[type='text'] {
    width: 40%;
    font-weight: bold;
    text-align: center;
}
.checkout-pay .nzk {
    font-size: 10pt;
    color: #FF5050;
    width:100%;
    display:inline-block;
}
.checkout-pay td.td-0{
   text-align:right;
}
.checkout-pay td.td-1{
   text-align:right;   
   width:38%;
}
.checkout-pay td.td-2{
   text-align:right;   
   width:17%;
}
.checkout-pay td.td-3{
   text-align:right;   
   width:25%;
}
.checkout-pay td.td-4{
   text-align:center;   
   width:20%;
}
ul.peffile li.tlc-1 a
{
    background: url(image/PDF.png?v=4) no-repeat left top;
    background-size: 20px 20px;
    display:inline-block;
}
.checkout-pay,.checkout-payinfo{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;    
    border-style: solid;
    border-width: 1px;
    border-color: #E1E1E1;
    margin:50px auto;  
}

.oderlist .checkout-payinfo{
    float:none;   
    margin: 50px auto;
}

.checkout-pay td input[type='button'] {
    cursor:pointer;
}
.checkout-pay sup{
   font-size:12px;   
   color: #FF3300;
}
.checkout-pay td p {
    color: #FF3300;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.lckbox b {
    color: #FF6600;
}
.lckbox a {
    text-decoration: none;
}
#ulck {
    border: 1px solid #FF6600;
    width: 100px;
    text-align: center;
    font-size: 12pt;
    height:24px;
}
.cost-img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.my-upload-button{
    display:block; /* or inline-block */
    width:100px; 
    padding: 10px 0; 
    text-align:center;    
    background:#880000; 
    border-bottom:1px solid #ddd;
    color:#fff;
    margin:0 auto;
    cursor:pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.oderlist .my-upload-button
{
    width:100%;  
}
.uppdfs .my-upload-button 
{
    width:180px;
    padding: 15px;  
}
.uppdfs .my-upload-button:hover
{
    background: #6A0000;
}
.upload_box .product
{
    text-align: center;
    margin-bottom:25px;
}
.upload_box .product select 
{
   font-size:16pt;   
   border-radius: 3px;
}
.checkout-getper {
    border:3px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display:inline-block;
    width:100%;
    margin:30px 0 0 0;
    padding:20px 20px 20px 20px;
    box-sizing:border-box;
}
.checkout-getper ul li input[type='text'] {
    width: 100%;
}
.checkout-getper ul li input[readOnly='readOnly'] {
    background-color: #F9F9F9;
}
.checkout-getper ul {
    list-style-type: none;
    width: 50%;
    padding: 0;
    margin: 5px 0;
    float: left;
}
.checkout-getper ul.g-left
{
    width: 55%;
}
.checkout-getper ul.g-right
{
    width: 45%;
}
.checkout-getper ul.g-full
{
    width: 100%;
}
.checkout-getper ul.g-full li:first-child {
    width: 15%;
}
.checkout-getper ul li{
    float:left;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}
.checkout-getper ul li:first-child {
    width: 25%;
    text-align: right;
}
.checkout-getper ul li:last-child{
    width: 75%;
}
.checkout-getper .icon-cancel-circled {
    color: #FF3300;
}
.cang{
   text-align:right;
}
.PickUpBox .icon-edit,.PickUpBox .icon-archive,.cang .icon-archive
{
	border: 1px solid #666699;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	color: #666699;
	margin-left: 5px;
}
.PickUpBox .icon-edit:hover,.PickUpBox .icon-archive:hover
{
    color: #FFFFFF;
    background-color: #666699;
}
.switch-see
{
    position: absolute;
    top: 15px;
    right: 10px;
    text-decoration: none;
    color: #FF9900;
    background-color: #FFFFFF;
    padding:3px;
    display:none;
}
.switch-see:hover
{
    color: #0066FF;
}

.act-6 .F001 ,.act-6 .tli-4 ,.act-6 .tlc-4,.act-6 .tli-5 ,.act-6 .tlc-5
{
   display:inherit;
}
.act-6 .tli-2,.act-6 .tlc-2,.act-6 .tlf-2{
    width: 32%;
}
.act-6 .tli-6,.act-6 .tlc-6,.act-6 .tlf-6{
    display:none;
}
.rks{
    padding:10px;   
}
.guptol{
    display:inline-block;
    width:100%;
    margin:20px 0; 
}
.guptol h3{
    text-align:center;
}
.guptol table{
    border-collapse: collapse;   
    margin: 0 auto;
}
.guptol table th {
    border: #d3d3d3 1px solid;
    padding: 5px;
    text-align:center;
}
.guptol table td {
    border: #d3d3d3 1px solid;
    padding: 5px;
}
.OrderProcess{
   background-color:transparent;   
}
.OrderingProcess{
    width:60%;   
    margin:0 auto;
    list-style-type:none;
    display:grid;
    grid-template-columns: 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr 0.5fr 1fr;
    align-items: center;
    box-sizing: border-box;
    padding:5px 0;
}
.OrderingProcess li{
    text-align:center;
    place-content: center;
    height:100%;
    border:#B5B5B5 2px solid;
}
.OrderingProcess li.order-step{
    border-radius: 50%;
    padding:10px;
    background-color:#B5B5B5;
    color:White;
}
.OrderingProcess li.order-step font{
    letter-spacing:1px;
    font-weight:bold;
}
.OrderingProcess li.order-next{
    height:5px;
    background-color:#B5B5B5;
    border:none;
}
.OrderingProcess li.hoverprocess{
    background-color:Black;
    border:Black 2px solid;
}
.OrderingProcess li.order-next.hoverprocess{
    border:none;
}
.OrderingProcess li.hoverpage{
    border:#F2B422 2px solid;
    color:#F2B422;
    box-shadow: 0.5px 1px 5px #999;
}
.order-get.hoverprocess:not(.order-get.hoverpage),
.order-invo.hoverprocess:not(.order-invo.hoverpage){
   cursor:pointer;  
}
.order-get.hoverprocess:not(.order-get.hoverpage):hover,
.order-invo.hoverprocess:not(.order-invo.hoverpage):hover{
    border:#F2B422 2px solid;
    color:#F2B422;
    box-shadow: 0.5px 1px 5px #999;
}
.table_page table{
   border-collapse: collapse;  
   width:100%;
}
.table_page tr:nth-child(1) td {
    background-color: #FFCC99;
    font-weight: bold;
    text-align: center;
}
.table_page td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.table_page tr td:nth-child(1),
.table_page tr td:nth-child(2),
.table_page tr td:nth-child(4),
.table_page tr td:nth-child(5){
    white-space:nowrap;
}
.table_page tr td:nth-child(3) {
    text-align:left;;
}
.table_page table td a{
    color:#fff;
    text-decoration:none ;
    background-color:#0099CC;
    padding:3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
}
.table_page table td a:hover{
    background-color:#006D91;
}
.table_page table td a.icon-trash{
    background-color:transparent;
    color:#707070;
}
.table_page table td a.icon-trash:hover{
    color:#222;
}
/**.checkout-pay .thd-2,.checkout-pay .td-2{display:none;}**/
@media screen and (max-width: 1024px){
    .shop ul.tempslist li
    {
         max-width: 30%;
    }
    .checkout-getper ul.g-left
    {
        width: 60%;
    }
    .checkout-getper ul.g-right
    {
        width: 40%;
    }
    .OrderingProcess{
        width:80%;   
    }    
}
@media screen and (max-width: 768px){
    .orderbox ul.databody {
        width: 100%;
    }
    .orderbox ul.databody li {
        width: 70%;
    }    
    .orderbox ul.databody li.tle {
        width: 20%;
    }
    .checkout-payinfo{
        float:none;  
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .checkout-pay{
        float:none;  
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }
    .checkout-getper {
        margin:0;
        padding:5px 20px;
    }    
    .checkout-getper ul {
        width: 100%;
        margin-bottom:15px;
    }
    .checkout-getper ul.g-left,.checkout-getper ul.g-right
    {
        width: 100%;
    }
    .checkout-getper ul li:first-child {
        width: 100%;
        text-align:left;
    }
    .checkout-getper ul li:last-child{
        width: 100%;
    }
    .checkout-getper #od0133n{
        width: 90%;
    }
    .checkout-getper ul.g-full li:first-child {
        width: 100%;
    }
    .checkout-getper #od0133n[readOnly='readOnly']{
        width: 100%;
    }
    .shop ul.tempslist 
    {
        padding-left:0;
    }
    .shop ul.tempslist li
    {
         max-width: 45%;
    }
    .checkout-getper ul li{
        height:auto;
    }
    .checkout-pay sup{
        font-size:8px;   
    }
    .OrderingProcess{
        width:100%;   
    }    
    .cang{
        margin:10px 0 20px 0;
        text-align:center;
    }
}
@media screen and (max-width: 480px)
{
    .remodal .orderbox ul.databody{
        width: 100%;
    }    
    .orderbox ul.databody li.tle label{
       width: 100%;
    }
    .orderbox ul.databody li {
        width: 65%;
    }    
    .orderbox ul.databody li.tle {
        width: 25%;
    }
    .checkout-payinfo{
       width: 100%;
    }
    .checkout-pay{
       width: 100%;
    }
    .tlf-ul .tlf-5{
       width: 20%;
    }
    .imgbox img {
        max-width:100%; 
        margin:10px 0;
    }
    .buttonbox a {
        margin: 10px;
        font-size:90%;
        padding: 15px 5px;
    }
    .checkout-itens H1 font{
    }
    .checkout-itens H1 span
    {
        display: inline-block;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-top: 10px;
        font-weight: normal;
    }
    .checkout-itens .remarks H1 span
    {
        float: right;
        width: auto;
        padding-top: 0;
    }
    .checkout-itens .remarks H1 font{
        min-width: 0;
        margin-right:10px;
    }
    .checkout-pay TD{
        padding:5px;   
    }
    .shoplist{
        width:100%;
    }
    .shoplist .item>div img
    {
        max-width:100%;
    }
    .checkoutshop ul.tempslist
    {
        display:inline-block;
        width: 100%;
    }
    .checkoutshop ul.tempslist li
    {
        max-width:100%;
    }
    .shop ul.tempslist li
    {
         max-width: 100%;
    }
    .shop ul.tempslist li .imgebox
    {
        height:auto;
    }
    .checkout-itens .tli-2,.checkout-itens .tlc-2,.checkout-itens .tlf-2{
        width: 50%;
    }
    .checkout-itens .tli-3,.checkout-itens .tlc-3,.checkout-itens .tlf-3{
        width: 20%;
    }
    .checkout-itens .tli-6,.checkout-itens .tlc-6,.checkout-itens .tlf-6{
        width: 10%;
    }
    .checkout-pay .th .thd-2{
        font-size:10pt;
    }
    .OrderingProcess{
        grid-template-columns: 1fr 0.3fr 1fr 0.3fr 1fr 0.3fr 1fr 0.3fr 1fr;
    }
    .OrderingProcess li.order-step{
        padding:5px;
    }
}
@media screen and (max-width: 385px)
{
    .OrderingProcess li.order-step{
        padding:2px;
    }
    .OrderingProcess li.order-step font{
        font-size:0.8em;
    }
}
@media screen and (max-width: 320px)
{
    .remodal .orderbox ul.databody li.tle 
    {
        font-size:80%;
    }    
    .orderbox ul.databody li {
        width: 60%;
    }    
    .orderbox ul.databody li.tle {
        width: 25%;
    }
    .buttonbox a {
        margin: 5px;
        font-size:80%;
    }    
    .shop ul.tempslist
    {
        padding-left:0;
    }
}