body{
  font-family:  Montserrat,sans-serif;
  padding: 0;
  margin:0;
}

*, ::after, ::before {
  box-sizing: border-box
}

h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}

.bold{font-weight: 700;}

.page_head_img,.page_head_img img,.page_head_img_mobile img{
  width: 100%;
  height: auto;
}

.page_head_img img.desktop{display: block;}
.page_head_img img.mobile,.page_head_img_mobile{display: none;}

.page_content .container{
  padding: 0 22px;
  width: 100%;
  max-width: 1140px;
  margin:0 auto;
}

.page_content{color: rgb(77, 81, 84);}

.text-center{text-align: center;}



.primary-color{color: #33058d;}
.secondary-color{color: #e620a0;}

.page_content .container.section_title{margin: 50px auto;; text-align: center;}



.section_1{
  text-align: center;
  padding: 40px 0 30px 0;
}

.section_1 h2{margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.section_1 h3{margin-bottom: 20px;}
.section_1 h4{margin-bottom: 20px;}

.section_1 .tc_onlyHK{margin-top: 15px;}


.section_1 .split-icons {
  margin:30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.section_1 .split-icons div{
  margin: 0 50px;
}
.section_1 .split-icons p{margin:0;}
.section_1 .split-icons img{max-height: 120px;width: auto;max-width: 100%;}

.nowrap{white-space: nowrap;}

.limited-sections{
  background-color: #f5f5ff;
  text-align: center;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  margin-top: 30px;
}

.limited-sections .title {
    position: relative;
    margin-bottom: 10px !important;
    color: #fff;
    display: inline-block;
    background-color: #e620a0;
    padding: 10px 20px;
    top: -25px;
}

.items-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  margin: 30px 0 0 0;
}


.limited-sections .item{
  width: 33.33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.limited-sections .item .img-wrap{
  display: flex;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.limited-sections .item img.beIN{height: 32px;}
.limited-sections .item img.TheClub{height: 28px;}
.limited-sections .item img.csl{height: 40px;}


.limited-sections .item .desc{
  font-size: 18px;
  font-family: Barlow,sans-serif;
}



.limited-sections .item .desc span{
  font-size: 14px;
  position: relative;
  top: -2px;
}


.price-wrap{
  font-size: 38px;
  color: #e620a0;
}

.price_only{font-size: 18px !important;margin:0 -4px;}

.original-price{
  font-size: 14px !important;
  text-decoration: line-through;
  font-weight: normal;
  color: rgb(77, 81, 84) !important;
}

/* section 2 */
.img_section{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.img_section.reverse{flex-direction: row-reverse;}

.show_img{width: 50%;display: flex;align-items: center;}
.show_img img{max-width: 100%;}


.img_section p{
  font-size: 18px;
  line-height: 1.4;
  font-family: Barlow,sans-serif;
  margin: 0 0 15px 0;
}

.img_section .content{
  display: flex;
  align-items: center;
  width: 50%;
  padding: 0 50px;
}

.img_section .desc{
  display: flex;
  flex-direction: column;
}
.img_section .desc .title{
  margin-bottom: 15px;line-height: 1.2;}
.desc .spec-name{
  font-size: 18px;
  white-space: nowrap;
}

.type-title{font-weight: 700;margin-bottom: 5px;}
.tc_onlyHK{
  font-size: 16px;
  font-family: Barlow,sans-serif;
  color: rgb(77, 81, 84);
}



.device_tab{
  margin:10px 0 30px 0;
}

.device_tab button{
  cursor: pointer;
  background-color: #f5f5ff;
  border:0;
  border-bottom: 2px solid #fff;
  margin:0;
  outline: none;
  font-size: 18px;
  color: #4D5154;
  padding: 8px 15px;
  border-radius: 3px;
  margin-right: 10px;
  font-family:  Montserrat,sans-serif;
}

.device_tab button.active{
  color: #fff;
  background-color: #33058d;
}

.content_hidden{
  display: none;
}

.img_section .content .price{
  color: #e620a0;
}

.img_section .content .original-price{
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
  color: rgb(77, 81, 84);
}
.img_section .content .price .only{font-size: 18px !important;margin: 0 -4px;}

/* link btn */
.link-btn{
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: left;margin:10px 0;
}

.link-btn.central{
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.link-btn img.logo{
  width: auto;
  max-height: 80px;
  align-self: flex-start;
  margin-bottom: 15px;
}

.link-btn img.channel_logos{
  width: auto;
  max-width: 100%;
  max-height: 55px;
  align-self: flex-start;
  margin-bottom: 15px;
}




.page_btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 5, 141);
  border-radius: 100px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  transition: color .2s, background-color .2s, border-color .2s;
  height: 40px;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.page_btn:hover{
  background-color: rgb(82,43,158);
}

.t_n_c{
  width: 100%;
  padding:20px 50px;
  background-color: #f5f5ff;
}

.t_n_c p{
  font-family: Barlow,sans-serif;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
  line-height: 1.4;
}

.pink_link{
  color: #e620a0;
  text-decoration: none;
}
.pink_link:hover{
  color: #c3003a;
}



/* basic info */
.basic-info_title{
  margin-top: 50px;
  padding: 0 50px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.basic-info{
  font-size: 16px;padding:0 50px 0 50px;
  border-top: 1px solid #d8d8d8;
}

.basic-info .title{
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: left;margin-bottom: 15px;
}

.details-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.details-wrap .column{width: 50%;padding-top: 20px;padding-right: 70px;}
.details-wrap .column:last-child{
  border-left: 1px solid #d8d8d8;
  padding-left: 70px;
}

.basic-info p{font-family: Barlow,sans-serif;margin: 0 0 15px 0;font-size: 16px;}

/* ads */
.ads_image{
  text-align: center;
  margin-bottom: 40px;
  padding: 0 50px;
}

.ads_image img{border-radius: 6px;width: 100%;
max-width: 786px;}

/* pinkbox */
.pink-box{
  margin: 40px 0;
  text-align: center;
}
.pink-box span{
  color: #e620a0;
  font-weight: 500;
  display: inline-block;
  border-bottom: 3px solid #e620a0;
  background-color: #;
  padding: 5px 0;
  font-size: 24px;
}


/* font style */
h2 {font-size: 38px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}

h2 span.superscript{
  position: relative;
  font-size: 20px;
  top: -16px;
  left: -5px;
}

@media screen and (max-width: 1400px) {
  h2 {font-size: 32px;}
  h3 {font-size: 24px;}
  h4 {font-size: 18px;}

  .price-wrap{font-size: 32px;}

}

@media screen and (max-width: 1199px) {
  h2 {font-size: 28px;}
  h3 {font-size: 20px;}
  h4 {font-size: 14px;}
  .price-wrap{font-size: 28px;}
  .img_section .content,.t_n_c{padding: 20px 30px;}
  .basic-info{font-size: 16px;padding:0 30px 0 30px;}
  .basic-info_title,.ads_image{padding: 0 30px}

  .desc .spec-name{font-size: 14px;}

  .device_tab button{
    font-size: 16px;
    padding: 8px 12px;
    margin-right: 8px;
  }

  .pink-box{margin: 30px 0;}
  .pink-box span{font-size: 20px;}
}

@media screen and (max-width: 960px) {
  h2 {font-size: 24px;}
  h3 {font-size: 18px;}
  h4 {font-size: 14px;}

  .section_1 h2{margin-bottom: 25px;}
  .section_1 h3{margin-bottom: 15px;}
  .section_1 h4{margin-bottom: 15px;}
  .img_section p{font-size: 14px;}

  .price-wrap{font-size: 24px;}
  .tc_onlyHK{font-size: 14px;}
  .img_section .content .price .only,.price_only{font-size: 14px !important;margin:0;}
  .limited-sections .title{top: -20px}

  /* basic info */
  .basic-info .title,.basic-info p{font-size: 14px;}

  .section_1 .split-icons{margin-bottom: 0;}
  .section_1 .split-icons div{margin: 0 30px;}
  .section_1 .split-icons img{max-height: 100px;}

  h2 span.superscript{
    font-size: 18px;
    top: -10px;
    left: -2px;
  }

  .device_tab{
    margin:5px 0 20px 0;
  }

  .pink-box span{font-size: 18px;}

}


@media screen and (max-width: 720px) {

  .img_section{flex-direction: column;margin:0 0 30px 0;}
  .show_img{width: 100%;margin-bottom: 20px;}
  .img_section .content,.t_n_c{width: 100%;padding: 22px 22px;}
  .link-btn{margin:10px 0;}
  .page_head_img img.desktop{display: none;}
  .page_head_img img.mobile{display: block;}

  .page_head_img{display: none;}
  .page_head_img img.mobile,.page_head_img_mobile{display: block;}

  .page_head_img.details{display: block;}

  .page_content .container.section_title{margin: 30px auto;; text-align: center;}
  /* limited offer */
  .limited-sections{padding-bottom: 30px;}
  .limited-sections .item .desc{font-size: 14px;}
  .limited-sections .item img{height: 75px;}
  .limited-sections .item{width: 100%;margin-bottom: 20px}
  .limited-sections .item:last-child{margin-bottom: 0;}

  .limited-sections .item {margin-bottom: 40px;}
  .limited-sections .items-wrap{margin-top: 10px;}
  .limited-sections .item .img-wrap{
    height: 35px;
    margin-bottom: 10px;
  }

  .limited-sections .item img.beIN{height: 27px;}
  .limited-sections .item img.TheClub{height: 20px;}
  .limited-sections .item img.csl{height: 35px;}

  .link-btn.central{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* basic information */
  .basic-info{margin-top: 0;}
  .details-wrap .column{width: 100%;padding-top: 15px;padding-right: 0;}
  .details-wrap .column:last-child{
    padding: 0;
    border:0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-btn img.logo{max-height: 60px;}

  /* ads section */
  .basic-info_title{margin-top: 20px;margin-bottom: 15px;}
  .basic-info_title,.ads_image,.basic-info{padding: 0 22px}

  .section_1 .split-icons{flex-direction: column;justify-content: center;align-items: center;}
}
