img.global-footer__region__icon{visibility: hidden !important;}
.country-selection.sub-brand-item{position: absolute !important;bottom: 0 !important;top: 91px !important;left: 15px !important;}
.country-selection.sub-brand-item .dropdown-menu.bullet{top:25px !important;right:-41px !important;}
.date-selection.country-selection.sub-brand-item{left: 101% !important;width: 165px !important;pointer-events: none;}   
html[lang="zh-cn"] .date-selection.country-selection.sub-brand-item{width: 610px !important;} 
/*html[lang="zh-cn"] .page-footer__links>.page-footer-link-set:nth-child(1){display:none;}*/
.date-selection.country-selection.sub-brand-item:hover .sub-brand-link{color: #fff !important;}
html[lang="zh-cn"] .navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet::before{width:0;height:0;content:'';display:inline-block;position:absolute;border-color:transparent;border-style:solid;-webkit-transform:rotate(360deg);border-width:0 17px 15px;border-bottom-color:#ccc;border-bottom-color:#fff;top:-10px;right:30px;/*left:96px;*/left:47px;}
.country-selection.sub-brand-item li{margin-bottom: 10px;}
.country-selection.sub-brand-item li:last-child{margin-bottom: 0;}
.country-selection.sub-brand-item li a.global-nav-link{line-height:18px;}
.country-selection.sub-brand-item li a.global-nav-link span{font-size: 12px;line-height: 18px;font-weight: normal;text-transform: none !important;}
.country-selection.sub-brand-item li a.global-nav-link:hover span, .country-selection.sub-brand-item li a.global-nav-link span:hover{color: #76b900 !important;}
.country-selection.sub-brand-item span.sub-brand-link a.sub-brand-link{padding-bottom:15px;}
@media (min-width:1280px) {
.ht-300 h1{font-size:40px;line-height:40px;text-transform:uppercase;}
.ht-580 h1{font-size:56px;line-height:56px;text-transform:uppercase;}
}
@media screen and (min-width: 1025px){
	
html .navigation .global-nav .sub-brand-nav .brand-nav-left{height:66px;}	
.navigation .global-nav .sub-brand-nav .brand-nav-left .date-selection.country-selection.sub-brand-item{padding-top:0;}
.brand-nav-left .sub-brand-item:last-child{display:none !important;} 
.brand-nav-left .country-selection.sub-brand-item:last-child{display:block !important;}
}
@media (min-width:1024px) and (max-width:1279px){
.ht-300 h1{font-size:40px;line-height:40px;text-transform:uppercase;}	
.ht-580 h1{font-size:56px;line-height:56px;text-transform:uppercase;}
}

@media (min-width:768px) and (max-width:1025px){
.columnLayout .column-container .column.small-12:nth-child(n+2){margin: 0px auto;}
.columnLayout .column-container .column.medium-6:nth-child(n+3){margin: 0px auto;}
.country-selection.sub-brand-item{display:block !important;top: 65px !important;left: 3px !important; width:160px;}
.country-selection.sub-brand-item .dropdown-menu.bullet{right: -29px !important;}
.navigation #sub-brand-logo{width: auto !important;}
.navigation .global-nav .sub-brand-nav .brand-nav-left .date-selection.country-selection.sub-brand-item{padding-top:0;}
html[lang="zh-cn"] .date-selection.country-selection.sub-brand-item{width: 500px !important;} 
html[lang="zh-cn"] .navigation .global-nav .sub-brand-nav .brand-nav-left .sub-brand-item .sub-brand-link{font-size:13px;}
html[lang="zh-cn"] .gtcdc.date-selection.country-selection.sub-brand-item{margin-left:-30px;}
html[lang="zh-cn"] .navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet::before{left:31px;}
}

@media (max-width:767px) {
body,header,#page-content,.footer{overflow-x: hidden !important;}	
.columnLayout .column-container .column.small-12:nth-child(n+2){margin: 0px auto;}
.columnLayout .column-container .column.medium-6:nth-child(n+3){margin: 0px auto;}
#cboxClose {right: 15px;top: 15px;}
.modal-content.parsys .column-2.parsys{padding: 0 20px;}
.hide-mobile{display:none;}
.country-selection.sub-brand-item{display:block !important;top: 55px !important;left: 3px !important; width:165px;}
.country-selection.sub-brand-item .dropdown-menu.bullet{right: -14px !important;}
.navigation #sub-brand-logo{width: auto !important;}
.navigation  .country-selection.sub-brand-item .sub-brand-link{font-size:14px;}
}
@media (max-width: 480px){
.navigation  .country-selection.sub-brand-item .sub-brand-link{font-size:14px;}
}	
@media (max-width: 400px){
body,header,#page-content,.footer{overflow-x: hidden !important;}	
.sectionWrapper .general-container{padding-left: 20px;padding-right: 20px;}
.navigation .global-nav,.navigation .global-nav .subnav{width: 100%;}
.modal-content.parsys .column-2.parsys{padding: 0 15px;}
}
	
@media (max-width: 340px){
	
.navigation #sub-brand-logo{width: 175px;}
.navigation .global-nav,.navigation .global-nav .subnav{width: 100%;}
}
@media (max-height: 410px){
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu{overflow-y:scroll;max-height:240px;}	
}

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

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}
/**---------------------------------------------------------------------------------------
   Four viewports support utils
   Inspired by https://getbootstrap.com/docs/4.5/utilities/display/#hiding-elements
---------------------------------------------------------------------------------------**/
/** mobile **/
@media screen and (max-width: 639px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
}

/** tablet **/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .d-md-none {
        display: none !important;
      }
      .d-md-inline {
        display: inline !important;
      }
      .d-md-inline-block {
        display: inline-block !important;
      }
      .d-md-block {
        display: block !important;
      }
}

/** laptop **/
@media screen and (min-width: 1024px) and (max-width: 1349px ) {
    .d-lg-none {
        display: none !important;
      }
      .d-lg-inline {
        display: inline !important;
      }
      .d-lg-inline-block {
        display: inline-block !important;
      }
      .d-lg-block {
        display: block !important;
      }
}

/** desktop **/
@media screen and (min-width: 1350px) {
    .d-xl-none {
        display: none !important;
      }
      .d-xl-inline {
        display: inline !important;
      }
      .d-xl-inline-block {
        display: inline-block !important;
      }
      .d-xl-block {
        display: block !important;
      }
}

@media screen and (max-width: 639px) {
  .date-selection.country-selection.sub-brand-item {
    left: 0 !important;
  }
  .sub-brand-link.button-dropdown {
    position: absolute;
    top: -16px;
  }
}

/**
  .wc-qrcode
*/
#cboxWrapper * {
  max-width: 270px;
  margin: auto;
}

