@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@charset "utf-8";
/* CSS Document */
.gotham {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
.200 {
  font-weight: 200;
}
.300 {
  font-weight: 300;
}
.400 {
  font-weight: 400;
}
.500 {
  font-weight: 500;
}
.600 {
  font-weight: 600;
}
.baskervilleBold {
  font-family: "Baskerville Bold", 'Times New Roman', Times, serif, serif;
  font-weight: bold;
  font-style: normal;
}
.baskervilleRegular {
  font-family: "Baskerville Regular", 'Times New Roman', Times, serif, serif;
  font-style: normal;
  font-weight: normal;
}
.baskervilleItalic {
  font-family: "Baskerville Italic", 'Times New Roman', Times, serif, serif;
  font-weight: normal;
  font-style: italic;
}
body {
  margin: 0 auto !important;
  padding: 0;
  color: #4d4d4d;
  font-family: "Baskerville Regular", 'Times New Roman', Times, serif, serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  background: #40434a !important;
  font-size: 1rem;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button,
input,
textarea,
select {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
fieldset,
iframe,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
dl,
ol,
ul {
  margin: 0;
}
#content {
  overflow: hidden;
}
textarea:focus,
input:focus {
  outline: 0;
}
/* Button */
.basicButton {
  display: inline-block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbbb0b), to(#ee9505));
  background-image: linear-gradient(#fbbb0b, #ee9505);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fbbb0b', endColorStr='#ee9505')";
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  border-spacing: 0;
  vertical-align: middle;
}
.basicButton:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fed60c), to(#f8af06));
  background-image: linear-gradient(#fed60c, #f8af06);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fed60c', endColorStr='#f8af06')";
}
.basicButton > span {
  display: table-cell;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #fdd466;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
/* Menu */
.basicMenu {
  display: none;
}
.basicMenu.active {
  display: block;
  position: absolute;
  top: 100%;
  z-index: 20;
  background-color: #ffffff;
  border: 1px solid #c9cece;
  border-radius: 0 0 4px 4px;
}
.basicMenu > h3,
.basicMenu > .closeButton {
  display: none;
}
.basicMenu > ul {
  margin: 0;
  padding: 0 16px 16px 16px;
  list-style: none;
}
.basicMenu > ul > li {
  padding: 8px 0;
  border-bottom: 1px solid #c9cece;
}
.basicMenu > ul > li > a {
  display: block;
  margin: 0 -8px;
  padding: 8px;
}
.basicMenu > ul > li > span {
  display: block;
  padding: 8px 0;
}
div#widget_breadcrumb > ul li {
  font-size: .5rem!important;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: .500!important;
}
/* Underline decoration */
.basicMenu a,
.departmentMenu a,
#quickLinksBar > li > a,
#searchFilterButton {
  text-decoration: none;
}
.basicMenu a:hover,
.departmentMenu a:hover,
#quickLinksBar > li > a:hover,
#searchFilterButton:hover,
.product_info > .product_name > a:hover {
  text-decoration: underline;
}
/* Arrow decoration */
.departmentButton.selected:after {
  content: " ";
  background-position: -21px -21px;
}
#quickLinksButton:after {
  bottom: 10px;
  background-position: -121px -1px;
}
#widget_minishopcart:after,
#departmentsButton:after,
#allDepartmentsButton:after,
#searchButton:after {
  background-position: -121px -1px;
}
#quickLinksButton.selected:after,
#widget_minishopcart.selected:after,
#departmentsButton.selected:after,
#allDepartmentsButton.selected:after,
#searchButton.selected:after {
  content: " ";
  background-position: -241px -21px;
}
.pageControlButton:after {
  background-position: -141px -1px;
}
/* Marketing content */
.left_espot {
  position: relative;
  z-index: 0;
}
.left_espot.centered {
  text-align: center;
}
.left_espot.centered > a,
.left_espot.centered > img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.left_espot.centered > a > img {
  display: block;
  max-width: 100%;
}
/* Subscribe button */
.subscribeButton {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  line-height: 0;
}
.subscribeButton:before {
  content: url("../images/responsive/rss_feed.png");
}
/*** wc/widget/Carousel - fluid, touch-enabled carousel responsive to container width ***/
.carousel {
  position: relative;
}
.carousel > h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 50px 10px 10px;
  color: #010f1c;
  font-weight: inherit;
}
.carousel > .content {
  position: relative;
  z-index: 0;
}
.carousel > .content > ul {
  display: block;
  position: relative;
  left: 0%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.carousel > .content > ul > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.carousel > .content > ul > li.hidden {
  visibility: hidden;
}
.carousel .left_espot.centered {
  margin: 0 5px;
}
/* Prev/next page buttons */
.carousel > .prevPageButton,
.carousel > .nextPageButton {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 21px;
  height: 42px;
  margin-top: -21px;
  overflow: hidden;
}
.carousel > .prevPageButton {
  left: 10px;
}
.carousel > .nextPageButton {
  right: 10px;
}
.carousel > .prevPageButton.hidden,
.carousel > .nextPageButton.hidden {
  display: none;
}
.carousel > .prevPageButton:before,
.carousel > .nextPageButton:before {
  content: url("../images/responsive/rwdUI.png");
  display: block;
  position: absolute;
  top: -60px;
}
.carousel > .prevPageButton:before {
  left: -1px;
}
.carousel > .nextPageButton:before {
  left: -81px;
}
.carousel > .prevPageButton:hover:before,
.carousel > .prevPageButton:active:before {
  left: -41px;
}
.carousel > .nextPageButton:hover:before,
.carousel > .nextPageButton:active:before {
  left: -121px;
}
/* Page control */
.pageControl {
  position: absolute;
  z-index: 1;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.pageControl.hidden {
  display: none;
}
.pageControl > a {
  display: inline-block;
  vertical-align: top;
}
.pageControl > .hidden {
  display: none !important;
}
/* Page control - dot */
.pageControl.dot {
  text-align: center;
}
.pageControl.dot > a {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background-color: #22a3e7;
  border-radius: 10px;
  opacity: 0.4;
  border: 1px solid transparent;
}
.pageControl.dot > a:hover {
  opacity: 0.6;
}
.pageControl.dot > a.selected {
  opacity: 0.8;
}
/* Page control - number */
.pageControl.number {
  text-align: center;
}
.pageControl.number > a {
  width: 25px;
  margin: 0 10px;
  background-color: #22a3e7;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.4;
}
.pageControl.number > a:hover {
  opacity: 0.6;
}
.pageControl.number > a.selected {
  opacity: 0.8;
}
.pageControl.number > .ellipsis:after {
  content: "\2026";
  color: #4d4d4d;
}
/* Page control - thumbnail */
.pageControl.thumbnail {
  text-align: center;
}
.pageControl.thumbnail > a {
  display: inline-block !important;
  height: 30px;
  margin: 0 10px;
  background-color: #ffffff;
  border: 1px solid #a7daf5;
  border-radius: 2px;
}
.pageControl.thumbnail > a:hover {
  border: 1px solid #79c7f0;
}
.pageControl.thumbnail > a.selected {
  border: 1px solid #22a3e7;
}
.pageControl.thumbnail > a > img {
  height: 100%;
}
/* Options */
.carousel.clip-true > .content {
  overflow: hidden;
}
.carousel.padding-true {
  padding: 10px;
}
.carousel.padding-true > .content {
  margin: 0 30px 30px 30px;
}
.carousel.padding-true .pageControl {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding-top: 10px;
}
.carousel.padding-true .pageControl.hidden {
  display: block;
  visibility: hidden;
}
.carousel.background-true {
  background-image: url("../images/colors/color1/widget_carousel/widget_bg.png");
}
.carousel.border-true {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
}
/*** wc/widget/Carousel - vertical orientation ***/
.carousel > .header {
  position: relative;
  padding: 10px;
  line-height: 40px;
}
.carousel > .header:after {
  content: "";
  display: block;
  clear: both;
}
.carousel > .header > h2 {
  display: inline-block;
  margin: 0;
  font-weight: inherit;
  line-height: normal;
  vertical-align: middle;
}
.carousel > .header > .controlBar {
  float: right;
}
/* Prev/next page buttons */
.controlBar > .prevPageButton,
.controlBar > .nextPageButton {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 12px;
  border: 14px solid transparent;
  overflow: hidden;
  vertical-align: middle;
}
.controlBar > .prevPageButton.hidden,
.controlBar > .nextPageButton.hidden {
  display: none;
}
.controlBar > .prevPageButton:before,
.controlBar > .nextPageButton:before {
  content: url("../images/responsive/rwdUI.png");
  display: block;
  position: absolute;
  top: -1px;
}
.controlBar > .prevPageButton:before,
.controlBar > .prevPageButton:hover:before,
.controlBar > .prevPageButton:active:before {
  left: -21px;
}
.controlBar > .nextPageButton:before,
.controlBar > .nextPageButton:hover:before,
.controlBar > .nextPageButton:active:before {
  left: -41px;
}
/* Page control */
.controlBar .pageControl {
  display: inline-block;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  line-height: 38px;
  vertical-align: middle;
}
.controlBar .pageControl.hidden {
  display: none;
}
/* Page control - number */
.controlBar > .pageControlWrapper {
  display: inline-block;
  vertical-align: middle;
}
.pageControlButton,
.pageControlMenu > .closeButton {
  display: none;
}
.controlBar .pageControl.number > a {
  width: 38px;
  margin: 0 2px;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  color: #4d4d4d;
  font-size: 16px;
  text-align: center;
  opacity: 1;
}
.controlBar .pageControl.number > a:hover,
.controlBar .pageControl.number > a.selected {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
  opacity: 1;
}
/* Control bar - subscribe button */
.controlBar > .subscribeButton {
  display: inline-block;
  position: static;
  right: auto;
  top: auto;
  margin: 0 2px;
  vertical-align: middle;
}
/*** Widgets ***/
.catalogEntryRecommendationWidget > .header,
.categoryRecommendationWidget > .header {
  border-bottom: 1px solid #e9e9e9;
}
.contentRecommendationWidget {
  position: relative;
}
.contentCarouselWidget > .content {
  width: 125%;
  margin: 0 -12.5%;
}
.contentCarouselWidget .left_espot,
.contentCarouselWidget .left_espot.centered {
  width: 80%;
  margin: 0 auto;
}
.contentCarouselWidget.clip-true > .content {
  width: auto;
  margin: 0;
}
.contentCarouselWidget.clip-true .left_espot,
.contentCarouselWidget.clip-true .left_espot.centered {
  width: auto;
  margin: 0;
}
.contentCarouselWidget > .prevPageButton,
.contentCarouselWidget > .nextPageButton {
  width: 40px;
  height: 72px;
  margin-top: -36px;
}
.contentCarouselWidget > .prevPageButton {
  left: 0;
}
.contentCarouselWidget > .nextPageButton {
  right: 0;
}
.contentCarouselWidget > .prevPageButton:before,
.contentCarouselWidget > .nextPageButton:before {
  content: url("../images/responsive/DirectionalControls_MasterSprite.png");
}
.contentCarouselWidget > .prevPageButton:before {
  left: 0;
  top: 0;
}
.contentCarouselWidget > .prevPageButton:focus:before,
.contentCarouselWidget > .prevPageButton:hover:before {
  left: 0;
  top: -72px;
}
.contentCarouselWidget > .prevPageButton:active:before {
  left: 0;
  top: -144px;
}
.contentCarouselWidget > .nextPageButton:before {
  left: -40px;
  top: 0;
}
.contentCarouselWidget > .nextPageButton:focus:before,
.contentCarouselWidget > .nextPageButton:hover:before {
  left: -40px;
  top: -72px;
}
.contentCarouselWidget > .nextPageButton:active:before {
  left: -40px;
  top: -144px;
}
/*** 0 - 1133px ***/
@media (max-width: 1133px) {
  /* Page control - number */
  .pageControlButton {
    display: inline-block;
    position: relative;
    width: 38px;
    margin: 0 5px;
    background-color: #767676;
    border: 1px solid #767676;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
  }
  .pageControlButton.hidden {
    display: none;
  }
  .pageControlMenu {
    display: none;
  }
  .pageControlMenu.active {
    display: block;
    position: absolute;
    z-index: 20;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
  }
  .pageControlMenu > .pageControl.number > a {
    display: block;
    margin: 4px;
  }
  .pageControlMenu > .pageControl.number > .ellipsis {
    display: block;
    line-height: normal;
    text-align: center;
  }
  .pageControlMenu > .pageControl.number > .ellipsis:after {
    content: "\22ee";
  }
  .pageControlMenu > .closeButton {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 4px 4px 4px;
    border: 13px solid #ffffff;
    overflow: hidden;
  }
  .pageControlMenu > .closeButton:before {
    content: url("../images/responsive/rwdUI.png");
    display: block;
    position: absolute;
    left: -61px;
    top: -1px;
  }
  .pageControlMenu > .closeButton:hover:before {
    left: -241px;
  }
}
/*** Header ***/
#header {
  width: 100%;
  height: 156px;
  font-size: 11px;
  font-family: sans-serif;
  line-height: normal;
  /* Needed because of bad CSS reset */
  position: fixed;
  z-index: 99;
  /*max-width:1440px;*/
  margin: 0 auto;
  color: #dfe0df;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
#header.header-shrink {
  height: 70px;
  -webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.15);
}
.header-transparent {
  width: 100%;
  height: 156px;
  background: url("../images/header/header-bg.png");
  background-repeat: repeat-x;
}
.header-default {
  background: #363942;
  width: 100%;
  height: 156px;
}
.cartHeader {
  height: 90px !important;
}
.cart-header-block {
  height: 90px !important;
}
.header-block {
  width: 100%;
  height: 156px;
}
#headerRow1 {
  position: relative;
  /*height: 30px;*/
  display: block;
  width: 100%;
  top: 4px;
  margin: 0;
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  transition: height 0.1s;
}
#headerRow1.headerRow1-shrink {
  height: 1px;
  top: -16px;
}
/* Logo */
#logo {
  position: absolute;
  z-index: 1;
  width: 110px;
  height: 100px;
  left: 5%;
  background-image: url("../images/header/logo-header.png");
  background-size: 110px 100px;
  top: 23px;
  -webkit-transition: height 0.1s;
  -moz-transition: height 0.1s;
  transition: height 0.1s;
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  transition: width 0.1s;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
#logo.logo-shrink {
  width: 150px;
  height: 50px;
  top: 25px;
  background-image: url("../images/header/logo-c-header.png");
  background-size: 150px 50px;
}
#logo .contentRecommendationWidget,
#logo .contentRecommendationWidget > .left_espot,
#logo .contentRecommendationWidget > .left_espot > a,
#logo .contentRecommendationWidget > .left_espot > a > img,
#logo .genericESpot {
  height: 100%;
  max-width: 100%;
}
#cart_logo {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 0;
  background-image: url("../images/header/logo-c-header.png");
  background-size: 150px 50px;
  width: 150px;
  height: 50px;
  max-width: 100%;
}
/*** Quick links bar ***/
#quickLinksBar {
  margin: 0 5%;
  padding: 0;
  color: #dfe0df;
  list-style: none;
  text-align: right;
  font-size: 11px;
}
#quickLinksBar > li {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#quickLinksBar > li.hidden {
  position: absolute;
  visibility: hidden;
}
#quickLinksBar > li a#quickLinksButton {
  display: none;
}
#quickLinksBar > li.separator-false {
  border-right: 0 none;
}
#quickLinksBar > li > a {
  display: block;
  position: relative;
  max-width: 200px;
  padding: 0 6px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 0.625rem;
  color: #dfe0df;
}
#quickLinksBar > li > span {
  display: block;
  padding: 0 15px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 0.625rem;
  color: #dfe0df;
}
#quickLinksBar > li > a > br {
  display: none;
}
#quickLinksBar .spanacce {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#quickLinksMenu.active {
  right: 15px;
  width: 298px;
}
#quickLinksButton {
  display: block;
}
.row.facetContainer {
  margin-top: 0;
}
/*** Departments bar ***/
#departmentsButton {
  display: none;
}
#departmentsMenu {
  padding: 0;
  list-style: none;
  margin: 31px auto 0;
  width: 80%;
  text-align: center;
}
#departmentsMenu.departmentsMenu-shrink {
  margin-top: -16px;
}
#departmentsMenu > li {
  display: inline-block;
}
#departmentsMenu > li:hover {
  cursor: pointer;
}
#departmentsMenu > li:hover > .departmentMenu {
	visibility: visible;
	transition-delay: 500ms;
}
#departmentsMenu > li.hidden {
  /*position: absolute;
	visibility: hidden;*/
}
/*#departmentsMenu > li > .link,
#departmentsMenu > li > .toggle {
	display: none;
}*/
/*#departmentsMenu > li:hover > div.departmentMenu.active{border:solid 3px red; display:block;} */
/* Department menu */
.departmentMenu {
  visibility: hidden;
  transition-delay: 500ms;
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #dfe0df;
  font-size: 11px;
  list-style: none;
  z-index: 9;
  box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.15);
}
/*.departmentMenu.active {
	display: block;
}*/
.departmentMenu.departmentMenu-shrink {
  top: 87px;
}
.departmentMenu > .header {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.departmentMenu > .header > .link {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: none;
}
.departmentMenu > .header > .toggle {
  display: none;
}
.departmentMenu > li {
  padding: 8px 0;
  border-bottom: 1px solid #ffa200;
}
.departmentMenu > li > a {
  display: block;
  margin: 0 -8px;
  padding: 8px;
  font-weight: bold;
}
#allDepartmentsMenu {
  width: 240px;
  padding-bottom: 15px;
}
/* Category list */
.categoryList {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #353741;
  z-index: 10;
}
.departmentMenu.active > .categoryList {
  display: block;
}
.categoryList > li {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 50%;
  padding-right: 16px;
  vertical-align: top;
}
.categoryList > li.more {
  display: block;
}
.categoryList > li > a {
  display: block;
  margin: 0 -8px;
  padding: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.categoryList > li > a:last-child {
  font-weight: normal;
  text-transform: none;
}
.categoryList > li.more > a {
  font-weight: bold;
  text-transform: uppercase;
}
/* Subcategory list */
.subcategoryList {
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  list-style: none;
}
.subcategoryList > li > a {
  display: block;
  margin: 0 -8px;
  padding: 8px;
}
/* Department button */
.departmentButton {
  display: inline-block;
  position: relative;
  margin: 2px 0 0 0 ;
  border-spacing: 0;
  vertical-align: middle;
  color: #dfe0df;
}
.departmentButton:hover {
  color: #a88a48;
  cursor: pointer;
}
.departmentButton.selected {
  color: #a88a48;
}
.departmentButton > span {
  display: table-cell;
  max-width: 196px;
  height: 105px;
  padding: 0 15px;
  /*border-radius: 3px;*/
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 200;
  font-size: 14px ;
  color: #dfe0df;
  cursor: pointer;
}
.departmentButton.selected > span {
  color: #a88a48;
}
/* Mini cart button */
#widget_minishopcart {
  display: block;
  position: relative;
  width: 52px;
  height: 20px;
  margin-top: 10px;
  padding-top: 2px;
  font-size: 10px;
}
#widget_minishopcart:before {
  content: "CART";
  color: #dfe0df;
}
#minishopcart_total {
  display: block;
  position: absolute;
  right: 10px;
  top: 1px;
  padding: 0 2px;
  border-radius: 4px;
  color: #dfe0df;
  font-size: 11px;
}
/* Mini cart */
#cartDropdown {
  position: relative;
  width: 360px;
  background-color: #ffffff;
  border: 1px solid #c9cece;
  border-top: 3px solid #ffa200;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
}
#cartDropdown > h3 {
  margin: 0;
  padding: 15px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #edeff0;
  font-size: inherit;
  font-weight: inherit;
}
#cartDropdown > .closeButton {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
}
#cartDropdown > .closeButton:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url("../images/responsive/rwdUI.png");
  background-position: -61px -1px;
  vertical-align: middle;
}
#cartDropdown > .closeButton:hover:after {
  background-position: -241px -1px;
}
#cartDropdown > .content {
  padding: 15px;
}
#cartDropdown > .footer {
  padding: 10px 15px;
  border-top: 1px solid #edeff0;
  text-align: right;
}
/*** Search bar ***/
#searchCartWrapper {
  /* display: block;
    float: left;
    width: 16px;
    margin-right: 0;
    margin-left: -10px;margin-top: 39px;*/
  display: block;
  float: right;
  width: 16px;
  margin-right: 5%;
  margin-top: -67px;
}
#searchButton {
  display: block;
  float: left;
  background: url('../images/header/sprite.png') no-repeat -273px -25px;
  width: 12px;
  height: 12px;
  margin-top: 13px;
}
#searchButton:hover {
  background: url('../images/header/sprite.png') no-repeat -273px -43px;
  width: 12px;
  height: 12px;
}
#searchButton.selected {
  background: url('../images/header/sprite.png') no-repeat -273px -43px;
  width: 12px;
  height: 12px;
}
#searchBar {
  width: 0;
  height: 0;
  background-color: #353741;
}
#searchBar.active {
  width: 350px;
  height: 38px;
  display: block;
  background: #6c7880;
  position: fixed;
  top: 128px;
  right: 0;
  /* left: 0; */
  padding: 8px 3px 6px 6px;
  z-index: 99;
  text-align: center;
  box-shadow: 1px 1px 1px black;
}
#searchBar.searchBar-shrink {
  top: 65px;
}
#SimpleSearchForm_SearchTerm {
  width: 92%;
  margin: 0 auto;
  text-align: left;
  background: transparent;
  color: #4d4d4d;
  font-size: 13px;
  border: none;
  outline: none;
  max-width: 1440px;
  line-height: 35px;
  font-weight: normal;
  background-color: #fafafa;
  padding: 0 2%;
}
#searchBar.active:before {
  content: '';
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #6c7880;
  margin: -19px 0 0 0;
  position: fixed;
  right: 4.8%;
}
input[type="text"]#SimpleSearchForm_SearchTerm::-webkit-input-placeholder,
input[type="text"]#SimpleSearchForm_SearchTerm::-moz-placeholder,
input[type="text"]#SimpleSearchForm_SearchTerm::-ms-input-placeholder {
  color: #4d4d4d;
}
#searchFormLabel {
  display: none;
}
#searchBox > .submitButton {
  width: 10px;
  height: 18px;
  border-width: 6px 10px;
}
#searchBox > .submitButton:before {
  left: -181px;
}
#searchBox > .submitButton:hover:before {
  left: -201px;
}
/* Autocomplete menu */
#searchDropdown {
  position: absolute;
  left: 20%;
  right: 20%;
  top: 45px;
  width: 60%;
}
#AutoSuggestDiv {
  color: #dfe0df;
  padding: 2px 0;
}
#AutoSuggestDiv > ul,
.autoSuggestDivNestedList {
  padding: 0;
}
#AutoSuggestDiv > ul > li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.2em;
  background-color: #6c7880;
}
#AutoSuggestDiv .list_section li {
  border-bottom: 1px solid #dfe0df;
  list-style: none;
  background-color: #6c7880;
  text-transform: uppercase;
  text-align: left;
}
#AutoSuggestDiv .list_section li > a,
#AutoSuggestDiv #autoSuggestAdvancedSearch > a {
  padding: 6px;
  font-size: 11px;
  display: block;
  height: 100%;
}
#AutoSuggestDiv .list_section li > a:hover {
  color: #dfe0df;
  text-decoration: underline;
  background-color: #56646e !important;
}
#AutoSuggestDiv .heading {
  background-color: #56646e;
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 1px solid #dfe0df;
  list-style: none;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch {
  border-bottom: 0 none;
  background-color: #6c7880;
  color: #dfe0df;
  padding: 0;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch:hover {
  background-color: #6c7880;
}
#AutoSuggestDiv #autoSuggestAdvancedSearch > a:hover {
  text-decoration: underline;
}
#autoSuggest_Result_div,
#autoSuggestCachedSuggestions_div {
  display: none;
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  #logo {
    background-repeat: no-repeat;
    background-image: url("../images/header/logo-header.png");
    background-size: 80% 80%;
  }
  #departmentsMenu {
    margin: 13px auto 0;
  }
  #MiniShoppingCart {
    top: 17px;
  }
  #searchCartWrapper {
    margin-top: -83px;
  }
  #searchBar.active {
    top: 111px;
  }
  #searchBar.active:before {
    right: 4.5%;
  }
  #navcart {
    right: 9%;
  }
  .departmentButton > span {
    padding: 0 7px;
    font-size: 10px;
  }
  #minicart {
    top: 94px;
  }
  #miniCartWrapper {
    margin-top: 17px;
  }
}
@media (max-width: 700px) {
  /* Header */
  #header {
    width: 100%;
    height: 70px;
    position: relative;
    background: #363942;
    line-height: normal;
    /* Needed because of bad CSS reset */
  }
  #headerRow1 {
    height: 22px;
    top: -21px;
  }
  #headerRow2 {
    position: relative;
    height: 22px;
    top: 2px;
  }
  .header-transparent {
    width: 100%;
    height: 112px;
    background: #363942;
  }
  .header-default {
    background: #363942;
    width: 100%;
    height: 112px;
  }
  .header-block {
    width: 100%;
    height: 1px;
  }
  #logo {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 28px;
    background-image: url("../images/header/logo-c-header.png");
    background-size: 150px 50px;
    width: 150px;
    height: 50px;
    max-width: 100%;
  }
  /* Menu */
  .basicMenu ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .basicMenu ul li {
    width: 99%;
    border-bottom: solid 1px #838d93 !important;
  }
  .basicMenu > ul > li > a,
  .basicMenu > ul > li > span {
    width: 95%;
    margin: 0 auto;
  }
  .basicMenu ul li:last-child {
    border: none;
  }
  .basicMenu > h3 {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: 600;
    background: #6c7880;
    color: #dfe0df;
    font-size: inherit;
    width: 85%;
  }
  .basicMenu > .closeButton {
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    padding: 10px;
    font-family: monospace;
  }
  .basicMenu > .closeButton > span:before {
    content: "x";
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
  }
  /* Quick links bar */
  #quickLinksMenu.active {
    left: 0;
    right: 0;
    top: 90px;
    width: auto;
    color: #dfe0df;
    border-radius: 0;
    background: #6c7880;
    text-transform: uppercase;
    border: none;
  }
  #quickLinksBar {
    margin: 0;
    padding: 0;
  }
  #quickLinksBar > li > a {
    font-size: 10px;
    max-width: auto;
    display: none;
  }
  #quickLinksBar > li > a > br {
    display: inline;
  }
  #quickLinksBar > li a#quickLinksButton {
    display: block;
    font-size: 0;
  }
  #quickLinksButton {
    display: block;
    visibility: visible;
    width: 18px;
    height: 18px;
    background: url('../images/header/sprite.png') no-repeat -72px -20px;
    position: absolute;
    right: 70px;
    top: 47px;
    z-index: 1;
    color: transparent;
  }
  #quickLinksButton:hover {
    background: url('../images/header/sprite.png') no-repeat -72px -49px;
    width: 18px;
    height: 18px;
    text-decoration: none;
  }
  #quickLinksBar #LanguageCurrencyText_alt {
    visibility: hidden;
  }
  /* Mini cart button */
  /*#searchCartWrapper{
     display:block; 
     float:left; 
     width:30px; 
     margin-right:0; 
     margin-top:0;
}	*/
  #MiniShoppingCart {
    width: 30px;
    height: 30px;
    float: left;
    padding: 0;
    margin-right: 25px;
  }
  #widget_minishopcart {
    display: block;
    position: absolute;
    margin-top: 0;
    padding-top: 0;
    right: 50px;
    top: 2px;
    background: url('../images/header/sprite.png') no-repeat -129px -20px;
    width: 18px;
    height: 17px;
  }
  #widget_minishopcart:before {
    background: url('../images/header/sprite.png') no-repeat -129px -50px;
    width: 18px;
    height: 17px;
    content: "";
  }
  #widget_minishopcart:hover {
    background: url('../images/header/sprite.png') no-repeat -129px -50px;
    width: 18px;
    height: 17px;
  }
  #minishopcart_total {
    display: none;
  }
  /* Mini cart */
  #cartDropdown {
    width: auto;
  }
  /* Departments menu */
  #departmentsButton {
    display: block;
    float: right;
    background: url('../images/header/sprite.png') no-repeat -189px -23px;
    width: 18px;
    height: 12px;
    border: none;
    border-radius: 0;
    right: 17px;
    top: 51px;
    position: absolute;
  }
  #departmentsButton:hover {
    background: url('../images/header/sprite.png') no-repeat -189px -51px;
    width: 18px;
    height: 12px;
  }
  #departmentsButton > span {
    display: none;
  }
  #departmentsMenu {
    display: none;
  }
  #departmentsMenu.active {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 92px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    width: 100%;
    z-index: 99;
    height: auto;
    background: #6c7880;
  }
  #departmentsMenu > li {
    display: block;
    background: #6c7880;
  }
  #departmentsMenu > li.hidden {
    position: static;
    visibility: visible;
  }
  .departmentButton {
    display: none;
  }
  /* Department menu */
  .departmentMenu {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    margin: 0;
    padding: 0;
    background: #6c7880;
  }
  .departmentMenu > .header {
    margin: 0 auto;
    padding: 6px 0;
    display: block !important;
    font-size: inherit;
    background: #6c7880;
    border-bottom: solid 1px #838d93;
    width: 90%;
    text-align: left;
  }
  .departmentMenu > .header > .link {
    display: block;
    margin: 0 12px;
    padding: 8px;
    font-weight: bold;
    color: #dfe0df;
    width: 75%;
  }
  .departmentMenu > .header > .toggle {
    display: block !important;
    visibility: visible;
    position: absolute;
    right: 30px;
    top: 15px;
    margin: 0;
    padding: 8px;
  }
  .departmentMenu > .header > .toggle > span:before {
    content: "";
    background: url('../images/header/sprite.png') no-repeat -271px -95px;
    width: 12px;
    height: 8px;
    display: block !important;
  }
  .departmentMenu > .header > .toggle.selected > span:before {
    content: "";
    background: url('../images/header/sprite.png') no-repeat -271px -83px;
    width: 12px;
    height: 8px;
    display: block !important;
  }
  .departmentMenu > .hideToggle > .toggle {
    display: none!important;
    visibility: hidden;
  }
  /* Category list */
  .categoryList {
    display: none;
  }
  .departmentMenu.active .categoryList {
    display: block;
    bacground: #636e76;
  }
  /* Subcategory list */
  .subcategoryList {
    border-bottom: 1px solid #e0dee5;
  }
  .subcategoryList > li {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    padding-right: 16px;
    vertical-align: top;
  }
  /* "All departments" menu */
  #allDepartmentsButton {
    display: none;
  }
  #allDepartmentsMenu {
    display: none !important;
  }
  /* Search bar */
  #searchButton {
    display: block;
    position: absolute;
    right: 50px;
    top: 49px;
    margin: 0;
    background: url('../images/header/sprite.png') no-repeat -22px -20px;
    width: 18px;
    height: 18px;
  }
  #searchButton:hover {
    background: url('../images/header/sprite.png') no-repeat -22px -49px;
    width: 18px;
    height: 18px;
  }
  #searchButton.selected {
    background: url('../images/header/sprite.png') no-repeat -22px -49px;
    width: 18px;
    height: 18px;
  }
  #searchBar {
    display: none;
  }
  #searchBar.active {
    display: block;
    top: 92px;
    height: 44px;
    padding: 8px 3px 6px 6px;
    background: #6c7880;
    z-index: 999;
    width: 99%;
    max-width: 1440px;
    margin: auto;
  }
  #searchBar.active:before {
    content: '';
    display: inline-block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #6c7880;
    margin: -21px 0 0 0;
    position: absolute;
    right: 44px;
  }
  #searchBox > .submitButton {
    width: 10px;
    height: 18px;
    border-width: 6px 10px;
  }
  #searchBox > .submitButton:before {
    left: -181px;
  }
  #searchBox > .submitButton:hover:before {
    left: -201px;
  }
  #SimpleSearchForm_SearchTerm {
    width: 91%;
    height: 30px;
    margin: 5px auto;
    text-align: left;
    border: none;
    font-size: 11px;
  }
  /* Autocomplete menu */
  #searchDropdown {
    left: 2px;
    right: 2px;
    width: auto;
    top: 45px;
    display: none;
    visibility: hidden;
  }
}
/*** Footer ***/
#footer {
  width: 100%;
  padding: 0;
  background: #e9eaeb;
  color: #353741;
}
#footerWrapper {
  position: relative;
}
#footerRow1 {
  display: block;
  margin: 0 auto !important;
  width: 90%;
  overflow: hidden;
  padding: 1rem 0;
}
#footerRow1 > .section {
  display: block;
  width: auto;
  padding: 10px 0 0 0;
  text-align: left;
  vertical-align: top;
  margin-right: 4%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  float: left;
}
#footerRow1 > .section > .header {
  position: relative;
  padding: 5px 0;
  color: #353741;
  font-size: 0.775rem!important;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#footerRow1 > .section > .header > .toggle {
  display: none;
}
#footerRow1 > .section > ul {
  padding: 10px 0;
  color: #353741;
  font-size: 0.775rem;
}
#footerRow1 > .section > ul li {
  list-style: none;
  line-height: 1.5rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#footerRow1 > .section > ul > li > a {
  line-height: .875rem;
}
#footerRow1 > .footerRoyalWarrant {
  float: right;
  display: block;
  width: 24%;
  max-width: 250px;
}
#footerRow1 > .footerRoyalWarrant img {
  max-width: 100%;
  margin: 10px auto;
}
#footerRow1 > #footerChangeCountry {
  position: relative;
  color: #353741;
  margin-top: 1rem;
  font-size: 0.775rem!important;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#footerRow2 {
  width: 100%;
  Height: 19px;
  /* padding-top: 15px; */
  background: #e9eaeb;
  border-top: solid 1px #b1b1b1;
  font-size: 10px;
  padding: 25px 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
