@font-face {
  font-family: "Neuzeit";
  src: url("../fonts/NeuzeitSLT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitSLT-Book.woff") format("woff"), url("../fonts/NeuzeitSLT-Book.ttf") format("truetype"), url("../fonts/NeuzeitSLT-Book.svg#NeuzeitSLT-Book") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit";
  src: url("../fonts/NeuzeitSLT-BookHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitSLT-BookHeavy.woff") format("woff"), url("../fonts/NeuzeitSLT-BookHeavy.ttf") format("truetype"), url("../fonts/NeuzeitSLT-BookHeavy.svg#NeuzeitSLT-BookHeavy") format("svg");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.color-inherit {
  color: inherit;
}

img {
  display: block;
}

/** Breakpoints **/
:root {
  /** Spacing **/
  --spacing1: 30px;
  --spacing2: 45px;
  --spacing3: 60px;
  --spacing4: 75px;
  --spacing5: 100px;
  --spacing6: 120px;
  /** Font Sizes **/
  --fontsize1: 80px;
  --fontsize2: 62px;
  --fontsize3: 44px;
  --fontsize4: 36px;
  --fontsize5: 28px;
  --fontsize6: 24px;
  --fontsize7: 18px;
  --fontsize8: 16px;
  --fontsize9: 12px;
  /** Line Heights **/
  --lineheight1: calc(var(--fontsize1) * 1.15);
  --lineheight2: calc(var(--fontsize2) * 1.15);
  --lineheight3: calc(var(--fontsize3) * 1.25);
  --lineheight4: calc(var(--fontsize4) * 1.2);
  --lineheight5: calc(var(--fontsize5) * 1.4);
  --lineheight6: calc(var(--fontsize6) * 1.5);
  --lineheight7: calc(var(--fontsize7) * 1.5);
  --lineheight8: calc(var(--fontsize8) * 1.4);
  --lineheight9: calc(var(--fontsize9) * 1.4);
  /** Colours **/
  /* --red1: #F8CACC;
  --red2: #F7969A;
  --red3: #EB5057;
  --red5: #C10019;
  --red6: #860011;
  --red7: #64000D;
  --red8: #45060E; */
  --red1: #F2EDF1;
  --red2: #D9D7D8;
  --red3: #A6A1A1;
  --red4: #8C8989;
  --red5: #5A5A5A;
  --red6: #262626;
  --red7: #000000;
  --grey1: #eeeeee;
  --grey2: #D9D7D8;
  --grey3: #A6A1A1;
  --grey4: #8C8989;
  --grey5: #5A5A5A;
  --grey6: #262626;
  --grey7: #000000;
  --gold3: #C3A376;
  --gold7: #664414;
  --green1: #004129;
  --green2: #005331;
}

.color--white {
  color: #fff;
}

.color--red1 {
  color: --red1;
}

.color--red2 {
  color: --red2;
}

.color--red3 {
  color: --red3;
}

.color--red5 {
  color: --red5;
}

.color--red5:hover {
  color: --red3;
}

.color--red6 {
  color:  --red6;
}

.color--red7 {
  color: --red7;
}

.color--red8 {
  color: --red8;
}




.color--grey1 {
  color: #F2EDF1;
}

.color--grey2 {
  color: #D9D7D8;
}

.color--grey3 {
  color: #A6A1A1;
}

.color--grey4 {
  color: #8C8989;
}

.color--grey5 {
  color: #5A5A5A;
}

.color--grey6 {
  color: #262626;
}

.color--grey7 {
  color: #191919;
}



.color--gold3 {
  color: #C3A376;
}

.color--gold7 {
  color: #664414;
}

.color--gold7:hover {
  color: #C3A376;
}



.color--gold {
  color: #D5AD6D;
  /*if no support for background-clip*/
  background-clip: text;
  opacity: inherit;
  background: linear-gradient(120deg, #D0B185, #D0B185, #D0B185, #C3A376, #E0C6A2, #FFFFFF, #E0C6A2, #C3A376, #D0B185, #D0B185, #D0B185);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg--white {
  background-color: #fff;
}










@media (max-width: 1600px) {
  :root {
    --spacing1: 20px;
    --spacing2: 30px;
    --spacing3: 45px;
    --spacing4: 60px;
    --spacing5: 70px;
    --spacing6: 90px;
  }
}
@media (max-width: 1200px) {
  :root {
    --spacing1: 20px;
    --spacing2: 30px;
    --spacing3: 35px;
    --spacing4: 45px;
    --spacing5: 60px;
    --spacing6: 75px;
  }
}
@media (max-width: 1000px) {
  :root {
    --spacing1: 20px;
    --spacing2: 25px;
    --spacing3: 30px;
    --spacing4: 40px;
    --spacing5: 55px;
    --spacing6: 70px;
  }
}
@media (max-width: 2000px) {
  :root {
    --fontsize1: 72px;
    --fontsize2: 56px;
    --fontsize3: 40px;
    --fontsize4: 32px;
    --fontsize5: 24px;
    --fontsize6: 20px;
    --fontsize7: 16px;
    --fontsize8: 14px;
    --fontsize9: 12px;
  }
}
@media (max-width: 1600px) {
  :root {
    --fontsize1: 58px;
    --fontsize2: 44px;
    --fontsize3: 32px;
    --fontsize4: 26px;
    --fontsize5: 22px;
    --fontsize6: 18px;
    --fontsize7: 16px;
    --fontsize8: 14px;
    --fontsize9: 12px;
  }
}
@media (max-width: 1200px) {
  :root {
    --fontsize1: 46px;
    --fontsize2: 36px;
    --fontsize3: 28px;
    --fontsize4: 24px;
    --fontsize5: 20px;
    --fontsize6: 17px;
    --fontsize7: 15px;
    --fontsize8: 13px;
    --fontsize9: 11px;
  }
}
@media (max-width: 1000px) {
  :root {
    --fontsize1: 42px;
    --fontsize2: 32px;
    --fontsize3: 26px;
    --fontsize4: 22px;
    --fontsize5: 19px;
    --fontsize6: 16px;
    --fontsize7: 14px;
    --fontsize8: 12px;
    --fontsize9: 11px;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 2000px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}


.container-pdp {
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 2000px) {
  .container-pdp {
    max-width: 1600px;
    padding-left: var(--spacing3);
    padding-right: 0px;
  }
}
@media (max-width: 1600px) {
  .container-pdp {
    max-width: 1400px;
    padding-left: var(--spacing3);
    padding-right: 0px;
  }
}

@media (max-width: 1000px) {
  .container-pdp {
    max-width: 1000px;
    padding-left: 0px;
    padding-right: 0px;
  }

}



.container-fluid {
  width: 100%;
  padding-right: var(--spacing2);
  padding-left: var(--spacing2);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-24 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-6-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (max-width: 1000px) {
  .col-6-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .col-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}




.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6-1, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-24 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6-1, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-24 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6-1, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-24 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: var(--spacing3);
  }
  .col-1:last-child, .col-2:last-child, .col-3:last-child, .col-4:last-child, .col-5:last-child, .col-6:last-child, .col-6-1:last-child, .col-7:last-child, .col-8:last-child, .col-9:last-child, .col-10:last-child, .col-11:last-child, .col-12:last-child, .col-24:last-child {
    padding-bottom: 0;
  }
}

.mt-n3 {
  position: relative;
  margin-top: calc(-1 * var(--spacing4)) !important;
  z-index: 50;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: var(--spacing1) !important;
}

.mt-05 {
  margin-top: 10px;
}

.mt-1,
.my-1 {
  margin-top: var(--spacing1) !important;
}

.mr-1,
.mx-1 {
  margin-right: var(--spacing1) !important;
}

.mb-1,
.my-1 {
  margin-bottom: var(--spacing1) !important;
}

.ml-1,
.mx-1 {
  margin-left: var(--spacing1) !important;
}

.m-2 {
  margin: var(--spacing2) !important;
}

.mt-2,
.my-2 {
  margin-top: var(--spacing2) !important;
}

.mr-2,
.mx-2 {
  margin-right: var(--spacing2) !important;
}

.mb-2,
.my-2 {
  margin-bottom: var(--spacing2) !important;
}

.ml-2,
.mx-2 {
  margin-left: var(--spacing2) !important;
}

.m-3 {
  margin: var(--spacing3) !important;
}

.mt-3,
.my-3 {
  margin-top: var(--spacing3) !important;
}

.mr-3,
.mx-3 {
  margin-right: var(--spacing3) !important;
}

.mb-3,
.my-3 {
  margin-bottom: var(--spacing3) !important;
}

.ml-3,
.mx-3 {
  margin-left: var(--spacing3) !important;
}

.m-4 {
  margin: var(--spacing4) !important;
}

.mt-4,
.my-4 {
  margin-top: var(--spacing4) !important;
}

.mr-4,
.mx-4 {
  margin-right: var(--spacing4) !important;
}

.mb-4,
.my-4 {
  margin-bottom: var(--spacing4) !important;
}

.ml-4,
.mx-4 {
  margin-left: var(--spacing4) !important;
}

.m-5 {
  margin: var(--spacing5) !important;
}

.mt-5,
.my-5 {
  margin-top: var(--spacing5) !important;
}

.mr-5,
.mx-5 {
  margin-right: var(--spacing5) !important;
}

.mb-5,
.my-5 {
  margin-bottom: var(--spacing5) !important;
}

.ml-5,
.mx-5 {
  margin-left: var(--spacing5) !important;
}

.m-6 {
  margin: var(--spacing6) !important;
}

.mt-6,
.my-6 {
  margin-top: var(--spacing6) !important;
}

.mr-6,
.mx-6 {
  margin-right: var(--spacing6) !important;
}

.mb-6,
.my-6 {
  margin-bottom: var(--spacing6) !important;
}

.ml-6,
.mx-6 {
  margin-left: var(--spacing6) !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: var(--spacing1) !important;
}

.pt-1,
.py-1 {
  padding-top: var(--spacing1) !important;
}

.tru-position {
  position: absolute;
  padding-top: 20px;
  /* line-height: 28px; */
  /* padding-left: 3rem !important; */
}

.pr-1,
.px-1 {
  padding-right: var(--spacing1) !important;
}

.pb-1,
.py-1 {
  padding-bottom: var(--spacing1) !important;
}

.pl-1,
.px-1 {
  padding-left: var(--spacing1) !important;
}

.p-2 {
  padding: var(--spacing2) !important;
}

.pt-2,
.py-2 {
  padding-top: var(--spacing2) !important;
}

.pr-2,
.px-2 {
  padding-right: var(--spacing2) !important;
}

.pb-2,
.py-2 {
  padding-bottom: var(--spacing2) !important;
}

.pl-2,
.px-2 {
  padding-left: var(--spacing2) !important;
}

.p-3 {
  padding: var(--spacing3) !important;
}

.pt-3,
.py-3 {
  padding-top: var(--spacing3) !important;
}

.pr-3,
.px-3 {
  padding-right: var(--spacing3) !important;
}

.pb-3,
.py-3 {
  padding-bottom: var(--spacing3) !important;
}

.pl-3,
.px-3 {
  padding-left: var(--spacing3) !important;
}

.p-4 {
  padding: var(--spacing4) !important;
}

.pt-4,
.py-4 {
  padding-top: var(--spacing4) !important;
}

.pr-4,
.px-4 {
  padding-right: var(--spacing4) !important;
}

.pb-4,
.py-4 {
  padding-bottom: var(--spacing4) !important;
}

.pl-4,
.px-4 {
  padding-left: var(--spacing4) !important;
}

.p-5 {
  padding: var(--spacing5) !important;
}

.pt-5,
.py-5 {
  padding-top: var(--spacing5) !important;
}

.pr-5,
.px-5 {
  padding-right: var(--spacing5) !important;
}

.pb-5,
.py-5 {
  padding-bottom: var(--spacing5) !important;
}

/* .pl-5,
.px-5 {
  padding-left: var(--spacing5) !important;
} */

.p-6 {
  padding: var(--spacing6) !important;
}

.pt-6,
.py-6 {
  padding-top: var(--spacing6) !important;
}

.pr-6,
.px-6 {
  padding-right: var(--spacing6) !important;
}

.pb-6,
.py-6 {
  padding-bottom: var(--spacing6) !important;
}

.pl-6,
.px-6 {
  padding-left: var(--spacing6) !important;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (max-width: 800px) {
  .offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11 {
    margin-left: 0;
  }
}

.align-vertical--middle {
  align-self: center;
}

@media (max-width: 800px) {
  .flex-direction--reverse {
    flex-direction: column-reverse;
  }
  .flex-direction--reverse .col-1:first-child, .flex-direction--reverse .col-2:first-child, .flex-direction--reverse .col-3:first-child, .flex-direction--reverse .col-4:first-child, .flex-direction--reverse .col-5:first-child, .flex-direction--reverse .col-6:first-child, .flex-direction--reverse .col-6-1:first-child, .flex-direction--reverse .col-7:first-child, .flex-direction--reverse .col-8:first-child, .flex-direction--reverse .col-9:first-child, .flex-direction--reverse .col-10:first-child, .flex-direction--reverse .col-11:first-child, .flex-direction--reverse .col-12:first-child, .flex-direction--reverse .col-:first-child, {
    padding-bottom: 0;
  }
  .flex-direction--reverse .col-1:last-child, .flex-direction--reverse .col-2:last-child, .flex-direction--reverse .col-3:last-child, .flex-direction--reverse .col-4:last-child, .flex-direction--reverse .col-5:last-child, .flex-direction--reverse .col-6:last-child, .flex-direction--reverse .col-6-1:last-child, .flex-direction--reverse .col-7:last-child, .flex-direction--reverse .col-8:last-child, .flex-direction--reverse .col-9:last-child, .flex-direction--reverse .col-10:last-child, .flex-direction--reverse .col-11:last-child, .flex-direction--reverse .col-12:last-child, .flex-direction--reverse .col-24:last-child {
    padding-bottom: var(--spacing3);
  }
}
.bg--light-grey {
  background-color: var(--grey1);
}

.bg--dark-grey {
  color: #fff;
  background-color: var(--grey6);
}

.bg--black {
  color: #fff;
  background-color: var(--grey7);
}

.bg--black-pattern {
  color: #fff;
  background-image: url("../img/toshiba-new/black-pattern-background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
}

.bg--red-pattern {
  color: #fff;
  background-color: var(--grey6);
}

.btn__container {
  display: inline-block;
}
.btn__container.btn__container--inline {
  display: inline-flex;
}
.btn__container.btn__container--inline .btn {
  height: 100%;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__container.btn__container--inline .btn:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .btn__container.btn__container--inline .btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  .btn__container.btn__container--inline {
    display: inline-block;
  }
}
.btn__container .btn {
  display: block;
  padding: 20px 60px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  transition: background-color 200ms ease-in-out;
}

.new-btn-padding {
  padding: 10px 40px !important;
  font-size: 12px;
}
.extra-font-size {
  padding: 20px 65px !important;
}
@media (max-width: 1200px) {
  .btn__container .btn {
    padding: 15px 40px;
  }
}
.btn__container .btn.btn--small {
  padding: 8px 30px;
  font-size: var(--fontsize8);
  line-height: var(--lineheight8);
}
@media (max-width: 1000px) {
  .btn__container .btn.btn--small {
    padding: 15px 25px;
  }
}




.btn__container .btn--black {
  background-color: var(--grey7);
  color: #fff;
}

.btn__container .btn--black:hover {
  background-color: var(--grey7);
  color: #fff;
}

.btn__container .btn--black-outline {
  color: #fff;
  background-color: transparent;
  border: 1px solid var(--grey7);
}




.btn__container .btn.btn--round {
  border-radius: 25px;
}
.btn__container .btn--red {
  color: #fff;
  background-color: var(--red7);
}

.header-logo-btn {
  background-color: var(--red6) !important;
}

.btn__container .btn--red:hover {
  background-color: var(--red4);
}
.btn__container .btn--red-outline {
  color: var(--red7);
  background-color: transparent;
  border: 1px solid var(--red7);
}
.btn__container .btn--red-outline:hover {
  color: #fff;
  background-color: var(--red7);
}
.btn__container .btn--dark-red {
  color: #fff;
  background-color: var(--red7);
}
.btn__container .btn--dark-red:hover {
  background-color: var(--red8);
}
.btn__container .btn--gold {
  color: var(--gold7);
  background-image: linear-gradient(120deg, rgba(208, 177, 133, 0.5), rgba(201, 169, 125, 0.5), rgba(224, 198, 162, 0.5), rgba(255, 255, 255, 0.5), rgba(224, 198, 162, 0.5), rgba(201, 169, 125, 0.5), rgba(208, 177, 133, 0.5));
  background-color: var(--gold3);
}
.btn__container .btn--gold:hover {
  background-image: linear-gradient(120deg, rgba(208, 177, 133, 0.8), rgba(201, 169, 125, 0.8), rgba(224, 198, 162, 0.8), rgba(255, 255, 255, 0.8), rgba(224, 198, 162, 0.8), rgba(201, 169, 125, 0.8), rgba(208, 177, 133, 0.8));
  background-color: var(--gold3);
}
.btn__container .btn--white {
  color: var(--grey6);
  background-color: #fff;
}
.btn__container .btn--white:hover {
  background-color: var(--grey2);
}

form * {
  outline: none;
}
form input {
  -webkit-appearance: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.tru-images {
  display: block;
  width:auto;
  height: auto;
}

.image-container {
  position: relative;
}
.image-container .caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 25;
}

body {
  font-family: "Neuzeit", sans-serif;
  font-size: var(--fontsize7);
  line-height: var(--lineheight7);
  color: var(--grey6);
}

h1 {
  margin-bottom: 20px;
  font-family: "Neuzeit", serif;
  font-size: var(--fontsize2);
  line-height: var(--lineheight2);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 20px;
  /*font-family: "Neuzeit", serif;*/
  font-size: var(--fontsize3);
  line-height: var(--lineheight3);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 20px;
  font-family: "Neuzeit", sans-serif;
  font-size: var(--fontsize5);
  line-height: var(--lineheight5);
  font-weight: 700;
  letter-spacing: -0.02em;
}

h4 {
  margin-bottom: 10px;
  font-family: "Neuzeit", sans-serif;
  font-size: var(--fontsize6);
  line-height: var(--lineheight6);
  font-weight: 400;
}

p {
  font-family: "Neuzeit", sans-serif;
  font-size: var(--fontsize7);
  line-height: var(--lineheight7);
  margin-bottom: var(--spacing1);
}
p strong {
  font-weight: 700;
}
p.text-size--large {
  font-size: var(--fontsize6);
  line-height: var(--lineheight6);
}
p.text-size--small {
  font-size: var(--fontsize9);
  line-height: var(--lineheight9);
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

ul {
  padding-left: 18px;
  margin-bottom: var(--spacing1);
}
/* ul li {
  margin-bottom: var(--spacing1);
} */

.text-colour--light-grey {
  color: var(--grey4);
}

.align-text--center {
  text-align: center;
}

.align-text--right {
  text-align: right;
}

.text-divider {
  display: flex;
  align-items: center;
}
.text-divider h5 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: var(--fontsize9);
  line-height: var(--lineheight9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: var(--grey4);
}
.text-divider .text-divider__line {
  flex-grow: 1;
  height: 1px;
  background-color: var(--grey2);
}

.accordion__button {
  cursor: pointer;
}
.accordion__button h4 {
  display: inline-block;
  position: relative;
  padding-right: 60px;
  color: var(--grey1);
}
@media (max-width: 1200px) {
  .accordion__button h4 {
    padding-right: 40px;
  }
}
.accordion__button h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/toshiba-new/accordion-expand.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .accordion__button h4::after {
    width: 24px;
    height: 24px;
  }
}
.accordion__button.show h4::after {
  background-image: url("../img/toshiba-new/accordion-collapse.svg");
}

.accordion {
  display: none;
}
@media (max-width: 800px) {
  .accordion .col-6 {
    padding-bottom: 20px;
  }
  .accordion .col-6:last-child {
    padding-bottom: 0;
  }
}
.accordion .accordion__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion .accordion__list .accordion__item {
  padding: 0;
  margin: 0 0 20px 0;
}
.accordion .accordion__list .accordion__item:last-child {
  margin-bottom: 0;
}
.accordion .accordion__list .accordion__item .accordion__toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px;
  background-color: var(--grey6);
  font-weight: 700;
  color: var(--grey1);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .accordion .accordion__list .accordion__item .accordion__toggle {
    padding: 20px;
  }
}
.accordion .accordion__list .accordion__item .accordion__toggle::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/toshiba-new/accordion-expand.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .accordion .accordion__list .accordion__item .accordion__toggle::after {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}
.accordion .accordion__list .accordion__item .accordion__toggle.show::after {
  background-image: url("../img/toshiba-new/accordion-collapse.svg");
}
.accordion .accordion__list .accordion__item .accordion__container {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.accordion .accordion__list .accordion__item .accordion__container li {
  display: flex;
  padding: 20px 25px;
  margin: 0;
  color: var(--grey1);
}
@media (max-width: 1200px) {
  .accordion .accordion__list .accordion__item .accordion__container li {
    padding: 15px 20px;
  }
}
.accordion .accordion__list .accordion__item .accordion__container li:nth-child(odd) {
  background-color: #3B3A3B;
}
.accordion .accordion__list .accordion__item .accordion__container li:nth-child(even) {
  background-color: #454445;
}
.accordion .accordion__list .accordion__item .accordion__container li .data {
  margin-left: auto;
}

.content-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content-card .content-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.content-card .content-card__text {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.content-card .content-card__text a:not(.btn) {
  margin-top: auto;
  color: var(--red5);
}
.content-card .content-card__text .btn__container {
  align-self: center;
  margin-top: auto;
}

.features {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .features {
    margin: -10px;
  }
}
.features .features__item {
  width: 20%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .features .features__item {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .features .features__item {
    width: 50%;
  }
}
.features .features__item .features__container {
  display: flex;
  justify-content: center;
  min-height: 75px;
}
.features .features__item .features__container .features__image {
  display: flex;
  align-items: center;
}
.features .features__item .features__container .features__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 75px;
}
@media (max-width: 800px) {
  .features .features__item .features__container .features__image img {
    max-height: 55px;
  }
}

footer {
  width: 100%;
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
  padding-right: var(--spacing2);
  padding-left: var(--spacing2);
  margin-right: auto;
  margin-left: auto;
  background-color: var(--grey6);
  color: var(--white);
  border-bottom: 1px solid #fff;
}
footer .col-12 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1200px) {
  footer .col-12 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1200px) {
  footer .col-12 .footer__copyright {
    margin-bottom: var(--spacing3);
  }
}
.footer__copyright p {
  color: var(--white);
}
@media (max-width: 1200px) {
  footer .col-12 .footer__quick-links,
footer .col-12 .footer__privacy {
    width: 100%;
  }
}
footer .col-12 .footer__quick-links ul,
footer .col-12 .footer__privacy ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  footer .col-12 .footer__quick-links ul,
footer .col-12 .footer__privacy ul {
    width: 100%;
  }
}
footer .col-12 .footer__quick-links ul li,
footer .col-12 .footer__privacy ul li {
  float: left;
  margin-bottom: 0;
  margin-right: var(--spacing2);
}
@media (max-width: 1200px) {
  footer .col-12 .footer__quick-links ul li,
footer .col-12 .footer__privacy ul li {
    float: none;
    margin-right: 0;
    padding-top: var(--spacing1);
    padding-bottom: var(--spacing1);
    border-bottom: 1px solid #fff;
  }
  footer .col-12 .footer__quick-links ul li:first-child,
footer .col-12 .footer__privacy ul li:first-child {
    padding-top: 0;
  }
}
footer .col-12 .footer__quick-links ul li:last-child,
footer .col-12 .footer__privacy ul li:last-child {
  margin-right: 0;
}
footer .col-12 .footer__quick-links ul li a,
footer .col-12 .footer__privacy ul li a {
  color: var(--white);
}
footer .col-12 .footer__quick-links {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  footer .col-12 .footer__quick-links {
    margin-left: 0;
    margin-bottom: var(--spacing3);
  }
}
footer .col-12 .footer__privacy {
  margin-left: auto;
}
@media (max-width: 1200px) {
  footer .col-12 .footer__privacy {
    margin-left: 0;
    margin-bottom: var(--spacing3);
  }
}
footer .col-12 .footer__country {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  footer .col-12 .footer__country {
    margin-left: 0;
  }
}

.disclaimer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--grey7);
  color: var(--white);
}
.disclaimer p {
  color: var(--white);
  font-size: var(--fontsize9);
  line-height: var(--lineheight9);
}

body.fixed {
  overflow: hidden;
}

header {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  padding-right: 18px;
  z-index: 100;
  transition: 0.2s ease-in-out;
  transition-property: top, background-color;
}
header.scrolled {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
}
body:not(.headerInit) header.scrolled {
  transition: transform 0.3s ease-in-out;
}
body/*.scrollUp*/ header.scrolled {
  transform: translateY(0);
}
@media (max-width: 1200px) {
  header {
    height: 80px;
  }
}
@media (max-width: 1000px) {
  header {
    padding-right: var(--spacing2);
  }
}
@media (max-width: 800px) {
  header {
    height: 60px;
  }
}
.home {
  margin-top: 60px;
}
@media (max-width: 1200px) {
  .home {
    margin-top: 54px;
  }
}
@media (max-width: 800px) {
  .home {
    margin-top: 34px;
  }
}
header.header--red-dark {
  background: var(--grey1);
}
header.header--red-dark.scrolled {
  background: var(--grey1);
  z-index: 9999999999999999999999;
}
header.header--red-dark .header__navigation > ul > li > a {
  color: var(--grey6);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
header.header--red-dark .header__navigation > ul > li:hover > a {
  color: #fff;
}
header.header--red-dark .header__navigation > ul > li.has-children a::after {
  background-image: url("../img/toshiba-new/nav-arrow-black.svg");
}
header.header--red-dark .header__navigation > ul > li.has-children:hover a::after {
  background-image: url("../img/toshiba-new/nav-arrow-white.svg");
}
header.header--red-dark .header__search input {
  background-color: rgba(140, 137, 137, 0.2);
  color: var(--grey6);
}
header.header--red-dark .header__search input::placeholder {
  color: var(--grey6);
}
header.header--red-dark .header__search svg path {
  fill: var(--grey6);
}
header.header--red-dark .header__hamburger span {
  background: var(--grey6);
}
header.header--red-light {
  background: var(--grey7);
}
header.header--red-light.scrolled {
  z-index: 99999999999999999999999999;
}
header.header--red-light .header__navigation > ul > li > a {
  color: #fff;
}
header.header--red-light .header__navigation > ul > li:hover > a {
  color: #fff;
}
header.header--red-light .header__navigation > ul > li.has-children a::after {
  background-image: url("../img/toshiba-new/nav-arrow-white.svg");
}
header.header--red-light .header__search input {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
header.header--red-light .header__search input::placeholder {
  color: #fff;
}
header.header--red-light .header__search svg path {
  fill: #fff;
}
header.header--red-light .header__hamburger span {
  background: #fff;
}
header .header__accent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  background-color: var(--green1);
}
/* @media (max-width: 800px) {
  header .header__accent {
    width: 10px;
  }
} */
header a.header__logo {
  display: block;
  height: 20px;
}
header a.header__logo svg {
  display: block;
  height: 20px;
}
/* @media (max-width: 1200px) {
  header a.header__logo svg {
    width: auto;
    height: 18px;
  }
}
@media (max-width: 800px) {
  header a.header__logo svg {
    width: auto;
    height: 16px;
  }
} */
header .header__navigation {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  header .header__navigation {
    display: none;
  }
}
header .header__navigation > ul {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0;
  list-style: none;
}
header .header__navigation > ul > li {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: var(--spacing1);
  padding-right: var(--spacing1);
}
/* header .header__navigation > ul > li:hover {
  background-color: var(--grey6);
} */
header .header__navigation > ul > li > a {
  position: relative;
}
/* header .header__navigation > ul > li.has-children > a::after {
  position: absolute;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 250ms ease-in-out;
}
header .header__navigation > ul > li.has-children:hover > a::after {
  transform: rotate(180deg);
} */
body header .header__navigation > ul > li.has-children:hover .header__sub-navigation {
  visibility: visible;
  opacity: 1;
  display: block;
}
header .header__navigation > ul > li > a {
  font-size: 13px;
  letter-spacing: 1.3px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
}
header .header__navigation > ul > li > a::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 1;
}
header .header__navigation > ul > li:hover > a::after {
  border-bottom: 3px solid var(--green1);
}
header .header__sub-navigation {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  visibility: hidden;
  opacity: 0;
  background: var(--grey6);
  transition: 250ms ease-in-out;
}
@media (max-width: 1200px) {
  header .header__sub-navigation {
    top: 76px;
  }
}
header .header__sub-navigation .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
header .header__sub-navigation * {
  color: #fff;
}
header .header__sub-navigation .sub-navigation__title {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing1);
}
header .header__sub-navigation .sub-navigation__title * {
  margin-bottom: 0;
}
header .header__sub-navigation .sub-navigation__title a {
  margin-left: auto;
  color: var(--red3);
}
header .header__sub-navigation .sub-navigation__tiles {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile {
  width: 25%;
  padding: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 1600px) {
  header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile {
    width: 50%;
  }
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  padding: var(--spacing1);
  text-align: center;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1600px) {
  header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a {
    height: 160px;
  }
  header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a br {
    display: none;
  }
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a.sub-navigation__tile--black {
  background-color: #1c1c1c;
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a.sub-navigation__tile--red {
  background-color: var(--grey5);
}
header .header__sub-navigation .sub-navigation__tiles .sub-navigation__tile a.sub-navigation__tile--grey {
  background-color: var(--grey4);
}
header .header__sub-navigation .sub-navigation__cards {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
header .header__sub-navigation .sub-navigation__cards .sub-navigation__card {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
header .header__sub-navigation .sub-navigation__cards .sub-navigation__card:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
header .header__sub-navigation .sub-navigation__cards .sub-navigation__card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 320px;
  padding: var(--spacing2);
  text-align: center;
  text-decoration: none;
  background-color: var(--grey5);
}
header .header__sub-navigation .sub-navigation__cards .sub-navigation__card a p {
  color: var(--grey2);
}
header .header__sub-navigation .sub-navigation__navigation ul {
  padding: 0;
  margin: 0;
}
header .header__sub-navigation .sub-navigation__navigation ul li {
  margin-bottom: 10px;
  list-style: none;
}
header .header__sub-navigation .sub-navigation__navigation ul li:last-child {
  margin-bottom: 0;
}
header .header__sub-navigation .sub-navigation__navigation ul li a {
  text-decoration: none;
}
header .sub-navigation__image {
  /* height: 440px; */
  margin-top: calc(var(--spacing2) * -1);
  margin-bottom: calc(var(--spacing2) * -1);
}
header .sub-navigation__image a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: var(--grey5);
}
header .header__search {
  position: relative;
  margin-left: var(--spacing1);
}
@media (max-width: 1000px) {
  header .header__search {
    display: none;
  }
}
header .header__search input {
  display: block;
  width: 240px;
  padding: 10px 30px 10px 45px;
  margin: 0;
  border: 0;
  border-radius: 25px;
  font-size: var(--fontsize8);
  line-height: 1;
}
header .header__search button {
  position: absolute;
  top: 50%;
  left: 16px;
  display: block;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}
header .header__country {
  margin-left: var(--spacing1);
}
@media (max-width: 1000px) {
  header .header__country {
    display: none;
  }
}
header .header__country button {
  background: none;
}
header .header__country button:focus {
  outline:0;
}
header .header__hamburger {
  position: relative;
  width: 25px;
  height: 21px;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 1000px) {
  header .header__hamburger {
    display: none !important;
  }
}
header .header__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .header__hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
header .header__hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header .header__hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
header .header__hamburger.show span:nth-child(1) {
  top: 0px;
  left: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header__hamburger.show span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header .header__hamburger.show span:nth-child(3) {
  top: 18px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-header {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: var(--grey7);
  color: #fff;
  overflow: scroll;
  z-index: 100;
  z-index: 3000;
}
@media (min-width: 1000px) {
  .mobile-header {
    display: none !important;
  }
}
@media (max-width: 800px) {
  .mobile-header {
    top: 60px;
  }
}
.mobile-header .mobile-header__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-header .mobile-header__container .mobile-header__search {
  position: relative;
}
.mobile-header .mobile-header__container .mobile-header__search input {
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 60px;
  padding-right: var(--spacing2);
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: var(--grey6);
  font-size: var(--fontsize7);
  line-height: 1;
  color: #fff;
}
.mobile-header .mobile-header__container .mobile-header__search input::placeholder {
  line-height: 1;
  color: var(--grey3);
}
.mobile-header .mobile-header__container .mobile-header__search button {
  position: absolute;
  top: 50%;
  left: var(--spacing2);
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  transform: translateY(-50%);
}
.mobile-header .mobile-header__container .mobile-header__search button svg {
  width: 18px;
  height: 24px;
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid var(--grey5);
  font-size: var(--fontsize6);
  line-height: var(--lineheight6);
  font-weight: 700;
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul > li.has-children > span {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  cursor: pointer;
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul > li.has-children > span::after {
  position: absolute;
  content: "";
  background-image: url("../img/toshiba-new/nav-arrow-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  right: var(--spacing2);
  top: 50%;
  transform: translateY(-50%);
  transition: 250ms ease-in-out;
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul > li.has-children > span.show::after {
  transform: rotate(180deg);
}
.mobile-header .mobile-header__container .mobile-header__navigation > ul > li a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  text-decoration: none;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation {
  display: none;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation .mobile-header__title {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey5);
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation .mobile-header__title.mobile-header__title--no-border {
  border-bottom: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation .mobile-header__title h3 {
  margin-bottom: 0;
  font-size: var(--fontsize7);
  line-height: var(--lineheight7);
  font-weight: 700;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation .mobile-header__title a {
  padding: 0;
  margin-left: auto;
  font-size: var(--fontsize8);
  line-height: var(--lineheight8);
  font-weight: 400;
  color: var(--grey4);
  text-decoration: underline;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul:last-child {
  margin-bottom: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li {
  margin: 0;
  border-top: 1px solid var(--grey5);
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li.mobile-header__tile--black {
  background-image: url("../img/toshiba-new/black-pattern-background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li.mobile-header__tile--black a {
  color: var(--gold3);
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li.mobile-header__tile--red {
  background-image: url("../img/toshiba-new/grey-pattern-background.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li.mobile-header__tile--grey {
  border-top: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li:first-child {
  border-top: 0;
}
.mobile-header .mobile-header__container .mobile-header__sub-navigation ul li a {
  font-size: var(--fontsize7);
  line-height: var(--lineheight7);
  font-weight: 400;
}
.mobile-header .mobile-header__container .mobile-header__image {
  width: 100%;
  height: 300px;
  padding: var(--spacing2);
  margin-top: auto;
}
.mobile-header .mobile-header__container .mobile-header__image a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--grey5);
}

.pdp-hero {
  position: relative;
  height: 100vh;
  min-height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .pdp-hero {
    height: 100%;
    padding-top: 100px;
  }
}
.pdp-hero .container,
.pdp-hero .row {
  height: 100%;
}
@media (max-width: 1000px) {
  .pdp-hero .container,
.pdp-hero .row {
    height: auto;
  }
}
.pdp-hero .col-5:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1000px) {
  .pdp-hero .col-5, .pdp-hero .col-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: var(--spacing3);
  }
  .pdp-hero .offset-1 {
    margin-left: 0;
  }
}
.pdp-hero.pdp-hero--black {
  background-image: url("../img/toshiba-new/black-pattern-background.svg");
  background-color: #000;
  color: #fff;
}
.pdp-hero.pdp-hero--black .pdp-hero__rating {
  border-bottom-color: var(--gold3);
  color: var(--gold3);
}
.pdp-hero.pdp-hero--black .pdp-hero__rating .pdp-hero__stars .full-star {
  background-image: url("../img/toshiba-new/stars/star-gold-full.svg");
}
.pdp-hero.pdp-hero--black .pdp-hero__rating .pdp-hero__stars .half-star {
  background-image: url("../img/toshiba-new/stars/star-gold-half-full.svg");
}
.pdp-hero.pdp-hero--black .pdp-hero__rating .pdp-hero__stars .no-star {
  background-image: url("../img/toshiba-new/stars/star-gold-empty.svg");
}
.pdp-hero.pdp-hero--black .pdp-hero__sizes a {
  color: var(--grey3);
}
.pdp-hero.pdp-hero--black .pdp-hero__prices span.stock {
  color: #FFF;
  opacity: 0.7;
}
.pdp-hero.pdp-hero--black .pdp-hero__prices span.stock.in-stock::before {
  background-image: url("../img/toshiba-new/stock-tick-white.svg");
}
.pdp-hero.pdp-hero--black .pdp-hero__prices span.stock.out-of-stock::before {
  background-image: url("../img/toshiba-new/stock-cross-white.svg");
}
.pdp-hero.pdp-hero--black .pdp-hero__thumbnails li img {
  border-color: var(--grey4);
}
.pdp-hero.pdp-hero--red {
  background-image: url("../img/toshiba-new/grey-pattern-background.svg");
  background-color: var(--grey5);
  color: #fff;
}
.pdp-hero.pdp-hero--red .pdp-hero__rating {
  border-bottom-color: var(--red8);
  color: var(--red8);
}
.pdp-hero.pdp-hero--red .pdp-hero__rating .pdp-hero__stars .full-star {
  background-image: url("../img/toshiba-new/stars/star-dark-red-full.svg");
}
.pdp-hero.pdp-hero--red .pdp-hero__rating .pdp-hero__stars .half-star {
  background-image: url("../img/toshiba-new/stars/star-dark-red-half-full.svg");
}
.pdp-hero.pdp-hero--red .pdp-hero__rating .pdp-hero__stars .no-star {
  background-image: url("../img/toshiba-new/stars/star-dark-red-empty.svg");
}
.pdp-hero.pdp-hero--red .pdp-hero__sizes a {
  color: var(--red1);
}
.pdp-hero.pdp-hero--red .pdp-hero__prices span.stock {
  color: #FFF;
  opacity: 1;
}
.pdp-hero.pdp-hero--red .pdp-hero__prices span.stock.in-stock::before {
  background-image: url("../img/toshiba-new/stock-tick-white.svg");
}
.pdp-hero.pdp-hero--red .pdp-hero__prices span.stock.out-of-stock::before {
  background-image: url("../img/toshiba-new/stock-cross-white.svg");
}
.pdp-hero.pdp-hero--red .pdp-hero__thumbnails li {
  border-color: var(--red1);
}
.pdp-hero.pdp-hero--grey {
  background-color: var(--grey1);
  color: var(--grey6);
}
.pdp-hero.pdp-hero--grey .pdp-hero__rating {
  border-bottom-color: var(--red5);
  color: var(--red5);
}
.pdp-hero.pdp-hero--grey .pdp-hero__rating .pdp-hero__stars .full-star {
  background-image: url("../img/toshiba-new/stars/star-red-full.svg");
}
.pdp-hero.pdp-hero--grey .pdp-hero__rating .pdp-hero__stars .half-star {
  background-image: url("../img/toshiba-new/stars/star-red-half-full.svg");
}
.pdp-hero.pdp-hero--grey .pdp-hero__rating .pdp-hero__stars .no-star {
  background-image: url("../img/toshiba-new/stars/star-red-empty.svg");
}
.pdp-hero.pdp-hero--grey .pdp-hero__sizes a {
  color: var(--grey5);
}
.pdp-hero.pdp-hero--grey .pdp-hero__prices span.stock {
  color: var(--grey6);
  opacity: 0.7;
}
.pdp-hero.pdp-hero--grey .pdp-hero__prices span.stock.in-stock::before {
  background-image: url("../img/toshiba-new/stock-tick-black.svg");
}
.pdp-hero.pdp-hero--grey .pdp-hero__prices span.stock.out-of-stock::before {
  background-image: url("../img/toshiba-new/stock-cross-black.svg");
}
.pdp-hero.pdp-hero--grey .pdp-hero__thumbnails li img {
  border-color: var(--grey4);
}
.pdp-hero .pdp-hero__title {
  padding-bottom: var(--spacing3);
}
.pdp-hero .pdp-hero__rating {
  display: flex;
  align-items: center;
  padding-bottom: var(--spacing1);
  margin-bottom: var(--spacing2);
  border-bottom: 1px solid transparent;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__rating {
    margin-bottom: 0;
  }
}
.pdp-hero .pdp-hero__rating .pdp-hero__stars {
  display: flex;
  align-items: center;
}
.pdp-hero .pdp-hero__rating .pdp-hero__stars ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pdp-hero .pdp-hero__rating .pdp-hero__stars ul .star {
  float: left;
  width: 42px;
  height: 39px;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .pdp-hero .pdp-hero__rating .pdp-hero__stars ul .star {
    width: 34px;
    height: 32px;
  }
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__rating .pdp-hero__stars ul .star {
    width: 22px;
    height: 20px;
  }
}
.pdp-hero .pdp-hero__rating .pdp-hero__stars h2 {
  float: left;
  margin-left: var(--spacing1);
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__rating .pdp-hero__stars h2 {
    margin-left: 10px;
    font-size: var(--fontsize4);
    line-height: var(--lineheight4);
  }
}
.pdp-hero .pdp-hero__rating .pdp-hero__reviews {
  margin-left: auto;
}
.pdp-hero .pdp-hero__sizes .size-selectors {
  display: flex;
  flex-wrap: wrap;
  clear: both;
  padding-bottom: var(--spacing1);
  margin: -5px;
  overflow: hidden;
}
.pdp-hero .pdp-hero__sizes .size-selectors .size-selectors__item {
  padding: 5px;
  margin: 0;
}
.pdp-hero .pdp-hero__prices {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
@media (max-width: 1200px) {
  .pdp-hero .pdp-hero__prices {
    left: 10px;
    right: 10px;
  }
}
.pdp-hero .pdp-hero__prices .pdp-hero__price {
  display: flex;
  align-items: center;
  height: 80px;
  padding-left: var(--spacing1);
  padding-right: 20px;
  margin-bottom: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1200px) {
  .pdp-hero .pdp-hero__prices .pdp-hero__price {
    height: 60px;
  }
}
.pdp-hero .pdp-hero__prices .pdp-hero__price:last-child {
  margin-bottom: 0;
}
.pdp-hero .pdp-hero__prices .pdp-hero__price img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 35px;
}
@media (max-width: 1200px) {
  .pdp-hero .pdp-hero__prices .pdp-hero__price img {
    max-height: 30px;
  }
}
.pdp-hero .pdp-hero__prices .pdp-hero__price span.stock {
  position: relative;
  padding-left: 35px;
  margin-left: auto;
  font-size: var(--fontsize8);
  line-height: var(--lineheight8);
}
.pdp-hero .pdp-hero__prices .pdp-hero__price span.stock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pdp-hero .pdp-hero__prices .pdp-hero__price .btn__container {
  margin-left: var(--spacing1);
}
.pdp-hero .pdp-hero__thumbnails {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -ms-overflow-style: none;
}

.pdp-hero__thumbnails::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .pdp-hero .pdp-hero__thumbnails {
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__thumbnails {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }
}
.pdp-hero .pdp-hero__thumbnails ul {
  float: right;
  padding: 0;
  list-style: none;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__thumbnails ul {
    float: none;
    height: 70px;
    padding-left: var(--spacing2);
    padding-right: var(--spacing2);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.pdp-hero .pdp-hero__thumbnails ul li {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__thumbnails ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.pdp-hero .pdp-hero__thumbnails ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__thumbnails ul li:last-child {
    margin-right: 0;
  }
}
.pdp-hero .pdp-hero__thumbnails ul li img {
  max-width: 50px;
  max-height: 70px;
  padding: 5px;
  border: 1px solid;
  border-radius: 1px;
}
.pdp-hero .pdp-hero__thumbnails ul li img.video {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 30px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__desktop .pdp-hero__sizes {
    display: none;
  }
  .pdp-hero .pdp-hero__desktop .pdp-hero__prices {
    display: none;
  }
}
.pdp-hero .pdp-hero__mobile {
  display: none;
}
@media (max-width: 1000px) {
  .pdp-hero .pdp-hero__mobile {
    display: block;
  }
}

.pdp-hero.pdp-hero--grey .pdp-hero__mobile .pdp-hero__sizes{
  background-color: var(--grey1);
  padding-top: var(--spacing3);
  padding-bottom: var(--spacing3);
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  margin-left: calc(var(--spacing2) * -1);
  margin-right: calc(var(--spacing2) * -1);
}

.pdp-hero.pdp-hero--black .pdp-hero__mobile .pdp-hero__sizes {
  padding-top: var(--spacing3);
  padding-bottom: var(--spacing3);
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  margin-left: calc(var(--spacing2) * -1);
  margin-right: calc(var(--spacing2) * -1);
  background-color: var(--grey6);
}
.pdp-hero .pdp-hero__mobile .pdp-hero__sizes .size-selectors {
  display: block;
  white-space: nowrap;
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
  margin-left: calc(var(--spacing2) * -1);
  margin-right: calc(var(--spacing2) * -1);
  margin-top: 0;
  margin-bottom: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}
.pdp-hero .pdp-hero__mobile .pdp-hero__sizes .size-selectors .size-selectors__item {
  display: inline-block;
  float: none;
  padding: 0;
  margin-right: 10px;
}
.pdp-hero .pdp-hero__mobile .pdp-hero__sizes .size-selectors .size-selectors__item:last-child {
  margin-right: 0;
}
.pdp-hero .pdp-hero__mobile .pdp-hero__prices {
  position: relative;
  left: 0;
  right: 0;
  margin-left: calc(var(--spacing2) * -1);
  margin-right: calc(var(--spacing2) * -1);
  background-color: var(--grey6);
}
.pdp-hero .pdp-hero__mobile .pdp-hero__prices .pdp-hero__price {
  height: 70px;
  padding-left: var(--spacing2);
  padding-right: var(--spacing2);
}
.pdp-hero .pdp-hero__mobile .pdp-hero__prices .pdp-hero__price img {
  max-height: 30px;
}

.pdp-key-visual {
  background-color: #000;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .pdp-key-visual {
    padding-top: 0 !important;
  }
}
.pdp-key-visual .pdp-key-visual__background {
  position: relative;
  margin-top: -50%;
  margin-left: calc(var(--spacing2) * -1);
  margin-right: calc(var(--spacing2) * -1);
}
.pdp-key-visual .pdp-key-visual__background .pdp-key-visual__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.pdp-key-visual .pdp-key-visual__text {
  position: relative;
  color: #fff;
  z-index: 25;
}

.pdp-key-visual .pdp-key-visual__text p {
  color: #fff;
}

.product-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .product-card {
    padding: 15px;
  }
}
.product-card.product-card--transparent {
  background-color: transparent !important;
  background-image: none !important;
}
.product-card.product-card--black {
  background-image: url("../img/toshiba-new/black-pattern-background.svg");
  background-color: #000;
  color: #fff;
}
.product-card.product-card--black .product-card__text p {
  color: var(--grey4);
}
.product-card.product-card--black .product-card__size-selector ul li {
  border-top-color: var(--grey4);
  border-bottom-color: var(--grey4);
  color: var(--grey4);
}
.product-card.product-card--black .product-card__size-selector ul li:first-child {
  border-left-color: var(--grey4);
}
.product-card.product-card--black .product-card__size-selector ul li:last-child {
  border-right-color: var(--grey4);
}
.product-card.product-card--black .product-card__size-selector ul li.active {
  background-color: var(--grey4);
  color: #fff;
}
.product-card.product-card--black .product-card__size-selector ul li.active:hover {
  background-color: var(--grey4);
  color: #fff;
}
.product-card.product-card--black .product-card__size-selector ul li:hover {
  background-color: rgba(140, 137, 137, 0.5);
  color: #fff;
}
.product-card.product-card--red {
  background-image: url("../img/toshiba-new/grey-pattern-background.svg");
  background-color: var(--grey5);
  color: #fff;
}
.product-card.product-card--red .product-card__text p {
  color: var(--red1);
}
.product-card.product-card--red .product-card__size-selector ul li {
  border-top-color: var(--red1);
  border-bottom-color: var(--red1);
  color: var(--red1);
}
.product-card.product-card--red .product-card__size-selector ul li:first-child {
  border-left-color: var(--red1);
}
.product-card.product-card--red .product-card__size-selector ul li:last-child {
  border-right-color: var(--red1);
}
.product-card.product-card--red .product-card__size-selector ul li.active {
  background-color: var(--red1);
  color: var(--red7);
}
.product-card.product-card--red .product-card__size-selector ul li.active:hover {
  background-color: var(--red1);
  color: var(--red7);
}
.product-card.product-card--red .product-card__size-selector ul li:hover {
  background-color: rgba(248, 202, 204, 0.5);
  color: var(--red7);
}
.product-card.product-card--grey {
  background-color: var(--grey1);
}
.product-card.product-card--grey .product-card__text p {
  color: var(--grey4);
}
.product-card.product-card--grey .product-card__size-selector ul li {
  border-top-color: var(--grey4);
  border-bottom-color: var(--grey4);
  color: var(--grey4);
}
.product-card.product-card--grey .product-card__size-selector ul li:first-child {
  border-left-color: var(--grey4);
}
.product-card.product-card--grey .product-card__size-selector ul li:last-child {
  border-right-color: var(--grey4);
}
.product-card.product-card--grey .product-card__size-selector ul li.active {
  background-color: var(--grey4);
  color: #fff;
}
.product-card.product-card--grey .product-card__size-selector ul li.active:hover {
  background-color: var(--grey4);
  color: #fff;
}
.product-card.product-card--grey .product-card__size-selector ul li:hover {
  background-color: rgba(140, 137, 137, 0.5);
  color: #fff;
}
.product-card .product-card__image {
  padding-top: calc(var(--spacing3) - 20px);
}
@media (max-width: 1200px) {
  .product-card .product-card__image {
    padding-top: var(--spacing3);
    /* padding-left: 10px; */
    /* padding-right: 10px; */
  }
}
.product-card .product-card__image a {
  display: block;
}
.product-card .product-card__image a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 260px;
  margin: 0 auto;
}
.product-card .product-card__text {
  padding-top: var(--spacing3);
  padding-bottom: var(--spacing1);
  text-align: center;
}
.product-card .product-card__text h3 {
  font-size: var(--fontsize4);
  line-height: var(--lineheight4);
}
.product-card .product-card__text p {
  font-size: var(--fontsize8);
  line-height: var(--lineheight8);
}
.product-card .product-card__size-selector {
  padding-bottom: var(--spacing3);
  line-height: 0;
  text-align: center;
}
.product-card .product-card__size-selector ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-card .product-card__size-selector ul li {
  float: left;
  width: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  font-size: var(--fontsize8);
  line-height: var(--lineheight8);
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 200ms ease-in-out;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .product-card .product-card__size-selector ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.product-card .product-card__size-selector ul li:first-child {
  border-left: 1px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.product-card .product-card__size-selector ul li:last-child {
  border-right: 1px solid #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.product-card .product-card__size-selector ul li.active {
  background-color: #000;
  color: #fff;
}
.product-card .product-card__button {
  width: 100%;
  clear: both;
  margin-top: auto;
}
.product-card .product-card__button .btn__container {
  display: block;
  width: 100%;
}

/**
 * Settings
 */
/**
 * Easings
 */
/**
 * Core
 */
.sal {
  transform: translateY(4rem);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
}
.sal.sal-animate {
  opacity: 1;
  transform: none;
}

.sal.delay-50 {
  transition-delay: 0.05s;
}

.sal.delay-100 {
  transition-delay: 0.1s;
}

.sal.delay-150 {
  transition-delay: 0.15s;
}

.sal.delay-200 {
  transition-delay: 0.2s;
}

.sal.delay-250 {
  transition-delay: 0.25s;
}

.sal.delay-300 {
  transition-delay: 0.3s;
}

.sal.delay-350 {
  transition-delay: 0.35s;
}

.sal.delay-400 {
  transition-delay: 0.4s;
}

.sal.delay-450 {
  transition-delay: 0.45s;
}

.sal.delay-500 {
  transition-delay: 0.5s;
}

.sal.delay-550 {
  transition-delay: 0.55s;
}

.sal.delay-600 {
  transition-delay: 0.6s;
}

.sal.delay-650 {
  transition-delay: 0.65s;
}

.sal.delay-700 {
  transition-delay: 0.7s;
}

.sal.delay-750 {
  transition-delay: 0.75s;
}

.sal.delay-800 {
  transition-delay: 0.8s;
}

.sal.delay-850 {
  transition-delay: 0.85s;
}

.sal.delay-900 {
  transition-delay: 0.9s;
}

.sal.delay-950 {
  transition-delay: 0.95s;
}

.sal.delay-1000 {
  transition-delay: 1s;
}

.size-selectors {
  display: inline-block;
}
.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__size, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__size {
  border-left-color: var(--gold3);
  border-right-color: var(--gold3);
  border-top-color: var(--gold3);
  border-bottom-color: var(--gold3);
  color: var(--gold3) ;
}
.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__serial, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__serial {
  opacity: 1;
  border-left-color: var(--gold3);
  border-right-color: var(--gold3);
  border-bottom-color: var(--gold3);
  background-color: rgba(195, 163, 118, 0.2);
  color: var(--gold3);
}

.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__size p, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__size p {
  color: var(--gold3) !important;
}

.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__size h3, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__size h3 {
  color: var(--gold3) !important;
}

.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__serial p, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__serial p {
  color: var(--gold3) !important;
}

.size-selectors.size-selectors--black .size-selectors__item:hover .size-selectors__serial h3, .size-selectors.size-selectors--black .size-selectors__item.active .size-selectors__serial h3 {
  color: var(--gold3) !important;
}

.size-selectors.size-selectors--black .size-selectors__item .size-selectors__size {
  border-left-color: var(--grey5);
  border-right-color: var(--grey5);
  border-top-color: var(--grey5);
  border-bottom-color: var(--grey5);
  color: var(--grey3);
}
.size-selectors.size-selectors--black .size-selectors__item .size-selectors__serial {
  border-left-color: var(--grey5);
  border-right-color: var(--grey5);
  border-bottom-color: var(--grey5);
  background-color: rgba(90, 90, 90, 0.4);
  color: var(--grey3);
}

.size-selectors.size-selectors--black .size-selectors__item .size-selectors__serial p {
  color: var(--grey3);
}

.size-selectors.size-selectors--red .size-selectors__item:hover .size-selectors__size, .size-selectors.size-selectors--red .size-selectors__item.active .size-selectors__size {
  border-left-color: var(--red8);
  border-right-color: var(--red8);
  border-top-color: var(--red8);
  border-bottom-color: var(--red8);
  color: var(--red8);
}
.size-selectors.size-selectors--red .size-selectors__item:hover .size-selectors__serial, .size-selectors.size-selectors--red .size-selectors__item.active .size-selectors__serial {
  border-left-color: var(--red8);
  border-right-color: var(--red8);
  border-bottom-color: var(--red8);
  background-color: rgba(69, 6, 14, 0.2);
  color: var(--red8);
}
.size-selectors.size-selectors--red .size-selectors__item .size-selectors__size {
  border-left-color: var(--red2);
  border-right-color: var(--red2);
  border-top-color: var(--red2);
  border-bottom-color: var(--red2);
  color: var(--red2);
}
.size-selectors.size-selectors--red .size-selectors__item .size-selectors__serial {
  border-left-color: var(--red2);
  border-right-color: var(--red2);
  border-bottom-color: var(--red2);
  background-color: rgba(247, 150, 154, 0.2);
  color: var(--red2);
}
.size-selectors.size-selectors--grey .size-selectors__item:hover .size-selectors__size, .size-selectors.size-selectors--grey .size-selectors__item.active .size-selectors__size {
  border-left-color: var(--red5);
  border-right-color: var(--red5);
  border-top-color: var(--red5);
  border-bottom-color: var(--red5);
  color: var(--red5);
}
.size-selectors.size-selectors--grey .size-selectors__item:hover .size-selectors__serial, .size-selectors.size-selectors--grey .size-selectors__item.active .size-selectors__serial {
  border-left-color: var(--red5);
  border-right-color: var(--red5);
  border-bottom-color: var(--red5);
  background-color: rgba(193, 0, 25, 0.2);
  color: var(--red5);
}
.size-selectors.size-selectors--grey .size-selectors__item .size-selectors__size {
  border-left-color: var(--grey5);
  border-right-color: var(--grey5);
  border-top-color: var(--grey5);
  border-bottom-color: var(--grey5);
  color: var(--grey5);
}
.size-selectors.size-selectors--grey .size-selectors__item .size-selectors__serial {
  border-left-color: var(--grey5);
  border-right-color: var(--grey5);
  border-bottom-color: var(--grey5);
  background-color: rgba(90, 90, 90, 0.2);
  color: var(--grey5);
}
.size-selectors .size-selectors__item {
  float: left;
  width: 140px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .size-selectors .size-selectors__item {
    width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 1000px) {
  .size-selectors .size-selectors__item {
    width: 110px;
  }
}
.size-selectors .size-selectors__item:last-child {
  margin-right: 0;
}
.size-selectors .size-selectors__item .size-selectors__size {
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  transition: all 200ms ease-in-out;
}
.size-selectors .size-selectors__item .size-selectors__size h3 {
  padding: 15px 5px;
  font-size: var(--fontsize4);
  line-height: var(--fontsize4);
}
.size-selectors .size-selectors__item .size-selectors__serial {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  transition: all 200ms ease-in-out;
}
.size-selectors .size-selectors__item .size-selectors__serial p {
  padding: 10px 5px;
  font-size: var(--fontsize8);
  line-height: var(--fontsize8);
}

.image-slider__container {
  position: relative;
}
.image-slider__container .image-slider__label {
  display: block;
  position: absolute;
  bottom: 30px;
  font-size: var(--fontsize6);
  line-height: var(--lineheight6);
  color: #fff;
  white-space: nowrap;
  z-index: 25;
}
@media (max-width: 1000px) {
  .image-slider__container .image-slider__label {
    bottom: 20px;
    font-size: var(--fontsize7);
    line-height: var(--lineheight7);
  }
}
@media (max-width: 700px) {
  .image-slider__container .image-slider__label {
    bottom: 15px;
  }
}
.image-slider__container .image-slider__label[data-type=modified] {
  left: 30px;
}
@media (max-width: 1000px) {
  .image-slider__container .image-slider__label[data-type=modified] {
    left: 20px;
  }
}
@media (max-width: 700px) {
  .image-slider__container .image-slider__label[data-type=modified] {
    left: 15px;
  }
}
.image-slider__container .image-slider__label[data-type=original] {
  right: 30px;
}
@media (max-width: 1000px) {
  .image-slider__container .image-slider__label[data-type=original] {
    right: 20px;
  }
}
@media (max-width: 700px) {
  .image-slider__container .image-slider__label[data-type=original] {
    right: 15px;
  }
}
.image-slider__container .image-slider__caption {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: var(--fontsize9);
  line-height: var(--lineheight9);
  color: #fff;
}
@media (max-width: 700px) {
  .image-slider__container .image-slider__caption {
    top: 15px;
    right: 15px;
  }
}
.image-slider__container .image-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-size: auto 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image-slider__container.is-visible .image-slider__image {
  width: 50%;
}
.image-slider__container .image-slider__handle {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background: #fff url(../img/toshiba-new/slider-arrows.svg) no-repeat center center;
  cursor: move;
}
@media (max-width: 1000px) {
  .image-slider__container .image-slider__handle {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}

.specifications {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
@media (max-width: 1200px) {
  .specifications {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.specifications .specifications__item {
  width: 25%;
  padding: 15px;
}
@media (max-width: 1200px) {
  .specifications .specifications__item {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .specifications .specifications__item {
    width: 50%;
  }
}
.specifications .specifications__item .specifications__container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  padding: var(--spacing1);
  background-color: var(--grey7);
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 1200px) {
  .specifications .specifications__item .specifications__container {
    min-height: 120px;
    padding: 0;
  }
}
.specifications .specifications__item .specifications__container .specifications__text p {
  margin-bottom: 0;
  color: var(--grey3);
}
.specifications .specifications__item .specifications__container .specifications__text h3 {
  font-weight: 400;
}
.specifications .specifications__item .specifications__container .specifications__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-width: 70%;
  margin: auto;
}

.sub-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 104px;
  padding-left: var(--spacing3);
  padding-right: var(--spacing3);
  z-index: 25;
}
.sub-header.sub-header--light {
  background-color: var(--grey1);
  color: var(--grey6);
}
@media (max-width: 1200px) {
  .sub-header.sub-header--light .sub-header__navigation {
    background-color: var(--grey2);
  }
  .sub-header.sub-header--light .sub-header__navigation::after {
    background-image: url("../img/toshiba-new/nav-fade-white.svg");
  }
}
.sub-header.sub-header--dark {
  background-color: var(--grey7);
  color: #fff;
}
@media (max-width: 1200px) {
  .sub-header.sub-header--dark .sub-header__navigation {
    background-color: var(--grey6);
  }
  .sub-header.sub-header--dark .sub-header__navigation::after {
    background-image: url("../img/toshiba-new/nav-fade-black.svg");
  }
}
.sub-header.sub-header--pdp {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .sub-header {
    flex-wrap: wrap;
    height: 120px;
    margin-right: calc(var(--spacing2) * -1) !important;
    margin-left: calc(var(--spacing2) * -1) !important;
    border-radius: 0;
  }
}
@media (max-width: 1200px) {
  .sub-header .sub-header__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: var(--spacing2);
    padding-right: var(--spacing2);
  }
}
.sub-header .sub-header__navigation {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .sub-header .sub-header__navigation {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0;
    padding-left: var(--spacing2);
    padding-right: var(--spacing2);
  }
  .sub-header .sub-header__navigation::after {
    content: "";
    position: absolute;
    width: 165px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.sub-header .sub-header__navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;

}

.sub-header .sub-header__navigation ul::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .sub-header .sub-header__navigation ul {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: var(--spacing2);
  }
}
.sub-header .sub-header__navigation ul li {
  float: left;
  padding: 0;
  margin-right: var(--spacing2);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .sub-header .sub-header__navigation ul li {
    display: inline-block;
    float: none;
    margin-right: calc(var(--spacing2) + 10px);
  }
}
.sub-header .sub-header__navigation ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .sub-header .sub-header__navigation ul li:last-child {
    padding-right: 140px;
  }
}
.sub-header .sub-header__navigation ul li a {
  text-decoration: none;
  min-height: 60px;
}

.sub-header .sub-header__navigation ul li a:hover {
  color: #fff;
}

.fixed-sub-header {
  position: fixed;
  display: none;
  top: 0;
  background-color: rgba(242, 237, 241, 0.95);
  z-index: 9999999999999999999999999999999999999999999999;
  transition: top 0.2s ease-in-out, transform 0.3s ease-in-out;
}
body/*.scrollUp*/ .fixed-sub-header {
  transform: translateY(60px);
}
@media (max-width: 1200px) {
  .fixed-sub-header {
    padding-left: 0;
    padding-right: 0;
  }
  body/*.scrollUp*/ .fixed-sub-header {
    border-top: 1px solid var(--grey6);
    transform: translateY(80px);
  }
}
@media (max-width: 800px) {
  body/*.scrollUp*/ .fixed-sub-header {
    transform: translateY(60px);
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--light {
    color: var(--grey6);
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--light .fixed-sub-header__title {
    background-color: var(--grey1);
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--light .fixed-sub-header__navigation {
    background-color: var(--grey2);
  }
  .fixed-sub-header.fixed-sub-header--light .fixed-sub-header__navigation::after {
    background-image: url("../img/toshiba-new/nav-fade-white.svg");
  }
  .fixed-sub-header.fixed-sub-header--light .fixed-sub-header__navigation a.active {
    color: var(--grey6) !important;
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--dark {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--dark .fixed-sub-header__title {
    background-color: var(--grey7);
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header.fixed-sub-header--dark .fixed-sub-header__navigation {
    background-color: var(--grey6);
  }
  .fixed-sub-header.fixed-sub-header--dark .fixed-sub-header__navigation::after {
    background-image: url("../img/toshiba-new/nav-fade-black.svg");
  }
  .fixed-sub-header.fixed-sub-header--dark .fixed-sub-header__navigation a.active {
    color: #fff !important;
  }
}
.fixed-sub-header .fixed-sub-header__container {
  display: flex;
  align-items: center;
  height: 104px;
  padding-right: 18px;
  margin-right: calc(50% - 50vw);
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container {
    flex-wrap: wrap;
    height: 120px;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-left: var(--spacing2);
    padding-right: var(--spacing2);
  }
}
.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0;
    padding-left: var(--spacing2);
    padding-right: var(--spacing2);
  }
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation::after {
    content: "";
    position: absolute;
    width: 165px;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}

.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: var(--spacing2);
  }
}
.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li {
  float: left;
  padding: 0;
  margin-right: var(--spacing2);
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li {
    display: inline-block;
    float: none;
    margin-right: calc(var(--spacing2) + 10px);
  }
}
.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li:last-child {
    padding-right: 140px;
  }
}
.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li a {
  text-decoration: none;
}

.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li a {
  color: var(--grey7);
}

.fixed-sub-header .fixed-sub-header__container .fixed-sub-header__navigation ul li a.active {
  color: var(--red5);
}
.fixed-sub-header .fixed-sub-header__top {
  margin-left: var(--spacing2);
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__top {
    display: none;
  }
}
.fixed-sub-header .fixed-sub-header__top img {
  display: block;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .fixed-sub-header .fixed-sub-header__top img {
    width: 48px;
    height: 48px;
  }
}

.margin-t--311 {
  margin-top: -311px;
}

.to-top--mobile {
  display: none;
  position: fixed;
  bottom: var(--spacing2);
  right: var(--spacing2);
  width: 60px;
  height: 60px;
  background-color: var(--grey6);
  opacity: 0;
  cursor: pointer;
  z-index: 50;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .to-top--mobile {
    display: block;
  }
}
.to-top--mobile.scrolled {
  opacity: 1;
}
.to-top--mobile img {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=global.css.map */


.centered-col  {
  margin-right: auto;
}

.centered-col-first {
  margin-left: auto;
  margin-right: auto;
}

.new-gradient-text {
   background: -webkit-linear-gradient(left, #A67C42, #ffffff);
   background: -o-linear-gradient(right, #A67C42, #ffffff);
   background: -moz-linear-gradient(right, #A67C42, #ffffff);
   background: linear-gradient(to right, #A67C42 , #E0C6A2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: linear-gradient(120deg, #D0B185, #C3A376, #E0C6A2, #FFFFFF, #E0C6A2, #C3A376, #D0B185); */

}

.new-container {
  max-width: 1300px;
  margin: auto;
}

.home-page-bg-colour {
  background-color: white;
}



/*can-230520BEG*/

.product-card__image {
    position: relative;
}

.product-card__image::after{
  content: "";
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
  width: 100%;
  height: 90px;
  left: 0px;
  bottom: 0px;

}




.image-sliding-over-container {
    overflow: hidden;
    position: relative;
    /*height: 810px;*/
}


.angledSlider .img1,
.image-3,
.image-1 {
    background: url(../img/NotSaturated_WideColourGamut_Toshiba.png);

    width: calc(50% + 400px);
    background-position: 0% 20%;
    background-size: 1620px 1620px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1001;
    transform: skewX(-15deg);
    overflow: hidden;
    left: -400px;

    /*left: calc(-400px + 2.5vw );*/
    background: none;
    border-right: 2px solid #fff;
}

.angledSlider .cursor-pointer,
.cursor-pointer.lp-img-slider{
      left: calc(50% - 2.5vw);
      top: calc(50% - 2.5vw);
      width: 5vw;
      height: 5vw;
      /*margin-left: 2.5vw;*/
      background-size: 45% auto;
      background-image: url(../img/toshiba-new/slider-arrows.svg);
      background-position: center center;
      background-repeat: no-repeat;

}



.betterGaming{
  height:50vw;
  overflow: hidden;
  background-image:url(../img/toshiba-tiny/Gaming_Toshiba-min.png);
  background-size: 100% auto;
  background-position: center center;
}


p.margin-b-0.margin-h-60.margin-h.text-m-s.color-grey700.margin-t-45 {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}



.keyVis{
  height:50vw;
  overflow: hidden;
  background-image:url(../img/toshiba-tiny/SmartTV_PDP_KeyVisual_Toshiba.png);
  background-size: 100% auto;
  background-position: center center;
}
.voiceAsistant{
  letter-spacing: 3px;
  margin-left: 20px;
margin-right: 20px;
}



/*
.cursor-pointer.lp-img-slider:after{
  content:"0xf0da";
  margin-left: -4vw;
}*/






.slider-img-text-left{
  transform: skewx(15deg);

    left: calc(470px + 3vw);
  z-index: 99999999;
}

.angledSlider .img1::after,
.image-3:after,
.image-1:after {
    content: "";
    width: 136%;
    transform: skewX(15deg);
    height: 100%;
    display: block;
    background: url(../img/NotSaturated_WideColourGamut_Toshiba.png);
    left: 400px;
    top: 0px;
    background-position: 0px 20%;
    position: absolute;
    background-size: 1420px 1420px;

    background-size: 1620px 1620px;
}


.image-3:after {
    background: url(../img/NoHDR_DolbyVision_Toshiba.jpg);
    background-size: 1420px 710px;
    background-size: 1620px 810px;

    /*  background-size: 1420px 710px;*/
}

.angledSlider{

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    height: 800px;
}


/*
@media only screen and (max-width: 2000px){
  .angledSlider .image-sliding-over-container,
  .image-sliding-over-container {
    /*  height: 810px;*//*
  }
}
*/

.angledSlider .img1::after,
.angledSlider .img2{
    background-size: 100% auto !important;
    background-size: 100vw auto!important;
}

@media only screen and (max-width: 1650px){
.angledSlider .img1::after,
.angledSlider .img2::after,
.angledSlider,
.image-1:after {
      height: 710px;
      /*background-size: 1420px 1420px;*/
  }
  .image-3:after{
        height: 710px;
    background-size: 1420px 710px;
  }
}



@media only screen and (max-width: 1420px){
  .angledSlider .img1::after,
  .angledSlider .img2::after,
  .angledSlider,
.image-1:after {
    height: 640px;
    /*background-size: 1280px 1280px;*/
}  .image-3:after{

      height: 640px;
    background-size: 1280px 640px;
  }

  .contactPhoneNumber{
      font-size: 43px;
  }

}


@media only screen and (max-width: 1280px){
  .angledSlider .img1::after,
  .angledSlider .img2::after,
  .angledSlider,
.image-1:after {
    height: 540px;
  /*  background-size: 1080px 1080px;*/
}
  .image-3:after{

      height: 540px;
    background-size: 1080px 540px;
  }
}



@media only screen and (max-width: 1080px){
  .angledSlider .img1::after,
  .angledSlider .img2::after,
  .angledSlider,
.image-1:after {

    width: 100vw;
    height: 50vw;
  /*  background-size: 100vw 100vw;*/
}

.image-3:after {

      width: 100vw;
      height: 50vw;
  background-size: 100vw 50vw;
}
}


/*



@media only screen and (max-width: 1650px){
  .image-1 {
      width: 1050px;
      background-size: 1420px 1420px;
  }
}


@media only screen and (max-width: 1420px){
  .image-1 {
      width: 1280px;
      height: 640px;
      background-size: 1280px 1280px;
  }
}

*/





.product-banner-screen-size-button-wrapper {
    height: 82px;
}

.product-banner-size-wrapper {
    width: 100px;
    text-align: center;
}

.product-banner-screen-size.text-m-l-bold.color-grey300 {
    height: 60px;
    line-height: 60px;
    font-size: 29pt;
}

.product-banner-screen-size-code-for-white-bg.text-xs.color-grey300 {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}



.product-banner-screen-size-code-for-white-bg.text-s.color-grey300 {
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #b4b2b2;
    background-color: #edecec;
}


.product-banner-screen-size.text-m-l-bold.color-grey300::after{
  content:'"';
}

.border-for-black-bg .product-banner-screen-size-button-wrapper.active .product-banner-screen-size-code-for-white-bg,
  .border-for-black-bg .product-banner-screen-size-button-wrapper:hover .product-banner-screen-size-code-for-white-bg {
    background-color: #ddd;
    color: #000;
}

.border-for-black-bg .product-banner-screen-size-button-wrapper.active,
  .border-for-black-bg .product-banner-screen-size-button-wrapper:hover {
    border: 1px solid #9f9f9f;
    box-shadow: 0px 0px 2px #000;
    color:#000;
}

.product-banner-screen-size-button-wrapper.active .product-banner-screen-size,
.product-banner-screen-size-button-wrapper:hover .product-banner-screen-size{
  color:#000;
}








.width-100.contact-widget.bg--light-grey.cursor-pointer{
  margin-top:40px;
}

.touchusinformation{
  color: #bab5b6;
  text-align: center;
  width: 100%;
  font-size: 10pt;
  margin-top: 30px;
}

.btn__container.supportmodelEmailUs .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}

.supportmodelCallUs {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 33pt;
}



.faq-container .cursor-pointer::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25px;
  width: 30px;
  height: 30px;
  background-image: url(../img/toshiba-new/accordion-expand.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.faq-container.active .cursor-pointer::after {

  background-image: url(../img/toshiba-new/accordion-collapse.svg);

}

.faq-container{
  position: relative;
}

.appTakeControl{
  height:360px;
  background-color: #000;
  color:#fff;
}


.appTakeControl > div:first-child {
    padding: 60px;
    padding-top: 45px;
}

.appTakeControl > div:first-child strong{
  padding-right: 100px;
display: block;
}



.appTakeControl > div:first-child p{
  padding-top: 20px;
  color: #f3f3f3;
  font-size: 10pt;
}

.appTakeControl > div:first-child img {
    height: 47px;
    width: auto;
    float: left;
    margin-right: 15px;
}





.appTakeControl > div:last-child img{
  height: 340px;
  width: auto;
  margin: auto;
  margin-top: 20px;
}


.appTakeControl > div:last-child{
  text-align: center;
}


.contactPhoneNumber{
  font-size: 50px;
  padding-top: 40px;
  display: block;
  padding-bottom: 20px;
}


.contactFormSubTitle{
      letter-spacing: 3px;
}

.greyLineContact{
  width: 100%;
border-top: 1px solid #8C8989;
}

/*can-230520END*/


/*can-240520BEG*/

.contactSelectbox {
  position: relative;
}

.contactSelectbox select {
  display: none;
}

.contactSelectbox .select-selected {
    padding-left: 30px;
    color:#75758b;
}
.contactSelectbox .select-selected:after {
  position: absolute;
  content: "";
  background-image: url(../img/toshiba-new/nav-arrow-black.svg);
  right: 10px;
  right: 0px;
  width: 30px;
  height: 30px;
  top: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}

.contactSelectbox .select-selected.select-arrow-active:after {

}
.contactSelectbox .select-items div,.select-selected {
  cursor: pointer;
}

.contactSelectbox .select-items {
    position: absolute;
    background-color: #fafafa;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: scroll;
    max-height: 25vh;
}

.contactSelectbox .select-hide {
  display: none;
}

.contactSelectbox  .select-items div:hover,.contactSelectbox  .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.contactSelectbox .select-items div{
  padding: 6px;
  padding-left: 12px;
  font-size: 9pt;
}



.contactSelectbox .select-items::-webkit-scrollbar {
  width: 10px;
}

.contactSelectbox .select-items::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color:#f8f8f8
}
.contactSelectbox .select-items::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
.contactSelectbox .select-items::-webkit-scrollbar-thumb:hover {
  background: #000000;
}


.bgTabs > div {
    height:200px;
}


.container-row-3.bgTabs.active > div {
    opacity: 1 !important;
}

.angledSlider .img1,
.angledSlider .img2{
  height:800px;
}


.img1::after {
    background-size: 1620px 1620px;
}

.img2::after {
    background-size: 1620px 1620px;
}





.angledSlider .img2{
  width: 100%;
   height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;

}
.angledSlider .img1{

  height: 100%;
}



#hdr .img1::after {
    background: url(../img/NoHDR_DolbyVision_Toshiba1920.jpg);
}

#hdr .img2 {
    background: url(../img/HDR_DolbyVision_Toshiba_1920.png);
}


#HighDynamicContainer .img1::after {
    background: url(../img/NoHDR_DolbyVision_Toshiba1920.jpg);
}

#HighDynamicContainer .img2 {
    background: url(../img/HDR_DolbyVision_Toshiba_1920.png);
}


#wcContainer .img1::after {
    background: url(../img/NotSaturated_WideColourGamut_1620.png);
}

#wcContainer .img2 {
    background: url(../img/Saturated_WideColourGamut_1620.png);
}




#TruContainer .img1::after {
    background: url(../img/Standard_MicroDimming_Toshiba1920.png);
}

#TruContainer .img2 {
    background: url(../img/Enhanced_MicroDimming_Toshiba1920.png);
}

#TruResolutionContainer .img1::after {
    background: url(../img/Standard_TruResolutionFlow_Toshiba1920.png);
}

#TruResolutionContainer .img2 {
    background: url(../img/Enhanced_TruResolutionFlow_Toshiba1920.png);
}

#TruFlowContainer .img1::after {
    background: url(../img/Standard_TruResolutionFlow_Toshiba1920.png);
}

#TruFlowContainer .img2 {
    background: url(../img/Enhanced_TruResolutionFlow_Toshiba1920.png);
}



#landingPageQS .img1::after {
    background: url(../img/Saturated_WideColourGamut_1620.png);
}

#landingPageQS .img2 {
    background: url(../img/NotSaturated_WideColourGamut_1620.png);
}



.bgTabContainers {
    display: none;
}

.bgTabContainers:first-child {
    display: block;
}





.buying-guide-calculator-result{
  /*background-image:url(../img/bg-size-calculator.png);*/
  width: 120%;

}

.buying-guide-calculator-result img{
  /*background-image:url(../img/bg-size-calculator.png);*/
  width: 100%;

}


.buying-guide-calculator-result > #calculator-result {
    position: absolute;
    top: calc(50% - 50px);
    left: 0px;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 70px;
    font-size: 70pt;
}


.registerPageLoginBox{
    padding:30px;
}


.acceptPolicy > span {
    float: left;
    line-height: 30px;
    float: left;
    display: block;
}




.acceptPolicy .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.acceptPolicy .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  border:2px solid #f2edf1;
  width:30px;
  height: 30px;
  overflow: hidden;
}
.acceptPolicy .styled-checkbox + label:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: white;
}
.acceptPolicy .styled-checkbox:hover + label:before {
  background: #262626;
}
.acceptPolicy .styled-checkbox:focus + label:before {
}
.acceptPolicy .styled-checkbox:checked + label:before {
  background: #262626;
}
.acceptPolicy .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: pointer;
}
.acceptPolicy .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.acceptPolicy > div {
    float: left;
    margin-right: 15px;
}


.clear{
  clear:both;
}


/*can-240520END*/



/*can-250520BEG*/








#supportHomeProductSelector .categorySelector{
  overflow: hidden;
}

#supportHomeProductSelector .categorySelector > div::after{
    content: "";
    width: 20px;
    height: 14px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 20px;
    background-image: url(../img/toshiba-new/nav-arrow-black.svg);
      background-image: url(../img/toshiba-new/down-arrow-gray.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;)
}



#supportHomeProductSelector .categorySelector > div.whiteArrow::after{
    background-image: url(../img/toshiba-new/down-arrow-white.svg);
}
#supportHomeProductSelector .categorySelector > div.grayArrow::after{
    background-image: url(../img/toshiba-new/down-arrow-gray.svg);
}
#supportHomeProductSelector .categorySelector > div.goldArrow::after{
    background-image: url(../img/toshiba-new/down-arrow-gold.svg);
}




