@charset "utf-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth
}

html,
body {
  height: 100vh
}

body {
  font: 400 14px 'NotoSans', sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff
}


h1.heading-maintance {
  font-size: 28px !important;
  line-height: 38px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h1.carousel,
h1 {
  font-size: 24px !important;
  line-height: 56px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h1.bodyCon {
  font-size: 28px !important;
  line-height: 38px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h2 {
  font-size: 28px !important;
  line-height: 38px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h3 {
  font-size: 24px !important;
  line-height: 36px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h4 {
  font-size: 22px !important;
  line-height: 36px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h5 {
  font-size: 18px !important;
  line-height: 36px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

h6 {
  font-size: 14px !important;
  line-height: 36px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  margin-bottom: 20px
}

*:focus {
  outline: solid 2px #996f00;
  outline-offset: -2px
}

a {
  color: #000
}

img {
  max-width: 100%;
  vertical-align: top
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0
}

p {
  line-height: 28px;
  margin-bottom: 32px
}

input,
select,
textarea,
.upload-box label {
  background: #fff;
  border: solid 1px #595959;
  border-radius: 4px;
  min-height: 56px;
  padding: 0 15px;
  font: 400 14px 'NotoSans', sans-serif;
  line-height: 2;
  width: 100%
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  border-color: #595959 !important;
  background-color: #fff !important;
  box-shadow: none !important
}

input::placeholder,
textarea::placeholder {
  color: #595959
}

input[type=file] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none
}

.inactive-field {
  opacity: .65
}

.disabled-field {
  opacity: .65;
  background-color: rgba(225, 228, 232, .5);
  border-color: rgba(89, 89, 89, .5);
  cursor: no-drop
}

.email-field {
  background-image: url("../images/email-icon.png");
  background-position: 16px center;
  background-repeat: no-repeat;
  padding-left: 52px
}

.upload-box {
  position: relative
}

.form-group .upload-box label {
  display: flex;
  align-items: center;
  justify-content: center
}

.form-group .upload-box label img {
  margin-right: 17px
}

.upload-box input {
  position: absolute;
  opacity: 0;
  background: 0 0;
  border: none
}

.upload-box label span {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.success-field {
  background-image: url("../images/success-field.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 35px
}

input:focus,
select:focus,
textarea:focus,
.upload-box input:focus+label,
.focused {
  outline: none;
  border: solid 2px #656565 !important;
  box-shadow: 0 0 8px 0 rgba(185, 185, 185, .5)
}

.error {
  border: solid 2px #d0021b
}

.error:focus {
  border-color: #d0021b !important
}

.error-msg {
  font-size: 12px;
  line-height: 2;
  color: #000;
  display: block;
  margin-top: 8px
}

textarea {
  min-height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none
}

html.overflow,
body.overflow {
  position: relative;
  overflow: hidden;
  height: auto
}

.amgdprcookie-buttons-block {
  justify-content: flex-start !important;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap
}

.amgdprcookie-button {
  min-width: 195px
}

.btn,
.amgdprcookie-button {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 19px 16px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  min-width: 225px;
  font-family: 'NotoSans';
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.btn-primary,
.amgdprcookie-button {
  background-color: #e5d3a9;
  border-color: #b58f36 !important
}

.btn-outline-primary {
  border-color: #000
}

.btn-bot-primary {
  text-decoration: underline;
  min-width: inherit;
  border-radius: 0
}

.btn-noPad {
  padding: 0 0 6px
}

input::-ms-clear {
  display: none
}

.select-box {
  position: relative
}

.payment-method .payment-method-title:before {
  content: '';
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(90deg);
  margin-top: -8px
}

.select-box:before {
  content: '';
  position: absolute;
  top: 28px;
  right: 15px;
  margin-top: -8px;
  z-index: -1;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(45deg)
}

.payment-method._active .payment-method-title:before {
  transform: rotate(-90deg)
}

.select-box select {
  background: 0 0;
  border: solid 1px #595959;
  font-size: 14px;
  line-height: 2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 12px 32px 12px 15px;
  border-radius: 4px;
  width: 100%;
  min-width: 180px
}

select::-ms-expand {
  display: none
}

.clearfix:after {
  content: '';
  clear: both;
  display: block
}

.container {
  max-width: 1248px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto
}

.container1440 {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-md,
.col-md-auto,
.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,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.d-sm-none {
  display: none !important
}

.d-sm-block {
  display: block !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

.white-bg {
  background-color: #fff !important
}

.white-none {
  background-color: transparent !important
}

.box-shadow {
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08)
}

.box-shadow-none {
  box-shadow: none
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-center {
  -ms-flex-pack: justify !important;
  justify-content: center !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-end {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important
}

.mr-t-20 {
  margin-top: 20px
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-10 {
  margin-bottom: 10px
}

.mb-100 {
  margin-bottom: 64px
}

.mb-top-100 {
  margin-top: 64px
}

.p-top-100 {
  padding-top: 80px
}

.mt-32 {
  margin-top: 32px
}

.mb-50 {
  margin-bottom: 32px
}

.mb-24 {
  margin-bottom: 24px
}

.grid {
  display: grid;
  grid-gap: 24px
}

.large-grid-2up {
  grid-template-columns: repeat(2, 1fr)
}

.small-grid-4up {
  grid-template-columns: repeat(4, 1fr)
}

.small-grid-2up {
  grid-template-columns: repeat(2, 1fr)
}

.responsive-img {
  width: 100%
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100%
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  background: #e1e4e8;
  border-radius: 50%;
  color: transparent;
  border: none
}

.slick-dots li.slick-active button {
  background: #e5d3a9
}

.breadcrumb {
  padding: 0 0 24px
}

.breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 2;
  padding-right: 20px;
  margin-right: -4px
}

.breadcrumb li:after {
  content: '';
  background: url("../images/arrow-right.png") no-repeat center;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -4px
}

.breadcrumb li:last-child {
  padding: 0
}

.breadcrumb li:last-child:after {
  display: none
}

.breadcrumb li a {
  text-decoration: underline;
  transition: all .2s ease-in-out
}

.breadcrumb li a:hover {
  opacity: 1
}

.division {
  margin-bottom: 64px
}

.mikimotoScrollDown {
  position: relative
}

#mikimotoScrollDown {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -80px;
  height: 1px
}

#mikimotoScrollDowninnerpages {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -160px;
  height: 1px
}

#legacyTabs_ScrollDown {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -42px;
  height: 1px
}

#searchbyarea {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-top: -80px;
  height: 1px
}

.ellipsis {
  overflow: hidden
}

@media all and (max-device-width:767px) {

  html,
  body {
    -webkit-text-size-adjust: none
  }
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }

  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }

  .white-sm-bg {
    background-color: #fff !important
  }

  .white-sm-none {
    background-color: transparent !important
  }

  .box-sm-shadow {
    box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08)
  }

  .box-sm-shadow-none {
    box-shadow: none
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }

  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }

  .white-md-bg {
    background-color: #fff !important
  }

  .white-md-none {
    background-color: transparent !important
  }

  .box-md-shadow {
    box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08)
  }

  .box-md-shadow-none {
    box-shadow: none
  }

  .mb-100 {
    margin-bottom: 100px
  }

  .mb-top-100 {
    margin-top: 100px
  }

  .p-top-50 {
    padding-top: 64px
  }

  .d-md-none {
    display: none !important
  }

  .d-md-block {
    display: block !important
  }

  .max-486 {
    max-width: 486px !important
  }

  .division {
    margin-bottom: 100px
  }

  .medium-grid-2up {
    grid-template-columns: repeat(2, 1fr)
  }

  .medium-grid-3up {
    grid-template-columns: repeat(3, 1fr)
  }

  .medium-grid-4up {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }

  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }

  .white-lg-bg {
    background-color: #fff !important
  }

  .white-lg-none {
    background-color: transparent !important
  }

  .box-lg-shadow {
    box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08)
  }

  .box-lg-shadow-none {
    box-shadow: none
  }

  .d-lg-none {
    display: none !important
  }

  .d-lg-block {
    display: block !important
  }

  .mb-50 {
    margin-bottom: 50px
  }

  .breadcrumb {
    padding: 15px 0 46px
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }

  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }

  .white-xl-bg {
    background-color: #fff !important
  }

  .white-xl-none {
    background-color: transparent !important
  }

  .box-xl-shadow {
    box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08)
  }

  .box-xl-shadow-none {
    box-shadow: none
  }

  .d-xl-none {
    display: none !important
  }

  .d-xl-block {
    display: block !important
  }

  .mb-xl-0 {
    margin-bottom: 0
  }
}

.header {
  background: #fff;
  min-height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 24px 0;
  border-bottom: solid 1px #dadbdc
}

.desktop-header {
  width: 100%;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  display: none
}

.modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
  top: 80px
}

.promotions-header .desktop-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0
}

.promotions-header .mikimoto-logo {
  text-align: center;
  grid-column: 1/4;
  grid-row: 1/2;
  margin-bottom: 10px
}

.promotions-header .mikimoto-logo a {
  max-width: 150px;
  display: inline-block
}

.promotions-header .left-header {
  grid-column: 1/3
}

.promotions-header .right-header {
  grid-column: 3/4
}

.visit-mikimoto {
  font-size: 12px;
  border-bottom: solid 1px #000
}

.header-col {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  position: relative
}

.header-col img {
  width: auto;
  display: inline-block;
  vertical-align: middle
}

.header-col .text,
.header-col .count {
  display: inline-block;
  vertical-align: middle
}

.header-col .count {
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  background: #f2ebdc;
  letter-spacing: normal;
  padding: 0 5px
}

.header-col a {
  text-decoration: none
}

.hamburger-icon {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer
}

.hamburger-icon:before,
.hamburger-icon:after {
  content: '';
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all .2s ease-in-out
}

.hamburger-icon:after {
  top: inherit;
  bottom: 0
}

.hamburger-icon a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  color: #000;
  text-indent: 999px
}

.hamburger-icon a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #000;
  transition: all .2s ease-in-out
}

.hamburger-icon:hover:before,
.hamburger-icon:hover:after {
  width: 12px
}

.hamburger-icon:hover a:after {
  width: 100%
}

.search-icon {
  cursor: pointer;
  max-width: 24px
}

.languages-country {
  position: absolute;
  top: -28px;
  left: -8px;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 80px 8px 0;
  text-transform: none;
  min-width: 200px;
  display: none;
  letter-spacing: normal;
  overflow: hidden;
  text-align: left
}

.right-header .languages-country {
  left: inherit;
  right: -8px;
  top: -10px
}

.languages-country:before {
  content: '';
  background: #000;
  height: 1px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0
}

.languages-country label {
  font-size: 12px;
  line-height: 2;
  color: #000;
  padding-left: 10px;
  margin: 5px 0;
  display: block
}

.languages-country ul {
  margin: -5px 0 0
}

.languages-country li {
  padding: 5px 0
}

.languages-country a {
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: block;
  padding: 7px 10px;
  transition: all .2s ease-in-out;
  cursor: pointer
}

.languages-country a span,
.lng-country a span {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  vertical-align: middle;
  display: flex
}

.languages-country a span:after,
.lng-country a span:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -5px
}

.languages-country a.active,
.languages-country a.active:hover {
  background-color: #f2ebdc;
  padding-left: 10px
}

.languages-country a:hover {
  padding-left: 23px
}

.languages-country li.jp-l {
  font-family: 'NotoSansJP';
  font-weight: 400
}

.languages-wrap a {
  font-style: normal;
  display: block;
  cursor: pointer;
  text-decoration: none
}

.languages-wrap.active {
  position: absolute;
  top: -12px;
  z-index: 2
}

.languages-wrap.active a {
  position: relative;
  z-index: 2;
  min-width: 184px
}

.languages-wrap.active .languages-country {
  display: block
}

.languages-list {
  display: none
}

.languages-list-head {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 5px 10px
}

.languages-back {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 73px
}

.languages-back img {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all .2s ease-in-out
}

.languages-back:hover img {
  margin-right: 0
}

.languages-list-head .country-name {
  padding-left: 5px;
  font-size: 11px
}

.desktop-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #fff;
  z-index: 3;
  display: none;
  padding-top: 50px
}

.desktop-menu-head {
  height: 50px;
  border-bottom: solid 0px #dadbdc;
  display: flex;
  align-items: center;
  padding: 0 82px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99
}

.menu-search-icon {
  background: 0 0;
  border: none;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  cursor: pointer
}

.desktop-menu-head input[type=text] {
  font-size: 16px;
  line-height: 2;
  color: #000;
  border: none;
  width: 100%
}

.desktop-menu-head input[type=text]::placeholder {
  color: #000
}

.desktop-menu-head .close {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%)
}

.desktop-menu-body {
  padding: 0 32px
}

.desktop-menu-con {
  position: relative
}

.desktop-menu-col {
  margin-bottom: 2px
}

.desktop-menu-col label {
  position: relative;
  padding: 22px 0 17px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  display: block
}

.desktop-menu-col label:before {
  content: '';
  background: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.desktop-menu-col a {
  font-size: 16px;
  line-height: 2;
  letter-spacing: normal;
  text-transform: none;
  padding-bottom: 5px;
  position: relative
}

.desktop-menu-col a:after {
  content: '';
  background: #000;
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all .3s ease-in-out
}

.desktop-menu-col li>a:hover:after,
.desktop-menu-col li.active>a:after,
.desktop-menu-col .subMenu li.active>a:after {
  width: 100%;
  opacity: 1
}

.desktop-menu-col>ul {
  max-width: 300px
}

.desktop-menu-col>ul>li {
  padding-bottom: 19px
}

.desktop-menu-col>ul>li.has_dropdown>a {
  padding-right: 12px
}

.desktop-menu-col>ul>li.has_dropdown>a:before {
  content: '';
  background: url("../images/arrow-right.png") no-repeat center;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  right: 10px;
  opacity: 0;
  transition: all .3s ease-in-out
}

.desktop-menu-col>ul>li a:hover:before,
.desktop-menu-col>ul>li.active a:before {
  right: 0;
  opacity: 1
}

.desktop-menu-col .subMenu {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 300px;
  right: 0;
  padding-top: 50px;
  display: none;
  overflow: auto;
  z-index: 9
}

.desktop-menu-col .subMenu li {
  padding-bottom: 15px;
  max-width: 270px
}

.desktop-menu-col .subMenu .small {
  padding-top: 10px
}

.desktop-menu-col .subMenu .small a {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  padding-bottom: 3px
}

.desktop-menu-col .subMenu .small a:after {
  display: none
}

.desktop-menu-col>ul li.active>.subMenu {
  display: block
}

.desktop-menu-col .subMenuBanner {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  max-width: 50%
}

.desktop-menu-col .subMenuBanner span,
.featuredSubMenuBanner span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  padding: 90px 32px 50px;
  font-size: 28px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400;
  line-height: 1.36;
  text-align: center;
  color: #fff;
  text-transform: none
}

.desktop-menu-col .subMenu li.active .subMenuBanner {
  opacity: 1
}

.desktop-menu-col>ul li.active>.featured.subMenu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0
}

.desktop-menu-col .featured li {
  max-width: inherit;
  width: 50%
}

.desktop-menu-col li.featuredSubMenuBanner,
.desktop-menu-col .featured li.small {
  position: relative;
  width: 100%
}

.desktop-menu-col li.featuredSubMenuBanner img {
  width: 100%
}

.desktop-menu-col li.featuredSubMenuBanner span {
  background: 0 0;
  padding: 30px;
  color: #000
}

.mobile-header {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 28px 0 20px;
  display: flex
}

.mobile-header .mikimoto-logo {
  max-width: 150px
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  overflow: auto;
  padding-top: 50px;
  display: none;
  z-index: 1
}

.mobile-menu .desktop-menu-head {
  padding: 0 70px
}

.mobile-menu .menu-search-icon {
  left: 24px
}

.mobile-menu .desktop-menu-head .close {
  right: 24px
}

.mobile-menu-body {
  padding: 0 24px 24px;
  position: relative;
  overflow: hidden
}

.mobile-menu .mainMenu li {
  padding: 10px 0;
  position: relative
}

.mobile-menu .mainMenu li.pd-t-20 {
  padding-top: 30px
}

.mobile-menu .mainMenu li a {
  display: block;
  font-size: 16px;
  line-height: 2;
  font: 400 16px 'NotoSans', sans-serif;
  text-decoration: none
}

.mobile-menu .mainMenu li.divider {
  padding-top: 20px;
  margin-top: 20px
}

.mobile-menu .mainMenu li.divider a:before {
  content: '';
  background: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0
}

.mobile-menu .mainMenu li.small a {
  font-size: 14px
}

.mobile-menu li.jewellery-all>a {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  position: relative
}

.mobile-menu li.jewellery-all>a:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  right: 6px
}

.mobile-menu li.small-icon {
  padding: 0
}

.mobile-menu li.small-icon>a {
  padding: 20px 0;
  border-top: solid 1px #979797
}

.mobile-menu li.small-icon>a .count {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 600;
  border-radius: 2px;
  background: #f2ebdc;
  letter-spacing: normal;
  padding: 0 5px;
  margin-left: 2px
}

.mobile-menu li.small-icon:last-child {
  border-bottom: solid 1px #979797
}

.mobile-menu li.small-icon>a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  position: relative
}

.mobile-menu li.small-icon>a:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: rotate(-45deg);
  right: 6px
}

.mobile-menu li.small-icon>a .icon {
  max-width: 24px;
  margin-right: 10px;
  display: inline-block
}

.mobile-menu li.small-icon>a .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 8px
}

.mobile-menu li.small-icon>a .arrow img {
  width: 100%;
  display: block
}

.mobile-menu li.small-icon.lng-change>a>span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%)
}

.mobile-menu .subMenu {
  position: fixed;
  top: 50px;
  bottom: 0;
  background: #fff;
  width: 100%;
  left: 200%;
  transition: left .35s ease-in-out;
  padding: 24px;
  z-index: 1;
  overflow: auto
}

.mobile-menu .subMenu li.subHeadding {
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  padding: 0 20px 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 20px
}

.mobile-menu .subMenu li.subMenuLabel {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.mobile-menu .subMenu li.subMenuLabel.bor {
  border-top: solid 1px #e6e7e8;
  margin-top: 20px
}

.mobile-menu .subMenu .view-all a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 1px #000
}

.menuMob ul.dropdown_current,
.menuMob ul.dropdown_prev {
  z-index: 2;
  left: 0
}

.back_btn {
  position: absolute;
  top: 5px;
  left: -12px;
  z-index: 3;
  width: 32px;
  height: 32px;
  transition: all .35s ease-in-out
}

.back_btn:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  transform: rotate(-225deg)
}

.mobile-menu .subMenu.lng-country li.active>a {
  background: #f2ebdc;
  padding: 0 10px
}

.menuMob ul.deActive {
  left: 200%;
  transition: none
}

.otherinfo-table .division {
  margin-bottom: 64px
}

.otherinfo-table .bridal-grid-img {
  max-width: inherit
}

.store-address-tabs a.btn:nth-child(1) {
  margin-right: 20px
}

.opening-store .bridal-grid-con h3,
.opening-store .bridal-grid-con h2 {
  margin-bottom: 30px
}

.details-search-select {
  position: relative;
  display: inline-block;
  margin: 24px 0 32px
}

.details-search-select select {
  background: 0 0;
  border: 0;
  color: #000;
  font-size: 14px;
  min-width: 128px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 2
}

.details-search-select:after {
  content: '';
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 16px;
  z-index: 1;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px
}

.otherinfo-heading h3 {
  margin-bottom: 32px;
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.ganiz-grid-con h3,
.ganiz-store-con h3,
.center-wrp h3,
.ganiz-grid h2,
.center-wrps h3,
.pro-gallery-heading h3 {
  direction: ltr;
  margin-bottom: 16px;
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.center-wrps h3 {
  margin-bottom: 30px
}

.other-info-con p,
.ganiz-grid-con p {
  margin-bottom: 16px
}

.ganiz-grid-con .btn,
.ganiz-store-con .btn,
.faq-fund-accordion .btn {
  min-width: 180px;
  margin-top: 16px
}

.bridal-grid-table ul li {
  line-height: 40px;
  border-top: solid 1px #ddd;
  padding: 15px 0;
  display: flex;
  line-height: 26px
}

.bridal-grid-table ul li:last-child {
  border-bottom: solid 1px #ddd
}

.bridal-grid-table label {
  margin-right: 14%
}

.details-grid-video {
  position: relative;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.details-grid-video .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.footer {
  overflow: hidden
}

.footer [class*=col-] {
  border-top: 1px solid #d8d8d8
}

.footer h6,
.footer .footerLinksTitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 20px 40px 20px 24px;
  text-transform: uppercase;
  position: relative
}

.footer h6 i,
.footer .footerLinksTitle i {
  position: absolute;
  right: 23px;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/plus.png") no-repeat center
}

.fooAcc h6,
.fooAcc .footerLinksTitle.active i {
  cursor: pointer
}

.footer h6.active i,
.footer .footerLinksTitle.active i {
  background-image: url("../images/minus.png")
}

.fLinks {
  padding: 0 24px 24px
}

.fooAcc .fLinks {
  display: none
}

.fLinks li a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  line-height: 2
}

.fLinks input {
  border-radius: 4px;
  border: solid 1px #595959;
  background-color: #fff;
  line-height: normal;
  padding: 0 16px;
  margin-bottom: 14px;
  width: 100%;
  font-family: 'NotoSans'
}

.fLinks .btn {
  min-width: 180px;
  cursor: pointer;
  margin-bottom: 10px
}

.fLinks p {
  font-size: 12px;
  margin-bottom: 0
}

.footerEmailLabel {
  position: relative
}

.footerEmailLabel label {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden
}

.mainBanner {
  position: relative;
  margin-bottom: 32px
}

.mainBanner img {
  width: 100%
}

.bannerCon {
  padding-top: 56px
}

.bannerCon h2,
.bannerCon h1 {
  font-family: 'cormorant_garamondregular';
  font-size: 28px !important;
  line-height: 1.36;
  font-weight: 400;
  margin-bottom: 32px
}

.slide-item {
  position: relative
}

.slideshow .custom-dots,
.slideshow .slide-controls {
  position: absolute;
  left: 0;
  right: 0
}

.slideshow .custom-dots {
  padding-top: 16px;
  text-align: center
}

.slideshow .custom-dots li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: top
}

.slideshow .custom-dots li a {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #e1e4e8;
  display: block;
  border: solid 1px #000
}

.slideshow .custom-dots li.slick-active a {
  background-color: #960
}

.slide-controls {
  padding: 0 24px
}

.slideshow .slide-arrow {
  width: 39px;
  height: 39px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -15px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #fff
}

.slideshow .arrow-prev {
  float: left;
  background-image: url("../images/slide-left-arrow.png")
}

.slideshow .arrow-next {
  float: right;
  background-image: url("../images/slide-right-arrow.png")
}

.imgbac {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.scrollDown {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
  font: 400 12px 'NotoSans';
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  display: none;
  text-shadow: 0px 0px 5px #000
}

.scrollDown:after {
  content: '';
  display: block;
  width: 19px;
  height: 30px;
  background: url("../images/light-theme-right-arrow.png") no-repeat center;
  transform: rotate(90deg) translateX(-50%);
  position: absolute;
  left: calc(50% - 3px);
  top: calc(100% + 17px);
  margin-left: -8px;
  animation: bounce 2s infinite
}

.scrollDown.black-arrow {
  color: #000
}

.scrollDown.black-arrow:after {
  background: url(../images/arrow-right-2.png) no-repeat center
}

@keyframes bounce {

  0%,
  100% {
    transform: rotate(90deg) translateX(-50%)
  }

  50% {
    transform: rotate(90deg) translateX(-100%)
  }
}

.division {
  height: 14px;
  background: url("../images/divider.png") no-repeat top center
}

section,

.pearl-txt {
  font: 400 16px/1.36 'cormorant_garamondregular';
  margin-left: auto;
  margin-right: auto
}

.tabs-nav-wrap {
  padding-bottom: 32px;
  text-align: center
}

.tabs-nav {
  overflow: auto;
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
  display: inline-block;
  width: 100%;
  vertical-align: top
}

.tabs-nav li {
  display: inline-block;
  padding: 32px 24px;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(151, 151, 151, .1);
  margin-right: -4px
}

.tabs-nav li.current {
  border-bottom-color: #000
}

.tabs-nav li a {
  text-decoration: none;
  font-family: 'NotoSans';
  font-weight: 400;
  border: 0
}

.tab-content.active {
  height: auto;
  overflow: inherit
}

.pearl-con+.homeProduct .tabs-nav {
  margin-top: -32px
}

.tabs-nav-wrap+.tabs-main-content .productSlider {
  margin-top: -32px
}

.productSlider .slick-list {
  width: 100%
}

.productSlider .slick-track {
  min-width: 100%
}

.productSlider .productList {
  margin: 0 8px
}

.productList,
.productList:focus {
  background: #fff;
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08);
  position: relative
}

.p-lable {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}

.p-lable span {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 8px 18px 7px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 2px 2px 0
}

.new-lable {
  background-color: #e1e4e8
}

.wishlist {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 16px;
  bottom: 16px;
  cursor: pointer;
  background: 0 0;
  border: none
}

.wishlist.active img {
  margin-top: -24px
}

.promotionWrap {
  position: relative
}

.promotionWrap img,
.adored-wrp .modelImg img {
  width: 100%
}

.m-t-one {
  padding-top: 32px
}

.m-t-sec,
.m-t-three {
  padding: 32px;
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08);
  background: #fff
}

.m-t-sec p,
.m-t-three p {
  display: none
}

.main-text h3,
.main-text h2,
.main-text .title {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 16px
}

.main-text p {
  font-size: 14px;
  line-height: 2
}

.amgdprcookie-cookie-container {
  margin: 0 0 40px
}

.main-text a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  border-bottom: solid 1px #000;
  text-transform: uppercase;
  display: inline-block
}

.play-icon {
  max-width: 48px;
  display: inline-block
}

.modelImg {
  position: relative
}

.modelImg .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.modelCon {
  padding-left: 24px;
  padding-right: 24px
}

.card {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  text-align: center;
  padding: 32px;
  position: relative;
  width: calc(100% - 48px)
}

.card h3,
.card h2 {
  font: 400 28px 'cormorant_garamondregular';
  line-height: 1.36;
  margin-bottom: 16px
}

.card a {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 10px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
  font-size: 12px;
  letter-spacing: 2px
}

.card-tag {
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid 1px #000;
  letter-spacing: 2px
}

.card-276 {
  max-width: 276px
}

.card-520 {
  max-width: 520px
}

.card-a-gap {
  margin-top: -64px
}

.card-b-gap {
  margin-bottom: -15px
}

.card-gallery {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 8px
}

.card-gallery img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/2
}

.card-gallery img:nth-child(4n+4),
.card-gallery img:nth-child(5n+5) {
  display: none
}

.classic-high-jewelry-wrapper .title {
  grid-row: 1/2;
  margin-top: 30px;
  padding: 0 24px
}

.classic-high-jewelry-slider .productList {
  margin: 32px 8px 32px
}

.classic-high-jewelry-banner {
  grid-row: 1/2
}

.classic-high-jewelry-products {
  grid-row: 2/2
}

.news-events-wrap .division {
  display: block;
  margin-bottom: 50px
}

.news-events-col {
  padding-bottom: 50px;
  position: relative
}

.news-events-col:last-child {
  padding-bottom: 0
}

.news-events-col .date {
  display: block;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 2;
  margin-top: 25px
}

.news-events-col h4,
.search-result h4,
.news-events-col h2,
.search-result h2 {
  font: 400 24px/1.5 'cormorant_garamondregular';
  margin: 30px 0
}

.search-result h4,
.search-result h2 {
  text-align: center
}

.news-events-col a.news-events-read,
.slickslider-heading a.news-events-read,
.explore-con a.news-events-read,
.ganiz-grid-con a.news-events-read {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  padding-bottom: 2px;
  display: inline-block
}

.news-events-col .news-events-overlay h4,
.news-events-col .news-events-overlay h3 {
  margin: 0 0 40px;
  min-height: inherit
}

.newsletter-img {
  margin-bottom: 32px
}

.newsletter-form label {
  line-height: 2;
  color: #595959;
  display: block;
  font-size: 14px
}

.newsletter-form input[type=text] {
  border-radius: 4px;
  box-shadow: 0 0 5px 0 #ebebeb;
  background-color: #fff;
  line-height: 2;
  color: #595959;
  border: none;
  height: 54px;
  width: 100%;
  max-width: 384px;
  padding: 15px;
  transition: all .2s ease-in-out;
  margin-bottom: 32px;
  display: block;
  font-size: 14px
}

.newsletter-form input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 5px 0 #d8d8d8
}

.newsletter-form input[type=text]::placeholder {
  color: #595959
}

.newsletter-form .btn {
  min-width: 180px;
  cursor: pointer
}

.classic-high-jewelry-wrapper .slick-list {
  padding: 0 30px !important
}

.explore-product-con {
  display: grid;
  grid-template-columns: repeat(1, 1fr)
}

.explore-product-con .card {
  grid-row: 2/2
}

.explore-product-con .card br {
  display: none
}

.explore-product-pointers {
  grid-row: 1/2
}

.innerBanner {
  margin-bottom: 32px
}

.innerBannerImg .bannerCon {
  padding: 22px 24px 0;
  max-width: 530px;
  margin-top: 0
}

.innerBannerImg .bannerCon.blackText {
  color: #000
}

.innerBannerImg .bannerCon h2,
.innerBannerImg .bannerCon h1 {
  margin-bottom: 10px
}

.innerBannerImg .overlayText {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  padding-top: 0
}

.innerBannerImg .overlayText h2 {
  font-size: 40px;
  margin: 0
}

.stores-wrap {
  margin-bottom: 55px
}

.stores-wrap.located-world-wrap {
  display: block
}

.stores-sort {
  margin-left: 20px;
  position: relative;
  padding-left: 10px;
  padding-right: 40px
}

.stores-sort a {
  color: rgba(0, 0, 0, .5);
  text-decoration: none;
  margin: 0 7px
}

.stores-sort a.scrollDown {
  color: #fff
}

.bannerscrollDown a.scrollDown.black-arrow {
  color: #000
}

.stores-title {
  text-align: center
}

.stores-sort a:before {
  content: '';
  background: url("../images/arrow-down.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px
}

.stores-sort select {
  text-transform: uppercase;
  color: rgba(0, 0, 0, .5);
  border: none;
  background: 0 0;
  min-height: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 10px 16px 10px 0;
  font: 400 14px 'NotoSans', sans-serif
}

.stores-sort select:focus {
  outline: none
}

.store-item {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 16px 16px 42px;
  position: relative
}

.store-location {
  margin-bottom: 30px
}

.srotes-area-wrap {
  position: relative
}

.store-location h3,
.srotes-area-wrap h3,
.located-world-wrap h3 {
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.store-location h3,
.store-location h2 {
  margin-bottom: 8px
}

.legacy-history-con h3 span {
  font: 400 20px 'NotoSans', sans-serif;
  color: #ddd
}

.store-location p {
  line-height: 2;
  margin: 0
}

.store-location .tel a {
  text-decoration: none;
  border-bottom: solid 1px #000;
  line-height: 2
}

.store-actions {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 24px
}

.store-actions a {
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  text-transform: uppercase
}

.store-actions .distance {
  background: #e1e4e8;
  font-size: 12px;
  line-height: 2;
  padding: 4px 16px 4px 8px;
  margin-right: -16px
}

.store-actions .break {
  flex-basis: 100%;
  height: 0
}

.store-actions .exclusive-tag {
  background: #e1e4e8;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 2;
  width: calc(100% + 32px);
  margin: 15px -16px -24px;
  text-align: center
}

.srotes-area-title h3 {
  margin-bottom: 32px
}

.current-location {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 17px
}

.current-location:before {
  content: '';
  background-color: #d8d8d8;
  width: 56px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.area-search-wrap .btn {
  min-width: 100%;
  cursor: pointer
}

.current-location .btn img {
  max-width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px
}

.area-search-select,
.area-search-pincode,
.area-search-submit {
  position: relative;
  margin-bottom: 16px
}

.area-search-select:after {
  content: '';
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 16px;
  z-index: 1;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 5px
}

.area-search-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  padding: 19px 32px 20px 16px;
  width: 100%;
  font-size: 12px;
  color: #595959;
  line-height: initial;
  border-radius: 4px;
  border: solid 1px #000;
  position: relative;
  z-index: 2
}

.area-search-select select:focus,
.details-search-select select:focus {
  outline: none
}

.area-search-pincode input {
  background: 0 0;
  border: solid 1px #000;
  border-radius: 4px;
  font-size: 12px;
  line-height: initial;
  color: #595959;
  padding: 19px 16px 20px;
  width: 100%
}

.area-search-checkbox {
  margin: 26px 0 32px
}

.checkbox-item {
  margin-right: 0;
  margin-bottom: 20px
}

.checkbox-item label {
  display: flex;
  align-items: center;
  cursor: pointer
}

.checkbox-item i {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .3);
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: all .2s ease-in-out
}

.checkbox-item i img {
  max-width: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.checkbox-item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0
}

.checkbox-item input[type=checkbox]:checked+label i {
  background: #000
}

.stores-map-tag {
  margin: 32px 0
}

.stores-show-more {
  margin: 40px 0 0
}

.located-world-wrap .title {
  margin-bottom: 32px
}

.located-world-con {
  background: #e1e4e8
}

.located-world-slider .slick-list {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: calc(50% - 600px)
}

.located-world-slider .store-item {
  max-width: 384px;
  margin-right: 24px;
  margin-bottom: 0
}

.all-news-events .main-text {
  position: relative
}

.all-news-events .main-text .filters-btn {
  border: none;
  text-align: left;
  margin: 0 0 30px
}

.all-news-events .filters-list {
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 1;
  background: #fff;
  padding: 15px;
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08);
  display: none
}

.all-news-events .filters-list li {
  margin-bottom: 10px
}

.all-news-events .filters-list li:last-child {
  margin-bottom: 0
}

.all-news-events .filters-list li a {
  border-bottom: none
}

.upcoming-events .division {
  margin-bottom: 64px
}

.upcoming-events-item {
  max-width: 283px
}

.upcoming-events-item p {
  margin-top: 15px
}

.news-events-overlay {
  display: none
}

.news-events-overlay-con .date {
  margin-top: 0
}

.news-events-showMore {
  margin-top: 50px
}

.bridal-grid-img {
  position: relative;
  margin-bottom: 24px
}

.bridal-grid-img img,
.news-events-col img,
.newsletter-con img,
.details-grid-video img {
  width: 100%
}

