#header {
  width: 100%;
  height: auto;
  background: none transparent;
  position: relative !important;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  #header:before {
    content: '';
    width: 100%;
    height: calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    box-sizing: border-box;
    background: url("../images/redesign/header_bg.jpg") top center no-repeat transparent;
    display: block;
    position: absolute;
    z-index: 1;
  }
  #header:after {
    content: '';
    width: 100%;
    height: calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -o-calc(100% - 50px);
    top: 0;
    box-sizing: border-box;
    background: #080546;
    border-top: 40px solid #000;
    display: block;
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 979px) {
  #header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e4b9e+0,d5e6f6+92,d5e6f6+97,94bae9+100 */
    background: #1e4b9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1e4b9e 0%, #d5e6f6 92%, #d5e6f6 97%, #94bae9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e4b9e), color-stop(92%, #d5e6f6), color-stop(97%, #d5e6f6), color-stop(100%, #94bae9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e4b9e 0%, #d5e6f6 92%, #d5e6f6 97%, #94bae9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e4b9e 0%, #d5e6f6 92%, #d5e6f6 97%, #94bae9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1e4b9e 0%, #d5e6f6 92%, #d5e6f6 97%, #94bae9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1e4b9e 0%, #d5e6f6 92%, #d5e6f6 97%, #94bae9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4b9e', endColorstr='#94bae9', GradientType=0);
    /* IE6-9 */
    height: auto;
  }
}
#header .line0 {
  height: 40px;
  width: 100%;
  z-index: 1;
  position: relative;
  clear: both;
}
@media (max-width: 979px) {
  #header .line0 {
    background: #000;
    height: auto;
  }
}
#header .line0:before,
#header .line0:after {
  content: '';
  display: table;
  clear: both;
}
#header .line0 .phones {
  margin: auto auto auto 0;
  padding: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
}
#header .line0 .countdown {
  margin: auto;
}
#header .line0 .countdown .delivery-countdown-wrapper {
  padding: 0;
  height: 40px;
  line-height: 40px;
  color: #ffffff !important;
}
#header .line0 .countdown .delivery-countdown-wrapper .delivery-countdown-hours,
#header .line0 .countdown .delivery-countdown-wrapper .delivery-countdown-mins,
#header .line0 .countdown .delivery-countdown-wrapper .delivery-countdown-secs {
  border: none;
  color: #000000;
  text-shadow: none;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+17,ffffff+50,d0d0d0+52,e5e5e5+71,f3f3f3+89,f3f3f3+89 */
  background: #dddddd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 17%, #ffffff 50%, #d0d0d0 52%, #e5e5e5 71%, #f3f3f3 89%, #f3f3f3 89%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(17%, #ffffff), color-stop(50%, #ffffff), color-stop(52%, #d0d0d0), color-stop(71%, #e5e5e5), color-stop(89%, #f3f3f3), color-stop(89%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 17%, #ffffff 50%, #d0d0d0 52%, #e5e5e5 71%, #f3f3f3 89%, #f3f3f3 89%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 17%, #ffffff 50%, #d0d0d0 52%, #e5e5e5 71%, #f3f3f3 89%, #f3f3f3 89%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 17%, #ffffff 50%, #d0d0d0 52%, #e5e5e5 71%, #f3f3f3 89%, #f3f3f3 89%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 17%, #ffffff 50%, #d0d0d0 52%, #e5e5e5 71%, #f3f3f3 89%, #f3f3f3 89%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
}
#header .line0 .login-text {
  margin: auto 0 auto auto;
  padding: 0;
  position: relative !important;
}
#header .line0 .login-text a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 25px;
}
#header .line1 {
  height: 132px;
  z-index: 1;
  clear: both;
}
@media (max-width: 979px) {
  #header .line1 {
    height: auto;
    z-index: 201;
    padding-bottom: 20px;
  }
}
#header .line1:before,
#header .line1:after {
  content: '';
  display: table;
  clear: both;
}
#header .line1 .logo {
  padding: 32px 0;
  margin: auto auto auto 0;
  width: auto;
  float: none;
}
@media (max-width: 979px) {
  #header .line1 .logo {
    padding: 10px;
  }
}
#header .line1 div.search {
  height: 40px;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