#supportHomeProductSelector #screen-size-cards-container {
    padding-bottom: 25px;
}

#supportHomeProductSelector ::-webkit-scrollbar {
  width: 10px;
}

#supportHomeProductSelector ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color:#f2edf1
}
#supportHomeProductSelector ::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
#supportHomeProductSelector ::-webkit-scrollbar-thumb:hover {
  background: #C10019;
}



.categorySelector.active .bg-tvchange div:first-child{
    position:absolute !important;
    display: block !important;
}


.categorySelector.active .bg-tvchange.active div:first-child{
    position:relative !important;
    display: none !important;
}

#supportHomeProductSelector .loading{
    height: 200px;
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    display: none;
}


.closeSHBtn{
  height: 25px;
  width: 25px;
  background-image: url(../img/stock-cross-gray.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  float: left;
  margin-left: 15px;
}


.SHselectYourScreen{
  line-height: 25px;
  display: block;
  padding: 0px;
  float: left;
  margin-left: 30px;
  margin-bottom: 0px;
}








#screen-size-cards-section,
#SHResult{
  display: none;
}

/*
#SHResult .all-product-box-wrapper.gray-100-bg {
    width: 30vw;
}
.SHSlider .carousel-item{
  float:left;
    width: 30vw;
}*/


/*
.SHSlider .carousel-item img{
  width: 100%;
  max-width: 100%;
}*/