.position-relative {
  position: relative
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.bridal-grid-con {
  max-width: inherit;
  direction: ltr
}

.bridal-grid-con h3,
.bridal-grid-con h2 {
  font: 400 32px/1.25 'cormorant_garamondregular';
  margin-bottom: 12px
}

.bridal-grid-con p {
  margin: 0 0 15px
}

.bridal-grid-video .bridal-grid-con {
  padding: 0 24px
}

.email-subscribe label {
  font-size: 14px;
  line-height: 2;
  color: #595959
}

.email-subscribe form input {
  border-radius: 4px;
  border: solid 1px #595959;
  background: #fff;
  font-size: 14px;
  line-height: 2;
  color: #595959;
  padding: 0 15px;
  width: 100%;
  min-height: 54px;
  margin-bottom: 15px;
  font-family: 'NotoSans'
}

.email-subscribe form button {
  min-width: 183px;
  cursor: pointer
}

.bridal-grid-con p.bridal-care {
  font-size: 12px;
  line-height: 2;
  margin: 20px 0 0
}

.bridal-grid-con p.bridal-care a {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-left: 0;
  line-height: 1.4
}

.related-news-events .main-text p {
  margin-bottom: 24px
}

.bridal-promotion-slider {
  margin-top: -34px
}

.bridal-promotion-slider .main-text {
  text-align: center;
  padding-top: 24px
}

.bridal-promotion-slider .main-text h3 {
  min-height: 75px
}

.bridal-promotion-slider .main-text p {
  display: none
}

.bridal-promotion-item {
  position: relative;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 60px;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 24px
}

.bridal-promotion-item.slick-current {
  margin-bottom: 60px
}

.bridal-promotion-item .promo-text .container {
  padding: 0
}

.inner_Banner {
  position: relative
}

.inner_Banner img {
  display: block;
  width: 100%
}

.inner_Banner .bannerCon {
  text-align: center;
  margin-top: -26px;
  color: #000;
  position: absolute;
  width: 100%;
  top: 50% !important;
  text-align: center;
  padding: 0
}

.search-wrp {
  position: relative;
  width: 100%;
  margin-top: -36px;
  margin-bottom: 30px
}

.srch-inp {
  position: relative;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  max-width: 996px;
  margin: 0 auto
}

.srch-inp input[type=text] {
  height: 72px;
  font-size: 14px;
  border: 0;
  padding: 0 70px 0 60px;
  width: 100%
}

.srch-inp input::placeholder {
  color: #000
}

.srch-inp .srch-inp-close {
  display: none
}

.srch-inp .surname-btn {
  font-size: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  background: url(../images/search.png) no-repeat left center
}

.srch-inp .amsearch-form-container .surname-btn {
  background: 0 0
}

.srch-inp.is_focused input[type=text] {
  padding: 0 70px 0 30px
}

.srch-inp.is_focused .surname-btn {
  left: inherit;
  right: 15px;
  cursor: pointer
}

.srch-inp.is_focused .srch-inp-close {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 52px
}

.srch-inp .btn.my-0 {
  position: absolute;
  right: 30px;
  top: 40%;
  border: none;
  outline: none;
  box-shadow: none;
  border: 0;
  padding: 0;
  min-width: auto;
  text-decoration: none;
  border-bottom: solid 1px #000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  cursor: pointer
}

.faq-fund-accordion {
  margin: 50px 0 0;
  color: #333
}

.fund-item {
  background: #fff;
  margin: 0;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 0 24px
}

.fund-item-title,
.filter-options .filter-options-title {
  position: relative;
  padding: 22px 20px 22px 0;
  font-size: 14px !important;
  font-weight: 400;
  font-family: 'NotoSans';
  line-height: 2;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle
}

.fund-item-title:after {
  content: '';
  position: absolute;
  top: 36%;
  right: 0;
  background: url(../images/plus.png) no-repeat right center;
  width: 20px;
  height: 20px
}

.fund-item-title.open:after,
.open .fund-item-title:after,
.active .fund-item-title.open:after {
  background: url(../images/minus.png) no-repeat right center;
  width: 20px;
  height: 20px
}

.faq-wrp .tabs-nav-wrap {
  padding-bottom: 0
}

.faq-wrp .tabs-nav-wrap .tabs-nav {
  overflow: auto;
  padding: 0
}

.faq-wrp .tabs-nav-wrap .tabs-nav::-webkit-scrollbar {
  height: 5px
}

.faq-wrp .tabs-nav-wrap .tabs-nav::-webkit-scrollbar-thumb {
  background: #d8d8d8
}

.faq-wrp .faq-fund-accordion {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 16px
}

.store-location .sca a {
  margin: 10px 0;
  text-transform: uppercase;
  display: inline-table;
  border-bottom: solid 1px #000;
  text-decoration: none
}

.fund-item .fund-item-con {
  border-top: solid 2px #f2f2f2;
  padding: 32px 0;
  display: none
}

.faq-showMore-btn {
  margin: 32px 0 0
}

.services-wrap .bridal-grid-img,
.services-wrap .bridal-grid-con {
  max-width: inherit
}

.service-tabify-wrap .tabs-nav {
  border-bottom: 1px solid rgba(151, 151, 151, .1);
  display: flex;
  justify-content: space-between
}

.service-tabify-wrap .tabs-nav li {
  padding: 16px 0;
  border: 0;
  margin: 0 34px
}

.service-tabify-wrap .tabs-nav li:first-child {
  margin-left: 0
}

.service-tabify-wrap .tabs-nav li:last-child {
  margin-right: 0
}

.service-tabify-wrap .tabs-nav li.current {
  border-bottom: 1px solid #000
}

.service-faq-wrp h2 {
  font: 400 28px 'cormorant_garamondregular'
}

.service-faq-wrp .srch-inp {
  max-width: 100%;
  border: solid 1px #000
}

.services-help .bridal-grid-con h3,
.services-help .bridal-grid-con h2 {
  margin-bottom: 24px
}

.services-help .bridal-grid-con .btn {
  min-width: 200px
}

.faq-wrp.service-faq-wrp .faq-fund-accordion {
  margin-top: 23px
}

.relative {
  position: relative
}

.center-wrp a.btn {
  border-bottom: solid 1px #000;
  border-radius: 0;
  min-width: auto;
  padding: 0 0 5px
}

.service-tabify-wrap .tabs-nav-wrap {
  display: none
}

.service-tabify-wrap .ganiz-grid-img {
  display: none
}

.service-tabify-wrap .ganiz-grid-img.active {
  display: block
}

.service-tabify-slider .tab-content {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 24px;
  min-height: 180px
}

.service-tabify-slider .tab-content h3 {
  margin: 20px 0 0
}

.service-tabify-slider .tab-content p {
  display: none;
  max-width: 350px
}

.searchresult-wrp {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  display: none
}

.search-model {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0
}

.searchresult-wrp .mikimoto-logo img {
  width: 150px
}

.searchresult-wrp .srch-inp {
  max-width: 590px;
  width: 100%;
  display: flex;
  margin: 0 10px 0;
  background: 0 0;
  border-bottom: solid 2px #666;
  box-shadow: 0 0 0 0
}

.search-close,
.bag-model-close {
  position: absolute;
  right: 24px;
  top: 25px
}

.srch-inp .search-close {
  right: 24px
}

.bag-model-close {
  top: 30px
}

.search-close button,
.bag-model-close button {
  border: 0;
  background: 0 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: relative
}

.search-close button:before,
.search-close button:after,
.bag-model-close button:before,
.bag-model-close button:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 1px;
  background: #000;
  top: 0
}

.search-close button:after,
.bag-model-close button:after {
  transform: rotate(-45deg)
}

.search-close button:before,
.bag-model-close button:before {
  transform: rotate(45deg)
}

.searchresult-wrp .srch-inp .surname-btn {
  right: 10px;
  left: inherit;
  z-index: 99
}

.searchresult-wrp .srch-inp input[type=text] {
  padding: 0 90px 0 30px;
  font: 400 28px 'cormorant_garamondregular';
  color: #000
}

.search-result-list .news-events-col,
.search-result-list .news-events-col:last-child {
  padding-bottom: 0
}

.search-result-list .news-events-col img {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.news-events-col .product-description {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 2
}

.news-events-col .product-code {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 2;
  margin: 0
}

.news-events-col .sp_amt {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 2
}

.search-main-text h3 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 16px
}

.search-result-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px
}

.no-results .news-events-col h4,
.no-results .news-events-col h2 {
  margin: 20px 0 10px;
  min-height: 40px
}

.additional-help .main-text h3 {
  margin-bottom: 25px
}

.pearl-wrp {
  background: #f2f2f2;
  padding: 75px 0
}

.promotion-mbslick-wrp {
  background: #f2f2f2;
  padding: 32px 0
}

.ganiz-grid-img,
.promotion-video {
  position: relative
}

.pro-blackbg .ganiz-grid-img:before,
.promotion-video:before {
  content: "";
  position: absolute;
  left: -15px;
  right: 0;
  top: 15px;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: -1;
  height: 100%
}

.promotion-video:before {
  left: inherit;
  right: -15px
}

.promotionslick-slider {
  align-items: center;
  text-align: center
}

.promotionslick-slider .item {
  background: #fff;
  height: 100%;
  display: grid;
  align-items: center;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.slickslider-heading {
  padding: 0 40px
}

.slickslider-heading h3 {
  font: 400 24px/1.5 'cormorant_garamondregular';
  margin: 0 0 15px
}

.explore-the-original h3 {
  font: 400 28px/1.5 'cormorant_garamondregular';
  margin: 0 0 15px
}

.promotionslick-slider .slick-dots {
  text-align: center;
  margin-top: 10px
}

.promotionslick-slider li {
  display: inline-block
}

.promotionslick-slider li button {
  background: #e1e4e8;
  border: none;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px
}

.promotionslick-slider .slick-dots li.slick-active button {
  background: #e5d3a9
}

.explore-con {
  max-width: 510px;
  margin: auto;
  text-align: center;
  padding: 18px;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.explore-the-original {
  margin-top: -50px;
  z-index: 9;
  position: relative
}

.pro-gallery-heading {
  text-align: center;
  margin: 0 0 35px
}

.pro-gallery-items {
  grid-template-columns: repeat(2, 1fr);
  display: grid
}

.promotionBanner .bannerCon {
  padding-top: 25px;
  text-align: center;
  padding-bottom: 25px
}

.promotionBanner .bannerCon h2,
.promotionBanner .bannerCon h1 {
  margin-bottom: 0
}

.promotionBanner .slide-controls {
  padding: 0
}

.promotionBanner .slideshow .slide-arrow {
  padding: 32px 64px 32px 0;
  background-color: #00000000
}

.left-bottom-bg,
.right-bottom-bg {
  position: relative
}

.left-bottom-bg:before,
.right-bottom-bg:before {
  content: '';
  background: #000;
  position: absolute;
  left: -16px;
  bottom: -16px;
  top: 16px;
  right: 16px;
  z-index: -1
}

.right-bottom-bg:before {
  left: 16px;
  right: -16px
}

.promo-explore-grid .bridal-grid-img {
  margin-bottom: 50px
}

.promotion-video {
  position: relative
}

.promotion-video .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.promotions-gallery {
  background: #f1f2f2;
  padding: 30px 0 40px
}

.promotions-gallery .container {
  padding-left: 0;
  padding-right: 0
}

.promotions-gallery-head {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 75px 0;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px
}

.promotions-gallery-slider {
  margin-top: -50px;
  margin-bottom: -64px
}

.promotions-gallery-slider .slick-list {
  padding-left: 24px
}

.promotions-gallery-slider .slick-dots {
  bottom: 32px
}

.promotions-gallery-slider .slick-dots li button {
  background: #fff
}

.promotions-gallery-slider .slick-dots li.slick-active button {
  background: #e5d3a9
}

.promotions-gallery-slider .item {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  position: relative;
  max-width: 278px;
  margin: 50px 4px 64px
}

.promotions-gallery-slider .date {
  font-size: 12px
}

.bridal-grid-con a {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  letter-spacing: 2px;
  display: inline-block
}

.newsletter-bg {
  background: #f1f2f2;
  padding: 32px 24px;
  margin-left: -24px;
  margin-right: -24px
}

.newsletter-form input[type=text] {
  border: solid 1px #595959;
  margin-bottom: 16px;
  max-width: 320px
}

.product-detail-wrap {
  padding: 0 0 40px;
  position: relative
}

.product-slider {
  z-index: 2
}

.product-slider-item {
  position: relative
}

.product-slider-item iframe {
  position: absolute;
  width: 100%;
  min-height: 690px;
  height: 100%
}

.product-slider-thumbs {
  display: none;
  z-index: 1
}

.product-slider .slick-dots {
  position: static;
  margin: 16px 0 24px
}

.product-slider .slick-prev,
.product-slider .slick-next,
.product-slider-thumbs .slick-next,
.product-slider-thumbs .slick-prev {
  border: none;
  color: transparent;
  background: url("../images/arrow-right-2.png") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
  z-index: 1
}

.product-slider .slick-prev {
  right: inherit;
  left: 0;
  transform: rotate(180deg)
}

.product-share {
  margin: 18px 0 50px
}

.product-share a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px
}

.product-share a span {
  border-bottom: solid 1px #000;
  display: inline-block
}

.product-share a img {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.product-bread-crumbs {
  display: flex;
  align-items: start
}

.product-bread-crumbs label {
  background: #e1e4e8;
  font-size: 12px;
  text-transform: uppercase;
  padding: 7px 20px;
  margin-right: 17px
}

.product-bread-crumbs li {
  display: inline-block;
  font-size: 12px;
  padding: 0 10px 0 5px;
  position: relative;
  line-height: 32px
}

.product-bread-crumbs li:after {
  content: '';
  background: url("../images/arrow-right.png") no-repeat center;
  width: 4px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  opacity: 1
}

.product-detail-con .cart.table-wrapper .product-item-qty-price {
  width: 100%
}

.product-price-code .price p.minimal-price {
  margin: 0
}

.product-bread-crumbs li:first-child {
  margin-left: 0
}

.product-bread-crumbs li:last-child {
  margin-right: 0
}

.product-bread-crumbs li:last-child:after {
  display: none
}

.product-bread-crumbs li:last-child {
  opacity: 1
}

.product-bread-crumbs li a {
  opacity: .5;
  text-decoration: none
}

.product-bread-crumbs li a:hover,
.product-bread-crumbs li.active a {
  opacity: 1
}

.product-category {
  line-height: 2;
  margin: 5px 0
}

html[lang=ja] .product-title h2 {
  font-family: 'Noto Serif JP', serif !important
}

html[lang=ja] .product-title h1 {
  font-family: 'Noto Serif JP', serif !important
}

.product-title h2,
.product-title h1 {
  font: 400 24px/1.36 !important
}

.product-price-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 15px
}

.product-price-code .price {
  font: 400 28px/1.36 'cormorant_garamondregular' !important;
  margin-bottom: 0
}

.product-price-code .code {
  font-size: 13px;
  text-transform: uppercase
}

.product-detail-list li {
  font-size: 12px;
  line-height: 2;
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px
}

.product-detail-list li i {
  position: absolute;
  top: 2px;
  left: 0
}

.product-detail-list li a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

.product-detail-list li i img,
.product-detail-list li a img,
.add-wishlist-btn i img {
  width: auto;
  display: block
}

.product-disc {
  margin-bottom: 15px
}

.product-disc p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 8px
}

.product-disc p span {
  display: none
}

.disc-read-more {
  background: url("../images/plus.png") no-repeat center left;
  background-size: 12px;
  padding-left: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer
}

.plate-serviceslink {
  padding-left: 30px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block
}

.fund-item.plate-service .fund-item-title:after {
  background: url(../images/plus.png) no-repeat left center;
  content: "";
  left: 4px;
  top: 2px;
  background-size: 16px
}

.product-price-code .price span.tax-included {
  font-size: 14px;
  display: inline-block;
  padding-left: 10px
}

.product-price-code .price .price-box.price-final_price {
  display: inline-block
}

.fund-item.plate-service .fund-item-title.open:after,
.fund-item.plate-service .open .fund-item-title:after {
  background: url(../images/minus.png) no-repeat left center
}

.fund-item.plate-service .fund-item-title {
  padding: 0
}

.fund-item.plate-service {
  background: 0 0;
  position: relative;
  box-shadow: inherit;
  margin-bottom: 15px;
  padding: 0
}

.plate-services-link {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 12px
}

.fund-item.plate-service .fund-item-con {
  border-top: solid 0px #f2f2f2;
  padding: 6px 0 0
}

.add-wishlist-btn {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding-left: 32px;
  display: inline-block
}

.add-wishlist-btn span {
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
  display: inline-block
}

.add-wishlist-btn i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px
}

.product-detail-form {
  margin-top: 15px
}

.product-detail-form .form-group {
  margin-bottom: 8px
}

.product-detail-form .detail-form-input label {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden
}

.product-detail-form .detail-form-input input {
  width: 100%
}

.product-detail-form .detail-form-disc {
  font-size: 12px;
  display: block;
  line-height: 2
}

.product-detail-form .detail-form-disc strong {
  font-weight: 600
}

.product-detail-form .form-group.grid {
  grid-gap: 8px
}

.product-detail-form .select-box label {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden
}

.product-detail-form .select-box select {
  min-width: inherit
}

.product-detail-form .actions {
  text-align: center
}

.product-detail-form .actions .btn {
  display: block;
  cursor: pointer
}

.product-detail-form .actions a,
.product-detail-mob-actins a {
  text-decoration: none;
  border-bottom: solid 1px #000;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px
}

.store-appointment {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-top: 20px;
  margin-right: 20px
}

.product-detail-mob-actins {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  z-index: 2
}

.product-detail-mob-actins a {
  margin: 0;
  letter-spacing: 2px
}

.product-detail-mob-actins .btn {
  min-width: 145px;
  padding: 12px;
  margin: 0 12px
}

.product-detail-mob-con {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 24px;
  z-index: 9;
  display: none
}

.product-detail-mob-con .product-detail-form {
  display: block
}

.additional-payment-accordion .fund-item {
  background: 0 0;
  box-shadow: none;
  padding: 0
}

.additional-payment-accordion .fund-item-title {
  border-top: solid 1px #eee;
  font: 400 28px/1.36 'cormorant_garamondregular' !important
}

.fund-item .fund-item-title a {
  text-decoration: none;
  display: block
}

.primary.checkout,
.action.action-select-shipping-item,
.action.action-show-popup,
.action-hide-popup,
.action-save-address,
.action.action-edit-address,
.button.action.continue.primary {
  cursor: pointer
}

.additional-payment-accordion .fund-item:last-child {
  border-bottom: solid 1px #eee
}

.additional-payment-accordion .fund-item .fund-item-con {
  border: none;
  padding-top: 10px
}

.additional-payment-accordion .fund-item .fund-item-con h3 {
  font: 400 24px/1.36 'cormorant_garamondregular'
}

.additional-payment-accordion .fund-item .fund-item-con p {
  margin: 0 0 15px
}

.additional-payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-bottom: 32px
}

.additional-payment-accordion .fund-item .fund-item-con .additional-payment-list p {
  margin-bottom: 0
}

.additional-payment-col {
  font-size: 12px
}

.additional-payment-col label {
  display: block;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 2px
}

.additional-payment-col p {
  line-height: 2
}

.additional-payment-wrap .container {
  padding-left: 0;
  padding-right: 0
}

.about-product-img {
  margin-bottom: 32px
}

.about-product-img img {
  width: 100%
}

.product-md-grid-slider {
  position: relative
}

.product-md-grid-slider h3 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  position: relative;
  z-index: 1;
  margin-bottom: 30px
}

.product-md-grid-slider .view-all {
  font: 400 12px 'NotoSans';
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
  letter-spacing: 2px;
  z-index: 1
}

.product-md-grid-slider .slick-slider {
  margin: -50px -24px 0
}

.product-md-grid-slider .slick-dots {
  bottom: 10px
}

.product-md-grid-item {
  margin: 50px 0
}

.product-md-grid-item,
.product-md-grid-item:focus {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  margin-right: 8px
}

.product-md-grid-item img {
  width: 100%
}

.product-need-help .main-text h3 {
  margin-bottom: 30px
}

.product-detail-actins-added .footer {
  margin-bottom: 60px
}

.product-catalog-wrap {
  position: relative;
  padding-top: 64px
}

.catalog-title {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 16px
}

.catalog-filters-wrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 80px 24px;
  z-index: 999;
  overflow: auto
}

.catalog-filters-wrap .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url("../images/close.png") no-repeat center;
  width: 44px;
  height: 44px
}

.catalog-filters-wrap .fund-item {
  background: 0 0;
  box-shadow: none;
  padding: 0
}

.catalog-filters-wrap .fund-item-title,
.filter-options .filter-options-title {
  padding: 0;
  line-height: 2;
  margin-bottom: 16px
}

.catalog-filters-wrap .fund-item-title a {
  display: block;
  text-decoration: none
}

.catalog-filters-wrap .fund-item-title:after {
  top: 50% !important;
  margin-top: -8px
}

.catalog-filters-wrap .fund-item .fund-item-con {
  border: none;
  padding: 0 0 16px;
  margin: 0
}

.catalog-filters-wrap li {
  padding: 8px 22px 8px 0;
  position: relative
}

.catalog-filters-wrap li :focus+label:before {
  outline: auto
}

.catalog-filters-wrap li .custom-checkbox {
  display: block
}

.catalog-filters-wrap li .filter-icon {
  position: absolute;
  top: 8px;
  right: 0
}

.catalog-filters-sort-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: solid 1px #dadbdc
}

.filters-btn {
  border-right: solid 1px #d8d8d8;
  text-align: center
}

.filters-btn a,
.sort-btn select {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  line-height: normal;
  min-width: inherit;
  border: none
}

.filters-btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px
}

.sort-btn {
  text-align: center;
  display: flex
}

.sort-btn .select-box {
  display: inline-block
}

.sort-btn .select-box label {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden
}

.sort-btn .select-box:before {
  z-index: 1
}

.catalog-filters-actions {
  display: none;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  background: #fff;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px
}

.catalog-filters-actions.active {
  display: flex
}

.catalog-filters-actions a {
  margin: 0 25px
}

.catalog-filters-actions .btn {
  min-width: 145px;
  margin-right: 0
}

.catalog-filters-actions .clear-filters {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  text-decoration: none;
  margin-left: 0
}

.product-banner {
  position: relative;
  margin-bottom: 24px
}

.product-banner img {
  width: 100%
}

.product-banner-con {
  margin-top: 24px
}

.product-banner-con .main-text h3,
.product-banner-con .main-text h2,
.product-banner-con .main-text .title {
  margin-bottom: 10px
}

.product-banner-con .main-text p {
  font-size: 12px;
  margin: 0
}

.product-catalog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px
}

.product-catalog-item {
  position: relative
}

.product-catalog-item-img {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  cursor: pointer;
  position: relative
}

.product-catalog-item-img img {
  width: 100%
}

.product-catalog-item .product-category,
.product-catalog-item .product-title,
.product-catalog-item .product-price-code .code,
.added_product {
  font-size: 12px;
  line-height: 2
}

.product-catalog-item .product-price-code {
  margin: 5px 0
}

.product-catalog-item-con {
  padding-top: 8px;
  padding-bottom: 16px
}

.product-catalog-item-con .product-price {
  line-height: 2
}

.product-catalog-item-link {
  display: block;
  text-decoration: none
}

.product-catalog-item.big {
  grid-column: 1/3
}

.product-catalog-item .with-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2ebdc;
  margin-bottom: 16px;
  box-shadow: none;
  padding: 47px 15px
}

@media (max-width:1200px) {
  .product-catalog-item .with-title {
    display: block;
    background: 0 0;
    margin-bottom: 16px;
    box-shadow: none;
    padding: 47px 15px
  }
}

@media (min-width:1200px) {
  .product-catalog-item .main-text {
    max-width: 290px
  }
}

.product-catalog-item .main-text p {
  font-size: 12px;
  margin-bottom: 18px
}

.mikimoto-pagination {
  margin-top: 50px
}

.mikimoto-pagination p {
  font-size: 14px;
  line-height: 2
}

.mikimoto-pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 32px
}

.mikimoto-pagination li a {
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block
}

.mikimoto-pagination li.current a {
  background: #000;
  color: #fff
}

.mikimoto-pagination li.pagi-prev {
  margin-right: 16px
}

.mikimoto-pagination li.pagi-next {
  margin-left: 16px
}

.mikimoto-pagination li.pagi-prev img,
.mikimoto-pagination li.pagi-next img {
  display: inline-block;
  vertical-align: middle
}

.mikimoto-pagination li.pagi-prev img {
  transform: rotate(180deg)
}

.mikimoto-pagination li.disabled {
  opacity: .5
}

.mikimoto-popup {
  background: rgba(0, 0, 0, .3);
  padding: 100px 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 9999;
  display: none;
  overflow: auto
}

.mikimoto-popup.active {
  display: block
}

.mikimoto-popup-con {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  max-width: 1005px;
  margin: 0 auto;
  padding: 24px;
  position: relative
}

.mikimoto-popup-con .close {
  background: url("../images/close.png") no-repeat center;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1
}

iframe {
  width: 100% !important;
  border: none;
  outline: none
}

.video-popup iframe {
  width: 100% !important;
  height: 300px;
  display: block;
  border: none;
  outline: none
}

.video-popup .mikimoto-popup-con {
  padding: 44px 0 0
}

.video-popup .mikimoto-popup-con .close {
  top: 0;
  right: 0
}

.engraved-popup .mikimoto-popup-con {
  padding: 30px 30px 50px 50px
}

.our-legacy-banner .innerBannerImg .bannerCon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: inherit;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  padding: 175px 0;
  max-width: inherit;
  text-align: center;
  transform: none
}

.our-legacy-banner .innerBannerImg .bannerCon h2,
.our-legacy-banner .innerBannerImg .bannerCon h1 {
  margin: 0;
  color: #fff;
  font-size: 42px
}

.our-legacy-banner .scrollDown,
.bridalimgbanner .scrollDown {
  display: block
}

.our-legacy-tabs .tabs-nav li {
  padding: 0
}

.our-legacy-tabs .tabs-nav li a {
  padding: 32px;
  display: block
}

.legacy-intro {
  padding: 64px 24px 0
}

.legacy-intro-con h2 {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 25px
}

.legacy-intro-con p {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin: 0
}

.legacy-intro-con span {
  padding-bottom: 10px;
  display: block
}

.paris-branch p {
  font-size: 12px;
  line-height: 2;
  padding: 0 24px;
  margin-top: 15px
}

.legacy-list-slider {
  margin-top: -64px;
  margin-bottom: -64px
}

.legacy-list-slider .bridal-grid {
  margin-bottom: 64px;
  margin-top: 64px;
  margin-right: 8px;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 24px 24px 32px
}

.bridal-grid-con h3,
.bridal-grid-con h2 {
  margin-bottom: 20px
}

.text-center .bridal-grid-con h3,
.text-center .bridal-grid-con h2,
.text-center .bridal-grid-con h1 {
  margin: 0 auto 20px
}

.legacy-list-slider .bridal-grid-con p {
  display: none
}

.legacy-list-slider .bridal-grid-con a {
  display: inline-block
}

.legacy-list-slider .slick-list {
  padding-left: 24px;
  padding-right: 24px
}

.legacy-intro-2 h2 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 13px
}

.legacy-intro-2 p {
  margin-bottom: 0
}

.legacy-history-wrap {
  position: relative
}

.legacy-history-wrap-con {
  background: #04070a;
  position: relative
}

.legacy-history-wrap-con h2 {
  background: #04070a;
  width: 100%;
  max-width: 480px;
  font: 400 28px/1.36 'cormorant_garamondregular';
  color: #fff;
  padding: 15px 24px
}

.legacy-history-slide {
  padding: 0 24px
}

.legacy-history-con {
  color: #fff;
  padding-bottom: 87px
}

.legacy-history-label {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin: 16px 0 0
}

.legacy-history-con h3 {
  font: 400 40px/1.2 'cormorant_garamondregular';
  margin-bottom: 8px
}

.legacy-history-con h4 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 8px
}

.legacy-history-con p {
  font-size: 14px;
  line-height: 2;
  margin: 0
}

.legacy-history-slider.slick-vertical .slick-slide {
  border: none;
  margin: 0
}

.legacy-history-slider .slick-dots {
  bottom: 34px
}

.legacy-history-slider .slick-dots li {
  vertical-align: middle
}

.legacy-history-slider .slick-dots li a {
  width: 7px;
  height: 7px;
  border: solid 1px #fff;
  background: 0 0;
  display: block;
  color: transparent;
  border-radius: 100%
}

.legacy-history-slider .slick-dots li.slick-active a {
  width: 7px;
  height: 7px;
  background: #fff
}

.legacy-history-slider .slick-arrow,
.legacy-history-slide-button .slick-arrow {
  position: absolute;
  bottom: 37px;
  z-index: 1;
  border: none;
  color: transparent;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.legacy-history-slider .slick-arrow.slick-prev,
.legacy-history-slide-button .slick-arrow.slick-prev {
  left: 24px;
  background: url("../images/white-arrow-left.png") no-repeat left center;
  z-index: 1;
  left: 114px;
  bottom: 100px
}

.legacy-history-slider .slick-arrow.slick-prev:after,
.legacy-history-slide-button .slick-arrow.slick-prev:after {
  content: 'Go Back';
  color: #fff;
  position: absolute;
  left: 30px
}

.legacy-history-slider .slick-arrow.slick-next,
.legacy-history-slide-button .slick-arrow.slick-next {
  background: url("../images/white-arrow-right.png") no-repeat right center
}

.legacy-history-slider .slick-arrow.slick-next:before,
.legacy-history-slide-button .slick-arrow.slick-next:before {
  content: 'View Next';
  color: #fff;
  position: absolute;
  right: 5px;
  white-space: nowrap
}

.our-legacy-tab-content .bridal-grid {
  display: block
}

.our-legacy-tab-content .bridal-grid-img {
  margin-bottom: 24px;
  max-width: inherit
}

.our-legacy-tab-content .bridal-grid-con {
  padding: 0 24px;
  max-width: inherit
}

.findyourpearl-con h3 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin-bottom: 10px
}

.newsandevents-slider {
  direction: ltr
}

.newsandevents-slider .slick-list {
  display: grid;
  direction: ltr
}

.news-events-item p {
  font-size: 12px;
  max-width: 400px;
  text-align: center;
  margin: 15px auto 32px !important;
  line-height: 20px
}

.jewelry-event-grid {
  border-top: solid 1px #d8d8d8
}

.jeg_left_column {
  background: #f6f6f8
}

.photo-events-item p {
  margin-top: 15px !important
}

.related-news-events .center-wrp a img {
  display: inline-block
}

.login-header .desktop-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.login-signup-btn {
  border-bottom: solid 1px #000
}

.back-mikimoto:before {
  content: '';
  background: url("../images/arrow-right.png") no-repeat center left;
  width: 4px;
  height: 6px;
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px
}

.login-wrap {
  padding: 55px 0
}

.login-wrap .row {
  display: flex;
  align-items: center
}

.login-wrap-con {
  max-width: 383px;
  margin: 0 auto
}

.login-wrap-con h3,
.login-wrap-con h2 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  margin: 0 0 8px;
  text-align: center
}

.login-wrap-con p {
  margin-bottom: 23px
}

.login-wrap-con .btn {
  min-width: 200px
}

.login-form {
  padding-top: 55px;
  margin-top: 55px;
  border-top: solid 1px #7f7f7f
}

.login-form h3,
.login-form h2 {
  margin-bottom: 13px
}

.login-form label {
  line-height: 2;
  color: #595959;
  display: block
}

.login-form input {
  border-radius: 4px;
  border: solid 1px #595959;
  height: 56px;
  width: 100%;
  padding: 0 16px;
  line-height: 2
}

.login-form .form-grooup {
  margin-bottom: 3px
}

.login-forgot {
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px
}

.login-form .login-btn {
  margin-top: 30px
}

.cart-container {
  max-width: 1248px;
  width: 100%;
  padding: 95px 24px;
  margin-right: auto;
  margin-left: auto
}

.cart-container:after {
  content: '';
  display: block;
  clear: both
}

.cart-container-header,
.cart-container-body {
  width: 73%;
  float: left
}

.cart-summary {
  background: #f8f9f9;
  padding: 24px
}

.cart-summary>.title {
  margin: 0 0 15px;
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.cart-summary .block>.title,
.paypal-review-discount .block>.title {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 15px
}

.column.main .cart-summary .block>.title strong,
.column.main .paypal-review-discount .block>.title strong {
  font: 400 12px/2 'NotoSans', sans-serif
}

.abs-discount-block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after {
  content: '';
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 16px;
  height: 16px
}

.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after {
  top: 50%;
  right: 0;
  margin-top: -8px;
  transform: rotate(90deg);
  transition: all .2s ease-in-out
}

.abs-discount-block.active>.title:after,
.cart-summary .block.active>.title:after,
.paypal-review-discount .block.active>.title:after {
  content: '';
  transform: rotate(270deg)
}

.cart-summary .block .fieldset {
  margin: 0;
  min-width: inherit
}

.cart-summary .block .fieldset .field.note {
  line-height: 2
}

.cart-summary .control {
  position: relative;
  background: #fff;
  border-radius: 4px
}

.cart-summary .control:after {
  content: '';
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
  transform: rotate(90deg);
  z-index: 1
}

.cart-summary .control select {
  background: 0 0;
  border: solid 1px #000;
  border-radius: 4px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 45px;
  padding: 0 40px 0 16px;
  color: #595959;
  position: relative;
  z-index: 2;
  font: 400 14px 'NotoSans', sans-serif
}

.cart-summary .control input {
  background: #fff;
  border: solid 1px #000;
  border-radius: 4px;
  width: 100%;
  height: 45px;
  font: 400 14px 'NotoSans', sans-serif;
  position: relative;
  z-index: 2;
  padding: 0 16px
}

#co-shipping-method-form .item-title {
  font-: 12px;
  line-height: 2
}

.cart-summary .opc-block-summary .table-totals th {
  padding-top: 7px
}

.cart-summary .opc-block-summary .table-totals th,
.cart-summary .cart-totals .mark,
.cart-summary .opc-block-summary .table-totals td,
.cart-totals .grand .mark,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
  padding-top: 5px !important;
  padding-bottom: 5px;
  vertical-align: middle
}

.cart-summary .cart-totals .mark,
.cart-summary .opc-block-summary .table-totals .mark {
  font-size: 12px
}

.cart-summary .cart-totals .amount,
.cart-summary .opc-block-summary .table-totals .amount {
  font-size: 14px;
  line-height: 2
}

.cart-summary div.mage-error[generated] {
  font-size: 12px;
  background: #f8f9f9;
  margin-top: 0;
  padding-top: 5px
}

.cart-summary .actions-toolbar .primary,
.cart-summary .actions-toolbar .secondary {
  display: block;
  width: 100%
}

.cart-summary button,
.block-compare .action.compare,
.cart-summary .actions-toolbar>.primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action,
.cart-summary .actions-toolbar>.primary .action-gift,
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar>.primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover,
.cart-summary .actions-toolbar>.primary .action-gift:hover {
  background-color: #e5d3a9;
  border: solid 1px #e5d3a9;
  color: #000;
  text-align: center;
  padding: 19px 16px 18px;
  font: 400 12px/1.5 'NotoSans';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin: 0;
  cursor: pointer
}

.cart-container .cart-summary .checkout-methods-items {
  margin: 0
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
  font: 400 28px/1.36 'cormorant_garamondregular';
  color: #000
}

.cart-summary button.check,
.cart-summary .block.giftcard .action.check {
  font: 400 12px/2 'NotoSans';
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  border: none;
  margin: 15px 0
}

.cart-summary .discount .actions-toolbar {
  margin-bottom: 15px
}

