.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
h4 span {
  color: red !important;
}
body {
  -webkit-font-smoothing: antialiased;
}
.img-responsive {
  backface-visibility: hidden;
}
h2.underline {
  font-size: 16px;
  font-family: serif;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.md_alignC {
  text-align: center;
}
.kt_nw {
  white-space: nowrap;
}
.kt_btbb {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 20px;
}
.row.wide {
  margin-left: -25px !important;
  margin-right: -25px !important;
}
.row.wide [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
ul.kt-default {
  list-style: disc;
  margin-left: 2em;
}
.container {
  margin: 0 auto;
}
.container.w960 {
  width: 90%;
  max-width: 960px;
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col {
  position: relative;
}
.section-brand {
  padding-top: 0;
  border: none;
}
.section__body {
  font-size: 14px;
  line-height: 2;
}
.section__body a {
  color: #989898;
  color: #3e3e3e;
  text-decoration: none;
}
.section-collection {
  display: none;
}

#block1:before,
#block2:before,
#block3:before,
#block4:before,
#block5:before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
  vertical-align: top;
}
.kt-pd-box {
  border-bottom: 1px solid #f3f3f6;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.kt-pd-box dl {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .kt-pd-box {
    padding: 0;
  }
  .kt-pd-box:last-child {
    border-bottom: none;
  }
  .barista:first-child {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .kt-pd-box .pr_kin-pd-intro-dtxt {
    padding-right: 20px;
  }
}
.youtube {
  margin-bottom: 5rem;
}
a.pr_kin-p-i-btn {
  text-decoration: none !important;
}
.center {
  text-align: center;
}
.kt-container {
  width: 996px;
  padding-left: 0;
  padding-right: 0;
}
.kt-contaner .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 996px) {
  .kt-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kt_journal_title {
  text-align: center;
  font-size: 20px;
}
.kt_bt {
  border-top: 1px solid #c7c7c7;
  padding-top: 20px;
}
.kt_bb {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.kt_bb p {
  margin-bottom: 0;
}
.kt_text-small {
  font-size: 14px;
  display: inline-block;
}
.kt_text-small.white {
  color: white !important;
}
.kt_slide-title {
  font-family: "baskerville-urw", serif;
  font-size: 28px;
  margin-top: 80px;
  text-align: center;
  line-height: 2;
}
.kt_slide-title.white {
  color: white !important;
}
.kt_jp-head {
  font-size: 18px;
  line-height: 1.6;
}
.kt_jp-head-small {
  font-size: 16px;
  margin-top: 0;
}
button.slick-arrow {
  //display: none !important;
}
.kt_topimage_slider .slider .slick-dots {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  width: 100%;
}
.kt_topimage_slider .slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: unset;
  text-indent: -9999px;
}
.kt_topimage_slider .slider .slick-dots li.slick-active button {
  background-color: white;
  border-color: rgba(152, 152, 152, 0.8);
}
.kt_hr {
  border-bottom: 1px solid #e3e3e6;
  margin-top: 30px;
  margin-bottom: 40px;
}
.kt_hr.m0 {
  margin-top: 0;
  margin-bottom: 0;
}
.kt_related_stories a {
  display: block;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-decoration: none !important;
  margin-bottom: 20px;
  transition: all 1s;
}
.kt_related_stories a:after {
  content: "";
  display: block;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
}
.kt_related_stories a:hover:after {
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .kt_related_stories a {
    height: 40vw;
  }
}
.kt_related_stories .md_txtArea {
  position: absolute;
  bottom: 15px;
  left: 30px;
}
.kt_related_stories .md_txtArea h3,
.kt_related_stories .md_txtArea p {
  color: white;
}
.kt-scroll {
  overflow: auto;
  white-space: nowrap;
}
.kt-scroll::-webkit-scrollbar {
  height: 5px;
}
.kt-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.kt-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
table.kt-bordered {
  border-collapse: collapse;
  width: 100%;
}
table.kt-bordered th {
  background: #cbcbcb;
}
table.kt-bordered td,
table.kt-bordered th {
  border: 1px solid #aaa;
  padding: 5px 20px;
}
table.kt-bordered td.c,
table.kt-bordered th.c {
  text-align: center;
}
table.kt-bordered td.colored {
  background: #eee;
}
@media screen and (max-width: 768px) {
  table.kt-bordered {
    line-height: 1.6;
  }
  table.kt-bordered td,
  table.kt-bordered th {
    padding: 3px 5px;
  }
  .fr_btn_viewmore a {
    text-decoration: none !important;
  }
}
.pr_kin-plc-int-btn {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 60px auto 0;
  padding: 8px;
  border: 1px solid #989898;
  color: #989898;
  font-size: 13px;
  text-align: center;
}
a img:hover {
  backface-visibility: hidden;
}
.kt_serif {
  font-family: Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}
.kt_ib {
  display: inline-block;
}
.kt_topimage {
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  height: 56vw;
}
.kt_topimage .container {
  width: 100% !important;
}
.kt_topimage h2 {
  font-size: 20px;
  line-height: 1.8;
}
.w100 {
  display: block;
  max-width: 100%;
  width: 100% !important;
}
.h100 .container,
.h100 .row,
.h100 .col {
  height: 100%;
  position: relative;
  float: none;
}
.kt_topimage_slider .slider,
.kt_topimage_slider .slider div {
  height: 100%;
}
.kt_topimage_slider .slider div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.kt_productcategory {
  padding-top: 5rem;
}
.kt_productlogo {
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.kt_productname {
  text-align: center;
  font-size: 32px;
}
.kt_middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.row.reverse {
  flex-direction: row-reverse;
}
.kt_cat_text2 {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.kt_middle2 {
  width: 80%;
}
.kt_middle2 h2 {
  text-align: center;
}
.row.reverse .kt_cat_text2 {
  justify-content: start;
}
.kt_anchor_btn {
  border-bottom: 1px solid #e3e3e6;
  position: relative;
  margin-top: 30px;
}
.kt_anchor_btn a {
  display: block;
  color: #999;
  text-align: center;
  padding-right: 5px;
}
.kt_anchor_btn a:hover {
  text-decoration: none;
}
.kt_anchor_btn a:after {
  content: "\02228";
  position: absolute;
  right: 0;
  top: 3px;
  transform: scale(1.5, 1);
  color: #ccc;
  font-weight: bold;
  font-size: 10px;
}
.kt_content {
  margin-left: -15px;
  margin-right: -15px;
  padding: 6rem 0;
}
h1.kt_cat_title {
  font-size: 16px !important;
}
.kt_content.kt_lineup {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #e3e3e6;
}
.kt_content.kt_lineup.kt_border_none {
  border: none;
}
.kt_content.kt_lineup_link {
  padding-top: 8rem;
}
.kt_itembox {
  margin-bottom: 1.5rem;
}
.kt_content h1 {
  font-size: 21px;
}
.kt_content h2 {
  font-size: 21px;
}
.kt_colored {
  background: #f7f7f9;
}
.kt_colored .kt_cat_text h2.kt_serif {
  margin-top: 1rem;
}
.kt_noborder {
  border: none;
}
.flex {
  display: flex;
  flex-flow: column wrap;
  flex-direction: row;
}
.flex .col {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 30px;
}
.flex .col.kt_cat_image,
.flex .col.kt_cat_text {
  margin-bottom: 0;
}
.kt_colored .flex .col.kt_cat_image,
.kt_colored .flex .col.kt_cat_text {
  margin-bottom: 30px;
}
.kt_bgphoto {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.kt_bgphoto img {
  visibility: hidden;
}
.kt_whitebox {
  background: white;
  padding: 20px;
}
.kt_whitebox h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.kt_whitebox h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 21px;
}
.kt_viewbtn {
  margin-top: 10px;
  margin-left: 0 !important;
}
.kt_slidetogglebtn {
  background: white;
}
@media screen and (min-width: 769px) {
  .pr_kin-plc-int-btn:hover {
    background-color: #f7f7f9;
  }
  .kt_productlogo {
    width: 340px;
  }
  .kt_cat_text.left p {
    padding-right: 4rem;
  }
  .kt_cat_text.right {
    padding-left: 4rem;
    text-align: left;
  }
  .col-sm-offset-15 {
    margin-left: 12.5%;
  }
  .col-sm-offset-45 {
    margin-left: 37.5%;
  }
  .col-sm-6 {
    width: 49.9%;
  }
  .col-sm-7 {
    width: 58.2%;
  }
  .col-sm-24 {
    width: 19.9%;
  }
  .col-sm-offset-12 {
    margin-left: 1%;
  }
  .col-sm-offset-24 {
    margin-left: 20%;
  }

  .col-sm-offset-48 {
    margin-left: 40%;
  }
  .col-sm-offset-15 {
    margin-left: 12.5%;
  }
  .col-sm-offset-45 {
    margin-left: 37.5%;
  }
}
@media screen and (min-width: 992px) {
  .col-sm-6.col-md-5 {
    width: 41.66667%;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1200px !important;
  }
  // .kt_productlogo {
  //   width: 480px !important;
  // }
  .kt_whitebox h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .kt_content {
    margin-left: -31px;
    margin-right: -31px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .kt_content.kt_colored {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .kt_content .container,
  .kt_topimage .container {
    padding: 0px 16px !important;
  }
  .kt_topimage {
    background-size: 100% auto;
    background-position: center top;
    padding-top: 140vw !important;
    height: auto !important;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 30px;
  }
  .kt_topimage_slider {
    padding-top: 0 !important;
  }
  .kt_topimage_slider .container {
    padding: 0 !important;
  }
  .kt_topimage_slider .col:first-child {
    padding-left: 0;
    height: 121vw;
  }
  .kt_topimage_slider .col:last-child {
    padding: 0 16px;
  }
  .kt_topimage_slider .kt_productlogo {
    padding: 100px 0 0;
  }
  .kt_middle {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    margin-top: 30px;
  }
  .kt_middle2 {
    margin-top: 30px;
    width: 100%;
  }
  .kt_productcategory {
    padding-top: 5rem;
  }
  .kt_content.kt_lineup_link {
    padding-top: 0;
  }
  .kt_productname {
    font-size: 28px;
  }
  .kt_content h1 {
    font-size: 21px;
  }
  .kt_content h2 {
    font-size: 18px;
    line-height: 1.6;
  }
  .kt_content h3 {
    font-size: 16px;
    line-height: 1.6;
  }
  .kt_cat_title {
    text-align: center;
  }
  .kt_cat_title.mt30 {
    margin-top: 0 !important;
  }
  .kt_whitebox img {
    margin-bottom: 20px;
  }
  .kt_whitebox h2 {
    margin-bottom: 0;
  }
  .kt_viewbtn {
    margin-left: auto !important;
  }
  .flex {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .flex .col {
    margin-bottom: 16px;
  }
  .flex .col.kt_cat_image {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .kt_colored .flex .col.kt_cat_image {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .flex .col.kt_cat_text {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 2rem;
  }
  .kt_colored .kt_cat_text h2.kt_serif {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .kt_colored .kt_cat_text p {
    margin-bottom: 3rem;
  }
  .kt_cat_text2 h2.kt_serif {
    font-size: 16px;
  }
  .kt_cat_text2 p {
    font-size: 12px;
  }
  .col-xs-6 {
    width: 49.8%;
  }
  .col-xs-5 {
    width: 41.2%;
  }
  // .col-xs-12 img {
  //   margin-bottom: 20px;
  // }
  .row {
    margin: 0 0px;
  }
  .row .row {
    margin: 0 -8px;
  }
  .kt_productlogo {
    width: 100%;
  }
  .col-sm-12 .col-sm-12 {
    padding: 0 8px !important;
  }
  .col-xs-6 {
    width: 49.8%;
  }
  .col-xs-5 {
    width: 41.2%;
  }
  .pr_kin-plc-int-btn {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 320px) {
  .kt_productname {
    font-size: 26px;
  }
  .kt_topimage h2 {
    font-size: 17px;
  }
  .kt_anchor_btn a {
    font-size: 0.8em;
  }
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr100 {
  padding-right: 100px !important;
}

.pr30-md {
  padding-right: 30px !important;
}
.pl30-md {
  padding-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .pr30-md {
    padding-right: 12px !important;
  }
  .pl30-md {
    padding-left: 12px !important;
  }
}

@media screen and (min-width: 320px) {
  .col-xs-offset-1 {
    margin-left: 10.33333333%;
  }
}

@media screen and (min-width: 1024px) {
  .col-xs-offset-1 {
    //margin-left: 30.33333333%;
  }
}