#footerRow2 > .footercopyright {
  float: left;
  margin-left: 5%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#footerRow2 > .footerSignUpForNewsletter {
  float: right;
  margin-right: 6%;
  margin-top: 2px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#footerRow1 > .footerSignUpForNewsletter_mobile {
  display: none;
  visibility: hidden;
}
.language_selector {
  overflow: hidden;
  position: relative;
  width: 122px;
}
.language_selector select {
  border: none;
  box-shadow: none;
  font-size: 12px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin: 0 0 0 -3px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.language_selector select option {
  padding: 0;
}
.language_selector select:focus {
  outline: none;
}
.language_selector .fa-caret-down {
  float: right;
  position: absolute;
  right: 0;
  top: 2px;
  cursor: pointer;
}
/* Footer */
@media (min-width: 701px) and (max-width: 1000px) {
  #footerRow1 > .section > ul > li > a {
    display: block;
    width: 100px;
  }
}
@media (max-width: 700px) {
  #footerRow1 {
    display: block;
    margin: 10px auto !important;
    width: 91%;
    overflow: hidden;
  }
  #footerRow1 > .section > .header:before {
    height: 30px;
    border-radius: 3px 3px 0 3px;
  }
  #footerRow1 > .section {
    display: block;
    width: 99%;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    margin-right: 0;
    float: left;
    border-bottom: solid 1px #b1b1b1;
  }
  #footerRow1 > .section > .header {
    width: 100%;
  }
  .footer-arrow-up {
    background: url('../images/header/sprite.png') no-repeat -244px -83px;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .footer-arrow-down {
    background: url('../images/header/sprite.png') no-repeat -244px -95px;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-right: 20px;
    float: right;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #footerRow1 > .section > ul {
    display: none;
  }
  #footerRow1 > .section.active > ul {
    display: block;
  }
  #footerRow1 > .footerRoyalWarrant {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #footerRow1 > .footerRoyalWarrant img {
    max-width: 100%;
    margin: 10px auto;
  }
  #footerRow1 > #footerSocialSection {
    border-bottom: none;
    height: 30px;
    margin-bottom: 16px;
    border-bottom: solid 1px #b1b1b1;
  }
  #footerRow1 > #footerSocialSection .header {
    width: 60%;
    float: left;
  }
  #footerRow1 > #footerSocialSection .SocialBridge {
    width: 38%;
    float: right;
    text-align: right;
    margin-top: 4px;
    height: 40px;
    dispaly: block;
  }
  #footerRow2 {
    width: 100%;
    height: 40px;
    padding: 0;
    background: #e9eaeb;
    text-align: center;
  }
  #footerRow2 > .footercopyright {
    width: 100%;
    margin: 10px auto;
  }
  #footerRow2 > .footerSignUpForNewsletter {
    display: none;
    visibility: hidden;
  }
  #footerRow1 > .footerSignUpForNewsletter_mobile {
    display: block;
    visibility: visible;
    width: 100%;
    font-size: 0.825rem;
    margin: 10px auto;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  }
  .language_selector {
    display: none;
  }
  .language_selector select {
    padding: 5px 8px;
    width: 100%;
    -webkit-appearance: none;
  }
  .language_selector select:focus {
    outline: none;
  }
  .cookiesdirective .slideContent {
    display: none;
    width: 90%;
    height: 100px;
    font-size: 0.650rem;
    margin: 20px 1%;
    overflow-y: scroll;
  }
  .cookiesdirective .continue_btn {
    padding: 5px;
    border: solid 1px red;
  }
  .footerChangeCountry_mobile {
    text-align: center;
    line-height: 2rem;
  }
}
.cookiesdirective {
  width: 100%;
  height: auto;
  background: #363942;
  opacity: .90;
  text-align: center;
  z-index: 1000;
  border-top: solid 1px #a88a48;
  -ms-filter: "alpha(opacity=90)";
  filter: alpha(opacity=90);
  -khtml-opacity: .90;
  -moz-opacity: .90;
}
.cookiesdirective .content {
  width: 90%;
  height: auto;
  padding: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.750rem;
  color: #dfe0df;
}
.cookiesdirective a {
  color: #a88a48;
  font-size: 0.750rem;
  font-weight: 600;
}
.cookiesdirective .slideContent {
  display: none;
  width: 90%;
  margin-left: 5%;
}
.cookiesdirective .continue_btn {
  background: #a88a48;
  color: #dfe0df;
  padding: 5px 10px;
  cursor: pointer;
  border: solid 1px #a88a48;
}
.cookiesdirective .errorMsg {
  color: #a88a48;
  display: none;
  margin: 2px;
}
#cookiesdirectiveClose {
  color: #dfe0df;
  float: right;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
}
/*** Grid system ***/
/* Row container */
.rowContainer,
.rowContainer > .row {
  padding: 5px 0;
}
.rowContainer > .row.margin-true {
  padding: 0 5px;
}
.row.margin-true > div > div {
  margin: 10px 5px;
}
.row.margin-true > div > div:first-of-type {
  margin-top: 5px;
}
.row.margin-true > div > div:last-of-type {
  margin-bottom: 5px;
}
.row.margin-true > div > .row {
  margin: 0 !important;
}
/* Row */
.row:after {
  content: "";
  display: block;
  clear: both;
}
.row > div {
  float: left;
}
.row > .right {
  float: right;
}
/* Columns */
.col1 {
  width: 8.333333%;
}
.col2 {
  width: 16.666666%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.333333%;
}
.col5 {
  width: 41.666666%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.333333%;
}
.col8 {
  width: 66.666666%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.333333%;
}
.col11 {
  width: 91.666666%;
}
.col12 {
  width: 100%;
}
/*
 * RWD-A - 0-600px
 * RWD-B - 601-1280px
 * RWD-C - 1281px+
 */
