.paint-it-black {
  background-color: #000 !important;
}
.vat-delivery-container {
  display:none;
}
.header-container, #popular-crystal-ranges, #new-crystal-ranges, #popular-product-ranges {
  background-color:#000;
}
.search, .header-container header .wrapper>ul li a, .header-container header .wrapper nav ul li a, #popular-crystal-ranges h2, #popular-crystal-ranges ul#crystal-ranges li a p,
#new-crystal-ranges h2, #new-crystal-ranges ul#new-ranges li a p,
#popular-product-ranges h2, #popular-product-ranges ul#product-ranges li a p,
.footer-container footer ul li a {
  color:#FFF !important;
}
.header-container header .wrapper nav ul li a {
  font-size: 0.8rem;
}
#home-slider-container .lSAction .lSPrev, #home-slider-container .lSAction .lSNext {
  background-color:#000;
  border: 2px solid #FFF;
  border-radius: 30px;
  padding:22px;
}

#home-slider-container .wrapper ul li a .slider-content {
  padding-left: 5%;
}
#home-slider-container .wrapper ul li a .slider-content h6 {
  text-align: left;
  padding: 0 0px 5px 0px;
  border: none !important;
}
#home-slider-container .wrapper ul li a .slider-content p:nth-of-type(1) {
  text-align: left;
  margin-top:40px;
  font-size: 3.5rem;
  line-height: 4rem;
}
#home-slider-container .wrapper ul li a .slider-content p:nth-of-type(2) {
  background-color: #BFA677 !important;
  border:1px solid #BFA677 !important;
  color: #FFF !important;
  padding: 20px 80px;
}

#home-slider-container .wrapper ul li a .slider-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: left;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: start;
}

#popular-crystal-ranges h2:before,
#popular-crystal-ranges h2:after,
#new-crystal-ranges h2:before,
#new-crystal-ranges h2:after,
#popular-product-ranges h2:before,
#popular-product-ranges h2:after {
  background-color: #BFA677;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 43%;
}

#popular-crystal-ranges h2:before,
#new-crystal-ranges h2:before,
#popular-product-ranges h2:before {
  right: 1rem;
  margin-left: -50%;
}

#popular-crystal-ranges h2:after,
#new-crystal-ranges h2:after,
#popular-product-ranges h2:after {
  left: 1rem;
  margin-right: -50%;
}

#popular-crystal-ranges ul#crystal-ranges li a img,
#popular-product-ranges ul#product-ranges li a img {
  max-height: 250px;
}
#new-crystal-ranges ul#new-ranges li a img {
  max-height: 200px;
}
#popular-crystal-ranges ul#crystal-ranges li a p,
#new-crystal-ranges ul#new-ranges li a p,
#popular-product-ranges ul#product-ranges li a p {
  font-size: 1.1rem;
}
#popular-crystal-ranges ul#crystal-ranges li a p:nth-of-type(1) {
  margin-bottom: 20px;
}
#new-crystal-ranges ul#new-ranges li a p:nth-of-type(1) {
  margin-bottom: 0px;
  min-height: 100px;
}
#popular-product-ranges ul#product-ranges li a p:nth-of-type(1) {
  margin-bottom: 0px;
  line-height:1.6rem;
  min-height: 120px;
  font-size: 1rem;
}
#popular-crystal-ranges ul#crystal-ranges li a p:nth-of-type(2),
#new-crystal-ranges ul#new-ranges li a p:nth-of-type(2),
#popular-product-ranges ul#product-ranges li a p:nth-of-type(2) {
  background-color: #BFA677 !important;
  border:1px solid #BFA677 !important;
  color: #FFF !important;
  padding: 20px;
  width: 50%;
  font-size:0.9rem;
  text-align: center;
  margin: 0 auto;
}
#popular-product-ranges ul#product-ranges li a p:nth-of-type(1) span {
  color: red;
}
#full-video-block {
  width: 100%;
  max-height: 500px;
  padding: 50px 0px;
  background-color: #000 !important;
}
#full-video-block .poster-holder {
  height: 500px;
}
#full-video-block .poster-holder img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(33%) saturate(0%);
}
#full-video-block .poster-text {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#full-video-block .poster-text img {
  width: 60px;
  height:60px;
}

#full-video-block .poster-text p, #full-video-block .poster-text h2 {
  color:#FFF;
}
#gold-boxes {
  border-top:1px solid #BFA677;
  border-bottom:1px solid #BFA677;
  background-color:#000;
  margin: 40px 0px 0px 0px;
}
#box-block {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

#box-block p {
  color: #FFF;
  width: 100%;
  margin: 0;
  padding: 80px 50px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
}

#box-block p:nth-of-type(1) {
  border-left:1px solid #BFA677;
  border-bottom:1px solid #BFA677;
  border-right:1px solid #BFA677;
}
#box-block p:nth-of-type(2) {
  border-left:1px solid #BFA677;
  border-top:1px solid #BFA677;
  border-right:1px solid #BFA677;
}
#box-block p:nth-of-type(3) {
  border-left:1px solid #BFA677;
  border-top:1px solid #BFA677;
  border-right:1px solid #BFA677;
}

@media (min-width: 768px){
  #box-block {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }

  #box-block p:nth-of-type(1) {
    border-left:1px solid #BFA677;
    border-right:1px solid #BFA677;
    border-bottom:0;
  }
  #box-block p:nth-of-type(2) {
    border-right:1px solid #BFA677;
    border-top:0;
    border-left:0;
  }
  #box-block p:nth-of-type(3) {
    border-right:1px solid #BFA677;
    border-top:0;
    border-left:0;
  }
}

.footer-container {
  background-color: #3C3C3B;
}
.footer-container img {
  max-width: 260px;
  margin-bottom: 20px;
}

.footer-container footer .footer-nav {
  width: 100%;
  justify-content: space-evenly;
  margin-top:20px;
}

.footer-container footer .footer-nav a {
  line-height: 2rem;
}

.footer-container footer .footer-nav h5 {
  color:#FFF;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align:left;
  font-family: "hk_novamedium",helvetica,arial,sans-serif;
  text-transform: uppercase;
}

.footer-container footer ul.footer-nav li.large {
  width:50%;
  text-align: left;
}

.footer-container footer ul.footer-nav li.small {
  width:25%;
  text-align: left;
}

.footer-container footer ul.footer-nav li ul {
  width:100%;
  display:block;
}

.footer-list-container {
  justify-content: space-evenly;
  display: flex;
}

.footer-container footer .wrapper span#cards {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer-container footer .wrapper #main-details
  {
    padding: 30px 0;
  }
}