.MultiCarousel { float: left; overflow: hidden; margin-top:30px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item {     float: left;
          box-sizing: border-box;
background: #fff;
}}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; }


#SHResultContainer{
  min-height: 450px;
}


#SHResult .all-product-box-wrapper {
    width: calc(100% - 20px);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    padding: 0px;
    padding-bottom: 15px;
}


.selectSize {
  cursor: pointer;
  margin-top:30px;
}

.selectSize > div {
    width: 100%;
    background-color: #faf8f9;
    font-size: 30px;
    font-weight: 600;
    line-height: 100px;
    height: 120px;
    color: #a8a8a8;
    text-align: center;
    box-sizing: border-box;
    display: block;
}

.selectSize > div:hover,
.selectSize.active > div {
    background-color: #5a5a5a;
    color:#fff;
}


.selectSize > div::after {
    content: "";
    width: 20px;
    height: 14px;
    position: absolute;
    left: calc(50% - 10px);
    bottom: 20px;
    background-image: url(../img/toshiba-new/nav-arrow-gray.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}





.carouselPages li.active {
    float: left;
    border: 1px solid #c100197d;
    border-radius: 255px;
    margin: 5px;
    position: relative;
    width: 15px;
    height: 15px;
    list-style: none;
    padding: 0px;
}


.carouselPages li.active::after {
    content: "";
    float: left;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    background-color: #c10019;
    display: block;
    width: 6px;
    height: 6px;
}




.carouselPages li {
    float: left;
    border: 0px solid #c100197d;
    border-radius: 255px;
    margin: 5px;
    position: relative;
    width: 15px;
    height: 15px;
    list-style: none;
    padding: 0px;
}


.carouselPages li::after {
    content: "";
    float: left;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 4px);
    top: calc(50% - 4px);
    background-color: #ccc;
    display: block;
    width: 6px;
    height: 6px;
}






