/*============================================================================
   #Webcms
==============================================================================*/
#address {
    display: none;
}

#main {
    background-color: #fff;
    position: relative;
}

.message-wrapper {
    margin: 0;
    padding-bottom: 10px;
}

.message-container {
    color: #777;
    font-size: 16px;
    ;
}

.row .container {
    padding-left: 0;
    padding-right: 0;
}

a.showcoupon {
    text-decoration: none;
    color: #383838;
}

a.showcoupon:hover {
    color: #838383;
}

#check {
    display: none;
}

.has-border {
    border-color: #383838;
}

.is-dashed {
    border-style: dashed;
}

.has-border {
    /*border: 2px solid #446084;*/
    padding: 15px 30px 30px;
}

form {
    font-size: 16px;
    margin-bottom: 15px;
}

form p {
    margin-bottom: .5em;
    font-size: 16px;
    margin-top: 0;
}

.flex-col button {
    margin-bottom: 0;
}

.button,
button {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .03em;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    max-width: 100%;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    /*background-color: #383838;*/
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: 1;
}

#customer_details {
    padding-bottom: 70px;
}

.flex-grow {
    flex: 1;
}

.woocommerce-billing-fields {
    padding-top: 15px;
    border-top: 2px solid #ddd;
}

form.checkout h3 {
    font-size: 16px;
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}

@media (min-width: 550px) {
    p.form-row-first {
        margin-right: 4%;
        width: 48%;
        float: left;
    }
}

@media (min-width: 550px) {
    p.form-row-first,
    p.form-row-last {
        width: 48%;
        float: left;
    }
}

@media (max-width: 770px) {
    .flex-row {
        display: block;
    }
    .flex-col {
        max-width: 100%;
    }
}

.flex-col {
    margin-top: 15px;
    margin-bottom: 15px;
}

span.amount {
    font-size: 16px;
}

.expand {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
}

.woocommerce-billing-fields p {
    margin-bottom: .5em;
}

p.form-row-wide {
    clear: both;
    padding-top:10px;
}

.woocommerce-billing-fields p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-shipping-fields__field-wrapper p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cart-subtotal th {
    border-bottom: 1px solid #ececec;
}

.cart-subtotal td {
    border-bottom: 1px solid #ececec;
}

.shipping th {
    border-bottom: 1px solid #ececec;
}

.shipping td {
    border-bottom: 1px solid #ececec;
}

.order-total th {
    border-bottom: 3px solid #ececec;
}

.order-total td {
    border-bottom: 3px solid #ececec;
}

.woocommerce form .form-row .required {
    visibility: visible;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

form p {
    margin-bottom: .5em;
    display: block;
}

ul {
    padding-left: 0!important;
}

@media screen and (max-width: 849px) {
    .col {
        padding-bottom: 30px;
    }
}

select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

input[type='tel'] {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}

#ship-to-different-address label {
    text-transform: none;
    font-weight: normal;
    color: #222;
}

label {
    color: #222;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

form.checkout h3 {
    font-size: 1.1em;
    overflow: hidden;
    padding-top: 10px;
    font-weight: bolder;
    text-transform: uppercase;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}

th:first-child {
    padding-left: 0;
}

th {
    color: #555;
    line-height: 1.05;
    letter-spacing: .05em;
    /*text-transform: uppercase;*/
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    font-size: .9em;
}

.shop_table thead tr th:last-of-type {
    text-align: right;
}

.shop_table th:last-child {
    border-right: 0;
}

.shop_table .cart_item td {
    padding-top: 15px;
    padding-bottom: 15px;
}

strong {
    font-weight: bolder;
}

td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    /*font-size: 16px!important;*/
}

ul .methods {
    margin-bottom: 1.3em;
    margin-top: 0;
    padding: 0;
    list-style: disc;
    padding-left: 0;
}

.checkout ul li {
    color: #777777;
    list-style: none;
    margin: 0;
    font-size: 16px;
}

.woocommerce-privacy-policy-text a {
    text-decoration: none;
    color: #383838;
}

.woocommerce-privacy-policy-text a:hover {
    color: #838383;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
}
.clear{
    display: flex;
    align-items: center;
}
.clear label{
  margin-left: 10px;
}
.pay-error p{
  color: #b20000;
}
.methods {
  margin-bottom:10px;
}
.woocommerce-privacy-policy-text p{
  margin-top:10px;
  text-align:left;
}
.methods p{
  text-align:left;
}
@media (min-width: 550px) {
    .form-row-first {
        margin-right: 4%;
        width: 48%;
        float: left;
    }
}

@media (min-width: 550px) {
    .form-row-first,
    .form-row-last {
        width: 48%;
        float: left;
    }
}
/**/
.coupon-code-checkout {
    border: 2px solid #446084;
    border-style: dashed;
    padding: 15px 30px 30px;
    font-size: 16px;
}
form {
    margin-bottom: 1.3em;
}
.coupon-code-checkout input {
    border: 1px solid #ddd;
    outline: none;
    width: 85%;
    height: 2.507em;
}
.coupon-code-checkout button {
    background-color: #a4781a;
    color: #ffffff;
    font-weight: bolder;
    font-size: 15px;
    outline: none;
    border: 0;
    width:14%;
    height: 41px;
}
.input-endow{
  display:none;
}
#code-sale{
  display:none;
}
.showlogin span{
  color: #0d6efd;
}
.btn-payment-checkout{
  background-color: #c0c0c0;
  position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}