﻿h2 {
    font-weight: bold;
    font-size: 16pt;
}

.cart-title {
    padding: 20px 0px;
    font-size: 12pt;
    color: black;
}

.cart-title strong {
    font-size: 20pt;
}

.cart-title .main-title-text-nums {
    padding-left: 5px;
    color: #999; 
}

.cart-title .main-title-text-num {
     color: black;
}

.cart-block {
    border: 3px solid #eee;
    margin-bottom: 20px;
    padding: 15px 20px 30px;
}

.myorder-item-wrapper {    
    border: 3px solid #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
    overflow: hidden;
}

.cart-table {
    width: 100%;     
}

.cart-table th {
    border-bottom: 1px solid #eee;
    padding: 0 0 5px;    
    text-align: left;
    color: #999;
    font-weight: normal;
}

.cart-table td {
    vertical-align: top;
    padding-top: 10px;
}

.product-img-cell {
    width: 110px;    
}

.product-img {
    width: 100px;
    height: 100px;
}

.product-name-cell {
    width: 600px;
    padding-right: 50px;   
}

.product-name {
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;  
    color: #333;    
}

.product-name:hover {
    color: #f90;
}

.product-description {
    display: block;
}

.product-quantity-cell {
    width: 150px;
}

.product-quantity-cell span {
    color: #999;
    text-align: center;
}

.product-price-cell {
    width: 100px;
    font-weight: bold;    
}

.product-quantity-cell input {    
    width: 50px;
    height: 20px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    color: #333;
}

.product-quantity-cell input:focus {    
    border: solid 1px #1DAFEC;
}

.product-quantity-cell div {
    float: left;
    height: 20px;    
    border: 1px solid #cbcbcb;
    text-align: center;
    vertical-align: central;
}

.quantity-minus, .quantity-plus {
    width: 20px;
    cursor: pointer;  

}

.quantity-minus {
    border-radius: 5px 0 0 5px;

}

.quantity-plus {
    border-radius: 0 5px 5px 0;
}

.product-remove-cell {
    text-align: right;
}

.product-remove {
    text-decoration: none;  
    color: #333;
}

.product-remove:hover {
    color: #f90;
    text-decoration: underline;
    cursor: pointer;
}

.clientComment-area {
    width: 600px;
    margin-top: 10px;
    padding: 10px;
}

.order-price-wrapper {    
    width: 350px;
    float: right;
}

.order-price-wrapper td {
    padding: 5px 0;
}

.order-price-wrapper .p-title {
   color: #999;
}

.order-price-wrapper .p-val {   
    color: #333;
    text-align: right;
}

.order-price-wrapper .total {
    font-weight: bold;
    font-size: 24px;
}

.order-price-wrapper #total-price {
    color: #FF6600;
    text-align: right;
}

.myorder-clientComment {
    max-width: 1150px;
    color: #999;
    font-style: italic;
}

.big-orrage-button {    
    padding: 8px 25px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;   
    text-align: center;
    vertical-align: middle; 
    background-color: #ff9917;
    background-image: linear-gradient(to bottom, #ffab02, #ff8a28);
    background-repeat: repeat-x;
    border: 1px solid #e87b0e;   
    text-decoration: none;
    color: #fff;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                            supported by Chrome and Opera */       
}

.big-orrage-button:hover {
    background-color: #f8af23;
    background-image: linear-gradient(to bottom, #ffbc35, #f2a210);
    background-repeat: repeat-x;
    color: #fff;
}

.orderstep-wrapper {    
    margin: 10px 0;    
}

.orderstep {
    box-sizing: border-box;    
    display: inline-block;    
    padding: 5px;    
    text-align: center;
    width: 600px;
    height: 30px;
    background-color: #e8e8e8;
    color: #666;
    font-weight: bold;  
}

.orderstep-arrow {    
    display: inline-block;         
    position: absolute;
    border: 15px solid transparent;
    border-left: 15px solid  #e8e8e8;      
}

.orderstep-arrow-active {    
    border-left: 15px solid  #f90;      
}

.orderstep.active {  
    background-color: #f90;
    color: #fff;  
}

.personalinfo {
    width: 50%;    
    padding: 10px;
    background: #fff4f2;
    border: 3px solid #e52e02;
    line-height: 40px;
}

.personalinfo img {
    padding-right: 10px;
}

.personalinfo .edit {
    color: #06c;
    text-decoration: none;
}

.personalinfo .edit:hover {
    color: #f90;
}

.message {
    padding: 10px 25px;
}

.myorder-table-header {
    width: 100%;
    background: #f2f2f2;    
    color: #333;    
    padding: 5px;
}

.myorder-table-header td {
    padding: 5px  10px;
}

.myorder-table-header .label {
    color: #999;
}

.aftercreate-message {
    line-height: 30px;
    font-weight: bold;
}

.aftercreate-message a {
    color: #FF6600;
    text-decoration: none; 
}

.aftercreate-message a:hover {
    text-decoration: underline; 
}

.link-text {
    color: #06c;
}

.link-text:hover {
    text-decoration: none;    
}

#deliveritype-wrapper input[type=radio] {
    display: none;
}

#deliveritype-wrapper div {
    padding: 5px;
    display: inline-block;
    border: 3px solid #eee;
}

#deliveritype-wrapper div,label {    
    cursor: pointer;
}

#deliveritype-wrapper div:not(.selected):not(.disabled):hover img {    
    opacity: 0.8;
}

#deliveritype-wrapper div.selected {
    background: #fff4f2;
    border: 3px solid #e52e02;
}

#deliveritype-wrapper p {
    margin: 5px;
    color: #FF6600;
    text-align: center;
}

.pvz-wrapper {
    margin-top: 10px;
    border: 3px solid #eee;
    padding: 10px;
    display: none;
}

#pvz-fix-body {
    max-height: 400px;
    overflow-y: auto;
}

#pvz-fix-body table {
    width: 100%;
    border-collapse: collapse;
}

#pvz-fix-body tr {
    cursor: pointer;
}

#pvz-fix-body tr.selected {
    background: #ddebf7 !important;
}

#pvz-fix-body table td {
    padding: 5px 10px;
}

#pvz-fix-body tr:nth-child(even) {
    background: #eee;
}

#pvz-fix-body .radio label {
    height: 0 !important;
}

#confirm-show-more-wrapper {
    padding-top: 10px;
    text-align: right;
}

.delivery-detail-info-wrapper div {
    display: inline-block;
}

.delivery-detail-info {
    width: 300px;
    vertical-align: top;
}