@charset "UTF-8";
.yearEndSale .buynow {
  padding: 3.5vw 0;
}
.yearEndSale .buynow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yearEndSale .buynow__tab a {
  outline: none;
  text-decoration: none;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddbe8a), to(#b68542));
  background: linear-gradient(to bottom, #ddbe8a, #b68542);
  border: #775a31 solid 2px;
  border-radius: 20px;
  padding: 16px 8px;
  color: black;
  display: inherit;
  font-size: 12px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .yearEndSale .buynow__tab a {
    font-size: var(--text-md);
  }
}
.yearEndSale .buynow__tab a:hover {
  text-decoration: none;
}
.yearEndSale .buynow__tab--item {
  display: inline-table;
  border-radius: 5px;
  padding: 5px;
  line-height: 1;
  text-align: center;
  color: black;
  cursor: pointer;
  font-weight: bold;
  margin: 1px;
  width: 100%;
}
@media (min-width: 996px) {
  .yearEndSale .buynow__tab--item {
    display: inline-block;
    border-radius: 100px;
    margin: 3px;
    padding: 15px;
  }
}
.yearEndSale .buynow__tab .slick-current .buynow__tab--item {
  background: -webkit-gradient(linear, left top, left bottom, from(#cc5800), to(#6e2102));
  background: linear-gradient(to bottom, #cc5800, #6e2102);
  color: white;
  border: #cc5800 solid 2px;
}
@media (min-width: 996px) {
  .yearEndSale .buynow__tab .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}
.yearEndSale .buynow__sec {
  color: black;
  text-align: center;
  background: white;
  padding: 15px;
  border-radius: 30px;
  margin: 10px;
}
.yearEndSale .buynow__sec h2 {
  color: black;
  text-transform: uppercase;
  font-size: var(--title-xl);
  margin: 10px auto;
}
.yearEndSale .buynow__sec--sub {
  margin: 30px 0;
}
.yearEndSale .buynow__sec--sub:nth-child(n+2) {
  margin-top: 50px;
}
@media (min-width: 996px) {
  .yearEndSale .buynow__sec--sub {
    width: 80%;
    margin: 0 auto;
  }
}
.yearEndSale .buynow__sec--sub h3 {
  color: #ffffff;
  background-color: #ff000a;
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: var(--title-md);
  text-transform: uppercase;
  border-radius: 3px;
}
.yearEndSale .buynow__sec .modelItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #222 dashed;
}
.yearEndSale .buynow__sec .modelItem:last-child {
  border-bottom: 0px #222 dashed;
}
@media (min-width: 768px) {
  .yearEndSale .buynow__sec .modelItem__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
.yearEndSale .buynow__sec .modelItem__btnWrap {
  width: 100%;
}
@media (min-width: 768px) {
  .yearEndSale .buynow__sec .modelItem__btnWrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
.yearEndSale .buynow__sec .modelItem__btnWrap h3 {
  display: block;
}
.yearEndSale .buynow__sec .modelItem__plusIcon {
  margin: 0 auto;
  width: 25px;
}
.yearEndSale .buynow__sec .modelItem__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  row-gap: 1%;
  padding-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yearEndSale .buynow__sec .modelItem__btnBox--btn {
  font-weight: bold;
  border: 2px solid #c49552;
  padding: 5px 20px;
  border-radius: 0;
  font-size: var(--text-md);
  margin-bottom: 1em;
  line-height: 1.5em;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2px;
}
.yearEndSale .buynow__sec .modelItem__btnBox--btn:hover {
  background: #c49552;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .yearEndSale .buynow__sec .modelItem__btnBox--btn {
    width: 49%;
  }
}
@media (min-width: 996px) {
  .yearEndSale .buynow__sec .modelItem__btnBox--btn {
    width: 32.3333333333%;
  }
}
.yearEndSale .buynow__pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yearEndSale .buynow__pdBox .pdItem {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px #222 dashed;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .yearEndSale .buynow__pdBox .pdItem {
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px #222 dashed;
  }
  .yearEndSale .buynow__pdBox .pdItem:nth-child(2n) {
    border-left: 1px #222 dashed;
  }
  .yearEndSale .buynow__pdBox .pdItem:nth-last-child(-n+2) {
    border-bottom: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .yearEndSale .buynow__pdBox .pdItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
.yearEndSale .buynow__pdBox .pdItem__img {
  padding-top: 30px;
}
.yearEndSale .buynow__pdBox .pdItem__others {
  padding: 0 25px;
  text-align: left;
}
.yearEndSale .buynow__pdBox .pdItem__others--name {
  width: auto;
  text-align: left;
  font-size: var(--title-lg);
  font-weight: bold;
}
.yearEndSale .buynow__pdBox .pdItem__others--spec {
  text-align: left;
  margin: 12px auto;
}
.yearEndSale .buynow__pdBox .pdItem__others--spec li {
  padding-bottom: 5px;
  list-style-type: disc;
  margin-left: 20px;
  font-size: var(--note-md);
}
.yearEndSale .buynow__pdBox .pdItem__others--price {
  margin: 12px auto;
  text-align: left;
  font-size: var(--block-text-md);
  color: #4a4949;
}
.yearEndSale .buynow__pdBox .pdItem__others--price span {
  font-size: var(--title-xl);
  color: #ff0000;
  font-weight: bold;
  padding-left: 5px;
}
.yearEndSale .buynow__pdBox .pdItem__btnBuynow {
  font-size: var(--title-sm);
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  background: #eee;
}
.yearEndSale .buynow__pdBox .pdItem__btnBuynow:hover {
  background: #b7b7b7;
}

/*TC*/
#tc .popupBox {
  font-size: var(--text-md);
}
#tc .popupBox__area {
  color: #000;
  border: 4px solid transparent;
  border-radius: 2px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#eee)), -webkit-gradient(linear, left top, right top, from(#ddbe8a), to(#c1904e));
  background-image: linear-gradient(to right, #fff, #eee), linear-gradient(90deg, #ddbe8a, #c1904e);
}
#tc .popupBox__area-line {
  background: #ddbe8a;
}
#tc .popupBox__area-line::after {
  background: #c1904e;
}
#tc .popupBox__area-subtitle {
  color: #6e2102;
}
#tc ul.styleCircle li {
  list-style-type: circle;
}
#tc ul.styleCircle2 li {
  list-style-type: disc;
}
#tc ul.styleAlpha li {
  list-style-type: lower-alpha;
}
#tc table {
  width: 100%;
  font-size: var(--text-sm);
}
#tc table tbody {
  width: 100%;
}
#tc table tbody td {
  padding: 10px;
  background: #f2f2f2;
  border: 2px solid #fff;
}
#tc table tbody .separate td {
  background: #e7e1cc;
  font-weight: bold;
  color: #713727;
}
#tc table tbody .terms__tableMark {
  text-align: center;
  background: #e7e1cc;
}