.wc-qrcode {
  background: white;
  width: 165px;
  display: none;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: -65px;
}

.wc-qrcode img {
  width: 100%;
}

.wc-qrcode p {
  color: black;
  font-size: 12px;
  margin: 0 0 5px;
}

.wc-qrcode:after {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.page-footer__social .page-footer__social__link[href="#wc-qrcode"] a {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}

@media (min-width:1350px) {
  .page-footer__social .page-footer__social__link[href="#wc-qrcode"] {
      position: relative;
  }

  .page-footer__social .page-footer__social__link[href="#wc-qrcode"] a {
      display: none
  }

  .page-footer__social .page-footer__social__link[href="#wc-qrcode"]:hover .wc-qrcode {
      display: inline-block;
  }
}

/******************* SPV **************************/
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet .global-nav-link {
	padding-bottom: 0;
}
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet {
	top: 35px !important;
	right: inherit !important;
}
@media screen and (min-width: 1025px) {
.theme-zh-cn .navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet::before {
    left: 38px !important;
}

.navigation .global-nav .sub-brand-nav .brand-nav-left .sub-brand-item {
	padding-top: 0;
}

}

@media screen and (min-width: 1023px) and (max-width: 1024px) {
.country-selection.sub-brand-item {
	display: block !important;
	top: 90px !important;
}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
.country-selection.sub-brand-item {
	display: block !important;
	top: 62px !important;
}
}
@media screen and (max-width: 736px) {
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item {
    margin-left: 0;
}
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet {
    overflow-y: inherit;
}
.theme-zh-cn .navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet::before {
    left: 32px !important;
}
}

@media screen and (max-width: 568px) {
.gtcdc.date-selection.country-selection.sub-brand-item {
    margin-left: 80px !important;
}


.navigation .global-nav .subnav {
  height: 42px;
  }
.navigation .country-selection.sub-brand-item .sub-brand-link {
    font-size: 12px;
}
.theme-zh-cn .navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet::before {
    left: 28px !important;
}
.navigation #sub-brand-logo {
height: 55px;}
.navigation .global-nav .sub-brand-nav .brand-nav-left .country-selection.sub-brand-item .dropdown-menu.bullet {
top: 28px !important;
padding: 15px 20px !important;
}
}