/** Shopify CDN: Minification failed

Line 351:1 Unexpected "/"
Line 1253:0 Expected "{" but found "."
Line 1267:0 Expected "{" but found "."

**/
/* Page width */
.page-width {
  max-width:1280px;
  margin:0 auto;
}

@media only screen and (min-width:767px) {
.page-full,.page-width{
  padding:0 40px
}
  }

@media only screen and (max-width:767px) {
.page-full,.page-width{
  padding:0 25px
}
  }

.page-width--narrow {
  max-width:1024px;
}

.page-width--tiny {
  max-width:425px;
}
/* End page width */



/* Slider font */
.hero__subtitle, .rte-setting.text-spacing p {
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
  
.hero__title, .hero__subtitle {
  margin-bottom: 40px;
}

/**@media (min-width: 426px) {
.slideshow__slide.slideshow__slide--1524769873765-0.is-selected .hero__subtitle {
    max-width:65%;
	}
}*/

@media (max-width: 1440px) {
.hero__subtitle {
  font-size: 1em;
  }
}
/* End slider font */



/* Text columns with iamges */
.section-header.text-left >h2, .section-header__title {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}

@media only screen and (min-width: 426px) {
.grid__item.medium-up--one-third.text-left.aos-init.aos-animate {
  width: 33.333%;
}
  }

/* this is for the standard 3 column layout with no carousel on mobile */
.classname{
  position:relative;
}
  
.classname h3{
  position: absolute;
  bottom: 90px;
  left: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 1px;
}
  
.classname .image-wrap.text-spacing{
  margin-bottom: 30px;
}
  
@media only screen and (max-width: 768px){
.classname h3{
  font-size: 15px;
}
  }


/* this is for the 3 column layout with carousel on mobile */
.classname1{
  position:relative;
}
  
.classname1 h3{
  position: absolute;
  bottom: 120px;
  left: 60px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 1px;
}
  
.classname1 .image-wrap.text-spacing{
  margin-bottom: 30px;
}
  
@media only screen and (max-width: 768px){
.classname1 h3{
  font-size: 15px;
  bottom: 120px !important;
}
  }

/* End text columns with images */



/* Button size */
.btn {
  padding: 18px 30px 14px;
  font-size: 10px;
  line-height: 16px;
}

/* End button size */



/* Newsletter block custom code */
.leftnewsletter {
  width: 59%;
}
  
.rightnewsletter {
  width: 40%;
}
  
.leftnewsletter, .rightnewsletter {
  display: inline-block;
  vertical-align: top;
}
  
.rightnewsletter .peranews.rte p {
  font-size: 11px;
  margin-top: 15px;
  letter-spacing: .125em;
  line-height: 1.5em;
  color: #676767;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
  
.input-group-btn {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}
  
input#Email-16230609583c92d3a1 {
  font-size: 11px !important;
  color: #000;
  letter-spacing: 2px;
  min-width: 0;
  padding: 11px 50px 12px 21px;
  width: 100%;
  height: 50px;
  background: transparent;
  border-right: none;
  border-color: var(--colorBorder);
}
  
.newsletter__input-group button.btn {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
}
  
.input-group.newsletter__input-group button.btn {
  background: none;
  border-left: none;
  color: #000;
  padding: 11px 20px;
  border-color: var(--colorBorder);
}

.newsletter__input-group {
  margin: 0;
  max-width: 100%;
}
@media only screen and (max-width: 425px){

.leftnewsletter {
  width: 100%;
}
  }

@media only screen and (max-width: 425px){
.rightnewsletter {
  width: 100%;
  margin-top: 30px;
}
  }

/* End newsletter block */



/* footer newsletter */
input#Email-footer {
  font-size: 11px;
  border-color: var(--colorBorder);
  color: #000;
  letter-spacing: 2px;
  padding: 11px 54px 12px 21px;
  height: 50px;
  background: transparent;
  border-right: none;
}

.peranews.rte p {
  font-size: 10px;
  margin-top: 15px;
  letter-spacing: .125em;
  line-height: 1.5em;
  color: #676767;
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}

@media only screen and (max-width: 768px) {
.peranews.rte p {
  text-align: left;
}
  }
/* End footer newsletter */



/* Footer padding */
@media only screen and (min-width: 769px) {
.footer__item-padding {
  padding-right: 0px;
  }
}