@media (max-width: 979px) {
  #header .line1 div.search {
    padding: 20px;
  }
}
#header .line1 div.search a.search {
  display: none;
}
#header .line1 div.search div.search-panel {
  border-color: #000;
  background-color: #fff;
  box-shadow: none;
  height: 40px;
  width: 340px;
}
#header .line1 div.search div.search-panel input {
  height: 40px;
  line-height: 40px;
  color: #676767;
  font-weight: bold;
}
#header .line1 div.search div.search-panel input.text {
  width: calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: -o-calc(100% - 60px);
}
#header .line1 div.search div.search-panel input.image-button {
  background: url("../images/redesign/search.jpg") no-repeat center;
  width: 22px;
}
#header .line1 .cart-bar {
  float: none;
  margin: auto 20px auto auto;
  height: 42px;
  width: auto;
  border: 1px solid #2a2a2a;
  background: #ffffff none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  white-space: nowrap;
}
#header .line1 .cart-bar .wl-block {
  display: inline-block;
  background: #ffffff url("../images/redesign/heart.svg") center no-repeat;
  height: 42px;
  width: 68px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left: 1px solid #b1b1b1;
}
#header .line1 .cart-bar .wl-block .wl-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
#header .line1 .cart-bar .minicart-block {
  display: inline-block;
  height: 24px;
  float: left;
  padding: 8px 20px;
  white-space: nowrap;
}
#header .line1 .cart-bar .minicart-block .empty-cart-hint {
  background: #38509C;
  text-shadow: 1px 1px 1px #20387E;
}
#header .line1 .cart-bar .minicart-block div.minicart {
  display: inline-block;
  height: auto;
  vertical-align: top;
}
#header .line1 .cart-bar .minicart-block div.minicart div.full {
  font-size: 16px;
  line-height: 27px;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  color: #000;
  position: relative;
  background: #ffffff;
  width: 45px;
  display: inline-block;
  white-space: nowrap;
}
#header .line1 .cart-bar .minicart-block div.minicart div.full:before {
  margin: 10px 10px -5px 9px;
  content: '';
  border-style: solid;
  display: inline-block;
  border-width: 6px;
  border-color: #2a527d transparent transparent;
}
#header .line1 .cart-bar .minicart-block .minicart-box {
  top: 48px;
}
#header .line1 .cart-bar .minicart-block .ajax-minicart-icon {
  display: inline-block;
  position: relative;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
  width: 22px;
  height: 23px;
  background: url("../images/redesign/cart.png") no-repeat center;
}
#header .line1 .a_container.flex-container {
  min-height: 130px;
}
#header .line2 {
  background: #495fa9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495fa9), color-stop(100%, #243f8c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #495fa9 0%, #243f8c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495fa9', endColorstr='#243f8c', GradientType=0);
  /* IE6-9 */
  border: none;
  border-top: 1px solid #485fa9;
  border-bottom: 1px solid #20387e;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: auto;
}
#header .line2 .head-categories {
  height: auto;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
#header .line2 .head-categories ul {
  clear: both;
}
#header .line2 .head-categories ul:before,
#header .line2 .head-categories ul:after {
  content: '';
  display: table;
  clear: both;
}
#header .line2 .head-categories .head-catrootmenu {
  position: relative;
  width: 100%;
  text-align: center;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
#header .line2 .head-categories .head-catrootmenu ul li {
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: none;
  border: none;
  height: 48px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
