/*==========================================================================

		Template Elements Stylesheet
		____________________________________________________________

		Client:		ETMS
		Date:		24th May 2018
		Author:		Edge Marketing Solutions

===========================================================================*/
/* [Global Variables] - http://sass-lang.com/guide */
/*=========================================================================*/
/* [Global Template Styles] */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #655a5e;
  font-size: 0.9rem;
}

a {
  transition: all 150ms ease-in-out;
  color: #ca521e;
}

a:hover {
  color: #ca521e;
}

h1 {
  margin: 0 0 1.5rem 0;
  color: #ca521e;
  font-size: 3rem;
  font-weight: 300;
}

h2 {
  margin: 1.5rem 0;
  color: #ca521e;
  font-size: 2.4rem;
  font-weight: 300;
}

h3 {
  margin: 1.5rem 0;
  color: #ca521e;
  font-size: 1.8rem;
  font-weight: 400;
}

h4 {
  margin: 1.5rem 0;
  color: #231f20;
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  margin: 1.5rem 0 0.5rem 0;
  color: #ca521e;
  font-size: 1.1rem;
  font-weight: 700;
}

h6 {
  margin: 1.5rem 0 0.5rem 0;
  color: #231f20;
  font-size: 1.1rem;
  font-weight: 700;
}

p.lead {
  font-size: 1.2rem;
}

.btn {
  border-radius: 0;
}

.btn-warning {
  background-color: #ca521e;
  border: none;
  color: white !important;
}

img {
  max-width: 100%;
}

img.svg-responsive {
  width: 100% \9;
}

img.img-lightbox {
  cursor: zoom-in;
}

.swiper-container {
  width: 100%;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.subpage-banner img {
  width: 100%;
}

.container-cap {
  width: 80%;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #ca521e;
}

.container-cap::before {
  content: ' ';
  position: absolute;
  height: 60px;
  width: 100px;
  right: -50px;
  z-index: 2;
  background-image: url(../images/border-arrows.svg);
  background-repeat: no-repeat;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.2rem;
    font-weight: 400;
  }
  h2 {
    font-size: 1.9rem;
    font-weight: 400;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.0rem;
  }
  h6 {
    font-size: 1.0rem;
  }
  .table {
    font-size: 0.8rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
    font-weight: 400;
  }
  h2 {
    font-size: 1.9rem;
    font-weight: 400;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.0rem;
  }
  h6 {
    font-size: 1.0rem;
  }
  .table {
    font-size: 0.8rem;
  }
  .d-xs-none {
    display: none;
  }
}

/*=========================================================================*/
/* [Header Template Styles] */
.header {
  width: 100%;
  padding: 1.8rem 3vw;
  position: relative;
  z-index: 1;
  background-color: #231f20;
  background-image: url(../images/texture-rocks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.header::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(35, 31, 32, 0.85);
}

.header::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/bg-header.svg);
  background-size: 80% 100%;
  background-repeat: no-repeat;
}

.header .action-cart {
  color: white;
  font-size: 1.3rem;
}