/*can-250520END*/


/*can-270520BEG*/



.new-container{
  padding:5px;
  padding-left:30px;
}


.filterGroup{
  display: none;
}

.filtersPart .contactSelectbox {
  margin-right: 10px;
  float: left;
}


.filtersPart .select-selected.register-input {
  padding: 10px;
  height: 36px;
  line-height: 50px;
  font-size: 10pt;
  color: #fff;
  background-color: #cccccc52;
  border: 0px;
  line-height: 16px;
  padding-right: 60px;


  padding: 8px;
    height: 36px;
    line-height: 50px;
    font-size: 9pt;
    color: #fff;
    background-color: #cccccc52;
    border: 0px;
    line-height: 20px;
    padding-right: 30px;

    margin-bottom: 10px;
}



.filtersPart .contactSelectbox .select-selected:after {
    top: 5px;
}


.filtersBar .addFilter button,
.filtersBar #button-cancel,
.filtersBar .filtersTitle{
  margin-top: 0px;
  margin-right: 20px;
  margin-right: 0px;
  height: 36px;
  background-color: transparent;
  border-width: 1px;
}


.filtersBar .filtersTitle{
  margin-right: 15px;
}

/*
.filtersBar #button-cancel{
  background-color: transparent;
  height: 36px;
  box-sizing: border-box;
}
*/
.filterSelecboxes > div{
  /*display: none;*/
}

