/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
/* line 2, ../scss/core/_reset.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 10, ../scss/core/_reset.scss */
html {
  -webkit-tap-highlight-color: transparent;
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

/* line 15, ../scss/core/_reset.scss */
body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

/* line 21, ../scss/core/_reset.scss */
html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

/* line 30, ../scss/core/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, ../scss/core/_reset.scss */
th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

/* line 49, ../scss/core/_reset.scss */
address {
  font-style: normal;
}

/* line 53, ../scss/core/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 59, ../scss/core/_reset.scss */
img {
  display: inline-block;
}

/* line 63, ../scss/core/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 68, ../scss/core/_reset.scss */
q:before,
q:after {
  content: '';
}

/* line 74, ../scss/core/_reset.scss */
input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

/* line 80, ../scss/core/_reset.scss */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 21, ../scss/core/_common.scss */
a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
}

/* line 27, ../scss/core/_common.scss */
body {
  -webkit-overflow-scrolling: touch;
}

/* line 30, ../scss/core/_common.scss */
body,
button,
input,
select,
table,
textarea {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 42, ../scss/core/_common.scss */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 47, ../scss/core/_common.scss */
.select-wrapper {
  overflow: hidden;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 100% -490px;
  border: 1px solid #ededed;
}
/* line 51, ../scss/core/_common.scss */
.select-wrapper select {
  background: none;
  border: 0;
  width: 110%;
  padding: 10px;
  margin: 0;
}
/* line 58, ../scss/core/_common.scss */
.select-wrapper input[type=text] {
  margin: 0;
  border: 0;
  background: transparent;
}

/* line 65, ../scss/core/_common.scss */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

/* line 74, ../scss/core/_common.scss */
a:hover {
  color: #db5519;
  text-decoration: none;
}

/* line 79, ../scss/core/_common.scss */
:focus {
  outline: 0;
}

/* line 82, ../scss/core/_common.scss */
a:focus {
  outline: 0;
  /*color: darken($c-action, 30%);*/
}

/* line 87, ../scss/core/_common.scss */
::selection {
  background: #e25b1e;
  color: #FFF;
}

/* line 92, ../scss/core/_common.scss */
ol,
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
/* line 103, ../scss/core/_common.scss */
h1, .h1 {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 105, ../scss/core/_common.scss */
h2, .h2 {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

/* line 107, ../scss/core/_common.scss */
h3, .h3 {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 109, ../scss/core/_common.scss */
h4, .h4 {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 111, ../scss/core/_common.scss */
h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 113, ../scss/core/_common.scss */
h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

/* line 116, ../scss/core/_common.scss */
.container_12:after, .row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 125, ../scss/core/_common.scss */
.bottom-space {
  border-bottom: 1px solid #EDEDED;
}

/* line 129, ../scss/core/_common.scss */
.p-gray {
  color: #848484;
  font: normal 13px/21px open_sansregular, Arial;
}

/* ============================================ *
 * Shared Classes
 * ============================================ */
/* line 136, ../scss/core/_common.scss */
.wrapper-center {
  padding-left: 4%;
  padding-right: 4%;
}

/* line 141, ../scss/core/_common.scss */
.address-list address {
  margin-bottom: 1em;
}

/* line 145, ../scss/core/_common.scss */
.availability {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 151, ../scss/core/_common.scss */
.availability .label {
  display: none;
}

/* line 155, ../scss/core/_common.scss */
.availability.in-stock {
  color: #11B400;
}

/* line 159, ../scss/core/_common.scss */
.availability.available-soon,
.availability.out-of-stock {
  color: #fb0606;
}

/* line 164, ../scss/core/_common.scss */
.availability-only {
  color: #fb0606;
  margin-bottom: 10px;
}

/* -------------------------------------------- *
 * Page Titles
 */
/* line 173, ../scss/core/_common.scss */
.page-title h1 {
  font-size: 27px;
  font-weight: 600;
  color: #333333;
  margin: 33px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 176, ../scss/core/_common.scss */
.product-name h1,
.product-name .h1 {
  font-size: 28px;
  letter-spacing: 1.7px;
}

/* line 182, ../scss/core/_common.scss */
.page-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin: 33px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* -------------------------------------------- *
 * Block Module
 */
/* line 190, ../scss/core/_common.scss */
.col-left-first .block:last-of-type {
  margin-bottom: 0;
}

/* line 195, ../scss/core/_common.scss */
.block-title h2,
.block-title h3,
.block-title strong {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  color: #e66228;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 204, ../scss/core/_common.scss */
.block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #A0A0A0;
}

/* line 212, ../scss/core/_common.scss */
body:not(.customer-account) .block:first-child .block-title {
  border-top: none;
  padding-top: 0;
}

/* line 217, ../scss/core/_common.scss */
.block-subtitle {
  font-weight: bold;
  margin-bottom: 7px;
}

/* line 222, ../scss/core/_common.scss */
.block-content {
  margin-top: 5px;
}

/* line 226, ../scss/core/_common.scss */
.block-content.unpad {
  padding: 0;
}

/* line 230, ../scss/core/_common.scss */
.block-content li.item {
  margin: 0 0 10px 9px;
}

/* line 234, ../scss/core/_common.scss */
.block-content li.item:last-child {
  margin-bottom: 0;
}

/* line 238, ../scss/core/_common.scss */
.block .actions {
  margin-top: 10px;
}
/* line 241, ../scss/core/_common.scss */
.block .actions:after {
  content: '';
  display: table;
  clear: both;
}
/* line 245, ../scss/core/_common.scss */
.block .actions a {
  float: left;
}

/* line 253, ../scss/core/_common.scss */
.col-left .block .actions .button ~ a,
.col-right .block .actions .button ~ a {
  line-height: 33px;
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  /* line 263, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  /* line 266, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  /* line 273, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    color: #333333;
    font-family: proxima_nova_ltsemibold, Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #e5e4e3;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }
  /* line 86, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #e66228;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 282, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    color: #333333;
    font-family: proxima_nova_ltsemibold, Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    position: relative;
    background-color: #e5e4e3;
  }
  /* line 86, ../scss/mixin/_toggle-content.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #e66228;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  /* line 288, ../scss/core/_common.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #CCCCCC;
  }
  /* line 298, ../scss/core/_common.scss */
  .sidebar .block:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }

  /* line 306, ../scss/core/_common.scss */
  .sidebar .block-account .block-title > strong span:after,
  .sidebar .block-cms-menu .block-title > strong span:after {
    content: ' Menu';
  }
}
/* -------------------------------------------- *
 * Secondary Navigation
 */
/* line 318, ../scss/core/_common.scss */
.block-account .block-title,
.block-cms-menu .block-title {
  padding-top: 0;
  border-top: none;
}
/* line 323, ../scss/core/_common.scss */
.block-account li,
.block-cms-menu li {
  text-transform: uppercase;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 7px 0;
}
/* line 328, ../scss/core/_common.scss */
.block-account li strong,
.block-cms-menu li strong {
  font-weight: 400;
  color: #e66228;
}
/* line 333, ../scss/core/_common.scss */
.block-account li a,
.block-cms-menu li a {
  color: #333333;
}
/* line 336, ../scss/core/_common.scss */
.block-account li a:hover,
.block-cms-menu li a:hover {
  color: #e66228;
}

/* ============================================ *
 * Buttons
 * ============================================ */
/* Secondary Buttons */
/* line 348, ../scss/core/_common.scss */
.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
  background: #DDDDDD;
  color: #333333;
  padding: 7px 15px;
}
/* line 356, ../scss/core/_common.scss */
.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
  background: #d0d0d0;
  cursor: pointer;
}
/* line 361, ../scss/core/_common.scss */
.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
  background: #c4c4c4;
  color: #333333;
}
/* line 366, ../scss/core/_common.scss */
.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
  color: #333333;
  background: #c4c4c4;
  outline: none;
}

/* Primary Buttons */
/* line 375, ../scss/core/_common.scss */
.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
  width: 100%;
  background: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 12px 15px 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  font-family: proxima_nova_ltsemibold;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 398, ../scss/core/_common.scss */
.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
  background: #FFF;
  cursor: pointer;
  color: #000;
}

/* line 404, ../scss/core/_common.scss */
.button.button-reverse {
  background: #FFF;
  color: #000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 411, ../scss/core/_common.scss */
.button.button-reverse:hover {
  background: #000;
  cursor: pointer;
  color: #FFF;
}

/* line 418, ../scss/core/_common.scss */
a.button {
  text-decoration: none;
}

/* line 422, ../scss/core/_common.scss */
a.button:hover {
  color: #000;
}

/* Disabled - class for anchor, state for form elements */
/* line 427, ../scss/core/_common.scss */
.button.disabled,
.button:disabled {
  background: #C8C8C8;
  opacity: 0.6;
  cursor: not-allowed;
}

/* line 446, ../scss/core/_common.scss */
.button2 {
  border: 0;
  padding: 0 5px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}

/* line 455, ../scss/core/_common.scss */
.button2:focus {
  outline: none;
}

/* line 459, ../scss/core/_common.scss */
.button2 span,
.button2 span span {
  line-height: 30px;
  height: 30px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  color: #e66228;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 469, ../scss/core/_common.scss */
.button2 span:hover,
.button2 span span:hover {
  text-decoration: none;
  color: #ad4314;
}

@media only screen and (max-width: 767px) {
  /* line 477, ../scss/core/_common.scss */
  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 484, ../scss/core/_common.scss */
  .col2-set .buttons-set .back-link {
    display: none;
  }
  /* line 487, ../scss/core/_common.scss */
  .col2-set .buttons-set .required {
    display: none;
  }

  /* line 491, ../scss/core/_common.scss */
  .flight_re_order_container {
    padding: 0 10px;
  }
  /* line 493, ../scss/core/_common.scss */
  .flight_re_order_container .grid_5 {
    width: 100%;
  }

  /* line 497, ../scss/core/_common.scss */
  .my_add_edit .buttons-set {
    width: 100%;
    padding: 0 10px;
  }
  /* line 500, ../scss/core/_common.scss */
  .my_add_edit .buttons-set button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 508, ../scss/core/_common.scss */
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  /* line 515, ../scss/core/_common.scss */
  .buttons-set .back-link {
    display: none;
  }
  /* line 518, ../scss/core/_common.scss */
  .buttons-set .required {
    display: none;
  }
}
/* -------------------------------------------- *
 * Paypal Button
 */
/* line 528, ../scss/core/_common.scss */
.paypal-logo.paypal-after {
  float: left;
}

/* line 532, ../scss/core/_common.scss */
.paypal-after .paypal-or {
  float: left;
}

/* line 536, ../scss/core/_common.scss */
.paypal-or {
  line-height: 40px;
  margin: 0px 10px 5px;
}

/* line 541, ../scss/core/_common.scss */
.paypal-after .paypal-button {
  float: left;
}

/* line 545, ../scss/core/_common.scss */
.paypal-button {
  line-height: 0px;
}

/* line 549, ../scss/core/_common.scss */
.paypal-button img {
  display: inline;
}

@media only screen and (max-width: 670px) {
  /* line 554, ../scss/core/_common.scss */
  .paypal-or {
    line-height: 20px;
  }

  /* line 558, ../scss/core/_common.scss */
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* -------------------------------------------- *
 * Button Sets
 */
/* line 574, ../scss/core/_common.scss */
.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right;
}
/* line 580, ../scss/core/_common.scss */
.buttons-set p.required {
  margin: 0;
  margin-left: 10px;
  line-height: 33px;
  float: right;
}
/* line 586, ../scss/core/_common.scss */
.buttons-set .back-link {
  float: left;
  margin: 0;
  line-height: 33px;
}
/* line 591, ../scss/core/_common.scss */
.buttons-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Icons
 */
/* line 600, ../scss/core/_common.scss */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
  background-image: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 607, ../scss/core/_common.scss */
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-cart .icon, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    /*background-image: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/icon_sprite@2x.png);*/
    background-size: 100px 1000px;
  }
}
/* -------------------------------------------- *
 * Breadcrumbs
 */
/* line 617, ../scss/core/_common.scss */
.breadcrumbs {
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
  color: #7e7e7e;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 623, ../scss/core/_common.scss */
.breadcrumbs li {
  float: left;
  font-size: 12px;
  padding: 12px 0 11px;
}
/* line 628, ../scss/core/_common.scss */
.breadcrumbs li > strong {
  font-weight: normal;
}

/* line 630, ../scss/core/_common.scss */
.breadcrumbs a {
  color: #7e7e7e;
}

/* line 634, ../scss/core/_common.scss */
.breadcrumbs a:hover {
  color: #e66228;
}

/* line 637, ../scss/core/_common.scss */
.breadcrumbs span {
  padding: 0 7px;
  font-size: 12px;
  line-height: 17px;
}

@media only screen and (max-width: 768px) {
  /* line 644, ../scss/core/_common.scss */
  .breadcrumbs {
    display: none;
  }
}
/* -------------------------------------------- *
 * Button - Remove / Previous
 */
/* line 654, ../scss/core/_common.scss */
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #EDEDED;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
/* line 667, ../scss/core/_common.scss */
.btn-remove:hover,
.btn-previous:hover {
  background-color: #e66228;
  border-color: #e66228;
}

/* line 674, ../scss/core/_common.scss */
.btn-remove:after {
  content: 'X';
  color: #e66228;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
}
/* line 684, ../scss/core/_common.scss */
.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 690, ../scss/core/_common.scss */
.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top;
}
/* line 697, ../scss/core/_common.scss */
.btn-remove2:after {
  display: none;
}
/* line 700, ../scss/core/_common.scss */
.btn-remove2:hover {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 707, ../scss/core/_common.scss */
.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e66228;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
}
/* line 715, ../scss/core/_common.scss */
.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #FFFFFF;
  border-left: none;
}

/* line 724, ../scss/core/_common.scss */
.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px;
}

/* -------------------------------------------- *
 * Checkout Agreements
 */
/* line 735, ../scss/core/_common.scss */
.checkout-agreements li {
  margin-bottom: 20px;
}

/* line 740, ../scss/core/_common.scss */
.checkout-agreements .agreement-content {
  display: none;
}
/* line 743, ../scss/core/_common.scss */
.checkout-agreements .agree label {
  color: #333333;
  font-family: proxima_nova_rgregular, Arial;
  font-size: 13px;
  text-transform: none;
  line-height: normal;
  letter-spacing: normal;
  padding-top: 2px !important;
}
/* line 751, ../scss/core/_common.scss */
.checkout-agreements .agree label a {
  color: #e66228;
}
/* line 753, ../scss/core/_common.scss */
.checkout-agreements .agree label a:hover {
  text-decoration: underline;
}

/* -------------------------------------------- *
 * CVV Security Code
 */
/* line 764, ../scss/core/_common.scss */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 13px;
  line-height: 24px;
}

/* -------------------------------------------- *
 * Container
 */
/* line 774, ../scss/core/_common.scss */
.full-width {
  width: 100%;
  position: relative;
}

/* line 779, ../scss/core/_common.scss */
.main-container {
  position: relative;
  margin: 0 auto;
}
/* line 782, ../scss/core/_common.scss */
.main-container:after {
  content: '';
  display: table;
  clear: both;
}

/* line 788, ../scss/core/_common.scss */
.footer-container {
  padding-top: 0px;
  background: #000000;
}

/* -------------------------------------------- *
 * Column Layouts
 */
/* line 797, ../scss/core/_common.scss */
.main:after,
.col-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 802, ../scss/core/_common.scss */
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

/* line 808, ../scss/core/_common.scss */
.col-left {
  float: left;
  width: 25%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left;
}
/* line 814, ../scss/core/_common.scss */
.col-left img {
  max-width: 100%;
}

/* line 819, ../scss/core/_common.scss */
.col-right {
  float: right;
  width: 25%;
  padding-right: 0;
  /* Remove the 15px padding */
}
/* line 824, ../scss/core/_common.scss */
.col-right img {
  max-width: 100%;
}

/* line 829, ../scss/core/_common.scss */
.col-main {
  float: left;
}

/* line 833, ../scss/core/_common.scss */
.col1-layout {
  min-height: 500px;
}
/* line 835, ../scss/core/_common.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
}

/* line 843, ../scss/core/_common.scss */
.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */
}

/* line 850, ../scss/core/_common.scss */
.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */
}

/* line 856, ../scss/core/_common.scss */
.col3-layout .col-right {
  width: 20.83333%;
}
/* line 860, ../scss/core/_common.scss */
.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%;
}
/* line 864, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-main {
  float: right;
  width: 73.68421%;
}
/* line 869, ../scss/core/_common.scss */
.col3-layout .col-wrapper .col-left {
  width: 26.31579%;
}

/* line 874, ../scss/core/_common.scss */
.cms-no-route .std {
  padding-top: 50px;
}

@media only screen and (max-width: 1000px) {
  /* line 877, ../scss/core/_common.scss */
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%;
  }
  /* line 885, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: right;
    width: 100%;
  }
  /* line 889, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 75%;
  }
  /* line 894, ../scss/core/_common.scss */
  .col3-layout .col-wrapper .col-left {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 902, ../scss/core/_common.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    float: none;
    width: auto;
  }

  /* line 922, ../scss/core/_common.scss */
  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  /* line 927, ../scss/core/_common.scss */
  .col-main {
    float: none;
    width: auto;
  }

  /* line 932, ../scss/core/_common.scss */
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */
  }
}
/* Content Columns */
/* line 939, ../scss/core/_common.scss */
.col2-set {
  width: 100%;
}
/* line 942, ../scss/core/_common.scss */
.col2-set .col-1,
.col2-set .col-2 {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 942, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }
}
/* line 952, ../scss/core/_common.scss */
.col2-set .col-1 {
  float: left;
  padding-left: 0;
}
/* line 957, ../scss/core/_common.scss */
.col2-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  /* line 963, ../scss/core/_common.scss */
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 973, ../scss/core/_common.scss */
.col2-set .narrow {
  width: 33%;
}
/* line 977, ../scss/core/_common.scss */
.col2-set .wide {
  width: 65%;
}
/* line 981, ../scss/core/_common.scss */
.col2-set:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 769px) {
  /* line 990, ../scss/core/_common.scss */
  .top-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
}
/* -------------------------------------------- *
 * Global Site Notice
 */
/* line 1001, ../scss/core/_common.scss */
.global-site-notice {
  background: #FFF;
  color: #333333;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0 25px;
  letter-spacing: 0.1px;
  -webkit-box-shadow: 0px -1px 15px 0px #DDDDDD;
  -moz-box-shadow: 0px -1px 15px 0px #DDDDDD;
  box-shadow: 0px -1px 15px 0px #DDDDDD;
}
/* line 1014, ../scss/core/_common.scss */
.global-site-notice .notice-inner {
  width: 100%;
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
  line-height: 11px;
  min-height: 40px;
}
/* line 1023, ../scss/core/_common.scss */
.global-site-notice p {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Promotional Message Banner
 */
/* line 1032, ../scss/core/_common.scss */
.promo-msg {
  color: #e66228;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* -------------------------------------------- *
 * Grid
 */
/* line 1044, ../scss/core/_common.scss */
.grid:after {
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1051, ../scss/core/_common.scss */
.success {
  color: #11B400;
}

/* line 1055, ../scss/core/_common.scss */
.error {
  color: #fb0606;
  font-weight: bold;
}

/* line 1060, ../scss/core/_common.scss */
.notice {
  color: #E26703;
  font-weight: bold;
}

/* line 1064, ../scss/core/_common.scss */
.note-msg {
  text-align: center;
  padding-top: 20px;
}

/* -------------------------------------------- *
 * Messages
 */
/* line 1074, ../scss/core/_common.scss */
.messages {
  margin: 10px auto;
  max-width: 972px;
}

/* line 1079, ../scss/core/_common.scss */
.messages li li {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
}

/* line 1085, ../scss/core/_common.scss */
.messages .error-msg li {
  color: #fb0606;
}

/* line 1089, ../scss/core/_common.scss */
.messages .notice-msg li {
  color: #E26703;
}

/* line 1093, ../scss/core/_common.scss */
.messages .success-msg li {
  color: #333333;
}
/* line 1095, ../scss/core/_common.scss */
.messages .success-msg li a {
  color: #11B400;
  text-decoration: underline;
}

@media only screen and (min-width: 915px) {
  /* line 1105, ../scss/core/_common.scss */
  .order-list-grid .col-1 {
    width: 30%;
  }

  /* line 1109, ../scss/core/_common.scss */
  .order-list-grid .col-2 {
    width: 50%;
    padding-right: 20px;
  }

  /* line 1114, ../scss/core/_common.scss */
  .order-list-grid .col-3 {
    clear: none;
    width: 20%;
    padding-top: 0;
  }
}
/* -------------------------------------------- *
 * Page Popup
 */
/* line 1126, ../scss/core/_common.scss */
.page-popup, .disamb {
  padding: 20px;
  background: #FFFFFF;
  height: auto;
}

/* line 1131, ../scss/core/_common.scss */
.disamb {
  width: 330px;
  padding: 45px;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -115px;
  z-index: 10000;
}
/* line 1139, ../scss/core/_common.scss */
.disamb .field {
  width: 100%;
  margin-bottom: 20px;
}
/* line 1143, ../scss/core/_common.scss */
.disamb .disamp_logo {
  width: 250px;
  height: 55px;
  margin: 0 auto;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/disamp_close.jpg) no-repeat center;
}
/* line 1149, ../scss/core/_common.scss */
.disamb p {
  font-family: open_sansregular;
  text-align: center;
  color: #848484;
  margin: 30px 0 20px;
}
/* line 1155, ../scss/core/_common.scss */
.disamb .disamp_close {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -206px -344px;
  width: 14px;
  height: 14px;
  margin: 20px 20px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}
/* line 1165, ../scss/core/_common.scss */
.disamb .select2-container {
  width: 100%;
}
/* line 1167, ../scss/core/_common.scss */
.disamb .select2-container .select2-choice {
  padding: 14px 0px 13px 20px;
}
/* line 1169, ../scss/core/_common.scss */
.disamb .select2-container .select2-choice .select2-arrow b {
  background-position: -8px -490px;
}
/* line 1174, ../scss/core/_common.scss */
.disamb .langu-update {
  max-width: 190px;
  margin: auto;
}

/*=================desktop sec popup strts===================*/
/* line 1181, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list {
  text-align: center;
  display: -webkit-flex;
  /* Safari */
  display: flex;
}
/* line 1185, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li {
  display: inline-block;
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
/* line 1190, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li:first-child {
  text-align: left;
}
/* line 1193, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li:last-child {
  text-align: right;
}
/* line 1196, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li input[type="radio"] {
  display: none;
}
/* line 1199, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li label {
  position: static;
  font: 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  cursor: pointer;
  text-align: center;
}
/* line 1206, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li label:before {
  background: none;
}
/* line 1210, ../scss/core/_common.scss */
.wdf-selectionpop .lang-list li input:checked + label {
  color: #e66228;
}
/* line 1215, ../scss/core/_common.scss */
.wdf-selectionpop .field.currency {
  margin-bottom: 30px;
}
/* line 1217, ../scss/core/_common.scss */
.wdf-selectionpop .field.currency .select2-container .select2-choice > .select2-chosen {
  text-transform: uppercase;
}
/* line 1221, ../scss/core/_common.scss */
.wdf-selectionpop .field.age {
  margin-bottom: 44px;
}

/*desktop sec popup ends*/
/*==============desktop preference popup strts===================*/
/* line 1229, ../scss/core/_common.scss */
.prferencepop {
  width: 690px;
  margin-left: -345px;
}
/* line 1233, ../scss/core/_common.scss */
.prferencepop p.set-prefer {
  margin: 0px 0 20px;
  font: 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #000;
  text-align: left;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
  letter-spacing: .8px;
}
/* line 1243, ../scss/core/_common.scss */
.prferencepop p.lan-preference {
  text-align: left;
  margin: 23px 0;
  float: left;
  width: 93px;
  font: 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #000;
}
/* line 1251, ../scss/core/_common.scss */
.prferencepop .lang-list {
  overflow: hidden;
}
/* line 1253, ../scss/core/_common.scss */
.prferencepop .lang-list .age-validation-msg {
  color: #fb0606;
  display: block;
  padding: 10px 0 0 7px;
}
/* line 1260, ../scss/core/_common.scss */
.prferencepop .lang-list li {
  display: inline-block;
  list-style: none;
}
/* line 1264, ../scss/core/_common.scss */
.prferencepop .lang-list li:last-child label {
  margin-right: 0;
}
/* line 1267, ../scss/core/_common.scss */
.prferencepop .lang-list li label {
  position: static;
  font: 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  margin: 0;
  cursor: pointer;
  padding: 23px 0px;
  margin: 0 2px;
  border: 1px solid #efefef;
  cursor: pointer;
  text-align: center;
  width: 160px;
}
/* line 1279, ../scss/core/_common.scss */
.prferencepop .lang-list li label:before {
  background: none;
}
/* line 1283, ../scss/core/_common.scss */
.prferencepop .lang-list li input:checked + label {
  color: #e66228;
}
/* line 1286, ../scss/core/_common.scss */
.prferencepop .lang-list li input {
  border: 0;
}
/* line 1289, ../scss/core/_common.scss */
.prferencepop .prevent-alcohol {
  width: 100%;
  font-size: 12px;
  text-align: left;
  margin-top: 12px;
}
/* line 1294, ../scss/core/_common.scss */
.prferencepop .prevent-alcohol p {
  text-align: left;
  margin: 0 0 0 6px;
  line-height: 16px;
}
/* line 1300, ../scss/core/_common.scss */
.prferencepop .field.age {
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
}
/* line 1303, ../scss/core/_common.scss */
.prferencepop .field.age .input-text {
  border: 1px solid #efefef;
  margin: 7px 0 0 6px;
  height: 45px;
  width: 160px;
}
/* line 1310, ../scss/core/_common.scss */
.prferencepop .langu-update {
  margin-top: 38px;
  max-width: 200px;
}
/* line 1314, ../scss/core/_common.scss */
.prferencepop .field {
  margin-bottom: 10px;
}

/*=====================desktop preference popup ends=====================*/
/* line 1321, ../scss/core/_common.scss */
.disamb_overlay, .welcome_popup_overlay, .preference_popup_overlay {
  width: 100%;
  height: 110%;
  background: #000;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* line 1332, ../scss/core/_common.scss */
.page-popup h1 {
  margin: 0 0 0.5em;
  font-size: 36px;
}

/* -------------------------------------------- *
 * Payment Methods
 */
/* line 1341, ../scss/core/_common.scss */
.payment-methods {
  margin-bottom: 20px;
}

/* line 1345, ../scss/core/_common.scss */
.payment-methods dt {
  padding: 5px 0;
}

/* line 1349, ../scss/core/_common.scss */
.payment-methods dd {
  padding-top: 10px;
}

/* line 1353, ../scss/core/_common.scss */
.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background: #e5e4e3;
}

/* line 1363, ../scss/core/_common.scss */
.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #CCCCCC;
  border-top: none;
  top: -11px;
  left: 30px;
}

/* line 1369, ../scss/core/_common.scss */
.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e5e4e3;
  border-top: none;
  top: -10px;
  left: 30px;
}

/* line 1375, ../scss/core/_common.scss */
.payment-methods .form-list li:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
/* line 1383, ../scss/core/_common.scss */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */
}
/* line 1391, ../scss/core/_common.scss */
.please-wait img {
  float: left;
  margin-right: 5px;
  width: 24px;
}

/* -------------------------------------------- *
 * Price Box - Standard
 */
/* line 1402, ../scss/core/_common.scss */
.price-box {
  font-family: "proxima_nova_ltsemibold", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1406, ../scss/core/_common.scss */
.price-box p {
  margin-bottom: 0;
}

/* line 1410, ../scss/core/_common.scss */
.price-notice {
  color: #A0A0A0;
}

/* line 1414, ../scss/core/_common.scss */
.price-box .price {
  color: #333333;
  font-size: 13px;
}

/* line 1419, ../scss/core/_common.scss */
.price-box .price,
.price {
  white-space: nowrap;
}

/* line 1423, ../scss/core/_common.scss */
.price-box .price-label {
  color: #A0A0A0;
  white-space: nowrap;
}

/* line 1427, ../scss/core/_common.scss */
.price-box .minimal-price-link {
  padding-left: 1em;
  color: #e66228;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */
}
/* line 1432, ../scss/core/_common.scss */
.price-box .minimal-price-link .label {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Price Box - Special
 */
/* line 1441, ../scss/core/_common.scss */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
}
/* line 1445, ../scss/core/_common.scss */
.price-box .old-price .price-label,
.price-box .special-price .price-label {
  display: none;
}
/* line 1449, ../scss/core/_common.scss */
.price-box .old-price .price,
.price-box .special-price .price {
  display: inline-block;
}

/* line 1455, ../scss/core/_common.scss */
.price-box .old-price .price {
  color: #A0A0A0;
  text-decoration: line-through;
}

/* line 1462, ../scss/core/_common.scss */
.price-box .special-price .price-label {
  color: #D84D3C;
}

/* -------------------------------------------- *
 * Price Box - Taxes
 */
/* line 1471, ../scss/core/_common.scss */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
}

/* -------------------------------------------- *
 * Tier Prices
 */
/* line 1480, ../scss/core/_common.scss */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  background: #FBF4DE;
  border: 1px solid #E2D4C7;
  margin-top: 7px;
}
/* line 1489, ../scss/core/_common.scss */
.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
  font-size: 12px;
}
/* line 1492, ../scss/core/_common.scss */
.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
  font-style: italic;
}
/* line 1495, ../scss/core/_common.scss */
.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
  font-weight: bold;
}

/* ============================================ *
 * Item Options
 * ============================================ */
/* line 1504, ../scss/core/_common.scss */
.item-options {
  font-size: 14px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1508, ../scss/core/_common.scss */
.item-options:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1512, ../scss/core/_common.scss */
.item-options dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
/* line 1517, ../scss/core/_common.scss */
.item-options dt:after {
  content: ': ';
}
/* line 1522, ../scss/core/_common.scss */
.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 0px;
}

/* line 1529, ../scss/core/_common.scss */
.truncated,
.truncated a.dots {
  cursor: help;
}

/* line 1534, ../scss/core/_common.scss */
.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
}
/* line 1539, ../scss/core/_common.scss */
.truncated a.details:hover {
  text-decoration: none;
}

/* line 1544, ../scss/core/_common.scss */
.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
}

/* line 1549, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  border: 1px solid #e66228;
  background-color: #F6F6F6;
  top: 21px;
  left: -100px;
}
/* line 1560, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e66228;
  border-top: none;
  left: 97px;
  top: -7px;
}

/* line 1567, ../scss/core/_common.scss */
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* line 1573, ../scss/core/_common.scss */
.truncated .show .item-options {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 1579, ../scss/core/_common.scss */
  .truncated {
    cursor: inherit;
  }
  /* line 1582, ../scss/core/_common.scss */
  .truncated a.details {
    display: none;
  }
  /* line 1587, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }
  /* line 1595, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options p {
    float: none;
  }
  /* line 1599, ../scss/core/_common.scss */
  .truncated .truncated_full_value .item-options:after {
    display: none;
  }
}
/* -------------------------------------------- *
 * Printer Friendly Page
 */
/* line 1612, ../scss/core/_common.scss */
.page-print {
  width: 6.5in;
  margin: 20px auto;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Add to links
 */
/* line 1623, ../scss/core/_common.scss */
.add-to-links a {
  display: inline-block;
}

/* line 1628, ../scss/core/_common.scss */
.add-to-links .separator {
  display: none;
}

/* -------------------------------------------- *
 * Product Image
 */
/* line 1636, ../scss/core/_common.scss */
.product-image,
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
  position: relative;
  display: block;
}

/* -------------------------------------------- *
 * Ratings
 */
/* line 1647, ../scss/core/_common.scss */
.ratings {
  margin: 7px 0;
}
/* line 1650, ../scss/core/_common.scss */
.ratings .rating-box,
.ratings .rating-links {
  margin: 5px 0;
}
/* line 1655, ../scss/core/_common.scss */
.ratings .rating-box {
  width: 100px;
  height: 17px;
  background-repeat: repeat-x;
  background-position: 0 -615px;
  overflow: hidden;
}
/* line 1663, ../scss/core/_common.scss */
.ratings .rating-box .rating {
  float: left;
  height: 17px;
  background-repeat: repeat-x;
  background-position: 0 -597px;
}
/* line 1670, ../scss/core/_common.scss */
.ratings .amount {
  display: block;
  margin: 5px auto;
}
/* line 1676, ../scss/core/_common.scss */
.ratings .rating-links .separator {
  margin: 0 3px;
}

/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
/*.std p {
    margin: 0 0 $b-margin-bottom;
}*/
/* line 1690, ../scss/core/_common.scss */
.std ol {
  list-style: decimal outside;
  margin-bottom: 1.5em;
}

/* line 1695, ../scss/core/_common.scss */
.std ol li {
  margin-left: 2em;
}

/* line 1703, ../scss/core/_common.scss */
.std .note {
  color: #A0A0A0;
  font-size: 13px;
}

/* -------------------------------------------- *
 * Tabs
 */
/* line 1712, ../scss/core/_common.scss */
.tabs {
  margin-bottom: 10px;
  background: #FFFFFF;
}

/* -------------------------------------------- *
 * Toolbar
 */
/* line 1721, ../scss/core/_common.scss */
.toolbar {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  background: #e5e4e3;
  padding: 5px 10px 0px 10px;
}
/* line 1729, ../scss/core/_common.scss */
.toolbar:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1734, ../scss/core/_common.scss */
.pager-no-toolbar {
  margin-bottom: 10px;
}

/* line 1739, ../scss/core/_common.scss */
.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px;
}

/* line 1743, ../scss/core/_common.scss */
.toolbar,
.pager {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #333333;
  line-height: 30px;
  font-size: 12px;
}

/* line 1751, ../scss/core/_common.scss */
.toolbar label,
.pager-no-toolbar label {
  font-weight: normal;
  text-transform: uppercase;
}

/* line 1759, ../scss/core/_common.scss */
.sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 1763, ../scss/core/_common.scss */
.sorter label {
  float: left;
  margin-right: 5px;
}
/* line 1767, ../scss/core/_common.scss */
.sorter label:after {
  content: ':';
}

/* line 1773, ../scss/core/_common.scss */
.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 30px;
}
/* line 1778, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher {
  width: 30px;
  height: 30px;
  display: inline-block;
}
/* line 1784, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc {
  background-position: 4px -542px;
}
/* line 1786, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--asc:hover {
  background-position: -46px -542px;
}
/* line 1790, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc {
  background-position: 4px -567px;
}
/* line 1792, ../scss/core/_common.scss */
.sorter > .sort-by .sort-by-switcher--desc:hover {
  background-position: -46px -567px;
}

/* line 1798, ../scss/core/_common.scss */
.sorter > .view-mode {
  float: right;
}
/* line 1801, ../scss/core/_common.scss */
.sorter > .view-mode .grid,
.sorter > .view-mode .list {
  float: left;
  width: 30px;
  height: 30px;
}
/* line 1808, ../scss/core/_common.scss */
.sorter > .view-mode .grid {
  margin-right: 5px;
  background-position: 8px -492px;
}
/* line 1812, ../scss/core/_common.scss */
.sorter > .view-mode strong.grid,
.sorter > .view-mode a.grid:hover {
  background-position: -42px -492px;
}
/* line 1816, ../scss/core/_common.scss */
.sorter > .view-mode .list {
  background-position: 11px -517px;
}
/* line 1820, ../scss/core/_common.scss */
.sorter > .view-mode strong.list,
.sorter > .view-mode a.list:hover {
  background-position: -39px -517px;
}

/* line 1826, ../scss/core/_common.scss */
.pager {
  float: right;
  overflow: hidden;
}
/* line 1830, ../scss/core/_common.scss */
.pager > .count-container {
  float: left;
}
/* line 1834, ../scss/core/_common.scss */
.pager .amount {
  float: left;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
/* line 1841, ../scss/core/_common.scss */
.pager .limiter {
  float: left;
  height: 30px;
  line-height: 30px;
}
/* line 1846, ../scss/core/_common.scss */
.pager .limiter > label {
  padding-right: 5px;
}
/* line 1849, ../scss/core/_common.scss */
.pager .limiter > label:after {
  content: ':';
}
/* line 1855, ../scss/core/_common.scss */
.pager .amount,
.pager .limiter,
.pager .pages {
  margin-bottom: 5px;
}

/* line 1863, ../scss/core/_common.scss */
.pages {
  float: right;
  overflow: hidden;
  margin-left: 15px;
}
/* line 1868, ../scss/core/_common.scss */
.pages strong {
  display: none;
}

/* line 1873, ../scss/core/_common.scss */
.pages li {
  float: left;
}

/* line 1877, ../scss/core/_common.scss */
.pages a,
.pages .current {
  display: inline-block;
  border: 0;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
  width: 25px;
  height: 30px;
  padding: 0;
  color: #e66228;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 1894, ../scss/core/_common.scss */
.pages .current,
.pages .current:hover {
  color: #333333;
  border: 1px solid #CCCCCC;
  width: 30px;
  background-color: #FFFFFF;
  cursor: default;
}

/* line 1903, ../scss/core/_common.scss */
.pages .next,
.pages .previous {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: relative;
}
/* line 1912, ../scss/core/_common.scss */
.pages .next:hover,
.pages .previous:hover {
  border: 1px solid #e66228;
}

/* line 1918, ../scss/core/_common.scss */
.pages .next:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #e66228;
  border-right: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1925, ../scss/core/_common.scss */
.pages .next:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ad4314;
  border-right: none;
}

/* line 1931, ../scss/core/_common.scss */
.pages .previous:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #e66228;
  border-left: none;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -2px;
}
/* line 1938, ../scss/core/_common.scss */
.pages .previous:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ad4314;
  border-left: none;
}

@media only screen and (max-width: 479px) {
  /* line 1946, ../scss/core/_common.scss */
  .pager .amount--has-pages {
    display: none;
  }

  /* line 1950, ../scss/core/_common.scss */
  .pages {
    float: left;
  }

  /* line 1955, ../scss/core/_common.scss */
  .limiter label {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1963, ../scss/core/_common.scss */
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }
  /* line 1968, ../scss/core/_common.scss */
  .col1-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1972, ../scss/core/_common.scss */
  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 1977, ../scss/core/_common.scss */
  .col1-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1021px) {
  /* line 1989, ../scss/core/_common.scss */
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }
  /* line 1994, ../scss/core/_common.scss */
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }
  /* line 1998, ../scss/core/_common.scss */
  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }
  /* line 2003, ../scss/core/_common.scss */
  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 2012, ../scss/core/_common.scss */
  .toolbar .view-mode > label {
    display: none;
  }
}
/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
/* line 2024, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
  position: relative;
  cursor: pointer;
}
/* line 2028, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #e66228;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2034, ../scss/core/_common.scss */
#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #ad4314;
  border-bottom: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2044, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #e66228;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}
/* line 2050, ../scss/core/_common.scss */
#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ad4314;
  border-top: none;
  position: static;
  display: inline-block;
  margin-right: 5px;
}

/* line 2062, ../scss/core/_common.scss */
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px;
}

/* ============================================ *
 * Widgets
 * ============================================ */
/* line 2072, ../scss/core/_common.scss */
.widget .pager {
  float: none;
  width: 100%;
}

/* ============================================ *
 * Magento Helpers
 * ============================================ */
/* line 2081, ../scss/core/_common.scss */
.a-center {
  text-align: center;
}

/* line 2085, ../scss/core/_common.scss */
.a-right,
.align-right {
  text-align: right;
}

/* line 2090, ../scss/core/_common.scss */
.no-display {
  display: none !important;
}

/* line 2094, ../scss/core/_common.scss */
.nobr,
.nowrap {
  white-space: nowrap;
}

/* line 2099, ../scss/core/_common.scss */
.width-full {
  width: 100%;
}

/* ============================================ *
 * Custom Helpers
 * ============================================ */
/* line 2107, ../scss/core/_common.scss */
.hidden {
  display: none;
}

/* ============================================ *
 * Print Styles
 * ============================================ */
/* line 2115, ../scss/core/_common.scss */
.page-print .print-head {
  margin: 0 0 15px;
}

/* line 2119, ../scss/core/_common.scss */
.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto;
}

/* line 2125, ../scss/core/_common.scss */
.button-black {
  padding: 12px 40px 12px 20px;
  border: 1px solid #fff;
  background: #000000 url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/link-bg.png) no-repeat 92% center;
  color: #fff !important;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 2135, ../scss/core/_common.scss */
.button-black:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/right-blackarrow.png) no-repeat 92% center;
  border: 1px solid;
  color: #333333 !important;
  text-decoration: none;
}

/* line 2143, ../scss/core/_common.scss */
.navbar-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 0;
}
/* line 2149, ../scss/core/_common.scss */
.navbar-toggle .icon-bar {
  background-color: #FFF;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 1px;
}
/* line 2156, ../scss/core/_common.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
/* line 2159, ../scss/core/_common.scss */
.navbar-toggle:hover .icon-bar {
  background: #e55c20;
}

/* line 2163, ../scss/core/_common.scss */
.visible {
  display: none;
}

/* line 2164, ../scss/core/_common.scss */
.invisible {
  display: block;
}

/* line 2167, ../scss/core/_common.scss */
.all-prd-price > .our-amt.price {
  display: inline-block;
}
/* line 2170, ../scss/core/_common.scss */
.all-prd-price > .our-amt.price > .price-box {
  display: inline-block;
}
/* line 2174, ../scss/core/_common.scss */
.all-prd-price .saved-amt.price {
  display: inline-block;
  color: #e25b1e;
}

/* line 2181, ../scss/core/_common.scss */
.boutique-mob-img {
  display: none;
}

/* ============================================ *
 * mobile view port
 * ============================================ */
/* ============================================ *
 * mobile & Tablet view port for menu
 * ============================================ */
/* line 2195, ../scss/core/_common.scss */
#Featured-brand-mobile {
  display: none !important;
}

@media only screen and (max-width: 1020px) {
  /*=================Header Design starts==================*/
  /* line 2200, ../scss/core/_common.scss */
  #menu {
    display: none;
    /*height: 100%;*/
  }

  /* line 2204, ../scss/core/_common.scss */
  .logo-con {
    margin-left: 0 !important;
  }

  /* line 2208, ../scss/core/_common.scss */
  .skip-links > li a {
    margin: 19px 0;
  }
  /* line 2211, ../scss/core/_common.scss */
  .skip-links > li:first-child > a {
    margin: 28px 0;
    height: auto;
  }

  /* line 2216, ../scss/core/_common.scss */
  .header-con-set > div.container_12 {
    width: 100%;
  }

  /* line 2219, ../scss/core/_common.scss */
  #header {
    position: relative;
    z-index: 999;
  }

  /* line 2223, ../scss/core/_common.scss */
  .visible {
    display: block;
  }

  /* line 2224, ../scss/core/_common.scss */
  .invisible {
    display: none;
  }

  /* line 2228, ../scss/core/_common.scss */
  .logo-con {
    text-align: center;
  }
  /* line 2231, ../scss/core/_common.scss */
  .logo-con img.large {
    display: inline-block;
  }

  /* line 2235, ../scss/core/_common.scss */
  .navbar-toggle {
    display: inline-block;
    margin-top: 6px;
  }

  /* line 2239, ../scss/core/_common.scss */
  .top_active.navbar-toggle > span {
    background: #e55c20;
  }

  /* line 2242, ../scss/core/_common.scss */
  .right-menu-con {
    clear: both;
    text-align: center;
  }
  /* line 2246, ../scss/core/_common.scss */
  .right-menu-con .skip-links {
    display: block;
    text-align: center;
  }
  /* line 2250, ../scss/core/_common.scss */
  .right-menu-con .skip-links > li {
    width: 16.6666%;
    margin: 0;
    line-height: 0;
  }

  /* line 2259, ../scss/core/_common.scss */
  .menu-icon {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }

  /* line 2264, ../scss/core/_common.scss */
  #header-nav {
    background: #f0f0f0 !important;
    padding: 30px 0 65px 0 !important;
  }
  /* line 2268, ../scss/core/_common.scss */
  #header-nav .top-navmenu {
    background: #fff;
    margin-bottom: 60px;
  }
  /* line 2271, ../scss/core/_common.scss */
  #header-nav .top-navmenu > li {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2274, ../scss/core/_common.scss */
  #header-nav .top-navmenu > li.level0 > a {
    display: block;
    width: 100%;
  }
  /* line 2279, ../scss/core/_common.scss */
  #header-nav .top-navmenu > li > a {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat 96% center;
    margin: 0 0;
    padding: 20px 0 20px 4%;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  }
  /* line 2285, ../scss/core/_common.scss */
  #header-nav .top-navmenu > li > a .arrow {
    display: none !important;
  }

  /* line 2292, ../scss/core/_common.scss */
  #header-account li a, .nav-primary a.level0 {
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    line-height: 30px;
  }

  /* line 2298, ../scss/core/_common.scss */
  ul.level0.grid_12.grid_4.mm-list > li {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2301, ../scss/core/_common.scss */
  ul.level0.grid_12.grid_4.mm-list > li > a:last-child {
    color: #333333;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat right center;
    margin: 0 4% !important;
    width: 92%;
    padding: 20px 0 !important;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
  }

  /* line 2313, ../scss/core/_common.scss */
  #brand_list .bx-controls-direction {
    /*display: none;*/
  }
  /* line 2316, ../scss/core/_common.scss */
  #brand_list .bx-pager.bx-default-pager {
    padding: 0;
  }

  /* line 2320, ../scss/core/_common.scss */
  .mm-list > li > a.mm-subclose {
    text-align: center;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-back.jpg) no-repeat 10px center !important;
    color: #8e8e8e !important;
  }

  /* line 2325, ../scss/core/_common.scss */
  .mm-menu {
    background: #f0f0f0 !important;
    padding: 0;
  }

  /* line 2329, ../scss/core/_common.scss */
  .menu-show {
    background: #f0f0f0 !important;
    padding: 0 !important;
    /*padding: 30px 0 126px 0 !important;*/
  }
  /* line 2333, ../scss/core/_common.scss */
  .menu-show .special-menu {
    padding-top: 0;
    border: 0;
  }
  /* line 2338, ../scss/core/_common.scss */
  .menu-show .specialMenu-con > li {
    border-right: 0;
  }
  /* line 2340, ../scss/core/_common.scss */
  .menu-show .specialMenu-con > li:first-child {
    padding: 20px 20px;
  }
  /* line 2345, ../scss/core/_common.scss */
  .menu-show .all-menu-con, .menu-show .full-width {
    background: #fff;
  }

  /* line 2351, ../scss/core/_common.scss */
  .specialMenu-con > li {
    float: none !important;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase !important;
  }
  /* line 2355, ../scss/core/_common.scss */
  .specialMenu-con > li:not(:first-child) > a {
    color: #333333 !important;
    text-transform: capitalize !important;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat right center;
    margin: 0 4% !important;
    padding: 20px 0 !important;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    border: 0 !important;
  }
  /* line 2366, ../scss/core/_common.scss */
  .specialMenu-con > li:first-child > a {
    color: #8e8e8e !important;
    text-transform: capitalize !important;
    margin: 0 4% !important;
    border: 0 !important;
  }

  /* line 2373, ../scss/core/_common.scss */
  .all-menu-con {
    margin-bottom: 60px;
  }

  /* line 2376, ../scss/core/_common.scss */
  .sub-menucon {
    background: #fff !important;
    padding: 0 !important;
  }
  /* line 2380, ../scss/core/_common.scss */
  .sub-menucon > li {
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2383, ../scss/core/_common.scss */
  .sub-menucon > li > a {
    color: #333333 !important;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat right center;
    margin: 0 4% !important;
    padding: 20px 0 !important;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
  }

  /* line 2393, ../scss/core/_common.scss */
  ul.sub-menucon.level1 {
    margin-top: 0px !important;
  }

  /* line 2396, ../scss/core/_common.scss */
  .all-menu-con-discover .mm-list {
    background: #fff;
    margin-bottom: 30px;
  }

  /* line 2400, ../scss/core/_common.scss */
  .specialMenu-con-disc li {
    text-align: center;
  }

  /* line 2403, ../scss/core/_common.scss */
  .nav-primary.top-navmenu, .all-menu-con > div > ul.level0, .special-menu ul.specialMenu-con {
    width: 100% !important;
    margin: 0;
  }

  /* line 2407, ../scss/core/_common.scss */
  .bx-controls-direction .bx-next {
    right: -24px !important;
  }

  /* line 2410, ../scss/core/_common.scss */
  .bx-controls-direction .bx-prev {
    left: -24px !important;
  }

  /* line 2414, ../scss/core/_common.scss */
  .search-dropdown .search_prod .bx-controls-direction {
    display: none;
  }

  /* line 2418, ../scss/core/_common.scss */
  #menu .container_12 .grid_12 {
    width: 100% !important;
    margin: 0;
  }

  /* line 2422, ../scss/core/_common.scss */
  #brand_list .prev, #brand_list .next {
    display: none;
  }

  /* line 2426, ../scss/core/_common.scss */
  .brand-list-con .brand-list-all {
    padding: 20px 0 13px !important;
    border-bottom: 1px solid #e6e6e6;
    border-right: 0 !important;
  }
  /* line 2431, ../scss/core/_common.scss */
  .brand-list-con .brand-list-all > li:first-child {
    /*position: absolute;*/
    top: 0;
    width: 100% !important;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  /* line 2438, ../scss/core/_common.scss */
  .brand-list-con .brand-list-all > li {
    width: 50px;
    color: #333;
  }
  /* line 2442, ../scss/core/_common.scss */
  .brand-list-con .brand-list-all > li > a {
    padding: 15px 0 10px;
    margin: 0;
    text-align: center;
  }
  /* line 2446, ../scss/core/_common.scss */
  .brand-list-con .brand-list-all > li > a.mm-subclose {
    padding: 0;
    margin-left: 0;
  }
  /* line 2453, ../scss/core/_common.scss */
  .brand-list-con #Featured-brand, .brand-list-con #Featured-brand-mobile {
    margin: 0px 0 0 0;
    width: 50%;
    float: left;
    display: none !important;
    padding: 20px 0 20px 12px;
    border-left: 1px solid #e6e6e6;
    border-right: 0 !important;
    text-align: center;
  }
  /* line 2464, ../scss/core/_common.scss */
  .brand-list-con #Featured-brand-mobile {
    display: block !important;
  }
  /* line 2467, ../scss/core/_common.scss */
  .brand-list-con #Z-brand {
    text-align: center;
    display: block !important;
  }

  /* line 2472, ../scss/core/_common.scss */
  #brand_list {
    background: #fff;
    margin-top: 0;
    width: 100% !important;
  }
  /* line 2476, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons {
    display: inline-block;
    padding: 14px 0;
  }
  /* line 2479, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons li {
    text-align: left !important;
    margin: 0;
    padding-bottom: 20px !important;
    width: 100%;
  }
  /* line 2484, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons li:last-child {
    padding-bottom: 0 !important;
  }
  /* line 2488, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons a {
    font-family: proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  }
  /* line 2492, ../scss/core/_common.scss */
  #brand_list .bx-controls-direction a {
    top: 37px;
    width: 18px;
    height: 33px;
  }
  /* line 2496, ../scss/core/_common.scss */
  #brand_list .bx-controls-direction a.bx-prev {
    background-position: 0px -335px;
    left: 0 !important;
  }
  /* line 2500, ../scss/core/_common.scss */
  #brand_list .bx-controls-direction a.bx-next {
    background-position: -25px -336px;
    right: 0 !important;
  }
  /* line 2504, ../scss/core/_common.scss */
  #brand_list .bx-controls-direction a.bx-prev.disabled, #brand_list .bx-controls-direction a.bx-next.disabled {
    opacity: 1;
  }

  /* line 2509, ../scss/core/_common.scss */
  .specialMenu-con-disc {
    text-align: center;
  }
  /* line 2511, ../scss/core/_common.scss */
  .specialMenu-con-disc .li {
    text-align: center;
    float: none;
    margin: auto;
  }

  /* line 2517, ../scss/core/_common.scss */
  .all-menu-con-offer {
    background: #fff;
  }

  /*=================Header Design ends==================*/
}
/* ============================================ *
 * Desktop view port for menu
 * ============================================ */
@media only screen and (max-width: 1020px) {
  /* line 2529, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons > li {
    padding-bottom: 0;
  }

  /* line 2532, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons > li > a {
    padding: 0;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1021px) {
  /* line 2539, ../scss/core/_common.scss */
  .nav-primary li.level0, .nav-primary a.level0 {
    display: inline-block;
  }

  /* line 2543, ../scss/core/_common.scss */
  .right-menu-con .menu-icon {
    border: 0 !important;
  }
}
/*=================Tablet Design starts==================*/
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 2551, ../scss/core/_common.scss */
  .navbar-toggle .icon-bar {
    width: 19px;
  }

  /* line 2554, ../scss/core/_common.scss */
  .all-offers > li a.offer-active {
    margin-bottom: -3px !important;
    padding-bottom: 22px !important;
  }

  /* line 2558, ../scss/core/_common.scss */
  .free-magazine > span {
    display: block;
  }

  /* line 2561, ../scss/core/_common.scss */
  .logo-con, #menu .container_12, #menu .container_12 .grid_12 {
    width: 100% !important;
  }

  /* line 2564, ../scss/core/_common.scss */
  #menu {
    width: 385px;
  }

  /* line 2567, ../scss/core/_common.scss */
  .third-block .connectio-list li > a {
    padding: 19px 18px;
  }

  /* line 2570, ../scss/core/_common.scss */
  .discover-social > .button-black {
    color: #333333;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/right-blackarrow.png) no-repeat 92% center;
    border: 1px solid #d0d0d0;
    width: 100%;
    position: relative;
    z-index: 111;
  }

  /* line 2581, ../scss/core/_common.scss */
  .wats-on-worcon > a, .magazine-block .All-articles-magazine {
    z-index: 111;
  }

  /* line 2584, ../scss/core/_common.scss */
  .third-block .connectio-list li > a {
    padding: 18px 16px !important;
  }

  /* line 2587, ../scss/core/_common.scss */
  .third-block .connectio-list li.curated-active > a {
    margin-bottom: -5px !important;
    padding-bottom: 23px !important;
  }

  /* line 2591, ../scss/core/_common.scss */
  .free-magazine {
    padding-top: 0 !important;
  }

  /* line 2595, ../scss/core/_common.scss */
  .social-con > div {
    clear: both;
    width: 100%;
    display: inline-block;
  }
  /* line 2596, ../scss/core/_common.scss */
  .social-con > div > ul {
    width: 100% !important;
    text-align: center !important;
    padding-top: 25px;
    margin: 0;
  }

  /* line 2608, ../scss/core/_common.scss */
  .tab-invisible {
    display: none;
  }

  /* line 2611, ../scss/core/_common.scss */
  #flight-data p a {
    display: block;
  }

  /* line 2616, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-content {
    width: 100%;
    margin: 0;
  }
  /* line 2620, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-content > p:first-child {
    widthL: 59% !important;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  /* line 2626, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-info {
    position: absolute;
    bottom: 27px;
    left: 23%;
  }
  /* line 2631, ../scss/core/_common.scss */
  #flight-data #flight-form .enter-flight-number-container {
    padding-bottom: 55px;
  }

  /* line 2637, ../scss/core/_common.scss */
  #flight-data #s2id_departure_from, #flight-data #datepicker {
    width: 46% !important;
    margin-bottom: 30px;
    margin-right: 50px;
  }

  /* line 2642, ../scss/core/_common.scss */
  #flight-data #s2id_departure_to {
    width: 46% !important;
    margin-bottom: 30px;
  }

  /* line 2646, ../scss/core/_common.scss */
  .login-detail {
    border-left: 1px solid #dbdbdb;
    margin-left: 0 !important;
  }
  /* line 2650, ../scss/core/_common.scss */
  .login-detail .create-fb, .login-detail .create-an-acc {
    width: 100% !important;
  }
  /* line 2653, ../scss/core/_common.scss */
  .login-detail .create-fb {
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 2657, ../scss/core/_common.scss */
  .login-detail .create-an-acc {
    margin-left: 24px;
    padding-top: 24px;
  }

  /* line 2662, ../scss/core/_common.scss */
  #header-account .login-col-2 {
    min-height: 70px !important;
  }

  /* line 2665, ../scss/core/_common.scss */
  .search_right {
    text-align: center;
  }

  /* line 2668, ../scss/core/_common.scss */
  #header-account .create-fb {
    border: 0;
  }

  /* line 2671, ../scss/core/_common.scss */
  .footer-abt {
    width: 36%;
  }

  /* line 2674, ../scss/core/_common.scss */
  .specialMenu-con-disc {
    text-align: center;
  }
  /* line 2676, ../scss/core/_common.scss */
  .specialMenu-con-disc li {
    text-align: center;
    float: none;
    margin: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 2686, ../scss/core/_common.scss */
  .banner-con-img > li {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* line 2690, ../scss/core/_common.scss */
  .magazine-wrap {
    margin: 0;
  }

  /* line 2694, ../scss/core/_common.scss */
  .bx-controls-direction .bx-next {
    right: 0 !important;
  }

  /* line 2697, ../scss/core/_common.scss */
  .bx-controls-direction .bx-prev {
    left: 0 !important;
  }

  /* line 2702, ../scss/core/_common.scss */
  #header-cart .cart-sidebar-container .bx-controls-direction > a {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 2711, ../scss/core/_common.scss */
  .social-con > div > ul.soc-icons {
    padding-bottom: 25px;
    border-bottom: 1px solid;
  }

  /* line 2715, ../scss/core/_common.scss */
  #flight-data .flight-time-show .select2-container .select2-choice {
    width: 115px !important;
  }
}
/*=================Tablet Design ends==================*/
/*=================My Account Dashboard starts==================*/
/* line 2722, ../scss/core/_common.scss */
.account {
  /*padding:39px 0;
  font-size: 30px;
  font-family: proxima_nova_ltsemibold, Arial;
  text-transform: uppercase;
  text-align: left !important;*/
}
/* line 2728, ../scss/core/_common.scss */
.account h1 {
  padding: 14px 0;
}

/* line 2733, ../scss/core/_common.scss */
.my-account .recently-viewed-block {
  border: 0;
}

/* line 2734, ../scss/core/_common.scss */
.account-con {
  border-top: 1px solid #EFEBEB;
  border-bottom: 1px solid #EFEBEB;
  padding: 27px 0;
}
/* line 2740, ../scss/core/_common.scss */
.account-con .account-icons > li {
  font-weight: normal;
  font-size: 14px;
  font-family: proxima_nova_ltsemibold, Arial;
  float: left;
  line-height: 20px;
  margin: 0 24px;
  padding: 0;
  width: 156px;
  text-align: center;
}
/* line 2750, ../scss/core/_common.scss */
.account-con .account-icons > li a {
  display: block;
}
/* line 2751, ../scss/core/_common.scss */
.account-con .account-icons > li a .img {
  width: 62px;
  height: 62px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 12px;
}
/* line 2752, ../scss/core/_common.scss */
.account-con .account-icons > li a .account_edit {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -137px -78px;
}
/* line 2753, ../scss/core/_common.scss */
.account-con .account-icons > li a .wishlist {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -202px -78px;
}
/* line 2754, ../scss/core/_common.scss */
.account-con .account-icons > li a .orders {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -268px -78px;
}
/* line 2755, ../scss/core/_common.scss */
.account-con .account-icons > li a .flying_habits {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -335px -78px;
}
/* line 2756, ../scss/core/_common.scss */
.account-con .account-icons > li a .newsletter {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -403px -78px;
}
/* line 2758, ../scss/core/_common.scss */
.account-con .account-icons > li .acc-label {
  display: block;
}
/* line 2760, ../scss/core/_common.scss */
.account-con .account-icons > li:last-child {
  padding-right: 0;
}
/* line 2763, ../scss/core/_common.scss */
.account-con .account-icons > li:first-child {
  padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 2772, ../scss/core/_common.scss */
  .account-con .account-icons > li {
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2780, ../scss/core/_common.scss */
  .account-con {
    padding: 0;
  }
  /* line 2783, ../scss/core/_common.scss */
  .account-con .account-icons > li {
    border-bottom: 1px solid #EFEBEB;
    float: none;
    margin: 0;
    padding: 20px 12px;
    text-align: left;
    width: 100%;
  }
  /* line 2790, ../scss/core/_common.scss */
  .account-con .account-icons > li:first-child {
    padding-left: 12px;
  }
  /* line 2791, ../scss/core/_common.scss */
  .account-con .account-icons > li:last-child {
    border: 0;
  }
  /* line 2792, ../scss/core/_common.scss */
  .account-con .account-icons > li .acc-label {
    display: inline-block;
    padding: 18px 0 18px 18px;
  }
  /* line 2793, ../scss/core/_common.scss */
  .account-con .account-icons > li .flying_habits + .acc-label br {
    display: none;
  }
  /* line 2794, ../scss/core/_common.scss */
  .account-con .account-icons > li a .img {
    float: left;
    margin: 0;
  }

  /* line 2798, ../scss/core/_common.scss */
  .my-account .recently-viewed-block {
    padding: 25px 0;
    text-align: center;
  }

  /* line 2803, ../scss/core/_common.scss */
  .my_add_edit .container_12 div {
    width: 100%;
  }
  /* line 2806, ../scss/core/_common.scss */
  .my_add_edit .container_4 .push_1 {
    left: 0;
  }
  /* line 2809, ../scss/core/_common.scss */
  .my_add_edit .buttons-set {
    padding: 0;
  }
  /* line 2811, ../scss/core/_common.scss */
  .my_add_edit .buttons-set .back-link {
    margin-bottom: 15px;
  }
}
/*=================My Account Dashboard ends==================*/
/*=================My Account Your Flying Habits starts==================*/
/* line 2820, ../scss/core/_common.scss */
.flying-habits {
  border-top: 1px solid #EFEBEB;
  border-bottom: 1px solid #EFEBEB;
  padding: 40px 0 53px;
  margin-bottom: 45px;
}
/* line 2825, ../scss/core/_common.scss */
.flying-habits label {
  font-family: proxima_nova_ltsemibold, Arial;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0px;
  letter-spacing: 1.1px;
}
/* line 2832, ../scss/core/_common.scss */
.flying-habits select {
  padding: 14px 19px;
  font-size: 13px;
  width: 292px;
  height: 48px;
}
/* line 2838, ../scss/core/_common.scss */
.flying-habits .radio_sty {
  /*      padding: 10px 0; */
}
/* line 2841, ../scss/core/_common.scss */
.flying-habits .radio_mar {
  margin-right: 25px;
}
/* line 2845, ../scss/core/_common.scss */
.flying-habits .buttons-set > button {
  float: right;
}
/* line 2854, ../scss/core/_common.scss */
.flying-habits .select2-container-multi.fly-month .select2-choices {
  height: auto !important;
}
/* line 2859, ../scss/core/_common.scss */
.flying-habits .select2-container-multi .select2-choices {
  border: 1px solid #E5E5E5;
  height: 46px !important;
  min-height: 46px;
  overflow: hidden;
  padding: 5px 0 0 10px;
}
/* line 2866, ../scss/core/_common.scss */
.flying-habits .select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #E5E5E5;
  margin: 6px 5px 5px 0;
}
/* line 2870, ../scss/core/_common.scss */
.flying-habits .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -84px -310px;
}
/* line 2872, ../scss/core/_common.scss */
.flying-habits .select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: -84px -310px;
}
/* line 2876, ../scss/core/_common.scss */
.flying-habits + .recently-viewed-block {
  border: 0;
  margin-top: -40px;
}

/* line 2880, ../scss/core/_common.scss */
.select2-drop-multi .select2-results .select2-result-label {
  padding-left: 30px;
  position: relative;
}
/* line 2883, ../scss/core/_common.scss */
.select2-drop-multi .select2-results .select2-result-label:before {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -65px -256px;
  content: '';
  height: 14px;
  position: absolute;
  left: 8px;
  width: 14px;
}
/* line 2891, ../scss/core/_common.scss */
.select2-drop-multi .select2-results .select2-result-label:hover:before {
  background-position: -88px -256px;
}
/* line 2895, ../scss/core/_common.scss */
.select2-drop-multi .select2-results .select2-selected {
  display: block;
}
/* line 2898, ../scss/core/_common.scss */
.select2-drop-multi .select2-results .select2-selected .select2-result-label:before {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -88px -256px;
}

/* line 2904, ../scss/core/_common.scss */
.regflight-title {
  padding: 33px 0;
}
/* line 2907, ../scss/core/_common.scss */
.regflight-title > h1 {
  letter-spacing: 1.5px;
}
/* line 2910, ../scss/core/_common.scss */
.regflight-title span {
  display: block;
  font-family: proxima_nova_rgregular, Arial;
}

/* line 2915, ../scss/core/_common.scss */
.reg-fight {
  font: normal 14px/21px open_sansregular, Arial;
  text-transform: none;
  color: #B0AEAE;
}

/* line 2921, ../scss/core/_common.scss */
.name-fight {
  padding-bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: proxima_nova_ltsemibold, Arial;
}

/* line 2927, ../scss/core/_common.scss */
.flight-button {
  border-top: none;
  padding-top: 44px;
}
/* line 2930, ../scss/core/_common.scss */
.flight-button > a {
  background: none;
  border: 1px solid #ECECEC;
  color: #0B0B0B;
  padding: 11px 33px;
  text-align: center;
}
/* line 2936, ../scss/core/_common.scss */
.flight-button > a:hover {
  background: none;
}
/* line 2938, ../scss/core/_common.scss */
.flight-button > a.button-fligt {
  border: 1px solid #000;
  width: 235px;
  padding: 12px 33px;
}
/* line 2942, ../scss/core/_common.scss */
.flight-button > a.button-fligt:hover {
  color: #fff;
}
/* line 2946, ../scss/core/_common.scss */
.flight-button > button {
  width: auto;
  padding: 11px 64px;
  margin-left: 22px !important;
}

@media only screen and (max-width: 767px) {
  /* line 2954, ../scss/core/_common.scss */
  .flight-button {
    padding-top: 0;
  }
  /* line 2956, ../scss/core/_common.scss */
  .flight-button > a {
    border-color: #000;
  }
  /* line 2959, ../scss/core/_common.scss */
  .flight-button .button-black, .flight-button .button-black:hover {
    background: none !important;
    line-height: 15px;
  }

  /* line 2961, ../scss/core/_common.scss */
  .regflight-title, .select2-container-multi .select2-choices .select2-search-field input {
    text-align: center;
  }

  /* line 2964, ../scss/core/_common.scss */
  .flying-habits {
    padding: 25px 0;
    margin-bottom: 25px;
    text-align: center;
  }
  /* line 2969, ../scss/core/_common.scss */
  .flying-habits .name-fight {
    padding-bottom: 25px;
  }
  /* line 2973, ../scss/core/_common.scss */
  .flying-habits .buttons-set > button {
    float: none;
    margin-left: 0 !important;
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 2981, ../scss/core/_common.scss */
  .flying-habits .radio_sty {
    margin: 0;
    width: 100%;
  }
  /* line 2984, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio {
    /*  background: none;
      border: 1px solid #000;
      height: 40px;
      margin:0 1%;
      width: 48%;
      float:left;
      position:relative;
      display:inline;
      text-transform: uppercase;*/
  }
  /* line 2995, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio:before {
    content: '';
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 40px;
  }
  /* line 3004, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio.freq_yes:before {
    content: 'Yes';
  }
  /* line 3007, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio.freq_no:before {
    content: 'No';
  }
  /* line 3011, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio + label {
    /*   display:none; */
  }
  /* line 3015, ../scss/core/_common.scss */
  .flying-habits .radio_sty .radio:checked:before {
    color: #e55c20;
  }
  /* line 3021, ../scss/core/_common.scss */
  .flying-habits .select2-container-multi .select2-choices, .flying-habits .select2-container .select2-choice {
    border-color: #000;
  }
  /* line 3023, ../scss/core/_common.scss */
  .flying-habits .select2-container-multi .select2-choices .select2-search-choice, .flying-habits .select2-container .select2-choice .select2-search-choice {
    border-color: #000;
  }
}
/*=================My Account Your Flying Habits ends==================*/
/*=================My Account Newsletter Subscription starts==================*/
/* line 3033, ../scss/core/_common.scss */
.newsub {
  border-top: 1px solid #EFEBEB;
  border-bottom: 1px solid #EFEBEB;
  padding: 47px 0;
  margin-bottom: 50px;
}
/* line 3039, ../scss/core/_common.scss */
.newsub .control label {
  /*font-size: 11px;*/
  text-transform: none;
  padding-left: 15px;
}
/* line 3045, ../scss/core/_common.scss */
.newsub .newlen {
  margin: 11px 0px !important;
  color: #999999;
}
/* line 3049, ../scss/core/_common.scss */
.newsub .newtxt {
  font-size: 21px;
  font-family: proxima_nova_ltsemibold, Arial;
  font-weight: bold;
}
/* line 3054, ../scss/core/_common.scss */
.newsub .new-button {
  padding-top: 33px;
}
/* line 3056, ../scss/core/_common.scss */
.newsub .new-button a {
  padding: 13px 33px;
}
/* line 3059, ../scss/core/_common.scss */
.newsub .new-button button {
  width: auto;
  margin-right: 35px;
  margin-left: 32px !important;
}

@media only screen and (max-width: 767px) {
  /* line 3067, ../scss/core/_common.scss */
  .newsub {
    padding: 20px 0 25px;
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 3071, ../scss/core/_common.scss */
  .newsub .newtxt {
    font-size: 14px;
    text-align: left;
  }
  /* line 3072, ../scss/core/_common.scss */
  .newsub .new-button {
    float: none;
  }
  /* line 3074, ../scss/core/_common.scss */
  .newsub .new-button button {
    margin: 0 0 20px !important;
    width: 100%;
  }

  /* line 3081, ../scss/core/_common.scss */
  body.fmg-flight-index-index .fieldset {
    text-align: left;
  }

  /* line 3086, ../scss/core/_common.scss */
  .my_order_details .grid_6 {
    width: 100%;
  }
  /* line 3089, ../scss/core/_common.scss */
  .my_order_details .title-buttons {
    text-align: center !important;
    padding: 20px 10px 0 !important;
  }
  /* line 3092, ../scss/core/_common.scss */
  .my_order_details .title-buttons .button {
    margin: 0;
    font-size: 13px;
  }
  /* line 3096, ../scss/core/_common.scss */
  .my_order_details .title-buttons a.cancel {
    width: 100%;
    margin: 0;
    font-size: 13px !important;
  }
}
/*=================My Account Newsletter Subscription ends==================*/
/*=================My Account Your Flying Habits After Newsletter starts==================*/
/* line 3109, ../scss/core/_common.scss */
.new-flying-habits select {
  width: 460px;
}
/* line 3112, ../scss/core/_common.scss */
.new-flying-habits .radio_mar {
  margin-right: 44px;
}
/* line 3115, ../scss/core/_common.scss */
.new-flying-habits .fname {
  padding: 14px 19px;
  font-size: 13px;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  border: 1px solid #E5E5E5;
}
/* line 3123, ../scss/core/_common.scss */
.new-flying-habits .flight-button {
  padding-top: 45px;
}
/* line 3125, ../scss/core/_common.scss */
.new-flying-habits .flight-button button {
  width: auto;
}
/* line 3129, ../scss/core/_common.scss */
.new-flying-habits .sec-label {
  margin-top: 29px;
}

@media only screen and (max-width: 767px) {
  /* line 3135, ../scss/core/_common.scss */
  .new-flying-habits .grid_6 {
    width: 100%;
  }
  /* line 3138, ../scss/core/_common.scss */
  .new-flying-habits .sec-label {
    margin-top: 0;
  }
  /* line 3141, ../scss/core/_common.scss */
  .new-flying-habits .fname {
    border-color: #000;
    height: 40px;
    width: 100%;
  }
  /* line 3146, ../scss/core/_common.scss */
  .new-flying-habits .flight-button {
    padding-top: 25px;
  }
  /* line 3148, ../scss/core/_common.scss */
  .new-flying-habits .flight-button button {
    width: 100%;
  }
}
/*=================My Account Your Flying Habits After Newsletter ends==================*/
/*=================My Account Your WISHLIST starts==================*/
/* line 3155, ../scss/core/_common.scss */
.new-wishlist {
  border-top: 1px solid #ECECEC;
  font-family: proxima_nova_ltsemibold, Arial !important;
  border-bottom: 1px solid #ECECEC;
  padding: 0 0 60px;
}

/* line 3161, ../scss/core/_common.scss */
.wdf-whishlist {
  border-bottom: 1px solid #ECECEC;
}

/* line 3165, ../scss/core/_common.scss */
.new-button {
  border-top: none;
  float: right;
  padding-top: 10px;
}
/* line 3169, ../scss/core/_common.scss */
.new-button button {
  width: auto;
  padding: 11px 50px;
  float: right;
}

/* line 3178, ../scss/core/_common.scss */
.wisdhlist-soc-icons {
  padding: 13px 0 72px;
  text-align: right;
}
/* line 3181, ../scss/core/_common.scss */
.wisdhlist-soc-icons ul {
  display: inline-block;
}
/* line 3182, ../scss/core/_common.scss */
.wisdhlist-soc-icons li {
  font-size: 13px;
  font-family: proxima_nova_ltsemibold, Arial;
  float: right;
  width: 42px;
  text-align: center;
}
/* line 3189, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
}
/* line 3190, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.fb {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -151px -159px;
}
/* line 3191, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.twit {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -191px -159px;
}
/* line 3192, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.pinstar {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -236px -159px;
}
/* line 3193, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.call {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -277px -159px;
}
/* line 3194, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.mob {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -319px -159px;
}
/* line 3196, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.fb:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -151px -199px;
}
/* line 3197, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.twit:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -191px -199px;
}
/* line 3198, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.pinstar:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -236px -199px;
}
/* line 3199, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.call:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -277px -199px;
}
/* line 3200, ../scss/core/_common.scss */
.wisdhlist-soc-icons li a.mob:hover {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -319px -199px;
}
/* line 3202, ../scss/core/_common.scss */
.wisdhlist-soc-icons .share-wish {
  width: 106px;
  padding: 7px 0px 6px 0;
  letter-spacing: 0.5px;
  float: left;
  color: #848484;
}

@media only screen and (max-width: 767px) {
  /* line 3212, ../scss/core/_common.scss */
  .new-wishlist {
    padding: 0;
  }

  /* line 3213, ../scss/core/_common.scss */
  .new-button {
    float: none;
    padding-top: 0;
    padding-bottom: 105px;
    position: relative;
    margin-left: -1%;
    margin-right: -1%;
  }
  /* line 3220, ../scss/core/_common.scss */
  .new-button button, .new-button > a {
    display: block;
    float: none;
    margin: 20px 1%;
    width: 98%;
  }
  /* line 3226, ../scss/core/_common.scss */
  .new-button > a {
    border-color: #000;
    margin-bottom: 40px;
  }

  /* line 3231, ../scss/core/_common.scss */
  .wisdhlist-soc-icons {
    border-top: 1px solid #ECECEC;
    padding: 25px 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* line 3239, ../scss/core/_common.scss */
  .wisdhlist-soc-icons ul {
    display: inline-block;
    width: 100%;
  }
  /* line 3240, ../scss/core/_common.scss */
  .wisdhlist-soc-icons ul li {
    margin-top: 9px;
    width: 20%;
  }
  /* line 3242, ../scss/core/_common.scss */
  .wisdhlist-soc-icons .share-wish {
    float: none;
    margin-top: 0;
    width: 100%;
  }

  /* line 3244, ../scss/core/_common.scss */
  .wishlist-table-wrapper {
    /*overflow-x: scroll;
    width:768px;*/
  }
}
/*=================My Account Your WISHLIST ends==================*/
/*=================My Account Your DETAILS starts==================*/
/* line 3251, ../scss/core/_common.scss */
.mydetails {
  padding-top: 8px;
  font-family: proxima_nova_ltsemibold, Arial !important;
  font-size: 10px;
  border-top: 1px solid #ECECEC;
}
/* line 3257, ../scss/core/_common.scss */
.mydetails .account-details label {
  text-transform: uppercase;
}
/* line 3260, ../scss/core/_common.scss */
.mydetails .account-details input[type="text"], .mydetails .account-details input[type="email"], .mydetails .account-details input[type="password"] {
  padding: 2px 11px;
  margin: 0 0 12px 0;
  height: 32px;
}
/* line 3266, ../scss/core/_common.scss */
.mydetails .account-details #residence {
  line-height: 0;
  margin-top: 0;
}
/* line 3270, ../scss/core/_common.scss */
.mydetails .account-details .residence-field {
  margin-bottom: 0;
}
/* line 3272, ../scss/core/_common.scss */
.mydetails .account-details .residence-field .field, .mydetails .account-details .residence-field .input-box {
  margin-bottom: 0;
}
/* line 3276, ../scss/core/_common.scss */
.mydetails .account-details #s2id_residence {
  width: 100%;
  height: 32px !important;
  margin-bottom: 0px !important;
}
/* line 3280, ../scss/core/_common.scss */
.mydetails .account-details #s2id_residence a {
  height: 33px;
  padding: 0px 0px 0px 12px;
  font-family: proxima_nova_ltsemibold, Arial !important;
  font-size: 14px;
  font-family: open_sansregular;
}
/* line 3287, ../scss/core/_common.scss */
.mydetails .account-details #s2id_residence .select2-arrow {
  right: 9px;
  top: 1px;
}
/* line 3290, ../scss/core/_common.scss */
.mydetails .account-details #s2id_residence .select2-arrow b {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -37px -80px;
}
/* line 3295, ../scss/core/_common.scss */
.mydetails .account-details .dob_picker {
  position: relative;
  width: 154px;
}
/* line 3298, ../scss/core/_common.scss */
.mydetails .account-details .dob_picker:after {
  content: " ";
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -42px -86px !important;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 11px;
  right: 10px;
}
/* line 3308, ../scss/core/_common.scss */
.mydetails .account-details #dob_picker {
  width: 154px;
  padding: 5px 11px;
  margin: 2px 0 10px 0;
  height: 32px;
}
/* line 3315, ../scss/core/_common.scss */
.mydetails .account-details .account-password {
  margin: 20px 0 23px;
}
/* line 3317, ../scss/core/_common.scss */
.mydetails .account-details .account-password label {
  text-transform: none;
}
/* line 3321, ../scss/core/_common.scss */
.mydetails .account-details .checkbox {
  top: 4px;
}
/* line 3325, ../scss/core/_common.scss */
.mydetails .details-buttons {
  padding: 7px 0px 51px 0px;
}
/* line 3327, ../scss/core/_common.scss */
.mydetails .details-buttons button {
  width: 229px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  /* line 3334, ../scss/core/_common.scss */
  .flight-button > a.button-fligt {
    width: 100%;
  }

  /* line 3337, ../scss/core/_common.scss */
  .mydetails {
    padding: 30px 0 0;
    text-align: center;
  }
  /* line 3340, ../scss/core/_common.scss */
  .mydetails input, .mydetails select {
    text-align: center;
  }
  /* line 3341, ../scss/core/_common.scss */
  .mydetails input[type="text"], .mydetails input[type="email"], .mydetails input[type="password"] {
    border-color: #000;
    height: 40px;
  }
  /* line 3342, ../scss/core/_common.scss */
  .mydetails .container_4 .push_1 {
    left: 0;
  }
  /* line 3343, ../scss/core/_common.scss */
  .mydetails .details-buttons {
    padding: 0;
    margin: 10px auto 0;
    float: none;
  }
  /* line 3347, ../scss/core/_common.scss */
  .mydetails .details-buttons button {
    margin-left: 0 !important;
    margin: 20px 0;
    width: 100%;
  }
  /* line 3351, ../scss/core/_common.scss */
  .mydetails .account-details #dob_picker {
    width: 100%;
  }
  /* line 3352, ../scss/core/_common.scss */
  .mydetails .account-details .account-password {
    text-align: left;
  }

  /* line 3354, ../scss/core/_common.scss */
  .mydetails .account-details .dob_picker {
    width: 100%;
  }
}
/*=================My Account Your DETAILS ends==================*/
/*=================My Account Your ORDERS starts==================*/
/* line 3358, ../scss/core/_common.scss */
body.customer-account .my-orders .data-table {
  margin-top: 0;
}

/* line 3361, ../scss/core/_common.scss */
.my-orders {
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 10px;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 50px;
}
/* line 3367, ../scss/core/_common.scss */
.my-orders .buttons-set {
  text-align: center;
  margin: 0;
  padding: 60px 0;
}
/* line 3372, ../scss/core/_common.scss */
.my-orders .buttons-set .button {
  width: 247px;
}
/* line 3377, ../scss/core/_common.scss */
.my-orders table.data-table td, .my-orders table.data-table th {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 48px;
  padding-right: 0;
  vertical-align: middle;
  width: 156px;
}
/* line 3384, ../scss/core/_common.scss */
.my-orders table.data-table th {
  background: none;
  border-bottom: 1px solid #EDEDED;
  color: #989898;
  font: normal 14px/20px proxima_nova_ltsemibold, Arial;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: left;
  text-transform: none;
}
/* line 3395, ../scss/core/_common.scss */
.my-orders table.data-table td {
  font: normal 13px/20px proxima_nova_rgregular, Arial;
  border-bottom: 1px solid #EDEDED;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}
/* line 3403, ../scss/core/_common.scss */
.my-orders table.data-table td:first-child, .my-orders table.data-table th:first-child {
  padding-left: 0;
}
/* line 3404, ../scss/core/_common.scss */
.my-orders table.data-table td.order-status, .my-orders table.data-table th.order-status {
  display: none;
}
/* line 3406, ../scss/core/_common.scss */
.my-orders table.data-table td.order-number {
  padding: 16px 0 15px;
  color: #989898;
  letter-spacing: normal;
  text-transform: none;
}
/* line 3411, ../scss/core/_common.scss */
.my-orders table.data-table td.order-number a {
  text-decoration: underline;
  color: #e66228;
}
/* line 3415, ../scss/core/_common.scss */
.my-orders table.data-table td.order-number span {
  display: block;
}
/* line 3420, ../scss/core/_common.scss */
.my-orders + .recently-viewed-block {
  padding-top: 0;
}
/* line 3423, ../scss/core/_common.scss */
.my-orders .view-more-orders-block {
  display: none;
}
/* line 3426, ../scss/core/_common.scss */
.my-orders .no-order-txt {
  font-size: 14px;
  padding-top: 60px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 3436, ../scss/core/_common.scss */
  .my-orders table.data-table td, .my-orders table.data-table th {
    width: 105px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3445, ../scss/core/_common.scss */
  .my-orders .buttons-set {
    padding: 20px 0 30px;
  }
  /* line 3448, ../scss/core/_common.scss */
  .my-orders .buttons-set .button {
    width: 100%;
  }
  /* line 3452, ../scss/core/_common.scss */
  .my-orders .view-more-orders-block {
    display: block;
  }
  /* line 3455, ../scss/core/_common.scss */
  .my-orders .view-more-orders-block p {
    margin: 15px 0 30px;
    text-align: center;
  }
  /* line 3460, ../scss/core/_common.scss */
  .my-orders .myorder-table-wrapper {
    margin-left: -1%;
    margin-right: -1%;
  }
  /* line 3466, ../scss/core/_common.scss */
  .my-orders table.data-table td, .my-orders table.data-table th {
    display: none;
    padding: 18px 0 18px 12px;
    vertical-align: top;
    width: auto;
  }
  /* line 3473, ../scss/core/_common.scss */
  .my-orders table.data-table td.order-status, .my-orders table.data-table td.order-number, .my-orders table.data-table th.order-status, .my-orders table.data-table th.order-number {
    display: table-cell;
  }
  /* line 3474, ../scss/core/_common.scss */
  .my-orders table.data-table td:first-child, .my-orders table.data-table th:first-child {
    padding-left: 12px;
  }
  /* line 3478, ../scss/core/_common.scss */
  .my-orders table.data-table th {
    color: #333333;
    text-transform: uppercase;
  }
  /* line 3483, ../scss/core/_common.scss */
  .my-orders table.data-table td.order-number {
    padding: 18px 0 18px 12px;
    width: 32%;
  }
  /* line 3486, ../scss/core/_common.scss */
  .my-orders table.data-table td.order-number a {
    text-decoration: none;
  }
  /* line 3489, ../scss/core/_common.scss */
  .my-orders table.data-table td.order-number span {
    display: none;
  }
  /* line 3494, ../scss/core/_common.scss */
  .my-orders table.data-table tbody:last-child tr:last-child td {
    padding-bottom: 0;
    border-bottom: 1px solid #EDEDED !important;
  }
  /* line 3498, ../scss/core/_common.scss */
  .my-orders table.data-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 0 !important;
  }
}
/*=================My Account Your ORDERS ends==================*/
/*=================CREATE AN ACCOUNT starts==================*/
/* line 3510, ../scss/core/_common.scss */
.my-reg {
  font-family: proxima_nova_ltsemibold, Arial !important;
  border-top: 1px solid #EFEBEB;
  padding: 44px 0;
}
/* line 3517, ../scss/core/_common.scss */
.my-reg .reg select {
  width: 155px;
  position: absolute;
}
/* line 3518, ../scss/core/_common.scss */
.my-reg .reg .news_reg {
  padding-top: 18px;
  margin-right: -30px;
}
/* line 3521, ../scss/core/_common.scss */
.my-reg .reg .news_reg label {
  font-size: 13px;
  letter-spacing: normal;
  margin: 0;
  max-width: 100%;
  text-transform: none;
  text-align: left;
  line-height: 14px;
  color: #8e8e8e;
  padding: 2px 0 0 20px !important;
}
/* line 3534, ../scss/core/_common.scss */
.my-reg .buttons-set {
  padding-top: 20px;
  text-align: left;
}
/* line 3541, ../scss/core/_common.scss */
.my-reg .save_msg {
  margin: 0 0 40px;
}
/* line 3546, ../scss/core/_common.scss */
.my-reg .reg_msg {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 3552, ../scss/core/_common.scss */
.my-reg .scaffold-form label:first-child {
  width: auto !important;
}
/* line 3555, ../scss/core/_common.scss */
.my-reg .input-box, .my-reg input[type=text] {
  margin-bottom: 0;
}
/* line 3558, ../scss/core/_common.scss */
.my-reg .grid_4.push_1 li {
  margin-bottom: 0px;
}
/* line 3560, ../scss/core/_common.scss */
.my-reg .grid_4.push_1 li.fields {
  margin-top: 17px;
}
/* line 3563, ../scss/core/_common.scss */
.my-reg .grid_4.push_1 li .remind_num {
  margin-top: 8px;
  font-family: open_sansregular;
  font-size: 12px;
}
/* line 3568, ../scss/core/_common.scss */
.my-reg .grid_4.push_1 li .field {
  margin-top: 5px;
}
/* line 3571, ../scss/core/_common.scss */
.my-reg .grid_4.push_1 li .buttons-set {
  margin-top: 15px;
}
/* line 3575, ../scss/core/_common.scss */
.my-reg li {
  margin-bottom: 25px;
  position: relative;
}
/* line 3578, ../scss/core/_common.scss */
.my-reg li #s2id_residence {
  margin-bottom: 0 !important;
}
/* line 3581, ../scss/core/_common.scss */
.my-reg li .field {
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 3584, ../scss/core/_common.scss */
.my-reg li .field:first-child {
  margin-top: 0px;
}
/* line 3588, ../scss/core/_common.scss */
.my-reg li .customer-name {
  margin-bottom: 21px;
}
/* line 3591, ../scss/core/_common.scss */
.my-reg li.residence_con {
  margin-top: 15px;
}
/* line 3594, ../scss/core/_common.scss */
.my-reg li input {
  margin-bottom: 0;
}

/* line 3600, ../scss/core/_common.scss */
.remind_num {
  margin-bottom: 13px;
  color: #BCBCC2;
  font-size: 12.5px;
}

/*.wdf_select{
    -webkit-appearance: none;
    .wdf_select_span{
        background:$sprite-img 192px -78px; 
    }
}*/
/* line 3613, ../scss/core/_common.scss */
#s2id_gender, #s2id_residence, #s2id_flying_next, #s2id_month, .wishlistqty {
  width: 100% !important;
  height: 32px !important;
  margin-bottom: 9px !important;
}
/* line 3614, ../scss/core/_common.scss */
#s2id_gender > a, #s2id_residence > a, #s2id_flying_next > a, #s2id_month > a, .wishlistqty > a {
  height: 33px;
  padding: 0px 0px 0px 12px;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
}
/* line 3623, ../scss/core/_common.scss */
#s2id_gender .select2-arrow, #s2id_residence .select2-arrow, #s2id_flying_next .select2-arrow, #s2id_month .select2-arrow, .wishlistqty .select2-arrow {
  right: 9px !important;
  top: 1px !important;
}
/* line 3626, ../scss/core/_common.scss */
#s2id_gender .select2-arrow b, #s2id_residence .select2-arrow b, #s2id_flying_next .select2-arrow b, #s2id_month .select2-arrow b, .wishlistqty .select2-arrow b {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -35px -79px !important;
}

/* line 3631, ../scss/core/_common.scss */
.my-reg #s2id_gender > a, .my-reg #s2id_residence > a {
  font-family: open_sansregular;
  font-size: 12px;
  padding-top: 0px;
}

/* line 3637, ../scss/core/_common.scss */
.my-reg #mobile_no, .my-reg #password {
  font-family: open_sansregular;
  font-size: 12px;
}

/* line 3642, ../scss/core/_common.scss */
#s2id_gender {
  width: 154px !important;
}

/* line 3645, ../scss/core/_common.scss */
.wishlistqty {
  height: 43px !important;
}
/* line 3647, ../scss/core/_common.scss */
.wishlistqty a {
  height: 43px !important;
  padding: 8px 0px 0px 14px !important;
  text-align: left;
}
/* line 3652, ../scss/core/_common.scss */
.wishlistqty .select2-arrow {
  right: 10px !important;
  top: 8px !important;
}

/* line 3657, ../scss/core/_common.scss */
#s2id_flying_next, #s2id_month {
  height: 46px !important;
}
/* line 3658, ../scss/core/_common.scss */
#s2id_flying_next > a, #s2id_month > a {
  height: 46px !important;
  padding: 9px 0px 0px 16px !important;
}
/* line 3663, ../scss/core/_common.scss */
#s2id_flying_next .select2-arrow, #s2id_month .select2-arrow {
  right: 14px !important;
  top: 8px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 3670, ../scss/core/_common.scss */
  .my-reg .reg .news_reg label {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3674, ../scss/core/_common.scss */
  .account .page-title {
    text-align: center;
  }

  /* line 3676, ../scss/core/_common.scss */
  .my-reg .reg {
    text-align: center;
  }
  /* line 3677, ../scss/core/_common.scss */
  .my-reg .reg input[type="text"], .my-reg .reg input[type="email"], .my-reg .reg input[type="password"] {
    height: 40px !important;
  }
  /* line 3680, ../scss/core/_common.scss */
  .my-reg .reg input, .my-reg .reg select {
    border-color: #000;
    text-align: center;
  }
  /* line 3681, ../scss/core/_common.scss */
  .my-reg .reg .form-list select {
    width: 100%;
  }
  /* line 3683, ../scss/core/_common.scss */
  .my-reg .reg_msg {
    display: none;
  }
  /* line 3684, ../scss/core/_common.scss */
  .my-reg .container_4 .push_1 {
    left: 0;
  }

  /* line 3686, ../scss/core/_common.scss */
  #s2id_gender {
    width: 100% !important;
  }

  /* line 3689, ../scss/core/_common.scss */
  #s2id_gender, #s2id_residence, #s2id_flying_next, #s2id_month, .wishlistqty {
    height: 40px !important;
  }
  /* line 3691, ../scss/core/_common.scss */
  #s2id_gender > a, #s2id_residence > a, #s2id_flying_next > a, #s2id_month > a, .wishlistqty > a {
    border-color: #000;
    height: 32px !important;
  }
  /* line 3695, ../scss/core/_common.scss */
  #s2id_gender .select2-arrow, #s2id_residence .select2-arrow, #s2id_flying_next .select2-arrow, #s2id_month .select2-arrow, .wishlistqty .select2-arrow {
    top: 2px !important;
  }
  /* line 3698, ../scss/core/_common.scss */
  #s2id_gender .select2-chosen, #s2id_residence .select2-chosen, #s2id_flying_next .select2-chosen, #s2id_month .select2-chosen, .wishlistqty .select2-chosen {
    /*line-height:36px;*/
  }

  /* line 3700, ../scss/core/_common.scss */
  .wishlistqty {
    height: 43px !important;
    margin-bottom: 0 !important;
  }
  /* line 3703, ../scss/core/_common.scss */
  .wishlistqty a {
    height: 43px !important;
  }

  /* line 3709, ../scss/core/_common.scss */
  #s2id_flying_next > a, #s2id_month > a {
    padding-top: 0 !important;
  }
}
/*=================CREATE AN ACCOUNT ends==================*/
/*=================FORGOT PASSWORD starts==================*/
/* line 3716, ../scss/core/_common.scss */
.forget_pass {
  margin-bottom: 50px;
  padding-top: 50px;
}
/* line 3720, ../scss/core/_common.scss */
.forget_pass ul {
  margin-top: 25px;
}
/* line 3723, ../scss/core/_common.scss */
.forget_pass .buttons-set a {
  color: #0B0B0B !important;
  line-height: 19px;
}
/* line 3724, ../scss/core/_common.scss */
.forget_pass .button {
  padding: 12px 0;
  width: 240px;
}

@media only screen and (max-width: 767px) {
  /* line 3727, ../scss/core/_common.scss */
  .forget_pass {
    text-align: center;
  }
  /* line 3729, ../scss/core/_common.scss */
  .forget_pass input[type=email] {
    border-color: #000;
    height: 40px;
  }
  /* line 3730, ../scss/core/_common.scss */
  .forget_pass input, .forget_pass select {
    text-align: center;
  }
  /* line 3731, ../scss/core/_common.scss */
  .forget_pass .button {
    margin: 20px 0 0 !important;
    width: 100%;
  }
}
/*=================FORGOT PASSWORD ends==================*/
/*=================LOGIN OR CREATE AN ACCOUNT starts==================*/
/* line 3736, ../scss/core/_common.scss */
.log-in {
  margin-bottom: 50px;
  padding-top: 38px;
}
/* line 3739, ../scss/core/_common.scss */
.log-in ul > li:first-child {
  margin: 21px 0px 3px 0px;
}
/* line 3742, ../scss/core/_common.scss */
.log-in input[type="text"], .log-in input[type="password"] {
  height: 33px;
}
/* line 3745, ../scss/core/_common.scss */
.log-in .buttons-set {
  text-align: left;
}
/* line 3747, ../scss/core/_common.scss */
.log-in .buttons-set button {
  margin-left: 0px;
  width: auto;
  float: left;
}
/* line 3752, ../scss/core/_common.scss */
.log-in .buttons-set .forget {
  padding: 13px 25px;
  float: left;
  font-size: 11px;
}
/* line 3758, ../scss/core/_common.scss */
.log-in .new-customers {
  margin-top: 21px;
  font-size: 13px;
  color: #A8A8A8;
}
/* line 3763, ../scss/core/_common.scss */
.log-in .facebook {
  margin-top: 27px;
}
/* line 3765, ../scss/core/_common.scss */
.log-in .facebook a.fb {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -1px -390px;
  padding: 0;
  height: 46px;
  background-color: #3a579d;
  text-transform: uppercase;
  width: 72%;
  display: block;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 47px;
  text-decoration: none;
  letter-spacing: .8px;
  padding-left: 68px;
  text-align: left;
}
/* line 3781, ../scss/core/_common.scss */
.log-in .facebook a.fb:hover {
  opacity: 0.8;
  color: #FFF;
}
/* line 3788, ../scss/core/_common.scss */
.log-in .new-users button {
  margin-top: 26px;
  padding: 12px 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 3796, ../scss/core/_common.scss */
  .log-in .buttons-set .button {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3800, ../scss/core/_common.scss */
  .log-in {
    text-align: center;
  }
  /* line 3802, ../scss/core/_common.scss */
  .log-in input[type="text"], .log-in input[type="password"] {
    border-color: #000;
    height: 40px;
    text-align: center;
  }
  /* line 3803, ../scss/core/_common.scss */
  .log-in .container_4 .push_2 {
    border-top: 1px solid #ECECEC;
    left: 0;
    padding: 30px 0 0;
    margin: 30px 0 0;
  }
  /* line 3805, ../scss/core/_common.scss */
  .log-in .buttons-set button {
    float: none;
    width: 100%;
  }
  /* line 3806, ../scss/core/_common.scss */
  .log-in .buttons-set .forget {
    float: none;
    text-align: center;
  }
}
/*=================LOGIN OR CREATE AN ACCOUNT ends==================*/
/*=================PLP PAGE starts==================*/
/* line 3815, ../scss/core/_common.scss */
.category-products .product-info > .brand-name {
  font-size: 14px;
  text-transform: uppercase;
}
/* line 3819, ../scss/core/_common.scss */
.category-products .product-info > .product-name {
  font: normal 13px/16px open_sansregular, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
}

/*=================PLP PAGE ends==================*/
/*=================My Order Detail starts==================*/
/* line 3829, ../scss/core/_common.scss */
.my-account .recently-viewed-block {
  padding: 42px 0;
}

/* line 3832, ../scss/core/_common.scss */
.my_order_details {
  background: #F4F4F4;
  padding: 32px 0px;
}
/* line 3835, ../scss/core/_common.scss */
.my_order_details .my_head {
  font: normal 24px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
/* line 3840, ../scss/core/_common.scss */
.my_order_details .my_head strong {
  letter-spacing: 2px;
}
/* line 3844, ../scss/core/_common.scss */
.my_order_details .my_bold {
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 3849, ../scss/core/_common.scss */
.my_order_details .my_msg {
  color: #A3A3A3;
  font-size: 14px;
}
/* line 3853, ../scss/core/_common.scss */
.my_order_details .title-buttons {
  padding: 5px 0px 0px 40px;
  text-align: left;
}
/* line 3856, ../scss/core/_common.scss */
.my_order_details .title-buttons a {
  margin-top: 48px;
}
/* line 3859, ../scss/core/_common.scss */
.my_order_details .title-buttons .cancel {
  padding-top: 11px;
  text-decoration: underline;
}
/* line 3863, ../scss/core/_common.scss */
.my_order_details .title-buttons .order-num {
  text-transform: uppercase;
  font: normal 14px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding-bottom: 9px;
  color: #606060;
  font-weight: bold;
}
/* line 3870, ../scss/core/_common.scss */
.my_order_details .title-buttons .order-num strong {
  color: #000;
}
/* line 3874, ../scss/core/_common.scss */
.my_order_details .title-buttons .order-lab {
  color: #e66228 !important;
}

/* line 3880, ../scss/core/_common.scss */
.back-link a span.arrow-btn {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -432px -390px;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 4px;
  vertical-align: middle;
}
/* line 3888, ../scss/core/_common.scss */
.back-link a:hover span.arrow-btn {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -444px -409px;
}

/* line 3893, ../scss/core/_common.scss */
.see-everything-offer a span:first-child {
  display: inline-block;
  float: left;
  width: 90%;
}
/* line 3898, ../scss/core/_common.scss */
.see-everything-offer a span.arrow-btn {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -468px -390px;
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-left: 4px;
  vertical-align: middle;
}
/* line 3906, ../scss/core/_common.scss */
.see-everything-offer a:hover span.arrow-btn {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -409px;
}

/* line 3911, ../scss/core/_common.scss */
.see-everything-offer a span.arrow-btn {
  margin-top: 8px;
}

/* line 3915, ../scss/core/_common.scss */
.my-order-add, .opc {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  line-height: 27px;
  color: #848484;
  border-bottom: 1px solid #e5e4e3;
}
/* line 3920, ../scss/core/_common.scss */
.my-order-add .box-title, .opc .box-title {
  float: left;
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  color: #848484;
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 17px;
}
/* line 3929, ../scss/core/_common.scss */
.my-order-add .box-content strong, .opc .box-content strong {
  text-transform: uppercase;
}
/* line 3933, ../scss/core/_common.scss */
.my-order-add strong, .opc strong {
  color: #333;
  font-family: proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 3937, ../scss/core/_common.scss */
.my-order-add .col1, .my-order-add .col2, .opc .col1, .opc .col2 {
  padding-top: 31px;
}
/* line 3940, ../scss/core/_common.scss */
.my-order-add .col1, .opc .col1 {
  border-right: 1px solid #e5e4e3;
  width: 484px !important;
  min-height: 268px;
}
/* line 3945, ../scss/core/_common.scss */
.my-order-add .col2, .opc .col2 {
  width: 440px !important;
  padding-left: 15px;
  padding-top: 35px;
}
/* line 3949, ../scss/core/_common.scss */
.my-order-add .col2 .order_edit, .opc .col2 .order_edit {
  margin: 0px;
  float: right;
}
/* line 3953, ../scss/core/_common.scss */
.my-order-add .col2 .my_add, .opc .col2 .my_add {
  float: left;
  margin-left: 25px;
  max-width: 230px;
  word-break: break-all;
}
/* line 3959, ../scss/core/_common.scss */
.my-order-add .col2 .coll_by, .opc .col2 .coll_by {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  color: #000;
  float: left;
  font-size: 15px;
  letter-spacing: .5px;
  width: 140px;
}
/* line 3967, ../scss/core/_common.scss */
.my-order-add .col2 .col2-set, .opc .col2 .col2-set {
  padding-bottom: 22px;
}
/* line 3971, ../scss/core/_common.scss */
.my-order-add address, .opc address {
  clear: both;
}

/* line 3975, ../scss/core/_common.scss */
.order_edit {
  margin-top: 4px;
  float: right;
  margin-right: 54px;
  height: 26px;
  margin-bottom: 14px;
}
/* line 3981, ../scss/core/_common.scss */
.order_edit a.orderedit {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -150px -297px;
  width: 25px;
  height: 21px;
  display: inline-block;
}

/* line 3988, ../scss/core/_common.scss */
.my_order_details_table {
  margin-right: 0px !important;
  padding-top: 35px !important;
  border-right: 1px solid #e5e4e3;
  width: 484px !important;
}
/* line 3993, ../scss/core/_common.scss */
.my_order_details_table .product-info {
  color: #848484;
}
/* line 3995, ../scss/core/_common.scss */
.my_order_details_table .product-info a {
  color: #848484;
}
/* line 3999, ../scss/core/_common.scss */
.my_order_details_table h2 {
  width: 48.5% !important;
  font-size: 20px;
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  float: left;
}
/* line 4005, ../scss/core/_common.scss */
.my_order_details_table .order_edit {
  margin-top: 2px;
}
/* line 4008, ../scss/core/_common.scss */
.my_order_details_table table {
  width: 430px;
  margin-top: 26px !important;
}
/* line 4011, ../scss/core/_common.scss */
.my_order_details_table table tr {
  width: 100%;
  display: table;
  background: none !important;
}
/* line 4017, ../scss/core/_common.scss */
.my_order_details_table table tbody td {
  border-bottom: none;
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
}
/* line 4021, ../scss/core/_common.scss */
.my_order_details_table table tbody td:first-child {
  padding: 12px 18px 12px 0;
  width: 97px;
}
/* line 4025, ../scss/core/_common.scss */
.my_order_details_table table tbody td:last-child {
  font-weight: bold;
}
/* line 4029, ../scss/core/_common.scss */
.my_order_details_table table tbody td:nth-child(2) {
  width: 272px;
  padding-left: 25px;
}
/* line 4035, ../scss/core/_common.scss */
.my_order_details_table table tbody:last-child tr {
  border-bottom: 1px solid #e5e4e3;
}
/* line 4040, ../scss/core/_common.scss */
.my_order_details_table table tfoot tr:last-child {
  border-top: 1px solid #e5e4e3;
}
/* line 4042, ../scss/core/_common.scss */
.my_order_details_table table tfoot tr:last-child td {
  color: #000;
  padding-top: 18px;
  font-size: 18px;
}
/* line 4048, ../scss/core/_common.scss */
.my_order_details_table table tfoot td {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  color: #848484;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px 5px 0;
}
/* line 4055, ../scss/core/_common.scss */
.my_order_details_table table tfoot td:first-child {
  text-align: left;
}
/* line 4058, ../scss/core/_common.scss */
.my_order_details_table table tfoot td:last-child {
  color: #000;
}
/* line 4065, ../scss/core/_common.scss */
.my_order_details_table .buttons-set {
  padding: 14px 0 50px 0px;
}
/* line 4067, ../scss/core/_common.scss */
.my_order_details_table .buttons-set .button-black {
  width: 253px;
  padding: 15px 81px 15px 0px;
}

/* line 4074, ../scss/core/_common.scss */
.myorder-service {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  margin: 28px 0px 0px 17px;
  width: 489px !important;
  padding-left: 50px;
  margin-left: -1px !important;
  border-left: 1px solid #e5e4e3;
}
/* line 4082, ../scss/core/_common.scss */
.myorder-service .watsin-store-con h3 {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  font-size: 20px;
  letter-spacing: 1.5px;
}
/* line 4087, ../scss/core/_common.scss */
.myorder-service .watsin-store-con h4 {
  margin-top: 25px;
  font-size: 16px;
}
/* line 4091, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .store-contentpara {
  color: #848484;
  margin-top: 13px;
  font-size: 14px;
}
/* line 4097, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .terminal_services ul {
  margin-top: 30px;
}
/* line 4099, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .terminal_services ul li:nth-child(even) {
  margin: 0px 0px 0px 0px;
}
/* line 4102, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .terminal_services ul li {
  margin: 0px 21px 32px 0px;
}
/* line 4104, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .terminal_services ul li img {
  width: 191px;
}
/* line 4112, ../scss/core/_common.scss */
.myorder-service .watsin-store-con .see-everything-offer a {
  margin-bottom: 10px;
}

/* line 4118, ../scss/core/_common.scss */
#cancel-popup-content {
  text-align: center;
}

/*=================My Order Detail ends==================*/
/*=================My Order Edit starts==================*/
/* line 4123, ../scss/core/_common.scss */
.my_order_edit {
  background: none;
}
/* line 4125, ../scss/core/_common.scss */
.my_order_edit .title-buttons {
  padding-left: 0px;
}
/* line 4127, ../scss/core/_common.scss */
.my_order_edit .title-buttons .button {
  margin-top: 16px;
  margin-right: 52px;
}

/* line 4134, ../scss/core/_common.scss */
.my_add_edit {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
  padding-top: 28px;
}
/* line 4135, ../scss/core/_common.scss */
.my_add_edit .input-box {
  position: relative;
  width: 100%;
  margin: 0;
}
/* line 4139, ../scss/core/_common.scss */
.my_add_edit .input-box .div-overlay {
  position: absolute;
  width: 100%;
  height: 31px;
  left: 0;
  top: 0;
  z-index: 2;
}
/* line 4146, ../scss/core/_common.scss */
.my_add_edit .input-box .flight-details-depar-hour-wrap, .my_add_edit .input-box .flight-details-depar-min-wrap {
  width: 45%;
  float: left;
}
/* line 4150, ../scss/core/_common.scss */
.my_add_edit .input-box .flight-details-depar-min-wrap {
  margin-left: 10%;
}
/* line 4155, ../scss/core/_common.scss */
.my_add_edit .flight_re_order_container .select2-container {
  width: 100%;
}
/* line 4158, ../scss/core/_common.scss */
.my_add_edit .flight_re_order_container .select2-container .select2-choice {
  width: 100%;
  height: 31px;
  border: 1px solid #c5c5c5;
}
/* line 4162, ../scss/core/_common.scss */
.my_add_edit .flight_re_order_container .select2-container .select2-choice .select2-arrow b {
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -4px -505px;
}
/* line 4166, ../scss/core/_common.scss */
.my_add_edit .flight_re_order_container .form-list select {
  margin: 0;
}
/* line 4171, ../scss/core/_common.scss */
.my_add_edit h2 {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
}
/* line 4174, ../scss/core/_common.scss */
.my_add_edit table {
  margin-top: 15px !important;
}
/* line 4176, ../scss/core/_common.scss */
.my_add_edit table th {
  background: none !important;
  border-bottom: 1px solid #ECECEC !important;
}
/* line 4182, ../scss/core/_common.scss */
.my_add_edit table tbody tr td {
  border-bottom: 1px solid #ECECEC;
}
/* line 4187, ../scss/core/_common.scss */
.my_add_edit table td {
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif !important;
}
/* line 4190, ../scss/core/_common.scss */
.my_add_edit table tr {
  background: none !important;
}
/* line 4197, ../scss/core/_common.scss */
.my_add_edit ul .bill_select .select2-container {
  width: 100%;
}
/* line 4199, ../scss/core/_common.scss */
.my_add_edit ul .bill_select .select2-container .select2-choice {
  border: 1px solid #c5c5c5;
}
/* line 4201, ../scss/core/_common.scss */
.my_add_edit ul .bill_select .select2-container .select2-choice .select2-arrow b {
  background-position: -6px -506px;
}
/* line 4209, ../scss/core/_common.scss */
.my_add_edit select, .my_add_edit input[type="tel"] {
  width: 100%;
  padding: 2px 11px;
  margin: 0 0 12px 0;
  height: 32px;
}
/* line 4215, ../scss/core/_common.scss */
.my_add_edit .fliht_time select {
  width: 70px;
  margin-right: 15px;
}
/* line 4220, ../scss/core/_common.scss */
.my_add_edit .flight_re_order h2.box-title {
  float: left;
}
/* line 4223, ../scss/core/_common.scss */
.my_add_edit .flight_re_order .re-order {
  float: right;
}
/* line 4227, ../scss/core/_common.scss */
.my_add_edit .buttons-set {
  margin-bottom: 20px;
}
/* line 4229, ../scss/core/_common.scss */
.my_add_edit .buttons-set button {
  width: auto;
  padding: 12px 72px;
}

/*=================My Order Edit ends==================*/
/* line 4237, ../scss/core/_common.scss */
#flight-data .mob_select .show_selected_date_arrow, #popup-flight-data .mob_select .show_selected_date_arrow {
  display: none;
}

@media only screen and (max-width: 1020px) {
  /* line 4243, ../scss/core/_common.scss */
  #flight-data .mob_select, #popup-flight-data .mob_select {
    position: relative;
    width: 46.5% !important;
    float: left;
  }
  /* line 4247, ../scss/core/_common.scss */
  #flight-data .mob_select .show_selected_date_arrow, #popup-flight-data .mob_select .show_selected_date_arrow {
    display: block;
    height: 60px;
  }
  /* line 4251, ../scss/core/_common.scss */
  #flight-data .mob_select.depar_from, #popup-flight-data .mob_select.depar_from {
    margin-right: 50px;
  }
  /* line 4254, ../scss/core/_common.scss */
  #flight-data .mob_select select, #popup-flight-data .mob_select select {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4262, ../scss/core/_common.scss */
  #flight-data .mob_select, #popup-flight-data .mob_select {
    width: 100% !important;
  }
  /* line 4264, ../scss/core/_common.scss */
  #flight-data .mob_select .show_selected_date_arrow, #popup-flight-data .mob_select .show_selected_date_arrow {
    height: 40px;
  }

  /* line 4269, ../scss/core/_common.scss */
  #popup-flight-data .mob_select {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 4275, ../scss/core/_common.scss */
  #departure_from, #departure_to, .pop_flying {
    border: 1px solid #E5E5E5;
    padding: 0;
    height: 68px;
    background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat 299px -485px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* line 4284, ../scss/core/_common.scss */
  #flight-data .mob_select select, #popup-flight-data .mob_select select {
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    color: #444;
  }
}
@media only screen and (min-width: 1021px) and (max-width: 1024px) {
  /* line 4292, ../scss/core/_common.scss */
  .mob_select {
    width: 242px !important;
    float: left;
  }
  /* line 4295, ../scss/core/_common.scss */
  .mob_select #departure_from, .mob_select #departure_to, .mob_select .pop_flying {
    width: 100% !important;
    float: left;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    color: #444;
    background: transparent;
    text-transform: uppercase;
  }

  /* line 4305, ../scss/core/_common.scss */
  .flight-complete .mob_select {
    width: 100% !important;
    height: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 4312, ../scss/core/_common.scss */
  #flight-data .flight-complete {
    float: left;
    width: 100%;
  }
  /* line 4315, ../scss/core/_common.scss */
  #flight-data .flight-complete .mob_select {
    margin-right: 0;
    padding-right: 15px !important;
    width: 50% !important;
  }
  /* line 4319, ../scss/core/_common.scss */
  #flight-data .flight-complete .mob_select .show_selected_date_arrow {
    height: 37px;
  }
  /* line 4323, ../scss/core/_common.scss */
  #flight-data .flight-complete #show_selected_date {
    border-right: 1px solid #E5E5E5;
    height: 48px;
    margin-bottom: 20px;
    width: 100% !important;
  }
  /* line 4328, ../scss/core/_common.scss */
  #flight-data .flight-complete #show_selected_date p {
    text-align: center;
  }
  /* line 4332, ../scss/core/_common.scss */
  #flight-data .flight-complete #time_min_picker {
    height: 48px;
    width: 100% !important;
  }
  /* line 4337, ../scss/core/_common.scss */
  #flight-data .flight-complete .show_selected_date_arrow, #flight-data .flight-complete #time_min_picker .time_drop_arrow {
    background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -6px -496px;
    height: 37px;
    width: 24px;
    top: 0;
    right: 0;
  }

  /* line 4346, ../scss/core/_common.scss */
  #flight-data .field, #popup-flight-data .field {
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 7px;
    float: left;
  }
  /* line 4351, ../scss/core/_common.scss */
  #flight-data .field .mob_select, #popup-flight-data .field .mob_select {
    position: relative;
    width: 100% !important;
    padding: 0 !important;
  }
  /* line 4355, ../scss/core/_common.scss */
  #flight-data .field .mob_select .show_selected_date_arrow, #popup-flight-data .field .mob_select .show_selected_date_arrow {
    display: block;
    height: 37px;
  }
  /* line 4359, ../scss/core/_common.scss */
  #flight-data .field .mob_select select, #popup-flight-data .field .mob_select select {
    padding: 0 10px !important;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  /* line 4364, ../scss/core/_common.scss */
  #flight-data .field .mob_select select::-ms-expand, #popup-flight-data .field .mob_select select::-ms-expand {
    display: none;
  }
  /* line 4369, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-hr, #popup-flight-data .field .inner-depart-hr {
    width: 48%;
    float: left;
  }
  /* line 4372, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-hr select, #popup-flight-data .field .inner-depart-hr select {
    padding: 16px 10px !important;
    width: 100%;
  }
  /* line 4375, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-hr select::-ms-expand, #popup-flight-data .field .inner-depart-hr select::-ms-expand {
    display: none;
  }
  /* line 4380, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-min, #popup-flight-data .field .inner-depart-min {
    width: 48%;
    float: right;
  }
  /* line 4383, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-min select, #popup-flight-data .field .inner-depart-min select {
    padding: 16px 10px !important;
    width: 100%;
  }
  /* line 4386, ../scss/core/_common.scss */
  #flight-data .field .inner-depart-min select::-ms-expand, #popup-flight-data .field .inner-depart-min select::-ms-expand {
    display: none;
  }

  /* line 4393, ../scss/core/_common.scss */
  #departure_from, #departure_to, .pop_flying {
    float: left;
    width: 46.5% !important;
    margin-bottom: 30px;
    margin-right: 50px;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    color: #444;
    background: transparent;
    text-transform: uppercase;
  }

  /* line 4403, ../scss/core/_common.scss */
  #departure_to {
    margin-right: 0px;
    margin-left: 0;
  }

  /* line 4407, ../scss/core/_common.scss */
  #flight-data #show_selected_date p, #flight-data #time_min_picker p {
    padding: 13px 0px !important;
    max-width: 85%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 4413, ../scss/core/_common.scss */
  .mob_select {
    margin-bottom: 30px;
    height: 48px;
    width: 100%;
    text-align: left;
    border: 1px solid #E5E5E5;
    position: relative;
    padding: 0px 10px !important;
  }

  /* line 4422, ../scss/core/_common.scss */
  #flight-data .mob_select select, #popup-flight-data .mob_select select {
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    color: #444;
    background: transparent;
  }

  /* line 4428, ../scss/core/_common.scss */
  #departure_from, #departure_to, .pop_flying {
    width: auto !important;
    max-width: 90%;
    float: none;
    border: 0;
    height: 48px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #444;
  }

  /* line 4442, ../scss/core/_common.scss */
  #flight-data .mob_select .show_selected_date_arrow, #popup-flight-data .mob_select .show_selected_date_arrow {
    display: inline-block;
    background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -6px -496px;
    position: absolute;
    right: 0;
    top: 0;
  }

  /* line 4449, ../scss/core/_common.scss */
  #flight-data .flight-complete {
    float: none;
    width: 100%;
    clear: both;
    display: block;
  }

  /* line 4455, ../scss/core/_common.scss */
  #menu .container_12.brand_loader_con {
    top: 61% !important;
    left: 41% !important;
  }

  /* line 4459, ../scss/core/_common.scss */
  .order_edit a.orderedit {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 4462, ../scss/core/_common.scss */
  .banner-con-img > li {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* line 4466, ../scss/core/_common.scss */
  .search-dropdown .search_prod .button-black {
    width: 100% !important;
    text-align: center;
    padding: 16px 0 !important;
  }

  /* line 4472, ../scss/core/_common.scss */
  .navbar-toggle .icon-bar {
    width: 19px;
  }

  /* line 4475, ../scss/core/_common.scss */
  .all-offers > li a.offer-active {
    margin-bottom: -3px !important;
    padding-bottom: 22px !important;
  }

  /* line 4479, ../scss/core/_common.scss */
  .free-magazine > span {
    display: block;
  }

  /* line 4482, ../scss/core/_common.scss */
  .logo-con h1 {
    width: 230px;
    margin: auto;
  }

  /* line 4486, ../scss/core/_common.scss */
  .logo-con, #menu .container_12, #menu .container_12 .grid_12 {
    width: 100% !important;
  }

  /* line 4489, ../scss/core/_common.scss */
  #menu .container_12.brand_loader_con {
    top: 61% !important;
    left: 0 !important;
  }

  /* line 4493, ../scss/core/_common.scss */
  #menu {
    width: 385px;
    height: 100%;
    overflow: hidden;
  }

  /* line 4498, ../scss/core/_common.scss */
  body.menu_open_body {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  /* line 4502, ../scss/core/_common.scss */
  body.menu_open_body div#menu.mm-menu {
    overflow-y: scroll;
  }

  /* line 4506, ../scss/core/_common.scss */
  .third-block .connectio-list li > a {
    padding: 19px 18px;
  }

  /* line 4509, ../scss/core/_common.scss */
  .discover-social > .button-black {
    color: #333333;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/right-blackarrow.png) no-repeat 92% center;
    border: 1px solid #d0d0d0;
    width: 100%;
    position: relative;
    z-index: 111;
  }

  /* line 4520, ../scss/core/_common.scss */
  .wats-on-worcon > a, .magazine-block .All-articles-magazine {
    z-index: 111;
  }

  /* line 4523, ../scss/core/_common.scss */
  .third-block .connectio-list li > a {
    padding: 18px 16px !important;
  }

  /* line 4526, ../scss/core/_common.scss */
  .third-block .connectio-list li.curated-active > a {
    margin-bottom: -5px !important;
    padding-bottom: 23px !important;
  }

  /* line 4530, ../scss/core/_common.scss */
  .free-magazine {
    padding-top: 0 !important;
  }

  /* line 4534, ../scss/core/_common.scss */
  .social-con > div {
    clear: both;
    width: 100%;
    display: inline-block;
  }
  /* line 4535, ../scss/core/_common.scss */
  .social-con > div > ul {
    width: 100% !important;
    text-align: center !important;
    padding-top: 25px;
    margin: 0;
  }

  /* line 4547, ../scss/core/_common.scss */
  .tab-invisible {
    display: none;
  }

  /* line 4550, ../scss/core/_common.scss */
  #flight-data p a {
    display: block;
  }

  /* line 4555, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-content {
    width: 100%;
    margin: 0;
  }
  /* line 4559, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-content > p:first-child {
    widthL: 59% !important;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  /* line 4565, ../scss/core/_common.scss */
  #flight-data #flight-form .flight-info {
    position: absolute;
    bottom: 10px;
    left: 23%;
  }
  /* line 4570, ../scss/core/_common.scss */
  #flight-data #flight-form .enter-flight-number-container {
    margin-bottom: 43px;
  }

  /* line 4576, ../scss/core/_common.scss */
  #flight-data #s2id_departure_from, #flight-data #datepicker, #show_selected_date {
    width: 46.5% !important;
    margin-bottom: 30px;
    margin-right: 50px;
  }

  /* line 4581, ../scss/core/_common.scss */
  #flight-data #datepicker {
    width: 100% !important;
  }

  /* line 4584, ../scss/core/_common.scss */
  #flight-data #datepicker {
    text-align: center;
  }

  /* line 4587, ../scss/core/_common.scss */
  #flight-data .flight-time-show {
    width: 330px !important;
  }

  /* line 4590, ../scss/core/_common.scss */
  #flight-data #datepicker, #show_selected_date {
    border-right: 1px solid #E5E5E5 !important;
  }

  /* line 4593, ../scss/core/_common.scss */
  #flight-data #s2id_departure_to {
    width: 46% !important;
    margin-bottom: 30px;
  }

  /* line 4597, ../scss/core/_common.scss */
  .login-detail {
    border-left: 1px solid #dbdbdb;
    margin-left: 0 !important;
  }
  /* line 4601, ../scss/core/_common.scss */
  .login-detail .create-fb, .login-detail .create-an-acc {
    width: 100% !important;
  }
  /* line 4604, ../scss/core/_common.scss */
  .login-detail .create-fb {
    border-bottom: 1px solid #dbdbdb;
  }
  /* line 4608, ../scss/core/_common.scss */
  .login-detail .create-an-acc {
    margin-left: 0px;
    padding-left: 24px;
    padding-top: 24px;
    border-top: 1px solid #dbdbdb;
  }

  /* line 4615, ../scss/core/_common.scss */
  #header-account .login-col-2 {
    min-height: 70px !important;
  }

  /* line 4618, ../scss/core/_common.scss */
  .search-dropdown .search_right .search_brands_container li img {
    width: 100px !important;
  }

  /* line 4621, ../scss/core/_common.scss */
  .search-dropdown .search_right .search_brands_container, .search-dropdown .search_right .search_depart_container, .search-dropdown .search_right .search_article_container {
    padding-left: 25px;
  }

  /* line 4624, ../scss/core/_common.scss */
  .search_right {
    text-align: center;
  }

  /* line 4627, ../scss/core/_common.scss */
  #header-account .create-fb {
    border: 0;
  }

  /* line 4630, ../scss/core/_common.scss */
  .footer-abt {
    width: 36%;
  }

  /* line 4633, ../scss/core/_common.scss */
  .my-order-add .col2 .my_add {
    margin-left: 0;
    width: 215px;
    clear: both;
  }

  /* line 4638, ../scss/core/_common.scss */
  #flight-data .flight-time-show {
    width: 335px;
  }

  /* line 4641, ../scss/core/_common.scss */
  #flight-data .flight-time-show {
    right: 6px !important;
    top: 166px !important;
  }

  /* line 4645, ../scss/core/_common.scss */
  #flight-data #time_min_picker {
    width: 335px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 4652, ../scss/core/_common.scss */
  .banner-con-img > li {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* line 4658, ../scss/core/_common.scss */
  .bx-controls-direction .bx-next {
    right: -24px !important;
  }

  /* line 4661, ../scss/core/_common.scss */
  .bx-controls-direction .bx-prev {
    left: -24px !important;
  }

  /*#header-cart{
      .cart-sidebar-container{
             .bx-controls-direction>a{
                  display:none;
              }
      }
  }*/
}
/*=================Boutique Design starts==================*/
/* line 4678, ../scss/core/_common.scss */
.slider-container-three li {
  text-align: center;
}

/*=================Boutique Design ends==================*/
/* line 4687, ../scss/core/_common.scss */
::-ms-clear {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  /* line 4692, ../scss/core/_common.scss */
  ::i-block-chrome, .footer .block-subscribe .input-text {
    line-height: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4698, ../scss/core/_common.scss */
  body, a {
    /*font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;*/
  }

  /* line 4701, ../scss/core/_common.scss */
  .flightDetails .flight-details h4 span {
    display: block;
  }

  /* line 4703, ../scss/core/_common.scss */
  .search-dropdown-res {
    text-align: center;
  }
  /* line 4706, ../scss/core/_common.scss */
  .search-dropdown-res .search_prod {
    background: #fff;
    padding: 30px 12px !important;
    margin-bottom: 30px !important;
  }
  /* line 4711, ../scss/core/_common.scss */
  .search-dropdown-res .search_prod .bx-wrapper {
    margin: 0 auto;
  }
  /* line 4714, ../scss/core/_common.scss */
  .search-dropdown-res .search_prod .button-black {
    width: 100%;
  }
  /* line 4718, ../scss/core/_common.scss */
  .search-dropdown-res #header-search h2.subtitle {
    font-size: 17px;
  }

  /* line 4722, ../scss/core/_common.scss */
  .search-result {
    width: 100% !important;
  }

  /* line 4726, ../scss/core/_common.scss */
  .search_right .search_brands_container, .search_right .search_depart_container, .search_right .search_article_container {
    padding: 30px 12px !important;
    background: #fff;
    margin-bottom: 30px;
    border: 0 !important;
  }
  /* line 4732, ../scss/core/_common.scss */
  .search_right .search_brands_container .search_more_result, .search_right .search_depart_container .search_more_result, .search_right .search_article_container .search_more_result {
    right: 12px !important;
  }

  /* line 4738, ../scss/core/_common.scss */
  .search-dropdown .search_right .search_brands_container li img {
    width: 120px !important;
  }

  /*=================footer Design starts==================*/
  /* line 4745, ../scss/core/_common.scss */
  .footer .upper-footer {
    text-align: center;
    padding: 20px 0 20px 0;
  }
  /* line 4749, ../scss/core/_common.scss */
  .footer .upper-footer > .block-subscribe {
    padding: 0 12px;
    margin-bottom: 0;
  }
  /* line 4753, ../scss/core/_common.scss */
  .footer .upper-footer > .block-subscribe .news-con {
    border: 1px solid #fff;
  }
  /* line 4757, ../scss/core/_common.scss */
  .footer .upper-footer > .cust-servcon {
    width: 100% !important;
    border-bottom: 1px solid #3d3d3d;
    margin: 0;
    padding-bottom: 20px;
  }
  /* line 4763, ../scss/core/_common.scss */
  .footer .upper-footer .block-title {
    padding-bottom: 0;
  }
  /* line 4766, ../scss/core/_common.scss */
  .footer .upper-footer .block-title > span {
    font: normal 12px/19px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  }
  /* line 4770, ../scss/core/_common.scss */
  .footer .upper-footer .cust-mobilelink {
    display: inline-block !important;
    color: #8e8e8e;
    font: normal 12px/19px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
    width: 183px;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: .5px;
  }
  /* line 4779, ../scss/core/_common.scss */
  .footer .upper-footer .cust-mobilelink span {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -427px;
    width: 20px;
    height: 13px;
    display: inline-block;
    float: right;
  }
  /* line 4787, ../scss/core/_common.scss */
  .footer .upper-footer ul.footer-sublinks {
    display: none;
    text-align: center;
  }
  /* line 4791, ../scss/core/_common.scss */
  .footer .upper-footer ul.footer-sublinks > li a {
    font-size: 10px;
  }
  /* line 4795, ../scss/core/_common.scss */
  .footer .upper-footer .cust-servcon ul.footer-sublinks {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid;
  }
  /* line 4801, ../scss/core/_common.scss */
  .footer .upper-footer .footer-allowance, .footer .upper-footer .footer-abt {
    display: none;
    width: 100%;
  }
  /* line 4808, ../scss/core/_common.scss */
  .footer .social-con {
    text-align: center;
  }
  /* line 4810, ../scss/core/_common.scss */
  .footer .social-con > .container_4 {
    width: 100%;
  }
  /* line 4813, ../scss/core/_common.scss */
  .footer .social-con .all-terms {
    text-align: center;
  }
  /* line 4815, ../scss/core/_common.scss */
  .footer .social-con .all-terms > li {
    border-right: 0;
    padding: 5px;
  }
  /* line 4818, ../scss/core/_common.scss */
  .footer .social-con .all-terms > li:last-child {
    display: block;
    text-align: center;
  }
  /* line 4822, ../scss/core/_common.scss */
  .footer .social-con .all-terms > li > a {
    padding: 0 5px;
    letter-spacing: normal;
    font-size: 12px;
  }
  /* line 4829, ../scss/core/_common.scss */
  .footer .social-con .soc-icons {
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* line 4837, ../scss/core/_common.scss */
  .footer .footer-cust-left {
    padding-bottom: 17px;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    overflow: hidden;
  }

  /*=================footer Design ends==================*/
  /*=================Home Design starts==================*/
  /* line 4850, ../scss/core/_common.scss */
  #header-account .login-top-link .login-col-1 {
    width: 100%;
  }
  /* line 4853, ../scss/core/_common.scss */
  #header-account .login-top-link .login-col-1 #mini-login-form > .block-content > div.actions {
    margin: 0;
  }
  /* line 4855, ../scss/core/_common.scss */
  #header-account .login-top-link .login-col-1 #mini-login-form > .block-content > div.actions > button {
    margin: 0;
    width: 100%;
  }
  /* line 4859, ../scss/core/_common.scss */
  #header-account .login-top-link .login-col-1 #mini-login-form > .block-content > div.actions > .forget_pass {
    margin-right: 0;
    padding: 7px 0;
    width: 100%;
    text-align: center;
  }

  /* line 4870, ../scss/core/_common.scss */
  .all-field-panel {
    margin: 0 12px !important;
  }
  /* line 4871, ../scss/core/_common.scss */
  .all-field-panel .select2-container {
    width: 100%;
  }
  /* line 4875, ../scss/core/_common.scss */
  .all-field-panel > div {
    width: 100% !important;
    margin-top: 30px;
    margin: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  /* line 4883, ../scss/core/_common.scss */
  #language-switcher .langu-update {
    margin: 0 !important;
    width: 100% !important;
  }
  /* line 4886, ../scss/core/_common.scss */
  #language-switcher .langu-update > div {
    margin: 0 12px;
    padding: 0 12px;
  }

  /* line 4892, ../scss/core/_common.scss */
  #header-search #search_mini_form {
    left: 0;
    width: 100%;
    padding: 0px 10px;
  }
  /* line 4897, ../scss/core/_common.scss */
  #header-search #search_mini_form #search {
    font-size: 12px;
    height: 50px;
  }

  /* line 4903, ../scss/core/_common.scss */
  .bx-viewport {
    text-align: center;
  }

  /* line 4907, ../scss/core/_common.scss */
  #offer-products {
    display: none;
  }

  /* line 4912, ../scss/core/_common.scss */
  .all-offers {
    width: 100%;
  }
  /* line 4918, ../scss/core/_common.scss */
  .all-offers > li > a {
    text-align: center;
  }
  /* line 4921, ../scss/core/_common.scss */
  .all-offers > li > a span.mob-next {
    display: block;
  }

  /* line 4929, ../scss/core/_common.scss */
  .top-cat-con, .wats-on-wdf {
    text-align: center;
    padding: 50px 12px;
  }

  /* line 4933, ../scss/core/_common.scss */
  .top-cat-con ul > li:nth-child(2n), .wats-on-wdf ul > li:nth-child(2n) {
    float: right;
  }

  /* line 4936, ../scss/core/_common.scss */
  .top-cat-con ul > li, .wats-on-wdf ul > li {
    margin-right: 0 !important;
  }

  /* line 4939, ../scss/core/_common.scss */
  .button-black {
    color: #333333 !important;
    border: 2px solid #333333;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-button-bg.png) no-repeat 92% center !important;
    width: 100%;
    font-size: 12px !important;
  }

  /* line 4946, ../scss/core/_common.scss */
  .wats-on-wdf ul > li:nth-child(3) {
    clear: left;
  }

  /* line 4947, ../scss/core/_common.scss */
  .wats-on-wdf {
    /*border-top: 1px solid #e5e4e3;*/
    padding: 10px 0;
  }

  /*.bold-text{display:block;}*/
  /* line 4952, ../scss/core/_common.scss */
  .third-block {
    text-align: center;
  }

  /* line 4955, ../scss/core/_common.scss */
  #scroll-top > img {
    width: 40px;
  }

  /* line 4957, ../scss/core/_common.scss */
  .third-block .connectio-list li {
    width: 100%;
  }
  /* line 4959, ../scss/core/_common.scss */
  .third-block .connectio-list li .lable-img {
    display: none !important;
  }

  /* line 4961, ../scss/core/_common.scss */
  .social-block {
    text-align: center;
    padding: 0 12px;
  }

  /* line 4965, ../scss/core/_common.scss */
  .third-block, .magazine-block, .social-block {
    margin-bottom: 30px;
  }

  /* line 4970, ../scss/core/_common.scss */
  .social-block .main-social-con > h2 {
    font-size: 17px;
    padding-bottom: 20px;
  }

  /* line 4980, ../scss/core/_common.scss */
  ul.magazine-block-list.masonry > li:not(:first-child) {
    width: 138px;
  }

  /* line 4983, ../scss/core/_common.scss */
  .banner-con-img > li {
    background-size: 100%;
    background-repeat: no-repeat;
  }

  /* line 4988, ../scss/core/_common.scss */
  .banner-content {
    top: 0px;
  }

  /* line 4992, ../scss/core/_common.scss */
  .cms-home .bx-pager.bx-default-pager {
    padding-top: 18px;
    display: none;
  }
  /* line 4996, ../scss/core/_common.scss */
  .cms-home a.bx-pager-link {
    width: 7px;
    height: 7px;
  }

  /* line 5002, ../scss/core/_common.scss */
  .all-offerlist {
    margin: 20px 0 17px 0;
  }

  /* line 5005, ../scss/core/_common.scss */
  .third-block .curated-products .category-products {
    margin: 20px 0;
  }

  /* line 5009, ../scss/core/_common.scss */
  .first-block > div .category-products {
    margin: 15px 0;
  }

  /* line 5013, ../scss/core/_common.scss */
  .first-block > .slider-container > div {
    padding: 10px 0px !important;
  }

  /* line 5016, ../scss/core/_common.scss */
  .flight-info {
    position: absolute !important;
    bottom: 20px;
    left: 0 !important;
    width: 98% !important;
    margin: 0;
    padding: 0 24px;
  }

  /* line 5026, ../scss/core/_common.scss */
  .flight-complete {
    padding-bottom: 00px;
  }

  /* line 5029, ../scss/core/_common.scss */
  #flight-data p a {
    display: block;
  }

  /* line 5032, ../scss/core/_common.scss */
  #da-slider .bx-viewport {
    height: 1020px;
  }

  /* line 5036, ../scss/core/_common.scss */
  .curated-products .bx-wrapper {
    position: relative;
  }

  /* line 5039, ../scss/core/_common.scss */
  .row.all-field-panel > div {
    margin-bottom: 30px;
  }

  /* line 5042, ../scss/core/_common.scss */
  .header-wishlist h2.subtitle, .header-minicart h2.subtitle {
    text-align: center;
  }

  /*=================Home Design ends==================*/
  /* line 5047, ../scss/core/_common.scss */
  .my-reg .reg .news_reg {
    margin-right: 0px;
  }

  /* line 5050, ../scss/core/_common.scss */
  .disamb {
    width: 310px;
    margin-left: -155px;
  }

  /*======================mobile preference popup strts=====================*/
  /* line 5055, ../scss/core/_common.scss */
  .disamb.prferencepop {
    padding: 25px;
  }
  /* line 5058, ../scss/core/_common.scss */
  .disamb.prferencepop .field {
    margin-bottom: 0;
  }
  /* line 5061, ../scss/core/_common.scss */
  .disamb.prferencepop .langu-update {
    margin-top: 25px;
  }
  /* line 5064, ../scss/core/_common.scss */
  .disamb.prferencepop p, .disamb.prferencepop li, .disamb.prferencepop li label {
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
  /* line 5069, ../scss/core/_common.scss */
  .disamb.prferencepop p.lan-preference {
    margin: 10px 0;
  }
  /* line 5072, ../scss/core/_common.scss */
  .disamb.prferencepop p.set-prefer {
    margin: 0;
    padding-bottom: 10px;
  }
  /* line 5076, ../scss/core/_common.scss */
  .disamb.prferencepop .field.age {
    padding-bottom: 15px;
  }
  /* line 5079, ../scss/core/_common.scss */
  .disamb.prferencepop .lang-list {
    overflow: visible;
  }
  /* line 5081, ../scss/core/_common.scss */
  .disamb.prferencepop .lang-list li {
    float: none;
  }
  /* line 5084, ../scss/core/_common.scss */
  .disamb.prferencepop .lang-list li input[type="radio"] {
    display: none;
  }
  /* line 5087, ../scss/core/_common.scss */
  .disamb.prferencepop .lang-list li label {
    margin: 0 0 10px 0;
    padding: 10px 0px;
  }
  /* line 5091, ../scss/core/_common.scss */
  .disamb.prferencepop .lang-list li:last-child label {
    margin: 0;
  }

  /*==================mobile preference popup ends===========================*/
  /* line 5098, ../scss/core/_common.scss */
  .button + .button {
    margin-top: 5px;
  }
}
/* line 5102, ../scss/core/_common.scss */
.my_add_edit ul.form-list {
  padding-top: 9px;
}

/* line 5105, ../scss/core/_common.scss */
#order-edit .buttons-set .back-link > a {
  padding: 12px 34px 10px;
}

/* line 5108, ../scss/core/_common.scss */
#flying_habits_form .flight-button .button-fligt {
  margin-top: 5px;
}

/* line 5114, ../scss/core/_common.scss */
.fmg-flight-index-index #flying_habits_form .flight-button .button-fligt {
  margin-top: 0px;
  width: 240px;
}

/* line 5121, ../scss/core/_common.scss */
.store-title h1 {
  margin: 50px 0 45px 0;
}

/* line 5122, ../scss/core/_common.scss */
.cms-no-route .page-head-alt {
  padding-top: 30px;
}

@media only screen and (max-width: 768px) {
  /* line 5125, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons > li {
    width: 100% !important;
    padding-left: 34px;
  }
  /* line 5128, ../scss/core/_common.scss */
  #brand_list ul.brandall-listicons > li a {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 5136, ../scss/core/_common.scss */
  #popup-flight-data .pop-time select {
    border: none;
    padding: 15px 24px 15px 0;
  }
  /* line 5140, ../scss/core/_common.scss */
  #popup-flight-data .pop-time .depart-hr {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5149, ../scss/core/_common.scss */
  #popup-flight-data .pop-time .inner-depart-hr, #popup-flight-data .pop-time .inner-depart-min {
    margin-bottom: 18px;
    float: left;
    width: 100%;
  }
}
/* line 5156, ../scss/core/_common.scss */
.flight-num-txt {
  float: left;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 1023px) {
  /* line 5165, ../scss/core/_common.scss */
  #flight-data .flight-complete .field {
    width: 25%;
    float: left;
  }
  /* line 5168, ../scss/core/_common.scss */
  #flight-data .flight-complete .field #departure_from, #flight-data .flight-complete .field #departure_to {
    height: 68px;
  }
  /* line 5171, ../scss/core/_common.scss */
  #flight-data .flight-complete .field .show_selected_date_arrow {
    background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -8px -486px;
    right: 0;
  }
  /* line 5175, ../scss/core/_common.scss */
  #flight-data .flight-complete .field .mob_select {
    border-right: 0;
    margin-bottom: 0;
  }
}
/* line 5, ../scss/core/_form.scss */
.fieldset p {
  margin-bottom: 7px;
}
/* line 9, ../scss/core/_form.scss */
.fieldset p.required {
  margin-bottom: 5px;
  float: right;
  font-size: 12px;
  margin-top: 0px;
  font-family: open_sansregular;
}

/* line 22, ../scss/core/_form.scss */
form .legend {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
/* line 34, ../scss/core/_form.scss */
.input-box:after {
  content: '';
  display: table;
  clear: both;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
/* line 41, ../scss/core/_form.scss */
.input-box .v-fix {
  float: left;
  margin-right: 5px;
}

/* -------------------------------------------- *
 * Labels
 */
/* line 50, ../scss/core/_form.scss */
label {
  display: inline-block;
  font-size: 13px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 1.3px;
}
/* line 58, ../scss/core/_form.scss */
label em {
  color: #fb0606;
}

/* line 63, ../scss/core/_form.scss */
label.required:after,
span.required:after {
  content: '*';
  color: #e66228;
}

/* line 69, ../scss/core/_form.scss */
label.required em,
span.required em {
  display: none;
}

/* -------------------------------------------- *
 * Hints
 */
/* line 78, ../scss/core/_form.scss */
.input-hint {
  color: #A0A0A0;
  font-size: 12px;
}

/* -------------------------------------------- *
 * Select
 */
/* line 87, ../scss/core/_form.scss */
select {
  font-size: 14px;
}

/* line 91, ../scss/core/_form.scss */
select + select {
  margin-left: 5px;
}

/* line 95, ../scss/core/_form.scss */
select[multiple] {
  width: 270px;
  border: 1px solid #ededed;
  font-size: 15px;
  padding: 5px;
}

/* -------------------------------------------- *
 * Textarea
 */
/* line 106, ../scss/core/_form.scss */
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  padding: 5px;
  border: 1px solid #ededed;
}

/* -------------------------------------------- *
 * Inputs
 */
/* line 117, ../scss/core/_form.scss */
select.hidded_select {
  width: 0 !important;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

/* line 124, ../scss/core/_form.scss */
.input-text {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #c5c5c5;
  background: #FFFFFF;
  /*font-size: $f-size-l;*/
}
/* line 130, ../scss/core/_form.scss */
.input-text:focus {
  outline: 0;
}

/* line 134, ../scss/core/_form.scss */
.validation-failed-added {
  color: #fb0606;
}

/* line 137, ../scss/core/_form.scss */
.input-text.validation-failed {
  /*border-color: $c-danger;*/
}

/* line 143, ../scss/core/_form.scss */
.input-box {
  margin-bottom: 18px;
}

/* line 144, ../scss/core/_form.scss */
.opc .input-box {
  margin-bottom: 0px;
}

/* line 145, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  margin-bottom: 18px;
  height: 31px;
  padding: 0 8px;
}

/* line 156, ../scss/core/_form.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=submit] {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 173, ../scss/core/_form.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 16px;
    /* Prevent from zooming on focus */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
/* line 187, ../scss/core/_form.scss */
.ie8 .input-text {
  max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
/* line 195, ../scss/core/_form.scss */
input[type=number].qty,
input[type=text].qty {
  width: 3em;
  text-align: center;
  vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
/* line 206, ../scss/core/_form.scss */
::-webkit-input-placeholder {
  color: #A0A0A0;
}

/* line 210, ../scss/core/_form.scss */
input:-moz-placeholder {
  color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
/* line 218, ../scss/core/_form.scss */
.checkbox,
.radio {
  position: relative;
  display: inline-block;
}

/* line 225, ../scss/core/_form.scss */
.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 20px !important;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
}

/* line 235, ../scss/core/_form.scss */
input[type=radio], input[type=checkbox] {
  /*display: none;*/
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@-moz-document url-prefix() {
  /* line 244, ../scss/core/_form.scss */
  input[type=radio], input[type=checkbox] {
    display: none;
  }
}
/* line 249, ../scss/core/_form.scss */
label {
  display: inline-block;
  position: relative;
}

/* line 255, ../scss/core/_form.scss */
input[type=radio] + label:before, input[type=checkbox] + label:before {
  content: "";
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -65px -256px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
/* line 265, ../scss/core/_form.scss */
input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
  background-position: -88px -256px;
}

@media only screen and (max-width: 767px) {
  /* line 271, ../scss/core/_form.scss */
  .checkbox + label,
  .radio + label {
    padding: 0 0 0 35px !important;
  }

  /* line 277, ../scss/core/_form.scss */
  input[type=radio] + label:before, input[type=checkbox] + label:before {
    content: "";
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -357px -344px;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 287, ../scss/core/_form.scss */
  input[type=radio]:checked + label:before, input[type=checkbox]:checked + label:before {
    background-position: -395px -344px;
  }
}
/* -------------------------------------------- *
 * Validation
 */
/* line 296, ../scss/core/_form.scss */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #fb0606;
  font-size: 13px;
}

/* ============================================ *
 * Form List
 * ============================================ */
/* line 309, ../scss/core/_form.scss */
.form-list > li {
  margin-bottom: 10px;
}
/* line 312, ../scss/core/_form.scss */
.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%;
}
/* line 318, ../scss/core/_form.scss */
.form-list .input-range .input-text {
  width: 74px;
}
/* line 322, ../scss/core/_form.scss */
.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
/* line 330, ../scss/core/_form.scss */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}
/* line 336, ../scss/core/_form.scss */
.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
  display: inline;
  float: left;
}
/* line 340, ../scss/core/_form.scss */
.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
  display: none;
}
/* line 345, ../scss/core/_form.scss */
.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}
/* line 352, ../scss/core/_form.scss */
.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
  /*@include touch-button;*/
  display: inline-block;
  float: none;
  padding: 0;
}
/* line 360, ../scss/core/_form.scss */
.form-list .control .no-display + label,
.sp-methods dt .no-display + label,
#checkout-shipping-method-load .sp-methods dd .no-display + label,
#co-shipping-method-form .sp-methods dd .no-display + label,
.product-options ul.options-list .no-display + label {
  padding-left: 10px;
  background-color: transparent;
}
/* line 364, ../scss/core/_form.scss */
.form-list .control .no-display + label:hover,
.sp-methods dt .no-display + label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
#co-shipping-method-form .sp-methods dd .no-display + label:hover,
.product-options ul.options-list .no-display + label:hover {
  background-color: transparent;
}

/* line 371, ../scss/core/_form.scss */
.form-list .control label {
  text-transform: none;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #333333;
}

/* line 379, ../scss/core/_form.scss */
#co-billing-form .form-list .control input[type=checkbox] + label {
  font: normal 13px/16px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  max-width: 90%;
}
/* line 383, ../scss/core/_form.scss */
#co-billing-form .form-list .control input[type=checkbox] + label a {
  color: #e66228;
  text-decoration: underline;
}

/* line 390, ../scss/core/_form.scss */
.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  width: 250px;
  max-width: 100%;
}

/* line 398, ../scss/core/_form.scss */
.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit;
}

/* line 405, ../scss/core/_form.scss */
.form-list .control {
  margin-top: 10px;
}
/* line 408, ../scss/core/_form.scss */
.form-list .control label {
  float: none;
}
/* line 411, ../scss/core/_form.scss */
.form-list .control .radio,
.form-list .control .checkbox {
  margin-right: 6px;
}
/* line 415, ../scss/core/_form.scss */
.form-list .control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 424, ../scss/core/_form.scss */
form .form-instructions {
  font-size: 13px;
  color: #A0A0A0;
}

/* line 2, ../scss/core/_table.scss */
.hide-th {
  text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
/* line 10, ../scss/core/_table.scss */
.data-table {
  width: 100%;
}

/* line 14, ../scss/core/_table.scss */
.data-table td,
.data-table th {
  padding: 10px;
  vertical-align: top;
}

/* line 20, ../scss/core/_table.scss */
.data-table th {
  background: #F4F4F4;
  text-transform: uppercase;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}

/* line 28, ../scss/core/_table.scss */
.data-table thead th,
.data-table tbody td {
  border-bottom: 1px solid #C0C0C0;
}

/* line 33, ../scss/core/_table.scss */
.data-table tbody td,
.data-table tfoot td {
  font-family: Georgia, Times, "Times New Roman", serif;
}

/* line 38, ../scss/core/_table.scss */
.data-table tfoot tr {
  background: #F4F4F4;
}

/* line 42, ../scss/core/_table.scss */
.data-table tbody td .item-options {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 46, ../scss/core/_table.scss */
.data-table tbody td .item-options dt:after {
  content: ':';
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
/* line 56, ../scss/core/_table.scss */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #C0C0C0;
}
/* line 61, ../scss/core/_table.scss */
.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #C0C0C0;
  padding: 6px;
  background-color: transparent;
}
/* line 68, ../scss/core/_table.scss */
.zebra-table tr {
  background-color: #EEEDED;
}
/* line 72, ../scss/core/_table.scss */
.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  /* line 183, ../scss/core/_table.scss */
  .linearize-table {
    /* Helpers */
  }
  /* line 83, ../scss/core/_table.scss */
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  /* line 89, ../scss/core/_table.scss */
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 94, ../scss/core/_table.scss */
  .linearize-table thead th.lin-hide {
    display: none;
  }
  /* line 98, ../scss/core/_table.scss */
  .linearize-table thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 102, ../scss/core/_table.scss */
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 107, ../scss/core/_table.scss */
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 113, ../scss/core/_table.scss */
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  /* line 117, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  /* line 121, ../scss/core/_table.scss */
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 126, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 131, ../scss/core/_table.scss */
  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 139, ../scss/core/_table.scss */
  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 144, ../scss/core/_table.scss */
  .linearize-table tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 148, ../scss/core/_table.scss */
  .linearize-table tfoot td {
    display: block;
    float: left;
  }
  /* line 153, ../scss/core/_table.scss */
  .linearize-table tfoot td.lin-hide {
    display: none;
  }
  /* line 157, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 162, ../scss/core/_table.scss */
  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 169, ../scss/core/_table.scss */
  .linearize-table .linearize-hide {
    display: none;
  }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table .linearize-unpad {
    padding: 0;
  }
  /* line 177, ../scss/core/_table.scss */
  .linearize-table .linearize-show {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 189, ../scss/core/_table.scss */
  .linearize-table-large {
    /* Helpers */
  }
  /* line 83, ../scss/core/_table.scss */
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  /* line 89, ../scss/core/_table.scss */
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  /* line 94, ../scss/core/_table.scss */
  .linearize-table-large thead th.lin-hide {
    display: none;
  }
  /* line 98, ../scss/core/_table.scss */
  .linearize-table-large thead th:nth-child(1n+2) {
    display: none;
  }
  /* line 102, ../scss/core/_table.scss */
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #CCCCCC;
  }
  /* line 107, ../scss/core/_table.scss */
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 113, ../scss/core/_table.scss */
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  /* line 117, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  /* line 121, ../scss/core/_table.scss */
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  /* line 126, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  /* line 131, ../scss/core/_table.scss */
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 139, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  /* line 144, ../scss/core/_table.scss */
  .linearize-table-large tfoot tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 148, ../scss/core/_table.scss */
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  /* line 153, ../scss/core/_table.scss */
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  /* line 157, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  /* line 162, ../scss/core/_table.scss */
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  /* line 169, ../scss/core/_table.scss */
  .linearize-table-large .linearize-hide {
    display: none;
  }
  /* line 173, ../scss/core/_table.scss */
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  /* line 177, ../scss/core/_table.scss */
  .linearize-table-large .linearize-show {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  /* line 195, ../scss/core/_table.scss */
  .linearize-table .linearize-collapse {
    display: none;
  }
}
/* ============================================ *
 * Global
 * ============================================ */
/* line 6, ../scss/layout/_global.scss */
html,
body {
  height: 100%;
}

/* line 11, ../scss/layout/_global.scss */
.wrapper {
  /*min-width: 320px;*/
  min-height: 100%;
  margin: 0 auto;
  background: #FFFFFF;
}

/* line 17, ../scss/layout/_global.scss */
.page {
  overflow: hidden;
}

/* line 20, ../scss/layout/_global.scss */
body:after, .wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* ============================================ *
 * Header
 * ============================================ */
@media only screen and (min-width: 769px) {
  /* line 7, ../scss/layout/_header.scss */
  .page-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }

  /* line 12, ../scss/layout/_header.scss */
  .page-header-container {
    position: relative;
    z-index: 9999;
  }
}
/* line 17, ../scss/layout/_header.scss */
.header-language-container,
.page-header {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 21, ../scss/layout/_header.scss */
.header-con-set {
  background: #000000;
}

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
/* line 29, ../scss/layout/_header.scss */
.header-language-background {
  padding: 10px;
  background-color: #e66228;
  text-transform: uppercase;
}
/* line 34, ../scss/layout/_header.scss */
.header-language-background .header-language-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 40, ../scss/layout/_header.scss */
.header-language-background:after {
  content: '';
  display: table;
  clear: both;
}
/* line 44, ../scss/layout/_header.scss */
.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
}
/* line 50, ../scss/layout/_header.scss */
.header-language-background .welcome-msg {
  float: right;
}

/* line 55, ../scss/layout/_header.scss */
.page-header-container .store-language-container {
  float: right;
  max-width: 35%;
  padding: 13px 15px 10px 10px;
}
/* line 60, ../scss/layout/_header.scss */
.page-header-container .store-language-container label {
  display: none;
}
/* line 63, ../scss/layout/_header.scss */
.page-header-container .store-language-container select {
  max-width: 100%;
}

@media only screen and (max-width: 479px) {
  /* line 69, ../scss/layout/_header.scss */
  .page-header-container .store-language-container {
    padding-top: 8px;
  }
  /* line 72, ../scss/layout/_header.scss */
  .page-header-container .store-language-container select {
    font-size: 12px;
  }
}
/* line 79, ../scss/layout/_header.scss */
.header-language-background,
.header-language-background a {
  color: #E6E6E6;
}

@media only screen and (max-width: 768px) {
  /* line 86, ../scss/layout/_header.scss */
  .header-language-background {
    display: none;
  }
}
/* ============================================ *
 * Logo
 * ============================================ */
/* line 96, ../scss/layout/_header.scss */
img {
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 104, ../scss/layout/_header.scss */
.boutique-banner p {
  line-height: 0;
}

@media only screen and (min-width: 769px) {
  /* line 113, ../scss/layout/_header.scss */
  .logo {
    display: inline-block;
    width: 227px;
  }
  /* line 116, ../scss/layout/_header.scss */
  .logo .small {
    display: none;
  }
  /* line 119, ../scss/layout/_header.scss */
  .logo .large {
    display: block;
  }
  /* line 122, ../scss/layout/_header.scss */
  .logo img:hover {
    opacity: 1;
  }
}
@media \0screen {
  /* line 130, ../scss/layout/_header.scss */
  .logo {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/logo.png) no-repeat left center;
    height: 43px;
    width: 292px;
    display: block;
  }
  /* line 131, ../scss/layout/_header.scss */
  .logo img.large {
    display: none;
  }
}
/* ============================================ *
 * Skip Links
 * ============================================ */
/* line 145, ../scss/layout/_header.scss */
.skip-links {
  clear: both;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 155, ../scss/layout/_header.scss */
  .skip-links {
    border: 0;
  }
}
/* -------------------------------------------- *
 * Skip - Link
 */
/* line 167, ../scss/layout/_header.scss */
a.skip-link {
  text-decoration: none;
}

/* line 171, ../scss/layout/_header.scss */
.skip-link:not(.skip-active):hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  /* line 179, ../scss/layout/_header.scss */
  .skip-link {
    border-right: 1px solid #EDEDED;
  }

  /* line 183, ../scss/layout/_header.scss */
  .skip-link:last-child {
    border-right: 0;
  }
}
@media only screen and (min-width: 500px) {
  /* line 193, ../scss/layout/_header.scss */
  .skip-link {
    width: 25%;
  }
}
/* -------------------------------------------- *
 * Skip Link - Active
 */
@media only screen and (max-width: 768px) {
  /* line 204, ../scss/layout/_header.scss */
  .skip-link.skip-active {
    background: #EDEDED;
    color: inherit;
  }

  /* line 209, ../scss/layout/_header.scss */
  .skip-link.skip-active span {
    color: inherit;
  }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
/* line 219, ../scss/layout/_header.scss */
.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 226, ../scss/layout/_header.scss */
.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px;
}

@media only screen and (min-width: 500px) {
  /* line 233, ../scss/layout/_header.scss */
  .skip-link .icon {
    margin-right: 3px;
  }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
/* line 243, ../scss/layout/_header.scss */
.skip-link .label {
  display: none;
}

@media only screen and (min-width: 500px) {
  /* line 251, ../scss/layout/_header.scss */
  .skip-link .label {
    display: inline;
  }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* line 261, ../scss/layout/_header.scss */
.skip-content {
  display: none;
}

/* line 265, ../scss/layout/_header.scss */
.skip-content.skip-active {
  display: block;
  background: #EDEDED;
}

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 768px) {
  /* line 278, ../scss/layout/_header.scss */
  #header-account li a,
  .nav-primary a.level0 {
    text-align: left;
    color: #333333;
    text-transform: uppercase;
    line-height: 30px;
  }

  /* line 286, ../scss/layout/_header.scss */
  #header-account li:last-child a,
  .nav-primary li.level0:last-child a.level0 {
    border-bottom: 0;
  }
}
/*============header-flightDetails============== */
/* line 296, ../scss/layout/_header.scss */
.flightDetails .flight-details h4 {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: none;
  letter-spacing: .4px;
}
/* line 301, ../scss/layout/_header.scss */
.flightDetails .flight-details h4 a {
  color: #e55c20;
}
/* line 303, ../scss/layout/_header.scss */
.flightDetails .flight-details h4 a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -32px -59px;
  width: 9px;
  height: 15px;
  display: inline-block;
  margin-left: 6px;
}
/* line 310, ../scss/layout/_header.scss */
.flightDetails .flight-details h4 a.top_active span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -47px -59px;
}

/* line 319, ../scss/layout/_header.scss */
#header-search.open, #header-account.open, .header-language-switcher.open, .header-minicart.open, .header-wishlist.open, #flight-data.open {
  visibility: visible;
}

/* line 320, ../scss/layout/_header.scss */
#header-search, #header-account, .header-language-switcher, .header-minicart, #flight-data, .header-wishlist {
  display: none;
  position: absolute;
  background: #FFF;
  z-index: 9999;
  padding: 18px 0 0;
  border-top: 1px solid #2f2f2f;
  left: 0;
  top: 63px;
}
/* line 329, ../scss/layout/_header.scss */
#header-search h2.subtitle, #header-account h2.subtitle, .header-language-switcher h2.subtitle, .header-minicart h2.subtitle, #flight-data h2.subtitle, .header-wishlist h2.subtitle {
  color: #333333;
  font: normal 13px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  position: relative;
}

/* line 339, ../scss/layout/_header.scss */
.de_DE .search-result .view-all-btn {
  width: 270px;
}

/* line 345, ../scss/layout/_header.scss */
.search-result .view-all-btn {
  text-align: left;
  margin: 40px auto 25px;
  width: 230px;
}
/* line 349, ../scss/layout/_header.scss */
.search-result .view-all-btn:hover {
  color: #333333;
}
/* line 352, ../scss/layout/_header.scss */
.search-result .view-all-btn:hover span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -406px;
}
/* line 356, ../scss/layout/_header.scss */
.search-result .view-all-btn span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 0px -258px;
  width: 10px;
  height: 20px;
  display: inline-block;
  float: right;
}

/* line 365, ../scss/layout/_header.scss */
.view-all-btn {
  margin: 15px auto 0;
  width: 205px;
  display: block;
}

/* line 370, ../scss/layout/_header.scss */
.header-wishlist h2.subtitle, .header-minicart h2.subtitle {
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}

/* line 375, ../scss/layout/_header.scss */
#header-search .search_right h2.subtitle {
  margin-bottom: 22px;
  text-align: left;
}

/* line 379, ../scss/layout/_header.scss */
#header-search h2.subtitle {
  color: #000000 !important;
  font: normal 13px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: 1.2px;
  margin: 0px 0 40px 0;
  position: relative;
}

/* line 386, ../scss/layout/_header.scss */
#header-search .search_prod > h2.subtitle, #header-search .search_brands_container > h2.subtitle {
  margin-top: 25px;
}

/* line 390, ../scss/layout/_header.scss */
#header-account #myaccount-panel {
  padding: 17px 0 40px;
}
/* line 392, ../scss/layout/_header.scss */
#header-account #myaccount-panel h2.subtitle {
  color: #333333;
  font-size: 14px;
  margin: 0 0 17px 0;
}
/* line 397, ../scss/layout/_header.scss */
#header-account #myaccount-panel p {
  font-family: open_sansregular, "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #848484;
  font-size: 13px;
}
/* line 403, ../scss/layout/_header.scss */
#header-account .user-details h2, #header-account .user-details button {
  color: #333333;
  font-size: 14px;
  margin: 0 0 26px 0;
  border: 0;
  background: none;
  text-transform: uppercase;
  font: normal 13px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 412, ../scss/layout/_header.scss */
#header-account .create-fb {
  margin: 0;
  padding: 0 24px;
  border: 1px solid #ededed;
  border-width: 0 1px;
  width: 338px;
}
/* line 418, ../scss/layout/_header.scss */
#header-account .create-fb button {
  width: 80%;
}

/* line 424, ../scss/layout/_header.scss */
#header-search:before, .header-minicart:before, .header-wishlist:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 62px;
  background: #000;
  top: 0;
  left: 0;
}

/* line 434, ../scss/layout/_header.scss */
#header-search:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 97px;
  background: #000;
  top: 0;
  left: 0;
}

/* line 445, ../scss/layout/_header.scss */
.brand-list-con > a, .brand-list-con .brand-list-all {
  display: inline-block !important;
  padding-right: 6px;
  text-transform: uppercase;
  border-right: 1px solid #aaaaaa;
  line-height: 15px;
}
/* line 452, ../scss/layout/_header.scss */
.brand-list-con > a#all-brand {
  padding-right: 0px;
  padding-left: 4px;
  border-right: 0;
}
/* line 458, ../scss/layout/_header.scss */
.brand-list-con .brand-list-all > li {
  display: inline-block;
}
/* line 461, ../scss/layout/_header.scss */
.brand-list-con .brand-list-all > li > a {
  margin-left: 15px;
  margin-bottom: 0 !important;
}

/* line 468, ../scss/layout/_header.scss */
a.current-brand-name {
  color: #e55c20 !important;
}

/* line 471, ../scss/layout/_header.scss */
#brand_list {
  margin-top: 46px;
  position: relative;
  text-align: center;
}
/* line 475, ../scss/layout/_header.scss */
#brand_list.brand_overlay {
  opacity: 0.5;
}
/* line 478, ../scss/layout/_header.scss */
#brand_list .prev, #brand_list .next {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat center right;
  width: 25px;
  height: 37px;
  position: absolute;
  top: 40%;
}
/* line 484, ../scss/layout/_header.scss */
#brand_list .prev a, #brand_list .next a {
  width: 25px;
  height: 37px;
  display: block;
}
/* line 490, ../scss/layout/_header.scss */
#brand_list .next {
  background-position: -22px -334px;
  right: -70px;
}
/* line 494, ../scss/layout/_header.scss */
#brand_list .prev {
  background-position: 0px -334px;
  left: -70px;
}
/* line 499, ../scss/layout/_header.scss */
#brand_list ul.brandall-listicons > li {
  text-transform: uppercase;
  padding-bottom: 23px;
  padding-left: 24px;
  margin-left: 0;
  margin-right: 0;
  width: 25%;
  text-align: left;
}
/* line 509, ../scss/layout/_header.scss */
#brand_list ul.brandall-listicons > li.no-brands {
  text-align: center;
  padding: 0;
  margin-top: 5px;
}
/* line 514, ../scss/layout/_header.scss */
#brand_list ul.brandall-listicons > li.last-brand {
  /*text-align: right;*/
  /*margin-right: 125px;*/
  /*margin: 0 20px;*/
  color: #888888;
  text-transform: none;
  font: normal 13px open_sansregular, Arial, Helvetica, sans-serif;
  clear: both;
}
/* line 523, ../scss/layout/_header.scss */
#brand_list ul.brandall-listicons > li .brand-star {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -126px -51px;
  width: 12px;
  height: 12px;
  display: inline-block;
}
/* line 529, ../scss/layout/_header.scss */
#brand_list ul.brandall-listicons > li > a {
  font: normal 13px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}

/* line 536, ../scss/layout/_header.scss */
.menu-right-dropdown {
  margin-bottom: 30px;
}

/* line 541, ../scss/layout/_header.scss */
#language-switcher {
  padding-bottom: 40px;
}
/* line 543, ../scss/layout/_header.scss */
#language-switcher .select-wrapper {
  background-position: 204px -490px;
}
/* line 545, ../scss/layout/_header.scss */
#language-switcher .select-wrapper select, #language-switcher .select-wrapper input[type=text] {
  padding: 0 23px;
  height: 60px;
  color: #848484;
}
/* line 552, ../scss/layout/_header.scss */
#language-switcher .number .select-wrapper {
  background: transparent;
}
/* line 556, ../scss/layout/_header.scss */
#language-switcher .select2-container {
  display: block !important;
}
/* line 559, ../scss/layout/_header.scss */
#language-switcher .select2-container.flying-country .select2-choice > .select2-chosen {
  margin-right: 10px;
}
/* line 561, ../scss/layout/_header.scss */
#language-switcher .date .select-wrapper, #language-switcher .time .select-wrapper, #language-switcher .langu .select-wrapper, #language-switcher .currency .select-wrapper {
  background-position: 138px -490px;
}
/* line 565, ../scss/layout/_header.scss */
#language-switcher .from, #language-switcher .to, #language-switcher .date, #language-switcher .time, #language-switcher .number, #language-switcher .langu, #language-switcher .currency, #language-switcher .age {
  float: left;
  /*margin: 0 0 33px 38px;*/
}
/* line 569, ../scss/layout/_header.scss */
#language-switcher .from, #language-switcher .to, #language-switcher .number, #language-switcher .age {
  /*width: 245px;*/
}
/* line 573, ../scss/layout/_header.scss */
#language-switcher .age .input-text {
  height: 65px;
}
/* line 576, ../scss/layout/_header.scss */
#language-switcher .age .age-validation-msg {
  color: #fb0606;
}
/* line 581, ../scss/layout/_header.scss */
#language-switcher .date, #language-switcher .time, #language-switcher .langu, #language-switcher .currency {
  /*width: 180px;*/
}
/* line 584, ../scss/layout/_header.scss */
#language-switcher .from, #language-switcher .number {
  margin-left: 0;
}
/* line 587, ../scss/layout/_header.scss */
#language-switcher .langu-update {
  margin-top: 35px;
}
/* line 591, ../scss/layout/_header.scss */
#language-switcher .select2-choice {
  padding: 16px 20px;
}
/* line 593, ../scss/layout/_header.scss */
#language-switcher .select2-choice .select2-arrow b {
  background-position: -8px -491px;
}
/* line 597, ../scss/layout/_header.scss */
#language-switcher .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -8px -662px;
}

@media only screen and (min-width: 1021px) {
  /* line 604, ../scss/layout/_header.scss */
  #language-switcher .container_12 .grid_2.grid_3 {
    width: 122px;
  }
  /* line 607, ../scss/layout/_header.scss */
  #language-switcher .container_12 .currency.grid_5 {
    width: 292px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 614, ../scss/layout/_header.scss */
  #language-switcher .age {
    margin-top: 10px;
  }
}
/* line 621, ../scss/layout/_header.scss */
.no-search .select2-search {
  display: none;
}

/* line 625, ../scss/layout/_header.scss */
#s2id_autogen8_search, #s2id_autogen6_search, #s2id_autogen10_search, #s2id_autogen2_search {
  display: block;
}

/* line 630, ../scss/layout/_header.scss */
#flight-data {
  padding-bottom: 30px;
  /*.ui-selectmenu-button span.ui-selectmenu-text, #datepicker {
    padding: 25px 15px;
    height: auto;
  }
  
  .ui-selectmenu-button {
    .ui-icon {
      background: $sprite-img -8px -511px;
      top: 48%;
    }    
  }*/
}
/* line 632, ../scss/layout/_header.scss */
#flight-data p {
  font-family: open_sansregular, "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #848484;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 20px;
}
/* line 638, ../scss/layout/_header.scss */
#flight-data p:first-child {
  margin-bottom: 10px;
}
/* line 641, ../scss/layout/_header.scss */
#flight-data p a {
  color: #e66228;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif, "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-left: 5px;
}
/* line 645, ../scss/layout/_header.scss */
#flight-data p a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -64px -60px;
  display: inline;
  margin-left: 6px;
  width: 7px;
  height: 9px;
}
/* line 654, ../scss/layout/_header.scss */
#flight-data .bottom p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 658, ../scss/layout/_header.scss */
#flight-data .bottom p.note_impor {
  color: #FF0000;
  margin-top: 0px;
}
/* line 664, ../scss/layout/_header.scss */
#flight-data .save-flight-details {
  margin-top: 20px;
}
/* line 667, ../scss/layout/_header.scss */
#flight-data #time_min_picker {
  border: 1px solid #E5E5E5;
  padding: 0;
  height: 68px;
  width: 246px;
  float: left;
}
/* line 674, ../scss/layout/_header.scss */
#flight-data #time_min_picker .time-min {
  overflow: hidden;
  margin: 0px 0 0 60px;
  text-align: center;
  display: inline-block;
}
/* line 679, ../scss/layout/_header.scss */
#flight-data #time_min_picker .time-min span {
  padding: 0px 20px;
  display: inline-block;
  color: #333333;
}
/* line 684, ../scss/layout/_header.scss */
#flight-data #time_min_picker .time-min .select-time {
  border-right: 1px solid #E5E5E5;
}
/* line 691, ../scss/layout/_header.scss */
#flight-data #time_min_picker p {
  color: #444;
  font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 25px 10px;
  margin: 0;
  width: 88%;
  float: left;
  cursor: pointer;
}
/* line 700, ../scss/layout/_header.scss */
#flight-data #time_min_picker.open .time_drop_arrow {
  background-position: -8px -662px;
}
/* line 703, ../scss/layout/_header.scss */
#flight-data #time_min_picker .time_drop_arrow {
  width: 25px;
  height: 100%;
  display: block;
  float: right;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -8px -486px;
}
/* line 711, ../scss/layout/_header.scss */
#flight-data #time_min_picker .time_drop_arrow.open {
  background-position: -8px -662px;
}
/* line 715, ../scss/layout/_header.scss */
#flight-data #s2id_departure_from, #flight-data #s2id_departure_to, #flight-data #time_min_picker, #flight-data #show_selected_date {
  width: 243px;
  display: block;
  float: left;
  margin-left: -1px;
  color: #848484;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 724, ../scss/layout/_header.scss */
#flight-data #time_min_picker {
  width: 245px;
  margin: 0;
}
/* line 728, ../scss/layout/_header.scss */
#flight-data .select2-container .select2-choice {
  padding: 18px 10px 17px;
  border: 1px solid #E5E5E5;
  border-right: 0;
}
/* line 733, ../scss/layout/_header.scss */
#flight-data #datepicker {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 742, ../scss/layout/_header.scss */
#flight-data #show_selected_date p {
  padding: 23px 10px;
  margin: 0;
  width: 90%;
  float: left;
  color: #444;
  font: normal 12px/22px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 750, ../scss/layout/_header.scss */
#flight-data #show_selected_date.open p {
  color: #e66228;
}
/* line 754, ../scss/layout/_header.scss */
#flight-data #show_selected_date {
  padding: 0px;
  height: 68px;
  border: 1px solid #E5E5E5;
  border-right: 0;
  position: relative;
  cursor: pointer;
}
/* line 762, ../scss/layout/_header.scss */
#flight-data .show_selected_date_arrow {
  display: block;
  float: right;
  width: 24px;
  height: 94%;
  color: #444;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -6px -486px;
  position: absolute;
  right: 5px;
  top: 3px;
}
/* line 773, ../scss/layout/_header.scss */
#flight-data #show_selected_date.open .show_selected_date_arrow {
  background-position: -6px -662px;
}
/* line 776, ../scss/layout/_header.scss */
#flight-data .flight-complete {
  margin-bottom: 20px;
}
/* line 779, ../scss/layout/_header.scss */
#flight-data .flight-time-show {
  border: 1px solid #e4e4e4;
  width: 245px;
  float: left;
  padding: 0 15px 10px;
  position: absolute;
  right: -2px;
  top: 67px;
  background: #FFF;
  z-index: 1;
  display: none;
}
/* line 790, ../scss/layout/_header.scss */
#flight-data .flight-time-show.open {
  display: block;
}
/* line 793, ../scss/layout/_header.scss */
#flight-data .flight-time-show span.flight-time-show-select-text {
  text-align: center;
  color: #848484;
  margin: 10px 0;
  display: block;
}
/* line 799, ../scss/layout/_header.scss */
#flight-data .flight-time-show .flight-time-show-open {
  border-top: 1px solid #E5E5E5;
}
/* line 802, ../scss/layout/_header.scss */
#flight-data .flight-time-show .flight-time-show-open .select2-container .select2-choice .select2-arrow b {
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -8px -502px;
}
/* line 805, ../scss/layout/_header.scss */
#flight-data .flight-time-show .flight-time-show-open .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -8px -677px;
}
/* line 808, ../scss/layout/_header.scss */
#flight-data .flight-time-show .flight-time-show-open .mob_select {
  float: left;
  width: 49% !important;
  height: 30px;
  border: 0;
  margin: 0;
  text-align: center;
}
/* line 815, ../scss/layout/_header.scss */
#flight-data .flight-time-show .flight-time-show-open .mob_select select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 823, ../scss/layout/_header.scss */
#flight-data .flight-time-show #s2id_departure_hour {
  border-right: 1px solid #E5E5E5;
}
/* line 826, ../scss/layout/_header.scss */
#flight-data .flight-time-show .select2-container .select2-choice {
  width: 74px;
  border-width: 0 0px 0 0px;
  padding: 4px 10px;
  margin: 0 10px 0 16px;
}
/* line 834, ../scss/layout/_header.scss */
#flight-data .select2-dropdown-open .select2-choice > .select2-chosen {
  color: #e66228;
}
/* line 838, ../scss/layout/_header.scss */
#flight-data .enter-flight-number {
  border: 1px solid #E5E5E5;
  padding: 10px 30px 9px;
  height: auto;
}
/* line 844, ../scss/layout/_header.scss */
#flight-data .enter-flight-number-container.open {
  padding-bottom: 58px;
}
/* line 847, ../scss/layout/_header.scss */
#flight-data .enter-flight-number-container .enter-flight-number-open.open {
  position: absolute;
  width: 406px;
  right: 0;
  padding: 25px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}
/* line 854, ../scss/layout/_header.scss */
#flight-data .enter-flight-number-container .enter-flight-number-open.open .enter-flight-number {
  border-color: #c5c5c5;
  padding: 15px 30px 14px;
}
/* line 859, ../scss/layout/_header.scss */
#flight-data .enter-flight-number-container .enter-flight-number-container-submit {
  width: 356px;
}
/* line 861, ../scss/layout/_header.scss */
#flight-data .enter-flight-number-container .enter-flight-number-container-submit .button {
  width: 170px;
}
/* line 866, ../scss/layout/_header.scss */
#flight-data .button + .button {
  margin-left: 10px;
}

/* line 881, ../scss/layout/_header.scss */
#popup-flight-data .show_selected_date_arrow {
  display: block;
  float: right;
  width: 24px;
  height: 94%;
  color: #444;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -6px -486px;
  position: absolute;
  right: 5px;
  top: 3px;
}

/* line 892, ../scss/layout/_header.scss */
.brand-list-con {
  text-align: left;
}

/* line 895, ../scss/layout/_header.scss */
.container_12.brand_loader_con {
  text-align: center;
  position: absolute;
  width: 56px !important;
  left: 50%;
  top: 43%;
}
/* line 901, ../scss/layout/_header.scss */
.container_12.brand_loader_con img {
  margin: 0 auto;
}

/* line 906, ../scss/layout/_header.scss */
.level0.nav-2.parent .menu-show {
  /*display: block !important;*/
}

/* line 910, ../scss/layout/_header.scss */
#wishlist-sidebar li.item {
  margin: 0;
}

@media only screen and (max-width: 1020px) {
  /* line 916, ../scss/layout/_header.scss */
  #header-search, #header-account, .header-language-switcher, .header-minicart, .header-wishlist {
    top: 125px;
  }

  /* line 919, ../scss/layout/_header.scss */
  #flight-data {
    top: 184px;
  }

  /* line 922, ../scss/layout/_header.scss */
  .right-menu-con, .menu-icon, .flightDetails {
    width: 100% !important;
  }

  /* line 925, ../scss/layout/_header.scss */
  #brand_list ul.brandall-listicons > li.no-brands {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  /* line 932, ../scss/layout/_header.scss */
  #header-account .create-fb {
    width: 100%;
    border: 0;
    padding: 0;
    padding-top: 30px;
  }
  /* line 938, ../scss/layout/_header.scss */
  #header-account .create-fb button {
    width: 100%;
  }
  /* line 942, ../scss/layout/_header.scss */
  #header-account a.fb_button_ps:hover {
    opacity: 0.8;
    color: #FFF;
    background-color: #3a579d;
  }

  /* line 949, ../scss/layout/_header.scss */
  .login-top-link .login-col-1, .login-top-link .login-col-2, .login-top-link .login-col-3 {
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
  }

  /* line 954, ../scss/layout/_header.scss */
  #flight-data #s2id_departure_from, #flight-data #s2id_departure_to, #flight-data #datepicker {
    width: 100%;
    margin-bottom: 30px;
  }

  /* line 958, ../scss/layout/_header.scss */
  #flight-data {
    padding: 20px 24px;
  }

  /* line 961, ../scss/layout/_header.scss */
  #header-search {
    background: #f0f0f0;
  }

  /* line 965, ../scss/layout/_header.scss */
  .header-minicart:before, .header-wishlist:before {
    background: #fff;
  }
  /* line 968, ../scss/layout/_header.scss */
  .header-minicart h2.subtitle, .header-wishlist h2.subtitle {
    color: #000;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1021px) {
  /* line 977, ../scss/layout/_header.scss */
  .user-details .user-cnt, .user-details .logout-btn {
    width: 462px;
  }
}
/* line 983, ../scss/layout/_header.scss */
.resetlink {
  margin-top: 10px;
}

/* line 984, ../scss/layout/_header.scss */
.resetlink a {
  color: #e66228;
}

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 7, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 40%;
}
/* line 10, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
/* line 13, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

/* line 19, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: inline;
}

/* line 23, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  /* line 32, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 1020px) {
  /* line 42, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 1020px) {
  /* line 54, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 5px 0;
  }
}
/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
/* line 64, ../scss/layout/_header-nav.scss */
.skip-nav {
  width: 40%;
}
/* line 67, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover {
  text-decoration: none;
}
/* line 70, ../scss/layout/_header-nav.scss */
.skip-nav:not(.skip-active):hover .icon {
  background-position: -46px 4px;
}

/* line 76, ../scss/layout/_header-nav.scss */
.skip-nav .label {
  display: inline;
}

/* line 80, ../scss/layout/_header-nav.scss */
.skip-nav .icon {
  background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
  /* line 89, ../scss/layout/_header-nav.scss */
  .skip-nav {
    width: 25%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 99, ../scss/layout/_header-nav.scss */
  .skip-nav {
    display: none;
  }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
@media only screen and (max-width: 768px) {
  /* line 118, ../scss/layout/_header-nav.scss */
  #header-nav {
    padding: 0 !important;
  }

  /*.mm-menu {
      height: auto !important;
      overflow: initial !important;
  }
  .page.top_active, #menu.top_active {
      position: absolute;
      width: 100%;
  }*/
}
@media only screen and (min-width: 769px) {
  /* line 136, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
    background: #FFF;
    z-index: 999;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 769px) {
  /* line 150, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 163, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #333333;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
}
/* line 171, ../scss/layout/_header-nav.scss */
.nav-primary > li:first-child > a {
  margin-left: 0;
}
/* line 174, ../scss/layout/_header-nav.scss */
.nav-primary li:first-child > a:hover:after {
  left: 36%;
}

/* line 182, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* line 187, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 768px) {
  /* line 200, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  /* line 206, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 211, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  /* line 215, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  /* line 222, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  /* line 231, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #e66228;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 769px) {
  /* line 244, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  /* line 246, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    margin: 25px 21px;
  }
  /* line 252, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 255, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con > div > ul.level0 > li {
    float: left;
    width: 21%;
  }
  /* line 259, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con-discover > div > ul.level0 > li {
    float: left;
    width: 20%;
    margin-right: 5%;
  }
  /* line 264, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con-discover > div > ul.level0 > li:last-child {
    margin-right: 0;
  }
  /* line 267, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con > div > ul.level0 > li:last-child {
    width: 16% !important;
  }
  /* line 270, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover, .nav-primary li > a:hover {
    color: #e66228;
  }
  /* line 275, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  /* line 281, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show {
    background: #fff;
    position: absolute;
    left: 0;
    top: 63px;
    /* Height of ".nav-primary a.level0" */
    z-index: 1111;
    width: 100%;
    display: none;
    /* Hide until displayed. */
    padding-top: 23px;
  }
  /* line 291, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show .level0 a {
    text-transform: uppercase;
    font: normal 13px/16px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
  }
  /* line 298, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show:before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    background: #F4F4F4;
    top: 0;
    left: 0;
  }
  /* line 303, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 310, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 315, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 320, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }

  /* line 330, ../scss/layout/_header-nav.scss */
  .nav-primary li:hover > .menu-show {
    display: block;
    /* Force display */
  }
}
/* line 334, ../scss/layout/_header-nav.scss */
.top-navmenu {
  position: static !important;
}

/* line 335, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 .all-menu-con .level0 > .level1 > a {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}

/* line 337, ../scss/layout/_header-nav.scss */
.specialMenu-con li {
  float: left;
  border-right: 1px solid #d6d6d6;
  padding: 0 14px;
}
/* line 341, ../scss/layout/_header-nav.scss */
.specialMenu-con li a {
  font: normal 11px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
/* line 347, ../scss/layout/_header-nav.scss */
.specialMenu-con > li:first-child {
  padding-left: 0;
  color: #848484;
}
/* line 351, ../scss/layout/_header-nav.scss */
.specialMenu-con > li:first-child > a {
  color: #848484;
}

/* line 357, ../scss/layout/_header-nav.scss */
.all-menu-con .level0 > li > a, .all-menu-con-discover .level0 > li > a {
  padding-bottom: 0px !important;
  margin-bottom: 47px;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
}

/* line 363, ../scss/layout/_header-nav.scss */
.special-menu {
  border-top: 1px solid #e5e4e3;
  padding: 18px 0;
  background: #efefef;
}

/* line 369, ../scss/layout/_header-nav.scss */
.special-menu-offer, .special-menu-discover {
  border-top: 1px solid #e5e4e3;
  padding: 18px 0;
  padding: 38px 0;
  margin-top: 35px;
}
/* line 376, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li:first-child > a, .special-menu-discover .specialMenu-con-disc > li:first-child > a {
  text-align: left;
}
/* line 378, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li:first-child > a > span, .special-menu-discover .specialMenu-con-disc > li:first-child > a > span {
  padding-left: 0;
}
/* line 382, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li:last-child > a, .special-menu-discover .specialMenu-con-disc > li:last-child > a {
  text-align: right;
}
/* line 384, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li:last-child > a > span, .special-menu-discover .specialMenu-con-disc > li:last-child > a > span {
  text-align: left;
  padding-left: 21px;
}
/* line 389, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li > a > span, .special-menu-discover .specialMenu-con-disc > li > a > span {
  text-align: left;
  padding-left: 11px;
  color: #8e8e8e;
  font: normal 13px/18px open_sansregular, Arial, Helvetica, sans-serif;
  padding-top: 5px;
  display: block;
}
/* line 397, ../scss/layout/_header-nav.scss */
.special-menu-offer .specialMenu-con-disc > li > a > span:first-letter, .special-menu-discover .specialMenu-con-disc > li > a > span:first-letter {
  text-transform: capitalize;
}

/* line 403, ../scss/layout/_header-nav.scss */
.special-menu-discover .specialMenu-con-disc > li a > span.bold-header {
  color: #333333;
  text-transform: uppercase;
  display: block;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
}

/* line 410, ../scss/layout/_header-nav.scss */
.skip-links > li {
  margin: 0 11px;
  float: left;
}
/* line 413, ../scss/layout/_header-nav.scss */
.skip-links > li span {
  display: inline-block;
  width: 30px;
  height: 30px;
}
/* line 418, ../scss/layout/_header-nav.scss */
.skip-links > li .search-icon {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px 5px;
}
/* line 420, ../scss/layout/_header-nav.scss */
.skip-links > li .search-icon:hover, .skip-links > li .search-icon.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px -25px;
}
/* line 424, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-account {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px 5px;
}
/* line 426, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-account:hover, .skip-links > li .skip-account.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px -25px;
}
/* line 430, ../scss/layout/_header-nav.scss */
.skip-links > li .region-con {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px 5px;
}
/* line 432, ../scss/layout/_header-nav.scss */
.skip-links > li .region-con:hover, .skip-links > li .region-con.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px -25px;
}
/* line 436, ../scss/layout/_header-nav.scss */
.skip-links > li .add-wishlist {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px 5px;
}
/* line 438, ../scss/layout/_header-nav.scss */
.skip-links > li .add-wishlist:hover, .skip-links > li .add-wishlist.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px -25px;
}
/* line 442, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-cart {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px 5px;
}
/* line 444, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-cart:hover, .skip-links > li .skip-cart.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px -25px;
}
/* line 449, ../scss/layout/_header-nav.scss */
.skip-links > li:first-child {
  margin-left: 0;
}
/* line 452, ../scss/layout/_header-nav.scss */
.skip-links > li:last-child {
  margin-right: 0;
}

/* line 456, ../scss/layout/_header-nav.scss */
.skip-links > li a {
  width: 20px;
  height: 30px;
  display: inline-block;
}

/* line 461, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a .arrow {
  content: "";
  position: absolute;
  top: 53px;
  left: 40%;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
  display: none;
}

/* line 472, ../scss/layout/_header-nav.scss */
.nav-primary li.level0:first-child > a .arrow {
  left: 15%;
}

/* line 476, ../scss/layout/_header-nav.scss */
.header-dropdown {
  position: absolute;
}

/* line 477, ../scss/layout/_header-nav.scss */
.flightDetails {
  padding: 24px 0;
  float: left;
}

/* line 478, ../scss/layout/_header-nav.scss */
.menu-icon {
  float: right;
  margin-right: 24px;
}

/* line 479, ../scss/layout/_header-nav.scss */
#page-disable {
  width: 100%;
  height: 100%;
  background: rgba(86, 86, 86, 0.8);
  position: fixed;
  z-index: 111;
  display: none;
  top: 0;
  left: 0;
}

/* line 480, ../scss/layout/_header-nav.scss */
#page-disable.page-disable-active {
  display: block !important;
  height: 115% !important;
}

/* line 482, ../scss/layout/_header-nav.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 0 !important;
  top: 0 !important;
}

/* line 488, ../scss/layout/_header-nav.scss */
.right-menu-con {
  float: right;
  width: 66%;
}

/* line 492, ../scss/layout/_header-nav.scss */
ul.sub-menucon.level1 {
  margin: 30px 0 43px;
}

@media only screen and (min-width: 1021px) {
  /* line 500, ../scss/layout/_header-nav.scss */
  #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: 1px solid #EDEDED;
    background: #FFF;
    z-index: 999;
  }
}
/* ============================================ *
 * Nav Primary
 * ============================================ */
@media only screen and (min-width: 1021px) {
  /* line 514, ../scss/layout/_header-nav.scss */
  .nav-primary {
    display: block;
  }
}
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
/* line 523, ../scss/layout/_header-nav.scss */
.brand-mobile {
  position: absolute;
  bottom: 9px;
  left: 40%;
}

/* line 532, ../scss/layout/_header-nav.scss */
.nav-primary a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #333333;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: .7px;
}
/* line 540, ../scss/layout/_header-nav.scss */
.nav-primary > li:first-child > a {
  margin-left: 0;
}
/* line 543, ../scss/layout/_header-nav.scss */
.nav-primary li:first-child > a:hover:after {
  left: 36%;
}

/* line 551, ../scss/layout/_header-nav.scss */
.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block;
}

/* line 556, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a {
  text-transform: uppercase;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 565, ../scss/layout/_header-nav.scss */
  .page.top_active, #menu.top_active {
    /*position: fixed;*/
  }

  /* line 571, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0,
  .nav-primary a {
    line-height: 35px;
  }
  /* line 577, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul {
    display: none;
  }
  /* line 582, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 li {
    padding: 0 0 0 25px;
  }
  /* line 586, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }
  /* line 593, ../scss/layout/_header-nav.scss */
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    top: 50%;
    left: 10px;
    right: auto;
    margin-top: -5px;
  }
  /* line 602, ../scss/layout/_header-nav.scss */
  .nav-primary li.menu-active > a,
  .nav-primary li.sub-menu-active > a {
    color: #e66228;
  }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 1021px) {
  /* line 616, ../scss/layout/_header-nav.scss */
  .nav-primary {
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */
  }
  /* line 618, ../scss/layout/_header-nav.scss */
  .nav-primary a.level0 {
    margin: 23px 18px;
  }
  /* line 621, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0, .nav-primary a.level0 {
    display: inline-block;
  }
  /* line 624, ../scss/layout/_header-nav.scss */
  .nav-primary li:last-child > a {
    border-bottom: none;
  }
  /* line 627, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con > div > ul.level0 > li {
    float: left;
    width: 19%;
    padding: 0 10px;
  }
  /* line 632, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con-discover > div > ul.level0 > li {
    float: left;
    width: 21%;
    margin-right: 5%;
    text-align: left;
  }
  /* line 638, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con > div > ul.level0 > li:first-child {
    padding-left: 0;
  }
  /* line 641, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con-offer > div > ul.level0 > li {
    font-size: 12px;
    float: left;
    width: 15%;
    margin-right: 5%;
    text-align: left;
  }
  /* line 648, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con-discover > div > ul.level0 > li:last-child, .nav-primary .all-menu-con-offer > div > ul.level0 > li:last-child {
    margin-right: 0;
  }
  /* line 651, ../scss/layout/_header-nav.scss */
  .nav-primary .all-menu-con > div > ul.level0 > li:last-child {
    width: 16% !important;
    padding-right: 0;
  }
  /* line 655, ../scss/layout/_header-nav.scss */
  .nav-primary a:hover, .nav-primary li > a:hover {
    color: #e66228;
  }
  /* line 660, ../scss/layout/_header-nav.scss */
  .nav-primary .menu-active,
  .nav-primary li.level0:hover {
    z-index: 200;
  }
  /* line 666, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show {
    background: #fff;
    position: absolute;
    left: 0;
    top: 63px;
    /* Height of ".nav-primary a.level0" */
    z-index: 1111;
    width: 100%;
    display: none;
    /* Hide until displayed. */
    padding-top: 23px;
  }
  /* line 676, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show .level0 a, .nav-primary li.level0 .menu-show .level0 .has-children {
    text-transform: uppercase;
    font: normal 13px/16px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
  }
  /* line 683, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 .menu-show:before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    background: #efefef;
    top: 0;
    left: 0;
  }
  /* line 686, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 > .menu-show.show, .nav-primary li.level0 > a .arrow {
    display: block;
  }
  /* line 690, ../scss/layout/_header-nav.scss */
  .nav-primary .no-text {
    text-align: center;
  }
  /* line 693, ../scss/layout/_header-nav.scss */
  .nav-primary li.level1 ul {
    left: 60px;
    top: 15px;
  }
  /* line 700, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.position-test {
    display: block;
  }
  /* line 705, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }
  /* line 710, ../scss/layout/_header-nav.scss */
  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    left: auto;
    right: 50px;
    top: 20px;
  }
}
/* line 721, ../scss/layout/_header-nav.scss */
.top-navmenu {
  position: static !important;
}

/* line 722, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 .all-menu-con .level0 > .level1 > a {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}

/* line 724, ../scss/layout/_header-nav.scss */
.specialMenu-con li {
  float: left;
  line-height: 25px;
  border-right: 1px solid #d6d6d6;
  padding: 0 10px;
  letter-spacing: 1px;
}
/* line 730, ../scss/layout/_header-nav.scss */
.specialMenu-con li a {
  font: normal 12px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
/* line 736, ../scss/layout/_header-nav.scss */
.specialMenu-con > li:first-child {
  padding-left: 0;
  color: #848484;
  font-family: open_sansregular;
  letter-spacing: 0.3px;
}
/* line 741, ../scss/layout/_header-nav.scss */
.specialMenu-con > li:first-child > a {
  text-transform: capitalize;
  font: normal 12px/25px open_sansregular, Arial, Helvetica, sans-serif;
}

/* line 748, ../scss/layout/_header-nav.scss */
.all-menu-con .level0 > li > a, .all-menu-con .level0 .has-children, .all-menu-con-discover .level0 > li > a, .all-menu-con-discover .level0 .has-children, .all-menu-con-offer .level0 > li > a, .all-menu-con-offer .level0 .has-children {
  padding-bottom: 0px !important;
  margin-bottom: 47px;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  display: inline-block;
}

/* line 755, ../scss/layout/_header-nav.scss */
.all-menu-con-offer .level0 > li .sub-menucon > li.more-offer > a {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/brand_link.png) no-repeat right center;
  display: inline-block;
  padding-right: 15px;
}

/* line 762, ../scss/layout/_header-nav.scss */
.skip-links > li {
  margin: 0 11px;
  float: left;
}
/* line 765, ../scss/layout/_header-nav.scss */
.skip-links > li span {
  display: inline-block;
  width: 30px;
  height: 30px;
}
/* line 770, ../scss/layout/_header-nav.scss */
.skip-links > li .search-icon {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px 5px;
}
/* line 772, ../scss/layout/_header-nav.scss */
.skip-links > li .search-icon:hover, .skip-links > li .search-icon.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px -25px;
}
/* line 776, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-account {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px 5px;
}
/* line 778, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-account:hover, .skip-links > li .skip-account.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px -25px;
}
/* line 782, ../scss/layout/_header-nav.scss */
.skip-links > li .region-con {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px 5px;
}
/* line 784, ../scss/layout/_header-nav.scss */
.skip-links > li .region-con:hover, .skip-links > li .region-con.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px -25px;
}
/* line 788, ../scss/layout/_header-nav.scss */
.skip-links > li .add-wishlist {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px 5px;
}
/* line 790, ../scss/layout/_header-nav.scss */
.skip-links > li .add-wishlist:hover, .skip-links > li .add-wishlist.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px -25px;
}
/* line 794, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-cart {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px 5px;
  font-size: 10px;
  line-height: 35px;
  text-align: center;
  width: 19px;
}
/* line 801, ../scss/layout/_header-nav.scss */
.skip-links > li .skip-cart:hover, .skip-links > li .skip-cart.top_active {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px -25px;
  color: #FFF;
}
/* line 807, ../scss/layout/_header-nav.scss */
.skip-links > li:first-child {
  margin-left: 0;
}
/* line 810, ../scss/layout/_header-nav.scss */
.skip-links > li:last-child {
  margin-right: 0;
}

/* line 814, ../scss/layout/_header-nav.scss */
.skip-links > li a {
  width: 20px;
  height: 30px;
  display: inline-block;
}

/* line 819, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a .arrow.show {
  display: block;
}

/* line 822, ../scss/layout/_header-nav.scss */
.nav-primary li.level0 > a .arrow {
  content: "";
  position: absolute;
  top: 26px;
  left: 40%;
  width: 0px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #efefef;
  display: none;
}

/* line 833, ../scss/layout/_header-nav.scss */
.nav-primary li.level0:first-child > a .arrow {
  left: 15%;
}

/* line 836, ../scss/layout/_header-nav.scss */
.second-set-nav li.level0:nth-child(2) > a .arrow {
  left: 21%;
}

/* line 840, ../scss/layout/_header-nav.scss */
.header-dropdown {
  position: absolute;
}

/* line 841, ../scss/layout/_header-nav.scss */
.logo-con {
  padding: 8px 0;
}

/* line 842, ../scss/layout/_header-nav.scss */
.flightDetails {
  float: left;
}

/* line 843, ../scss/layout/_header-nav.scss */
.menu-icon {
  float: right;
  margin-right: 20px;
}

/* line 844, ../scss/layout/_header-nav.scss */
#page-disable, #pdp-page-disable {
  width: 100%;
  height: 110%;
  background: rgba(44, 44, 44, 0.8);
  position: fixed;
  z-index: 111;
  display: none;
  top: 0;
  left: 0;
}

/* line 845, ../scss/layout/_header-nav.scss */
#pdp-page-disable {
  z-index: 9999;
}

/* line 847, ../scss/layout/_header-nav.scss */
.global-popup-container {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 854, ../scss/layout/_header-nav.scss */
.global-popup.cart-item {
  width: 555px;
}

/* line 857, ../scss/layout/_header-nav.scss */
.global-popup.in-eligible-cart {
  width: 647px;
}
/* line 863, ../scss/layout/_header-nav.scss */
.global-popup.in-eligible-cart .warning-msg .error-detail .button-set {
  display: table;
  width: auto;
  margin: 0 auto;
}
/* line 868, ../scss/layout/_header-nav.scss */
.global-popup.in-eligible-cart .warning-msg .error-detail .button-set .button-reverse {
  margin-left: 24px;
}
/* line 871, ../scss/layout/_header-nav.scss */
.global-popup.in-eligible-cart .warning-msg .error-detail .button-set .btn-wishlist {
  margin-left: 0;
  margin-right: 0;
}

/* line 883, ../scss/layout/_header-nav.scss */
.global-popup.flight-details {
  width: 920px;
}

/* line 886, ../scss/layout/_header-nav.scss */
.global-popup.email-to-friend {
  width: 722px;
}

/* line 890, ../scss/layout/_header-nav.scss */
.global-popup .global-popup-loader {
  margin: auto;
  display: block;
}

/* line 891, ../scss/layout/_header-nav.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 0 !important;
  top: 0 !important;
}

/* line 896, ../scss/layout/_header-nav.scss */
.container_12 .grid_4.logo-con {
  width: 260px;
}

/* line 900, ../scss/layout/_header-nav.scss */
.right-menu-con {
  float: right;
  width: 687px;
}
/* line 903, ../scss/layout/_header-nav.scss */
.right-menu-con .menu-icon {
  margin-top: 18px;
}

@media only screen and (max-width: 1020px) {
  /* line 910, ../scss/layout/_header-nav.scss */
  .all-menu-con .level0 > li > a, .all-menu-con-discover .level0 > li > a, .all-menu-con-offer .level0 > li > a {
    display: block;
  }

  /* line 913, ../scss/layout/_header-nav.scss */
  .right-menu-con .menu-icon {
    margin-top: 0;
  }

  /* line 916, ../scss/layout/_header-nav.scss */
  .menu-icon {
    float: left;
  }

  /* line 920, ../scss/layout/_header-nav.scss */
  .special-menu-offer .specialMenu-con-disc > li, .special-menu-offer .specialMenu-con-disc > li a, .special-menu-discover .specialMenu-con-disc > li, .special-menu-discover .specialMenu-con-disc > li a {
    text-align: center !important;
    padding: 0;
    margin: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 928, ../scss/layout/_header-nav.scss */
  .special-menu-offer .specialMenu-con-disc > li a span, .special-menu-discover .specialMenu-con-disc > li a span {
    text-align: center;
    padding-bottom: 30px;
  }
  /* line 932, ../scss/layout/_header-nav.scss */
  .special-menu-offer .specialMenu-con-disc > li:last-child > a > span, .special-menu-discover .specialMenu-con-disc > li:last-child > a > span {
    text-align: center;
    padding-left: 0;
  }
  /* line 936, ../scss/layout/_header-nav.scss */
  .special-menu-offer .specialMenu-con-disc .bold-header, .special-menu-discover .specialMenu-con-disc .bold-header {
    padding-bottom: 0px;
  }

  /* line 940, ../scss/layout/_header-nav.scss */
  #all-brand {
    padding: 20px 0 !important;
    width: 50%;
    float: left;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 951, ../scss/layout/_header-nav.scss */
  .skip-links > li .search-icon:hover {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px 5px;
  }
  /* line 952, ../scss/layout/_header-nav.scss */
  .skip-links > li .search-icon.top_active {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 2px -25px;
  }
  /* line 955, ../scss/layout/_header-nav.scss */
  .skip-links > li .skip-account:hover {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px 5px;
  }
  /* line 956, ../scss/layout/_header-nav.scss */
  .skip-links > li .skip-account.top_active {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -27px -25px;
  }
  /* line 959, ../scss/layout/_header-nav.scss */
  .skip-links > li .region-con:hover {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px 5px;
  }
  /* line 960, ../scss/layout/_header-nav.scss */
  .skip-links > li .region-con.top_active {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -54px -25px;
  }
  /* line 963, ../scss/layout/_header-nav.scss */
  .skip-links > li .add-wishlist:hover {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px 5px;
  }
  /* line 964, ../scss/layout/_header-nav.scss */
  .skip-links > li .add-wishlist.top_active {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -82px -25px;
  }
  /* line 967, ../scss/layout/_header-nav.scss */
  .skip-links > li .skip-cart:hover {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px 5px;
  }
  /* line 968, ../scss/layout/_header-nav.scss */
  .skip-links > li .skip-cart.top_active {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -109px -25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 974, ../scss/layout/_header-nav.scss */
  .right-menu-con, .menu-icon, .flightDetails {
    width: 100%;
  }
}
/* line 979, ../scss/layout/_header-nav.scss */
.de_DE .flightDetails .flight-details h4, .es_ES .flightDetails .flight-details h4 {
  letter-spacing: 0;
}

/* line 980, ../scss/layout/_header-nav.scss */
.no-text {
  text-transform: capitalize;
  width: 21% !important;
}

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/* line 10, ../scss/layout/_header-search.scss */
.skip-search:not(.skip-active):hover .icon {
  background-position: -46px -146px;
}
/* line 15, ../scss/layout/_header-search.scss */
.skip-search .icon {
  background-position: 4px -146px;
}

@media only screen and (min-width: 769px) {
  /* line 25, ../scss/layout/_header-search.scss */
  .skip-search {
    display: none;
  }
}
/* ============================================ *
 * Search Input
 * ============================================ */
/* line 35, ../scss/layout/_header-search.scss */
#search_mini_form label {
  display: none;
}

/* line 39, ../scss/layout/_header-search.scss */
#search {
  width: 100%;
  height: 54px;
  padding: 0 40px 0 25px;
  font-size: 24px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 46, ../scss/layout/_header-search.scss */
#search::-moz-placeholder {
  color: #333333;
}

/* line 51, ../scss/layout/_header-search.scss */
#search_mini_form .search-button {
  text-indent: -9999px;
  position: absolute;
  top: 4px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
}

/* line 62, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -11px;
  margin-left: -15px;
  background-position: 4px -146px;
}

/* line 75, ../scss/layout/_header-search.scss */
#search_mini_form .search-button:hover:before {
  opacity: 0.8;
}

/* line 78, ../scss/layout/_header-search.scss */
#search_mini_form {
  margin-top: 2px;
}
/* line 81, ../scss/layout/_header-search.scss */
#search_mini_form .input-box {
  margin-bottom: 0;
}

/* line 89, ../scss/layout/_header-search.scss */
.es_ES .search-dropdown .search_prod h3.product-name {
  font-size: 11px;
}
/* line 93, ../scss/layout/_header-search.scss */
.es_ES .search-dropdown .search_prod .all-prd-price > .our-amt.price {
  font-size: 9px;
}

/* line 100, ../scss/layout/_header-search.scss */
.search-dropdown {
  clear: both;
  margin-top: 5px;
  display: none;
  overflow: hidden;
}
/* line 105, ../scss/layout/_header-search.scss */
.search-dropdown .search_loader {
  width: 56px;
  height: 56px;
  margin: 40px auto 40px;
  display: block;
}
/* line 111, ../scss/layout/_header-search.scss */
.search-dropdown .subtitle {
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
/* line 116, ../scss/layout/_header-search.scss */
.search-dropdown search-dropdown-res {
  visibility: hidden;
}
/* line 118, ../scss/layout/_header-search.scss */
.search-dropdown search-dropdown-res.search-dropdown-res-show {
  visibility: visible;
}
/* line 122, ../scss/layout/_header-search.scss */
.search-dropdown .search-dropdown-res-show {
  visibility: visible;
}
/* line 125, ../scss/layout/_header-search.scss */
.search-dropdown .search-dropdown-res-show .note-msg {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 40px;
}
/* line 130, ../scss/layout/_header-search.scss */
.search-dropdown .search-dropdown-res-show .recommendations {
  margin-bottom: 10px;
  text-align: center;
}
/* line 133, ../scss/layout/_header-search.scss */
.search-dropdown .search-dropdown-res-show .recommendations a {
  color: #e66228;
  text-decoration: underline;
}
/* line 140, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod {
  width: 550px;
  float: left;
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
/* line 148, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-prev {
  background-position: -439px -407px;
  left: -24px;
}
/* line 151, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-next {
  background-position: -467px -407px;
  right: 35px;
}
/* line 154, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-prev, .search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-next {
  width: 17px;
  height: 18px;
  top: 140px;
}
/* line 157, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-prev.disabled, .search-dropdown .search_prod .bx-wrapper .bx-controls-direction .bx-next.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 163, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .products-grid .product-name {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
/* line 167, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .product-slider li {
  text-align: center;
  float: left;
  margin: 0px;
}
/* line 171, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .product-slider li .price-box .price {
  font-size: 12px;
}
/* line 176, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod h3.product-name {
  text-transform: none;
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* line 181, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .search_view_all {
  width: 205px;
  background: #000 url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 177px -250px;
  color: #FFF;
  display: block;
  margin: 40px auto 0;
  padding: 9px 0px 8px 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-family: proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 194, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod .search_view_all:hover {
  background: #FFF url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 177px -287px;
  color: #000;
}
/* line 198, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod p {
  text-align: center;
}
/* line 200, ../scss/layout/_header-search.scss */
.search-dropdown .search_prod p.brand-name {
  text-transform: uppercase;
  font-family: proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 206, ../scss/layout/_header-search.scss */
.search-dropdown .search_right {
  width: 420px;
  float: left;
  border-left: 1px solid #CCCCCC;
  margin-left: -1px;
  padding-bottom: 44px;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}
/* line 214, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_depart_container, .search-dropdown .search_right .search_article_container {
  padding-top: 24px;
}
/* line 217, ../scss/layout/_header-search.scss */
.search-dropdown .search_right li {
  float: left;
  font-size: 13px;
}
/* line 220, ../scss/layout/_header-search.scss */
.search-dropdown .search_right li a {
  color: #333333;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
/* line 226, ../scss/layout/_header-search.scss */
.search-dropdown .search_right li a:hover {
  color: #db5519;
}
/* line 232, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_depart_container li {
  width: 33%;
  text-align: left;
}
/* line 240, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_article_container {
  font-size: 13px;
}
/* line 242, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_article_container h3 {
  color: #333333;
  font-size: 13px;
}
/* line 246, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_article_container p {
  color: #848484;
}
/* line 252, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container li {
  height: 89px;
  display: table;
}
/* line 256, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container li:first-child {
  margin-left: 0px;
}
/* line 259, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container li img {
  width: 100%;
}
/* line 264, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container, .search-dropdown .search_right .search_depart_container, .search-dropdown .search_right .search_article_container {
  position: relative;
  clear: both;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 24px;
  padding-left: 45px;
}
/* line 270, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container .search_more_result, .search-dropdown .search_right .search_depart_container .search_more_result, .search-dropdown .search_right .search_article_container .search_more_result {
  position: absolute;
  width: 8px;
  height: 13px;
  background: #FFF url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -2px -298px;
  right: 0;
  top: 50%;
  text-decoration: none;
}
/* line 279, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container .bx-prev, .search-dropdown .search_right .search_brands_container .bx-next, .search-dropdown .search_right .search_depart_container .bx-prev, .search-dropdown .search_right .search_depart_container .bx-next, .search-dropdown .search_right .search_article_container .bx-prev, .search-dropdown .search_right .search_article_container .bx-next {
  top: 57px;
}
/* line 282, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container .bx-prev, .search-dropdown .search_right .search_depart_container .bx-prev, .search-dropdown .search_right .search_article_container .bx-prev {
  left: 8px;
  background-position: -427px -407px;
  height: 15px;
  top: 64px;
}
/* line 288, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container .bx-next, .search-dropdown .search_right .search_depart_container .bx-next, .search-dropdown .search_right .search_article_container .bx-next {
  right: 8px;
  background-position: -468px -407px;
  height: 15px;
  top: 64px;
  width: 11px;
}
/* line 296, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container.box2 .bx-wrapper, .search-dropdown .search_right .search_depart_container.box2 .bx-wrapper, .search-dropdown .search_right .search_article_container.box2 .bx-wrapper {
  position: relative;
}
/* line 298, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container.box2 .bx-wrapper .bx-prev, .search-dropdown .search_right .search_depart_container.box2 .bx-wrapper .bx-prev, .search-dropdown .search_right .search_article_container.box2 .bx-wrapper .bx-prev {
  left: -38px;
  top: 40%;
}
/* line 302, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_brands_container.box2 .bx-wrapper .bx-next, .search-dropdown .search_right .search_depart_container.box2 .bx-wrapper .bx-next, .search-dropdown .search_right .search_article_container.box2 .bx-wrapper .bx-next {
  right: -36px;
  top: 40%;
}
/* line 310, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_article_container img {
  float: left;
  margin: 0 5% 0 0;
}
/* line 314, ../scss/layout/_header-search.scss */
.search-dropdown .search_right .search_article_container .bx-prev, .search-dropdown .search_right .search_article_container .bx-next {
  top: 80px;
}
/* line 320, ../scss/layout/_header-search.scss */
.search-dropdown .bx-wrapper .bx-wrapper .bx-controls-direction {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* line 328, ../scss/layout/_header-search.scss */
  .search-dropdown {
    margin: 40px 0 10px;
  }
}
/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
@media only screen and (min-width: 769px) {
  /* line 15, ../scss/layout/_header-account.scss */
  #header-account a {
    display: block;
    padding: 5px 10px;
    color: #333333;
    line-height: 2;
  }

  /* line 22, ../scss/layout/_header-account.scss */
  #header-account a:hover {
    color: #e66228;
  }
}
/* -------------------------------------------- *
 * Account Links
 */
/* line 32, ../scss/layout/_header-account.scss */
#header-account {
  padding: 5px 0;
}
/* line 34, ../scss/layout/_header-account.scss */
#header-account a {
  position: relative;
  display: block;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
}
/* line 40, ../scss/layout/_header-account.scss */
#header-account a.forget_pass {
  font-size: 12px;
  padding: 0;
  min-height: 0;
  float: right;
  width: 145px;
  display: block;
  margin: 3px 24px 0 0;
  text-decoration: underline;
  text-align: right;
}
/* line 50, ../scss/layout/_header-account.scss */
#header-account a.forget_pass:hover {
  text-decoration: none;
}
/* line 55, ../scss/layout/_header-account.scss */
#header-account a.fb_button_ps {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -1px -390px;
  padding: 0;
  height: 46px;
  background-color: #3a579d;
  text-transform: uppercase;
  width: 88%;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 47px;
  text-decoration: none;
  letter-spacing: .8px;
  padding-left: 68px;
  text-align: left;
}
/* line 69, ../scss/layout/_header-account.scss */
#header-account a.fb_button_ps:hover {
  opacity: 0.8;
  color: #FFF;
}
/* line 75, ../scss/layout/_header-account.scss */
#header-account .login-col-2 p, #header-account .login-col-3 p {
  min-height: 100px;
}
/* line 78, ../scss/layout/_header-account.scss */
#header-account .login-col-2 p.first-line-fb, #header-account .login-col-3 p.first-line-fb {
  min-height: initial;
  margin-bottom: 10px;
}
/* line 84, ../scss/layout/_header-account.scss */
#header-account .header-forget p {
  min-height: 67px;
}
/* line 87, ../scss/layout/_header-account.scss */
#header-account .header-forget .back-to-login {
  float: left;
}
/* line 89, ../scss/layout/_header-account.scss */
#header-account .header-forget .back-to-login a {
  padding: 21px 21px 20px;
  line-height: 0;
  text-decoration: none;
}
/* line 94, ../scss/layout/_header-account.scss */
#header-account .header-forget .back-to-login a:hover {
  color: #fff;
}
/* line 99, ../scss/layout/_header-account.scss */
#header-account .header-forget button {
  float: right;
  width: 165px;
}
/* line 104, ../scss/layout/_header-account.scss */
#header-account .fieldset {
  margin: 0;
}
/* line 107, ../scss/layout/_header-account.scss */
#header-account .user-details {
  border-bottom: 1px solid #ededed;
}
/* line 109, ../scss/layout/_header-account.scss */
#header-account .user-details span {
  color: #848484;
  font-size: 13px;
  margin-right: 10px;
}
/* line 114, ../scss/layout/_header-account.scss */
#header-account .user-details .logout-btn {
  text-align: right;
  float: right;
}
/* line 121, ../scss/layout/_header-account.scss */
#header-account .loged-in a {
  text-align: left;
  padding: 0;
  line-height: normal;
  float: left;
  clear: both;
  color: #848484;
  margin: 22px 0 0 0;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 132, ../scss/layout/_header-account.scss */
#header-account .loged-in a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -2px -449px;
  width: 5px;
  height: 20px;
  display: inline-block;
  margin: 0 0 0 7px;
}

@media only screen and (max-width: 767px) {
  /* line 146, ../scss/layout/_header-account.scss */
  #header-account .create-fb {
    width: 100%;
    border-width: 0px 0px 1px 0px;
    padding: 20px 0 15px;
    margin-bottom: 20px;
  }
  /* line 151, ../scss/layout/_header-account.scss */
  #header-account .create-fb p {
    min-height: initial;
    margin-bottom: 10px;
  }
  /* line 155, ../scss/layout/_header-account.scss */
  #header-account .create-fb button {
    width: 100%;
  }
  /* line 159, ../scss/layout/_header-account.scss */
  #header-account a.fb_button_ps:hover {
    opacity: 0.8;
    color: #FFF;
    background-color: #3a579d;
  }

  /* line 166, ../scss/layout/_header-account.scss */
  .login-top-link .login-col-1, .login-top-link .login-col-2, .login-top-link .login-col-3 {
    border-bottom: 1px solid #ededed;
  }

  /* line 170, ../scss/layout/_header-account.scss */
  #show_selected_date {
    border-right: 1px solid #e5e5e5 !important;
    height: 48px !important;
  }
  /* line 173, ../scss/layout/_header-account.scss */
  #show_selected_date p {
    padding: 13px 10px !important;
  }
  /* line 176, ../scss/layout/_header-account.scss */
  #show_selected_date .show_selected_date_arrow {
    background-position: -6px -495px;
  }
  /* line 179, ../scss/layout/_header-account.scss */
  #show_selected_date.open .show_selected_date_arrow {
    background-position: -6px -670px !important;
  }

  /* line 184, ../scss/layout/_header-account.scss */
  #flight-data #s2id_departure_from, #flight-data #s2id_departure_to, #flight-data #datepicker, #flight-data #time_min_picker, #show_selected_date {
    width: 100% !important;
    margin-bottom: 30px;
    /*border-right: 1px solid #E5E5E5;*/
    border: 1px solid #E5E5E5;
    max-width: 100%;
    padding: 0px 15px !important;
    text-align: left;
  }

  /* line 193, ../scss/layout/_header-account.scss */
  #flight-data #time_min_picker {
    height: 48px;
    margin-bottom: 10px;
  }
  /* line 196, ../scss/layout/_header-account.scss */
  #flight-data #time_min_picker p {
    padding: 18px 10px 0;
  }
  /* line 199, ../scss/layout/_header-account.scss */
  #flight-data #time_min_picker .time_drop_arrow {
    background-position: -8px -495px;
  }
  /* line 202, ../scss/layout/_header-account.scss */
  #flight-data #time_min_picker.open .time_drop_arrow {
    background-position: -8px -671px;
  }

  /* line 206, ../scss/layout/_header-account.scss */
  #flight-data .enter-flight-number-container .enter-flight-number-open.open {
    width: 266px;
    bottom: -78px;
    top: initial;
    right: 1px;
  }

  /* line 212, ../scss/layout/_header-account.scss */
  #flight-data .enter-flight-number-container .enter-flight-number-container-submit {
    width: 100%;
  }
  /* line 214, ../scss/layout/_header-account.scss */
  #flight-data .enter-flight-number-container .enter-flight-number-container-submit .button {
    width: 100%;
    margin: 5px 0;
  }

  /* line 219, ../scss/layout/_header-account.scss */
  #flight-data {
    padding: 20px 24px 65px;
    top: 220px;
  }

  /* line 223, ../scss/layout/_header-account.scss */
  .enter-flight-number-container {
    margin-bottom: 25px;
  }
  /* line 225, ../scss/layout/_header-account.scss */
  .enter-flight-number-container .enter-flight-number {
    font-size: 13px;
  }

  /* line 229, ../scss/layout/_header-account.scss */
  .enter-flight-number-open {
    margin-top: 15px;
  }

  /* line 232, ../scss/layout/_header-account.scss */
  #header-search {
    background: #f0f0f0;
  }

  /* line 235, ../scss/layout/_header-account.scss */
  #flight-data .flight-time-show {
    width: 100%;
    bottom: -109px;
    top: initial;
    right: 1px;
  }
  /* line 240, ../scss/layout/_header-account.scss */
  #flight-data .flight-time-show .select2-container {
    width: 110px;
  }

  /* line 244, ../scss/layout/_header-account.scss */
  #flight-data #time_min_picker .time-min {
    margin: 5px 10px 10px 20px;
  }

  /* line 247, ../scss/layout/_header-account.scss */
  #flight-data .select2-container .select2-choice {
    padding: 10px 10px;
  }

  /* line 250, ../scss/layout/_header-account.scss */
  #flight-data #datepicker {
    height: 48px;
  }

  /* line 253, ../scss/layout/_header-account.scss */
  #flight-data .select2-container .select2-choice .select2-arrow b {
    background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -8px -496px;
  }
}
/* line 258, ../scss/layout/_header-account.scss */
#header-account a:hover {
  color: #e66228;
}

/* line 261, ../scss/layout/_header-account.scss */
.validation-msg, .agree-validation-msg, .validation-msg-flight-no {
  display: none;
  color: #ff0000 !important;
}

/*
@keyframes shake{
    25%{ transform:translateX(-6px); }
    75%{ transform:translateX(6px); }
}
@-webkit-keyframes shake{
    25%{ -webkit-transform:translateX(-6px); }
    75%{ -webkit-transform:translateX(6px); }
}

.validation-failed {
  position: relative;
  left: 0;
  -moz-animation: .3s 2 shake linear;
  -webkit-animation: 0.3s 2 shake linear;
}
*/
@media only screen and (max-width: 767px) {
  /* line 286, ../scss/layout/_header-account.scss */
  #header-account .header-forget {
    text-align: center;
  }
  /* line 289, ../scss/layout/_header-account.scss */
  #header-account .header-forget .input-box > input {
    border-color: #000;
    height: 40px;
  }
  /* line 294, ../scss/layout/_header-account.scss */
  #header-account .header-forget button, #header-account .header-forget .back-to-login {
    float: none;
    width: 100%;
  }
  /* line 298, ../scss/layout/_header-account.scss */
  #header-account .header-forget button {
    margin-bottom: 20px;
  }
  /* line 301, ../scss/layout/_header-account.scss */
  #header-account .header-forget .back-to-login > a {
    border-color: #000;
  }
}
/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
/* line 12, ../scss/layout/_header-cart.scss */
.skip-cart:not(.skip-active):hover .icon {
  background-position: -50px -95px;
}
/* line 17, ../scss/layout/_header-cart.scss */
.skip-cart .icon {
  background-position: 0px -95px;
}

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
/* line 31, ../scss/layout/_header-cart.scss */
.skip-cart .count {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  top: -6px;
  position: relative;
  z-index: 5;
  width: 22px;
  height: 22px;
  background: rgba(230, 98, 40, 0.9);
  color: #FFFFFF;
  font-size: 11px;
  line-height: 22px;
  text-align: center;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 46, ../scss/layout/_header-cart.scss */
.skip-link.skip-active .count {
  color: white;
}

/* line 54, ../scss/layout/_header-cart.scss */
.skip-cart.no-count .count {
  display: none;
}

@media only screen and (max-width: 499px) {
  /* line 59, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 65, ../scss/layout/_header-cart.scss */
  .skip-cart {
    color: #e66228;
    text-transform: uppercase;
  }
  /* line 69, ../scss/layout/_header-cart.scss */
  .skip-cart:hover {
    text-decoration: none;
  }
  /* line 73, ../scss/layout/_header-cart.scss */
  .skip-cart .count {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #e66228;
    position: static;
    background: none;
    margin-left: 0px;
    font-size: 14px;
  }
  /* line 81, ../scss/layout/_header-cart.scss */
  .skip-cart .count:before {
    content: '(';
  }
  /* line 84, ../scss/layout/_header-cart.scss */
  .skip-cart .count:after {
    content: ')';
  }
}
/* line 91, ../scss/layout/_header-cart.scss */
.skip-cart .count.empty {
  display: none;
}

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
/* line 99, ../scss/layout/_header-cart.scss */
.cart-menu .empty {
  padding: 20px;
  text-align: center;
}

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
/* line 110, ../scss/layout/_header-cart.scss */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px;
}

/* line 115, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button {
  float: left;
  width: 48%;
}

/* line 120, ../scss/layout/_header-cart.scss */
.cart-menu .actions .button + .button {
  margin-left: 4%;
}

/* Subtotal */
/* line 126, ../scss/layout/_header-cart.scss */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

/* List */
/* line 135, ../scss/layout/_header-cart.scss */
.mini-cart-list {
  margin-bottom: 5px;
}

/* line 139, ../scss/layout/_header-cart.scss */
.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 1.35;
}

/* line 148, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-name {
  display: inline-block;
}

/* line 152, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px;
}

/* line 158, ../scss/layout/_header-cart.scss */
.mini-cart-list .product-image img {
  width: 60px;
  height: 60px;
}

/* line 165, ../scss/layout/_header-cart.scss */
.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #A0A0A0;
  font-size: 12px;
}

/* Too full - additional items will be shown in cart */
/* line 172, ../scss/layout/_header-cart.scss */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #CCCCCC;
  font-size: 13px;
}

/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/* line 10, ../scss/layout/_footer.scss */
.footer,
.footer button {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 15, ../scss/layout/_footer.scss */
.footer {
  clear: both;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  /* -------------------------------------------- *
   * Social icons
   */
}
/* line 20, ../scss/layout/_footer.scss */
.footer .block-title {
  border-bottom: 0;
  padding: 0;
}
/* line 25, ../scss/layout/_footer.scss */
.footer .block-title strong {
  font-weight: normal;
}
/* line 29, ../scss/layout/_footer.scss */
.footer .block-title,
.footer address {
  color: #e66228;
}
/* line 34, ../scss/layout/_footer.scss */
.footer .footer-sublinks.open, .footer .footer-allowance.open, .footer .footer-abt.open {
  display: block !important;
}
/* line 41, ../scss/layout/_footer.scss */
.footer .links li {
  word-break: break-all;
  line-height: 1.4;
  padding: 4px 0;
}
/* line 47, ../scss/layout/_footer.scss */
.footer .links a {
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 3px;
  display: block;
}
/* line 53, ../scss/layout/_footer.scss */
.footer .links a:hover {
  color: #e66228;
}
/* line 59, ../scss/layout/_footer.scss */
.footer .block-subscribe {
  width: 320px;
  margin-bottom: 30px;
}
/* line 64, ../scss/layout/_footer.scss */
.footer .links,
.footer .block-subscribe {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 70, ../scss/layout/_footer.scss */
.footer .form-subscribe-header {
  display: none;
}
/* line 78, ../scss/layout/_footer.scss */
.footer .links.social-media em {
  background-image: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/social_icons.png);
  background-repeat: no-repeat;
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* line 88, ../scss/layout/_footer.scss */
  .footer .links.social-media em {
    background-image: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/social_icons@2x.png);
    background-size: 50px 125px;
  }
}
/* line 95, ../scss/layout/_footer.scss */
.footer .links.social-media em.facebook {
  background-position: 0 -0px;
  height: 13px;
}
/* line 100, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.facebook {
  background-position: -25px -0px;
}
/* line 95, ../scss/layout/_footer.scss */
.footer .links.social-media em.twitter {
  background-position: 0 -24px;
  height: 13px;
}
/* line 100, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.twitter {
  background-position: -25px -24px;
}
/* line 95, ../scss/layout/_footer.scss */
.footer .links.social-media em.youtube {
  background-position: 0 -49px;
  height: 13px;
}
/* line 100, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.youtube {
  background-position: -25px -49px;
}
/* line 95, ../scss/layout/_footer.scss */
.footer .links.social-media em.pinterest {
  background-position: 0 -74px;
  height: 15px;
}
/* line 100, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.pinterest {
  background-position: -25px -74px;
}
/* line 95, ../scss/layout/_footer.scss */
.footer .links.social-media em.rss {
  background-position: 0 -99px;
  height: 13px;
}
/* line 100, ../scss/layout/_footer.scss */
.footer .links.social-media a:hover em.rss {
  background-position: -25px -99px;
}
/* line 113, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-box {
  float: left;
  width: 77.4%;
  padding-top: 0;
  border: 1px solid #3e3e3e;
  border-right: 0;
}
/* line 120, ../scss/layout/_footer.scss */
.footer .news-con > .actions {
  float: right;
}
/* line 123, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text {
  width: 100%;
  border-right: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 46px;
  background: transparent;
  border: 0;
  font: normal 13px/16px open_sansregular, Arial, Helvetica, sans-serif;
  padding-left: 23px;
  color: #fff;
  padding-right: 0;
  line-height: 46px;
}
/* line 138, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text::-webkit-input-placeholder {
  color: #fff;
}
/* line 141, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text:-moz-placeholder {
  color: #fff;
}
/* line 144, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-tex::-moz-placeholder {
  color: #fff;
}
/* line 146, ../scss/layout/_footer.scss */
.footer .block-subscribe .input-text:-ms-input-placeholder {
  color: #fff;
}
/* line 152, ../scss/layout/_footer.scss */
.footer .block-subscribe .block-content:after {
  content: '';
  display: table;
  clear: both;
}
/* line 157, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions {
  margin: -1px 0 0 0;
}
/* line 162, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button {
  height: 49px;
  line-height: 17px;
  background: #fff;
  padding: 0;
  width: 66px;
  outline: 0;
  margin: 0;
}
/* line 171, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button:hover span {
  color: #e66228;
}
/* line 174, ../scss/layout/_footer.scss */
.footer .block-subscribe .actions .button span {
  color: #000;
}
/* line 180, ../scss/layout/_footer.scss */
.footer .newsletter-info p {
  color: #fff;
  font: normal 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  text-transform: none;
}
/* line 186, ../scss/layout/_footer.scss */
.footer .newsletter-info .unsubscribe-info {
  font-size: 11px;
  padding: 5px 0 0;
}
/* line 192, ../scss/layout/_footer.scss */
.footer .bugs,
.footer address {
  clear: both;
}
/* line 197, ../scss/layout/_footer.scss */
.footer .bugs {
  display: none;
}
/* line 201, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
  clear: both;
  margin-bottom: 10px;
}
/* line 208, ../scss/layout/_footer.scss */
.footer .form-language,
.footer .currency-switcher {
  display: none;
}
/* line 213, ../scss/layout/_footer.scss */
.footer address {
  border-top: 1px solid #CCCCCC;
  text-align: center;
  width: 100%;
  font-size: 11px;
  margin-top: 30px;
  padding: 30px 0;
}
@media only screen and (max-width: 1200px) {
  /* line 226, ../scss/layout/_footer.scss */
  .footer .links {
    width: 22.65625%;
    padding-right: 0;
  }
  /* line 233, ../scss/layout/_footer.scss */
  .footer .links:nth-child(4) {
    margin-right: 0;
    width: 144px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 240, ../scss/layout/_footer.scss */
  .form-language,
  .currency-switcher {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 250, ../scss/layout/_footer.scss */
  .links {
    width: 48.4375%;
    margin-right: 0;
  }

  /* line 255, ../scss/layout/_footer.scss */
  .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }

  /* line 260, ../scss/layout/_footer.scss */
  .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
}
/* line 267, ../scss/layout/_footer.scss */
.upper-footer {
  padding: 37px 0 12px 0;
}
/* line 271, ../scss/layout/_footer.scss */
.upper-footer > div div.block-title > span {
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  color: #fff;
  display: block;
  letter-spacing: .5px;
  text-transform: uppercase;
}
/* line 279, ../scss/layout/_footer.scss */
.upper-footer > div ul.footer-sublinks > li > a {
  font: normal 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  display: inline-block;
  word-break: break-word;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 290, ../scss/layout/_footer.scss */
  .upper-footer > div ul.footer-sublinks > li > a {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  /* line 295, ../scss/layout/_footer.scss */
  .upper-footer {
    padding-bottom: 21px;
  }
  /* line 296, ../scss/layout/_footer.scss */
  .upper-footer + .social-con {
    padding-top: 0;
  }

  /* line 298, ../scss/layout/_footer.scss */
  .footer .news-con > .actions {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 305, ../scss/layout/_footer.scss */
  .footer .social-con {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  /* line 306, ../scss/layout/_footer.scss */
  .footer .cust-service-text {
    padding-left: 0;
    font-size: 12px !important;
    line-height: 19px !important;
  }
  /* line 308, ../scss/layout/_footer.scss */
  .footer .footer-cust-left .block-title {
    display: none;
  }
  /* line 309, ../scss/layout/_footer.scss */
  .footer .footer-cust-left .links {
    width: 100%;
  }
}
/* line 315, ../scss/layout/_footer.scss */
.news-con #newsletter {
  margin-bottom: 0;
}

/* line 319, ../scss/layout/_footer.scss */
.social-con {
  border-top: 1px solid;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
/* line 325, ../scss/layout/_footer.scss */
.social-con .all-terms {
  text-align: right;
}
/* line 327, ../scss/layout/_footer.scss */
.social-con .all-terms > li {
  display: inline-block;
  border-right: 1px solid #3e3e3e;
  color: #fff;
  padding: 0 12px;
  font: normal 11px/33px open_sansregular, Arial, Helvetica, sans-serif;
  cursor: pointer;
  letter-spacing: 0.2px;
}
/* line 335, ../scss/layout/_footer.scss */
.social-con .all-terms > li a {
  color: #fff;
}
/* line 337, ../scss/layout/_footer.scss */
.social-con .all-terms > li a:hover {
  color: #e25b1e;
}
/* line 342, ../scss/layout/_footer.scss */
.social-con .all-terms > li:last-child > a {
  padding-right: 0;
}
/* line 346, ../scss/layout/_footer.scss */
.social-con .all-terms > li:last-child {
  border-right: 0;
  padding-right: 0;
}
/* line 350, ../scss/layout/_footer.scss */
.social-con .soc-icons > li {
  display: inline-block;
  padding: 0 7px;
}
/* line 354, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a {
  width: 39px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
/* line 355, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a:hover {
  text-decoration: none !important;
}
/* line 356, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.fb {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -144px 0;
}
/* line 357, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.fb:hover {
  background-position: -10px -864px;
}
/* line 359, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.twit {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -191px 0;
}
/* line 360, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.twit:hover {
  background-position: -57px -864px;
}
/* line 362, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.pinstar {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -240px 0;
}
/* line 363, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.pinstar:hover {
  background-position: -106px -864px;
}
/* line 365, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.call {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -288px 0;
}
/* line 366, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.call:hover {
  background-position: -154px -864px;
}
/* line 368, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.mob {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -335px 0;
}
/* line 369, ../scss/layout/_footer.scss */
.social-con .soc-icons > li a.mob:hover {
  background-position: -201px -864px;
}
/* line 373, ../scss/layout/_footer.scss */
.social-con .soc-icons > li:first-child {
  padding-left: 0;
}
/* line 376, ../scss/layout/_footer.scss */
.social-con .soc-icons > li:last-child {
  padding-right: 0;
}

/* line 380, ../scss/layout/_footer.scss */
.cust-mobilelink {
  display: none !important;
}

/* line 382, ../scss/layout/_footer.scss */
.cust-service-text {
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  color: #fff;
  display: block;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 24px;
}

/* line 391, ../scss/layout/_footer.scss */
.footer-head {
  padding-bottom: 30px;
}

/*======================plugin css===========================*/
/* line 398, ../scss/layout/_footer.scss */
.header a {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
}

/* line 410, ../scss/layout/_footer.scss */
.content {
  padding: 150px 50px 50px 50px;
}

/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
/* line 420, ../scss/layout/_footer.scss */
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  position: absolute;
  width: 100%;
  top: 0;
}

/* line 428, ../scss/layout/_footer.scss */
.mm-menu .mm-hidden {
  display: none;
}

/* line 431, ../scss/layout/_footer.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

/* line 437, ../scss/layout/_footer.scss */
.mm-menu {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
}

/* line 444, ../scss/layout/_footer.scss */
.mm-menu {
  top: 125px;
}

/* line 448, ../scss/layout/_footer.scss */
.mm-menu {
  background: inherit;
  display: block;
  /*overflow: hidden;*/
  padding: 0;
}

/* line 453, ../scss/layout/_footer.scss */
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  /*overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;*/
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

/* line 466, ../scss/layout/_footer.scss */
.mm-menu > .mm-panel.mm-opened {
  z-index: 999;
  display: block !important;
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

/* line 475, ../scss/layout/_footer.scss */
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

/* line 482, ../scss/layout/_footer.scss */
.mm-menu > .mm-panel.mm-highest {
  z-index: 999;
}
/* line 484, ../scss/layout/_footer.scss */
.mm-menu > .mm-panel.mm-highest > li > a {
  background-image: none;
}

/* line 489, ../scss/layout/_footer.scss */
.mm-menu > .mm-list {
  padding-bottom: 0;
}

/* line 491, ../scss/layout/_footer.scss */
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}

/* line 496, ../scss/layout/_footer.scss */
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 499, ../scss/layout/_footer.scss */
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}

/* line 502, ../scss/layout/_footer.scss */
.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

/* line 509, ../scss/layout/_footer.scss */
.mm-list {
  font: inherit;
  font-size: 14px;
}

/* line 512, ../scss/layout/_footer.scss */
.mm-list a,
.mm-list a:hover {
  text-decoration: none;
}

/* line 515, ../scss/layout/_footer.scss */
.mm-list > li {
  position: relative;
}

/* line 517, ../scss/layout/_footer.scss */
.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

/* line 527, ../scss/layout/_footer.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 534, ../scss/layout/_footer.scss */
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}

/* line 539, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  float: right;
  width: 43px;
}

/* line 551, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 558, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}

/* line 560, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}

/* line 562, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}

/* line 566, ../scss/layout/_footer.scss */
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}

/* line 568, ../scss/layout/_footer.scss */
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}

/* line 572, ../scss/layout/_footer.scss */
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}

/* line 576, ../scss/layout/_footer.scss */
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}

/* line 585, ../scss/layout/_footer.scss */
.mm-list > li.mm-spacer {
  padding-top: 40px;
}

/* line 587, ../scss/layout/_footer.scss */
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}

/* line 590, ../scss/layout/_footer.scss */
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}

/* line 594, ../scss/layout/_footer.scss */
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}

/* line 600, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

/* line 603, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}

/* line 605, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}

/* line 607, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}

/* line 609, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}

/* line 612, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 618, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}

/* line 621, ../scss/layout/_footer.scss */
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* line 624, ../scss/layout/_footer.scss */
.mm-menu {
  background: #fff;
  color: rgba(255, 255, 255, 0.6);
}

/* line 627, ../scss/layout/_footer.scss */
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 629, ../scss/layout/_footer.scss */
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}

/* line 632, ../scss/layout/_footer.scss */
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 634, ../scss/layout/_footer.scss */
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 637, ../scss/layout/_footer.scss */
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}

/* line 639, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}

/*
  jQuery.mmenu offcanvas addon CSS
*/
/* line 646, ../scss/layout/_footer.scss */
.mm-page {
  box-sizing: border-box;
  position: relative;
}

/* line 650, ../scss/layout/_footer.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 655, ../scss/layout/_footer.scss */
html.mm-opened {
  overflow: hidden;
  position: relative;
}

/* line 658, ../scss/layout/_footer.scss */
html.mm-opened body {
  overflow: hidden;
}

/* line 661, ../scss/layout/_footer.scss */
html.mm-background .mm-page {
  background: inherit;
}

/* line 664, ../scss/layout/_footer.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

/* line 674, ../scss/layout/_footer.scss */
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

/* line 679, ../scss/layout/_footer.scss */
.mm-menu.mm-current {
  display: block;
}

/* line 682, ../scss/layout/_footer.scss */
.mm-menu {
  width: 100%;
  min-width: 140px;
  z-index: 111111;
}

/* line 688, ../scss/layout/_footer.scss */
html.mm-opening .mm-menu {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 175px) {
  /* line 696, ../scss/layout/_footer.scss */
  html.mm-opening .mm-menu {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 703, ../scss/layout/_footer.scss */
  html.mm-opening .mm-menu {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
/*
  jQuery.mmenu buttonbars addon CSS
*/
/* line 712, ../scss/layout/_footer.scss */
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 722, ../scss/layout/_footer.scss */
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}

/* line 726, ../scss/layout/_footer.scss */
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 736, ../scss/layout/_footer.scss */
.mm-buttonbar > a {
  text-decoration: none;
}

/* line 738, ../scss/layout/_footer.scss */
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 742, ../scss/layout/_footer.scss */
.mm-buttonbar > input:checked + label {
  border-color: transparent  !important;
}

/* line 744, ../scss/layout/_footer.scss */
.mm-buttonbar > *:first-child,
.mm-buttonbar > input:first-child + * {
  border-left: none;
}

/* line 747, ../scss/layout/_footer.scss */
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}

/* line 749, ../scss/layout/_footer.scss */
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}

/* line 751, ../scss/layout/_footer.scss */
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}

/* line 753, ../scss/layout/_footer.scss */
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}

/* line 756, ../scss/layout/_footer.scss */
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 761, ../scss/layout/_footer.scss */
.mm-footer .mm-buttonbar {
  border: none;
  border-radius: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}

/* line 766, ../scss/layout/_footer.scss */
.mm-footer .mm-buttonbar > * {
  border-left: none;
}

/* line 769, ../scss/layout/_footer.scss */
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}

/* line 772, ../scss/layout/_footer.scss */
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}

/* line 775, ../scss/layout/_footer.scss */
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 777, ../scss/layout/_footer.scss */
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}

/*
  jQuery.mmenu counters addon CSS
*/
/* line 784, ../scss/layout/_footer.scss */
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}

/* line 795, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}

/* line 797, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-subopen + a,
em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}

/* line 800, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

/* line 803, ../scss/layout/_footer.scss */
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}

/* line 807, ../scss/layout/_footer.scss */
.mm-nosubresults > em.mm-counter {
  display: none;
}

/* line 810, ../scss/layout/_footer.scss */
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu dragOpen addon CSS
*/
/* line 816, ../scss/layout/_footer.scss */
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/*
  jQuery.mmenu footer addon CSS
*/
/* line 830, ../scss/layout/_footer.scss */
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

/* line 844, ../scss/layout/_footer.scss */
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}

/* line 847, ../scss/layout/_footer.scss */
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu header addon CSS
*/
/* line 854, ../scss/layout/_footer.scss */
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

/* line 867, ../scss/layout/_footer.scss */
.mm-header .mm-title,
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  padding-top: 30px;
}

/* line 872, ../scss/layout/_footer.scss */
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}

/* line 879, ../scss/layout/_footer.scss */
.mm-header .mm-prev,
.mm-header .mm-next,
.mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 890, ../scss/layout/_footer.scss */
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}

/* line 894, ../scss/layout/_footer.scss */
.mm-header .mm-next,
.mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}

/* line 899, ../scss/layout/_footer.scss */
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 910, ../scss/layout/_footer.scss */
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}

/* line 915, ../scss/layout/_footer.scss */
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}

/* line 918, ../scss/layout/_footer.scss */
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}

/* line 921, ../scss/layout/_footer.scss */
.mm-header [href].mm-close:after {
  content: 'x';
}

/* line 924, ../scss/layout/_footer.scss */
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}

/* line 927, ../scss/layout/_footer.scss */
.mm-menu.mm-hassearch .mm-header .mm-title,
.mm-menu.mm-hassearch .mm-header .mm-prev,
.mm-menu.mm-hassearch .mm-header .mm-next,
.mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}

/* line 933, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}

/* line 935, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}

/* line 937, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}

/* line 939, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

/* line 941, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}

/* line 943, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}

/* line 946, ../scss/layout/_footer.scss */
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}

/* line 949, ../scss/layout/_footer.scss */
.mm-menu .mm-header .mm-prev:before,
.mm-menu .mm-header .mm-next:after,
.mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu labels addon CSS
*/
/* line 957, ../scss/layout/_footer.scss */
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

/* line 963, ../scss/layout/_footer.scss */
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 969, ../scss/layout/_footer.scss */
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

/* line 972, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}

/* line 975, ../scss/layout/_footer.scss */
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}

/*
  jQuery.mmenu searchfield addon CSS
*/
/* line 981, ../scss/layout/_footer.scss */
.mm-search,
.mm-search input {
  box-sizing: border-box;
}

/* line 985, ../scss/layout/_footer.scss */
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}

/* line 988, ../scss/layout/_footer.scss */
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}

/* line 991, ../scss/layout/_footer.scss */
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}

/* line 994, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}

/* line 997, ../scss/layout/_footer.scss */
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* line 1005, ../scss/layout/_footer.scss */
.mm-search {
  padding: 10px;
}

/* line 1007, ../scss/layout/_footer.scss */
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}

/* line 1019, ../scss/layout/_footer.scss */
.mm-search input::-ms-clear {
  display: none;
}

/* line 1022, ../scss/layout/_footer.scss */
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}

/* line 1027, ../scss/layout/_footer.scss */
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}

/* line 1030, ../scss/layout/_footer.scss */
.mm-noresults .mm-noresultsmsg {
  display: block;
}

/* line 1033, ../scss/layout/_footer.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}

/* line 1035, ../scss/layout/_footer.scss */
.mm-menu li.mm-nosubresults > a.mm-subopen + a,
.mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}

/* line 1038, ../scss/layout/_footer.scss */
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}

/* line 1040, ../scss/layout/_footer.scss */
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}

/* line 1042, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}

/* line 1044, ../scss/layout/_footer.scss */
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}

/* line 1047, ../scss/layout/_footer.scss */
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 1050, ../scss/layout/_footer.scss */
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/*
  jQuery.mmenu toggles addon CSS
*/
/* line 1056, ../scss/layout/_footer.scss */
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

/* line 1061, ../scss/layout/_footer.scss */
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}

/* line 1067, ../scss/layout/_footer.scss */
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}

/* line 1072, ../scss/layout/_footer.scss */
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 1077, ../scss/layout/_footer.scss */
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

/* line 1083, ../scss/layout/_footer.scss */
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

/* line 1086, ../scss/layout/_footer.scss */
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

/* line 1090, ../scss/layout/_footer.scss */
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1103, ../scss/layout/_footer.scss */
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

/* line 1106, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}

/* line 1109, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}

/* line 1111, ../scss/layout/_footer.scss */
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}

/* line 1114, ../scss/layout/_footer.scss */
label.mm-toggle, label.mm-check {
  right: 20px;
}

/* line 1117, ../scss/layout/_footer.scss */
label.mm-toggle + a,
label.mm-toggle + span {
  margin-right: 70px;
}

/* line 1121, ../scss/layout/_footer.scss */
label.mm-check + a,
label.mm-check + span {
  margin-right: 50px;
}

/* line 1125, ../scss/layout/_footer.scss */
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}

/* line 1128, ../scss/layout/_footer.scss */
a.mm-subopen + label.mm-toggle + a,
a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}

/* line 1132, ../scss/layout/_footer.scss */
a.mm-subopen + label.mm-check + a,
a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}

/* line 1136, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}

/* line 1139, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-subopen + label.mm-toggle + a,
em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}

/* line 1143, ../scss/layout/_footer.scss */
em.mm-counter + a.mm-subopen + label.mm-check + a,
em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}

/* line 1147, ../scss/layout/_footer.scss */
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

/* line 1149, ../scss/layout/_footer.scss */
.mm-menu label.mm-toggle:before {
  background: #333333;
}

/* line 1151, ../scss/layout/_footer.scss */
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1154, ../scss/layout/_footer.scss */
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
  jQuery.mmenu effects extension CSS
*/
/* line 1160, ../scss/layout/_footer.scss */
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 1163, ../scss/layout/_footer.scss */
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}

/* line 1169, ../scss/layout/_footer.scss */
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 1175, ../scss/layout/_footer.scss */
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}

/* line 1181, ../scss/layout/_footer.scss */
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

/* line 1187, ../scss/layout/_footer.scss */
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}

/* line 1193, ../scss/layout/_footer.scss */
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 1199, ../scss/layout/_footer.scss */
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}

/* line 1205, ../scss/layout/_footer.scss */
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 1212, ../scss/layout/_footer.scss */
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

/* line 1215, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

/* line 1226, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

/* line 1232, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

/* line 1243, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

/* line 1249, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}

/* line 1260, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

/* line 1266, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* line 1277, ../scss/layout/_footer.scss */
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}

/* line 1284, ../scss/layout/_footer.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}

/* line 1297, ../scss/layout/_footer.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}

/* line 1303, ../scss/layout/_footer.scss */
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}

/*
  jQuery.mmenu fullscreen extension CSS
*/
/* line 1313, ../scss/layout/_footer.scss */
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

/* line 1318, ../scss/layout/_footer.scss */
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  /* line 1326, ../scss/layout/_footer.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 1333, ../scss/layout/_footer.scss */
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
/* line 1339, ../scss/layout/_footer.scss */
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  /* line 1347, ../scss/layout/_footer.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  /* line 1354, ../scss/layout/_footer.scss */
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
/* line 1360, ../scss/layout/_footer.scss */
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

/* line 1365, ../scss/layout/_footer.scss */
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

/*
  jQuery.mmenu position extension CSS
*/
/* line 1371, ../scss/layout/_footer.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

/* line 1377, ../scss/layout/_footer.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0;
}

/* line 1381, ../scss/layout/_footer.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

/* line 1385, ../scss/layout/_footer.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  /* line 1393, ../scss/layout/_footer.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  /* line 1400, ../scss/layout/_footer.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
/* line 1409, ../scss/layout/_footer.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

/* line 1417, ../scss/layout/_footer.scss */
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* line 1421, ../scss/layout/_footer.scss */
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}

/* line 1424, ../scss/layout/_footer.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

/* line 1433, ../scss/layout/_footer.scss */
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

/* line 1439, ../scss/layout/_footer.scss */
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* line 1445, ../scss/layout/_footer.scss */
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

/* line 1452, ../scss/layout/_footer.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1459, ../scss/layout/_footer.scss */
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
  jQuery.mmenu themes extension CSS
*/
/* line 1467, ../scss/layout/_footer.scss */
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1470, ../scss/layout/_footer.scss */
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1473, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1475, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1478, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1480, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1482, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}

/* line 1485, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1487, ../scss/layout/_footer.scss */
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1491, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}

/* line 1494, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1496, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}

/* line 1500, ../scss/layout/_footer.scss */
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1503, ../scss/layout/_footer.scss */
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1506, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1510, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1513, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after,
.mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1518, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1521, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

/* line 1524, ../scss/layout/_footer.scss */
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1527, ../scss/layout/_footer.scss */
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1529, ../scss/layout/_footer.scss */
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}

/* line 1531, ../scss/layout/_footer.scss */
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1534, ../scss/layout/_footer.scss */
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* line 1537, ../scss/layout/_footer.scss */
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}

/* line 1540, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1542, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1545, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1547, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 1549, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}

/* line 1552, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1554, ../scss/layout/_footer.scss */
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1558, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}

/* line 1561, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1563, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

/* line 1567, ../scss/layout/_footer.scss */
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

/* line 1570, ../scss/layout/_footer.scss */
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1573, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1577, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}

/* line 1580, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-header .mm-prev:before,
.mm-menu.mm-white .mm-header .mm-next:after,
.mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 1585, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}

/* line 1588, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

/* line 1591, ../scss/layout/_footer.scss */
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/* line 1594, ../scss/layout/_footer.scss */
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

/* line 1596, ../scss/layout/_footer.scss */
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}

/* line 1598, ../scss/layout/_footer.scss */
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/* line 1601, ../scss/layout/_footer.scss */
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}

/* line 1604, ../scss/layout/_footer.scss */
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}

/* line 1607, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1609, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1612, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1614, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1616, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}

/* line 1619, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1621, ../scss/layout/_footer.scss */
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1625, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}

/* line 1628, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1630, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

/* line 1634, ../scss/layout/_footer.scss */
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 1637, ../scss/layout/_footer.scss */
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1640, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1644, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}

/* line 1647, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-header .mm-prev:before,
.mm-menu.mm-black .mm-header .mm-next:after,
.mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1652, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}

/* line 1655, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

/* line 1658, ../scss/layout/_footer.scss */
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}

/* line 1661, ../scss/layout/_footer.scss */
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

/* line 1663, ../scss/layout/_footer.scss */
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}

/* line 1665, ../scss/layout/_footer.scss */
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*======================plugin css ends===========================*/
@media only screen and (max-width: 767px) {
  /* line 1671, ../scss/layout/_footer.scss */
  .footer .footer-cust-left, .footer .cust-servcon.grid_3 {
    width: 100%;
  }
  /* line 1675, ../scss/layout/_footer.scss */
  .footer .block-subscribe .input-box {
    margin-bottom: 0;
    width: auto;
  }
  /* line 1679, ../scss/layout/_footer.scss */
  .footer .block-subscribe .actions .button {
    border: 0;
  }
  /* line 1683, ../scss/layout/_footer.scss */
  .footer .footer-head {
    padding-bottom: 5px;
  }
  /* line 1686, ../scss/layout/_footer.scss */
  .footer .footer-cust-right span.footer-head {
    padding-bottom: 12px;
  }
}
/* line 2, ../scss/layout/_grid.scss */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  position: relative;
}

/* line 19, ../scss/layout/_grid.scss */
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
  position: relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
/* line 36, ../scss/layout/_grid.scss */
.alpha {
  margin-left: 0;
}

/* line 39, ../scss/layout/_grid.scss */
.omega {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 51, ../scss/layout/_grid.scss */
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 768px;
  }

  /* line 57, ../scss/layout/_grid.scss */
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  /* line 62, ../scss/layout/_grid.scss */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    margin-left: 24px;
    margin-right: 24px;
  }

  /* Grid >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 82, ../scss/layout/_grid.scss */
  .container_12 .grid_1 {
    width: 16px;
  }

  /* line 86, ../scss/layout/_grid.scss */
  .container_12 .grid_2 {
    width: 80px;
  }

  /* line 90, ../scss/layout/_grid.scss */
  .container_12 .grid_3 {
    width: 144px;
  }

  /* line 94, ../scss/layout/_grid.scss */
  .container_12 .grid_4 {
    width: 208px;
  }

  /* line 98, ../scss/layout/_grid.scss */
  .container_12 .grid_5 {
    width: 272px;
  }

  /* line 102, ../scss/layout/_grid.scss */
  .container_12 .grid_8 {
    width: 464px;
  }

  /* line 106, ../scss/layout/_grid.scss */
  .container_12 .grid_7 {
    width: 400px;
  }

  /* line 110, ../scss/layout/_grid.scss */
  .container_12 .grid_6 {
    width: 336px;
  }

  /* line 114, ../scss/layout/_grid.scss */
  .container_12 .grid_9 {
    width: 528px;
  }

  /* line 118, ../scss/layout/_grid.scss */
  .container_12 .grid_10 {
    width: 592px;
  }

  /* line 122, ../scss/layout/_grid.scss */
  .container_12 .grid_11 {
    width: 656px;
  }

  /* line 126, ../scss/layout/_grid.scss */
  .container_12 .grid_12 {
    width: 720px;
  }

  /* Prefix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 134, ../scss/layout/_grid.scss */
  .container_12 .prefix_1 {
    padding-left: 64px;
  }

  /* line 138, ../scss/layout/_grid.scss */
  .container_12 .prefix_2 {
    padding-left: 128px;
  }

  /* line 142, ../scss/layout/_grid.scss */
  .container_12 .prefix_3 {
    padding-left: 192px;
  }

  /* line 146, ../scss/layout/_grid.scss */
  .container_12 .prefix_4 {
    padding-left: 256px;
  }

  /* line 150, ../scss/layout/_grid.scss */
  .container_12 .prefix_5 {
    padding-left: 320px;
  }

  /* line 154, ../scss/layout/_grid.scss */
  .container_12 .prefix_6 {
    padding-left: 384px;
  }

  /* line 158, ../scss/layout/_grid.scss */
  .container_12 .prefix_7 {
    padding-left: 448px;
  }

  /* line 162, ../scss/layout/_grid.scss */
  .container_12 .prefix_8 {
    padding-left: 512px;
  }

  /* line 166, ../scss/layout/_grid.scss */
  .container_12 .prefix_9 {
    padding-left: 576px;
  }

  /* line 170, ../scss/layout/_grid.scss */
  .container_12 .prefix_10 {
    padding-left: 640px;
  }

  /* line 174, ../scss/layout/_grid.scss */
  .container_12 .prefix_11 {
    padding-left: 704px;
  }

  /* Suffix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 184, ../scss/layout/_grid.scss */
  .container_12 .suffix_1 {
    padding-right: 64px;
  }

  /* line 188, ../scss/layout/_grid.scss */
  .container_12 .suffix_2 {
    padding-right: 128px;
  }

  /* line 192, ../scss/layout/_grid.scss */
  .container_12 .suffix_3 {
    padding-right: 192px;
  }

  /* line 196, ../scss/layout/_grid.scss */
  .container_12 .suffix_4 {
    padding-right: 256px;
  }

  /* line 200, ../scss/layout/_grid.scss */
  .container_12 .suffix_5 {
    padding-right: 320px;
  }

  /* line 204, ../scss/layout/_grid.scss */
  .container_12 .suffix_6 {
    padding-right: 384px;
  }

  /* line 208, ../scss/layout/_grid.scss */
  .container_12 .suffix_7 {
    padding-right: 448px;
  }

  /* line 212, ../scss/layout/_grid.scss */
  .container_12 .suffix_8 {
    padding-right: 512px;
  }

  /* line 216, ../scss/layout/_grid.scss */
  .container_12 .suffix_9 {
    padding-right: 576px;
  }

  /* line 220, ../scss/layout/_grid.scss */
  .container_12 .suffix_10 {
    padding-right: 640px;
  }

  /* line 224, ../scss/layout/_grid.scss */
  .container_12 .suffix_11 {
    padding-right: 704px;
  }

  /* Push Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 234, ../scss/layout/_grid.scss */
  .container_12 .push_11 {
    left: 704px;
  }

  /* line 238, ../scss/layout/_grid.scss */
  .container_12 .push_10 {
    left: 640px;
  }

  /* line 242, ../scss/layout/_grid.scss */
  .container_12 .push_9 {
    left: 576px;
  }

  /* line 246, ../scss/layout/_grid.scss */
  .container_12 .push_8 {
    left: 512px;
  }

  /* line 250, ../scss/layout/_grid.scss */
  .container_12 .push_7 {
    left: 448px;
  }

  /* line 254, ../scss/layout/_grid.scss */
  .container_12 .push_6 {
    left: 384px;
  }

  /* line 258, ../scss/layout/_grid.scss */
  .container_12 .push_5 {
    left: 320px;
  }

  /* line 262, ../scss/layout/_grid.scss */
  .container_12 .push_4 {
    left: 256px;
  }

  /* line 266, ../scss/layout/_grid.scss */
  .container_12 .push_3 {
    left: 192px;
  }

  /* line 270, ../scss/layout/_grid.scss */
  .container_12 .push_2 {
    left: 128px;
  }

  /* line 274, ../scss/layout/_grid.scss */
  .container_12 .push_1 {
    left: 64px;
  }

  /* Pull Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 284, ../scss/layout/_grid.scss */
  .container_12 .pull_1 {
    left: -64px;
  }

  /* line 288, ../scss/layout/_grid.scss */
  .container_12 .pull_2 {
    left: -128px;
  }

  /* line 292, ../scss/layout/_grid.scss */
  .container_12 .pull_3 {
    left: -192px;
  }

  /* line 296, ../scss/layout/_grid.scss */
  .container_12 .pull_4 {
    left: -256px;
  }

  /* line 300, ../scss/layout/_grid.scss */
  .container_12 .pull_5 {
    left: -320px;
  }

  /* line 304, ../scss/layout/_grid.scss */
  .container_12 .pull_6 {
    left: -384px;
  }

  /* line 308, ../scss/layout/_grid.scss */
  .container_12 .pull_7 {
    left: -448px;
  }

  /* line 312, ../scss/layout/_grid.scss */
  .container_12 .pull_8 {
    left: -512px;
  }

  /* line 316, ../scss/layout/_grid.scss */
  .container_12 .pull_9 {
    left: -576px;
  }

  /* line 320, ../scss/layout/_grid.scss */
  .container_12 .pull_10 {
    left: -640px;
  }

  /* line 324, ../scss/layout/_grid.scss */
  .container_12 .pull_11 {
    left: -704px;
  }
}
@media only screen and (min-width: 1021px) {
  /* line 331, ../scss/layout/_grid.scss */
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
  }

  /* line 336, ../scss/layout/_grid.scss */
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  /* line 341, ../scss/layout/_grid.scss */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    margin-left: 24px;
    margin-right: 24px;
  }

  /* Grid >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 361, ../scss/layout/_grid.scss */
  .container_12 .grid_1 {
    width: 37px;
  }

  /* line 365, ../scss/layout/_grid.scss */
  .container_12 .grid_2 {
    width: 122px;
  }

  /* line 369, ../scss/layout/_grid.scss */
  .container_12 .grid_6 {
    width: 462px;
  }

  /* line 373, ../scss/layout/_grid.scss */
  .container_12 .grid_4 {
    width: 292px;
  }

  /* line 377, ../scss/layout/_grid.scss */
  .container_12 .grid_3 {
    width: 207px;
  }

  /* line 381, ../scss/layout/_grid.scss */
  .container_12 .grid_5 {
    width: 377px;
  }

  /* line 385, ../scss/layout/_grid.scss */
  .container_12 .grid_7 {
    width: 547px;
  }

  /* line 389, ../scss/layout/_grid.scss */
  .container_12 .grid_8 {
    width: 632px;
  }

  /* line 393, ../scss/layout/_grid.scss */
  .container_12 .grid_9 {
    width: 717px;
  }

  /* line 397, ../scss/layout/_grid.scss */
  .container_12 .grid_10 {
    width: 802px;
  }

  /* line 401, ../scss/layout/_grid.scss */
  .container_12 .grid_11 {
    width: 887px;
  }

  /* line 405, ../scss/layout/_grid.scss */
  .container_12 .grid_12 {
    width: 972px;
  }

  /* Prefix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 412, ../scss/layout/_grid.scss */
  .container_12 .prefix_1 {
    padding-left: 85px;
  }

  /* line 416, ../scss/layout/_grid.scss */
  .container_12 .prefix_2 {
    padding-left: 170px;
  }

  /* line 420, ../scss/layout/_grid.scss */
  .container_12 .prefix_3 {
    padding-left: 255px;
  }

  /* line 424, ../scss/layout/_grid.scss */
  .container_12 .prefix_4 {
    padding-left: 340px;
  }

  /* line 428, ../scss/layout/_grid.scss */
  .container_12 .prefix_5 {
    padding-left: 425px;
  }

  /* line 432, ../scss/layout/_grid.scss */
  .container_12 .prefix_6 {
    padding-left: 510px;
  }

  /* line 436, ../scss/layout/_grid.scss */
  .container_12 .prefix_7 {
    padding-left: 595px;
  }

  /* line 440, ../scss/layout/_grid.scss */
  .container_12 .prefix_8 {
    padding-left: 680px;
  }

  /* line 444, ../scss/layout/_grid.scss */
  .container_12 .prefix_9 {
    padding-left: 765px;
  }

  /* line 448, ../scss/layout/_grid.scss */
  .container_12 .prefix_10 {
    padding-left: 850px;
  }

  /* line 452, ../scss/layout/_grid.scss */
  .container_12 .prefix_11 {
    padding-left: 935px;
  }

  /* Suffix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 462, ../scss/layout/_grid.scss */
  .container_12 .suffix_1 {
    padding-right: 85px;
  }

  /* line 466, ../scss/layout/_grid.scss */
  .container_12 .suffix_2 {
    padding-right: 170px;
  }

  /* line 470, ../scss/layout/_grid.scss */
  .container_12 .suffix_3 {
    padding-right: 255px;
  }

  /* line 474, ../scss/layout/_grid.scss */
  .container_12 .suffix_4 {
    padding-right: 340px;
  }

  /* line 478, ../scss/layout/_grid.scss */
  .container_12 .suffix_5 {
    padding-right: 425px;
  }

  /* line 482, ../scss/layout/_grid.scss */
  .container_12 .suffix_6 {
    padding-right: 510px;
  }

  /* line 486, ../scss/layout/_grid.scss */
  .container_12 .suffix_7 {
    padding-right: 595px;
  }

  /* line 490, ../scss/layout/_grid.scss */
  .container_12 .suffix_8 {
    padding-right: 680px;
  }

  /* line 494, ../scss/layout/_grid.scss */
  .container_12 .suffix_9 {
    padding-right: 765px;
  }

  /* line 498, ../scss/layout/_grid.scss */
  .container_12 .suffix_10 {
    padding-right: 850px;
  }

  /* line 502, ../scss/layout/_grid.scss */
  .container_12 .suffix_11 {
    padding-right: 935px;
  }

  /* Push Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 512, ../scss/layout/_grid.scss */
  .container_12 .push_1 {
    left: 85px;
  }

  /* line 516, ../scss/layout/_grid.scss */
  .container_12 .push_2 {
    left: 170px;
  }

  /* line 520, ../scss/layout/_grid.scss */
  .container_12 .push_3 {
    left: 255px;
  }

  /* line 524, ../scss/layout/_grid.scss */
  .container_12 .push_4 {
    left: 340px;
  }

  /* line 528, ../scss/layout/_grid.scss */
  .container_12 .push_5 {
    left: 425px;
  }

  /* line 532, ../scss/layout/_grid.scss */
  .container_12 .push_6 {
    left: 510px;
  }

  /* line 536, ../scss/layout/_grid.scss */
  .container_12 .push_7 {
    left: 595px;
  }

  /* line 540, ../scss/layout/_grid.scss */
  .container_12 .push_8 {
    left: 680px;
  }

  /* line 544, ../scss/layout/_grid.scss */
  .container_12 .push_9 {
    left: 765px;
  }

  /* line 548, ../scss/layout/_grid.scss */
  .container_12 .push_10 {
    left: 850px;
  }

  /* line 552, ../scss/layout/_grid.scss */
  .container_12 .push_11 {
    left: 935px;
  }

  /* Pull Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 562, ../scss/layout/_grid.scss */
  .container_12 .pull_1 {
    left: -85px;
  }

  /* line 566, ../scss/layout/_grid.scss */
  .container_12 .pull_2 {
    left: -170px;
  }

  /* line 570, ../scss/layout/_grid.scss */
  .container_12 .pull_3 {
    left: -255px;
  }

  /* line 574, ../scss/layout/_grid.scss */
  .container_12 .pull_4 {
    left: -340px;
  }

  /* line 578, ../scss/layout/_grid.scss */
  .container_12 .pull_5 {
    left: -425px;
  }

  /* line 582, ../scss/layout/_grid.scss */
  .container_12 .pull_6 {
    left: -510px;
  }

  /* line 586, ../scss/layout/_grid.scss */
  .container_12 .pull_7 {
    left: -595px;
  }

  /* line 590, ../scss/layout/_grid.scss */
  .container_12 .pull_8 {
    left: -680px;
  }

  /* line 594, ../scss/layout/_grid.scss */
  .container_12 .pull_9 {
    left: -765px;
  }

  /* line 598, ../scss/layout/_grid.scss */
  .container_12 .pull_10 {
    left: -850px;
  }

  /* line 602, ../scss/layout/_grid.scss */
  .container_12 .pull_11 {
    left: -935px;
  }
}
@media only screen and (min-width: 1021px) {
  /* line 610, ../scss/layout/_grid.scss */
  .container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1020px;
  }

  /* line 615, ../scss/layout/_grid.scss */
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }

  /* line 620, ../scss/layout/_grid.scss */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    margin-left: 24px;
    margin-right: 24px;
  }

  /* Grid >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 640, ../scss/layout/_grid.scss */
  .container_12 .grid_1 {
    width: 37px;
  }

  /* line 644, ../scss/layout/_grid.scss */
  .container_12 .grid_2 {
    width: 122px;
  }

  /* line 648, ../scss/layout/_grid.scss */
  .container_12 .grid_6 {
    width: 462px;
  }

  /* line 652, ../scss/layout/_grid.scss */
  .container_12 .grid_4 {
    width: 292px;
  }

  /* line 656, ../scss/layout/_grid.scss */
  .container_12 .grid_3 {
    width: 207px;
  }

  /* line 660, ../scss/layout/_grid.scss */
  .container_12 .grid_5 {
    width: 377px;
  }

  /* line 664, ../scss/layout/_grid.scss */
  .container_12 .grid_7 {
    width: 547px;
  }

  /* line 668, ../scss/layout/_grid.scss */
  .container_12 .grid_8 {
    width: 632px;
  }

  /* line 672, ../scss/layout/_grid.scss */
  .container_12 .grid_9 {
    width: 717px;
  }

  /* line 676, ../scss/layout/_grid.scss */
  .container_12 .grid_10 {
    width: 802px;
  }

  /* line 680, ../scss/layout/_grid.scss */
  .container_12 .grid_11 {
    width: 887px;
  }

  /* line 684, ../scss/layout/_grid.scss */
  .container_12 .grid_12 {
    width: 972px;
  }

  /* Prefix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 691, ../scss/layout/_grid.scss */
  .container_12 .prefix_1 {
    padding-left: 85px;
  }

  /* line 695, ../scss/layout/_grid.scss */
  .container_12 .prefix_2 {
    padding-left: 170px;
  }

  /* line 699, ../scss/layout/_grid.scss */
  .container_12 .prefix_3 {
    padding-left: 255px;
  }

  /* line 703, ../scss/layout/_grid.scss */
  .container_12 .prefix_4 {
    padding-left: 340px;
  }

  /* line 707, ../scss/layout/_grid.scss */
  .container_12 .prefix_5 {
    padding-left: 425px;
  }

  /* line 711, ../scss/layout/_grid.scss */
  .container_12 .prefix_6 {
    padding-left: 510px;
  }

  /* line 715, ../scss/layout/_grid.scss */
  .container_12 .prefix_7 {
    padding-left: 595px;
  }

  /* line 719, ../scss/layout/_grid.scss */
  .container_12 .prefix_8 {
    padding-left: 680px;
  }

  /* line 723, ../scss/layout/_grid.scss */
  .container_12 .prefix_9 {
    padding-left: 765px;
  }

  /* line 727, ../scss/layout/_grid.scss */
  .container_12 .prefix_10 {
    padding-left: 850px;
  }

  /* line 731, ../scss/layout/_grid.scss */
  .container_12 .prefix_11 {
    padding-left: 935px;
  }

  /* Suffix Extra Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 741, ../scss/layout/_grid.scss */
  .container_12 .suffix_1 {
    padding-right: 85px;
  }

  /* line 745, ../scss/layout/_grid.scss */
  .container_12 .suffix_2 {
    padding-right: 170px;
  }

  /* line 749, ../scss/layout/_grid.scss */
  .container_12 .suffix_3 {
    padding-right: 255px;
  }

  /* line 753, ../scss/layout/_grid.scss */
  .container_12 .suffix_4 {
    padding-right: 340px;
  }

  /* line 757, ../scss/layout/_grid.scss */
  .container_12 .suffix_5 {
    padding-right: 425px;
  }

  /* line 761, ../scss/layout/_grid.scss */
  .container_12 .suffix_6 {
    padding-right: 510px;
  }

  /* line 765, ../scss/layout/_grid.scss */
  .container_12 .suffix_7 {
    padding-right: 595px;
  }

  /* line 769, ../scss/layout/_grid.scss */
  .container_12 .suffix_8 {
    padding-right: 680px;
  }

  /* line 773, ../scss/layout/_grid.scss */
  .container_12 .suffix_9 {
    padding-right: 765px;
  }

  /* line 777, ../scss/layout/_grid.scss */
  .container_12 .suffix_10 {
    padding-right: 850px;
  }

  /* line 781, ../scss/layout/_grid.scss */
  .container_12 .suffix_11 {
    padding-right: 935px;
  }

  /* Push Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 791, ../scss/layout/_grid.scss */
  .container_12 .push_1 {
    left: 85px;
  }

  /* line 795, ../scss/layout/_grid.scss */
  .container_12 .push_2 {
    left: 170px;
  }

  /* line 799, ../scss/layout/_grid.scss */
  .container_12 .push_3 {
    left: 255px;
  }

  /* line 803, ../scss/layout/_grid.scss */
  .container_12 .push_4 {
    left: 340px;
  }

  /* line 807, ../scss/layout/_grid.scss */
  .container_12 .push_5 {
    left: 425px;
  }

  /* line 811, ../scss/layout/_grid.scss */
  .container_12 .push_6 {
    left: 510px;
  }

  /* line 815, ../scss/layout/_grid.scss */
  .container_12 .push_7 {
    left: 595px;
  }

  /* line 819, ../scss/layout/_grid.scss */
  .container_12 .push_8 {
    left: 680px;
  }

  /* line 823, ../scss/layout/_grid.scss */
  .container_12 .push_9 {
    left: 765px;
  }

  /* line 827, ../scss/layout/_grid.scss */
  .container_12 .push_10 {
    left: 850px;
  }

  /* line 831, ../scss/layout/_grid.scss */
  .container_12 .push_11 {
    left: 935px;
  }

  /* Pull Space >> 12 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 841, ../scss/layout/_grid.scss */
  .container_12 .pull_1 {
    left: -85px;
  }

  /* line 845, ../scss/layout/_grid.scss */
  .container_12 .pull_2 {
    left: -170px;
  }

  /* line 849, ../scss/layout/_grid.scss */
  .container_12 .pull_3 {
    left: -255px;
  }

  /* line 853, ../scss/layout/_grid.scss */
  .container_12 .pull_4 {
    left: -340px;
  }

  /* line 857, ../scss/layout/_grid.scss */
  .container_12 .pull_5 {
    left: -425px;
  }

  /* line 861, ../scss/layout/_grid.scss */
  .container_12 .pull_6 {
    left: -510px;
  }

  /* line 865, ../scss/layout/_grid.scss */
  .container_12 .pull_7 {
    left: -595px;
  }

  /* line 869, ../scss/layout/_grid.scss */
  .container_12 .pull_8 {
    left: -680px;
  }

  /* line 873, ../scss/layout/_grid.scss */
  .container_12 .pull_9 {
    left: -765px;
  }

  /* line 877, ../scss/layout/_grid.scss */
  .container_12 .pull_10 {
    left: -850px;
  }

  /* line 881, ../scss/layout/_grid.scss */
  .container_12 .pull_11 {
    left: -935px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 889, ../scss/layout/_grid.scss */
  .container_4 {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }

  /* line 895, ../scss/layout/_grid.scss */
  .row {
    margin-left: -1%;
    margin-right: -1%;
  }

  /* line 900, ../scss/layout/_grid.scss */
  .grid_1,
  .grid_2,
  .grid_3 {
    margin-left: 1%;
    margin-right: 1%;
  }

  /* Grid >> 4 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 910, ../scss/layout/_grid.scss */
  .container_4 .grid_4 {
    width: 100%;
  }

  /* line 913, ../scss/layout/_grid.scss */
  .container_4 .grid_3 {
    width: 73%;
  }

  /* line 916, ../scss/layout/_grid.scss */
  .container_4 .grid_2 {
    width: 48%;
  }

  /* line 919, ../scss/layout/_grid.scss */
  .container_4 .grid_1 {
    width: 23%;
  }

  /* Prefix Extra Space >> 4 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 925, ../scss/layout/_grid.scss */
  .container_4 .prefix_1 {
    padding-left: 25%;
  }

  /* line 929, ../scss/layout/_grid.scss */
  .container_4 .prefix_2 {
    padding-left: 50%;
  }

  /* line 933, ../scss/layout/_grid.scss */
  .container_4 .prefix_3 {
    padding-left: 75%;
  }

  /* Suffix Extra Space >> 4 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 943, ../scss/layout/_grid.scss */
  .container_4 .suffix_1 {
    padding-right: 25%;
  }

  /* line 947, ../scss/layout/_grid.scss */
  .container_4 .suffix_2 {
    padding-right: 50%;
  }

  /* line 951, ../scss/layout/_grid.scss */
  .container_4 .suffix_3 {
    padding-right: 75%;
  }

  /* Push Space >> 4 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 961, ../scss/layout/_grid.scss */
  .container_4 .push_1 {
    left: 25%;
  }

  /* line 965, ../scss/layout/_grid.scss */
  .container_4 .push_2 {
    left: 50%;
  }

  /* line 969, ../scss/layout/_grid.scss */
  .container_4 .push_3 {
    left: 75%;
  }

  /* Pull Space >> 4 Columns
  ----------------------------------------------------------------------------------------------------*/
  /* line 979, ../scss/layout/_grid.scss */
  .container_4 .pull_1 {
    left: -25%;
  }

  /* line 983, ../scss/layout/_grid.scss */
  .container_4 .pull_2 {
    left: -50%;
  }

  /* line 987, ../scss/layout/_grid.scss */
  .container_4 .pull_3 {
    left: -75%;
  }
}
/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
/* line 11, ../scss/module/_product-list.scss */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
}

/* line 16, ../scss/module/_product-list.scss */
.category-image {
  margin-bottom: 1.5em;
}

/* -------------------------------------------- *
 * Product Name
 */
/* line 24, ../scss/module/_product-list.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
}
/* line 34, ../scss/module/_product-list.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #333333;
}
/* line 36, ../scss/module/_product-list.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #e66228;
  text-decoration: none;
}

/* line 43, ../scss/module/_product-list.scss */
.products-grid .product-name,
.products-list .product-name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 50, ../scss/module/_product-list.scss */
.products-grid .product-name a,
.products-list .product-name a {
  font-weight: 500;
}

/* ============================================ *
 * Product Grid
 * ============================================ */
/* line 61, ../scss/module/_product-list.scss */
.products-grid {
  margin: 0 24px;
  position: relative;
  clear: both;
}

/* line 67, ../scss/module/_product-list.scss */
.products-grid:after {
  content: '';
  display: table;
  clear: both;
}

/* line 71, ../scss/module/_product-list.scss */
.products-grid > li {
  position: relative;
  margin-bottom: 20px;
}
/* line 75, ../scss/module/_product-list.scss */
.products-grid > li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 80, ../scss/module/_product-list.scss */
.product-list .products-grid > li {
  border-bottom: 1px solid #EDEDED;
  display: inline;
  float: left;
  position: static;
  padding-bottom: 40px;
  padding-top: 44px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: top;
  min-height: 400px;
}
/* line 92, ../scss/module/_product-list.scss */
.product-list .products-grid > li .prod-wrapper {
  position: relative;
}

/* line 96, ../scss/module/_product-list.scss */
.product-list .products-grid .product-info {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  /* line 98, ../scss/module/_product-list.scss */
  .product-list .products-grid {
    margin: 0 auto;
    width: 98%;
  }

  /* line 102, ../scss/module/_product-list.scss */
  .product-list .products-grid > li {
    border-bottom: 0;
    padding: 0 1%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 111, ../scss/module/_product-list.scss */
  .product-list .products-grid {
    margin: 0 auto;
    width: 768px;
  }

  /* line 115, ../scss/module/_product-list.scss */
  .product-list .products-grid > li {
    margin-left: -999px;
    padding-left: 999px;
    margin-right: -999px;
    padding-right: 999px;
  }
  /* line 120, ../scss/module/_product-list.scss */
  .product-list .products-grid > li .prod-wrapper {
    margin-left: 24px;
    margin-right: 24px;
    width: 208px;
  }

  /* line 127, ../scss/module/_product-list.scss */
  .with-filter .products-grid {
    padding: 0 0 0 256px;
  }
  /* line 131, ../scss/module/_product-list.scss */
  .with-filter .products-grid li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1021px) {
  /* line 141, ../scss/module/_product-list.scss */
  .category-products .row-prod {
    overflow: hidden;
  }

  /* line 144, ../scss/module/_product-list.scss */
  .product-list .products-grid {
    margin: 0 auto;
    width: 1020px;
  }

  /* line 149, ../scss/module/_product-list.scss */
  .product-list .products-grid > li {
    margin-left: -999px;
    padding-left: 999px;
    margin-right: -999px;
    padding-right: 999px;
    overflow: hidden;
  }
  /* line 155, ../scss/module/_product-list.scss */
  .product-list .products-grid > li .prod-wrapper {
    margin-left: 24px;
    margin-right: 24px;
    width: 207px;
  }

  /* line 163, ../scss/module/_product-list.scss */
  .with-filter .products-grid {
    padding: 0 0 0 255px;
  }
  /* line 167, ../scss/module/_product-list.scss */
  .with-filter .products-grid li {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 175, ../scss/module/_product-list.scss */
.products-grid .product-image {
  width: 100%;
  margin-bottom: 15px;
}

/* line 180, ../scss/module/_product-list.scss */
.products-grid .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
/* line 185, ../scss/module/_product-list.scss */
.products-grid .product-image img:hidden {
  display: none;
}

/* line 193, ../scss/module/_product-list.scss */
.products-grid .product-info {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

/* line 199, ../scss/module/_product-list.scss */
.products-grid .product-info .product-label {
  min-height: 21px;
  margin: 0 0 10px;
}
/* line 203, ../scss/module/_product-list.scss */
.products-grid .product-info .product-label .offer-short, .products-grid .product-info .product-label .exclusive, .products-grid .product-info .product-label .new_product, .products-grid .product-info .product-label .limited_edition, .products-grid .product-info .product-label .wdf_exclusive {
  margin: 5px auto;
}

/* line 207, ../scss/module/_product-list.scss */
.product-info .product-label {
  min-height: 21px;
  margin: 0 0 10px;
}

/* line 211, ../scss/module/_product-list.scss */
.products-grid .actions {
  padding-top: 10px;
  position: absolute;
  bottom: 0px;
  min-height: 85px;
  width: 100%;
}

/* line 219, ../scss/module/_product-list.scss */
.products-grid .ratings .rating-box {
  margin: 0 auto;
}

/* line 223, ../scss/module/_product-list.scss */
.products-grid .ratings .amount {
  display: none;
}

/* line 227, ../scss/module/_product-list.scss */
.products-grid .price-box {
  color: #A0A0A0;
  font-size: 13px;
  margin: 0;
}

/*
.products-grid .price-info > .price {
  display:inline-block;
}
.products-grid .price-info > .saved-amt.price,
.products-grid .price-info > .saved-amt .price {
    color:$c-orange;
}
*/
/* line 243, ../scss/module/_product-list.scss */
.products-grid .add-to-links {
  margin-bottom: 0;
}

/* Config: Two columns + flexible gutter */
/*
.products-grid > li {
 //   float: left;
 /*   width: percentage(210 / 440);
}

.products-grid > li:nth-child(odd) {
  /*  clear: left;
}

.products-grid > li:nth-child(even) {
 //   margin-right: 0;
}*/
/* line 267, ../scss/module/_product-list.scss */
.products-grid .product-image {
  margin-bottom: 5px;
  text-align: center;
}
/* line 3, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before, .products-grid .product-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 14, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 20, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image:after {
  background-image: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading {
  position: relative;
}
/* line 30, ../scss/mixin/_loading-overlay.scss */
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
  display: block;
}

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
    /*.products-grid {
         Undo two-column config 
        > li:nth-child(odd) {
            clear: none;
        }
        > li:nth-child(even) {
            margin-right: percentage($product-column-spacing / $container);
        }

        /* Set three-column config 
        > li {
            width: percentage($column-width / $container);
            
        }
        > li:nth-child(3n+1) {
            clear: left;
        }
        > li:nth-child(3n) {
            margin-right: 0;
        }
    }*/
}
@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 316, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 328, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  /* line 331, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  /* line 335, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left;
  }

  /* line 338, ../scss/module/_product-list.scss */
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 316, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 328, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  /* line 331, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  /* line 335, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left;
  }

  /* line 338, ../scss/module/_product-list.scss */
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }

  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  /* line 316, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  /* line 319, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none;
  }

  /* line 322, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  /* line 328, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  /* line 331, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  /* line 335, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left;
  }

  /* line 338, ../scss/module/_product-list.scss */
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
}
/* ============================================ *
 * Product List
 * ============================================ */
/* line 355, ../scss/module/_product-list.scss */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 359, ../scss/module/_product-list.scss */
.products-list > li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
/* line 364, ../scss/module/_product-list.scss */
.products-list > li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 367, ../scss/module/_product-list.scss */
.products-list > li .product-image {
  float: left;
  width: 33.33333%;
}
/* line 371, ../scss/module/_product-list.scss */
.products-list > li .product-image img {
  width: 100%;
  max-width: 100%;
}
/* line 377, ../scss/module/_product-list.scss */
.products-list > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 381, ../scss/module/_product-list.scss */
.products-list > li.article-item {
  width: 100%;
}

/* line 386, ../scss/module/_product-list.scss */
.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px;
}
/* line 391, ../scss/module/_product-list.scss */
.products-list .product-shop .product-name {
  margin-bottom: 0;
}
/* line 394, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings {
  margin: 0;
}
/* line 397, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
  float: left;
  margin-right: 7px;
}
/* line 402, ../scss/module/_product-list.scss */
.products-list .product-shop .ratings .rating-links {
  margin-top: 4px;
}
/* line 406, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box {
  margin-top: 0;
}
/* line 409, ../scss/module/_product-list.scss */
.products-list .product-shop .price-box .price {
  font-size: 18px;
}
/* line 412, ../scss/module/_product-list.scss */
.products-list .product-shop .action {
  margin: 7px 0;
}
/* line 415, ../scss/module/_product-list.scss */
.products-list .product-shop .desc {
  margin-top: 7px;
}
/* line 419, ../scss/module/_product-list.scss */
.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
  float: left;
  width: 75%;
  overflow: hidden;
}
/* line 425, ../scss/module/_product-list.scss */
.products-list .product-shop .product-secondary {
  float: right;
  width: 25%;
  text-align: right;
  clear: right;
}

@media only screen and (min-width: 480px) {
  /* line 434, ../scss/module/_product-list.scss */
  .products-list .product-name a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 441, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 447, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 455, ../scss/module/_product-list.scss */
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }

  /* line 459, ../scss/module/_product-list.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 476, ../scss/module/_product-list.scss */
.mini-products-list .product-image {
  text-align: center;
  height: 270px;
  line-height: 270px;
  vertical-align: bottom;
  width: 100%;
}
/* line 482, ../scss/module/_product-list.scss */
.mini-products-list .product-image img {
  vertical-align: bottom;
  max-height: 270px;
}
/* line 489, ../scss/module/_product-list.scss */
.mini-products-list .product-details .product-name {
  padding-top: 10px;
}
/* line 493, ../scss/module/_product-list.scss */
.mini-products-list li {
  margin-bottom: 10px;
}
/* line 496, ../scss/module/_product-list.scss */
.mini-products-list li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 504, ../scss/module/_product-list.scss */
.mini-products-images-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 508, ../scss/module/_product-list.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}
/* line 514, ../scss/module/_product-list.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}
/* line 519, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}
/* line 522, ../scss/module/_product-list.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 537, ../scss/module/_product-list.scss */
.category-image {
  border: 1px solid #CCCCCC;
  padding: 10px;
}
/* line 541, ../scss/module/_product-list.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}
/* line 545, ../scss/module/_product-list.scss */
.category-image img:hidden {
  display: none;
}

/* line 551, ../scss/module/_product-list.scss */
.category-image-wrapper .category-image {
  border: 0;
  padding: 0;
  text-align: center;
}
/* line 552, ../scss/module/_product-list.scss */
.category-image-wrapper .category-image img {
  max-height: 350px;
  width: auto;
}

/* ============================================ *
 * Layered Navigation
 * ============================================ */
/* line 559, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #e5e4e3;
  cursor: pointer;
  background: none;
  padding: 11px 12px;
}
/* line 86, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #e66228;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 567, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter:after {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 0 -576px;
  border: none;
  height: 32px;
  left: auto;
  right: 4px;
  top: 4px;
  width: 32px;
}
/* line 576, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter.selected:after {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -32px -576px;
}
/* line 579, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter .actions {
  margin-bottom: 0;
  text-transform: none;
}
/* line 583, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter .actions a {
  text-decoration: underline;
}
/* line 587, ../scss/module/_product-list.scss */
.block-layered-nav .block-subtitle--filter a:focus {
  color: #333333;
}

/* line 95, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content .toggle-tabs {
  display: none;
}
/* line 100, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #e5e4e3;
  display: block;
}
/* line 86, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #e66228;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 105, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
/* line 112, ../scss/mixin/_toggle-content.scss */
.block-layered-nav .block-content > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}

/* line 597, ../scss/module/_product-list.scss */
.block-layered-nav dl dd {
  margin-bottom: 10px;
  margin-top: 10px;
}
/* line 601, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
  padding: 4px 12px;
  display: block;
}
/* line 606, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li > a .count {
  color: #A0A0A0;
}
/* line 612, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li {
  position: relative;
}
/* line 615, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li a:hover {
  color: #333333;
  text-decoration: none;
}
/* line 616, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li a, .block-layered-nav dl dd ol > li .m-selected-filter-item, .block-layered-nav dl dd ol > li .lay_nav_selected_item {
  padding-left: 32px;
}
/* line 618, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li a:before, .block-layered-nav dl dd ol > li .m-selected-filter-item:before, .block-layered-nav dl dd ol > li .lay_nav_selected_item:before {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -65px -310px;
  content: '';
  height: 10px;
  left: 12px;
  position: absolute;
  top: 8px;
  width: 10px;
}
/* line 628, ../scss/module/_product-list.scss */
.block-layered-nav dl dd ol > li .m-selected-filter-item:before, .block-layered-nav dl dd ol > li .lay_nav_selected_item:before, .block-layered-nav dl dd ol > li .mobile-icon:before {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -84px -310px;
}

@media only screen and (min-width: 768px) {
  /* line 635, ../scss/module/_product-list.scss */
  .block-layered-nav .currently, .block-layered-nav .filters-block_top {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 641, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content .currently {
    display: none !important;
  }
}
/* line 647, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl {
  display: none;
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 99;
}

/* line 655, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt {
  background: none;
  border-bottom: 0;
  cursor: pointer;
  padding: 15px 12px;
  overflow: hidden;
}
/* line 662, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt:first-of-type {
  border-top: 0;
}
/* line 666, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}
/* line 670, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt.selected:last-of-type {
  border-bottom: 0;
}
/* line 675, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt:after {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 0 -575px;
  border: none;
  height: 32px;
  left: auto;
  right: 4px;
  top: 4px;
  width: 32px;
}
/* line 686, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt .btn-remove {
  border: 0;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -73px -587px;
  height: 17px;
  position: absolute;
  right: 40px;
  top: 14px;
}
/* line 694, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content > dl > dt .btn-remove:after {
  content: '';
}

/* line 703, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content.accordion-open > dl > dt.selected,
.category-products .block-layered-nav .block-content > dl > dt.selected {
  padding-bottom: 5px;
}
/* line 706, ../scss/module/_product-list.scss */
.category-products .block-layered-nav .block-content.accordion-open > dl > dt.selected:after,
.category-products .block-layered-nav .block-content > dl > dt.selected:after {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -32px -575px;
  border: none;
  height: 32px;
  left: auto;
  right: 4px;
  top: 4px;
  width: 32px;
}

/* line 717, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > dd {
  padding: 0 0 10px;
}
/* line 720, ../scss/module/_product-list.scss */
.block-layered-nav .block-content > dl > dd.mCustomScrollbar {
  padding: 5px 0;
}

@media only screen and (max-width: 768px) {
  /* line 728, ../scss/module/_product-list.scss */
  .sidebar .block.block-layered-nav {
    border-bottom: none;
  }

  /* line 733, ../scss/module/_product-list.scss */
  .block-layered-nav--no-filters .block-title {
    display: none;
  }

  /*  .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 0;
        @include accordionCollapse;
    }

    .block-layered-nav .block-subtitle--filter {
       // background-color: $c-action;
//        border: 0;
//        margin-bottom: 0;
//        display: block;
//        color: #FFFFFF;

        /*&:after {
          background:none;
            @include triangle(right, 4px, #FFFFFF);
            right: 10px;
            top: 50%;
            margin-top: -5px;
        }*/
        /*&:hover {
            background-color: $c-button-hover;
            color: #FFFFFF;
        }

        &.active:after {
            @include triangle(down, 4px, #FFFFFF);
            right: 10px;
            top: 50%;
            margin-top: -3px;
        }
    }*/
   /* #narrow-by-list,
    #narrow-by-list2 {
        padding: $box-spacing;
        border: 1px solid $c-module-border;
        border-top: 0;
    }

    .block-layered-nav dl ol > li > a,
    .block-layered-nav dl ol > li > span {
        padding: 7px;
        margin: 5px;
    }

    .block-layered-nav dl ol > li > a {
        @include touch-button;

        &:hover {
            text-decoration: none;
            background: shade($c-module-background, 5%);
        }
    }*/
}
/* line 796, ../scss/module/_product-list.scss */
.block-layered-nav .currently .block-subtitle {
  display: block;
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}
/* line 801, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol {
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 805, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li {
  margin-bottom: 5px;
}
/* line 808, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li .label {
  font-weight: bold;
}
/* line 812, ../scss/module/_product-list.scss */
.block-layered-nav .currently ol li:after {
  content: '';
  display: table;
  clear: both;
}

/* line 818, ../scss/module/_product-list.scss */
.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 7px;
}

/* ============================================ *
 * Catalog Event
 * ============================================ */
/* line 826, ../scss/module/_product-list.scss */
.event-container {
  clear: both;
  border: 1px solid #e66228;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px;
}
/* line 835, ../scss/module/_product-list.scss */
.event-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #e66228;
  border-bottom: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
/* line 843, ../scss/module/_product-list.scss */
.event-container .event {
  padding-bottom: 18px;
  margin-bottom: -18px;
  padding-top: 5px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  width: auto;
  position: relative;
  z-index: 2;
  border-bottom: 0 !important;
}
/* line 855, ../scss/module/_product-list.scss */
.event-container .event .event-ticker {
  display: inline;
  font-size: 28px;
  height: auto;
}
/* line 860, ../scss/module/_product-list.scss */
.event-container .event .event-ticker span {
  line-height: 50px;
  height: 50px;
  padding: 0;
}
/* line 868, ../scss/module/_product-list.scss */
.event-container .container {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}
/* line 875, ../scss/module/_product-list.scss */
.event-container .status {
  display: inline;
  margin: 0 10px 0 0;
  background: none;
  font-size: 22px;
}
/* line 882, ../scss/module/_product-list.scss */
.event-container .event-dates {
  display: inline;
  font-size: 22px;
  height: auto;
}
/* line 887, ../scss/module/_product-list.scss */
.event-container .event-dates div,
.event-container .event-dates p {
  display: inline;
}
/* line 892, ../scss/module/_product-list.scss */
.event-container .event-dates .time-part {
  font-size: 14px;
}

/* as per Design */
/* line 900, ../scss/module/_product-list.scss */
.container_12.has_category_img {
  margin: -290px auto 109px;
  min-height: 180px;
}
/* line 904, ../scss/module/_product-list.scss */
.container_12.has_category_img .category-title h1 {
  font: normal 52px/58px proxima_nova_thextrabold, Arial;
  color: #fff;
}
/* line 908, ../scss/module/_product-list.scss */
.container_12.has_category_img .category-title p {
  font: normal 13px/18px open_sansregular, Arial;
  color: #fff;
  width: 48%;
  line-height: 21px;
  margin-top: 9px;
}

@media only screen and (min-width: 1201px) and (max-width: 1370px) {
  /* line 918, ../scss/module/_product-list.scss */
  .container_12.has_category_img {
    margin: -250px auto 130px;
  }
}
/* line 923, ../scss/module/_product-list.scss */
.category-title-wrapper {
  padding: 33px 0;
}
/* line 925, ../scss/module/_product-list.scss */
.category-title-wrapper h1 {
  margin: 0;
}
/* line 926, ../scss/module/_product-list.scss */
.category-title-wrapper p {
  color: #848484;
  font: normal 14px/28px open_sansregular, Arial;
}

/* line 932, ../scss/module/_product-list.scss */
.catalog-category-view .note-msg {
  margin: 0 0 350px;
  text-align: center;
}

/* line 940, ../scss/module/_product-list.scss */
.category-products {
  margin-bottom: 40px;
  /*.row-prod,*/
}
/* line 942, ../scss/module/_product-list.scss */
.category-products > .product-count {
  display: none;
}
/* line 943, ../scss/module/_product-list.scss */
.category-products .block-content {
  margin: 0;
}
/* line 946, ../scss/module/_product-list.scss */
.category-products .search_drop_container {
  margin-left: 24px;
  margin-right: 24px;
  min-width: 207px;
  float: right;
  position: relative;
}
/* line 953, ../scss/module/_product-list.scss */
.category-products .toolbar {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
/* line 959, ../scss/module/_product-list.scss */
.category-products .toolbar .pager {
  display: none !important;
}
/* line 961, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter {
  float: right;
  margin: 0;
  width: 100%;
}
/* line 966, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter > .sort-by {
  border: 1px solid #CCCCCC;
  margin-right: 0;
  height: auto;
  padding: 6px 0 5px;
  position: relative;
  width: 100%;
}
/* line 974, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter > .sort-by .select2-container {
  min-width: 125px;
  padding: 0 10px 0 0px;
  margin: 0px 0 0;
  float: right;
}
/* line 979, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter > .sort-by .select2-container .select2-choice {
  border: 0;
  font-size: 14px;
  line-height: 30px;
}
/* line 984, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter > .sort-by .select2-container .select2-choice .select2-arrow b {
  background-position: -4px -581px;
}
/* line 989, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter > .sort-by .select2-offscreen {
  width: 0px !important;
  height: 0px !important;
}
/* line 994, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter label {
  margin: 0 4px 0 12px;
  letter-spacing: normal;
  line-height: 31px;
  float: left;
}
/* line 1000, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter .select2-container .select2-choice {
  padding: 0;
}
/* line 1001, ../scss/module/_product-list.scss */
.category-products .toolbar .sorter .mobile-sorter {
  display: none;
}
/* line 1005, ../scss/module/_product-list.scss */
.category-products .toolbar select {
  border: 0;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 1012, ../scss/module/_product-list.scss */
.category-products .link-wishlist {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -98px -280px;
  /* Active (-65px -280px) */
  display: inline-block;
  height: 21px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 23px;
  z-index: 90;
  text-indent: -9999px;
  display: none;
}
/* line 1025, ../scss/module/_product-list.scss */
.category-products .prod-wrapper:hover .link-wishlist {
  display: block;
}
/* line 1029, ../scss/module/_product-list.scss */
.category-products .in-wishlist {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -65px -280px;
  display: inline-block;
  height: 21px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 23px;
  z-index: 90;
  text-indent: -9999px;
}
/* line 1040, ../scss/module/_product-list.scss */
.category-products .row-article {
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  margin-top: -1px;
  padding: 40px 0;
}
/* line 1046, ../scss/module/_product-list.scss */
.category-products .row-article .article-img-wrapper {
  max-height: 180px;
}
/* line 1048, ../scss/module/_product-list.scss */
.category-products .row-article .article-img-wrapper img {
  max-height: 180px;
  max-width: 100%;
}
/* line 1051, ../scss/module/_product-list.scss */
.category-products .row-article .article-img-wrapper.image_right {
  float: right;
}
/* line 1054, ../scss/module/_product-list.scss */
.category-products .row-article .stories-content h4 {
  font-weight: normal;
  margin: 0 0 23px;
}
/* line 1055, ../scss/module/_product-list.scss */
.category-products .row-article .story-column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  /*min-height: 60px;*/
}
/* line 1063, ../scss/module/_product-list.scss */
.category-products .row-article .story-column .story_content p {
  margin-bottom: 24px;
}
/* line 1065, ../scss/module/_product-list.scss */
.category-products .row-article .find-more-btn {
  font-weight: normal;
  margin: 0;
  padding-left: 25px;
  position: relative;
  text-align: left;
  width: 209px;
}
/* line 1073, ../scss/module/_product-list.scss */
.category-products .row-article .find-more-btn:after {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -2px -260px;
  content: '';
  height: 14px;
  position: absolute;
  top: 14px;
  right: 25px;
  width: 9px;
}
/* line 1083, ../scss/module/_product-list.scss */
.category-products .row-article .find-more-btn:hover:after {
  background-position: -2px -296px;
}
/* line 1087, ../scss/module/_product-list.scss */
.category-products .with-filter {
  border: 0;
 /*ul{
   border-bottom:1px solid $c-module-border-light;
 
 li{
     border-bottom:1px solid $c-module-border-light;
     margin:0;
     padding:20px 24px;
     
     &:last-child{
         border:0;
     }
     
     &.grid_4{
       width:255px;
     }
     
     
  }
}*/
}
/* line 1091, ../scss/module/_product-list.scss */
.category-products .with-filter .container_12 {
  padding: 0 0 0 225px;
  width: 990px;
}
/* line 1114, ../scss/module/_product-list.scss */
.category-products .with-filter.row-article {
  padding: 0;
}
/* line 1117, ../scss/module/_product-list.scss */
.category-products .with-filter .grid_12 {
  border-bottom: 1px solid #EDEDED;
  margin: 0;
  padding: 20px 24px;
  width: 765px;
}
/* line 1125, ../scss/module/_product-list.scss */
.category-products #infscr-loading {
  display: none;
}

/* line 1129, ../scss/module/_product-list.scss */
.view-more-block .list_view_more {
  margin: 40px auto;
  padding: 12px 40px 10px;
  position: relative;
  text-align: left;
}

/* line 1137, ../scss/module/_product-list.scss */
.filter-loader {
  background: #F4F4F4;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 101;
  width: 100%;
  height: 100%;
}
/* line 1152, ../scss/module/_product-list.scss */
.filter-loader img {
  margin: 0;
  position: relative;
  top: 50%;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 1164, ../scss/module/_product-list.scss */
  .category-products .with-filter .container_12 {
    padding: 0 0 0 256px;
    width: 768px;
  }
  /* line 1168, ../scss/module/_product-list.scss */
  .category-products .with-filter .article-item .grid_6 {
    width: 208px;
  }
  /* line 1172, ../scss/module/_product-list.scss */
  .category-products .row-article .find-more-btn {
    width: 100%;
  }

  /* line 1177, ../scss/module/_product-list.scss */
  .view-more-block .list_view_more {
    width: 208px;
  }
}
@media only screen and (min-width: 1021px) {
  /* line 1188, ../scss/module/_product-list.scss */
  .category-products .with-filter {
    /* li{
         margin:0;
         padding:20px 24px;
         
         &.grid_4{
           width:255px;
         }
        
    }*/
  }
  /* line 1189, ../scss/module/_product-list.scss */
  .category-products .with-filter .container_12 {
    padding: 0 0 0 225px;
    width: 990px;
  }
  /* line 1204, ../scss/module/_product-list.scss */
  .category-products .with-filter.row-article {
    padding: 0;
  }
  /* line 1207, ../scss/module/_product-list.scss */
  .category-products .with-filter .grid_12 {
    border-bottom: 1px solid #EDEDED;
    margin: 0;
    padding: 20px 24px;
    width: 765px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1220, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a {
    padding: 12px;
  }

  /* line 1223, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li a, .block-layered-nav dl dd ol > li .m-selected-filter-item, .block-layered-nav dl dd ol > li .lay_nav_selected_item {
    padding: 12px 12px 12px 50px;
  }

  /* line 1227, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li a:before {
    background-position: -358px -345px;
    height: 27px;
    width: 27px;
  }

  /* line 1235, ../scss/module/_product-list.scss */
  .block-layered-nav dl dd ol > li .m-selected-filter-item:before, .block-layered-nav dl dd ol > li .lay_nav_selected_item:before, .block-layered-nav dl dd ol > li .mobile-icon:before {
    background-position: -396px -345px;
    height: 27px;
    width: 27px;
  }

  /* line 1243, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content > dl > dt.selected:after {
    background-position: -99px -575px;
  }

  /* line 1250, ../scss/module/_product-list.scss */
  .category-title-wrapper {
    background: #fff;
    text-align: center;
    position: relative;
    z-index: 115;
  }
  /* line 1255, ../scss/module/_product-list.scss */
  .category-title-wrapper.container_4 {
    width: 100%;
  }

  /* line 1260, ../scss/module/_product-list.scss */
  .category-products .toolbar {
    margin: 0;
    text-align: center;
  }
  /* line 1268, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter > .sort-by {
    border: 0;
    line-height: 39px;
    padding: 0;
    position: static;
  }
  /* line 1275, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter > .sort-by > label, .category-products .toolbar .sorter > .sort-by select {
    display: none;
  }
  /* line 1279, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter > .sort-by .select2-container {
    width: 100%;
  }
  /* line 1282, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter > .sort-by .select2-container .select2-choice {
    border: 0;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
  }
  /* line 1288, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter > .sort-by .select2-container .select2-choice .select2-arrow b {
    background: none;
  }
  /* line 1295, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter {
    display: block;
  }
  /* line 1298, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter > .mobile-sorter-title {
    margin: 0;
    color: #333333;
    font-family: proxima_nova_ltsemibold, Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 50px;
  }
  /* line 1304, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter > .mobile-sorter-title.selected {
    background: #fff;
    border-color: #fff;
  }
  /* line 1309, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options {
    background: #F0F0F0;
    display: none;
    padding: 0 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 115;
  }
  /* line 1318, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .buttons-set {
    border-bottom: 1px solid #E6E6E6;
    margin: 0 -1%;
    padding: 20px 0;
  }
  /* line 1323, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .buttons-set .button {
    float: left;
    margin: 0 1%;
  }
  /* line 1329, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set {
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
    margin: 80px 0 0;
    padding: 0 10px 10px;
    text-align: left;
  }
  /* line 1336, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set > p {
    color: #7e7e7e;
    line-height: 30px;
    padding: 10px 0 0;
  }
  /* line 1342, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li {
    position: relative;
  }
  /* line 1343, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li > a {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 12px 12px 40px;
    /*5px 12px 5px 20px;*/
    text-transform: uppercase;
  }
  /* line 1350, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li > a:hover {
    color: #333333;
  }
  /* line 1351, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li > a:before {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -358px -345px;
    /*-65px -310px;*/
    content: '';
    height: 27px;
    left: 0px;
    position: absolute;
    top: 9px;
    width: 27px;
  }
  /* line 1360, ../scss/module/_product-list.scss */
  .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li > a .selected:before, .category-products .toolbar .sorter .mobile-sorter .mobile-sorter-options .options-set ol > li > a.mobile-icon:before {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -396px -345px;
    /*-84px -310px;*/
  }
  /* line 1371, ../scss/module/_product-list.scss */
  .category-products .sort-filter-wrapper {
    background: #F0F0F0;
    border-top: 1px solid #CCCCCC;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 115;
  }
  /* line 1379, ../scss/module/_product-list.scss */
  .category-products .sort-filter-wrapper > .grid_2 {
    margin: 0;
    position: static;
    width: 50%;
  }
  /* line 1384, ../scss/module/_product-list.scss */
  .category-products .sort-filter-wrapper .search_drop_container {
    margin-left: 0;
    margin-right: 0;
    min-width: 50%;
  }
  /* line 1390, ../scss/module/_product-list.scss */
  .category-products .row-article {
    border: 0;
    padding: 0 1%;
    text-align: center;
  }
  /* line 1395, ../scss/module/_product-list.scss */
  .category-products .row-article .story-column {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  /* line 1402, ../scss/module/_product-list.scss */
  .category-products .row-article .story-column p {
    margin-bottom: 20px;
  }
  /* line 1403, ../scss/module/_product-list.scss */
  .category-products .row-article .story-column .find-more-btn {
    margin: 0 auto;
    float: none;
    display: block;
  }
  /* line 1406, ../scss/module/_product-list.scss */
  .category-products .stories-content {
    padding: 20px 0 0;
    text-align: center;
  }
  /* line 1411, ../scss/module/_product-list.scss */
  .category-products .price-info .our-amt, .category-products .price-info .saved-amt {
    display: block;
  }
  /* line 1416, ../scss/module/_product-list.scss */
  .category-products .link-wishlist {
    left: 1%;
    top: 1%;
  }
  /* line 1424, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-subtitle--filter {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
  }
  /* line 1431, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-subtitle--filter:after, .category-products .block-layered-nav .block-subtitle--filter.selected:after {
    background: none;
  }
  /* line 1434, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-subtitle--filter.selected {
    background: #fff;
    border-bottom: 1px solid #fff;
  }
  /* line 1438, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-subtitle--filter .actions {
    display: none;
  }
  /* line 1441, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content {
    border-right: 1px solid #CCCCCC;
  }
  /* line 1444, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content .filters-block_top {
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    display: none;
    left: 0;
    margin: 0;
    padding: 20px 5px;
    position: absolute;
    right: 0;
    top: 51px;
    width: 100%;
    z-index: 116;
  }
  /* line 1457, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content .filters-block_top .button {
    float: left;
    margin: 0 1%;
  }
  /* line 1464, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content > dl {
    left: 0;
    margin-top: 80px;
    right: 0;
    z-index: 115;
    padding-bottom: 30px;
    background: #F0F0F0;
  }
  /* line 1472, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content > dl > dt:first-child {
    border-top: 0;
  }
  /* line 1475, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content > dl > dt:hover {
    color: #333333;
  }
  /* line 1479, ../scss/module/_product-list.scss */
  .category-products .block-layered-nav .block-content > dl > dt, .category-products .block-layered-nav .block-content > dl > dd {
    background: #fff;
  }

  /* line 1486, ../scss/module/_product-list.scss */
  .view-more-block .list_view_more {
    text-align: center;
    width: 100%;
  }
  /* line 1489, ../scss/module/_product-list.scss */
  .view-more-block .list_view_more span {
    float: none;
    margin-left: 0px;
  }
  /* line 1493, ../scss/module/_product-list.scss */
  .view-more-block .list_view_more span.load_btn {
    display: none;
  }

  /* line 1497, ../scss/module/_product-list.scss */
  .filter-loader {
    top: 0;
    z-index: 116;
  }

  /* line 1502, ../scss/module/_product-list.scss */
  .products-grid .product-info .product-label {
    min-height: initial;
    margin: 0px 0 10px;
  }
}
/* Filter Range slider */
/* line 1509, ../scss/module/_product-list.scss */
#narrow-by-list .price-slider-wrapper {
  padding: 15px 20px 40px;
}
/* line 1511, ../scss/module/_product-list.scss */
#narrow-by-list .price-slider-wrapper .price-low {
  float: left;
}
/* line 1514, ../scss/module/_product-list.scss */
#narrow-by-list .price-slider-wrapper .price-high {
  float: right;
}
/* line 1517, ../scss/module/_product-list.scss */
#narrow-by-list .price-slider-wrapper .price-low, #narrow-by-list .price-slider-wrapper .price-high {
  position: relative;
  left: 0;
  top: 13px;
}
/* line 1522, ../scss/module/_product-list.scss */
#narrow-by-list .price-slider-wrapper .price-high {
  /*margin-left:-20px;*/
  left: 0;
}

/* line 1527, ../scss/module/_product-list.scss */
#narrow-by-list .range-slider {
  background: #eee;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 4px;
  margin: 0;
}
/* line 1536, ../scss/module/_product-list.scss */
#narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-handle {
  background: #333;
  border: 0;
  border-radius: 10px;
  height: 14px;
  margin-left: -6px;
  top: -4px;
  width: 14px;
}
/* line 1545, ../scss/module/_product-list.scss */
#narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-handle.ui-state-hover, #narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-handle.ui-state-active, #narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-handle.ui-state-focus {
  color: #333;
}
/* line 1548, ../scss/module/_product-list.scss */
#narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-handle .price-high {
  text-align: right;
  display: inline-block;
  float: right;
}
/* line 1554, ../scss/module/_product-list.scss */
#narrow-by-list .range-slider.ui-slider-horizontal .ui-slider-range {
  background: #cfcfcf;
  height: 4px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  /* line 1562, ../scss/module/_product-list.scss */
  .container_12.has_category_img {
    margin: -210px auto 0px;
  }
  /* line 1566, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title h1 {
    font: normal 52px/58px proxima_nova_thextrabold, Arial;
    color: #fff;
  }
  /* line 1570, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title p {
    font: normal 13px/18px open_sansregular, Arial;
    color: #fff;
    width: 48%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1579, ../scss/module/_product-list.scss */
  .container_12.has_category_img {
    margin: -200px auto 0px;
  }
  /* line 1583, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title h1 {
    font: normal 32px/58px proxima_nova_thextrabold, Arial;
    color: #fff;
  }
  /* line 1587, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title p {
    font: normal 11px/15px open_sansregular, Arial;
    color: #fff;
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1596, ../scss/module/_product-list.scss */
  .container_12.has_category_img {
    margin: 0;
    padding: 0 0 33px 0;
  }
  /* line 1601, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title h1 {
    font: normal 24px/30px proxima_nova_rgbold, Arial;
    color: #333333;
  }
  /* line 1605, ../scss/module/_product-list.scss */
  .container_12.has_category_img .category-title p {
    font: normal 12px/18px open_sansregular, Arial;
    color: #848484;
    width: 100%;
  }
}
/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 8, ../scss/module/_catalog-product.scss */
.product-view .product-essential {
  border-bottom: 1px solid #ededed;
  padding-bottom: 30px;
}
/* line 12, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings {
  float: right;
  clear: both;
}
/* line 15, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  float: right;
  margin: 10px 0 0 0;
}
/* line 19, ../scss/module/_catalog-product.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
/* line 25, ../scss/module/_catalog-product.scss */
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
/* line 29, ../scss/module/_catalog-product.scss */
.product-view .product_header_info {
  margin: 17px auto;
}
/* line 31, ../scss/module/_catalog-product.scss */
.product-view .product_header_info .brands {
  font: normal 16px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  color: #848484;
  text-transform: uppercase;
}
/* line 36, ../scss/module/_catalog-product.scss */
.product-view .product_header_info .extra-info div {
  float: right;
}
/* line 39, ../scss/module/_catalog-product.scss */
.product-view .product_header_info .ratings div {
  float: left;
}
/* line 43, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #e66228;
  margin-bottom: 10px;
  border: 0;
}
/* line 50, ../scss/module/_catalog-product.scss */
.product-view .product-shop {
  padding-left: 38px;
}
/* line 52, ../scss/module/_catalog-product.scss */
.product-view .product-shop h3 {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.8px;
}
/* line 57, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name {
  display: none;
  float: left;
}
/* line 61, ../scss/module/_catalog-product.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
/* line 66, ../scss/module/_catalog-product.scss */
.product-view .product-shop .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
}
/* line 71, ../scss/module/_catalog-product.scss */
.product-view .product-shop .short-description {
  margin-bottom: 10px;
  clear: both;
}
/* line 76, ../scss/module/_catalog-product.scss */
.product-view .product-shop .ratings {
  margin-bottom: 8px;
}
/* line 80, ../scss/module/_catalog-product.scss */
.product-view .product-shop .availability {
  font-size: 16px;
}
/* line 85, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
}
/* line 89, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
/* line 96, ../scss/module/_catalog-product.scss */
.product-view .product-essential .price-info {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
  margin-bottom: 25px;
  overflow: hidden;
}
/* line 107, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info .price-box {
  float: left;
}
/* line 109, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info .price-box .regular-price .price {
  font-size: 28px;
  line-height: normal;
}
/* line 114, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info .add-price.price {
  float: right;
  font-size: 18px;
  margin-top: 5px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-decoration: line-through;
}
/* line 121, ../scss/module/_catalog-product.scss */
.product-view .product-shop .price-info .saved-amt.price {
  color: #e66228;
  text-transform: uppercase;
  width: 100%;
  clear: both;
  font-size: 20px;
}
/* line 131, ../scss/module/_catalog-product.scss */
.product-view .offer-des, .product-view .add-to-cart-wrapper {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
}
/* line 135, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-wrapper {
  padding: 0 0 25px 0;
  float: left;
  width: 100%;
}
/* line 140, ../scss/module/_catalog-product.scss */
.product-view .offer-des {
  float: left;
  color: #848484;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 15px;
  width: 100%;
  clear: both;
}
/* line 147, ../scss/module/_catalog-product.scss */
.product-view .offer-des li {
  margin-bottom: 10px;
}
/* line 149, ../scss/module/_catalog-product.scss */
.product-view .offer-des li span {
  float: right;
}
/* line 151, ../scss/module/_catalog-product.scss */
.product-view .offer-des li span a {
  color: #e66228;
}
/* line 154, ../scss/module/_catalog-product.scss */
.product-view .offer-des li span span {
  float: none;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat no-repeat -64px -59px;
  width: 7px;
  height: 15px;
  display: inline-block;
  margin-left: 5px;
}
/* line 164, ../scss/module/_catalog-product.scss */
.product-view .offer-des .offer-title {
  font-family: proxima_nova_ltsemibold, "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 0;
  font-size: 20px;
  color: #e66228;
}
/* line 169, ../scss/module/_catalog-product.scss */
.product-view .offer-des .offer-title span {
  font-size: 13px;
  margin-top: 7px;
}
/* line 179, ../scss/module/_catalog-product.scss */
.product-view .old-price .price-label {
  display: none;
}
/* line 183, ../scss/module/_catalog-product.scss */
.product-view p {
  color: #848484;
}
/* line 185, ../scss/module/_catalog-product.scss */
.product-view p.short-des {
  font-size: 16px;
  text-transform: uppercase;
  font-family: proxima_nova_rgregular, "Helvetica Neue", Verdana, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 21px;
}
/* line 192, ../scss/module/_catalog-product.scss */
.product-view p.no-rating {
  margin-bottom: 15px;
}
/* line 196, ../scss/module/_catalog-product.scss */
.product-view .recently-viewed-block {
  padding: 0;
}

/* line 199, ../scss/module/_catalog-product.scss */
.offer-short, .exclusive, .new_product, .limited_edition, .wdf_exclusive {
  height: 21px;
  line-height: 21px;
  margin: auto;
  padding: 0 8px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
}

/* line 208, ../scss/module/_catalog-product.scss */
.offer-short {
  border: 1px solid #c3011c;
  color: #c3011c;
}

/* line 212, ../scss/module/_catalog-product.scss */
.exclusive {
  border: 1px solid #0e4387;
  color: #0e4387;
}

/* line 216, ../scss/module/_catalog-product.scss */
.new_product {
  border: 1px solid #117e85;
  color: #117e85;
}

/* line 220, ../scss/module/_catalog-product.scss */
.limited_edition {
  border: 1px solid #9355cc;
  color: #9355cc;
}

/* line 224, ../scss/module/_catalog-product.scss */
.wdf_exclusive {
  background-position: -371px -250px;
}

/* line 228, ../scss/module/_catalog-product.scss */
.pdp_bottom_full {
  border-bottom: 1px solid #ededed;
  margin: 0px 0 40px;
}
/* line 231, ../scss/module/_catalog-product.scss */
.pdp_bottom_full .product-collateral, .pdp_bottom_full .pdp_bottom_right {
  padding: 36px 0 40px 0;
}
/* line 234, ../scss/module/_catalog-product.scss */
.pdp_bottom_full .pdp_bottom_right {
  border-left: 1px solid #ededed;
  margin-left: -1px;
}

/* line 240, ../scss/module/_catalog-product.scss */
.pdp_bottom h2 {
  margin-bottom: 19px;
  font: normal 20px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  color: #606060;
  letter-spacing: 1px;
}
/* line 245, ../scss/module/_catalog-product.scss */
.pdp_bottom h2 strong {
  font-family: "proxima_nova_ltsemibold", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #000;
}
/* line 250, ../scss/module/_catalog-product.scss */
.pdp_bottom h3 {
  font-size: 14px;
  margin-bottom: 14px;
  letter-spacing: 0.9px;
}
/* line 254, ../scss/module/_catalog-product.scss */
.pdp_bottom h3.reviw_title {
  font-size: 20px;
  margin-bottom: 10px;
}
/* line 259, ../scss/module/_catalog-product.scss */
.pdp_bottom .offersflag {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
/* line 263, ../scss/module/_catalog-product.scss */
.pdp_bottom .offersflag h3 {
  display: none;
}
/* line 266, ../scss/module/_catalog-product.scss */
.pdp_bottom .offersflag ul li {
  float: left;
  margin-right: 10px;
}
/* line 271, ../scss/module/_catalog-product.scss */
.pdp_bottom .pdp_bottom_right {
  padding-left: 38px;
}
/* line 274, ../scss/module/_catalog-product.scss */
.pdp_bottom .std.tasting_notes {
  margin-top: 30px;
}
/* line 277, ../scss/module/_catalog-product.scss */
.pdp_bottom .std, .pdp_bottom .attr-data {
  color: #848484;
  font-family: open_sansregular, Arial, Helvetica, sans-serif;
}
/* line 281, ../scss/module/_catalog-product.scss */
.pdp_bottom .description, .pdp_bottom .additional, .pdp_bottom .reviews {
  padding-right: 24px;
}
/* line 284, ../scss/module/_catalog-product.scss */
.pdp_bottom .description {
  margin-bottom: 14px;
}
/* line 287, ../scss/module/_catalog-product.scss */
.pdp_bottom .additional {
  border-bottom: 1px solid #ededed;
  margin-left: -999px;
  padding-left: 999px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
/* line 294, ../scss/module/_catalog-product.scss */
.pdp_bottom .additional h3 {
  margin-bottom: 1px;
}
/* line 297, ../scss/module/_catalog-product.scss */
.pdp_bottom .additional ul li {
  width: 50%;
  float: left;
  margin-top: 10px;
}
/* line 304, ../scss/module/_catalog-product.scss */
.pdp_bottom .reviews h3 {
  font-size: 20px;
}
/* line 308, ../scss/module/_catalog-product.scss */
.pdp_bottom .comments {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 313, ../scss/module/_catalog-product.scss */
.pdp_bottom .reseve-collect-block {
  border-bottom: 1px solid #ededed;
  margin: 0 -0px 37px -38px;
  padding: 0 0px 37px 38px;
  overflow: hidden;
}
/* line 318, ../scss/module/_catalog-product.scss */
.pdp_bottom .reseve-collect-block h3 {
  margin-bottom: 19px;
}
/* line 321, ../scss/module/_catalog-product.scss */
.pdp_bottom .reseve-collect-block p a {
  margin-top: 20px;
  white-space: normal;
  display: block;
  clear: both;
}
/* line 331, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency_ul li .currency_USD {
  background-position: -252px -304px;
}
/* line 334, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency_ul li .currency_RUB {
  background-position: -300px -304px;
}
/* line 337, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency_ul li .currency_CNY {
  background-position: -348px -304px;
}
/* line 340, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency_ul li .currency_JPY {
  background-position: -395px -304px;
}
/* line 346, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert ul {
  margin-top: 40px;
}
/* line 348, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert ul li {
  margin-bottom: 10px;
  vertical-align: top;
}
/* line 351, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert ul li span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -205px -304px;
  display: inline-block;
  width: 27px;
  height: 17px;
  margin-right: 18px;
}
/* line 357, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert ul li span.currency_GBP {
  background-position: -447px -304px;
}
/* line 363, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert ul .eur span {
  background-position: -205px -304px;
}
/* line 367, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert .currency {
  margin-top: 15px;
}
/* line 369, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert .currency .select2-container {
  width: 100%;
}
/* line 371, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert .currency .select2-container .select2-choice {
  padding: 8px 12px;
}
/* line 374, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert .currency .select2-container .select2-choice .select2-arrow b {
  background-position: -8px -574px;
}
/* line 380, ../scss/module/_catalog-product.scss */
.pdp_bottom .currency-convert .currency_loader, .pdp_bottom .currency-convert #currency_value {
  margin-top: 10px;
  font-size: 18px;
}

/* line 389, ../scss/module/_catalog-product.scss */
.global-popup {
  padding: 45px;
  position: relative;
  background: #FFF;
  top: 145px;
  left: auto;
  max-width: 920px;
  width: 500px;
  margin: auto;
  z-index: 9999;
  overflow: hidden;
}
/* line 401, ../scss/module/_catalog-product.scss */
.global-popup .container_12, .global-popup .grid_12 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 408, ../scss/module/_catalog-product.scss */
.global-popup h4 {
  font-size: 20px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
/* line 414, ../scss/module/_catalog-product.scss */
.global-popup .cart-success h4 {
  color: #e66228;
  border-bottom: 1px solid #ededed;
}
/* line 418, ../scss/module/_catalog-product.scss */
.global-popup .popup-close {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -196px -332px;
  width: 35px;
  height: 35px;
  margin: 10px 10px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
}
/* line 428, ../scss/module/_catalog-product.scss */
.global-popup p {
  color: #848484;
  margin: 21px 0 26px;
}
/* line 434, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .field {
  float: left;
  width: 250px;
  margin-right: 25px;
  margin-bottom: 20px;
}
/* line 439, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .field input[type=text] {
  padding: 16px 10px;
  height: 60px;
  border: 1px solid #e5e5e5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 439, ../scss/module/_catalog-product.scss */
  .global-popup #popup-flight-data .field input[type=text] {
    height: 48px;
  }
}
/* line 448, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .field.pop-time label {
  width: 100%;
}
/* line 454, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .select2-container {
  width: 45%;
  margin: 0 4% 0 0;
}
/* line 457, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .select2-container:first-child {
  margin-left: 0;
}
/* line 460, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .select2-container .select2-choice {
  width: 100%;
}
/* line 464, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .depart-hr {
  width: 50%;
  float: left;
  padding-right: 15px;
}
/* line 468, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .depart-hr .select2-container {
  width: 100%;
}
/* line 472, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .depart-min {
  width: 50%;
  float: left;
  padding-right: 15px;
}
/* line 476, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .pop-time .depart-min .select2-container {
  width: 100%;
}
/* line 481, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .select2-container {
  width: 100%;
}
/* line 483, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .select2-container .select2-choice {
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #e5e5e5;
}
/* line 487, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data .select2-container .select2-choice .select2-arrow b {
  background-position: -8px -490px;
}
/* line 492, ../scss/module/_catalog-product.scss */
.global-popup #popup-flight-data button {
  width: 190px;
  margin: auto;
  display: block;
  clear: both;
}
/* line 499, ../scss/module/_catalog-product.scss */
.global-popup .popup_change_flight {
  color: #e66228;
  text-decoration: underline;
  margin-top: 25px;
  display: inline-block;
}
/* line 504, ../scss/module/_catalog-product.scss */
.global-popup .popup_change_flight span {
  display: inline-block;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -64px -58px;
  width: 8px;
  height: 15px;
  margin-left: 5px;
}
/* line 514, ../scss/module/_catalog-product.scss */
.global-popup .cart-success .button + .button {
  margin-left: 24px;
  margin-top: 0;
}
/* line 518, ../scss/module/_catalog-product.scss */
.global-popup .cart-success .success-detail {
  margin-bottom: 20px;
}
/* line 525, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell h5 {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
/* line 531, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell ul {
  margin: 0;
}
/* line 534, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell li {
  margin: 0 0px !important;
  text-align: center;
}
/* line 537, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell li h3 {
  font-size: 12px;
}
/* line 541, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell .bx-controls-direction .bx-prev {
  left: -30px;
}
/* line 544, ../scss/module/_catalog-product.scss */
.global-popup .popup-upsell .bx-controls-direction .bx-next {
  right: -30px;
}
/* line 548, ../scss/module/_catalog-product.scss */
.global-popup h2.product-name, .global-popup .price-box .price {
  font-size: 14px;
}
/* line 554, ../scss/module/_catalog-product.scss */
.global-popup .price-pop.grid_1 {
  width: 70px;
  margin-right: 0px;
  text-align: right;
}
/* line 559, ../scss/module/_catalog-product.scss */
.global-popup .input-box {
  margin-bottom: 18px;
}
/* line 561, ../scss/module/_catalog-product.scss */
.global-popup .input-box input {
  margin-bottom: 0;
}
/* line 566, ../scss/module/_catalog-product.scss */
.global-popup .additional-row a {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -84px -309px;
  border: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
}
/* line 579, ../scss/module/_catalog-product.scss */
.global-popup .button-set .button + .button {
  margin-top: 0;
}

@media only screen and (max-width: 850px) {
  /* line 594, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }
  /* line 598, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 609, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  /* line 619, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  /* line 623, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 636, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  /* line 640, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }
}
/* line 651, ../scss/module/_catalog-product.scss */
.product-img-box .product-name h1 {
  border: 0;
}
/* line 656, ../scss/module/_catalog-product.scss */
.product-img-box .product-image {
  margin-bottom: 10px;
}
/* line 660, ../scss/module/_catalog-product.scss */
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}

@media only screen and (max-width: 479px) {
  /* line 674, ../scss/module/_catalog-product.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }
}
/* line 679, ../scss/module/_catalog-product.scss */
.product-image-gallery {
  position: relative;
}
/* line 682, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 685, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 688, ../scss/module/_catalog-product.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
/* line 3, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 14, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 20, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery:after {
  background-image: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading {
  position: relative;
}
/* line 30, ../scss/mixin/_loading-overlay.scss */
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

/* line 698, ../scss/module/_catalog-product.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 701, ../scss/module/_catalog-product.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 704, ../scss/module/_catalog-product.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

/* line 711, ../scss/module/_catalog-product.scss */
.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

/* line 715, ../scss/module/_catalog-product.scss */
.product-view {
  /* Set a min-height so that the floated elements break appropriately */
}
/* line 718, ../scss/module/_catalog-product.scss */
.product-view .button span .icon {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -149px -250px;
}
/* line 721, ../scss/module/_catalog-product.scss */
.product-view .button.btn-cart span {
  display: inline-block;
}
/* line 724, ../scss/module/_catalog-product.scss */
.product-view .button.btn-cart span {
  position: relative;
}
/* line 727, ../scss/module/_catalog-product.scss */
.product-view .button.btn-cart span span {
  padding-left: 20px;
}
/* line 730, ../scss/module/_catalog-product.scss */
.product-view .button.btn-cart span span:before {
  position: absolute;
  left: 0;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -113px -32px;
  content: "";
  width: 12px;
  height: 15px;
  display: inline-block;
}
/* line 741, ../scss/module/_catalog-product.scss */
.product-view .button.link-wishlist {
  position: relative;
}
/* line 744, ../scss/module/_catalog-product.scss */
.product-view .button.link-wishlist span {
  position: relative;
}
/* line 747, ../scss/module/_catalog-product.scss */
.product-view .button.link-wishlist span span {
  padding-left: 20px;
}
/* line 750, ../scss/module/_catalog-product.scss */
.product-view .button.link-wishlist span span:before {
  position: absolute;
  left: 0;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -464px -169px;
  content: "";
  width: 14px;
  height: 15px;
  display: inline-block;
}
/* line 759, ../scss/module/_catalog-product.scss */
.product-view .button.link-wishlist .icon {
  display: none;
}
/* line 764, ../scss/module/_catalog-product.scss */
.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
/* line 771, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
/* line 777, ../scss/module/_catalog-product.scss */
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
/* line 783, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .button,
.product-view .button.link-wishlist {
  padding: 19px 15px 17px;
}
/* line 787, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
  width: 110px;
}
/* line 794, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
/* line 798, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 43px;
  border: 0;
}
/* line 806, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
/* line 810, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 145px;
}
/* line 816, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 150px;
  margin: 0 auto;
}
/* line 821, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
/* line 826, ../scss/module/_catalog-product.scss */
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
/* line 836, ../scss/module/_catalog-product.scss */
.product-view .select2-container .select2-choice {
  color: #848484;
}

@media only screen and (max-width: 479px) {
  /* line 843, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  /* line 847, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 862, ../scss/module/_catalog-product.scss */
.add-to-box .or {
  display: none;
}

/* line 867, ../scss/module/_catalog-product.scss */
.product-view .add-to-links:after {
  content: '';
  display: table;
  clear: both;
}

/* line 872, ../scss/module/_catalog-product.scss */
.product-view .sharing-links, .success_page_con .what-next-block .succes_share {
  float: left;
}
/* line 875, ../scss/module/_catalog-product.scss */
.product-view .sharing-links:after, .success_page_con .what-next-block .succes_share:after {
  content: '';
  display: table;
  clear: both;
}
/* line 879, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li, .success_page_con .what-next-block .succes_share li {
  float: left;
  padding: 0px 7px;
}
/* line 882, ../scss/module/_catalog-product.scss */
.product-view .sharing-links li:first-child, .success_page_con .what-next-block .succes_share li:first-child {
  padding: 5px 10px 0 0;
}
/* line 887, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a, .success_page_con .what-next-block .succes_share a {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -149px -250px;
  display: block;
  width: 29px;
  height: 29px;
  text-decoration: none;
}
/* line 893, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a:hover, .success_page_con .what-next-block .succes_share a:hover {
  opacity: 0.8;
}
/* line 896, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-wishlist, .success_page_con .what-next-block .succes_share a.link-wishlist {
  background-position: 0px -225px;
}
/* line 899, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-compare, .success_page_con .what-next-block .succes_share a.link-compare {
  background-position: 0px -250px;
}
/* line 902, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-email-friend, .success_page_con .what-next-block .succes_share a.link-email-friend {
  background-position: -152px -161px;
}
/* line 905, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-facebook, .success_page_con .what-next-block .succes_share a.link-facebook {
  background-position: -194px -161px;
}
/* line 908, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-twitter, .success_page_con .what-next-block .succes_share a.link-twitter {
  background-position: -238px -161px;
}
/* line 911, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-pinterest, .success_page_con .what-next-block .succes_share a.link-pinterest {
  background-position: -280px -161px;
}
/* line 914, ../scss/module/_catalog-product.scss */
.product-view .sharing-links a.link-instagram, .success_page_con .what-next-block .succes_share a.link-instagram {
  background-position: -322px -161px;
}

@media only screen and (max-width: 599px) {
  /* line 921, ../scss/module/_catalog-product.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 929, ../scss/module/_catalog-product.scss */
.product-collateral {
  clear: both;
}

/* line 935, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2 {
  display: none;
}
/* line 937, ../scss/module/_catalog-product.scss */
.collateral-tabs dd h2.product-name {
  display: block;
}

/* line 944, ../scss/module/_catalog-product.scss */
.box-collateral {
  clear: both;
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

/* line 950, ../scss/module/_catalog-product.scss */
.catalog-product-view .recently_viwed {
  border: 0px;
  padding: 0 0 40px 0;
}

/* line 3, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #CCCCCC;
  background-color: #e5e4e3;
}
/* line 10, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li {
  float: left;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
}
/* line 15, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li > span {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  bottom: -1px;
}
/* line 29, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current {
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
/* line 33, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current > span {
  background-color: #FFFFFF;
  z-index: 5;
}
/* line 39, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li.current span,
.product-collateral .toggle-tabs li:hover span {
  color: #e66228;
}
/* line 44, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs li:first-child {
  border-left: none;
}
/* line 48, ../scss/mixin/_toggle-content.scss */
.product-collateral .toggle-tabs:after {
  content: '';
  display: table;
  clear: both;
}
/* line 53, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl {
  width: 100%;
}
/* line 56, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dt {
  display: none;
}
/* line 60, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd {
  width: 100%;
  display: none;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-top: 0;
}
/* line 68, ../scss/mixin/_toggle-content.scss */
.product-collateral > dl > dd.current {
  display: block;
}

/* line 960, ../scss/module/_catalog-product.scss */
.search-title span {
  font-family: proxima_nova_rgregular, Arial;
  font-weight: normal;
}
/* line 963, ../scss/module/_catalog-product.scss */
.search-title span span {
  color: #e66228;
}

/* line 968, ../scss/module/_catalog-product.scss */
.allsearch-wrapper {
  margin: 0;
}
/* line 971, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .toggle-tabs {
  background: #fff;
  border: 0;
  margin: 0 auto;
  width: 972px;
}
/* line 976, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .toggle-tabs li {
  border: 1px solid #e5e4e3;
  border-bottom: 0;
}
/* line 979, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .toggle-tabs li.current {
  border-bottom: 0;
  border-color: #e5e4e3;
}
/* line 983, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .toggle-tabs li:first-child {
  border-left: 1px solid #e5e4e3;
  border-right: 0;
}
/* line 987, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .toggle-tabs li span {
  letter-spacing: .5px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  width: 210px;
}
/* line 998, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .form-search {
  display: none;
}
/* line 1000, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .collateral-tabs + .tab-container {
  border-top: 1px solid #e5e4e3;
  padding: 40px 0 0;
}
/* line 1002, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .tab-container .category-products .note-msg,
.allsearch-wrapper .tab-container .content-results .tab-content .note-msg {
  margin: 0 0 250px;
}
/* line 1005, ../scss/module/_catalog-product.scss */
.allsearch-wrapper dl > dd {
  border: 0;
  padding: 40px 0 0;
}
/* line 1009, ../scss/module/_catalog-product.scss */
.allsearch-wrapper dl > dd .category-products {
  overflow: hidden;
}
/* line 1011, ../scss/module/_catalog-product.scss */
.allsearch-wrapper dl > dd .view-more-block {
  padding: 40px 0 60px;
  text-align: center;
}
/* line 1015, ../scss/module/_catalog-product.scss */
.allsearch-wrapper dl > dd .view-more-block .button {
  display: inline-block;
  margin: 0 20px;
  width: 207px;
}
/* line 1016, ../scss/module/_catalog-product.scss */
.allsearch-wrapper dl > dd .view-more-block .list_view_more {
  margin: 0;
}
/* line 1020, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .category-products, .allsearch-wrapper .content-results {
  overflow: hidden;
}
/* line 1024, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .category-products .view-more-block, .allsearch-wrapper .content-results .view-more-block {
  display: block;
  padding: 40px 0 60px;
  text-align: center;
}
/* line 1029, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .category-products .view-more-block .button, .allsearch-wrapper .content-results .view-more-block .button {
  display: inline-block;
  margin: 0 20px;
  width: 207px;
}
/* line 1030, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .category-products .view-more-block .list_view_more, .allsearch-wrapper .content-results .view-more-block .list_view_more {
  margin: 0;
}
/* line 1035, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li {
  float: left;
  margin: 0;
  width: 50%;
}
/* line 1040, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li:nth-child(odd) {
  border-right: 1px solid #e5e4e3;
}
/* line 1043, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li:nth-child(odd) .cms-content-wrapper {
  margin-right: 48px;
}
/* line 1048, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li:nth-child(even) .cms-content-wrapper {
  margin-left: 48px;
}
/* line 1052, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li .cms-content-wrapper {
  border-bottom: 1px solid #e5e4e3;
  margin: 24px 24px 0;
  min-height: 150px;
  padding: 0 0 24px;
}
/* line 1058, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li .cms-content-wrapper .cms-img-link {
  display: block;
  margin: 0 0 10px;
}
/* line 1062, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .cms-pages-grid li .cms-content-wrapper .cms-img-link img {
  max-height: 197px;
}
/* line 1069, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block {
  border-top: 1px solid #e5e4e3;
  padding: 50px 0 80px;
}
/* line 1073, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .block-title h2 {
  color: #606060;
  font: normal 20px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  padding: 0 0 44px;
}
/* line 1078, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .block-title strong {
  color: #000;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 20px;
}
/* line 1084, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .block-title + h3 {
  font-size: 14px;
}
/* line 1088, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .terminal-des {
  padding: 20px 0 30px;
}
/* line 1090, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .terminal-des p {
  color: #848484;
  font: normal 13px/21px open_sansregular, Arial;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
/* line 1101, ../scss/module/_catalog-product.scss */
.allsearch-wrapper .content-results .terminal-block .buttons-set {
  margin: 10px auto 0;
  width: 408px;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 1111, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .toggle-tabs {
    width: 720px;
  }
  /* line 1115, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li .cms-content-wrapper {
    min-height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1123, ../scss/module/_catalog-product.scss */
  .page-title .search-title {
    text-align: center;
  }

  /* line 1126, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper.product-collateral {
    margin: 0;
  }
  /* line 1129, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .toggle-tabs {
    width: 100%;
  }
  /* line 1131, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .toggle-tabs li {
    text-align: center;
    width: 50%;
  }
  /* line 1134, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .toggle-tabs li.last {
    border-right: 0;
  }
  /* line 1137, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .toggle-tabs li span {
    height: auto;
    line-height: 15px;
    padding: 10px 30px;
    width: 100%;
  }
  /* line 1146, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .tab-container .category-products .note-msg,
  .allsearch-wrapper .tab-container .content-results .tab-content .note-msg {
    text-align: center;
  }
  /* line 1152, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper dl > dd .view-more-block {
    padding: 20px 12px 0;
  }
  /* line 1154, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper dl > dd .view-more-block .button {
    margin: 0 0 20px;
    width: 100%;
  }
  /* line 1155, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper dl > dd .view-more-block .list_view_more {
    margin-bottom: 15px;
  }
  /* line 1159, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .category-products .view-more-block, .allsearch-wrapper .content-results .view-more-block {
    padding: 20px 12px 0;
  }
  /* line 1161, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .category-products .view-more-block .button, .allsearch-wrapper .content-results .view-more-block .button {
    margin: 0 0 20px;
    width: 100%;
  }
  /* line 1162, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .category-products .view-more-block .list_view_more, .allsearch-wrapper .content-results .view-more-block .list_view_more {
    margin-bottom: 15px;
  }
  /* line 1165, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid {
    margin: 0 -1%;
  }
  /* line 1167, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li {
    float: none;
    width: 100%;
  }
  /* line 1171, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li:first-child .cms-content-wrapper {
    padding-top: 0;
  }
  /* line 1174, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li:nth-child(odd) {
    border-right: 0;
  }
  /* line 1175, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li .cms-content-wrapper {
    margin: 0;
    padding: 30px 12px;
  }
  /* line 1178, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li .cms-content-wrapper h4 {
    padding: 0 0 10px;
  }
  /* line 1181, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li .cms-content-wrapper .cms-img-link {
    text-align: center;
  }
  /* line 1185, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li:nth-child(odd) .cms-content-wrapper {
    margin-right: 0;
  }
  /* line 1188, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .cms-pages-grid li:nth-child(even) .cms-content-wrapper {
    margin-left: 0;
  }
  /* line 1195, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block {
    padding: 30px 0;
    text-align: center;
  }
  /* line 1199, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .block-title h2 {
    padding: 0 0 30px;
  }
  /* line 1203, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .whatson-wdf > li span {
    padding: 15px 0;
  }
  /* line 1206, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .terminal-des {
    padding: 15px 0;
  }
  /* line 1208, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .terminal-des p {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  /* line 1217, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .buttons-set {
    width: 100%;
  }
  /* line 1218, ../scss/module/_catalog-product.scss */
  .allsearch-wrapper .content-results .terminal-block .buttons-set .button {
    border-width: 1px;
  }
}
/*@include bp(max-width, $bp-medium) {

    .product-collateral {
        @include accordion;
        @include accordionCollapse;
    }
}*/
@media only screen and (max-width: 767px) {
  /* line 1236, ../scss/module/_catalog-product.scss */
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1250, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 1253, ../scss/module/_catalog-product.scss */
  .product-img-box .product-name {
    display: none;
  }
}
/* line 1259, ../scss/module/_catalog-product.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 1266, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid #C0C0C0;
}
/* line 1270, ../scss/module/_catalog-product.scss */
#product-attribute-specs-table th {
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 1280, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper {
  border: solid 1px #C0C0C0;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
/* line 1286, ../scss/module/_catalog-product.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 479px) {
  /* line 1280, ../scss/module/_catalog-product.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}

/* line 1295, ../scss/module/_catalog-product.scss */
.grouped-items-table .name-wrapper {
  color: #e66228;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 1300, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 1304, ../scss/module/_catalog-product.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 1308, ../scss/module/_catalog-product.scss */
.grouped-items-table td {
  padding: 4px;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 1316, ../scss/module/_catalog-product.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}

/* line 1321, ../scss/module/_catalog-product.scss */
.product-options dt:first-child {
  margin-top: 0;
}

/* line 1325, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}

/* line 1330, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}

/* line 1334, ../scss/module/_catalog-product.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}

/* line 1338, ../scss/module/_catalog-product.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}

/* line 1343, ../scss/module/_catalog-product.scss */
.qty_options {
  overflow: hidden;
  margin-bottom: 11px;
}
/* line 1346, ../scss/module/_catalog-product.scss */
.qty_options .add-to-cart {
  width: 110px;
  float: left;
  margin-right: 21px;
}
/* line 1351, ../scss/module/_catalog-product.scss */
.qty_options .product-options {
  width: 207px;
  float: left;
}
/* line 1355, ../scss/module/_catalog-product.scss */
.qty_options .select2-container {
  width: 100%;
}
/* line 1358, ../scss/module/_catalog-product.scss */
.qty_options .select2-container a {
  padding: 8px 20px 7px;
}
/* line 1360, ../scss/module/_catalog-product.scss */
.qty_options .select2-container a .select2-arrow b {
  background-position: -8px -576px;
}

/* line 1366, ../scss/module/_catalog-product.scss */
.product-shop .qty_options .select2-container a {
  height: 43px;
  line-height: 26px;
}

/* line 1371, ../scss/module/_catalog-product.scss */
.product-options {
  position: relative;
}
/* line 1373, ../scss/module/_catalog-product.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
}
/* line 1377, ../scss/module/_catalog-product.scss */
.product-options .color-container-container {
  margin-left: -16px;
}
/* line 1380, ../scss/module/_catalog-product.scss */
.product-options .color-selection {
  margin: 20px 0 0px 0px;
  padding-bottom: 26px;
  min-width: 355px;
}
/* line 1384, ../scss/module/_catalog-product.scss */
.product-options .color-selection li {
  float: left;
  margin: 0 0px 13px 12px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 1px;
}
/* line 1390, ../scss/module/_catalog-product.scss */
.product-options .color-selection li div {
  width: 28px;
  height: 28px;
}
/* line 1394, ../scss/module/_catalog-product.scss */
.product-options .color-selection li.selected {
  border: 1px solid #000;
}
/* line 1399, ../scss/module/_catalog-product.scss */
.product-options .color-option-control {
  position: absolute;
  top: 0;
  right: 17px;
  color: #848484;
}
/* line 1404, ../scss/module/_catalog-product.scss */
.product-options .color-option-control #page_num {
  padding-left: 25px;
}
/* line 1409, ../scss/module/_catalog-product.scss */
.product-options .color-option .bx-controls-direction .bx-prev {
  background-position: -86px -88px;
  width: 10px;
  height: 10px;
  opacity: 1;
  right: 40px;
  top: 4px;
  left: auto !important;
  cursor: pointer;
}
/* line 1419, ../scss/module/_catalog-product.scss */
.product-options .color-option .bx-controls-direction .bx-next {
  background-position: -75px -88px;
  opacity: 1;
  width: 10px;
  height: 10px;
  top: 4px;
  right: 0;
  cursor: pointer;
}
/* line 1428, ../scss/module/_catalog-product.scss */
.product-options .color-option .bx-controls-direction .bx-next.disabled, .product-options .color-option .bx-controls-direction .bx-prev.disabled {
  display: none;
}

/* line 1435, ../scss/module/_catalog-product.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* line 1441, ../scss/module/_catalog-product.scss */
.product-options dd .input-text {
  width: 98%;
}

/* line 1445, ../scss/module/_catalog-product.scss */
.product-options dd .input-box {
  padding-top: 0;
}

/* line 1449, ../scss/module/_catalog-product.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}

/* line 1453, ../scss/module/_catalog-product.scss */
.product-options dd .time-picker {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 2px 0;
  vertical-align: middle;
}

/* line 1459, ../scss/module/_catalog-product.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}

/* line 1464, ../scss/module/_catalog-product.scss */
.product-options dd select {
  width: 330px;
  max-width: 100%;
}

/* line 1469, ../scss/module/_catalog-product.scss */
.product-options ul.options-list {
  margin-right: 5px;
}

/* line 1473, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 1478, ../scss/module/_catalog-product.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}

/* line 1482, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}

/* line 1488, ../scss/module/_catalog-product.scss */
.product-options ul.options-list .label {
  display: block;
}

/* line 1492, ../scss/module/_catalog-product.scss */
.product-options ul.options-list label {
  font-weight: normal;
}

/* line 1496, ../scss/module/_catalog-product.scss */
.product-options p.note {
  margin: 0;
  font-size: 11px;
}

/* line 1502, ../scss/module/_catalog-product.scss */
.product-options-bottom:after {
  content: '';
  display: table;
  clear: both;
}

/* line 1506, ../scss/module/_catalog-product.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #333333;
}
@media only screen and (max-width: 479px) {
  /* line 1506, ../scss/module/_catalog-product.scss */
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
}

/* line 1525, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 1530, ../scss/module/_catalog-product.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #333333;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 1537, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 1545, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }
  /* line 1548, ../scss/module/_catalog-product.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 1554, ../scss/module/_catalog-product.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
/* line 1566, ../scss/module/_catalog-product.scss */
.block-related li {
  margin-bottom: 7px;
}
/* line 1570, ../scss/module/_catalog-product.scss */
.block-related .block-title {
  border-bottom: none;
}
/* line 1573, ../scss/module/_catalog-product.scss */
.block-related .block-title h2 {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* line 1579, ../scss/module/_catalog-product.scss */
.block-related .block-subtitle {
  margin-bottom: 7px;
  display: none;
}
/* line 1584, ../scss/module/_catalog-product.scss */
.block-related .product {
  margin-left: 20px;
  position: relative;
}
/* line 1588, ../scss/module/_catalog-product.scss */
.block-related .checkbox {
  float: left;
  margin-top: 36px;
}
/* line 1593, ../scss/module/_catalog-product.scss */
.block-related .product-details {
  margin-left: 90px;
}
/* line 1597, ../scss/module/_catalog-product.scss */
.block-related .product-name {
  margin-bottom: 3px;
}
/* line 1601, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 1604, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
/* line 1610, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
  margin-left: 0;
}
/* line 1614, ../scss/module/_catalog-product.scss */
.block-related .product-details .price-box:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1618, ../scss/module/_catalog-product.scss */
.block-related .link-wishlist {
  display: none;
}

/* -------------------------------------------- *
 * Upsell Products
 */
/* line 1627, ../scss/module/_catalog-product.scss */
.box-up-sell {
  margin-top: 20px;
}
/* line 1630, ../scss/module/_catalog-product.scss */
.box-up-sell .ratings {
  display: none;
}

/* line 1635, ../scss/module/_catalog-product.scss */
#review-form input[type=text] {
  margin-bottom: 0;
}

@media only screen and (min-width: 1021px) {
  /* line 1640, ../scss/module/_catalog-product.scss */
  .col1-layout .pdp_bottom_full .product-collateral {
    border-right: 1px solid #ededed;
    margin-right: 0px;
    width: 596px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1647, ../scss/module/_catalog-product.scss */
  .wrapper {
    width: 100%;
  }

  /* line 1648, ../scss/module/_catalog-product.scss */
  .breadcrumbs, .zoom {
    display: none;
  }

  /* line 1649, ../scss/module/_catalog-product.scss */
  .product-view .price-info {
    border: 0;
  }

  /* line 1652, ../scss/module/_catalog-product.scss */
  .product-view .product_header_info .extra-info, .product-view .offer-des li span {
    float: none;
    clear: both;
    overflow: hidden;
    width: 100%;
    left: auto;
  }

  /* line 1659, ../scss/module/_catalog-product.scss */
  .product-view .product_header_info .extra-info div {
    display: inline-block;
    float: none;
  }
  /* line 1660, ../scss/module/_catalog-product.scss */
  .product-view .product_header_info .extra-info div.offer-short {
    margin-top: 10px;
  }

  /* line 1666, ../scss/module/_catalog-product.scss */
  .product-view .product-essential {
    text-align: center;
  }

  /* line 1669, ../scss/module/_catalog-product.scss */
  .price-info {
    clear: both;
  }

  /* line 1672, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .offer-des h3 {
    color: #e66228;
  }

  /* line 1675, ../scss/module/_catalog-product.scss */
  .pdp_bottom_full .product-collateral, .pdp_bottom_full .pdp_bottom_right {
    padding: 0;
    overflow: hidden;
    text-align: center;
  }

  /* line 1680, ../scss/module/_catalog-product.scss */
  .pdp_bottom .pdp_bottom_title, .pdp_bottom .reseve-collect-block h3 {
    font: normal 12px "proxima_nova_ltsemibold", "Helvetica Neue", Verdana, Arial, sans-serif;
    border-bottom: 1px solid #ededed;
    margin: 0px;
    padding: 20px 0 20px 17px;
    position: relative;
    text-align: left;
    color: #000;
    cursor: pointer;
  }

  /* line 1690, ../scss/module/_catalog-product.scss */
  .pdp_bottom h3.reviw_title {
    font-size: 12px;
  }

  /* Adjacent buttons */
  /* line 1696, ../scss/module/_catalog-product.scss */
  .container_4 .pdp_bottom_detail_container .comments .comment_item {
    padding-right: 0;
  }
  /* line 1699, ../scss/module/_catalog-product.scss */
  .container_4 .pdp_bottom_detail_container .button {
    width: 100%;
  }
  /* line 1702, ../scss/module/_catalog-product.scss */
  .container_4 .pdp_bottom_detail_container textarea {
    border-color: #c5c5c5;
  }
  /* line 1705, ../scss/module/_catalog-product.scss */
  .container_4 .pdp_bottom_detail_container .rat-review .input-box {
    text-align: center;
  }
  /* line 1707, ../scss/module/_catalog-product.scss */
  .container_4 .pdp_bottom_detail_container .rat-review .input-box .star-to-rate {
    display: inline-block;
    float: none;
  }

  /* line 1714, ../scss/module/_catalog-product.scss */
  .pdp_bottom .pdp_bottom_title span, .pdp_bottom .reseve-collect-block h3 span {
    position: absolute;
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -258px -362px;
    display: block;
    width: 12px;
    height: 13px;
    right: 17px;
    top: 20px;
  }

  /* line 1723, ../scss/module/_catalog-product.scss */
  .pdp_bottom .pdp_bottom_title.active span, .pdp_bottom .reseve-collect-block h3.active span {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -306px -363px;
  }

  /* line 1727, ../scss/module/_catalog-product.scss */
  .pdp_bottom .additional {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  /* line 1731, ../scss/module/_catalog-product.scss */
  .pdp_bottom .reviews .section-content {
    border-bottom: 1px solid #ededed;
    margin-bottom: 0px;
    padding-bottom: 20px;
  }

  /* line 1736, ../scss/module/_catalog-product.scss */
  .pdp_bottom .pdp_bottom_title.active, .pdp_bottom .pdp_bottom_title.active strong {
    border-bottom: 0;
    color: #e66228;
  }

  /* line 1740, ../scss/module/_catalog-product.scss */
  .pdp_bottom_detail_container {
    display: none;
    padding: 0 17px;
  }

  /* line 1745, ../scss/module/_catalog-product.scss */
  #review-form .form-list > li {
    width: 100%;
  }

  /* line 1748, ../scss/module/_catalog-product.scss */
  .pdp_bottom_detail_container.active {
    display: block;
  }

  /* line 1751, ../scss/module/_catalog-product.scss */
  .currency-convert .pdp_bottom_detail_container {
    padding-bottom: 20px;
  }

  /* line 1754, ../scss/module/_catalog-product.scss */
  .pdp_bottom .reseve-collect-block {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  /* line 1759, ../scss/module/_catalog-product.scss */
  .pdp_bottom .reseve-collect-block .pdp_bottom_detail_container {
    padding: 0 0 20px;
    border-bottom: 1px solid #ededed;
  }

  /* line 1764, ../scss/module/_catalog-product.scss */
  .pdp_bottom_full {
    border-bottom: 0;
  }

  /* line 1767, ../scss/module/_catalog-product.scss */
  .pdp_bottom .offersflag ul li {
    margin-bottom: 10px;
  }

  /* line 1770, ../scss/module/_catalog-product.scss */
  .pdp_bottom .additional ul li {
    width: 50%;
  }

  /* line 1773, ../scss/module/_catalog-product.scss */
  .ratings-table .rating-box {
    margin: auto;
  }

  /* line 1777, ../scss/module/_catalog-product.scss */
  .reviews .section-content .comments {
    margin: 0;
    padding: 0;
  }
  /* line 1781, ../scss/module/_catalog-product.scss */
  .reviews .section-content button {
    margin: 5px auto;
    float: none;
    display: block;
  }
  /* line 1786, ../scss/module/_catalog-product.scss */
  .reviews .section-content .comment_item {
    padding-right: 0px;
  }
  /* line 1789, ../scss/module/_catalog-product.scss */
  .reviews .section-content .form-list {
    margin: auto;
    width: 98%;
  }
  /* line 1792, ../scss/module/_catalog-product.scss */
  .reviews .section-content .form-list li {
    float: none;
  }
  /* line 1796, ../scss/module/_catalog-product.scss */
  .reviews .section-content .rat-review .input-box .star-to-rate {
    display: inline-block;
    float: none;
  }

  /* line 1801, ../scss/module/_catalog-product.scss */
  .pdp_bottom .description, .pdp_bottom .additional, .pdp_bottom .reviews {
    padding-right: 0px;
  }

  /* line 1804, ../scss/module/_catalog-product.scss */
  .pdp_bottom_full .pdp_bottom_right {
    border: 0;
  }

  /* line 1807, ../scss/module/_catalog-product.scss */
  .product-view .product-shop .price-info .price-box, .product-view .product-shop .price-info .add-price.price, .product-view .product-essential .extra-info .ratings .rating-box {
    float: none;
    margin: 5px 0 0 0;
  }

  /* line 1811, ../scss/module/_catalog-product.scss */
  .product-view .product-essential .extra-info .ratings {
    float: none;
    clear: both;
    display: block;
    text-align: center;
  }

  /* line 1817, ../scss/module/_catalog-product.scss */
  .ratings .rating-box .rating {
    float: left !important;
  }

  /* line 1820, ../scss/module/_catalog-product.scss */
  .global-popup {
    max-width: 100%;
  }
  /* line 1822, ../scss/module/_catalog-product.scss */
  .global-popup #popup-flight-data .field {
    width: 100%;
    margin-right: 0;
  }
  /* line 1826, ../scss/module/_catalog-product.scss */
  .global-popup label {
    width: 100%;
  }
  /* line 1829, ../scss/module/_catalog-product.scss */
  .global-popup #popup-flight-data .pop-time .select2-container {
    width: 48%;
    margin: 0 1% 0 0;
  }
  /* line 1833, ../scss/module/_catalog-product.scss */
  .global-popup h2.product-name, .global-popup .price-box .price {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  /* line 1838, ../scss/module/_catalog-product.scss */
  .global-popup .price-pop.grid_1 {
    width: 100%;
    text-align: center;
  }
  /* line 1842, ../scss/module/_catalog-product.scss */
  .global-popup .success-detail {
    float: none;
    margin: auto;
    display: block;
  }
  /* line 1847, ../scss/module/_catalog-product.scss */
  .global-popup .product-shop {
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
  }
  /* line 1852, ../scss/module/_catalog-product.scss */
  .global-popup .container_4 .grid_3.button {
    width: 100%;
    margin: 10px 0 0;
  }

  /* line 1857, ../scss/module/_catalog-product.scss */
  .add-to-links .link-wishlist.button {
    width: 100%;
  }

  /* line 1860, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links {
    float: none;
  }
  /* line 1863, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links li {
    float: none;
    display: inline-block;
  }
  /* line 1866, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links li p {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
  }
  /* line 1871, ../scss/module/_catalog-product.scss */
  .product-view .sharing-links li:first-child {
    width: 100%;
    padding: 0 0 10px;
  }

  /* line 1877, ../scss/module/_catalog-product.scss */
  .product-options .color-option-control {
    position: static;
  }
  /* line 1879, ../scss/module/_catalog-product.scss */
  .product-options .color-option-control #page_num {
    display: none;
  }

  /* line 1883, ../scss/module/_catalog-product.scss */
  .color-container-container .bx-controls {
    position: absolute;
    top: 20px;
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 1892, ../scss/module/_catalog-product.scss */
  .product-view .product-shop {
    padding-left: 0;
  }

  /* line 1895, ../scss/module/_catalog-product.scss */
  .product-view .add-to-cart .qty-wrapper {
    float: none;
  }

  /* line 1897, ../scss/module/_catalog-product.scss */
  .qty_options .add-to-cart {
    width: 145px;
  }
  /* line 1901, ../scss/module/_catalog-product.scss */
  .qty_options .product-options {
    width: 169px;
  }

  /* line 1905, ../scss/module/_catalog-product.scss */
  .col1-layout .pdp_bottom_full .product-collateral {
    width: 360px;
    margin-right: 0;
    border-right: 1px solid #ededed;
  }

  /* line 1906, ../scss/module/_catalog-product.scss */
  .button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
    font-size: 89%;
  }

  /* line 1910, ../scss/module/_catalog-product.scss */
  .global-popup {
    max-width: 760px;
    overflow: hidden;
  }
  /* line 1913, ../scss/module/_catalog-product.scss */
  .global-popup #popup-flight-data .field {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  /* line 1917, ../scss/module/_catalog-product.scss */
  .global-popup #popup-flight-data .field.pop-time {
    margin-bottom: 40px;
  }
  /* line 1920, ../scss/module/_catalog-product.scss */
  .global-popup .button-set .button {
    width: 52%;
    font-size: 11px;
    padding: 12px 8px 10px;
  }
  /* line 1924, ../scss/module/_catalog-product.scss */
  .global-popup .button-set .button + .button {
    width: 26%;
    margin-top: 0;
    margin-left: 0;
  }

  /* line 1932, ../scss/module/_catalog-product.scss */
  .cart-success.container_12 .grid_6 {
    width: 90%;
  }

  /* line 1935, ../scss/module/_catalog-product.scss */
  .offersflag ul li {
    margin-bottom: 10px;
  }
}
/* line 1941, ../scss/module/_catalog-product.scss */
.category-title-wrapper.has_no_img {
  padding: 43px 0 0;
}

/* line 1944, ../scss/module/_catalog-product.scss */
.category-products {
  margin-top: 40px;
}

/* line 1947, ../scss/module/_catalog-product.scss */
#upsell-product-table {
  margin-left: 0;
}
/* line 1949, ../scss/module/_catalog-product.scss */
#upsell-product-table .product-info {
  text-align: center;
}

/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
/* line 7, ../scss/module/_catalog-msrp.scss */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

/* line 17, ../scss/module/_catalog-msrp.scss */
.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

/* line 26, ../scss/module/_catalog-msrp.scss */
.map-popup {
  background: #FFFFFF;
  border: 5px solid #CCCCCC;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
}
@media only screen and (min-width: 769px) {
  /* line 36, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-right {
    left: 10px !important;
  }
  /* line 40, ../scss/module/_catalog-msrp.scss */
  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 26, ../scss/module/_catalog-msrp.scss */
  .map-popup {
    width: 100%;
    left: 0px !important;
  }
}
/* line 51, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading {
  padding: 8px 10px;
  margin-right: 40px;
  width: auto;
}
/* line 56, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-heading h3 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
  /* line 56, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-heading h3 {
    text-align: center;
  }
}
/* line 71, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  width: 36px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}
/* line 83, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-content {
  border-top: 1px solid #EDEDED;
  padding: 10px;
  margin: 0 10px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  /* line 83, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-content {
    text-align: center;
  }
}
/* line 95, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout {
  padding: 10px 0;
}
/* line 98, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 102, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout span {
  display: block;
}
/* line 106, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .button {
  float: left;
  margin: 0 2px;
  clear: left;
}
/* line 112, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box {
  float: left;
  min-width: 210px;
}
/* line 116, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .additional-addtocart-box li {
  list-style-type: none;
}
/* line 121, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo {
  width: auto;
}
/* line 124, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo a {
  display: inline-block;
  float: left;
  clear: left;
}
/* line 130, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
  float: left;
  text-align: center;
  padding: 5px 15px;
  clear: left;
}
/* line 137, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo:after {
  content: '';
  display: table;
  clear: both;
}
/* line 142, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
  clear: left;
}
@media only screen and (max-width: 479px) {
  /* line 95, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout {
    text-align: center;
  }
  /* line 151, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box,
  .map-popup .map-popup-checkout .paypal-logo a,
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: none;
  }
  /* line 158, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  /* line 162, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-checkout .paypal-logo .paypal-or {
    margin: 0px;
    margin-bottom: 10px;
  }
}
/* line 168, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-checkout:after {
  content: '';
  display: table;
  clear: both;
}
/* line 173, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price {
  padding: 10px 0;
}
/* line 176, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  /* line 173, ../scss/module/_catalog-msrp.scss */
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }
}
/* line 189, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text {
  padding: 10px 0;
  margin: 0 10px;
  word-wrap: break-word;
}
/* line 195, ../scss/module/_catalog-msrp.scss */
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
  border-top: 1px solid #EDEDED;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 7, ../scss/module/_catalog-compare.scss */
.block-compare .product-name:after {
  content: '';
  display: table;
  clear: both;
}

/* line 11, ../scss/module/_catalog-compare.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 17, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 22, ../scss/module/_catalog-compare.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* line 6, ../scss/module/_checkout-cart.scss */
.cart-table {
  float: left;
  width: 60%;
}

/* line 11, ../scss/module/_checkout-cart.scss */
.cart-forms,
.cart-totals-wrapper {
  float: right;
  clear: right;
  width: 40%;
  padding-left: 20px;
}

/* line 19, ../scss/module/_checkout-cart.scss */
.crosssell {
  margin-bottom: 50px;
}

/* line 22, ../scss/module/_checkout-cart.scss */
.cart-empty {
  margin-bottom: 350px;
}
/* line 24, ../scss/module/_checkout-cart.scss */
.cart-empty a {
  text-decoration: underline;
  color: #e66228;
}

/* line 29, ../scss/module/_checkout-cart.scss */
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 10px;
  background-color: #e5e4e3;
  border: 1px solid #CCCCCC;
}

/* line 38, ../scss/module/_checkout-cart.scss */
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 20px;
}

/* line 47, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-table {
  float: none;
  width: 100%;
}
/* line 52, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0;
}
/* line 58, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px;
}
/* line 63, ../scss/module/_checkout-cart.scss */
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%;
}
/* line 69, ../scss/module/_checkout-cart.scss */
.display-both-prices .crosssell {
  clear: right;
  float: right;
}

@media only screen and (max-width: 1021px) {
  /* line 47, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }
  /* line 52, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }
  /* line 58, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }
  /* line 63, ../scss/module/_checkout-cart.scss */
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }
  /* line 69, ../scss/module/_checkout-cart.scss */
  .display-single-price .crosssell {
    clear: right;
    float: right;
  }
}
@media only screen and (max-width: 599px) {
  /* line 86, ../scss/module/_checkout-cart.scss */
  .product-cart-sku {
    display: none;
  }

  /* line 92, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Cart
 * ============================================ */
/* line 108, ../scss/module/_checkout-cart.scss */
.cart .page-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
/* line 112, ../scss/module/_checkout-cart.scss */
.cart .page-title:after {
  content: '';
  display: table;
  clear: both;
}
/* line 115, ../scss/module/_checkout-cart.scss */
.cart .page-title h1 {
  float: left;
  border-bottom: none;
}

/* line 121, ../scss/module/_checkout-cart.scss */
.checkout-types {
  width: 197px;
  margin: auto;
  /* We always want this shipping method to display on its own line */
}
/* line 124, ../scss/module/_checkout-cart.scss */
.checkout-types li {
  vertical-align: top;
  margin: 0 0 5px 5px;
}
/* line 125, ../scss/module/_checkout-cart.scss */
.checkout-types li:after {
  content: '';
  display: table;
  clear: both;
}
/* line 131, ../scss/module/_checkout-cart.scss */
.checkout-types li img {
  display: inline;
  vertical-align: top;
}
/* line 136, ../scss/module/_checkout-cart.scss */
.checkout-types li:first-child {
  margin-left: 0;
}
/* line 140, ../scss/module/_checkout-cart.scss */
.checkout-types .method-checkout-cart-methods-multishipping {
  display: block;
}
/* line 145, ../scss/module/_checkout-cart.scss */
.checkout-types.top li {
  display: inline-block;
}
/* line 149, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button {
  display: inline-block;
  vertical-align: top;
}
/* line 153, ../scss/module/_checkout-cart.scss */
.checkout-types.top .bml_button img {
  display: block;
}
/* line 162, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
  display: block;
}
/* line 166, ../scss/module/_checkout-cart.scss */
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
  margin: 0px;
  width: 150px;
  display: block;
  text-align: center;
  float: right;
}

/* line 176, ../scss/module/_checkout-cart.scss */
.cart-totals .checkout-types .btn-checkout {
  margin-bottom: 7px;
}

/*=================My Bag starts==================*/
/* line 181, ../scss/module/_checkout-cart.scss */
.my-cart .page-title {
  margin-bottom: 0 !important;
}

/* line 185, ../scss/module/_checkout-cart.scss */
.my-checkout {
  /*border-bottom: 1px solid $c-input-border;*/
  padding-bottom: 57px;
  margin-bottom: 46px;
}
/* line 189, ../scss/module/_checkout-cart.scss */
.my-checkout table {
  width: 100%;
}
/* line 194, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li {
  border-bottom: 1px solid #ededed;
  height: 160px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 201, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 204, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .product-cart-actions {
  width: 85px;
}
/* line 207, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-right.product-cart-remove {
  float: right;
}
/* line 209, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-right.product-cart-remove a {
  text-decoration: underline;
  display: inline-block;
  line-height: normal;
}
/* line 218, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .product-cart-image, .my-checkout .table ul li .product-cart-info, .my-checkout .table ul li .product-cart-actions, .my-checkout .table ul li .product-cart-total, .my-checkout .table ul li .a-center.product-cart-wishlist, .my-checkout .table ul li .a-center.product-cart-remove {
  float: left;
}
/* line 221, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .product-cart-info {
  width: 230px;
  font-family: proxima_nova_ltsemibold;
  padding-right: 80px;
}
/* line 226, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .product-cart-image {
  width: 150px;
  padding: 0 10px 0 0;
}
/* line 229, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .product-cart-image img {
  max-height: 110px;
}
/* line 237, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-center.product-cart-wishlist {
  width: 205px;
}
/* line 240, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .lg_total, .my-checkout .table ul li .sm_total {
  margin-left: 0;
  width: 218px;
  text-align: center;
  overflow: hidden;
  float: left;
}
/* line 246, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .lg_total .multi-buy, .my-checkout .table ul li .sm_total .multi-buy {
  color: #e66228;
}
/* line 250, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .lg_total .product-cart-total {
  float: none;
}
/* line 254, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-center.product-cart-wishlist a {
  width: 204px;
  margin: auto;
  border: 1px solid #ededed;
}
/* line 258, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-center.product-cart-wishlist a:hover {
  border: 1px solid #000;
}
/* line 263, ../scss/module/_checkout-cart.scss */
.my-checkout .table ul li .a-center.product-cart-remove {
  font-family: proxima_nova_rgregular;
  letter-spacing: .5px;
  text-decoration: underline;
}
/* line 272, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper {
  padding-left: 0 !important;
  margin-bottom: 60px;
  border-bottom: 1px solid #ededed;
  width: 100%;
  float: right !important;
}
/* line 278, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals {
  background: none;
  border: none;
  margin-bottom: 4px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: proxima_nova_ltsemibold;
}
/* line 285, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table {
  font-family: proxima_nova_ltsemibold !important;
}
/* line 287, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table td:first-child {
  text-align: left;
}
/* line 292, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tbody tr:first-child td {
  padding-top: 23px;
}
/* line 297, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tbody tr:last-child td {
  padding-bottom: 33px;
}
/* line 301, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tbody td:first-child {
  color: #7e7e7e;
  line-height: 22px;
}
/* line 305, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tbody td {
  font-size: 14px;
}
/* line 310, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tfoot td {
  padding: 30px 0px;
  font-size: 20px;
}
/* line 311, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-totals table tfoot td .price {
  font-family: proxima_nova_ltsemibold !important;
}
/* line 322, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms {
  width: 100%;
  margin-bottom: 35px;
  padding-left: 0;
  overflow: hidden;
}
/* line 327, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .discount {
  background: none;
  border: none;
  float: left;
  padding: 0px;
}
/* line 332, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .discount .input-text {
  margin: 4px -2px 0 0 !important;
}
/* line 335, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .discount .button {
  padding: 5px 15px 4px;
  margin-left: -2px;
}
/* line 340, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .save-block {
  text-align: right;
  float: right;
}
/* line 343, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .save-block h4 {
  color: #e66228;
  font-size: 16px;
  letter-spacing: 1px;
}
/* line 348, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .save-block p {
  font-family: proxima_nova_rgregular;
  color: #A0A0A0;
  letter-spacing: 1px;
  font-size: 12px;
}
/* line 357, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .discount-form label {
  font-family: proxima_nova_ltsemibold !important;
  font-size: 13px !important;
}
/* line 361, ../scss/module/_checkout-cart.scss */
.my-checkout .cart-totals-wrapper .cart-forms .discount-form input[type="text"] {
  width: 182px;
}
/* line 367, ../scss/module/_checkout-cart.scss */
.my-checkout .checkout-types {
  width: 100%;
}
/* line 369, ../scss/module/_checkout-cart.scss */
.my-checkout .checkout-types li:after {
  display: none;
}
/* line 372, ../scss/module/_checkout-cart.scss */
.my-checkout .checkout-types li {
  float: right;
  margin-left: 21px;
}
/* line 376, ../scss/module/_checkout-cart.scss */
.my-checkout .checkout-types .button {
  float: right;
  width: 230px;
  padding: 12px 0;
}

/*=================My Bag ends==================*/
@media only screen and (max-width: 670px) {
  /* line 386, ../scss/module/_checkout-cart.scss */
  .checkout-types {
    float: none;
    text-align: center;
  }
  /* line 392, ../scss/module/_checkout-cart.scss */
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    width: auto;
    float: none;
  }

  /* line 399, ../scss/module/_checkout-cart.scss */
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 405, ../scss/module/_checkout-cart.scss */
  .btn-checkout {
    width: 100%;
  }
}
/* line 410, ../scss/module/_checkout-cart.scss */
.cart-table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 413, ../scss/module/_checkout-cart.scss */
.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top;
}
/* line 421, ../scss/module/_checkout-cart.scss */
.cart-table h2 {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
/* line 428, ../scss/module/_checkout-cart.scss */
.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 435, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px;
}
/* line 440, ../scss/module/_checkout-cart.scss */
.cart-table tr {
  border-bottom: 1px solid #C0C0C0;
}
/* line 445, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr {
  background: none;
}
/* line 449, ../scss/module/_checkout-cart.scss */
.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both;
}
/* line 454, ../scss/module/_checkout-cart.scss */
.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 461, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
  display: none;
}
/* line 467, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0;
}
/* line 471, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image .product-image img {
  max-width: 100%;
  width: 100%;
}
/* line 476, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-image a.cart-edit {
  display: none;
}
/* line 481, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px;
}
/* line 487, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-sku .label {
  font-weight: 600;
}
/* line 492, ../scss/module/_checkout-cart.scss */
.cart-table .btn-empty {
  float: left;
}
/* line 496, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center;
}
/* line 501, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer;
}
/* line 505, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #e66228;
  border-left: none;
  position: absolute;
  top: 3px;
  right: -11px;
}
/* line 513, ../scss/module/_checkout-cart.scss */
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #e66228;
  border-bottom: none;
  right: -15px;
  top: 6px;
}
/* line 521, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 13px;
}
/* line 528, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li > a {
  display: block;
}
/* line 532, ../scss/module/_checkout-cart.scss */
.cart-table .cart-links > li:last-child {
  margin-bottom: 0;
}
/* line 537, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center;
}
/* line 541, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: #ededed;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3em;
}
/* line 550, ../scss/module/_checkout-cart.scss */
.cart-table .product-cart-actions .button {
  margin-bottom: 5px;
}
/* line 555, ../scss/module/_checkout-cart.scss */
.cart-table .item-options {
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  /* line 562, ../scss/module/_checkout-cart.scss */
  .cart-table th {
    font-size: 12px;
  }
  /* line 565, ../scss/module/_checkout-cart.scss */
  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }
  /* line 569, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }

  /* line 573, ../scss/module/_checkout-cart.scss */
  .wishlistqty .select2-arrow b {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -35px -74px !important;
  }
}
@media only screen and (max-width: 699px) {
  /* line 581, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  /* line 592, ../scss/module/_checkout-cart.scss */
  .cart-table colgroup, .cart-table thead {
    display: none;
  }
  /* line 596, ../scss/module/_checkout-cart.scss */
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  /* line 604, ../scss/module/_checkout-cart.scss */
  .cart-table tr:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 608, ../scss/module/_checkout-cart.scss */
  .cart-table tr:last-child {
    margin-bottom: 0;
  }
  /* line 613, ../scss/module/_checkout-cart.scss */
  .cart-table tfoot tr {
    padding-bottom: 0;
  }
  /* line 617, ../scss/module/_checkout-cart.scss */
  .cart-table td {
    border: none;
    display: block;
  }
  /* line 621, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  /* line 625, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }
  /* line 629, ../scss/module/_checkout-cart.scss */
  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
  }
  /* line 638, ../scss/module/_checkout-cart.scss */
  .cart-table td.product-cart-price {
    text-align: left;
  }
  /* line 643, ../scss/module/_checkout-cart.scss */
  .cart-table h2 {
    font-size: 12px;
  }
  /* line 647, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }
  /* line 651, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }
  /* line 655, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }
  /* line 661, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }
  /* line 666, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }
  /* line 671, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }
  /* line 676, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  /* line 684, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }
  /* line 690, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }
  /* line 697, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }
  /* line 703, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block;
  }
  /* line 709, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .button {
    display: none;
  }
  /* line 715, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }
  /* line 720, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }
  /* line 725, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions {
    text-align: left;
  }
  /* line 728, ../scss/module/_checkout-cart.scss */
  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }
  /* line 734, ../scss/module/_checkout-cart.scss */
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
  }
  /* line 741, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }
  /* line 745, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }
  /* line 749, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }
  /* line 753, ../scss/module/_checkout-cart.scss */
  .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  }

  /* line 765, ../scss/module/_checkout-cart.scss */
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }
}
/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
/* line 780, ../scss/module/_checkout-cart.scss */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
/* line 786, ../scss/module/_checkout-cart.scss */
.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #ededed;
}
/* line 793, ../scss/module/_checkout-cart.scss */
.shipping select.validation-failed {
  border-color: #fb0606;
}
/* line 797, ../scss/module/_checkout-cart.scss */
.shipping .shipping-desc {
  display: none;
}
/* line 801, ../scss/module/_checkout-cart.scss */
.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 808, ../scss/module/_checkout-cart.scss */
.shipping .form-list:after {
  content: '';
  display: table;
  clear: both;
}
/* line 811, ../scss/module/_checkout-cart.scss */
.shipping .form-list li {
  float: left;
  margin: 5px 2% 10px 0;
}
/* line 816, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-country {
  width: 37%;
}
/* line 820, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-region {
  width: 41%;
}
/* line 824, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%;
}
/* line 828, ../scss/module/_checkout-cart.scss */
.shipping .form-list .shipping-postcode input {
  margin-top: 4px;
}
/* line 833, ../scss/module/_checkout-cart.scss */
.shipping .form-list .input-box {
  padding-top: 0;
}
/* line 837, ../scss/module/_checkout-cart.scss */
.shipping .form-list input {
  height: 30px;
  margin-top: 4px;
}
/* line 842, ../scss/module/_checkout-cart.scss */
.shipping .form-list label {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 850, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left;
}
/* line 854, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods dd {
  margin-bottom: 10px;
}
/* line 858, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px;
}
/* line 864, ../scss/module/_checkout-cart.scss */
.shipping .sp-methods label span {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
/* line 872, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0;
}
/* line 876, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #CCCCCC;
  background-color: #dad9d8;
  min-width: 220px;
}
/* line 881, ../scss/module/_checkout-cart.scss */
.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #cecdcc;
}

@media only screen and (max-width: 768px) {
  /* line 889, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }
  /* line 893, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li label {
    display: block;
  }
  /* line 897, ../scss/module/_checkout-cart.scss */
  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }
}
/* line 908, ../scss/module/_checkout-cart.scss */
.cart .cart-totals {
  text-align: right;
}
/* line 911, ../scss/module/_checkout-cart.scss */
.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both;
}
/* line 915, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
/* line 922, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td {
  padding: 2px 0px;
}
/* line 925, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table td:first-child {
  padding-right: 10px;
  min-width: 120px;
}
/* line 930, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
  padding-bottom: 10px;
}
/* line 935, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
/* line 938, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top;
}
/* line 944, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 950, ../scss/module/_checkout-cart.scss */
.cart .cart-totals table tfoot strong {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  /* line 959, ../scss/module/_checkout-cart.scss */
  .cart-totals {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 966, ../scss/module/_checkout-cart.scss */
  .cart .cart-totals table tfoot td {
    font-size: 18px;
  }
}
/* line 975, ../scss/module/_checkout-cart.scss */
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both;
}

/* line 980, ../scss/module/_checkout-cart.scss */
#discount-coupon-form,
.cart .giftcard {
  width: 100%;
}
/* line 984, ../scss/module/_checkout-cart.scss */
#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none;
}
/* line 988, ../scss/module/_checkout-cart.scss */
#discount-coupon-form label,
.cart .giftcard label {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px;
}
/* line 999, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block;
  position: relative;
}
/* line 1004, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline;
  position: absolute;
  bottom: -21px;
  left: 0;
}
/* line 1011, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
/* line 1015, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .button-wrapper > button,
.cart .giftcard .button-wrapper > button {
  float: left;
  width: 163px;
  margin-right: 10px;
}
/* line 1022, ../scss/module/_checkout-cart.scss */
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px;
}

/* line 1030, ../scss/module/_checkout-cart.scss */
.cart .giftcard p {
  margin-bottom: 7px;
}

/* line 1034, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px;
}
/* line 1038, ../scss/module/_checkout-cart.scss */
.cart .giftcard .check-gc-status > span > span {
  font-size: 14px;
  text-transform: none;
}

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
/* line 1053, ../scss/module/_checkout-cart.scss */
.crosssell #crosssell-products-list .button,
.crosssell #crosssell-products-list .add-to-links {
  display: none;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 1021px) {
  /* line 1061, ../scss/module/_checkout-cart.scss */
  .crosssell {
    /* Undo three-column config */
  }
  /* line 1062, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }
  /* line 1069, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  }
  /* line 1073, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }
  /* line 1078, ../scss/module/_checkout-cart.scss */
  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none;
  }
}
@media only screen and (max-width: 320px) {
  /* line 1087, ../scss/module/_checkout-cart.scss */
  .crosssell ul .item {
    padding: 0 0px 40px;
  }
  /* line 1091, ../scss/module/_checkout-cart.scss */
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px;
  }
}
/* line 1098, ../scss/module/_checkout-cart.scss */
.product-cart-actions .product-cart-wishlist, .sm_total {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 1104, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-image {
    width: 100px;
    margin: 0 10px 0 0;
  }

  /* line 1108, ../scss/module/_checkout-cart.scss */
  .wishlistqty {
    width: 65px !important;
  }

  /* line 1111, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-info {
    width: 155px;
    margin-right: 5px;
  }

  /* line 1115, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .lg_total {
    width: 98px;
  }

  /* line 1118, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-total {
    margin-left: 0;
    width: 105px;
  }

  /* line 1122, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-actions {
    width: 65px;
  }

  /* line 1125, ../scss/module/_checkout-cart.scss */
  .my-checkout .error {
    font-size: 11px;
  }

  /* line 1126, ../scss/module/_checkout-cart.scss */
  .my-checkout .cart-totals-wrapper {
    width: 592px;
  }

  /* line 1129, ../scss/module/_checkout-cart.scss */
  .wishlistqty .select2-arrow b {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -35px -79px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1136, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-image, .my-checkout .table ul li .product-cart-actions, .my-checkout .table ul li .lg_total, .my-checkout .table ul li .sm_total, .my-checkout .table ul li .a-right.product-cart-remove {
    width: 23%;
    padding: 0 2%;
    float: left;
  }

  /* line 1141, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .a-right.product-cart-remove, .my-checkout .table ul li .sm_total {
    float: right;
  }

  /* line 1144, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-info, .my-checkout .table ul li .a-center.product-cart-wishlist {
    width: 50%;
    float: left;
  }

  /* line 1148, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-info {
    padding: 0 0 0 15px;
    text-align: left;
  }

  /* line 1152, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .a-center.product-cart-wishlist a {
    width: 164px;
  }

  /* line 1155, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-actions {
    clear: both;
  }

  /* line 1159, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-actions, .my-checkout .table ul li .a-center, .my-checkout .table ul li .a-right {
    margin-top: 10px;
  }
  /* line 1162, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .a-center {
    text-align: center;
  }
  /* line 1165, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-wishlist a, .my-checkout .table ul li .select2-container .select2-choice {
    border: 1px solid #333 !important;
  }

  /* line 1169, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-total {
    float: right;
    text-align: right;
  }

  /* line 1173, ../scss/module/_checkout-cart.scss */
  .product-cart-actions .product-cart-wishlist, .sm_total {
    display: block;
  }

  /* line 1176, ../scss/module/_checkout-cart.scss */
  .lg_total {
    display: none;
  }

  /* line 1179, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li {
    height: auto;
    padding: 10px 0;
  }
  /* line 1182, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .wishlistqty {
    width: 100px !important;
    max-width: 100%;
  }
  /* line 1186, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li .product-cart-remove {
    margin-top: 23px;
  }

  /* line 1190, ../scss/module/_checkout-cart.scss */
  .my-checkout .table ul li > div {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0%);
  }

  /* line 1196, ../scss/module/_checkout-cart.scss */
  .my-checkout .cart-totals-wrapper .cart-forms .save-block {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 1202, ../scss/module/_checkout-cart.scss */
  .my-checkout .cart-totals-wrapper .cart-forms .discount {
    float: none;
    margin: auto;
    max-width: 300px;
    text-align: center;
  }
  /* line 1207, ../scss/module/_checkout-cart.scss */
  .my-checkout .cart-totals-wrapper .cart-forms .discount .input-text {
    width: 100%;
  }

  /* line 1211, ../scss/module/_checkout-cart.scss */
  #discount-coupon-form .button-wrapper > button, .cart .giftcard .button-wrapper > button {
    width: 100%;
    margin: 10px 0 0;
  }

  /* line 1215, ../scss/module/_checkout-cart.scss */
  #discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper, #discount-coupon-form .input-text, .cart .giftcard .input-text, #discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
    display: block;
    width: 100%;
  }

  /* line 1219, ../scss/module/_checkout-cart.scss */
  .my-checkout {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  /* line 1222, ../scss/module/_checkout-cart.scss */
  .my-checkout .cart-totals-wrapper {
    margin-bottom: 30px;
  }
  /* line 1225, ../scss/module/_checkout-cart.scss */
  .my-checkout .checkout-types .button {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: auto;
  }

  /* line 1232, ../scss/module/_checkout-cart.scss */
  .cart .page-title h1 {
    margin: 0px 0;
    text-align: center;
    float: none;
  }
}
/* ============================================ *
 * Checkout - One Page
 * ============================================ */
/* line 7, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none;
}

/* line 12, ../scss/module/_checkout-onepage.scss */
.checkout-onepage-index .col-main {
  width: auto;
  float: none;
}

@media only screen and (min-width: 1022px) {
  /* line 21, ../scss/module/_checkout-onepage.scss */
  .checkout-onepage-index .col-right {
    padding-left: 0;
  }

  /* line 25, ../scss/module/_checkout-onepage.scss */
  .my-checkout .cart-totals-wrapper {
    width: 822px !important;
  }
}
/* line 31, ../scss/module/_checkout-onepage.scss */
.opc .select2-container {
  width: 100%;
}
/* line 33, ../scss/module/_checkout-onepage.scss */
.opc .select2-container .select2-choice {
  padding: 1px 10px 2px;
  border: 1px solid #c5c5c5;
}
/* line 36, ../scss/module/_checkout-onepage.scss */
.opc .select2-container .select2-choice .select2-arrow b {
  background-position: -8px -506px;
}
/* line 41, ../scss/module/_checkout-onepage.scss */
.opc #billing-new-address-form {
  clear: both;
}
/* line 43, ../scss/module/_checkout-onepage.scss */
.opc #billing-new-address-form select {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
}
/* line 50, ../scss/module/_checkout-onepage.scss */
.opc .form-list .control input.checkbox {
  margin-top: 0;
}
/* line 53, ../scss/module/_checkout-onepage.scss */
.opc .fieldset p {
  color: #848484;
  font: normal 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
  margin: 10px 0 0;
}
/* line 57, ../scss/module/_checkout-onepage.scss */
.opc .fieldset p.second-line {
  color: #e66228;
}
/* line 61, ../scss/module/_checkout-onepage.scss */
.opc #nominate {
  margin-bottom: 20px;
}
/* line 64, ../scss/module/_checkout-onepage.scss */
.opc input, .opc .form-list .field, .opc .form-list .wide, .opc .form-list .control {
  margin-bottom: 0px;
}
/* line 67, ../scss/module/_checkout-onepage.scss */
.opc .form-list .field, .opc .form-list .wide, .opc .form-list .control {
  margin-bottom: 22px;
  position: relative;
}
/* line 71, ../scss/module/_checkout-onepage.scss */
.opc .review_title {
  border-bottom: 1px solid #e5e4e3;
  padding: 9px 0 8px;
  margin: 0;
}

/* -------------------------------------------- *
 * Section Styling - Default
 */
/* line 84, ../scss/module/_checkout-onepage.scss */
.opc_top_title {
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
  padding: 62px;
}

/* line 89, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title {
  width: 130px;
  text-align: center;
  position: absolute;
  top: -89px;
  left: 50%;
}
/* line 95, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title:after {
  content: '';
  display: table;
  clear: both;
  border: 8px solid #F8F8F8;
  position: absolute;
  top: -8px;
  left: 50%;
  padding: 16px;
  margin-left: -24px;
}

/* line 106, ../scss/module/_checkout-onepage.scss */
#opc-login .step-title {
  margin-left: -414px;
}

/* line 109, ../scss/module/_checkout-onepage.scss */
#opc-billing .step-title {
  margin-left: -320px;
  width: 640px;
}

/* line 113, ../scss/module/_checkout-onepage.scss */
#opc-review .step-title {
  margin-left: 282px;
}

/* line 116, ../scss/module/_checkout-onepage.scss */
#opc-billing .step-title {
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/checkout_title_bg.png") repeat-x 0px 14px;
}

/* line 122, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title {
  cursor: pointer;
}

/* line 126, ../scss/module/_checkout-onepage.scss */
#checkoutSteps {
  position: relative;
  min-height: 363px;
}

/* line 131, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title a {
  display: none;
}

/* line 135, ../scss/module/_checkout-onepage.scss */
.opc .section.allow:not(.active) .step-title a {
  display: none;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}

/* line 143, ../scss/module/_checkout-onepage.scss */
.no-touch .opc .section .step-title a:hover {
  text-decoration: none;
}

/* line 147, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title .number {
  width: 31px;
  height: 31px;
  text-align: center;
  color: #959595;
  border: 1px solid #959595;
  line-height: 31px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

/* line 161, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title .number {
  background-color: #e66228;
  border: 1px solid #e66228;
  color: #FFF;
}

/* line 167, ../scss/module/_checkout-onepage.scss */
.opc .section.active .step-title h2 {
  color: #e66228;
}

/* line 171, ../scss/module/_checkout-onepage.scss */
.opc .section .step-title h2 {
  font-size: 13px;
  margin-top: 10px;
  color: #959595;
}

/* line 177, ../scss/module/_checkout-onepage.scss */
.opc .section .step {
  padding: 20px;
}
/* line 180, ../scss/module/_checkout-onepage.scss */
.opc .section .step:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1021px) {
  /* line 177, ../scss/module/_checkout-onepage.scss */
  .opc .section .step {
    padding: 10px;
  }
}

/* line 188, ../scss/module/_checkout-onepage.scss */
.opc #co-billing-form h3 {
  margin: 18px 0 30px;
}

/* line 191, ../scss/module/_checkout-onepage.scss */
.opc h3 {
  font-size: 20px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
/* line 195, ../scss/module/_checkout-onepage.scss */
.opc h3 span {
  font-family: proxima_nova_rgregular, "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #606060;
}

/* line 201, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 50px;
}
/* line 205, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set p.required {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 210, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set .back-link {
  float: right;
  margin: 0;
}
/* line 214, ../scss/module/_checkout-onepage.scss */
.opc .buttons-set a {
  margin: 12px 0 0;
  text-decoration: underline;
  font-size: 12px;
}

@media only screen and (max-width: 479px) {
  /* line 224, ../scss/module/_checkout-onepage.scss */
  .opc .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }

  /* line 228, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .fb_log_acc .fb_button_ps {
    margin: auto;
  }
}
/* line 234, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .step {
  padding: 0px;
}
/* line 237, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
}
/* line 241, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col2-set .col-1, .opc #opc-login .col2-set .col-2 {
  padding: 37px 0 100px;
}
/* line 244, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col2-set .col-2 {
  width: 460px;
  border-left: 1px solid #ECECEC;
}
/* line 247, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col2-set .col-2 .creat_wrapper, .opc #opc-login .col2-set .col-2 .fb_log_acc {
  padding-left: 60px;
}
/* line 250, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .col2-set .col-2 .creat_wrapper .buttons-set {
  padding-top: 15px;
}
/* line 254, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .fb_log_acc {
  border-top: 1px solid #ECECEC;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 258, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .fb_log_acc .fb_button_ps {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -1px -390px;
  padding: 0;
  height: 46px;
  background-color: #3a579d;
  text-transform: uppercase;
  width: 292px;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 47px;
  text-decoration: none;
  letter-spacing: .8px;
  padding-left: 68px;
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
/* line 274, ../scss/module/_checkout-onepage.scss */
.opc #opc-login .fb_log_acc .fb_button_ps:hover {
  opacity: 0.8;
  color: #FFF;
}

@media only screen and (max-width: 768px) {
  /* line 284, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }
}
/* line 290, ../scss/module/_checkout-onepage.scss */
#opc-payment .note {
  padding: 10px;
}

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
/* line 301, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  -moz-transition: opacity 300ms 0;
  -o-transition: opacity 300ms 0;
  -webkit-transition: opacity 300ms 0;
  transition: opacity 300ms 0;
}

/* line 306, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title .number {
  -moz-transition: width 80ms 0;
  -o-transition: width 80ms 0;
  -webkit-transition: width 80ms 0;
  transition: width 80ms 0;
}

/* line 310, ../scss/module/_checkout-onepage.scss */
.opc.opc-firststep-login .section#opc-login .step-title h2 {
  -moz-transition: margin-left 80ms 0;
  -o-transition: margin-left 80ms 0;
  -webkit-transition: margin-left 80ms 0;
  transition: margin-left 80ms 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
/* -------------------------------------------- *
 * Shipping and Payment methods
 */
/* line 323, ../scss/module/_checkout-onepage.scss */
.sp-methods {
  margin: 0 0 8px;
}
/* line 326, ../scss/module/_checkout-onepage.scss */
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: bold;
}
/* line 330, ../scss/module/_checkout-onepage.scss */
.sp-methods dt:first-child {
  margin: 0 0 5px;
}
/* line 334, ../scss/module/_checkout-onepage.scss */
.sp-methods dd li {
  margin: 5px 0;
}
/* line 337, ../scss/module/_checkout-onepage.scss */
.sp-methods label img {
  float: left;
}
/* line 340, ../scss/module/_checkout-onepage.scss */
.sp-methods label a {
  margin-top: 6px;
  float: right;
  margin-left: 10px;
}
/* line 345, ../scss/module/_checkout-onepage.scss */
.sp-methods .price {
  font-weight: bold;
}
/* line 348, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list {
  padding-left: 20px;
}
/* line 351, ../scss/module/_checkout-onepage.scss */
.sp-methods .form-list li {
  margin: 0 0 8px;
}
/* line 355, ../scss/module/_checkout-onepage.scss */
.sp-methods select.month {
  width: 120px;
  margin-right: 10px;
}
/* line 359, ../scss/module/_checkout-onepage.scss */
.sp-methods select.year {
  width: 96px;
}
/* line 362, ../scss/module/_checkout-onepage.scss */
.sp-methods input.cvv {
  width: 4em !important;
}
/* line 367, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
  content: '';
  display: table;
  clear: both;
}
/* line 371, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list label {
  width: 165px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
/* line 377, ../scss/module/_checkout-onepage.scss */
.sp-methods .checkmo-list address {
  float: left;
}
@media only screen and (max-width: 479px) {
  /* line 366, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list {
    padding-left: 0;
  }
  /* line 384, ../scss/module/_checkout-onepage.scss */
  .sp-methods .checkmo-list label {
    width: 135px;
  }
}
/* line 390, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
/* line 393, ../scss/module/_checkout-onepage.scss */
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

/* One Page Checkout */
/* line 400, ../scss/module/_checkout-onepage.scss */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
/* line 406, ../scss/module/_checkout-onepage.scss */
.block-progress .block-content {
  font-size: 13px;
}
/* line 409, ../scss/module/_checkout-onepage.scss */
.block-progress dt {
  padding-top: 6px;
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0A0A0;
}
/* line 418, ../scss/module/_checkout-onepage.scss */
.block-progress dt.complete {
  color: #333333;
}
/* line 421, ../scss/module/_checkout-onepage.scss */
.block-progress dd {
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 427, ../scss/module/_checkout-onepage.scss */
.block-progress dd address {
  font-style: italic;
}
/* line 432, ../scss/module/_checkout-onepage.scss */
.block-progress #payment-progress-opcheckout .subtitle {
  margin-bottom: 3px;
}
/* line 438, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt {
  padding: 0;
  margin: 0 0 3px 0;
  color: #333333;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-transform: none;
  font-style: italic;
  float: left;
  clear: both;
  font-size: 13px;
}
/* line 449, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dt:after {
  content: ': ';
}
/* line 454, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info dd {
  float: left;
  margin-bottom: 3px;
  font-size: 13px;
}
/* line 460, ../scss/module/_checkout-onepage.scss */
.block-progress .payment-info:after {
  content: '';
  display: table;
  clear: both;
}

/* review step */
/* line 470, ../scss/module/_checkout-onepage.scss */
#checkout-review-table .btn-remove img {
  display: none;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
/* line 478, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
}

/* line 483, ../scss/module/_checkout-onepage.scss */
.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
/* line 489, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0;
}
/* line 493, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-title {
  display: none;
}
/* line 496, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content {
  display: block !important;
  padding: 0;
}
/* line 501, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content > dl > div {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  /* line 507, ../scss/module/_checkout-onepage.scss */
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
}
/* line 513, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .opc-block-progress .block-content .changelink {
  display: none;
}

/* line 518, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper {
  border-top: 1px solid #e5e4e3;
  padding-top: 30px;
}
/* line 521, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper h3 {
  float: none;
}
/* line 524, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total_container {
  border-top: 1px solid #e5e4e3;
  margin: 30px 0 15px;
  padding-top: 30px;
}
/* line 529, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li {
  height: auto;
  font-family: proxima_nova_ltsemibold, open_sansregular;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 534, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li span {
  color: #333333;
  float: right;
}
/* line 538, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li.saved-amt p {
  line-height: normal;
}
/* line 540, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li.saved-amt p.you-save {
  color: #e66228;
  margin-top: 5px;
}
/* line 544, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li.saved-amt p.rese {
  text-transform: none;
  font-family: open_sansregular, proxima_nova_ltsemibold;
  font-size: 13px;
}
/* line 550, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .rw_total li.grand_total {
  font-size: 20px;
}
/* line 554, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper li {
  height: 130px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/* line 559, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper li > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 567, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .re_prod_img, #checkout-review-table-wrapper .re_prod_title, #checkout-review-table-wrapper .a-right {
  float: left;
}
/* line 570, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .re_prod_img {
  width: 117px;
}
/* line 573, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .re_prod_title {
  width: 225px;
}
/* line 575, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .re_prod_title .brand-name {
  font-family: proxima_nova_ltsemibold, open_sansregular;
  font-size: 13px;
  text-transform: uppercase;
  color: #333333;
  line-height: normal;
}
/* line 582, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .re_prod_title .product-name {
  font-family: open_sansregular, proxima_nova_ltsemibold;
  font-size: 13px;
  color: #333333;
  text-transform: none;
  letter-spacing: normal;
}
/* line 590, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .a-right {
  width: 120px;
  text-align: center;
  font-family: proxima_nova_ltsemibold, Arial, Helvetica, sans-serif !important;
  color: #333333;
  font-size: 14px;
}
/* line 597, ../scss/module/_checkout-onepage.scss */
#checkout-review-table-wrapper .checkout-review-submit {
  margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
  /* line 603, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th {
    display: none;
  }
  /* line 606, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }

  /* line 610, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
}
/* line 616, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel > p {
  margin-bottom: 10px;
}
/* line 620, ../scss/module/_checkout-onepage.scss */
#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px;
}

/* Gift options */
/* line 628, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item {
  content: '';
  display: table;
  clear: both;
  margin-top: 30px;
}
/* line 632, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item h5 {
  font-weight: bold;
}
/* line 636, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .product-img-box {
  width: auto;
  float: left;
  padding-right: 15px;
}
/* line 642, ../scss/module/_checkout-onepage.scss */
.gift-messages-form .item .details {
  float: left;
}

/* line 647, ../scss/module/_checkout-onepage.scss */
.wishlist-empty {
  margin: 50px 0;
  text-align: center;
}

/* line 653, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  margin-top: 15px;
}
/* line 659, ../scss/module/_checkout-onepage.scss */
.gift-message-form .inner-box > div.extra-options-container p {
  margin-bottom: 15px;
}
/* line 667, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form label {
  margin-right: 10px;
}
/* line 671, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form img {
  float: left;
}
/* line 675, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px;
}
/* line 678, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
  content: '';
  display: table;
  clear: both;
}
/* line 682, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
  margin-right: 5px;
}
/* line 688, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #ECECEC;
}
/* line 693, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item:after {
  content: '';
  display: table;
  clear: both;
}
/* line 697, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box {
  width: 200px;
}
/* line 700, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-image {
  width: 75px;
  margin-left: auto;
  margin-right: auto;
}
/* line 706, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .product-img-box .product-name {
  display: block;
}
/* line 711, ../scss/module/_checkout-onepage.scss */
.gift-message-form .gift-item .fieldset {
  margin-left: 200px;
}

@media only screen and (max-width: 1020px) {
  /* line 717, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .col2-set .col-1, .opc #opc-login .col2-set .col-2 {
    padding: 37px 10px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 723, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .col2-set .col-2 {
    width: 365px;
  }

  /* line 726, ../scss/module/_checkout-onepage.scss */
  #opc-login .step-title {
    margin-left: -364px;
  }

  /* line 729, ../scss/module/_checkout-onepage.scss */
  #opc-billing .step-title {
    margin-left: -276px;
    width: 580px;
  }

  /* line 733, ../scss/module/_checkout-onepage.scss */
  #opc-review .step-title {
    margin-left: 260px;
  }

  /* line 736, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col1, .opc .col1 {
    width: 364px !important;
  }

  /* line 739, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col2, .opc .col2 {
    width: 305px !important;
  }

  /* line 742, ../scss/module/_checkout-onepage.scss */
  .order_edit {
    margin-top: 0;
    margin-right: 20px;
  }

  /* line 746, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col2 .order_edit, .opc .col2 .order_edit {
    margin: 0px;
  }

  /* line 750, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper li {
    height: 140px;
  }
  /* line 753, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .re_prod_img {
    width: 90px;
    padding-right: 10px;
  }
  /* line 757, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .re_prod_title {
    width: 185px;
  }
  /* line 760, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .a-right {
    width: 60px;
  }
  /* line 763, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .rw_total li {
    font-size: 13px;
  }
  /* line 765, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .rw_total li.grand_total {
    font-size: 18px;
  }

  /* line 772, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col1, .my_order_details_table {
    width: 395px !important;
    margin-right: 0;
  }

  /* line 776, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col2, .myorder-service {
    width: 275px !important;
    border-left: 1px solid #e5e4e3;
    margin: 0 0 0 -1px;
    padding-left: 30px;
  }

  /* line 782, ../scss/module/_checkout-onepage.scss */
  .myorder-service {
    margin-top: 28px;
  }

  /* line 785, ../scss/module/_checkout-onepage.scss */
  .my_order_details_table table {
    width: 380px;
  }

  /* line 788, ../scss/module/_checkout-onepage.scss */
  .myorder-service .watsin-store-con .terminal_services ul li {
    margin: 0px 10px 32px 0px;
    width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 796, ../scss/module/_checkout-onepage.scss */
  #opc-login {
    text-align: center;
  }

  /* line 799, ../scss/module/_checkout-onepage.scss */
  .opc h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  /* line 803, ../scss/module/_checkout-onepage.scss */
  .opc_top_title {
    background: #FFF;
    border-bottom: 0px solid #ededed;
    padding: 30px;
  }

  /* line 808, ../scss/module/_checkout-onepage.scss */
  #checkout-step-login .row {
    margin: 0;
  }

  /* line 811, ../scss/module/_checkout-onepage.scss */
  .opc .section .step-title h2 {
    display: none;
  }

  /* line 814, ../scss/module/_checkout-onepage.scss */
  .opc .section .step-title {
    width: 100px;
    top: -45px;
  }

  /* line 818, ../scss/module/_checkout-onepage.scss */
  #opc-login .step-title {
    margin-left: -150px;
  }

  /* line 821, ../scss/module/_checkout-onepage.scss */
  #opc-billing .step-title {
    margin-left: -50px;
    width: 100px;
  }

  /* line 825, ../scss/module/_checkout-onepage.scss */
  #opc-review .step-title {
    margin-left: 50px;
  }

  /* line 828, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .col2-set .col-2 {
    width: 100%;
    float: none;
  }

  /* line 832, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .col2-set .col-1, .opc #opc-login .col2-set .col-2 {
    padding: 0px 0 15px;
    border-left: 0;
    float: left;
  }

  /* line 837, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .fb_log_acc {
    margin-top: 15px;
    padding-top: 20px;
  }

  /* line 841, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .col2-set .col-2 .creat_wrapper, .opc #opc-login .col2-set .col-2 .fb_log_acc {
    padding-left: 0;
  }

  /* line 844, ../scss/module/_checkout-onepage.scss */
  .opc #opc-login .fb_log_acc .fb_button_ps {
    width: 100%;
  }

  /* line 848, ../scss/module/_checkout-onepage.scss */
  .opc .row {
    margin: auto;
  }
  /* line 851, ../scss/module/_checkout-onepage.scss */
  .opc label, .opc .validation-advice {
    width: 100%;
    text-align: center;
  }
  /* line 855, ../scss/module/_checkout-onepage.scss */
  .opc #billing-new-address-form .push_1 {
    left: 0%;
  }
  /* line 859, ../scss/module/_checkout-onepage.scss */
  .opc #billing-buttons-container .button {
    width: 100%;
  }
  /* line 863, ../scss/module/_checkout-onepage.scss */
  .opc #co-billing-form h3 {
    margin: 0px 0 20px;
  }
  /* line 866, ../scss/module/_checkout-onepage.scss */
  .opc .review_title {
    text-align: center;
  }
  /* line 869, ../scss/module/_checkout-onepage.scss */
  .opc h3 {
    text-align: center;
  }
  /* line 872, ../scss/module/_checkout-onepage.scss */
  .opc h3 span {
    color: #333333;
  }

  /* line 877, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col1, .opc .col1, .my-order-add .col2, .opc .col2 {
    border-right: 0px;
    border-bottom: 1px solid #e5e4e3;
    width: 100% !important;
    min-height: initial;
  }

  /* line 883, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col1, .my-order-add .col2, .opc .col1, .opc .col2 {
    padding: 10px 0;
    text-align: center;
  }

  /* line 887, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col2 .order_edit, .opc .col2 .order_edit, .order_edit {
    margin: -32px 0 0 0;
    float: right;
  }

  /* line 891, ../scss/module/_checkout-onepage.scss */
  .my-order-add .box-title, .opc .box-title {
    float: none;
  }

  /* line 894, ../scss/module/_checkout-onepage.scss */
  .my-order-add .box-title, .opc .box-title {
    margin: 10px 0;
  }

  /* line 897, ../scss/module/_checkout-onepage.scss */
  .my-order-add .box-title, .opc .box-title, .my-order-add strong, .opc strong {
    color: #333333;
    font-weight: bold;
  }

  /* line 901, ../scss/module/_checkout-onepage.scss */
  .opc .box-title {
    font-size: 14px;
  }

  /* line 904, ../scss/module/_checkout-onepage.scss */
  .my-order-add .box-content strong, .opc .box-content strong {
    width: 100%;
    display: block;
  }

  /* line 909, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper li {
    height: auto;
    width: 100%;
    padding: 10px 0;
  }
  /* line 913, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper li h3 {
    text-align: left;
  }
  /* line 916, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper li > div {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  /* line 923, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .re_prod_img {
    width: 25%;
    padding-right: 1%;
  }
  /* line 927, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .re_prod_title {
    width: 50%;
  }
  /* line 930, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .a-right {
    width: 25%;
  }

  /* line 934, ../scss/module/_checkout-onepage.scss */
  #checkout-review-submit {
    width: 100%;
  }
  /* line 936, ../scss/module/_checkout-onepage.scss */
  #checkout-review-submit .place_ord_btn.grid_3 {
    width: 100%;
    margin: 0;
  }
  /* line 939, ../scss/module/_checkout-onepage.scss */
  #checkout-review-submit .place_ord_btn.grid_3 .button-reverse.btn-go-back {
    margin-bottom: 10px;
  }

  /* line 944, ../scss/module/_checkout-onepage.scss */
  .rw_total_container .grid_6 {
    width: 100%;
  }

  /* line 947, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .rw_total_container {
    margin: 10px 0;
    padding-top: 10px;
  }
  /* line 950, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .rw_total_container li {
    padding: 0;
  }
  /* line 952, ../scss/module/_checkout-onepage.scss */
  #checkout-review-table-wrapper .rw_total_container li.saved-amt {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #e5e4e3;
    border-bottom: 1px solid #e5e4e3;
    text-align: center;
  }

  /* line 962, ../scss/module/_checkout-onepage.scss */
  .opc .section .step-title:after {
    border-color: #FFF;
  }

  /* line 965, ../scss/module/_checkout-onepage.scss */
  .my-order-add .box-title {
    width: 100% !important;
  }

  /* line 968, ../scss/module/_checkout-onepage.scss */
  .my-order-add .col2 .my_add {
    float: none;
  }

  /* line 971, ../scss/module/_checkout-onepage.scss */
  .my_order_details_table {
    width: 100% !important;
    border: 0;
    padding: 0 5px;
  }

  /* line 976, ../scss/module/_checkout-onepage.scss */
  .my_order_details_table table {
    width: 100%;
  }

  /* line 979, ../scss/module/_checkout-onepage.scss */
  .buttons-set .back-link {
    float: none;
  }

  /* line 982, ../scss/module/_checkout-onepage.scss */
  .my_order_details_table .buttons-set {
    margin: 15px 0;
    padding: 0;
  }

  /* line 986, ../scss/module/_checkout-onepage.scss */
  .myorder-service {
    width: 98% !important;
    margin: 0 auto !important;
    padding: 0;
    display: block !important;
    float: none !important;
    border: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 999, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }
  /* line 1004, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }
  /* line 1007, ../scss/module/_checkout-onepage.scss */
  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }
}
/* ============================================ *
 * Checkout - Success
 * ============================================ */
/* line 7, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: left;
}
/* line 12, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center;
}
/* line 16, ../scss/module/_checkout-success.scss */
.checkout-onepage-success .buttons-set button {
  float: none;
}

/* line 22, ../scss/module/_checkout-success.scss */
.success_page_con {
  border-bottom: 1px solid #e5e4e3;
  margin-top: -1px;
}
/* line 25, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block {
  padding-bottom: 50px;
}
/* line 27, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block p {
  color: #848484;
  margin: 5px 0 7px 0;
}
/* line 30, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block p a {
  color: #db5519;
}
/* line 32, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block p a:hover {
  color: #333333;
  text-decoration: underline;
}
/* line 38, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block .succes_share li {
  padding: 0 7px 0 0;
}
/* line 40, ../scss/module/_checkout-success.scss */
.success_page_con .what-next-block .succes_share li:first-child {
  width: 100%;
  margin: 40px 0 5px;
  text-align: left;
}
/* line 47, ../scss/module/_checkout-success.scss */
.success_page_con .wats-on-wdf ul > li:nth-child(3) {
  clear: none;
}

/* line 52, ../scss/module/_checkout-success.scss */
.succes_top .page-title {
  padding: 35px 0;
}
/* line 55, ../scss/module/_checkout-success.scss */
.succes_top p {
  color: #848484;
  font-family: open_sansregular, proxima_nova_rgbold;
}
/* line 58, ../scss/module/_checkout-success.scss */
.succes_top p.order_info {
  color: #333333;
  margin: 6px 0 5px;
  font-weight: bold;
}

/* Clears */
/* line 3, ../scss/module/_configurableswatches.scss */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* line 7, ../scss/module/_configurableswatches.scss */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

/* line 8, ../scss/module/_configurableswatches.scss */
.product-view .product-options dt.swatch-attr label {
  display: block;
  line-height: 1.3;
}

/* General Swatch Styling */
/* line 11, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
}

/* line 12, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

/* line 13, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

/* line 14, ../scss/module/_configurableswatches.scss */
.swatch-link img {
  border-radius: 3px;
}

/* line 15, ../scss/module/_configurableswatches.scss */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666666;
  text-decoration: none;
  box-sizing: content-box;
}

/* line 17, ../scss/module/_configurableswatches.scss */
.swatch-link {
  border: 1px solid #bbbbbb;
  margin: 0 0 3px;
}

/* line 18, ../scss/module/_configurableswatches.scss */
#narrow-by-list dd .swatch-link {
  float: left;
  margin-right: 2px;
  padding: 0;
}

/* line 19, ../scss/module/_configurableswatches.scss */
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 10px;
}

/* line 20, ../scss/module/_configurableswatches.scss */
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #efefef;
}

/* line 21, ../scss/module/_configurableswatches.scss */
.swatch-link:hover {
  cursor: pointer;
}

/* line 22, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  cursor: default;
}

/* line 23, ../scss/module/_configurableswatches.scss */
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

/* line 24, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .x {
  display: block;
}

/* line 25, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link {
  border-color: #e6e6e6;
  position: relative;
}

/* line 26, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

/* Image Swatches */
/* line 29, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image .swatch-label {
  position: relative;
}

/* line 30, ../scss/module/_configurableswatches.scss */
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 31, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* Other Swatch States */
/* line 34, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #44f;
}

/* line 37, ../scss/module/_configurableswatches.scss */
.currently .swatch-link:hover {
  border-color: #bbbbbb;
}

/* line 38, ../scss/module/_configurableswatches.scss */
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

/* line 40, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box {
  background: none !important;
}

/* line 41, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box select.swatch-select {
  display: none;
}

/* line 42, ../scss/module/_configurableswatches.scss */
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #D91A00;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
/* line 45, ../scss/module/_configurableswatches.scss */
.availability.out-of-stock span {
  color: #333;
}

/* line 46, ../scss/module/_configurableswatches.scss */
.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

/* line 47, ../scss/module/_configurableswatches.scss */
.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

/* line 48, ../scss/module/_configurableswatches.scss */
.product-options .select-label {
  display: none;
}

/* line 49, ../scss/module/_configurableswatches.scss */
.product-options dt.swatch-attr label,
.product-options dt.swatch-attr .select-label {
  font-size: 12px;
}

/* line 51, ../scss/module/_configurableswatches.scss */
.product-options dt.swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #00acb1;
  padding-left: 5px;
}

/* ============================================ *
 * Customer
 * ============================================ */
/* line 9, ../scss/module/_customer.scss */
.customer-account-login .scaffold-form label:first-child {
  width: 115px;
}
/* line 15, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
}
/* line 19, ../scss/module/_customer.scss */
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
  float: none;
  min-width: 50%;
  margin: 0;
}
/* line 28, ../scss/module/_customer.scss */
.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
  /* line 38, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding-top: 0;
    margin-top: 20px;
  }
  /* line 44, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
  }
  /* line 48, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 20px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (min-width: 768px) {
  /* line 57, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-right: 0;
  }
  /* line 61, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-left: 60px;
    border-left: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 479px) {
  /* line 70, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-1 {
    padding-bottom: 30px;
  }
  /* line 74, ../scss/module/_customer.scss */
  .customer-account-login .col2-set .col-2 {
    padding-top: 30px;
    border-top: 1px solid #EDEDED;
  }
}
@media only screen and (max-width: 768px) {
  /* line 82, ../scss/module/_customer.scss */
  .customer-account-login .col2-set p.required {
    display: none;
  }
}

/* line 90, ../scss/module/_customer.scss */
.customer-account-create .scaffold-form label:first-child {
  width: 140px;
}

/* line 96, ../scss/module/_customer.scss */
.opc #opc-login p:not(.required) {
  font-size: 13px;
  color: #A0A0A0;
}

/* line 102, ../scss/module/_customer.scss */
.remember-me-box a.hide {
  display: none;
}
/* line 105, ../scss/module/_customer.scss */
.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px;
}

/* line 111, ../scss/module/_customer.scss */
.remember-me-popup {
  display: none;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: relative;
}
/* line 117, ../scss/module/_customer.scss */
.remember-me-popup.show {
  display: block;
}
/* line 121, ../scss/module/_customer.scss */
.remember-me-popup p {
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 125, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px;
}
/* line 133, ../scss/module/_customer.scss */
.remember-me-popup .remember-me-popup-close-button {
  display: none;
}

/* line 142, ../scss/module/_customer.scss */
.customer-account-create .buttons-set .button {
  width: 240px;
}
/* line 156, ../scss/module/_customer.scss */
.customer-account-create .fieldset .hidden {
  display: none;
}
/* line 160, ../scss/module/_customer.scss */
.customer-account-create #remember-me-popup {
  max-width: 455px;
}

@media only screen and (max-width: 767px) {
  /* line 165, ../scss/module/_customer.scss */
  .customer-account-create .buttons-set .button {
    width: 100%;
  }
}
/* line 168, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset {
  margin-left: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 479px) {
  /* line 168, ../scss/module/_customer.scss */
  .customer-account-forgotpassword .fieldset {
    margin-left: 0;
  }
}
/* line 177, ../scss/module/_customer.scss */
.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%;
}

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
/* line 188, ../scss/module/_customer.scss */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left;
}
/* line 193, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account {
  position: relative;
  float: left;
}
/* line 197, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .new-button {
  margin-bottom: 50px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  float: left;
}
/* line 203, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .new-button .button-reverse {
  width: 235px;
  margin-right: 22px;
}
/* line 209, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .fieldset {
  margin-top: 0;
}
/* line 212, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .fieldset textarea {
  border: 1px solid #c5c5c5;
  resize: none;
}
/* line 220, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .my-reg {
  border-top: 0;
}
/* line 223, ../scss/module/_customer.scss */
body.customer-account .my-account .wishlist-account .my-reg .reg_msg {
  right: 22px;
}
/* line 231, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: left;
}
/* line 235, ../scss/module/_customer.scss */
body.customer-account .my-account .title-buttons h1 {
  text-align: left;
}
/* line 240, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
}
/* line 247, ../scss/module/_customer.scss */
body.customer-account .my-account .addresses-list h3 {
  font-size: 14px;
  font-weight: 600;
}
/* line 252, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
}
/* line 257, ../scss/module/_customer.scss */
body.customer-account .my-account .fieldset .input-box {
  margin-bottom: 0px;
}
/* line 264, ../scss/module/_customer.scss */
body.customer-account .data-table {
  margin-top: 5px;
}
/* line 268, ../scss/module/_customer.scss */
body.customer-account .data-table td a {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-size: 13px;
}
/* line 280, ../scss/module/_customer.scss */
body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0;
}
/* line 286, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px;
}
/* line 290, ../scss/module/_customer.scss */
body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px;
}
/* line 297, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 302, ../scss/module/_customer.scss */
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0;
}
/* line 309, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px;
}
/* line 316, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 320, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 325, ../scss/module/_customer.scss */
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0;
}

/* line 336, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px;
}
/* line 343, ../scss/module/_customer.scss */
.form-list .customer-dob .dob-year {
  width: 80px;
  float: left;
}

@media only screen and (max-width: 767px) {
  /* line 352, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  /* line 355, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset {
    margin: 0;
  }
  /* line 361, ../scss/module/_customer.scss */
  body.customer-account .wishlist-account .wide {
    width: 100%;
  }
  /* line 366, ../scss/module/_customer.scss */
  body.customer-account .wishlist-account .new-button {
    width: 100%;
    padding-bottom: 0;
  }
  /* line 370, ../scss/module/_customer.scss */
  body.customer-account .wishlist-account .new-button .buttons-set {
    width: 100%;
  }
  /* line 373, ../scss/module/_customer.scss */
  body.customer-account .wishlist-account .new-button .buttons-set a {
    width: 100% !important;
    margin-bottom: 0;
  }
  /* line 379, ../scss/module/_customer.scss */
  body.customer-account .wishlist-account .new-button .buttons-set button {
    width: 100% !important;
    margin: 20px 0;
  }
}
/* ============================================ *
 * Dashboard
 * ============================================ */
/* line 393, ../scss/module/_customer.scss */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 7px;
}
/* line 398, ../scss/module/_customer.scss */
.dashboard .box-head h2 {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0;
}
/* line 405, ../scss/module/_customer.scss */
.dashboard .box-head a {
  padding: 10px;
}
/* line 412, ../scss/module/_customer.scss */
.dashboard .box-title a,
.dashboard .box-head a {
  text-transform: uppercase;
  font-size: 12px;
}
/* line 418, ../scss/module/_customer.scss */
.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}
/* line 423, ../scss/module/_customer.scss */
.dashboard .box-account p,
.dashboard .box-account address {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
/* line 431, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0;
}
/* line 436, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
  position: relative;
  padding-bottom: 10px;
}
/* line 440, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
/* line 447, ../scss/module/_customer.scss */
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 10px;
  line-height: 19.6px;
}
/* line 459, ../scss/module/_customer.scss */
.dashboard .box-reviews.box-account {
  padding-bottom: 0;
}
/* line 463, ../scss/module/_customer.scss */
.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid #EDEDED;
}
/* line 467, ../scss/module/_customer.scss */
.dashboard .box-reviews li:first-child {
  border-top: 0;
}
/* line 471, ../scss/module/_customer.scss */
.dashboard .box-reviews li .number {
  margin-right: -20px;
  float: left;
  line-height: 1.4;
  font-size: 13px;
}
/* line 478, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details {
  margin-left: 20px;
}
/* line 481, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings {
  content: '';
  display: table;
  clear: both;
  margin-bottom: 0;
}
/* line 485, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings strong {
  float: left;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  margin-right: 5px;
}
/* line 492, ../scss/module/_customer.scss */
.dashboard .box-reviews li .details .ratings .rating-box {
  float: left;
  margin: 3px 0 0 0;
}

/* ============================================ *
 * Address Book
 * ============================================ */
/* line 507, ../scss/module/_customer.scss */
.my-account .addresses-list {
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 510, ../scss/module/_customer.scss */
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
  padding-bottom: 0;
}
/* line 515, ../scss/module/_customer.scss */
.my-account .addresses-list .item {
  margin: 0 0 30px 0;
}
/* line 518, ../scss/module/_customer.scss */
.my-account .addresses-list .item p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 524, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 530, ../scss/module/_customer.scss */
  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 539, ../scss/module/_customer.scss */
  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
}

/* ============================================ *
 * Order View
 * ============================================ */
/* line 552, ../scss/module/_customer.scss */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
  margin-bottom: 30px;
}
/* line 558, ../scss/module/_customer.scss */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline;
}
/* line 565, ../scss/module/_customer.scss */
.order-info dt {
  margin-right: 20px;
}
/* line 569, ../scss/module/_customer.scss */
.order-info li {
  margin: 0 0 0 20px;
}
/* line 572, ../scss/module/_customer.scss */
.order-info li.current {
  font-weight: 600;
}
/* line 576, ../scss/module/_customer.scss */
.order-info li:first-child {
  margin-left: 0;
}

/* line 582, ../scss/module/_customer.scss */
.order-date {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 587, ../scss/module/_customer.scss */
.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 591, ../scss/module/_customer.scss */
.order-info-box + .order-info-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #EDEDED;
}
/* line 596, ../scss/module/_customer.scss */
.order-info-box .col-1 {
  padding-right: 0;
  width: 48%;
}
/* line 601, ../scss/module/_customer.scss */
.order-info-box .col-2 {
  width: 52%;
}
/* line 605, ../scss/module/_customer.scss */
.order-info-box .col-1,
.order-info-box .col-2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 612, ../scss/module/_customer.scss */
.order-info-box .box-title {
  width: 150px;
  padding-right: 10px;
  float: left;
}
/* line 617, ../scss/module/_customer.scss */
.order-info-box .box-title h2 {
  font-size: 14px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
/* line 623, ../scss/module/_customer.scss */
.order-info-box .box-title h2:after {
  content: ':';
}
/* line 629, ../scss/module/_customer.scss */
.order-info-box .box-content {
  float: left;
  font-family: Georgia, Times, "Times New Roman", serif;
}
/* line 633, ../scss/module/_customer.scss */
.order-info-box .box-content td,
.order-info-box .box-content th {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.3;
}
/* line 639, ../scss/module/_customer.scss */
.order-info-box .box-content th {
  padding-top: 10px;
}
/* line 643, ../scss/module/_customer.scss */
.order-info-box .box-content td {
  padding-left: 15px;
}
/* line 647, ../scss/module/_customer.scss */
.order-info-box .box-content strong {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 656, ../scss/module/_customer.scss */
#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 600;
  font-style: italic;
}
/* line 662, ../scss/module/_customer.scss */
#my-orders-table .option-value {
  margin-left: 20px;
}
/* line 666, ../scss/module/_customer.scss */
#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none;
}

/* line 673, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0;
}
/* line 677, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder li input {
  margin-right: 10px;
}
/* line 682, ../scss/module/_customer.scss */
ol#cart-sidebar-reorder p.product-name {
  display: inline;
}

@media only screen and (max-width: 767px) {
  /* line 689, ../scss/module/_customer.scss */
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  /* line 693, ../scss/module/_customer.scss */
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  /* line 698, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none;
  }
  /* line 702, ../scss/module/_customer.scss */
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px;
  }
  /* line 707, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle {
    border-color: #EDEDED;
  }
  /* line 712, ../scss/module/_customer.scss */
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  /* line 718, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  /* line 722, ../scss/module/_customer.scss */
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  /* line 728, ../scss/module/_customer.scss */
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }
}
/* line 734, ../scss/module/_customer.scss */
.order-additional {
  margin: 40px 0;
}
/* line 736, ../scss/module/_customer.scss */
.order-additional .order-about {
  clear: both;
  overflow: hidden;
}
/* line 739, ../scss/module/_customer.scss */
.order-additional .order-about dt {
  margin: 10px 0;
  font-weight: bold;
}
/* line 743, ../scss/module/_customer.scss */
.order-additional .order-about dd {
  margin-bottom: 10px;
}

/* line 750, ../scss/module/_customer.scss */
.order-gift-message dd {
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  /* line 758, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1021px) {
  /* line 770, ../scss/module/_customer.scss */
  body.customer-account .my-account .title-buttons {
    text-align: left;
  }

  /* line 775, ../scss/module/_customer.scss */
  .my_order_details {
    text-align: center;
  }
  /* line 777, ../scss/module/_customer.scss */
  .my_order_details .title-buttons {
    padding: 0px;
    text-align: left;
  }
  /* line 780, ../scss/module/_customer.scss */
  .my_order_details .title-buttons a {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }
  /* line 784, ../scss/module/_customer.scss */
  .my_order_details .title-buttons a.cancel {
    padding-top: 14px;
    font-size: 12px;
  }

  /* line 792, ../scss/module/_customer.scss */
  .data-table span.nobr {
    white-space: normal;
  }
  /* line 795, ../scss/module/_customer.scss */
  .data-table span.nobr a {
    white-space: nowrap;
  }
  /* line 800, ../scss/module/_customer.scss */
  .data-table .separator {
    display: none;
  }

  /* line 810, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 823, ../scss/module/_customer.scss */
  body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship {
    display: none;
  }

  /* line 831, ../scss/module/_customer.scss */
  .order-info-box .box-content {
    clear: left;
  }

  /* line 837, ../scss/module/_customer.scss */
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  /* line 845, ../scss/module/_customer.scss */
  .order-info dt {
    display: none;
  }

  /* line 851, ../scss/module/_customer.scss */
  .dashboard .page-title {
    margin-top: 20px;
  }
  /* line 854, ../scss/module/_customer.scss */
  .dashboard .page-title h1 {
    margin-top: 0;
  }
  /* line 859, ../scss/module/_customer.scss */
  .dashboard .welcome-msg {
    font-family: Georgia, Times, "Times New Roman", serif;
  }
  /* line 862, ../scss/module/_customer.scss */
  .dashboard .welcome-msg .hello {
    font-style: italic;
  }
  /* line 867, ../scss/module/_customer.scss */
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  /* line 873, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 880, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }
  /* line 885, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-2 {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  /* line 896, ../scss/module/_customer.scss */
  body.customer-account .my-account .form-list .control {
    padding-left: 0;
  }
}
@media only screen and (max-width: 530px) {
  /* line 907, ../scss/module/_customer.scss */
  .data-table.orders td.status,
  .data-table.orders th.status {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 916, ../scss/module/_customer.scss */
  .my_order_details {
    text-align: center;
    padding: 17px 10px;
  }

  /* line 923, ../scss/module/_customer.scss */
  body.customer-account .my-account .page-title h1 {
    text-align: center;
  }
  /* line 928, ../scss/module/_customer.scss */
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px;
  }
  /* line 933, ../scss/module/_customer.scss */
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px;
  }
  /* line 937, ../scss/module/_customer.scss */
  body.customer-account .my-account .buttons-set {
    border-top: 0;
  }
  /* line 942, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto;
  }
  /* line 949, ../scss/module/_customer.scss */
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px;
  }

  /* line 956, ../scss/module/_customer.scss */
  .order-info {
    margin-top: 15px;
  }

  /* line 962, ../scss/module/_customer.scss */
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  /* line 967, ../scss/module/_customer.scss */
  .data-table.orders td.view {
    text-align: right;
  }

  /* line 975, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }
  /* line 981, ../scss/module/_customer.scss */
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: absolute;
    padding: 10px;
  }

  /* line 990, ../scss/module/_customer.scss */
  .order-info-box {
    margin: 0;
  }
  /* line 993, ../scss/module/_customer.scss */
  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
  }
  /* line 1000, ../scss/module/_customer.scss */
  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }

  /* line 1008, ../scss/module/_customer.scss */
  #my-reviews-table .nobr {
    white-space: normal;
  }
}
/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
/* line 1019, ../scss/module/_customer.scss */
body.fmg-flight-index-index .page-title {
  margin-bottom: 33px;
  paddin-bottom: 14px;
}
/* line 1023, ../scss/module/_customer.scss */
body.fmg-flight-index-index .page-title h1 {
  margin-bottom: 0;
}
/* line 1030, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .buttons-set {
  text-align: left;
}
/* line 1033, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .buttons-set button {
  padding: 12px 64px;
  margin-right: 22px;
  margin-left: 0 !important;
}
/* line 1039, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .buttons-set .button, body.fmg-flight-index-index .newsub .buttons-set .button-fligt {
  float: left;
}
/* line 1048, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub label {
  font-family: proxima_nova_ltsemibold, Arial;
  text-transform: uppercase;
  padding: 8px 0 25px;
  margin: 0px;
  letter-spacing: 1.1px;
  color: #333333;
}
/* line 1055, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub label.radio_mar {
  margin-right: 25px;
}
/* line 1062, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub input[type=radio]:checked + label:before, body.fmg-flight-index-index .newsub input[type=checkbox]:checked + label:before {
  background-position: -111px -256px !important;
}
/* line 1067, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .checkbox + label,
body.fmg-flight-index-index .newsub .radio + label {
  font-size: 13px;
}
/* line 1074, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul.newsletter-details {
  margin-bottom: 50px;
}
/* line 1081, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul .input-box span {
  color: #8e8e8e;
}
/* line 1090, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul li .radio_sty ul {
  margin-bottom: 0;
}
/* line 1093, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul li .radio_sty ul li {
  margin-bottom: 25px;
}
/* line 1096, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul li .radio_sty ul li:last-child {
  margin-bottom: 35px;
}
/* line 1103, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul li .radio_sty:last-child {
  margin-bottom: 0;
}
/* line 1113, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul.newsletter-options li.next-fly {
  position: relative;
}
/* line 1116, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub ul.newsletter-options li.next-fly:after {
  background-color: #EFEBEB;
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: -24px;
  top: 0;
}
/* line 1130, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .fieldset {
  margin-bottom: 20px;
}
/* line 1134, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .fieldset h2 {
  display: none;
}
/* line 1138, ../scss/module/_customer.scss */
body.fmg-flight-index-index .newsub .form-list {
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  /* line 1149, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub .buttons-set {
    padding-top: 0;
    text-align: left;
  }
  /* line 1153, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub .buttons-set .button, body.fmg-flight-index-index .newsub .buttons-set .button-fligt {
    width: 100% !Important;
    display: block;
    margin-bottom: 20px !important;
    float: left;
    margin-left: 0 !important;
  }
  /* line 1163, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul {
    margin-bottom: 0 !important;
  }
  /* line 1167, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul li .radio_sty ul li:last-child {
    margin-bottom: 15px !important;
  }
  /* line 1172, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_2 {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
  }
  /* line 1179, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_3, body.fmg-flight-index-index .newsub ul .grid_5, body.fmg-flight-index-index .newsub ul .grid_4, body.fmg-flight-index-index .newsub ul .grid_6 {
    width: 100%;
    padding-bottom: 20px;
  }
  /* line 1183, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_3 .checkbox + label, body.fmg-flight-index-index .newsub ul .grid_3 .radio + label, body.fmg-flight-index-index .newsub ul .grid_5 .checkbox + label, body.fmg-flight-index-index .newsub ul .grid_5 .radio + label, body.fmg-flight-index-index .newsub ul .grid_4 .checkbox + label, body.fmg-flight-index-index .newsub ul .grid_4 .radio + label, body.fmg-flight-index-index .newsub ul .grid_6 .checkbox + label, body.fmg-flight-index-index .newsub ul .grid_6 .radio + label {
    padding: 0 0 0 20px !important;
  }
  /* line 1186, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_3 input[type=radio] + label:before, body.fmg-flight-index-index .newsub ul .grid_3 input[type=checkbox] + label:before, body.fmg-flight-index-index .newsub ul .grid_5 input[type=radio] + label:before, body.fmg-flight-index-index .newsub ul .grid_5 input[type=checkbox] + label:before, body.fmg-flight-index-index .newsub ul .grid_4 input[type=radio] + label:before, body.fmg-flight-index-index .newsub ul .grid_4 input[type=checkbox] + label:before, body.fmg-flight-index-index .newsub ul .grid_6 input[type=radio] + label:before, body.fmg-flight-index-index .newsub ul .grid_6 input[type=checkbox] + label:before {
    content: "";
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -65px -256px;
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  /* line 1197, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_3 label, body.fmg-flight-index-index .newsub ul .grid_5 label, body.fmg-flight-index-index .newsub ul .grid_4 label, body.fmg-flight-index-index .newsub ul .grid_6 label {
    padding-bottom: 10px;
  }
  /* line 1202, ../scss/module/_customer.scss */
  body.fmg-flight-index-index .newsub ul .grid_3 .input-box, body.fmg-flight-index-index .newsub ul .grid_5 .input-box, body.fmg-flight-index-index .newsub ul .grid_4 .input-box, body.fmg-flight-index-index .newsub ul .grid_6 .input-box {
    margin-bottom: 0;
  }
}
/* ============================================ *
 * Contacts
 * ============================================ */
/* line 8, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px;
}
/* line 12, ../scss/module/_contacts.scss */
.contacts-index-index .buttons-set p.required {
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }
  /* line 20, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }
  /* line 25, ../scss/module/_contacts.scss */
  .contacts-index-index .buttons-set p.required {
    float: right;
  }
}

/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 868px) and (min-width: 769px) {
  /* line 11, ../scss/module/_paypal.scss */
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px;
  }
}

/* line 19, ../scss/module/_paypal.scss */
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
/* line 25, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0;
}
/* line 30, ../scss/module/_paypal.scss */
.paypal-review-order .buttons-set button {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 36, ../scss/module/_paypal.scss */
  .paypal-review-order .col-1 {
    padding-bottom: 0;
  }
  /* line 40, ../scss/module/_paypal.scss */
  .paypal-review-order .field.inactive {
    display: none;
  }
}

/* line 46, ../scss/module/_paypal.scss */
.bml-ad {
  display: none;
}
/* line 50, ../scss/module/_paypal.scss */
.bml-ad.small img {
  margin: auto;
  max-width: 100%;
}

@media only screen and (max-width: 799px) {
  /* line 58, ../scss/module/_paypal.scss */
  .bml-ad.small {
    display: block;
  }
}
@media only screen and (min-width: 800px) {
  /* line 64, ../scss/module/_paypal.scss */
  .bml-ad.large {
    display: block;
  }
}
/* line 69, ../scss/module/_paypal.scss */
div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%;
}
/* line 74, ../scss/module/_paypal.scss */
div.paypal-logo span {
  display: block;
  width: 100%;
}
/* line 78, ../scss/module/_paypal.scss */
div.paypal-logo span a {
  display: inline-block;
  max-width: 100%;
}
/* line 82, ../scss/module/_paypal.scss */
div.paypal-logo span a img {
  max-width: 100%;
}
/* line 88, ../scss/module/_paypal.scss */
div.paypal-logo span > img {
  display: none;
}

/* line 94, ../scss/module/_paypal.scss */
.checkout-types div.paypal-logo {
  text-align: right;
}

/* line 99, ../scss/module/_paypal.scss */
.bml-checkout-type {
  list-style-type: none;
}

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* line 7, ../scss/module/_review.scss */
#customer-reviews {
  width: auto;
  float: none;
}
/* line 11, ../scss/module/_review.scss */
#customer-reviews .review-heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 10px 0 5px;
}
/* line 16, ../scss/module/_review.scss */
#customer-reviews .review-heading:after {
  content: '';
  display: table;
  clear: both;
}
/* line 20, ../scss/module/_review.scss */
#customer-reviews .review-heading h2 {
  float: left;
  display: block;
}
/* line 25, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager {
  clear: none;
  float: right;
  width: auto;
}
/* line 31, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter {
  margin-bottom: 0;
}
/* line 34, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .count-container .limiter label {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 42, ../scss/module/_review.scss */
#customer-reviews .review-heading .pager .amount {
  display: none;
}
/* line 48, ../scss/module/_review.scss */
#customer-reviews h2 {
  color: #e66228;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 53, ../scss/module/_review.scss */
#customer-reviews h2 span {
  color: #333333;
}
/* line 58, ../scss/module/_review.scss */
#customer-reviews h3 {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 64, ../scss/module/_review.scss */
#customer-reviews h3 span {
  color: #e66228;
}
/* line 69, ../scss/module/_review.scss */
#customer-reviews .fieldset {
  padding-top: 25px;
  width: 470px;
}
/* line 73, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
  text-transform: uppercase;
}
/* line 81, ../scss/module/_review.scss */
#customer-reviews .fieldset h4 em {
  display: none;
}
/* line 86, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 10px 0;
  text-transform: uppercase;
  width: 470px;
}
/* line 101, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list .inline-label:after {
  content: '';
  display: table;
  clear: both;
}
/* line 106, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list label {
  font-size: 12px;
  font-weight: normal;
}
/* line 111, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list textarea {
  border: 1px solid #CCCCCC;
  border-radius: 0;
  min-width: 100%;
  -webkit-appearance: none;
}
/* line 118, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input {
  border: 1px solid #CCCCCC;
  border-radius: 0;
}
/* line 122, ../scss/module/_review.scss */
#customer-reviews .fieldset .form-list input[type="text"] {
  width: 100%;
}
/* line 129, ../scss/module/_review.scss */
#customer-reviews .buttons-set {
  border: none;
  margin: 0;
  width: 470px;
}
/* line 135, ../scss/module/_review.scss */
#customer-reviews dl {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 141, ../scss/module/_review.scss */
#customer-reviews dl dt {
  margin: 10px 0;
  text-transform: uppercase;
}
/* line 146, ../scss/module/_review.scss */
#customer-reviews dl dd {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  margin: 10px 0;
}
/* line 151, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
}
/* line 156, ../scss/module/_review.scss */
#customer-reviews dl dd .ratings-table tr {
  float: left;
  margin-right: 15px;
}
/* line 162, ../scss/module/_review.scss */
#customer-reviews dl dd table {
  margin: 15px 0;
}
/* line 166, ../scss/module/_review.scss */
#customer-reviews dl dd .review-meta {
  color: #e66228;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 178, ../scss/module/_review.scss */
.comments-entry .input-box, .reviews .input-box {
  margin-bottom: 25px;
}
/* line 181, ../scss/module/_review.scss */
.comments-entry input[type=text], .reviews input[type=text] {
  height: 48px;
  margin-bottom: 0px;
}

/* line 188, ../scss/module/_review.scss */
.rat-review .input-box .star-to-rate {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 5px;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/icon_sprite.png) 0 -615px;
}
/* line 194, ../scss/module/_review.scss */
.rat-review .input-box .star-to-rate.star-selected {
  cursor: pointer;
  background-position: 0 -597px;
}

/* line 202, ../scss/module/_review.scss */
.review-summary-table {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 0 10px;
}
/* line 206, ../scss/module/_review.scss */
.review-summary-table thead {
  background: transparent;
}
/* line 209, ../scss/module/_review.scss */
.review-summary-table thead th {
  background: transparent;
  border: none;
  padding: 15px 7px 10px 8px;
}
/* line 217, ../scss/module/_review.scss */
.review-summary-table tbody th {
  background: #FFFFFF;
  font-size: 12px;
}
/* line 221, ../scss/module/_review.scss */
.review-summary-table tbody td {
  border: none;
  text-align: center;
  padding: 0;
}
/* line 226, ../scss/module/_review.scss */
.review-summary-table tbody td label {
  width: 100%;
  display: block;
  padding: 11px 0;
}
/* line 235, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number {
  display: none;
}
/* line 238, ../scss/module/_review.scss */
.review-summary-table .rating-box .rating-number:after {
  content: "";
  display: inline-block;
  background-position: 0px -599px;
  width: 13px;
  height: 14px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* ============================================ *
 * Ratings - Global
 * ============================================ */
/* line 258, ../scss/module/_review.scss */
.ratings-table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 263, ../scss/module/_review.scss */
.ratings-table th {
  padding-right: 10px;
}
/* line 267, ../scss/module/_review.scss */
.ratings-table .rating-box {
  background-position: 0 -615px;
  background-repeat: repeat-x;
  height: 17px;
  overflow: hidden;
  text-indent: -9999px;
  width: 100px;
}
/* line 276, ../scss/module/_review.scss */
.ratings-table .rating-box .rating {
  background-position: 0 -597px;
  background-repeat: repeat-x;
  float: left;
  height: 17px;
  text-indent: -9999px;
}

@media only screen and (max-width: 768px) {
  /* line 293, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0;
  }
  /* line 297, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%;
  }
  /* line 301, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table {
    margin: 10px 0;
    width: 100%;
  }
  /* line 305, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 535px) {
  /* line 322, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0;
  }
  /* line 326, ../scss/module/_review.scss */
  body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  /* line 341, ../scss/module/_review.scss */
  #customer-reviews .fieldset {
    width: 100%;
  }
  /* line 344, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list {
    width: 100%;
  }
  /* line 348, ../scss/module/_review.scss */
  #customer-reviews .fieldset .form-list .inline-label label,
  #customer-reviews .fieldset .form-list .inline-label .input-box {
    float: none;
  }
  /* line 356, ../scss/module/_review.scss */
  #customer-reviews .buttons-set {
    width: 100%;
  }
  /* line 363, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 370, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 375, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px;
  }
  /* line 381, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    text-align: center;
    background: none;
    height: 19.6px;
    width: 100%;
  }
  /* line 388, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating {
    display: none;
  }
  /* line 391, ../scss/module/_review.scss */
  #customer-reviews .review-summary-table .rating-box .rating-number {
    display: inline-block;
  }
}
@media only screen and (max-width: 450px) {
  /* line 403, ../scss/module/_review.scss */
  #customer-reviews dl dd .ratings-table tr {
    float: none;
  }
}
/* ============================================ *
 * Review View Page
 * ============================================ */
/* line 414, ../scss/module/_review.scss */
.review-product-view .product-review .product-details h2 {
  border-bottom: none;
}
/* line 419, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%;
}
/* line 423, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box > a {
  width: 100%;
}
/* line 427, ../scss/module/_review.scss */
.review-product-view .product-review .product-img-box .product-image {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  /* line 437, ../scss/module/_review.scss */
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
}
/* ============================================ *
 * Slideshow
 * ============================================ */
/* line 7, ../scss/module/_slideshow.scss */
.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #EDEDED;
}
/* line 14, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 0;
  border: 10px solid #FFFFFF;
}
/* line 20, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
}
/* line 30, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li:first-child {
  position: static;
  z-index: 100;
}
/* line 35, ../scss/module/_slideshow.scss */
.slideshow-container .slideshow > li img {
  max-width: 100%;
  width: 100%;
}

/* line 43, ../scss/module/_slideshow.scss */
.slideshow-pager {
  text-align: center;
  width: 100%;
  z-index: 115;
  position: absolute;
  bottom: 0px;
  top: auto;
  overflow: hidden;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 53, ../scss/module/_slideshow.scss */
.slideshow-pager span {
  font-family: arial;
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #DDDDDD;
  cursor: pointer;
}
/* line 62, ../scss/module/_slideshow.scss */
.slideshow-pager span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
/* line 76, ../scss/module/_slideshow.scss */
.slideshow-pager span:hover:before {
  background-color: #FFF;
}
/* line 80, ../scss/module/_slideshow.scss */
.slideshow-pager span.cycle-pager-active:before {
  background-color: #FFF;
}
/* line 85, ../scss/module/_slideshow.scss */
.slideshow-pager > * {
  cursor: pointer;
}

/* line 90, ../scss/module/_slideshow.scss */
.slideshow-prev,
.slideshow-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 80px;
  height: 100%;
  opacity: 0.6;
  z-index: 110;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
/* line 102, ../scss/module/_slideshow.scss */
.slideshow-prev:before,
.slideshow-next:before {
  content: '';
  width: 0;
  height: 0;
  font-size: 0;
  position: absolute;
  border-style: solid;
  display: block;
  top: 50%;
  margin-top: -15px;
}
/* line 114, ../scss/module/_slideshow.scss */
.slideshow-prev:hover,
.slideshow-next:hover {
  opacity: 1;
}
/* line 118, ../scss/module/_slideshow.scss */
.slideshow-prev.disabled,
.slideshow-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: default;
}

/* line 124, ../scss/module/_slideshow.scss */
.slideshow-prev {
  left: 8px;
}
/* line 127, ../scss/module/_slideshow.scss */
.slideshow-prev:before {
  border-width: 15px 15px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 50%;
  left: 10px;
}
/* line 134, ../scss/module/_slideshow.scss */
.slideshow-prev:hover:before {
  border-color: transparent #FFF transparent transparent;
}

/* line 139, ../scss/module/_slideshow.scss */
.slideshow-next {
  right: 8px;
}
/* line 142, ../scss/module/_slideshow.scss */
.slideshow-next:before {
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #FFFFFF;
  top: 50%;
  right: 10px;
}
/* line 149, ../scss/module/_slideshow.scss */
.slideshow-next:hover:before {
  border-color: transparent transparent transparent #FFF;
}

/* line 154, ../scss/module/_slideshow.scss */
.cycle-caption {
  position: absolute;
  color: white;
  bottom: 15px;
  right: 15px;
  z-index: 110;
}

/* line 162, ../scss/module/_slideshow.scss */
.cycle-overlay {
  font-family: tahoma, arial;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 120;
  background: black;
  color: white;
  padding: 15px;
  opacity: .5;
}

/* ============================================ *
 * Wishlist
 * ============================================ */
/* line 8, ../scss/module/_wishlist.scss */
#wishlist-table th {
  text-align: center;
}
/* line 12, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
}
/* line 18, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table th {
  border-bottom: 1px solid #C0C0C0;
}
/* line 26, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table thead th {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 31, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-right: 48px;
  width: 122px;
}
/* line 36, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-image {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 41, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-image img {
  max-height: 130px;
}
/* line 46, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-info {
  width: 146px;
  padding-right: 24px;
}
/* line 50, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-cart {
  padding-right: 0;
  width: 207px;
}
/* line 54, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-remove {
  padding-right: 0;
  text-align: right;
  width: 85px;
}
/* line 59, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td .qty-select-wrapper {
  margin-left: 37px;
}
/* line 63, ../scss/module/_wishlist.scss */
#wishlist-table.clean-table td.customer-wishlist-item-price-mobile {
  display: none;
}
/* line 70, ../scss/module/_wishlist.scss */
#wishlist-table .product-name {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-transform: none;
}
/* line 75, ../scss/module/_wishlist.scss */
#wishlist-table .wishlist-sku {
  font-size: 11px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin: 5px 0;
}
/* line 81, ../scss/module/_wishlist.scss */
#wishlist-table .product-sku {
  color: #848484;
}
/* line 85, ../scss/module/_wishlist.scss */
#wishlist-table textarea {
  border: 1px solid #ededed;
  width: 100%;
  height: 45px;
  font-size: 11px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 94, ../scss/module/_wishlist.scss */
#wishlist-table textarea:focus {
  border: 1px solid #e66228;
}
/* line 99, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px;
}
/* line 104, ../scss/module/_wishlist.scss */
#wishlist-table .item-manage .button {
  color: #FFFFFF;
  font-size: 11px;
  padding: 3px 5px;
}
/* line 111, ../scss/module/_wishlist.scss */
#wishlist-table .cart-cell {
  text-align: center;
}
/* line 124, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-price {
  text-align: center;
}
/* line 130, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .truncated {
  margin-bottom: 10px;
}
/* line 134, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart > p {
  margin-bottom: 0;
}
/* line 138, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
  text-align: center;
}
/* line 142, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
  vertical-align: top;
}
/* line 147, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove {
  text-transform: capitalize;
}
/* line 150, ../scss/module/_wishlist.scss */
#wishlist-table td.customer-wishlist-item-remove > a {
  font-family: proxima_nova_rgregular, Arial;
  letter-spacing: 1.4px;
  text-decoration: underline;
}
/* line 158, ../scss/module/_wishlist.scss */
#wishlist-table .price-box {
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 12px;
}
/* line 162, ../scss/module/_wishlist.scss */
#wishlist-table .price-box .price {
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
/* line 170, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add {
  margin-top: 5px;
}
/* line 173, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add .change {
  display: none;
}
/* line 177, ../scss/module/_wishlist.scss */
#wishlist-table .giftregisty-add li {
  cursor: pointer;
  color: #e66228;
  margin-bottom: 3px;
}
/* line 185, ../scss/module/_wishlist.scss */
#wishlist-table .truncated .details {
  background: none;
  color: #e66228;
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 195, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    padding-right: 48px;
    width: 80px;
  }
  /* line 199, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-info {
    width: 104px;
    padding-right: 24px;
  }
  /* line 203, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 80px;
  }
  /* line 206, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove {
    width: 64px;
  }
  /* line 209, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td .qty-select-wrapper {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 219, ../scss/module/_wishlist.scss */
  .wishlist-table-wrapper {
    margin-left: -1%;
    margin-right: -1%;
  }

  /* line 225, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table tbody td[data-rwd-label]:before {
    display: none;
  }
  /* line 228, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table tr {
    display: block;
    padding: 15px 0;
    text-align: center;
  }
  /* line 233, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td {
    display: inline-block;
    padding: 15px 0;
    width: 23%;
  }
  /* line 237, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-image {
    padding: 15px 0;
  }
  /* line 240, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-info {
    padding-right: 0;
    text-align: left;
  }
  /* line 244, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove {
    width: 23%;
  }
  /* line 246, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-remove > a {
    font: bold 11px/20px proxima_nova_ltsemibold, Arial;
    letter-spacing: 0.2px;
  }
  /* line 251, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-info, #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 48%;
  }
  /* line 254, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td .qty-select-wrapper {
    margin-left: 10%;
  }
  /* line 257, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td .qty-select-wrapper .wishlistqty > a {
    border-color: #000;
    padding-top: 0 !important;
  }
  /* line 261, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td .qty-select-wrapper .wishlistqty .select2-chosen {
    line-height: 40px;
  }
  /* line 266, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-price {
    display: none;
  }
  /* line 269, ../scss/module/_wishlist.scss */
  #wishlist-table.clean-table td.customer-wishlist-item-price-mobile {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  /* #wishlist-table {
       &.clean-table {
           td {
               padding-left: $box-spacing;
               padding-right: $box-spacing;
           }
       }
   }*/
}
@media only screen and (max-width: 1021px) {
    /*#wishlist-table {
        &.clean-table td {
            padding-left: 5px;
            padding-right: 5px;

            textarea {
                height: 100px;
            }

            &.customer-wishlist-item-cart {
                width: 110px;
            }
        }

        .product-name {
            font-size: $f-size-s;
        }
    }*/
}
@media only screen and (max-width: 768px) {
   /* #wishlist-table {
        &:after {
            @include clearfix;
        }

        .product-name {
            font-size: $f-size-xl;
        }

        textarea {
            height: 68px;
            max-width: 100%;
        }

        .item-manage {
            max-width: 100%;
        }

        tr {
            position: relative;

            &:after {
                @include clearfix;
            }
        }

        td.customer-wishlist-item-image {
            width: 70px;

            img {
                width: 70px;
                height: 70px;
            }
        }

        td.customer-wishlist-item-cart {
            p {
                margin-bottom: 0;
            }

            .remove-whishlist-item {
                margin-right: 0;
                padding-top: 4px;
            }
        }

        td.customer-wishlist-item-cart {
            padding-right: 15px;
        }
    }*/
}
@media only screen and (max-width: 767px) {
    /*#wishlist-table {
        td.customer-wishlist-item-quantity {
            padding-left: 0;
        }

        /*td.customer-wishlist-item-image,
        th.customer-wishlist-item-image {
            display: none;
        }
        &.clean-table td {
          display:table-cell;
        }
    }*/
}
@media only screen and (max-width: 479px) {
   /* #wishlist-table {
        tr {
            position: relative;
        }

        th.customer-wishlist-item-image {
            display: block;
        }

        td {
            &.customer-wishlist-item-image,
            &.customer-wishlist-item-info,
            &.customer-wishlist-item-quantity,
            &.customer-wishlist-item-price,
            &.customer-wishlist-item-cart {
                width: 100%;
                padding-left: 0;
                padding-right: 0;
                empty-cells: hide;
            }

            &.customer-wishlist-item-image {
                display: block;
                overflow: hidden;

                a {
                    float: left;

                    img {
                        width: 113px;
                        height: 113px;
                    }
                }
            }

            &.customer-wishlist-item-quantity,
            &.customer-wishlist-item-price {
                text-align: left;

                &:before {
                    float: left;
                    margin-right: $trim-small;
                }

                .cart-cell {
                    text-align: left;
                }

                .price-box {
                    margin-top: 0;
                }
            }

            &.customer-wishlist-item-cart {
                .cart-cell {
                    float: left;
                    width: 48%;
                }

                > p {
                    float: right;
                    width: 48%;
                }
            }

            &.customer-wishlist-item-remove {
                position: absolute;
                top: 15px;
                right: 0px;
                display: block;
                padding: 0px;
                height: 20px;
            }
        }

        &.clean-table {
            td.customer-wishlist-item-cart {
                width: 100%;
            }
        }
    }*/
}
/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
/* line 478, ../scss/module/_wishlist.scss */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px;
}
/* line 482, ../scss/module/_wishlist.scss */
.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px;
}
/* line 487, ../scss/module/_wishlist.scss */
.block-wishlist .price-box {
  float: left;
  margin: 0;
}
/* line 492, ../scss/module/_wishlist.scss */
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 12px;
}
/* line 498, ../scss/module/_wishlist.scss */
.block-wishlist .link-cart {
  float: left;
  text-transform: uppercase;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #EDEDED;
}

/*#wishlist-view-form{
    .wishlist-management{
        float: left;
        width: 21%;
        margin-right: 20px;
        .wishlist-countrylist{
            li{
                border: 1px solid #e5e4e3;
                border-bottom: 0;

                &:first-child{
                    border-top: 0;
                }
                &:last-child{
                    border-bottom: 1px solid #e5e4e3;
                }
                &.active{
                   
                    a{
                       color: #db5519; 
                    }

                }
                a{
                    display: block;
                    padding: 10px 0 10px 10px;
                }
            }
        }
        #wistlist-selector{
            background: #000000;
            color: #FFF;
            padding: 11px 20px;
            text-transform: uppercase;
            font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
            letter-spacing: 1px;
            z-index: 111;
            width: 290px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display:none;
            border: 1px solid #e5e4e3;
            p{
                display: inline-block;
            }
            span{
                background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -448px -442px;
                width: 16px;
                height: 15px;
                float: right;
            }            
        }
    }
    .wishlist-table-wrapper{
        float: right;
        width: 76%;

        #wishlist-table.clean-table td{
            padding-right: 5px;
        }
    }
    .new-button{
        clear:both;
    }
}
#wishlist-view-form .wishlist-management #wistlist-selector  span.wishlist-drop{
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -464px -444px;
}
@include bp(max-width, $bp-small) {
    #wishlist-view-form {
        .wishlist-management{
            width: 290px;
            float:none;
            margin:0 auto ;
            padding-top: 20px;
            
            .wishlist-countrylist{
                display:none;
                
                li a{
                    padding: 10px 0 10px 20px;
                }
            }

            #wistlist-selector{
                display:block;
            }
        }
        .wishlist-table-wrapper{
            width:100%;
            float:none;
            border-top: 1px solid #e5e4e3;
            margin-top: 20px;
        }
        .wishlist-empty{
            border-top: 1px solid #e5e4e3;
            margin-top: 20px;
            padding-top: 10px;
            text-align: center;
        }
    }      
}
*/
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* line 7, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
/* line 12, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
/* line 3, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 14, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
/* line 20, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper:after {
  background-image: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
/* line 27, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
/* line 30, ../scss/mixin/_loading-overlay.scss */
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
/* line 16, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .minicart-wrapper .empty {
  margin-top: 40px;
  text-align: center;
}
/* line 22, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-cart {
  display: none;
}
/* line 25, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/* line 36, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
/* line 49, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list, .header-minicart .block-wishlist {
  padding: 10px;
  padding-top: 0px;
}
/* line 53, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li, .header-minicart .block-wishlist li {
  position: relative;
  width: 207px;
  text-align: center;
}
/* line 57, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li.last, .header-minicart .block-wishlist li.last {
  border: none;
}
/* line 61, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list li .product-details, .header-minicart .block-wishlist li .product-details {
  position: relative;
  margin-top: 10px;
}
/* line 67, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .mini-products-list .product-info .product-label, .header-minicart .block-wishlist .product-info .product-label {
  min-height: 21px;
  margin: 0 0 10px;
}
/* line 73, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper {
  margin: auto;
}
/* line 76, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 80, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper td {
  color: #e66228;
  clear: right;
}
/* line 86, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
/* line 92, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 30px;
}
/* line 99, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}
/* line 105, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
/* line 109, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
/* line 115, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
/* line 120, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
/* line 124, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .subtotal .price {
  color: #e66228;
}
/* line 129, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
/* line 135, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
/* line 142, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

/* line 148, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .empty, .header-wishlist .empty {
  margin: 40px 0 15px;
  text-align: center;
}
/* line 153, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-sidebar-container .bx-controls-direction a, .header-minicart .block-wishlist .bx-controls-direction a, .header-wishlist .cart-sidebar-container .bx-controls-direction a, .header-wishlist .block-wishlist .bx-controls-direction a {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat center right;
  width: 16px;
  height: 31px;
  top: 170px;
}
/* line 159, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-sidebar-container .bx-controls-direction .bx-prev, .header-minicart .block-wishlist .bx-controls-direction .bx-prev, .header-wishlist .cart-sidebar-container .bx-controls-direction .bx-prev, .header-wishlist .block-wishlist .bx-controls-direction .bx-prev {
  background-position: 0px -336px;
  left: -75px;
}
/* line 163, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-sidebar-container .bx-controls-direction .bx-next, .header-minicart .block-wishlist .bx-controls-direction .bx-next, .header-wishlist .cart-sidebar-container .bx-controls-direction .bx-next, .header-wishlist .block-wishlist .bx-controls-direction .bx-next {
  background-position: -26px -336px;
  right: -75px;
}
/* line 167, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .cart-sidebar-container .bx-controls-direction .disabled, .header-minicart .block-wishlist .bx-controls-direction .disabled, .header-wishlist .cart-sidebar-container .bx-controls-direction .disabled, .header-wishlist .block-wishlist .bx-controls-direction .disabled {
  opacity: 0.2;
}
/* line 172, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .checkout-types, .header-wishlist .checkout-types {
  margin: 55px auto 50px;
  overflow: hidden;
  position: relative;
}
/* line 177, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .checkout-types .button, .header-wishlist .checkout-types .button {
  width: 100%;
  padding: 12px 0 10px;
}
/* line 182, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .checkout-types .cart-link, .header-wishlist .checkout-types .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  left: 10px;
  bottom: 17px;
  position: absolute;
}
/* line 194, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart .checkout-types .paypal-logo .paypal-or, .header-wishlist .checkout-types .paypal-logo .paypal-or {
  line-height: 1.6;
}

/* line 202, ../scss/module/_checkout-cart-minicart.scss */
.header-wishlist .product-info .product-label {
  min-height: 21px;
  margin: 5px 0 10px;
}

/* line 210, ../scss/module/_checkout-cart-minicart.scss */
.block-wishlist .button {
  width: 100%;
  padding: 12px 0 10px;
}

/* line 216, ../scss/module/_checkout-cart-minicart.scss */
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (max-width: 479px) {
  /* line 222, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  /* line 230, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .subtotal .label {
    color: #333333;
  }
  /* line 235, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  /* line 240, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .quantity-button {
    float: none;
  }
  /* line 244, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  /* line 248, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  /* line 252, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  /* line 255, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    left: auto;
  }
  /* line 264, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  /* line 268, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  /* line 273, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 670px) {
  /* line 290, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
  /* line 294, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  /* line 304, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  /* line 311, ../scss/module/_checkout-cart-minicart.scss */
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/* line 7, ../scss/module/_search.scss */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: absolute;
  top: 54px !important;
  width: 100% !important;
  z-index: 200;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 7px 0px #c1c1c1;
  -moz-box-shadow: 0px 5px 7px 0px #c1c1c1;
  -webkit-box-shadow: 0px 5px 7px 0px #c1c1c1;
}
/* line 19, ../scss/module/_search.scss */
.search-autocomplete ul {
  padding-top: 10px;
}
/* line 22, ../scss/module/_search.scss */
.search-autocomplete ul li {
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  padding: 0 0 10px 27px;
  text-align: left;
}
/* line 30, ../scss/module/_search.scss */
.search-autocomplete ul li:hover {
  color: #db5519;
}
/* line 34, ../scss/module/_search.scss */
.search-autocomplete ul li.selected {
  background-color: #e66228;
  color: white;
}
/* line 39, ../scss/module/_search.scss */
.search-autocomplete ul li .amount {
  float: right;
  font-weight: bold;
}
/* line 44, ../scss/module/_search.scss */
.search-autocomplete ul li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
/* line 48, ../scss/module/_search.scss */
.search-autocomplete ul li.recommendations {
  cursor: default;
}
/* line 50, ../scss/module/_search.scss */
.search-autocomplete ul li.recommendations a {
  text-decoration: underline;
  color: #db5519;
}
/* line 54, ../scss/module/_search.scss */
.search-autocomplete ul li.recommendations:hover {
  color: #000;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
/* line 68, ../scss/module/_search.scss */
.advanced-search {
  background: #e5e4e3;
  border: 1px solid #EDEDED;
  padding: 30px;
}
/* line 74, ../scss/module/_search.scss */
.advanced-search select.multiselect option {
  border-bottom: 1px solid #EDEDED;
  padding: 2px 5px;
}

@media only screen and (max-width: 479px) {
  /* line 82, ../scss/module/_search.scss */
  .advanced-search {
    padding: 15px;
  }
}
/* ============================================ *
 * Account - Reviews
 * ============================================ */
/* line 9, ../scss/module/_account-reviews.scss */
.product-review .product-img-box p.label {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 18, ../scss/module/_account-reviews.scss */
.product-review .product-img-box .rating-box {
  margin: 15px 0;
}
/* line 24, ../scss/module/_account-reviews.scss */
.product-review .product-details h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #3399CC;
  font-size: 16px;
  font-weight: 600;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  padding-bottom: 10px;
}
/* line 34, ../scss/module/_account-reviews.scss */
.product-review .ratings-table {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
}
/* line 37, ../scss/module/_account-reviews.scss */
.product-review .ratings-table th {
  padding-right: 10px;
}
/* line 41, ../scss/module/_account-reviews.scss */
.product-review .ratings-table tr {
  float: left;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}
/* line 50, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dt {
  border-bottom: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  margin-top: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}
/* line 60, ../scss/module/_account-reviews.scss */
.product-review .ratings-description dd {
  color: #737373;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
}

@media only screen and (min-width: 769px) {
  /* line 73, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
@media only screen and (min-width: 1126px) {
  /* line 85, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 320px) {
  /* line 98, ../scss/module/_account-reviews.scss */
  .product-review .ratings-table tr {
    float: none;
  }
}
/* line 6, ../scss/module/_cms.scss */
.cms-page-view .page-title h3,
.cms-page-view .page-head h3,
.cms-no-route .page-title h3,
.cms-no-route .page-head h3 {
  border: none;
}
/* line 9, ../scss/module/_cms.scss */
.cms-page-view .page-title h1,
.cms-page-view .page-head h1,
.cms-no-route .page-title h1,
.cms-no-route .page-head h1 {
  border-bottom: 1px solid #dddddd;
  margin-left: -1000px;
  margin-right: -1000px;
  padding: 15px 1000px 45px;
}
/* line 19, ../scss/module/_cms.scss */
.cms-page-view.cms-reason-to-buy .std p,
.cms-no-route.cms-reason-to-buy .std p {
  margin-bottom: 30px;
  font-size: 13px;
  color: #848484;
}
/* line 27, ../scss/module/_cms.scss */
.cms-page-view .std,
.cms-no-route .std {
  padding: 0px 0% 35px 0;
}
/* line 29, ../scss/module/_cms.scss */
.cms-faq .cms-page-view .std, .cms-faq
.cms-no-route .std {
  padding: 0px 20% 35px 0;
}
/* line 32, ../scss/module/_cms.scss */
.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
}
/* line 35, ../scss/module/_cms.scss */
.cms-page-view .std p,
.cms-no-route .std p {
  color: #333333;
  font-family: open_sansregular;
  font-size: 14px;
}
/* line 41, ../scss/module/_cms.scss */
.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #e66228;
}
/* line 45, ../scss/module/_cms.scss */
.cms-page-view .std h2,
.cms-no-route .std h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
/* line 50, ../scss/module/_cms.scss */
.cms-page-view .std li,
.cms-no-route .std li {
  color: #333333;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  list-style: initial;
  margin-left: 20px;
}
/* line 62, ../scss/module/_cms.scss */
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: '';
  display: table;
  clear: both;
}

/* line 71, ../scss/module/_cms.scss */
.cms-no-route .std img {
  width: 100%;
}

/* line 81, ../scss/module/_cms.scss */
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px;
}
/* line 84, ../scss/module/_cms.scss */
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
  margin-bottom: 0;
}
/* line 88, ../scss/module/_cms.scss */
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
  list-style: none;
  margin-left: 0;
  font-style: normal;
  font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

/* line 95, ../scss/mixin/_toggle-content.scss */
#accordion .toggle-tabs {
  display: none;
}
/* line 100, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt {
  margin: 0;
  color: #333333;
  font-family: proxima_nova_ltsemibold, Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 10px 7px 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  position: relative;
  background-color: #e5e4e3;
  display: block;
}
/* line 86, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #e66228;
  border-bottom: none;
  left: 10px;
  top: 50%;
  margin-top: -3px;
}
/* line 105, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd {
  padding: 10px;
  margin: 0;
  border-width: 0 1px;
  border-style: solid;
  border-color: #CCCCCC;
}
/* line 112, ../scss/mixin/_toggle-content.scss */
#accordion > dl > dd:last-child {
  border-width: 0 1px 1px 1px;
}
/* line 103, ../scss/module/_cms.scss */
#accordion li {
  position: relative;
  overflow: hidden;
}
/* line 107, ../scss/module/_cms.scss */
#accordion li .plusimage h2 {
  margin-right: 10px;
}

/* line 117, ../scss/module/_cms.scss */
.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0;
}
/* line 122, ../scss/module/_cms.scss */
.page-sitemap .links a {
  position: relative;
}
/* line 125, ../scss/module/_cms.scss */
.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 12px;
}
/* line 130, ../scss/module/_cms.scss */
.page-sitemap .sitemap li {
  margin: 3px 0;
}

/* line 140, ../scss/module/_cms.scss */
.contacts-index-index h1 {
  border: none;
}

/* line 145, ../scss/module/_cms.scss */
#contactForm {
  padding-left: 40px;
}
/* line 148, ../scss/module/_cms.scss */
#contactForm h2 {
  display: none;
}
/* line 152, ../scss/module/_cms.scss */
#contactForm:after {
  content: '';
  display: table;
  clear: both;
}
/* line 156, ../scss/module/_cms.scss */
#contactForm .fieldset .legend + .required {
  margin: 0;
}

/* line 166, ../scss/module/_cms.scss */
.story_category {
  border-bottom: 1px solid #EDEDED;
}
/* line 169, ../scss/module/_cms.scss */
.story_category .nav-story li {
  float: left;
}
/* line 171, ../scss/module/_cms.scss */
.story_category .nav-story li a {
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 47px;
  padding-right: 46px;
  border-left: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #333333;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
}
/* line 186, ../scss/module/_cms.scss */
.story_category .nav-story li a:hover {
  color: #e66228;
}
/* line 189, ../scss/module/_cms.scss */
.story_category .nav-story li.active_story a, .story_category .nav-story li.active a {
  color: #e66228;
  border-bottom: 1px solid #fff;
}
/* line 190, ../scss/module/_cms.scss */
.story_category .nav-story li.active_story:first-child a {
  border-left-width: 0px;
}
/* line 191, ../scss/module/_cms.scss */
.story_category .nav-story li:first-child a {
  padding-left: 0px;
  border-left-width: 0px;
}
/* line 192, ../scss/module/_cms.scss */
.story_category .nav-story li.last a {
  padding-right: 0px;
}

/* line 199, ../scss/module/_cms.scss */
.story_category_list a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
}
/* line 204, ../scss/module/_cms.scss */
.story_category_list a:hover {
  color: #e66228;
}

/* line 210, ../scss/module/_cms.scss */
.productStories .news_container {
  margin: auto;
  float: none;
  overflow: hidden;
  display: block;
}
/* line 215, ../scss/module/_cms.scss */
.productStories .news_container li {
  float: left;
  /*margin-right: 48px;*/
  margin-bottom: 48px;
}
/* line 220, ../scss/module/_cms.scss */
.productStories .news_container li h2, .productStories .news_container li h1 {
  margin: 2px 0 0px;
  max-width: 292px;
  width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.8px;
}
/* line 228, ../scss/module/_cms.scss */
.productStories .news_container li h2 a, .productStories .news_container li h1 a {
  color: #333333;
  font-size: 14px;
}
/* line 230, ../scss/module/_cms.scss */
.productStories .news_container li p {
  color: #848484;
  font-size: 13px;
  max-width: 292px;
  min-height: 45px;
  line-height: 20px;
}

/* line 236, ../scss/module/_cms.scss */
#product_list_cont #infscr-loading {
  display: none !important;
}

/* line 238, ../scss/module/_cms.scss */
#infscr-loading {
  clear: both;
}

/* line 240, ../scss/module/_cms.scss */
.story_category_list {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 50px;
  margin-bottom: 35px;
  margin-top: 56px;
}
/* line 245, ../scss/module/_cms.scss */
.story_category_list ul {
  margin-bottom: 10px;
}
/* line 248, ../scss/module/_cms.scss */
.story_category_list ul li {
  border-left: 1px solid #d6d6d6;
  padding: 0px 19px 0px 17px;
  float: left;
  text-decoration: none;
  color: #333333;
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: 0.7px;
}
/* line 257, ../scss/module/_cms.scss */
.story_category_list ul li:first-child {
  color: #848484;
  letter-spacing: 0.3px;
  border-left-width: 0px;
  padding-left: 0px;
}
/* line 264, ../scss/module/_cms.scss */
.story_category_list ul li a {
  letter-spacing: 0.7px;
}

/* line 269, ../scss/module/_cms.scss */
.advertorial-stories {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

/* line 274, ../scss/module/_cms.scss */
.guest-stories, .advertorial-stories {
  padding-bottom: 15px;
}
/* line 276, ../scss/module/_cms.scss */
.guest-stories .page-title h2, .advertorial-stories .page-title h2 {
  margin: 0 0 30px;
  max-width: none;
}
/* line 277, ../scss/module/_cms.scss */
.guest-stories h2, .advertorial-stories h2 {
  margin: 10px 0 0px;
  max-width: 292px;
}
/* line 279, ../scss/module/_cms.scss */
.guest-stories h2 a, .advertorial-stories h2 a {
  color: #333333;
  font-size: 14px;
}
/* line 281, ../scss/module/_cms.scss */
.guest-stories a.blog_img, .advertorial-stories a.blog_img {
  min-height: 205px;
  display: block;
}
/* line 285, ../scss/module/_cms.scss */
.guest-stories p, .advertorial-stories p {
  color: #848484;
  font-size: 13px;
  max-width: 292px;
  min-height: 45px;
}
/* line 286, ../scss/module/_cms.scss */
.guest-stories .products-grid li, .advertorial-stories .products-grid li {
  margin-bottom: 24px;
}

/* line 291, ../scss/module/_cms.scss */
.list_view_more {
  width: 207px;
  margin: auto;
  display: block;
  text-align: center;
  overflow: hidden;
}
/* line 297, ../scss/module/_cms.scss */
.list_view_more span {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
/* line 302, ../scss/module/_cms.scss */
.list_view_more span.load_btn {
  margin: 10px 10px 0 0;
  float: right;
  font-size: 24px;
  line-height: 0;
  vertical-align: middle;
}
/* line 309, ../scss/module/_cms.scss */
.list_view_more.loading-active span.load_btn {
  /*-webkit-animation: spin1 1s infinite linear;
  -moz-animation: spin1 1s infinite linear;
  -o-animation: spin1 1s infinite linear;
  -ms-animation: spin1 1s infinite linear;
  animation: spin1 1s infinite linear;
  -webkit-transform-origin: 45% 0%;
  -moz-transform-origin: 45% 0%;
  -o-transform-origin: 45% 0%;
  transform-origin: 45% 0%;*/
}

/*@-keyframes spin1 {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}*/
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
/* line 343, ../scss/module/_cms.scss */
.stories-banner-wrapper {
  margin-top: 60px;
}

/* line 346, ../scss/module/_cms.scss */
.stories-content-top {
  border-bottom: 1px solid #ededed;
  margin-top: 34px;
}

/* line 351, ../scss/module/_cms.scss */
.stories-content h1, .stories-content h2, .stories-content h3, .stories-content h4, .stories-content h5, .stories-content h6 {
  letter-spacing: 1.2px;
}
/* line 354, ../scss/module/_cms.scss */
.stories-content h1, .stories-content h2 {
  font-size: 20px;
}
/* line 357, ../scss/module/_cms.scss */
.stories-content .article-title {
  margin-bottom: 22px;
}
/* line 358, ../scss/module/_cms.scss */
.stories-content .published-date {
  margin: 15px 0 22px;
}
/* line 361, ../scss/module/_cms.scss */
.stories-content p {
  color: #848484;
  line-height: 21px;
  letter-spacing: 0.4px;
}
/* line 367, ../scss/module/_cms.scss */
.stories-content .story_content p {
  margin-bottom: 22px;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
}
/* line 370, ../scss/module/_cms.scss */
.stories-content .story_content p a {
  color: #db5519;
}
/* line 372, ../scss/module/_cms.scss */
.stories-content .story_content p a:hover {
  text-decoration: underline;
}
/* line 377, ../scss/module/_cms.scss */
.stories-content .story_content iframe {
  max-width: 100%;
}
/* line 379, ../scss/module/_cms.scss */
.stories-content .story-content-area {
  border-right: 1px solid #ededed;
  margin-right: 0;
  padding-right: 48px;
  padding-bottom: 20px;
  width: 744px !important;
}
/* line 386, ../scss/module/_cms.scss */
.stories-content .story-right-side {
  width: 230px !important;
  margin: 0 0 0 -1px;
  border-left: 1px solid #ededed;
  padding-bottom: 40px;
}
/* line 391, ../scss/module/_cms.scss */
.stories-content .story-right-side .guest_articlces {
  padding-left: 24px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
/* line 398, ../scss/module/_cms.scss */
.stories-content .story-right-side .productStories .news_container li {
  float: left;
  margin: 0 0 0 0;
  max-width: 100%;
}
/* line 403, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing {
  padding-left: 24px;
}
/* line 405, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing h3 {
  font-size: 14px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
/* line 410, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 30px;
  height: 28px;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat 0 0;
  text-decoration: none;
}
/* line 418, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-twitter {
  background-position: -238px -162px;
}
/* line 421, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-fb {
  background-position: -194px -162px;
}
/* line 424, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-plusone {
  background-position: -364px -162px;
}
/* line 427, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-pinterest {
  background-position: -280px -162px;
}
/* line 430, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-instagram {
  background-position: -321px -162px;
}
/* line 433, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a.pdp-mail-icn {
  background-position: -151px -162px;
}
/* line 436, ../scss/module/_cms.scss */
.stories-content .story-right-side .story_social_sharing a:hover {
  opacity: 0.8;
}

/* line 445, ../scss/module/_cms.scss */
.stories-bottom .story_comments {
  border-right: 1px solid #ededed;
  margin-left: 24px;
  padding-bottom: 20px;
  width: 744px !important;
  overflow: hidden;
}
/* line 451, ../scss/module/_cms.scss */
.stories-bottom .story_comments h3 {
  font-size: 20px;
  margin: 40px 0;
}
/* line 460, ../scss/module/_cms.scss */
.stories-bottom .story_comments .comments-entry textarea {
  height: 120px;
  resize: none;
}
/* line 464, ../scss/module/_cms.scss */
.stories-bottom .story_comments .comments-entry .comment-submit {
  /*margin-top: 40px;*/
  margin-bottom: 30px;
}
/* line 468, ../scss/module/_cms.scss */
.stories-bottom .story_comments .comments-entry #formSuccess {
  margin: 20px 0;
}

/* line 474, ../scss/module/_cms.scss */
.magazin-slider {
  margin: 40px 0;
}
/* line 476, ../scss/module/_cms.scss */
.magazin-slider.related-prod {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}
/* line 480, ../scss/module/_cms.scss */
.magazin-slider h3 {
  margin: 0 0 40px 0;
}
/* line 483, ../scss/module/_cms.scss */
.magazin-slider .other_stories.slider-container ul > li {
  text-align: left;
}
/* line 488, ../scss/module/_cms.scss */
.magazin-slider .other_stories.slider-container ul > li img {
  max-height: 193px;
  max-width: 100%;
}
/* line 492, ../scss/module/_cms.scss */
.magazin-slider .other_stories.slider-container ul > li h2 {
  font-size: 14px;
  margin-top: 25px;
}
/* line 496, ../scss/module/_cms.scss */
.magazin-slider .other_stories.slider-container ul > li p {
  color: #848484;
  margin-top: 3px;
  letter-spacing: 0.3px;
}

@media only screen and (min-width: 768px) {
  /* line 505, ../scss/module/_cms.scss */
  .container_12 .std .lg_grid_6 {
    width: 462px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 511, ../scss/module/_cms.scss */
  .stories-content .story-content-area {
    padding-right: 28px;
    width: 491px !important;
  }

  /* line 515, ../scss/module/_cms.scss */
  .container_12 .std .lg_grid_6 {
    width: 336px;
  }

  /* line 518, ../scss/module/_cms.scss */
  .story_category .nav-story li a {
    padding-left: 17px;
    padding-right: 17px;
  }

  /* line 522, ../scss/module/_cms.scss */
  .story_category_list ul li {
    padding: 4px 10px 5px;
    font-size: 13px;
  }

  /* line 526, ../scss/module/_cms.scss */
  .story_category_list {
    padding-bottom: 30px;
    margin-bottom: 25px;
    margin-top: 30px;
  }

  /* line 531, ../scss/module/_cms.scss */
  .guest-stories h2 a, .advertorial-stories h2 a, .guest-stories p, .advertorial-stories p {
    font-size: 12px;
  }

  /* line 534, ../scss/module/_cms.scss */
  .guest-stories a.blog_img, .advertorial-stories a.blog_img {
    min-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 540, ../scss/module/_cms.scss */
  .stories-content .story-content-area {
    width: 98% !important;
    padding-right: 0px;
    border: 0;
    margin: 0 auto;
  }
  /* line 545, ../scss/module/_cms.scss */
  .stories-content .story-content-area .row {
    margin: auto;
  }

  /* line 549, ../scss/module/_cms.scss */
  .stories-content .story-right-side {
    width: 100% !important;
    border: 0;
  }
  /* line 552, ../scss/module/_cms.scss */
  .stories-content .story-right-side .guest_articlces {
    padding: 0 0 15px;
    margin-bottom: 15px;
  }
  /* line 556, ../scss/module/_cms.scss */
  .stories-content .story-right-side .story_social_sharing {
    padding-left: 0px;
  }

  /* line 560, ../scss/module/_cms.scss */
  .stories-bottom .story_comments {
    width: 100% !important;
    margin-left: 0;
    border: 0;
    padding: 0;
  }
  /* line 565, ../scss/module/_cms.scss */
  .stories-bottom .story_comments h3 {
    margin: 20px 0;
  }
  /* line 568, ../scss/module/_cms.scss */
  .stories-bottom .story_comments .row {
    margin: 0 auto 15px !important;
  }
  /* line 571, ../scss/module/_cms.scss */
  .stories-bottom .story_comments .input-box {
    float: none;
  }

  /* line 575, ../scss/module/_cms.scss */
  .magazin-slider.related-prod {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin: 15px 0;
  }
  /* line 579, ../scss/module/_cms.scss */
  .magazin-slider.related-prod h3 {
    margin: 0 0 15px 0;
  }

  /* line 583, ../scss/module/_cms.scss */
  .cms-page-view .std, .cms-no-route .std {
    padding: 0;
  }
}
/* line 588, ../scss/module/_cms.scss */
.comments {
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}
/* line 591, ../scss/module/_cms.scss */
.comments .comment_item {
  margin-top: 20px;
  padding-right: 60px;
}
/* line 595, ../scss/module/_cms.scss */
.comments .comment_item:first-child {
  margin-top: 0px;
}
/* line 598, ../scss/module/_cms.scss */
.comments .comment_author {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333333;
}
/* line 603, ../scss/module/_cms.scss */
.comments .comment_content {
  font-size: 13px;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
  color: #848484;
}
/* line 608, ../scss/module/_cms.scss */
.comments .ratings-table {
  margin: 14px 0 24px;
}

/* line 613, ../scss/module/_cms.scss */
.container_12 .grid_12.socialhub {
  max-width: 58%;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}

/* line 615, ../scss/module/_cms.scss */
.a5b5e4-inner {
  overflow: visible !important;
  margin-top: -65px;
}

/* line 616, ../scss/module/_cms.scss */
#hypeHolder {
  padding-top: 10px;
}

/* line 617, ../scss/module/_cms.scss */
.post.hypeTemplate {
  margin-left: 0 !important;
  margin-right: 24px !important;
  width: 292px !important;
}

/* line 618, ../scss/module/_cms.scss */
.collections-nav-ul {
  top: 10px;
}

/* line 619, ../scss/module/_cms.scss */
.hypeTemplate {
  box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 0px 0px rgba(34, 25, 25, 0.4);
  background: none;
}

/* line 624, ../scss/module/_cms.scss */
.collections-search-item {
  background-color: transparent;
  border: 3px solid #B8B8B8;
  padding: 0;
  border-radius: 0px !important;
}

/* line 625, ../scss/module/_cms.scss */
.collections-search-item-input {
  border-radius: 0px !important;
  background-color: white !important;
}

/* line 626, ../scss/module/_cms.scss */
.post-share, .post-acct, .post-timestamp, .collections-sub,
#collectionHolder li:hover .collection-triangle, #collectionHolder li.active .collection-triangle {
  display: none !important;
}

/* line 629, ../scss/module/_cms.scss */
.hypeTemplate .post-description {
  display: block;
}

/* line 631, ../scss/module/_cms.scss */
.post .post-title {
  font-size: 12px;
}

/* line 632, ../scss/module/_cms.scss */
.post .post-title {
  font-size: 14px !important;
  font-family: proxima_nova_ltsemibold;
  color: #333;
  text-transform: uppercase;
  padding: 15px 0 0px;
}

/* line 634, ../scss/module/_cms.scss */
#collectionHolder li i {
  margin-top: 5px;
}

/* line 635, ../scss/module/_cms.scss */
.hypeTemplate .post-title p::first-line, .hypeTemplate.text-only .post-title p::first-line, .hypeTemplate.text-only .post-title p, .post .post-title {
  font-size: 14px;
}

/* line 636, ../scss/module/_cms.scss */
#collectionHolder {
  right: 0;
  position: absolute;
  padding: 0 !important;
}

/* line 637, ../scss/module/_cms.scss */
#collectionHolder ul {
  margin: 0 !important;
  position: relative;
  left: 0;
  top: -8px !important;
  padding: 8px 0px 8px 56px;
  overflow: hidden;
}

/* line 638, ../scss/module/_cms.scss */
#collectionHolder ul:before {
  position: absolute;
  content: "Filter by";
  font-weight: bold;
  left: 0;
  top: 16px;
  font-size: 13px;
}

/* line 639, ../scss/module/_cms.scss */
#collectionHolder li i {
  display: none;
}

/* line 640, ../scss/module/_cms.scss */
#collectionHolder li i:before {
  content: "";
}

/* line 641, ../scss/module/_cms.scss */
#collectionHolder li {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 0 !important;
  margin-left: 15px !important;
}

/* line 642, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-home {
  background-image: url(data:image/png;base64,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);
}

/* line 643, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-home:hover,
#collectionHolder li.collections-nav-home.active {
  background-image: url(data:image/png;base64,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);
}

/* line 645, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-fb {
  background-image: url(data:image/png;base64,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);
}

/* line 646, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-fb:hover,
#collectionHolder li.collections-nav-fb.active {
  background-image: url(data:image/png;base64,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);
}

/* line 648, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-custom {
  background-image: url(data:image/png;base64,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);
}

/* line 649, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-custom:hover,
#collectionHolder li.collections-nav-custom.active {
  background-image: url(data:image/png;base64,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);
}

/* line 651, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-search {
  background-image: url(data:image/png;base64,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);
}

/* line 652, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-search:hover,
#collectionHolder li.collections-nav-search.active {
  background-image: url(data:image/png;base64,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);
}

/* line 655, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-tw {
  background-image: url(data:image/png;base64,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);
}

/* line 656, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-tw:hover,
#collectionHolder li.collections-nav-tw.active {
  background-image: url(data:image/png;base64,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);
}

/* line 659, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-in {
  background-image: url(data:image/png;base64,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);
}

/* line 660, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-in:hover,
#collectionHolder li.collections-nav-in.active {
  background-image: url(data:image/png;base64,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);
}

/* line 663, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-yt {
  background-image: url(data:image/png;base64,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);
}

/* line 664, ../scss/module/_cms.scss */
#collectionHolder li.collections-nav-yt:hover,
#collectionHolder li.collections-nav-yt.active {
  background-image: url(data:image/png;base64,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);
}

/*=================store locator Design starts==================*/
/* line 669, ../scss/module/_cms.scss */
.store-content {
  padding: 30px 0;
}
/* line 673, ../scss/module/_cms.scss */
.store-content .terminal-list a {
  color: #333333;
  font-family: proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}
/* line 677, ../scss/module/_cms.scss */
.store-content .terminal-list > h2 {
  border-bottom: 1px solid #EDEDED;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 3px;
  padding-bottom: 20px;
}
/* line 684, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store > li {
  border-bottom: 1px solid #EDEDED;
}
/* line 686, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store > li > a {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/list-close.png) no-repeat 98% center;
  display: block;
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 17px 0 8px 0;
}
/* line 691, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store > li > a.active {
  background-image: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/list-open.png);
}
/* line 697, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store li .terminal-list-store {
  display: none;
  margin-bottom: 15px;
}
/* line 700, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store li .terminal-list-store.open {
  display: block;
}
/* line 703, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store li .terminal-list-store > li {
  padding: 5px 0;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
/* line 708, ../scss/module/_cms.scss */
.store-content .terminal-list .country-list-store li .terminal-list-store > li.active > a, .store-content .terminal-list .country-list-store li .terminal-list-store > li > a:hover {
  color: #e66228;
}

/* line 718, ../scss/module/_cms.scss */
.terminal-info > p {
  font: normal 20px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
  text-transform: uppercase;
}

/* line 723, ../scss/module/_cms.scss */
.terminal-description {
  padding-bottom: 34px;
}
/* line 725, ../scss/module/_cms.scss */
.terminal-description > p {
  color: #848484;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
}

/* line 730, ../scss/module/_cms.scss */
.stores-collection {
  border-bottom: 1px solid #e5e4e3;
  margin-bottom: 40px;
}
/* line 734, ../scss/module/_cms.scss */
.stores-collection ul li {
  vertical-align: top;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 24px;
  float: none;
  max-width: 289px;
}
/* line 743, ../scss/module/_cms.scss */
.stores-collection .store-thumbnail {
  overflow: hidden;
}
/* line 746, ../scss/module/_cms.scss */
.stores-collection .store-thumbnail a img {
  float: left;
}
/* line 750, ../scss/module/_cms.scss */
.stores-collection .store-thumbnail span {
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/store-title.png) no-repeat 100% center;
  .
      padding-right: 10px;
  text-transform: uppercase;
  display: block;
  float: left;
  padding-right: 10px;
  margin: 15px 10px 15px 0;
  clear: both;
}

/* line 763, ../scss/module/_cms.scss */
.see-everything-offer {
  clear: both;
  text-align: center;
}
/* line 767, ../scss/module/_cms.scss */
.see-everything-offer > a {
  background: #000000;
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #d0d0d0;
  /*width:536px;*/
  letter-spacing: 1px;
  padding: 11px 20px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 16px;
}
/* line 782, ../scss/module/_cms.scss */
.see-everything-offer > a span.arrow-btn {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -468px -389px;
  width: 10px;
  height: 15px;
  display: inline-block;
  float: right;
}
/* line 789, ../scss/module/_cms.scss */
.see-everything-offer > a:hover {
  color: #333333;
  background: transparent;
}
/* line 793, ../scss/module/_cms.scss */
.see-everything-offer > a:hover span {
  /*background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -408px;*/
}

/* line 799, ../scss/module/_cms.scss */
.wats-in-store {
  padding: 50px 0;
}
/* line 803, ../scss/module/_cms.scss */
.wats-in-store .watsin-store-con > h2 {
  font: normal 20px/25px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 0 0 30px 24px;
}
/* line 806, ../scss/module/_cms.scss */
.wats-in-store .watsin-store-con > h2 .store-style {
  color: #606060;
  font: normal 20px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}
/* line 811, ../scss/module/_cms.scss */
.wats-in-store .watsin-store-con > h4 {
  font: normal 14px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 0 0 20px 24px;
}
/* line 815, ../scss/module/_cms.scss */
.wats-in-store .watsin-store-con .terminal-listul {
  padding: 50px 0;
}
/* line 819, ../scss/module/_cms.scss */
.wats-in-store .watsin-store-con .store-contentpara p {
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #848484;
}

/* line 826, ../scss/module/_cms.scss */
.subservice-block {
  margin-top: 35px;
}

/* line 829, ../scss/module/_cms.scss */
.newstore-title {
  text-transform: uppercase;
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
}

/* line 837, ../scss/module/_cms.scss */
.store-item-con .store-description > h4 {
  font: normal 13px/18px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  color: #333333;
  float: left;
}
/* line 842, ../scss/module/_cms.scss */
.store-item-con .store-description > a {
  float: right;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/store-title.png) no-repeat 100% center;
  padding-right: 10px;
  font-size: 13px;
}
/* line 850, ../scss/module/_cms.scss */
.store-item-con .stores-item-data .store-thumbnail {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 854, ../scss/module/_cms.scss */
.store-item-con .stores-item-data .store-name > h3 {
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #e55c20;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/tick.png) no-repeat 100% 2px;
  display: inline-block;
  padding-right: 23px;
}
/* line 862, ../scss/module/_cms.scss */
.store-item-con .store-map, .store-item-con .store-service {
  padding-top: 30px;
}
/* line 864, ../scss/module/_cms.scss */
.store-item-con .store-map > p, .store-item-con .store-service > p {
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #848484;
}
/* line 868, ../scss/module/_cms.scss */
.store-item-con .store-map > p.store-content-head, .store-item-con .store-service > p.store-content-head {
  color: #333333;
  text-transform: uppercase;
}
/* line 873, ../scss/module/_cms.scss */
.store-item-con .store-map {
  padding-top: 0;
  color: #848484;
}
/* line 876, ../scss/module/_cms.scss */
.store-item-con .store-map .store-content-con {
  font-family: proxima_nova_thextrabold;
  color: #333333;
  padding-top: 10px;
}
/* line 882, ../scss/module/_cms.scss */
.store-item-con .store-service {
  padding-bottom: 30px;
  border-bottom: 1px solid #EDEDED;
}

/* line 890, ../scss/module/_cms.scss */
.description-landing {
  padding-top: 25px;
}
/* line 892, ../scss/module/_cms.scss */
.description-landing > p {
  color: #848484;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
}

/* line 899, ../scss/module/_cms.scss */
.serive-store-head .page-title > h1 {
  font: normal 27px/30px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  margin: 50px 0;
}
/* line 903, ../scss/module/_cms.scss */
.serive-store-head .page-title > h1 span {
  font: normal 27px/30px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}
/* line 908, ../scss/module/_cms.scss */
.serive-store-head .change-airport > a {
  margin: 33px 0;
  border: 1px solid #c5c5c5;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/list-close.png) no-repeat 92% center;
  padding: 16px 20px;
  margin: 55px 0;
  display: block;
}

/* line 919, ../scss/module/_cms.scss */
.gray-sans {
  color: #848484;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
}

/* line 923, ../scss/module/_cms.scss */
.Heathrow-con {
  padding: 35px 0;
}
/* line 926, ../scss/module/_cms.scss */
.Heathrow-con .grid_4 > a {
  font: normal 13px/16px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/orange-arrow.jpg) no-repeat 100% center;
  color: #e55c20;
  padding-right: 10px;
}

/* line 935, ../scss/module/_cms.scss */
.servicelist-ul > li {
  text-align: center;
}

/* line 939, ../scss/module/_cms.scss */
.services-list {
  padding-bottom: 35px;
}

/*=================store locator Design ends==================*/
/*=================Boutique Design starts==================*/
/* line 946, ../scss/module/_cms.scss */
.boutique-banner-name {
  background: #000000;
  border-bottom: 1px solid #4A4A4A;
}
/* line 949, ../scss/module/_cms.scss */
.boutique-banner-name h1 {
  color: #fff;
  font: normal 34px/34px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 23px 0 18px;
  margin: 0;
}
/* line 955, ../scss/module/_cms.scss */
.boutique-banner-name .boutique-title {
  max-height: 75px;
}
/* line 958, ../scss/module/_cms.scss */
.boutique-banner-name img {
  vertical-align: middle;
}
/* line 961, ../scss/module/_cms.scss */
.boutique-banner-name .boutique-title {
  min-height: 75px;
  line-height: 75px;
}
/* line 965, ../scss/module/_cms.scss */
.boutique-banner-name + .category-title-wrapper {
  left: 0;
  padding-top: 46px;
  position: absolute;
  right: 0;
  text-align: center;
}

/* line 973, ../scss/module/_cms.scss */
.boutique-banner {
  overflow: hidden;
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

/* line 979, ../scss/module/_cms.scss */
.eteet-louder-con {
  margin: 50px 0;
  overflow: hidden;
  background: #000;
  padding: 16px 0px;
  display: table;
  width: 100%;
}
/* line 986, ../scss/module/_cms.scss */
.eteet-louder-con .grid_3, .eteet-louder-con .grid_8 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
/* line 993, ../scss/module/_cms.scss */
.eteet-louder-con .brand-logo {
  line-height: 100px;
  text-align: center;
}
/* line 996, ../scss/module/_cms.scss */
.eteet-louder-con .brand-logo h1 {
  color: #fff;
  font: normal 24px/25px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding: 35px 0;
  margin: 0;
}
/* line 1003, ../scss/module/_cms.scss */
.eteet-louder-con img {
  margin: 0;
  max-width: 153px;
  vertical-align: middle;
}

/* line 1009, ../scss/module/_cms.scss */
.boutique-category, .product-range-block {
  border-bottom: 1px solid #e5e4e3;
}

/* line 1012, ../scss/module/_cms.scss */
.boutique-category, .product-range-block {
  padding: 37px 0 28px;
}
/* line 1014, ../scss/module/_cms.scss */
.boutique-category h2, .product-range-block h2 {
  font: normal 22px/23px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  color: #000000;
  padding-bottom: 37px;
}
/* line 1019, ../scss/module/_cms.scss */
.boutique-category .topcat-name, .product-range-block .topcat-name {
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
/* line 1025, ../scss/module/_cms.scss */
.boutique-category ul.slider-list > li .topcat-name, .product-range-block ul.slider-list > li .topcat-name {
  text-transform: uppercase;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding-top: 14px;
}
/* line 1032, ../scss/module/_cms.scss */
.boutique-category .bx-controls-direction .bx-prev, .boutique-category .bx-controls-direction .bx-next, .product-range-block .bx-controls-direction .bx-prev, .product-range-block .bx-controls-direction .bx-next {
  width: 20px;
  height: 36px;
}
/* line 1036, ../scss/module/_cms.scss */
.boutique-category .bx-controls-direction .bx-prev, .product-range-block .bx-controls-direction .bx-prev {
  background-position: -55px -333px;
  /*left: -20px !important;*/
}
/* line 1040, ../scss/module/_cms.scss */
.boutique-category .bx-controls-direction .bx-next, .product-range-block .bx-controls-direction .bx-next {
  background-position: -78px -333px;
  /*right: -20px !important;;*/
}

/* line 1046, ../scss/module/_cms.scss */
.social-boutique-block.social-block {
  padding: 60px 0 0;
}
/* line 1048, ../scss/module/_cms.scss */
.social-boutique-block.social-block img {
  vertical-align: top;
}
/* line 1051, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con {
  position: relative;
  text-align: center;
}
/* line 1054, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con a.blog_img {
  display: inline-block;
  text-align: center;
}
/* line 1061, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con .social-contentcon {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 1064, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con .social-contentcon > h2 {
  padding-bottom: 0;
  font-size: 14px;
}
/* line 1067, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con .social-contentcon > h2 a {
  color: #333333;
}
/* line 1070, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con .social-contentcon > h2.has_banner {
  font-size: 46px;
  position: absolute;
  margin-top: -170px;
  width: 100%;
  text-align: center;
}
/* line 1076, ../scss/module/_cms.scss */
.social-boutique-block.social-block .main-social-con .social-contentcon > h2.has_banner a {
  color: #FFF;
}
/* line 1084, ../scss/module/_cms.scss */
.social-boutique-block.social-block .discover-social > a {
  width: 205px;
  color: #fff;
  padding: 15px 20px 15px 20px;
  text-align: left;
}
/* line 1089, ../scss/module/_cms.scss */
.social-boutique-block.social-block .discover-social > a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -468px -389px;
}
/* line 1092, ../scss/module/_cms.scss */
.social-boutique-block.social-block .discover-social > a:hover {
  color: #333333;
  background: #fff;
}
/* line 1096, ../scss/module/_cms.scss */
.social-boutique-block.social-block .discover-social > a:hover span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -408px;
}
/* line 1103, ../scss/module/_cms.scss */
.social-boutique-block.social-block .videowrap {
  min-height: 545px;
}

/* line 1109, ../scss/module/_cms.scss */
.eteet-louder-con .brand-content > h1 {
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
/* line 1114, ../scss/module/_cms.scss */
.eteet-louder-con .brand-content p {
  color: #fff;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
  padding-right: 15px;
}

/* line 1121, ../scss/module/_cms.scss */
.boutique-bannerCont {
  display: none;
}

/* line 1122, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont {
  display: block;
}
/* line 1124, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont .cont-banner {
  top: 31%;
  position: absolute;
  color: #fff;
}
/* line 1129, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont .cont-banner > p {
  text-transform: uppercase;
  font: normal 40px/40px open_sansregular, Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
/* line 1135, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont .cont-banner > ul > li > a {
  color: #fff;
  float: left;
  text-transform: uppercase;
  padding: 0 7px 0 7px;
  border-right: 1px solid;
  line-height: 10px;
  margin-top: 15px;
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 1145, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont .cont-banner > ul > li:first-child > a {
  padding-left: 0;
}
/* line 1148, ../scss/module/_cms.scss */
.boutique-banner-listing .boutique-bannerCont .cont-banner > ul > li:last-child > a {
  padding-right: 0;
  border: 0;
}

/* line 1155, ../scss/module/_cms.scss */
.boutique-banner-slider > li > img:hover {
  opacity: 1;
}

/* line 1158, ../scss/module/_cms.scss */
.custom_allowance {
  margin: 40px auto;
}
/* line 1160, ../scss/module/_cms.scss */
.custom_allowance h3, .custom_allowance h4 {
  letter-spacing: 1.2px;
}
/* line 1163, ../scss/module/_cms.scss */
.custom_allowance h3 {
  margin-bottom: 30px;
}
/* line 1166, ../scss/module/_cms.scss */
.custom_allowance h4 {
  margin-bottom: 10px;
}
/* line 1169, ../scss/module/_cms.scss */
.custom_allowance p {
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
  color: #848484;
  margin-bottom: 20px;
}

/* line 1175, ../scss/module/_cms.scss */
.custom_title {
  padding: 48px 0 35px;
  border-bottom: 1px solid #ededed;
}
/* line 1178, ../scss/module/_cms.scss */
.custom_title h1 {
  letter-spacing: 2px;
}
/* line 1180, ../scss/module/_cms.scss */
.custom_title h1 span {
  font: normal 28px/34px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  display: block;
}
/* line 1185, ../scss/module/_cms.scss */
.custom_title label {
  font-size: 12px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 11px;
}
/* line 1191, ../scss/module/_cms.scss */
.custom_title .select2-container {
  width: 100%;
}
/* line 1193, ../scss/module/_cms.scss */
.custom_title .select2-container .select2-choice {
  border: 1px solid #c5c5c5;
  padding: 9px 10px;
}
/* line 1196, ../scss/module/_cms.scss */
.custom_title .select2-container .select2-choice .select2-arrow b {
  background-position: -8px -497px;
}

/* line 1203, ../scss/module/_cms.scss */
.story_category .mobile_mag {
  display: none;
  margin-top: 10px;
}
/* line 1206, ../scss/module/_cms.scss */
.story_category .mobile_mag a {
  padding: 20px 20px;
  border-left: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  color: #333333;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  text-align: center;
}
/* line 1218, ../scss/module/_cms.scss */
.story_category .mobile_mag a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -306px -363px;
  position: absolute;
  display: block;
  width: 12px;
  height: 13px;
  right: 17px;
  top: 20px;
}
/* line 1227, ../scss/module/_cms.scss */
.story_category .mobile_mag a.mag_close span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -258px -362px;
}

@media only screen and (min-width: 768px) {
  /* line 1236, ../scss/module/_cms.scss */
  .story_category .nav-story {
    display: block !important;
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1243, ../scss/module/_cms.scss */
  .boutique-mob-img {
    display: block;
  }

  /* line 1246, ../scss/module/_cms.scss */
  .boutique-banner-slider > li > img {
    display: none;
  }

  /* line 1249, ../scss/module/_cms.scss */
  .boutique-category, .product-range-block, .boutique-banner-name h1, .eteet-louder-con {
    text-align: center;
  }

  /* line 1252, ../scss/module/_cms.scss */
  .product-range-block {
    border-bottom: 1px solid #e5e4e3;
  }

  /* line 1255, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .discover-social > a {
    background-image: none;
  }

  /* line 1258, ../scss/module/_cms.scss */
  .eteet-louder-con .brand-content p {
    -webkit-column-count: auto;
    padding-right: 0;
  }

  /* line 1262, ../scss/module/_cms.scss */
  .boutique-category ul.slider-list > li .topcat-name, .product-range-block ul.slider-list > li .topcat-name,
  .social-boutique-block.social-block .social-contentcon > h2, .social-boutique-block.social-block .social-contentcon > p {
    font-size: 12px;
  }

  /* line 1267, ../scss/module/_cms.scss */
  .boutique-category h2, .product-range-block h2 {
    font-size: 17px;
  }
  /* line 1270, ../scss/module/_cms.scss */
  .boutique-category .bx-wrapper, .product-range-block .bx-wrapper {
    margin: 0 auto !important;
  }

  /* line 1274, ../scss/module/_cms.scss */
  .boutique-title {
    text-align: center;
  }

  /* line 1275, ../scss/module/_cms.scss */
  .boutique-banner-name + .category-title-wrapper {
    left: auto;
    padding-top: 43px;
    position: static;
    right: auto;
    text-align: center;
  }

  /* line 1282, ../scss/module/_cms.scss */
  .boutique-category, .product-range-block {
    padding: 30px;
    margin: 0 auto !important;
  }

  /* line 1286, ../scss/module/_cms.scss */
  .eteet-louder-con {
    padding: 30px 0;
  }
  /* line 1289, ../scss/module/_cms.scss */
  .eteet-louder-con .grid_3, .eteet-louder-con .grid_8 {
    width: 100%;
    display: block;
  }

  /* line 1294, ../scss/module/_cms.scss */
  .boutique-category h2, .product-range-block h2 {
    padding-bottom: 30px;
  }

  /* line 1297, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .main-social-con .social-contentcon > h2 {
    padding-top: 20px;
  }
  /* line 1299, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .main-social-con .social-contentcon > h2.has_banner {
    font-size: 24px;
  }

  /* line 1303, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .social-contentcon > p, .eteet-louder-con .brand-content > h1 {
    padding-top: 15px;
  }

  /* line 1306, ../scss/module/_cms.scss */
  .eteet-louder-con .brand-content > h1 {
    padding-bottom: 15px;
  }

  /* line 1309, ../scss/module/_cms.scss */
  .eteet-louder-con .brand-content {
    margin: 0;
    padding: 0 10px;
  }

  /* line 1313, ../scss/module/_cms.scss */
  .social-boutique-block.social-block {
    margin-bottom: 0 !important;
  }
  /* line 1315, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .row {
    margin: 0;
  }
  /* line 1317, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .row .find-more-btn {
    margin: 0 auto;
    float: none;
    max-width: 300px;
    display: block;
  }
  /* line 1324, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .story-column {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }
  /* line 1331, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .story-column p {
    margin-bottom: 20px;
  }
  /* line 1332, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .story-column .find-more-btn {
    margin: 0 auto;
    float: none;
    display: block;
  }
  /* line 1334, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .stories-content {
    padding: 20px 0 0;
    text-align: center;
  }
  /* line 1339, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .videowrap {
    min-height: 345px;
  }

  /* line 1344, ../scss/module/_cms.scss */
  .boutique-bannerCont {
    display: none !important;
  }

  /* line 1348, ../scss/module/_cms.scss */
  .magazine-block .magazine-wrap {
    text-align: center;
  }
  /* line 1351, ../scss/module/_cms.scss */
  .magazine-block .magazine-block-list {
    float: none;
  }
  /* line 1353, ../scss/module/_cms.scss */
  .magazine-block .magazine-block-list li {
    display: block;
    margin: 0 auto;
  }

  /* line 1360, ../scss/module/_cms.scss */
  .advertorial-stories .products-grid, .guest-stories .products-grid {
    margin: 0;
  }
  /* line 1362, ../scss/module/_cms.scss */
  .advertorial-stories .products-grid .row, .guest-stories .products-grid .row {
    margin: 0;
  }

  /* line 1368, ../scss/module/_cms.scss */
  .story_category .mobile_mag {
    display: block;
  }
  /* line 1371, ../scss/module/_cms.scss */
  .story_category .nav-story {
    display: none;
  }

  /* line 1375, ../scss/module/_cms.scss */
  .story_category .nav-story li {
    width: 100%;
  }
  /* line 1378, ../scss/module/_cms.scss */
  .story_category .nav-story li a {
    text-align: center;
    border: 0 1px;
  }
  /* line 1382, ../scss/module/_cms.scss */
  .story_category .nav-story li:first-child a, .story_category .nav-story li.last a {
    padding-left: 47px;
    padding-right: 46px;
  }
  /* line 1387, ../scss/module/_cms.scss */
  .story_category .nav-story li.active a, .story_category .nav-story li.active_story a {
    border-bottom-width: 1px;
  }

  /* line 1393, ../scss/module/_cms.scss */
  .story_category .mobile_mag a {
    width: 98%;
    margin: auto;
    float: none;
    border: 1px solid #333;
  }
  /* line 1399, ../scss/module/_cms.scss */
  .story_category .nav-story {
    float: none;
    width: 98%;
    margin: auto;
  }
  /* line 1403, ../scss/module/_cms.scss */
  .story_category .nav-story li {
    width: 100%;
    border: 1px solid #333;
    border-top: 0;
  }

  /* line 1410, ../scss/module/_cms.scss */
  .container_12 .grid_12.socialhub {
    max-width: 100%;
    text-align: center;
  }

  /* line 1414, ../scss/module/_cms.scss */
  .a5b5e4-inner {
    margin-top: 0;
  }

  /* line 1417, ../scss/module/_cms.scss */
  .story_category_list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  /* line 1421, ../scss/module/_cms.scss */
  .story_category_list ul li {
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }

  /* line 1427, ../scss/module/_cms.scss */
  .ui-datepicker {
    width: 264px !important;
  }

  /* line 1430, ../scss/module/_cms.scss */
  .custom_title {
    padding: 20px 0 10px;
  }
  /* line 1433, ../scss/module/_cms.scss */
  .custom_title .container_4 > div {
    width: 100%;
  }
  /* line 1436, ../scss/module/_cms.scss */
  .custom_title .container_4 .push_1 {
    left: 0;
    margin-top: 15px;
  }

  /* line 1442, ../scss/module/_cms.scss */
  .custom_allowance {
    margin: 20px 0;
  }
  /* line 1444, ../scss/module/_cms.scss */
  .custom_allowance h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  /* line 1450, ../scss/module/_cms.scss */
  .productStories .news_container li, .magazine-block-list li {
    margin-bottom: 15px;
    width: 292px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1457, ../scss/module/_cms.scss */
  #contactForm {
    padding-left: 0;
  }

  /* line 1460, ../scss/module/_cms.scss */
  .terminal-details {
    margin-top: 20px;
  }

  /* line 1463, ../scss/module/_cms.scss */
  .wats-in-store {
    padding: 20px 0;
  }

  /* line 1466, ../scss/module/_cms.scss */
  .wats-in-store .watsin-store-con > h2, .wats-in-store .watsin-store-con > h4 {
    padding: 0 0 10px 0px;
  }

  /* line 1469, ../scss/module/_cms.scss */
  .store-content {
    padding: 30px 0 10px;
  }

  /* line 1472, ../scss/module/_cms.scss */
  .bottom-space {
    border-bottom: 0px solid #EDEDED;
  }

  /* line 1475, ../scss/module/_cms.scss */
  .stores-collection {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  /* line 1479, ../scss/module/_cms.scss */
  .services-info.terminal-info {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 1488, ../scss/module/_cms.scss */
  .social-boutique-block.social-block .videowrap {
    min-height: 445px;
  }
}
/*=================Boutique Design ends==================*/
/* ============================================ *
 * Pricing Conditions
 * ============================================ */
/* line 9, ../scss/module/_pricing_conditions.scss */
.price-box.map-info .old-price {
  display: none;
}
/* line 15, ../scss/module/_pricing_conditions.scss */
.price-box .minimal-price-link .label {
  color: #CF5050;
  font-family: "proxima_nova_rgregular", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* ============================================ *
 * Cookies
 * ============================================ */
/* line 6, ../scss/module/_cookies.scss */
.cms-enable-cookies .std p {
  color: #848484;
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
}
/* line 9, ../scss/module/_cookies.scss */
.cms-enable-cookies .std p img {
  margin-top: 10px;
}
/* line 13, ../scss/module/_cookies.scss */
.cms-enable-cookies .std h1, .cms-enable-cookies .std h2, .cms-enable-cookies .std h3 {
  margin: 33px 0 5px;
}
/* line 16, ../scss/module/_cookies.scss */
.cms-enable-cookies .std li {
  color: #333333;
  font: 13px/20px open_sansregular,Arial,Helvetica,sans-serif;
}
/* line 20, ../scss/module/_cookies.scss */
.cms-enable-cookies .std li p {
  color: #333333;
}
/* line 24, ../scss/module/_cookies.scss */
.cms-enable-cookies .std .page-title h1 {
  margin: 33px 0;
  padding: 15px 0 43px;
  color: #333333;
}

/* line 31, ../scss/module/_cookies.scss */
.notice-cookie:after {
  content: '';
  display: table;
  clear: both;
}
/* line 35, ../scss/module/_cookies.scss */
.notice-cookie .notice-text {
  float: left;
  max-width: 90%;
  padding-top: 4px;
  text-align: left;
}
/* line 40, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p {
  padding-bottom: 0;
  line-height: 1.6;
}
/* line 43, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p a {
  color: #e66228;
  text-decoration: underline;
}
/* line 46, ../scss/module/_cookies.scss */
.notice-cookie .notice-text p a:hover {
  text-decoration: none;
}
/* line 53, ../scss/module/_cookies.scss */
.notice-cookie .actions {
  float: left;
  text-align: right;
  margin: 23px 0 0 50px;
}
/* line 57, ../scss/module/_cookies.scss */
.notice-cookie .actions button {
  background: transparent;
  border: 0;
  color: #000;
  text-decoration: underline;
}
/* line 62, ../scss/module/_cookies.scss */
.notice-cookie .actions button:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1021px) {
  /* line 73, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 86%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 83, ../scss/module/_cookies.scss */
  .notice-cookie {
    padding: 20px;
  }
  /* line 86, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    max-width: 82%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 98, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner {
    background-position: left 10px;
  }
  /* line 101, ../scss/module/_cookies.scss */
  .notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
  }
  /* line 106, ../scss/module/_cookies.scss */
  .notice-cookie .notice-text {
    float: none;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 112, ../scss/module/_cookies.scss */
  .notice-cookie .actions {
    text-align: left;
    margin: 10px 0 0;
  }
}
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
/* line 6, ../scss/override/_plugin.scss */
div.calendar table {
  border-collapse: separate;
}
/* line 9, ../scss/override/_plugin.scss */
div.calendar table td.button {
  display: table-cell;
  background: inherit;
  color: inherit;
  text-transform: none;
}

/*  
 * Grid Systems
 */
/*====== fonts ====
----------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'proxima_nova_ltsemibold';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.ttf") format("truetype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold-webfont.svg#proxima_nova_ltsemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold_it-webfont.eot');
    src: url('http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold_it-webfont.woff2') format('woff2'),
         url('http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold_it-webfont.woff') format('woff'),
         url('http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_sbold_it-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
  font-family: 'proxima_nova_blblack';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_black-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_black-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_black-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_black-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_reg-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_reg-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_reg-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_reg-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_reg-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/opensans-regular-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/opensans-regular-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/opensans-regular-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_bold-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_bold-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_nova_thextrabold';
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_xbold-webfont.eot");
  src: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_xbold-webfont.eot?#iefix") format("embedded-opentype"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_xbold-webfont.woff2") format("woff2"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_xbold-webfont.woff") format("woff"), url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/fonts/proxima_nova_xbold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, ../../scss/plugin/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, ../../scss/plugin/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, ../../scss/plugin/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
}

/* line 31, ../../scss/plugin/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 37, ../../scss/plugin/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 40, ../../scss/plugin/jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 43, ../../scss/plugin/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 53, ../../scss/plugin/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 60, ../../scss/plugin/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 69, ../../scss/plugin/jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 81, ../../scss/plugin/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 88, ../../scss/plugin/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 96, ../../scss/plugin/jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 99, ../../scss/plugin/jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 102, ../../scss/plugin/jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 108, ../../scss/plugin/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 113, ../../scss/plugin/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 119, ../../scss/plugin/jquery-ui.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 130, ../../scss/plugin/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 138, ../../scss/plugin/jquery-ui.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 142, ../../scss/plugin/jquery-ui.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 145, ../../scss/plugin/jquery-ui.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 148, ../../scss/plugin/jquery-ui.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 153, ../../scss/plugin/jquery-ui.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 157, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 160, ../../scss/plugin/jquery-ui.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 165, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 169, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 173, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 178, ../../scss/plugin/jquery-ui.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 183, ../../scss/plugin/jquery-ui.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 192, ../../scss/plugin/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 196, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 201, ../../scss/plugin/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 208, ../../scss/plugin/jquery-ui.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 211, ../../scss/plugin/jquery-ui.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 218, ../../scss/plugin/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 223, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker {
  width: 380px;
  display: none;
}

/* line 227, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .5em 0;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}

/* line 235, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 242, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 245, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 248, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -7px;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") right top no-repeat;
}

/* line 258, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-position: -83px -82px;
}

/* line 261, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next span {
  background-position: -71px -82px;
}

/* line 264, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 269, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 273, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 30%;
  margin: 0 10px;
}

/* line 278, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 -1px;
}

/* line 284, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker th {
  padding: 0.8em 0;
  text-align: center;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #dedede;
}

/* line 291, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 0.4em 0;
  border-bottom: 1px solid #dedede;
}

/* line 296, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.3em 0 0.2em;
  text-align: center;
  text-decoration: none;
  width: 26px;
  height: 26px;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* line 309, ../../scss/plugin/jquery-ui.scss */
.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;
}

/* line 317, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 325, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 330, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 333, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 336, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 340, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 343, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 346, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 349, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 353, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 356, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 363, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 366, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 370, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 374, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 378, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 382, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 385, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 388, ../../scss/plugin/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 392, ../../scss/plugin/jquery-ui.scss */
.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;
}

/* line 397, ../../scss/plugin/jquery-ui.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 405, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 409, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 417, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 426, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 433, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 440, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 443, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 447, ../../scss/plugin/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 454, ../../scss/plugin/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 457, ../../scss/plugin/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 461, ../../scss/plugin/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 468, ../../scss/plugin/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 471, ../../scss/plugin/jquery-ui.scss */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/css/plugin/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 480, ../../scss/plugin/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* icon support */
/* line 489, ../../scss/plugin/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* left-aligned */
/* line 497, ../../scss/plugin/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 506, ../../scss/plugin/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 510, ../../scss/plugin/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 515, ../../scss/plugin/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 519, ../../scss/plugin/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/css/plugin/data:image/gif;base64,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");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 525, ../../scss/plugin/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 528, ../../scss/plugin/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 531, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 538, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 542, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 549, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 556, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 563, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 570, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 577, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 584, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 591, ../../scss/plugin/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 598, ../../scss/plugin/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 602, ../../scss/plugin/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 607, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 615, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 621, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 630, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-open {
  display: block;
  z-index: 9999;
  background: #FFF;
}

/* line 635, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

/* line 642, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

/* line 649, ../../scss/plugin/jquery-ui.scss */
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 656, ../../scss/plugin/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 660, ../../scss/plugin/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 669, ../../scss/plugin/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 679, ../../scss/plugin/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 684, ../../scss/plugin/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 687, ../../scss/plugin/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 691, ../../scss/plugin/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 695, ../../scss/plugin/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 698, ../../scss/plugin/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 702, ../../scss/plugin/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 706, ../../scss/plugin/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 711, ../../scss/plugin/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 715, ../../scss/plugin/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 718, ../../scss/plugin/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 721, ../../scss/plugin/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 725, ../../scss/plugin/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 732, ../../scss/plugin/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 742, ../../scss/plugin/jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 756, ../../scss/plugin/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 762, ../../scss/plugin/jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 768, ../../scss/plugin/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 771, ../../scss/plugin/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 776, ../../scss/plugin/jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 780, ../../scss/plugin/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 784, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 788, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 798, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 803, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 807, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 812, ../../scss/plugin/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 815, ../../scss/plugin/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 821, ../../scss/plugin/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 829, ../../scss/plugin/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 836, ../../scss/plugin/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #FFF;
  z-index: 99999 !important;
  margin-top: -1px;
  -webkit-box-shadow: 0px 6px 23px -10px black;
  -moz-box-shadow: 0px 6px 23px -10px black;
  box-shadow: 0px 6px 23px -10px black;
}

/* Interaction states
----------------------------------*/
/* line 849, ../../scss/plugin/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  text-decoration: none;
}

/* line 855, ../../scss/plugin/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  color: #e66228;
}

/* line 863, ../../scss/plugin/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #e66228;
  text-decoration: none;
}

/* line 874, ../../scss/plugin/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #e66228;
  background: #e66228;
  font-weight: bold;
  color: #FFF;
}

/* line 882, ../../scss/plugin/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 891, ../../scss/plugin/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e66228;
}

/* line 896, ../../scss/plugin/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 901, ../../scss/plugin/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/css/plugin/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

/* line 908, ../../scss/plugin/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

/* line 913, ../../scss/plugin/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

/* line 918, ../../scss/plugin/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 923, ../../scss/plugin/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 930, ../../scss/plugin/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 937, ../../scss/plugin/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 945, ../../scss/plugin/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 954, ../../scss/plugin/jquery-ui.scss */
.ui-widget-overlay {
  background: #666666 url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/css/plugin/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */
}

/* line 959, ../../scss/plugin/jquery-ui.scss */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/css/plugin/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  /* support: IE8 */
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
/* line 4, ../../scss/plugin/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 14, ../../scss/plugin/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, ../../scss/plugin/select2.scss */
.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #c5c5c5;
  white-space: nowrap;
  line-height: 31px;
  color: #444;
  text-decoration: none;
}

/* line 37, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 41, ../../scss/plugin/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
}

/* line 45, ../../scss/plugin/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 49, ../../scss/plugin/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  float: none;
  width: auto;
}

/* line 57, ../../scss/plugin/select2.scss */
.toolbar .select2-container .select2-choice > .select2-chosen {
  margin-right: 30px;
}

/* line 60, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 65, ../../scss/plugin/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 82, ../../scss/plugin/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 86, ../../scss/plugin/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 91, ../../scss/plugin/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 109, ../../scss/plugin/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 99999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 6px 23px -10px black;
  -moz-box-shadow: 0px 6px 23px -10px black;
  box-shadow: 0px 6px 23px -10px black;
}

/* line 123, ../../scss/plugin/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
}

/* line 129, ../../scss/plugin/select2.scss */
.select2-drop-active {
  border-top: none;
}

/* line 137, ../../scss/plugin/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 142, ../../scss/plugin/select2.scss */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 146, ../../scss/plugin/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 155, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
}

/* line 164, ../../scss/plugin/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -8px -486px;
}

/* line 171, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 175, ../../scss/plugin/select2.scss */
.select2-search {
  display: block;
  width: 100%;
  /*min-height: 26px;*/
  margin: 0;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 185, ../../scss/plugin/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 17px 30px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #E5E5E5;
  border-width: 1px 0px 4px;
  background: #fff url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/search_icon.png") no-repeat 95% 19px;
  text-transform: uppercase;
}

/* line 200, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") no-repeat -37px -22px;
}

/* line 206, ../../scss/plugin/select2.scss */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 210, ../../scss/plugin/select2.scss */
.select2-search input.select2-active {
  background: #fff url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/select2-spinner.gif") no-repeat 100%;
}

/* line 214, ../../scss/plugin/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

/* line 219, ../../scss/plugin/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
}

/* line 223, ../../scss/plugin/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}

/* line 229, ../../scss/plugin/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 234, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 238, ../../scss/plugin/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -8px -662px;
}

/* line 242, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 246, ../../scss/plugin/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 259, ../../scss/plugin/select2.scss */
.no-scroll .select2-results {
  max-height: inherit;
}
/* line 261, ../../scss/plugin/select2.scss */
.no-scroll .select2-results .select2-result-label {
  font-size: 11px;
}

/* line 266, ../../scss/plugin/select2.scss */
.select2-results {
  max-height: 200px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 275, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 280, ../../scss/plugin/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 285, ../../scss/plugin/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 291, ../../scss/plugin/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 295, ../../scss/plugin/select2.scss */
.select2-results .select2-result-label {
  padding: 9px 7px 8px;
  margin: 0;
  cursor: pointer;
  border: 0px solid #E5E5E5;
  border-top-width: 1px;
  min-height: 1em;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 311, ../../scss/plugin/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 312, ../../scss/plugin/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 313, ../../scss/plugin/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 314, ../../scss/plugin/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 315, ../../scss/plugin/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 316, ../../scss/plugin/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 317, ../../scss/plugin/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 319, ../../scss/plugin/select2.scss */
.select2-results .select2-highlighted {
  color: #e66228;
}

/* line 323, ../../scss/plugin/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 328, ../../scss/plugin/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 332, ../../scss/plugin/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 337, ../../scss/plugin/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 349, ../../scss/plugin/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 355, ../../scss/plugin/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 361, ../../scss/plugin/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 365, ../../scss/plugin/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/select2-spinner.gif") no-repeat 100%;
}

/* line 369, ../../scss/plugin/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 373, ../../scss/plugin/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 384, ../../scss/plugin/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 390, ../../scss/plugin/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 397, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
}

/* line 409, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 413, ../../scss/plugin/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 417, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 421, ../../scss/plugin/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}

/* line 424, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 428, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 432, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 438, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  background: transparent !important;
}

/* line 450, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/select2-spinner.gif") no-repeat 100% !important;
}

/* line 454, ../../scss/plugin/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 458, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
}

/* line 468, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 473, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 476, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 480, ../../scss/plugin/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png") right top no-repeat;
}

/* line 492, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 497, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 501, ../../scss/plugin/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 506, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 509, ../../scss/plugin/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 514, ../../scss/plugin/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 521, ../../scss/plugin/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 528, ../../scss/plugin/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 534, ../../scss/plugin/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 539, ../../scss/plugin/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 0px !important;
  height: 0px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 553, ../../scss/plugin/select2.scss */
.select2-display-none {
  display: none;
}

/* line 557, ../../scss/plugin/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* line 1, ../../scss/plugin/custom-scollbar.scss */
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 2, ../../scss/plugin/custom-scollbar.scss */
.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

/* line 3, ../../scss/plugin/custom-scollbar.scss */
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

/* line 4, ../../scss/plugin/custom-scollbar.scss */
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

/* line 5, ../../scss/plugin/custom-scollbar.scss */
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

/* line 6, ../../scss/plugin/custom-scollbar.scss */
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* line 7, ../../scss/plugin/custom-scollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

/* line 8, ../../scss/plugin/custom-scollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* line 9, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 10, ../../scss/plugin/custom-scollbar.scss */
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* line 11, ../../scss/plugin/custom-scollbar.scss */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

/* line 12, ../../scss/plugin/custom-scollbar.scss */
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* line 13, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

/* line 14, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

/* line 15, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

/* line 16, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

/* line 17, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

/* line 18, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

/* line 19, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

/* line 20, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

/* line 21, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/* line 22, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}

/* line 23, ../../scss/plugin/custom-scollbar.scss */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
}

/* line 25, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 26, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

/* line 27, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

/* line 28, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

/* line 29, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

/* line 30, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

/* line 31, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

/* line 32, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

/* line 33, ../../scss/plugin/custom-scollbar.scss */
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* line 34, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 35, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 36, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 37, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: transparent;
}

/* line 38, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

/* line 39, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

/* line 40, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

/* line 41, ../../scss/plugin/custom-scollbar.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
/* line 12, ../scss/content/_home.scss */
a.bx-pager-link {
  background: #d7d7d7;
  text-indent: -9999px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 10px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

/* line 25, ../scss/content/_home.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #e55c20;
  border: 2px solid;
  top: 2px;
}

/* line 30, ../scss/content/_home.scss */
.bx-pager-item {
  display: inline-block;
}

/* line 33, ../scss/content/_home.scss */
.bx-pager.bx-default-pager {
  text-align: center;
  padding-top: 27px;
}

/* line 34, ../scss/content/_home.scss */
.bx-wrapper {
  margin: 0px auto;
}

/* line 37, ../scss/content/_home.scss */
#da-slider li {
  background-position: center;
}

/* line 40, ../scss/content/_home.scss */
.banner-content {
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
}
/* line 47, ../scss/content/_home.scss */
.banner-content > a {
  color: #fff;
  padding: 18px 20px 17px 20px;
  border: 2px solid #fff;
  text-transform: uppercase;
  display: inline-block;
  font: normal 14px/16px proxima_nova_rgbold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  transition: color 0.2s linear;
  min-width: 230px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
/* line 61, ../scss/content/_home.scss */
.banner-content > a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 0;
  border: 2px solid #000;
}
/* line 68, ../scss/content/_home.scss */
.banner-content > a > span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -470px -389px;
  width: 9px;
  height: 16px;
  margin-left: 10px;
  display: inline-block;
  float: right;
}
/* line 78, ../scss/content/_home.scss */
.banner-content > h2 {
  font: normal 68px/64px proxima_nova_thextrabold, Arial, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 1.9px;
  padding-bottom: 5px;
}
/* line 84, ../scss/content/_home.scss */
.banner-content > h2 > span {
  display: block;
}
/* line 88, ../scss/content/_home.scss */
.banner-content p {
  font: normal 19px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 33px;
  letter-spacing: .7px;
}

/* line 97, ../scss/content/_home.scss */
#scroll-top {
  position: fixed;
  z-index: 9999;
  top: 85%;
  right: -60px;
  cursor: pointer;
}
/* line 104, ../scss/content/_home.scss */
#scroll-top:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  /* line 109, ../scss/content/_home.scss */
  #scroll-top {
    top: 90%;
  }
}
/* line 113, ../scss/content/_home.scss */
.all-offers {
  margin-bottom: 0 !important;
}
/* line 115, ../scss/content/_home.scss */
.all-offers > li {
  float: left;
  margin-left: 0;
  min-width: 140px;
  text-align: center;
}
/* line 120, ../scss/content/_home.scss */
.all-offers > li > a {
  padding: 19px 30px;
  border-left: 1px solid #e5e4e3;
  text-transform: uppercase;
  position: relative;
  display: block;
  font: normal 14px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: .5px;
  color: #888888;
  border-top: 1px solid #e5e4e3;
}
/* line 131, ../scss/content/_home.scss */
.all-offers > li > a:hover {
  color: #333333;
}
/* line 135, ../scss/content/_home.scss */
.all-offers > li > a:focus {
  outline: 0;
}
/* line 138, ../scss/content/_home.scss */
.all-offers > li a.offer-active {
  color: #333333;
  border-bottom: 0;
  z-index: 1;
  position: relative;
  margin-bottom: -3px;
  padding-bottom: 20px;
  background: #fff;
}
/* line 148, ../scss/content/_home.scss */
.all-offers > li:last-child > a {
  border-right: 1px solid #e5e4e3;
}

/* line 152, ../scss/content/_home.scss */
.top-cat-con {
  margin-bottom: 12px;
}

/* line 155, ../scss/content/_home.scss */
.top-cat-con, .wats-on-wdf, .success_page_look {
  margin-top: 50px;
}
/* line 157, ../scss/content/_home.scss */
.top-cat-con > h2, .wats-on-wdf > h2, .success_page_look > h2 {
  font: normal 20px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  padding-bottom: 43px;
  letter-spacing: 1.2px;
  color: #606060;
}
/* line 163, ../scss/content/_home.scss */
.top-cat-con ul > li, .wats-on-wdf ul > li, .success_page_look ul > li {
  text-align: center;
}
/* line 167, ../scss/content/_home.scss */
.top-cat-con ul > li a > img, .wats-on-wdf ul > li a > img, .success_page_look ul > li a > img {
  border: 1px solid #f8f8f8;
}
/* line 170, ../scss/content/_home.scss */
.top-cat-con ul > li a .topcat-name, .wats-on-wdf ul > li a .topcat-name, .success_page_look ul > li a .topcat-name {
  padding: 14px 0 0 0;
  margin-bottom: 47px;
  display: block;
  color: #333333;
  text-transform: uppercase;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 178, ../scss/content/_home.scss */
.top-cat-con ul > li a:hover .topcat-name, .wats-on-wdf ul > li a:hover .topcat-name, .success_page_look ul > li a:hover .topcat-name {
  color: #e25b1e;
}
/* line 183, ../scss/content/_home.scss */
.top-cat-con ul > li:hover, .wats-on-wdf ul > li:hover, .success_page_look ul > li:hover {
  text-align: center;
}

/* line 187, ../scss/content/_home.scss */
.wats-on-wdf ul > li a .topcat-name {
  margin-bottom: 0;
  padding: 9px 0 57px 0;
}

/* line 191, ../scss/content/_home.scss */
.bold-text {
  font-family: proxima_nova_ltsemibold, Arial;
  color: #333333;
}

/* line 196, ../scss/content/_home.scss */
.wats-on-wdf .wats-on-worcon h3 {
  font-size: 15px;
}
/* line 199, ../scss/content/_home.scss */
.wats-on-wdf .wats-on-worcon .row > p {
  color: #848484;
  font: normal 13px/20px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
}

/* line 207, ../scss/content/_home.scss */
.second-block {
  border-top: 1px solid #e5e4e3;
  margin-top: -1px;
}

/* line 211, ../scss/content/_home.scss */
.third-block {
  padding-top: 50px;
}
/* line 213, ../scss/content/_home.scss */
.third-block h2 {
  font: normal 20px/22px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  padding-bottom: 47px;
  letter-spacing: 1.2px;
}
/* line 219, ../scss/content/_home.scss */
.third-block .connectio-list > li {
  border-left: 1px solid #e5e4e3;
  border-top: 1px solid #e5e4e3;
}
/* line 223, ../scss/content/_home.scss */
.third-block .connectio-list > li > a {
  color: #333333;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  padding: 22px 33px;
  display: block;
}
/* line 232, ../scss/content/_home.scss */
.de_DE .third-block .connectio-list > li > a {
  padding: 22px 32px;
}
/* line 236, ../scss/content/_home.scss */
.es_ES .third-block .connectio-list > li > a {
  padding: 22px 10px;
}
/* line 241, ../scss/content/_home.scss */
.third-block .connectio-list > li:hover > a {
  color: #e5662e;
}
/* line 244, ../scss/content/_home.scss */
.third-block .connectio-list > li:last-child {
  border-right: 1px solid #e5e4e3;
}
/* line 249, ../scss/content/_home.scss */
.third-block .connectio-list li.curated-active > a {
  z-index: 1;
  position: relative;
  margin-bottom: -1px;
  padding-bottom: 23px;
  background: #fff;
  color: #e5662e;
}
/* line 259, ../scss/content/_home.scss */
.third-block .collection-listall {
  min-height: 550px;
}
/* line 262, ../scss/content/_home.scss */
.third-block .collection-listall .curated-products {
  position: absolute;
  padding: 50px 0;
  left: 0;
  width: 100%;
  /*.bx-controls-direction .bx-prev{
      background-position: -55px -333px;
  }
  .bx-controls-direction .bx-next{
      background-position: -78px -333px;
  }
  .bx-controls-direction .bx-prev,.bx-controls-direction .bx-next
  {
      width: 20px;
      height: 36px;
  }*/
}

/* line 284, ../scss/content/_home.scss */
.bestsellers-grid > li img {
  margin: auto;
}

/* line 288, ../scss/content/_home.scss */
.social-block {
  padding-bottom: 50px;
}
/* line 291, ../scss/content/_home.scss */
.social-block .discover-social > a {
  color: #333333;
  padding: 11px 20px 11px 20px;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  width: 262px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 305, ../scss/content/_home.scss */
.social-block .discover-social > a:hover {
  background: #000000;
  color: #FFF;
}
/* line 308, ../scss/content/_home.scss */
.social-block .discover-social > a:hover span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -468px -389px;
}
/* line 312, ../scss/content/_home.scss */
.social-block .discover-social > a span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -408px;
  width: 10px;
  height: 15px;
  display: inline-block;
  float: right;
}

/* line 322, ../scss/content/_home.scss */
.magazine-block {
  border-bottom: 1px solid #e5e4e3;
  margin: 39px 0 50px 0;
  padding-bottom: 19px;
}

/* line 324, ../scss/content/_home.scss */
.third-block {
  border-bottom: 1px solid #e5e4e3;
  border-top: 1px solid #e5e4e3;
}
/* line 328, ../scss/content/_home.scss */
.third-block .collection-listall-listcon {
  border-bottom: 1px solid #e5e4e3;
}

/* line 333, ../scss/content/_home.scss */
.free-magazine {
  float: left;
  font-size: 20px;
  padding-top: 10px;
  letter-spacing: 1.2px;
}

/* line 339, ../scss/content/_home.scss */
.All-articles-magazine {
  float: right;
  color: #333333;
  padding: 13px 20px 12px;
  border: 1px solid #d0d0d0;
  text-transform: uppercase;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 1px;
  z-index: 111;
  width: 290px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 357, ../scss/content/_home.scss */
.All-articles-magazine:hover {
  background: #000000;
  color: #FFF;
}
/* line 360, ../scss/content/_home.scss */
.All-articles-magazine:hover span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -468px -389px;
}
/* line 364, ../scss/content/_home.scss */
.All-articles-magazine span {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -467px -408px;
  width: 10px;
  height: 15px;
  display: inline-block;
  float: right;
}

/* line 372, ../scss/content/_home.scss */
ul.magazine-block-list.masonry > li {
  float: left;
}

/* line 375, ../scss/content/_home.scss */
.magazine-block-list {
  margin: 45px 0 0 -43px;
  float: left;
  clear: both;
}
/* line 379, ../scss/content/_home.scss */
.magazine-block-list li {
  display: inline-block;
  margin: 0 0 0 43px;
  vertical-align: top;
}

/* line 386, ../scss/content/_home.scss */
.magazine-content > p {
  max-width: 293px;
  color: #848484;
  font: normal 13px/20px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  padding-bottom: 40px;
}
/* line 392, ../scss/content/_home.scss */
.magazine-content > a > .magazine-list-name {
  color: #333333;
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding-top: 30px;
  text-transform: uppercase;
  display: block;
  padding-top: 16px;
}
/* line 399, ../scss/content/_home.scss */
.magazine-content > a:hover {
  color: #333333;
}

/* line 403, ../scss/content/_home.scss */
.magazine-con {
  padding-bottom: 30px;
}

/* line 404, ../scss/content/_home.scss */
.social-contentcon {
  border-bottom: 1px solid #e5e4e3;
  margin-bottom: 30px;
}
/* line 407, ../scss/content/_home.scss */
.social-contentcon > h2 {
  font-size: 14px;
  padding-bottom: 20px;
  letter-spacing: .8px;
}
/* line 412, ../scss/content/_home.scss */
.social-contentcon > p {
  font: normal 13px/20px open_sansregular, Arial, Helvetica, sans-serif;
  color: #848484;
  padding-top: 25px;
}
/* line 416, ../scss/content/_home.scss */
.social-contentcon > p > a {
  color: #333333;
  font: normal 13px/20px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}
/* line 420, ../scss/content/_home.scss */
.social-contentcon > p > a.wdf-blink {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/fb-social.jpg) no-repeat left center;
  display: inline-block;
  padding-left: 50px;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
/* line 428, ../scss/content/_home.scss */
.social-contentcon > p a:hover {
  color: #e25b1e;
}
/* line 433, ../scss/content/_home.scss */
.social-contentcon > p:first-child {
  width: 94%;
  padding-top: 0px;
}
/* line 437, ../scss/content/_home.scss */
.social-contentcon > p.no-margin {
  padding-top: 0px;
}

/* line 442, ../scss/content/_home.scss */
.discover-social > p {
  font: normal 13px/20px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
  color: #848484;
  padding-bottom: 30px;
}

/* line 448, ../scss/content/_home.scss */
.main-social-con > h2 {
  font-size: 20px;
  padding-bottom: 43px;
  letter-spacing: 1px;
}

/* line 450, ../scss/content/_home.scss */
.slider-container .block-title h2, .slider-container .box-title h2, .slider-container .recently-con > h2 {
  font-size: 20px !important;
  padding-bottom: 40px !important;
}

/* line 457, ../scss/content/_home.scss */
.recently-viewed-products .recently-viewed-grid img {
  margin: auto;
}

/* line 464, ../scss/content/_home.scss */
.videowrap {
  position: relative;
  padding-bottom: 40%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

/* line 470, ../scss/content/_home.scss */
.videowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 477, ../scss/content/_home.scss */
.main-social-con .videowrap iframe {
  height: 353px;
}

/* line 481, ../scss/content/_home.scss */
.whatson-wdf > li {
  text-align: center;
}
/* line 484, ../scss/content/_home.scss */
.whatson-wdf > li span {
  padding: 20px 0 40px 0;
  display: block;
  color: #333333;
  text-transform: uppercase;
  font: normal 13px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
}

/* line 493, ../scss/content/_home.scss */
.all-offerlist {
  border-bottom: 1px solid #e5e4e3;
  margin-top: 17px;
}

/* line 498, ../scss/content/_home.scss */
.bx-controls-direction a {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat center right;
  width: 30px;
  height: 30px;
  top: 140px;
  position: absolute;
  text-decoration: none;
}

/* line 506, ../scss/content/_home.scss */
.bx-controls-direction .bx-prev {
  background-position: 0px -128px;
  left: -77px;
}

/* line 510, ../scss/content/_home.scss */
.bx-controls-direction .bx-next {
  background-position: 0px -89px;
  right: -77px;
}

/* line 514, ../scss/content/_home.scss */
a.bx-prev.disabled, .bx-next.disabled {
  opacity: 0;
  cursor: default;
}

/* line 518, ../scss/content/_home.scss */
.top-cat-con > a, .wats-on-worcon > a {
  position: absolute;
  right: 0;
  top: -11px;
}

/* line 523, ../scss/content/_home.scss */
.wats-on-content {
  padding: 23px 0 50px 0;
}

/* line 526, ../scss/content/_home.scss */
#advice-required-entry-newsletter, #advice-validate-email-newsletter {
  position: absolute;
  text-transform: none;
}

/* line 530, ../scss/content/_home.scss */
.specialMenu-con-disc {
  padding-bottom: 35px;
}

/* line 534, ../scss/content/_home.scss */
.second-set-nav {
  text-align: right;
}
/* line 536, ../scss/content/_home.scss */
.second-set-nav > li:last-child > a {
  margin-right: 0;
}

/* line 541, ../scss/content/_home.scss */
.slider-container ul, .slider-container ol, .offer-list-slider ul, .offer-list-slider ol, .recently-viewed-products ul, .recently-viewed-products ol, .block-wishlist ul, .block-wishlist ol, .cart-sidebar-container ul, .cart-sidebar-container ol {
  display: none;
}
/* line 543, ../scss/content/_home.scss */
.slider-container ul > li, .slider-container ol > li, .offer-list-slider ul > li, .offer-list-slider ol > li, .recently-viewed-products ul > li, .recently-viewed-products ol > li, .block-wishlist ul > li, .block-wishlist ol > li, .cart-sidebar-container ul > li, .cart-sidebar-container ol > li {
  text-align: center;
}
/* line 545, ../scss/content/_home.scss */
.slider-container ul > li > a, .slider-container ol > li > a, .offer-list-slider ul > li > a, .offer-list-slider ol > li > a, .recently-viewed-products ul > li > a, .recently-viewed-products ol > li > a, .block-wishlist ul > li > a, .block-wishlist ol > li > a, .cart-sidebar-container ul > li > a, .cart-sidebar-container ol > li > a {
  display: block;
}
/* line 555, ../scss/content/_home.scss */
.slider-container .product-info, .offer-list-slider .product-info, .recently-viewed-products .product-info, .block-wishlist .product-info, .cart-sidebar-container .product-info {
  /*.exclusive, .new-offer,,.offer-short, .limited-edition{
    margin:auto;
    margin: 5px auto 0 auto;
  }*/
}
/* line 556, ../scss/content/_home.scss */
.slider-container .product-info .prod_tags, .offer-list-slider .product-info .prod_tags, .recently-viewed-products .product-info .prod_tags, .block-wishlist .product-info .prod_tags, .cart-sidebar-container .product-info .prod_tags {
  height: 21px;
}
/* line 559, ../scss/content/_home.scss */
.slider-container .product-info .brand-name, .offer-list-slider .product-info .brand-name, .recently-viewed-products .product-info .brand-name, .block-wishlist .product-info .brand-name, .cart-sidebar-container .product-info .brand-name {
  text-transform: uppercase;
  font: normal 14px/22px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  padding-top: 13px;
  color: #333333;
}
/* line 565, ../scss/content/_home.scss */
.slider-container .product-info .product-name, .offer-list-slider .product-info .product-name, .recently-viewed-products .product-info .product-name, .block-wishlist .product-info .product-name, .cart-sidebar-container .product-info .product-name {
  font: normal 12px/16px open_sansregular, Arial, Helvetica, sans-serif;
  padding: 5px 0;
  text-transform: capitalize;
  color: #333333;
  letter-spacing: 0;
}

/* line 579, ../scss/content/_home.scss */
.slider-container.product-range-block ol > li > a, .slider-container.boutique-category ol > li > a {
  min-height: initial;
}
/* line 581, ../scss/content/_home.scss */
.slider-container.product-range-block ol > li > a .topcat-name, .slider-container.boutique-category ol > li > a .topcat-name {
  font: normal 14px/22px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0;
}

/* line 589, ../scss/content/_home.scss */
.other_stories.slider-container ul > li > a {
  min-height: initial;
}

/* line 593, ../scss/content/_home.scss */
.recently-viewed-block {
  padding: 48px 0 50px;
}
/* line 596, ../scss/content/_home.scss */
.recently-viewed-block > .recently-con > h2 {
  font-size: 21px;
  padding-bottom: 30px;
  letter-spacing: .8px;
}
/* line 601, ../scss/content/_home.scss */
.recently-viewed-block .bx-controls-direction a {
  top: 32%;
}

/* line 606, ../scss/content/_home.scss */
.box-up-sell h2 {
  font-size: 21px;
  padding-bottom: 30px;
  letter-spacing: .8px;
}

@media only screen and (max-width: 479px) {
  /* line 613, ../scss/content/_home.scss */
  .recently-viewed-block > .recently-con > h2 {
    text-align: center;
  }
}
/* line 618, ../scss/content/_home.scss */
.first-block > .slider-container > div, .recently_viwed {
  max-width: 100%;
  padding: 60px 0;
}
/* line 621, ../scss/content/_home.scss */
.first-block > .slider-container > div .category-products, .recently_viwed .category-products {
  position: relative;
}

/* line 627, ../scss/content/_home.scss */
.recently-viewed-block, .recently_viwed {
  border-top: 1px solid #e5e4e3;
  clear: both;
}

/* line 632, ../scss/content/_home.scss */
.product-view .recently-viewed-block, .product-view .recently_viwed {
  border-top: 0px;
}

/* line 637, ../scss/content/_home.scss */
.specialMenu-con-disc > li {
  text-align: center;
}

/* line 638, ../scss/content/_home.scss */
.banner-con-img {
  display: none;
}

/* line 639, ../scss/content/_home.scss */
.home-service-cont > p {
  width: 43%;
  margin-left: 24px;
  margin-right: 24px;
  padding: 13px 0 50px 0;
  float: left;
}

/* line 647, ../scss/content/_home.scss */
#da-slider .banner-img {
  display: block;
  text-align: center;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 654, ../scss/content/_home.scss */
#da-slider .container_12 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -510px;
  height: 100%;
}

/* line 662, ../scss/content/_home.scss */
#da-slider .mob-banner-img, #da-slider .tab-banner-img {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 668, ../scss/content/_home.scss */
  #da-slider .tab-banner-img {
    display: block;
  }

  /* line 671, ../scss/content/_home.scss */
  #da-slider .banner-img {
    display: none;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  /* line 677, ../scss/content/_home.scss */
  #da-slider .container_12 {
    margin-left: -384px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 684, ../scss/content/_home.scss */
  #da-slider .container_12 {
    position: static;
    top: auto;
    left: auto;
    margin-left: auto;
    height: auto;
  }
  /* line 691, ../scss/content/_home.scss */
  #da-slider .banner-content {
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: static;
  }

  /* line 699, ../scss/content/_home.scss */
  .container_12 .grid_4.logo-con {
    width: 260px;
    margin: 0 auto !important;
    float: none;
    display: block;
  }

  /* line 707, ../scss/content/_home.scss */
  .advertorial_products .bx-controls-direction .bx-prev, .advertorial_products .bx-controls-direction .bx-next {
    background-position: 0 0 !important;
  }

  /* line 711, ../scss/content/_home.scss */
  .bx-controls-direction .bx-prev {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat 96% center !important;
    margin-left: 10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }

  /* line 717, ../scss/content/_home.scss */
  .bx-controls-direction .bx-next {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/mob-menu-arrow.png) no-repeat 96% center !important;
    margin-right: 10px;
  }
}
/* line 724, ../scss/content/_home.scss */
.offer-list-slider > div {
  padding: 50px 0px;
  max-width: 100%;
}

/* line 728, ../scss/content/_home.scss */
.offer-list-slider .category-products {
  position: relative;
}

/* line 731, ../scss/content/_home.scss */
h2.product-name a {
  display: block;
}

/* line 734, ../scss/content/_home.scss */
.first-block {
  min-height: 500px;
  position: relative;
}
/* line 737, ../scss/content/_home.scss */
.first-block .home_offer_loader {
  left: 50%;
  margin: -28px 0 0 -28px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* line 746, ../scss/content/_home.scss */
  .banner-content {
    padding: 25px 0;
  }
  /* line 748, ../scss/content/_home.scss */
  .banner-content > h2 {
    font-size: 68px;
    line-height: 45px;
    padding-bottom: 15px;
  }
  /* line 753, ../scss/content/_home.scss */
  .banner-content p {
    font-size: 19px;
    padding-bottom: 23px;
  }
  /* line 757, ../scss/content/_home.scss */
  .banner-content > a {
    padding: 11px 20px 10px 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1020px) {
  /* line 764, ../scss/content/_home.scss */
  .magazine-block-list li {
    width: 208px;
    vertical-align: top;
  }
  /* line 767, ../scss/content/_home.scss */
  .magazine-block-list li:first-child {
    width: 464px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 773, ../scss/content/_home.scss */
  #header-account .create-fb {
    border: 0;
  }

  /* line 776, ../scss/content/_home.scss */
  .third-block .connectio-list > li {
    width: auto;
  }

  /* line 779, ../scss/content/_home.scss */
  .banner-content {
    padding: 15px 0;
  }
  /* line 781, ../scss/content/_home.scss */
  .banner-content > h2 {
    font-size: 32px;
    line-height: 33px;
    padding-bottom: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 792, ../scss/content/_home.scss */
  .top-cat-con {
    padding: 25px 0 0;
  }
  /* line 794, ../scss/content/_home.scss */
  .top-cat-con > h2 {
    padding-bottom: 25px;
  }

  /* line 798, ../scss/content/_home.scss */
  .top-cat-con ul > li a .topcat-name {
    margin-bottom: 20px;
  }

  /* line 801, ../scss/content/_home.scss */
  .wats-on-wdf {
    margin-top: 20px;
  }

  /* line 805, ../scss/content/_home.scss */
  .wats-on-wdf ul > li a .topcat-name {
    padding: 10px 0 10px 0;
  }

  /* line 809, ../scss/content/_home.scss */
  .videowrap {
    position: static;
    padding: 0 0 15px 0;
    height: initial;
  }
  /* line 813, ../scss/content/_home.scss */
  .videowrap iframe {
    position: static;
  }

  /* line 819, ../scss/content/_home.scss */
  .top-cat-con, .home-service-cont > p {
    margin-top: 0;
  }

  /* line 822, ../scss/content/_home.scss */
  .wats-on-wdf > h2 {
    padding-bottom: 24px;
  }

  /* line 825, ../scss/content/_home.scss */
  .banner-content {
    padding: 0;
  }
  /* line 828, ../scss/content/_home.scss */
  .banner-content > h2 {
    color: #333333;
    padding: 15px 0;
    font: normal 24px/25px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
  }
  /* line 833, ../scss/content/_home.scss */
  .banner-content > h2 > span {
    display: inline-block;
  }
  /* line 837, ../scss/content/_home.scss */
  .banner-content > p {
    color: #8e8e8e;
    font: normal 14px/15px open_sansregular, Arial, Helvetica, sans-serif;
    text-transform: none;
    padding-bottom: 15px;
  }
  /* line 843, ../scss/content/_home.scss */
  .banner-content > a {
    color: #333333;
    font: normal 12px/16px proxima_nova_ltsemibold, Arial, Helvetica, sans-serif;
    border: 2px solid #333333;
    display: block;
    padding: 12px 20px 12px 0;
    width: 100%;
  }
  /* line 850, ../scss/content/_home.scss */
  .banner-content > a span {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -469px -408px;
  }
  /* line 853, ../scss/content/_home.scss */
  .banner-content > a:hover {
    background: #000 url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/banner-btn-mob-hover.png) no-repeat 92% center;
  }
  /* line 855, ../scss/content/_home.scss */
  .banner-content > a:hover span {
    background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/sprite.png) no-repeat -470px -388px;
  }

  /* line 861, ../scss/content/_home.scss */
  #da-slider .bxslider li {
    background-image: none !important;
  }

  /* line 866, ../scss/content/_home.scss */
  #da-slider .banner-img {
    display: none;
  }
  /* line 869, ../scss/content/_home.scss */
  #da-slider .mob-banner-img {
    display: block;
  }
  /* line 871, ../scss/content/_home.scss */
  #da-slider .mob-banner-img > img:hover {
    opacity: 1;
  }

  /* line 876, ../scss/content/_home.scss */
  .all-offers > li > a.offer-active {
    padding-bottom: 21px;
  }

  /* line 880, ../scss/content/_home.scss */
  .offer-all-cont > li {
    width: 33.3%;
    min-width: initial;
  }
  /* line 883, ../scss/content/_home.scss */
  .offer-all-cont > li > a {
    padding: 20px 0px 20px 0px;
    font-size: 12px;
  }

  /* line 889, ../scss/content/_home.scss */
  #header-account {
    padding: 0 24px;
  }

  /* line 892, ../scss/content/_home.scss */
  .home-service-cont > p {
    width: auto;
    padding: 10px 0 5px;
  }

  /* line 896, ../scss/content/_home.scss */
  .third-block .collection-listall {
    height: auto !important;
    min-height: initial;
  }
  /* line 899, ../scss/content/_home.scss */
  .third-block .collection-listall .curated-products {
    position: static !important;
    padding: 15px 0;
  }

  /* line 905, ../scss/content/_home.scss */
  .cust-servcon {
    width: 100%;
  }

  /* line 908, ../scss/content/_home.scss */
  .All-articles-magazine {
    position: static;
    margin: 20px 0;
    text-align: center;
    float: none;
    clear: both;
    display: inline-block;
    max-width: 100%;
  }

  /* line 917, ../scss/content/_home.scss */
  .top-cat-con > a, .wats-on-worcon > a {
    position: static;
  }

  /* line 920, ../scss/content/_home.scss */
  .top-cat-con > a {
    margin: 0;
  }

  /* line 923, ../scss/content/_home.scss */
  .free-magazine {
    text-align: center;
    float: none;
  }

  /* line 927, ../scss/content/_home.scss */
  .magazine-block-list {
    margin: 30px auto -43px;
  }

  /* line 930, ../scss/content/_home.scss */
  .third-block {
    border-bottom: 0;
  }

  /* line 933, ../scss/content/_home.scss */
  .third-block, .magazine-block, .social-block {
    margin-bottom: 20px;
  }

  /* line 936, ../scss/content/_home.scss */
  .third-block {
    padding-top: 20px;
  }
  /* line 938, ../scss/content/_home.scss */
  .third-block h2 {
    padding-bottom: 20px;
  }

  /* line 942, ../scss/content/_home.scss */
  .magazine-block {
    margin-top: 20px;
  }

  /* line 945, ../scss/content/_home.scss */
  .magazine-content > p {
    width: auto;
  }

  /* line 950, ../scss/content/_home.scss */
  .success_page_con.succes_top div {
    width: 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  /* line 954, ../scss/content/_home.scss */
  .success_page_con.succes_top div h1 {
    margin: 20px 0 0;
    color: #e66228;
  }
  /* line 959, ../scss/content/_home.scss */
  .success_page_con .top-cat-con, .success_page_con .wats-on-wdf, .success_page_con .success_page_look {
    margin-top: 20px;
  }
  /* line 963, ../scss/content/_home.scss */
  .success_page_con .wats-on-wdf ul > li a .topcat-name {
    margin-bottom: 5px;
  }
  /* line 967, ../scss/content/_home.scss */
  .success_page_con .what-next-block {
    padding-bottom: 30px;
  }

  /* line 971, ../scss/content/_home.scss */
  .success_page_con .what-next-block .succes_share {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  /* line 975, ../scss/content/_home.scss */
  .success_page_con .what-next-block .succes_share li {
    width: auto !important;
    margin: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px 0 0;
  }
  /* line 982, ../scss/content/_home.scss */
  .success_page_con .what-next-block .succes_share li:first-child {
    padding: 0 0px 0 0;
    margin: 0;
  }
  /* line 985, ../scss/content/_home.scss */
  .success_page_con .what-next-block .succes_share li:first-child h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 993, ../scss/content/_home.scss */
  .magazine-block-list {
    text-align: center;
  }
  /* line 995, ../scss/content/_home.scss */
  .magazine-block-list li {
    margin: 0px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 1003, ../scss/content/_home.scss */
  .banner-content p {
    font: normal 15px/25px proxima_nova_rgregular, Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
  }
  /* line 1007, ../scss/content/_home.scss */
  .banner-content > a {
    padding: 13px 20px;
  }
}
@media only screen and (max-width: 1020px) {
  /* line 1016, ../scss/content/_home.scss */
  .hidden-xs {
    display: none;
  }

  /* line 1019, ../scss/content/_home.scss */
  div#menu.mm-menu {
    display: block;
  }
}
/* line 1025, ../scss/content/_home.scss */
div#menu.mm-menu {
  display: none;
}

/* line 1031, ../scss/content/_home.scss */
.flightDetails, #da-slider, .main-container {
  transition: margin-left 0.2s linear;
  -webkit-transition: margin-left 0.2s linear;
  -moz-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
}

@media only screen and (max-width: 767px) {
  /* line 1040, ../scss/content/_home.scss */
  .flightDetails, #da-slider, .main-container {
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* line 1046, ../scss/content/_home.scss */
  .social-block .discover-social > a {
    width: 100%;
  }
}
/* line 1053, ../scss/content/_home.scss */
.product-name .prod-quant {
  display: inline-block;
  text-transform: lowercase;
}

/* line 1054, ../scss/content/_home.scss */
.offer-list-slider .category-products,
.third-block .curated-products .category-products {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 1057, ../scss/content/_home.scss */
.product-info .product-label {
  min-height: 21px;
  margin: 0 0 10px;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
/* line 6, ../scss/content/_category.scss */
.category-image {
  position: relative;
}

/* line 9, ../scss/content/_category.scss */
.popup-upsell .bx-wrapper {
  position: relative;
}

/* line 12, ../scss/content/_category.scss */
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

/* line 17, ../scss/content/_category.scss */
.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

/* line 23, ../scss/content/_category.scss */
.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

/* line 33, ../scss/content/_category.scss */
.catblocks li:hover {
  border-color: #e66228;
}

@media only screen and (max-width: 768px) {
  /* line 38, ../scss/content/_category.scss */
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  /* line 43, ../scss/content/_category.scss */
  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 49, ../scss/content/_category.scss */
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
/* line 56, ../scss/content/_category.scss */
.catblocks li:last-child {
  margin-right: 0 !important;
}

/* line 60, ../scss/content/_category.scss */
.catblocks li img {
  width: 100%;
  max-width: 100%;
}

/* line 65, ../scss/content/_category.scss */
.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

/* line 81, ../scss/content/_category.scss */
.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 86, ../scss/content/_category.scss */
.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

/* line 93, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

/* line 104, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 111, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 115, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 121, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/* line 126, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

/* line 132, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

/* line 140, ../scss/content/_category.scss */
.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

/* line 144, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(http://uk.worlddutyfree.com/skin/frontend/rwd/rc/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

/* line 151, ../scss/content/_category.scss */
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

