body {
  font-family: itc-avant-garde-gothic-pro, sans-serif, 'Microsoft YaHei', 'Microsoft JhengHei';
  font-style: normal;
  font-weight: 300;
}
.txt-normal {
  font-family: itc-avant-garde-gothic-pro, sans-serif, 'Microsoft YaHei', 'Microsoft JhengHei';
  font-style: normal;
  font-weight: 300;
}
.txt-medium {
  font-family: itc-avant-garde-gothic-pro, sans-serif, 'Microsoft YaHei', 'Microsoft JhengHei';
  font-style: normal;
  font-weight: 500;
}
.txt-bold {
  font-family: itc-avant-garde-gothic-pro, sans-serif, 'Microsoft YaHei', 'Microsoft JhengHei';
  font-style: normal;
  font-weight: 700;
}
.listing {
  padding-left: 0;
  list-style: none;
}
.listing li {
  background-image: url(../fonts/5f43381d6896713130892912_bullet.svg);
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 30px;
}

.drag-slider-container {
  overflow-x: hidden;
}
.drag-slider-slidable {
  will-change: transform;
}

/*Makes the nav container section and each slides invisible to the mouse*/
.nav,
.slide {
  pointer-events: none;
}
/*Makes the nav bar logo and menu section, links and link photos visible to the mouse*/
.nav-menu,
.nav-bar-logo,
.nav-bar-menu,
.nav-menu-link-item,
.nav-menu-link-photo {
  pointer-events: auto;
}
/*Adds 50px to all sides of the menu photo images*/
.nav-menu-link-photo-image {
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  height: calc(100% + 50px);
}
/*Makes images unselectable and undraggable*/
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.products-details-img-b:first-child{
  margin-top: 0;
}
.products-details-img-b{
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: -345px;
  padding-right: 30px;
  padding-left: 30px;
}
.pop-products .products-details-title{
  /*margin-top: 0;*/
}
.pop-products .pop-section-content{
  /*padding-top: 50px;*/
}
.error {
    border-bottom-color: red;
}
.form-checkbox{
  /*display: none;*/
}
input[type="checkbox"]:checked + .form-checkbox-b .form-checkbox-clicked{
  opacity: 1;
}
input[type="checkbox"].error + .form-checkbox-b .form-checkbox-img{
  border-color: red;
}
.error-msg{
  color: red;
  margin-top: 10px;
  font-size: 14px;
}
.w-form-done{
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.popup-scroll{
  -webkit-overflow-scrolling: touch;
}
.swiper-container{
  padding-bottom: 50px;
  cursor: grabbing;
}
.swiper-slide{
  width: auto;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.drag-slider-progress, .swiper-pagination-progressbar{
  top: auto;
  height: 2px;
  width: 25vw;
  margin-right: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);  
  transform: translateX(-50%);  
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #ab2328;
}
.home-thumb-img{
  width: 320px;
}
.nav-menu-link-photo{
  opacity: 1!important;
}
.drag-slider-slide{
  margin-right: 0;
  text-decoration: none;
}
.nav-menu-link-item{
  text-decoration: none;
}
.products-details-tag{
  position: relative;
  margin-right: 15px;
  display: inline-block;
  border-width: 2px;
}
.products-details-tag img{
  border-radius: 50%;
}
.products-details-tag.pdf-link:after{
  content: '';
  position: absolute;
  right: -10px;
  bottom: 0;
  background-image: url(../fonts/btn-pdf02.svg);
  width: 24px;
  height: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.collections-dropdown-list.left.w--open{
  left: 0;
  right: auto;
}
.form-col .remark{
  font-size: 12px;
}
.section-home{
  z-index: 1;
}
.home-video{
  z-index: 1;
}
.home-content{
  z-index: 2;
}
.home-banner-img{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.banner-txt-b, .btn-discover{
  z-index: 2;
}
.product-sub-section{
  padding-top: 30px;
}
.three-d-row{
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.three-d-cell-link{
  text-decoration: none;
}
.three-d-cell{
  padding-left: 10px;
  padding-right: 10px;
  max-width: 150px;
}
.three-d-cell img{
  display: block;
  margin-bottom: 10px;
}
.three-d-cell .title{
  color: black;
  line-height: 1.4;
  text-align: center;
  font-size: 14px;
}
.btn-transparent{
  display: inline-block;
  padding: 7px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
.btn-transparent:hover {
    border-color: #fff;
    background-color: #fff;
    color: black;
}
.btn-play{
  display: none;
  margin-top: 30px;
  cursor: pointer;
}
.btn-play[not-playing]{
  display: block;
}

/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.form-select-field > input[type="hidden"].error + .form-select-btn{
  border-bottom-color: red;
}
.collection-menu-btn-img{
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pop.pop-collection{
  z-index: 2001;
}
.collection-menu-logo{
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
}
.product-cert-row{
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.product-cert-icon{
  padding-left: 10px;
  padding-right: 10px;
}
.products-details-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.v360-viewer-container{
  width: 100%;
  height: 100%;
}
.v360-image-container{
  /*width: auto!important;*/
}
.v360-fullscreen-toggle{
  display: none;
}
.swiper-container.product-details-slider{
  padding-bottom: 0;
  cursor: default;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #E1E7EE;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 10px 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
  background: #AB2328;
}
:focus{
  outline: none;
}
#v360-menu-btns{
  position: absolute;
  bottom: 50px!important;
}
.v360-viewport{
  padding-bottom: 32px;
}
[data-btn-wishlist]{
  background-image: url(../fonts/btn-wishlist.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
[data-btn-wishlist][data-active]{
  background-color: #AB2328;
  background-image: url(../fonts/btn-wishlist-white.svg);
}
.product-row{
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e7ee;
  position: relative;

}
.product-row:last-child{
  border-bottom: none;
  margin-bottom: 0;
}
/*.form-checkbox-clicked{
  opacity: 1;
}*/
.form-checkbox-b{
  /*margin-right: 10px;*/
}
.form-checkbox-b + span{
  margin-left: 10px;
}
.w-dropdown-link input[type="checkbox"]{
  display: none;
}
.w-dropdown-link input[type="checkbox"]:checked + .form-checkbox-b .form-checkbox-clicked{
  opacity: 1;
}
.search-dropdown-toggle-txt > div{
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-dropdown-link {
  display: flex;
}
.form-check-field{
  display: flex;
}
.w-checkbox{
  padding-left: 0;
}
.form-checkbox-b{
    position: relative;
}
.search-dropdown[data-opened] .search-dropdown-toggle-txt{
  border-color: #e1e7ee;
  background-color: #e1e7ee;
  background-image: url(../fonts/arrow-expand-black.svg);
}
.search-dropdown[data-has-value] .search-dropdown-toggle-txt{
    border-color: #e1e7ee;
    background-color: #e1e7ee;
}
.search-dropdown[data-single][data-has-value] .search-dropdown-toggle-txt{
  background-image: none;
}
.search-dropdown-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
  border-radius: 10px;
  background-color: #e1e7ee;
      
}
.btn-remove-filter{
  background-image: url(../fonts/search-btn-close.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.search-dropdown-link {
  cursor: pointer;
}
.collection-menu-logo-b{
  margin-bottom: 0;
}
.zoom-on-hover .normal{
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.products-details-slide-img{
  display: inline-block;
  height: 100%;
}
.btn-get-verification-code, .sms-counter{
  position: absolute;
  right: 2.5%;
  bottom: 8px;
  font-size: 14px;
}
.form-col.half .btn-get-verification-code, .form-col.half .sms-counter{
  right: 5%;
}
.btn-get-verification-code{
  text-decoration: none;
  color: #ab2328;
}
.sms-counter{

}
.form-col{
  position: relative;
}
[data-loading]{
  cursor: wait;
}
.w-form-done.show{
  display: block;
}
.radio-group{
  display: flex;
}
.radio-group label{
  font-weight: 300;
  margin-right: 20px;
}
.login-mobile-row{
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
}
.login-country-code{
  margin-right: 10px;
  font-size: 18px;
}
.login-mobile-row .form-txt-field{
  border-bottom: none;
  height: 37px;
}
.profile-buttons-row{
  display: flex;
  justify-content: space-between;
}
.product-disclaimer{
  position: relative;
  padding-right: 60px;
  padding-left: 60px;
  text-align: right;
  font-size: 12px;
}
.news-col{
  margin-bottom: 40px;
}
@media(max-width: 991px){
  .swiper-container-horizontal>.swiper-pagination-progressbar.drag-slider-progress{
    width: 50vw;
  }
  .products-details-tag{
    margin-right: 5px;
  }
  .products-details-tag.pdf-link:after{
    width: 20px;
    height: 20px;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .zoom-on-hover .normal{
    width: 100%;
    height: auto;
  }
  .products-details-slide-img{
    height: auto;
  }
}
@media(min-width: 768px){
  .products-details-slide-img-b{
    padding-top: 120px;
    padding-left: 50px;
  }
  .pop-logo {
      display: block;
  }
}
@media(max-width: 767px) {
  .listing li {
    background-position: left top 6px;
    padding-left: 20px;
  }
  .home-thumb-img{
    width: 240px;
  }
  .product-sub-section{
    padding-top: 20px;
  }
  .three-d-cell .title{
    font-size: 12px;
  }
  .products-details-inner{
    position: static;
    height: 600px;
  }
  .products-details-slide-img-b{
    height: 100%;
    padding-top: 80px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -10px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 5px;
  }
  #v360-menu-btns{
    bottom: 20px!important;
  }
  .pop-logo {
      display: none;
  }
}
@media print {
  .nav-menu {
    display: none;
  }
  .header {
    position: absolute;
  }
}