@import "https://fonts.googleapis.com/css?family=Cinzel|Raleway";

.newtitle {
  display: none !important;
}

.CoordinatingFabrics {
  margin: 25px 0;
  clear: both;
}

.CoordinatingFabricsRotatorSlider {
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  width: 100%;
}

.CoordinatingFabrics .owl-item {
  padding: 0 10px 0 0;
}

.CoordinatingFabricsHeading {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 0;
  margin-bottom: 10px;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#divworkspacearea {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 10px 20px 10px;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
}

.HomePageForm #divworkspacearea {
  max-width: 100%;
  padding: 0;
}

*:focus {
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

/* Header */

#mobilebar {
  width: 100%;
  background-color: #000;
}

.mobilebarsocial {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  float: left;
}

.mobilebarsocial li {
  list-style: none;
  display: inline;
  margin-right: 3px;
}

.mobilebarsocial li a {
  color: #fff;
}

.mobilebarnav {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 16px;
  float: right;
}

.mobilebarnav li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
}

.mobilebarnav li:hover {
  cursor: pointer;
}

.mobilebarnav li a {
  color: #fff;
  z-index: 2;
  position: relative;
  text-decoration: none;
}

.mobilebarnav li a:hover {
  color: #676767;
  text-decoration: none;
}

.mobilebarnav ul li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: opacity 0.5s, top 1s, visibility 0.5s;
  -moz-transition: opacity 0.5s, top 1s, visibility 0.5s;
  -ms-transition: opacity 0.5s, top 1s, visibility 0.5s;
  transition: opacity 0.5s, top 1s, visibility 0.5s;
  z-index: -1;
}

.mobilebarnav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  right: 0px;
  top: 35px;
  background: #000000;
  padding-bottom: 25px;
  z-index: 1;
}

.mobilebarnav ul li ul li {
  width: 121px;
  margin-left: 0;
  display: block;
  position: relative;
  clear: both;
  top: 17px;
  width: 100%;
}

.mobilebarnav ul li ul li a {
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.headerlogo {
  margin-top: 25px;
}

.headerlogo img {
  max-width: 100%;
  height: auto;
}

.topnav {
  text-align: right;
}

.topnav ul {
  list-style: none;
  margin: 10px 0;
}

.topnav li {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 10px;
  font-size: 12px;
}

.topnav li:last-child {
  border-right: 0;
  padding-right: 0;
}

.topnav li a {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #000;
  text-decoration: none;
}

.topnav li a:hover {
  text-decoration: underline;
}

.headersearch {
  margin-top: 10px;
  float: right;
}

.headersearch input {
  width: 280px;
  height: 33px;
  background: #f2f2f2;
  color: #999;
  padding: 0 10px;
  float: left;
  border: 0;
}

.searchbutton {
  height: 33px;
  background: #d9d9d9;
  float: left;
}

.searchbutton span {
  padding: 8px 20px;
}

.mainnavbg {
  width: 100%;
  background: #323232;
  margin: 20px 0;
}

#mainnav {
  margin: 10px 0;
  list-style: none;
  text-align: center;
}

#mainnav li {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
}

#mainnav li a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #d9d9d9;
  text-decoration: none;
}

#mainnav .clearancenav {
  color: #dd5e5e;
}

#mainnav li > ul {
  display: none;
}

#mainnav li:hover {
  background-color: #d9d9d9; /* #c74040;*/
}

#mainnav li:hover ul {
  display: block;
  background: #323232;
  position: absolute;
  top: 38px;
  left: 30px;
  text-align: left;
  padding-bottom: 10px;
  z-index: 200;
}

#mainnav li > ul > li {
  width: 150px;
  display: inline-block;
  padding: 8px 0 8px 10px;
}

#mainnav > li:hover > a, #mainnav li:hover > ul > li:hover > a {
  color: #000;
}

#mobilenav {
  line-height: 43px;
  line-height: 43px;
  text-align: center;
  background: rgb(57, 57, 57);
  background: rgba(5255, 255, 255, 0.1);
}

#mobilenav ul {
  list-style: none;
}

#mobilenav ul li {
  display: block;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 200;
}

#mobilenav li ul {
  display: none;
}

#mobilenav ul li a {
  display: block;
  background: #323232;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}

#mobilenav ul li:hover a {
  text-decoration: none;
}

