@font-face {
  font-family: "overpass-semibold";
  src: url("../fonts/overpass-semibold.woff2") format("woff2"), url("../fonts/overpass-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "overpass-bold";
  src: url("../fonts/overpass-bold.woff2") format("woff2"), url("../fonts/overpass-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "overpass-light";
  src: url("../fonts/overpass-light.woff2") format("woff2"), url("../fonts/overpass-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "overpass-regular";
  src: url("../fonts/overpass-regular.woff2") format("woff2"), url("../fonts/overpass-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "overpass-black";
  src: url("../fonts/Overpass-Black.eot");
  src: url("../fonts/Overpass-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Black.woff2") format("woff2"), url("../fonts/Overpass-Black.woff") format("woff"), url("../fonts/Overpass-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Credit Card";
  src: url("../fonts/CreditCard.eot");
  src: url("../fonts/CreditCard.eot?#iefix") format("embedded-opentype"), url("../fonts/CreditCard.woff2") format("woff2"), url("../fonts/CreditCard.woff") format("woff"), url("../fonts/CreditCard.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.blackPage h1,
.blackPage h3.title {
  color: #fff;
}
.blackPage .proItem {
  background: #303030;
}
.blackPage .proItem .text h2,
.blackPage .proItem .text h2 a {
  color: #fff;
}
.blackPage .proItem .text h2:hover,
.blackPage .proItem .text h2 a:hover {
  color: #00e1ff;
}
.blackPage .proItem .text h3 {
  color: #00e1ff;
}
.blackPage .proItem .money sub,
.blackPage .proItem .money u,
.blackPage .proItem .money span {
  color: #fff;
}
.blackPage .proItem .buttons a {
  color: #242729 !important;
}
.blackPage .proItem .buttons a:hover {
  border-color: #fff !important;
  background: #1B1E1F !important;
  color: #fff !important;
}
.blackPage .proItem .buttons .nblue {
  background: #00e1ff !important;
}
.blackPage .proItem .buttons .blue {
  background: #fff !important;
}

.related-h1 {
  font: 21px overpass-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  margin: 5px !important;
}

.moreButton.text-center {
  margin: 0 0 1.5rem 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .moreButton.text-center a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1180px) {
  .moreButton.text-center {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
.moreButton.text-center.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.listing {
  display: inline-block;
  width: 100%;
}
.listing .allListing {
  -webkit-transition: 0.3s;
  transition: 0.3s; /*opacity:0;transform: translateY(50px);*/
}
@media only screen and (min-width: 2000px) {
  .listing .allListing:nth-child(2), .listing .allListing:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.listing .allListing.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.listing .allListing:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.listing .allListing:first-child .proItem {
  margin-top: 0;
}

.proItem {
  margin: 25px 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 20px 50px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem .col-4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 30%;
  }
  .proItem .col-8 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 70%;
  }
}
.proItem .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.proItem .texts {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}
@media only screen and (max-width: 767px) {
  .proItem .texts {
    max-height: inherit;
    display: block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem {
    padding: 30px;
  }
  .proItem .texts {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem {
    position: relative;
    padding: 25px;
  }
  .proItem .col-md-7 {
    position: initial !important;
  }
  .proItem .col-8,
  .proItem .col-4 {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-width: 100%;
    position: initial !important;
  }
}
.proItem:nth-child(2) {
  margin-top: 0;
}
.proItem picture {
  height: 330px;
}
.proItem picture:hover img {
  -webkit-transition: 0.1s cubic-bezier(0.41, 0.75, 0.41, 0.74);
  transition: 0.1s cubic-bezier(0.41, 0.75, 0.41, 0.74);
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem picture {
    height: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem picture {
    height: 160px;
    margin-bottom: 20px;
  }
}
.proItem picture img {
  -webkit-transition: 0.1s cubic-bezier(0.41, 0.75, 0.41, 0.74);
  transition: 0.1s cubic-bezier(0.41, 0.75, 0.41, 0.74);
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.proItem picture a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.proItem picture .giftBag {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 3%;
  right: 7%;
  border-radius: 50%;
}
@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  .proItem picture .giftBag {
    top: 2%;
    right: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem picture .giftBag {
    width: 75px;
    height: 75px;
    top: -18%;
    right: -3%;
  }
}
@media only screen and (max-width: 767px) {
  .proItem picture .giftBag {
    width: 75px;
    height: 75px;
    top: 3%;
    right: 6%;
  }
}
.proItem picture .giftSecond {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 35%;
  right: 7%;
  border-radius: 50%;
}
@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  .proItem picture .giftSecond {
    top: 32%;
    right: 5%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem picture .giftSecond {
    width: 75px;
    height: 75px;
    top: 20%;
    right: -3%;
  }
}
@media only screen and (max-width: 767px) {
  .proItem picture .giftSecond {
    width: 75px;
    height: 75px;
    top: 20%;
    right: 6%;
  }
}
.proItem .text h2,
.proItem .text h2 a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font: 26px/28px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #1B1E1F;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .text h2,
  .proItem .text h2 a {
    font: 23px/26px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .text h2,
  .proItem .text h2 a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .text h2,
  .proItem .text h2 a {
    font-size: 19px;
    line-height: 20px;
  }
}
.proItem .text h2:hover,
.proItem .text h2 a:hover {
  color: #0080BB;
}
.proItem .text h3 {
  font: 27px/30px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #0080BB;
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .proItem .text h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .text h3 {
    font-size: 22px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.proItem .text p {
  font-size: 17px;
}
@media only screen and (min-width: 1px) and (max-width: 1023px) {
  .proItem .text p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .text p {
    font-size: 13px;
  }
}
.proItem .all {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .proItem .all {
    text-align: center;
  }
}
.proItem .money {
  position: relative;
  padding-right: 80px;
}
.proItem .money.noDiscount {
  padding-right: 0 !important;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem .money {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .money {
    padding-right: 60px;
    display: inline-block;
    text-align: right;
    margin-bottom: 20px;
  }
  .proItem .money small {
    font-size: 15px !important;
  }
  .proItem .money span {
    font-size: 19px !important;
  }
}
.proItem .money small {
  font-size: 20px;
  color: #8f8f8f;
  display: block;
  text-decoration: line-through;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .money small {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .money small {
    font-size: 20px;
  }
}
.proItem .money span {
  font: 26px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: -7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}
.proItem .money span sub {
  margin: 0 0 0 5px;
  color: #0080bb;
  font-family: overpass-regular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .proItem .money span sub {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .money span sub {
    font-size: 13px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .money span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .money span {
    font-size: 22px;
  }
}
.proItem .money u {
  text-decoration: none;
  display: block;
  color: #0080bb;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .proItem .money u {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .money u {
    font-size: 13px;
  }
}
.proItem .money i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  font: 25px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  font-style: normal;
  width: 60px;
  display: block;
  text-align: center;
  height: 55px;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .money i {
    width: 45px;
    height: 40px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .money i {
    width: 45px;
    height: 40px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .money i {
    width: 45px;
    height: 40px;
    font-size: 17px;
  }
}
.proItem .money i b {
  font-weight: 100;
  background: #eb452b;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.proItem .money i:before {
  content: "";
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 12px solid #eb452b;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .proItem .money i:before {
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 7px solid #eb452b;
    bottom: -7px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .money i:before {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 8px solid #eb452b;
    bottom: -8px;
  }
}
.proItem .buttons {
  padding-left: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .buttons {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .buttons {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-top: 0 !important;
  }
  .proItem .buttons a {
    min-width: auto !important;
    width: 100%;
  }
  .proItem .buttons a:first-child {
    margin: 0 5px 0 0 !important;
  }
  .proItem .buttons a:last-child {
    margin: 0 0 0 5px !important;
  }
}
.proItem .buttons a {
  margin: 5px 0;
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  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;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .proItem .buttons a {
    margin: 3px 0;
    font-size: 16px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .proItem .buttons a {
    min-width: 100%;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .proItem .buttons a {
    font-size: 12px !important;
  }
}
.proItem .buttons a:first-child {
  margin-top: 0;
}
.proItem .buttons a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff !important;
  color: #1B1E1F !important;
  border-color: #1B1E1F !important;
}
@media only screen and (min-width: 1201px) {
  .proItem img.h-85 {
    height: 85% !important;
  }
}

@media only screen and (max-width: 1180px) {
  .allListing {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .allListing picture {
    top: 0 !important;
  }
}
.listPage:last-child .allListing:first-child .proItem {
  margin-top: 0;
}

span.new {
  width: auto;
  height: 28px;
  background: url(../images/blue-new-2.png) no-repeat;
  background-size: cover;
  font: 13px overpass-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #fff;
  padding: 4px 22px 4px 8px;
  position: relative;
  top: -3px;
  display: inline;
  margin-left: 5px;
  background-size: cover !important;
  background-position: right center !important;
  line-height: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  span.new {
    display: none;
  }
  span.new.mobileActive {
    display: table !important;
    margin: -15px 0 -10px -30px !important;
  }
}
@media only screen and (max-width: 767px) {
  span.new {
    display: none;
  }
  span.new.mobileActive {
    display: table !important;
    margin: -10px 0 11px -25px !important;
  }
}
span.new.campaign-badge {
  background: url(../images/blue-new-3.png) no-repeat;
}

.windowsPro {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 340px) {
  .windowsPro {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .windowsPro {
    text-align: left;
    margin-top: 5px;
  }
}
.windowsPro a {
  display: inline-block;
}
.windowsPro img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 260px;
}

.titleFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.titleFlex h1 {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .mobileNoFlex {
    display: inline-block;
    width: 100%;
  }
}

.proItem.bg-white.seoText:last-child {
  margin-bottom: 0 !important;
}

.proItem.bg-white.seoText:nth-child(3) {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .seoSeriesList .more ul {
    overflow: scroll;
    scrollbar-width: none;
  }
  .seoSeriesList .more ul li {
    text-wrap: nowrap;
  }
}

.seoText {
  font-size: 14px;
  margin-top: 25px !important;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .seoText {
    padding: 25px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .seoText {
    font-size: 13px;
    padding: 30px;
  }
}
.seoText h1,
.seoText h3,
.seoText h4,
.seoText h5,
.seoText h6 {
  font-size: 15px;
}
.seoText h2 {
  font-size: 20px;
}
.seoText p {
  font-size: 14px;
}
.seoText p small {
  display: block;
  font-size: 14px !important;
}
.seoText p.limited, .seoText p:last-child {
  margin-bottom: 0;
}
.seoText a {
  color: #00A7E0;
}
.seoText ul {
  padding: 0 18px;
  margin: 0;
}
.seoText ul li {
  font-size: 14px;
  padding: 2px 0;
}

@media only screen and (max-width: 1200px) {
  body {
    overflow: auto !important;
  }
  picture {
    -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
            transform: inherit !important;
  }
}
.titleAndSelect {
  margin: 0 0 -25px 0;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .titleAndSelect {
    margin: 0 0 -15px 0;
  }
}
.titleAndSelect a.mores {
  float: right;
  font-size: 15px;
  padding: 4px 15px !important;
}
@media only screen and (min-width: 601px) {
  .titleAndSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .titleAndSelect .float-md-right {
    width: 250px;
  }
  .titleAndSelect .float-md-left {
    width: calc(100% - 250px);
  }
}
.titleAndSelect .breadcrumb {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .titleAndSelect .float-md-left {
    width: 100%;
  }
  .titleAndSelect .float-md-right {
    width: 100%;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .titleAndSelect .float-md-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}