.cart-summary .checkout-methods-items .item .multicheckout {
  font: 400 12px/2 'NotoSans';
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  text-decoration: none;
  border-bottom: solid 1px #000
}

.cart_need_help {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 23px
}

.cart_need_help a {
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px #000
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount,
.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong,
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
  padding-right: 0
}

.sub-total-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0
}

.sub-total-wrap label {
  font-size: 12px;
  line-height: 2;
  padding-right: 10px
}

.sub-total-wrap span {
  padding-left: 10px
}

.cart-summary .paypal button {
  background: 0 0;
  border: none;
  padding: 0
}

.cart-summary .message.warning {
  font-size: 12px
}

.cart-summary .field._warn .control:after {
  display: none
}

.cart-breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 2;
  padding-left: 15px;
  margin-right: -4px
}

.cart-breadcrumb li:after {
  content: '';
  background: url(../images/arrow-right.png) no-repeat center;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(180deg)
}

.cart-breadcrumb li a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none
}

.cart-page-title h2,
.cart-page-title h1 {
  font: 400 42px/1.24 'cormorant_garamondregular';
  margin: 10px 0 15px
}

.cart-container .form-cart {
  border-top: solid 1px #7f7f7f
}

.cart.table-wrapper .items .cart.item {
  padding: 30px 0;
  border-bottom: solid 1px #eee
}

.cart.table-wrapper .items .cart.item .item-info {
  display: flex;
  justify-content: space-between
}

.cart.table-wrapper .item .col.item {
  padding: 0 24px 0 0;
  width: 70%
}

.cart.table-wrapper .item .col.item:after {
  content: '';
  display: block;
  clear: both
}

.cart.table-wrapper .cart-item-image {
  width: 100%;
  max-width: 180px;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  float: left
}

.cart.table-wrapper .cart-item-image .product-image-container {
  display: block
}

.cart.table-wrapper .cart-item-image img {
  width: 100%
}

.cart.table-wrapper .item .col.item .product-item-details {
  margin-left: 210px;
  width: auto;
  display: block
}

.cart.table-wrapper .product-item-category {
  font-size: 12px;
  line-height: 2
}

.cart.table-wrapper .product-item-name>a {
  line-height: 2;
  text-decoration: none
}

.cart.table-wrapper .product-item-code {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  margin: 0 0 10px
}

.checkout-cart-index .cart.table-wrapper .product-item-code {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  margin: 5px 0 20px
}

.cart.table-wrapper .product-item-color-size {
  display: flex
}

.cart.table-wrapper .color-size-col {
  padding: 0 15px
}

.cart.table-wrapper .color-size-col:first-child {
  padding-left: 0
}

.cart.table-wrapper .color-size-col:last-child {
  padding-right: 0
}

.cart.table-wrapper .color-size-col label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 30px
}

.bag-model .header-col {
  margin: 0 10px 0 30px
}

.cart.table-wrapper .color-size-col p {
  font-size: 14px;
  line-height: 2;
  margin: 0
}

.cart.table-wrapper .product-item-qty-price {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  width: 30%;
  text-align: right
}

.bag-model-wrp .cart.table-wrapper .product-item-qty-price {
  margin-top: 23px !important
}

.cart.table-wrapper .product-item-qty-price .col {
  padding: 0;
  border: none
}

.cart.table-wrapper .product-item-qty-price .col.qty {
  text-align: left
}

.cart.table-wrapper .product-item-qty-price .col.qty span.label,
.cart.table-wrapper .product-item-qty-price .qty .qty-minus,
.cart.table-wrapper .product-item-qty-price .qty .qty-plus,
.cart.table-wrapper .product-item-qty-price .qty .input-text {
  display: inline-block;
  vertical-align: middle
}

.cart.table-wrapper .product-item-qty-price .col.qty span.label {
  font-size: 10px;
  font-weight: 600;
  line-height: 2.8;
  opacity: .5;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  width: auto;
  height: auto
}

.cart.table-wrapper .product-item-qty-price .col.qty button {
  background: 0 0;
  border: none;
  width: 22px;
  height: 25px;
  margin-top: -4px
}

.cart.table-wrapper .product-item-qty-price .col.qty .qty-minus {
  background: url("../images/minus.png") no-repeat center;
  background-size: 12px
}

.cart.table-wrapper .product-item-qty-price .col.qty .qty-plus {
  background: url("../images/plus.png") no-repeat center;
  background-size: 12px
}

.cart.table-wrapper .product-item-qty-price .col.qty .input-text {
  background: 0 0;
  border: none;
  width: 36px;
  text-align: center;
  padding: 0;
  min-height: auto
}

.cart.table-wrapper .product-item-qty-price .col.qty .control.qty {
  position: relative
}

.cart.table-wrapper .product-item-qty-price .col.qty .control.qty>label {
  display: block
}

.cart.table-wrapper .product-item-qty-price .col.qty div.mage-error {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  font-size: 12px
}

.cart.table-wrapper .product-item-qty-price .col.subtotal,
.cart.table-wrapper .product-item-qty-price .subtotal {
  font: 400 24px/1.58 'cormorant_garamondregular';
  margin-top: -7px;
  border: none;
  direction: ltr
}

html[lang=ja] .cart.table-wrapper .product-item-qty-price .col.subtotal,
.cart.table-wrapper .product-item-qty-price .subtotal {
  font: 400 20px/1.58 'cormorant_garamondregular'
}

.cart.table-wrapper .items .cart.item .item-actions {
  margin-left: 204px;
  position: relative;
  padding-top: 0
}

.cart.table-wrapper .item-actions .actions-toolbar a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  margin-left: 30px
}

.cart.table-wrapper .item-actions .actions-toolbar a:first-child {
  margin-left: 0
}

.cart.table-wrapper .item-actions .gift-message-section {
  background: #f8f9f9;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 24px;
  margin-bottom: 8px
}

.cart.table-wrapper .item-actions .gift-message-section:last-child {
  margin-bottom: 0
}

.cart.table-wrapper .item-actions .gift-message-wrap {
  display: flex;
  font-size: 12px;
  line-height: 2
}

.cart.table-wrapper .item-actions .gift-message-wrap .gift-col {
  min-width: 180px
}

.cart.table-wrapper .item-actions .gift-message-wrap .gift-col img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px
}

.cart.table-wrapper .item-actions .gift-message-wrap .note-col {
  font-style: italic
}

.cart.table-wrapper .item-actions .gift-message-actions a {
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  letter-spacing: 2px;
  line-height: 2
}

.cart-container .gift-options-cart-item~a.action {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000
}

.checkout-cart-index .cart-container .gift-options-cart-item~a.action {
  position: static
}

.cart-container .actions-toolbar a.action-edit {
  right: 90px
}

.cart-container .actions-toolbar a.action-towishlist {
  right: 105px
}

.cart.table-wrapper .item-actions .actions-toolbar-right a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  margin-left: 30px
}

.cart-summary .block .item-options input {
  min-height: auto
}

.cart.table-wrapper .item-actions .actions-toolbar-right a:first-child,
.cart-container .gift-options-cart-item~a.action:first-child {
  margin-left: 0
}

.cart.table-wrapper .item-actions .gift-message-section {
  background: #f8f9f9;
  min-height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 15px 24px;
  margin-bottom: 8px
}

.cart.table-wrapper .item-actions .gift-message-section:last-child {
  margin-bottom: 0
}

.cart.table-wrapper .item-actions .gift-message-wrap {
  display: flex;
  font-size: 12px;
  line-height: 2
}

.cart.table-wrapper .item-actions .gift-message-wrap .gift-col {
  min-width: 180px;
  max-width: 180px;
  background: url("../images/gift-icon.png") no-repeat top left;
  padding-left: 30px
}

.cart.table-wrapper .item-actions .gift-message-wrap .gift-msg-col {
  background: url("../images/message-icon.png") no-repeat top left;
  line-height: 20px
}

.cart.table-wrapper .item-actions .gift-message-wrap .gift-col img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px
}

.cart.table-wrapper .item-actions .gift-message-wrap .note-col {
  font-style: italic
}

.cart.table-wrapper .item-actions .gift-message-actions a,
.cart.table-wrapper .item-actions .gift-message-actions button,
.cart-item-image .gift-message-actions a,
.modal-footer button,
.edit-address-link span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  letter-spacing: 2px;
  line-height: 2;
  background: 0 0;
  border: none;
  margin: 0 0 0 10px;
  border-bottom: solid 1px #000;
  display: inline-block;
  cursor: pointer
}

.modal-footer button {
  margin: 0 10px 0 0
}

.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 20px;
  padding-top: 15px;
  background: #f8f9f9;
  margin: 20px 0 0
}

.block-cart-failed .action.clear,
.block-cart-failed .action.update,
.cart-container .form-cart .action.clear,
.cart-container .form-cart .action.update,
.cart-container .cart-gift-item .action.clear,
.cart-container .cart-gift-item .action.update {
  background-color: #e5d3a9;
  border: solid 1px #e5d3a9;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  padding: 19px 16px 18px;
  border-radius: 4px;
  margin-left: 30px;
  cursor: pointer
}

.cart-container-body .additional-payment-accordion .fund-item .fund-item-con p {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 20px
}

.cart.table-wrapper .product-item-photo {
  padding-right: 0;
  position: static;
  left: inherit;
  top: inherit;
  max-width: inherit
}

.cart.table-wrapper .price-including-tax .price,
.cart.table-wrapper .price-excluding-tax .price {
  font-weight: 400
}

.cart-container .cart-gift-item {
  margin-bottom: 60px
}

.cart-container .gift-item-block .title,
.cart-container .gift-item-block .title:focus {
  border: none;
  background: #f8f9f9;
  font: 400 28px/1.36 'cormorant_garamondregular';
  padding: 15px 40px 15px 20px;
  display: block;
  border-radius: 0;
  box-shadow: none;
  position: relative
}

.cart-container .gift-item-block .title:after {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  content: '';
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: all .2s ease-in-out
}

.cart-container .gift-item-block._active .title:after {
  content: '';
  transform: rotate(270deg)
}

.cart-container .gift-item-block .content {
  border: none;
  padding: 0
}

.cart-container .gift-options-cart-item .gift-wrapping {
  width: 40%;
  padding: 0;
  float: left
}

.cart-container .gift-options-title {
  font-size: 14px;
  font-weight: 400
}

.cart-container .gift-wrapping-item>span {
  width: auto;
  height: auto;
  font-size: 12px
}

.cart-container .gift-options-content .fieldset>.field,
.cart-container .fieldset>.field.choice .label {
  position: relative;
  margin: 0 0 10px
}

.cart-container .gift-options-content .fieldset>.field input {
  position: absolute;
  opacity: 0
}

.cart-container .fieldset>.field.choice .label:before,
.cart-container .fieldset>.fields>.field.choice .label:before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: rgba(0, 0, 0, .3) url("../images/tick.png") no-repeat center;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: all .2s ease-in-out;
  vertical-align: middle
}

.cart-container .fieldset>.field.choice input[type=checkbox]:checked+.label:before,
.cart-container .fieldset>.fields>.field.choice input[type=checkbox]:checked+.label:before {
  background-color: #000
}

.cart-container .gift-summary .price-box,
.cart-container .gift-options .price-box {
  margin-left: 32px
}

.cart-container .gift-options .actions-toolbar .secondary .action {
  margin: 0 20px 0 0;
  background: #e5d3a9;
  border: solid 1px #e5d3a9;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
  color: #000
}

.cart-container .gift-options:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  display: block;
  left: 40%
}

.cart-container .gift-options:after {
  content: '';
  display: block;
  clear: both
}

.cart-container .gift-options .actions-toolbar .secondary .action:hover {
  text-decoration: none
}

.cart-container .gift-options .actions-toolbar .secondary .action-cancel {
  background: 0 0
}

.cart.table-wrapper .action-gift {
  border: none;
  background: #e5d3a9;
  border-radius: 4px;
  padding: 5px 31px 5px 10px;
  font: 400 14px 'NotoSans', sans-serif;
  position: relative;
  cursor: pointer
}

.cart.table-wrapper .action-gift:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0
}

.cart-container .gift-option-form {
  width: 100%;
  padding-right: 15px;
  float: none
}

.cart-container .gift-option-form label {
  font-size: 12px;
  display: block;
  margin-bottom: 3px
}

.cart-container .gift-option-form select,
.cart-container .gift-option-form input {
  background: #fff;
  width: 100%;
  height: 45px;
  border: solid 1px #000;
  border-radius: 4px;
  padding: 0 5px;
  margin-bottom: 15px;
  font: 400 14px 'NotoSans', sans-serif;
  color: #000
}

.cart-container .gift-option-form input[type=submit] {
  background-color: #e5d3a9;
  border: solid 1px #e5d3a9;
  color: #000;
  text-align: center;
  padding: 0 15px;
  font: 400 12px/1.5 'NotoSans';
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  margin: 0
}

.cart-container .gift-options-cart-item .gift-wrapping+.gift-message,
.cart-container .cart-gift-item .gift-wrapping+.gift-message {
  width: 100%;
  padding-left: 0;
  border: none
}

.cart-container .fieldset>.field:not(.choice)>.label {
  width: auto;
  padding: 0 0 3px;
  text-align: left;
  float: none;
  display: block;
  font-size: 12px;
  color: #000
}

.cart-container .fieldset>.field:not(.choice)>.control {
  width: 100%;
  float: none
}

.cart-container .fieldset>.field:not(.choice)>.control textarea {
  width: 100%;
  background: #fff;
  border: solid 1px #000;
  border-radius: 4px;
  resize: none
}

.cart-container .fieldset .gift-option-cards-list ul {
  margin-left: -5px;
  margin-right: -5px
}

.cart-container .fieldset .gift-option-cards-list li {
  display: inline-block;
  margin-right: -4px;
  padding: 5px;
  max-width: 50%
}

.cart-container .gift-wrapping-summary {
  margin-bottom: 10px
}

.cart-container #gift-options-cart .cart-gift-item .gift-options:before {
  display: none
}

.cart-container #gift-options-cart .cart-gift-item .gift-option-form {
  padding: 20px 0 0
}

.cart-container #gift-options-cart .cart-gift-item .gift-wrapping {
  width: 100%;
  padding: 0
}

.cart-container #gift-options-cart .cart-gift-item .actions-toolbar {
  display: none
}

.complementary-slider .product-image-container {
  display: block
}

.cart-empty {
  max-width: 1248px;
  width: 100%;
  padding: 150px 24px;
  margin-right: auto;
  margin-left: auto;
  text-align: center
}

.cart-empty p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px
}

.checkout-container {
  max-width: 1248px;
  width: 100%;
  padding: 75px 0;
  margin-right: auto;
  margin-left: auto
}

.checkout-container .opc-progress-bar {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 0;
  border-bottom: solid 1px #7f7f7f
}

.checkout-container .opc-progress-bar-item {
  width: auto;
  padding: 0 33px
}

.checkout-container .opc-progress-bar-item:first-child:before,
.checkout-container .opc-progress-bar-item._active:first-child:before {
  left: 50%
}

.checkout-container .opc-progress-bar-item:last-child:before,
.checkout-container .opc-progress-bar-item._active:last-child:before {
  width: 50%
}

.checkout-container .opc-progress-bar-item:before,
.checkout-container .opc-progress-bar-item._active:before {
  background: #ccc;
  height: 1px;
  top: 13px
}

.checkout-container .opc-progress-bar-item>span {
  padding-top: 32px;
  font-size: 12px;
  color: #000
}

.checkout-container .opc-progress-bar-item>span:before,
.checkout-container .opc-progress-bar-item>span:after {
  background: #fff;
  border: solid 1px #000;
  width: 24px;
  height: 24px;
  font: 400 14px 'NotoSans', sans-serif !important;
  color: #000;
  line-height: 1.8 !important;
  margin-left: -13px;
  top: 0
}

.checkout-container .opc-progress-bar-item>span:after {
  content: counter(i) !important;
  background: 0 0;
  border-color: transparent
}

.checkout-container .opc-progress-bar-item._active>span:before {
  background: #000
}

.checkout-container .opc-progress-bar-item._active>span:after {
  color: #fff
}

.checkout-container .opc-wrapper {
  width: 100%
}

.checkout-container .opc-summary-wrapper {
  width: 100%;
  margin: 0
}

.checkout-container .opc-block-summary {
  background: #f8f9f9;
  padding: 24px 24px 15px;
  margin: 0
}

.opc-block-shipping-information {
  background: #f8f9f9;
  padding: 0 30px 30px
}

.checkout-container .opc-wrapper .step-title,
.checkout-container .opc-block-summary>.title {
  font: 400 28px/1.36 'cormorant_garamondregular';
  color: #000
}

.checkout-container .opc-wrapper .step-title,
.checkout-container .opc-block-shipping-information .shipping-information-title,
.checkout-container .opc-block-summary>.title,
.checkout-container .checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: solid 1px #7f7f7f;
  padding-bottom: 15px
}

.checkout-container .opc-block-summary .items-in-cart>.title {
  border-bottom: solid 0px #7f7f7f
}

.checkout-container .opc-block-summary .items-in-cart>.title strong {
  font-size: 14px
}

.checkout-container .opc-block-summary .items-in-cart>.title:after {
  top: 9px;
  right: -14px;
  font-size: 43px
}

.checkout-container .opc-block-summary .items-in-cart span.cart-subtotal {
  float: right;
  font-size: 14px;
  margin-right: 5px;
  font-weight: 700
}

.checkout-container .opc-block-summary .minicart-items-wrapper {
  max-height: inherit;
  padding: 24px 0 0;
  margin: 0
}

.checkout-container .minicart-items .product-item:not(:first-child) {
  border-top: solid 2px #7f7f7f
}

.checkout-container .minicart-items .product>.product-item-photo,
.checkout-container .minicart-items .product>.product-image-container {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.checkout-container .minicart-items .product-item-details {
  padding-left: 170px;
  font-size: 14px
}

.checkout-container .opc-block-summary .product-item .product-item-inner,
.checkout-container .opc-block-summary .product-item .product-item-name-block {
  display: block;
  width: auto;
  padding: 0
}

.checkout-container .minicart-items .product-item-name {
  font-size: 14px;
  line-height: 2
}

.checkout-container .minicart-items .product-item-details .details-qty {
  font-size: 12px;
  text-transform: uppercase
}

.checkout-container .opc-block-summary .product-item .subtotal {
  display: block;
  font: 400 24px/1.58 'cormorant_garamondregular'
}

.checkout-container .minicart-items .product .toggle {
  font-size: 14px;
  margin-bottom: 10px
}

.checkout-container .minicart-items .product .toggle:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px
}

.checkout-container .opc-block-summary .items-in-cart .product .item-options dt,
.checkout-container .block-giftregistry-shared-items .product .item-options dt,
.checkout-container .multicheckout .item-options dt {
  margin-bot: 0
}

.checkout-container .opc-wrapper .form-login,
.checkout-container .opc-wrapper .form-shipping-address {
  max-width: inherit;
  margin: 22px 0
}

.checkout-container .opc-wrapper .fieldset>.field {
  margin: 0 0 22px
}

.checkout-container .opc-wrapper .fieldset:last-child {
  margin-bottom: 0
}

.checkout-container .opc-wrapper .fieldset>.field:not(.choice)>.label {
  line-height: 2;
  display: block;
  float: none;
  text-align: left;
  padding: 0;
  color: #595959;
  width: auto
}

.checkout-container .opc-wrapper .fieldset>.field.required>.label:after,
.checkout-container .opc-wrapper .fieldset>.fields>.field.required>.label:after,
.checkout-container .opc-wrapper .fieldset>.field._required>.label:after,
.checkout-container .opc-wrapper .fieldset>.fields>.field._required>.label:after {
  color: #595959;
  font-size: 14px;
  margin: 0 0 0 -3px
}

.checkout-container .opc-wrapper .fieldset>.field:not(.choice)>.control input,
.checkout-container .opc-wrapper .fieldset>.field:not(.choice)>.control select {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 0 10px
}

.checkout-container .opc-wrapper .field .control._with-tooltip input {
  width: calc(100% - 39px) !important
}

.checkout-container .opc-wrapper .field-tooltip {
  top: 15px
}

.checkout-container .opc-wrapper #shipping-new-address-form,
#opc-new-shipping-address {
  margin: 0 -12px
}

.checkout-container .opc-wrapper #shipping-new-address-form .field,
.checkout-container .opc-wrapper .payment-method-billing-address .field,
#shipping-new-address-form .field {
  padding: 0 12px
}

#shipping-new-address-form .street .field {
  padding: 0;
  width: 100%;
  float: left;
  clear: both
}

.checkout-container .opc-wrapper #shipping-new-address-form .field .field,
.checkout-container .opc-wrapper .payment-method-billing-address .field .field {
  padding: 0
}

.checkout-container .fieldset>.field .additional,
.checkout-container .fieldset>.fields>.field .additional {
  margin-top: 7px
}

.redirectImg-wrap {
  height: 100%;
  position: relative;
  overflow: hidden
}

.redirect-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.redirectImg-wrap .redirect-bannercon {
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  border-radius: 0;
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  padding: 60px 15px;
  margin: 0 24px;
  max-height: 100%;
  position: relative;
  overflow: auto
}

.redirect-search-wrap .mikimoto-logo {
  margin-bottom: 30px
}

.redirect-search-wrap .mikimoto-logo img {
  width: auto;
  height: auto
}

.redirect-search-wrap p {
  color: #000
}

.redirect-search-wrap .area-search-select:before {
  background: url(../images/globe.png) no-repeat center;
  position: absolute;
  top: calc(50% - 13px);
  content: '';
  z-index: 1;
  height: 24px;
  width: 24px;
  left: 16px
}

.redirect-search-wrap .area-search-select select {
  padding-left: 45px
}

.redirect-search-wrap .area-search-select.redirect-select:before {
  background: url(../images/language-icon.png) no-repeat center
}

.redirectImg {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: block
}

.redirect-search-wrap .area-search-submit button {
  min-width: 100%
}

.redirect-search-wrap .area-search-form .area-search-select,
.redirect-search-wrap .area-search-form .area-search-submit {
  width: auto
}

.redirect-search-wrap .area-search-form .area-search-submit {
  margin-bottom: 0
}

.necklace-twoclumn-wrp .productList {
  margin-bottom: 40px
}

.necklace-slider .item {
  margin-bottom: 60px
}

.necklace-slider .slick-dots {
  bottom: 20px
}

.pearl-high-jewelry-slider .productList {
  margin: 32px 8px 32px
}

.ioo-nechlaces-wrp .title {
  max-width: 384px;
  margin: 0 auto
}

.page.messages .message {
  margin: 0;
  color: #000;
  font-size: 14px
}

.page.messages .message a {
  color: #000
}

.page.messages .message>*:first-child:before {
  color: #000
}

.page.messages .message.success {
  background: #dcedf7
}

.page.messages .message.error {
  background: #e02b27
}

.checkout-radioBtn {
  position: relative;
  padding: 15px 0 5px
}

#co-shipping-method-form .choice.item {
  position: relative;
  padding: 0 0 10px
}

.checkout-Radio[type=radio]:not(:checked)+label,
.checkout-Radio[type=radio]:checked+label,
.payment-method-title .radio[type=radio]:not(:checked)+label,
.payment-method-title .radio[type=radio]:checked+label,
.radio[type=radio]:not(:checked)+label {
  cursor: pointer;
  font-weight: 400;
  line-height: 24px;
  padding-left: 25px;
  position: relative;
  display: inline-block
}

.checkout-payment-method .payment-method-title {
  position: relative;
  padding: 30px 0
}

.checkout-Radio[type=radio]:not(:checked),
.checkout-Radio[type=radio]:checked,
.payment-method-title .radio[type=radio]:not(:checked),
.payment-method-title .radio[type=radio]:checked,
.radio[type=radio]:not(:checked),
.radio[type=radio]:checked {
  left: -9999px;
  position: absolute
}

.checkout-Radio[type=radio]+label:before,
.payment-method-title .radio[type=radio]+label:before,
.radio[type=radio]+label:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 14px
}

.checkout-Radio[type=radio]:not(:checked)+label:after,
.payment-method-title .radio[type=radio]:not(:checked)+label:after,
.radio[type=radio]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0)
}

.checkout-Radio[type=radio]:not(:checked),
.checkout-Radio[type=radio]:checked,
.payment-method-title .radio[type=radio]:not(:checked),
.payment-method-title .radio[type=radio]:checked,
.radio[type=radio]:not(:checked),
.radio[type=radio]:checked,
.reservation-Radio[type=radio]:not(:checked),
.reservation-Radio[type=radio]:checked {
  left: -9999px;
  position: absolute
}

.checkout-Radio[type=radio]:checked+label:after,
.radio[type=radio]:checked+label:after {
  opacity: 1;
  transform: scale(1)
}

.checkout-Radio[type=radio]:not(:checked)+label:after,
.checkout-radioBtn [type=radio]:checked+label:after,
.checkout-Radio[type=radio]:not(:checked)+label:after,
.payment-method-title [type=radio]:checked+label:after,
.payment-method-title .radio[type=radio]:not(:checked)+label:after,
#co-shipping-method-form .choice.item [type=radio]:checked+label:after {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "";
  height: 8px;
  border: solid 1px #000;
  left: 3px;
  line-height: 11px;
  position: absolute;
  text-align: center;
  top: 6px;
  transition: all .2s ease 0s;
  width: 8px
}

.pearl-high-jewelry-slider .productList a,
.classic-high-jewelry-products .productList a,
.productSlider .productList a,
.necklace-slider .productList a,
.feauture-necklace .productList a,
.classic-high-jewelry-banner .productList a {
  display: block
}

.checkout-delivery-date {
  display: block;
  font-size: 12px
}

.checkout-Shipping-times label {
  padding-bottom: 10px;
  display: block
}

.checkout-Shipping-times .select-box {
  margin-bottom: 15px
}

.checkout-delivery-times-lists {
  padding: 15px 0 30px
}

.delivery-times-lists li {
  line-height: 2;
  font-size: 12px;
  list-style-type: none;
  padding-left: 40px;
  position: relative
}

.delivery-times-lists li:before {
  content: '\00b7';
  font-size: 25px;
  line-height: 24px;
  vertical-align: middle;
  left: 10px;
  position: absolute
}

.Radio-specifytime-group span.specify-time-heading {
  margin-bottom: 15px;
  display: block
}

.checkout-cart.cart.table-wrapper .items .cart.item .item-actions {
  margin: 0
}

.checkout-cart.cart.table-wrapper .product-item-qty-price {
  width: 100%
}

.checkout-cart.cart.table-wrapper .item-actions .gift-message-section {
  padding: 15px 0;
  background: 0 0
}

.checkout-cart.cart.table-wrapper .color-size-col label {
  display: block
}

.receipt-radio-group .checkout-radioBtn {
  display: inline-block
}

.checkout-Receipt-wrp .form-group label,
.payment-method-content label.label,
#onepage-checkout-shipping-method-additional-load label.label {
  display: block;
  padding-bottom: 5px
}

.checkout-Receipt-wrp .detail-form-input input,
.checkout-Receipt-wrp .detail-form-input textarea {
  width: 100%;
  margin-bottom: 25px
}

.checkout-Receipt-wrp .checkout-radioBtn:first-child {
  margin-right: 20px
}

.checkout-Receipt-wrp .step-title {
  border-bottom: solid 1px #000;
  font: 400 28px/1.36 'cormorant_garamondregular';
  padding-bottom: 15px;
  margin-top: 10px
}

.ordersummary-shipping-address .step-title {
  font: 400 28px/1.36 'cormorant_garamondregular';
  padding-bottom: 15px;
  margin-top: 0
}

.ordersummary-shipping-address p {
  margin: 0
}

.note-forthe-store {
  margin: 35px 0 15px
}

.checkout-Receipt-wrp {
  font-size: 12px
}

.delivery-additional-note {
  margin: 25px 0 10px
}

.shippingaddress-culms {
  margin-bottom: 25px
}

.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
  float: left;
  position: relative;
  width: 73%
}

.table-wrapper {
  margin-bottom: 20px
}

.abs-shopping-cart-items-desktop .actions,
.block-cart-failed .actions,
.cart-container .form-cart .actions,
.cart-container .cart-gift-item .actions {
  text-align: right
}

.product-catalog-item-hover a {
  text-decoration: none
}

.checkout-payment-method .payment-method+.payment-method .payment-method-title {
  padding: 30px 0;
  border-top: solid 1px #f5f5f5
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
  width: 50% !important
}

.product-catalog-wrap .block-title {
  font: 400 22px/1.36 'cormorant_garamondregular'
}

.block.block-compare {
  margin-bottom: 25px
}

.block-wishlist .product-item-name {
  margin-right: 0
}

.sidebar .product-items .product-item-name {
  font-size: 12px
}

.product-item .price-box .price {
  font: 400 28px/1.36 'cormorant_garamondregular';
  font-weight: 400;
  white-space: nowrap
}

.product-item .price-box .price {
  font: 400 28px/1.36 'cormorant_garamondregular';
  font-weight: 400
}

.price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
  content: attr(data-label) ': ';
  font-size: 12px
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax+.price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee+.price-excluding-tax:before,
.price-container .weee+.price-excluding-tax .price {
  font: 400 12px 'NotoSans', sans-serif
}

.product-catalog-wrap .product-item-actions .actions-primary {
  display: inline-block;
  width: 100%
}

.product-catalog-wrap .product-item .tocart {
  min-width: 140px;
  padding: 10px 20px 10px
}

.product-catalog-wrap .product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: solid 1px #000;
  margin: 10px 0 0;
  text-align: center
}

.wishlist.split.button .action.split {
  border: 0
}

.product-catalog-wrap .product-item-actions .actions-secondary>.action {
  line-height: 22px;
  text-align: center;
  width: auto
}

.product-catalog-wrap .actions-secondary .btn-remove span {
  position: relative
}

.product-catalog-wrap .sidebar .product-items .product-item-details {
  margin-bottom: 30px
}

block-compare .counter,
.block-wishlist .counter {
  font: 400 12px 'NotoSans', sans-serif
}

.product-catalog-wrap .actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child {
  margin-bottom: 0;
  font: 400 14px 'NotoSans', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  margin: 20px 0 0;
  border-bottom: solid 1px #000;
  letter-spacing: 1px
}

.sort-btn .sorter-action {
  vertical-align: top;
  text-decoration: none;
  margin-top: 10px
}

.toolbar.toolbar-products .sort-btn.text-right.d-sm-none.d-lg-block {
  display: none !important
}

.product-catalog-list+.toolbar.toolbar-products .mikimoto-pagination.text-center {
  display: block
}

.toolbar.toolbar-products .mikimoto-pagination.text-center {
  display: none
}

.mikimoto-pagination .pages a.page,
.pages a.page:visited {
  color: #000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400
}

.mikimoto-pagination li.current .page span {
  background: #000;
  color: #fff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 12px;
  display: block;
  text-decoration: none
}

.mikimoto-pagination .pages .action {
  border: 0
}

.page-layout-2columns-left .sidebar-additional {
  width: 100% !important;
  padding: 0
}

.product-catalog-wrap .product-item-actions .actions-secondary>.action:before {
  content: ""
}

.pages .action.next:before {
  color: #000
}

span.split-wishlist {
  overflow: hidden;
  display: inherit
}

.split-wishlist span {
  background-image: url(../images/wishlist.png);
  overflow: hidden;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center top;
  position: absolute;
  background-color: #fff;
  font-size: 0px;
  cursor: pointer
}

.billing-address-details a {
  text-decoration: none
}

.payment-method .payment-method-title label {
  width: 100%
}

.checkout-payment-method .payment-option-title {
  border-top: solid 1px #f5f5f5;
  padding: 30px 0
}

.payment-option .form-discount input,
.payment-option .form-giftcard-account input {
  width: 100%
}

.opc-wrapper .form-discount,
.opc-wrapper .form-giftcard-account {
  max-width: 100%
}

.payment-option .form-discount .payment-option-inner,
.payment-option .form-giftcard-account .payment-option-inner {
  width: 100%;
  float: left
}

.payment-option .form-discount .actions-toolbar,
.payment-option .form-giftcard-account .actions-toolbar {
  display: inline-block
}

.payment-option .actions-toolbar .action.action-apply,
.payment-option .actions-toolbar .action.action-check,
.payment-option .actions-toolbar .action.action-add {
  border-color: #e5d3a9 !important;
  background-color: #e5d3a9;
  padding: 19px 16px 18px;
  border: 1px solid transparent;
  text-align: center;
  color: #000;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 12px;
  text-transform: uppercase;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'NotoSans';
  font-weight: 400;
  min-width: 150px;
  margin: 0
}

.payment-option .form-giftcard-account .actions-toolbar .primary,
.payment-option .form-giftcard-account .actions-toolbar .secondry {
  float: left
}

.payment-option .form-giftcard-account .actions-toolbar .primary .primary {
  margin-right: 20px
}

.opc-wrapper .form-giftcard-account .field {
  margin: 0
}

.checkout-payment-method .payment-option-title .action-toggle {
  color: #000
}

.message.warning {
  font: 400 12px 'NotoSans', sans-serif;
  background: #eee;
  color: #000
}

.checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(7),
.checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(10) {
  clear: both
}

#checkout-step-shipping .field-error {
  font-size: 14px
}

.checkout-container .opc-wrapper .fieldset {
  margin: 0
}

.form-login p {
  line-height: 18px;
  margin-bottom: 25px
}

.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-size: 14px;
  padding: 8px 10px !important
}

.opc-block-summary .mark .value {
  line-height: 25px;
  font-size: 10px
}

.checkout-container .cart.table-wrapper .items .cart.item {
  border-bottom: solid 2px #ccc
}

.checkout-container .cart-totals .grand .amount,
.checkout-container .opc-block-summary .table-totals .grand .amount,
.checkout-container .cart-totals .grand .amount strong,
.checkout-container .opc-block-summary .table-totals .grand .amount strong,
.table-totals .grandtotal .amount {
  font: 400 28px/1.36 'cormorant_garamondregular'
}

html[lang=ja] .checkout-container .cart-totals .grand .amount,
html[lang=ja] .checkout-container .opc-block-summary .table-totals .grand .amount,
html[lang=ja] .checkout-container .cart-totals .grand .amount strong,
html[lang=ja] .checkout-container .opc-block-summary .table-totals .grand .amount strong,
html[lang=ja] .table-totals .grandtotal .amount {
  font: 400 22px/1.36 'cormorant_garamondregular'
}

.cart.table-wrapper .product-item-name {
  margin-top: 0;
  margin-bottom: 8px
}

.actions-toolbar .action-cancel span,
.ordersummary-shipping-address .action.action-edit {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font: 400 12px 'NotoSans', sans-serif;
  border-bottom: solid 1px #000;
  line-height: 2
}

.ordersummary-shipping-address a {
  text-decoration: none
}

.checkout-billing-address .actions-toolbar .primary .action-cancel {
  margin: 0 30px 0 0;
  min-height: 57px;
  cursor: pointer
}

.checkout-billing-address .actions-toolbar .primary .action-cancel:hover {
  text-decoration: none
}

.opc-wrapper .shipping-address-item.selected-item,
.opc-wrapper .shipping-address-item.not-selected-item {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  border: 0;
  margin: 20px 0 0
}

.opc-wrapper .shipping-address-item.selected-item:nth-child(odd) {
  margin: 20px 0 0
}