/* End footer padding */


/* Start: This code adjusts the footer social icons, payment icons & copyright into 3 column block */
.col-one, .col-two, .col-three {
    width: 33.33%;
    float: left;
}


.clear {
    clear: both;
}

@media screen and (max-width : 1023px) {
    .col-one, .col-two, .col-three {
        width: 100%;
        float: none;
        margin: 0;
    }

    .col-one, .col-two {
        padding-bottom: 30px;
    }
}
  
@media only screen and (max-width: 768px) {
[data-center-text=true] .site-footer, .footer__small-text, [data-center-text=true] .footer__title, [data-center-text=true] .payment-icons {
  text-align: left;
}
}

@media only screen and (min-width: 1024px) {
.footer__small-text {
  text-align: right;
}
}

@media only screen and (max-width: 768px) {
.footer__section {
    margin-top: 50px;
    margin-bottom: 0;
}
}
  
@media only screen and (min-width: 769px) {
.footer__section {
    margin-top: 50px;
    margin-bottom: 0;
}
}

.footer__social .icon{
    width:13px;
    height:12px
  }

@media only screen and (min-width:769px){

.footer__social .icon{
      width:13px;
      height:12px
  }
    }

ul.no-bullets.footer__social > li {
    font-size: max(calc(var(--typeBaseSize)*0.7), 12px);
}
/* End footer social icons, payment icons & copyright */



/* Header icon size */
@media only screen and (min-width:769px){
  .site-nav__link--icon .icon{
    width:20px;
    height:20px
  }
}

@media only screen and (min-width:1441px){
  .site-nav__link--icon .icon{
    width:25px;
    height:25px
  }
}

@media only screen and (max-width:768px){
  .site-nav__link--icon .icon{
    width:20px;
    height:20px
  }
}
*/ End header icon size */


/* Start: This section overrides the font family on the slider/collection banners */
  .hero__subtitle, .rte-setting.text-spacing p {
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  }
  
 .hero__title, .hero__subtitle{
   margin-bottom: 40px;
 }
  
 
  .section-header.text-left >h2, .section-header__title {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  }

[data-type_headers_align_text=true] .section-header{
    text-align:left;
}

.section-header__title {
    margin-bottom: 28px;
}

/* Start: hide collection image/text on mobile */
@media only screen and (max-width: 425px) {
  div#CollectionHeaderSection {
    display: none;
  }
}
/* End: */



/* Start: this code edits the breadcrumb padding */
.site-header.breadcrumbs {
  padding: 10px 0;
}
 
.site-header.collection-breadcrumbs {
  padding: 50px 0 20px;
}
  
.site-header.product-breadcrumbs {
  padding: 50px x 20px;
}

[data-type_headers_align_text=true] .breadcrumb {
    text-align: left;
}
/* End  */


/* Start: hide 'filter' text on tab/mobile */ 
@media only screen and (max-width: 768px){
.collection-filter.desktop {
    display: none;
}
  }
@media (min-width: 768px) {
.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:after {
    top: 0px;
}
}
/* Product page */
@media only screen and (min-width: 1025px) {
.grid__item.medium-up--one-half.product-single__sticky {
    margin-left: 145px;
    padding-left: 0;
}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
.grid__item.medium-up--one-half.product-single__sticky {
    margin-left: 50px;
    padding-left: 0;
}
}

h1.h2.product-single__title {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    font-size: calc(var(--typeHeaderSize)*0.5);
}

span#ProductPrice-6564504764574 {
    font-size: calc(var(--typeBaseSize));
}

.product-short-description p {
    font-size: calc(var(--typeBaseSize) - 2px);
    margin-top: 5px;
    margin-bottom: 10px;

}

.product-short-code p {
    font-size: calc(var(--typeBaseSize) - 2px);
    margin-bottom: 10px;
    color: #767676;
}

@media only screen and (max-width: 768px) {
.product-single__meta, .product__policies.rte.small--text-center {
  text-align: left!important;
}
  }

.freeshippingtext ul li {
    list-style-type: none;
    font-size: 12px;
    color: #8c8c8c;
    text-align: left;
}

.freeshippingtext ul li:before {
    content: '\2713';
    display: inline-block;
    color: #8c8c8c;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: left;
}

.freeshippingtext ul {
    margin: 0;
}

.freeshippingtext {
    margin-bottom: 20px;
}