#header .line2 .head-categories .head-catrootmenu ul li:first-of-type {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
#header .line2 .head-categories .head-catrootmenu ul li a {
  padding: 0 12px;
  box-shadow: none;
  background: transparent none;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  text-shadow: none;
  line-height: 48px;
}
#header .line2 .head-categories .head-catrootmenu ul li a:hover {
  background: #20387e none;
}
#content-container {
  margin-top: 0;
}
.flex-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 979px) {
  .flex-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.a_container {
  width: 100%;
  max-width: 995px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.ui-tabs .ui-tabs-nav {
  padding-left: 1px;
}
.ui-tabs .ui-tabs-nav li {
  border-color: #d5d1d1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefdfd+0,e8e8e8+100 */
  background: #fefdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefdfd 0%, #e8e8e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefdfd), color-stop(100%, #e8e8e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefdfd 0%, #e8e8e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefdfd 0%, #e8e8e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefdfd 0%, #e8e8e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefdfd 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfd', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-9 */
  margin: 0 0 0 -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #495fa9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495fa9), color-stop(100%, #243f8c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #495fa9 0%, #243f8c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495fa9', endColorstr='#243f8c', GradientType=0);
  /* IE6-9 */
  z-index: 1;
  border-color: transparent;
  box-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  color: #fff !important;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
  color: #374F9B;
}
.ui-tabs .ui-tabs-nav li:first-of-type {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
@media (max-width: 1058px) {
  .ui-tabs .ui-tabs-nav li:first-of-type {
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.ui-tabs .ui-tabs-nav li:last-of-type {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 1058px) {
  .ui-tabs .ui-tabs-nav li:last-of-type {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.ui-tabs .ui-tabs-nav li a {
  font-size: 14px;
  color: #000;
  font-family: Arial, sans-serif;
  padding: .7em .8em !important;
}
.products .product-title {
  color: #00153e;
  text-decoration: none;
}
.products .product-title:hover {
  color: #948686;
}
.pr-table .alter-price,
.pr-table .price-value {
  color: #16B714;
}
.featured-carousel .item:hover {
  border-color: #BFB8B8;
}
a.fc-prev {
  opacity: 1;
}
@media (min-width: 846px) {
  a.fc-prev {
    background: url("../images/redesign/previous.svg") no-repeat center !important;
  }
}
a.fc-prev:hover {
  opacity: 0.2;
}
a.fc-next {
  opacity: 1;
}
@media (min-width: 846px) {
  a.fc-next {
    background: url("../images/redesign/next.svg") no-repeat center !important;
  }
}
a.fc-next:hover {
  opacity: 0.2;
}
.newarr_home {
  height: auto;
}
.newarr_home .featured-carousel.x7 {
  height: auto;
  margin: 0;
}
.newarr_home .dialog {
  margin: 0;
}
.x4 .caroufredsel_wrapper {
  min-height: 325px !important;
}
.x7 .caroufredsel_wrapper {
  min-height: 273px !important;
}
.catimg_banner,
.home_mid {
  height: auto;
}
.catimg_splitbanner {
  margin-bottom: 20px;
}
.brand2 {
  padding: 0;
  width: 100%;
  height: auto;
}
#content-container {
  padding-bottom: 10px;
}
ul.brand-list2,
ul.brand-list {
  padding: 0;
  text-align: center;
  width: 100%;
  bottom: auto;
  top: auto;
  left: auto;
  right: auto;
}
ul.brand-list2,
ul.brand-list,
ul.brand-list2 *,
ul.brand-list * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.brand-list2 li.brand,
ul.brand-list li.brand {
  margin-top: 3px;
  min-height: 90px;
  padding: 0 2px 0 3px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
ul.brand-list2 li.brand a,
ul.brand-list li.brand a {
  display: inline;
  height: 86px;
  line-height: 86px;
  padding: 3px 1px 3px 0;
  vertical-align: middle;
}
ul.brand-list2 li.brand a img,
ul.brand-list li.brand a img {
  max-width: 100%;
  height: auto;
  line-height: 86px;
  display: inline;
  vertical-align: middle;
}
#footer {
  border: none;
  background: #042347 none;
  box-shadow: none;
}
#footer .footer-table {
  background: #102c51;
}
#footer .footer-table tr:first-of-type td.last {
  padding-top: 10px;
}
#footer .footer-table tr:first-of-type td.last ul.soc-footer-links {
  bottom: 0;
}
#footer .footer-table td {
  border-top: none;
}
#footer .footer-table td a {
  color: #ffffff;
}
#footer .soc-footer-links2 {
  clear: both;
  display: block;
  white-space: nowrap;
}
#footer .soc-footer-links2:before,
#footer .soc-footer-links2:after {
  content: '';
  display: table;
  clear: both;
}
#footer .soc-footer-links2 > * {
  display: inline-block;
  vertical-align: middle;
}
#footer .soc-footer-links2 > * #customTrustedShopsBadge {
  margin-left: 0;
}
.widebanner img,
#banner-system-code-W {
  display: none;
}
.widebanner {
  -webkit-transition: background 0.7s;
  -moz-transition: background 0.7s;
  -ms-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
}
@media (max-width: 1058px) {
  .widebanner {
    display: none;
  }
}
.mobile-banner {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 1058px) {
  .mobile-banner {
    display: block;
  }
}
@media screen and (max-width: 1058px) {
  #menuButton {
    position: relative;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #495fa9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495fa9), color-stop(100%, #243f8c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #495fa9 0%, #243f8c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495fa9', endColorstr='#243f8c', GradientType=0);
    /* IE6-9 */
  }
  #menuButton.wider {
    width: 100%;
    position: absolute;
    top: -50px;
  }
  #header .line2 .head-categories .head-catrootmenu ul li {
    border: 1px solid #499FBF !important;
  }
}
@media screen and (max-width: 1058px) {
  #delivery_countdown {
    width: auto;
    line-height: 40px;
    margin: auto !important;
  }
  .head-catrootmenu > ul > li {
    width: 33.3% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .cart-bar.with-wl {
    position: relative;
  }
}
@media screen and (max-width: 699px) {
  .head-catrootmenu > ul > li {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
  }
  .head-catrootmenu > ul > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#footer .footer-table td.last {
  background: #102C51;
  box-sizing: border-box;
}
@media screen and (max-width: 1058px) {
  #footer .footer-table {
    position: relative;
  }
  #footer .footer-table tr td.last {
    background: #102C51;
    top: 755px;
  }
  #footer .footer-table tr.last td.last {
    top: 665px;
  }
  #footer .footer-table tr.last td.last + td {
    top: 255px;
    padding: 0;
    right: 15px;
    position: absolute;
  }
}
@media screen and (max-width: 699px) {
  .soc-footer-links2 li:nth-child(1n) {
    width: auto !important;
    clear: none;
  }
  #footer .footer-table tr.last td.last + td {
    position: relative;
  }
  #footer .footer-table tr.last td.last + td #social-feeds {
    text-align: center;
  }
}
.minicart-box .menu li div.button.minicart-checkout-button {
  padding-right: 15px;
}
.minicart-box .menu li div.button.minicart-checkout-button a {
  color: #ffffff !important;
}
@media screen and (max-width: 450px) {
  #header .line1 div.search,
  #header .line1 .cart-bar {
    margin: auto;
  }
}
@media screen and (max-width: 422px) {
  #header .line1 .cart-bar .minicart-block .minicart-box {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 699px) {
  .home_mid,
  .newarr_home {
    height: auto !important;
  }
  .newarr_home .featured-carousel.x7 {
    padding-bottom: 30px;
  }
}
.advanced-product-container .content {
  margin-left: 0;
}
@media screen and (max-width: 1058px) and (min-width: 846px) {
  div#infs-widget {
    width: 100%;
  }
  div.infs-widget-product {
    padding-right: 20px;
  }
}
.ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-panel {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-tabs .ui-tabs-nav {
  padding: 0;
}
.menu-subcategories-list ul {
  padding-left: 15px;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
}
.menu-subcategories-list ul li {
  list-style: none;
}
.menu-subcategories-list ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #00153e !important;
  text-decoration: none;
}
.advanced-product-search-container {
  margin: 0 0 20px;
}
.advanced-product-search-holder,
.advanced-product-search-container {
  clear: both;
  float: none;
  top: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
.advanced-product-search-holder:before,
.advanced-product-search-container:before,
.advanced-product-search-holder:after,
.advanced-product-search-container:after {
  content: '';
  display: table;
  clear: both;
}
.advanced-product-search-holder .menu-dialog,
.advanced-product-search-container .menu-dialog {
  margin-bottom: 0;
  margin-left: 0;
}
.advanced-product-search-holder .menu-dialog .title-bar,
.advanced-product-search-container .menu-dialog .title-bar {
  margin: 0;
  height: 50px;
  padding: 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #f0eee9;
  background: -moz-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f6f4), color-stop(100%, #ebe8e2));
  background: -webkit-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
  background: -o-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
  background: -ms-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
  background: linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f4', endColorstr='#ebe8e2')";
}
.advanced-product-search-holder .menu-dialog .title-bar h2,
.advanced-product-search-container .menu-dialog .title-bar h2 {
  color: #929ba0;
  font-size: 18px;
  text-transform: capitalize;
  text-shadow: 1px 1px 0 #ffffff;
  line-height: 50px;
  margin-left: 20px;
}
.advanced-product-search-holder .menu-dialog .content,
.advanced-product-search-container .menu-dialog .content {
  padding: 20px 0 0 0;
}
.menu-manufacturers td {
  text-align: left;
}
.menu-manufacturers table table {
  width: 100%;
  margin: 0;
}
.menu-manufacturers table table.rf-element-title-box {
  padding: 5px;
  background: #F2F1ED;
}
.rf-customer-filters {
  padding: 0 !important;
}
.rf-customer-filters,
.rf-customer-filters * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rf-customer-filters > form > table:first-of-type > tbody {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rf-customer-filters > form > table:first-of-type > tbody > tr {
  display: block;
  width: 245px;
}
.rf-customer-filters > form > table:first-of-type > tbody > tr > td {
  width: 100%;
  display: block;
  padding: 0 20px;
}
@media (max-width: 1058px) {
  .menu-dialog.menu-refine-filters > .title-bar + .content {
    display: none;
  }
  .menu-dialog.menu-refine-filters > .title-bar.collapsed {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #495fa9;
    /* Old browsers */
    background: -moz-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495fa9), color-stop(100%, #243f8c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #495fa9 0%, #243f8c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #495fa9 0%, #243f8c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495fa9', endColorstr='#243f8c', GradientType=0);
    /* IE6-9 */
  }
  .menu-dialog.menu-refine-filters > .title-bar.collapsed > h2 {
    color: #ffffff;
    text-shadow: none;
    display: block;
    height: 50px;
    background: url(../images/redesign/arrow_right.svg) no-repeat 95% center;
  }
  .menu-dialog.menu-refine-filters > .title-bar.collapsed + .content {
    display: none;
  }
  .menu-dialog.menu-refine-filters > .title-bar.expanded {
    background: #f0eee9;
    background: -moz-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f6f4), color-stop(100%, #ebe8e2));
    background: -webkit-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
    background: -o-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
    background: -ms-linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
    background: linear-gradient(top, #f7f6f4 0%, #ebe8e2 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f4', endColorstr='#ebe8e2')";
  }
  .menu-dialog.menu-refine-filters > .title-bar.expanded > h2 {
    color: #929ba0;
    text-shadow: 1px 1px 0 #ffffff;
    display: block;
    height: 50px;
    background: url(../images/redesign/arrow_down.svg) no-repeat 95% center;
  }
  .menu-dialog.menu-refine-filters > .title-bar.expanded + .content {
    display: block;
  }
}
@media screen and (max-width: 699px) {
  .advanced-product-search-holder,
  .advanced-product-search-container {
    margin-left: 0;
  }
  .menu-subcategories-list ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.ui-tabs {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 845px) and (min-width: 700px) {
  div#infs-widget {
    width: 100%;
  }
}
a,
.menu-dialog .content a,
.menu-dialog ul li a {
  color: #1A81C3;
}
a:hover,
.menu-dialog .content a:hover,
.menu-dialog ul li a:hover,
a:focus,
.menu-dialog .content a:focus,
.menu-dialog ul li a:focus,
a:active,
.menu-dialog .content a:active,
.menu-dialog ul li a:active {
  color: #0865a5;
}
.product-details .image .image-box,
.productStyle {
  border: 1px solid #e1e1e1;
}
.divideLine {
  background: #e1e1e1;
  height: 1px;
}
.product-added .thumbnail a img {
  max-width: 158px !important;
}
.caroufredsel_wrapper,
.dialog {
  max-width: 100% !important;
}
a.home-crumb {
  background: #495fa9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #495fa9), color-stop(100%, #243f8c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #495fa9 0%, #243f8c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #495fa9 0%, #243f8c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495fa9', endColorstr='#243f8c', GradientType=0);
  /* IE6-9 */
  width: 24px;
  height: 24px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  color: transparent !important;
}
a.home-crumb:before {
  content: '';
  width: 23px;
  height: 22px;
  display: block;
  position: absolute;
  background: url("../images/redesign/home.svg") no-repeat center;
}
#right-bar .menu-dialog:hover,
#right-bar .menu-dialog:hover .title-bar {
  border-color: #1A81C3;
}
.recommends-dialog div.item {
  margin-bottom: 10px;
}
.recommends-dialog div.image {
  float: left;
  margin-right: 10px;
}
.product-details .image {
  position: relative;
}
.product-details .image,
.product-details .image * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product-details .image .image-box {
  max-width: 100%;
  max-height: 100%;
}
.product-details .image .image-box img {
  max-width: 100%;
  height: auto !important;
}
div.dpimages-popup-link {
  margin-top: 0;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  width: -moz-calc(100% + 4px);
  width: -webkit-calc(100% + 4px);
  width: -o-calc(100% + 4px);
  height: calc(100% + 4px);
  height: -moz-calc(100% + 4px);
  height: -webkit-calc(100% + 4px);
  height: -o-calc(100% + 4px);
  position: absolute;
  text-align: center;
  background: no-repeat center;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
div.dpimages-popup-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0;
  background: transparent none !important;
  color: transparent !important;
}
div.dpimages-popup-link:hover {
  background: url("../images/redesign/zoom.svg") no-repeat center rgba(255, 255, 255, 0.8);
}
.free-delivery {
  font-size: 12px;
  margin: 0 0 0 15px;
  display: inline-block;
  line-height: 24px;
  height: 25px;
  font-weight: bold;
  vertical-align: top;
  color: #59595B;
}