.opc-wrapper .action-select-shipping-item {
  float: left;
  margin: 20px 0 0
}

.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 40px auto 20px 0;
  position: relative;
  text-align: center
}

.opc-wrapper .shipping-address-item.selected-item:after {
  background: #e5d3a9 !important;
  color: #000 !important
}

#shipping-new-address-form input.input-text {
  width: 100%
}

#shipping-new-address-form label,
#shipping-new-address-form .label {
  font-weight: 400;
  font: 400 14px 'NotoSans', sans-serif;
  color: #595959
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
  margin: 0
}

.opc-wrapper .shipping-address-item.not-selected-item {
  padding: 15px
}

.checkout._has-modal .modal-popup.modal-slide .modal-inner-wrap {
  background-color: #fff
}

.field-error,
#checkout-cart-validationmessages-message-error {
  font-size: 12px !important
}

.bag-model-wrp {
  background-color: #fff;
  width: 100%;
  right: -200%;
  position: absolute;
  top: 80px;
  max-width: 535px;
  padding: 15px 30px 15px 0;
  transition: all .5s ease-in-out;
  height: calc(100vh - 80px);
  box-shadow: 0 16px 64px 0 rgba(0, 0, 0, .2)
}

.bag-model #shopping-cart-table,
.bag-model #minicart-content-wrapper {
  padding: 0 0 0 30px
}

.bag-model-wrp .cart.main-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 80px
}

.bag-model-wrp .cart.main-actions a {
  margin-top: 0
}

.bag-model-wrp.active {
  transition: all .3s ease-in-out;
  right: 0
}

.bag-model-wrp .cart.table-wrapper .product-item-qty-price {
  width: 100%
}

.bag-model-wrp .cart.table-wrapper {
  overflow: auto;
  position: relative;
  height: calc(100vh - 80px)
}

.bag-model-wrp .cart.table-wrapper .product-item-qty-price .col.qty .input-text {
  padding: 0;
  width: 40px;
  min-height: initial
}

.bag-model-wrp .cart.table-wrapper .item .col.item {
  padding: 0;
  position: relative;
  border: none
}

.bag-model-wrp .cart.table-wrapper .product-item-qty-price {
  text-align: left
}

.bag-model-wrp .cart.table-wrapper .product-item-qty-price .col.qty {
  text-align: right;
  direction: ltr;
  border: none
}

.bag-model-wrp .cart.table-wrapper .cart-item.product-item-qty-price {
  direction: rtl
}

.bag-model-wrp .cart.table-wrapper .cart-item-image {
  position: relative;
  margin-bottom: 50px
}

.bag-model-wrp .gift-message-actions {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -50px
}

.bag-model-wrp .header-col .text {
  font: 400 24px/1.6 'cormorant_garamondregular';
  text-transform: capitalize;
  padding: 5px 0 0 5px;
  letter-spacing: 0px
}

.checkout-container .cart_need_help {
  position: relative;
  clear: both
}

.checkout-Shipping-times .step-title {
  margin-bottom: 30px
}

.product-item-qty-price .details-qty span {
  text-transform: uppercase;
  letter-spacing: 2px
}

.cart-summary .block .fieldset .methods .field .label {
  padding-left: 25px
}

.cart-summary .block .title,
.paypal-review-discount .block>.title {
  border: 0
}

.cart-container .fieldset .field .label {
  font-weight: 400
}

.cart-summary .cart-totals {
  margin-bottom: 20px
}

.cart-container .gift-option-form .select-box select {
  margin: 0
}

.checkout-container .message.notice {
  font-size: 12px;
  color: red
}

#shipping-new-address-form label,
#shipping-new-address-form .label {
  width: 100%;
  text-align: left
}

#shipping-new-address-form .fieldset .field {
  margin: 0 0 10px
}

.product-item-qty-price.table-totals {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #eee;
  padding-bottom: 23px
}

.cart.table-wrapper .product-item-qty-price .col.grandtotal {
  text-align: right
}

.cart.table-wrapper .item-actions .actions-toolbar {
  margin: 0
}

.gift-options .actions-toolbar:nth-child(3):before {
  border: 0
}

.checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(8)>.select-box,
#shipping-new-address-form .field:nth-child(8)>.select-box {
  position: unset
}

aside.modal-popup.confirm._show {
  z-index: 999 !important
}

.product-options-wrapper:focus {
  border: 0;
  outline: inherit
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100% !important
}

.product-detail-con .grouped .cart.table-wrapper {
  min-width: 100px
}

.product-detail-con .cart.table-wrapper .product-item-qty-price {
  width: 100%
}

.product-detail-con .table-wrapper .col.qty,
.product-detail-con .table-wrapper .col.item {
  font-weight: 400
}

.product-options-wrapper .form-group input {
  width: 100%
}

.product-options-wrapper .note.chars {
  font-size: 12px
}

.product-options-wrapper .field {
  margin-bottom: 8px
}

.product-detail-con .price-wrapper,
.product-detail-con .table.grouped .price-box .price {
  font: 400 24px/1.36 'cormorant_garamondregular' !important
}

.product-notonline-msg {
  display: block;
  margin: 10px 0
}

.label-hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  color: transparent
}

span.filter-count-label {
  background: #f2ebd8;
  padding: 0 10px;
  border-radius: 10px
}

.stores-header {
  letter-spacing: 2px;
  font-size: 12px !important;
  font-family: 'NotoSans', sans-serif;
  line-height: normal;
  text-transform: uppercase;
  padding: 18px 0
}

.stores-header .stores-title {
  font-family: 'NotoSans', sans-serif;
  font-size: 12px !important;
  line-height: normal;
  margin-bottom: 0
}

.engraved-popup-wrp {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  direction: rtl;
  font: 400 16px/1.36 'cormorant_garamondregular'
}

.engraved-popup-wrp p,
.plate_table {
  margin: 0 0 20px
}

.engraved-popup-content {
  text-align: left;
  direction: ltr
}

.plate_row {
  display: flex
}

.plate_heading {
  font: 600 17px/1.36 'cormorant_garamondregular';
  width: 35%;
  margin-right: 10px
}

.plate_discription {
  width: 62%;
  font: 400 16px/1.36 'cormorant_garamondregular'
}

.engraved-popup h2 {
  font-weight: 400;
  font: 400 32px/1.36 'cormorant_garamondregular';
  margin-bottom: 20px
}

.engraved-popup-content h3 {
  font-weight: 400;
  font: 600 18px/1.36 'cormorant_garamondregular';
  margin-bottom: 20px
}

.gift-wrapping-tooltip {
  position: relative
}

.gift-wrapping-tooltip .tooltip-msg {
  visibility: hidden;
  width: 200px;
  background-color: #e1e4e8;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  color: #000;
  bottom: 20px;
  transform: translateX(-50%);
  left: 0;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1
}

.gift-wrapping-tooltip:hover .tooltip-msg {
  visibility: visible
}

.legacy-list-slider ul.slick-dots {
  bottom: 15px
}

.our-legacy-slider .slick-dots,
.ginza-our-legacy-slider .slick-dots {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
  width: 60px;
  margin: 0 auto
}

.our-legacy-slider .slick-dots li,
.ginza-our-legacy-slider .slick-dots li {
  display: inline-block;
  padding: 0;
  font-size: 0px;
  letter-spacing: 0;
  margin: 0 7px;
  color: transparent;
  border-bottom: 0
}

.our-legacy-slider .slick-dots li a,
.ginza-our-legacy-slider .slick-dots li a {
  position: relative;
  color: transparent;
  font-size: 2px;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 100%;
  border: solid 1px #fff
}

.our-legacy-slider .slick-dots li.slick-active a,
.ginza-our-legacy-slider .slick-dots li.slick-active a {
  background: #000;
  border-color: #000
}

.our-legacy-slider .slick-dots li:hover a,
.ginza-our-legacy-slider .slick-dots li:hover a {
  border-color: #000;
  background: #000
}

.our-legacy-slider .slick-dots li a span,
.ginza-our-legacy-slider .slick-dots li a span {
  visibility: hidden;
  background-color: #e5d3a9;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  color: #000;
  top: -10px;
  width: 0;
  left: 15px;
  font-size: 11px;
  text-align: center;
  opacity: 0;
  border-radius: 6px;
  animation-name: footerCountryListClose;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  padding: 4px 0;
  border-radius: 0;
  position: absolute;
  z-index: -1;
  transition: opacity 2s
}

.our-legacy-slider .slick-dots li.slick-active a:before,
.ginza-our-legacy-slider .slick-dots li.slick-active a:before {
  content: "";
  width: 20px;
  height: 18px;
  background: #e5d3a9;
  position: absolute;
  left: -8px;
  top: -7px;
  z-index: -1
}

.our-legacy-slider .slick-dots li.slick-active span,
.ginza-our-legacy-slider .slick-dots li.slick-active span {
  display: none
}

.our-legacy-slider .slick-dots li:hover span,
.ginza-our-legacy-slider .slick-dots li:hover span {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: all 2s ease-in-out;
  animation-name: footerCountryList;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-delay: .2s;
  transition: opacity 2s
}

@keyframes footerCountryListClose {
  0% {
    width: 80px
  }

  100% {
    width: 0
  }
}

@keyframes footerCountryList {
  0% {
    width: 0;
    opacity: 0
  }

  100% {
    width: 80px;
    opacity: 1
  }
}

.sr-steps-indicator {
  list-style: none;
  letter-spacing: 0;
  margin: 50px 0 65px;
  padding: 0 0 32px;
  text-align: center;
  position: relative;
  border-bottom: solid 1px #e2e2e2
}

.sr-steps-indicator li {
  display: inline-block;
  font-size: 12px;
  margin: 0 30px;
  vertical-align: top;
  position: relative;
  z-index: 4;
  text-align: center;
  min-width: 30px;
  line-height: 35px;
  min-width: 50px
}

.sr-steps-indicator li.active {
  color: #000
}

.sr-steps-indicator li.active a,
.sr-steps-indicator li.active span,
.sr-steps-indicator li.active span {
  background: #000;
  color: #fff
}

.sr-steps-indicator li span {
  margin: 0 auto;
  outline: none;
  border: none;
  font-size: 12px;
  line-height: 25px;
  border-radius: 50%;
  color: #000;
  display: block;
  clear: both;
  cursor: pointer;
  width: 25px;
  height: 25px;
  text-align: center;
  border: solid 1px #999;
  background: #fff
}

.sr-steps-indicator li a {
  text-decoration: none
}

.sr-steps-indicator:after {
  width: 100%;
  max-width: 330px;
  background: #d9dadc;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sr-steps-indicator.indicators2:after {
  max-width: 110px;
  left: 49%
}

.bridal-storereservation-con h4 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  text-align: center;
  margin: 0 auto 20px
}

.bridal-storereservation-con h5 {
  font: 400 24px/1.36 'cormorant_garamondregular';
  text-align: center;
  margin: 0 auto 20px
}

.product-reservation-list {
  margin-bottom: 35px
}

.product-reservation-list .reservation-radioBtn label {
  padding: 0
}

.product-reservation-item {
  position: relative;
  min-width: 282px;
  min-height: 180px;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  background: #fff;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.product-reservation-list .reservation-radioBtn {
  position: absolute;
  width: 100%;
  height: 100%
}

.product-reservation-list .reservation-radioBtn label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  padding: 24px 0
}

.attach-link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px
}

.attach-link a {
  text-decoration: none;
  border-bottom: solid 1px #000
}

.product-reservation-list .reservation-radioBtn label img {
  display: block;
  margin: 0 auto
}

.product-reservation-item .reservation-Radio[type=radio]+label span:before,
.product-reservation-item .payment-method-title .radio[type=radio]+label span:before,
.reservation-time-wrp .reservation-Radio[type=radio]+label span:before,
.reservation-time-wrp .payment-method-title .radio[type=radio]+label span:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: -20px;
  position: absolute;
  top: 27px;
  width: 14px
}

.product-reservation-item .reservation-Radio[type=radio]:not(:checked)+label span:after,
.product-reservation-item .reservation-radioBtn [type=radio]:checked+label span:after,
.product-reservation-item .reservation-Radio[type=radio]:not(:checked)+label span:after,
.reservation-time-wrp .reservation-Radio[type=radio]:not(:checked)+label span:after,
.reservation-time-wrp .reservation-radioBtn [type=radio]:checked+label span:after,
.reservation-time-wrp .reservation-Radio[type=radio]:not(:checked)+label span:after {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "";
  height: 8px;
  border: solid 1px #000;
  left: -17px;
  line-height: 11px;
  position: absolute;
  text-align: center;
  top: 30px;
  transition: all .2s ease 0s;
  width: 8px
}

.image-text__body .bridal-grid {
  align-items: normal
}

.high-jewelry-event1 .jeg_right_column {
  padding: 15px 0 15px 50px
}

.additional-payment-accordion .fund-item .fund-item-con .high-jewelry-event1 p {
  margin: 0
}

.product-reservation-item .reservation-Radio[type=radio]:not(:checked)+label span:after,
.product-reservation-item .payment-method-title .radio[type=radio]:not(:checked)+label span:after,
.radio[type=radio]:not(:checked)+label span:after,
.reservation-time-wrp .reservation-Radio[type=radio]:not(:checked)+label span:after,
.reservation-time-wrp .payment-method-title .radio[type=radio]:not(:checked)+label span:after,
.radio[type=radio]:not(:checked)+label span:after {
  opacity: 0px;
  transform: scale(0)
}

.product-reservation-item .reservation-radioBtn [type=radio]+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: solid 2px #e4d3a8;
  opacity: 0;
  transition: all .2s ease-in-out
}

.product-reservation-item .reservation-radioBtn [type=radio]:checked+label:after {
  opacity: 1
}

.product-reservation-item .reservation-Radio[type=radio]:not(:checked)+label span:after,
.product-reservation-item .reservation-radioBtn [type=radio]:checked+label span:after {
  left: -17px
}

.attach-link span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

.product-reservation-list .reservation-radioBtn span.price-checkout,
.reservation-time-wrp .reservation-radioBtn span.price-checkout {
  display: inline-block;
  position: relative;
  padding: 24px 0
}

.reservation-calender {
  margin: 80px 0
}

html[lang=ja] .reservation-calender {
  margin: 40px 0 0
}

.time-list.reservation-radioBtn label {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  display: block;
  cursor: pointer
}

.preferredProductCheck .form-col {
  display: inline-block;
  margin-right: 30px
}

.preferredProductCheck .form-col:last-child {
  margin-right: 0
}

.forms-container {
  max-width: 752px;
  margin: 0 auto;
  padding: 50px
}

.forms-container.appointment-form-container {
  padding: 0
}

.appointment-form-container .form-wrap {
  padding: 0 0 30px
}

.forms-container hr {
  border: none;
  border-top: solid 1px #e2e2e2
}

.form-wrap {
  padding: 32px 0
}

.form-title {
  margin-bottom: 24px
}

.form-title h2,
.form-title h3,
.form-contact-details h4 {
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.form-title h2 {
  margin-bottom: 24px
}

.form-title h3 {
  margin-bottom: 8px
}

.form-wrap h4 {
  font: 400 14px 'NotoSans', sans-serif;
  margin-bottom: 15px;
  color: #000
}

.note-to-store {
  font: 400 12px 'NotoSans', sans-serif;
  margin-bottom: 20px
}

.form-title p,
.success-form-contact p {
  line-height: 2;
  margin: 0
}

.form-group {
  margin-bottom: 24px
}

.form-group:last-child {
  margin-bottom: 0
}

.form-group.grid {
  grid-gap: 16px
}

.form-group label {
  line-height: 2;
  color: #595959;
  display: block
}

.form-col {
  position: relative
}

.date-picker-wrap {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  background: #fff;
  margin-top: 8px;
  margin-bottom: 44px
}

.custom-checkbox,
.amgdprcookie-toggle-cookie {
  position: relative
}

.custom-checkbox input,
.billing-address-same-as-shipping-block input,
#shipping-new-address-form .choice input,
.amgdprcookie-toggle-cookie input {
  position: absolute;
  opacity: 0;
  width: 17px;
  height: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  min-height: 20px
}

.customer-account-create .custom-checkbox label {
  display: inline !important
}

.custom-checkbox label,
.billing-address-same-as-shipping-block label,
#shipping-new-address-form .choice label,
.amgdprcookie-toggle-cookie label {
  position: relative;
  line-height: 1.4;
  padding-left: 28px;
  width: 100%;
  display: block;
  cursor: pointer;
  line-height: normal
}

.custom-checkbox label:before,
.billing-address-same-as-shipping-block input[type=checkbox]+label:before,
#shipping-new-address-form .choice input[type=checkbox]+label:before,
.amgdprcookie-toggle-cookie label:before {
  content: '';
  width: 14px;
  height: 14px;
  border: solid 1px #000;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 2px
}

.custom-checkbox label:after,
.billing-address-same-as-shipping-block input[type=checkbox]+label:after,
#shipping-new-address-form .choice input[type=checkbox]+label:after,
.amgdprcookie-toggle-cookie label:after,
.amgdprcookie-toggle-cookie input[type=checkbox]+label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #000 url("../images/tick.png") no-repeat center;
  background-size: 10px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  transition: all .2s ease-in-out
}

.amgdprcookie-toggle-cookie {
  position: absolute;
  right: 0;
  top: 0
}

#shipping-new-address-form .choice label {
  display: inline-block
}

.custom-checkbox input:checked+label:after,
.billing-address-same-as-shipping-block input[type=checkbox]:checked+label:after,
#shipping-new-address-form .choice input[type=checkbox]:checked+label:after {
  opacity: 1
}

.custom-checkbox label a {
  text-decoration: none;
  border-bottom: solid 1px #000
}

.custom-radio-box {
  position: relative
}

.custom-radio-box label {
  line-height: normal;
  padding-left: 25px;
  cursor: pointer
}

.checkout-Radio-BTN {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0
}

.checkout-Radio-BTN[type=radio]+label:before {
  content: '';
  border: 1px solid #000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0
}

.checkout-Radio-BTN[type=radio]:not(:checked)+label:after,
.checkout-Radio-BTN[type=radio]:checked+label:after {
  content: '';
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  border: solid 1px #000;
  position: absolute;
  left: 3px;
  top: 5px;
  transition: all .2s ease 0s;
  opacity: 0;
  transform: scale(0)
}

.checkout-Radio-BTN[type=radio]:checked+label:after {
  opacity: 1;
  transform: scale(1)
}

.login-wrap-con .form-group .btn {
  min-width: 200px
}

.form-group .btn {
  min-width: 200px
}

.btn.disabled,
.btn[disabled] {
  opacity: .5
}

.btn.error {
  border: solid 2px #d0021b !important
}

.terms-links a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: solid 1px #000;
  margin-right: 30px
}

.form-success-title h3 {
  background: url("../images/success-icon.png") no-repeat center top;
  padding-top: 40px
}

.form-contact-details {
  margin-top: 16px
}

.form-banner {
  margin-bottom: 32px
}

.typo-list-global ul,
.privacy-list ol {
  padding-left: 30px;
  list-style: circle !important
}

.typo-list-global ol li {
  list-style: decimal
}

.typo-list-global ul li {
  list-style: circle
}

.account.page-layout-2columns-left .page-main {
  padding: 30px 24px
}

.account.page-layout-2columns-left .page-main:after,
.account.page-layout-2columns-left .page-main .columns:after {
  content: '';
  display: block;
  clear: both
}

.account.page-layout-2columns-left .sidebar-main {
  max-width: 240px;
  width: 100% !important;
  float: left;
  padding: 0 !important
}

.account-nav .content {
  position: relative;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  background-color: #e1e4e8;
  padding: 15px 30px 60px;
  margin-bottom: 30px
}

.account-nav .content ul li,
.sidebar-mob-title,
.order-links-title,
.wishlist-items-title,
.account .wishlist-select .wishlist-name-current {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 0;
  text-transform: uppercase;
  margin: 0
}

.account-nav .content ul li.current a,
.account-nav .content ul li.current strong {
  display: inline;
  border-bottom: solid 1px #000;
  padding: 0 0 5px;
  font-weight: 400;
  border-left: 0
}

.account-nav .content ul li a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  display: inline
}

.account-nav .item a:hover {
  background: 0 0
}

.account-nav .content ul li:last-child {
  position: absolute;
  bottom: 15px
}

.account-nav .content ul li:last-child a {
  border-bottom: solid 1px #000
}

.account.page-layout-2columns-left .heading {
  font: 400 42px/1.24 'cormorant_garamondregular';
  margin: 0 0 30px
}

.account.page-layout-2columns-left .myaccount-right {
  width: auto;
  display: block;
  width: 100%
}

.account .column.main .block-title strong,
.account .column.main .block:not(.widget) .block-title strong {
  font: 400 28px/1.24 'cormorant_garamondregular';
  margin: 10px 0 25px
}

.account.page-layout-2columns-left .column.main .box-title span,
.account .column.main .block:not(.widget) .box-title span {
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 2
}

.account .box-content {
  font: 400 14px 'NotoSans', sans-serif;
  line-height: 2
}

.account .column.main .block {
  border-bottom: solid 1px #000;
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 25px
}

.account .column.main .block:last-child,
.account .column.main .block.block-addresses-list {
  margin-bottom: 0;
  border: none
}

.account .box-content p {
  margin: 0
}

.account .box-content address {
  font-style: normal
}

.account .block .box-actions {
  margin: 10px 0
}

.account .block .box-actions a {
  margin: 0 20px 10px 0
}

.account .block .box-actions a,
.fixed-rightlink a,
.manage-adress-link a,
.account .table-wrapper .action,
.delet-account a {
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: solid 1px #000;
  text-transform: uppercase;
  cursor: pointer
}

.account-information-block .account-location {
  max-width: 300px;
  width: 100%
}

.delet-account img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.delet-account li:before {
  content: '';
  background: url("../images/info-circle-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.block-wishlist .block-title,
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 24px
}

.account .column.main .block .block-content p {
  margin-bottom: 25px !important
}

.account .block-content .col,
.account .box-content .col,
.account .table .col {
  width: auto;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #d1d1d1
}

.account .account-orderimg {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.table-wrapper table {
  width: 100%
}

.account .box-content table>thead>tr>th,
.account .box-content table>tbody>tr>th,
.account .box-content table>tfoot>tr>th,
.account .box-content table>thead>tr>td,
.account .box-content table>tbody>tr>td,
.account .box -content table>tfoot>tr>td {
  padding: 10px 0
}

.product-share.myaccount-share {
  position: static;
  transform: translateY(0%);
  min-width: 120px;
  justify-content: space-between;
  display: flex
}

.product-share a.delete-icon img {
  margin: 0
}

.account .table-order-items tfoot {
  background: #f8f9f9;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase
}

.account .table-order-items tfoot strong {
  font-weight: 400
}

.account .grand_total_incl td .amount strong {
  font: 400 28px/1.24 'cormorant_garamondregular'
}

.account .table-order-items tfoot .amount {
  letter-spacing: normal;
  font-size: 14px
}

.actions.wishlist-actions {
  justify-content: space-around;
  display: flex;
  align-items: center
}

.actions.wishlist-actions .btn {
  min-width: 125px
}

.actions.wishlist-actions a {
  font-size: 12px;
  letter-spacing: 2px;
  border-bottom: solid 1px #000
}

.action-comment {
  margin: 20px 0
}

.account-nav .item a:hover {
  background: 0 0
}

.fixed-rightlink,
.manage-adress-link {
  margin-bottom: 30px
}

.dashboard-recent-orders .fixed-rightlink,
.dashboard-recent-orders .manage-adress-link {
  position: absolute;
  top: 10px;
  right: 0
}

.slick-vertical .slick-slide {
  border: none
}

.sidebar-mob-title,
.order-links-title,
.wishlist-items-title,
.account .wishlist-select .wishlist-name-current {
  padding-left: 24px;
  padding-right: 24px;
  background: #e1e4e8;
  position: relative;
  display: none
}

.sidebar-mob-title:after,
.order-links-title:after,
.wishlist-items-title:after,
.account .wishlist-select .wishlist-name-current:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -8px;
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: all .2s ease-in-out
}

.sidebar-mob-title.active:after,
.order-links-title.active:after,
.wishlist-items-title.active:after,
.account .wishlist-select .wishlist-name.active .wishlist-name-current:after {
  transform: rotate(-90deg)
}

.sidebar-mob-title a,
.order-links-title a,
.wishlist-items-title a {
  text-decoration: none
}

.filter-options .filter-options-title {
  background: url("../images/plus.png") no-repeat right center
}

.filter-options-item.active .filter-options-title {
  background: url("../images/minus.png") no-repeat right center
}

.plumrocket-product-filter .filter-content .filter-options-content .item a {
  padding: 0
}

.plumrocket-product-filter .filter-content .filter-options-content .item a:hover,
.plumrocket-product-filter .filter-content .filter-options-content .selected,
.filter-options .count {
  color: #000
}

.account .table-wrapper th {
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2
}

.account .table-wrapper th:first-child,
.account .table-wrapper td:first-child {
  padding-left: 0
}

.account .table-wrapper th:last-child,
.account .table-wrapper td:last-child {
  padding-right: 0
}

.account .table-wrapper th,
.account .table-wrapper td {
  border-bottom: solid 1px #ccc !important
}

.account .table-wrapper tr:last-child td {
  border-bottom: none !important
}

.account .table-wrapper .table-order-items.recent td.col,
.account .table-wrapper .table-order-items.history td.col {
  vertical-align: middle
}

.account .table-wrapper td.col img {
  max-width: 140px
}

.account .table-wrapper td.sku span {
  border-bottom: solid 1px #000;
  display: inline
}

.account .table-wrapper td.actions {
  min-width: 105px
}

.error-actions.error-404-btns {
  margin: 10px 0
}

.error-actions.error-404-btns .btn {
  margin: 5px
}

.account .myaccount-order-title {
  margin: 0 0 40px
}

.account .myaccount-order-title strong {
  font: 400 42px/1.24 'cormorant_garamondregular';
  margin: 0 0 30px;
  display: block
}

.account .myaccount-order-title .order-date,
.account .myaccount-order-title .order-status {
  display: inline-block;
  margin: 0 40px 0 0
}

.account .myaccount-order-title .order-date .label,
.account .myaccount-order-title .order-status .label {
  display: block;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 2
}

.account .order-details-items-wrap {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  border: 0;
  padding: 30px
}

.account .order-details-items-wrap .order-details-items {
  border: none;
  padding: 0
}

.account .order-details-items-wrap .order-links {
  margin-bottom: 25px
}

.account .order-details-items-wrap .order-links li {
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 2;
  margin-right: 40px;
  margin-bottom: 20px
}

.account .order-details-items-wrap .order-links li a,
.account .order-details-items-wrap .order-links li strong {
  text-decoration: none;
  font-weight: 400;
  color: #bbb
}

.account .order-details-items-wrap .order-links li a:hover,
.account .order-details-items-wrap .order-links li strong {
  color: #000
}

.account .order-details-items {
  margin: 0
}

.account .myAccount-order-table th,
.account .myAccount-order-table td {
  padding: 0 10px;
  border: none !important;
  min-width: 120px
}

.account .myAccount-order-table td table td {
  padding: 0 10px !important
}

.account .myAccount-order-col {
  margin: 0 0 20px
}

.account .myAccount-order-col label,
.account .myAccount-order-col dt {
  display: block;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 2
}

.account .myAccount-order-col span {
  max-width: 170px;
  line-height: 1.8
}

.account .myAccount-order-col.sku span {
  border-bottom: solid 1px #000
}

.account .table-order-items tfoot tr:first-child td {
  padding-top: 30px !important
}

.account .table-order-items tfoot tr:last-child td {
  padding-bottom: 30px !important
}

.account .table-order-items tfoot td {
  padding: 10px 30px !important
}

.account .table-order-items tfoot td label.mark {
  float: left;
  padding-left: 35%;
  font-size: 12px
}

.account .table-order-items tfoot td span.amount {
  float: right
}

.account .pager .limiter .select-box {
  display: inline-block
}

.account .order-products-toolbar.top .limiter {
  display: none
}

.account .order-products-toolbar.bottom .toolbar-amount {
  display: none
}

.account .pager .limiter .select-box select {
  min-width: 75px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 42px
}

.account .pager .limiter .select-box:before {
  top: 21px
}

.account.account.page-layout-2columns-left .column.main {
  position: relative
}

.account.account.page-layout-2columns-left .column.main .actions-toolbar>.secondary {
  text-align: right
}

.account .order-tracking {
  border: none
}

.print-track-actions .order-title {
  position: absolute;
  top: 20px;
  right: 0
}

.print-track-actions .order-title strong {
  display: none
}

.print-track-actions .order-title a {
  text-decoration: none;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
  margin-left: 64px;
  border-bottom: solid 1px #000;
  position: relative;
  display: inline-block
}

.print-track-actions .order-title a:before {
  content: '';
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px
}

.print-track-actions .order-title a.track:before {
  background: url("../images/delivery-icon.png") no-repeat center
}

.print-track-actions .order-title a.print:before {
  background: url("../images/print-icon.png") no-repeat center
}

.print-track-actions .order-title br {
  display: none
}

.account .wishlist-select {
  border: none;
  margin: 0
}

.account .wishlist-select .wishlist-name {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: none
}

.account .wishlist-select .wishlist-name-label {
  font: 400 28px/1.24 'cormorant_garamondregular';
  display: block
}

.account .wishlist-select .wishlist-name-label:after,
.account .wishlist-select .wishlist-name:after {
  display: none
}

.account .wishlist-select-items {
  display: block !important;
  padding: 0 !important;
  border-bottom: solid 1px #7f7f7f
}

.account .wishlist-select-items li.item,
.account .wishlist-select-items li.item.current {
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
  margin: 0 35px 0 0;
  border: none;
  padding: 20px 0
}

.account .wishlist-select-items li.item a {
  text-decoration: none;
  color: #7f7f7f;
  padding: 0
}

.account .wishlist-select-items li.item a:hover,
.account .wishlist-select-items li.item.current {
  color: #000
}

.account .wishlist-select-items .wishlist-add.item {
  padding: 0;
  top: -65px
}

.account .wishlist-select-items .wishlist-add.item a {
  position: static;
  border-bottom: solid 1px #000;
  color: #000
}

.account .wishlist-title {
  margin: 30px 0
}

.account .wishlist-title .action.edit,
.account .wishlist-title .action.remove {
  background: 0 0;
  border: none;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 35px 0 0;
  text-decoration: none;
  border-bottom: solid 1px #000;
  display: inline-block
}

.account .wishlist-title .action.remove {
  margin-right: 0
}

.content-page-wrapper h1 {
  font: 400 28px/1.24 'cormorant_garamondregular';
  margin: 0 0 15px
}

.content-page-wrapper h3 {
  font: 400 24px/1.24 'cormorant_garamondregular';
  margin: 0 0 10px
}

.ul-list-view,
.ol-list-view {
  padding: 0 0 20px 20px
}

.ul-list-view li,
.ol-list-view li,
.ol-list-view ul li {
  margin-bottom: 15px;
  position: relative
}

.ul-list-view li:before {
  content: '';
  background: url("../images/circle-icon.png") no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 7px
}

.ol-list-view li,
.ul-list-view ol li {
  list-style: decimal
}

.ol-list-view ul,
.ol-list-view ol,
.ul-list-view ol,
.ul-list-view ul {
  padding-bottom: 0;
  padding-top: 15px
}

.modal-popup .modal-inner-wrap {
  max-width: 94%
}

.checkout-index-index .modal-popup .modal-footer button.action {
  margin: 10px
}

.modal-popup._inner-scroll .modal-content {
  padding: 5px 25px
}

.modal-footer button.action {
  margin-bottom: 20px
}

.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  background-color: #fff
}

.modal-popup .modal-title {
  font: 400 28px/1.36 'cormorant_garamondregular'
}

.modal-popup .modal-header {
  padding: 15px 24px 24px
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 24px;
  padding-right: 24px
}

.account .wishlist.overlay {
  width: auto;
  height: auto
}

.account .wishlist.window.popup {
  height: auto;
  cursor: auto
}

.account .wishlist.window.popup .popup-header {
  padding: 0
}

.account .wishlist.window.popup .popup-header .title {
  font: 400 28px/1.24 'cormorant_garamondregular'
}

.account .wishlist.window.popup .form.wishlist {
  width: auto;
  height: auto;
  cursor: auto;
  position: static
}

.account .wishlist.window.popup .actions-toolbar .action {
  background: 0 0;
  border: none;
  font: 400 12px 'NotoSans', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  margin: 0;
  width: auto
}

.account .wishlist.window.popup .actions-toolbar .primary {
  float: left
}

.account .wishlist.window.popup .actions-toolbar .secondary {
  float: right
}

.account .wishlist.window.popup .popup-actions .action.close:before {
  font-size: 36px;
  line-height: 36px
}

.mikimoto-form-wrapper .buttons-set {
  margin-top: 24px
}

.search-autocomplete ul li:not(:empty) {
  border: none;
  padding: 0
}

.search-autocomplete ul li span {
  display: block;
  padding: 10px 24px
}

.time-list.checkout-radioBtn label {
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
  padding: 20px 0;
  width: 100%
}

.coming-soon-wrap {
  min-height: calc(100vh - 100px);
  position: relative;
  display: flex;
  width: 100%;
  align-items: center
}

.coming-soon-wrap h1 {
  background: url(../images/divider.png) no-repeat bottom center;
  padding-bottom: 40px;
  font: 400 50px/1.36 'cormorant_garamondregular';
  margin: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: center
}

.greeting_wrp {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  vertical-align: middle
}

.greeting_wrp .card {
  background: #fff;
  width: 50%;
  margin: 10px;
  min-height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
  box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
}

.greeting_wrp .card h2 {
  color: #ea0000;
  font-size: 24px
}

.ui-datepicker {
  box-shadow: 8px 8px 25px 0 rgba(0, 0, 0, .08);
  background: #fff
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: solid 1px #000;
  border-left: 0;
  background: 0 0;
  border-top: 0;
  border-right: 0;
  font-size: 12px;
  margin: 10px 0 0
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  width: 74px;
  margin-right: 0;
  padding: 0 10px;
  border: 0;
  text-align: center;
  align-items: center;
  text-align-last: center;
  min-height: 30px
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  width: 100px;
  border: 0;
  margin: 0
}

.customer-account-create .fieldset .field.date,
.field.custom-checkbox.newsletter {
  clear: both
}

.ui-datepicker .ui-datepicker-calendar th {
  border: 0 !important;
  background: 0 0;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  text-align: center
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  text-align: center;
  border: #d6d6d6 1px solid;
  padding: 10px
}

.ui-datepicker .ui-datepicker-calendar td a {
  padding: 10px
}

.ui-datepicker .ui-datepicker-next span {
  margin-left: 0;
  top: 0;
  margin-top: 0;
  border-width: 0;
  background: url("../images/arrow-right-1.png") no-repeat center;
  top: 45%;
  width: 20px;
  height: 20px
}

.ui-datepicker .ui-datepicker-calendar td.prev-date {
  cursor: no-drop;
  pointer-events: none
}

.ui-datepicker .ui-datepicker-calendar td.prev-date a {
  color: #999;
  background: #d6d6d6
}