/*.product__price.on-sale {
    color: #752324;
}
/* End product page */


/* Custom css for account page */  
.custom-account-page-outer {
    padding: 50px;
}

.custom-account-page-inner {
    background-image: url();
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px;
}

.whitesquare {
    background: #fff;
    color: #000;
    padding: 50px;
}

.whitesquare header.section-header {
    margin-bottom: 20px;
    text-align: left;
}

.whitesquare a {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
}

.whitesquare p a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}

.custom-account-page-outer h1 {
    text-align: left;
    font-size: 30px;
    text-transform: none;
    line-height: 30px;
}

.custom-account-page-outer p {
    text-align: left;
    font-size: 13px;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
}

.page-content h2, .page-content h1 {
    font-size: 1.8rem;
    padding: 0;
    margin: 20px 0;
}

.custom-account-page-outer p button.btn.btn--full {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
}

div#CustomerLoginForm label {
    font-size: 11px;
    letter-spacing: 0;
}

form#create_customer label {
    font-size: 11px;
    letter-spacing: 0;
}

.whitesquare ul {
    margin: 25px 0 120px;
}

.whitesquare ul li {
    font-size: 13px;
    text-align: left;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.whitesquare1 header.section-header {
    margin-bottom: 0px;
}

.whitesquare1 ul li::before {
    content: '\2713';
    display: inline-block;
    color: #8c8c8c;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: left;
    list-style-type: none!important;
}

.whitesquare .errors ul {
    margin-bottom: 20px;
}

div#RecoverPasswordForm .form-vertical form p {
    display: grid;
}

@media only screen and (max-width: 1100px) {
  .custom-account-page-outer {
    padding: 30px;
}
  }

@media only screen and (max-width: 425px) {
  .custom-account-page-outer {
    padding: 10px;
}
  }
  

@media only screen and (max-width: 1024px) {
  .custom-account-page-inner {
    padding: 50px;
}
  }

@media only screen and (max-width: 768px) {
  .custom-account-page-inner {
    background: none;
    padding: 0px;
}
  }

@media only screen and (max-width: 768px) {
.custom-account-page-inner .page-width.page-content {
  padding: 0px;
}
}

@media only screen and (max-width: 768px) {
.whitesquare {
    border-bottom: 1px solid #e6e6e6;
}
  }

@media only screen and (max-width: 768px) {
.whitesquare1 {
    border-bottom: 0px;
}
  }

@media only screen and (max-width: 425px) {
.custom-account-page-inner {
    padding: 10px;
}
  }

@media only screen and (max-width: 425px) {
.whitesquare {
    padding: 20px;
}
  }

/*.custom-account-page-inner {
    padding: 50px;
} */

@media only screen and (max-width: 768px) {
  .whitesquare {
    margin-top: 25px;
}
  }

@media only screen and (max-width: 768px) {
.whitesquare1 {
  margin-bottom: 25px;
}
  }

@media only screen and (max-width: 768px) {
  .custom-account-page-outer h1 {
    text-align: left;
    font-size: 21px;
}
  }

/* media query for whitesquare ul */
@media only screen and (max-width: 2600px) {
.whitesquare ul {
  margin-bottom: 101px;
}
  }


@media only screen and (max-width: 1700px) {
.whitesquare ul {
  margin: 25px 0 100px;
}
  }

@media only screen and (max-width: 1500px) {
.whitesquare ul {
  margin: 25px 0 156px;
}
  }

  @media only screen and (max-width: 768px) {
.whitesquare ul {
  margin: 25px 0 20px;
}
  }

/* End custom account page css */


/* register page */
.custom {
  position: absolute;
  top: 50%;
}

@media only screen and (max-width: 1024px) {
.custom {
  position: absolute;
  top: 30%;
}
}

.custom h1 {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      color: white;
      }

@media only screen and (max-width: 425px) {
.custom h1 {
  font-size: 15px!important;
}
}

.custom p {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      color: white;
      }

@media only screen and (max-width: 425px) {
.custom p {
  font-size: 10px!important;
}
}

.custom a {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
      color: white;
      }
.page-image {
  position: relative;
    margin-bottom: 50px;
}
.right {
    font-size: 1rem;
    width: 100%;
    padding: 50px 50px;
    background-color: #f9f9f9;
    text-align: left;
    letter-spacing: 1px;
    line-height: 20px;
}
.right p {
  color: #000000;
}

