body.home-page {
  overflow: hidden auto;
}

.tc-pagebuilder .homepage-slider .container-fluid .row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tc-pagebuilder .modal-content h4,
.tc-pagebuilder .modal-content p {
  margin: 0;
}

.tc-pagebuilder .home-page-content .category-header .modal-content p {
  font-size: 14px;
}

.home-page-content .category-header h1,
.home-page-content .category-header h2,
.home-page-content .category-header h3,
.home-page-content .category-header .home-heading,
.home-page-content .category-header .departmant-container p {
  font-family: "Open Sans";
  color: #000 !important;
}

.home-slide1,
.home-slide2,
.home-slide3 {
  background-size: cover;
}

.home-slide1 {
  background-image: url("/assets/images/new-home/slider/202012/banner-winter-sale-desktop.jpg");
  background-position: 50%;
}
.home-slide2 {
  background-image: url("/assets/images/banners/home_page_banners/MainSlider/january2020/therighttypeoflighting-full-opt.jpg");
}
.home-slide3 {
  background-image: url("/assets/images/banners/home_page_banners/MainSlider/january2020/stylishlightdesigns-full-opt.jpg");
  background-position: 100% 50%;
}
@media all and (max-width: 1024px) {
  .home-slide1 {
    background-image: url("/assets/images/new-home/slider/202012/banner-winter-sale-bg.jpg");
    background-position: 50%;
    background-size: cover;
  }
  .home-slide1 .slider-caption {
    position: absolute;
    bottom: 20px;
  }
  .home-slide1 .slider-caption img {
    width: 60%;
    bottom: 0;
  }
  .home-slide2 {
    background-image: url("/assets/images/banners/home_page_banners/MainSlider/december2019/newyearnewstyleslider-opt.jpg");
    background-position: 50%;
    background-size: cover;
  }
  .home-slide3 {
    background-image: url("/assets/images/banners/home_page_banners/MainSlider/december2019/sliderendofyear-opt.jpg");
    background-position: 50%;
    background-size: cover;
  }
}

.sale-column {
  background: #f7f9f9;
  margin-top: -10px;
  padding-bottom: 150px;
}
.sale-box-image-left {
  position: absolute;
  top: -256px;
  left: -210px;
  z-index: 2;
}
.sale-box-image-right {
  position: absolute;
  top: -256px;
  right: -117px;
  z-index: 2;
}
.sale-box-wrapper {
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, #e0af53, #fef2a2, #e0af53);
  padding: 2px;
}
.sale-box {
  background: #f7f9f9;
  padding: 1rem;
  text-transform: uppercase;
  width: 100%;
}
.sale-box-inner {
  margin: 12px;
}
.home-page-content .category-header .sale-box h2 {
  font-size: 45px;
  margin-top: 32px;
}
.home-page-content .category-header .sale-box h3 {
  font-size: 43px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 50px;
}
.sale-box a {
  border: 2px solid transparent;
  background: linear-gradient(45deg, #a28a54, #c4a965, #a28a54);
  display: inline-block;
  color: #fff;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  padding: 12px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
.sale-box a:hover,
.sale-box a:active {
  color: #000;
  border: 2px solid #000;
  transition: 0.3s;
}
.home-heading {
  height: 256px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 180px;
}
.home-page-content .category-header .home-heading h1 {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.home-page-content .category-header .heading-light {
  font-size: 42px;
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.home-page-content .category-header .heading-strong {
  font-size: 46px;
  font-weight: 700;
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.gatsby-section,
.joshua-section {
  font-family: "Open Sans";
  text-transform: uppercase;
  background-repeat: no-repeat;
  margin: 0 auto;
  max-width: 1920px;
  padding-bottom: 100px;
}
.gatsby-section {
  background-image: url(/assets/images/new-home/gl-background-opt.jpg);
}
.gj-section-inner {
  height: 568px;
}
.section-float-left {
  float: left;
  margin-top: 40px;
  width: 600px;
}
.section-float-right {
  float: right;
  width: 470px;
}
.joshua-section {
  background-image: url(/assets/images/new-home/jm-background-opt.jpg);
  background-position-x: 100%;
}
.home-page-content .category-header .gatsby-section h1,
.home-page-content .category-header .joshua-section h1 {
  font-size: 45px;
  font-weight: 600;
}
.home-page-content .category-header .gatsby-section p,
.home-page-content .category-header .joshua-section p {
  font-size: 31px;
  font-weight: 400;
  margin: 15px 0 1em;
}
.gatsby-section img,
.joshua-section img {
  max-width: 100%;
  margin-bottom: 0;
}
.gatsby-section a,
.joshua-section a {
  text-decoration: none;
}
.brands-button {
  background: 0 0;
  border: 3px solid #000;
  color: #000;
  font-size: 38px;
  margin: 30px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: 0.3s;
}
.brands-button:hover,
.brands-button:active {
  border: 3px solid transparent;
  background: linear-gradient(45deg, #a28a54, #c4a965, #a28a54);
  color: #fff;
  transition: 0.3s;
}
.departmant-container {
  max-width: 1400px;
  margin: 50px auto 100px;
}
.home-page-content .category-header .departmant-container p {
  font-size: 20px;
  margin-top: -15px;
}
.fixed-size-box {
  height: 227px;
  width: 165px;
  border: 1px solid #d5d5d5;
  margin: 53px auto;
  transition: 0.3s;
}
.fixed-size-box + p {
  text-align: center;
}
.fixed-size-box:hover,
.fixed-size-box:active {
  border: 1px solid #000;
  transition: 0.3s;
}
.fixed-size-box img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.row-spacing {
  margin: 100px auto;
}
#home .header-specials {
  color: #000;
}
#home .btn {
  border-color: #999;
  background-color: #999;
}
#home .product-item:hover .btn:first-child {
  background: #e95f2e;
  border-color: #e95f2e;
}
#home .product-item .name:hover {
  color: #a28a54;
}
#home .product-item .btn:hover {
  color: #e95f2e;
  background: #fff !important;
  border: 1px solid #e95f2e;
}
#home .product-item .btn:hover {
  color: #e95f2e !important;
}