.popout {
  background: rgba(255, 255, 255, 0.6117647059);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popout__block {
  max-width: 760px;
  background: #d7c5a7;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  border-radius: 99em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
}
.popout__block-close::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0px;
  content: "×";
  font-size: 36px;
  font-weight: bold;
  color: #d7c5a7;
}
.popout__block-close:hover {
  background: #855400;
}
.popout__block-close:hover::after {
  color: #fff;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10px 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popout__dm a {
  width: calc(50% - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}
.popout__dm a img {
  max-height: 50px;
  padding: 0 50px;
}

:root {
  --popup-main-color: #1c94b2;
  --popup--with-background-text-color: #00576d;
}

.redeem-modal + li {
  list-style: none !important;
}

.popup {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 3;
}
.popup::-webkit-scrollbar {
  width: 0 !important;
}
.popup::before {
  content: "";
  display: inline-block;
  height: auto;
  margin-right: -4px;
  vertical-align: top;
}
.popup-inner {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 40px 25px;
  -webkit-box-shadow: 0px 2px 6px #a47a6b;
  box-shadow: 0px 2px 6px #a47a6b;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 50px 0;
  word-wrap: break-word;
  color: #333;
  border: 3px solid var(--popup-main-color);
  z-index: 3;
}
.popup-inner h2 {
  font-weight: 700;
}
.popup-inner p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0px;
}
.popup-inner ul + a {
  margin-top: 0px;
}
.popup-inner a {
  color: var(--popup-main-color);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.popup-inner .btnPopupClose {
  width: 90%;
  text-decoration: none;
  color: var(--popup-main-color);
  border: 1px solid rgba(0, 255, 255, 0.6);
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 255, 255, 0.6);
          box-shadow: 0px 0px 20px rgba(0, 255, 255, 0.6);
  font-weight: bold;
}
.popup-inner .btnPopupClose:hover {
  background-color: rgba(0, 255, 255, 0.5);
  color: #713727;
  -webkit-box-shadow: 0px 0px 40px rgb(0, 255, 255);
          box-shadow: 0px 0px 40px rgb(0, 255, 255);
}

.popup-close {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 36px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px var(--popup-main-color);
}
.popup-close::after, .popup-close::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  height: 4px;
  width: 20px;
  border-radius: 30px;
  background: var(--popup-main-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: var(--popup-main-color);
  text-decoration: none;
  border-color: var(--popup-main-color);
}
.popup-close:hover::after, .popup-close:hover::before {
  background: #fff;
}

.popup-content {
  padding-bottom: 30px;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.popup-header h5 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin: 20px 0;
  color: #000;
}