li#register-li {
    list-style-type: none;
}

.register-page .right ul li::before, .create-account-block ul li::before  {
    content: '\2713';
    display: inline-block;
    color: #8c8c8c;
    padding: 0 5px 0 0;
    margin: 0;
    text-align: left;
    list-style-type: none!important;
}



.right ul {
  margin: 0;
}
/* End register page */


/* modal popup */
  .modal2 {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0,0,0,.4);
}
  
.modal-content2 {
    background-color: #fefefe;
    color: #000;
    margin: auto;
    padding: 0;
    width: 100%;
  	max-width: 960px;
}
  
.popsect {
    position: relative;
}
  
.close2 {
    color: #000;
    float: right;
    font-size: 15px;
    font-weight: 100;
    position: relative;
    right: 15px;
    top: 20px;
}
.popsect p {
    padding: 20px 0;
	margin: 0;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
}
.modal-content2 .tab {
    padding-bottom: 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 35px;
}
.tabinner {
    text-align: center;
}
.modal-content2 .tablinks {
    width: auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
    padding: 1.25em 0.5em;
  	line-height: normal;
    margin: 0 0 -1px;
}

.modal-content2 .tablinks.active1 {
    border-bottom: 1px solid;
}
.tabcontent {
    padding: 0 1rem;
    padding-bottom: 25px;
    overflow: hidden;
  	display: flex;
  	justify-content: space-between;
}
div#Europe ul {
	width: 100%;
  	margin: 0 1rem 1rem;
  	float: left;
}
div#Middle-East ul {
	width: 100%;
  	margin: 0 1rem 1rem;
  	float: left;
}
.tabcontent li {
    list-style: none;
    font-size: 12px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.header-item--icons .icon {
    width: auto;
}
.site-nav__link--icon {
    padding-left: 8px;
    padding-right: 8px;
}

div#HeaderWrapper.is-light img.black {
    display: none;
}

@media only screen and (min-width:769px){
  .modal2 {
    padding-top: 80px;
  }
  
  .modal-content2{
    border-radius: 5px;
    border: 1px solid #888;
  }
  
  .modal-content2 .tablinks {
    padding: 2em 1em;
    margin: 0;

  }
  
  .tabcontent {
      padding: 0 75px;
      padding-bottom: 45px;
  }
  
  div#Europe ul {
    width: 30%;
    margin: 0;
  }
  div#Middle-East ul {
    width: 30%;
    margin: 0;
  }
}

@media only screen and (max-width: 425px) {
span.announcement-text {
  display: none;
}
}

.announcement-text a {
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.announcement-text a:hover {
    border-bottom: 1px solid #fff;
}

.announcement-text {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85em;
    text-align: left;
    margin-right: 1rem;
}

.announcement-bar {
  padding:0;
}

@media only screen and (min-width: 769px) {
.announcement-slider[data-compact=false] .announcement-slider__slide {
    flex: 1 1 33%;
    display: flex;
    align-items: center;
}
}

.announcement-slider__slide {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.announcement-link {
  margin-left: auto;
}

.announcement-link .announcement-link-text {
    text-decoration: none;
}
/* End modal-link */


/* button hover */
.btn:hover {
	background-color: #000 !important;
	color: #fff !important;
}

div.input-group-btn.noHover button.btn:hover {
  background-color: transparent!important;
  color: #000000!important;
}
/* end button hover */


/* custom homepage video block */
.custom-item {
  margin-bottom: 0;
}

.custom__item-inner {
  display: block;
}


/* end */


/*  product title / price left align */
[data-center-text=true] .grid-product__meta {
  text-align: left;
}

/* nav menu open on left */
div#NavDrawer.drawer--right.drawer--is-open {
  transform: unset;
}
div#NavDrawer.drawer--right {
  right: unset;
}

/* end nav menu */

/* on sale color 
.product__price.on-sale {
    color: #752324!important;
}

/* variant color span */
.variant__label.color span {
  color: #5e5e5e;
}

/*.grid-product__price-sale {
    color: #752324;
}
span.grid-product__price--original {
    color: #000;
}*/

