@font-face {
	font-family: "San Francisco";
	font-weight: 400;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

@font-face {
	font-family: "San Francisco";
	font-weight: 600;
	src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

body {
	font-family: "San Francisco";
	color: #363E46;
}

body.menu-open {
  overflow-y: hidden;
}

#mobile-menu {
    position: absolute;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2e2e2e;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}

#mobile-menu.active {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2e2e2e;
    opacity: 1;
    z-index: 10;
}

#mobile-menu a {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 14px;
    letter-spacing: 1px;
    color: #fefefe;
}

.close-menu {
    position: absolute;
    right: 36px;
    top: 28px;
    color: #fefefe;
}

a {
	color: #ce1f26;
}

a:hover, a:focus {
  color: #87181b;
}

.login {
	background: #FDFDFD;
	height: 100vh;
	min-height: 400px;
}

.login label.mute, a.mute {
	color: #8998AA;
	font-weight: 400;
}

.login label {
	font-weight: 600;
}

.card {
	border: none;
	border-radius: 10px;
}

header {
	padding: 20px 0;
	background: #2e2e2e;
}

ul.nav li.nav-item a.nav-link {
    font-family: franklin-gothic-urw-cond, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fefefe;
    font-size: 20px;
    padding: .5rem 25px;
}

@media (max-width: 1050px) {

  ul.nav li.nav-item a.nav-link {
      letter-spacing: 1px;
      font-size: 18px;
      padding: .5rem 15px;
  }

}

.hero {
	position: relative;
	background: url('/images/hero-img.jpg');
	background-position: 100% 60%;
	background-size: cover;
	height: 450px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #2d2d2d;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(0.75deg, #000000 0%, transparent 100%);
}

.hero h1 {
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #fefefe;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}

.h2,h2,h1 {
  font-size:2rem
}

h2, h1 {
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

p.lead {
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.black-bg {
	background: #2e2e2e;
	color: #fefefe;
}

.grey-bg {
    background: #f3f3f3;
}

.red-bg {
	background: #ce1f26;
	color: #fefefe;
}

.reg-pad {
	padding: 100px 0;
}

.small-pad {
  padding: 50px 0;
}

@media (max-width: 768px) {
	.reg-pad {
		padding: 50px 0;
	}
}

.foot-pad {
	padding: 30px 0;
}

.product a h3 {
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-size: 20px;
	color: #ce1f26;
}

footer .fa-ul>li {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

footer .fa-ul {
	margin-left: 22px;
}

footer h3 {
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

footer p {
	font-size: 16px;
    line-height: 24px;
}

.hp-segment-parent {
    color: #fefefe;
    height: 100%;
    min-height: 230px;
    position: relative;
    overflow: hidden;
}

.hp-segment {
	padding: 25px;
    color: #fefefe;
    height: 100%;
    transition: all .5s;
}

.hp-segment-parent:hover {
	cursor: pointer;
}

.hp-segment-parent:hover .hp-segment,
.hp-segment-parent:focus .hp-segment {
  transform: scale(1.2);
}

.hp-segment-content {
    position: absolute;
    bottom: 25px;
    right: 25px;
    left: 25px;
}

.hp-segment-parent h3, .hp-segment-parent p  {
	position: relative;
	z-index: 5;
}

.hp-segment-parent h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp-segment-parent p {
	font-family: franklin-gothic-urw-cond, sans-serif;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp-segment::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    background-color: #2d2d2d;
}

.hp-segment::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    background: linear-gradient(0.75deg, #000000 0%, transparent 100%);
}

.owl-carousel img {
	filter: brightness(0) invert(1);
}

.btn-primary {
    color: #fff;
    background-color: #ad2226;
    border-color: #ad2226;
    border-radius: 0;
    font-family: franklin-gothic-urw-cond, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #87181b;
    border-color: #87181b;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 5;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #ad2226;
    opacity: 1;
    transition: opacity .25s;
    cursor: pointer;
}
.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
  opacity: .65;
}
.slick-slider .slick-prev {
    left: 5px;
}
.slick-slider .slick-next {
    right: 5px;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #f3f3f3;
    background: #2e2e2e;
}
#detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 10px;
  max-width: 600px;
  max-height: 140px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color .25s;
  -ms-transition: border-color .25s;
  -moz-transition: border-color .25s;
  transition: border-color .25s;
}
#detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}

.main_container {
    height: 400px;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

img.main {
    margin: auto;
    object-fit: contain;
    max-height: 400px;
}

.slick-slide {
  max-height: 400px;
  height: unset !important
}

.slick-list {
  max-height: 400px !important;
}

.slick-prev:before, .slick-next:before {
    content: '' !important;
}

@media (max-width: 767px) {
  .main_container {
    height: 300px;
  }

  .slick-slide {
    max-height: 300px;
    height: unset !important
  }

  .slick-list {
    max-height: 300px !important;
  }

  img.main {
    max-height: 300px;
  }
}

.product {
    padding: 15px;
    transition: all 0.5s;
}

.product:hover {
    background: #f3f3f3;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

div.btn.btn-link.sidebar-nav {
    font-family: franklin-gothic-urw-cond, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e2e2e;
    text-decoration: none;
}

.card.sidebar {
    border: none;
    border-radius: 0;
    background: transparent;
}

.card.sidebar .card-header {
    background-color: transparent;
    border-bottom: 1px solid #2e2e2e;
    padding-left: 0;
}

.hp-segment-parent a {
  color: #fefefe;
}

.product a img {
    max-height: 185px;
}

#broadcast {
    position: absolute;
    z-index: 9;
    width: 100%;
}