/* Grid system - RWD-A */
@media (max-width: 700px) {
  .acol1 {
    width: 8.333333%;
  }
  .acol2 {
    width: 16.666666%;
  }
  .acol3 {
    width: 25%;
  }
  .acol4 {
    width: 33.333333%;
  }
  .acol5 {
    width: 41.666666%;
  }
  .acol6 {
    width: 50%;
  }
  .acol7 {
    width: 58.333333%;
  }
  .acol8 {
    width: 66.666666%;
  }
  .acol9 {
    width: 75%;
  }
  .acol10 {
    width: 83.333333%;
  }
  .acol11 {
    width: 91.666666%;
  }
  .acol12 {
    width: 100%;
  }
  .rowContainer > .row.margin-true {
    padding-left: 0;
    padding-right: 0;
  }
  .row.margin-true > div > div {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Grid system - RWD-C */
@media (min-width: 1281px) {
  .ccol1 {
    width: 8.333333%;
  }
  .ccol2 {
    width: 16.666666%;
  }
  .ccol3 {
    width: 25%;
  }
  .ccol4 {
    width: 33.333333%;
  }
  .ccol5 {
    width: 41.666666%;
  }
  .ccol6 {
    width: 50%;
  }
  .ccol7 {
    width: 58.333333%;
  }
  .ccol8 {
    width: 66.666666%;
  }
  .ccol9 {
    width: 75%;
  }
  .ccol10 {
    width: 83.333333%;
  }
  .ccol11 {
    width: 91.666666%;
  }
  .ccol12 {
    width: 100%;
  }
  .rowContainer,
  .rowContainer > .row {
    padding: 0;
  }
  .rowContainer > .row.margin-true {
    padding: 0 10px;
  }
  .row.margin-true > div > div {
    margin: 20px 10px;
  }
  .row.margin-true > div > div:first-of-type {
    margin-top: 10px;
  }
  .row.margin-true > div > div:last-of-type {
    margin-bottom: 10px;
  }
}
/* wc/widget/Grid - fluid grid responsive to container width */
.grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grid > li {
  display: inline-block;
  vertical-align: top;
}
/* custom styles */
.row {
  margin-top: 0;
}
.w100 {
  width: 100%;
  overflow: hidden;
}
.w90 {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.w50 {
  width: 50%;
  overflow: hidden;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.greyBG {
  background: #dfe0df;
}
.darkBG {
  background: #363942;
}
.center {
  text-align: center !important;
  float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.mLeft10 {
  margin-left: 10px;
}
.mLeft20 {
  margin-left: 20px;
}
.mLeft30 {
  margin-left: 30px;
}
.mLeft50 {
  margin-left: 50px;
}
.mLeft80 {
  margin-left: 80px;
}
.mLeft100 {
  margin-left: 100px;
}
.mRight10 {
  margin-right: 10px;
}
.mRight20 {
  margin-right: 20px;
}
.mRight30 {
  margin-right: 30px;
}
.mRight50 {
  margin-right: 50px;
}
.mRight80 {
  margin-right: 80px;
}
.mRight100 {
  margin-right: 100px;
}
.mTop10 {
  margin-top: 10px;
}
.mTop20 {
  margin-top: 20px;
}
.mTop30 {
  margin-top: 30px;
}
.mTop50 {
  margin-top: 50px;
}
.mTop80 {
  margin-top: 80px;
}
.mTop100 {
  margin-top: 100px;
}
body {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
#contentWrapper {
  background: #dfe0df;
}
/* Product Listing page */
.button.primary,
.button.secondary {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
.sorting_controls > span,
.sorting_controls > span > label,
.view_controls > span,
.sorting_controls > span > label {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.orderBySelectMenu > table tr td {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.selectWrapper .dijitSelect {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.viewdetails {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.product_info > .product_name > a {
  font-size: 12px !important;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.productListingWidget {
  background: #dfe0df;
  border: none;
}
.productListingWidget .paging_controls {
  width: 140px;
  height: 40px;
}
.product_listing_container > .grid_mode {
  text-align: center;
  margin-bottom: 40px!important;
}
.grid_mode .product_name {
  width: 160px;
  padding: 5px 0!important;
  margin: 0 auto;
  min-height: 70px !important;
}
.grid_mode .product_price {
  padding: 5px 0px 0px 0!important;
}
.productListingWidget .paging_controls > .right_arrow > img {
  border: 1px solid #a88a48;
  color: #a88a48;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 8px 15px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  transition: .4s ease;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  width: 100%;
}
.fullCollection {
  background-color: transparent;
  margin: 20px auto !important;
}
.addCartOrViewDtls-Mobile {
  display: none;
  visibility: hidden;
}
.productBlock {
  height: auto !important;
}
.product_image .image a {
  height: 370px;
  display: inherit;
  line-height: 370px;
}
.product_image .image a img {
  max-width: 270px;
  vertical-align: middle;
}
.article_listing_container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0.825rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  background: #dfe0df;
}
.article_listing_container .article_list {
  width: 90%;
  margin: 10px auto;
  padding: 0;
}
.article_listing_container .article_list li {
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.article_listing_container .article_list li > .product {
  width: 95%;
  overflow: hidden;
  display: block;
}
.article_listing_container .product_info .article_name {
  width: 80%;
  padding: 5px 0;
}
.article_listing_container .product_info .article_name a {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem !important;
  text-align: left;
}
.article_listing_container .product_description p {
  width: 80%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-size: 0.825rem;
  line-height: 1.25rem;
}
.article_listing_container .learnMoreALP {
  width: 100%;
  margin-top: 10px;
}
.article_listing_container .learnMoreALP a {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-size: 0.825rem;
  line-height: 1.25 rem;
  font-size: 1rem !important;
  text-decoration: underline;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .article_listing_container .article_list {
    width: 95%;
  }
  .article_listing_container .article_list li > .product {
    width: 99%;
  }
  .article_listing_container .product_info .article_name {
    width: 90%;
  }
  .article_listing_container .product_description p {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .article_listing_container .article_list {
    width: 95%;
    margin: 5px auto;
  }
  .article_listing_container .article_list li > .product {
    width: 99%;
  }
  .article_listing_container .product_info .article_name {
    width: 99%;
    padding: 0;
    position: relative;
    top: -20px;
    left: -10px;
    background: #6c7880;
  }
  .article_listing_container .product_info .article_name a {
    font-size: 0.850rem!important;
    color: #ffffff !important;
    padding: 10px;
    font-size: 1rem !important;
    text-align: left;
  }
  .article_listing_container .product_description p {
    width: 95%;
    margin-top: 0;
    font-size: 0.775rem;
  }
}
/* article detail page */
.subCat_page_tab_content {
  width: 96%;
  padding: 10px 2%;
  margin: 0 auto;
  color: #353942;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif !important;
  background: #dfe0df;
}
.subCat_page_tab_content h1.main_header {
  font-size: 1.25rem !important;
  margin-left: 10px !important;
}
.subCat_page_tab_content .articleCategoryAndDate {
  margin-left: 20px;
  margin-top: -20px;
}
.subCat_page_tab_content #widget_breadcrumb {
  padding: 0;
  margin: 20px 0;
}
.subCat_page_tab_content .widget_product_image_viewer {
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.subCat_page_tab_content #pdpSocialLinks {
  float: right;
  margin: 10px 0;
}
/* search result page ....*/
#tab1Widget {
  border-radius: 0;
  border-top: 0;
  color: #353741;
}
#tab1Widget .facetWidget > h3 {
  margin: 0 !important;
  border-bottom: 1px solid #879197;
}
#tab1Widget .facetWidget.collapsible {
  padding: 0;
  top: 0 !important;
  position: relative !important;
}
#tab1Widget #productsFacetsHorizontal {
  width: 80%;
  margin: 0 auto;
}
#tab1Widget #productsFacetsHorizontal > fieldset {
  width: 14%;
}
@media (max-width: 700px) {
  .viewdetails_mobile {
    margin: auto;
    top: 12px!important;
    left: 0!important;
    right: 0;
    bottom: 0;
  }
  .viewdetails_mobile .view_button {
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    font-weight: 500;
    top: 8px!important;
    left: 0!important;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #tab1Widget .product_name {
    padding: 2px 12px !important;
    min-height: 40px !important;
  }
  #tab1Widget .product_name a {
    font-size: 10px !important;
  }
  #tab1Widget .button.primary,
  .button.secondary {
    font-size: 11px !important;
    width: 100px !important;
    padding: 8px !important;
  }
  #tab1Widget #productsFacetsHorizontal > fieldset {
    width: 99%;
  }
  #tab1Widget .product_name {
    padding: 2px 12px !important;
    min-height: 40px !important;
  }
  #tab1Widget .product_name a {
    font-size: 10px !important;
  }
  #tab1Widget .button.primary,
  .button.secondary {
    font-size: 11px !important;
    width: 100px !important;
    padding: 8px !important;
  }
  #tab1Widget #productsFacetsHorizontal > fieldset {
    width: 99%;
  }
  .subCat_page_tab_content #pdpSocialLinks {
    float: left;
    margin: 10px 0;
  }
  .subCat_page_tab_content h1.main_header {
    margin-left: 0 !important;
    padding: 0 !important;
  }
  .subCat_page_tab_content .articleCategoryAndDate {
    margin-left: 0;
  }
  .espot-newsdetails .lefthalfcontent {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .article_name {
    width: 94%;
    height: 100%;
  }
  .article_name a {
    font-size: 12px !important;
  }
  .article_list li {
    margin-bottom: 0;
    border-bottom: solid 1px #ccc;
  }
  .article_list li:last-child {
    border-bottom: none;
  }
  .learnMoreALP {
    width: 100%;
    height: 20px;
    margin-top: 5px;
  }
  .row.facetContainer {
    margin-top: 0;
  }
  .pdtArea-Desktop {
    display: none;
    visibility: hidden;
  }
  .productListingWidget .product_name {
    padding: 2px 12px !important;
    min-height: 71px !important;
    width: auto;
  }
  /*    .productListingWidget .product_name a {
        font-size: 10px !important;
    }*/
  .paging_controls .button.primary {
    width: 100%;
  }
  .fullCollection {
    background-color: transparent;
    margin: 20px auto !important;
    width: 160px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 700px) {
  #faqcontainer {
    margin-left: 2%;
  }
  .faqlist h4 {
    font-size: 1rem;
    padding: 10px;
  }
  .faqentry .faqcategory {
    width: 98%;
    overflow: hidden;
    padding: 10px;
  }
  .faqentry .faqcategory a {
    width: 90%;
    line-height: 2.5vh;
    font-weight: 400;
  }
  .faqcategory .faq-arrow-up {
    right: 20px;
  }
  .faqcategory .faq-arrow-down {
    right: 20px;
  }
  #faqTopic label {
    margin-left: 20px;
  }
  #faqTopic #topicSelect {
    width: 66%;
    font-size: 0.7rem;
    padding: 6px;
  }
}
/* Newsletter contactus warranty form common */
.form-group {
  width: 99%;
  padding: 0;
  margin-top: 20px;
}
.form-group label {
  width: 99%;
  height: 22px;
  display: block;
  font-size: 0.775rem;
  line-height: 2vh;
}
.form-group input[type="text"] {
  width: 86%;
  padding: 10px 2%;
  border: solid 2px #b1b1b1;
}
.form-group .leftfields {
  width: 49%;
  display: inline-block;
}
.form-group .rightfields {
  width: 49%;
  display: inline-block;
}
.parkersubmit {
  padding: 10px 20px;
  border: 1px solid #a88a48;
  color: #a88a48;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background: transparent;
  transition: .2s ease;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
}
.parkersubmit:hover {
  background: #a88a48;
  color: #fff;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .leftfields {
    width: 48%;
  }
  .rightfields {
    width: 48%;
  }
  .form-group input[type="text"] {
    width: 96%;
    border: solid 1px #b1b1b1;
  }
}
@media (max-width: 700px) {
  .form-group {
    margin-top: 5px;
  }
  .form-group label {
    width: 90%;
    display: block;
    margin-top: 2px;
  }
  .form-group input[type="text"] {
    width: 95%;
    margin-top: 2px;
    display: block;
    border: solid 1px #b1b1b1;
  }
  .leftfields {
    width: 99% !important;
    display: block !important;
    margin-top: 10px;
  }
  .rightfields {
    width: 99% !important;
    display: block !important;
    margin-top: 10px;
  }
  .parkersubmit {
    padding: 10px;
    border: 1px solid #a88a48;
    color: #ffffff;
    font-size: 0.725rem;
    background: #a88a48;
  }
}
/* Newsletter */
#newslettercontainer {
  font-family: "Baskerville Regular", 'Times New Roman', Times, serif, serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  color: #363942;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