.header .action-cart:hover {
  color: #ca521e;
  text-decoration: none;
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .header .action-cart {
    font-size: 1.0rem;
  }
  .header::after {
    background-size: 75% 100%;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .header .action-cart {
    font-size: 1.0rem;
  }
  .header .h-statement img {
    max-width: 240px;
  }
  .header::after {
    background-size: 75% 100%;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .action-cart {
    padding: 0.5rem 0.5rem;
    display: inline-block;
    border: 1px solid rgba(241, 242, 242, 0.5);
    font-size: 1.0rem;
  }
  .header .h-statement {
    padding: 1rem 0;
  }
  .header .h-statement img {
    max-width: 240px;
  }
  .header::after {
    display: none;
  }
}

/*=========================================================================*/
/* [Navigation Template Styles] */
.navigation {
  padding: 0 3vw;
  background: #ca521e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ca521e 1%, #ca521e 50%, #d57039 51%, #d57039 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca521e', endColorstr='#d57039',GradientType=1 );
  /* IE6-9 */
}

.nav-col {
  background-image: url(../images/bg-navigation.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top right;
}

.navbar-dark {
  padding: 0;
  margin: 0;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 1.20rem;
  color: white;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-dark .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .active .nav-link {
  color: #231f20;
}

.navigation .form-search {
  justify-content: flex-end;
}

.navigation .form-search .form-control {
  border: none;
  background-color: transparent;
  color: white;
}

.navigation .form-search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.navigation .form-search input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.navigation .form-search .form-control:focus {
  box-shadow: none;
}

.navigation .btn-search {
  border: none;
  background-color: transparent;
  color: white;
  font-size: 1.1rem;
  text-align: right;
  cursor: pointer;
}

.navbar-dark .navbar-toggler {
  width: 100%;
  border: 1px solid #d57039;
}

.navbar-dark .navbar-nav .dropdown-menu {
  margin: 0;
  border-radius: 0;
  background-color: #d57039;
}

.navbar-dark .navbar-nav .dropdown-item {
  padding: 0.75rem 1rem;
  color: white;
  font-size: 0.9rem;
}

.navbar-dark .navbar-nav .dropdown-item.active,
.navbar-dark .navbar-nav .dropdown-item:active {
  background-color: rgba(35, 31, 32, 0.2);
}

.navbar-dark .navbar-nav .dropdown-item:hover,
.navbar-dark .navbar-nav .dropdown-item:focus {
  background-color: rgba(35, 31, 32, 0.4);
}

.subnav {
  padding-top: 30px;
  position: relative;
  font-size: 1.0rem;
}

.subnav::before {
  width: 100px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
}

.subnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.subnav ul > li {
  margin: 10px 0;
}

.subnav ul > li > a {
  color: #ca521e;
}

.subnav ul > li > a:hover,
.subnav ul > li.active > a {
  color: #d57039;
  text-decoration: none;
}

.subnav ul > li > ul > li {
  margin: 10px 0;
}

.subnav ul > li > ul > li:last-child {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 10px;
}

.subnav ul > li > ul > li > a {
  color: #ca521e;
  font-size: 12px;
}

.subnav ul > li > ul > li > a:hover,
.subnav ul > li > ul > li.active > a {
  color: #d57039;
  text-decoration: none;
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 1.20rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 1.20rem 1rem;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
  .navigation .form-search {
    justify-content: flex-end;
    background-color: #d57039;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navigation {
    padding: 1rem 3vw;
    background-color: #ca521e;
    background-image: none;
  }
  .nav-col {
    background-image: none;
  }
  .navigation .form-search {
    margin-top: 1rem;
    justify-content: flex-end;
    background-color: #d57039;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 1.20rem 0;
    border-bottom: 1px solid #d57039;
    text-align: center;
  }
  .navbar-dark .navbar-nav .dropdown-menu {
    border: none;
  }
  .navbar-dark .navbar-nav .dropdown-item {
    text-align: center;
  }
}

/* Hover Click Fix */
@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/*=========================================================================*/
/* [Page Template Styles] */
.page {
  width: 100%;
  padding: 3rem 3vw;
}

.page-homepage {
  width: 100%;
  padding: 3rem 3vw;
  position: relative;
  background-size: cover;
  color: white;
}

.page-homepage::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(35, 31, 32, 0.8);
}

.page-homepage h2,
.page-homepage h3,
.page-homepage h4,
.page-homepage h6 {
  color: white;
}

.breadcrumbs {
  padding: 0.8rem 3vw;
  margin: 0;
  background-color: #f1f2f2;
  font-size: 0.8rem;
  color: #655a5e;
}

.breadcrumbs .breadcrumb {
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  color: #655a5e;
}

.breadcrumbs a {
  color: #655a5e;
}

.sidebar .nav {
  width: 95%;
  border-right: 2px solid #f1f2f2;
}

.sidebar h6 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.sidebar .nav .nav-link {
  padding: 0.75rem 1rem 0.75rem 0;
  color: #655a5e;
}

.sidebar .nav .active .nav-link,
.sidebar .nav .nav-link:hover {
  color: #ca521e;
}

.sidebar .nav .active {
  font-weight: bold;
}

.sidebar .nav > li > ul {
  margin: 0 1rem 0 0;
  padding: 0;
  list-style-type: none;
  background-color: #f1f2f2;
  font-weight: normal;
}

.sidebar .nav > li > ul > li a.nav-link {
  padding: 0.5rem 1rem;
  margin: 0.3rem 0;
}

.sidebar .nav > li > ul > li.active a.nav-link {
  background-color: #231f20;
  color: white;
  font-weight: normal;
}

.listing {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-content: flex-end;
  background-color: #f1f2f2;
}

.listing .listing-thumbnail {
  padding: 0.25rem;
  position: relative;
}

.listing .listing-thumbnail.sale::before {
  content: 'ON SALE';
  position: absolute;
  width: 100px;
  height: 35px;
  top: 15px;
  left: 0;
  z-index: 1000;
  padding: 7px 0 0 11px;
  background-image: url(../images/flag-overlay.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  color: white;
  font-size: 0.8rem;
}

.listing .listing-content {
  padding: 1.3rem 1.8rem;
  flex: 1 1 auto;
}

.listing .listing-content a {
  color: #231f20;
  color: #231f20;
  font-weight: 700;
  font-size: 1.1rem;
}

.listing .listing-content a:hover {
  color: #ca521e;
  text-decoration: none;
}

.listing .listing-content p {
  margin: 1rem 0;
}

.listing .action {
  padding: 0.75rem 1.8rem;
  background-color: rgba(101, 90, 94, 0.07);
}

.listing .action:hover {
  background-color: #231f20;
  color: white;
  text-decoration: none;
}

.listing h6 {
  margin: 0;
}

.gallery {
  margin: 2rem 0;
  padding: 0.25rem;
  background-color: #f1f2f2;
}

.gallery-hover {
  position: relative;
}

.gallery-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.hover-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10;
  display: none;
  overflow: hidden;
}

.hover-caption .caption {
  position: absolute;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.product-code {
  margin: 1rem 0 2rem 0;
  position: relative;
}

.product-code.sale {
  padding-left: 110px;
}

.product-code.sale::before {
  content: 'ON SALE';
  position: absolute;
  width: 100px;
  height: 35px;
  top: -7px;
  left: 0;
  z-index: 1000;
  padding: 9px 0 0 11px;
  background-image: url(../images/flag-overlay.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  color: white;
  font-size: 0.8rem;
  font-weight: 400;
}

.swiper-pagination {
  text-align: left;
  padding: 1rem 2vw;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: #ca521e;
}

.feature-nav {
  width: 100%;
  position: relative;
  background-color: #231f20;
  background-image: url(../images/texture-rocks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-nav .container-fluid {
  padding: 0;
}

.feature-nav .feature-item {
  padding: 1.5rem 2rem 2rem;
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  color: white;
}

.feature-nav .feature-item:hover {
  text-decoration: none;
}

.feature-nav .feature-item::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 150ms ease-in-out;
  background-color: rgba(35, 31, 32, 0.9);
}

.feature-nav .col-12:nth-child(3n+2) .feature-item::before {
  background-color: rgba(65, 51, 56, 0.8);
}

.feature-nav .col-12:nth-child(3n+3) .feature-item::before {
  background-color: rgba(101, 90, 94, 0.8);
}

.feature-nav .feature-item:hover::before {
  background-color: #231f20 !important;
}

.feature-nav .feature-item .icon {
  margin-bottom: -0.5rem;
  font-size: 2rem;
  text-align: right;
}

.feature-nav .feature-item .title {
  font-weight: 700;
  font-size: 2rem;
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .listing .listing-content {
    padding: 1rem 1rem;
    font-size: 0.9rem;
  }
  .listing .action {
    padding: 0.75rem 1rem;
  }
  .feature-nav .feature-item {
    padding: 1.5rem 2rem 2rem;
    font-size: 0.8rem;
  }
  .feature-nav .feature-item .title {
    font-size: 1.4rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .listing .listing-content {
    padding: 1.0rem 1rem;
    font-size: 0.9rem;
  }
  .listing .action {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }
  .feature-nav .feature-item {
    padding: 1.4rem;
    font-size: 0.7rem;
  }
  .feature-nav .feature-item .title {
    font-size: 1.2rem;
  }
  .feature-nav .feature-item .icon {
    font-size: 1.6rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .page {
    padding: 1rem 3vw 2rem 3vw;
  }
  .sidebar .nav {
    width: 95%;
    padding-left: 5%;
    margin-top: 1.5rem;
    border-right: none;
    border-left: 2px solid #f1f2f2;
  }
  .listing .listing-content {
    padding: 1.0rem 1rem;
    font-size: 1rem;
  }
  .listing .action {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  .feature-nav .feature-item {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .feature-nav .feature-item .title {
    font-size: 1.3rem;
  }
  .feature-nav .feature-item .icon {
    margin-bottom: -1.5rem;
    font-size: 1.6rem;
  }
  .feature-default-icon {
    height: 30px;
  }
}

/*=========================================================================*/
/* [Footer Template Styles] */
.footer {
  width: 100%;
  padding: 5rem 3vw 3rem 3vw;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  background-color: #231f20;
  background-image: url(../images/texture-rocks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 0.7rem;
}

.footer::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(35, 31, 32, 0.85);
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #ca521e;
}

.footer .footnotes {
  padding-top: 1rem;
  opacity: 0.5;
}

.footer h6 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.footer .nav-link {
  padding: 0.25rem 3rem 0.25rem 0;
}

.footer .social {
  font-size: 2rem;
}

.footer .social a:hover {
  text-decoration: none;
}

.footer .social .fa-facebook-square {
  color: white;
}

.footer .social .fa-twitter {
  color: white;
}

.footer .social .fa-linkedin-square {
  color: white;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .nav {
    margin-bottom: 2rem;
  }
  .footer .nav-link {
    padding: 0.25rem 1rem;
  }
}

/*=========================================================================*/
/* [Bootstrap Row Clear Fix Styles] */
#media-query-detector {
  display: none;
  width: 0;
}

@media (min-width: 768px) {
  #media-query-detector {
    width: 768px;
  }
}

@media (min-width: 992px) {
  #media-query-detector {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  #media-query-detector {
    width: 1200px;
  }
}

.row-fix-clear-both {
  clear: both;
}

/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before,
table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.table-as-row > tbody > tr {
  height: auto !important;
}

table.table-as-row,
table.table-as-row > tbody,
table.table-as-row > tbody > tr {
  display: block;
  width: auto;
}

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px;
}

/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left;
  }
}

/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left;
  }
}

/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left;
  }
}

/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left;
}

/*# sourceMappingURL=template.css.map */
