.bottom_df input:-webkit-autofill,.bottom_df textarea:-webkit-autofill,.bottom_df select:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset;}
.border_top_df {
  border-top: 1px solid #dfdfdf;
}
.footer-element__newsletter-block,.footer-element__container--menu,.footer_btm_btn{padding-left:var(--wrapper-gutter);padding-right:calc(var(--wrapper-gutter) + var(--scrollbar-width));}

.footer-element__newsletter-block .column-wrapper {
  padding: 72px 0;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  box-sizing: border-box;
}

.footer-element__newsletter-block .column-wrapper h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.has-error-required {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr 22px;
  margin: 10px auto 0;
  max-width: 380px;
  position: relative;
}

.has-error-required .fieldRow {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
}

.Newsletter_Registration {
  transition: .3s;
  transform: translateY(27px);
  transform-origin: left;
  color: #767676;
  padding:0 4px;
  text-align: left;
  line-height: normal
}
.Newsletter_Registration .req{color:#f00;font-weight:bold;}

.has-error-required .fieldLabel .fieldValue input {
  height: 34px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
  padding: 8px 32px 8px 4px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  min-width: auto;
  box-shadow: none;
  border-radius: 0;
  font-family: cartierFont !important;
}
.has-error-required .fieldLabel .fieldValue input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset; }

.has-error-required .input_item_input input {
  background: none;

}

.buttonsRow {
  align-items: flex-end;
  display: flex;
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1;
}

.buttonsRow button {
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.0625rem;
  line-height: 0.875rem;
  min-height: 34px;
  padding: 8px 32px;
  text-decoration: none;
}

.field-validation-error {
  color: #e32b31;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: .03125rem;
  line-height: 1.4;
  padding: 4px 0 0 4px;
  position: relative;
  max-width: 380px;
  text-align: left;
  margin: 0 auto;
}
@media all and (-ms-high-contrast:active),all and (-ms-high-contrast:none){
  .field-validation-errorse {
    position: absolute;
    bottom:-20px;
    left:0;
    margin-left: 80px;
  }
  .has-error-required{-ms-grid-columns:1fr}
}


.border-bottom_df {
  border-bottom: 1px solid #dfdfdf;
}