#newslettercontainer h4 {
  width: 98%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 2.9vh;
  padding: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 2.0454545454545454vh 0;
  background: #6c7880;
}
#newslettercontainer form {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
  margin-top: -30px;
}
#newslettercontainer input[type="checkbox"] {
  display: none;
}
#newslettercontainer input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 0.775rem;
  height: 0.775rem;
  margin: 0.25em 0.5rem 0 0.25rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.25rem;
  background: #fff;
  vertical-align: bottom;
}
#newslettercontainer input[type=checkbox]:not(old):checked + label > span:before {
  content: "\2713";
  display: block;
  color: #363942;
  font-size: 0.875rem;
  font-weight: 600;
  width: 0.950em;
  line-height: 0.850rem;
  text-align: center;
}
#newslettercontainer .checkboxmsg {
  display: inline-block;
  margin-left: 2rem;
  line-height: 1.25rem;
  position: relative;
  top: -18px;
}
#newslettercontainer #newsletterconsent {
  width: 75%;
  overflow: hidden;
  margin-top: 1rem;
}
@media (max-width: 700px) {
  #newslettercontainer h4 {
    width: 95%;
    padding: 15px 10px;
  }
  #newslettercontainer #newsletterconsent {
    width: 95%;
  }
  #newslettercontainer input[type=checkbox]:not(old) + label > span {
    border: solid 1px #363942;
  }
  #newslettercontainer input[type=checkbox]:not(old):checked + label > span:before {
    line-height: 0.825rem;
  }
  #newslettercontainer .checkboxmsg {
    width: 90%;
    top: -18px;
    left: 0;
  }
}
/* Contact us */
#contactcontainer {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #363942;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
#contactconsent {
  width: 75%;
  overflow: hidden;
  margin-top: 1rem;
}
#contactcontainer input[type="checkbox"] {
  display: none;
}
#contactcontainer input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 0.775rem;
  height: 0.775rem;
  margin: 0.25em 0.5rem 0 0.25rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.25rem;
  background: #fff;
  vertical-align: bottom;
}
#contactcontainer input[type=checkbox]:not(old):checked + label > span:before {
  content: "\2713";
  display: block;
  color: #363942;
  font-size: 0.875rem;
  font-weight: 600;
  width: 0.950em;
  line-height: 0.850rem;
  text-align: center;
}
#contactcontainer .checkboxmsg {
  display: inline-block;
  margin-left: 2rem;
  line-height: 1.25rem;
  position: relative;
  top: -18px;
}
#contactcontainer .radio-group {
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
#contactcontainer input[type="radio"] {
  display: none;
}
#contactcontainer input[type="radio"] + label {
  maprgin-top: 2px;
}
#contactcontainer input[type="radio"] + label span {
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 0.775rem;
  height: 0.775rem;
  margin: 0 0.5rem 0 0.25rem;
  border: solid 2px #b1b1b1;
  background: #fff;
}
#contactcontainer input[type="radio"] + label span {
  background-color: #ffffff;
}
#contactcontainer input[type="radio"]:checked + label span {
  background-color: #363942;
}
#contactcontainer input[type="radio"] + label span,
#contactcontainer input[type="radio"]:checked + label span {
  -webkit-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}