.ui-datepicker .ui-datepicker-prev span {
  margin: 0;
  transform: rotate(180deg);
  background: url("../images/arrow-right-1.png") no-repeat center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 45%;
  border: 0
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
  background: #e5d3a9
}

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #e5d3a9
}

#ui-datepicker-div select {
  -moz-appearance: none;
  -webkit-appearance: none
}

#ui-datepicker-div select::-ms-expand {
  display: none
}

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  background: #dedede
}

.ui-datepicker .ui-datepicker-calendar td {
  border: #d6d6d6 1px solid
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 8px
}

.mikimoto-schedule-calender .ui-datepicker .ui-datepicker-calendar td a,
.mikimoto-schedule-calender .ui-datepicker td span {
  padding: 30px 20px;
  text-align: center
}

.mikimoto-schedule-calender .ui-datepicker {
  margin: 0 auto 30px;
  max-width: 590px;
  width: 100%
}

.ui-datepicker .ui-datepicker-calendar {
  border: 0
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center
}

.mikimoto-schedule-calender h3 {
  font: 400 28px/1.36 'cormorant_garamondregular';
  text-align: center;
  margin-bottom: 20px
}

.form-group .custom-radio-box {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0
}

#store_data {
  margin-bottom: 30px;
  margin-top: 20px
}

.payment-method-billing-address {
  padding-bottom: 15px
}

.payment-method-note p {
  margin-bottom: 10px
}

.pearl-information-landing-page {
  text-align: center
}

.pearl-information-landing-page a.btn {
  margin: 10px 0 0
}

#purchaseorder-form {
  padding: 0 10px
}

.ui-datepicker .ui-datepicker-title {
  width: 160px;
  margin: 0 auto;
  display: flex
}

.amsearch-close {
  position: absolute;
  top: 36%;
  right: 20px;
  display: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: url("../images/close.png") no-repeat center
}

.amsearch-wrapper-input {
  position: relative
}

.srch-inp .search .control {
  position: relative;
  border: 0;
  z-index: 99
}

.block-search input {
  left: inherit;
  margin: 0;
  border-radius: 0;
  position: static
}

.amsearch-wrapper-content>.amsearch-item {
  position: relative;
  border-bottom: solid 1px #eee;
  cursor: pointer;
  padding: 15px 0
}

.amsearch-wrapper-content>.amsearch-item {
  display: flex;
  position: relative
}

.amsearch-form-container.-opened .action.search {
  display: none
}

.search .amsearch-loupe {
  background: url(../images/search.png) no-repeat center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 36%;
  left: 10px;
  border: 0
}

.minisearch .actions .action.search {
  z-index: 1000
}

.amsearch-form-container.-opened .input-text {
  padding-left: 42px !important
}

.srch-inp .search-autocomplete {
  position: absolute;
  top: 80px;
  z-index: 99;
  border: 0 solid #000 !important;
  width: 100% !important;
  padding-bottom: 40px;
  overflow-y: auto;
  height: 420px
}

.search .amsearch-results {
  padding: 20px 0 0;
  background: #fff !important
}

.amsearch-results .amsearch-products,
.search_autocomplete .amsearch-results {
  background-color: #fff !important
}

.search_autocomplete .amsearch-results {
  border: solid 1px #f1f1f1
}

.amsearch-results .amsearch-wrapper-content>.amsearch-item:hover {
  background-color: #fff !important
}

p.amasty-xsearch-block-header,
.amasty-xsearch-block-header {
  margin: 0;
  font: 400 26px/1.36 'cormorant_garamondregular'
}

.amasty-xsearch-block-header {
  margin-bottom: 15px
}

.product-item .price-box {
  margin: 10px 0 0
}

.amsearch-autocomplete-image .product-image-photo {
  border: 1px solid #f1f1f1;
  background: #fff
}

.amsearch-leftside .amsearch-products .amsearch-highlight {
  background-color: inherit !important
}

.amsearch-products .amsearch-item .item-name,
.amsearch-products .amsearch-item .product-item-link {
  color: #000 !important;
  text-decoration: none;
  font: 400 14px 'NotoSans', sans-serif
}

.amsearch-autocomplete-information {
  padding-left: 20px
}

.amsearch-item {
  padding: 5px 0
}

.search .amsearch-item .item-name,
.search .amsearch-item .product-item-link,
.search .amsearch-item .item-name:hover {
  text-decoration: none;
  color: #000 !important
}

.amsearch-leftside {
  width: 100% !important
}

.amsearch-autocomplete-image {
  display: inherit
}

.amsearch-more-results a {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  padding: 20px;
  display: block;
  text-align: center
}

.amsearch-products .product-item .price-box .price {
  font: 400 26px/1.36 'cormorant_garamondregular'
}

.main .product.data.items>.item.content {
  margin-top: 60px
}

a.amsearch-item {
  display: inline-block;
  margin: 0 10px 5px 0;
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: solid 1px #000;
  padding-bottom: 0
}

.search.results .item,
.catalogsearch-result-index .item {
  display: inline-block;
  margin: 5px 10px 5px 0
}

.search.results dd.item a,
.catalogsearch-result-index dd.item a {
  text-decoration: none;
  text-transform: capitalize;
  border-bottom: solid 1px #000;
  padding-bottom: 0
}

.amsearch-related-terms p.amsearch-title {
  margin-bottom: 0
}

.amsearch-related-terms {
  margin: 20px 0
}

.results .block .title,
.amsearch-related-terms p.amsearch-title,
.catalogsearch-result-index .block .title {
  font: 400 24px/1.36 'cormorant_garamondregular'
}

.main .product.data.items>.item.title>.switch {
  font: 400 20px/1.36 'cormorant_garamondregular';
  height: 40px;
  padding: 5px 20px;
  background: 0 0;
  border: 0
}

.main .product.data.items>.item.title {
  margin: 20px 0 0
}

.corporate-customers h3 {
  margin-bottom: 20px
}

.box-border-gray {
  padding: 20px;
  border: 1px solid #dedede;
  margin: 40px 0 0
}

.checkout-index-index .modal-popup .modal-footer button.action {
  background: #e5d3a9;
  border: solid 1px #e5d3a9
}

.stores-sort a.active:before {
  transform: rotate(180deg)
}

.stores-sort a.active {
  color: #000
}

.time-list.reservation-radioBtn.disabled label {
  background: #ccc;
  opacity: .5;
  cursor: default
}

.amgdprcookie-modal-container .modal-slide .action-close {
  padding: 5px;
  cursor: pointer
}

.corporate-customers h1 {
  margin-bottom: 20px
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #dedede !important
}

.table-mikimoto-container table tbody tr:nth-child(even) {
  background-color: #f2f2f2
}

.table-mikimoto-container table tbody p,
.table-mikimoto-container table tbody p span {
  font: 400 14px 'NotoSans', sans-serif;
  padding: 0;
  margin: 0 !important
}

.form-group .response-field-radio div.mage-error[generated] {
  position: absolute
}

#co-validate-form .addressOption {
  float: left;
  width: 50%
}

#co-validate-form .addressOption {
  float: left;
  width: 50%
}

#co-validate-form .addressRadio {
  display: inline-block;
  float: left;
  padding-right: 10px
}

#co-validate-form input {
  width: auto;
  min-height: 20px
}

.instructions.noError {
  padding: 20px 0
}

#co-validate-form input:focus {
  box-shadow: 0 0 0px 0 rgba(185, 185, 185, .5)
}

.stores-sort .scrollDown:before {
  background: 0 0
}

input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #000 !important
}

.cms-catalog-request div#gender-error,
.custom-radio-box div#gender-error,
.custom-radio-box div.mage-error {
  width: 90vh;
  left: -55px;
  position: absolute
}

.table-mikimoto-container {
  width: 100%;
  overflow: auto
}

.appointment-form-container fieldset {
  border: 0
}

.response-field-checkboxes .custom-checkbox div.mage-error[generated] {
  margin-top: 20px
}

.field._error .control select {
  border-color: #000 !important
}

.customer-account-create .form-create-account .field.email_address {
  clear: both
}

.ul-list-view.star-icon {
  list-style: none
}

.ul-list-view.star-icon li {
  position: relative;
  padding: 0;
  list-style: none;
  position: relative
}

.ul-list-view.star-icon li:before {
  content: "*";
  position: absolute;
  left: -20px;
  top: 2px;
  background: 0 0;
  width: auto;
  height: auto
}

.ul-list-view.star-icon ul.circle-icon li:before {
  content: '' !important;
  background: url("../images/circle-icon.png") no-repeat center !important;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 7px
}

.ul-list-view.circle-icon li:before {
  content: '';
  background: url("../images/circle-icon.png") no-repeat center;
  width: 6px;
  height: 6px;
  position: absolute;
  left: -18px;
  top: 7px
}

.ul-list-view.circle-icon ul.star-icon li:before {
  content: "*";
  position: absolute;
  left: -20px;
  top: 2px;
  background: 0 0;
  width: auto;
  height: auto
}

a.text--phone-number.link--text {
  font: 400 34px 'NotoSans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-bottom: solid 1px #333
}

p.news-article-lead {
  margin: 0
}

.contact-landing-page h2,
.contact-landing-page p {
  padding-bottom: 15px;
  margin-bottom: 0
}

.form-group.grid.medium-grid-1up.contact-us-english-btn {
  margin-bottom: 30px
}

.contact-landing-page .form-group.grid {
  margin-bottom: 10px
}

.newTab-icon img {
  width: auto
}

.offer-top-info {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 55px 0 24px;
  text-align: left;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  min-width: 100%;
  margin-top: 0;
  transition: margin .5s ease-in-out;
  box-sizing: border-box
}

.offer-top-info.deActive {
  margin-top: -100%;
  transition: margin .5s ease-in-out
}

.offer-top-info:before,
.offer-top-info:after {
  content: '';
  background: #dcdcdc;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: -1px
}

.offer-top-info:before {
  left: -24px
}

.offer-top-info:after {
  right: -24px
}

.offer-top-info p {
  font-size: 12px;
  line-height: normal;
  margin: 0;
  width: 100%
}

.offer-top-info .close {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 16px;
  margin: -8px 24px 0 0;
  cursor: pointer
}

body {
  transition: padding .2s ease-in-out
}

body.no-offer-info-close {
  padding-top: 80px !important
}

.offer-top-info-active+.mainBanner,
.offer-top-info-active+.slideshow,
.offer-top-info-active+.slideshow .slides-row,
.offer-top-info-active+.slideshow .slick-list,
.offer-top-info-active+.slideshow .slick-track,
.offer-top-info-active+.innerBannerImg,
.offer-top-info-active+.login-wrap,
.offer-top-info-active+.bag-model-wrp,
.offer-top-info-active+.bag-model-wrp .cart.table-wrapper {
  height: calc(100vh - 140px)
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  width: 98%;
  margin-right: auto;
  margin-left: auto;
  position: relative
}

.amgdprcookie-bar-template.-bottom .content {
  background: #fffefe;
  box-shadow: 0px -3px 10px 0 rgba(0, 0, 0, .18);
  text-align: center;
  color: #000;
  padding: 22px;
  min-height: 100px;
  line-height: 20px
}

.amgdprcookie-modal-template.-bottom .content .amgdprcookie-policy {
  margin-bottom: 0
}

.cookies__policy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fffefe;
  box-shadow: 0px -3px 10px 0 rgba(0, 0, 0, .18);
  text-align: center;
  color: #000;
  padding: 22px 0 22px;
  min-height: 100px;
  line-height: 20px;
  z-index: 9999;
  transition: bottom 1s ease-in-out
}

.cookies__policy .close,
.cookies-close .close {
  background: url(../images/close.png) no-repeat center;
  width: 31px;
  height: 44px;
  cursor: pointer;
  right: 5px;
  position: absolute;
  z-index: 1
}

.cookies__policy.is-active {
  bottom: -200%
}

.modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
  left: -200%;
  position: fixed;
  right: 0;
  top: 80px;
  margin: inherit !important;
  color: #000;
  max-width: 470px;
  line-height: 20px;
  z-index: 9999
}

.cookies-right-wrp {
  left: -200%;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  color: #000;
  max-width: 400px;
  line-height: 20px;
  z-index: 9999
}

.amgdprcookie-groups-container {
  height: inherit !important
}

.cookies-right-wrp.is-active,
.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap {
  left: 0;
  transition: all .5s ease-in-out;
  overflow: auto
}

.modal-popup.amgdprcookie-modal-container._show .modal-inner-wrap {
  overflow: auto;
  height: 100vh
}

.red {
  color: #e02b27 !important
}

.custom-error-message-left .mage-error {
  left: -60px !important;
  white-space: nowrap
}

.is-active .cookies-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  display: block
}

.cookies-content-wrp,
#modal-content-11 {
  position: relative;
  z-index: 99;
  background: #fffefe;
  padding: 25px 25px 75px 30px;
  text-align: left;
  height: 100vh;
  overflow: auto
}

.amgdprcookie-modal-template .amgdprcookie-header {
  position: relative
}

.cookies-content-wrp h3 {
  font: 400 28px 'cormorant_garamondregular';
  line-height: 1.36;
  margin-bottom: 16px
}

.cookies-content-wrp h4 {
  font: 400 24px 'cormorant_garamondregular';
  line-height: 1.36;
  margin-bottom: 16px
}

.cookies-close .close {
  top: 17px;
  right: 10px
}

.cookies-content-wrp p {
  font: 400 12px 'NotoSans', sans-serif;
  line-height: 24px
}

.cookies-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #000
}

.cookies-section .heading {
  margin-bottom: 10px;
  display: block;
  position: relative
}

.cookies-section .heading span {
  position: absolute;
  right: 10px;
  font-size: 12px
}

.cookies-section .heading span.icon {
  top: -8px
}

.cookies-clumn p span {
  clear: both;
  display: inherit
}

.cookies-clumn p span a,
.amgdprcookie-modal-template .amgdprcookie-link {
  text-decoration: none;
  border-bottom: solid 1px #000
}

.amgdprcookie-modal-template .amgdprcookie-text,
.amgdprcookie-modal-template .amgdprcookie-link,
.amgdprcookie-modal-template .amgdprcookie-policy {
  margin-bottom: 15px;
  font: 400 12px 'NotoSans', sans-serif;
  line-height: 24px
}

.cookies-section:last-child {
  border: 0
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d8d8d8;
  right: 10px
}

.footerLinks .form-group p {
  line-height: 23px
}

.footerLinks .form-group p a {
  text-decoration: none;
  border-bottom: solid 0px #000
}

.footerEmailLabel label.accept-label {
  opacity: 1;
  overflow: visible;
  margin-bottom: 30px;
  margin-top: 7px
}

.cookies-section .custom-checkbox label:before,
.amgdprcookie-toggle-cookie label:before {
  background: url(../images/cookies-icon.jpg);
  width: 52px;
  height: 30px;
  border: 0;
  border-radius: 0
}

.cookies-section .custom-checkbox label:after,
.amgdprcookie-toggle-cookie label:after,
.amgdprcookie-toggle-cookie input[type=checkbox]+label:after {
  background: url("../images/cookies-icon-active.jpg");
  width: 52px;
  height: 30px;
  border: 0;
  border-radius: 0;
  top: 2px;
  left: 0;
  transition: inherit
}

.cookies-section .custom-checkbox input:checked+label:after,
.amgdprcookie-toggle-cookie input:checked+label:after {
  opacity: 1;
  transform: inherit
}

.form-success-msg h1 {
  margin-bottom: 0;
  font-size: 42px !important;
  line-height: 56px;
  font-family: 'cormorant_garamondregular';
  font-weight: 400
}

.page-wrapper .message.success>*:first-child:before {
  top: 17px !important
}

.minisearch .actions .action.search {
  display: none
}

.page.messages .message.success p {
  margin: 0 0 0 !important;
  line-height: 1.2em
}

.message.success>*:first-child:before {
  top: 22px !important
}

tr.totals.shipping.excl span {
  font-size: 10px !important;
  font-weight: 400;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-style: normal
}

html[lang=ja] .opc-block-summary .table-totals .totals.shipping.excl .mark {
  font-size: 10px !important;
  vertical-align: inherit
}

@-webkit-keyframes autofill {

  0%,
  100% {
    background: 0 0
  }
}

select:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both
}

.expandable-text {
  margin-bottom: 15px
}

.product-detail-wrap .add-wishlist-btn {
  margin-bottom: 15px !important
}

.field-error,
div.mage-error[generated] {
  margin: 0 0 10px
}

.amgdprcookie-modal-template .amgdprcookie-button.-allow,
.amgdprcookie-bar-container .amgdprcookie-button.-allow,
.amgdprcookie-bar-container .amgdprcookie-button.-settings,
.amgdprcookie-modal-template .amgdprcookie-button.-save,
.amgdprcookie-button.-denyAll,
.amgdprcookie-button.-deny {
  margin: 5px !important
}

.gift-message-text {
  text-align: left
}

.gift-message-text span {
  display: block
}

.gift-options .actions-toolbar {
  float: left !important
}

.fLinks li a.newTab-icon img {
  display: inline-block;
  margin: 3px 0 0 3px
}

.mikimoto-popup.wechat-popup {
  text-align: center
}

.wechat-popup .mikimoto-popup-con {
  max-width: inherit;
  width: auto;
  display: inline-block;
  padding: 50px 10px 10px
}

.img-right {
  order: 2
}

.jewelry-address.right {
  order: 2
}

.jewelry-address.full-content {
  max-width: 100%
}

.video-position {
  position: relative
}

@media screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {
  .bag-model-wrp .cart.main-actions {
    padding-bottom: 60px
  }

  .block-search .minisearch .label {
    display: none
  }

  .block-search .action.search {
    display: block
  }

  .block.block-search .action.search {
    top: 50% !important
  }
}

.wishlist-index-index .products-grid .product-item,
.wishlist-index-index .product-item-info {
  width: 100% !important;
  margin: 0
}

@media (max-width:1250px) {
  .located-world-slider .slick-list {
    padding-left: 0
  }

  .feauture-new-arrivals-wrapper.classic-high-jewelry-wrapper {
    grid-template-columns: calc(30% - 24px) calc(30% - 24px) calc(40%)
  }
}

@media (max-width:1199px) {

  .product-md-grid-item,
  .product-md-grid-item:focus {
    max-width: auto
  }

  .cart-container .cart-summary._sticky {
    top: 0 !important;
    position: static !important
  }

  .cart-container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }

  .cart-container-header {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1
  }

  .cart-summary {
    float: none;
    width: auto;
    display: block;
    margin-left: -24px;
    margin-right: -24px;
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    margin-bottom: 65px;
    position: relative
  }

  .cart-summary,
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 100% !important;
    margin: 0 auto
  }

  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: none;
    width: auto;
    display: block;
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2
  }

  .cart-container #gift-options-cart {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    margin-bottom: 15px
  }

  .cart-container-header,
  .cart-container-body {
    width: 100%;
    float: none;
    display: block
  }

  .cart-container-body {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5
  }

  .our-legacy-slider .slick-dots li:hover span,
  .ginza-our-legacy-slider .slick-dots li:hover span {
    left: -8px;
    position: absolute;
    top: -42px
  }

  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: none;
    position: relative;
    width: 100%;
    display: block
  }

  .table-wrapper {
    margin-bottom: 20px
  }

  .product-options-bottom .store-appointment {
    display: none
  }

  .account .order-details-items-wrap {
    padding: 15px
  }

  .account .myAccount-order-table td {
    min-width: inherit
  }

  .print-track-actions .order-title {
    position: static;
    top: inherit;
    right: inherit
  }

  .print-track-actions .order-title a {
    margin-left: 34px;
    margin-right: 30px;
    margin-bottom: 20px
  }

  .print-track-actions .order-title a:last-child {
    margin-bottom: 0
  }

  .print-track-actions .order-title br {
    display: block
  }

  .account .table-wrapper td.col img {
    max-width: 100px
  }

  .legacy-history-slider .slick-list {
    height: 100% !important
  }

  .legacy-history-slider .slick-arrow.slick-prev:after,
  .legacy-history-slide-button .slick-arrow.slick-prev:after {
    left: 20px
  }

  .legacy-history-slider .slick-arrow.slick-prev,
  .legacy-history-slide-button .slick-arrow.slick-prev {
    left: 10px;
    bottom: 37px;
    width: 100px
  }

  .legacy-history-slider .slick-arrow.slick-next,
  .legacy-history-slide-button .slick-arrow.slick-prev {
    width: 120px;
    right: 10px
  }

  .legacy-history-slider .slick-arrow.slick-next:before,
  .legacy-history-slide-button .slick-arrow.slick-next:before {
    right: 16px
  }

  .legacy-history-slider .slick-arrow,
  .legacy-history-slide-button .slick-arrow {
    right: 24px;
    width: 120px
  }
}

@media (max-width:1024px) {
  .homeProduct .container {
    padding-left: 0;
    padding-right: 0
  }

  .productSlider.row {
    margin-left: 0;
    margin-right: 0
  }

  .productSlider [class*=col-] {
    padding: 32px 0
  }

  .search-result-list .news-events-overlay {
    display: block;
    text-align: left;
    padding: 10px 0 0;
    position: static;
    opacity: 1;
    background: 0 0
  }

  .search-result-list .news-events-overlay-con {
    position: static;
    transform: none
  }

  .cart-container {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .cart-page-title h2 {
    font-size: 28px;
    line-height: 1.36
  }

  .scrollDown {
    bottom: 120px
  }

  .block.crosssell {
    margin-top: 70px
  }

  .cart.table-wrapper .item .col.item {
    width: 55%
  }

  .cart.table-wrapper .product-item-qty-price {
    width: 45%
  }

  .cart.table-wrapper .product-item-qty-price .col.qty {
    text-align: right;
    margin-right: 10px
  }

  .cart.table-wrapper .cart-item-image img {
    width: 100% !important;
    height: auto
  }

  .cart.table-wrapper .cart-item-image .product-image-container {
    width: 100% !important
  }

  .cart.table-wrapper .item .col.item .product-item-details {
    margin-left: 160px
  }

  .cart.table-wrapper .cart-item-image {
    max-width: 140px
  }

  .cart.table-wrapper .product-item-photo {
    margin: 0 !important
  }

  .right-header .text {
    width: 0;
    overflow: hidden;
    height: 0
  }

  .faq-wrp .tabs-nav-wrap .container {
    padding-right: 0
  }

  .amgdprcookie-btn-wrapper {
    position: static;
    top: inherit;
    right: inherit;
    margin: -20px -5px 30px
  }

  .amgdprcookie-btn-wrapper:after {
    content: '';
    display: block;
    clear: both
  }

  .amgdprcookie-btn-wrapper .btn {
    margin: 5px;
    float: left
  }
}

@media (max-width:991px) {
  .mobile-menu .subMenu li.subHeadding {
    font: 400 16px 'NotoSans', sans-serif;
    font-size: 16px;
    padding: 10px 20px 10px
  }

  #legacyTabs_ScrollDown {
    margin-top: -80px
  }

  .newsandevents-grid.bridal-grid {
    display: block
  }

  .newsandevents-grid .events-slider-wrp,
  .newsandevents-grid .news-events-item {
    max-width: inherit
  }

  .newsandevents-grid .bridal-grid-img {
    margin-bottom: 24px
  }

  .cart-container .gift-item-block .title,
  .cart-container .gift-item-block .title:focus {
    padding: 10px 30px 10px 15px
  }

  .cart-container .gift-item-block .title:after {
    right: 15px
  }

  #checkout.checkout-container {
    display: grid
  }

  .desktop-header.checkout-header .right-header.text-right {
    visibility: hidden
  }

  .desktop-header.checkout-header .mikimoto-logo {
    padding: 9px 0 0
  }

  .desktop-header.checkout-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .checkout-container .opc-wrapper {
    order: 2;
    padding: 0 24px
  }

  .checkout-container .opc-wrapper.checkoutpayment {
    order: 1
  }

  .checkout-container {
    padding: 105px 0
  }

  .checkout-container .opc-summary-wrapper {
    order: 1
  }

  .checkout-container .opc-block-summary>.title {
    display: none
  }

  .bag-model-wrp {
    top: 0;
    height: 100vh
  }

  .bag-model-wrp.active {
    transition: all .6s ease-in-out;
    padding: 15px 15px 15px 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 9
  }

  .bag-model-wrp .header-col .text {
    font: 400 22px/1.6 'cormorant_garamondregular'
  }

  .bag-model .header-col {
    margin: 0 10px 15px 15px
  }

  .block-minicart .bag-model-close {
    top: 25px
  }

  .bag-model #shopping-cart-table,
  .bag-model #minicart-content-wrapper {
    padding: 0 0 0 15px
  }

  .bag-model-wrp .cart.table-wrapper .product-item-qty-price .col {
    display: inline-block;
    width: 49%
  }

  .engraved-popup-wrp {
    display: block;
    flex-wrap: nowrap;
    direction: inherit
  }

  .engraved-popup .mikimoto-popup-con {
    padding: 30px 20px 50px
  }

  .plate_heading {
    width: 48%;
    margin-right: 10px
  }

  .plate_discription {
    width: 50%
  }

  .account.page-layout-2columns-left .page-main {
    padding-left: 0;
    padding-right: 0
  }

  .account.page-layout-2columns-left .page-main .columns {
    display: flex;
    flex-flow: column
  }

  .account.page-layout-2columns-left .sidebar-main {
    max-width: initial;
    order: 1;
    margin-bottom: 30px;
    padding: 0 24px
  }

  .page-layout-2columns-left .column.main {
    order: 2
  }

  .account.account.page-layout-2columns-left .column.main {
    width: 100% !important;
    padding: 0 24px
  }

  .account-nav .content {
    padding: 5px 24px
  }

  .account-nav .content ul li:last-child {
    position: static
  }

  .sidebar-mob-title {
    display: block
  }

  .account-nav,
  .delet-account {
    display: none
  }

  .delet-account {
    margin: 0 24px
  }

  .bag-model-wrp .cart.table-wrapper {
    height: calc(100vh - 60px)
  }

  #place-order-trigger {
    position: static;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    z-index: 9
  }

  .located-world-slider .store-item {
    margin-right: 10px
  }

  .cookies__policy .close {
    bottom: 20px
  }

  .cookies_clumn.last button {
    margin: 20px 0
  }

  .cookies_clumn.last {
    padding-top: 20px
  }

  .login-signup-btn {
    border: none
  }

  .bridal-grid-con.left-p-60 {
    padding-top: 30px
  }
}