.featured-banner {
  position: relative;
  text-align: center;
}

.featured-banner img {
  height: 352px;
  object-fit: cover;
}

.featured-banner .btn-wrapper {
  position: absolute;
  bottom: 75px;
  height: 0;
  width: 100%;
}

.featured-banner .btn-wrapper a {
  text-decoration: none;
}

@media all and (max-width: 1169px) {
  .home-page-content .category-header .sale-box h2 {
    font-size: 32px;
    margin-top: 32px;
  }
  .home-page-content .category-header .sale-box h3 {
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 50px;
  }
  .home-page-content .category-header .sale-box a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    padding: 12px 10px;
  }
}
@media all and (max-width: 991px) {
  .home-heading {
    height: 148px;
  }
  .home-page-content .category-header .home-heading h1 {
    font-size: 36px;
  }
  .sale-box-image-left {
    top: -169px;
    left: -148px;
  }
  .sale-box-image-right {
    top: -169px;
    right: -84px;
  }
  .home-page-content .category-header .sale-box h2 {
    font-size: 30px;
  }
  .home-page-content .category-header .sale-box h3 {
    font-size: 28px;
  }
  .section-float-left {
    width: 500px;
  }
  .section-float-right {
    width: 500px;
  }
  .featured-banner img {
    height: 40vw;
  }
}
@media all and (max-width: 767px) {
  .home-heading {
    padding: 0 20px;
  }
  .home-heading h1 {
    margin: 30px 0 10px;
  }
  .home-page-content .category-header .heading-light {
    font-size: 36px;
  }
  .home-page-content .category-header .heading-strong {
    font-size: 38px;
  }
  .sale-column {
    padding-bottom: 25px;
  }
  .sale-box-wrapper {
    margin: 25px 0;
  }
  .sale-box-image-left {
    top: 2px;
    left: -10px;
  }
  .sale-box-image-right {
    top: 2px;
    right: -10px;
  }
  .gj-section-inner {
    height: 368px;
  }
  .section-float-left {
    width: 100%;
  }
  .section-float-right {
    width: 100%;
  }
  .gatsby-section,
  .joshua-section {
    background-size: cover;
    background-position: center;
  }
  .gatsby-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/assets/images/new-home/gl-background.jpg);
  }
  .joshua-section {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/assets/images/new-home/jm-background.jpg);
  }
  .home-page-content .category-header .gatsby-section h1,
  .home-page-content .category-header .joshua-section h1 {
    font-size: 26px;
  }
  .home-page-content .category-header .gatsby-section p,
  .home-page-content .category-header .joshua-section p {
    font-size: 18px;
    margin-top: 10px;
  }
  .brands-button {
    border: 2px solid #000;
    font-size: 22px;
    margin: 10px;
  }
  .brands-button:hover,
  .brands-button:active {
    border: 2px solid transparent;
  }
  .fixed-size-box img {
    top: -52px;
  }
  .featured-banner .btn-wrapper {
    bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  .featured-banner .btn-wrapper {
    bottom: 40px;
  }
  .featured-banner .brands-button {
    padding: 2px 8px;
  }
}