#mobilenav li ul {
  width: 100%;
  position: absolute;
  z-index: 200;
}

#mobilenav li li {
  width: 100%;
  clear: both;
}

#mobilenav li > ul li a {
  background-color: #323232;
  position: relative;
  border-top: 1px solid #292929;
  height: 35px;
  line-height: 35px;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 200;
}

#mobilenav li > ul li a:hover {
  color: #9f9f9f;
}

#mobilenav .clearancenav {
  color: #dd5e5e !important;
}

/* End Header */

/* Body */

.homebanner {
  margin: 10px 0;
}

.homebanner img {
  width: 100%;
  height: auto;
}

#homebannerslides .owl-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -26px;
}

.brandslider {
  text-align: center;
  margin-bottom: 10px;
}

.brandslider ul {
  list-style: none;
}

.brandslider li {
  display: inline-block;
}

.brandslider span {
  display: none;
}

.bannerbg {
  width: 100%;
  background: #f2f2f2;
}

.bannercontent {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 40px 0;
  padding-bottom: 15px;
  float: left;
}

.bannerimg img {
  width: 100%;
  height: auto;
}

.bannercontenttext {
  padding-left: 10px;
  float: left;
}

.bannercontenttext p {
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  color: #8f8f8f;
  /*	text-transform: uppercase; */
  padding: 5px 0;
}

.bannercontenttextlarge {
  font-size: 20px;
  color: #303030;
  text-transform: uppercase;
}

.bannercontentbutton {
  margin: 20px 15px;
  float: right;
}

.bannercontentbutton a {
  background: #424242;
  font-size: 13px;
  color: #e6e7e7;
  border: 0;
  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.categorycontent {
  background: #fff;
  padding: 30px 10px;
  margin-bottom: 50px;
  float: left;
}

.categorybanner {
  background: #fff;
  margin-bottom: 20px;
}

.categorybanner a {
  text-decoration: none;
}

.categoryimg {
  margin-bottom: 10px;
}

.categoryimg img {
  width: 100%;
  height: auto;
}

.categorytext {
  font-family: Arial, sans-serif;
  text-align: center;
}

.categorytext p {
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  /*	line-height: 22px; */
  color: #8f8f8f;
}

.categorytextlarge {
  font-size: 18px;
  font-weight: normal;
  color: #303030;
  text-transform: uppercase;
}

.categorytextsmall p {
  font-size: 14px;
  /*	line-height: 16px; */
  color: #303030;
}

.ProductInfoSpanName.ProductInfoSpanNameProductDescription {
  display: none;
}

.cficenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.cfi-button-red {
  color: #fff !important;
  background-color: #f44336 !important;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.cfi-button-black {
  background-color: #424242;
  color: #e6e7e7;
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

/* End Body */

/* Footer */

.footermain {
  width: 100%;
  background: #f2f2f2;
  margin-top: 25px;
  padding-bottom: 50px;
}

.footercolumn {
  font-family: Arial, sans-serif;
  padding: 20px 0 20px 20%;
}

.footerheading {
  font-size: 18px;
  line-height: 33px;
  font-weight: normal;
  color: #2b2b2b;
}

.footercolumn p {
  font-size: 13px;
  line-height: 20px;
  color: #5c5c5c;
}

.footercolumn p a {
  color: #5c5c5c;
  text-decoration: none;
}

.footercolumn p a:hover {
  text-decoration: underline;
}

.footercolumn ul {
  list-style: none;
}

.footercolumn li {
  display: block;
  padding-bottom: 5px;
}

.footercolumn li a {
  font-size: 13px;
  color: #5c5c5c;
  text-decoration: none;
}

.footercolumn li a:hover {
  text-decoration: underline;
}

.footersocialmedia {
  margin-top: 30px;
  text-align: center;
}

.footersocialmedia ul {
  list-style: none;
}

.footersocialmedia li {
  display: inline-block;
  padding: 0 8px;
}

.footersocialmedia li a {
  display: block;
  color: #424242;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footersocialmedia li a:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.5, 1.5);
}

.footercopyright {
  margin: 10px 0 20px 0;
  text-align: center;
}

.footercopyright p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #777;
}

.footercopyright p a {
  color: #777;
  text-decoration: none;
}

.footercopyright p a:hover {
  text-decoration: underline;
}

#seocontentbox {
  max-width: 100%;
  border: 1px solid #303030;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

#seocontentbox p {
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #303030;
}