/* klaviyo back in stock text + button */
a.btn.klaviyo-bis-trigger {
    background-color: #fff;
    color: #000;
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
a.btn.klaviyo-bis-trigger:hover {
    background-color: #fff!important;
    color: #000!important;
}
.font-univers .h1, .font-Univers .h2,  .font-Univers .h3, .font-Univers h1, .font-Univers h2, .font-Univers h3 {
    font-family: var(--typeBasePrimary),var(--typeBaseFallback);
}
.account-overview {
  display: flex;
}
.account-overview .account-overview__link:last-child {
  margin-left: auto;
  margin-right: 0;
}
.account-overview__link {
  position: relative;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Univers LT STD;
  font-size: 12px;
  margin-right: 40px;
}
.account-overview__link.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
}
.account-check-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: Univers LT STD;
  font-size: 12px;
}
.account-check-ul li {
  padding-bottom: 14px;
  letter-spacing: 1px;
}
.account-check-ul li::before {
  font-family: Font Icon;
  content: "\e924";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 17px;
}
.account-details {
  display: flex;
  margin-top: 15px;
}
.account-details__left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .account-details__left {
    display: block;
    flex: 0 0 auto;
    width: 269px;
  }
}
.account-details__right {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1200px) {
  .account-details__right {
      padding-left: 123px;
  }
}
.account-details__list {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #000;
  font-family: Univers LT STD;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 10px;
}
.account-details__list.active {
  background: #f9f9f9;
  border-bottom-color: #fff;
}
.account-details__h1 {
  font-size: 14px;
  padding: 18px;
  font-size: 14px;
  margin-bottom: 10px; 
  font-family: Univers LT STD;
}
.account-details__grey-box {
  font-size: 12px;
  padding: 18px;
  background-color: #f9f9f9;
  margin: 0 0 10px;
  font-family: Univers LT STD;
}
.account-details__grey-box input {
  background: #fff;
}
.account-details .label, .account-details label:not(.variant__button-label) {
  text-transform: none;
}
.account-details .shogun-form-checkbox-input-wrapper label {
  align-items: flex-start !important;
}
/* 會員頁的兩欄架構 */
.account-two-column {
  padding: 30px 40px 0 40px;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.account-two-column label {
  text-transform: none;
}
.account-two-column .shogun-form-checkbox-input-wrapper label {
  align-items: flex-start !important;
}
.account-two-column > .shg-row > div:nth-child(1) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .account-two-column > .shg-row > div:nth-child(1) {
    display: block;
    flex: 0 0 auto;
    width: 269px;
  }
}
.account-two-column > .shg-row > div:nth-child(2) {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1200px) {
  .account-two-column > .shg-row > div:nth-child(2) {
    margin-left: 10.3%;
  }
}
/* 註冊頁面的兩欄架構 */
.register-two-column > .shg-row > div:nth-child(2) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .register-two-column > .shg-row > div:nth-child(2) {
    display: block;
    flex: 0 0 auto;
    width: 453px;
  }
}
.register-two-column > .shg-row > div:nth-child(1) {
  flex: 1 1 auto;
}
@media only screen and (min-width: 1200px) {
  .register-two-column > .shg-row > div:nth-child(1) {
    margin-right: 10.3%;
  }
}
.register-two-column label {
  text-transform: none;
}

/* cookie policy */
.table-basic {
    font-size: .83rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    letter-spacing: .75px;
    line-height: 20px;
    text-align: center;
}

.table-basic body {
    font-size: 1rem;
    font-family: Univers LT STD light,sans-serif;
    color: #000;
}

.table-basic table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

.sizetable table, .table-basic {
    font-size: .83rem;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    letter-spacing: .75px;
    line-height: 20px;
}

.table-basic tr:nth-child(2n) td{
  background: #f3f3f3;
}

@media only screen and (max-width: 767px)
.pt_customer-service .primary-content table, .table-mobile-friendly {
    display: block;
    overflow-x: scroll;
}

/**置中的btn**/

.ballybtn {
  display: flex;
  justify-content: center;
  
}

@media only screen and (max-width: 768px)
.rightnewsletter {
    width: 100% !important;
    margin-top: 30px
;
}

.rightnewsletter {
    display: inline-block;
    vertical-align: top;
}


/**register**/
.shogun-form-text-input-field {
    border-width: 1 px;
    border-color: #e6e6e6 !important;
}

.shogun-form-dropdown select{
    display: block;
    width: 100%;
    cursor: initial;
    background-color: rgba(255, 255, 255, 1);
    border-color: #e6e6e6 !important;
}

