/* カスタマイズ用CSS */
.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 4px;
  vertical-align: middle;
  /*font-size: 0.8em;*/
}

.announcement a { 
  color: #ccc; 
}

.announcement a:hover {
  color: red;
}
.ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    /*margin-top: 24px;*/
    padding-top: 0;
    max-width: 100%;
}
.slick-slider {
            margin-bottom: 30px;
            position: relative;
        }
        .slick-slide {
     position: relative;
}

        .slick-dots {
            position: absolute;
            bottom: -45px;
            display: block;
            width: 100%;
            padding: 0;
            list-style: none;
            text-align: center;
        }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;

            cursor: pointer;
        }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

        .slick-dots li button:hover,
        .slick-dots li button:focus {
            outline: none;
        }

        .slick-dots li button:hover:before,
        .slick-dots li button:focus:before {
            opacity: 1;
        }

        .slick-dots li button:before {
            content: " ";
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 12px;
            height: 12px;
            text-align: center;
            opacity: .25;
            background-color: black;
            border-radius: 50%;

        }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            background-color: black;
        }

        .slick-dots li button.thumbnail img {
            width: 0;
            height: 0;
        }
.info-slider {
  -webkit-animation: fadeslideUp 12s infinite; /* Chrome, Opera 15+, Safari 5+ */
  -moz-animation: fadeslideUp 12s infinite; /* Fx 5+ */
  -o-animation: fadeslideUp 12s infinite; /* Opera 12+ */
  animation: fadeslideUp 12s infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}            