.filterSelecboxes{
  margin-bottom:-10px;
}




.filterStyleCatsmart-tv .new-container{
  background-color:#dad8d9 !important;
  padding:5px !important;
  padding:10px !important;
  padding-left:40px !important;
}


.filterStyleCatsmart-tv .select-selected.register-input{
  background-color: #cac8c9;
  color:#787777;
}






.filterStyleCatsmart-tv .filtersBar .addFilter button,
.filterStyleCatsmart-tv .filtersBar #button-cancel,
.filterStyleCatsmart-tv .filtersBar .filtersTitle {
    border: 1px solid #c20020;
    color: #c20020;
}


.filterStyleCatoled-tv .filtersBar .addFilter button,
.filterStyleCatoled-tv .filtersBar #button-cancel,
.filterStyleCatoled-tv .filtersBar .filtersTitle {
    border: 1px solid #ffc3c7;
    color: #ffc3c7;
}








.filterStyleCatoled-tv .new-container{
    background-color: #ffffff4a;
}


.filter-header-right-container .select-selected.register-input {
    margin-bottom: 0px;
}


.editMode .select-selected.register-input {
    border-radius: 24px;
    display: block;
    text-indent: 14px;
    padding-right: 40px;
}

.editMode .filterOrder .select-selected.register-input {
    border-radius: 0px;
    text-indent: 0px;
}
.editMode .filterOrder .select-selected.register-input::before {
    display: none;
}
.editMode .filterOrder .select-selected.register-input::after {
    display: block !important;
}