.ProductThumbnailParagraphCompare {
  display: none !important;
}
.OnSaleKey {
  display: none !important;
}
.ProductThumbnailParagraphCompare a {
  display: none !important;
}
.ProductThumbnailDetails .ProductThumbCheckBox {
  display: none !important;
}

/* Footer - Social Media */

.fa-facebook,
.fa-facebook-square,
.fa-facebook-official {
  color: #3b5998;
}
.fa-instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-twitter,
.fa-twitter-square {
  color: #00aced;
}
.fa-pinterest,
.fa-pinterest-square {
  color: #cb2027;
}

/* End Footer */
#homebannerslides {
  position: relative;
  z-index: 100;
}

.categorypictitle {
  position: absolute;
  bottom: 55px;
  right: 0;
}
.categorypictitle h1 {
  font-size: 32px;
  font-weight: normal;
  color: #2a2a2a;
  display: inline-block;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 20px 8px 20px;
}

.leatherQualityImage img {
  max-width: 100%;
  height: auto;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 400px) {
  .headerlogo {
    text-align: center;
    margin-bottom: 20px;
  }

  .topnav {
    text-align: center;
    padding-bottom: 10px;
  }

  .headersearch {
    width: 295px;
    margin: 10px auto;
    float: none;
  }

  .headersearch input {
    width: 220px;
  }

  .bannercontent {
    padding-bottom: 5px;
    margin: 10px 0;
  }

  .bannercontenttext {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  .bannercontenttext p {
    font-size: 12px;
  }

  .bannercontenttextlarge {
    font-size: 17px;
  }

  .bannercontentbutton {
    float: none;
    text-align: center;
  }

  .footermain {
    padding-bottom: 10px;
  }

  .footercolumn {
    padding: 20px 0 10px 10px;
  }
}

@media screen and (min-width: 401px) and (max-width: 767px) {
  .headerlogo {
    text-align: center;
    margin-bottom: 20px;
  }

  .topnav {
    text-align: center;
    padding-bottom: 10px;
  }

  .headersearch {
    width: 355px;
    margin: 15px auto;
    float: none;
  }

  .bannercontent {
    margin: 20px 0;
    padding-bottom: 65px;
    float: none;
  }

  .footermain {
    padding-bottom: 10px;
  }

  .footercolumn {
    padding: 20px 0 10px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 840px) {
  .searchbutton span {
    padding: 8px 10px;
  }

  #mainnav {
    text-align: left;
  }

  #mainnav li {
    padding: 10px 8px;
  }

  #mainnav li:hover ul {
    left: -2px;
  }

  .bannercontenttext {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  .bannercontenttext p {
    font-size: 12px;
  }

  .bannercontenttextlarge {
    font-size: 17px;
  }

  .bannercontentbutton {
    float: none;
    text-align: center;
  }

  .footerheading {
    font-size: 17px;
  }
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
  #mainnav {
    text-align: left;
  }

  #mainnav li {
    padding: 10px 10px;
  }

  #mainnav li:hover ul {
    left: 5px;
  }

  .bannercontenttext {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  .bannercontentbutton {
    float: none;
    text-align: center;
  }

  .footerheading {
    font-size: 17px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1190px) {
  #mainnav li {
    padding: 10px 20px;
  }

  #mainnav li:hover ul {
    left: 5px;
  }

  .bannercontenttext p {
    font-size: 12px;
  }

  .bannercontenttextlarge {
    font-size: 17px;
  }
}

/* Item Information Page Edits */

.launchsectionalplannerLink {
  display: none;
}

.CustomizeFilterULOptionArea > li a {
  display: inline;
}

/* End Item Information Page Edits */

/* 64458 9/15/20 JD */
.CustomizeFilterListBACKOPTIONS .CustomizeCoversContainer .CustomizeFilterDiv,
.CustomizeFilterListARMOPTIONS .CustomizeCoversContainer .CustomizeFilterDiv,
.CustomizeFilterListBASEOPTIONS .CustomizeCoversContainer .CustomizeFilterDiv {
  display: none;
}

.ProductThumbnailIconNew:before {
  content: "NEW";
  font-size: 18px;
  margin-top: 5px;
  display: block;
}