#s-893ec88d-d628-4f4c-8add-9f842677bf73 .shogun-form-checkbox-input-value {
    color: #000;
    font-family: Univers LT STD;
    font-size: 10px;
    letter-spacing: 1px;
}

.shogun-form-label{
   padding-bottom:0px !important;
}

#s-4b90c473-c6ed-4e4a-af45-a30940e8374b {
    margin-top: 20px;
}

#s-893ec88d-d628-4f4c-8add-9f842677bf73 .shogun-form-checkbox-input-wrapper label {
    align-items: start !important;
    display: inline-flex !important;
}

#s-893ec88d-d628-4f4c-8add-9f842677bf73 .shogun-form-checkbox-outer {
 width:10px
}

.link-underline a {
  max-width: none !important;
}

.link-underline a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}

.link-underline a:hover::after {
  opacity: 0.1;
}

.link-black::before, .link-black::after, .link-black a::after {
  content: none !important;
}

.link-black a:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.locator-container {
  display: flex;
  min-height: 700px;
  font-size: 12px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .locator-container {
    flex-direction: column;
    min-height: 0;
  }
}

.locator-container input, .locator-container select {
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
}

.locator-container select {
  border: 0;
  border-bottom: 1px solid #000;
}

.locator-container input {
  padding: 17px 20px;
}

.locator-container__left {
  width: 310px;
  padding: 15px 40px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .locator-container__left {
    width: auto;
    flex: 1 1 auto;
    padding: 0;
  }
}

.locator-container__right {
  flex: 1 1 auto;
  display: flex;
}

.locator-container__map {
  flex: 1 1 auto;
}

@media only screen and (max-width: 768px) {
  .locator-container__map {
    min-height: 700px;
  }
}


/**隱藏上方翻譯選擇器**/
#localization_formtoolbar {
    display: none;
}

.section-header {
    display: none;
}

.page-404 .section-header {
  display: block;
}

.s-94c9d1dd-5f2e-4237-b539-f731023d9940:hover {
    background-color: #424242 !important;
    text-decoration: none !important;
    color: white;
}

#s-e14a7ad6-4eb3-440e-bb75-29a5cc91ec10-btn-wrapper:hover {
   background-color: #424242 !important;
    text-decoration: none !important;
    color: white;
}

#s-71440269-abaf-4193-be68-5a9faeafa421 {
    margin-top: 18px;
    margin-bottom: -6px;
    padding-left: 14px;
    padding-right: 14px;
}

#s-d4f1835d-acc5-49a7-a6c3-813fe31698a9  {
    margin-top: 18px;
    margin-bottom: -6px;
    padding-left: 14px;
    padding-right: 14px;
}
.text-transform-none, .text-transform-none label {
    text-transform: none !important;
}


/** home page **/

.site-nav__link {
    padding: 7.5px 7.5px 0px 15px;
}

.animation-cropper {
    overflow: inherit;
}

.classname1 h3 {
    bottom: 85px;
    left: 50px;
    right: 50px;
}

.icon-untitled-2 {
    margin-left: -8px;
  margin-top: 1.5px;
}

.icon-customuser {
    margin-right: -3px;
}


/**footer 展開icon**/
.custom-footer-menu-sublink-parent-link::before {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 7px;
    margin: auto;
    left: 0;
    display: inline-block;
    background: #000;
    width: 10px;
    height: 1px;
}

.custom-footer-menu-sublink-parent-link::after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 19px;
    margin: auto;
    left: 5px;
    display: inline-block;
    background: #000;
    width: 1px;
    height: 10px;
}

