/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  min-height: 0; }
  .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse; }
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    right: 2px; }
    .ui-datepicker .ui-datepicker-next span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    left: 2px; }
    .ui-datepicker .ui-datepicker-prev span {
      display: block;
      cursor: pointer;
      position: absolute;
      left: 50%;
      margin-left: -8px;
      top: 50%;
      margin-top: -8px; }
  .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px;
    left: 1px; }
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
    right: 1px; }
  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0; }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%; }
  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  .ui-datepicker td {
    border: 0;
    padding: 1px; }
    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: center;
      text-decoration: none; }
  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible; }
      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }
  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }
  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
      right: 1px;
      left: auto; }
  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
      left: 1px;
      right: auto; }
  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left; }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
      float: right; }
  .ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #d9d6c4;
  background: #eeeeee;
  color: #1f1f1f; }
  .ui-widget-content a {
    color: #1f1f1f; }

.ui-widget-header {
  border: 1px solid #eeece4;
  background: white;
  color: #323131;
  font-weight: bold; }
  .ui-widget-header a {
    color: #323131; }

/* Interaction states
----------------------------------*/
.ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }
  .ui-state-default a {
    color: #654b24;
    text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #654b24;
    text-decoration: none; }

.ui-widget-content .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-hover {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-widget-header .ui-state-default {
  border: 1px solid #d9d6c4;
  background: #f8f7f6;
  font-weight: bold;
  color: #654b24; }

.ui-widget-header .ui-state-hover, .ui-widget-header ui-state-focus, .ui-widget-header .ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-hover, .ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-hover a, .ui-state-focus a {
    color: white;
    text-decoration: none; }
  .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: white;
    text-decoration: none; }

.ui-state-focus {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }

.ui-state-active {
  border: 1px solid #FF7A21;
  background: #FF7A21;
  font-weight: bold;
  color: white; }
  .ui-state-active a {
    color: white;
    text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: white;
    text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-highlight, ui-widget-header .ui-state-highlight {
  border: 1px solid #FF7A21;
  background: #eeece4;
  color: #3a3427; }
  .ui-widget-content .ui-state-highlight a, ui-widget-header .ui-state-highlight a {
    color: #3a3427; }

.ui-widget-content .ui-state-error, ui-widget-header .ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-widget-content .ui-state-error a, ui-widget-header .ui-state-error a {
    color: white; }

.ui-widget-content .ui-state-error-text, ui-widget-header .ui-state-error-text {
  color: white; }

.ui-widget-content .ui-priority-primary, ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-widget-content .ui-priority-secondary, ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-widget-content .ui-state-disabled, ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-error {
  border: 1px solid #681818;
  background: #b83400;
  color: white; }
  .ui-state-error a {
    color: white; }

.ui-state-error-text {
  color: white; }

.ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }
  .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(../../img/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(../../img/ui-icons_FF7A21_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../../img/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../../img/ui-icons_3572ac_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../../img/ui-icons_fbdb93_256x240.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.privacyPolicy {
  overflow: hidden; }
  .privacyPolicy p {
    margin: 0; }
  .privacyPolicy .wsform-hint {
    display: none; }
  .privacyPolicy input[type='checkbox'] {
    float: left; }

.privacyPolicy-text {
  padding-left: 20px; }
/* Denys Serkes | MVB-117 | Styles for new homepage */

.hp-first-section {
    margin-top: 5.7rem;
    background-image: url('/content/dam/cf-consumer-healthcare/Cataflam/hu_HU/Products/backgrounds/MVB-115_banner_1920x680 2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
    min-height: 675px;
    color: white;
    
    h1 {
        font-size: 4.5vw;
        font-family: "GothamBold", sans-serif !important;
        color: white;
        text-shadow: 6px 4px rgba(0, 0, 0, 0.5);
    }

    h2 {
        font-size: 2vw;
        line-height: 41px;
    }

    p {
        font-size: 3.3vw;
        margin: 0;
        font-family: "GothamBook", sans-serif !important;
        word-spacing: 12px;
    }

    .main-section-heading .richText-content {
        line-height: 4.5rem;
        margin-top: 2rem;
    }

    .hp-first-packshot {
        margin-bottom: 0;
        margin-right: 2rem;
    }

    img {
        width: 45%;
    }
}

.hp-second-section {
    margin: 0 !important;
}

.hp-second-section > .component-content> .paragraphSystem{
    background-color: rgb(38, 52, 117);
    display: flex;
    text-align: center;
    
    img {
        width: 100%;
    }

    .hp-product-text {
        .component-content{
            margin: 0 20rem;
        }

        h2{
            margin: 0;
            padding: 1rem .5rem;
            padding-bottom: 0;
        }   

        p {
            color: white;
        }
    }
}

@media (max-width: 1280px) {
    .hp-first-section {
        min-height: 493px;
        margin-top: 6%;

        .main-section-heading .richText-content {
            line-height: 3rem;
            margin-top: 3rem;
        }

        h2 {
            line-height: 2rem;
        }
    }

    .hp-second-section > .component-content > .paragraphSystem {
        .hp-product-text {
            .component-content {
                margin: 0 5rem;
            }
        }
    }
}

@media (max-width: 768px) {
    .hp-first-section {
        margin-top: 8%;
        background-size: 100% 100%;
        min-height: 606px;

        h1 {
            font-size: 7vw;
        }

        h2 {
            font-size: 3.5vw;
        }

        .main-section-heading .richText-content {
            line-height: 3rem;
            margin-top: 3rem;
        }

        p {
            font-size: 5vw;
            word-spacing: 0;
        }

        img {
            width: 95%;
        }
    }

    .hp-second-section > .component-content > .paragraphSystem {
        flex-direction: column;

        .hp-product-container {
            width: 100%;
        }

        .hp-product-text {
            .component-content{
                margin: 0 14rem;
            }
    }
    }
}

@media (max-width: 480px) {
    .hp-first-section {
        min-height: 431px;

        .main-section-heading .richText-content {
            line-height: 2rem;
        }

        h2 {
            line-height: 2rem;
        }
    }

    .hp-second-section > .component-content > .paragraphSystem {
        .hp-product-text {
            .component-content {
                margin: 0 5rem;
            }
        }
    }
}

@media (max-width: 390px) {
    .hp-first-section {
        min-height: 357px;

        .main-section-heading .richText-content {
            line-height: 1.5rem;
        }

        h2 {
            line-height: 1.5rem;
        }
    }

    .hp-second-section > .component-content > .paragraphSystem {
        .hp-product-text {
            .component-content {
                margin: 0 4rem;
            }

            h2 {
                font-size: 1.3rem;
            }
        }
    }
}

.box-more-arrow,
.box-more-title {
    color: #65bdf1;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/accordion/_accordion-base.scss */
.accordion-container {
  border: solid 2px #323131;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 10, ../../sass/components/accordion/_accordion-base.scss */
.accordion-head {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #e1e1e1;
  padding: 13px;
  margin: 0;
  color: #939191;
  border-top: 2px solid black;
}

/* line 19, ../../sass/components/accordion/_accordion-base.scss */
.accordion-slide:first-child .accordion-head {
  border-top: 0;
}

/* line 23, ../../sass/components/accordion/_accordion-base.scss */
.accordion-title {
  padding: 13px;
  margin: 0;
}

/*
.accordion-slide:last-child:not(.is-active) > .accordion-head,
.accordion-slide:last-child > .accordion-content {
    border-bottom: none;
}*/
/* line 34, ../../sass/components/accordion/_accordion-base.scss */
.accordion-content {
  padding: 13px;
}

/* line 38, ../../sass/components/accordion/_accordion-base.scss */
.accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

/* line 46, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide .accordion-head:hover {
 /* background-color: #939191; */
  color: white;
}
/* line 51, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active > .accordion-head:hover {
  background-color: #e1e1e1;
}
/* line 55, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active > .accordion-head {
  color: black;
}
/* line 60, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-content-wrapper {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* line 72, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow: auto;
}
/* line 81, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active:last-child > .accordion-content-wrapper {
  border-bottom: none;
}
/* line 85, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-head {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
/* line 89, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-head:after {
 /* content: "\f078"; */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}
/* line 98, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active > .accordion-head {
  cursor: default;
}
/* line 100, ../../sass/components/accordion/_accordion-base.scss */
.mod-js .accordion-slide.is-active > .accordion-head:after {
 /* content: "\f054"; */
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}



.panadol-product-overview .accordion-head {
  background: #4196c8 url("../../assets/img/accordion-icon-close.png") no-repeat 95%;
  border: 0;
}
.panadol-product-overview .accordion-slide.is-active > .accordion-head {
 background: #4196c8 url("../../assets/img/accordion-open-icon.png") no-repeat 95%;
}
.panadol-product-overview .accordion-slide.is-active > .accordion-head:hover {
	background-color : #4196c8;
}

.panadol-product-overview li.accordion-slide {
  margin-bottom: 1em;
}
.panadol-product-overview .accordion-head a {
  color: #ffffff;
  font-size: 13.65px;
  font-family: GothamBold;
}
html[lang="hu-HU"] .panadol-product-overview .accordion-head a {
  color: #ffffff;
  font-size: 13.65px;
  font-family: "Roboto";
}
.panadol-product-overview .accordion-slide.is-active > .accordion-content-wrapper {
  background: #ffffff;
  -moz-box-shadow: 0px 2px 10px #c5c5c5;
  -webkit-box-shadow: 0px 2px 10px #c5c5c5;
  box-shadow: 0px 2px 10px #c5c5c5;
}/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.add-to-basket-container {
  border: 1px solid #D5D1CE;
  background: #F0EFED; }
  .add-to-basket-container .add-to-basket-description {
    border-right: 1px solid #D5D1CE;
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-left: 10px;
    margin-right: 10px; }
  .add-to-basket-container .add-to-basket-quantity {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    padding-top: 20px; }
    .add-to-basket-container .add-to-basket-quantity select {
      padding-left: 2%;
      padding-right: 4%; }
  .add-to-basket-container .add-to-basket-btn {
    display: inline-block;
    padding-top: 20px;
    vertical-align: middle;
    width: 15%; }

@media only screen and (max-width: 767px) {
  .add-to-basket-container {
    padding-bottom: 10px; }
    .add-to-basket-container .add-to-basket-description {
      width: 100%; }
    .add-to-basket-container .add-to-basket-quantity {
      width: 100%;
      padding-left: 10px; }
    .add-to-basket-container .add-to-basket-btn {
      width: 100%;
      padding-left: 10px; } }

.order-header {
  background-color: white;
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }

.productDescription {
  float: left;
  width: 35%;
  padding-left: 20px; }
  .productDescription img {
    width: 40%;
    margin: 20px 15px 5px 0px !important; }

.SampleCount {
  float: left;
  width: 15%; }

.OrderDate {
  float: left;
  width: 25%; }

.OrderStatus {
  width: 20%;
  float: left; }

.itemOrderList {
  float: left;
  width: 100%; }
  .itemOrderList .SampleCount, .itemOrderList .OrderDate, .itemOrderList .OrderStatus {
    padding-top: 15px; }

.orderList .order-header div {
  font-weight: bold;
  font-size: 20px; }

.webshop-metadata {
  display: none !important; }

.webshop-cart .cartRecord {
  background: white;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-top: 20px;
  float: left;
  width: 100%; }

.webshop-cart .add-to-basket-description {
  width: 68%;
  border-right: 1px solid #f2f2f2;
  float: left; }

.webshop-cart .add-to-basket-wrapper {
  width: 30%;
  display: inline;
  margin-left: 40px;
  position: relative;
  left: 15px; }
  .webshop-cart .add-to-basket-wrapper div {
    float: left; }

.webshop-cart a.add-to-basket-remove {
  float: left;
  position: relative;
  left: 15px; }

.webshop-cart .webshop-error {
  margin-top: 20px;
  margin-left: 15px;
  color: red; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.articleTeaser .articleTeaser-image-holder.articleTeaser-image-top img {
  border-bottom: solid 4px #f36633; }

.articleTeaser .articleTeaser-text-content .articleTeaser-text-link {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:hover {
    background-color: #939191;
    color: white; }
  .articleTeaser .articleTeaser-text-content .articleTeaser-text-link:active {
    background-color: #939191;
    color: white; }

/* Mobile view 767 max width */
@media only screen and (max-width: 767px) {
  .articleTeaser .component-content.hero-article .articleTeaser-text-content {
    width: 100%; }
  .articleTeaser .articleTeaser-image-holder {
    text-align: center; } }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.article-teaser-block {
  border: 1px solid #efefed;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  box-shadow: 0 0 8px 0 rgba(84, 79, 64, 0.06);
  position: relative;
  margin: 8px;
  overflow: hidden;
  background-color: #fff; }
  .article-teaser-block .aspect-ratio-box {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    .article-teaser-block .aspect-ratio-box img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%; }
  .article-teaser-block .article-body {
    min-height: 120px;
    padding: 0 24px 30px; }
  .article-teaser-block .label p {
    margin-bottom: 20px; }
  .article-teaser-block .article-title p {
    margin-bottom: 20px; }
  .article-teaser-block .article-description {
    margin-bottom: 20px; }
  .article-teaser-block .article-body .article-date {
    color: rgba(84, 79, 64, 0.7);
    font-size: 1rem;
    letter-spacing: .2px;
    margin-bottom: 20px; }
  .article-teaser-block .article-button-container {
    position: relative;
    bottom: 0;
    left: 0; }
  .article-teaser-block .article-title {
    font-size: 1.5rem;
    font-weight: 700; }
  .article-teaser-block .margin-none-top {
    margin-top: 0; }
  .article-teaser-block .button-text {
    font-size: .85714rem;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #544f40; }
  .article-teaser-block a.button-primary {
    color: #15717d; }
  .article-teaser-block a.button-primary-filled {
    background-color: #15717d;
    color: #fff;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 2rem;
    font-size: .85714rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.14286rem;
    text-transform: uppercase;
    text-align: center; }
  .article-teaser-block a.button-primary-pdf-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/download.png); }
  .article-teaser-block a.external-link-icon::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-image: url(../../img/new-window.png); }

.article-teaser-block-transparent-background {
  border: none;
  background-color: inherit;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0; }

.articleTeaser .clickable-at {
  cursor: pointer; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/articleList/_articleList-base.scss */
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

/* line 9, ../../sass/components/articleList/_articleList-base.scss */
.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 13, ../../sass/components/articleList/_articleList-base.scss */
.articleList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 18, ../../sass/components/articleList/_articleList-base.scss */
.articleList-article {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 23, ../../sass/components/articleList/_articleList-base.scss */
.articleList-description {
  overflow: hidden;
}

/* line 27, ../../sass/components/articleList/_articleList-base.scss */
.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 31, ../../sass/components/articleList/_articleList-base.scss */
.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 37, ../../sass/components/articleList/_articleList-base.scss */
.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 43, ../../sass/components/articleList/_articleList-base.scss */
.articleList-more {
  float: right;
}
/* line 45, ../../sass/components/articleList/_articleList-base.scss */
.articleList-more:after {
  content: " \00bb";
  display: inline;
}

/* line 51, ../../sass/components/articleList/_articleList-base.scss */
.articleList-more-arrow {
  display: none;
}
/* line 53, ../../sass/components/articleList/_articleList-base.scss */
.no-generatedcontent .articleList-more-arrow {
  display: inline;
}

/* line 59, ../../sass/components/articleList/_articleList-base.scss */
.articleList-article-wrapper {
  margin: 0;
  padding: 0;
}

/* line 64, ../../sass/components/articleList/_articleList-base.scss */
.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 73, ../../sass/components/articleList/_articleList-base.scss */
.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

/* line 80, ../../sass/components/articleList/_articleList-base.scss */
.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

@media only screen and (max-width: 767px) {
  /* line 88, ../../sass/components/articleList/_articleList-base.scss */
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  /* line 96, ../../sass/components/articleList/_articleList-base.scss */
  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%;
  }
}
/* line 103, ../../sass/components/articleList/_articleList-base.scss */
.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

/* line 109, ../../sass/components/articleList/_articleList-base.scss */
.articleList-tags-item {
  display: inline-block;
  margin: 0 2px;
}

/* line 114, ../../sass/components/articleList/_articleList-base.scss */
.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/box/_box-base.scss */
.box-outlined .component-content {
    border: solid 2px #323131;
    padding: 13px;
    background-color: #e1e1e1;
}

/* line 9, ../../sass/components/box/_box-base.scss */
.box-heading {
    display: block;
    color: #323131;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

/* line 13, ../../sass/components/box/_box-base.scss */
.box-more {
    display: block;
    text-align: right;
}

/* Homepage - Desktop content CSS Start*/
.panadol-content-box, .panadol-content-grey-box {
    margin-bottom: 0px;
}

.panadol-home-new-kids-box {
    background: url(../../assets/img/Desktop_Homepage_GreenBackground.png) no-repeat;
    margin-bottom: 0px;
    background-size: 100%;
}

.panadol-home-spotlight-content-box {
    margin-bottom: 5em;
}

/* Homepage - Desktop content CSS End*/

/* Where to buy - Desktop content CSS Start*/
.panadol-where-to-buy-outer-box {
    background-color: #ffffff;
    margin-bottom: 0;
}

.panadol-where-to-buy-tab-box {
    border: 15px solid #efefef;
    background-color: #ffffff;
    padding: 2.1em 1em;
    width: 25%;
    display: inline-block;
    margin: 0em 2em 0em 0em;
    -webkit-box-shadow: 0 3px 2px #c5c5c5;
    -moz-box-shadow: 0 3px 2px #c5c5c5;
    box-shadow: 0 3px 2px #c5c5c5;
}

div.panadol-where-to-buy-tab-box:nth-child(4), div.panadol-where-to-buy-tab-box:nth-child(7) {
    margin-top: 3em;
}

div.panadol-where-to-buy-tab-box:nth-child(6) {
    padding: 0.3em 1em 2em 1em;
}

/* Where to buy - Desktop content CSS End*/

/*Desktop Content Box - Code start*/

#wrapper .panadol-desktop-content-box {
    display: block;
}

#wrapper .panadol-tablet-content-box, #wrapper .panadol-mobile-content-box {
    display: none;
}

/* Article Landing - Desktop  CSS Start - Anand-30-11*/

.panadol-livewell-featured-article-box {
    background-color: #ffffff;
    margin-bottom: 4.3em;
    -webkit-box-shadow: 0 3px 2px #c5c5c5;
    -moz-box-shadow: 0 3px 2px #c5c5c5;
    box-shadow: 0 3px 2px #c5c5c5;
}

.panadol-livewell-featured-article-box .panadol-home-bow-image, .panadol-livewell-tab .panadol-home-bow-box .panadol-home-bow-image {
    margin-bottom: 0;
}

.panadol-loadmore {
    width: 20%;
    margin: 0 auto;
}

.panadol-livewell-load-more-first-box, .panadol-livewell-load-more-second-box, .panadol-livewell-load-more-third-box, .panadol-livewell-load-more-fourth-box,
.panadol-livewell-load-more-fifth-box {
    display: none;
}

.panadol-live-well-outer-box .panadol-desktop-n-tablet-conent-box {
    margin-bottom: 0;
    background-color: #f2f2f2;
}

.panadol-live-well-outer-box {
    margin-bottom: 0;
}

/* Article Landing - Desktop  CSS End - Anand-30-11*/

/* Campaign - Desktop Content CSS Start - Anand-08-12*/

.panadol-campaign-outer-box .panadol-desktop-n-tablet-conent-box {
    margin-bottom: 0;
    background: transparent;
}

.panadol-campaign-banner-bg-box {
    background: url(../../assets/img/Desktop_Campaign_banner_bg.jpg) no-repeat;
    background-size: 100%;
}

.panadol-campaign-blue-background-box {
    background: url(../../assets/img/Desktop_TeddyCampaign_BlueBackground.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -1.5em;
    margin-bottom: 0;
}

.panadol-campaign-pink-background-box {
    background: url(../../assets/img/Desktop_TeddyCampaign_PinkBackground.png) no-repeat;
    background-size: 100% 100%;
    min-height: 693px;
}

.panadol-campaign-rel-prod-bg-box {
    background: url(../../assets/img/Desktop_TeddyCampaign_GreenBackground.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
}

.panadol-campaign-rel-prod-bg-box .panadol-content-image {
    margin-bottom: 0;
}

.panadol-campaign-outer-box {
    margin-bottom: 0;
}

/* Campaign - Desktop Content CSS End - Anand-08-12*/

/* Article Details - Desktop Content CSS Start - Anand-09-12*/

.panadol-article-detail-outer-box {
    background-color: #ffffff;
    margin-bottom: 0;
}

.panadol-article-detail-highlighted-content-box {
    background-color: #ececec;
    padding: 1em 2em;
}

.panadol-article-detail-rel-article-box, .panadol-article-detail-rel-product-box {
    background-color: #ececec;
    margin-bottom: 3em;
    padding: 0em 1em;
    margin-top: 1em;
}

.panadol-article-related-content-richtext img.richText-image.pull-left {
    margin: 0px 15px 0px 0px; /* width: 44%;*/
}

.panadol-article-related-content-richtext {
    padding-right: 1.3em;
}

.panadol-livewell-mobile-other-articles {
    display: none;
}

/* Article Details - Desktop Content CSS End - Anand-09-12*/
/* Children landing - Desktop Content CSS Start - Anand-11-12*/

.panadol-children-landing-outer-box, .panadol-desktop-n-tablet-conent-box {
    margin-bottom: 0;
    background-color: #ffffff;
}

.panadol-children-pink-background-box {
    background: url(../../assets/img/Desktop_ChildrensPanadol_PinkBackground.png) no-repeat;
    background-size: 100% 100%;
    min-height: 693px;
}

.panadol-children-green-background-box {
    background: url(../../assets/img/Desktop_Homepage_children_bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 693px;
}

.panadol-children-blue-background-box {
    background: url(../../assets/img/Desktop_ChildrensPanadol_BlueBackground.png) no-repeat;
    background-size: 100% 100%;
    min-height: 950px;
}

.panadol-children-symptoms-circle-box {
    width: 66em;
    margin: 0 auto;
}

.panadol-children-blue-background-box .panadol-children-symptoms-image-rte {
    display: inline-block;
    padding: 0em 0.5em;
}

.panadol-desktop-n-tablet-conent-box .panadol-children-bow-box {
    background: url(../../assets/img/Desktop_ChildrensPanadol_CoralBackground.png) no-repeat;
    background-size: 100% 100%;
    min-height: 693px;
    margin-bottom: 0;

}

span.bulletin-submenu {
    background: url("../../assets/img/article_list_icon.png") no-repeat left center;
    padding-left: 1em;
}

/* Children landing - Desktop Content CSS End - Anand-11-12*/
/*Columbia Dosage Product box CSS - start*/
.panadol-dosage-dolex-solution-box, .panadol-dosage-dolex-jarabe-box, .panadol-dosage-dolex-tablets-box, .panadol-dosage-dolex-suspension-box {
    width: 44.5%;
    margin-right: 4em;
    float: left;
    clear: right;
    display: none;
}

/*Columbia Dosage Product box CSS - end*/
/*Desktop Content Box - Code end*/
@media screen and (min-width: 1680px) {

    .panadol-children-symptoms-circle-box {
        width: 70em;
        margin: 0 auto;
    }

    .main .panadol-campaign-outer-box .panadol-dosage-weight {
        width: 43.3%;
    }

    .main .panadol-campaign-outer-box .panadol-dosage-weight .button {
        margin-bottom: 25px;
    }

    .main .panadol-campaign-video-section .carousel-nav li {
        display: none;
        width: 6%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

    /*Tablet Content Box - Code start*/
    #wrapper .panadol-tablet-content-box {
        display: block;
    }

    .panadol-carousel-slide-teddy-box .green-oval-small-rte.grid_2.component p {
        padding: 0.6em 0.1em;
    }

    #wrapper .panadol-desktop-content-box, #wrapper .panadol-mobile-content-box {
        display: none;
    }

    /*Tablet Content Box - Code end*/
    /* Homepage - Tablet Content CSS Start - Anand-17-11*/
    .panadol-tablet-content-box .panadol-home-kids-video-box {
        background: url(../../assets/img/Tablet_Homepage_GreenBackground.png) no-repeat;
        background-size: 100%;
        margin-bottom: 0px;
    }

    .panadol-content-box .panadol-home-kids-video-box {
        background: none;
    }

    .panadol-home-kids-video-box .panadol-content-box .panadol-home-green-oval-box {
        width: 54%;
        float: left;
    }

    .panadol-home-kids-video-box .panadol-content-box .panadol-home-kids-image-box {
        float: right;
        width: 60%;
        margin-top: -11em;
        margin-bottom: 0;
    }

    .panadol-home-teddybook-image {
        margin-bottom: 0;
    }

    /* Homepage - Tablet Content CSS End - Anand-17-11*/
    /* Where to buy - Desktop content CSS Start*/
    .panadol-where-to-buy-tab-box {
        padding: 4em 2em;
        width: 32%;
        margin: 0em 2em 0em 0em;
    }

    div.panadol-where-to-buy-tab-box:nth-child(3), div.panadol-where-to-buy-tab-box:nth-child(5), div.panadol-where-to-buy-tab-box:nth-child(7) {
        margin-top: 3em;
    }

    /*div.panadol-where-to-buy-tab-box:nth-child(4) {
        padding-top:6em;
    }
    */
    div.panadol-where-to-buy-tab-box:nth-child(6) {
        padding: 2.5em 2em 3.9em 2em;
    }

    /* Where to buy - Desktop content CSS End*/
    /* Article Details - Desktop Content CSS Start - Anand-09-12*/
    .panadol-article-detail-content-box, .panadol-article-detail-rel-content-box {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .panadol-article-detail-outer-box .panadol-desktop-n-tablet-conent-box {
        width: 100% !important;
    }

    .panadol-article-detail-rel-article-box, .panadol-article-detail-rel-product-box {
        padding: 3em;
    }

    .panadol-article-related-content-richtext img.richText-image.pull-left {
        width: 28%;
    }

    /* Article Details - Desktop Content CSS End - Anand-09-12*/
    /* Children landing - Desktop Content CSS Start - Anand-11-12*/
    .panadol-children-landing-outer-box, .panadol-desktop-n-tablet-conent-box {
        margin-bottom: 0;
        background-color: #ffffff;
    }

    .panadol-children-pink-background-box {
        background: url(../../assets/img/Tablet_ChildrensPanadol_CoralBackground.png) no-repeat;
        background-size: 100% 100%;
    }

    .panadol-children-product-and-oval-box {
        margin-top: 0em;
    }

    .panadol-children-pink-background-box .panadol-home-kids-video-box {
        margin-left: 0em;
        margin-bottom: 3em;
    }

    .panadol-children-pink-oval-box, .panadol-home-kids-video-box {
        width: 100% !important;
    }

    .panadol-children-green-background-box {
        background: url(../../assets/img/Tablet_ChildrensPanadol_GreenBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-children-blue-background-box {
        background: url(../../assets/img/Tablet_ChildrensPanadol_BlueBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 1081px;
    }

    .panadol-children-symptoms-circle-box {
        width: 70%;
        margin: 0 auto;
    }

    .panadol-children-blue-background-box .panadol-children-symptoms-image-rte {
        display: inline-block;
        padding: 0em 0.5em;
        width: 46%;
    }

    .panadol-desktop-n-tablet-conent-box .panadol-children-bow-box {
        background: url(../../assets/img/Desktop_ChildrensPanadol_CoralBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
        margin-bottom: 0;
    }

    .panadol-children-aeroplane-box {
        float: right !important;
    }

    .panadol-children-green-background-box .panadol-children-product-and-oval-box {
        width: 78% !important;
        margin-top: 0em;
    }

    .panadol-children-green-background-box .panadol-children-product-and-oval-box-two {
        float: right !important;
    }

    .panadol-footer-country-sel-box {
        margin-top: 0px;
    }

    /* Campaign - Desktop Content CSS Start - Anand-08-12*/
    .panadol-campaign-outer-box .panadol-desktop-n-tablet-conent-box {
        margin-bottom: 0;
        background: transparent;
    }

    .panadol-campaign-banner-bg-box {
        background: url(../../assets/img/Desktop_Campaign_banner_bg.jpg) no-repeat;
        background-size: 100%;
    }

    .panadol-campaign-blue-background-box {
        background: url(../../assets/img/Tablet_TeddyCampaign_BlueGreenBackground.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -1.5em;
        margin-bottom: 0;
    }

    .panadol-campaign-pink-background-box {
        background: url(../../assets/img/Desktop_TeddyCampaign_PinkBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-campaign-rel-prod-bg-box {
        background: url(../../assets/img/Tablet_TeddyCampaign_GreenBackground.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0;
    }

    .panadol-campaign-rel-prod-bg-box .panadol-content-image {
        margin-bottom: 0;
    }

    .panadol-campaign-outer-box {
        margin-bottom: 0;
    }

    /* Campaign - Desktop Content CSS End - Anand-08-12*/
    /*Columbia Dosage Product box CSS - start*/
    .panadol-dosage-dolex-solution-box, .panadol-dosage-dolex-jarabe-box, .panadol-dosage-dolex-tablets-box, .panadol-dosage-dolex-suspension-box {
        width: 44.5%;
        margin-right: 2em;
        float: left;
        clear: right;
        display: none;
    }

    /*Columbia Dosage Product box CSS - end*/
    /* Children landing - Desktop Content CSS End - Anand-11-12*/
}

@media screen and (max-width: 767px) and (min-width: 320px) {

    /*Columbia Dosage Product box CSS - start*/
    .panadol-dosage-dolex-solution-box, .panadol-dosage-dolex-jarabe-box, .panadol-dosage-dolex-tablets-box, .panadol-dosage-dolex-suspension-box {
        width: 100%;
        margin-right: 0em;
        float: none;
        clear: both;
    }

    /*Columbia Dosage Product box CSS - end*/
    /*Mobile Content Box - Code start*/
    #wrapper .panadol-mobile-content-box {
        display: block;
    }

    #wrapper .panadol-desktop-content-box, #wrapper .panadol-tablet-content-box, #wrapper .panadol-desktop-n-tablet-conent-box {
        display: none;
    }

    /*Mobile Content Box - Code end*/
    /* Homepage - Tablet Content CSS Start - Anand-17-11*/
    .panadol-mobile-content-box .panadol-home-kids-video-box {
        background: url(../../assets/img/Mobile_Homepage_GreenBackground.png) no-repeat;
        margin-bottom: 0px;
        background-size: 100% 100%;
    }

    .panadol-content-box .panadol-home-kids-video-box {
        background: none;
    }

    .panadol-home-spotlight-content-box {
        margin-top: 1.6em;
    }

    .panadol-home-spotlight-content-box .panadol-content-rte {
        margin-bottom: 0;
    }

    /* Homepage - Tablet Content CSS End - Anand-17-11*/
    /* Where to buy - Desktop content CSS Start*/
    .panadol-where-to-buy-tab-box {
        padding: 0;
        width: 94%;
        margin: 0;
        margin-bottom: 2em;
        border: 10px solid #efefef;
    }

    div.panadol-where-to-buy-tab-box:nth-child(3), div.panadol-where-to-buy-tab-box:nth-child(5),
    div.panadol-where-to-buy-tab-box:nth-child(7) {
        margin: 0;
        padding: 0;
    }

    div.panadol-where-to-buy-tab-box:nth-child(7) {
        margin-bottom: 0em;
    }

    div.panadol-where-to-buy-tab-box:nth-child(6) {
        padding: 0;
    }

    div.panadol-where-to-buy-tab-box:nth-child(4), div.panadol-where-to-buy-tab-box:nth-child(6) {
        margin-top: 2em;
    }

    /* Where to buy - Desktop content CSS End*/
    /* Article Landing - Mobile Content CSS Start */
    .panadol-livewell-featured-article-box {
        margin-bottom: 2em;
    }

    /* Article Landing - Mobile Content CSS End */
    /* Article Details - Mobile Content CSS Start - Anand-09-12*/
    .panadol-article-detail-rel-article-box, .panadol-article-detail-rel-product-box {
        margin-bottom: 0em;
        margin-top: 0em;
    }

    .panadol-article-detail-rel-product-box {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .panadol-article-detail-rel-content-box {
        display: none;
    }

    .panadol-article-related-content-richtext img.richText-image.pull-left {
        width: auto;
    }

    /* Article Details - Mobile Content CSS End - Anand-09-12*/
    /* Children landing - Mobile Content CSS Start - Anand-14-12*/
    .panadol-children-landing-outer-box, .panadol-desktop-n-tablet-conent-box {
        margin-bottom: 0;
        background-color: #ffffff;
    }

    .panadol-children-pink-background-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_PinkBackground.png) no-repeat;
        background-size: 100% 100%;
        /*min-height: 693px;*/
    }

    .panadol-children-pink-background-box .panadol-home-kids-video-box {
        margin-left: 0em;
        margin-bottom: 3em;
    }

    .panadol-children-pink-oval-box, .panadol-home-kids-video-box {
        width: 100% !important;
    }

    .panadol-children-green-background-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_GreenBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-children-blue-background-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_BlueBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-children-symptoms-circle-box {
        width: 90%;
        margin: 0 auto;
    }

    .panadol-children-blue-background-box .panadol-children-symptoms-image-rte {
        display: inline-block;
        padding: 0em 0.5em;
    }

    .panadol-mobile-content-box .panadol-children-bow-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_CoralBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 549px;
        margin-bottom: 0;

    }

    /* Children landing - Mobile Content CSS End - Anand-14-12*/
    /* Children landing - Desktop Content CSS Start - Anand-11-12*/
    .panadol-children-landing-outer-box, .panadol-desktop-n-tablet-conent-box {
        margin-bottom: 0;
        background-color: #ffffff;
    }

    .panadol-children-pink-background-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_PinkBackground.png) no-repeat;
        background-size: 100% 168vw;
        min-height: 475px;
    }

    .panadol-children-product-and-oval-box {
        margin-top: 0em;
    }

    .panadol-children-pink-background-box .panadol-home-kids-video-box {
        margin-left: 0em;
        margin-bottom: 0em;
    }

    .panadol-children-pink-oval-box, .panadol-home-kids-video-box {
        width: 100% !important;
    }

    .panadol-children-green-background-box {
        background: url(../../assets/img/Mobile_ChildrensPanadol_GreenBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-children-blue-background-box {
        background: url(../../assets/img/Tablet_ChildrensPanadol_BlueBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
    }

    .panadol-children-symptoms-circle-box {
        width: 80%;
        margin: 0 auto;
    }

    .panadol-children-blue-background-box .panadol-children-symptoms-image-rte {
        display: inline-block;
        padding: 0em 0.5em;
        width: 29vw;
        vertical-align: top;
    }

    .panadol-children-symptoms-image-rte.last {
        width: 29vw;
    }

    .panadol-desktop-n-tablet-conent-box .panadol-children-bow-box {
        background: url(../../assets/img/Desktop_ChildrensPanadol_CoralBackground.png) no-repeat;
        background-size: 100% 100%;
        min-height: 693px;
        margin-bottom: 0;
    }

    .panadol-children-aeroplane-box {
        float: right !important;
    }

    .panadol-children-green-background-box .panadol-children-product-and-oval-box {
        width: 75% !important;
    }

    .panadol-children-green-background-box .panadol-children-product-and-oval-box-two {
        float: right !important;
    }

    /* Campaign - Desktop Content CSS Start - Anand-08-12*/
    .panadol-campaign-outer-box .panadol-desktop-n-tablet-conent-box {
        margin-bottom: 0;
        background: transparent;
    }

    .panadol-campaign-banner-bg-box {
        background: url(../../assets/img/Desktop_Campaign_banner_bg.jpg) no-repeat;
        background-size: 100%;
    }

    .panadol-campaign-blue-background-box {
        background: url(../../assets/img/Mobile_TeddyCampaign_BlueGreenBackground.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -1.5em;
        margin-bottom: 0;
        padding-bottom: 3em;
    }

    .panadol-campaign-rel-prod-bg-box {
        background: url(../../assets/img/Mobile_TeddyCampaign_GreenBackground.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0;
    }

    .panadol-campaign-rel-prod-bg-box .panadol-content-image {
        margin-bottom: 0;
    }

    .panadol-campaign-outer-box {
        margin-bottom: 0;
    }

    /* Campaign - Desktop Content CSS End - Anand-08-12*/
    .panadol-loadmore {
        width: 10em;
        margin: 0 auto;
        text-align: center;
    }

}

/* Product Details Page Starts */

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box {
    margin-top: 0em;
    padding-top: 13vw;
    background-color: #ffffff;
    margin-bottom: 0;
}

.panadol-desktop-n-tablet-conent-box {
    margin-bottom: 0;
}

.image.panadol-detail-second-image, .image.panadol-detail-third-image {
    display: none;
}

.panadol-prod-detail-thumbnail.activeThumbnail {
    border: 2px solid #d8d9da;
}

.image.panadol-prod-detail-image {
    margin-bottom: 1.3em;
}

.main .image.panadol-prod-detail-thumbnail {
    width: 10.5vw;
    padding-top: 1em;
    padding-bottom: 1em;
    cursor: pointer;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.green-text {
    color: #2d9147;
    font-size: 1.79vw;
    background: url("../../assets/img/Desktop_content_right_arrow.png") no-repeat right center;
    padding-right: 1em;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p {
    text-align: center;
    font-size: 1.43vw;
    color: #19326e;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box span.grey-title {
    font-size: 2.97vw;
    line-height: 3.6vw;
    color: #19326e;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy, .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p span.where-to-buy a {
    font-size: 1.44vw;
    color: #009151;
    background: url("../../assets/img/Desktop_content_right_arrow.png") no-repeat right center;
    padding-right: 1em;
    cursor: pointer;
}

.panadol-product-faq-see-all p {
    text-align: center;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p:nth-child(4) {
    float: left;
    margin: 0;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box p:nth-child(5) {
    float: right;
    margin: 0;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte h2 {
    margin-top: 1.3em;
    margin-bottom: 0.5em;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section {
    -moz-box-shadow: 0px 2px 10px #c5c5c5;
    -webkit-box-shadow: 0px 2px 10px #c5c5c5;
    box-shadow: 0px 2px 10px #c5c5c5;
    width: 48%;
    margin-bottom: 4%;
    min-height: 21vw;
    background-color: #ffffff;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.odd {
    margin-left: 4% !important;
}

.main .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section p:nth-child(1) {
    margin: 0;
    padding: 0;
}

span.product-green-bar {
    background: #7eb3d6;
    color: #ffffff;
    font-size: 1.79vw;
    display: block;
    padding: 1vw;
}
/*Amrendra | 08-12-2022 |*/
/* .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section ul li {
    font-size: 1.43vw;
    margin-bottom: 0.3em;
    background: url("../../assets/img/article_list_icon.png") no-repeat left 0.7vw;
    line-height: normal;
} */

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul, .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p {
    margin: 0;
    padding: 0;
    padding-left: 1.5vw;
    line-height: 2.43vw;
    padding-right: 1.5vw;
    font-size: 1.43vw;
    color: #19326e;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section p {
    margin: 0;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p:nth-child(2), .box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText ul {
    padding-top: 1.5vw;
    padding-bottom: 0.5vw;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-content-rte.panadol-green-card-section.richText p strong {
    font-weight: normal;
    font-size: 1.43vw;
}

.richText.panadol-prod-detail-rte {
    border: 10px solid #efefef;
    -moz-box-shadow: 0px 8px 6px -6px #c5c5c5;
    -webkit-box-shadow: 0px 8px 6px -6px #c5c5c5;
    box-shadow: 0px 8px 6px -6px #c5c5c5;
    margin-left: 2.5%;
    width: 31%;
    margin-bottom: 2.5em;
}

.richText.panadol-prod-detail-rte img.richText-image {
    margin: 0 auto;
    padding-top: 2vw;
}

.richText.panadol-prod-detail-rte .richText-content {
    border-top: 2px solid #f1f1f1;
    margin: 1vw;
}

.richText.section.panadol-prod-detail-rte p {
    font-size: 1.43vw;
    color: #19326e;
    line-height: 2.43vw;
    text-align: center;
}

.richText.panadol-content-rte.panadol-enquiry-section p {
    font-size: 1.43vw;
    text-align: center;
    color: #19326e;
}

.richText.panadol-content-rte.panadol-enquiry-section p span.green-text {
    color: #009151 !important;
}


.box.panadol-prod-dosage-text-box, .panadol-content-rte.panadol-warning-section {
    border: 10px solid #ecf4f9;
    -moz-box-shadow: 0px 8px 6px -6px #c5c5c5;
    -webkit-box-shadow: 0px 8px 6px -6px #c5c5c5;
    box-shadow: 0px 8px 6px -6px #c5c5c5;
    padding: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin: 8em auto;
}

.box.panadol-prod-dosage-text-box .panadol-content-rte {
    font-size: 1.43vw;
    color: #19326e;
}

.box.panadol-prod-dosage-table-box {
    border: 1px solid #f3f3f3;
    margin-bottom: 2em;
}

.box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(1) {
    background-color: #7eb3d6 !important;
    color: #ffffff;
    border-left: 4px solid #ffffff;
    font-size: 1.55vw;
    max-height: 1.5em;
}

.first.panadol-content-rte p:last-child {
    border-left: none !important;
}

.first.panadol-content-rte p:nth-child(1) {
    border-left: none !important;
    color: #19326e;
}

.box.panadol-prod-dosage-table-box .panadol-content-rte p {
    text-align: center;
    color: #19326e;
    border-left: 4px solid #ecf4f9;
    margin: 0;
    padding: 1em 10px;
}

.box.panadol-prod-dosage-text-box .panadol-content-rte:nth-child(1) p {
    border-left: none;
}

.box.panadol-prod-dosage-table-box .richText.panadol-content-rte {
    margin: 0;
    width: 33.33%;
}

.box.panadol-prod-dosage-table-box .panadol-content-rte p:nth-child(odd) {
    background-color: #efefef;
}

.panadol-content-rte.panadol-warning-section {
    margin-top: 3em;
}

.panadol-content-rte.panadol-warning-section p {
    font-size: 1.43vw;
    color: #19326e;
}

span.product-warning-red {
    color: #da0000;
}

.panadol-content-rte.panadol-warning-section p strong {
}

.panadol-content-rte.panadol-warning-section {
    margin-top: 0;
}

.main .panadol-related-products-carousel .box.panadol-product-list-tab-box {
    border: 10px solid #efefef;
    -moz-box-shadow: 0px 8px 6px -6px #c5c5c5;
    -webkit-box-shadow: 0px 8px 6px -6px #c5c5c5;
    box-shadow: 0px 8px 6px -6px #c5c5c5;
    margin-bottom: 3em;
    display: inline-block;
    margin-left: 2%;
    min-height: 38em;
    height: auto !important;
}

.panadol-prod-list-image {
    border-bottom: 1px solid #d4d4d4;
    margin-top: 3em;
    padding-bottom: 1em;
}

.box.panadol-product-list-tab-box .panadol-content-rte {
    padding: 1.5em;
    padding-top: 0;
    padding-bottom: 0;
}

.box.panadol-product-list-tab-box .panadol-content-rte p {
    font-size: 1.43vw;
    color: #666666;
}

.box.panadol-product-list-tab-box .panadol-content-rte p strong, .panadol-related-articles-box .richText.panadol-content-rte p strong {
    display: initial;
}

.box.panadol-product-list-tab-box .panadol-content-rte p span.green-text, .box.panadol-product-list-tab-box .panadol-content-rte p span.green-text a {
    color: #009151;
}

.richText.panadol-content-rte.panadol-warning-section.even.last {
    margin-left: 0;
}

.richText.panadol-prod-comp-checkbox-rte {
    border-top: 1px solid #efefef;
}

.richText.panadol-prod-comp-checkbox-rte p {
    color: #009151;
    margin-left: 2em;
    padding-left: 2em;
}

.richText.panadol-prod-comp-checkbox-rte p {
    color: #009151;
    margin: 0;
    margin-left: 2em;
    padding-left: 4vw;
    background: url("../../assets/img/panadol-checkbox.png") no-repeat left center;
    width: 0.1vw;
    height: 3vw;
    padding-top: 1vw;
    font-size: 1.43vw;
    cursor: pointer;
}

.panadol-product-list-tab-box.compare-selected .richText.panadol-prod-comp-checkbox-rte p {
    background: url("../../assets/img/Desktop_ProductListing_Tick.jpg") no-repeat left center;
}

.carousel.panadol-related-products-carousel {
    margin-bottom: 2em;
}

.panadol-related-articles-carousel .panadol-related-articles-box {
    background-color: #ffffff;
    padding-bottom: 1em;
    -webkit-box-shadow: 0 3px 2px #c5c5c5;
    -moz-box-shadow: 0 3px 2px #c5c5c5;
    box-shadow: 0 3px 2px #c5c5c5;
    height: auto !important;
}

.panadol-related-articles-carousel .panadol-related-articles-box img {
    border: 0;
    margin-top: 3%;
}

.panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p {
    font-size: 1.43vw;
    color: #19326e;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
}

@media (min-width: 768px) {
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p:first-child {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p:first-child {
        height: 65px;
    }
}

@media (min-width: 1500px) {
    .panadol-related-articles-carousel .panadol-related-articles-box .richText.panadol-content-rte p:first-child {
        height: 90px;
    }
}

.panadol-mobile-box .panadol-pdcts-submenu-inner-box {
    display: none;
}

.image.panadol-related-articles-image img {
    width: 94%;
}

.panadol-download .fileList-title, .panadol-download .fileList-download-size {
    display: none;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-print p, .panadol-download a.fileList-download-link, .share-bar a.addthis_button, .main .panadol-print p {
    color: #009151;
    font-size: 1.43vw;
    margin: 0;
    line-height: normal;
    display: block;
    text-align: left;
}

.panadol-download a.fileList-download-link {
    background: url("../../assets/img/Desktop_Icons_DownloadButton.png") no-repeat left center;
    padding-left: 3.5em;
    line-height: 4em;
    text-decoration: none;
}

.fileList.panadol-download {
    min-width: 33%;
}

.share-bar a.addthis_button {
    background: url("../../assets/img/Desktop_Icons_ShareButton.png") no-repeat left center;
    line-height: 4em;
    padding-left: 3.5em;
}

/*.main .box.share-print-wrapper {
  width: 70%;
  margin: 0 auto;
}
.snippetReference .box.share-print-wrapper {
  width: 70%;
  float:left;
}*/
.panadol-download p {
    margin: 0;
}

.panadol-download {
    min-width: 33%;
}

.share-bar, .panadol-print {
    max-width: 28%;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-print p, .panadol-print p {
    background: url("../../assets/img/Desktop_Icons_PrintButton.png") no-repeat left center;
    line-height: 4em;
    padding-left: 3.5em;
    cursor: pointer;
}

/*.main .panadol-print {
  margin-left: 4%;
}*/
.panadol-symptoms-lanading-outer-box .carousel.panadol-symptoms-tip-section {
    border: 0;
    background-color: #ecf4f9;
    float: none;
    margin: 0 auto;
    width: 65%;
    margin-top: 2em;
    margin-bottom: 4em;
    padding: 0;
}

.panadol-print p {
    line-height: 4em !important;
    color: #009151;
    font-size: 1.43vw;

}

.panadol-symptoms-lanading-outer-box .carousel.panadol-symptoms-tip-section ul.carousel-nav {
    display: none;
}

.panadol-symptoms-lanading-outer-box .carousel.panadol-symptoms-tip-section ul.carousel-slides {
    width: 100%;
    margin: 0;
    min-height: 15em;
}

.main .panadol-mobile-content-box .panadol-product-detail-image-carousel li a {
    position: relative;
}

.main .panadol-mobile-content-box .panadol-product-detail-image-carousel li {
    margin-right: 0.8em;
}

.panadol-symptoms-lanading-outer-box .panadol-symptoms-tip-section-rte {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Product Details Page Ends */

/* Product Listing Page Starts */

.panadol-compare-close img, .panadol-compare-product-close img {
    cursor: pointer;
}

.compare-section span.compare-ingredients {
    min-height: 6em;
    display: block;
}

.main .panadol-compare-outer-box {
    position: absolute;
    z-index: 1000;
    background: #efefef url("../../assets/img/.png") no-repeat right top;
    padding-top: 8vw;
    width: 100%;
    display: none;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
}

.main .panadol-compare-outer-box .panadol-compare-second-level-box {
    display: none;
}

.main .panadol-compare-outer-box .panadol-compare-second-level-box .panadol-compare-table-section-box {
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    margin-top: 5vw;
}

.panadol-product-listing-box.panadol-product-listing-active-box {
    background-color: #ffffff;
    padding-top: 10em;
}

.tabs.panadol-product-children-tab.panadol-home-best-of-week-tab .tabs-nav {
    width: 45%;
}

.tabs.panadol-product-children-tab.panadol-home-best-of-week-tab.tabs .tabs-content {
    border: 0;
}

.tabs.panadol-product-children-tab.panadol-home-best-of-week-tab ul.tabs-nav-list li.tabs-nav-item {
    border: none;
    background-color: transparent;
}

.compare-name {
    display: none;
    width: 14.1vw;
    float: left;
    clear: none;
    margin-right: 0.5vw;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 1vw;
    min-height: 8.5vw;
}

.box.compare-name.last {
    margin-right: 0;
}

.compare-section {
    display: none;
    width: 14.1vw;
    margin-bottom: 0vw;
    padding-top: 1vw;
    background-color: #ffffff;
    float: left;
    clear: right;
    border-left: 1px solid #d4d4d4;
}

.panadol-product-listing-box.panadol-product-listing-active-box .panadol-content-rte p {
    color: #19326e;
    font-size: 1.43vw;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.panadol-compare-close {
    float: right;
    width: 2.5vw;
    margin-right: 1em;
    padding-top: 1em;
}

.compare-name img {
    float: right;
    width: 1.5vw;
    cursor: pointer;
}

.panadol-compare-now-link {
    text-align: center;
}

.compare-name .panadol-content-rte p {
    margin: 0;
    font-size: 1.19vw;
    color: #666666;
    padding-top: 2em;
}

.main .panadol-compare-outer-box .panadol-content-box {
    padding-top: 5em;
    width: 85%;
}

.panadol-compare-now-link {
    width: 22vw;
    margin: 0 auto;
}

.panadol-compare-now-link p {
    text-align: center;
    font-size: 1.43vw;
    color: #149253;
    cursor: pointer;
}

.panadol-compare-label-rte {
    background-color: #ffffff;
    /* border-right: 5px solid #efefef;*/
    margin-bottom: 0;
}

.main .panadol-product-table-section {
    margin-left: 0;
    width: 85%;
    margin-bottom: 0;
}

.panadol-compare-product-close img {
    float: right;
    width: 1.5vw;
}

.panadol-compare-label-rte.richText ul li {
    font-size: 1.43vw;
    padding-left: 0.5em;
    color: #666666;
    margin-bottom: 0;
    border-bottom: 1px solid #d4d4d4;
}

.panadol-compare-label-rte.richText ul {
    margin-left: 0;
}

.compare-section span.green-text {
    font-size: 1.43vw;
}

.compare-section .richText ul {
    margin: 0;
    padding: 0;
}

.compare-section .richText ul li {
    padding-left: 0;
    font-size: 1.43vw;
    color: #666666;
    word-wrap: break-word;
}

.compare-section .panadol-content-rte p {
    border-bottom: 1px solid #d4d4d4;
    padding-left: 1vw;
    padding-right: 1vw;
    min-height: 11vw;
    margin: 0;
}

.panadol-compare-product-close {
    padding-left: 1vw;
    padding-right: 1vw;
}

.image.panadol-compare-product {
    min-height: 13.5vw;
}

span.panadol-product-label {
    min-height: 16.15vw;
    padding-top: 10.85vw;
    display: block;
}

span.panadol-format-label, span.panadol-age-label, span.panadol-keyfeatures-label {
    display: block;
    min-height: 4vw;
    padding-top: 2vw;
}

.compare-section .richText ul:nth-child(2) li {
    min-height: 5vw;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 2vw;
    padding-right: 1vw;
    margin-bottom: 0;
    background: url("../../assets/img/article_list_icon.png") no-repeat 1vw 2vw;
    padding-top: 1vw;
}

.compare-section .richText ul:nth-child(3) li {
    padding-left: 2vw;
    padding-right: 1vw;
    font-size: 1.07vw;
    margin-bottom: 0;
    background: url("../../assets/img/panadol-list-bullet.png") no-repeat 1vw 0.6vw;
}

.panadol-compare-label-rte.richText ul li:last-child {
    border-bottom: 0;
}

span.panadol-ingredients-label {
    display: block;
    padding-top: 2vw;
}

.compare-section .richText ul:nth-child(3) {
    padding-top: 1vw;
}

.richText.section.panadol-compare-minimize-link p {
    text-align: center;
    font-size: 24px;
    color: #149253;
    cursor: pointer;
}

.panadol-content-rte.panadol-product-listing-rte {
    text-align: center;
}

.panadol-product-listing-box.panadol-product-listing-active-box .panadol-content-rte p span.where-to-buy {
    background: url("../../assets/img/panadol-desktop-green-arrow.png?auto=format") no-repeat right;
    color: #2e9443;
    padding-right: 1em;
}

.tabs.panadol-product-children-tab.panadol-home-best-of-week-tab {
    padding-top: 3em;
}

.main .panadol-symptoms-lanading-outer-box .panadol-related-products-carousel .box.panadol-product-list-tab-box {
    border: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.panadol-product-listing-box .box.panadol-product-list-tab-box {
    border: 10px solid #eaf2f7;
    -moz-box-shadow: 0px 8px 6px -6px #c5c5c5;
    -webkit-box-shadow: 0px 8px 6px -6px #c5c5c5;
    box-shadow: 0px 8px 6px -6px #c5c5c5;
    margin-bottom: 3em;
    width: 28%;
    display: inline-block;
    margin-left: 2%;
}

/* Product Listing Page Ends */

/*POC*/
.panadol-carousel-slide-teddy-box {
    width: 100%;
}

.panadol-randomizier-desktop-box.component, .panadol-randomizier-mobile-box.component {
    position: absolute;
    z-index: 9;
    display: inline-block;
    overflow: hidden;
    float: left;
}

.randomizier-icon, .randomizier-icon1 {
    text-align: center;
    margin-top: 42px;
}

.panadol-carousel-slide-product-box .grey-title {
    color: #666666;
    font-size: 26px;
}

div.box.section.panadol-homepage-image-carousel-box.grid_6.alpha.component {
    overflow: hidden;
    width: 50%;
}

div.box.section.panadol-homepage-carousel-box.component div.component-content div.content.paragraphSystem div.box.section.panadol-homepage-content-carousel-box.grid_6 {
    overflow: hidden;
    border-bottom: 1px solid #CFCFCF;
    width: 50%;
    margin-left: 0px;
}

div.box.section.panadol-homepage-image-carousel-box.grid_6.alpha.component div.component-content div.content.paragraphSystem {
    display: inline-block;
    overflow: hidden;
}

div.box.section.panadol-homepage-image-carousel-box .panadol-content-image {
    margin-bottom: 0px;
}

.panadol-carousel-header-text {
    position: relative;
    top: 40%;
}

.panadol-carousel-slide-teddy-box {
    position: absolute;
    bottom: 15px;
}

.panadol-carousel-slide-teddy-box .panadol-carousel-mobile-teddy-image.grid_3 {
    display: inline-block;
    float: left;
    left: 192px;
    position: absolute;
    text-align: right;
}

.panadol-homepage-carousel-text-slide-box {
    position: relative;
}

.panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h1 {
    text-align: center;
    font-size: 2.37vw;
    color: #666666;
}

.carousel-header-text {
    color: #a0ca73;
    font-size: 5.36vw;
    line-height: 1;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte {
    margin-top: 1vw;

}

.panadol-carousel-slide-product-box {
    position: absolute;
    bottom: -10px;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte {
    background: rgba(0, 0, 0, 0) url("../../assets/img/Desktop_Homepage_GreenOvalShape_small.png?auto=format") no-repeat scroll 100% 0 / 75% auto;
    bottom: 25px;
    display: inline-block;
    float: left;
    left: 50px;
    margin-top: 0;
    min-height: 11vw;
    position: absolute;
    text-align: left;
    width: 17vw;
    z-index: 9;
}

.panadol-randomizier-desktop-box {
    background: rgba(0, 0, 0, 0) url("../../assets/img/Desktop_Homepage_Randomizer_CircleBehindIcon.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 127px;
    width: 127px;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte.grid_2.component p {
    padding: 1em 1em 1em 0em;
    text-align: center;
    width: 50%;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte p {
    color: #ffffff;
    font-size: 1.31vw;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte p strong {
}

.panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content img.richText-image.pull-left {
    display: inline-block;
    width: 24%;
}

.panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content div.richText-content {
    display: inline-block;
    width: 65%;
}

.panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content div.richText-content p {
    margin-top: 0px;
}

.panadol-homepage-content-carousel-box.grid_6.omega.component div.component-content div.content.paragraphSystem {
    overflow: hidden;
}

.panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content div.richText-content p {
    margin-top: 0px;
}

.panadol-mobile-carousel-text-slide-box .panadol-carousel-mobile-teddy-image.grid_3 {
    display: inline-block;
    bottom: -6em;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 5em;
}

/*POC Desktop End*/
.panadol-carousel-mobile-teddy-image img {
    min-width: 3vw;
}

.panadol-mobile-carousel-text-slide-box.component {
    position: relative;
}

.panadol-carousel-header-text h1 {
    margin-bottom: 0px;
}

.panadol-carousel-header-text p {
    margin: 0px;
}

.panadol-carousel-slide-teddy-box .panadol-carousel-mobile-teddy-image.grid_3 {
    bottom: -55px;
    display: inline-block;
    left: 15vw;
    position: absolute;
    width: 35vw;
}

.panadol-carousel-slide-teddy-box .green-oval-small-rte.grid_2 {
    background: rgba(0, 0, 0, 0) url("../../assets/img/Desktop_Homepage_GreenOvalShape_small.png?auto=format") no-repeat scroll 0 16% / 17vw auto;
    display: inline-block;
    float: left;
    left: 5vw;
    min-height: 13vw;
    position: relative;
    text-align: left;
    top: 0em;
    width: 30vw;
}

.panadol-homepage-image-carousel-box {
    min-height: 400px;
}

.panadol-homepage-content-carousel-box {
    min-height: 400px;
}

/*POC Desktop End*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .panadol-carousel-header-text {
        top: 35%;
    }

    .panadol-randomizier-desktop-box {
        background: rgba(0, 0, 0, 0) url("../../assets/img/Mobile_Homepage_Randomizer_CircleBehindIcon.png?auto=format");
        background-size: cover;
        background-repeat: no-repeat;
        height: 62px;
        width: 62px;
    }

    .randomizier-icon {
        margin-top: 12px;
        text-align: center;
    }

    .panadol-randomizier-desktop-box {
        margin-left: 33px;
    }

    .randomizier-icon img {
        margin-top: 8px;
        margin-left: -3px;
    }

    .richText-image.pull-left {
        margin: 5px 15px 5px 10px;
        float: left;
    }

}

/*POC mobile Start*/
@media screen and (max-width: 767px) and (min-width: 320px) {
    .panadol-home-mobile-carousel-image .panadol-content-image {
        height: 400px;
        display: inline-block;
    }

    .panadol-carousel-slide-teddy-box {
        position: absolute;
        bottom: 40px;
    }

    .panadol-home-mobile-carousel-image.component div.component-content div.content.paragraphSystem {
        display: block;
        height: 400px;
        width: 6000px;
        margin: 0;
        padding: 0;
        z-index: 1;
        position: relative;
        background-size: contain;
    }

    .panadol-home-mobile-carousel-image.component div.component-content {
        float: none;
        margin: 0 auto;
        height: 400px;
        overflow: hidden;
    }

    .panadol-home-mobile-carousel-image.component div.component-content img {
        height: 100%;
        float: left;
        clear: both;

    }

    .panadol-mobile-carousel-text-slide-box .panadol-content-rte.panadol-carousel-header-text {
        margin-top: 4em;
    }

    .panadol-mobile-carousel-text-slide-box.component div.component-content div.content.paragraphSystem {
        vertical-align: top;
        width: 100%;
    }

    .panadol-home-mobile-carousel-text .panadol-mobile-carousel-text-slide-box .panadol-carousel-mobile-teddy-image.grid_3 {
        left: 35vw;
        width: 70vw;
        bottom: -6em;
        position: absolute;
    }

    .panadol-carousel-mobile-teddy-image img {
        min-width: 3vw;
    }

    .panadol-mobile-carousel-text-slide-box.component {
        position: relative;
        height: 425px;
    }

    .panadol-carousel-header-text h1 {
        margin-bottom: 0px;
    }

    .panadol-carousel-header-text p {
        margin: 0px;
    }

    .panadol-mobile-carousel-text-slide-box .green-oval-small-rte.grid_2 {
        background: rgba(0, 0, 0, 0) url("../../assets/img/Desktop_Homepage_GreenOvalShape_small.png?auto=format") no-repeat;
        display: inline-block;
        float: left;
        left: 15vw;
        top: 1em;
        height: 131px;
        position: relative;
        text-align: left;
        width: 181px;
        background-size: 100% 100%;
    }

    .panadol-carousel-slide-teddy-box.component div.component-content div.content.paragraphSystem div.richText.section.green-oval-small-rte.grid_2.component div.component-content div.richText-content p {
        padding: 1.7em;
        text-align: center;
        font-size: 14px;
        padding-left: 1.3em;
    }

    .panadol-carousel-slide-product-box {
        position: relative;
        bottom: 0px;
        width: 90%;
        margin: 0 auto;
    }

    .panadol-randomizier-mobile-box {
        background: rgba(0, 0, 0, 0) url("../../assets/img/Mobile_Homepage_Randomizer_CircleBehindIcon.png?auto=format");
        background-size: cover;
        background-repeat: no-repeat;
        height: 63px;
        width: 63px;
    }

    .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h1 {
        text-align: center;
        font-size: 24px;
        color: #666666;
    }

    .carousel-header-text {
        color: #a0ca73;
        font-size: 47px;
    }

    .panadol-carousel-slide-product-box div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte div.component-content img.richText-image.pull-left {
        display: inline-block;
        height: 100%;
        width: 25vw;
    }

    .panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content div.richText-content {
        display: inline-block;
        width: 56vw;
    }

    .panadol-carousel-slide-product-box.component div.component-content div.content.paragraphSystem div.richText.section.panadol-content-rte.component div.component-content div.richText-content p {
        margin-top: 0px;
    }

    .panadol-home-mobile-carousel-text {
        min-height: 460px;
        height: 100%;
        border-bottom: 1px solid #CFCFCF;
        display: inline-block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: 425px;
    }

    .panadol-mobile-content-box .image.randomizier-icon,
    .panadol-mobile-content-box .image.randomizier-icon1 {
        text-align: center;
        margin-top: 20px;
    }
}

/*POC mobile End*/

/* Error Page Starts */

.box.panadol-error-page-outer-box .panadol-content-rte {
    text-align: center;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15em;
    padding-bottom: 15em;
}

.box.panadol-error-page-outer-box .panadol-content-rte h1 {
    font-size: 9vw;
    line-height: normal;
    margin-bottom: 0;
    color: #19326e;
}

.box.panadol-error-page-outer-box .panadol-content-rte h2 {
}

.box.panadol-error-page-outer-box .panadol-content-rte p {
    font-size: 1.43vw;
    color: #19326e;
}

.box.section.panadol-error-page-outer-box {
    background: url("../../assets/img/error-page-background.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0;
}

/*Error Page Ends */

/* Map Coords Starts */

.parametrizedhtml.panadol-map-html {
    display: none;
    margin-bottom: 0;
}

/* Map Coords Ends */

/* Symptoms fixes Starts */
.panadol-symptoms-heading-rte p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.panadol-symptoms-lanading-outer-box .panadol-content-grey-box .panadol-related-products-carousel ul li {
    background: none;
}

.panadol-symptoms-lanading-outer-box .panadol-related-products-carousel .carousel-nav li.carousel-nav-prev a:before, .panadol-symptoms-lanading-outer-box .panadol-related-products-carousel .carousel-nav li.carousel-nav-next a:before {
    content: "";
}

.symptoms-heading {
    color: #e9513c;
    font-size: 4.76vw;
}

.richText.panadol-content-rte.panadol-symptoms-heading-rte .richText-content > h1 {
    text-align: center;
    margin-top: 1.2em;
    margin-bottom: 0;
}

.richText.panadol-content-rte.panadol-symptoms-heading-rte .richText-content p {
    text-align: center;
    font-size: 1.43vw;
    color: #19326e;
    margin-top: 0;
    margin-bottom: 0.6em;
}

.see-more-pdct-details {
    color: #4196c8;
    font-size: 1.43vw;
    background: url("../../assets/img/green-arrow.png?auto=format") no-repeat right center;
    padding-right: 1em;
}

.richText.panadol-content-rte.panadol-symptoms-tip-section-rte p strong {
    font-size: 1.55vw;
    color: #19326e;
}

.panadol-symptoms-heading-rte {
    float: none;
    margin: 0 auto;
    width: 90%;
}

.panadol-symptoms-tip-section-rte p {
    font-size: 1.43vw;
    color: #19326e;
    margin-bottom: 0;
    margin-top: 0;
}

.panadol-symptoms-tip-section-rte {
    background-color: #ecf4f9;
    float: none;
    margin: 0 auto;
    width: 65%;
    margin-top: 2em;
    margin-bottom: 4em;
}

.richText.panadol-content-rte.panadol-symptoms-tip-section-rte .component-content {
    padding: 1.5em;
}

.panadol-symptoms-tip-section-rte .richText-content {
    margin-top: 1vw;
}

.panadol-symptoms-lanading-outer-box {
    background-color: #ffffff;
    margin-bottom: 0;
}

.panadol-symptoms-lanading-outer-box .panadol-content-grey-box {
    background-color: #ecf4f9;
    padding-bottom: 1.3em;
}

.panadol-symptoms-lanading-outer-box h2 {
    padding-top: 1.3em;
}

.panadol-symptoms-lanading-outer-box .richText ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.panadol-symptoms-lanading-outer-box .panadol-content-grey-box p, .panadol-symptoms-lanading-outer-box .panadol-content-grey-box ul li {
    color: #19326e;
    font-size: 1.43vw;
    line-height: 1.9vw;
}

.panadol-symptoms-lanading-outer-box .panadol-content-grey-box p strong {
    color: #666666;
    font-size: 1.43vw;
    display: block;
}

.panadol-symptoms-lanading-outer-box .panadol-content-grey-box ul li {
    background: url(../../assets/img/panadol-list-bullet.png) no-repeat left 0.7vw;
}

.read-more-button {
    /* background-image:url(../../assets/img/green-arrow.png?auto=format); */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
    display: inline-block;
}

.green-text {
    font-size: 26px;
}

.carousel.panadol-related-products-carousel ul.carousel-nav {
    text-align: center;
    padding-left: 0px;
}

div.box.section.panadol-related-product-box.grid_4.component.even, div.box.section.panadol-related-product-box.grid_4.alpha.component.first.odd, div.box.section.panadol-related-product-box.grid_4.component.odd.last {
    background-color: white;
    box-shadow: rgb(150, 150, 150) 0 0 20px;
    box-sizing: border-box;
    padding: 10px;
}

div.box.section.panadol-related-product-box.grid_6.component.even, div.box.section.panadol-related-product-box.grid_6.alpha.component.first.odd, div.box.section.panadol-related-product-box.grid_6.component.odd.last {
    background-color: white;
    box-shadow: rgb(150, 150, 150) 0 0 20px;
    box-sizing: border-box;
    padding: 10px;
}

.panadol-carousel-slide-product-box .grey-title {
    font-size: 26px;
    color: #666666;

}

.panadol-symptoms-lanading-outer-box .panadol-home-bow-box {
    background-color: #ecf4f9;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.panadol-symptoms-lanading-outer-box .panadol-home-bow-box img {
    border: 0;
    width: 90%;
    margin-top: 5%;
}

div.box.section.panadol-related-product-box.component.first.odd.last {
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
}

.panadol-symptoms-lanading-outer-box .box.panadol-product-list-tab-box {
    border: 0;
    background-color: #ffffff;
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.panadol-symptoms-lanading-outer-box .panadol-home-bow-box.odd {
    margin-bottom: 4.3em;
    margin-left: 6%;
}

/* Symptoms fixes Ends */

.panadol-live-well-outer-box .panadol-content-banner-image {
    margin-bottom: 0;
    line-height: 0;
}

.box.panadol-product-detail-outer-box.panadol-product-detail-active-box .panadol-product-detail-rhs-text-box h1 {
    text-align: center;
    font-size: 1.43vw;
    color: #666666;
    line-height: 1.5;
}

/* USIM10014747910 panadol australia starts */

.aus-locale .panadol-home-new-kids-box .main-title-rte h2 {
    padding-top: 0.3em;
    font-size: 2.98vw;
    color: #ffffff;
}

.aus-locale .panadol-livewell-featured-article-box .panadol-content-rte h2 .grey-title {
    font-size: 1.55vw;
    color: #666666;
    line-height: 36px;
    margin: 0;
    margin-right: 510px !important;
    position: relative;
    top: -10px;
}

.aus-locale .panadol-live-well-outer-box .panadol-home-bow-box .panadol-content-rte h2 .grey-title {
    font-size: 1.55vw;
    color: #666666;
    line-height: 36px;
    margin: 0;
    display: block;
    text-align: -webkit-auto;
    /* margin-right: 510px !important; */
    position: relative;
    top: -10px;
    left: 20px;
}

.aus-locale .panadol-article-detail-content-box .panadol-content-rte h2 {
    font-weight: bolder;
    font-size: 1.43vw !important;
    color: #666666;
    line-height: 90px;
    text-align: left !important;
}

.aus-locale .panadol-article-detail-content-box .panadol-content-rte h2 span.body-Bold-text {
    font-weight: bolder;
    font-size: 1.43vw !important;
    color: #666666;
    line-height: 87px;
    margin-right: 244px !important;
    position: relative;
    top: 3px;
}

.aus-locale .panadol-article-detail-content-box .panadol-content-rte h2 {
    font-weight: bolder;
    font-size: 1.43vw !important;
    color: #666666;
    line-height: 89px;
    text-align: left !important;
}

.aus-locale .box.panadol-product-list-tab-box .panadol-content-rte h2 span.green-text {
    font-size: 1.43vw;
    display: block;
    text-align: -webkit-auto;
}

.aus-locale .panadol-product-listing-box.panadol-product-listing-active-box .panadol-content-rte h2 span.where-to-buy {
    background: url(../../assets/img/panadol-desktop-green-arrow.png?auto=format) no-repeat right;
    color: #2e9443;
    padding-right: 1em;
    display: block;
    font-size: 1.4vw !important;
}

.aus-locale .box.panadol-product-list-tab-box .panadol-content-rte h2 span.green-text {
    font-size: 1.4vw;
    display: block;
    text-align: -webkit-auto;
}

.aus-locale .box.panadol-product-list-tab-box .panadol-content-rte h2 span.green-text {
    font-size: 1.43vw;
    display: -webkit-box;
}

.aus-locale .box.panadol-product-list-tab-box .panadol-content-rte h2 span.green-text {
    font-size: 1.43vW;
    display: -webkit-box;
    text-align: -webkit-auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .aus-locale .box.panadol-product-list-tab-box .panadol-content-rte h2 span.green-text {
        font-size: 3vW;
    }
}

.aus-locale .panadol-symptoms-lanading-outer-box .panadol-content-grey-box h2 strong {
    color: #19326e;
    display: block;
    text-align: -webkit-auto;
}

.aus-locale span.bulletin-submenu {
    background: url(../../assets/img/article_list_icon.png) no-repeat left center;
    padding-left: 0em;
    font-size: 1.43vw !important;
    text-align: -webkit-auto;
    display: -webkit-box;
}

.aus-locale .panadol-symptoms-lanading-outer-box .panadol-content-grey-box h3 {
    color: #19326e;
    /*font-size: 1.43vw;*/
    display: block;
    padding-top: 0.5em;
}

/* USIM10014747910 panadol australia ends */

/* USIM10014993362 panadol australia starts */

@media screen and (min-width: 320px) and (max-width: 500px) {
    .panadol-mobile-content-box.panadol-box-constant-height {
        height: 850px;
    }

    .panadol-box-constant-height {
        height: 550px;
    }
}

@media screen and (min-width: 501px) and (max-width: 610px) {
    .panadol-mobile-content-box.panadol-box-constant-height {
        height: 850px;
    }

    .panadol-box-constant-height {
        height: 600px;
    }
}

@media screen and (min-width: 611px) and (max-width: 767px) {
    .panadol-mobile-content-box.panadol-box-constant-height {
        height: 850px;
    }

    .panadol-box-constant-height {
        height: 660px;
    }
}

/* USIM10014993362 panadol australia ends */

/* USIM10015215258 start */

@media screen and (min-width: 1025px) {
    .page-where-to-buy.aus-locale .panadol-where-to-buy-tab-box {
        width: 23%;
    }
}

/* USIM10015215258 end */

/* Columbia locale styles */
:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h2 {
    color: #e2231b;
    text-transform: uppercase;
}

:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h3 {
    color: #e2231b;
    font-size: 2.37vw;
    text-align: center;
    margin: 0 10% 30px;
    line-height: 1;
}

:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h4 {
    font-size: 2.37vw;
    text-align: center;
    margin-bottom: 10px;
    color: #666;
}

:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content .read-more-button {
    display: block;
    color: #fff;
    padding: 0.5em 1em;
    margin: 0 auto 30px;
    width: 100px;
    background: #fe0000;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content .read-more-button a {
    color: #fff;
}

:lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content .panadol-references {
    text-align: center;
    display: block;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h2 {
        font-size: 30px;
    }

    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h3,
    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h4 {
        font-size: 20px;
    }

    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content .panadol-references {
        font-size: 12px;
    }

    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content .read-more-button {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1518px) {
    :lang(es) .panadol-desktop-n-tablet-conent-box {
        margin-top: 12%;
    }

    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h2 {
        font-size: 4.98vw;
    }
}

@media screen and (min-width: 1519px) {
    :lang(es) .panadol-desktop-n-tablet-conent-box {
        margin-top: 100px;
    }

    :lang(es) .panadol-content-rte.panadol-carousel-header-text.component div.component-content div.richText-content h2 {
        font-size: 4.98vw;
    }
}

:lang(es) .panadol-randomizier-desktop-box {
    background: url(https://i-cf3.gskstatic.com/content/dam/cf-consumer-healthcare/panadol/es_CO/optimization_images/Mobile_Homepage_Randomizer_CircleBehindIcon.png?auto=format);
    background-size: cover;
    background-repeat: no-repeat;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs {
  margin: 10px 0;
}

/* line 7, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 14, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-list li {
  float: left;
  margin-right: 6px;
}

/* line 19, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-separator {
  margin: 0 10px;
}

/* line 23, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator .breadcrumbs-separator {
  display: none;
}
/* line 26, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li {
  padding-right: 15px;
  margin-right: 9px;
  position: relative;
}
/* line 30, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 8px;
}
/* line 38, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:last-child {
  background-image: none;
}
/* line 40, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
.breadcrumbs-without-separator li:last-child:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/breadcrumbs/_breadcrumbs-base.scss */
  .breadcrumbs-list li {
    float: none;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/carousel/_carousel-base.scss */
.carousel {
    position: relative;
    border: solid 2px #323131;
    background-color: #e1e1e1;
    padding: 15px 60px;
}

/* line 10, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slides {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* line 18, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide {
    clear: both;
    position: absolute;
    width: 100%;
}

/* line 24, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-content,
.carousel-slide .no-image {
    text-align: center;
}

/* line 29, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide.is-active {
    display: block;
    position: relative;
}

/* line 34, ../../sass/components/carousel/_carousel-base.scss */
.carousel-cover {
    max-width: 50%;
    height: auto;
    float: right;
}

/* line 40, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .image-and-content {
    overflow: hidden;
}

/* line 44, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-content .carousel-cover {
    float: none;
    max-width: 100%;
}

/* line 49, ../../sass/components/carousel/_carousel-base.scss */
.carousel-slide .no-image .carousel-content {
    float: none;
    max-width: 100%;
}

/* line 54, ../../sass/components/carousel/_carousel-base.scss */
.carousel-content {
    max-width: 48%;
    float: left;
    text-align: left;
    -moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 100%;
}

/* line 64, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav {
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
}

/* line 71, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav li {
    display: inline-block;
    margin: 0 3px;
    /*top: 70%;
    position:absolute;*/
    width: 2%;
}

/* line 77, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav a {
    display: inline-block;
    border: 2px solid #656363;
    width: 10px;
    height: 10px;
    font-size: 0;
    color: transparent;
}

/* line 86, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav li.is-active a {
    background: #939191;
}

/* line 90, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev,
.carousel-nav-next {
    position: absolute;
    top: 50%;
    border: none;
    width: 19px;
    height: 31px;
}

/* line 99, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev a,
.carousel-nav-next a {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* line 107, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev {
    left: 10px;
}

/* line 109, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev a:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #939191;
}

/* line 114, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-prev a:hover:before {
    color: #323131;
}

/* line 120, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next {
    right: 10px;
}

/* line 122, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next a:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    color: #939191;
}

/* line 127, ../../sass/components/carousel/_carousel-base.scss */
.carousel-nav-next a:hover:before {
    color: #323131;
}

/* line 133, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-slide:first-child {
    margin-top: 0;
    border-top: none;
}

/* line 137, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-slide {
    position: static;
}

/* line 140, ../../sass/components/carousel/_carousel-base.scss */
.no-js .carousel .carousel-nav li {
    display: none;
}

/* line 148, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav li {
    display: inline;
    zoom: 1;
}

/* line 152, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav li.is-active a {
    background: #939191;
}

/* line 155, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav .carousel-nav-prev, .lt-ie8 .carousel-nav .carousel-nav-next {
    width: 19px;
    height: 31px;
}

/* line 158, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav .carousel-nav-prev a, .lt-ie8 .carousel-nav .carousel-nav-next a {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
}

/* line 165, ../../sass/components/carousel/_carousel-base.scss */
.lt-ie8 .carousel-nav a {
    display: block;
    zoom: 1;
    border: 2px solid #656363;
    width: 10px;
    height: 10px;
}

/* Homepage - Desktop content CSS Start*/

.panadol-home-outer-box .panadol-home-did-you-know-carousel {
    background-color: #efefef;
    border: 0px;
    margin-bottom: 0;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel ul.carousel-slides {
    min-height: 480px !important;
}

.panadol-home-did-you-know-mobile-carousel {
    background-color: #ffffff;
    border: 0px;
    margin-bottom: 0;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li a {
    border: 0;
    background: url(../../assets/img/Desktop_CarouselDots_GreyInactiveDot.png?auto=format) no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: 82%;
    padding-right: 0px;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.is-active a {
    background: url(../../assets/img/Desktop_CarouselDots_GreenActiveDot.png?auto=format) no-repeat;
    background-size: 100%;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-next a,
.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-prev a {
    background: none;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-next a:before {
    content: url(../../assets/img/Desktop_carouselarrow_right.png?auto=format);
    background: none;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-prev a:before {
    content: url(../../assets/img/Desktop_carousel_arrow_left.png?auto=format);
    background: none;
}

.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-prev,
.panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-next {
    margin: 0em 5em;
    top: 40%;
}

.carousel-nav li a {
    border: 0;
    background: url(../../assets/img/Desktop_CarouselDots_GreyInactiveDot.png?auto=format) no-repeat;
    background-size: 100%;
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    top: 70%;
    padding-right: 0px;
}

.carousel-nav li.is-active a {
    background: url(../../assets/img/Desktop_CarouselDots_GreenActiveDot.png?auto=format) no-repeat;
    background-size: 100%;
}

.carousel-nav li.carousel-nav-next a, .carousel-nav li.carousel-nav-prev a {
    background: none;
}

.carousel-nav li.carousel-nav-next a:before {
    content: url(../../assets/img/Desktop_carouselarrow_right.png?auto=format);
    background: none;
}

.carousel-nav li.carousel-nav-prev a:before {
    content: url(../../assets/img/Desktop_carousel_arrow_left.png?auto=format);
    background: none;
}

.carousel-nav li.carousel-nav-prev, .carousel-nav li.carousel-nav-next {
    margin: 0em 5em;
    top: 40%;
}

.panadol-home-did-you-know-carousel .carousel-nav {
    text-align: left;
    padding-left: 9.5vw;
    margin-top: 0;
}

/* Homepage - Desktop content CSS End*/

/* Campaign - Desktop Content CSS start*/

.panadol-campaign-video-section .carousel-slides {
    width: 100%;
    min-height: 300px;
}

.panadol-related-articles-carousel, .panadol-related-products-carousel {
    border: 0;
    padding: 0;
    background: transparent;
}

.panadol-related-articles-carousel .carousel-nav li.carousel-nav-prev, .panadol-related-articles-carousel .carousel-nav li.carousel-nav-next {
    margin: 0em 1em;
}

.panadol-campaign-video-section .carousel-nav li.carousel-nav-next a:before {
    content: url(../../assets/img/campaign-carousel-white-arrow_right.png);
    background: none;
}

.panadol-campaign-video-section .carousel-nav li.carousel-nav-prev a:before {
    content: url(../../assets/img/campaign-carousel-white-arrow_left.png);
    background: none;
}

.panadol-campaign-video-section {
    background-color: transparent;
    border: 0;
    margin-bottom: -5em;
    margin-left: 0 !important;
}

.panadol-home-kids-video .mejs-container .mejs-controls {
    display: none;
}

.panadol-campaign-video-section .carousel-nav li {
    display: none;
    width: 7%;
}

.panadol-campaign-video-section .carousel-nav li.carousel-nav-prev, .panadol-campaign-video-section .carousel-nav li.carousel-nav-next {
    display: block;
    margin: -0.3em;
}

.panadol-home-kids-video .video-video {
    border: 0;
}

.panadol-campaign-video-section .carousel-nav li.carousel-nav-next a, .panadol-campaign-video-section .carousel-nav li.carousel-nav-prev a {
    background: none;
    top: -10px;
}

/* Campaign - Desktop Content CSS End*/

/* Homepage - Tablet Content CSS Start*/

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .panadol-home-outer-box .panadol-home-did-you-know-carousel {
        padding: 0px 60px;
    }

    .panadol-home-did-you-know-carousel .carousel-nav {
        text-align: center;
        padding-left: 0em;
    }

    .panadol-home-outer-box .panadol-home-did-you-know-carousel ul.carousel-slides {
        min-height: 380px !important;
    }

    .panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-prev, .panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li.carousel-nav-next {
        top: 30%;
        margin: 0em 3em;
    }

    .panadol-campaign-video-section {
        margin-top: 4em;
        padding: 0px 31px;
    }

    .carousel-nav li.carousel-nav-prev, .carousel-nav li.carousel-nav-next {
        margin: 0em 3em;
    }

    .panadol-campaign-video-section .carousel-nav li {
        width: 2.5vw;
    }

    .panadol-campaign-video-section .carousel-nav li.carousel-nav-next a, .panadol-campaign-video-section .carousel-nav li.carousel-nav-prev a {
        top: -30px;
    }

    .panadol-home-did-you-know-carousel .carousel-nav li a {
        top: 83%;
    }

    .panadol-campaign-video-section .carousel-slides {
        min-height: 200px;
    }

    .panadol-home-outer-box .panadol-home-did-you-know-carousel .carousel-nav li a {
        width: 3vw;
        height: 3vw;
        top: 80%;
    }

    .panadol-campaign-video-section .carousel-nav li.carousel-nav-next a:before {
        content: url(../../assets/img/tablet-campaign-carousel-white-arrow_right.png);
        background: none;
    }

    .panadol-campaign-video-section .carousel-nav li.carousel-nav-prev a:before {
        content: url(../../assets/img/tablet-campaign-carousel-white-arrow_left.png);
        background: none;
    }

    .panadol-campaign-video-section {
        margin-bottom: -2em;
    }

    /* Homepage - Tablet Content CSS End*/
}

@media only screen and (max-width: 767px) {
    /* line 175, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-cover {
        max-width: 100%;
        float: none;
        margin: auto;
        display: block;
    }

    /* line 181, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-content {
        max-width: 100%;
        float: none;
    }

    /* line 186, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-nav li {
        display: none;
    }

    /* line 189, ../../sass/components/carousel/_carousel-base.scss */
    .carousel-nav .carousel-nav-prev,
    .carousel-nav .carousel-nav-next {
        display: block;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {

    .panadol-home-did-you-know-mobile-carousel .carousel-nav li.carousel-nav-prev, .panadol-home-did-you-know-mobile-carousel .carousel-nav li.carousel-nav-next {
        display: none;
    }

    .panadol-home-did-you-know-mobile-carousel.carousel {
        padding: 15px 0px;
    }

    .panadol-home-did-you-know-mobile-carousel .carousel-nav li {
        display: inline-block;
        margin: 0 8px;
    }

    .panadol-home-did-you-know-mobile-carousel .carousel-nav li a {
        width: 4vw;
        height: 4vw;
        position: relative;
    }

    .carousel-nav li.carousel-nav-prev, .carousel-nav li.carousel-nav-next {
        margin: 0em 2em;
    }

    .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li.carousel-nav-prev, .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li.carousel-nav-next {
        display: none;
    }

    .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li {
        display: inline-block;
    }

    .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li a {
        border: 0;
        background-size: 100%;
        width: 4.5vw;
        height: 4.5vw;
    }

    .panadol-campaign-video-section .carousel-slides {
        width: 100%;
        min-height: 100px;
    }

    .panadol-campaign-outer-box .panadol-campaign-video-section .carousel-slides {
        width: 100%;
        min-height: 100px;
        padding: 2em 0 4em 0;
    }

    /*.panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li a
    {
        background: url(../../assets/img/Mobile_CarouselDots_PinkActiveDot.png) no-repeat;
    }
    */
    .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li.is-active a {
        background: url(../../assets/img/Mobile_CarouselDots_PinkActiveDot.png) no-repeat;
        background-size: 100%;
        width: 5vw;
        height: 5vw;
    }

    .panadol-children-bow-box .panadol-related-articles-carousel .carousel-nav li {
        display: inline-block;
        margin: 0 3px;
        width: 4%;
    }

    /* Campaign - Mobile Content CSS End*/
    .panadol-campaign-video-section .carousel-nav li {
        width: 6vw;
    }

    .panadol-campaign-video-section .carousel-nav li.carousel-nav-next a, .panadol-campaign-video-section .carousel-nav li.carousel-nav-prev a {
        top: -30px;
        display: none;
    }

    .panadol-campaign-video-section .carousel-nav li.carousel-nav-prev, .panadol-campaign-video-section .carousel-nav li.carousel-nav-next {
        margin: 0em 0.5em;
    }

    .carousel.panadol-campaign-video-section {
        padding: 0 15px;
    }

    /* Campaign - Mobile Content CSS End*/
}

/* Product Details Page Starts */

.panadol-related-products-carousel li.carousel-nav-prev {
    left: 0;
}

.panadol-related-products-carousel li.carousel-nav-next {
    right: 0;
}

.carousel.panadol-related-products-carousel .carousel-nav li a, .panadol-related-articles-carousel .carousel-nav li a {
    top: 0;
    position: relative;
}

/* Product Details Page Ends */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.coupons {
  padding: 10px;
  border: 1px solid #D5D1CE;
  position: relative;
  margin-bottom: 10px; }
  .coupons .couponsImage {
    float: left;
    width: 30%;
    margin-right: 10px; }
  .coupons .couponsDescription {
    float: left;
    width: 60%; }
  .coupons .couponsContainer .button, .coupons .couponsContainer a.lightbox {
    bottom: 10px;
    position: absolute;
    right: 25px; }

.overlay-content-inner a.couponCancel, .overlay-content-inner a.couponSubmit {
  background-color: #f36633;
  border-radius: 3px;
  color: white;
  padding: 8px 20px;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block; }
  .overlay-content-inner a.couponCancel:hover, .overlay-content-inner a.couponSubmit:hover {
    background-color: #939191;
    color: white; }
  .overlay-content-inner a.couponCancel:active, .overlay-content-inner a.couponSubmit:active {
    background-color: #939191;
    color: white; }
.digitalWallet .hidden {
  display: none; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/divider/_divider-base.scss */
.divider {
  background: #939191;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjEuMCIgeDI9IjEuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkzOTE5MSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzIzMTMxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTM5MTkxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(45deg, #939191, #323131, #939191);
  background-image: -webkit-linear-gradient(45deg, #939191, #323131, #939191);
  background-image: linear-gradient(45deg, #939191, #323131, #939191);
  height: 2px;
  background-size: 25% 100%;
  margin: 2em 0;
}

/* line 11, ../../sass/components/divider/_divider-base.scss */
.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/fileList/_fileList-base.scss */
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 7, ../../sass/components/fileList/_fileList-base.scss */
.fileList-date {
  margin-bottom: 10px;
  color: #868484;
}

/* line 12, ../../sass/components/fileList/_fileList-base.scss */
.fileList-file {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 17, ../../sass/components/fileList/_fileList-base.scss */
.fileList-description {
  overflow: hidden;
}

/* line 21, ../../sass/components/fileList/_fileList-base.scss */
.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 25, ../../sass/components/fileList/_fileList-base.scss */
.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 31, ../../sass/components/fileList/_fileList-base.scss */
.fileList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

/* line 37, ../../sass/components/fileList/_fileList-base.scss */
.fileList-download {
  text-align: right;
}

/* line 41, ../../sass/components/fileList/_fileList-base.scss */
.fileList-download-size {
  color: #868484;
  display: block;
}

@media only screen and (max-width: 767px) {
  /* line 47, ../../sass/components/fileList/_fileList-base.scss */
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.filterableBox {
  position: relative;
  margin-left: 10px; }
  .filterableBox .filterableBox__header {
    display: flex; }
    .filterableBox .filterableBox__header .header__item {
      margin-right: 20px; }
    .filterableBox .filterableBox__header .header__searchWrapper .searchWrapper__search-box {
      height: 100%;
      padding: 0; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__label {
      background-color: #f36633;
      color: white;
      border: none;
      cursor: pointer;
      padding: 10px 20px;
      text-decoration: none;
      margin: auto; }
    .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px;
      padding-inline-start: 0; }
      .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer; }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item:hover {
          box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5); }
        .filterableBox .filterableBox__header .header__sortMenu .sortMenu__items .sortMenu__item.active {
          font-weight: bold; }
  .filterableBox .filterableBox__content {
    margin-top: 20px; }
    .filterableBox .filterableBox__content .content__noResultFound {
      display: none; }
    .filterableBox .filterableBox__content .content {
      display: flex;
      flex-wrap: wrap; }
      .filterableBox .filterableBox__content .content .indexable-component {
        padding: 10px; }
        .filterableBox .filterableBox__content .content .indexable-component:first-child {
          margin-right: 20px; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/flash/_flash-base.scss */
.flash {
  text-align: center;
}

/* line 7, ../../sass/components/flash/_flash-base.scss */
.flash object {
  max-width: 100%;
}

/* Flash is not installed */
/* line 12, ../../sass/components/flash/_flash-base.scss */
.flash-missing {
  margin: 0 auto;
}

/* line 16, ../../sass/components/flash/_flash-base.scss */
.flash .seoDescription {
  display: none;
}
.footer {
  background: none;
  color: inherit; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .footer .img-link {
    border: solid 2px transparent;
    display: block; }
    .footer .img-link:focus {
      border: solid 2px red; }

.footer-bar {
  padding: 1rem 0 0; }

.footer-sitemap {
  background: none; }

.footer-social {
  background: none; }

.footer-core {
  background: none; }

.footer-extra {
  background: none; }

.footer-navgroup__heading {
  color: inherit;
  font-size: inherit; }

.footer-navgroup li {
  padding: 0.25rem 0; }

.footer-navgroup li > a {
  color: red;
  text-decoration: none; }
  .footer-navgroup li > a:hover, .footer-navgroup li > a:focus {
    color: blue;
    text-decoration: underline; }

.footer-navgroup img {
  max-width: 100%; }

.footer-copyright {
  display: flex; }
  .footer-copyright__img {
    margin: 0 1rem 0 0; }
  .footer-copyright__text {
    font-size: inherit;
    color: inherit; }

.footer-navlist ul {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.footer-navlist li {
  padding: 0 0 0.25rem 0; }

.footer-navlist a {
  color: red;
  text-decoration: none; }
  .footer-navlist a:hover, .footer-navlist a:focus {
    color: blue;
    text-decoration: underline; }

.social-icons {
  max-width: 100%;
  margin: 0 auto; }
  .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; }
  .social-icons li {
    margin: 0 0.4rem 0 0;
    position: relative; }
  .social-icons a {
    display: block;
    background: #000;
    border: solid 3px transparent;
    transition: all 0.5s ease; }
    .social-icons a:hover, .social-icons a:focus {
      background: black;
      border: solid 3px red; }
  .social-icons svg {
    position: absolute;
    left: 3px;
    top: 4px;
    fill: #FFF; }
  .social-icons--md svg {
    width: 32px; }
  .social-icons--md a {
    width: 40px;
    height: 40px; }
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
/* line 95, ../../sass/components/form/_form-base.scss */
.form {
  /* TWITTER BOOTSTRAP FORM STYLE
  ------------------------------------*/
  /* STATES STYLES
      ------------------------------------*/
  /* ARROW BUTTON STYLES
     -----------------------------------*/
}
/* line 97, ../../sass/components/form/_form-base.scss */
.form .form-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
/* line 104, ../../sass/components/form/_form-base.scss */
.form form {
  margin: 0 0 20px;
}
/* line 108, ../../sass/components/form/_form-base.scss */
.form fieldset {
  background-color: #e1e1e1;
  border: solid 2px #323131;
  padding: 13px;
  margin: 15px 0;
  min-width: 0;
}
/* line 116, ../../sass/components/form/_form-base.scss */
.form legend {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 5px;
}
/* line 123, ../../sass/components/form/_form-base.scss */
.form fieldset legend {
  display: table;
  white-space: normal;
  margin-right: 10px;
}
/* line 129, ../../sass/components/form/_form-base.scss */
.form label,
.form input,
.form button,
.form select,
.form textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  max-width: 100%;
}
/* line 140, ../../sass/components/form/_form-base.scss */
.form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  min-width: 200px;
}
/* line 146, ../../sass/components/form/_form-base.scss */
.form input,
.form button,
.form select,
.form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* line 153, ../../sass/components/form/_form-base.scss */
.form label {
  display: block;
  margin-bottom: 5px;
}
/* line 158, ../../sass/components/form/_form-base.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 173, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form .uneditable-input {
  width: 206px;
}
/* line 179, ../../sass/components/form/_form-base.scss */
.form fieldset textarea {
  resize: vertical;
  width: 100%;
}
/* line 184, ../../sass/components/form/_form-base.scss */
.form textarea {
  height: auto;
}
/* line 188, ../../sass/components/form/_form-base.scss */
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  background-color: white;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
/* line 198, ../../sass/components/form/_form-base.scss */
.form select:focus,
.form textarea:focus,
.form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus,
.form .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* line 207, ../../sass/components/form/_form-base.scss */
.form input + .help-block,
.form select + .help-block,
.form textarea + .help-block,
.form .uneditable-input + .help-block {
  margin-top: 10px;
}
/* line 214, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form select,
.form .help-inline,
.form .uneditable-input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
/* line 226, ../../sass/components/form/_form-base.scss */
.form input[type="radio"],
.form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px                  \9;
  *margin-top: 0;
  line-height: normal;
}
/* line 234, ../../sass/components/form/_form-base.scss */
.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
  width: auto;
}
/* line 244, ../../sass/components/form/_form-base.scss */
.form select,
.form input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
/* line 253, ../../sass/components/form/_form-base.scss */
.form select {
  width: 220px;
  background-color: white;
  border: 1px solid #CCCCCC;
}
/* line 259, ../../sass/components/form/_form-base.scss */
.form select[multiple],
.form select[size] {
  height: auto;
}
/* line 264, ../../sass/components/form/_form-base.scss */
.form .uneditable-input,
.form .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #CCCCCC;
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
}
/* line 273, ../../sass/components/form/_form-base.scss */
.form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
/* line 278, ../../sass/components/form/_form-base.scss */
.form .uneditable-textarea {
  width: auto;
  height: auto;
}
/* line 283, ../../sass/components/form/_form-base.scss */
.form input:-moz-placeholder,
.form textarea:-moz-placeholder,
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #999999;
}
/* line 292, ../../sass/components/form/_form-base.scss */
.form .form-actions {
  padding-left: 180px;
}
/* line 296, ../../sass/components/form/_form-base.scss */
.form .hide {
  display: none;
}
/* line 300, ../../sass/components/form/_form-base.scss */
.form .radio,
.form .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
/* line 306, ../../sass/components/form/_form-base.scss */
.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -22px;
}
/* line 312, ../../sass/components/form/_form-base.scss */
.form .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 318, ../../sass/components/form/_form-base.scss */
.form .controls:first-child {
  *padding-left: 180px;
}
/* line 323, ../../sass/components/form/_form-base.scss */
.form .controls > .radio:first-child,
.form .controls > .checkbox:first-child {
  padding-top: 5px;
}
/* line 328, ../../sass/components/form/_form-base.scss */
.form .radio.inline,
.form .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 336, ../../sass/components/form/_form-base.scss */
.form .radio.inline + .radio.inline,
.form .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
/* line 341, ../../sass/components/form/_form-base.scss */
.form input,
.form textarea,
.form .uneditable-input {
  margin-left: 0;
}
/* line 347, ../../sass/components/form/_form-base.scss */
.form .controls-row {
  *zoom: 1;
}
/* line 349, ../../sass/components/form/_form-base.scss */
.form .controls-row:before, .form .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 355, ../../sass/components/form/_form-base.scss */
.form .controls-row:after {
  clear: both;
}
/* line 360, ../../sass/components/form/_form-base.scss */
.form input[disabled],
.form select[disabled],
.form textarea[disabled],
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
/* line 370, ../../sass/components/form/_form-base.scss */
.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] {
  background-color: transparent;
}
/* line 380, ../../sass/components/form/_form-base.scss */
.form .control-label {
  word-break: break-all;
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  line-height: normal;
}
/* line 391, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea, .form .control-group.warning .control-label, .form .control-group.warning .help-block, .form .control-group.warning .help-inline, .form .control-group.warning .checkbox, .form .control-group.warning .radio {
  color: #c09853;
}
/* line 395, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea {
  border-color: #c09853;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 400, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input:focus, .form .control-group.warning select:focus, .form .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 409, ../../sass/components/form/_form-base.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea, .form .control-group.error .control-label, .form .control-group.error .help-block, .form .control-group.error .help-inline, .form .control-group.error .checkbox, .form .control-group.error .radio {
  color: #b94a48;
}
/* line 413, ../../sass/components/form/_form-base.scss */
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea {
  border-color: #b94a48;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 418, ../../sass/components/form/_form-base.scss */
.form .control-group.error input:focus, .form .control-group.error select:focus, .form .control-group.error textarea:focus {
  border-color: #953b39;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 427, ../../sass/components/form/_form-base.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea, .form .control-group.success .control-label, .form .control-group.success .help-block, .form .control-group.success .help-inline, .form .control-group.success .checkbox, .form .control-group.success .radio {
  color: #468847;
}
/* line 431, ../../sass/components/form/_form-base.scss */
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea {
  border-color: #468847;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 436, ../../sass/components/form/_form-base.scss */
.form .control-group.success input:focus, .form .control-group.success select:focus, .form .control-group.success textarea:focus {
  border-color: #356635;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 445, ../../sass/components/form/_form-base.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea, .form .control-group.info .control-label, .form .control-group.info .help-block, .form .control-group.info .help-inline, .form .control-group.info .checkbox, .form .control-group.info .radio {
  color: #3a87ad;
}
/* line 449, ../../sass/components/form/_form-base.scss */
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea {
  border-color: #3a87ad;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 454, ../../sass/components/form/_form-base.scss */
.form .control-group.info input:focus, .form .control-group.info select:focus, .form .control-group.info textarea:focus {
  border-color: #2d6987;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 466, ../../sass/components/form/_form-base.scss */
.form .control-group.warning input[type="radio"],
.form .control-group.error input[type="radio"],
.form .control-group.success input[type="radio"],
.form .control-group.info input[type="radio"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 472, ../../sass/components/form/_form-base.scss */
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
/* line 479, ../../sass/components/form/_form-base.scss */
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #e9322d;
  -moz-box-shadow: 0 0 6px #d59392;
  -webkit-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
/* line 486, ../../sass/components/form/_form-base.scss */
.form .help-block,
.form .help-inline {
  color: #595959;
}
/* line 491, ../../sass/components/form/_form-base.scss */
.form .help-block {
  display: block;
  margin-bottom: 0;
}
/* line 496, ../../sass/components/form/_form-base.scss */
.form .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
/* line 504, ../../sass/components/form/_form-base.scss */
.form .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 508, ../../sass/components/form/_form-base.scss */
.form .control-group:before, .form .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
/* line 514, ../../sass/components/form/_form-base.scss */
.form .control-group:after {
  clear: both;
}
/* line 520, ../../sass/components/form/_form-base.scss */
.form legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
/* line 525, ../../sass/components/form/_form-base.scss */
.form .radio input[type="radio"] {
  width: 20px;
  float: none;
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 533, ../../sass/components/form/_form-base.scss */
.form .radio .radio-label-text {
  line-height: 13px;
  vertical-align: baseline;
}
/* line 541, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button,
.form .button-arrow-right button {
  position: relative;
  box-shadow: none;
  height: 28px;
  overflow: visible;
}
/* line 549, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 20px;
}
/* line 556, ../../sass/components/form/_form-base.scss */
.form .button-arrow-right button {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 20px;
}
/* line 563, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:after,
.form .button-arrow-right button:after {
  content: ' ';
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 3px;
  background-color: #e1e1e1;
  border: 2px solid #656363;
  box-shadow: none;
}
/* line 576, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -10px;
  border-width: 0px 1px 1px 0px;
  border-bottom-right-radius: 5px;
}
/* line 587, ../../sass/components/form/_form-base.scss */
.form .button-arrow-right button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  border-width: 1px 1px 0px 0px;
  border-top-right-radius: 5px;
}
/* line 598, ../../sass/components/form/_form-base.scss */
.form .button-arrow-left button:hover:after,
.form .button-arrow-right button:hover:after {
  background-color: #939191;
}

/* line 606, ../../sass/components/form/_form-base.scss */
.form > .component-content,
.form-element > .component-content {
  overflow: hidden;
}

/* FORM HORIZONTAL STYLES
   ------------------------------------*/
/* line 616, ../../sass/components/form/_form-base.scss */
.form-horizontal .radio {
  display: inline-block;
  margin-right: 10px;
}

/* IE STYLES
    ------------------------------------*/
/* line 630, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset {
  position: relative;
  margin: 10px;
}
/* line 635, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset legend {
  position: relative;
  top: -0.7em;
  left: 0.5em;
  margin-right: 20px;
}
/* line 642, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form fieldset legend span {
  display: block;
  width: 100%;
}
/* line 647, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .input-focus-border-fix {
  border-color: #52A8EC;
}
/* line 651, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button {
  border: 1px solid #656363;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
/* line 658, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-left button:after,
.lt-ie9 .form .button-arrow-right button:after {
  position: static;
  border: none;
  display: inline;
}
/* line 665, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-left button:before {
  content: "<<";
  padding-right: 5px;
}
/* line 670, ../../sass/components/form/_form-base.scss */
.lt-ie9 .form .button-arrow-right button:after {
  content: ">>";
  padding-left: 5px;
}

/* line 682, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form fieldset legend {
  top: -0.5em;
}
/* line 686, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form .button {
  display: inline;
}
/* line 690, ../../sass/components/form/_form-base.scss */
.lt-ie8 .form .button-arrow-left button,
.lt-ie8 .form .button-arrow-right button {
  position: static;
}

/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 767px) {
  /* line 705, ../../sass/components/form/_form-base.scss */
  .form .radio input[type="radio"] {
    height: 14px;
  }
  /* line 709, ../../sass/components/form/_form-base.scss */
  .form .control-group {
    margin-bottom: 10px;
  }
  /* line 713, ../../sass/components/form/_form-base.scss */
  .form .checkboxField .control-label {
    float: left;
  }
  /* line 717, ../../sass/components/form/_form-base.scss */
  .form .control-label {
    float: none;
    width: 160px;
    padding-top: 5px;
    text-align: left;
  }
  /* line 724, ../../sass/components/form/_form-base.scss */
  .form .controls {
    margin-left: 0;
  }
  /* line 728, ../../sass/components/form/_form-base.scss */
  .form .help-block {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 239px) {
  /* line 739, ../../sass/components/form/_form-base.scss */
  .form input,
  .form textarea,
  .form .uneditable-input {
    width: 200px;
  }
  /* line 745, ../../sass/components/form/_form-base.scss */
  .form select {
    width: 200px;
  }
}
/* NO JS STYLES
    ------------------------------------*/
/* line 758, ../../sass/components/form/_form-base.scss */
.no-js .clearButton {
  display: none;
}

.page-Priceline .wsform-form.priceline_campaign.contact_us_form {
  /*display:flex;*/
  /*flex-wrap: wrap;*/
}

.page-Priceline  .wsform-item[class*="A_FNAME"], .page-Priceline .wsform-item[class*="A_CNCTUS_SNAME"],
.page-Priceline .wsform-item[class*="A_CNCTUS_ADRSL1"], .page-Priceline .wsform-item[class*="A_PSTCD"] {
   float:left;
   width: 50%;
}
.page-Priceline  .wsform-item[class*="A_FNAME"] input,
.page-Priceline .wsform-item[class*="A_CNCTUS_SNAME"] input,
.page-Priceline .wsform-item[class*="A_CNCTUS_ADRSL1"] input,
.page-Priceline .wsform-item[class*="A_PSTCD"] input {
  width: 96%;
}
.page-Priceline  .wsform-item[class*="A_BIRTH_DATE"] input,
.page-Priceline .wsform-item[class*="A_CNCTUS_TELNO"] input,
.page-Priceline .wsform-item[class*="A_EML"] input {
  width: 98%;
}
.page-Priceline .wsform-form .priceline_campaign .contact_us_form h2,
.page-Priceline .wsform-message.wsform-success,
.page-Priceline .wsform-message.wsform-failure,
.page-Priceline .wsform-item[class*="A_PROF_TC"] label {
  display: none;
}
.page-Priceline .form input[type="checkbox"] {
  margin:-1px 0 0;
}
.page-Priceline .wsform-item[class*='A_PROF_TC'] .wsform-controls span{
  margin: 0 5px 0px 10px;
}
.page-Priceline .control-group .controls .button.submit {
  font-size: 25px;
  background: url(../../assets/img/Desktop_Homepage_LearnMoreButton.png?auto=format) no-repeat;
  color: #ffffff;
  padding: 0.5em 1em;
  font-family: "GothamBold";
}
html[lang="hu-HU"] .page-Priceline .control-group .controls .button.submit {
  font-size: 25px;
  background: url(../../assets/img/Desktop_Homepage_LearnMoreButton.png?auto=format) no-repeat;
  color: #ffffff;
  padding: 0.5em 1em;
  font-family: "Roboto";
}
.page-Priceline .wsform-form.priceline_campaign.contact_us_form .control-group {
  width: 100%;
  float: none;
  text-align: center;
  display: block;
}
.page-Priceline .wsform-form.priceline_campaign.contact_us_form .control-group .controls {
  margin-top: 2%;
  margin-left: 0 !important;
}
.page-Priceline .component-content form h2 {
  display: none;
}

/* woolworths page */

.page-woolworths .wsform .component-content {
  background-color: transparent;
  padding: 0;
}
.page-woolworths .wsform .wsform-item {
  margin-bottom: 0;
}
.page-woolworths .wsform .wsform-label {
  float: none;
  width: 100%;
  padding-top: 0;
  font-weight: normal;
}
.page-woolworths .wsform .wsform-controls, .wsform .controls {
  margin-left: 0;
}
.page-woolworths .wsform select,
.page-woolworths .wsform textarea,
.page-woolworths .wsform input[type="email"],
.page-woolworths .wsform input[type="number"],
.page-woolworths .wsform input[type="password"],
.page-woolworths .wsform input[type="search"],
.page-woolworths .wsform input[type="tel"],
.page-woolworths .wsform input[type="text"],
.page-woolworths .wsform input[type="url"],
.page-woolworths .wsform input[type="color"],
.page-woolworths .wsform input[type="date"],
.page-woolworths .wsform input[type="DATEPICKER"],
.page-woolworths .wsform input[type="datetime"],
.page-woolworths .wsform input[type="datetime-local"],
.page-woolworths .wsform input[type="month"],
.page-woolworths .wsform input[type="time"],
.page-woolworths .wsform input[type="week"],
.page-woolworths .wsform .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.page-woolworths .form select:focus,
.page-woolworths .form textarea:focus,
.page-woolworths .form input[type="email"]:focus,
.page-woolworths .form input[type="number"]:focus,
.page-woolworths .form input[type="password"]:focus,
.page-woolworths .form input[type="search"]:focus,
.page-woolworths .form input[type="tel"]:focus,
.page-woolworths .form input[type="text"]:focus,
.page-woolworths .form input[type="url"]:focus,
.page-woolworths .form input[type="color"]:focus,
.page-woolworths .form input[type="date"]:focus,
.page-woolworths .form input[type="datetime"]:focus,
.page-woolworths .form input[type="datetime-local"]:focus,
.page-woolworths .form input[type="month"]:focus,
.page-woolworths .form input[type="time"]:focus,
.page-woolworths .form input[type="week"]:focus,
.page-woolworths .form .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.page-woolworths  .wsform-item[class*="A_FNAME"],
.page-woolworths .wsform-item[class*="A_CNCTUS_SNAME"],
.page-woolworths .wsform-item[class*="A_CNCTUS_ADRSL1"],
.page-woolworths .wsform-item[class*="A_PSTCD"] {
  float:left;
  width: 50%;
}
.page-woolworths  .wsform-item[class*="A_FNAME"] input,
.page-woolworths .wsform-item[class*="A_CNCTUS_SNAME"] input,
.page-woolworths .wsform-item[class*="A_CNCTUS_ADRSL1"] input,
.page-woolworths .wsform-item[class*="A_PSTCD"] input {
  width: 96%;
}
.page-woolworths  .wsform-item[class*="A_BIRTH_DATE"] input,
.page-woolworths .wsform-item[class*="A_CNCTUS_TELNO"] input,
.page-woolworths .wsform-item[class*="A_EML"] input {
  width: 98%;
}
.page-woolworths .wsform-form .priceline_campaign .contact_us_form h2,
.page-woolworths .wsform-message.wsform-success,
.page-woolworths .wsform-message.wsform-failure,
.page-woolworths .wsform-item[class*="A_PROF_TC"] label {
  display: none;
}
.page-woolworths .form input[type="checkbox"] {
  margin:-1px 0 0;
}
.page-woolworths .wsform-item[class*='A_PROF_TC'] .wsform-controls span {
  margin: 0 5px 0px 10px;
}
.page-woolworths .control-group .controls .button.submit {
  font-size: 25px;
  background: url(../../assets/img/Desktop_Homepage_LearnMoreButton.png?auto=format) no-repeat;
  color: #ffffff;
  padding: 0.5em 1em;
  font-family: "GothamBold";
}
html[lang="hu-HU"] .page-woolworths .control-group .controls .button.submit {
  font-size: 25px;
  background: url(../../assets/img/Desktop_Homepage_LearnMoreButton.png?auto=format) no-repeat;
  color: #ffffff;
  padding: 0.5em 1em;
  font-family: "Roboto";
}
.page-woolworths .wsform-form.priceline_campaign.contact_us_form .control-group {
  width: 100%;
  float: none;
  text-align: center;
  display: block;
}
.page-woolworths .wsform-form.priceline_campaign.contact_us_form .control-group .controls {
  margin-top: 2%;
  margin-left: 0 !important;
}
.page-woolworths .component-content form h2 {
  display: none;
}
.page-woolworths .control-group:before {
    content: "I have read and acknowledged the terms & conditions and for this promotion I understand that personal information being collected will be used for the purpose of providing notification to competition winners";
    display: block;
    position: relative;
    top: -20px;
    line-height: 20px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* all other colors*/
/* BUTTONS
----------------------------------*/
.hidden-password-field {
  display: none; }

.gigya-screen .default-submit-button input[type=submit] {
  background-color: #f36633; }

