/*============================================================================
   #Webcms
==============================================================================*/

.main-lh{
    padding-top: 10px;
    padding-bottom: 10px;
}

.showlogin span {
    Color: #334862;
    cursor: pointer;
}

form {
    margin-bottom: 1.3em;
}

label {
    color: #222 ;
    font-weight: bold;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em
}

#lgo{
    display: none;
    height: auto;
    transition: all 1s;
}

#code-sale {
    display: none;
}

.login-checkout {
    padding-bottom: 1em;
}

.login-checkout input {
    border: 1px solid #ddd;
    outline: none;
    height: 2.507em;
    width: 100%;
}

input:focus {
    box-shadow: 0 0 5px #ccc;
}

.enter-checkout {
    margin-top: 10px;
    margin-bottom: 10px;
}

.enter-checkout button {
    background-color: #a4781a;
    color: #ffffff;
    font-weight: bolder;
    font-size: 15px;
    outline: none;
    border: 0;
    height: 2.507em;
    width: 125px;
    margin-right: 20px;
}

button:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.enter-checkout input {
    margin: 3px 10px 16px 4px;
}

.enter-checkout span {
    color: #222;
    font-weight: bolder;
}

.reset-pass a {
    text-decoration: none;
    color: #334862;
    font-size: 16px;
}

.reset-pass a:hover {
    color: #000;
}

.coupon-code-checkout {
    border-color: #a8741a;
    border-style: dashed;
    padding: 15px 30px 30px;
    font-size: 16px;
}

.coupon-code-checkout input {
    border: 1px solid #ddd;
    outline: none;
    width: 91%;
    height: 2.507em;
}

.coupon-code-checkout button {
    background-color: #a4781a;
    color: #ffffff;
    font-weight: bolder;
    font-size: 15px;
    outline: none;
    border: 0;
    height: 41px;
}

@media only screen and (max-width:990px){
    .coupon-code-checkout input{
        width: 100%;
    }

    .coupon-code-checkout button{
        margin-top: 10px;
        width: 100%;
    }

    .showlogin p {
        text-align: center;
    }  
}

.Billing-Information {
    padding-top: 15px;
    border-top: 2px solid #ddd;
}

.Billing-Information h3 {
    font-size: 16px;
    font-weight: bolder;
}

.Billing-Information input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    height: 2.507em;
}

input {
    outline: none;
}

.guest-information{
    margin-top: 15px;
}

.guest-information input {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    height: 2.507em;

}

.guest-information select {
  width:100%;
}

.update-adress{
    margin-top: 10px;
}

.update-adress a {
    color: #222;
    text-decoration: none;
}

.other-address {
    display:none ;
}

.other-address input[type="text"] {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    height: 2.507em;
}

.detailed-address {
    margin-top: 15px;
}

.detailed-address textarea  {
    outline: none;
    width: 100%;
    border: 1px solid #ddd;
    height: 120px;;
}

.your-order {
    width: 100%;
    border: 2px solid;
    border-color: #a8741a;
    padding: 15px 30px 30px;
}

.your-order h3 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bolder;
}

thead {
    border-color: inherit;
    border-bottom: 3px solid #ddd;
}

.sum-cots {
    font-weight: bolder;
    color: #212529;
}

tfoot {
    border-color: inherit;
    border-bottom: 3px solid #ddd;
}

.name-product-checkout {
    color: #666666;
    padding: 15px 7px 15px 5px;
    font-size: 14px;
    font-weight: normal;
}

.your-order table td {
    text-align: right;
}

.delivery-product-checkout {
    color: #666666;
    padding: 15px 7px 15px 5px;
    font-size: 14px;
}

.your-order table label {
    color:#222222 ;
    font-weight: normal;
    opacity: .8;
    padding: .5em 0;
}

.cash {
    display: inline-flex;
}

.cash input {
    margin-top: 4px;
    margin-right: 5px;
}

.text-cash {
    color: #353535;
    font-size: 15px;
}

.your-order button {
    background-color: #a8741a;
    color: #fff;
    font-size: .97em;
    line-height: 2.4em;
    min-height: 2.5em;
    outline: none;
    border: 0;
    font-weight: bolder;
    width: 150px;
}