/**header widhlist**/
.is-light .topbadge{ color: #ffffff !important;}

/**cart-discount event name**/
.cart__discount {
    display: none;
}

.reduction-code {
    display: none;
}

/**homepage vedio**/
.desktopvideo .playpause{
background-size: cover;
}

/**megamenu**/
.megamenu .site-nav__dropdown-link {
    padding: 4px 0;
    white-space: normal;
  letter-spacing: 2px;}

.custom-account-deatils-container {
  display: flex;
}

.custom-account-deatils-container__left {
  width: 269px;
  flex: 0 0 auto;
}

.custom-account-deatils-container__right {
  margin-left: 10.3%;
  flex: 1 1 auto;
  font-size: 12px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .custom-account-deatils-container__left {
    display: none;
  }
  .custom-account-deatils-container__right {
    margin-left: 0;
  }
}

.custom-account-deatils-add-button {
  cursor: pointer;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 18px;
  padding: 17px 20px 15px;
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 35px;
}

.custom-account-deatils-add-button::after {
  content: "+";
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-modal__container {
  background: #fff;
  width: calc(100% - 60px);
  margin: 0 30px;
  max-width: 579px;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  padding: 15px 20px ;
}
.custom-modal__close {
  font-family: Font Icon;
  font-size: 12px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -14px;
  margin-top: -14px;
}
.custom-modal__close::before {
  content: "\e92f";
}
.custom-flex {
  display: flex;
}
.custom-flex-align-center {
  align-items: center;
}
.custom-flex-justify-between {
  justify-content: space-between;
}
#AddressNewForm {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
#AddressNewForm.hide {
  display: none;
}
#addresses-content, #addresses-content .h2, #addresses-content h2, #addresses-content button, #AddressNewForm button  {
  font-size: 12px;
}
.custom-account-page-title {
  margin-bottom: 10px;
}
.custom-accout-overview-list {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.custom-accout-overview-list::before {
  font-family: Font Icon;
  content: "\e924";
  margin-right: 17px;
}
.site-nav__icons {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .site-nav__link--icon-parent:hover .megamenu {
    opacity: 1;
    transition-delay: 0s;
  }
  .site-nav__link--icon-parent:hover .site-nav__dropdown {
    display: block;
    visibility: visible;
    transform: translateZ(0);
    transition: all .3s cubic-bezier(.2, .06, .05, .95);
  }
}
.half-width {
  display: inline-block;
  width: 50%;
}
.custom-back-button {
  color: #fff;
  background: #000 !important;
  min-width: 170px;
  padding: 18px 30px 14px;
  display: inline-block;
  text-align: center;
}
.custom-back-button:hover {
  color: #fff;
}

.ly-custom-dropdown-current {
    display: none;
}

/**商品filter文字大寫**/
.boost-pfs-filter-button span {
    display: inline;
    word-break: break-all;
    word-break: break-word;
    text-transform: uppercase;
}

.shogun-accordion-heading {
  position: relative;
}

.shogun-accordion-heading::after {
  content: "+";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s transform;
}

.shogun-accordion-active .shogun-accordion-heading::after {
  transform: rotate(-225deg);
}

/**footer隱藏國旗**/

.ly-breakpoint-1 .ly-flag-icon-zh-TW {
    display: none !important;
}

.ly-breakpoint-1 .ly-flag-icon-en {
    display: none !important;
}

/**login page白色底圖高度**/
.whitesquare5{
    height: 550px;
}

/**折扣隱藏**/
.grid-product__price--savings {
   
    display: none !important;
}

/* lookbook頁面的圖片樣式 */
.lookbook-img-clickable {
  cursor: pointer;
}

/* 訂單列表退貨按鈕 */
.return-order-button {
  text-decoration: underline;
  cursor: pointer;
}



/* IG Amplification slideshow. To adjust break in the hero subtitle incease or decrease the max-width % */
@media (min-width: 426px) {
div#Slideshow-1656998189e6d3ce9a .hero__subtitle {
    max-width: 100%;
}
}

div#shopify-section-1656998189e6d3ce9a {
    margin-bottom: 50px;
}

@media (min-width: 1441px) {
  div#shopify-section-1656998189e6d3ce9a {
    margin-bottom: 100px;
}
}



/* Slider 1 subttitle text width adjustment */

@media (min-width: 426px) {
  div#Slideshow-1524769873765 .hero__subtitle {
    max-width: 100%;
  }
}



/* slider combined header & text */
.heading-text {
  font-family: var(--typeBasePrimary),var(--typeBaseFallback);
  font-size: var(--typeBaseSize);
  line-height: 30px;
    }

@media only screen and (min-width:769px) {.section-header--hero .rte {
max-width: 650px
}
.section-header--hero .section-header__title {
      font-size:calc(var(--typeHeaderSize)*0.7)  !important;
}
  }

h2.section-header__title {
    font-size: calc(var(--typeHeaderSize)*.73) !important;
}

/*fashion show livestream */
.fashionshow {
  margin-left: auto;
  margin-right: auto;
  height: 640px;
}