.footer_box {
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-wrapper {
  flex-wrap: nowrap;
}

.footer-element .column-wrapper {
  border-top: 1px solid #dfdfdf;
  padding: 32px 96px;
  width: 100%;
  box-sizing: border-box;
}

.heading-2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.footer-columns__content ul {
  list-style: none;
}

.footer-columns__content ul li {
  margin-bottom: 24px;
}

.heading-4 {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-columns__content ul li a {
  display: inline;
  line-height: 1.6;
  padding-bottom: 3px;
  padding-top: 2px;
  position: relative;
  text-decoration: none !important;
  color:#616161;
}
.footer-columns__content ul li a::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #616161;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease-in-out 0s;
  will-change: transform;
}

.footer-columns__content ul li a:hover::after {
  transform: scaleX(1);
  /* transform-origin: left; */
  transition: transform .2s ease-in-out 0s;
}

.footer-columns__content ul li a.arrow{padding-right:16px;background:url(../../img/r_up_arrow.svg) no-repeat right center;}

.footer-element__container--menu h3 {
  padding: 24px 0;
}

.footer-element__container--menu ul li {
  margin-bottom: 24px;
}

.footer-element__container--menu ul.followUs {
  margin-bottom: 8px;
}

.footer-element__container--menu ul.followUs li {
  display: inline-block;
  /* margin-bottom: 0; */
  margin-right:16px;
  margin-bottom: 16px;
}

.footer-element__container--menu ul.followUs li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
}
.footer-element__container--menu ul.followUs li:nth-child(1) .icon::after{
  content: '';
  background: url('../../front/img/public_image/wechat_icon.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

/* .footer-element__container--menu ul.followUs li:nth-child(1):hover .icon::after{
  content: '';
  background: url('../../front/img/public_image/wechat_icon_check.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
} */

.footer-element__container--menu ul.followUs li:nth-child(2) .icon::after{
  content: '';
  background: url('../../front/img/public_image/weibo.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

/* .footer-element__container--menu ul.followUs li:nth-child(2):hover .icon::after{
  content: '';
  background: url('../../front/img/public_image/weibo_check.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
} */

.footer-element__container--menu ul.followUs li:nth-child(3) .icon::after{
  content: '';
  background: url('../../front/img/public_image/doyin_icon.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

/* .footer-element__container--menu ul.followUs li:nth-child(3):hover .icon::after{
  content: '';
  background: url('../../front/img/public_image/doyin_icon_check.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
} */

.footer-element__container--menu ul.followUs li:nth-child(4) .icon::after{
  content: '';
  background: url('../../front/img/public_image/red_book.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

/* .footer-element__container--menu ul.followUs li:nth-child(4):hover .icon::after{
  content: '';
  background: url('../../front/img/public_image/red_book_check.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
} */

.footer-element__container--menu ul.followUs li:nth-child(5) .icon::after{
  content: '';
  background: url('../../front/img/public_image/bilibili.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

/* .footer-element__container--menu ul.followUs li:nth-child(5):hover .icon::after{
  content: '';
  background: url('../../front/img/public_image/bilibili_check.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
} */

.footer-element__container--menu ul.followUs li:nth-child(6) .icon::after{
  content: '';
  background: url('../../front/img/public_image/watchhome.svg') no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
}

.footer-element__container--menu ul.followUs li .icon img {
  width: 26px;
  height: 26px;
}

.footer-element__container--menu .footer-collection .underline {
  background-image: none;
  max-width: 160px;
  padding-bottom: 0;
  width: 100%;
}

.image-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.footer-element__container--menu .footer-collection img {
  display: block;
  max-width: 100%;
}

.footer-element__container--logo a {
  margin: 0 24px;
  width: 170px;
}

.image-wrapper, .image-wrapper img {
  width: 100%;
  overflow: hidden;
  transition: .3s;
}
.royal_img{width:160px;}

.column-wrappeser {
  border-top: 1px solid #dfdfdf;
  padding: 32px 96px;
  width: 100%;
  box-sizing: border-box;
}

.column-wrappesr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:row;
}

.footer-element__container--bottom {
  background: #c10016;
  color: #fff;
  padding-bottom: 24px;
  padding-top: 24px;
  white-space: nowrap;
}

.footer-element__container--bottom .wrapper-bottom {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding: 0 96px;
  width: 100%;
  box-sizing: border-box;
}

.footer-element__container--bottom .cycWrapper {
  display: flex;
  line-height: 1.5625rem;
  margin-bottom: 32px;
}

.footer-element__container--bottom .shippingCountry {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5625rem;
  text-transform: uppercase;
}

.footer-element__container--bottom .shippingCountry .text {
  display: block;
}

.footer-element__container--bottom .shippingCountryLink {
  align-items: flex-end;
  display: flex;
  margin-left: 32px;
}

a.underline, button.underline {
  display: inline;
  line-height: 1.6;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  transition: background-size .2s ease-in;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
}

.footer-element__container--bottom .footer-collection {
  line-height: 1.5625rem;
  order: 1;
}

.footer-element__container--bottom .copyrightLink {
  background: none;
  border: none;
  color: #fff;
  display: inline;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 2px;
  padding-top: 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-size .2s ease-in;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.footer-element__container--bottom a {
  color: #fff;
}
.heading-2 img {display: none}
@media (max-width: 1025px) {
  .footer-element__newsletter-block .column-wrapper{padding:32px 0;}
  .footer-element .column-wrapper{padding:32px 0}
  .footer-element__container--menu ul.followUs{display: flex;align-items: center;justify-content: center}
  .image-wrapper {max-width: 160px;margin: 0 auto}
  .heading-2{display: flex;align-items: center}
  .heading-2 span{flex:1;}
  .heading-2 img {width: 14px;height: 14px;display: block;transition:all .45s;}
  .footer_colust{display: none}
  .show_arrwo img{transform:rotate(180deg);-webkit-transform:rotate(180deg);transition:all .45s;}
  /* .column-wrappesr{flex-direction:column;} */
  .footer-element__newsletter-block .column-wrapper{border-top: 0}
  }

@media (min-width: 1280px) {
  .footer-element__container--menu .column-wrapper {
    flex-wrap: nowrap;
  }
  .column-wrapper {
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-element__container--bottom {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-element__container--bottom .wrapper-bottom {
    padding: 0 96px;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-element__container--bottom .shippingCountryLink {
    margin-left: 32px;
  }
  .footer-element__container--bottom .copyrightLink {
    margin-right: 32px;
  }
}

@media (min-width: 1024px) {
  .footer-element__container--menu .column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-element__container--menu ul.followUs {
    left: -6px;
    position: relative;
    max-width: 190px;
  }
  .footer-element__container--bottom .wrapper-bottom {
    align-items: baseline;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 32px;
    width: 100%;
  }
  .footer-element__container--bottom .cycWrapper {
    align-items: center;
    margin-bottom: 0;
  }
  .footer-element__container--bottom .shippingCountry {
    margin-bottom: 0;
  }
  .footer-element__container--bottom .shippingCountry .text {
    display: inline;
  }
  .footer-element__container--bottom .shippingCountryLink {
    display: inline-block;
    margin-left: 16px;
  }
  .footer-element__container--bottom .copyrightLink {
    display: inline;
    margin-bottom: 0;
    margin-right: 16px;
  }

}
.share_code_content{width: 720px;margin: 0 auto;background: #fff;}
.share_code_id{padding:39px 0 72px 0;}
.share_code_img{width: 256px;margin: 0 auto;font-size: 0}
.share_code_img img{width: 100%;}
.share_code_txt{padding-top: 40px;font-size: 16px;color: #000;line-height: 22px;text-align: center;}
@media screen and (max-width: 1025px){
  .share_code_id{width: 100%;position: fixed;top: 83px;left: 0;height: calc(100% - 83px);background: #fff;padding:40px 16px 0 16px;box-sizing: border-box}
}

/* Giauque Add Footer */
.g_footer_box{width:100%;}
.g_footer_box_top{padding:0 0 32px 0;padding-left: var(--wrapper-gutter);padding-right: calc(var(--wrapper-gutter) + var(--scrollbar-width));}
.g_footer_box_top .top_list_box{display:grid;grid-column-gap:66px;grid-template-columns:repeat(4,1fr);padding-top:32px;border-top:1px #dfdfdf solid;}
.g_footer_box_top .top_list_box .f_list_box{padding:0;}
.g_footer_box_top .top_list_box .top_tit{font-size:16px;line-height:26px;color:#000;font-weight:bold;}
.g_footer_box_top .top_list_box .top_txt{padding-top:14px;font-size:14px;line-height:20px;color:#000;}
.g_footer_box_top .top_list_box .top_txt p{padding-top:12px;}
.g_footer_box_top .top_list_box .link_txt{padding-top:14px;font-size:13px;}
.g_footer_box_top .top_list_box .link_txt a{display:inline-block;height:28px;line-height:28px;border-bottom:1px #000 solid;text-decoration:none;}
.g_footer_box_top .top_list_box .pay_icon_box{padding-top:12px;}
.g_footer_box_top .top_list_box .pay_icon_box ul{display:flex;list-style:none;padding:0;margin:0;}
.g_footer_box_top .top_list_box .pay_icon_box ul li{padding:0 6px 0 0;list-style:none;margin:0;}
.g_footer_box_top .top_list_box .pay_icon_box ul li img{height:25px;}
.g_footer_box_top .top_list_box .btm_icon{padding-top:12px;}
.g_footer_box_top .top_list_box .btm_icon img{height:35px;}
/* 新修改底部 */

.g_footer_copy{background:#C10016;padding-left:var(--wrapper-gutter);padding-right: calc(var(--wrapper-gutter) + var(--scrollbar-width));height:60px;}
.g_footer_copy_box{padding:0 8.472%;display:flex;align-items:center;height:60px;}
.g_footer_copy_box .copy_txt{flex:1;font-size:12px;color:#fff;}
.g_footer_copy_box .icp_txt{font-size:12px;color:#fff;display:flex;align-items:center;}
.g_footer_copy_box .icp_txt a{text-decoration:none;}
.g_footer_copy_box .icp_txt .l_txt{padding:0;}
.g_footer_copy_box .icp_txt .icon_box{padding:0;display:flex;align-items:center;}
.g_footer_copy_box .icp_txt .icon_box .line_box{padding:0 31px;color:#fff;}
.g_footer_copy_box .icp_txt .icon_box .line_box2{padding:0 31px;color:#fff;}
.g_footer_copy_box .icp_txt .icon_box .icon_pic{padding:0;}
.g_footer_copy_box .icp_txt .icon_box .icon_pic img{width:16px;}
.g_footer_copy_box .icp_txt2{display:flex;align-items:center;font-size:12px;}
.g_footer_copy_box .icp_txt2 a{text-decoration:none;}
.g_footer_copy_box .icp_txt2 .icon_box{width:20px;}
.g_footer_copy_box .icp_txt2 .icon_box img{width:20px;}
.g_footer_copy_box .icp_txt2 .text_box{padding-left:8px;}
.copy_txt_span{margin-left: 12px;cursor:pointer;font-size: 10px;line-height: 14px;position: relative; padding-bottom: 4px;}
.copy_txt_span::after{
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  transform: scaleX(100%);
  transform-origin: left;
  transition: transform .4s ease-in-out 0s;
  will-change: transform;
}
.copy_txt_span:hover::after{
  transform: scaleX(0);
  transition: transform .3s ease-in-out 0s;
}
.location_background{width: 100%;height: 100%;background: rgba(0,0,0,0.4);position: fixed;top: 0;left: 0;z-index: 20;overflow-y:auto;-webkit-overflow-scrolling: touch;}
.location_table{width: 100%;height: 100%;display: table}
.location_label{display: table-cell;vertical-align: middle}
.location_cont{padding-left:96px; padding-left:var(--wrapper-gutter-largeNoSpace);padding-right:96px; padding-right: calc(var(--wrapper-gutter-largeNoSpace) + var(--scrollbar-width));width: 100%;box-sizing: border-box}
.location_box{width: 100%;background: #fff}
.location_top{width: 100%;height: 82px;border-top: 10px solid #C00117;position: sticky;top: 0;left: 0;z-index: 22;background: #fff;text-align: center;line-height: 82px;font-size: 24px;font-weight: bold;border-bottom: #CDCDCD 1px solid}
.loaction_shut_down{width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;font-size: 0;position: absolute;top: 9px;right: 9px;cursor: pointer;}
.loaction_shut_down image{width: 20px;}
.location_content{padding-top: 48px;padding-bottom: 72px;padding-left:96px; padding-left: var(--gutter-large);padding-right: 96px; padding-right: var(--gutter-large);}
.location_content .location_ul{-ms-grid-columns:1fr 2fr 1fr; grid-column-gap: 24px;column-gap: 24px;display: grid;display: -ms-grid; grid-template-columns: 1fr 2fr 1fr;grid-template-rows: repeat(2,1fr);padding: 0;-ms-grid-rows:( 1fr )[2]}
.location_content ul li{list-style: none;font-size: 0}
.location_content ul li.location_one{grid-column: 1;grid-row: 1/span 4; -ms-grid-column: 1; -ms-grid-row:1;-ms-grid-row-span:4}
.location_content ul li.location_two{grid-column: 2;grid-row: 1/span 4; -ms-grid-column: 2; -ms-grid-row:1;-ms-grid-row-span:4}
.location_content ul li.location_three{padding-bottom: 32px;grid-column: 3;grid-row: 1; -ms-grid-column: 3; -ms-grid-row:1}
.location_content ul li.location_four{padding-bottom: 32px;grid-column: 3;grid-row: 2; -ms-grid-column: 3; -ms-grid-row:2}
.location_content ul li.location_five{padding-bottom: 32px;grid-column: 3;grid-row: 3; -ms-grid-column: 3; -ms-grid-row:3}
.location_content ul li.location_six{grid-column: 3;grid-row: 4; -ms-grid-column: 3; -ms-grid-row:4}
@media all and (-ms-high-contrast:active),all and (-ms-high-contrast:none){
  .location_content ul li.location_one{margin-right:24px}
  .location_content ul li.location_two{margin-right:24px}
}
.location_content ul li.location_two ul{display: flex;/*align-items: center;*/flex-wrap:wrap; /*column-count:2;-moz-columns:2*/}
/* .location_content ul li.location_two ul .country_li{width: 50%} */
.location_content ul li h2{font-size: 1rem;color: #000;line-height: 1.5rem;padding-bottom: 8px;text-transform:uppercase;flex:1;}
.country_li{display: flex;padding: 8px 0}
.country_li_span::before{content: '';background-image:url("data:image/svg+xml,%3csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg' focusable='false'%3e%3cpath d='m3.046 18.05.761-12.36H16.26l.857 12.36H3.046zm7.028-16.244c1.616 0 3.105 1.314 3.295 2.93l-6.52.004c.19-1.617 1.608-2.934 3.225-2.934zm7.137 3.314c0-.19-.103-.395-.475-.38h-2.377c-.284-2.377-2.377-3.993-4.753-3.707A4.066 4.066 0 0 0 5.898 4.74H3.426c-.342.011-.44.168-.475.38L2 18.43c0 .095 0 .285.095.38.096.095.19.19.38.19h15.211c.096 0 .286-.095.382-.19.094-.095.094-.285.094-.38l-.95-13.31z' fill='black' fill-rule='nonzero'/%3e%3c/svg%3e");background-position: 50%;background-repeat: no-repeat;background-size: contain;display: block;height: 20px;padding-top: 24px;width: 20px;}
/* .country_li_span img{width: 20px;} */
.country_link{padding-left: 8px;display: flex;align-items: center;flex-wrap:wrap;}
.country_link a{font-size: 0.75rem;font-weight: 400;color: #000;text-transform:uppercase;position: relative;display: inline;}
.country_link a::before{content: '';position: absolute;left: 0;bottom: 0;width: 0;height: 1px;background: #000;-webkit-transition: all .3s;transition: all .3s;}
.country_link a:hover::before{width: 100%;right: 0}
.withSeparator_span{margin-right: 8px;}
.withSeparator_span::after{content: "|";padding-left: 8px;font-size: 12px;}
.location_overflow{overflow: hidden;}
.flex_locat{display: flex;align-items: center;}
@media screen and (max-width: 1025px){
  .location_cont{height: 100%;padding-left: 0;padding-right: 0}
  .location_box{height: 100%;}
  .location_top{padding: 0 64px;box-sizing: border-box;width: 100%;display: flex;align-items: center;justify-content: center;line-height: 1.4;font-size: 18px}
  .location_content{padding-left: var(--gutter-large);padding-right: var(--gutter-large);}
  .location_content .location_ul{display: block}
  .location_content ul li.location_two ul{column-count:1}
  .location_content ul li h2{padding:24px 0}
  .flex_locat .flex_locat_span::after{width: 14px;height: 14px;content: '';display: block;background-image:url("data:image/svg+xml,%3csvg width='16' height='9' xmlns='http://www.w3.org/2000/svg' focusable='false'%3e%3cpath d='M15.13.818 14.432.13 7.925 6.726 1.576.134.87.814 7.916 8.13z' fill='black' fill-rule='evenodd'/%3e%3c/svg%3e");background-position: 50%;background-repeat: no-repeat;background-size: contain;}
  .flex_locat .flex_locat_span{display: inline-block;transition: transform 222ms;}
  .flex_locat .flex_locat_span.down{transform: scaleY(-1);}
  .location_ul li .secondary_ul{display: none}
  .location_content ul li.location_three,.location_content ul li.location_four,.location_content ul li.location_five{padding-bottom: 0}
  .location_content ul li.location_two ul .country_li{width: 100%}
  .location_content ul li.location_two ul{display: none;}
}
/* 页脚手机端变色 */
.footer_color{background: #fff}
.g_footer_a_color{color: #fff}
.change_location{display: none}
.countries_td{font-size: 12px;line-height: 17px;padding-left: 79px;color: #fff;display: inline-block}
.pc_footer_btm_btn{display: block}
.mobile_footer_btm_btn{display: none;}
@media screen and (max-width: 1025px){
  .footer_color{background: #F7F7F7}
  .footer-collection_flex{display: flex;flex-direction: column; padding: 24px 0}
  .footer-element__container--menu h3.hengding_h2{padding: 0}
  .footer-element__container--menu ul.followUs.followUs_ul{margin-bottom: 0;justify-content: flex-start;}
  .footer-element__container--menu ul.followUs li {
    display: inline-block;
    margin-bottom: 0;
    margin-right:16px;
    margin-top: 16px;
  }
  .column-wrappeser.column-wrappeser_div{border-top: 0;padding: 37px 0 34px 0}
  .change_location{display: block}
  .change_location .change_location_div{display: flex;align-items: center;padding: 24px 0 8px 0;}
  .change_location .change_location_div h3{font-size: 1rem;font-weight: 600;color: #000;line-height: 1.5rem;text-transform: uppercase;padding: 0}
  .change_location .change_location_div span{padding-left: 25px;font-size: 14px;color: #000;line-height: 20px;text-decoration: underline;font-weight: 400}
  .footer-element__container--logo a{margin: 0;width: auto}
  .countries_td{display: none}
  .pc_footer_btm_btn{display: none}
  .mobile_footer_btm_btn{display: block;padding-left:10px;padding-right: 10px;}
  .column-wrappesr a:nth-child(1) .image-wrapper {max-width: 132px}
  .column-wrappesr a:nth-child(2) .image-wrapper {max-width: 90px;margin:0 10px}
  .column-wrappesr a:nth-child(3) .image-wrapper {max-width: 113px}
  .footer-element__container--menu ul.followUs li .icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 40px;
    min-height: 40px;
  }
}







/*.g_footer_btm{background:#f2f2f2;width:100%;}
.g_footer_btm_cent{padding:6px 0;padding-left: var(--wrapper-gutter);padding-right: calc(var(--wrapper-gutter) + var(--scrollbar-width));display:flex;align-items:center;}
.g_footer_btm_cent a{color:#222;text-decoration:none;}
.g_footer_btm_cent .copy_txt{flex:1;font-size:12px;color:#222;}
.g_footer_btm_cent .icp_txt{color:#222;font-size:12px;display:flex;align-items:center;}
.g_footer_btm_cent .icp_txt_txt{padding-right:70px;}
.g_footer_btm_cent .icp_txt_ico{padding-right:70px;}
.g_footer_btm_cent .icp_txt_ico img{width:50px;}
.g_footer_btm_cent .save_box{padding:0;display:flex;align-items:center;}
.g_footer_btm_cent .save_ico{padding-right:6px;}
.g_footer_btm_cent .save_ico img{width:50px;}
.g_footer_btm_cent .save_txt{color:#222;font-size:12px;}
*/
@media screen and (max-width:1024px){
.g_footer_box_top{padding:0 0 40px 0;padding-left: var(--wrapper-gutter);padding-right: calc(var(--wrapper-gutter) + var(--scrollbar-width));}
.g_footer_box_top .top_list_box{display:grid;grid-column-gap:0;grid-template-columns:repeat(1,1fr);grid-row-gap:40px;padding-top:40px;}

.g_footer_btm_cent{padding:24px 0;padding-left: var(--wrapper-gutter);padding-right: calc(var(--wrapper-gutter) + var(--scrollbar-width));display:flex;align-items:center;flex-direction:column;}
.g_footer_btm_cent .copy_txt{text-align:center;}
.g_footer_btm_cent .icp_txt{flex-direction:column;}
.g_footer_btm_cent .icp_txt_txt{padding:28px 0 0 0;text-align:center;}
.g_footer_btm_cent .icp_txt_ico{padding:26px 0 0 0;text-align:center;}
.g_footer_btm_cent .save_box{padding-top:10px;justify-content:center;}


.g_footer_copy{background:#C10016;height:auto;padding:20px 0 20px 0;height:auto;}
.g_footer_copy_box{padding:0;display:flex;align-items:center;height:auto;flex-direction:column;}
.g_footer_copy_box .copy_txt{flex:none;font-size:12px;color:#fff ;}
.g_footer_copy_box .icp_txt{font-size:12px;color:#000;display:flex;align-items:center;justify-content:center;padding-top:10px;}
.g_footer_copy_box .icp_txt .l_txt{padding:0;}
.g_footer_copy_box .icp_txt .icon_box{padding:0;display:flex;align-items:center;}
.g_footer_copy_box .icp_txt .icon_box .line_box{padding:0 10px;color:#fff;}
.g_footer_copy_box .icp_txt .icon_box .line_box2{display:none;}
.g_footer_copy_box .icp_txt .icon_box .icon_pic{padding:0;}
.g_footer_copy_box .icp_txt .icon_box .icon_pic img{width:16px;}
.g_footer_copy_box .icp_txt2{display:flex;align-items:center;padding-top:10px;}
.g_footer_copy_box .icp_txt2 .icon_box{width:20px;}
.g_footer_copy_box .icp_txt2 .icon_box img{width:20px;}
.g_footer_copy_box .icp_txt2 .text_box{padding-left:8px;}
.copy_txt_span{display: none}


}
.return_top_tops{width:50px;height:50px;border-radius:50px;display:flex;align-items:center;justify-content:center;position:fixed;;bottom:156px;right:23px;z-index:12;background:#fff;border:1px solid #e6e6e6;font-size: 0;cursor: pointer;}
.return_top_tops img{width:16px;}
.spr-live-chat-frame{bottom:80px !important;
  /* z-index:15 !important; */
}
.spr-chat__box{bottom:140px !important;}
@media (max-width:1024px){.spr-chat__box{bottom:0 !important;}}
@media screen and (max-width:1024px){
  @supports(top:env(safe-area-inset-top)){
    .return_top_tops{bottom:calc(env(safe-area-inset-bottom) + 116px);}
  }
}
/* .kampyle_vertical_button{z-index:10 !important;} */