.editMode .select-selected.register-input::after {
    display: none;
}
.editMode .select-selected.register-input::before {
    position: absolute;
    content: "";
    background-image: url(../img/toshiba-new/stock-cross-black.svg);
    right: 10px;
    width: 20px;
    height: 20px;
    top: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 9px;
}

.input-border,
.register-input,
.custom-file-upload,
.contactSelectbox .select-selected {
  border: none;
  background: none;
  padding-left: 0;
  border-bottom: 2px solid #292929;
}
.input-border:focus,
.register-input:focus,
.custom-file-upload:focus,
.contactSelectbox .select-selected.select-arrow-active {
  border: none;
  outline: none;
  border-bottom: 2px solid var(--green2);
}

.editMode .filterGroup  .select-items {
    display: none !important;
}



.filterLoading{
    height: 200px;
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    display: none;
}


.noResultByFilter{
    height: 200px;
    font-size: 16pt;
    padding: 25px;
    text-align: center;
    padding-top: 60px;
    display: none;
}

.filterResultCount{
  margin-top:0px;
  display: none

}

/*can-270520END*/
/*can-280520BEG*/

.min-height-300-px {
  min-height: 300px;
}


.searchBtnn {
    position: absolute;
    left: 30px;
}

.searchBtnn .support-search-icon {
    font-size: 25pt;
}