@media (max-width:767px) {
  .sr-steps-indicator.indicators2:after {
    max-width: 88px
  }

  h1.carousel {
    font-size: 28px !important;
    line-height: 38px
  }

  .mt-m-0 {
    margin-top: 0 !important
  }

  .btn-md-bor-none-767 {
    border: none;
    padding: 0;
    text-decoration: underline;
    min-width: inherit;
    border-radius: 0
  }

  .footer .container {
    padding: 0
  }

  .modelImg+.modelCon {
    margin-top: 32px
  }

  .classic-high-jewelry {
    margin-top: -32px
  }

  .store-img {
    display: none
  }

  .located-world-wrap {
    display: none
  }

  .innerBannerImg .overlayText h2 {
    font-size: 28px;
    margin: 0
  }

  .store-details-grid {
    padding: 0 24px
  }

  .store-address-tabs a.btn:nth-child(1) {
    margin-right: 10px
  }

  .store-address-tabs {
    display: flex
  }

  .details-search-select {
    display: inline-block;
    width: auto
  }

  .store-address-tabs .btn {
    min-width: inherit;
    letter-spacing: 1px;
    padding: 19px 0 18px;
    width: 100%
  }

  .store-details-address .btn-primary {
    width: 100%;
    margin: 0 0 32px
  }

  .bridal-grid-table {
    margin-bottom: 64px
  }

  .ganiz-grid-img {
    margin-bottom: 32px
  }

  .store-item {
    padding: 16px 16px 22px;
    margin-bottom: 20px
  }

  .store-actions {
    position: static
  }

  .store-gallery-wrp .container {
    padding: 0
  }

  .faq-wrp .tabs-nav li {
    padding: 22px 24px
  }

  .faq-con-right {
    padding-top: 30px
  }

  .need-help-btn .btn {
    width: 100%;
    margin-bottom: 16px;
    display: block
  }

  .need-help-btn .btn:last-child {
    margin-bottom: 0
  }

  .stores-header {
    margin-bottom: 20px;
    align-items: center;
    display: flex
  }

  .srch-inp .btn.my-0 {
    display: none
  }

  .service-faq-wrp h2 {
    padding: 0 0 22px
  }

  .see-all-faqs {
    text-align: center;
    margin: 20px 0 0
  }

  .searchresult-wrp .mikimoto-logo {
    padding: 30px;
    border-bottom: solid 2px #eee
  }

  .search-countnum {
    margin-bottom: 30px
  }

  .search-result h4,
  .search-result h2 {
    text-align: center;
    margin: 40px 0
  }

  .no-results .news-events-col:last-child {
    padding-bottom: 50px
  }

  .service-tabify-slider {
    margin-top: -50px;
    margin-left: -24px;
    margin-right: -24px
  }

  .service-tabify-slider .slick-list {
    padding-left: 24px
  }

  .service-tabify-slider .tab-content {
    display: block !important;
    margin-right: 0;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 64px
  }

  .service-tabify-slider .tab-content .btn {
    border: none;
    border-bottom: solid 1px #000;
    padding: 0 0 2px;
    border-radius: 0;
    min-width: inherit
  }

  .slickslider-heading {
    padding: 75px 20px;
    background: #fff;
    text-align: center;
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
    margin-bottom: 32px
  }

  .pro-blackbg .ganiz-grid-img,
  .ganiz-grid-img.promotion-video {
    margin-bottom: 45px
  }

  .mb-space {
    padding: 40px 0 20px
  }

  .promotions-mobile-header {
    grid-template-columns: repeat(2, 1fr);
    display: grid
  }

  .news-header-grid .bridal-grid-con {
    padding: 20px 24px 0
  }

  .jeg_left_column {
    margin: 0 0 20px;
    padding: 24px 16px;
    font-size: 16px
  }

  .jewelry-event-grid {
    padding-bottom: 30px
  }

  .jewelry-event-grid:last-child {
    border-bottom: solid 1px #d8d8d8
  }

  .newsandevents-photo-gallery {
    margin-bottom: 50px
  }

  .cart.table-wrapper .items .cart.item .item-info {
    display: block
  }

  .cart.table-wrapper .item .col.item {
    padding-right: 0;
    width: auto
  }

  .cart.table-wrapper .product-item-qty-price {
    text-align: left;
    width: auto
  }

  .cart.table-wrapper .product-item-qty-price .col.qty {
    max-width: 204px
  }

  .cart.table-wrapper .items .cart.item .item-actions {
    padding-top: 30px;
    padding-bottom: 0;
    margin-left: 0
  }

  .cart.table-wrapper .items .cart.item .item-actions .action,
  .cart.table-wrapper .items .cart.item .item-actions .action-gift {
    margin-bottom: 10px;
    text-align: center
  }

  .cart-container-body .additional-payment-accordion .fund-item .fund-item-con p {
    margin-bottom: 10px
  }

  .cart-container .gift-options:before {
    display: none
  }

  .cart-container .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .cart-container .item-actions .actions-toolbar .gift-options .gift-message,
  .cart-container .gift-options-cart-item .gift-wrapping+.gift-message,
  .cart-container .cart-gift-item .gift-wrapping+.gift-message {
    width: 100%;
    float: none;
    padding: 0
  }

  .cart-container .gift-option-form {
    padding: 0
  }

  .cart-container .item-actions .actions-toolbar .gift-options .gift-wrapping {
    padding-bottom: 20px;
    border-bottom: solid 1px #d8d8d8
  }

  .cart-container .gift-options .actions-toolbar .secondary .action {
    margin: 0 2% 10px
  }

  .cart-container .gift-options .actions-toolbar .secondary .action:last-child {
    margin: 0
  }

  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    width: 100%;
    margin: 10px 0
  }

  .cart-container #gift-options-cart {
    margin-top: 20px
  }

  .cart-container #gift-options-cart .cart-gift-item .gift-wrapping {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 20px
  }

  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    display: none
  }

  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    text-align: left !important
  }

  .cart.table-wrapper .gift-content {
    border: none;
    margin-bottom: 0
  }

  .cart.table-wrapper .action-gift {
    padding: 10px 31px 10px 10px
  }

  .area-search-form.clearfix {
    max-width: auto;
    margin: 0 auto
  }

  .redirect-search-wrap p {
    margin-bottom: 15px
  }

  .redirect-search-wrap .mikimoto-logo {
    margin-bottom: 15px
  }

  .redirect-search-wrap .mikimoto-logo img {
    max-width: 150px
  }

  .cart.table-wrapper .action-gift {
    float: left
  }

  .necklace-collection-grid {
    display: grid
  }

  .necklace-collection-heading {
    grid-row: 2/3
  }

  .necklace-collection-grid * {
    min-height: 0;
    min-width: 0
  }

  .necklace-collection-grid .productSlider .slick-list {
    padding: 0 30px 0 0 !important
  }

  .necklace-collection-heading .m-t-three p {
    display: block
  }

  .necklace-slider .slick-slide img,
  .service-tabify-slider .tab-content img,
  .feauture-necklace img,
  .modelFlex img,
  .lifetime-section img,
  .photo-gallery-slider,
  .paris-branch img,
  .two-col-imgs img,
  .promotion-video img,
  .bridal-item img,
  .bridal-grid-img img,
  .pro-gallery-items img,
  .store-address-map img,
  .map img,
  .stores-map-wrap img,
  .productList img,
  .photo-events-item img,
  .our-legacy-slider .legacy-history-img img,
  .product-slider-item img,
  .promotions-gallery-slider .slick-slide img,
  .store-details-slider .slick-slide img {
    width: 100%
  }

  .pearl-high-jewelry-slider .col-md-4 {
    padding: 0
  }

  .pearl-high-jewelry-slider .slick-list {
    padding: 0 24px !important
  }

  .feauture-necklace .slick-list {
    padding: 0 !important
  }

  .feauture-necklace .slick-list .item {
    padding: 24px !important
  }

  .feauture-necklace .item.slick-current .main-text {
    display: block
  }

  .cart.table-wrapper .item-actions .actions-toolbar-right {
    position: static;
    display: flex;
    justify-content: space-between
  }

  .checkout-cart.cart.table-wrapper .product-item-qty-price {
    text-align: right
  }

  .upcoming-events-item {
    max-width: 100%
  }

  .upcoming-events-item.slick-slide img {
    width: 100%
  }

  .product-detail-con {
    margin-bottom: 30px
  }

  .bridal-promotion-slider .slick-list,
  .service-tabify-slider .slick-list,
  .events-featuredjewelery .slick-list,
  .productSlider .slick-list,
  .classic-high-jewelry-products .slick-list,
  .product-md-grid-slider .slick-list {
    padding: 20px 30px
  }

  .store-details-slider .slick-list {
    padding: 0 30px 20px
  }

  .bridal-promotion-slider .bridal-promotion-item,
  .service-tabify-slider .tab-content {
    transform: scaleY(.9);
    opacity: .9
  }

  .bridal-promotion-slider .bridal-promotion-item.slick-current,
  .service-tabify-slider .tab-content.slick-current {
    height: auto;
    transform: scaleY(1);
    opacity: 1;
    z-index: 9;
    margin: 0 0 50px;
    transition: transform ease .3s
  }

  .service-tabify-slider .tab-content.slick-current,
  .events-featuredjewelery .product-md-grid-item.slick-current,
  .product-md-grid-slider .product-md-grid-item.slick-current {
    margin-top: 50px
  }

  .product-md-grid-item,
  .product-md-grid-item:focus {
    margin-right: 10px;
    margin-left: 10px
  }

  .store-details-slider .store-promotion-item {
    margin: 0 5px 25px
  }

  .checkout-container .cart_need_help {
    display: none
  }

  .opc-block-summary .items-in-cart .title {
    padding: 10px 22px 10px 0
  }

  .opc-wrapper .form-login {
    border-bottom: 0
  }

  .ordersummary-shipping-address {
    margin: 0;
    padding: 0 0 20px
  }

  .checkout-payment-method .payment-method+.payment-method .payment-method-title,
  .checkout-payment-method .payment-method-title {
    padding: 30px 10px
  }

  .checkout-container .opc-wrapper .fieldset>.field {
    margin: 10px 0 0
  }

  .checkout-container .opc-wrapper .field-tooltip {
    top: -31px
  }

  .checkout-container .opc-wrapper .field .control._with-tooltip input {
    width: 100% !important
  }

  .checkout-payment-method .ccard .field.cvv .control {
    padding-right: 0
  }

  .opc-wrapper .step-content {
    margin: 0
  }

  .cart.table-wrapper .item-actions .actions-toolbar a {
    margin-top: 10px
  }

  .gift-content .gift-options .actions-toolbar .action-update {
    width: 48%;
    float: left;
    margin-right: 2%
  }

  .cart-container .gift-options .actions-toolbar .secondary .action-cancel {
    width: 48%
  }

  .scrollDown {
    bottom: 70px
  }

  .bag-model-wrp .cart.table-wrapper .product-item-qty-price .col.qty {
    direction: ltr
  }

  .bag-model-wrp .cart.table-wrapper .cart-item.product-item-qty-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    direction: ltr
  }

  .bag-model-wrp .cart.table-wrapper .product-item-qty-price .col.qty {
    min-width: 167px;
    margin: 0
  }

  .bag-model-wrp .cart.table-wrapper .cart-item.product-item-qty-price .col {
    width: auto
  }

  .bag-model-wrp .cart.table-wrapper .item .col.item {
    padding-bottom: 70px
  }

  .bag-model-wrp .cart.table-wrapper .items .cart.item {
    padding: 30px 0 10px
  }

  .bag-model-wrp .cart.table-wrapper .product-item-qty-price {
    display: block
  }

  .cart.table-wrapper .product-item-color-size {
    display: block
  }

  .cart.table-wrapper .color-size-col {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0
  }

  .redirect-bannercon .redirect-search-wrap .area-search-form .area-search-submit .text-center {
    padding: 0 15px !important;
    font-size: 12px;
    width: 100%;
    margin-bottom: 16px
  }

  .stores-sort a {
    margin: 0;
    display: inline-block
  }

  .stores-header {
    padding: 0
  }

  .stores-title {
    text-align: center;
    word-break: break-word;
    width: 130px
  }

  .stores-sort {
    width: 60%;
    padding-right: 0;
    margin: 0
  }

  .feauture-necklace {
    padding-bottom: 40px
  }

  .our-legacy-banner .scrollDown,
  .bridalimgbanner .scrollDown {
    display: none
  }

  .necklace-collection-grid .main-text.m-t-white {
    margin-top: 42px
  }

  .appointment-header-grid {
    margin: 0 20px
  }

  .bridal-storereservation-con {
    margin: 0 24px
  }

  .sr-steps-indicator {
    margin: 30px 0 50px
  }

  .reservation-time-wrp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px
  }

  .forms-container {
    padding: 24px
  }

  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 30px
  }

  .account.page-layout-2columns-left .page-main {
    padding-top: 0;
    padding-bottom: 50px
  }

  .account .table-wrapper th {
    display: none !important
  }

  .account .table-wrapper th,
  .account .table-wrapper td {
    border-bottom: none !important
  }

  .account .table-wrapper tbody tr {
    border-bottom: solid 1px #ccc
  }

  .account .table-wrapper tbody tr:last-child {
    border-bottom: none
  }

  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
    display: block
  }

  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #000
  }

  .account .order-details-items-wrap .order-links {
    margin-bottom: 0;
    border: none;
    display: none
  }

  .account .order-details-items-wrap .order-links li {
    margin: 0 0 10px;
    display: block
  }

  .account .order-details-items-wrap .table-wrapper .grid {
    grid-gap: 0;
    display: block
  }

  .account .order-details-items-wrap .table-wrapper tbody tr {
    border: none
  }

  .account .myAccount-order-table td {
    position: relative;
    padding: 0 !important;
    text-align: right
  }

  .account .myAccount-order-table td[data-th="Product Name"] .myAccount-order-col {
    padding-top: 25px;
    padding-left: 0;
    text-align: left
  }

  .account .myAccount-order-table td:before {
    top: 2px
  }

  .account .myAccount-order-table td.col:first-child {
    text-align: left !important
  }

  .account .myAccount-order-table td table {
    margin-top: 25px
  }

  .account .myAccount-order-table td table td {
    padding: 0 !important
  }

  .account .order-details-items-wrap .table-wrapper td[data-th] .myAccount-order-col label {
    display: none
  }

  .account .order-details-items-wrap .table-wrapper .myAccount-order-col label {
    position: absolute;
    left: 0;
    font-size: 12px
  }

  .account .table-order-items tfoot {
    display: block
  }

  .account .table-order-items tfoot td {
    padding: 10px 15px !important;
    width: 100% !important
  }

  .account .table-order-items tfoot td label.mark {
    padding-left: 0
  }

  .account .table-order-items tfoot tr.grand_total td label.mark {
    padding-top: 10px
  }

  .account .order-products-toolbar.top {
    border-bottom: solid 1px #ccc
  }

  .account .order-products-toolbar.top .toolbar-amount {
    text-align: left;
    margin-bottom: 5px
  }

  .account .order-products-toolbar.bottom {
    display: none
  }

  .account .myaccount-order-title {
    margin-bottom: 20px
  }

  .account .myaccount-order-title strong {
    font-size: 32px;
    margin-bottom: 20px
  }

  .account .myAccount-order-col {
    padding-left: 50%
  }

  .account .myAccount-order-col span {
    max-width: inherit
  }

  .account .myAccount-order-col dt {
    position: absolute;
    left: 0;
    text-align: left;
    width: 50%
  }

  .account .myAccount-order-col dd {
    margin-bottom: 20px
  }

  .account .table-order-items tfoot tr {
    display: block
  }

  .account .table-order-items tfoot tr td {
    display: block
  }

  .account .table-order-items tfoot tr td:after {
    content: '';
    clear: both;
    display: block
  }

  .order-links-title {
    margin: -15px -15px 20px;
    display: block
  }

  .account .table-wrapper td.col img {
    max-width: 140px
  }

  .account .column.main .block {
    margin-bottom: 40px
  }

  .wishlist-items-title,
  .account .wishlist-select .wishlist-name-current {
    display: block
  }

  .account .wishlist-select-items {
    display: none !important
  }

  .account .wishlist-select-items.active {
    display: block !important
  }

  .account .block-wishlist-management {
    margin-top: 0
  }

  .account .wishlist-select-items {
    border: none
  }

  .account .wishlist-select .wishlist-name-label {
    margin-bottom: 20px
  }

  .account .wishlist-select-items li.item {
    display: block;
    padding: 10px 24px
  }

  .account .wishlist-select-items li.item,
  .account .wishlist-select-items li.item.current {
    margin: 0
  }

  .account .wishlist-select-items .wishlist-add.item {
    padding: 10px 24px
  }

  .account .wishlist-select-items .wishlist-add.item a {
    width: 100%;
    height: auto;
    border: none;
    padding: 0
  }

  .account .wishlist-title .action.edit {
    margin-right: 15px;
    margin-bottom: 15px
  }

  .account.page-layout-2columns-left .heading {
    font-size: 28px
  }

  .account .column.main .block-title strong,
  .account .column.main .block:not(.widget) .block-title strong,
  .account .wishlist-select .wishlist-name-label {
    font-size: 24px
  }

  .account .wishlist-title {
    margin: 20px 0 10px
  }

  .product-reservation-item {
    margin-bottom: 24px
  }

  .stores-wrap.located-world-wrap {
    margin-top: 30px
  }

  .cart-container #gift-options-cart .cart-gift-item .gift-wrapping {
    width: 100%
  }

  .cart-container .gift-options-cart-item .gift-wrapping+.gift-message,
  .cart-container .cart-gift-item .gift-wrapping+.gift-message {
    width: 100%;
    padding-left: 0;
    padding-top: 0
  }

  .mikimoto-schedule-calender .ui-datepicker .ui-datepicker-calendar td a,
  .mikimoto-schedule-calender .ui-datepicker td span {
    padding: 15px 10px
  }

  .ui-datepicker .ui-datepicker-title {
    width: 150px
  }

  .checkout-Receipt-wrp .detail-form-input input,
  .checkout-Receipt-wrp .detail-form-input textarea {
    margin-bottom: 0
  }

  .checkout-Receipt-wrp1 .step-title {
    margin-top: 20px;
    padding: 0
  }

  .legacy-intro-2 h2 {
    font: 400 20px/1.36 'cormorant_garamondregular'
  }

  .store-details-slider .slick-slide img,
  .details-grid-video img {
    height: auto
  }

  .modal-popup.modal-slide {
    left: 20px
  }

  .map .store-location h3 {
    font-size: 20px
  }

  .map .store-location {
    margin-bottom: 10px
  }

  .forms-container.appointment-form-container {
    padding: 0 15px 40px;
    .block-search .minisearch .label
  }

  .srch-inp .search-autocomplete {
    height: 260px
  }

  .desk-filter {
    padding-top: 0
  }

  .catalog-filters-sort-btns {
    position: relative
  }

  .medium-grid-3up.pearlinformation-phone-number {
    grid-template-columns: repeat(3, 1fr)
  }

  .medium-grid-2up.pearlinformation-title {
    grid-template-columns: repeat(2, 1fr)
  }

  .schedule_appointment-schedule-preview .form-group .btn {
    min-width: 100%
  }

  .searchresult-wrp .srch-inp input[type=text] {
    padding: 0 40px 0 30px
  }

  .block-search .minisearch .label {
    display: none
  }

  .amgdprcookie-btn-wrapper {
    margin-top: -10px
  }

  .jewelry-address.full-content p {
    margin-bottom: 0
  }

  .col-md-6.img-right.mb-top {
    order: 0
  }
}

@media only screen and (max-width:767px) {

  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
    text-align: right
  }

  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    left: 0
  }

  .block.block-dashboard-orders .block-content {
    border-top: 1px solid #ccc
  }

  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody>tr>td:first-child,
  .account .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th {
    padding: 10px 0
  }

  .response-field-radio.form-group {
    margin-bottom: 20px
  }

  .necklace-slider1 .item {
    margin-bottom: 60px
  }

  .necklace-slider1 .slick-dots {
    bottom: 20px
  }
}

@media (max-width:575px) {
  .cart.table-wrapper .cart-item-image {
    max-width: 143px
  }

  .cart.table-wrapper .product-item-name>a {
    font-size: 12px
  }

  .cart.table-wrapper .item .col.item .product-item-details {
    margin-left: 167px
  }

  .cart.table-wrapper .product-item-qty-price {
    margin-left: 0;
    margin-bottom: 20px
  }

  .cart.table-wrapper .product-item-qty-price .col.qty {
    min-width: 137px;
    max-width: 137px;
    text-align: center
  }

  .cart.table-wrapper .item-actions .gift-message-wrap {
    display: block
  }

  .cart.table-wrapper .item-actions .gift-message-wrap .gift-col {
    margin-bottom: 5px
  }

  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin: 0 0 15px;
    width: 100%
  }

  .cart.table-wrapper .item-actions .actions-toolbar {
    padding-top: 0;
    text-align: center
  }

  .cart.table-wrapper .item-actions .actions-toolbar a {
    margin-left: 0
  }

  .cart-container .actions-toolbar a.action-towishlist {
    left: 0;
    right: inherit
  }

  .cart-container .actions-toolbar a.action-edit {
    right: 50%
  }

  .cart.table-wrapper .action-gift {
    width: 100%;
    margin: 0
  }

  .cart.table-wrapper .items .cart.item .item-actions .action-gift {
    text-align: center
  }

  .checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: 100% !important;
    padding: 0 !important
  }

  .sr-steps-indicator li {
    max-width: 75px;
    line-height: 18px;
    margin: 0 15px
  }

  .sr-steps-indicator:after {
    max-width: 224px
  }

  .redirectImg-wrap .redirect-bannercon {
    margin: 0
  }
}

@media (max-width:479px) {
  .explore-product-con .card br {
    display: block
  }

  .explore-product-con .card a {
    margin-bottom: 32px
  }

  .explore-product-con .card a:last-child {
    margin-bottom: 0
  }

  .bag-model-wrp .cart.main-actions {
    display: block;
    text-align: center
  }

  .bag-model-wrp .cart.main-actions .store-appointment {
    margin: 0 30px 30px
  }

  .account .wishlist-toolbar-actions {
    display: block
  }

  .account .wishlist-toolbar-actions .wishlist-dropdown {
    display: block;
    margin-bottom: 15px;
    margin-right: 0
  }

  .account .wishlist-toolbar-actions .wishlist-dropdown .action {
    display: block
  }

  .account .wishlist-toolbar-actions .wishlist-dropdown .action:after {
    float: right
  }
}

@media (max-width:360px) {
  .sr-steps-indicator li {
    margin: 0 10px;
    max-width: 70px
  }

  .sr-steps-indicator:after {
    max-width: 214px
  }

  .attach-link span {
    line-height: 20px
  }

  .attach-link {
    line-height: 30px
  }

  .fund-item.plate-service .fund-item-title {
    padding: 0 30px 0 0
  }
}

@media (max-width:359px) {
  .preferredProductCheck .form-col {
    display: block;
    margin-right: 0;
    margin-bottom: 20px
  }
}

@media (min-width:360px) {
  .stores-header {
    font-size: 12px !important
  }

  .Shipping-time-radio-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width:576px) {
  .header {
    padding-left: 32px;
    padding-right: 32px
  }

  .area-search-checkbox {
    display: flex
  }

  .email-subscribe form {
    display: flex;
    justify-content: space-between
  }

  .email-subscribe form input {
    width: 58%;
    margin-bottom: 0
  }

  .email-subscribe form button {
    min-width: 38%
  }

  .bridal-grid-con p.bridal-care a {
    margin-left: 5px
  }

  .need-help-btn {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 16px
  }

  .product-banner-con {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60%;
    margin-top: 0
  }

  .product-banner-con .main-text h3 {
    margin-bottom: 5px
  }

  .checkbox-item {
    margin-right: 32px;
    margin-bottom: 0
  }
}

@media (min-width:768px) {
  .btn-md-bor-none {
    border: none;
    padding: 0 0 5px;
    text-decoration: underline;
    min-width: inherit;
    border-radius: 0
  }

  .promotions-header .mikimoto-logo,
  .promotions-header .left-header,
  .promotions-header .right-header {
    grid-row: auto;
    grid-column: auto;
    margin: 0
  }

  .right-header .languages-country {
    top: -28px
  }

  .footer {
    border-top: 1px solid #d8d8d8;
    padding: 94px 0
  }

  .footer [class*=col-] {
    border: none
  }

  .footer [class*=col-]:last-child {
    padding-top: 30px
  }

  .footer h6,
  .footer .footerLinksTitle {
    padding: 0 0 24px;
    font-family: 'NotoSans';
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    font-size: 14px
  }

  .footer h6 i,
  .footer .footerLinksTitle i {
    display: none
  }

  .fLinks {
    padding: 0
  }

  .tabs-nav {
    padding-left: 0
  }

  .promo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
  }

  .m-t-one,
  .m-t-three {
    background: #fff;
    max-width: 412px;
    padding: 32px
  }

  .m-t-sec {
    background: 0 0;
    box-shadow: none;
    max-width: 486px;
    padding: 0 !important
  }

  .m-t-sec p,
  .m-t-three p {
    display: block
  }

  .pearl-con .division {
    margin-bottom: 50px
  }

  .modelFlex {
    display: flex;
    flex-flow: wrap;
    align-items: center
  }

  .modelImg {
    width: 50%
  }

  .modelCon {
    max-width: calc(1320px - 50%);
    width: 50%;
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
    background: #fff;
    padding: 32px
  }

  .card-276 {
    max-width: 320px
  }

  .card-gallery {
    grid-template-columns: auto auto auto;
    grid-gap: 24px
  }

  .card-gallery img:nth-child(3) {
    grid-column: 3/3;
    grid-row: 1/2
  }

  .card-gallery img:nth-child(4n+4),
  .card-gallery img:nth-child(5n+5) {
    display: block
  }

  .classic-high-jewelry-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: calc(30% - 24px) calc(30% - 24px) calc(40%);
    align-content: center;
    max-width: 1344px;
    padding-left: 24px;
    grid-auto-rows: 1fr
  }

  .classic-high-jewelry-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/3;
    grid-row: 1;
    margin-top: 0
  }

  .classic-high-jewelry-banner {
    grid-column: 3;
    grid-row: 1/3;
    display: block
  }

  .classic-high-jewelry-products {
    grid-column: 1/3;
    grid-row: 2/3;
    align-self: end
  }

  .classic-high-jewelry-slider {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
  }

  .classic-high-jewelry-slider .productList {
    margin: 0
  }

  .news-events-overlays {
    background: #f8f9f9;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
    display: block
  }

  .news-events-col,
  .news-events-col:last-child {
    padding-bottom: 0
  }

  .news-events-col h4,
  .news-events-col h3 {
    font: 400 22px/1.2 'cormorant_garamondregular';
    margin: 20px 10px;
    min-height: 72px
  }

  .news-events-wrap .division {
    display: none
  }

  .news-events-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
  }

  .explore-product-con .card {
    grid-row: 1/2
  }

  .explore-product-pointers {
    grid-row: 2/2
  }

  .card-a-gap {
    margin-top: 0;
    margin-bottom: -100px
  }

  .card-b-gap {
    margin-bottom: -32px
  }

  .stores-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px
  }

  .stores-sort select {
    padding-right: 28px
  }

  .store-img {
    margin-bottom: 16px
  }

  .store-img img {
    width: 100%
  }

  .store-location {
    min-height: 150px
  }

  .area-search-select {
    width: 27%;
    margin-right: 16px;
    float: left;
    margin-bottom: 0
  }

  .area-search-pincode {
    width: 18%;
    float: left;
    margin-bottom: 0
  }

  .area-search-submit {
    width: 18%;
    float: right;
    margin-bottom: 0
  }

  .store-details-grid .bridal-grid-con {
    margin-left: 24px
  }

  .all-news-events .main-text {
    display: flex;
    justify-content: space-between
  }

  .all-news-events .main-text .filters-btn {
    margin: 10px 0 0
  }

  .all-news-events .filters-list {
    left: inherit;
    right: 0;
    top: 100%
  }

  .upcoming-events .division {
    margin-bottom: 100px
  }

  .upcoming-events-item {
    margin-right: 24px
  }

  .upcoming-events-slider.white-arrow .slick-arrow,
  .bridal-promotion-slider.white-arrow .slick-arrow,
  .store-details-slider.white-arrow .slick-arrow,
  .newsandevents-slider.white-arrow .slick-arrow,
  .product-md-grid-slider.white-arrow .events-featuredjewelery .slick-arrow {
    background: url("../images/white-arrow-right-2.png") no-repeat center !important
  }

  .upcoming-events-slider .slick-arrow,
  .bridal-promotion-slider .slick-arrow,
  .store-details-slider .slick-arrow,
  .newsandevents-slider .slick-arrow,
  .product-md-grid-slider .events-featuredjewelery .slick-arrow {
    position: absolute;
    top: 65px;
    background: url("../images/arrow-right-2.png") no-repeat center;
    background-size: 100%;
    width: 17px;
    height: 32px;
    border: none;
    color: transparent;
    cursor: pointer;
    z-index: 1;
    overflow: hidden
  }

  .bridal-promotion-slider.black-arrow .slick-arrow {
    background: url(../images/arrow-right-2.png) no-repeat center
  }

  .upcoming-events-slider .slick-arrow.slick-prev,
  .newsandevents-slider .slick-arrow.slick-prev,
  .events-featuredjewelery .slick-arrow.slick-prev {
    transform: rotate(-180deg);
    left: -40px
  }

  .upcoming-events-slider .slick-arrow.slick-next,
  .newsandevents-slider .slick-arrow.slick-next,
  .events-featuredjewelery .slick-arrow.slick-next {
    right: -40px
  }

  .product-md-grid-slider .events-featuredjewelery .slick-arrow {
    top: 50%
  }

  .all-news-events .division {
    display: block;
    margin-bottom: 100px
  }

  .bridal-grid {
    display: grid;
    align-items: center;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr)
  }

  .grid-rtl .bridal-grid:nth-child(odd) {
    direction: rtl;
    text-align: left
  }

  .bridal-grid-con h3,
  .bridal-grid-con h2 {
    font: 400 28px/1.36 'cormorant_garamondregular'
  }

  .bridal-grid-img {
    margin-bottom: 0;
    max-width: 486px
  }

  .bridal-grid-con {
    max-width: 486px
  }

  .bridal-grid-video .bridal-grid-con {
    padding: 0 24px 0 0
  }

  .related-news-events .news-events-list {
    grid-template-columns: repeat(2, 1fr)
  }

  .news-events-col h4,
  .news-events-col h3 {
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important
  }

  .bridal-promotion-item {
    max-width: inherit;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    padding: 0
  }

  .bridal-promotion-item .promo-text .container {
    padding: 0 24px
  }

  .bridal-promotion-slider {
    margin-top: 0
  }

  .bridal-promotion-slider .m-t-one {
    max-width: 485px
  }

  .bridal-promotion-slider .main-text h3 {
    min-height: inherit
  }

  .bridal-promotion-slider .slick-list {
    padding-left: 0
  }

  .bridal-promotion-slider .main-text {
    text-align: left;
    padding-top: 32px
  }

  .bridal-promotion-slider .main-text p {
    display: block
  }

  .bridal-promotion-slider .slick-arrow {
    background: url("../images/arrow-right-2-white.png") no-repeat center
  }

  .bridal-promotion-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%)
  }

  .bridal-promotion-slider .slick-arrow.slick-prev {
    transform: rotate(-180deg);
    left: 40px
  }

  .bridal-promotion-slider .slick-arrow.slick-next {
    right: 40px
  }

  .bridal-promotion-slider .slick-dots {
    position: relative;
    margin-top: 32px
  }

  .store-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px
  }

  .store-details-address .btn {
    min-width: 175px
  }

  .store-details-address .btn.appointment-btn {
    min-width: 225px
  }

  .store-details-address .store-address-tabs .btn {
    min-width: 156px;
    padding: 13px 0
  }

  .otherinfo-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px
  }

  .otherinfo-table .division {
    display: block;
    margin-bottom: 100px
  }

  .otherinfo-heading h3 {
    font: 400 28px/1.36 'cormorant_garamondregular'
  }

  .other-info-con {
    margin-left: 75px
  }

  .ganiz-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center
  }

  .ganiz-grid-con {
    padding-left: 50px
  }

  .ganiz-grid-store {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    direction: rtl;
    text-align: left;
    align-items: center;
    grid-gap: 24px
  }

  .ganiz-store-con {
    margin-right: 50px
  }

  .store-promotion-item {
    position: relative
  }

  .store-promotion-item .bg {
    transition: all .3s ease;
    transform: scale(1, .8);
    position: relative
  }

  .store-promotion-item .bg:after {
    content: "";
    position: absolute;
    background: #00000000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .store-promotion-item.slick-center .bg:after {
    display: none
  }

  .store-promotion-item.slick-center .bg {
    opacity: 1;
    transform: scale(1);
    transition: all .3s ease;
    z-index: 9;
    position: relative
  }

  .store-details-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
  }

  .store-details-slider .slick-slide img {
    width: 100%
  }

  .store-details-slider .slick-arrow.slick-next {
    right: 20px
  }

  .store-details-slider .slick-arrow.slick-prev {
    transform: rotate(-180deg);
    left: 20px
  }

  .store-details-slider .slick-arrow {
    background: url(../images/arrow-right-2-white.png) no-repeat center
  }

  .search-wrp {
    position: relative;
    width: 100%;
    margin-bottom: 30px
  }

  .fund-item-wrap {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: center
  }

  .faq-con-right {
    justify-content: center;
    display: flex
  }

  .faq-showMore-btn {
    margin: 64px 0 0
  }

  .grid-ltr .bridal-grid:nth-child(even) {
    direction: rtl;
    text-align: left
  }

  .service-faq-wrp h2 {
    padding: 10px 0 42px
  }

  .see-all-faqs {
    position: absolute;
    right: 24px;
    top: 0
  }

  .relative {
    position: relative
  }

  .service-tabify-wrap {
    margin-left: 0;
    margin-right: 0
  }

  .service-tabify-wrap .tabs-nav-wrap {
    display: block
  }

  .service-tabify-wrap .tabs-nav li {
    margin: 0 15px
  }

  .service-tabify-slider .tab-content {
    background: 0 0;
    box-shadow: none;
    padding: 0
  }

  .service-tabify-slider .tab-content h3 {
    margin: 0 0 16px
  }

  .service-tabify-slider .tab-content p {
    display: block
  }

  .searchresult-wrp {
    top: 80px;
    height: calc(100% - 80px)
  }

  .search-model {
    min-height: 540px;
    padding: 0
  }

  .search-close {
    top: 24px
  }

  .searchresult-wrp .srch-inp {
    margin: 0 auto
  }

  .search-result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
  }

  .news-events-col .product-description {
    font: 400 14px 'NotoSansJP', sans-serif
  }

  .news-events-col .product-code {
    font-size: 14px;
    margin: 10px 0 0
  }

  .news-events-col .sp_amt {
    font-size: 18px
  }

  .search-main-text h3 {
    margin-bottom: 0
  }

  .search-main-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    margin-bottom: 50px
  }

  .search-countnum {
    text-align: right
  }

  .additional-help {
    margin-top: 50px
  }

  .pearl-wrp {
    padding: 175px 0
  }

  .promotionslick-slider {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    grid-gap: 24px
  }

  .explore-the-original {
    margin-top: -100px
  }

  .pro-gallery-items {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 1fr 4fr
  }

  .two-col-imgs {
    grid-template-columns: repeat(2, 1fr);
    display: grid
  }

  .explore-con {
    padding: 48px
  }

  .promo-explore-grid .bridal-grid-img {
    margin-bottom: 0
  }

  .promotions-gallery-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
  }

  .promotions-gallery-head {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    box-shadow: none
  }

  .promotions-gallery-slider {
    margin: 0
  }

  .promotions-gallery-slider .slick-list {
    padding-left: 0
  }

  .promotions-gallery-slider .item {
    max-width: inherit;
    margin: 0
  }

  .promotions-gallery .container {
    padding-left: 24px;
    padding-right: 24px
  }

  .promotions-gallery {
    padding-bottom: 30px
  }

  .newsletter-bg {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .newsletter-bg .newsletter-con {
    grid-gap: 50px
  }

  .additional-payment-list {
    grid-template-columns: repeat(3, 1fr)
  }

  .additional-payment-accordion .fund-item .fund-item-con {
    padding-right: 106px
  }

  .about-product {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 24px;
    align-items: center
  }

  .about-product-img {
    width: 282px;
    margin-bottom: 0
  }

  .product-md-grid-slider .view-all {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0
  }

  .product-md-grid-slider h3 {
    margin-bottom: 22px;
    padding-right: 150px
  }

  .product-detail-actins-added .footer {
    margin-bottom: 0
  }

  .product-banner-con {
    top: 50%;
    max-width: 405px
  }

  .product-banner-con .main-text h3,
  .product-banner-con .main-text h2,
  .product-banner-con .main-text .title {
    margin-bottom: 15px
  }

  .product-catalog-list {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px
  }

  .product-catalog-item .with-title {
    margin-bottom: 0
  }

  .video-popup iframe {
    height: 500px
  }

  .legacy-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
  }

  .legacy-intro .inro-left {
    max-width: 18%
  }

  .legacy-intro .inro-right {
    max-width: 24%
  }

  .legacy-intro-con {
    max-width: 42%
  }

  .bridal-grid .division {
    grid-row: 1;
    grid-column: 1/3;
    margin-bottom: 76px
  }

  .legacy-list-slider {
    margin-top: 0;
    margin-bottom: 0
  }

  .legacy-list-slider .bridal-grid {
    margin-bottom: 100px;
    margin-top: 0;
    margin-right: 0;
    box-shadow: none;
    padding: 0
  }

  .legacy-list-slider .bridal-grid-con:nth-child(even) {
    padding-left: 24px
  }

  .bridal-grid-con h3,
  .bridal-grid-con h2 {
    margin-bottom: 20px
  }

  .legacy-list-slider .bridal-grid-con p {
    display: block
  }

  .legacy-list-slider .bridal-grid-con a {
    display: none
  }

  .legacy-list-slider .bridal-grid-con a.cta-pc-show {
    display: inline-block
  }

  .news-header-grid .bridal-grid-con {
    min-height: 700px;
    align-content: center;
    display: flex;
    flex-wrap: wrap
  }

  .news-header-grid.text-center .bridal-grid-con {
    min-height: 340px
  }

  .news-header-grid .bridal-grid-img {
    width: auto;
    max-width: inherit
  }

  .news-header-grid .bridal-grid-con h3,
  .news-header-grid .bridal-grid-con h2,
  .news-header-grid .bridal-grid-con h1 {
    font: 400 42px/1.36 'cormorant_garamondregular'
  }

  .news-header-grid .bridal-grid-con {
    margin: 0 auto
  }

  .findyourpearl-con {
    max-width: 586px;
    margin: 0 auto
  }

  .newsandevents-slider .slick-arrow {
    top: calc(50% - 35px);
    width: 12px;
    height: 27px
  }

  .photo-gallery-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0
  }

  .photo-events-item {
    width: auto;
    margin-bottom: 30px
  }

  .photo-events-item p {
    font-size: 12px;
    line-height: 24px
  }

  .news-header-grid .bridal-grid-img img {
    width: 100%
  }

  .events-slider-wrp {
    max-width: 350px
  }

  .news-events-item {
    max-width: 350px
  }

  .newsandevents-slider .slick-arrow.slick-next {
    right: -15px
  }

  .newsandevents-slider .slick-arrow.slick-prev {
    left: -15px
  }

  .newsandevents-photo-gallery .gallery-big-img {
    width: 60%;
    padding: 0 10px
  }

  .newsandevents-photo-gallery .gallery-small-img {
    width: 40%;
    padding: 0 10px
  }

  .newsandevents-photo-gallery .gallery-fullwimg-img {
    width: 100%;
    padding: 0 10px
  }

  .high-jewelry-event {
    padding: 0;
    width: 100%;
    margin: 0 auto
  }

  .jewelry-event-grid {
    display: flex;
    border-top: solid 1px #d8d8d8
  }

  .jeg_left_column {
    padding: 0 25px;
    width: 180px;
    background: #f6f6f8;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center
  }

  .jeg_right_column {
    max-width: 820px;
    background: #fff;
    padding: 20px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    align-items: center
  }

  .jewelry-address {
    max-width: 350px
  }

  .jewelry-address a {
    border-bottom: solid 1px #000;
    text-decoration: none
  }

  .jewelry-address p {
    margin: 0
  }

  .jewelry-event-grid:last-child {
    border-bottom: solid 1px #d8d8d8
  }

  .featured-events-item {
    box-shadow: 8px 16px 50px 0 rgba(0, 0, 0, .05)
  }

  .events-featuredjewelery .product-md-grid-item {
    margin-left: 12px;
    margin-right: 12px;
    padding: 0
  }

  .events-featuredjewelery .slick-arrow {
    top: calc(50% - 25px)
  }

  .login-wrap {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center
  }

  .login-wrap .container,
  .block-customer-login {
    position: relative
  }

  .login-wrap .container .block-customer-login:before {
    content: '';
    background: #7f7f7f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    width: 1px
  }

  .block-new-customer2+.block-customer-login:before {
    display: none
  }

  .block.block-new-customer2.col-md-6 {
    display: none
  }

  .login-header .desktop-header {
    grid-template-columns: repeat(3, 1fr)
  }

  .login-wrap-con {
    max-width: 300px;
    margin: 30px auto
  }

  .login-form {
    border: none;
    padding: 0
  }

  .redirectImg-wrap .redirect-bannercon {
    padding-left: 24px;
    padding-right: 24px
  }

  .redirect-search-wrap .mikimoto-logo {
    margin-bottom: 60px
  }

  .redirect-search-wrap .area-search-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .feauture-new-arrivals-wrapper {
    display: grid;
    grid-gap: 24px;
    align-content: center;
    grid-auto-rows: 1fr;
    direction: rtl
  }

  .feauture-new-arrivals-wrapper .title {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 1/3;
    grid-row: 1;
    margin-top: 0;
    direction: ltr
  }

  .m-t-white {
    background: #fff;
    max-width: 412px;
    padding: 32px
  }

  .necklace-collection-grid {
    grid-column: 1/2;
    display: grid;
    grid-gap: 24px
  }

  .necklace-collection-heading {
    position: relative
  }

  .container-relative-wrp .container {
    position: relative
  }

  .container-relative-wrp .promo-text {
    left: 50px
  }

  .ioo-nechlaces-wrp {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-gap: 24px
  }

  .classic-high-jewelry .necklace-slider .three-col-img {
    grid-row: 3/5;
    grid-column: 2/5;
    padding: 0
  }

  .ioo-nechlaces-wrp .two-col-text {
    display: flex;
    grid-column: 1/3;
    vertical-align: middle;
    align-self: center
  }

  .classic-high-jewelry .necklace-slider .two-col-img {
    grid-column: 3/5;
    padding: 0
  }

  .necklace-twoclumn-wrp {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 24px
  }

  .adored-wrp .modelFlex {
    direction: rtl
  }

  .adored-wrp .modelCon {
    direction: ltr
  }

  .necklace-slider .item {
    margin: 0
  }

  .pearl-high-jewelry-slider {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr)
  }

  .pearl-high-jewelry-slider .productList {
    margin: 0
  }

  .checkout-Shipping-times .select-box {
    width: 50%
  }

  .Shipping-time-radio-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .checkout-radioBtn {
    position: relative;
    padding: 15px 0
  }

  .checkout-Receipt-wrp .step-title {
    margin-top: 60px
  }

  .delivery-additional-note {
    margin: 35px 0
  }

  .shippingaddress-culms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px
  }

  .checkout-container .opc-wrapper #shipping-new-address-form>.field:first-child,
  .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(2),
  .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(7),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(1),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(2),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(7),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(5),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(6),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(8),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(9),
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(11),
  #shipping-new-address-form .field:nth-child(7),
  #shipping-new-address-form .field:nth-child(6),
  #shipping-new-address-form .field:nth-child(5),
  #shipping-new-address-form .field:nth-child(11),
  #shipping-new-address-form .field:nth-child(12),
  #shipping-new-address-form .field:nth-child(8),
  #shipping-new-address-form .field:nth-child(1),
  #shipping-new-address-form .field:nth-child(2) {
    width: 50%;
    float: left
  }

  .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(9),
  #shipping-new-address-form .field:nth-child(9) {
    width: 100%
  }

  html[lang=ja] #shipping-new-address-form .field:nth-child(3),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(3),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(4),
  html[lang=ja] #shipping-new-address-form .field:nth-child(4),
  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(11),
  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(12),
  html[lang=ja] #shipping-new-address-form .field:nth-child(12),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(10),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(11),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(12) {
    width: 50%;
    float: left
  }

  html[lang=en] #shipping-new-address-form .field:nth-child(5),
  html[lang=ja] #shipping-new-address-form .field:nth-child(3) {
    clear: both
  }

  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(7),
  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(5),
  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(6),
  html[lang=ja] #shipping-new-address-form .street .field:nth-child(3),
  html[lang=ja] #shipping-new-address-form .field:nth-child(5),
  html[lang=ja] #shipping-new-address-form .field:nth-child(6),
  html[lang=ja] #shipping-new-address-form .field:nth-child(7),
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(7),
  html[lang=ja] .checkout-container .opc-wrapper #shipping-new-address-form>.field:nth-child(9),
  html[lang=ja] #shipping-new-address-form .field:nth-child(9),
  html[lang=ja] #shipping-new-address-form .field:nth-child(10) {
    width: 100%
  }

  #shipping-new-address-form .field:nth-child(7) {
    clear: both
  }

  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .street .field,
  html[lang=ja] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .street .field,
  .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(10),
  #shipping-new-address-form .street .field:nth-child(1),
  #shipping-new-address-form .street .field:nth-child(2) {
    width: 100%;
    float: left
  }

  .block-content .fieldset>.field:not(.choice)>.label {
    padding: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 400
  }

  .fieldset>.field:not(.choice)>.control,
  .fieldset>.field:not(.choice)>.control select {
    width: 100% !important
  }

  .fieldset:last-child {
    margin-bottom: 0
  }

  .sidebar .product-items .product-item-details {
    margin-left: 120px
  }

  .checkout-payment-method .payment-method-content .fieldset>.field.type .control {
    margin: 30px 0 20px
  }

  .opc-wrapper .shipping-address-items {
    display: flex;
    flex-wrap: wrap
  }

  .opc-wrapper .shipping-address-item:before {
    width: 0
  }

  .opc-wrapper .shipping-address-item {
    width: 49% !important;
    text-align: left
  }

  .opc-wrapper .shipping-address-item:nth-child(odd) {
    margin: 20px 2% 0 0 !important
  }

  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100% !important
  }

  .modal-popup.modal-slide .modal-footer {
    padding: 25px 0
  }

  .modal-popup .modal-inner-wrap {
    margin: 6rem auto
  }

  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: none !important
  }

  .modal-popup.modal-slide .modal-footer {
    text-align: center !important
  }

  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right !important
  }

  .our-legacy-tabs {
    background: #fff;
    position: sticky;
    top: 80px;
    z-index: 9
  }

  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0 !important
  }

  .stores-header {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 0
  }

  .form-success-title h3 {
    background-position: left 10px;
    padding-left: 40px;
    padding-top: 0
  }

  .indicator-con {
    margin: 0 auto;
    max-width: 790px
  }

  .news-header-grid .bridal-grid-con h4 {
    font: 400 28px/1.36 'cormorant_garamondregular';
    text-align: center;
    margin: 0 auto 20px
  }

  .news-header-grid .bridal-grid-con h5 {
    font: 400 24px/1.36 'cormorant_garamondregular';
    text-align: center;
    margin: 0 auto 20px
  }

  .desired-wrp {
    margin: 0 auto
  }

  .bridal-storereservation-con {
    margin: 0 auto;
    align-content: center;
    max-width: 600px
  }

  .bridal-storereservation-con h4 {
    font: 400 28px/1.36 'cormorant_garamondregular';
    text-align: center;
    margin: 0 auto 20px
  }

  .bridal-storereservation-con h5 {
    font: 400 24px/1.36 'cormorant_garamondregular';
    text-align: center;
    margin: 0 auto 20px
  }

  .product-reservation-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px
  }

  .reservation-time-wrp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px
  }

  .medium-grid-2up {
    grid-template-columns: repeat(2, 1fr)
  }

  .account-information-block {
    display: flex
  }

  .fixed-rightlink,
  .manage-adress-link {
    position: absolute;
    right: 0;
    top: 0
  }

  .account .column.main .block:not(.widget) .block-content .box {
    width: 25% !important;
    float: left !important;
    clear: inherit !important
  }

  .storepreference-block {
    display: flex
  }

  .storepreference-block .store-item {
    margin-right: 24px
  }

  .storepreference-block .store-item,
  .storepreference-block .map {
    width: 50%
  }

  .account .column.main .block.block-dashboard-info .block-content .box,
  .account .column.main .block.block-dashboard-addresses .block-content .box,
  .account .column.main .block.block-addresses-default .block-content .box {
    width: 48.8% !important
  }

  .modal-popup .modal-inner-wrap {
    max-width: 75%
  }

  .form-col.hyphen {
    position: relative
  }

  .hyphen label:after {
    content: "-";
    position: absolute;
    right: -40px;
    width: 35px;
    height: 41px;
    top: 15px
  }

  .pearl-information-landing-page a.btn {
    margin: 20px 0;
    text-align: center
  }

  .offer-top-info {
    text-align: center;
    padding-right: 24px
  }

  .offer-top-info .close {
    margin-right: 10px
  }

  .cookies_clumn.last button {
    margin: 0 30px
  }

  .schedule_appointment-schedule-preview .actions-toolbar .secondary,
  .form-success-msg .actions-toolbar .secondary {
    float: left;
    margin-left: 30px
  }

  .bridal-grid-con h2,
  .bridal-grid-con a,
  .bridal-grid-con p {
    align-self: center
  }

  .bridal-grid-video .bridal-grid-con.p-left {
    padding-left: 24px;
    width: 100%;
    max-width: 100%
  }

  .classic-high-jewelry .necklace-slider1 .two-col-img.high-jewelry-leftimg {
    grid-column: 1/3
  }

  .ioo-nechlaces-wrp .two-col-text.high-jewelry-lefttext {
    grid-column: 3/5
  }

  .classic-high-jewelry .necklace-slider2 .three-col-img.variation5b {
    grid-row: 2/5;
    grid-column: 2/5
  }

  .classic-high-jewelry .necklace-slider-jewelry .three-col-img.variation5b {
    grid-row: 2/5;
    grid-column: 2/5
  }

  .ioo-nechlaces-wrp.variation5a-wrp {
    grid-template-columns: repeat(3, 1fr)
  }

  .classic-high-jewelry .necklace-slider2 .three-col-img.variation5a {
    grid-row: 1/3;
    grid-column: 1/3
  }

  .classic-high-jewelry .necklace-slider-jewelry .three-col-img.variation5a {
    grid-row: 1/3;
    grid-column: 1/3
  }

  .classic-high-jewelry .necklace-slider2 .three-col-img.variation6b {
    grid-row: 1/3;
    grid-column: 2/4
  }

  .classic-high-jewelry .necklace-slider-jewelry .three-col-img.variation6b {
    grid-row: 1/3;
    grid-column: 2/4
  }

  .legacy-intro-con.legacy-intro-con-full {
    max-width: 100%;
    width: 100%
  }
}