#contactcontainer textarea {
  width: 75%;
  height: 100px;
  padding: 10px 5px;
  margin-top: 10px;
  border: solid 2px #b1b1b1;
}
@media (min-width: 701px) and (max-width: 1000px) {
  #contactcontainer textarea {
    width: 90%;
  }
}
@media (max-width: 700px) {
  #contactcontainer textarea {
    width: 88%;
    height: 80px;
    border: solid 1px #b1b1b1;
  }
  #contactcontainer .radio-group {
    margin-top: 30px;
  }
  #contactcontainer input[type=checkbox]:not(old):checked + label > span:before {
    line-height: 0.825rem;
  }
  #contactcontainer input[type=checkbox]:not(old) + label > span {
    border: solid 1px #363942;
  }
  #contactconsent {
    width: 99%;
  }
}
/* Warranty */
#warrantycontainer {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #363942;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
#warrantycontainer h4 {
  width: 95%;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  line-height: 2.9vh;
  padding: 10px 1%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 2.0454545454545454vh 0;
  background: #6c7880;
}
#warrantycontainer .dobfield {
  position: relative;
  top: -17px;
}
:root #warrantycontainer .dobfield {
  top: 35px \;
}
#warrantycontainer input[type="checkbox"] {
  display: none;
}
#warrantycontainer input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 0.775rem;
  height: 0.775rem;
  margin: 0.25rem 0.5rem 0 0.25rem;
  border: solid 2px #b1b1b1;
  border-radius: 0.25rem;
  background: #fff;
  vertical-align: bottom;
}
#warrantycontainer input[type=checkbox]:not(old):checked + label > span:before {
  content: "\2713";
  display: block;
  color: #363942;
  font-size: 0.875rem;
  font-weight: 600;
  width: 0.950em;
  line-height: 0.850rem;
  text-align: center;
}
#warrantycontainer .checkboxmsg {
  display: inline-block;
  margin-left: 2rem;
  line-height: 1.25rem;
  position: relative;
  top: -18px;
}
@media (max-width: 700px) {
  #warrantycontainer {
    width: 99%;
  }
  #warrantycontainer h4 {
    width: 93%;
    padding: 10px 2%;
  }
  #warrantycontainer .dobfield {
    top: 10px;
  }
  #warrantycontainer textarea {
    width: 95%;
    height: 80px;
    border: solid 1px #b1b1b1;
  }
  #warrantycontainer input[type=checkbox]:not(old):checked + label > span:before {
    line-height: 0.825rem;
  }
  #warrantycontainer input[type=checkbox]:not(old) + label > span {
    border: solid 1px #363942;
  }
}
/* Confirmation Page */
#confirmpagewrapper {
  width: 90%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: #363942;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
#confirmpagewrapper h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 5.9vh;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 2.0454545454545454vh 0;
}
#confirmpagewrapper p {
  font-size: 1.25rem;
  line-height: 5.9vh;
  padding: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  #confirmpagewrapper {
    width: 80%;
  }
  #confirmpagewrapper h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.40rem;
    line-height: 3.9vh;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 2.0454545454545454vh 0;
  }
}
/* error messages */
.formfielderror {
  background: #fff8f8 url('../images/login_error_x.png') no-repeat scroll 97% center !important;
  border: solid 1px #ff0000 !important;
}
.pageerrorbox {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff8f8;
  border: solid 2px #ff0000;
  width: 50%;
  color: #363942;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.pageerrorbox h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.pageerrorbox p {
  color: #ffffff;
}
#errormessages li {
  font-size: 0.725rem;
  color: #363942;
  display: block;
  line-height: 1rem;
  margin-left: -30px;
}
/* Select Country page */
#selectcountrywrapper {
  width: 100%;
  height: 100vh;
  background: #363942;
  background: url('../images/common/countryselectBackground.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#selectcountrywrapper .countrywrap {
  height: 92vh;
  width: 96%;
  position: relative;
  top: 4vh;
  margin: 0 auto;
  background-color: rgba(54, 57, 66, 0.6);
  box-shadow: 0 0 4px 0 #a88a48;
  -webkit-box-shadow: 0 0 4px 0 #a88a48;
  -moz-box-shadow: 0 0 4px 0 #a88a48;
}
#selectcountrywrapper .logo {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 5vh;
}
#selectcountrywrapper .countrygridwrapper {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 25vh;
}
#selectcountrywrapper .countrygridwrapper h4 {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  font-size: 2.5vh;
  line-height: normal;
  color: #a88a48;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
