* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
  

.main-content-1 {
  max-width: 1000px;
  /* background-color: black; */
  padding-top: 75px !important;
  padding-bottom: 75px !important;
  margin: auto;
}
.page-width {
  padding: 0 40px;
}
.header_title {
  font-size: 36px;
  line-height: 54px;
}
.klarna-img {
  max-width: 100%;
  height: auto;
}
.klarna-content {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin: 20px 0 0;
  color: #666;
  font-family: Muli, Arial, Helvetica, sans-serif;
}
.klarna-title {
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
  text-align: center;
}
.klarna-heading {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.klarna-subheading {
  color: #f00;
  margin: 11px auto 11px !important;
}
.artical {
  font-size: 15px !important;
  font-weight: 500 !important;
  /* line-height: 1.8; */
  /* color: #666; */
  /* font-family: Muli, Arial, Helvetica, sans-serif; */
}
.rte--nomargin{
  font-size: 15px !important;

  font-weight: 500 !important;

}
.klarna-card {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .page-width {
    padding: 0 17px;
  }
  .header_title {
    font-size: 20px;
    line-height: 42px;
  }
  .artical {
    font-size: 11px !important;
    font-weight: 500 !important;
    /* line-height: 1.8; */
    /* color: #666; */
    /* font-family: Muli, Arial, Helvetica, sans-serif; */
  }
}

/* sizing-guide  html*/

table td,
table th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 15px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  table td,
  table th {
    padding: 6px 8px;
  }
}
.hide {
  display: none !important;
}
.size-guide-table-wrap .size-guide-type-label {
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.size-guide-table-wrap .size-guide-type-label label {
  flex: 1 1 50%;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  cursor: pointer;
  transition: all linear 0.1s;
}
.size-guide-table-wrap .size-guide-table-label {
  text-align: right;
}
.size-guide-table-wrap .size-guide-table-label > div {
  display: inline-flex;
  justify-content: space-between;
  background-color: #fff;
  color: #222;
  border: 1px solid #000;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 25px;
  width: 68px;
  padding: 2px;
}

.size-guide-table-wrap .size-guide-table-label label {
  display: inline-block;
  text-align: center;
  width: 32px;
  line-height: 30px;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #000;
  overflow: hidden;
  border-radius: 100px;
  vertical-align: middle;
}
.size-guide-table-wrap .size-guide-table {
  overflow: auto hidden;
}
.size-guide-table-wrap .size-guide-table table {
  width: 100%;
  border-spacing: 1px;
  position: relative;
  border: 0 none;
  background: #e8e8e1;
}
.size-guide-table-wrap .size-guide-table table th,
.size-guide-table-wrap .size-guide-table table td {
  font-size: 13px;
  text-align: center;
  padding: 7px 10px;
  white-space: nowrap;
}
.size-guide-table-wrap .size-guide-table table th {
  font-weight: bold;
  min-width: 70px;
}
.size-guide-table-wrap .size-guide-table table .inch,
.size-guide-table-wrap .size-guide-table table .cm {
  display: none;
}
.size-guide-table-wrap .size-guide-table {
  display: none;
}
.size-guide-table-wrap
  input#radio_size_in:checked
  ~ .size-guide-table-label
  .label_size_in,
.size-guide-table-wrap
  input#radio_size_cm:checked
  ~ .size-guide-table-label
  .label_size_cm {
  background: #000;
  color: #fff;
}
.size-guide-table-wrap
  input#radio_size_in:checked
  ~ .size-guide-table
  table
  .inch,
.size-guide-table-wrap
  input#radio_size_cm:checked
  ~ .size-guide-table
  table
  .cm {
  display: inline;
}
.size-guide-table-wrap
  input#radio_size_body:checked
  ~ .size-guide-type-label
  .label_size_body,
.size-guide-table-wrap
  input#radio_size_product:checked
  ~ .size-guide-type-label
  .label_size_product {
  background: #000;
  color: #fff;
}
.size-guide-table-wrap input#radio_size_body:checked ~ .size-guide-table-body,
.size-guide-table-wrap
  input#radio_size_product:checked
  ~ .size-guide-table-product {
  display: block;
}
.table-set{
    overflow: hidden;
}
.size-guide-images {
  margin-top: 30px;
}
.size-guide-images .title {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}
.size-guide-images .image {
  text-align: center;
}
.size-guide-images .image img {
  max-width: 100%;
}
.size-guide-images .desc {
  margin-top: 10px;
  line-height: 1.5;
  letter-spacing: 0.6px;
}
.container{
    padding-left: 0;
    padding-right: 2px;
}
.desc p{
    font-size: 11px;
}