@media (min-width:992px) {
  .header {
    padding-left: 27px;
    padding-right: 27px
  }

  .desktop-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
  }

  .header-col {
    margin: 0 5px
  }

  .header-col img {
    max-height: 18px
  }

  .header-col .subMenuBanner img {
    max-height: inherit
  }

  .mikimoto-logo {
    text-align: center
  }

  .mikimoto-logo a {
    max-width: 222px;
    display: inline-block
  }

  .promotions-header .mikimoto-logo a {
    max-width: 222px
  }

  .mobile-header {
    display: none
  }

  .footer [class*=col-]:last-child {
    padding-top: 0
  }

  section,
  .homeBanner {
    margin-bottom: 0px
  }

  .tabs-nav {
    overflow: inherit
  }

  .modelCon {
    padding: 60px
  }

  .newsletter-con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center
  }

  .newsletter-img {
    margin-bottom: 0
  }

  .newsletter-con .main-text {
    padding-left: 30px
  }

  .newsletter-con .main-text p {
    margin-bottom: 32px
  }

  .bridal-grid-con p {
    margin-bottom: 24px
  }

  .stores-wrap {
    margin-bottom: 90px
  }

  .area-search-wrap {
    display: grid;
    grid-template-columns: calc(72% - 12px) calc(28% - 12px);
    grid-gap: 24px
  }

  .area-search {
    grid-row: 1;
    grid-column: 1/2
  }

  .current-location {
    grid-row: 1;
    grid-column: 2/3;
    padding-left: 24px;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .current-location:before {
    top: 0;
    bottom: 0;
    left: 0;
    transform: none;
    width: 1px;
    height: auto
  }

  .current-location .btn img {
    margin-right: 10px
  }

  .news-events-col,
  .news-events-col:last-child {
    padding-bottom: 70px
  }

  .news-events-col a.news-events-read {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
  }

  .news-events-overlay {
    background: #f8f9f9;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    display: block
  }

  .news-events-overlays {
    background: #f8f9f9;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .2s ease-in-out;
    display: block
  }

  .news-events-overlay-con {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)
  }

  .news-events-col:hover .news-events-overlay {
    opacity: 1
  }

  .bridal-promotion-item {
    margin-right: 0;
    max-width: inherit
  }

  .bridal-promotion-item .main-text {
    margin-left: 60px
  }

  .store-details-slider .slick-arrow.slick-next {
    right: 32px
  }

  .store-details-slider .slick-arrow.slick-prev {
    left: 32px
  }

  .store-details-address .store-address-tabs .btn {
    min-width: 180px;
    padding: 17px 0
  }

  .ganiz-grid-con {
    padding-left: 100px
  }

  .ganiz-store-con {
    margin-right: 100px
  }

  .search-result-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px
  }

  .additional-help {
    margin-top: 0
  }

  .promotionBanner .slideshow {
    padding: 0 50px
  }

  .newsletter-bg {
    margin: 0;
    padding-left: 0;
    padding-right: 0
  }

  .catalog-title {
    font: 400 42px/1.24 'cormorant_garamondregular';
    margin-bottom: 32px
  }

  .catalog-filters-wrap {
    display: block;
    position: static;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    padding: 0
  }

  .catalog-filters-sort-btns,
  .catalog-filters-wrap .close {
    display: none
  }

  .sort-btn .select-box select {
    z-index: 9;
    position: relative;
    min-width: 180px;
    border: solid 1px #000;
    line-height: 2;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    width: 134px
  }

  .product-banner {
    margin-bottom: 32px
  }

  .sort-btn {
    margin-bottom: 20px;
    margin-top: 20px
  }

  .catalog-filters-actions.active {
    display: none
  }

  .our-legacy-tabs {
    padding-top: 38px;
    top: 42px
  }

  .legacy-list-slider .bridal-grid-img {
    max-width: 606px
  }

  .our-legacy-tab-content .bridal-grid {
    display: grid
  }

  .our-legacy-tab-content .bridal-grid-img {
    margin-bottom: 24px
  }

  .our-legacy-tab-content .bridal-grid-con {
    padding: 0 24px 0 0;
    max-width: 486px
  }

  .events-slider-wrp {
    max-width: 450px
  }

  .news-events-item {
    max-width: 450px
  }

  .photo-events-item {
    margin-bottom: 60px
  }

  .login-wrap-con {
    max-width: 383px;
    margin: 60px auto
  }

  .redirectImg-wrap .redirect-bannercon {
    width: 100%;
    max-width: 795px;
    padding: 60px 50px
  }

  .checkout-container {
    padding: 165px 24px;
    margin-right: auto !important;
    margin-left: auto !important
  }

  .checkout-container .opc-progress-bar {
    margin-bottom: 30px
  }

  .checkout-container .opc-wrapper {
    width: 60%
  }

  .checkout-container .opc-summary-wrapper {
    width: 40%;
    margin: 0
  }

  .checkout-container .opc-wrapper .hidden-fields.fullwidth-password .field {
    width: 100%
  }

  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 10px;
    clear: both;
    margin-bottom: 10px;
    margin-right: 10px
  }

  .additional-payment-wrap {
    width: 100%;
    clear: both;
    float: left;
    top: -60px;
    position: relative
  }

  .checkout-cart.cart.table-wrapper {
    display: block !important;
    margin: 0
  }

  .block.items-in-cart .title {
    display: none !important
  }

  .checkout-container .opc-block-summary>.title {
    border: 0
  }

  .checkout-payment-method .ccard .fields>.year {
    padding-left: 12px
  }

  .checkout-payment-method .ccard .fields>.month {
    padding-right: 12px
  }

  .product-catalog-wrap .block-title {
    font: 400 28px/1.36 'cormorant_garamondregular'
  }

  .modal-popup .modal-inner-wrap {
    margin: 5rem auto
  }

  .account.account.page-layout-2columns-left .column.main {
    width: 77.7%;
    padding-left: 15px
  }

  .account-nav .content {
    min-height: 500px
  }

  .myaccount-info {
    display: flex
  }

  .account.page-layout-2columns-left .myaccount-right {
    margin-left: 50px
  }

  .storepreference-block .store-item {
    max-width: 374px;
    margin-right: 24px
  }

  .content-page-wrapper h1 {
    font-size: 42px;
    margin-bottom: 30px
  }

  .content-page-wrapper h3 {
    font-size: 28px
  }

  .list-view li {
    margin-bottom: 10px
  }

  .desk-filter {
    padding-top: 62px
  }

  .checkout-cart.cart.table-wrapper .product-item-qty-price {
    margin-top: 27px !important
  }

  .form-group.response-field-radio {
    margin-bottom: 20px
  }

  .customer-account-create .fieldset .field-name-firstname,
  .customer-account-create .fieldset .field-name-lastname,
  .customer-account-create .fieldset .field-address-lastnamekana,
  .customer-account-create .fieldset .field-address-firstnamekana,
  .customer-account-create .fieldset .field-custom_gender,
  .customer-account-create .fieldset .field-custom_profession,
  .customer-account-create .fieldset .password,
  .customer-account-create .fieldset .confirmation,
  .customer-account-create .fieldset .city,
  .customer-account-create .fieldset .region,
  .customer-account-create .fieldset .zip,
  .customer-account-create .fieldset .country {
    width: 50%;
    padding: 0 12px;
    float: left
  }

  .customer-account-create .fieldset .field,
  .customer-account-create .fieldset .field-recaptcha,
  .login-wrap-con.custom-forgot .actions-toolbar {
    padding: 0 12px
  }

  .customer-account-create .fieldset .field .field {
    padding: 0
  }

  .cookies-wrp {
    display: grid;
    grid-gap: 40px;
    align-items: center;
    text-align: left
  }

  .amgdprcookie-bar-template.-bottom .content {
    display: flex;
    grid-gap: 40px;
    align-items: center;
    text-align: left;
    justify-content: space-between
  }

  .cookies_clumn {
    grid-column: 1/3
  }

  .cookies_clumn.last {
    grid-column: 3/3
  }

  .cookies__policy .close {
    top: calc(50% - 24px)
  }

  .form-group.pearlinformation-zipcode {
    width: 50%
  }

  .amgdprcookie-bar-container .amgdprcookie-policy {
    flex: 1;
    padding-right: 24px
  }

  .modal-popup.amgdprcookie-modal-container .action-close {
    padding: 10px !important;
    cursor: pointer
  }

  .amgdprcookie-modal-template .amgdprcookie-button.-allow,
  .amgdprcookie-bar-container .amgdprcookie-button.-allow,
  .amgdprcookie-bar-container .amgdprcookie-button.-settings,
  .amgdprcookie-modal-template .amgdprcookie-button.-save,
  .amgdprcookie-button.-denyAll,
  .amgdprcookie-button.-deny {
    min-width: 140px;
    padding: 15px 12px;
    margin: 0 2px
  }

  .amgdprcookie-bar-template .-bottom .content .actions {
    text-align: center;
    max-width: 450px
  }

  .bridal-grid-video .bridal-grid-con.p-left {
    padding-left: 124px;
    width: 100%;
    max-width: 100%
  }

  .our-legacy-banner.video-banner .innerBannerImg .bannerCon {
    padding: 0
  }
}

@media (min-width:1025px) {
  body.overflow {
    padding-right: 17px
  }

  .productSlider .productList {
    margin-right: 0
  }

  .wishlist:hover img {
    margin-top: -24px
  }

  .productSlider .productList a {
    display: block
  }

  .tabs-nav-wrap+.tabs-main-content .productSlider {
    margin-top: -10px
  }

  .productSlider [class*=col-] {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .modelCon {
    padding: 102px 102px 112px 114px
  }

  .classic-high-jewelry-slider {
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
  }

  .bridal-grid {
    grid-gap: 24px
  }

  .bridal-grid.bridal-grid-video {
    grid-gap: 124px
  }

  .search-main-text h3 {
    font: 400 42px/1.36 'cormorant_garamondregular'
  }

  .search-result-list .news-events-col {
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08)
  }

  .search-result-list .news-events-col img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .08)
  }

  .promotionBanner .slideshow {
    padding: 0 120px
  }

  .events-slider-wrp {
    max-width: 550px
  }

  .news-events-item {
    max-width: 550px
  }

  .jeg_right_column {
    padding: 25px 0 25px 130px
  }

  .photo-gallery-slider,
  .high-jewelry-event {
    padding: 0 100px
  }

  .newsandevents-slider .slick-arrow.slick-next {
    right: -40px
  }

  .newsandevents-slider .slick-arrow.slick-prev {
    left: -40px
  }

  .modal-popup .modal-inner-wrap {
    margin: 5rem auto
  }

  .stores-header.header-sticky {
    position: fixed;
    top: 47px;
    width: 100%;
    background: #fff;
    z-index: 998;
    left: 0
  }

  .container-relative-wrp .promo-text {
    left: 125px
  }

  #searchbyarea {
    margin-top: -174px
  }
}

@media (min-width:1200px) {
  .header {
    padding-left: 22px;
    padding-right: 22px
  }

  .header-col {
    margin: 0 7px
  }

  .news-events-col h3,
  .news-events-col h4 {
    font: 400 28px/1.5 'cormorant_garamondregular';
    margin: 30px 15px
  }

  .related-news-events .news-events-col h3 {
    font: 400 24px/1.5 'cormorant_garamondregular';
    margin: 30px 15px
  }

  .desktop-menu-col>ul {
    max-width: 340px
  }

  .desktop-menu-col .subMenu {
    left: 340px
  }

  .desktop-menu-col .subMenuBanner {
    max-width: 470px
  }

  .innerBannerImg .bannerCon {
    padding: 0 120px;
    max-width: 730px
  }

  .newsletter-con .main-text {
    padding-left: 124px
  }

  .stores-list {
    grid-template-columns: repeat(3, 1fr)
  }

  .area-search-wrap {
    grid-template-columns: calc(75% - 12px) calc(25% - 12px);
    padding: 10px
  }

  .news-events-overlay {
    background: #f8f9f9;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
  }

  .news-events-overlay-con {
    position: absolute;
    left: 45px;
    right: 45px;
    top: 50%;
    transform: translateY(-50%)
  }

  .news-events-col .news-events-overlay h3 {
    margin: 60px 0
  }

  .bridal-grid-video .bridal-grid-con {
    padding: 0
  }

  .bridal-grid-video .bridal-grid-img {
    max-width: 708px
  }

  .bridal-promotion-slider .slick-arrow.slick-prev {
    left: 60px
  }

  .bridal-promotion-slider .slick-arrow.slick-next {
    right: 60px
  }

  .search-result h4,
  .search-result h2 {
    font: 400 28px/1.5 'cormorant_garamondregular';
    margin: 20px 0
  }

  .p-top-100 {
    padding-top: 100px
  }

  .services-wrap .bridal-grid-con {
    padding-left: 100px
  }

  .grid-ltr .bridal-grid:nth-child(even) .bridal-grid-con {
    padding-left: 0;
    padding-right: 100px
  }

  .service-tabify-wrap .tabs-nav li {
    margin: 0 34px
  }

  .opening-store .bridal-grid-con {
    padding-right: 100px;
    padding-left: 0
  }

  .newsletter-bg {
    padding: 95px 0
  }

  .newsletter-bg .newsletter-con {
    grid-gap: 200px
  }

  .product-detail-wrap {
    padding: 0
  }

  .product-slider-wrap {
    width: 58%;
    float: left;
    position: relative
  }

  .product-slider-thumbs {
    margin-top: 32px;
    margin-top: -32px;
    display: block;
    width: 416px
  }

  .product-thumb,
  .product-thumb:focus {
    cursor: pointer;
    background: #fff;
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
    margin: 0;
    text-align: center
  }

  .product-slider-thumbs .slick-slide {
    margin: 64px 4px
  }

  .product-slider-wrap .product-slider-item {
    text-align: center
  }

  .product-slider-wrap .product-slider-item img {
    display: inline-block
  }

  .product-thumb img {
    opacity: .2;
    transition: all .2s ease-in-out;
    width: auto
  }

  .slick-current .product-thumb img {
    opacity: .6;
    transition: all .2s ease-in-out;
    width: auto
  }

  .product-thumb:hover img,
  .product-thumb.slick-current img {
    opacity: 1
  }

  .product-thumb.video-icon img {
    margin: 12px
  }

  .product-detail-con {
    padding-left: 8%;
    float: left;
    max-width: 470px;
    z-index: 2;
    position: sticky;
    padding-bottom: 20px;
    transition: all .2s ease;
    padding-top: 25px;
    max-height: 100vh;
    overflow: auto
  }

  .product-share {
    position: absolute;
    right: 0;
    bottom: 96px;
    left: inherit;
    transform: translateY(50%);
    margin: 0
  }

  .product-detail-form {
    display: block
  }

  .product-detail-mob-actins {
    display: none
  }

  .product-md-grid-slider .slick-slider {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -64px
  }

  .product-md-grid-item,
  .product-md-grid-item+.product-md-grid-item.slick-current {
    margin-left: 12px;
    margin-right: 12px
  }

  .product-md-grid-slider .slick-slider .slick-list {
    padding: 0
  }

  .product-md-grid-slider .slick-prev,
  .product-md-grid-slider .slick-next {
    background: url("../images/arrow-right-1.png") no-repeat center;
    border: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -16px;
    color: transparent;
    cursor: pointer;
    z-index: 2
  }

  .product-md-grid-slider .slick-prev {
    left: -28px;
    right: inherit;
    transform: rotate(180deg)
  }

  .product-banner-con {
    left: 100px
  }

  .product-catalog-item {
    background: #fff;
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
    overflow: hidden
  }

  .product-catalog-item-img {
    box-shadow: none
  }

  .product-catalog-item-hover {
    position: absolute;
    top: 0;
    right: -10px;
    left: -10px;
    background: #fff;
    box-shadow: 8px 16px 64px 0 rgba(0, 0, 0, .08);
    min-height: 100%;
    padding: 16px 36px;
    opacity: 0;
    z-index: 2
  }

  .account .product-catalog-item-hover {
    padding: 15px
  }

  .account .product-catalog-item-slider .slick-next {
    right: -14px
  }

  .account .product-catalog-item-slider .slick-prev {
    left: -14px
  }

  .product-catalog-item-hover-con {
    display: none
  }

  .product-catalog-item:hover,
  .product-catalog-item:focus {
    box-shadow: none;
    z-index: 3;
    overflow: inherit
  }

  .product-catalog-item:hover .product-catalog-item-hover-con,
  .product-catalog-item:focus .product-catalog-item-hover-con {
    display: block
  }

  .product-catalog-item-slider {
    margin-bottom: 16px;
    display: block
  }

  .product-catalog-item-slider .slick-slide:focus {
    outline: none
  }

  .product-catalog-item-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/arrow-right-1.png") no-repeat center;
    color: transparent;
    border: none;
    cursor: pointer
  }

  .product-catalog-item-slider .slick-prev {
    transform: rotate(180deg);
    left: -20px
  }

  .product-catalog-item-slider .slick-next {
    right: -20px
  }

  .product-catalog-item .product-price-wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .product-catalog-item .product-price-wishlist .price {
    font: 400 28px/1.36 'cormorant_garamondregular'
  }

  .product-catalog-item .product-price-wishlist .wishlist {
    position: static
  }

  .product-catalog-item .actions {
    margin-top: 16px
  }

  .product-catalog-item .actions .quick-view {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: solid 1px #000;
    position: static;
    color: #000;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
  }

  .product-detail-popup .product-slider-thumbs {
    padding: 0
  }

  .product-detail-popup .product-detail-con {
    max-width: 42%;
    padding-left: 50px;
    position: static;
    top: inherit
  }

  .product-detail-popup .product-title h2,
  .product-detail-popup .product-title h1 {
    font-size: 28px !important
  }

  .product-detail-popup .select-box {
    z-index: 1
  }

  .legacy-list-slider .bridal-grid-con:nth-child(even) {
    padding-left: 0
  }

  .legacy-history-wrap-con h2 {
    position: absolute;
    left: 80px;
    top: 0;
    padding: 50px 0 0;
    color: #fff;
    z-index: 1
  }

  .legacy-history-slide {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    direction: rtl;
    padding: 0
  }

  .legacy-history-con {
    padding: 80px;
    text-align: left;
    direction: ltr
  }

  .legacy-history-label {
    margin-top: 0
  }

  .legacy-history-con h3 {
    font: 700 72px/1.11 'cormorant_garamondbold';
    margin-bottom: 15px
  }

  .legacy-history-con h4 {
    font: 400 40px/1.2 'cormorant_garamondregular';
    margin-bottom: 30px
  }

  .legacy-history-con p {
    font-size: 16px;
    font-weight: 500
  }

  .legacy-history-slider .slick-dots {
    top: 50%;
    left: 50px;
    bottom: inherit;
    right: inherit;
    width: auto;
    transform: translateY(-50%)
  }

  .legacy-history-slider .slick-dots li {
    display: block;
    margin: 8px 0
  }

  .legacy-history-slider .slick-dots li button {
    margin-left: 1px
  }

  .legacy-history-slider .slick-dots li.slick-active button {
    margin-left: 0
  }

  .legacy-history-slider .slick-arrow {
    bottom: 60px;
    left: 80px;
    width: 140px;
    text-align: center;
    cursor: pointer
  }

  .legacy-history-slider .slick-arrow.slick-prev {
    left: 80px;
    cursor: pointer
  }

  .legacy-history-slider .slick-arrow.slick-next,
  .legacy-history-slide-button .slick-arrow.slick-next {
    background: #04070a url("../images/white-arrow-down.png") no-repeat left top;
    background-size: 22px
  }

  .legacy-history-slider .slick-arrow.slick-prev,
  .legacy-history-slide-button .slick-arrow.slick-prev {
    background: #04070a url("../images/white-arrow-up.png") no-repeat left top;
    background-size: 22px
  }

  .legacy-history-slider .slick-arrow.slick-next:before {
    content: 'View Next';
    display: block;
    color: #fff;
    position: static;
    white-space: normal
  }

  .our-legacy-tab-content .bridal-grid-con {
    padding: 0
  }

  .legacy-history-slider .slick-arrow.slick-next.slick-disabled {
    opacity: .3
  }

  .cart-summary {
    position: sticky !important;
    top: 80px !important;
    clear: both;
    position: fixed
  }

  .our-legacy-slider .slick-dots,
  .ginza-our-legacy-slider .slick-dots {
    position: absolute;
    top: calc(50% - 25px);
    left: 20px;
    z-index: 9999;
    bottom: inherit;
    right: inherit;
    width: auto;
    margin: 0;
    z-index: 0
  }

  .our-legacy-slider .slick-dots li,
  .ginza-our-legacy-slider .slick-dots li {
    display: block;
    padding: 0;
    font-size: 0px;
    letter-spacing: 0;
    margin: 19px 10px;
    color: transparent;
    border-bottom: 0
  }

  .our-legacy-slider .slick-dots li a,
  .ginza-our-legacy-slider .slick-dots li a {
    transform: none;
    cursor: pointer
  }

  .our-legacy-slider .slick-dots li.slick-active a:hover:before,
  .ginza-our-legacy-slider .slick-dots li.slick-active a:hover:before {
    display: none !important;
    content: ""
  }

  .our-legacy-slider .slick-dots li a span,
  .ginza-our-legacy-slider .slick-dots li a span {
    left: -5px
  }

  .legacy-history-wrap-con.sticky {
    position: fixed;
    top: 80px;
    z-index: 99;
    max-width: 1440px
  }

  .account.page-layout-2columns-left .sidebar-main {
    max-width: 260px
  }

  .modal-popup .modal-inner-wrap {
    max-width: 70%
  }

  html[lang=ja] .header-col {
    font-size: 11px
  }

  .slick-vertical .slick-slide {
    min-height: 850px
  }

  .services-wrap .bridal-grid-con.left-p-60 {
    padding-left: 50px
  }
}

@media (min-width:1366px) {
  .legacy-history-wrap-con h2 {
    left: 120px;
    padding-top: 80px
  }

  .legacy-history-con {
    padding: 80px 120px
  }

  .legacy-history-slider .slick-dots {
    left: 80px
  }

  .legacy-history-slider .slick-arrow.slick-prev,
  .legacy-history-slide-button .slick-arrow.slick-prev {
    left: 114px
  }

  .legacy-history-slider .slick-arrow,
  .legacy-history-slide-button .slick-arrow {
    bottom: 66px;
    left: 114px;
    width: 120px;
    padding-left: 30px
  }

  .store-details-grid .bridal-grid-con {
    margin-left: 78px
  }

  html[lang=ja] .header-col {
    font-size: 12px
  }

  .header-col img {
    max-height: inherit
  }
}

@media (min-width:1440px) {
  .store-details-grid .bridal-grid-con {
    margin-left: 120px
  }
}

html[lang=ja] *,
html[lang=ja] .account .table-wrapper th,
html[lang=ja] .tabs-nav li a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400
}

html[lang=ja] h1,
html[lang=ja] h2,
html[lang=ja] h3,
html[lang=ja] h4,
html[lang=ja] h5,
html[lang=ja] h6,
html[lang=ja] .pearl-txt,
html[lang=ja] .related-news-events .news-events-col h4,
.cart.table-wrapper .price-excluding-tax .price,
html[lang=ja] .additional-payment-accordion .fund-item-title,
html[lang=ja] .additional-payment-accordion .fund-item-title a,
html[lang=ja] .checkout-Receipt-wrp .step-title,
html[lang=ja] .ordersummary-shipping-address .step-title,
html[lang=ja] .account.page-layout-2columns-left .heading,
html[lang=ja] .account .column.main .block-title strong,
html[lang=ja] .account .column.main .block:not(.widget) .block-title strong,
html[lang=ja] .news-header-grid .bridal-grid-con h3,
html[lang=ja] .legacy-intro-con p,
html[lang=ja] .bag-model-wrp .header-col .text,
html[lang=ja] .cart-summary>.title,
html[lang=ja] .checkout-container .opc-wrapper .step-title,
html[lang=ja] .checkout-container .opc-block-summary>.title,
html[lang=ja] .modal-popup .modal-title,
.news-header-grid .bridal-grid-con h3,
.news-header-grid .bridal-grid-con h2,
.news-header-grid .bridal-grid-con h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400
}

html[lang=ja] .searchresult-wrp .srch-inp input[type=text],
html[lang=ja] .account .wishlist-title .action.edit,
html[lang=ja] .account .wishlist-title .action.remove,
html[lang=ja] .account.page-layout-2columns-left .column.main .box-title span,
html[lang=ja] .account .column.main .block:not(.widget) .box-title span,
html[lang=ja] .account .wishlist-select .wishlist-name-label,
html[lang=ja] .footer * {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400
}

html[lang=ja] .sr-steps-indicator li span {
  line-height: 22px
}

html[lang=ja] .opc-block-summary .table-totals .amount span,
html[lang=ja] .checkout-container .opc-block-summary .table-totals .grand .amount span,
html[lang=ja] .legacy-history-con h3,
html[lang=ja] .cart.table-wrapper .price-including-tax .price,
html[lang=ja] .table-totals .grandtotal .amount span,
html[lang=ja] .cart-totals .grand .amount strong span,
html[lang=ja] .cart-totals .amount span,
html[lang=ja] .checkout-container .opc-block-summary .table-totals .grand .amount strong span {
  font: 400 28px/1.58 'cormorant_garamondregular'
}

html[lang=ja] .cart-summary .cart-totals .totals .amount,
html[lang=ja] .opc-block-summary .table-totals .amount span {
  font: 400 28px/1.58 'cormorant_garamondregular'
}

html[lang=th] * {
  font-family: 'Noto Sans Thai UI', sans-serif;
  font-weight: 400
}

html[lang=th] *,
html[lang=th] .account .table-wrapper th,
html[lang=th] .tabs-nav li a {
  font-family: 'Noto Sans Thai', sans-serif, 'Angsana New', 'Ayuthaya'
}

html[lang=th] h1,
html[lang=th] h2,
html[lang=th] h3,
html[lang=th] h4,
html[lang=th] h5,
html[lang=th] h6,
html[lang=th] .pearl-txt,
html[lang=th] .related-news-events .news-events-col h4,
html[lang=th] .cart.table-wrapper .price-including-tax .price,
.cart.table-wrapper .price-excluding-tax .price,
html[lang=th] .additional-payment-accordion .fund-item-title,
html[lang=th] .additional-payment-accordion .fund-item-title a,
html[lang=th] .checkout-Receipt-wrp .step-title,
html[lang=th] .ordersummary-shipping-address .step-title,
html[lang=th] .account.page-layout-2columns-left .heading,
html[lang=th] .account .column.main .block-title strong,
html[lang=th] .account .column.main .block:not(.widget) .block-title strong,
html[lang=th] .news-header-grid .bridal-grid-con h3,
html[lang=th] .legacy-intro-con p {
  font-family: 'tavirajthai';
  font-weight: 300
}

html[lang=en] .sr-steps-indicator.indicators2:after {
  max-width: 150px
}

html[lang=en] .product-reservation-item .reservation-Radio[type=radio]+label span:before {
  margin-top: 0
}

html[lang=en] .cms-catalog-request div#gender-error,
html[lang=en] .custom-radio-box div#gender-error,
html[lang=en] .custom-radio-box div.mage-error {
  left: -80px
}

.fotorama__arr--next {
  right: 0 !important;
  background: 0 0
}

.fotorama__arr--prev {
  left: 0 !important
}

.fotorama__arr:active,
.fotorama__thumb__arr:active,
.fotorama__arr:hover,
.fotorama__thumb__arr:hover,
.fotorama__arr:active,
.fotorama__thumb__arr:active,
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background: none !important
}

.fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  background: url(../images/arrow-right-2.png) no-repeat center !important
}

.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  background: url(../images/arrow-right-2.png) no-repeat center !important;
  transform: rotate(180deg);
  top: 44%;
  left: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 1 !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important;
  -o-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important
}

.fotorama__thumb-border {
  border: 0 !important;
  background: 0 0 !important
}