#selectcountrywrapper .hline {
  border-bottom: solid 1px #464d54;
  width: 66%;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 1em;
}
#selectcountrywrapper .availcountryentry {
  font-size: 0.95rem;
  line-height: 2rem;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  top: 2em;
  text-agin: center;
  display: inline-block;
  color: #dfe0df;
}
#selectcountrywrapper .availcountryentry a {
  margin: 1.2em;
}
#selectcountrywrapper .availcountryentry a:hover {
  color: #a88a48;
}
.countryselectimage {
  width: 45%;
  float: left;
  text-align: left;
}
.countryselectimage img {
  max-width: 100%;
}
@media (max-width: 700px) {
  #selectcountrywrapper .countrywrap {
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    margin: 0 auto;
    background-color: rgba(54, 57, 66, 0.6);
    box-shadow: none;
  }
  #selectcountrywrapper .countrygridwrapper {
    width: 100%;
    top: 15vh;
    display: block;
  }
  #selectcountrywrapper .hline {
    width: 100%;
    height: 1px;
    top: 1.4em;
  }
  #selectcountrywrapper .availcountryentry {
    width: 90%;
    display: block;
    font-size: 1.15rem;
    margin: 1em auto;
  }
  .pageerrorbox {
    width: 90%;
    border: solid 2px #ff0000;
  }
}
@media (max-width: 479px) {
  .grid_mode .product_name {
    width: auto !important;
  }
  .grid_mode .product_name {
    width: 100px;
  }
  .relatedProducts .product {
    padding: 10px 2%;
  }
  .relatedProducts .viewdetails_mobile,
  .viewdetails_mobile {
    border: 1px solid #a88a48;
    color: #a88a48;
    padding: 8px 10px 8px;
    position: relative;
    top: 78px;
    left: 0;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    height: 15px;
  }
  .product_image .image img {
    max-width: 100px;
  }
  .relatedProducts .product_name {
    padding: 0 !important;
  }
  /* FAQ page ....*/
  #faqcontainer {
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #363942;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }
  .faqlist h4 {
    width: 98%;
    font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    line-height: 2.5vh;
    padding: 8px 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 2.0454545454545454vh 0;
    background: #6c7880;
  }
  .faqentry {
    width: 100%;
  }
  .faqentry .faqcategory {
    width: 98%;
    padding: 15px 10px 25px;
    background: #b1b1b1;
    margin: 20px 0 0 0;
    position: relative;
  }
  .faqentry .faqcategory a {
    font-size: 0.9rem;
    font-weight: 600;
    float: left;
  }
  .faqentry .faq-answers {
    display: none;
    width: 98%;
    padding: 10px;
    background: #b1b1b1;
  }
  .faqentry .faq-answers > div {
    margin: 10px 15px;
    line-height: 1.4em;
  }
  .faqentry .faq-answers > div a {
    text-decoration: underline;
  }
  .faqentry ul,
  .faqentry li {
    list-style-type: square;
  }
  .faqentry li {
    display: list-item;
    margin-left: 15px;
  }
  .faqentry .expand {
    display: block;
  }
  .faqcategory .faq-arrow-up {
    width: 12px;
    height: 8px;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 15px;
    background: url('../images/header/sprite.png') no-repeat -244px -83px;
  }
  .faqcategory .faq-arrow-down {
    width: 12px;
    height: 8px;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 15px;
    background: url('../images/header/sprite.png') no-repeat -244px -95px;
  }
  #faqTopic #topicSelect {
    padding: 8px 10px;
    margin: 0;
    border: 1px solid #353741;
    width: 15%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
  }
}
/*Facets*/
.facetContainer {
  background: #6c7880;
}
.facetWidget {
  background: #6c7880;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
.facetHeader {
  width: 100%;
  height: 35px;
  padding-top: 10px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  border-bottom: solid 1px #838d93;
}
.facetHeader h3 {
  width: 6%;
  float: left;
  margin-top: 2px;
  margin-left: 45%;
  color: #dfe0df;
  font-size: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
.facetHeader .facet-arrow-up {
  background: url("../images/responsive/sprite.png") no-repeat -36px -42px;
  width: 8px;
  height: 4px;
  display: inline-block;
  float: left;
  margin-top: 6px;
  cursor: pointer;
}
.facetHeader .facet-arrow-down {
  background: url("../images/responsive/sprite.png") no-repeat -36px -33px;
  width: 8px;
  height: 4px;
  display: inline-block;
  float: left;
  margin-top: 6px;
  cursor: pointer;
}
.facetWidget.collapsible {
  padding: 10px 0;
}
.facetWidget .clearAll {
  float: right;
  text-align: left;
  width: 90px;
  line-height: 1.5rem;
  font-size: 0.625rem;
  color: #dfe0df;
  margin-right: 100px;
  margin-top: 0;
  text-transform: uppercase;
}
.facetWidget .clearAll:hover {
  text-decoration: underline;
}
.facetWidget .close {
  float: right;
  width: 15px;
  height: 15px;
  background: url('../images/responsive/rwdUI.png');
  background-position: -61px -1px;
  margin-top: 5px;
}
.facetWidget .clearAll:hover .close {
  background-position: -61px -1px;
}
.optionContainer > .title {
  height: 30px;
  color: #dfe0df;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  margin: 5px -8px;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
.optionContainer.vertical .title {
  margin: 10px 5% 0 0;
}
.optionContainer .arrow {
  width: 12px;
  height: 8px;
  margin: 5px 40px 0 0;
  float: right;
  position: relative;
  overflow: hidden;
  display: none;
}
.optionContainer .arrow:before {
  content: "";
  background: url('../images/header/sprite.png') no-repeat -271px -95px;
  width: 12px;
  height: 8px;
  display: block !important;
}
.optionContainer .arrow_collapsed:before {
  content: "";
  background: url('../images/header/sprite.png') no-repeat -271px -83px;
  width: 12px;
  height: 8px;
  display: block !important;
}
.facetContent {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-bottom: 25px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
}
#productsFacetsHorizontal {
  width: 90%;
  margin: 0 auto !important;
  height: auto;
  background: #333;
}
#productsFacetsHorizontal > fieldset {
  width: 18%;
  height: auto;
  display: block;
  float: left;
  margin-right: 1%;
}
#facetFilterListWrapper .facetSelectedCont {
  border-top: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  margin: 7px 5% 0 0;
  padding: 3px 0;
  width: 95%;
  display: none;
}
.facetSelect li {
  list-style: none;
  line-height: 1em;
  font-size: 0.650rem;
  color: #dfe0df;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  padding: 10px 0 10px 5%;
  border-bottom: none;
  background: #6c7880;
  text-transform: uppercase;
}
.facetSelect .facetColorHex {
  width: 53px;
  float: left;
}
.facetSelect .facetColorHex .hexcolor {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: solid 1px #ccc;
  margin-left: 0;
}
.facetSelect .facetColorHex input:checked + a {
  position: relative;
  width: 5px;
  left: 2px;
  top: 2px;
  background: url('../images/checked2.png') transparent;
  border: none;
}
.facetSelect li .facetHexCountContainer {
  width: 22px;
  height: 15px;
  margin: 2px 0 0 20px;
}
.facetSelect li a {
  display: block;
  margin: -10px -5%;
  padding: 5px 5%;
}
.facetSelect li a:hover {
  text-decoration: underline;
}
#facetFilterListWrapper .facetSelectedCont .filter_option img {
  border-radius: 100%;
  vertical-align: middle;
}
#facetFilterListWrapper .facetSelected {
  list-style: none;
  font-size: 0.775rem;
  line-height: 30px;
}
#facetFilterListWrapper .facetSelected:hover {
  text-decoration: underline;
}
#facetFilterListWrapper .facetSelected:hover .close {
  background-position: -241px -1px;
}
#facetFilterListWrapper .facetSelected.vertical {
  width: 95%;
}
.facetSelected .close {
  margin: 9px 3px 0 0;
}
#facetFilterListWrapper .header {
  width: 95%;
  margin: 0 5% 0 0;
}
.facetWidget > .title,
.facetWidget > .facetHeader > .title {
  color: #4D4D4D;
  font-size: 1rem;
  text-align: left;
  cursor: pointer;
  float: left;
  position: relative;
}
.facetWidget .openTab {
  float: right;
  font-size: 0.775rem;
  margin-right: 20px;
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
}
.facetSelectContainer {
  margin: 0;
  padding: 0;
}
.facetSelectContainer > ul {
  padding: 0;
  height: 0;
}
.facetSelectContainer .facetSelectedHighlight {
  color: #dfe0df;
}
.facetSelectContainer .facetSelect li.singleFacet {
  border-bottom: none;
  margin-bottom: 2px;
  padding: 10px 5%;
  text-align: center;
  width: 30px;
  float: left;
}
.facetSelectContainer .swatch .outline > span {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
}
.facetSelectContainer .swatch img,
.facetSelected > a > div.filter_option > span > img {
  border-radius: 100%;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #E5E5E5;
}
.facetSelectContainer .swatch .outline.facetSelectedHighlight > span > img {
  box-shadow: 0 0 0 3px #FAC549;
}
.facetSelect .swatch .outline {
  display: inline-block;
  text-align: center;
}
.optionContainer.vertical .facetSelectContainer {
  margin-right: 5%;
}
#catSelectCont,
.col12 > .facetWidget > #facetLinkSelect {
  margin-right: 5%;
}
#facetFilterListWrapper .facetSelect {
  margin-top: 0;
}
#facetFilterListWrapper .facetSelect li:first-child {
  padding-top: 0;
}
#colorSelect .facetSelect li:first-child {
  padding-top: 10px;
}
/*Color Facet Selection Specifics*/
#fSCColor ul li {
  float: left;
  text-align: center;
  width: 30px;
  margin-bottom: 2px;
  border-bottom: none;
  padding: 10px 5%;
}
#facetLinks ul li {
  border-bottom: none;
}
#facetLinks ul li,
#facetCat ul li {
  padding-left: 10%;
}
#facetCat.col8 li {
  padding-left: 4%;
}
#facetCat ul li {
  background: #FFF;
}
#facetCat.col8 li {
  width: 27.3%;
  float: left;
  margin-right: 2%;
}
#fSCPrice input {
  height: 20px;
  border: 1px solid #767676;
}
.facColor {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin: 0 auto 2px auto;
}
.facetSelect .checkBox {
  width: 8px;
  height: 8px;
  margin: 3px 18px 0 0;
  border: 1px solid #dfe0df;
  float: left;
  position: relative;
  display: none;
}
.singleFacet .facetSelect .checkBox {
  display: block;
}
.facetSelect li input:checked + a .checkBox > .checkmark {
  position: absolute;
  background: #dfe0df;
  margin-left: 0;
  margin-top: 0;
  width: 8px;
  height: 8px;
}
ul.facetSelect li input[type=checkbox] {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  left: -30px;
}
ul.facetSelect li div.facetCountContainer {
  display: inline-block;
}
.optionContainer.fixed {
  min-width: 200px;
  float: left;
}
.optionContainer.percent {
  width: 33.33333%;
  float: left;
}
.optionContainer.vertical {
  width: 100%;
  float: left;
}
#facetFilterListWrapper > .facetSelectedCont {
  border-top: 1px solid #E3E1E1;
  border-bottom: 1px solid #E3E1E1;
  margin-top: 7px;
  padding: 0px;
}
#facetFilterList li {
  font-size: 0.775rem;
  list-style: none;
  padding: 3px 0;
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  min-width: 50%;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .facetHeader {
    height: 40px;
    padding-top: 14px;
  }
  .facetHeader h3 {
    width: 10%;
    float: left;
    margin-top: 10px;
    text-align: center;
  }
  .facetHeader .facet-arrow-up {
    margin-top: 12px;
  }
  .facetHeader .facet-arrow-down {
    margin-top: 12px;
  }
  #productsFacetsHorizontal {
    width: 99%;
  }
  #productsFacetsHorizontal > fieldset {
    width: 18% !important;
    padding: 0;
  }
  .facetSelect li {
    list-style: none;
    line-height: 1.6em;
    font-size: 0.550rem;
    padding: 10px 0 10px 5%;
    text-transform: uppercase;
    margin-top: 5px;
  }
  .facetSelect li a {
    display: block;
    padding: 5px 0;
  }
  .facetSelect .checkBox {
    margin: 3px 8px 0 0;
  }
  .facetSelect .facetColorHex {
    width: 53px;
    float: left;
  }
  .facetSelect .facetColorHex .hexcolor {
    margin-left: -5px;
  }
  .facetSelect .facetColorHex input:checked + a {
    width: 6px;
    left: 0;
    top: 2px;
  }
  .facetSelect li .facetHexCountContainer {
    margin: 2px 0 0 20px;
  }
  .facetWidget .clearAll {
    margin-top: 5px;
  }
}
/*Facet Mobile */
@media (max-width: 700px) {
  .facetWidget {
    margin-top: -10px;
  }
  .facetHeader h3 {
    width: 20%;
    margin-top: 6px;
    margin-left: 40%;
  }
  .facetWidget .clearAll {
    float: right;
    margin-right: 10px;
    margin-top: 0;
  }
  .facetHeader .facet-arrow-up {
    margin-top: 12px;
  }
  .facetHeader .facet-arrow-down {
    margin-top: 12px;
  }
  #productsFacetsHorizontal > fieldset {
    width: 98%;
    display: block;
    min-height: 0;
    background: #6c7880;
  }
  .optionContainer > .title {
    height: 26px;
    padding-top: 12px;
    padding-left: 22px;
    cursor: pointer;
    background: #363942;
  }
  .facetSelect li {
    padding: 0;
    border: none;
    text-transform: uppercase;
    padding: 5px 0 5px 20px;
    background: #6c7880;
    margin: -1px 0;
  }
  .facetSelect li a {
    display: block;
    margin: -1px 0;
    padding: 0;
    border: none;
  }
  .optionContainer .arrow {
    width: 12px;
    height: 8px;
    margin: 2px 40px 0 0;
    float: right;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .optionContainer .arrow:before {
    content: "";
    background: url('../images/header/sprite.png') no-repeat -271px -95px;
    width: 12px;
    height: 8px;
    display: block !important;
  }
  .optionContainer .arrow_collapsed:before {
    content: "";
    background: url('../images/header/sprite.png') no-repeat -271px -83px;
    width: 12px;
    height: 8px;
    display: block !important;
  }
  #productsFacetsHorizontal {
    width: 100%;
  }
  .facetSelect li input:checked + a .checkBox > .checkmark {
    background: #dfe0df !important;
  }
  .facetSelect .facetColorHex {
    width: 25%;
    position: relative;
  }
  .facetSelect .facetColorHex .hexcolor {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: solid 1px #ccc;
    margin-left: -5px;
  }
  .facetSelect .facetColorHex input:checked + a {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 18px;
    top: 9px;
    background: url('../images/checked2.png') transparent;
    border: none;
  }
  .facetSelect li .facetHexCountContainer {
    position: relative;
    top: 2px;
    left: 10px;
  }
}
.dd-select {
  border-radius: 2px;
  border: solid 1px #dfe0df;
  position: relative;
  cursor: pointer;
  font-size: 0.825rem;
  color: #363942;
  height: 38px;
}
.dd-select:hover {
  box-shadow: 0px 1px 5px #b1b1b1;
}
.dd-desc {
  display: block;
  overflow: hidden;
  font-weight: normal;
  line-height: 1.4em;
}
.dd-selected {
  overflow: hidden;
  display: block;
  padding: 10px;
  font-weight: normal;
  /* width: 215px; */
  white-space: nowrap;
}
.dd-pointer {
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.dd-pointer-down {
  background: #ffffff url('../images/dropdown-arrowdown.png') no-repeat 96% 45%;
  border: solid 2px #b1b1b1;
  width: 90%;
}
.dd-pointer-up {
  background: #ffffff url('../images/dropdown-arrowup.png') no-repeat 96% 45% !important;
}
.dd-options {
  width: 90% !important;
  height: 160px;
  overflow-y: auto;
  border: solid 1px #b1b1b1;
  border-top: none;
  list-style: none;
  box-shadow: 0px 1px 5px #b1b1b1;
  display: none;
  position: absolute;
  z-index: 2000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  overflow: auto;
}
.dd-options li {
  width: 100%;
}
.dd-option {
  padding: 9px 10px;
  display: block;
  border-bottom: solid 1px #b1b1b1;
  text-decoration: none;
  color: #363942;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
  border-bottom: none;
}
.dd-option:hover {
  background: #363942;
  color: #ffffff !important;
}
.dd-selected-description-truncated {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dd-option-selected {
  background: #363942;
  color: #ffffff;
}
.dd-option-text {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dd-option-image,
.dd-selected-image {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
  max-width: 64px;
}
.dd-image-right {
  float: right;
  margin-right: 15px;
  margin-left: 5px;
}
.dd-container {
  position: relative;
}
.dd-selected-text {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #363942;
}
/* keyboard navigation */
.dd-option-hover {
  background-color: #363942;
  color: #ffffff;
}
@media (min-width: 701px) and (max-width: 1000px) {
  .dd-pointer-down {
    border: solid 1px #b1b1b1;
  }
}
@media (max-width: 700px) {
  .dd-pointer-down {
    width: 99% !important;
    border: solid 1px #b1b1b1;
  }
  .dd-options {
    width: 99% !important;
  }
}
/* Product details page widgets ....*/
.breadCrumbRow {
  width: 100%;
  height: 40px;
}
.contentWrapper {
  width: 95%;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto;
  float: none!important;
}
.pd_rowHeight {
  overflow: hidden;
  min-height: 466px;
}
.pd_WrapperProdDes {
  width: 50%;
  max-width: 43.75rem;
  float: left;
  margin-bottom: 2rem;
}
.pd_wrapperDiv {
  border: solid 1px #a88a48;
  width: 94%;
  padding: 1.375rem 3%;
  position: relative;
}
.pd_wrapperDiv .shopperActions {
  width: 70%;
  height: 35px;
  position: relative;
  top: 53px;
  left: -11px;
}
.pd_wrapperDiv .shopperActions .button.primary,
.shopperActions .button.secondary {
  float: left !important;
  position: absolute;
  left: 0;
  top: -1px;
  width: 200px !important;
  height: 15px;
}
.pd_wrapperDiv .shopperActions .dropdown_primary {
  float: left !important;
  position: absolute;
  left: 210px;
  top: -19px;
  width: 200px !important;
  background: none;
  border-left: 0;
}
.pd_wrapperDiv .shopperActions .dropdown_primary > a {
  height: 35px;
  font-size: 12px;
  padding-left: 15px;
}
.pd_wrapperDiv .shopperActions .dropdown_primary :hover {
  background: #a88a48;
  color: #fff;
}
.pd_wrapperDiv .skuPricing {
  margin-top: 10px;
}
.pd_wrapperDiv .summaryAndName {
  font-weight: 400;
  font-size: 12px;
  width: 90%;
}
.pd_wrapperDiv .summaryAndName .namePartPriceContainer {
  padding-bottom: 0;
}
.pd_wrapperDiv .summaryAndName h1.main_header {
  margin-left: 0;
  padding-left: 0;
  line-height: 1.75rem;
  font-size: 1.563rem;
  width: 72%;
  padding: 0;
}
.pd_wrapperDiv .attributeSummary {
  font-size: 0.6875rem;
  margin-bottom: 0.6875rem;
}
.pd_wrapperDiv .longDesc {
  padding: 0;
  width: 72%;
  padding: 1rem 0;
}
.pd_wrapperDiv .longDesc p {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Didact Gothic';
}
.pd_wrapperDiv .ratingsSummary {
  width: 50%;
  float: left;
  margin: 0 0 0 10px;
}
.pd_wrapperDiv .ratingsSummary a {
  font-family: 'Didact Gothic' !important;
  font-size: 12px !important;
  color: #353741;
}
.pd_wrapperDiv .socialLinks {
  width: 40%;
  float: left;
  margin-top: 10px;
}
.pd_wrapperDiv .mediaGallery {
  /* margin-bottom:-35px;*/
}
#ProductAngleImagesAreaList {
  padding: 0;
}
.pd_wrapperDiv #ProductAngleImagesAreaList li {
  list-style: none;
  margin: 5px 10px;
  display: inline-block;
}
#ProductAngleImagesArea .seeMore {
  display: none;
}
.customizeShow {
  display: none;
}
.customizeHide {
  display: none;
}
.customizeProduct {
  width: 30%;
  float: right !important;
  margin-top: 58px;
  max-width: 300px;
}
.customizeProduct .heading {
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-right: 0;
  text-align: right;
  text-transform: uppercase;
}
.customizeProduct .accord-heading {
  border-bottom: solid 1px #ccc;
  width: 100%;
  cursor: pointer;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  overflow: hidden;
}
.customizeProduct .accord-heading .title_wrapper {
  width: 95%;
  float: left;
  padding: 13PX 0;
}
.customizeProduct .accord-arrow-up {
  background: url("../images/responsive/sprite.png") no-repeat -36px -13px;
  width: 6px;
  height: 4px;
  display: inline-block;
  margin-top: 18px;
  float: right;
}
.customizeProduct .accord-arrow-down {
  background: url("../images/responsive/sprite.png") no-repeat -36px -22px;
  width: 6px;
  height: 4px;
  display: inline-block;
  margin-top: 18px;
}
.customizeProduct .accord-content {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #c8c9c8;
  padding: 10px 0 7px 0;
}
.customizeProduct .accord-content ul {
  height: auto;
}
.customizeProduct .accord-content ul li {
  width: 30.87%;
  height: auto;
  background: #d8d9d9;
  text-align: center !important;
  display: inline-block;
  float: right;
  border: solid 1px #d8d9d9;
  margin: 0 0 5px 5px;
}
.customizeProduct .accord-content ul li:hover {
  background: none;
  border: solid 1px #b2b3b2;
}
.customizeProduct .accord-content ul li img {
  border-radius: 0;
  border: 0;
  max-width: 100%;
  position: relative;
  top: 6px;
  transform: scale(0.9, 0.8);
}
.customizeProduct .accord-content ul li img:hover {
  border-radius: 0;
  border: 0;
}
#skuImage {
  position: absolute;
  width: 125px;
  height: 686px;
  margin-top: 0;
  z-index: 2;
  top: 206px;
  left: 44%;
}
#skuImage .widget_product_image_viewer {
  padding: 0;
}
#skuImage .widget_product_image_viewer .image_container {
  /*position:fixed;*/
  /*width:125px;*/
  transform: scale(1.2, 1.2);
}
#skuImage .widget_product_image_viewer .image_container > img {
  margin: 0 auto;
  max-width: 100%;
}
.bullettedDescRow {
  width: 100%;
}
.sku_summary {
  width: 45%;
  height: 580px;
  float: left;
  position: relative;
}
.skuSummary {
  margin: 90px 7%;
  max-width: 285px;
  width: 100%;
}
.bullettedDescRow .stick {
  position: fixed;
  top: 100px;
}
.bullettedDescRow .highlight {
  color: #a88a48;
}
.bullettedDescRow .removeStick {
  position: absolute;
}
.skuSummary table#pDescription {
  width: 380px;
  color: #dfe0df;
  border: solid 1px #a88a48;
  border-spacing: 0;
  border-collapse: collapse;
}
.skuSummary table.pDetails {
  margin-left: 20px;
}
.skuSummary table.pDetails td {
  padding-bottom: 5px;
}
.shopperActions {
  padding-left: 0!important;
}
/*PRODUCT DETAIL BUTTONS*/
.shopperActions #add2CartBtn.button.primary,
.shopperActions #storeLocatorQuickLink.button.primary {
  /*.baskervilleRegular;*/
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
  /* .400;*/
  max-width: 194px;
  width: 100%;
  float: left;
  padding: 1rem 0px;
  letter-spacing: 1.5px;
  font-size: 0.6875rem;
  margin-top: -1px;
  color: #a58a45;
}
.shopperActions .dropdown_primary > a {
  font-size: 0.6875rem!important;
  color: #a58a45 !important;
  letter-spacing: 1.5px!important;
}
table#pDescription .widget_product_image_viewer {
  margin-top: 10px;
  position: relative;
  top: 0;
  left: inherit;
  width: 99%;
  transform: scale(0.8, 0.8);
}
table#pDescription span.price {
  color: #dfe0df !important;
}
table#pDescription span.old_price {
  color: #dfe0df !important;
}
.skuSummary table#pDescription .main_header {
  color: #dfe0df;
  font-size: 18px;
  line-height: 1.2em;
  padding: 0;
}
.skuSummary table#pDescription .breadcrumb {
  padding: 12px 0 10px 20px;
  font-size: 11px;
}
.skuSummary .shopperActions {
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: -12px;
  padding-left: 0;
  margin-left: 1px;
  padding: 0 5em;
}
.skuSummary .button.primary,
.shopperActions .button.secondary {
  width: 45% !important;
  height: 15px;
  background: transparent;
  position: absolute;
  left: -1px;
  top: 12px;
  float: left;
}
.shopperActions .dropdown_primary {
  background: transparent!important;
  border-radius: 0;
  position: relative;
  width: 100%!important;
  max-width: 194px!important;
  min-height: 16px!important;
  height: 100%;
  padding: .90rem 0;
  margin-top: -1px;
  margin-left: -1px;
}
.shopperActions .dropdown_primary .shoppping_list_content {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  word-wrap: break-word;
  left: 0 !important;
}
.skuSummary .shopperActions .dropdown_primary {
  width: 50% !important;
  background: transparent;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  right: 0;
  top: -6px;
  float: right;
}
div.namePartPriceContainer > div > span.price {
  margin-left: 0!important;
}
div#widget_breadcrumb {
  padding: 0!important;
}
.bullettedDesc {
  width: 50%;
  float: right;
  position: relative;
  left: 0;
  top: 0;
}
.bullettedDesc .contentRecommendationWidget {
  color: #a88a48;
  margin-top: 30px;
  margin-bottom: 30px;
}
.bullettedDesc ul {
  width: 100%;
  padding: 5px;
  color: #dfe0df;
  list-style: none;
  margin-top: 40px;
  float: left;
  margin-right: 20px;
}
.bullettedDesc ul li {
  list-style: none;
  margin: 10px;
}
.bullettedDesc ul li span {
  background: url("../images/responsive/sprite.png") no-repeat -71px -15px;
  width: 60px;
  height: 1px;
  float: left;
  margin-top: 8px;
}
.bullettedDesc ul li h4 {
  width: 80%;
  margin-left: 70px;
}
.bullettedDesc ul div.bulletDescription {
  margin: 20px auto 80px 70px;
}
#spec_container {
  width: 50%;
  float: right;
  position: relative;
}
.spec {
  width: 80%;
  float: right;
  margin: 70px 20% 80px 0;
  color: #dfe0df;
}
.specifications {
  border: solid 1px #4f525b;
}
.specifications .contentRecommendationWidget {
  color: #a88a48;
  position: absolute;
  top: 0;
  left: 0;
}
.specifications .onelineentry {
  border: solid 1px #4f525b;
  padding: 10px;
  margin: 2px;
}
.specifications .onelineentry .name {
  width: 30%;
  float: left;
}
.specifications .onelineentry .value {
  width: 66%;
  float: left;
  text-align: right;
}
#spec_container .warranty {
  border-right: solid 1px #4f525b;
  border-bottom: solid 1px #4f525b;
  border-left: solid 1px #4f525b;
}
#spec_container .warranty .contentRecommendationWidget {
  width: 100%;
  height: 30px;
  padding-top: 10px;
  text-align: center;
}
#spec_container .warranty ul li {
  list-style: none;
  width: 95%;
  margin-bottom: 22px;
}
#reviewRow {
  width: 100%;
}
#contentRec {
  width: 100%;
}
.relatedProducts {
  width: 100%;
  background: #e9eaeb;
}
.relatedProducts ul {
  position: relative;
  top: 30px;
}
.relatedProducts ul li {
  width: 19% !important;
}
.relatedProducts .contentRecommendationWidget {
  color: #343841;
  padding: 40px 10px 10px 10px;
  width: 200px;
  margin: 0 auto;
}
.customersAlsoViewed {
  width: 100%;
  background-image: url("../images/responsive/customers_also_bg.png");
}
.customersAlsoViewed ul li {
  width: 19% !important;
}
.customersAlsoViewed .contentRecommendationWidget {
  color: #343841;
  padding: 20px 10px;
  width: 200px;
  margin: 20px auto;
}
/*CUSTOMIZE*/
.definingAttributes .color_swatch_label {
  padding-top: 0!important;
}
@media (max-width: 1280px) {
  .pd_wrapperDiv {
    min-height: 450px;
  }
}
@media (min-width: 701px) and (max-width: 1100px) {
  .customizeProduct .accord-content ul li {
    width: 29%;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  /*  #skuImage{left:8%}
.pd_wrapperDiv{width:56%}*/
  .pd_wrapperDiv .longDesc {
    width: 70%;
  }
  .pd_wrapperDiv .summaryAndName h1.main_header {
    width: 73%;
  }
}
@media (min-width: 701px) and (max-width: 950px) {
  #availabilityDisplayDiv {
    width: 100.7%;
  }
  .shopperActions #add2CartBtn.button.primary {
    max-width: 100%;
    width: 49.5%!important;
  }
  .shopperActions .dropdown_primary {
    max-width: 100%!important;
    width: 49.5%!important;
  }
}
@media (max-width: 700px) {
  .breadCrumbRow {
    display: none;
    visibility: hidden;
  }
  .contentWrapper.pd_rowHeight {
    padding: 0;
    width: 94%;
    height: 100%;
    min-height: 200px;
  }
  .pd_WrapperProdDes {
    width: 100%;
    max-width: 100%;
    position: relative;
    float: none!important;
    margin: 90px 0 auto;
    padding: 0;
  }
  .pd_wrapperDiv .mediaGallery {
    margin-top: 155px;
  }
  .mob-heading {
    background: #dfe0df;
    width: 92%;
    padding-left: 8%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: -2px;
    cursor: pointer;
  }
  .mob-content {
    width: 100%;
  }
  .mob-arrow-up {
    background: url("../images/responsive/sprite.png") no-repeat -36px -13px;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
  }
  .mob-arrow-down {
    background: url("../images/responsive/sprite.png") no-repeat -36px -22px;
    width: 12px;
    height: 7px;
    display: inline-block;
    margin-left: 20px;
  }
  #pd_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    position: relative;
    top: 0;
    text-align: center !important;
  }
  .pd_wrapperDiv {
    border: solid 1px #a88a48;
    width: 100%;
    max-width: 280px;
    height: 283px;
    margin-left: 0;
    margin: 0 auto;
    padding: 0;
    min-height: 374px;
  }
  .pd_wrapperDiv .summaryAndName {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 412px;
    position: relative;
  }
  .pd_wrapperDiv .summaryAndName .namePartPriceContainer {
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .pd_wrapperDiv .summaryAndName h1.main_header {
    width: 100%;
    left: 0;
    font-size: 20px;
    line-height: 1.2em;
    position: relative;
    text-align: center;
  }
  .pd_wrapperDiv .attributeSummary {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 21px;
  }
  .pd_wrapperDiv .skuPricing {
    width: 100%;
    padding: 0;
    margin: 32px 0px auto;
    color: #353942 !important;
  }
  .w100 {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 112px;
  }
  .pd_wrapperDiv .skuPricing span.price {
    margin: 0 auto;
    float: none;
  }
  .pd_wrapperDiv .attributeSummary {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: 1.25rem;
  }
  .namePartPriceContainer > div > span.price {
    font-weight: normal;
    float: none;
    margin-left: 0;
    font-size: 1.313rem;
  }
  .pd_wrapperDiv #ProductAngleImagesAreaList li {
    list-style: none;
    margin: 0.3125rem 1.75rem 0.3125rem 0;
    display: inline-block;
    border: solid;
  }
  .pd_wrapperDiv .longDesc {
    display: none;
  }
  .pd_wrapperDiv .ratingsSummary {
    display: none;
  }
  .pd_wrapperDiv .shopperActions {
    width: 180%;
    height: 35px;
    left: -30%;
    position: absolute;
    top: 450px;
  }
  .pd_wrapperDiv .shopperActions .button.primary,
  .shopperActions .button.secondary {
    float: left !important;
    position: absolute;
    left: 2%;
    top: 0;
    width: 40% !important;
    height: 17px;
    font-size: 10px;
    padding-top: 10px;
  }
  .pd_wrapperDiv .shopperActions .dropdown_primary {
    float: left !important;
    position: absolute;
    left: 45%;
    top: -18px;
    width: 45% !important;
    font-size: 10px;
  }
  .pd_wrapperDiv .shopperActions .dropdown_primary > a {
    position: relative;
    height: 35px;
    font-size: 10px;
    padding-left: 0;
    min-width: 128px;
  }
  .shopperActions .dropdown_primary .shoppping_list_content {
    left: 2px !important;
    top: 2px;
  }
  .pd_wrapperDiv .shopperActions .dropdown_primary :hover {
    background: #a88a48;
    color: #fff;
  }
  .pd_wrapperDiv .socialLinks {
    margin: 25px auto 10px;
    float: none;
  }
  #ProductAngleImagesArea {
    width: 100%;
  }
  #ProductAngleImagesArea .seeMore {
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    margin: 1em auto;
  }
  .pd_wrapperDiv #ProductAngleImagesAreaList {
    position: relative;
    top: 5px;
    width: 53vh;
    left: -12vh;
    text-align: center;
    background-color: #ccc;
  }
  .pd_wrapperDiv #ProductAngleImagesAreaList li {
    margin: 4px;
    cursor: pointer;
    float: left;
    border: none;
  }
  .sku_summary {
    display: none;
  }
  #skuImage {
    margin-left: 0;
    top: -57px;
    position: absolute;
    text-align: center !important;
    margin: auto;
    left: 0;
    right: 0;
  }
  #skuImage .widget_product_image_viewer .image_container {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0.8, 0.8);
    top: -64px;
  }
  #skuImage .widget_product_image_viewer .image_container > img {
    margin: 0 auto !important;
    max-width: 100%;
    WIDTH: 135px;
    height: 600px;
  }
  .pd_wrapperDiv .customizeShow {
    border: solid 1px #a88a48;
    text-align: center;
    color: #a88a48;
    cursor: pointer;
    display: block;
    width: 140px;
    height: 18px;
    padding: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
    left: 219px;
    top: 60px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    border-top: none;
  }
  .pd_wrapperDiv .customizeShow:hover {
    background: #a88a48;
    color: #dfe0df;
    display: block;
  }
  .customizeHide {
    width: 16px;
    height: 16px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 43px;
    display: block;
  }
  .customizeProduct {
    background: #dfe0df;
    opacity: 0.98;
    filter: alpha(opacity=98);
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    float: none!important;
    max-width: none;
    z-index: 100;
    top: 0;
  }
  .customizeProduct .heading {
    text-align: left;
    float: left;
    margin-top: 46px;
    margin-bottom: 16px;
  }
  .customizeProduct .accord-heading {
    border-bottom: solid 1px #c8c9c8;
    margin-top: 0;
    text-align: left;
  }
  .customizeProduct .accord-heading .title_wrapper {
    width: 95%;
    float: left;
  }
  .customizeProduct .fa-sort-asc {
    background: url("../images/responsive/sprite.png") no-repeat -36px -13px;
    width: 6px;
    height: 4px;
    display: inline-block;
    margin-top: 16px;
    float: right;
  }
  .customizeProduct .fa-sort-desc {
    background: url("../images/responsive/sprite.png") no-repeat -36px -22px;
    width: 6px;
    height: 4px;
    display: inline-block;
    margin-top: 16px;
    float: right;
  }
  .customizeProduct .accord-content {
    width: 100%;
    overflow: hidden;
  }
  .customizeProduct .accord-content ul li {
    width: 31%;
    height: auto;
    background: #d8d9d9;
    text-align: center !important;
    display: inline-block;
    float: left;
    border: solid 1px #d8d9d9;
    margin: 0 5px 5px 0px;
  }
  .definingAttributes {
    width: 88%!IMPORTANT;
    padding: 0 6%!important;
  }
  .definingAttributes {
    width: 93%;
    padding: 0;
    margin: auto;
  }
  .relatedProducts ul li {
    width: 49% !important;
  }
  .customersAlsoViewed {
    background-image: url("../images/responsive/customers_also_bg.png");
  }
  .customersAlsoViewed ul li {
    width: 49% !important;
  }
  .skuSummary table#pDescription {
    display: none;
  }
  .bullettedDesc {
    width: 90%;
    margin: 10px 5%;
    background: #f5f5f5;
  }
  .bullettedDesc .contentRecommendationWidget {
    display: none;
  }
  .bullettedDesc ul {
    width: 90%;
    color: #353942;
    list-style: none;
    margin: 20px auto 0;
    float: none;
  }
  .bullettedDesc ul li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .bullettedDesc ul li span {
    display: none;
  }
  .bullettedDesc ul li h4 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    line-height: 1.8em;
  }
  .bullettedDesc ul div.bulletDescription {
    margin: 10px 0;
    text-align: center;
  }
  #spec_container {
    width: 90%;
    float: none;
    margin: 40px auto;
  }
  .spec {
    width: 99%;
    float: none;
    margin: 0;
  }
  .specifications .contentRecommendationWidget {
    display: none;
  }
  .relatedProducts .primary_mobile {
    width: 80px !important;
    left: 15px !important;
  }
  .relatedProducts .product_name {
    padding: 2px 5px !important;
  }
  .relatedProducts .product_name a {
    font-size: 10px !important;
  }
  .customersAlsoViewed .primary_mobile {
    width: 80px !important;
    left: 15px !important;
  }
  .customersAlsoViewed .product_name {
    padding: 2px 5px !important;
  }
  .customersAlsoViewed .product_name a {
    font-size: 10px !important;
  }
  #storeLocatorQuickLink.button.primary {
    float: none!important;
    margin-top: -29px !important;
  }
}
@media (min-width: 480px) and (max-width: 700px) {
  .shopperActions {
    padding-left: 10px;
    width: 392px;
    left: 0;
    right: 0;
    margin: 232px auto 150px;
  }
}
@media (max-width: 479px) {
  .w100 {
    top: 154px;
  }
  .pd_wrapperDiv .socialLinks {
    width: 50%;
  }
  .shopperActions {
    padding-left: 10px;
    width: 303px;
    left: 0;
    right: 0;
    margin: 350px auto 160px;
  }
  .shopperActions #add2CartBtn.button.primary {
    max-width: 135px;
    width: 100%;
    float: left;
    padding: 1rem 0px;
    letter-spacing: 1.5px;
    font-size: 0.6875rem;
    display: inline-block;
  }
  .shopperActions .dropdown_primary {
    max-width: 135px!important;
    margin-left: -31px;
  }
  .pd_wrapperDiv {
    max-width: 186px!important;
    height: 270px!important;
    min-height: 321px;
  }
  .pd_wrapperDiv .customizeShow {
    left: 67%!important;
    top: 61px!important;
    border-top: none!important;
  }
}
#reviewRow #reviewsTitleId {
  color: #a88a48;
  position: absolute;
  top: 20px;
  left: 0;
}
#reviewRow .reviews {
  width: 50%;
  float: right;
  position: relative;
  left: 0;
  top: 0;
}
#reviewRow .reviews .BVBrowserWebkit {
  width: 80%;
  float: right;
  margin: 80px 20% 80px 0;
}
#reviewRow .reviews .BVRRDisplayContentReview {
  border: solid 1px #4f525b;
  padding: 1rem;
  color: #dfe0df;
}
#reviewRow .reviews .BVRRReviewDateContainer {
  top: 88px;
}
#reviewRow .reviews .BVRRReviewText {
  font-family: "Baskerville Regular", 'Times New Roman', Times, serif, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 0.775rem;
}
#createreviewoverlay {
  display: none;
  position: absolute;
  width: 80%;
  height: 600px;
  background-color: #dfe0df;
  z-index: 1000;
  padding: 5px;
  box-shadow: 2px 2px 2px #000;
}
#BVSubmissionContainer {
  overflow: auto;
  width: 94% !important;
  height: 540px !important;
  margin: 0 auto !important;
  padding: 3%;
  background: #ffffff;
}
.BVMESectionHeader {
  font-size: 14px !important;
}
.BVMEStaticTip {
  background-color: #f7f7f7;
  font-size: 10px!important;
  line-height: 1.2em !important;
  padding: 10px !important;
  width: 42% !important;
}
.BVFieldRequired .BVFieldTextArea {
  font-size: 12px !important;
  width: 50% !important;
}
.BVFieldRequired .BVFieldText {
  width: 80% !important;
}
.BVFieldTextArea {
  width: 80% !important;
}
@media (max-width: 700px) {
  #reviewRow #reviewsTitleId {
    left: 45%;
  }
  #reviewRow .reviews {
    width: 100%;
    float: none;
    left: 0;
    top: 0;
  }
  #reviewRow .reviews .BVBrowserWebkit {
    width: 90%;
    float: none;
    margin: 10px 5%;
  }
  #createreviewoverlay {
    width: 90%;
    height: auto;
    margin: 10px 5%;
  }
}
/*** RWD-A ***/
@media (max-width: 700px) {
  /* Carousel */
  .contentCarouselWidget {
    overflow: hidden;
  }
}