.popup-body {
  text-align: left;
}
.popup-body ul:nth-of-type(1) {
  list-style-type: none;
}
.popup-body .highlight {
  background: var(--popup-main-color);
  margin: 20px 0;
  padding: 16px;
  color: #fff;
}
.popup-body .highlight p {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  color: #fff;
}
.popup-body .highlight li {
  margin-bottom: 12px;
  font-weight: bold;
}
.popup-body h5 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #333;
}
.popup-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}
.popup-body ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}
.popup-body ul, .popup-body ol {
  margin-left: 16px;
}
.popup-body ol {
  padding: 0 0 0 5px;
}
.popup-body ol:nth-of-type(1) li:nth-of-type(4) ol li {
  list-style-type: decimal !important;
}
.popup-body ol.list-symbol li {
  list-style-type: disc !important;
}
.popup-body ol ul li {
  list-style-type: none !important;
}
.popup-body .lower-decimal {
  list-style: decimal !important;
}
.popup-body .lower-decimal li {
  list-style: decimal !important;
}
.popup-body .lower-roman {
  list-style: lower-roman !important;
}
.popup-body .lower-roman li {
  list-style: lower-roman !important;
}
.popup-body .lower-roman .lower-alpha {
  list-style: lower-alpha !important;
}
.popup-body .lower-roman .lower-alpha li {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha li {
  list-style: lower-alpha !important;
}
.popup-body .lower-alpha .lower-roman {
  list-style: lower-roman !important;
}
.popup-body .lower-alpha .lower-roman li {
  list-style: lower-roman !important;
}
.popup-body .draw-prize .list-style {
  border: 1px solid #2f2f2f;
  padding: 15px;
  margin: 20px 0;
  list-style-type: none;
}
.popup-body .draw-prize li:nth-of-type(1) {
  list-style-type: none;
  color: rgba(95, 211, 255, 0.9803921569);
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;
}
.popup-body .list-style-sub {
  list-style: square;
}
.popup-body .list-style-sub li {
  font-weight: normal;
  padding-left: 0;
}
.popup-body .list-style-sub:nth-of-type(1) {
  list-style-type: disc;
}
.popup-body .list-style-sub:first-child {
  padding-top: 15px;
}
.popup-body .list-style-sub:last-child {
  list-style-type: none;
}
.popup-body .paragraph-style .list-style li:first-child {
  padding-top: 10px;
}
.popup-body .paragraph-style .list-style li:last-child {
  padding-bottom: 10px;
}

.product-item {
  padding: 0;
  border: 1px solid #ccc;
  margin-top: 20px;
}

tr:nth-of-type(1) td:nth-of-type(1) {
  color: #713727;
}
tr:nth-child(odd) {
  background: rgba(212, 246, 255, 0.8);
}
tr:nth-child(even) {
  background: rgba(212, 246, 255, 0.8);
}

th {
  padding: 5px;
  color: #fff;
  background: var(--popup-main-color);
}

td {
  padding: 5px;
  color: #333;
}
td:last-child {
  border-right: 0px solid #ccc;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.yearEndSale {
  background-coler: black;
  background: url(https://storage-asset.msi.com/event/2023/MY/Ramadan-Promotion-monitor-PC-Components/images/secbottombg.png) no-repeat bottom center/100%, url(https://storage-asset.msi.com/event/2023/MY/Ramadan-Promotion-monitor-PC-Components/images/bg.jpg) top left repeat;
  color: #eee;
}
.yearEndSale h2 {
  padding: 0px 0;
  font-size: var(--title-lg);
  max-width: 950px;
  margin: 0 auto;
  color: #d9b883;
  text-align: center;
  text-transform: uppercase;
}
.yearEndSale .kv {
  width: 100%;
}
.yearEndSale .kv img {
  width: 100%;
}
.yearEndSale .info {
  background: linear-gradient(45deg, #000, #071f00, #006558);
  padding: 7vw 0;
  color: #fff;
}
.yearEndSale .info__flex {
  gap: 3%;
}
@media (min-width: 996px) {
  .yearEndSale .info__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.yearEndSale .info__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  text-align: center;
  text-transform: uppercase;
}
.yearEndSale .info__txt h3 {
  font-size: var(--mainTxt);
  color: #d9b883;
}
.yearEndSale .info__btn {
  background: #c00;
  border-radius: 15px;
  padding: 3px 2vw;
  color: white;
  font-size: var(--title-xl);
  margin: 1vw 0;
  display: inline-block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.yearEndSale .info__btn:hover {
  background: #cf8919;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.yearEndSale .info__gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  font-weight: bold;
  text-align: center;
}
.yearEndSale .other {
  text-align: center;
  padding: 3% 0;
}
.yearEndSale .other__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yearEndSale .other__flex a {
  width: calc(100% - 50px);
  margin: 20px;
  color: #fff;
}
@media (min-width: 996px) {
  .yearEndSale .other__flex a {
    width: calc(33.3333333333% - 50px);
  }
}
.yearEndSale .other__flex a:hover p {
  background: #cf8919;
}
.yearEndSale .other__flex a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.yearEndSale .other__flex a figure {
  position: relative;
  display: block;
  overflow: hidden;
}
.yearEndSale .other__flex a figure img {
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}
.yearEndSale .other__flex p {
  background: black;
  padding: 10px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  text-align: center;
}/*# sourceMappingURL=main.css.map */