.searchBtnn {
    position: absolute;
    left: 30px;
    top: 24px;
}

.ekko-lightbox button.close {
    color:#000;
    padding: 0px;
    margin: 0px;
    position: static;
}


input#support-search {
    text-indent: 30px;
}


.angledSlider .rightText,
.angledSlider .leftText{
    position: absolute;
    z-index: 9999;
    bottom: 5%;
    left:5%;
    padding: 0px;
    margin: 0px;
}

.angledSlider .rightText{
    left: auto;
    right: 5%;
}

.learn-more-button-border {
    height: 58px;
}
@media only screen and (max-width: 1080px){
    .learn-more-button,
    .learn-more-button-border{
        height: 50px;
    }
}




.fixed-sub-header{
  z-index:99999999;
}


.bgLandingPatternBlack{
  background-image:url("../img/toshiba-new/black-pattern-background.svg");
}

















.filterGroup .select-items::-webkit-scrollbar {
  width: 10px;
}

.filterGroup .select-items::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color:#f2edf1
}
.filterGroup .select-items::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
.filterGroup .select-items::-webkit-scrollbar-thumb:hover {
  background: #C10019;
}

.filterGroup{
  /*overflow-x: auto;*/
  /*height: 37px;*/
}



.filtersLeftTitle{
    min-width: 125px;
    margin-right: 10px;
}

