@charset "UTF-8";
.features, .breadcrumb {
  display: none; }

@media (max-width: 975px) {
  #dsgContent {
    overflow: hidden; } }
#content {
  padding-right: 0px;
  padding-left: 0px; }

.homepage-wrapper {
  font-family: "CurrysSans", sans-serif;
  font-size: 15px;
  font-weight: 500; }
  .homepage-wrapper * {
    box-sizing: border-box; }
  .homepage-wrapper img {
    max-width: 100%; }
  .homepage-wrapper i {
    font-size: 9px; }
  .homepage-wrapper a {
    text-decoration: none; }

.hot-categories, .category-blocks, .new, .supplier {
  margin-top: 10px;
  margin-bottom: 45px;
  padding: 25px 0;
  box-sizing: border-box; }

#head-slider .dc-owl-item {
  width: 100% !important;
  float: none; }
#head-slider .dc-owl .animated {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms; }
#head-slider .dc-owl .dc-owl-item {
  text-align: left;
  margin-left: 2px;
  width: 100%; }
  @media (max-width: 975px) {
    #head-slider .dc-owl .dc-owl-item {
      overflow: hidden;
      padding: 0px; } }
#head-slider .dc-owl .dc-owl-stage {
  display: flex; }

.slides {
  width: 100vw;
  display: flex;
  height: 100%;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  margin-bottom: 50px;
  margin-top: 10px;
  flex: 1; }
  @media (max-width: 975px) {
    .slides {
      width: 100%;
      margin-left: 0px;
      margin-top: 0px;
      position: relative;
      display: flex;
      align-items: center;
      flex-direction: column; } }
  .slides .dc-owl-stage-outer, .slides .dc-owl .dc-owl-stage {
    display: flex;
    flex: 1 0 auto; }
  .slides .slide-item {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column; }
  .slides span {
    color: #E5006D; }
  @media (max-width: 600px) {
    .slides {
      height: auto; } }
  .slides .mainlink {
    width: 100%;
    display: block; }
  .slides picture {
    transition: transform 0.7s ease-in-out;
    object-fit: cover;
    height: 100%; }
    .slides picture img {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto; }
      @media (max-width: 600px) {
        .slides picture img {
          height: auto;
          width: 100%; } }

.header-banner {
  width: 100vw;
  display: flex;
  height: 100%;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  margin-top: 10px;
  flex: 1; }
  .header-banner a {
    margin: 0 auto; }
  .header-banner picture {
    transition: transform 0.7s ease-in-out;
    object-fit: cover;
    height: 100%; }
    .header-banner picture img {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto; }
      @media (max-width: 600px) {
        .header-banner picture img {
          height: auto;
          width: 100%; } }

.yellow {
  background: #FFECB7; }

.green {
  background: #CAE7E6; }

.purple {
  background: #CFC8F7; }

.pink {
  background: #F9D2E5; }

.red {
  background: #EB1341; }

.btn-container {
  justify-content: center;
  align-items: center;
  justify-self: flex-end;
  display: flex;
  padding-bottom: 9px; }
  @media (max-width: 960px) {
    .btn-container {
      padding-bottom: 2px; } }
  @media (max-width: 600px) {
    .btn-container {
      flex-wrap: wrap; } }
  @media (max-width: 400px) {
    .btn-container {
      padding-bottom: 0px; } }

.btn {
  background: #FFFFFF;
  border: 2px solid #4C12A1;
  border-radius: 22px;
  font-family: "CurrysSans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #4C12A1;
  text-align: center;
  line-height: 15px;
  padding: 10px 30px;
  text-decoration: none;
  margin: 5px; }
  @media (max-width: 900px) {
    .btn {
      padding: 5px 30px;
      font-size: 12px; } }
  @media (max-width: 600px) {
    .btn {
      flex: 1 0 45%;
      padding: 10px 15px; } }

@media (max-width: 975px) {
  #content {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden; } }
@media (max-width: 600px) {
  #content {
    overflow: hidden; } }

.dc-tabbed-slider {
  border: none; }
  .dc-tabbed-slider.dc-slider--with-tabs .dc-slider__slides {
    width: 100% !important;
    margin: 0px !important; }
  .dc-tabbed-slider .dc-slider__slide {
    height: 100%; }

.dc-slider__dots {
  position: absolute;
  bottom: -25px;
  display: flex !important;
  width: 100%;
  justify-content: center; }

.dc-slider__dot.active {
  background: #4C12A1;
  transform: scale(1.4); }

.dc-slider__dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.1s ease; }

.flex {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1239px) {
    .flex {
      padding: 0px; } }

.line-title {
  font-family: "CurrysSans", sans-serif;
  display: flex;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #213038;
  letter-spacing: 0.09px; }
  .line-title:before, .line-title:after {
    content: "";
    border-top: 1px solid #56707A;
    margin: 0 20px 0 0;
    flex: 1 0 20px; }
  .line-title:after {
    margin: 0 0 0 20px; }

.section-title {
  font-size: 22px;
  color: #213038;
  letter-spacing: 0.09px;
  text-align: center;
  padding-top: 10px; }

.block__desc {
  font-size: 15px;
  line-height: 20px;
  color: #213038;
  letter-spacing: 0.06px;
  text-align: center;
  margin: 0;
  padding-top: 10px; }

.block__title {
  font-size: 15px;
  line-height: 20px;
  color: #213038;
  letter-spacing: 0.06px;
  text-align: center;
  margin: 0;
  font-weight: 600; }
  .block__title .icon-chevron-right {
    display: inline-block;
    transition: transform 0.3s ease; }
  .block__title:hover .icon-chevron-right {
    transform: translateX(2px); }

.category-blocks {
  display: flex;
  justify-content: space-between;
  padding: 15px !important; }
  @media (min-width: 1239px) {
    .category-blocks {
      padding: 0px 0px !important; } }
  @media (max-width: 975px) {
    .category-blocks {
      margin-top: 0px;
      padding-top: 0px !important; } }
  @media (max-width: 600px) {
    .category-blocks {
      margin-bottom: 0px !important; } }

.head {
  position: relative;
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 600px) {
    .head {
      min-height: auto; } }

.head__bg {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%; }
  @media (max-width: 600px) {
    .head__bg {
      width: 100%;
      margin: 0px; } }

.head__img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover; }
  @media (max-width: 600px) {
    .head__img {
      height: auto; } }

.hot-categories {
  margin-top: 0px;
  margin-bottom: 25px; }
  @media (max-width: 600px) {
    .hot-categories .flex {
      flex-wrap: wrap; } }

.cat__item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-out; }
  .cat__item:hover {
    transform: translateY(-5px); }
  @media (max-width: 600px) {
    .cat__item {
      flex: 1 1 19%;
      margin: 5px; } }
  @media (max-width: 340px) {
    .cat__item {
      flex: 1 1 25%; } }

.cat__img {
  max-height: 125px;
  padding-top: 20px; }

.cat__title {
  font-size: 16px;
  color: #213038;
  letter-spacing: 0.06px;
  text-align: center;
  margin: 15px 0 0 0; }
  @media (max-width: 600px) {
    .cat__title {
      margin-top: 5px; } }

.category-blocks {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 975px) {
    .category-blocks {
      padding-left: 20px !important;
      flex-wrap: nowrap;
      overflow: scroll;
      justify-content: flex-start; } }

.link {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  color: #213038; }
  .link a {
    color: #213038; }
  @media (max-width: 600px) {
    .link {
      margin-bottom: 20px; } }
  .link .dcg-icon-delivery, .link .dcg-icon-tv-advert {
    font-size: 16px; }

.scroll {
  text-align: right;
  padding-right: 10px;
  color: #213038;
  font-size: 12px; }

.blocks__item {
  margin: 10px;
  flex: 0 0 30%; }
  .blocks__item img {
    width: 100%;
    background: #F3F3F3; }
  @media (max-width: 600px) {
    .blocks__item {
      flex: 0 0 65%;
      margin-top: 0px; }
      .blocks__item:last-child {
        padding-right: 20px;
        box-sizing: content-box; } }

.category-blocks.four .blocks__item {
  flex: 0 0 23%; }
  .category-blocks.four .blocks__item img {
    width: 100%;
    background: #F3F3F3; }
  @media (max-width: 975px) {
    .category-blocks.four .blocks__item {
      flex: 0 0 40%; } }
  @media (max-width: 600px) {
    .category-blocks.four .blocks__item {
      flex: 0 0 65%; }
      .category-blocks.four .blocks__item:last-child {
        padding-right: 20px;
        box-sizing: content-box; } }
.category-blocks.four .block__title {
  color: #E5006D; }

.category-blocks.three .blocks__item {
  flex: 0 0 31%; }
  .category-blocks.three .blocks__item img {
    width: 100%;
    background: #F3F3F3; }
  @media (max-width: 975px) {
    .category-blocks.three .blocks__item {
      flex: 0 0 40%; } }
  @media (max-width: 600px) {
    .category-blocks.three .blocks__item {
      flex: 0 0 65%; }
      .category-blocks.three .blocks__item:last-child {
        padding-right: 20px;
        box-sizing: content-box; } }
.category-blocks.three .block__title {
  color: #E5006D; }

.grey-bg {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  background: #F2F3F4; }

.new {
  margin-bottom: 0px !important; }
  @media (max-width: 600px) {
    .new {
      margin-bottom: 0px !important; } }
  @media (max-width: 600px) {
    .new .flex {
      padding-left: 20px !important;
      flex-wrap: nowrap;
      overflow: scroll;
      justify-content: flex-start; } }
  .new .blocks__item img {
    min-height: 380px;
    background-color: white;
    border-radius: 10px; }
    @media (max-width: 975px) {
      .new .blocks__item img {
        min-height: auto; } }

.supplier {
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 0px; }
  .supplier img {
    border-radius: 10px; }
  @media (max-width: 975px) {
    .supplier {
      width: 90%; } }

.full {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 8px; }
  @media (max-width: 600px) {
    .full {
      margin-top: 0px; } }

.message {
  background: #fdfaf2;
  border: 1px solid #ebac6e;
  border-radius: 10px;
  color: #222222;
  text-align: center;
  padding: 15px !important;
  margin: 10px 0; }
  .message a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222; }
    .message a svg {
      margin-right: 10px; }
  @media (max-width: 975px) {
    .message {
      width: 95%;
      margin: 0 auto;
      box-sizing: border-box; } }

.homepage-wrapper.quicklink {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding: 15px;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  text-align: center;
  background: #F2F3F4; }
  .homepage-wrapper.quicklink a {
    font-size: 15px;
    color: #C90403;
    text-transform: uppercase;
    line-height: 15px;
    font-weight: 500; }
  .homepage-wrapper.quicklink span {
    text-decoration: underline;
    margin-left: 10px; }
  .homepage-wrapper.quicklink i {
    font-size: 16px;
    margin-right: 10px; }

.quicklink.purple a {
  color: #213038; }

.lozadImage {
  opacity: 0;
  transition: opacity 0.7s ease; }

img[data-loaded="true"], [data-loaded="true"] {
  opacity: 1; }

@keyframes showLazyImg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.terms {
  text-align: center;
  margin: 20px auto;
  width: 80%;
  font-size: 13px;
  color: #474747; }
  @media (max-width: 600px) {
    .terms {
      width: 90%; } }

@media (max-width: 600px) {
  #rr_placement_0 {
    padding: 0 10px;
    margin-top: 15px; } }
#rr_placement_0 h4 {
  text-align: left;
  font-size: 18px;
  color: #323232;
  margin-top: 10px;
  font-weight: 500;
  font-family: "CurrysSans", sans-serif;
  font-style: normal;
  display: inline !important; }
#rr_placement_0 ul, #rr_placement_0 .availability {
  display: none; }
#rr_placement_0 .productTitle {
  text-align: center; }
#rr_placement_0 .shopList .col2 {
  background: #fff; }

#rr_placement_1 .shopList .col2 {
  background: #fff; }

.shopList.row.nosp {
  margin-top: 10px;
  display: flex; }

@media only screen and (max-width: 1239px) {
  .nosp .col2 {
    width: 16.56%; } }
@media only screen and (max-width: 1024px) {
  .col2 {
    border-right: none; }

  .shopList .col2, .shopList .col3 {
    border-top: none; }

  .productPrices {
    border-bottom: none;
    border-top: none; } }
@media only screen and (max-width: 989px) {
  .scrollable, #rr_placement_0 section > header {
    background: url("https://currys-ssl.cdn.dixons.com/css/themes/Homepage/wk27/img/scroll-icon.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat; }

  .shopList {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    display: flex; }
    .shopList .col2 {
      width: 75% !important;
      flex: 0 0 50% !important; }
    .shopList .productTitle {
      overflow: hidden; } }
.homepage-wrapper.more-from-us {
  overflow: hidden;
  margin-top: 20px; }
  .homepage-wrapper.more-from-us ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    overflow: hidden;
    padding: 0px; }
  .homepage-wrapper.more-from-us li {
    float: left;
    width: 12%;
    line-height: 50px;
    margin-left: 4%; }
  .homepage-wrapper.more-from-us ul li:first-child {
    margin: 0px; }
  .homepage-wrapper.more-from-us li figure img {
    width: 150px;
    margin: auto; }
  .homepage-wrapper.more-from-us article {
    background: #000d46;
    background: linear-gradient(to right, #000d46 0%, #72226d 100%);
    width: 100%;
    height: 2px;
    overflow: hidden; }
  .homepage-wrapper.more-from-us h1 {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600; }
    .homepage-wrapper.more-from-us h1 span {
      background: #f2f2f2;
      padding: 0 15px;
      position: relative;
      z-index: 1; }
      .homepage-wrapper.more-from-us h1 span:before {
        left: 0;
        background: linear-gradient(to right, #000d46 0%, #72226d 100%);
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: 55%;
        width: 100%; }
        .homepage-wrapper.more-from-us h1 span:before span.gradient {
          color: #213038; }

.homepage-wrapper a.toggleControler:after {
  content: "";
  font-family: "DCG-Icons", Arial, sans-serif;
  color: #777;
  float: right;
  font-style: normal;
  margin-left: 12px;
  margin-top: 2px; }
.homepage-wrapper a.toggleControler.active:after {
  content: "";
  font-family: "DCG-Icons", Arial, sans-serif;
  color: #CCC;
  float: right;
  font-style: normal;
  margin-top: 2px; }

@media only screen and (min-width: 599px) {
  .homepage-wrapper #more-from-us {
    display: block !important; } }
@media (max-width: 600px) {
  .homepage-wrapper.more-from-us {
    margin: 10px 0px;
    padding-top: 5px; }
  .homepage-wrapper a.toggleControler {
    background: #F2F3F4; }
  .homepage-wrapper a.toggleControler {
    clear: both;
    display: block;
    color: #323232;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    font-size: 15px; }
  .homepage-wrapper .content-wrap {
    background: #fff; }
    .homepage-wrapper .content-wrap ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .homepage-wrapper .content-wrap ul li {
        flex-basis: 25%; }
  .homepage-wrapper.ar a {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border: thin solid #5c1d58;
    background: white;
    border-radius: 2px;
    padding: 7px 10px;
    box-sizing: border-box; }
    .homepage-wrapper.ar a .pap-button-icon {
      width: 20%;
      height: 25px; }
    .homepage-wrapper.ar a svg {
      height: 25px; }
    .homepage-wrapper.ar a .pap-button-text {
      flex: 1;
      color: #5c1d58;
      text-align: center; } }
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  a.skip-main:focus {
    top: auto;
    left: 0px;
    width: 17%;
    height: auto;
    position: relative;
    display: block;
    background: white;
    color: black;
    margin: 10px;
    overflow: auto;
    margin: 10px 0;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    z-index: 999; }

.homepage-wrapper.top-services {
  width: 100%;
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  overflow: visible; }
  .homepage-wrapper.top-services a {
    display: flex;
    flex-basis: 24.3%;
    text-decoration: none;
    padding: 10px;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background: #fff; }
    @media (min-width: 1239px) {
      .homepage-wrapper.top-services a {
        flex-basis: 24%; } }
    @media (max-width: 975px) {
      .homepage-wrapper.top-services a {
        flex-basis: 32.3% !important; }
        .homepage-wrapper.top-services a:last-child {
          display: none !important; } }
    @media (max-width: 600px) {
      .homepage-wrapper.top-services a {
        padding: 0 10px; } }
    .homepage-wrapper.top-services a figure {
      display: flex;
      align-items: center; }
      .homepage-wrapper.top-services a figure h5 {
        margin: 0;
        line-height: 1em;
        font-weight: 500;
        font-size: 1.05em;
        color: #4C12A1; }
        .homepage-wrapper.top-services a figure h5 br {
          display: none; }
        @media (max-width: 975px) {
          .homepage-wrapper.top-services a figure h5 {
            font-size: 0.9em; }
            .homepage-wrapper.top-services a figure h5 br {
              display: none; }
            .homepage-wrapper.top-services a figure h5 span {
              display: none; } }
      .homepage-wrapper.top-services a figure span {
        display: block;
        font-size: 0.8em; }
      .homepage-wrapper.top-services a figure svg {
        fill: #4854a0;
        stroke-width: 0;
        height: 30px;
        width: auto; }
      .homepage-wrapper.top-services a figure img {
        height: 30px;
        margin-right: 15px;
        width: auto; }
      .homepage-wrapper.top-services a figure .dc-icon {
        margin-right: 15px; }
.homepage-wrapper.service-msg {
  background: white;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box; }
  .homepage-wrapper.service-msg a {
    font-size: 14px; }
    .homepage-wrapper.service-msg a i:before {
      font-size: 9px; }

@media (max-width: 600px) {
  @keyframes service-bar {
    0% {
      opacity: 1;
      z-index: 3; }
    27% {
      opacity: 1;
      z-index: 3; }
    33% {
      opacity: 0;
      z-index: 1; }
    94% {
      opacity: 0;
      z-index: 1; }
    100% {
      opacity: 1;
      z-index: 3; } }
  .homepage-wrapper.top-services {
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 3px;
    padding: 0px !important; }
    .homepage-wrapper.top-services a h5 {
      font-size: 0.9em !important; }
    .homepage-wrapper.top-services a:first-child {
      animation-delay: 4s;
      opacity: 1;
      z-index: 3; }
    .homepage-wrapper.top-services a:nth-child(2) {
      animation-delay: 8s;
      opacity: 1;
      z-index: 2; }
    .homepage-wrapper.top-services a:nth-child(3) {
      animation-delay: 12s;
      opacity: 1;
      z-index: 1; }
    .homepage-wrapper.top-services a:last-child {
      display: flex !important; }
    .homepage-wrapper.top-services:hover {
      animation-play-state: paused; }

  .top-services:active {
    animation-play-state: paused; }

  .homepage-wrapper.top-services a {
    flex-basis: 100%;
    width: 100%;
    position: absolute;
    animation: service-bar 12s infinite;
    transition: all 2s; } }
.homepage-wrapper.top-services a figure span.reevoo img {
  height: 25px !important; }
.homepage-wrapper.top-services a.mobile.purple-credit {
  /* background: linear-gradient(to right, #0a3b85 0%, #7d2478 100%)  */
  text-align: center;
  height: 100%;
  /*figure h5
   * color: #fff */ }
.homepage-wrapper.top-services a.invert {
  background: white; }
  .homepage-wrapper.top-services a.invert figure h5 {
    background: linear-gradient(to right, #0a3b85 0%, #7d2478 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }

#ad-leader-1, #ad-leader-2 {
  text-align: center; }
  @media (max-width: 1239px) {
    #ad-leader-1 iframe, #ad-leader-2 iframe {
      transform: scale(0.8);
      transform-origin: 0 0; } }
  @media (max-width: 975px) {
    #ad-leader-1 iframe, #ad-leader-2 iframe {
      transform: none; } }

.delivery-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 11px; }
  .delivery-dropdown .toggleControler:after {
    display: none; }
  .delivery-dropdown .content-wrap {
    background: #f2f3f5 !important;
    padding: 10px 15px;
    text-align: center; }
    .delivery-dropdown .content-wrap ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-padding-start: 0;
      padding-inline-start: 0;
      margin-bottom: 0px; }
      .delivery-dropdown .content-wrap ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .delivery-dropdown .content-wrap h4 {
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 5px;
      color: #4C12A1; }
    .delivery-dropdown .content-wrap a {
      color: #000; }
    .delivery-dropdown .content-wrap .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .delivery-dropdown .content-wrap .inner div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .delivery-dropdown .content-wrap .inner div:last-child {
          border-left: 1px solid #b3b3b3; }
        .delivery-dropdown .content-wrap .inner div p {
          font-weight: normal;
          font-size: 14px; }
        .delivery-dropdown .content-wrap .inner div h5 {
          font-size: 16px;
          font-weight: bold;
          margin-bottom: 5px; }

@media (max-width: 975px) {
  .delivery-dropdown {
    margin-bottom: 10px; }

  .delivery-dropdown .content-wrap {
    padding: 10px 0px; }
    .delivery-dropdown .content-wrap ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
@media only screen and (max-width: 674px) {
  .delivery-dropdown {
    padding: 0px !important;
    margin: 10px; }
    .delivery-dropdown .toggleControler {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .delivery-dropdown .toggleControler h3 {
        font-size: 1em; }
    .delivery-dropdown .content-wrap {
      padding: 10px;
      text-align: left; }
      .delivery-dropdown .content-wrap .inner {
        display: block;
        font-size: 90%; }
        .delivery-dropdown .content-wrap .inner div:last-child {
          border: none; } }
/* END DELIVERY INFO */
#email-signup {
  max-width: 1240px;
  margin: 20px auto 0 auto;
  background: #4C12A1;
  padding: 13px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: bold; }
  @media (max-width: 975px) {
    #email-signup {
      margin: 10px; } }
  #email-signup a {
    text-decoration: none;
    color: inherit; }
    #email-signup a i {
      font-size: 14px; }
  @media (max-width: 600px) {
    #email-signup {
      font-size: 16px; } }

/*# sourceMappingURL=bw-homepage.css.map */
