/*============================================================================
   #Webcms
==============================================================================*/
 .header-wrapper {
        background-color: #838383!important;
    }
    
    .header-wrapper {
        position: relative!important;
        width: 100%;
        z-index: 30;
        background-size: cover;
        background-position: 50% 0;
        transition: background-color .3s, opacity .3s;
    }
    
    #main {
        background-color: #fff;
        position: relative;
    }
    
    .page-wrapper {
        padding-top: 30px;
        padding-bottom: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .button-continue-shopping {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .button {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .col {
        position: relative;
        margin: 0;
        padding: 0 15px 30px;
        width: 100%;
    }
    
    @media screen and (max-width: 849px) {
        .col {
            padding-bottom: 30px;
        }
    }
    
    @media screen and (min-width: 850px) {
        .large-12 {
            max-width: 100%;
            flex-basis: 100%;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row .row-large:not(.row-collapse) {
            margin-left: -30px;
            margin-right: -30px;
            margin-bottom: 0;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row-large>.col {
            padding: 0 15px 30px;
            margin-bottom: 0;
        }
    }
    
    .pb-0 {
        padding-bottom: 0 !important;
    }
    
    @media screen and (min-width: 850px) {
        .large-7 {
            max-width: 58.33333%;
            flex-basis: 58.33333%;
        }
    }
    
    form {
        margin-bottom: 1.3em;
    }
    
    form {
        display: block;
        margin-top: 0em;
    }
    
    table {
        width: 100%;
        margin-bottom: 1em;
        border-color: #ececec;
        border-spacing: 0;
    }
    
    thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    
    .shop_table thead th {
        border-bottom: 3px solid #ececec;
    }
    
    th:first-child {
        padding-left: 0;
    }
    
    th {
        line-height: 1.05;
        letter-spacing: .05em;
        /*text-transform: uppercase;*/
        padding: .5em;
        text-align: left;
        border-bottom: 1px solid #ececec;
        font-size: 16px;
    }
    
    th.product-name {
        color: #777777;
    }
    
    th.product-price {
        color: #777777;
    }
    
    th.product-quantity {
        color: #777777;
    }
    
    th.product-subtotal {
        color: #777777;
    }
    
    .shop_table thead tr th {
        text-align: right;
    }
    
    .shop_table .cart_item td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }
    
    td.product-remove {
        width: 20px;
        padding: 0;
    }
    
    td {
        color: #666;
    }
    
    td {
      padding: .5em;
    text-align: right;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
        text-align: left;
        border-bottom: 2px solid #ececec;
        line-height: 1.3;
        font-size: .9em;
    }
    
    a.remove {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 15px !important;
        line-height: 19px !important;
        border-radius: 100%;
        color: #ccc;
        font-weight: bold;
        text-align: center;
        border: 2px solid currentColor;
    }
    
    .cart_item a {
        color: #383838;
        text-decoration: none;
        background-color: transparent;
    }
    
    .cart_item a:hover {
        color: #838383;
    }
    
    .shop_table .cart_item td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
    
    td.product-thumbnail {
        min-width: 60px;
        max-width: 90px;
        width: 90px;
    }
    
    @media (min-width: 550px) {
        .show-for-small {
            display: none !important;
        }
    }
    
    form p {
        margin-bottom: .5em;
    }
    
    .shop_table tr td:last-of-type {
        text-align: right;
    }
    
    .shop_table .actions {
        border: 0;
        padding: 15px 0 10px;
    }
    
    .pull-left {
        float: left;
    }
   a.button {
     width:100%;
    /*background-color: #d9d9d9;*/
    /*color: #111;*/
    /*border-color: rgba(0, 0, 0, 0.05);*/
}
    .text-left {
        text-align: left;
    }
    
    .is-outline.primary {
        color: #383838;
        text-decoration: none;
    }
    
    .button.is-outline {
        border: 2px solid currentColor;
        background-color: transparent;
    }
    
    .button.is-outline {
        line-height: 2.19em;
    }
    
    /*.button {*/
    /*    margin-bottom: 10px;*/
    /*}*/
    
    /*.button.primary:not(.is-outline) {*/
    /*    background-color: #383838;*/
    /*}*/
    
    @media screen and (min-width: 850px) {
        .row-divided>.col+.col:not(.large-12) {
            border-left: 1px solid #ececec;
        }
    }
    
    @media screen and (min-width: 850px) {
        .col+.col .col-inner {
            margin-right: auto;
            margin-left: 0;
        }
    }
    
    .cart_totals h2 {
        display: none;
    }
    
    .cart_totals tbody th {
        font-size: 0.9em;
        text-transform: inherit;
        letter-spacing: 0;
        font-weight: normal;
    }
    
    th:first-child {
        padding-left: 0;
    }
    
    span.amount {
      font-size:16px;
        white-space: nowrap;
        color: #111;
        /*font-weight: bold;*/
    }
    
    .woocommerce-shipping-calculator {
        font-size: .9em;
    }
    
    .woocommerce-shipping-calculator {
        margin: 5px 0;
    }
    
    .shipping a {
        color: #383838;
        text-decoration: none;
    }
    
    .shipping a:hover {
        color: #838383;
    }
    
    p.form-row-wide {
        clear: both;
    }
    .costsl {
    margin: .5em 0;
    }
    /*form p {*/
    /*    margin-bottom: .5em;*/
    /*    display: flex;*/
    /*}*/
    
    .woocommerce-shipping-calculator p {
        float: right;
    }
    
    p.show-for-small {
        float: left;
    }
    
    .mobile-product-price__qty {
        font-size: 11px;
    }
    th{
      color:#111;
    }
    span.amount {
        font-size: 14px;
        white-space: nowrap;
        color: #111;
        /*font-weight: bolder;*/
    }
    
    td.img-produc-basket {
        min-width: 60px;
        max-width: 90px;
        width: 90px;
    }
    
    @media (max-width: 849px) {
        .produc-table .nameproduc-basket {
            min-width: 80px;
        }
    }
    .nameproduc-basket span{
      font-size:.9em;
    }
    /*@media screen and(max-width:520px) {*/
    /*    span.amount {*/
    /*        font-size: 11px;*/
    /*    }*/
    /*}*/
    
    select {
        box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
        background-color: #fff;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 15%;
        border-radius: 0;
        display: block;
    }
    
    select {
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0 .75em;
        padding-top: 0px;
        padding-right: 0.75em;
        padding-bottom: 0px;
        padding-left: 0.75em;
        height: 2.507em;
        font-size: .97em;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        color: #333;
        transition: color .3s, border .3s, background .3s, opacity .3s;
    }
    
    option {
        font-weight: normal;
        display: block;
        white-space: pre;
        min-height: 1.2em;
        padding: 0px 2px 1px;
    }
    
    .cart_totals .wc-proceed-to-checkout {
        margin: 1.5em 0;
    }
    
    .button.alt:not(.is-outline) {
        background-color: #c0c0c0;
    }
    
    .cart_totals .button {
        min-width: 100%;
        margin-right: 0;
        display: block;
    }
    
    .button {
        /*margin-right: 20px;*/
        /*margin-bottom: 1em;*/
        /*border-color: rgba(0, 0, 0, 0.05);*/
        color: #fff;
    }
    
    .wc-proceed-to-checkout a {
        text-decoration: none;
    }
    
    .button:hover {
        outline: none;
        opacity: 1;
        color: #fff;
        /*box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);*/
    }
    
    .cart-sidebar .widget-title {
        border-bottom: 3px solid #ececec;
        font-size: .95em;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .coupon h3 {
        color: #555;
        width: 100%;
        margin-top: 0;
        text-rendering: optimizeSpeed;
    }
    
    #shipping {
        display: none;
    }
    
    .widget-title i {
        opacity: .35;
        margin-right: 4px;
    }
    
    i[class^="icon-"] {
        font-family: 'fl-icons' !important;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        position: relative;
        line-height: 1.2;
    }
    
    .cart_totals .button {
        min-width: 100%;
        margin-right: 0;
        display: block;
    }
    
    /*button[type="submit"] {*/
    /*    background-color: #383838;*/
    /*}*/
    
    @media (max-width: 549px) {
        .shop_table .product-price {
            display: none;
        }
        .shop_table .product-subtotal {
            display: none;
        }
    }
    
    .is-form {
        overflow: hidden;
        position: relative;
        background-color: #f9f9f9;
       /*width:40px;*/
        padding: 0;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ddd;
    }
    
    .input-qty {
        background-color: #fff;
        /*height: 33px!important;*/
        /*width: 40px!important;*/
        text-align: center;
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        padding: 0;
    }
    
    .is-form.minus {
      /*width:15px;*/
        border-radius: 0!important;
    }
    
    .is-form.plus {
      /*width:15px;*/
        border-radius: 0 !important;
    }
    
    .is-form1 {
        overflow: hidden;
        position: relative;
        background-color: #f9f9f9;
        height: 33px;
        width: 100%;
        padding: 0;
        color:#666;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ddd;
    }
    
    /*input[type='submit']:not(.is-form) {*/
    /*    background-color: #f9f9f9!important;*/
    /*    color: #666!important;*/
    /*    width: 100%!important;*/
    /*}*/
    
    @media screen and (min-width: 850px) {
        .row-divided>.col+.col:not(.large-12) {
            border-left: 1px solid #ececec;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row-large>.col {
            padding: 0 30px 30px;
            margin-bottom: 0;
        }
    }
    /**/
    /**/
    .main-lh {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main-lh {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}
.Billing-Information {
    padding-top: 15px;
    border-top: 2px solid #ddd;
}
.Billing-Information h3 {
    font-size: 16px;
    font-weight: bolder;
}
.guest-information {
    margin-top: 15px;
    margin-bottom: 15px;
}
label {
    color: #222;
    font-weight: bold;
    display: block;
}

.guest-information {
    margin-top: 15px;
}
.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 #446084;
    padding: 15px 30px 30px;
}
.your-order h3 {
    font-size: 16px;
    color: #1c1c1c;
    font-weight: bolder;
}
.your-order td{
  text-align:right;
}
table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #ececec;
    border-spacing: 0;
}
thead {
    border-color: inherit;
    border-bottom: 3px solid #ddd;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
}
tr {
    margin-top: 5px;
}
label {
    display: inline-block;
}
label {
  text-align:left;
    color: #222;
    font-weight: bold;
    display: block;
}
.guest-information input {
  height: 31px;
  border: none;
  padding-left: 11px;
  border-color: #fff;
  border-radius: 2px;
  font-size: 17px; }

.guest-information input {
    width: 100%;
    outline: none;
    border: 2px solid #e1e1e1;
    height: 2.507em;
}
.Billing-Information input {
    /*width: 100%;*/
    outline: none;
    border: 2px solid #e1e1e1;
    /*height: 2.507em;*/
}

.guest-information select {
  font-size:17px;
  font-weight:500;
    width: 100%;
}
.Billing-Information h3 {
    font-size: 16px;
    font-weight: bolder;
}
.cash input {
    margin-top: 4px;
    margin-right: 5px;
}
.mid2 {
    border-left: 1px solid #ddd;
    display: block;
}

.name-product-checkout {
    color: #666666;
    padding: 15px 7px 15px 5px;
    font-size: .9em;
    font-weight: normal;
}
.buttons_added input {
    height: 30px;
    width: 30px;
}
.input-number {
    outline: none;
    background-color: #fff;
    height: 2.2rem;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 0;
    width: 35px;
}
.cartnull{
  text-align:center;
  padding-top: 30px;
    padding-bottom: 30px;
}
.cartnull p{
  text-align:center;
}
.continueshoping{
  text-align:center;
}
.continueshoping button{
  background-color: transparent;
   border: 2px solid #383838;
}
.continueshoping button:hover{
  background-color: #383838;
   border: 2px solid #383838;
   color:#fff;
}
.closure-button{
  display:flex;
}

.update-cart button {
    border: 2px solid #383838;
    background-color: #383838;
    font-size: .97em;
    font-weight: bolder;
    color: #fff;
    margin-left: 10px;
    height: 35px;
   padding-left: 15px;
    padding-right: 15px;
    outline: none;
    opacity: 0.6;
     margin-bottom:10px;
}
.in-sumit{
   border: 2px solid #383838;
    background-color: transparent;
}
.continueshoping button{
    font-size: .97em;
    font-weight: bolder;
  color:#383838;
    margin-left: 10px;
    height: 35px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    margin-bottom:10px;
}
 @media screen and (max-width: 549px) {
        .gia{
           display:none;
        }
         .tong{
           display:none;
        }
         .costproduc-basket{
           display:none;
        }
        .soluong{
          text-align: right;
        }
         .tong2{
           display:none;
        }
        .closure-button{
           display:block;
           text-align:center;
}
} 
.oder buttom[type="submit"]{
  min-width: 100%;
    margin-right: 0;
    display: block;
   }
    #main {
        background-color: #fff;
        position: relative;
    }
    
    .page-wrapper {
        padding-top: 30px;
        padding-bottom: 70px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .button-continue-shopping {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .button {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .col {
        position: relative;
        margin: 0;
        padding: 0 15px 30px;
        width: 100%;
    }
    
    @media screen and (max-width: 849px) {
        .col {
            padding-bottom: 30px;
        }
    }
    
    @media screen and (min-width: 850px) {
        .large-12 {
            max-width: 100%;
            flex-basis: 100%;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row .row-large:not(.row-collapse) {
            margin-left: -30px;
            margin-right: -30px;
            margin-bottom: 0;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row-large>.col {
            padding: 0 15px 30px;
            margin-bottom: 0;
        }
    }
    
    .pb-0 {
        padding-bottom: 0 !important;
    }
    
    @media screen and (min-width: 850px) {
        .large-7 {
            max-width: 58.33333%;
            flex-basis: 58.33333%;
        }
    }
    
    form {
        margin-bottom: 1.3em;
    }
    
    form {
        display: block;
        margin-top: 0em;
    }
    
    table {
        width: 100%;
        margin-bottom: 1em;
        border-color: #ececec;
        border-spacing: 0;
    }
    
    thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    
    .shop_table thead th {
        border-bottom: 3px solid #ececec;
    }
    
    th:first-child {
        padding-left: 0;
    }
    
    th {
        line-height: 1.05;
        letter-spacing: .05em;
        /*text-transform: uppercase;*/
        padding: .5em;
        text-align: left;
        border-bottom: 1px solid #ececec;
        font-size: 16px;
    }
    
    th.product-name {
        color: #777777;
    }
    
    th.product-price {
        color: #777777;
    }
    
    th.product-quantity {
        color: #777777;
    }
    
    th.product-subtotal {
        color: #777777;
    }
    
    .shop_table thead tr th {
        text-align: right;
    }
    
    .shop_table .cart_item td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }
    
    td.product-remove {
        width: 20px;
        padding: 0;
    }
    
    td {
        color: #666;
    }
    .shop-table td{
      text-align:right;
    }
    td {
       text-align:end;
        border-bottom: 2px solid #ececec;
        line-height: 1.3;
        font-size: .9em;
    }
    .coupon-code{
      margin-bottom: 10px;
    }
    a.remove {
        display: block;
        width: 24px;
        height: 24px;
        font-size: 15px !important;
        line-height: 19px !important;
        border-radius: 100%;
        color: #ccc;
        font-weight: bold;
        text-align: center;
        border: 2px solid currentColor;
    }
    
    .cart_item a {
        color: #383838;
        text-decoration: none;
        background-color: transparent;
    }
    
    .cart_item a:hover {
        color: #838383;
    }
    
    .shop_table .cart_item td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
    }
    
    td.product-thumbnail {
        min-width: 60px;
        max-width: 90px;
        width: 90px;
    }
    
    @media (min-width: 550px) {
        .show-for-small {
            display: none !important;
        }
    }
    
    form p {
        margin-bottom: .5em;
    }
    
    .shop_table tr td:last-of-type {
        text-align: right;
    }
    
    .shop_table .actions {
        border: 0;
        padding: 15px 0 10px;
    }
    
    .pull-left {
        float: left;
    }
    
    .text-left {
        text-align: left;
    }
    
    .is-outline.primary {
        color: #383838;
        text-decoration: none;
    }
    
    .button.is-outline {
        border: 2px solid currentColor;
        background-color: transparent;
    }
    
    .button.is-outline {
        line-height: 2.19em;
    }
    
    .button {
        margin-bottom: 10px;
    }
    
   
    
    @media screen and (min-width: 850px) {
        .row-divided>.col+.col:not(.large-12) {
            border-left: 1px solid #ececec;
        }
    }
    
    @media screen and (min-width: 850px) {
        .col+.col .col-inner {
            margin-right: auto;
            margin-left: 0;
        }
    }
    
    .cart_totals h2 {
        display: none;
    }
    
    .cart_totals tbody th {
        font-size: 0.9em;
        text-transform: inherit;
        letter-spacing: 0;
        font-weight: normal;
    }
    
    th:first-child {
        padding-left: 0;
    }
    
    span.amount {
        white-space: nowrap;
        color: #111;
        font-weight: bold;
    }
    
    .woocommerce-shipping-calculator {
        font-size: .9em;
    }
    .woocommerce-shipping-calculator span {
        font-size: .9em;
    }
    .woocommerce-shipping-calculator {
        margin: 5px 0;
    }
    
    .shipping a {
      font-size:.9em;
        color: #383838;
        text-decoration: none;
    }
    
    .shipping a:hover {
        color: #838383;
    }
    
    p.form-row-wide {
        clear: both;
    }
    
    form p {
        margin-bottom: .5em;
        /*display: flex;*/
    }
    
    .woocommerce-shipping-calculator p {
        float: right;
    }
    
    p.show-for-small {
        float: left;
    }
    
    .mobile-product-price__qty {
        font-size: 11px;
    }
    
    span.amount {
        font-size: 14px;
        white-space: nowrap;
        color: #111;
        font-weight: bolder;
    }
    
    td.product-thumbnail {
        min-width: 60px;
        max-width: 90px;
        width: 90px;
    }
    
    @media (max-width: 849px) {
        .shop_table .product-name {
            min-width: 80px;
        }
    }
    
 
    
    select {
        box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
        background-color: #fff;
        background-position: 100% 50%;
        background-repeat: no-repeat;
        background-size: auto 15%;
        border-radius: 0;
        display: block;
    }
    
    select {
        box-sizing: border-box;
        border: 1px solid #ddd;
        padding: 0 .75em;
        padding-top: 0px;
        padding-right: 0.75em;
        padding-bottom: 0px;
        padding-left: 0.75em;
        height: 2.507em;
        font-size: .97em;
        max-width: 100%;
        width: 100%;
        vertical-align: middle;
        color: #333;
        transition: color .3s, border .3s, background .3s, opacity .3s;
    }
    
    option {
        font-weight: normal;
        display: block;
        white-space: pre;
        min-height: 1.2em;
        padding: 0px 2px 1px;
    }
    
    .cart_totals .wc-proceed-to-checkout {
        margin: 1.5em 0;
    }
    
    .button.alt:not(.is-outline) {
        background-color: #c0c0c0;
    }
    
    .cart_totals .button {
        min-width: 100%;
        margin-right: 0;
        display: block;
    }
    
    .button {
        /*margin-right: 20px;*/
        margin-bottom: 1em;
        /*border-color: rgba(0, 0, 0, 0.05);*/
        color: #fff;
    }
    
    .wc-proceed-to-checkout a {
        text-decoration: none;
    }
    
    .button:hover {
        outline: none;
        opacity: 1;
        color: #fff;
        /*box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);*/
    }
    
    .cart-sidebar .widget-title {
        border-bottom: 3px solid #ececec;
        font-size: .95em;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    
    .coupon h3 {
        color: #555;
        width: 100%;
        margin-top: 0;
        text-rendering: optimizeSpeed;
    }
    
  
    
    .widget-title i {
        opacity: .35;
        margin-right: 4px;
    }
    
    i[class^="icon-"] {
        font-family: 'fl-icons' !important;
        margin: 0;
        padding: 0;
        display: inline-block;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        position: relative;
        line-height: 1.2;
    }
    
    .cart_totals .button {
        min-width: 100%;
        margin-right: 0;
        display: block;
    }
    
    .is-form1 .expand {
        background-color: #383838;
        
    }
    
    @media (max-width: 549px) {
        .shop_table .product-price {
            display: none;
        }
        .shop_table .product-subtotal {
            display: none;
        }
    }
    
    .is-form {
        overflow: hidden;
        position: relative;
        background-color: #f9f9f9;
       
        padding: 0;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ddd;
    }
    
    .input-qty {
        background-color: #fff;
        /*height: 33px!important;*/
        /*width: 40px!important;*/
        text-align: center;
        font-size: 1rem;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        padding: 0;
    }
    
    .is-form1 {
        overflow: hidden;
        position: relative;
        background-color: #f9f9f9;
        height: 33px;
        width: 100%;
        padding: 0;
        text-shadow: 1px 1px 1px #fff;
        border: 1px solid #ddd;
    }
    
    .comment-form-email input[type='email']{
      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 rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    }
    /*input[type='submit']:not(.is-form) {*/
    /*    background-color: #f9f9f9!important;*/
    /*    color: #666!important;*/
    /*    width: 100%!important;*/
    /*}*/
    
    @media screen and (min-width: 850px) {
        .row-divided>.col+.col:not(.large-12) {
            border-left: 1px solid #ececec;
        }
    }
    
    @media screen and (min-width: 850px) {
        .row-large>.col {
            padding: 0 30px 30px;
            margin-bottom: 0;
        }
    }
.woocommerce-privacy-policy-text a {
    text-decoration: none;
    color: #383838;
}  
.woocommerce-privacy-policy-text a:hover {
    color: #838383;
}
.shipping-calculator-form{
  font-size:17px;
  font-weight:500;
}
.shipping-calculator-form button{
  min-width:100%;
  background-color: #383838;
}
.nameproduc-hovercart .quantity{
  font-size:13.6px;
}
.nameproduc-hovercart .amount{
  font-size:13.6px;
}
.produc-remove a{
  display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
    text-decoration: none;
}
/**/
/**/
.your-order input[type="submit"]{
  cursor: pointer;
  width: 120px;
  height: 45px;
  border: 0px; 
  font-weight: bold;
  background-color: #c0c0c0;
  color: white;
}