#filter-left-container{

}




/*can-280520END*/

/*can-300520BEG*/

.all-product-box-list{
  margin-bottom:30px;
}

.cat_led  .all-product-box-list .all-product-box-list-element a p,
.cat_smart .all-product-box-list .all-product-box-list-element a p{
    color:#000;
}


.showDefault{
  display: block;
}



.filtersBar .filterApply button {
    background-color: #f7969a !important;
}


.newsSidebar a{
  width: 50%;
  text-align: left;
  font-size: 17pt;
  color:#c10019;
  float: left;
  display: block;
}

.newsSidebar strong{
  color: #000;
  font-weight: bolder;
  display: block;
  font-size: 13pt;
  margin-bottom: 15px;
  margin-top: 15px;
}

.newsSidebar em{
  color:#c9c8c8;
  font-size: 11pt;
}





.newsCol .container-row-3{
    padding:20px;
}


.newsCol a{
  clear: both;
  display: block;
  text-align: left;
  font-weight: bold;
  color: #d03f52;
  text-decoration: underline !important;
  font-size: 9pt;
  width: 100%;
  padding-left: 25px;
  padding-bottom: 25px;
}



.newsCol .product-header{
  display: block;
  width: 100%;
  margin: 0px;
  padding: 25px;
  max-width: 100%;
  box-sizing: border-box;
}

.newsCol .container-row-3,
.newsCol .wrapper-row-3{
    padding:0px;
}







.popup-modal-top-250 {
  top: 250px !important;
}











/*can-300520END*/
/*can-060320BEG*/
.cat_color-gold-gradient .noResultByFilter {
    color: #fff;
    height: 50px;
}



.mediaCont.loading{
    height: 200px;
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
}





/*can-060320END*/
/*can-110620BEG*/


  .supportmodelCallUs,
  .contactPhoneNumber {
      font-size: 45px;
    }

    @media only screen and (max-width: 2600px){
      .newsListing .text-l-bold{
        font-size:24px;
        line-height: 30px;
      }
      }
      @media only screen and (max-width: 1600px){
        .newsListing .text-l-bold{
          font-size:24px;
          line-height: 30px;
        }

  .supportmodelCallUs,
  .contactPhoneNumber {
      font-size: 37px;
      padding-top:0px;
    }

}

@media only screen and (max-width: 1500px){
    .supportmodelCallUs,
    .contactPhoneNumber {
        font-size: 34px;
      }
}


@media only screen and (max-width: 1500px){
    .supportmodelCallUs,
    .contactPhoneNumber {
        font-size: 30px;
      }
}

@media only screen and (max-width: 1000px){
  .supportmodelCallUs,
  .contactPhoneNumber {
      font-size: 23px;
    }
}
@media only screen and (max-width: 380px){
  .supportmodelCallUs,
  .contactPhoneNumber {
      font-size: 23px;
    }
}

@media only screen and (max-width: 700px){



  .newsListing .flex-between-wrap-start > div {
      width: 100%;
      display: block;
      clear: both;
      height: auto;
      flex: inherit;
  }


  .newsListing  .overflow-hidden {
    overflow: inherit !important;
  }

  .newsListing .height-200-px{
      height: auto !important;
  }

}





.filterSticky.shrink {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    z-index: 99;
    padding: 0px;
    margin: 0px;
    display: block;
    max-width: 100%;
    padding: 25px;
    background-color: #f3eef2b8 !important;
    color: #000 !important;
}

.filterSticky.shrink .text-white{
    color: #000 !important;
}


.scrollUp .filterSticky.shrink {

      top: 80px;
}

.filterSticky {
    height: 85px;
    padding-top: 24px;
}

/*can-110620END*/


/*can-180620BEG*/

.filtersBar .filterApply button {
    background-color: #f7969a !important;
    margin-top: 0px;
    border: 0px solid #000;
    height: 38px;
}

/*can-180620END*/

.mainMenuh2 {
  font-size: 30px !important;
}

.newCol-centered {
    float: none;
    margin: 0 auto;
}

.product-detail-description {
  color: #bab5b6;
  /* text-align: center; */
  width: 100%;
  font-size: 10pt;
  margin-top: 30px;
}

.language-bar-top {
  top: 150px !important;
}

.newsList .newsText {
  padding: 30px;
    font-size: 13px;
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,.1);
}

.languages .menu.horizontal {
  width: 100%;
}

td a {
  font-weight: bold !important;
}




.newsletter-cta {
  background-color: var(--grey7);
}
.newsletter-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 0;
}
.newsletter-title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
  padding: 2rem 1rem;
  flex-basis: 50%;
}
.newsletter-form {
  display: flex;
  flex-direction: row;
  flex-basis: 40%;
  border-bottom: 1px solid #454545;
}
.newsletter-form.error {
  border-bottom: 1px solid #FF0000;
}
.newsletter-form.error > input {
  color: #FF0000;
}
.newsletter-form.success {
  border-bottom: 1px solid var(--green2);
}
.newsletter-form.success > button {
  color: var(--green2);
}
.newsletter-form > input {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  background: none;
  border: none;
  flex-grow: 1;
}
.newsletter-form > button {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 1rem 2rem;
  text-align: center;
}
.newsletter-form:not(.success) > button:disabled {opacity:0.6;}
.newsletter-form > button:focus {outline:0;}
@media screen and (max-width: 900px){
  .newsletter-content {
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
  }
  .newsletter-title {
      flex-basis: 100%;
      text-align: center;
  }
  .newsletter-form {
      flex-basis: 100%;
  }
}

.upslide {
  display: block;
  width: 100%;
  position: relative;
}

.upslide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.upslide-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.upslide-text {
  font-size: 8px;
}

@media only screen and (min-width: 600px) {
  .upslide-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .upslide-text {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .upslide-title {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .upslide-text {
    font-size: 19px;
  }
}

.home-banner {
  display: block;
  width: 100%;
  position: relative;
}

.home-banner-container {
  width: 100%;
  margin-bottom: 1rem;
}

.home-banner-content {
  width: 100%;
  font-weight: 500;
  padding: 15px;
  font-size: 16px;
}

.home-banner-content.banner-bg-light {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
}
.home-banner-content.banner-bg-dark {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 600px) {
  .home-banner-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  
  .home-banner-content {
    position: absolute;
    width: 33%;
    font-size: 12px;
    padding: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .home-banner-content {
    font-size: 14px;
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .home-banner-content {
    font-size: 17px;
    padding-right: 10%;
  }
}

@media (min-width: 801px) {
  img.home-fit-image {
    object-fit: cover;
    height: 100%;
  }
}

.home-mcat {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.home-mcat:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}