.fotorama1595312359964 .fotorama__thumb-border {
  border: 0 !important
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  opacity: .2;
  transition: all .2s ease-in-out;
  width: auto
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img:hover,
.fotorama__active .fotorama_vertical_ratio .fotorama__img {
  opacity: 1
}

.fotorama__thumb {
  background: 0 0 !important
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  opacity: .2;
  transition: all .2s ease-in-out;
  cursor: pointer;
  width: auto
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 25px !important
}

.fotorama__active .fotorama__dot {
  background-color: #e5d3a9 !important;
  border-color: #e5d3a9 !important
}

.fotorama__dot {
  border: 4px solid #e1e4e8 !important
}

.product-slider-thumbs .slick-track {
  margin-left: 0;
  margin: 0 auto !important
}

@media (max-width:767px) {

  .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr,
  .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    display: none !important
  }
}

.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  text-align: center
}

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  display: none !important
}

html[lang=th] body,
html[lang=th] .main-text p {
  font-size: 17px
}

html[lang=th] .news-events-col a.news-events-read,
html[lang=th] .slickslider-heading a.news-events-read,
html[lang=th] .explore-con a.news-events-read,
html[lang=th] .ganiz-grid-con a.news-events-read,
html[lang=th] .fLinks li a,
html[lang=th] .fLinks p,
html[lang=th] .header-col,
html[lang=th] .btn,
html[lang=th] .amgdprcookie-button,
html[lang=th] .tabs-nav li,
html[lang=th] .main-text a {
  font-size: 15px
}

html[lang=th] h3 {
  font-size: 22px
}

html[lang=th] h6 {
  font-size: 15px
}

html[lang=zh] h1,
html[lang=zh] h2,
html[lang=zh] h3,
html[lang=zh] h4,
html[lang=zh] h5,
html[lang=zh] h6,
html[lang=zh] .pearl-txt,
html[lang=zh] .related-news-events .news-events-col h4,
.cart.table-wrapper .price-excluding-tax .price,
html[lang=zh] .additional-payment-accordion .fund-item-title,
html[lang=zh] .additional-payment-accordion .fund-item-title a,
html[lang=zh] .checkout-Receipt-wrp .step-title,
html[lang=zh] .ordersummary-shipping-address .step-title,
html[lang=zh] .account.page-layout-2columns-left .heading,
html[lang=zh] .account .column.main .block-title strong,
html[lang=zh] .account .column.main .block:not(.widget) .block-title strong,
html[lang=zh] .news-header-grid .bridal-grid-con h3,
html[lang=zh] .bag-model-wrp .header-col .text,
html[lang=zh] .cart-summary>.title,
html[lang=zh] .checkout-container .opc-wrapper .step-title,
html[lang=zh] .checkout-container .opc-block-summary>.title,
html[lang=zh] .modal-popup .modal-title,
html[lang=zh] .news-header-grid .bridal-grid-con h3,
html[lang=zh] .news-header-grid .bridal-grid-con h2,
html[lang=zh] .news-header-grid .bridal-grid-con h1 {
  font-family: 'Noto Serif SC', serif
}

html[lang=zh] .main-text h3,
html[lang=zh] .main-text h2,
html[lang=zh] h1,
html[lang=zh] h2,
html[lang=zh] h3,
html[lang=zh] .bannerCon h2,
html[lang=zh] .bannerCon h1,
html[lang=zh] .news-events-col h3,
html[lang=zh] .news-events-col h4 {
  font-family: 'Noto Serif SC', serif
}

html[lang=zh] body,
html[lang=zh] .legacy-intro-con p {
  font-family: 'Noto Sans SC', sans-serif !important
}

.header-col.footer-weblink {
  display: block;
  width: 100%;
  text-align: center;
  margin: 50px 0 0
}

.footer_logo .mikimoto-logo {
  text-align: center
}

.right-header .languages-wrap.active {
  right: 0
}

.promotionBanner .slideshow .slide-arrow {
  background-color: #00000000
}

@media (min-width:768px) {
  .footer_logo {
    padding: 20px 0 80px;
    margin: 0
  }
}

html[lang=en] #shipping-new-address-form .field:nth-child(5) {
  width: 100%
}

html[lang=en] #shipping-new-address-form .field:nth-child(10) {
  width: 50%;
  float: left
}

html[lang=en] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(5) {
  width: 100%
}

html[lang=en] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(10) {
  width: 50%
}

html[lang=en] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(12) {
  width: 100%
}

html[lang=en] #shipping-new-address-form .field:nth-child(12) {
  width: 100%
}

#opc-shipping_method {
  clear: both
}

@media (max-width:767px) {

  html[lang=en] #shipping-new-address-form .field:nth-child(10),
  html[lang=en] .checkout-container .opc-wrapper .payment-method-billing-address .fieldset .field:nth-child(10) {
    width: 100%;
    float: left
  }

  .explore-the-original {
    clear: both;
    top: -50px
  }
}

@media (min-width:768px) {
  .lookbook-container.mb-100 {
    margin-bottom: 100px
  }

  .explore-the-original {
    clear: both;
    top: -100px
  }
}

@media (max-width:991px) {
  .promotions-header .desktop-header {
    display: none
  }
}

@media (min-width:992px) {
  .promotions-header .desktop-header {
    display: grid
  }

  .column.main .block.mb-100 {
    margin-bottom: 100px
  }
}

.towishlist.active,
.towishlist.active span {
  background-position: 0 -24px
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 80%
}

.modal-footer button {
  font-size: 14px
}

.modal-slide .action-close {
  cursor: pointer
}

.wish.wrapper {
  display: inline-block
}

.wish.wrapper .item.link.wishlist,
#mobile-wishlist .item.link.wishlist {
  position: static;
  width: 100%;
  height: auto;
  background: url("../images/wishlist1.png") left center no-repeat;
  padding-left: 30px;
  line-height: 30px
}

#mini-wishlist-modal .product-item-actions .actions-secondary>.action {
  line-height: 38px;
  text-align: center;
  width: 45px;
  background: url(../images/close.png) left center no-repeat;
  z-index: 9;
  height: 38px;
  display: block;
  background-size: 40%
}

#mini-wishlist-modal .products-grid .product-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative
}

#wishlist-popup .product-item-actions .actions-secondary {
  position: relative;
  bottom: 0;
  right: 0
}

.product-item .tocart {
  background: #e5d3a9;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  width: 95%;
  padding: 13px 20px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.promotionheaderlogo-sp {
  margin: 0 auto
}

.header-cal-sp {
  display: flex;
  clear: both;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0 0
}

.header-cal-sp a {
  text-decoration: none
}

.header-cal-sp .languages-wrap.active {
  position: relative;
  top: 0
}

.header-cal-sp .languages-country {
  top: -19px
}

.promotionheaderlogo-sp .mikimoto-logo {
  max-width: none
}

#mini-wishlist-modal .product-item-info {
  max-width: 100%;
  width: 100%
}

.product-image-wrapper img.product-image-photo {
  width: 100%;
  height: auto !important
}

.video-thumb-icon:after {
  background: url(../images/vid-play.png) no-repeat bottom left !important
}

.gp-look .lookbook-container {
  margin-bottom: 100px
}

@media (min-width:1025px) {
  .modal-popup .modal-inner-wrap {
    margin: 9rem auto
  }
}

@media (min-width:1024px) {
  .page-layout-1column #mini-wishlist-modal .products-grid .product-item {
    width: 32% !important;
    position: relative;
    padding: 0 20px
  }
}

@media (max-width:1024px) {
  .modal-slide._inner-scroll .modal-footer {
    text-align: center;
    margin-top: auto
  }

  .small-icon #mobile-wishlist {
    line-height: 35px;
    display: block;
    padding: 15px 0;
    border-top: solid 1px #979797
  }

  .modal-popup.modal-slide._inner-scroll._show {
    z-index: 999 !important
  }

  .products-grid .product-item {
    width: 100%;
    margin: 0;
    text-align: left;
    position: relative
  }

  #mini-wishlist-modal .products-grid .product-item-actions,
  #mini-wishlist-mobile-modal .products-grid .product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px
  }

  .modal-header h1 {
    font-size: 30px !important
  }

  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-size: 52px
  }

  .modal-slide .action-close {
    padding: 1.1rem 0
  }
}

@media (max-width:991px) {
  .mobile-header-promotion {
    display: block
  }
}

#mini-wishlist-modal .product-item .price-box {
  display: inline
}

.product-item-inner {
  margin: 20px 0 0;
  float: left;
  width: 100%
}

.popup__content--product>div a.wishlist {
  width: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  margin-right: -20px;
  float: right
}

.pin__opened .pin__popup {
  width: 260px !important
}

.popup__content--product>div a.wishlist {
  width: 24px;
  height: 24px;
  padding: 0;
  border: none !important
}

.lookbook-image-div {
  border: none !important
}

.pin__type--area .popup__content--product>div {
  padding: 15px 10px !important
}

.popup__content {
  padding: 10px !important
}

.popup__content--product>div {
  margin: 0 -10px !important
}

.pin__type--area .popup__content--product>div a {
  border-bottom: solid 1px #000;
  text-transform: uppercase;
  padding-bottom: 6px;
  letter-spacing: 2px;
  font-size: 12px;
  width: auto
}

.pin__type--area .popup__content--product>div {
  padding: 15px 20px
}

.pin__type--area .popup__content--product {
  text-align: left
}

.popup__content--product>div form {
  width: 55% !important
}

span.variation_price {
  color: #000;
  display: inline-block
}

.popup__content--product>div button.action.primary {
  width: 100%;
  padding: 19px 16px 20px !important;
  margin-top: 0;
  background: #e5d3a9 !important;
  border-radius: 4px;
  margin-left: 10px !important
}

#mini-wishlist-modal .products-grid .product-item-actions a {
  text-decoration: none
}

a.lookbook-close {
  background: url(../images/close.png) no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 15px
}

a.lookbook-close span {
  display: inline-block;
  height: 26px;
  width: 26px;
  font-size: 0px
}

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  opacity: .2 !important;
  cursor: pointer
}

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img:hover {
  opacity: 1 !important
}

@media (max-width:767px) {
  .pin__opened .pin__popup {
    width: 260px !important
  }
}

.lookbook-image-div {
  border-top: none !important
}

.lookbook-price .price-box {
  display: inline-block
}

.lookbook-price .variation_price {
  padding-left: 5px
}

.popup__content--product>div button.action.primary {
  text-transform: uppercase
}

.product-item .tocart {
  text-transform: uppercase
}

a.removefromwish.delete.delete-icon {
  border: 0 !important
}

#mini-wishlist-modal .products-grid .product-item-actions a {
  border-bottom: solid 1px #000
}

.item.history {
  position: relative;
  margin: 0;
  cursor: pointer
}

.item.history item {
  margin: 10px 0;
  cursor: pointer
}

button.clearHistory {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  height: 30px;
  width: 30px;
  border: 0;
  font-size: 14px
}

.np-keyword-suggest {
  width: 100%;
  margin-right: 0
}

.np-keyword-suggest .item {
  cursor: pointer;
  padding-left: 10px
}

.np-keyword-suggest .item:hover {
  cursor: pointer;
  background: #f1f1f1
}

.np-suggest-container {
  width: 100%
}

.np-item-suggest-v2 {
  padding-right: 5px;
  padding-left: 5px;
  border: solid 1px #f1f1f1;
  width: 50%
}

.np-item-suggest-v2 table {
  text-align: left !important
}

.np-item-suggest-v2 div {
  text-align: center;
  padding: 5px 0 5px
}

.np-item-suggest-v2 table td {
  text-align: center;
  padding: 10px;
  border: solid 1px #eee !important
}

.np-item-suggest-v2 table tr {
  margin-bottom: 2px;
  display: block;
  background: #f1f1f1
}

.np-item-suggest-v2 table td+td {
  text-align: left;
  border: 0 !important
}

.np-item-suggest-v2 table td+td a {
  text-align: left;
  text-decoration: none
}

.np-item-suggest-v2 table td {
  text-align: center;
  padding: 10px;
  border: solid 1px #eee !important
}

.no-offer-info .login-wrap .container:before {
  width: 0
}

.block-new-customer2+.block-customer-login {
  margin-bottom: 0;
  width: 100%;
  flex: inherit;
  max-width: 100%
}

.searchresult-wrp12 .srch-inp .surname-btn {
  left: 0;
  position: absolute !important
}

.searchresult-wrp12 .srch-inp.is_focused .surname-btn {
  right: 52px;
  left: inherit;
  position: absolute !important
}

.popup__content--product>div button.action.primary {
  cursor: pointer
}

#mini-wishlist-modal .products-grid .product-item-actions a.action {
  border: 0
}

.np-suggest-container {
  top: 80px !important
}

.block-search .search .control {
  margin: 0;
  padding: 0
}

.np-keyword-suggest div div {
  padding: 7px 0
}

@media (max-width:767px) {
  .np-keyword-suggest {
    width: 100%;
    margin-right: 0
  }

  .np-suggest-container {
    width: 100%
  }

  .np-item-suggest-v2 {
    width: 100%
  }

  .np-suggest-container {
    display: block !important
  }

  button.clearHistory {
    top: 3px;
    position: absolute;
    right: 30px
  }

  .searchresult-wrp12 .srch-inp.is_focused .surname-btn {
    right: 53px
  }
}

@media (min-width:992px) {

  .pl-thm-mikimoto-b2b.customer-account-create .fieldset .field-name-firstname,
  .pl-thm-mikimoto-b2b.customer-account-create .fieldset .field-name-middlename,
  .pl-thm-mikimoto-b2b .customer-account-create.fieldset .field-name-lastname,
  .pl-thm-mikimoto-b2b.customer-account-create .fieldset .field-name-lastname {
    width: 33.333%
  }
}

@media (max-width:767px) {
  .block-search .minisearch input#search {
    position: static;
    width: 100%;
    padding-right: 85px;
    float: left;
    display: block;
    min-width: 400px
  }
}

@media (max-width:420px) {
  .block-search .minisearch input#search {
    position: static;
    width: 100%;
    padding-right: 85px;
    float: left;
    display: block;
    min-width: 390px
  }
}

@media (max-width:375px) {
  .block-search .minisearch input#search {
    position: static;
    width: 100%;
    padding-right: 85px;
    float: left;
    display: block;
    min-width: 360px
  }
}

@media (max-width:320px) {
  .block-search .minisearch input#search {
    position: static;
    width: 100%;
    padding-right: 85px;
    float: left;
    display: block;
    min-width: 300px
  }
}

.product-detail-con .prices-tier.items span.price-wrapper {
  font: 400 14px 'NotoSans', sans-serif
}

.fieldset .field.required .label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
  content: '*' !important;
  color: #e02b27 !important;
  font-size: 12px !important;
  margin: 0 0 0 5px !important
}

div[name='shippingAddress.country_id'] {
  display: none
}

#shipping-new-address-form>.field._required>.label:after,
#shipping-new-address-form>.field.required>.label:after {
  content: '*' !important
}

@media (max-width:767px) {
  .customerpreview-index-index .form-success-msg .form-group .btn {
    min-width: 200px;
    width: 100%
  }
}

@media (max-width:991px) {
  .navi-search-index .columns {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column
  }
}

@media (max-width:991px) {
  .navi-search-index .column.main {
    order: 2
  }
}

@media only screen and (max-width:767px) {
  .navi-search-index .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0
  }
}

.checkout.methods.items.checkout-methods-items {
  border-top: solid 1px #ddd;
  padding: 10px 0 0;
  margin: 5px 0 0
}

.cart-summary #block-shipping p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px
}

#quote-form-validate .field.required label span {
  font-size: 14px
}

.veritrans_payment_type .field-tooltip.toggle {
  top: 0
}

@media (max-width:767px) {

  .checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field,
  .group.group-2 .veritrans_cvv,
  .group.group-2 .veritrans_payment_type {
    width: 95% !important;
    padding: 0 !important
  }

  .checkout-container .opc-wrapper .field .control._with-tooltip input,
  .page-layout-checkout .checkout-container .opc-wrapper .field .control._with-tooltip select {
    width: 95% !important
  }

  .page-layout-checkout .checkout-container .opc-wrapper .field-tooltip {
    top: 0;
    right: -10px
  }
}

@media (min-width:768px) and (max-width:768px) {
  .login-wrap .container .block-customer-login:before {
    left: 0
  }
}

.mobile-menu.ambassador-dilraba-lng-country {
  display: block !important;
  position: relative
}

.mobile-menu.ambassador-dilraba-lng-country li.small-icon:last-child {
  border: 0
}

.mobile-menu.ambassador-dilraba-lng-country li.small-icon>a {
  background: 0 0;
  border: 0
}

.mobile-menu.ambassador-dilraba-lng-country .mobile-menu-body {
  padding: 0
}

.mobile-menu.ambassador-dilraba-lng-country {
  padding: 0
}

.mobile-menu.ambassador-dilraba-lng-country .subMenu {
  top: 0
}

@media (max-width:767px) {
  .stores-wrap .store-actions {
    position: static;
    display: block
  }

  .stores-wrap .store-actions a {
    display: table;
    margin-bottom: 10px;
    width: auto
  }
}

.skip-navigation-links {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-200%)
}

.slide-item.white-btn .bannerCon .btn-primary {
  background: #fff !important;
  border-color: #fff !important
}

.slide-item.black-btn .bannerCon .btn-primary {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff
}

.homeProduct .tabs-nav li br {
  display: none
}

@media (max-width:767px) {
  .homeProduct .tabs-nav li br {
    display: block
  }

  .homeProduct .tabs-nav {
    display: flex;
    justify-content: center;
    white-space: normal;
    overflow: inherit;
    padding-left: 0
  }

  .homeProduct .tabs-nav li {
    padding: 10px;
    letter-spacing: 1px
  }
}

.table-mikimoto-container table {
  border: solid 1px #000
}

.table-mikimoto-container table tr:not(:last-child) {
  border-bottom: solid 1px #c8c8c8
}

.table-mikimoto-container table td:not(:last-child) {
  border-right: solid 1px #c8c8c8
}

.amgdprcookie-toggle-cookie label {
  width: 54px;
  height: 32px;
  box-sizing: border-box;
  padding: 0;
  background: #f2f2f2;
  border: solid 2px #c5c5c5;
  border-radius: 32px;
  position: relative
}

.amgdprcookie-toggle-cookie label:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: none;
  background: #7d7d7d;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px
}

.amgdprcookie-toggle-cookie input[type=checkbox]+label:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: none;
  background: #e6d4a2;
  border-radius: 50%;
  position: absolute;
  left: inherit;
  right: 2px;
  top: 2px
}

.amgdprcookie-toggle-cookie input:checked+label:before {
  opacity: 0
}

.amgdprcookie-toggle-cookie input:checked+label {
  border-color: #f5edd6
}

.slideshow .custom-dots .container {
  display: flex;
  align-items: center
}

.slideshow .custom-dots li {
  vertical-align: middle
}

.slideshow .custom-buttons {
  margin-right: 5px;
  display: flex;
  align-items: center
}

.slideshow .custom-buttons button {
  display: none;
  background: 0 0;
  border: none;
  appearance: none;
  cursor: pointer
}

.slideshow .custom-buttons button img {
  width: 20px;
  height: 24px
}

.slideshow .custom-buttons .pause {
  display: block
}

.filter-options-item>.navi-url {
  padding-left: 28px !important
}

.filter-options-item>.navi-url:before {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #000 !important;
  left: 0 !important;
  border-radius: 4px;
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: 0;
  background-size: 12px auto;
  background-repeat: no-repeat;
  transform: translateY(-50%)
}

.filter-options-item>.navi-url.selected:before {
  background: #000 url("../images/tick.png") no-repeat center !important
}

@media (max-width:991px) {

  .slideshow .slide-item,
  .innerBannerImg {
    background: 0 0 !important
  }

  .slideshow .slide-arrow {
    width: 30px;
    height: 30px
  }

  .our-legacy-banner.video-banner .innerBannerImg .bannerCon {
    padding: 0 0 100px
  }
}

@media (min-width:992px) {
  .mainBanner {
    margin-bottom: 100px
  }

  .mainBanner,
  .slideshow,
  .slideshow .slides-row,
  .slideshow .slick-list,
  .slideshow .slick-track,
  .innerBannerImg {
    height: calc(50vh - 80px)
  }

  .mainBanner .imgSrcChange {
    display: none
  }

  .bannerCon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    padding: 0 35px;
    margin-top: -10px;
    min-height: 174px
  }

  .slideshow .slide-controls,
  .slideshow .custom-dots {
    top: 50% !important
  }

  .bannerCon.black-text {
    color: #000
  }

  .slideshow .slide-arrow {
    margin: 0
  }

  .slideshow .custom-dots {
    padding: 0 35px 0;
    text-align: left
  }

  .bannerCon h2,
  .bannerCon h1 {
    font-size: 42px !important;
    line-height: 1.24;
    margin-bottom: 63px
  }

  .scrollDown {
    display: block
  }

  .innerBannerImg .bannerCon {
    padding: 0 60px;
    transform: translateY(-50%);
    top: 50% !important;
    bottom: inherit !important
  }

  .our-legacy-banner .innerBannerImg .bannerCon {
    top: inherit !important;
    bottom: 0 !important
  }

  .promotionBanner .bannerCon {
    bottom: 0;
    top: inherit;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    padding-top: 115px;
    padding-bottom: 115px
  }

  .promotionBanner .bannerCon h2,
  .promotionBanner .bannerCon h1 {
    text-align: center;
    margin: 0
  }

  .promotionBanner .slideshow {
    padding: 0;
    overflow: hidden
  }

  .promotionBanner .slick-list {
    overflow: visible
  }
}

@media (min-width:992px) {
  .bannerCon {
    top: inherit !important;
    bottom: 33%
  }

  .slideshow .custom-dots {
    top: inherit !important;
    bottom: calc(33% - 50px)
  }
}

@media (max-width:767px) {
  .scrolling_stickyTabs.scroll_Up.sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9
  }
}

@media (max-width:767px) {
  .faq-wrp .tabs-nav-wrap .container {
    padding-right: 24px
  }
}

[data-dismiss=modal_close] {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  z-index: 9;
  display: none
}

.productListItem_popup {
  display: none
}

@media (max-width:1199px) {
  .productListItem_popup {
    display: block;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: .2s all ease-in-out;
    padding: 16px 36px;
    z-index: 999;
    overflow: auto
  }

  .productListItem_popup .product-catalog-item-hover {
    opacity: 1 !important
  }

  .productListItem_popup.active {
    top: 0
  }

  .product-catalog-item-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/arrow-right-1.png") no-repeat center;
    color: transparent;
    border: none;
    cursor: pointer
  }

  .productListItem_popup .product-catalog-item-slider .slick-prev {
    transform: rotate(180deg);
    left: -20px
  }

  .productListItem_popup .product-catalog-item-slider .slick-next {
    right: -20px
  }

  .productListItem_popup .product-catalog-item .product-price-wishlist .price {
    font: 400 28px/1.36 'cormorant_garamondregular'
  }

  .productListItem_popup .product-catalog-item .product-price-wishlist {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .productListItem_popup .product-catalog-item .actions {
    margin-top: 16px
  }

  .productListItem_popup .product-catalog-item .product-price-wishlist .wishlist {
    position: static
  }

  .productListItem_popup .product-catalog-item .actions {
    margin-top: 16px
  }

  .productListItem_popup .product-catalog-item .actions .quick-view {
    display: inline-block;
    margin-top: 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-bottom: solid 1px #000;
    padding-bottom: 2px
  }

  .productListItem_popup.active [data-dismiss=modal_close] {
    display: block
  }
}

.classic-high-jewelry-verient-1 .classic-high-jewelry-slider-list .productList,
.classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list .productList {
  margin: 32px 8px 32px
}

.product-slider-wrap-full-width {
  width: 100%
}

@media (min-width:768px) {

  .classic-high-jewelry-verient-1 .classic-high-jewelry-slider-list,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
  }

  .classic-high-jewelry-verient-1 .classic-high-jewelry-slider-list .productList,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list .productList {
    margin: 0
  }

  .classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list {
    direction: ltr
  }
}

@media (min-width:1025px) {

  .classic-high-jewelry-verient-1 .classic-high-jewelry-slider-list,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list {
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:767px) {

  .classic-high-jewelry-verient-1 .classic-high-jewelry-wrapper,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-wrapper {
    display: flex;
    flex-wrap: wrap
  }

  .classic-high-jewelry-verient-1 .classic-high-jewelry-slider-list,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-slider-list {
    display: flex;
    flex-wrap: wrap
  }

  .classic-high-jewelry-verient-1 .classic-high-jewelry-products .productList,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-products .productList {
    max-width: calc(50% - 16px)
  }

  .classic-high-jewelry-verient-1 .classic-high-jewelry-wrapper .classic-high-jewelry-products,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-wrapper .classic-high-jewelry-products {
    order: 3
  }

  .classic-high-jewelry-verient-1 .classic-high-jewelry-wrapper .title,
  .classic-high-jewelry-verient-2 .classic-high-jewelry-wrapper .title {
    order: 2
  }

  .classic-high-jewelry-wrapper .title {
    width: 100%
  }
}

.classic-high-jewelry-verient-2 .productList {
  direction: ltr !important
}

@media (max-width:767px) {
  .classic-high-jewelry._verient2A .ioo-nechlaces-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px
  }

  .classic-high-jewelry._verient2A .ioo-nechlaces-wrp .item[class*=two-col-] {
    width: 100%
  }

  .classic-high-jewelry._verient2A .ioo-nechlaces-wrp .item.two-col-img {
    order: -1
  }

  .classic-high-jewelry._verient2A .ioo-nechlaces-wrp .item:not(.two-col-img):not(.two-col-text) {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-bottom: 20px
  }
}

@media (max-width:767px) {
  .classic-high-jewelry._verient2B .ioo-nechlaces-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px
  }

  .classic-high-jewelry._verient2B .ioo-nechlaces-wrp .item[class*=two-col-] {
    width: 100%
  }

  .classic-high-jewelry._verient2B .ioo-nechlaces-wrp .item.two-col-img {
    order: -1
  }

  .classic-high-jewelry._verient2B .ioo-nechlaces-wrp .item:not(.two-col-img):not(.two-col-text) {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-bottom: 20px
  }
}

.masthead_New_h1,
h1.masthead_New_h1 {
  font-size: 22px !important;
  line-height: 34px !important;
  font-weight: 400
}

.component_title_subtitle {
  font-size: 32px !important;
  line-height: 46px !important
}

html[lang=ja] .component_title_subtitle span {
  font-family: 'Noto Serif JP', serif
}

.component_title_subtitle span {
  font-size: 18px !important;
  display: block
}

html[lang=ja] .bodyCon_p_serif {
  font-family: 'Noto Serif JP', serif
}

html[lang=ja] .bodyCon_p_serif_strong {
  font-family: 'Noto Serif JP', serif
}

html[lang=ja] .tabs-title {
  font-family: 'Noto Serif JP', serif
}

html[lang=en] .component_title_subtitle span,
html[lang=en] .bodyCon_p_serif,
html[lang=en] .bodyCon_p_serif_strong {
  font-family: 'cormorant_garamondregular', serif
}

html[lang=en] .tabs-title {
  font-family: 'cormorant_garamondregular', serif
}

html[lang=th] .component_title_subtitle span,
html[lang=th] .bodyCon_p_serif,
html[lang=th] .bodyCon_p_serif_strong,
html[lang=th] .tabs-title {
  font-family: 'tavirajthai', serif
}

html[lang=zh] .component_title_subtitle span,
html[lang=zh] .bodyCon_p_serif,
html[lang=zh] .bodyCon_p_serif_strong {
  font-family: 'Noto Serif SC', serif
}

html[lang=zh] .tabs-title {
  font-family: 'Noto Serif SC', serif
}

html[lang=fr] .component_title_subtitle span,
html[lang=fr] .bodyCon_p_serif,
html[lang=fr] .bodyCon_p_serif_strong,
html[lang=fr] .tabs-title {
  font-family: 'cormorant_garamondregular', serif
}

.bodyCon_p_serif {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 36px !important
}

.bodyCon_p_serif_strong {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 36px !important
}

@media (min-width:768px) {

  .masthead_New_h1,
  h1.masthead_New_h1 {
    font-size: 28px !important;
    line-height: 38px !important
  }

  .component_title_subtitle {
    font-size: 42px !important;
    line-height: 56px !important
  }
}

.ul-list-view .ol-list-view li {
  list-style: decimal !important
}

.ul-list-view .ol-list-view li:before {
  display: none
}

.ol-list-view .ul-list-view li {
  list-style: none
}

.two_column_module .news-events-list {
  grid-template-columns: repeat(2, 1fr)
}

.two_column_module_varient1 .news-events-list {
  grid-template-columns: repeat(4, 1fr)
}

.two_column_module_varient1 .news-events-list .two-col-img.variation1a {
  grid-row: 1/3;
  grid-column: 1/3
}

.two_column_module_varient1 .news-events-list .two-col-img.variation1b {
  grid-column: 3/5
}

@media (min-width:768px) {
  .two_column_module_varient1 .news-events-list .two-col-img.variation1b {
    display: flex
  }

  .two_column_module_varient1 .news-events-col {
    padding-bottom: 0
  }

  .two_column_module_varient1 .news-events-col h4,
  .two_column_module_varient1 .news-events-col h3 {
    max-width: 100%;
    min-height: auto
  }

  .two_column_module_varient1 .news-events-col a.news-events-read {
    position: static;
    transform: none
  }

  .two_column_module_varient1 .news-events-list .two-col-img.dirction_rtl {
    direction: rtl
  }

  .two_column_module_varient1 .news-events-list .two-col-img.variation1b img {
    width: 55%;
    height: auto;
    object-fit: cover
  }

  .two_column_module_varient1 .news-events-list .two-col-img.variation1b .two_column_module_info {
    width: 45%;
    align-self: center;
    padding: 0 20px
  }
}

.product_catagory_module .news-events-list:not(.slick-initialized) {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 24px
}

@media (max-width:767px) {
  .product_catagory_module .news-events-list:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 0px
  }
}

.product_catagory_module .news-events-list:not(.slick-initialized) .news-events-col {
  padding: 0
}

.product_catagory_module .news-events-list {
  grid-template-columns: none;
  display: flex;
  grid-gap: 0
}

.product_catagory_module .news-events-list .news-events-col {
  margin: 12px
}

.product_catagory_module .news-events-list img {
  vertical-align: top
}

.product_catagory_module .news-events-list .news-events-col a.news-events-read {
  position: static;
  transform: none
}

.product_catagory_module .news-events-list .slick-prev,
.product_catagory_module .news-events-list .slick-next {
  background: url("../images/arrow-right-1.png") no-repeat center;
  border: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -16px;
  color: transparent;
  cursor: pointer;
  z-index: 2
}

.product_catagory_module .news-events-list .slick-prev {
  left: -28px;
  right: inherit;
  transform: rotate(180deg)
}

.view_product_module {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 9
}

.view_product_module .view_product_module__button {
  background-color: transparent;
  border: none;
  cursor: pointer
}

.view_product_module-flyout {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  max-width: 670px;
  background-color: #fff;
  padding: 36px;
  z-index: 999;
  overflow: auto
}

.view_product_module-flyout .productList {
  margin: 0
}

.view_product_module-flyout:before {
  content: "";
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5)
}

.view_product_module-flyout.active {
  right: 0
}

.view_product_module-flyout.active:before {
  right: 670px
}

.flyout-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  width: 24px;
  height: 24px;
  z-index: 9;
  cursor: pointer
}

.view_product_module-flyout .view_product_module-flyout__con {
  margin-left: -12px;
  margin-right: -12px
}

.view_product_module-flyout .view_product_module-flyout__con [class*=col-] {
  padding: 12px
}

.view_product_module-flyout .product-catalog-item-con {
  padding-left: 24px;
  padding-right: 24px
}

@media (max-width:767px) {
  .view_product_module-flyout .view_product_module-flyout__con {
    margin-left: -4px;
    margin-right: -4px
  }

  .view_product_module-flyout .view_product_module-flyout__con [class*=col-] {
    padding: 4px
  }
}

.sectionMargin {
  width: 100%;
  display: inline-block
}

.product-slider-wrap-full-width .product-slider .slick-track {
  width: 100% !important
}

.gift_carousel .slick-arrow {
  width: 39px;
  height: 39px;
  font-size: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.gift_carousel .slick-prev {
  background-image: url("../images/slide-left-arrow.png");
  left: 0
}

.gift_carousel .slick-next {
  background-image: url("../images/slide-right-arrow.png");
  right: 0
}

.usablenet {
  margin-top: 40px
}

.usablenet section {
  margin-bottom: 100px
}

.usablenet section section {
  margin-bottom: 60px
}

@media (max-width:767px) {
  .usablenet section section {
    margin-bottom: 40px
  }
}

@media (max-width:991px) {
  .mobile-header {
    position: relative
  }

  .mobile-header-col-left {
    display: flex;
    align-items: center
  }

  .mobile-header-col-left .header-col {
    min-width: 50px;
    margin-left: 15px
  }

  .mobile-header .mikimoto-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -70px
  }

  .mobile-header .mikimoto-logo img {
    display: block
  }

  .languages-wrap.active {
    position: fixed;
    top: 0;
    z-index: 9999999;
    left: 0;
    right: 0;
    bottom: 0
  }

  .languages-wrap.active .languages-wrap-G-Icon {
    padding: 28px 18px 0
  }

  .languages-wrap.active .languages-country {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }

  .languages-wrap.active .languages-country .country {
    height: 95%;
    overflow: auto
  }

  .languages-wrap a.languages-wrap-close {
    position: absolute;
    top: 28px;
    right: 18px;
    min-width: inherit;
    display: none
  }

  .languages-wrap.active a.languages-wrap-close {
    display: block
  }

  .mobile-header-col-left .header-col .languages-wrap .text {
    display: none
  }
}

.checkout-index-index .checkout-payment-method .form.payments hr {
  display: none
}

.amazon-button-column.amazon-button-column-tooltip .field-tooltip {
  margin: auto !important;
  right: 0 !important
}

#amazon-payment .amazon-image {
  background: url("../images/Black-L.png") left center no-repeat;
  width: 100%;
  height: 49px
}

.product_catagory_module .news-events-list .slick-prev.slick-disabled {
  display: none
}

.product_catagory_module .news-events-list .slick-next.slick-disabled {
  display: none
}

@media screen and (max-width:767px) {
  .languages-wrap {
    position: absolute;
    left: 37px;
    top: 25px
  }

  .languages-wrap span.text {
    display: none
  }

  .search-icon {
    cursor: pointer;
    max-width: 24px;
    right: 20px;
    position: absolute
  }
}

@media screen and (min-width:768px) and (max-width:990px) {
  .languages-wrap span.text {
    display: none
  }

  .catalog-new-filters .catalog-filters-sort-btns {
    border-top: solid 1px #dadbdc
  }

  .page-products .columns {
    position: static !important
  }

  .catalog-filters-sort-btns {
    position: relative
  }

  .desk-filter {
    padding-top: 0
  }

  .languages-wrap {
    position: absolute;
    left: 37px;
    top: 25px
  }

  .search-icon {
    cursor: pointer;
    max-width: 24px;
    right: 20px;
    position: absolute
  }
}