.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
@-webkit-keyframes flash {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: transparent;
  }
}
@-moz-keyframes flash {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: transparent;
  }
}
@-o-keyframes flash {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: transparent;
  }
}
@keyframes flash {
  0% {
    border-color: transparent;
  }
  50% {
    border-color: red;
  }
  100% {
    border-color: transparent;
  }
}
.flash {
  animation-name: flash;
  animation-duration: 1s;
  animation-iteration-count: 3;
  animation-timing-function: linear;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: flash;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 3;
  -moz-animation-timing-function: linear;
  -o-animation-name: flash;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 3;
  -o-animation-timing-function: linear;
}
.products .container {
  background-color: #ffffff;
}
.product-detail {
  background-color: #fff;
}
/*****
** The Scrolling basketo
*****/
#basket_scroll_anchor {
  clear: both;
}
@media (max-width: 749px) {
  #basket_scroll_anchor {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
#basket_scroll,
#basket_scroll_anchor,
#trade_basket {
  background: #ffffff;
  border: 1px solid #D2D3D4;
  border-radius: 10px;
  padding: 0;
  z-index: 1;
}
#basket_scroll.fixed,
#basket_scroll_anchor.fixed,
#trade_basket.fixed {
  position: fixed;
  top: 10px;
}
#basket_scroll.trade_basket,
#basket_scroll_anchor.trade_basket,
#trade_basket.trade_basket {
  border-color: #D2D3D4;
}
#basket_scroll.trade_basket .basket_header,
#basket_scroll_anchor.trade_basket .basket_header,
#trade_basket.trade_basket .basket_header {
  padding-bottom: 0;
}
#basket_scroll.trade_basket .basket_header .basket_header_bg,
#basket_scroll_anchor.trade_basket .basket_header .basket_header_bg,
#trade_basket.trade_basket .basket_header .basket_header_bg {
  display: none;
}
#basket_scroll.trade_basket .basket_header .basket_header_fg h1,
#basket_scroll_anchor.trade_basket .basket_header .basket_header_fg h1,
#trade_basket.trade_basket .basket_header .basket_header_fg h1 {
  color: #16a6b6;
}
#basket_scroll.trade_basket .basket_body .quantity,
#basket_scroll_anchor.trade_basket .basket_body .quantity,
#trade_basket.trade_basket .basket_body .quantity {
  float: right;
}
#basket_scroll.trade_basket .basket_body .price,
#basket_scroll_anchor.trade_basket .basket_body .price,
#trade_basket.trade_basket .basket_body .price {
  float: left;
}
#basket_scroll .basket_header,
#basket_scroll_anchor .basket_header,
#trade_basket .basket_header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 16px 15px;
}
#basket_scroll .basket_header .basket_header_bg,
#basket_scroll_anchor .basket_header .basket_header_bg,
#trade_basket .basket_header .basket_header_bg {
  height: 71px;
}
#basket_scroll .basket_body,
#basket_scroll_anchor .basket_body,
#trade_basket .basket_body {
  padding: 0 18px 18px;
  font-size: 0.9em;
}
@media (max-width: 749px) {
  #basket_scroll .basket_body,
  #basket_scroll_anchor .basket_body,
  #trade_basket .basket_body {
    padding: 18px;
  }
}
#basket_scroll .basket_body .item_info .photo,
#basket_scroll_anchor .basket_body .item_info .photo,
#trade_basket .basket_body .item_info .photo {
  margin-top: 10px;
  background-size: contain;
}
#basket_scroll .basket_body .quantity button,
#basket_scroll_anchor .basket_body .quantity button,
#trade_basket .basket_body .quantity button {
  margin-top: 4px;
}
#basket_scroll .basket_body .quantity input,
#basket_scroll_anchor .basket_body .quantity input,
#trade_basket .basket_body .quantity input {
  line-height: 20px;
}
#basket_scroll .basket_body .basket_total,
#basket_scroll_anchor .basket_body .basket_total,
#trade_basket .basket_body .basket_total {
  font-size: 1.8em;
  text-align: center;
}
#basket_scroll .basket_body .note,
#basket_scroll_anchor .basket_body .note,
#trade_basket .basket_body .note {
  color: #a3a3a3;
  text-align: center;
}
#basket_scroll .basket_body a,
#basket_scroll_anchor .basket_body a,
#trade_basket .basket_body a {
  color: #16a6b6;
}
#basket_scroll .basket_body .btn-block,
#basket_scroll_anchor .basket_body .btn-block,
#trade_basket .basket_body .btn-block {
  font-weight: bold;
  margin-top: 26px;
  background: #16a6b6 url(/images/global/chevron-right-white.svg) no-repeat;
  background-position: right 10px center;
  background-size: auto 14px;
  border: 0;
  padding: 12px 32px 12px 12px;
  text-align: left;
  color: #ffffff;
}
#basket_scroll .basket_body .btn-block.disabled,
#basket_scroll_anchor .basket_body .btn-block.disabled,
#trade_basket .basket_body .btn-block.disabled {
  background-color: #86898c;
  opacity: 0.25;
}
#basket_scroll #delivery_charges,
#basket_scroll_anchor #delivery_charges,
#trade_basket #delivery_charges {
  margin-top: -19px;
}
#basket_scroll #delivery_charges #delivery_centraliser,
#basket_scroll_anchor #delivery_charges #delivery_centraliser,
#trade_basket #delivery_charges #delivery_centraliser {
  margin: auto;
  width: 72%;
}
#basket_scroll #delivery_charges #delivery_centraliser #delivery_left_box,
#basket_scroll_anchor #delivery_charges #delivery_centraliser #delivery_left_box,
#trade_basket #delivery_charges #delivery_centraliser #delivery_left_box {
  float: left;
  margin-top: 5px;
}
#basket_scroll #delivery_charges #delivery_centraliser #delivery_left_box img,
#basket_scroll_anchor #delivery_charges #delivery_centraliser #delivery_left_box img,
#trade_basket #delivery_charges #delivery_centraliser #delivery_left_box img {
  height: 40px;
}
#basket_scroll #delivery_charges #delivery_centraliser #delivery_right_box,
#basket_scroll_anchor #delivery_charges #delivery_centraliser #delivery_right_box,
#trade_basket #delivery_charges #delivery_centraliser #delivery_right_box {
  float: left;
  max-width: 145px;
  margin-top: 5px;
  margin-left: 4px;
  line-height: 18px;
}
#basket_scroll #delivery_charges #delivery_centraliser #delivery_right_box #delivery_header,
#basket_scroll_anchor #delivery_charges #delivery_centraliser #delivery_right_box #delivery_header,
#trade_basket #delivery_charges #delivery_centraliser #delivery_right_box #delivery_header {
  color: #0099a8;
  font-size: 18px;
}
#basket_scroll #delivery_charges #delivery_centraliser #delivery_right_box #delivery_text_line_1,
#basket_scroll_anchor #delivery_charges #delivery_centraliser #delivery_right_box #delivery_text_line_1,
#trade_basket #delivery_charges #delivery_centraliser #delivery_right_box #delivery_text_line_1 {
  font-size: 14px;
}
.colourPhoto {
  background-size: inherit !important;
  min-height: 105px !important;
}
#trade_basket {
  margin: 10px 5px 5px 5px;
}
#trade_basket #basket_items {
  max-height: none !important;
  overflow-y: auto !important;
}
#trade_basket .item .product-title-basket {
  font-size: 1.125em;
}
#trade_basket .item .trade_code_remove {
  margin-top: 8px;
  margin-bottom: 5px;
}
#trade_basket .item .trade_code_remove .product_code,
#trade_basket .item .trade_code_remove .remove_button {
  font-size: 1.125em;
}
#trade_basket .item div.price-quantity-basket .product-price {
  font-size: 1.75em;
}
#trade_basket .item div.price-quantity-basket .quantity {
  float: right;
  display: inline-block;
}
#trade_basket .item div.price-quantity-basket .quantity .increment,
#trade_basket .item div.price-quantity-basket .quantity .decrement,
#trade_basket .item div.price-quantity-basket .quantity .value {
  color: #8195a0;
  font-size: 1.5625em;
  border: 1px solid #d2d3d4;
}
#trade_basket .item div.price-quantity-basket .quantity .increment,
#trade_basket .item div.price-quantity-basket .quantity .decrement {
  height: auto;
  width: auto;
  position: relative;
  top: 2px;
  padding: 7px 14px;
  background-color: #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#trade_basket .item div.price-quantity-basket .quantity .value {
  height: 37px;
  width: 50px;
  padding: 5px;
  text-align: center;
}
#trade_basket .total-price-basket {
  margin-bottom: 10px;
}
#trade_basket .total-price-basket .order-total {
  font-size: 1.125em;
}
#trade_basket .total-price-basket .total-price {
  font-size: 1.3125em;
}
/*****
** Product Option - FINALISED
*****/
.product-configure-accessories .options_list,
.product-configure-colours .options_list {
  padding-top: 0;
}
.product-configure-accessories .product-configure-title .image img,
.product-configure-colours .product-configure-title .image img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-configure-accessories .product-configure-title .title,
.product-configure-colours .product-configure-title .title {
  padding-top: 0;
}
.product-configure-accessories .product-configure-title .add_item_to_basket,
.product-configure-colours .product-configure-title .add_item_to_basket {
  font-weight: bold;
  margin-top: 10px;
  background: #16a6b6 url(/images/global/chevron-right-white.svg) no-repeat;
  background-position: right 10px center;
  background-size: auto 14px;
  border: 0;
  padding: 12px 32px 12px 12px;
  text-align: left;
  color: #ffffff;
  display: inline-block;
  width: auto;
}
.product-configure-colours .product-configure-title ul {
  margin: 0 0 0 -10px;
}
.product-configure-colours .product-configure-title ul li {
  margin-left: 10px;
}
@media (min-width: 750px) {
  .product-configure .basket-wrapper {
    padding: 0;
  }
}
.product-configure .basket #basket_items .item {
  margin-bottom: 0;
}
.product-configure .basket #basket_footer {
  padding: 0 18px 18px 18px;
}
.product-configure .basket #basket_footer #basket_total_price,
.product-configure .basket #basket_footer #basket_free_shipping {
  color: #838383;
  margin-bottom: 0.5em;
}
.product-configure .basket #basket_footer #basket_free_shipping {
  padding-top: 0.5em;
  text-align: center;
}
.product-configure .basket #basket_footer #basket_free_shipping span {
  background: url('/images/checkout/delivery.svg') no-repeat 0 center;
  background-size: auto 28px;
  color: #16a6b6;
  font-weight: bold;
  padding-left: 32px;
  width: auto;
}
.product-configure .basket .product-price,
.product-configure .basket .total-price {
  text-align: right;
}
.product-configure-title {
  clear: both;
}
.product-configure-title .image {
  float: left;
  margin-bottom: 0px;
  margin-right: 25px;
  position: relative;
}
.product-configure-title .image .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (min-width: 750px) {
  .product-configure-title .image .icon.icon-tick {
    left: auto;
    right: -10px;
    top: -10px;
  }
}
@media (max-width: 749px) {
  .product-configure-title .image .icon {
    top: 8px;
  }
  .product-configure-title .image .icon.icon-tick {
    right: 0;
    top: 5px;
  }
}
.product-configure-title .image img {
  height: 100px;
  width: 100px;
}
.product-configure-title .title {
  margin: 0;
  padding: 20px 0 0 70px;
  color: #A3A3A3;
  font-size: 1.6em;
  font-weight: 300;
}
.product-configure-title .title b,
.product-configure-title .title strong {
  font-weight: normal;
}
.product-configure-title .sub-title {
  margin: -5px 0 0 0;
  padding-top: 0px;
  color: #8F8F8F;
  font-size: 1em;
  font-weight: 300;
  padding-left: 70px;
}
@media (max-width: 749px) {
  .product-configure-title .title {
    line-height: 1em;
  }
  .product-configure-title .sub-title {
    margin-top: 10px;
    line-height: 1em;
  }
}
.product-configure-title ul {
  list-style: none;
  color: #A3A3A3;
  margin-left: 60px;
  margin-top: 20px;
}
.product-configure-title ul li {
  display: inline-block;
  padding-right: 12px;
  cursor: pointer;
  padding: 3px 10px 6px 10px;
  margin: 0px 10px;
  font-weight: bold;
}
.product-configure-title ul li.selected,
.product-configure-title ul li.highlighted {
  background: #16a6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
}
.product-configure-title ul ~ .title {
  margin-top: 0px;
  padding-top: 0px;
}
.product-configure-title p {
  color: #A3A3A3;
}
/*****
** Product Options list
*****/
.select2-container.accessories_installation_methods_select {
  clear: both;
  width: 100% !important;
  margin: 10px auto 12px;
}
.select2-container.accessories_installation_methods_select a {
  background: none !important;
  color: #a3a3a3;
  padding: 10px 0;
  border-color: #d1d1d1;
  border-radius: 8px;
}
.select2-container.accessories_installation_methods_select .select2-chosen {
  text-align: left;
  padding-left: 10px;
}
.select2-container.accessories_installation_methods_select .select2-arrow {
  width: 28px;
}
.select2-container.accessories_installation_methods_select .select2-arrow b {
  background: url(/images/global/chevron-down-navy-cropped.png) no-repeat center;
  background-size: 12px;
}
.product-configure-options {
  clear: both;
  margin-left: -2%;
  padding-top: 20px;
}
.product-configure-options .option-radio {
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-left: 2%;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  width: 47%;
}
.product-configure-options .option-radio .image {
  display: inline-block;
}
@media (max-width: 749px) {
  .product-configure-options .option-radio .image {
    display: block;
    text-align: center;
  }
}
.product-configure-options .option-radio .image img {
  max-width: 90px;
  max-height: 90px;
}
.product-configure-options .option-radio .value {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
@media (max-width: 749px) {
  .product-configure-options .option-radio .value {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
.product-configure-options .option-radio .value input[type=radio] {
  display: none;
  margin: 0 10px 0 20px;
}
@media (max-width: 749px) {
  .product-configure-options .option-radio .value input[type=radio] {
    margin: 0;
  }
}
.product-configure-options .option-radio .value label {
  cursor: pointer;
  display: inline;
  color: #657f91;
  font-weight: normal;
}
@media (min-width: 750px) {
  .product-configure-options .option-radio .value label {
    max-width: 180px;
  }
}
.product-configure-options .option-radio .value .out-of-stock-message {
  display: inline-block;
  margin-left: 20px;
  color: red;
}
.product-configure-options .option-radio.in-stock.active,
.product-configure-options .option-radio.in-stock:hover {
  background: #f3f3f3;
  box-shadow: 2px 2px 2px #D1D1D1;
  border-color: #D1D1D1;
}
@media (max-width: 749px) {
  .product-installation-methods .product-configure-options {
    margin-left: 0;
  }
}
.product-installation-methods .option-thumbnail {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  display: inline-block;
  margin-left: 2%;
  padding: 10px 10px 5px 10px;
  width: 30%;
}
.product-installation-methods .option-thumbnail .image {
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.product-installation-methods .option-thumbnail .image img {
  width: 100%;
}
.product-installation-methods .option-thumbnail .value {
  text-align: center;
  color: #657f91;
}
.product-installation-methods .option-thumbnail .value input[type=radio] {
  display: none;
}
.product-installation-methods .option-thumbnail .value label {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  width: auto;
}
@media (max-width: 749px) {
  .product-installation-methods .option-thumbnail {
    clear: right;
    float: none;
    height: 85px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .product-installation-methods .option-thumbnail .image {
    float: left;
    width: auto;
  }
  .product-installation-methods .option-thumbnail .image img {
    height: 100%;
    width: auto;
  }
  .product-installation-methods .option-thumbnail .value {
    float: left;
    margin-top: 30px;
  }
  .product-installation-methods .option-thumbnail .value.see-accessories {
    float: right;
  }
}
.product-installation-methods.available .option-thumbnail {
  cursor: pointer;
}
.product-installation-methods.available .option-thumbnail.active,
.product-installation-methods.available .option-thumbnail:hover {
  box-shadow: 2px 2px 2px #D1D1D1;
}
.product-installation-methods.unavailable {
  opacity: 0.5;
}
@media (max-width: 749px) {
  .product-colour-options .product-configure-options {
    margin-left: 0;
  }
}
.product-colour-options .option-thumbnail {
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  display: inline-block;
  margin-left: 2%;
  padding: 10px 10px 5px 10px;
  width: 22%;
}
.product-colour-options .option-thumbnail .image {
  height: 100%;
  width: 100%;
  /*margin-bottom: 10px;*/
  position: relative;
}
.product-colour-options .option-thumbnail .image img {
  width: 100%;
}
.product-colour-options .option-thumbnail .value {
  text-align: center;
  color: #657f91;
}
.product-colour-options .option-thumbnail .value input[type=radio] {
  display: none;
}
.product-colour-options .option-thumbnail .value label {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  width: auto;
}
@media (max-width: 749px) {
  .product-colour-options .option-thumbnail {
    clear: right;
    float: none;
    height: 85px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    width: 100%;
  }
  .product-colour-options .option-thumbnail .image {
    float: left;
    width: auto;
  }
  .product-colour-options .option-thumbnail .image img {
    height: 100%;
    width: auto;
  }
  .product-colour-options .option-thumbnail .value {
    float: left;
    margin-top: 30px;
  }
  .product-colour-options .option-thumbnail .value.see-accessories {
    float: right;
  }
}
.product-colour-options.available .option-thumbnail {
  cursor: pointer;
}
.product-colour-options.available .option-thumbnail.active,
.product-colour-options.available .option-thumbnail:hover {
  box-shadow: 2px 2px 2px #D1D1D1;
}
.product-colour-options.unavailable {
  opacity: 0.5;
}
.product-configure-options-stock-notification {
  margin-bottom: 30px;
}
.product-configure-options-stock-notification .stock-notification {
  display: none;
}
.product-configure-options-stock-notification .stock-notification .message {
  color: red;
}
.product-configure-options-stock-notification .stock-notification .field input {
  width: 70%;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.product-configure-options-stock-notification .stock-notification .field .notfiy-submit {
  background-color: #16a6b6;
  border: none;
  padding: 12px 23px;
  color: #ffffff;
  float: left;
}
.product-option-carousel {
  height: 0px;
  margin: 0px;
  display: block;
}
.product-option-carousel .no-need {
  padding-top: 40px;
}
.product-option-carousel .options_list {
  clear: none;
  padding: 0px;
  margin-top: 10px;
  display: block;
}
.options_list {
  clear: both;
  padding-top: 30px;
  color: #A3A3A3;
}
.options_list h2.option_title {
  font-size: 1.3em;
  font-weight: 400;
  color: #607C8D;
  margin: 0px;
  min-height: 30px;
}
.options_list h2.option_title .accessory_no_link_style {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.options_list h2.option_title_mobile {
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 6px;
  color: #A3A3A3;
}
.options_list .photo {
  background: #ffffff no-repeat center center;
  background-size: 70%;
  background-position: 50% 50%;
  text-align: center;
  min-height: 125px;
  padding: 0px 0px 0px 0px;
  display: block;
}
@media (max-width: 479px) {
  .options_list .photo {
    background-size: contain;
    min-height: 75px;
    background-position: 50% 100%;
    margin-top: 20px;
  }
}
.options_list .photo .buttons.four {
  width: 124px;
}
@media (max-width: 479px) {
  .options_list .photo .buttons.four {
    width: 70px;
    z-index: 200;
  }
}
.options_list .photo .buttons.two {
  width: 62px;
}
.options_list .photo .buttons {
  position: relative;
  top: 132px;
  margin: 0px auto;
  text-align: center;
}
@media (max-width: 749px) {
  .options_list .photo .buttons {
    top: 120px;
  }
}
@media (max-width: 479px) {
  .options_list .photo .buttons {
    top: 80px;
  }
}
.options_list .photo .buttons .configure-accessory-option {
  height: 25px;
  width: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  float: left;
  display: inline-block;
  margin: 0px 3px;
}
.options_list .photo .buttons .configure-accessory-option input {
  visibility: hidden;
}
@media (max-width: 749px) {
  .options_list .photo .buttons .configure-accessory-option {
    margin: 2px 3px;
  }
}
.options_list .photo .buttons .brown {
  background-color: #4b342b;
  border: 2px solid #4b342b;
}
.options_list .photo .buttons .brown .selected {
  background-image: url('/images/global/selected_tick_white.png');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
}
.options_list .photo .buttons .white {
  background-color: #ffffff;
  border: 2px solid #688393;
}
.options_list .photo .buttons .white .selected {
  background-image: url('/images/global/selected_tick_grey.png');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
}
.options_list .photo .buttons .grey_white {
  background-color: #949494;
  border: 2px solid #949494;
  background: #606060;
  background: linear-gradient(45deg, #606060 50%, #ffffff 50%);
}
.options_list .photo .buttons .grey_white .selected {
  background-image: url('/images/global/selected_tick_grey.png');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 100%;
}
.options_list .photo .buttons .blue.selected {
  border: 3px solid #bcdde9;
}
.options_list .photo .buttons .blue {
  background-color: #a3d9ec;
  border: 2px solid #a3d9ec;
}
.options_list .photo .buttons .blue .selected {
  background-image: url('/images/global/selected_tick_white.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  margin: 3px 0px 0px 2px;
}
.options_list .photo .buttons .green.selected {
  border: 3px solid #dfe6cd;
}
.options_list .photo .buttons .green {
  background-color: #c4da86;
  border: 2px solid #c4da86;
}
.options_list .photo .buttons .green .selected {
  background-image: url('/images/global/selected_tick_white.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  margin: 3px 0px 0px 2px;
}
.options_list .photo .buttons .grey.selected {
  border: 3px solid #c3c3c3;
}
.options_list .photo .buttons .grey {
  background-color: #949494;
  border: 2px solid #949494;
}
.options_list .photo .buttons .grey .selected {
  background-image: url('/images/global/selected_tick_white.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  margin: 3px 0px 0px 2px;
}
.options_list .photo .buttons .pink.selected {
  border: 3px solid #f7cbd6;
}
.options_list .photo .buttons .pink {
  background-color: #e2839a;
  border: 2px solid #e2839a;
}
.options_list .photo .buttons .pink .selected {
  background-image: url('/images/global/selected_tick_white.png');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: contain;
  margin: 3px 0px 0px 2px;
}
.options_list .details {
  vertical-align: top;
  padding: 10px 20px 0px 0px;
}
@media (max-width: 479px) {
  .options_list .details {
    padding: 10px 0px 0px 10px;
  }
}
.options_list .details span.price {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 400;
  color: #688393;
  width: 50%;
  padding-top: 4px;
  float: left;
}
@media (max-width: 749px) {
  .options_list .details span.price {
    padding-top: 2px;
  }
}
.options_list .details span.price span.sap_rrp_x_promo_strike_through {
  display: block;
  text-decoration: line-through;
  color: black;
  font-size: medium;
  font-weight: bold;
  font-style: italic;
}
.options_list .details .add-box {
  width: 50%;
  display: inline-block;
}
@media (max-width: 479px) {
  .options_list .details .add-box {
    float: right;
  }
}
.options_list .details .add-box .add {
  background-color: #4AA6B6;
  width: auto;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  padding: 8px 25px 10px 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 0px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 479px) {
  .options_list .details .add-box .add {
    padding: 4px 20px 6px 20px;
    margin: 0px 0px 0px 10px;
    float: right;
  }
}
.options_list .details .add-box .add a {
  color: #fff;
}
.options_list .details .preview,
.options_list .details .product_option_more_text_Owl {
  font-size: 1.0em;
  font-weight: 400;
  color: #909395;
}
.options_list .details h2.details_title {
  font-size: 1.3em;
  font-weight: 300;
  border: none;
  margin-top: 0px;
}
.options_list .details p.intro {
  -webkit-transition: display 0.5s ease;
  -moz-transition: display 0.5s ease;
  -ms-transition: display 0.5s ease;
  -o-transition: display 0.5s ease;
  transition: display 0.5s ease;
}
.options_list .details span.text {
  display: inline-block;
  float: left;
  width: 80%;
}
.options_list .details span.text label {
  cursor: pointer;
  font-weight: normal;
  /* INHERITTED */
  font-size: 0.938em;
  padding-bottom: 10px;
  clear: both;
  width: auto;
}
.options_list .details span.text label input[type=radio]:checked + span,
.options_list .details span.text label input[type=checkout]:checked + span {
  font-weight: bold;
}
.options_list .details span.text label input[type=radio]:checked + span + span,
.options_list .details span.text label input[type=checkout]:checked + span + span {
  font-weight: bold;
}
.options_list .details span.text label .out-of-stock-message {
  color: red;
}
.options_list .sit-bottom {
  width: 100%;
}
.options_list .sit-bottom .inner {
  float: right;
  padding-left: 0px;
}
@media (max-width: 479px) {
  .options_list .sit-bottom .inner {
    padding: 0px 0px 0px 10px;
  }
}
.options_list .sit-bottom .inner .add-box {
  width: 50%;
  display: inline-block;
}
@media (max-width: 479px) {
  .options_list .sit-bottom .inner .add-box {
    float: right;
  }
}
.options_list .sit-bottom .inner .add-box .add {
  background-color: #4AA6B6;
  width: auto;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  padding: 8px 25px 10px 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 479px) {
  .options_list .sit-bottom .inner .add-box .add {
    padding: 4px 20px 6px 20px;
    margin: 14px 0px 0px 10px;
    float: right;
  }
}
.options_list .sit-bottom .inner .add-box .add a {
  color: #fff;
}
.options_list .sit-bottom .inner .quantity {
  clear: right;
  height: 46px;
  position: relative;
  width: 50%;
  float: left;
  top: 7px;
}
.options_list .sit-bottom .inner .quantity button {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  border: 1px solid #d2d3d4;
  background: #f6f6f6;
  color: #657f91;
  font-size: 1.8em;
  line-height: 21px;
  position: absolute;
  top: 8px;
}
.options_list .sit-bottom .inner .quantity button[disabled] {
  opacity: 0.5;
}
.options_list .sit-bottom .inner .quantity button.decrement {
  left: 0;
}
.options_list .sit-bottom .inner .quantity button.decrement[disabled] {
  opacity: 0.5;
}
.options_list .sit-bottom .inner .quantity button.increment {
  left: 66px;
}
.options_list .sit-bottom .inner .quantity button.increment[disabled] {
  opacity: 0.5;
}
.options_list .sit-bottom .inner .quantity input[type=text] {
  height: 30px;
  width: 30px;
  font-size: 1.4em;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d2d3d4;
  color: #657f91;
  position: absolute;
  top: 8px;
  left: 33px;
}
.options_list .sit-bottom .inner .quantity input[type=text][disabled] {
  opacity: 0.5;
}
.buttonRightFix {
  margin-right: 20px;
  /*@media(max-width:749px){
		margin-right:0px;
	}*/
}
.howItWorksDownloadLink {
  background-image: url(/media/download-instructions-white.png);
  background-position: 0% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 26px;
  color: #fff;
}
.howItWorksDownloadLink:hover,
.howItWorksDownloadLink:active {
  text-decoration: none;
}
.product_configure_add_new {
  font-weight: bold;
  margin-bottom: 50px;
}
.product_configure_add_new a {
  font-weight: bold;
  text-decoration: underline;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.asterixText {
  opacity: 0.6;
  padding: 40px 0px 0px 5px;
  margin-bottom: -10px;
}
.footerItem {
  float: left;
}
.comingSoonCapture {
  background-color: #F2F2F2;
  padding: 20px;
  display: none;
}
@media (max-width: 440px) {
  .comingSoonCapture {
    padding: 0px;
  }
}
.comingSoonCapture form {
  padding: 20px 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px #9C9C9C;
  width: 400px;
  margin: 0px auto;
  background-color: #fff;
}
@media (max-width: 440px) {
  .comingSoonCapture form {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.comingSoonCapture form p {
  font-weight: 400;
  padding-bottom: 5px;
  color: #86898c;
  text-align: center;
}
.comingSoonCapture form input[type=text] {
  padding-left: 15px;
  width: 100%;
  margin-bottom: 5px;
}
.comingSoonCapture form button {
  height: 45px;
  background-color: #16A6B6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: white;
  font-size: 1.25em;
  line-height: 45px;
  text-indent: 15px;
  padding-right: 30px;
  width: 100%;
  font-weight: 500;
  margin-top: 10px;
}
.greyStandard {
  padding: 20px 0px;
  min-height: 120px;
}
.greyStandard img {
  float: left;
  padding-right: 10px;
}
.greyStandard p {
  padding-top: 10px;
}
.colourOption {
  width: 23%;
  max-width: 186px;
  float: left;
  text-align: center;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 4px;
  height: 196px;
  display: inline-block;
  min-width: 150px;
}
.colourOption:HOVER {
  box-shadow: 2px 2px 2px #d1d1d1;
  cursor: pointer;
}
.colourOption p {
  padding: 5px 0px;
  font-weight: 500;
  color: #8195a0;
}
.colourOption img {
  padding: 40px 0px 20px 0px;
}
.colouredAccessoriesMain {
  display: none;
  margin-top: 30px;
}
.colouredAccessoriesMain .colourOptionSub {
  float: left;
  margin: 10px 10px 0px 0px;
  padding: 9px 12px 0px 12px;
  border: 1px solid transparent;
  line-height: 10px;
  font-size: 15px;
}
.colouredAccessoriesMain .colourOptionSub p {
  font-weight: bold !important;
  color: #A3A3A3;
}
.colouredAccessoriesMain .colourOptionSub:HOVER {
  cursor: pointer;
  border: 1px solid #16a6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colouredAccessoriesMain .selected {
  background-color: #16a6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colouredAccessoriesMain .selected p {
  color: #fff;
}
.individualColourOption {
  display: none;
}
.individualColourOption img {
  float: left;
  padding-right: 20px;
}
.individualColourOption h3 {
  color: #ccc;
  font-size: 22px;
  margin-bottom: -10px;
  font-weight: 300;
}
.individualColourOption hr {
  height: 0px;
  border: 1px solid #E7E7E7;
}
.individualColourOption .colouredOptions label {
  color: #838383;
  font-size: 14px;
}
.individualColourOption .colouredOptions .optionRadioDiv input {
  margin-right: 10px;
}
.individualColourOption .colouredOptions .optionRadioDiv .price {
  float: right;
  color: #838383;
  font-size: 14px;
  padding-right: 10px;
}
.buy-accessory-btn {
  cursor: pointer;
}
.maxWidthTop {
  max-width: 890px;
  margin: 0px auto;
  padding-top: 10px !important;
}
.maxWidthTop.feeder_connect_page {
  max-width: 1170px;
}
.container-category-accessory {
  background-color: #fff;
  padding-top: 20px !important;
}
.container-category-accessory .filter_group {
  padding-bottom: 20px;
}
@media (max-width: 749px) {
  .container-category-accessory .filter_group {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.container-category-accessory .catBox {
  padding: 0px 5px !important;
  margin-top: 4px !important;
}
.container-category-accessory .catBox .surround {
  display: inline-block;
  height: 100%;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 749px) {
  .container-category-accessory .catBox .surround {
    display: block;
    border: none;
  }
}
.tnsIncBox {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #5E8090;
  padding: 20px 0px 0px 0px;
}
.tnsIncBoxOver {
  width: 100%;
  font-size: 14px;
  color: #5E8090;
  position: relative;
  top: -35px;
  display: block;
  text-align: right;
  padding-right: 20px;
  color: #fff;
}
