
/* -----------------------------------------------------------------------------
#TKDS Shipping lAYOUT
----------------------------------------------------------------------------- */
.tkds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .tkds-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .tkds-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .tkds-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .tkds-container {
    max-width: 1140px;
  }
}

.tkds-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.tkds-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.tkds-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.tkds-no-gutters > .tkds-col,
.tkds-no-gutters > [class*="tkds-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.tkds-col-1, .tkds-col-2, .tkds-col-3, .tkds-col-4, .tkds-col-5, .tkds-col-6, .tkds-col-7, .tkds-col-8, .tkds-col-9, .tkds-col-10, .tkds-col-11, .tkds-col-12, .tkds-col,
.tkds-col-auto, .tkds-col-sm-1, .tkds-col-sm-2, .tkds-col-sm-3, .tkds-col-sm-4, .tkds-col-sm-5, .tkds-col-sm-6, .tkds-col-sm-7, .tkds-col-sm-8, .tkds-col-sm-9, .tkds-col-sm-10, .tkds-col-sm-11, .tkds-col-sm-12, .tkds-col-sm,
.tkds-col-sm-auto, .tkds-col-md-1, .tkds-col-md-2, .tkds-col-md-3, .tkds-col-md-4, .tkds-col-md-5, .tkds-col-md-6, .tkds-col-md-7, .tkds-col-md-8, .tkds-col-md-9, .tkds-col-md-10, .tkds-col-md-11, .tkds-col-md-12, .tkds-col-md,
.tkds-col-md-auto, .tkds-col-lg-1, .tkds-col-lg-2, .tkds-col-lg-3, .tkds-col-lg-4, .tkds-col-lg-5, .tkds-col-lg-6, .tkds-col-lg-7, .tkds-col-lg-8, .tkds-col-lg-9, .tkds-col-lg-10, .tkds-col-lg-11, .tkds-col-lg-12, .tkds-col-lg,
.tkds-col-lg-auto, .tkds-col-xl-1, .tkds-col-xl-2, .tkds-col-xl-3, .tkds-col-xl-4, .tkds-col-xl-5, .tkds-col-xl-6, .tkds-col-xl-7, .tkds-col-xl-8, .tkds-col-xl-9, .tkds-col-xl-10, .tkds-col-xl-11, .tkds-col-xl-12, .tkds-col-xl,
.tkds-col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tkds-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.tkds-col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.tkds-col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.tkds-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.tkds-col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.tkds-col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.tkds-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.tkds-col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.tkds-col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.tkds-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.tkds-col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.tkds-col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.tkds-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .tkds-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tkds-col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tkds-col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tkds-col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tkds-col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tkds-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tkds-col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tkds-col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tkds-col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tkds-col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tkds-col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tkds-col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tkds-col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tkds-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .tkds-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tkds-col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tkds-col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tkds-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tkds-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tkds-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tkds-col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tkds-col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tkds-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tkds-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tkds-col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tkds-col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tkds-col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tkds-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .tkds-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .tkds-col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .tkds-col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .tkds-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .tkds-col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tkds-col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .tkds-col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .tkds-col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tkds-col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .tkds-col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .tkds-col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tkds-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .tkds-col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .tkds-col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tkds-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.tkds-d-none {
  display: none !important;
}

.tkds-d-inline {
  display: inline !important;
}

.tkds-d-inline-block {
  display: inline-block !important;
}

.tkds-d-block {
  display: block !important;
}

.tkds-d-table {
  display: table !important;
}

.tkds-d-table-row {
  display: table-row !important;
}

.tkds-d-table-cell {
  display: table-cell !important;
}

.tkds-d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.tkds-d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .tkds-d-sm-none {
    display: none !important;
  }
  .tkds-d-sm-inline {
    display: inline !important;
  }
  .tkds-d-sm-inline-block {
    display: inline-block !important;
  }
  .tkds-d-sm-block {
    display: block !important;
  }
  .tkds-d-sm-table {
    display: table !important;
  }
  .tkds-d-sm-table-row {
    display: table-row !important;
  }
  .tkds-d-sm-table-cell {
    display: table-cell !important;
  }
  .tkds-d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tkds-d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .tkds-d-md-none {
    display: none !important;
  }
  .tkds-d-md-inline {
    display: inline !important;
  }
  .tkds-d-md-inline-block {
    display: inline-block !important;
  }
  .tkds-d-md-block {
    display: block !important;
  }
  .tkds-d-md-table {
    display: table !important;
  }
  .tkds-d-md-table-row {
    display: table-row !important;
  }
  .tkds-d-md-table-cell {
    display: table-cell !important;
  }
  .tkds-d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tkds-d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .tkds-d-lg-none {
    display: none !important;
  }
  .tkds-d-lg-inline {
    display: inline !important;
  }
  .tkds-d-lg-inline-block {
    display: inline-block !important;
  }
  .tkds-d-lg-block {
    display: block !important;
  }
  .tkds-d-lg-table {
    display: table !important;
  }
  .tkds-d-lg-table-row {
    display: table-row !important;
  }
  .tkds-d-lg-table-cell {
    display: table-cell !important;
  }
  .tkds-d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tkds-d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .tkds-d-xl-none {
    display: none !important;
  }
  .tkds-d-xl-inline {
    display: inline !important;
  }
  .tkds-d-xl-inline-block {
    display: inline-block !important;
  }
  .tkds-d-xl-block {
    display: block !important;
  }
  .tkds-d-xl-table {
    display: table !important;
  }
  .tkds-d-xl-table-row {
    display: table-row !important;
  }
  .tkds-d-xl-table-cell {
    display: table-cell !important;
  }
  .tkds-d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .tkds-d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


.open-popup { font-family: 'Roboto', sans-serif; }
      .popup-wrap {
          font-family: 'Roboto', sans-serif;
          display: none;
          height: 100%;
          left: 0;
          line-height: 1.5;
          margin: 0;
          outline: 0 none;
          padding: 0;
          position: fixed;
          top: 0;
          width: 100%;
          z-index: 9;
      }
      .popup-outer {
          box-sizing: border-box;
          margin: 0 auto;
          max-width: 960px;
          padding: 30px 15px;
          position: relative;
          width: 100%;
          z-index: 2;
      }
      .popup-box {
          background-color: #fff;
          border: 1px solid #ddd;
          border: 1px solid hsla(0, 0%, 0%, 0.1);
          border-radius: 4px;
          box-shadow: 0 3px 9px rgba(0, 0%, 0%, 0.5);
          background-clip: padding-box;
          width: 100%;
      }
      .popup-box .popup-header {
          border-bottom: 1px solid #ddd;
          padding: 15px 20px;
          position: relative;
      }
      .popup-box .popup-header h3 {
          padding-right: 15px;
      }
      .popup-close {
          color: #bbb;
          display: inline-block;
          font-size: 24px;
          position: absolute;
          right: 15px;
          text-decoration: none;
          top: 10px;
          transition: color 1s ease 0s;
      }
      .popup-close:hover {
          color: #222;
      }
      .popup-scroll {
          max-height: 400px;
          overflow: auto;
          position: relative;
      }
      .popup-box .popup-body {
          padding: 20px;
      }
      .popup-box .popup-footer {
          background-color: #f8f8f8;
          background-color: hsla(0, 0%, 0%, 0.02);
          border-top: 1px solid #ddd;
          padding: 1em;
      }
      .popup-overlay {
          background-color: #000;
          background-color: hsla(0, 0%, 0%, 0.3);
          filter:alpha(opacity=70);
          height: 100%;
          left: 0;
          opacity: 0.7;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1;
      }
      .popup-box p {
          margin-bottom: 25px;
      }
      .popup-box p:last-child {
          margin-bottom: 0;
      }
      .extra-wrap {
          display: table;
          height: 100%;
          width: 100%;
      }
      .extra-inner {
          display: table-cell;
          vertical-align: middle;
      }
/*fix withe label in order details*/

table.wc-order-totals td.label {
  color: black;
  font-size: 12px;
  vertical-align: middle;
}
