@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
@font-face {
  font-family: mvc;
  src: url("https://storage-asset.msi.com/global/picture/image/feature/nb/Creator/CreatorZ16/fonts/MinionVariableConcept-Roman.otf");
}

@font-face {
  font-family: mvc-i;
  src: url("https://storage-asset.msi.com/global/picture/image/feature/nb/Creator/CreatorZ16/fonts/MinionVariableConcept-Italic.otf");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
}

body img {
  max-width: 100%;
}

/* #diwalibuying {
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #0e0d0d;
  position: relative;
} */

/* #diwalibuying h2 {
  font-family: "din_pro_bold";
}

#diwalibuying p {
  font-size: 18px;
  color: #fff;
  font-family: "DINPro-Regular", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

#diwalibuying p.center {
  text-align: center;
}

#diwalibuying p.note {
  font-size: 14px;
  color: #666;
  text-align: center;
}

#diwalibuying p.tlarge {
  font-size: 24px;
}

#diwalibuying .commonwrap {
  width: 80%;
  max-width: 2560px;
} */

/* #diwalibuying .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2021/nb/IN-diwali-buyingguide/images/winter-kv.jpg) top no-repeat;
  background-size: 100%;
} */



.fancybox-content {
  padding: 0 !important;
}

.fancybox-slide--html .fancybox-close-small {
  color: #fff !important;
}

.wtb-modal {
  width: 80%;
  background: #363636 !important;
  border: 2px solid #000000;
  border-radius: 10px;
}

.wtb-modal .wtb-title {
  width: 100%;
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  padding: 1em 0;
  background-image: url(../images/modal-title-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wtb-modal__content {
  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;
  gap: 30px;
  padding: 5% 20px;
  background: url(../images/pattern.jpg) top no-repeat;
  background-size: cover;
}

.wtb-modal__content-box {
  width: calc( (100% - 200px) / 3);
  padding: 20px;
  background: #808080;
  border-radius: 15px;
}

.wtb-modal__content-box .wtb-etailer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 500px;
  padding: 10px 0;
  overflow-y: auto;
  width: 100%;
}

.wtb-modal__content-box .wtb-etailer a {
  width: calc( (100%/2) - 40px);
  background: #fff;
  margin: 15px auto;
  padding: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  height: 70px;
  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;
}

.wtb-modal-name {
  color: #ffc400;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.wtb-modal .wtb-spec-text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 1.5;
  list-style: disc;
}

.wtb-modal .wtb-spec {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .wtb-modal__content {
    display: contents;
  }
  .wtb-modal__content-box {
    width: 94%;
    margin: 5px auto;
  }
  .wtb-modal__content-box .wtb-etailer {
    padding: 0;
  }
}
/*# sourceMappingURL=main.css.map */