.info-slider h1 {
    position: absolute;
    top: 40%;
    left: 31%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Times New Roman", Times, serif;
    color: white;
    font-size: 56px;
    letter-spacing: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.info-sliderb h1 {
    position: absolute;
    top: 20%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Times New Roman", Times, serif;
    color: black;
    font-size: 48px;
    letter-spacing: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.info-sliderb h2 {
    position: absolute;
    top: 40%;
    left: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Times New Roman", Times, serif;
    color: black;
    font-size: 18px;
    letter-spacing: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.info-sliderc h2 {
    position: absolute;
    top: 40%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Times New Roman", Times, serif;
    background: -webkit-linear-gradient(left,#b8a0d6,#e8fbc3,#9ac8ef, #f78e8e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 56px;
    letter-spacing: 10px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
}
.btn-primary {
    background-color: #000;
    border-radius: 0;
    position: absolute;
    top: 30%;
    left: 75%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary1 {
    background-color: #000;
    border-radius: 0;
    position: absolute;
    top: 60%;
    left: 35%;
    color: #fff;
}
.btn-primary1:hover{
    background-color: red;
    color: #fff;
}
div.slide-content {
  width:100%;
  overflow:hidden;
}
div.slide-content h1 {
  animation: slide-left 10s;
}

@keyframes slide-content {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
.pcount {
    font-size: 14px;
}
@media screen and (max-width: 800px) {
.info-slider h1 {
    font-size: 25px;
    top: 30%;
    left: 38%;
    letter-spacing: 8px;
  }
  .slick-slider {
    margin-bottom: 0px;
}
  .info-sliderb h1 {
    font-size: 25px;
    top: 20%;
    left: 50%;
  }
  .info-sliderc h1 {
    font-size: 25px;
    top: 20%;
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 600px) {
.btn-primary {
    top: 10%;
    left: 60%;
    font-size: 10px;
}
.btn-primary1 {
    top: 75%;
    left: 20%;
    font-size: 10px;
}
    .ec-sliderRole {
    margin-bottom: 0px;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
    margin-bottom: 0px;
}
.info-slider h1 {
    font-size: 25px;
    top: 30%;
    left: 38%;
    letter-spacing: 8px;
  }
  .info-sliderb h1 {
    font-size: 18px;
    /*top: 10%;*/
    left: 40%;
  }
    .info-sliderb h2 {
    font-size: 10px;
    top: 50%;
    left: 40%;
  }
  .info-sliderc h1 {
    font-size: 25px;
    top: 20%;
    letter-spacing: 8px;
  }
  .ec-categoryRole__listItem1 p {display: none;}
  .ec-eyecatchRole .ec-eyecatchRole__image {display: none;}
  .ec-categoryRole .ec-categoryRole__list1 img {width:100px;margin: 10px;}
  .ec-categoryRole__listItem1 h3 {font-size: 12px!important;font-weight:bold;}
  .ec-eyecatchRole .ec-eyecatchRole__introDescription {font-size: 14px;}
}
.page-header-block {
background: url(/html/user_data/ribbon-diamond.webp) center no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
    width: 100%;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    /* height: 100px; */
    /* margin-top: 100px; */
    left: 50%;
    border-top: 1px solid #ccc;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: none;
    padding-left: 20px
}
.ec-role {
    padding-left: 0;
    padding-right: 0;
    /*max-width: fit-content;*/
}
.ec-role img {
    width: auto;
    /*max-width: 150px;*/
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-left: 20px;
    padding-right: 20px;
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
    /*margin-bottom: 3rem;*/
}
.ec-layoutRole__contents {
    /*margin-top: 3rem;*/
}
.ec-eyecatchRole {
    background-image: url("/html/template/default/assets/img/top/loose-diamond-bg.webp");
      background-repeat: no-repeat;
  background-position: top;
}
/*.product_page h1 {
    font-size: 1.2em;
}*/
.ec-productRole .ec-productRole__profile {
    margin-top: 70px;
}
.ec-productRole__priceRegularPrice {
    text-decoration: line-through;
}
.ec-productRole .ec-productRole__description
 {
        padding: 14px 0;
        border-bottom: 1px dotted #ccc;
    }
.ec-categoryRole__listItem p {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.ec-categoryRole__listItem1 {
    /*width: 272px;*/
    text-align: center;
}
.ec-categoryRole__listItem1 h3 {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 16px;
    color: #000;
        margin: 0px auto 0;
}
.ec-categoryRole__listItem1 p {
    font-family: "Times New Roman", Times, serif;
    font-style: normal;
    /*letter-spacing: 0.2em;*/
    text-align: center;
    /*font-size: 10px;*/
    color: #000;
    /*margin: 10px 10px 10px 0;*/
    width: 180px;
}
.ec-categoryRole .ec-categoryRole__list1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ec-categoryRole .ec-categoryRole__list1 img {
 transition: transform .9s;
}
.ec-categoryRole .ec-categoryRole__list1 img:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2); 
}
.ec-newItemRole {
    text-align: center;
}
.ec-footerRole a {
    text-decoration: none!important;
}
.ec-headerNavSP {
    top: 35px;
}
 @media only screen and (min-width: 768px) {
.ec-categoryRole .ec-categoryRole__list1 {
    margin: auto;
    width: 60%;
}
.ec-headerNavSP {
    top: 35px;
}
.ec-sectioneHeader h2 {
    border-top: none;
    margin: 10px 16px 48px;
    padding: 8px;
    font-size: 30px;
    text-align: center;
}
.ec-headerRole {
    max-width: 100%;
    margin: auto;
    width: 50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*padding: 15px;*/
        padding-top: 10;
}
.ec-headerRole img {
    width: auto;
    height: auto;
}
.ec-headerNaviRole {
    max-width: 100%;
}
.ec-headerNaviRole {
    padding-bottom: 10px;
    padding-top: 10px;
    min-width: 930px;
}
.ec-headerNaviRole img {
    width: auto;
    height: auto;
}
.ec-itemNav {
    /*padding-bottom: 20px;*/
    padding-top: 20px
}
.ec-itemNav__nav li ul {
box-shadow: -2px 2px 25px -8px rgb(0 0 0 / 25%);
}
.ec-itemNav__nav > li:hover li:hover > a {
    background: #f7f7f7;
    color:#000;
    font-weight: bold;
}
.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #f7f7f7;
}
.ec-itemNav__nav li a {
    font-size: 16px;
    font-weight: normal;
    padding: 0 13.75px 0 13.75px;
}
.ec-categoryNaviRole a:hover {
    font-weight: bold;
}
.ec-itemNav__nav li ul li a {
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px 5px 5px;
    color: #000;
    background: #fff;
    min-height: 40px;
    min-width: 150px
}
.ec-itemNav__nav li ul li a:hover {
    font-weight: bold;
    background: #f7f7f7;
    color: #fff;
    /*background: #f7f7f7;
    font-weight: inherit;
    text-decoration: none;
    color: #0d0d0d;*/
}
.ec-itemNav__nav li ul li a:a:current {
    color: #fff;
}
.ec-itemNav__nav > li:hover > a {
    background: none;
}
.ec-itemNav__nav li ul li ul {
    background: #fff;
    min-width: 150px;
    width: auto;
    /*columns: 2;*/
}
.ec-itemNav__nav li ul li ul:hover {
    background: #f7f7f7;
}
.ec-itemNav__nav li ul li ul:before {
    color: #000;
    top: 10px;
    right: auto;
    left: -20px;
}
.ec-itemNav__nav li ul li ul li a {
    color: #000;
    min-width: 200px;
    background: #fff;
    display: block;
    font-weight: normal;
    line-height: 35px;
    margin: 0px;
    padding: 5px 10px 5px 5px;
}
.ec-itemNav__nav li ul li ul li a:hover {
    color: #000;
        background: #f7f7f7;
}
.ec-itemNav__nav li ul li ul li {
    background: #fff;
    min-width: 150px;
}
.ec-headerNav .ec-headerNav__item {
    font-size: 18px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    font-size: 15px;
}
.ec-headerNav .ec-headerNav__itemLink {
    font-size: 12px;
}
.ec-itemNavTC {
    display: block;
}
.ec-itemNavT {
    margin: 2px 0;
    padding: 0;
}

.ec-itemNav__navT li {
display: inline-block;
    margin-right: 1.667em;
    padding-left: 0;
    padding-top: 1px;
}
.ec-itemNav__navT li a {
    display: inline-block;
    padding: 0.91em 0 0.767em;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
 }
.shipping {
    margin: 10px;
    /*width: calc(100% / 3);*/
    text-align: center;
}
.powered {
    text-align: center;
}
a {
    text-decoration: none;
}
/*Menu Hover underline*/

.ec-itemNav__nav li{
  display: inline-block;
  position: relative;
  color: #0087ca;
  height: 40px;
}

.ec-itemNav__nav li:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #ddd;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.ec-itemNav__nav li:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
}
 @media only screen and (max-width: 768px) {
.ec-role {
    padding-left: 10px;
    padding-right: 10px;
}
.ec-headerNaviRole {
    padding-left: inherit;
}
.ec-headerRole__logo {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px
}
.shipping {
    margin: 10px;
    /*width: calc(100% / 3);*/
    text-align: center;
}
.ec-headerNaviRole img {
    width: auto;
    height: auto;
}
}
/*accordion*/
.accordion {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;

    font-weight: 500;
    text-transform: none;
}
.accordion h3 {
font-size: 15px;
}
.accordion p {
margin: 0 0 10px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.active, .accordion:hover {
  background-color: #fff; 
}

.panel {
  padding: 20px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  box-shadow: inset 0px 13px 16px -16px #dedbde;
}
.icon--vfZiM {
    height: 6px;
    width: 11px;
    float: right;
    fill: #656565;
    line-height: 6px;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.icon--vfZiM.rotate--kInHh {
    transform: rotate(180deg);
}

/* Style all font awesome icons */
.fa {
  padding: 5px;
  font-size: 30px;
  /*width: 50px;*/
  text-align: center;
  text-decoration: none;
  color: white;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}
.ec-secHeading {
    margin-bottom: 45px;
    color: black;
    text-align: center;
}
.ec-secHeading--tandem .ec-secHeading__en {
    white-space: nowrap;
}
.decorated {
    max-width: 100vw;
    height: 15px;
    display: block;
    /*content: "";
    background: url("assets/img/title_o.png") no-repeat;
    background-size: cover;*/
    position: absolute;
    /*bottom: -36px;*/
    left: 50%;
    transform: translateX(-50%);
}


/* Image zoom effect. 
[1] The container */
.ec-productRole .slick-initialized .slick-slide {
    height: auto; /* [1.1] Set it as per your need */
  overflow: visible; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.ec-productRole .slick-initialized .slick-slide img {
  transition: transform 1.5s ease;
}
/* [3] Finally, transforming the image when container gets hovered */
.ec-productRole .slick-initialized .slick-slide:hover img {
  transform: scale(1.7);
}
/* Lifestyle Row */

* {
  box-sizing: border-box;
}
/*sample image tag */
.ec-productRole__tags {
    position: relative;
}
.ec-productRole__tag.tag_27 {
    position: absolute;
    left: -100%;
    /*top: 200px;*/
    background: #1eb5ff;
	right: 10px;
    /*top: 10px;*/
	padding: 0px;
	height: 60px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	border-radius:50%;
	font-weight: 600;
}
.ec-productRole__tag.tag_20 {
    position: absolute;
    left: -100%;
    top: -150px;
}
.ec-productRole__tag.tag_30 {
    position: absolute;
    left: 0%;
    top: 74px;
}
.ec-productRole__tag.tag_6 {
    position: absolute;
    left: -100%;
    top: -50px;
    font-size: 100%;
}
.ec-productRole__tag.tag_9 {
    background: url(/html/template/default/assets/img/top/GIA-Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-shelfRole .ec-shelfRole__tag.tag_9 {
    background: url(/html/template/default/assets/img/top/GIA-Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-productRole__tag.tag_15 {
    background: url(/html/template/default/assets/img/top/igi-logo-icon.jpg) no-repeat;
    display: inline-block;
    background-size: 85%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-shelfRole .ec-shelfRole__tag.tag_15 {
    background: url(/html/template/default/assets/img/top/igi-logo-icon.jpg) no-repeat;
    display: inline-block;
    background-size: 85%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-productRole__tag.tag_13 {
    background: url(/html/template/default/assets/img/top/EGL_Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-shelfRole .ec-shelfRole__tag.tag_13 {
    background: url(/html/template/default/assets/img/top/EGL_Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-productRole__tag.tag_62 {
    background: url(/html/template/default/assets/img/top/HRD_Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-shelfRole .ec-shelfRole__tag.tag_62 {
    background: url(/html/template/default/assets/img/top/HRD_Logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 24px;
    width: 68px;
    color: #fff;
    text-indent: -9999px;
}
.ec-productRole__tag.tag_32 {
    background: url(/html/template/default/assets/img/top/rolex-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_32 {
    background: url(/html/template/default/assets/img/top/rolex-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_33 {
    background: url(/html/template/default/assets/img/top/patek-philippe-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_33 {
    background: url(/html/template/default/assets/img/top/patek-philippe-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_34 {
    background: url(/html/template/default/assets/img/top/cartier-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 26px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_34 {
    background: url(/html/template/default/assets/img/top/cartier-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 26px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_35 {
    background: url(/html/template/default/assets/img/top/audemars-piguet-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_35 {
    background: url(/html/template/default/assets/img/top/audemars-piguet-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_36 {
    background: url(/html/template/default/assets/img/top/hublot-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_36 {
    background: url(/html/template/default/assets/img/top/hublot-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_37 {
    background: url(/html/template/default/assets/img/top/tiffany-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_37 {
    background: url(/html/template/default/assets/img/top/tiffany-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_38 {
    background: url(/html/template/default/assets/img/top/montblanc-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_38 {
    background: url(/html/template/default/assets/img/top/montblanc-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_39 {
    background: url(/html/template/default/assets/img/top/van-cleef-arpels-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_39 {
    background: url(/html/template/default/assets/img/top/van-cleef-arpels-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_40 {
    background: url(/html/template/default/assets/img/top/franck-muller-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_40 {
    background: url(/html/template/default/assets/img/top/franck-muller-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_41 {
    background: url(/html/template/default/assets/img/top/graff-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_41 {
    background: url(/html/template/default/assets/img/top/graff-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_42 {
    background: url(/html/template/default/assets/img/top/harry-winston-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_42 {
    background: url(/html/template/default/assets/img/top/harry-winston-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_43 {
    background: url(/html/template/default/assets/img/top/richard-mille-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_43 {
    background: url(/html/template/default/assets/img/top/richard-mille-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_44 {
    background: url(/html/template/default/assets/img/top/panerai-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_44 {
    background: url(/html/template/default/assets/img/top/panerai-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_45 {
    background: url(/html/template/default/assets/img/top/chanel-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_45 {
    background: url(/html/template/default/assets/img/top/chanel-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_46 {
    background: url(/html/template/default/assets/img/top/hermes-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_46 {
    background: url(/html/template/default/assets/img/top/hermes-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_47 {
    background: url(/html/template/default/assets/img/top/gerald-genta-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_47 {
    background: url(/html/template/default/assets/img/top/gerald-genta-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 25px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_48 {
    background: url(/html/template/default/assets/img/top/glashutte-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_48 {
    background: url(/html/template/default/assets/img/top/glashutte-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_49 {
    background: url(/html/template/default/assets/img/top/chopard-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_49 {
    background: url(/html/template/default/assets/img/top/chopard-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_50 {
    background: url(/html/template/default/assets/img/top/yves-saint-laurent-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_50 {
    background: url(/html/template/default/assets/img/top/yves-saint-laurent-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 56px;
    width: 96px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_31 {
    background: url(/html/template/default/assets/img/top/bvlgari-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_31 {
    background: url(/html/template/default/assets/img/top/bvlgari-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_59 {
    background: url(/html/template/default/assets/img/top/jaeger-lecoultre-logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_59 {
    background: url(/html/template/default/assets/img/top/jaeger-lecoultre-logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-productRole__tag.tag_60 {
    background: url(/html/template/default/assets/img/top/vacheron-constantin-logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
.ec-shelfRole .ec-shelfRole__tag.tag_60 {
    background: url(/html/template/default/assets/img/top/vacheron-constantin-logo-icon.png) no-repeat;
    display: inline-block;
    background-size: 95%;
    height: 32px;
    width: 128px;
    color: #fff;
    text-indent: -9999px;
    border:none;
}
@media screen and (max-width: 750px) {
.ec-productRole__tag.tag_27 {
    position: absolute;
    left: 0%;
    top: -300px;
    font-size: 100%;
}
.ec-productRole__tag.tag_20 {
    position: absolute;
    left: 35%;
    top: -200px;
    font-size: 100%;
}
.ec-productRole__tag.tag_6 {
    position: absolute;
    left: 0%;
    top: -350px;
}
.ec-productRole__tag.tag_30 {
    position: absolute;
    left: 0%;
    top: 60px;
}
}
@media only screen and (max-width: 800px) and (min-width: 750px) {
.ec-productRole__tag.tag_20 {
    position: absolute;
    left: -100%;
    top: -175px;
}
}
body {
  /*margin: 0;
  font-family: Arial;*/
}

.header {
  /*text-align: center;
  padding: 32px;*/
}

.row-lifestyle {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.lifestyle {
    margin-top: 20px;
}

/* [1] The container */
.column {
 /*height: 350px;  [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.column img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.column:hover img {
  transform: scale(1.1);
}
/* [4] apply a grayscale effect */
.column img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

/* [5] disable grayscale on hover */
.column:hover img {
    -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    text-align: center;
  }
}
a {
    color: #333;
    text-decoration: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/* Footer Menu & Logo */
.ec-footerRole {
    background: white;
}
@media (min-width: 774px) {
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.footer-menu-tabs {
    width: 27.982%;
}
.ec-footerNavi {
    text-align: left;

}
}
.ec-footerNavi {
    padding: 0;
    color: white;
    list-style: none;
    color: black;
}
.ec-footerNavi .ec-footerNavi__link {
    display: block;
}
.ec-footerTitle {
    padding: 0px 0 80px;
}
.ec-footerTitle__logo {
    padding: 10px 0px 0px 0px;
}
.ec-footerTitle__copyright{
text-align: center;
padding: 20px;
    font-size: 13px;
    font-weight: 400;
    /* line-height: 1.5; */
    /* text-align: left; */
    text-transform: normal;
    color: #434343;
}
.ec-footerRole .ec-footerRole__inner  h5 {
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.ec-footerNavi .ec-footerNavi__link a {
    padding-left: 0;
    font-weight: 400;
    font-size: 13.005px;
}
.ec-footerRole .ec-footerRole__inner img {
    width: 65%;
}
.fa {
    color: black;
}
.bg-GIA {
    width: 243px; height: 80px;
    background: url('/html/template/default/assets/img/top/css_logos_sprites.png') -273px -10px;
        margin: 20px;
        zoom: 0.5;
        display: inline-block;
}
.bg-IGI {
    width: 243px; height: 80px;
    background: url('/html/template/default/assets/img/top/css_logos_sprites.png') -10px -132px;
        margin: 20px;
        zoom: 0.5;
        display: inline-block;
}
.bg-EGL {
    width: 243px; height: 90px;
    background: url('/html/template/default/assets/img/top/css_logos_sprites.png') -270px -125px;
        margin: 20px;
        zoom: 0.5;
        display: inline-block;
}
.bg-AGL {
    width: 243px; height: 80px;
    background: url('/html/template/default/assets/img/top/css_logos_sprites.png') -10px -10px;
        margin: 20px;
        zoom: 0.5;
        display: inline-block;
}
.footerlogos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.footerlogos img {
border-style: none;
    margin-left: 20px;
        width: 100px;
}
.footerlogos a {padding: 5px;}

/*Hide Quantity*/
.ec-numberInput {
    display: none;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  text-decoration: auto
}
.tabcontent a {
  text-decoration: underline!important
}
.imgalignleft {
  display: inline!important;
    float: left!important;
    margin: 1em!important;
    width: 130px!important;
    aspect-ratio: auto 130 / 130;
    height: 130px!important;
}

@media screen and (max-width: 600px) {
.footerlogos {
    flex-direction: column;
}
.footerlogos {
    	display: inline-block;
}   	
.fa {
    padding: 15px;
}
.decorated {
    margin: 0 auto;
    overflow: hidden;
    min-height: 15vh;
}
.decorated img {
    margin-left: -400px;
}
}
.container-payments {
  display: flex; /* Makes the container a flex container */
  gap: 20px; /* Adds space between columns */
}

.column-payments {
  flex: 1; /* Allows columns to grow and shrink equally */
  padding: 15px;
}
/* Style the video content */

.container-payments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.column-payments {
  /*text-align: center;*/
}

/* Stack on mobile */
@media (max-width: 768px) {
  .container-payments {
    flex-direction: column;
  }
}

/* --- Change background for lab category --- */

body.category-158 {
    background-color: #EEEEEE !important;
}
body.category-158 #page_main {
    background-color: #EEEEEE !important;
}