@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,300,700);

/* Custom BTD Styles */
.gift-card {
 padding: 0 15px; 
}

#product-variants .selector-wrapper label {
	color: #000000 !important;
}

#col-main {
	padding: 0 2rem 2rem 2rem;
  	max-width: 1200px;
  	margin: 0 auto;
}

.gift-card label {
	margin: 0.6rem 0;
 	padding:5px;
    width:35px;
}

.gift-card input {
 border: 1px solid rgba(0,0,0, .1) !important; 
 height: 37px !important
}
.blog__image {
 max-width: 300px !important;
  float: right !important;
  margin: 0 0 1rem 1rem !important;;
}

.mobile-nav{
	width: auto !important;
}


.variant-title {
	font-weight: bold;
}

.specs-list {
	display: none;
}

.product__sku {
 display: none; 
  color: #424242 !important;
}

.product__sku.product__show {
  color: #424242 !important;
}

.sku__val {
 font-weight: normal; 
}
.variant-visible {
	display: inherit !important;
}

.logout-link {
	display: block;
  margin: 1rem auto;
}

.full-width-cover {
	position: absolute;
  	width: 100%;
  	height: 100%;
  	top: 0;
	left: 0;
}

.slider-overlay {
	background: rgba(0,0,0,0.5);
}

.slider-text {
	position:realtive;
  	z-index: 1;
}

.featured-box {
 padding-top: 15px; 
 padding-bottom: 15px;
}

.featured-box img {
 max-height: 325px !important;
 width: 100%;
}

.box-middle {
 display: block;
 margin: 0 auto;
 width: 100%;
 height: 300px !important;
}

.logo {
	position: relative;
	width: 100%;
    height: 25px;
    display: flex;
	justify-content: center;
}

.logo .logo__text {
	width: 250px;
  	height: 31px;
}

.collection .row-list:before {
	display: block !important;
}

/*.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
	content: none;
}*/

.collection .products:before {
	content: none;
}

.main-nav .container {
	overflow: visible;
}

.custom-pros .pro-item {
	height: 47px;
}

.collection-header {
	min-height: 50px;
}

.container {
	overflow: auto;
}

.logo .logo__spider {
	height: 31px;
  	width: 31px;
}

.faceted {
  line-height: 18.5px;
}

.filters {
	display: inline-block;
  	position: relative;
}

.filter__label {
 	position: absolute; 
 	top: -3rem;
}
.nfa-notification {
  	display: flex;
  	align-items: stretch;
  	justify-content: center;
  	width: 100% !important;
}

.nfa-notification p {
  	padding: 2rem;
	display: inline-block;
  	margin: 0;
}

.notification-icon {
	color: #fff;
  	font-size: 40px;
  	font-weight: bold;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
	margin-bottom: 1rem;
    display: flex !important;
    align-items: center;
}

.nfa-red .notification-icon {
	background: #ce4a3d;
}

.nfa-red .notification-text span {
	color: #ce4a3d;
}

.nfa-blue {
  background: #3d60ce;
}

.nfa-yellow .notification-icon {
	background: #e07000;
}

.nfa-yellow .notification-text span {
	color: #e07000;
}

.nfa-sign .notification-icon {
	padding: 3.2rem 0.578rem
}


.nfa-sign {
 margin: 2rem 0; 
}
.notification-text {
	background: #efefef;
	font-size: 16px;
  	width: 100%;
	text-align: left;
  	color: #333;
	text-transform: none;
  	font-size: 14px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
 }

.notification-text a {
	color: #ce4a3d;
}

.notification-text a:hover {
	color: #000;
}

.notification-text span {
	text-transform: uppercase;
  display: block;
  padding: .5rem;
  border-radius: 3px;
  background: #f9f9f9;
  margin-bottom: 1rem;
}

#undefined-sticky-wrapper {

  height: 55px !important;

}

.indented {
 padding-left: 10px; 
}

/* Contact Page */
.contact__section {
  display: block;
  max-width: 700px;
  margin: 1rem auto;  
}

.contact__section h3,
.contact__section h4 {
  margin: 1.5rem 0 2rem 0; 
}

.section__emp {
  margin: 1rem 0; 
}

.contact__section p{
  margin: 0.25rem 0 !important;
}

.contact__section p span {
  font-weight: bold; 
}


@media screen and (min-width: 768px) {
  .logo {
      width: 404px;
  }
  .page__contact {
     display: flex;
     flex-wrap: wrap;
  }
  .contact__section {
  	width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .logo {
    height: 40px;
    width: 507px;
  }

  .logo .logo__text {
      width: 350px;
      height: 43px;
  }

  .logo .logo__spider {
      height: 43px;
      width: 43px;
  }
}

@media screen and (min-width: 1200px) {
  .container .product-info {
  	padding: 0 70px !important;
  }
}


/* End Custom BTD Styles */

/* Common styles */  
.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.grey { color: #888 !important; }
.black{ color: #000 !important; }
.color{ color: #e41919 !important; }
.stick-fixed{
  position: fixed !important;
  top: 0;
  left: 0;
}
.round{
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;	background:#000; }
::selection{ color: #fff;	background:#000; }

.animate, .animate *{
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
  -webkit-transition: 0 none !important;  
  -moz-transition: 0 none !important;  
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;    
  transition:0 none !important;  
}

.shadow{
  -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
  box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
  -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
  -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
  box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.full-wrapper {
  margin: 0 2%;
}

html{
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html, body{
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
.page{
  overflow: hidden;
}

.page__image--contact{
  background: url(https://cdn.shopify.com/s/files/1/1345/6801/t/2/assets/slider-item-2.jpg?6872859663721574101) center/cover no-repeat;
  height: 30rem;
  width: 100%;
}

.page__image--mc{
  background: url(https://cdn.shopify.com/s/files/1/1345/6801/files/slide-4.jpg?2244946190379121872) center/cover no-repeat;
  height: 30rem;
  width: 100%;
}

iframe{
  border: none;
}
a, b, div, ul, li{
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
  -webkit-tap-highlight-color: transparent; 
  -moz-outline-: none;
}
a:focus,
a:active{
  -moz-outline: none;
  outline: none;
  text-decoration:none;
  color:inherit;
}
img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}


/* Page loader */
.page-loader{
  display:block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;	
}

.loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0, 0.08);
  border-right: 1px solid rgba(0,0,0, 0.08);
  border-bottom: 1px solid rgba(0,0,0, 0.08);
  border-left: 1px solid rgba(0,0,0, 0.5);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;

  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* Typography */
body{
  color: #4f4d4d;
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 1.6;	
  -webkit-font-smoothing: antialiased;
  background:#ffffff;
}

a {
  color: #939393;
  text-decoration: none;
  transition: all .5s;
}
a:hover{
  color: #767272;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
  margin-bottom: 1.3em;
  line-height: 1.4;
  font-weight: 400;
  color: #484545;
}
h1{
  font-size: 32px;
}
h1.title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 20px 0;
}
h2{
  font-size: 28px;
}
.line {
  position: relative;
  text-align: center;
}
.line:before {
  background: #eeeeee;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.line span {
  background: #ffffff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 15px 0;
}

p{
  margin: 0 0 8px 0;
}
ul, ol{
  margin: 0 0 1.5em 0;
}
blockquote{
  margin: 3em 0 3em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}
blockquote p{
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
blockquote footer{    
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
dl dt{
  margin-bottom: 5px;
}
dl dd{
  margin-bottom: 15px;
}
pre{
  background-color: #f9f9f9;
  border-color: #ddd;

}
.uppercase{
  text-transform: uppercase;
  letter-spacing: 1px;
}



/* Buttons */

.btn, a.btn{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #ffffff;
  background: #939393;
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus,
button:hover,
button:focus{
  font-weight: 400;
  color: #ffffff;
  background: #444343;
  text-decoration: none;
  outline: none;
  border-color: transparent;    
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:active,
button:active {
  cursor: pointer !important;
  outline: none !important;
}

.btn.btn-small{
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
} 
.btn.btn-medium{
  height: auto;
  padding: 8px 37px;
  font-size: 12px;
} 
.btn.btn-large{
  height: auto;
  padding: 12px 45px;
  font-size: 13px;
} 

.btn.btn-border{
  color: #939393;
  border: 2px solid #939393;
  background: transparent;
}
.btn.btn-border:hover,
.btn.btn-border:focus{
  color: #ffffff;
  border-color: transparent;
  background: #939393;
}

.btn.btn-border-w{
  color: #fff;
  border: 2px solid rgba(255,255,255, .75);
  background: transparent;
}
.btn.btn-border-w:hover,
.btn.btn-border-w:focus{
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn.btn-border-b{
  color: #333;
  border: 2px solid rgba(0,0,0, .75);
  background: transparent;
}
.btn.btn-border-b:hover,
.btn.btn-border-b:focus{
  color: #FFF;
  border-color: transparent;
  background: #333;
}

.btn.btn-border-b.btn-small {
  border:1px solid rgba(0,0,0,0.25);
}

.btn-full{
  width: 100%;
}



/* Forms fields */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="password"],
form input[type="date"],
form input[type="color"],
form select{
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  color: #4f4d4d;
  border: 1px solid rgba(0,0,0, .1);
  padding-left: 7px;
  padding-right: 7px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  /*-webkit-appearance: inherit;*/
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
form select{
  font-size: 12px;
  background: transparent;
}
form select[multiple]{
  height: auto;
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="number"]:hover,
form input[type="url"]:hover,
form input[type="search"]:hover,
form input[type="tel"]:hover,
form input[type="password"]:hover,
form input[type="date"]:hover,
form input[type="color"]:hover,
form select:hover{
  border-color: rgba(0,0,0, .2);
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus{
  color: #333;
  border-color: rgba(0,0,0, .6);

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
  box-shadow: 0 0 3px rgba(0,0,0, .3);
  outline: none;
}
form input[type="text"].input-lg,
form input[type="email"].input-lg,
form input[type="number"].input-lg,
form input[type="url"].input-lg,
form input[type="search"].input-lg,
form input[type="tel"].input-lg,
form input[type="password"].input-lg,
form input[type="date"].input-lg,
form input[type="color"].input-lg,
form select.input-lg{
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
form input[type="text"].input-md,
form input[type="email"].input-md,
form input[type="number"].input-md,
form input[type="url"].input-md,
form input[type="search"].input-md,
form input[type="tel"].input-md,
form input[type="password"].input-md,
form input[type="date"].input-md,
form input[type="color"].input-md,
form select.input-md{
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
form input[type="text"].input-sm,
form input[type="email"].input-sm,
form input[type="number"].input-sm,
form input[type="url"].input-sm,
form input[type="search"].input-sm,
form input[type="tel"].input-sm,
form input[type="password"].input-sm,
form input[type="date"].input-sm,
form input[type="color"].input-sm,
form select.input-sm{
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
form textarea{
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #666;
  border-color: rgba(0,0,0, .1);
  outline: none;
  padding: 10px;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form textarea:hover{
  border-color: rgba(0,0,0, .2);
}
form textarea:focus{
  color: #333;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
  -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
  box-shadow: 0 0 3px rgba(21,21,21, .3);
}
form textarea.full{
  width: 100%;
}

form form-group{
  margin-bottom: 10px;
}
form-tip{
  font-size: 11px;
  color: #aaa;
}
form-tip .fa{
  font-size: 12px;
}


section.cart .container,
section.page .container {
	margin-bottom: 4rem;
}

/* Header */
header {
  background:#000000;
}

header .container .row{
	display: flex;
	align-items: center;
}

/* Top pros */
.top-pros ul {
  margin:0;
  padding:0;
  list-style:none;
}

.top-pros ul li {
  display:inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-left: 20px;
  color:#ffffff;
}

.top-pros ul li i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.sticky-wrapper {
	border-top: 5px solid #a9150e;
}

@media only screen and (max-width: 767px) {
  .top-pros {
    text-align:center;
  }

  .top-pros ul li:first-child {
    margin-left: 0px;
  }

}




/* Navbar buttons */
.nav-button {
  float:right !important;
  margin-right: 0 !important;
}

.nav-button a {
  background: #cccccc; 
  color: #ffffff !important;
  padding: 0 15px;
}
.nav-button a:hover {
  background: #aaaaaa; 
}

.nav-button a i {
  position: relative;
  top: 4px;
  font-size: 18px !important;
}



/* Cart link */
.cart-link {
  float:right !important;
  margin-right:0 !important;
}

.cart-link > a {
  background: #3e3a3a; 
  color: #ffffff !important;
  padding: 0 15px;
  font-weight: 700 !important;
  font-size: 13px !important;
}

.cart-link > a i {
  position: relative;
  top: 4px;
  font-size: 20px !important;
}



/* Search modal */
#search-modal {
  width:500px;
  min-height: 0;
}
#search-modal .input-lg {
  height: 54px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  border:none;
  border-radius: 3px;
}
#search-modal .input-lg:active {
  border:none;
}



/* Account modal */
#account-modal {
  width:300px;
}
#account-modal .spacer {
  margin: 0 10px;
  color:#999;
}




/* ajaxify cart popup */
#added {
  background:#f3f3f3;
  text-align:center;
  padding:50px 0;
  font-size:16px;
  color:#999;
  width:550px;
}

#added i {
  font-size:65px;
  color:#444343;
  margin-bottom:20px;
  display:block;
}

#added h3 {
  margin-bottom:20px;
}

#added .btn {
  margin:0 5px;
  padding:10px 30px;
}



/* Newsletter modal */
#signup {
  background:#FFF;
  width:600px;
  padding:40px 80px;
  text-align:center;
}

#signup .signup-icon {
  font-size:55px;
  color: #ffffff;
  padding: 25px 25px 26px;
  margin-bottom:10px;
}

#signup .newsletter {
  display:inline-block;
  width:80%;
  margin:30px -35px 30px 0;
  border:none;
  transition:all 0.5s;
  background:#eee;
}

#signup .signup {
  width:35px;
  height:50px;
  background:none;
  border:none;
  color:#939393;
  cursor:pointer;
  transition:0.5s;
  font-size:30px;
}

#signup .signup i {
  position: relative;
  top: 5px;
  left: -5px;
}

#signup .signup:hover {
  color:#767272;
}

#signup .social i {
  font-size:18px;
  padding-left:5px;
}



/* Breadcrumbs */
.breadcrumbs {
  background: #acacac;
  transition: all .25s ease-out;
}

ol.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 10px;
  letter-spacing:1px;
  text-transform: uppercase;
}

ol.breadcrumb li {
  padding: 5px 0;
  margin-right: 5px;
}

ol.breadcrumb li a {
  color:#ffffff;
}

ol.breadcrumb li+li:before {
  font-family: FontAwesome;
  content:'\f105';
  color:#a9150e;
  margin-right: 5px;
}



/* Full width slider */
.slider-section{
  width: 100%;
  display: block;	
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll !important;
}


.slider-section .container {
  height:450px;
}


.slider-content{
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.slider-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.slider-text h1 {
  color:#ffffff;
  font-size:15px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 1rem !important;
}

.slider-text h2 {
  color:#ffffff;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 50px; 
}

@media screen and (min-width: 750px) {
      .slider-text h1 {
      font-size:24px;

    }
  
    .slider-text h2 {
    font-size: 60px;
    line-height: 55px;

  }
}

.slider-text .btn {
  border-color:#ffffff;
  color:#ffffff;
}

.slider-text .btn:hover {
  background:#ffffff;
  color:#333333;
}



/* Featured Boxes */
.featured-box {
  position:relative;
  height: 325px;
  margin-bottom: 2rem;
}

.featured-box-50,
.featured-box-100 {
  width: 100%;
}

.featured-box-overlay {
  opacity:.7;
  transition: opacity .25s ease-in-out;
}

.featured-box:hover .featured-box-overlay {
  opacity:.9;
}

.featured-box .title {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  text-align:center;
  cursor:pointer;
  z-index:9;
}

.featured-box h3 {
  color:#FFF;
  border:2px solid #FFF;
  background: rgba(0,0,0,0.7);
  padding:12px 30px;
  font-size:16px;
  font-weight: 700;
  letter-spacing:2px;
  text-transform: uppercase;
  margin: 0;
  transition:all .5s;
  display:inline-block;
}

.featured-box:hover h3 {
  background:rgba(0,0,0,0.9);
}

@media screen and (min-width: 992px) {
  
  .featured-box:first-child,
  .featured-box:nth-child(4) {
    margin-right: 2rem;
}
  
  .featured-box-50 {
  	width: calc(50% - 1rem);
  }
.featured-box-100 {
  width: 100%;
}

}

/* Parallax section */
.parallax { 
  padding: 80px 0 70px;
  background:#d6d6d6;
}

.parallax h3 {
  color:#bebebe;
  font-size:18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-top: 20px;
}

.parallax h2 {
  color:#bebebe;
  font-size:40px;
  font-weight: 400;
  margin: 0 0 30px; 
}



/* Items */
.item {
  position: relative;
  margin-bottom: 40px;
}

.item .sale {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 9;
  background: #f68b8b;
  color: #ffffff;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;  
}

.item .image {
  position: relative;
  overflow: hidden;
}

.item .image img {
  width:100%;
  transition: all .5s;
}


.item .image .overlay {
  opacity: 0;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: -30px;
  right: 0px;
  width:auto;
  text-align: center;

  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.item .image .overlay span {
  position: relative;
  bottom: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  width:30px;
  text-align:center;
}

.item .image .overlay span a {
  color:#FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.item .image .overlay span a:hover {
  color:#767272;
}

.item .image .overlay span i {
  font-size: 14px;
}

.item .image .overlay span a.wishlist {
  float:left;
  text-align:center;
  width:100%;
}

.item .image .overlay span form button {
  background: none;
  border: none;
  color:#FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
}

.item .image .overlay span form button:hover {
  color:#767272;
}

.item .image .overlay span form button:active {
  outline:none;
}


.item:hover .overlay {
  opacity: 1;
  bottom: 0;
}

.item .title a {
  text-transform: none;
  display: block;
  margin: 10px 0 0;
  color:#333;
  font-size: 13px;
}

.item .price {
  float:left;
  font-size: 14px;
  font-weight: 600;
}

.item .price .compare {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-decoration: line-through;
}

.item .rating {
  position: absolute;
  bottom: 0;
  right:15px;
  text-align: right;
}

.item .rating i {
  margin-left: 2px;
  color: #999;
}

.item .rating .spr-badge-caption {
  display:none !important;
}




/* Product page */
#product-thumbs {
  margin-top: 25px;
}

#product-thumbs div {
  margin: 0 3px;
}
#product-thumbs div:first-child {
  margin-left: 0;
}
#product-thumbs div img {
  cursor: pointer;
}

.product-descrip {
padding: 1rem;
}

.product__show {
 display: inherit !important; 
}
@media only screen and (min-width: 1280px) {  

  .product-info {
    padding:0 70px 0 50px;
  }

}

.product-info h1 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top:0;
  margin-bottom:10px !important;
}

.product-info .wishlist i {
  font-size: 23px;
  line-height: 1.4;
}

.product-info .wishlist form {
  float:right;
}

.product-info .wishlist form button {
  background: none;
  border: none;
  color: #666;
  padding: 0;
}

.product-info .wishlist form button:hover {
  color: #767272;
}

.product-info .wishlist form button:active {
  outline:none;
}


.product-info .info {
  margin-bottom: 20px;
}

.product-info .info .rating {
  margin-bottom: 10px;
  display: block;
}

.product-info .info p {
  margin-bottom: 0;
}

.product-info .info p label {
  width:80px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-info .info p label:nth-child(2) {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}


.product-info-wrapper {
  display:block;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
  margin-bottom: 20px;
}

.product-info-wrapper .text {
  float:left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height:25px;
}

.product-info #price {
  float:right;  
  font-size: 16px;
  font-weight: 700;
  color:#666;
  line-height:25px;
}

.product-info .compare-price {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  color: #666;
}


.product-info form input[type="number"] {
  width:70px;
  text-align: center;
}

.product-info .share {
  margin-top: 50px;
  padding: 15px;
  background:#ffffff;
  line-height: 20px;
  border-radius: 3px;
}

.product-info .share .left { 
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}

.product-info .share .right a { 
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  margin-left: 5px;
}

.product-info .share .right a:hover { 
  color: rgba(0,0,0,0.3);
}

.spr-container {
  padding:0 !important;
  border:none !important;
}

.product-pro {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color:#333;
  display:block;
  padding:10px;
  margin-bottom:20px;
}

.product-pro i {
  display:block;
  font-size:55px;
  color:#999;
  margin-bottom:10px;
  transition:all .5s;
}


/* Swatch */
.swatch {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom:10px;
}

.header {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* float: left; */
    /* width: 100%; */
    /* display: block; */
    /* margin: 0 auto; */
    width: 100%;
    /* position: absolute; */
    line-height: 25px;
    /* text-align: center; */
    height: 25px;
}

.swatch input { 
  display:none;
}

.swatch label {
  float: left;
  min-width: 30px !important;
  height: 25px !important;
  margin: 0;
  border: 1px solid #ddd;
  background: #eee;
  color:#666;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  line-height: 23px;
  white-space: nowrap;
  font-size: 10px;
  transition:all .25s;
}

.swatch-element label { 
  padding:0 8px;
}

.color.swatch-element label { 
  padding:0; 
}


.swatch-element:hover label { 
  background:#DDD; 
}

.swatch input:checked + label {
  background: #666;
  color:#FFF;
} 

.swatch .color input:checked + label {
  box-shadow: 0 0 0 2px rgba(0,133,184,0.5);
  -moz-box-shadow: 0 0 0 2px rgba(0,133,184,0.5);
  -webkit-box-shadow: 0 0 0 2px rgba(0,133,184,0.5);
}

.swatch .swatch-element {
  float:right;
  -webkit-transform:translateZ(0);
  margin:5px;
  position:relative;
}

.crossed-out {
  position:absolute; 
  width:100%; 
  height:100%; 
  left:0; 
  top:0;
}

.swatch .swatch-element .crossed-out { 
  display:none;
}

.swatch .swatch-element.soldout .crossed-out { 
  display:block;
}

.swatch .swatch-element.soldout label {
  opacity:.6;
}

.swatch .tooltip {
  text-align:center;
  background:rgba(0,0,0,0.8);
  color:#fff;
  bottom:100%;
  padding: 8px;
  border-radius:3px;
  display:block;
  position:absolute;
  width:80px;
  left:-25px;
  margin-bottom:10px;
  visibility:hidden;
  opacity:0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transition:all .25s ease-out;
  box-sizing:border-box;
}

.swatch .tooltip:before {
  bottom:-15px;
  content:" ";
  display:block;
  height:20px;
  left:0; 
  position:absolute;
  width:100%;
}

.swatch .tooltip:after {
  border-left:solid transparent 5px;
  border-right:solid transparent 5px;
  border-top:solid rgba(0,0,0,0.8) 5px;
  bottom:-5px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-5px;
  position:absolute;
  width:0;
}

.swatch .swatch-element:hover .tooltip {
  visibility:visible;
  opacity:1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}

.swatch.error p {
  margin:0.7em 0;
}

.swatch.error p:first-child {
  margin-top:0;
}

.swatch.error p:last-child {
  margin-bottom:0;
}

.swatch.error code {
  font-family:monospace;
}





/* Accordion */
.accordion > dt{
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.accordion > dt > a{
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;	

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a:hover{
  text-decoration: none;
  color: #444;
}
.accordion > dt > a.active{
  color: #333;
  cursor: pointer;
}
.accordion > dt > a:after{
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after{
  content: "\f106";
  color: #333;
}
.accordion > dt > a:hover:after{
  color: #444;
}

.accordion > dd{
  margin-bottom: 10px;
  padding: 15px 0;
}



/* Pages */
.page h1 {
  margin-bottom:20px;
}

/* Wishlist page */
.wishlist-table {
  width:100%;
  font-size:18px;
}

.wishlist-table td {
  vertical-align:middle;
  padding-bottom:15px;
}

.wishlist-table td img {
  width:100px;
}

.wishlist-table td .compare-price {
  font-size:14px;
  text-decoration:line-through;
}




/* Blog */
.blog-item {
  margin:0 0 35px 0;
}

.blog-item-image {	
  width:100%;
  height:300px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  overflow:hidden;
}

.blog-item-image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.65);
  transition:all .5s;
  padding: 3%;
  width:100%;
}

.blog-item-image:hover .title {
  background: rgba(255,255,255,0.9);
}

.blog-item-image .title h2 {
  margin:0;
  text-transform: none;
  font-size:20px;
  font-weight:400;
}

.blog-item .excerpt {
  display:block;
  margin:15px 0;
  line-height: 23px;
  color: #666666;
}

.blog-item .bottom {
  display:block;
  padding:15px 15px;
  background:#f5f5f5;
  border-radius: 3px;
}

.blog-item .info {
  text-transform:uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  width:52%;
  display:inline-block;
}

.blog-item .info i {
  margin-right:3px;
  margin-left:10px;
  color:#4bbba6;
}

.blog-item .info i:first-child {
  margin-left:0;
}

.blog-item .readmore {
  text-transform:uppercase;
  color:#4bbba6;
  display:inline-block;
  width:47%;
  text-align:right;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.blog-item .readmore i {
  margin-left: 5px;
  color: #999;
}


/* Blog post */
.blog-post { 
  line-height:22px;
}

.blog-post h1 {
  margin-bottom:-5px;
}

.blog-post .date {
  margin-bottom:15px;
  display:block;
  color:#999;
}

.blog-post img {
  margin-bottom:15px;
  width:100%;
}

.blog-tags a {
  padding: 4px 8px;
  background: #939393;
  color:#FFF;
  display: inline-block;
  border-radius: 3px;
  margin-right:5px;
  margin-top:15px;
}

.blog-tags a:hover {
  background: #767272;
  color:#FFF;
}

.comments .comment {
  background:#F5F5F5;
  padding:30px;
  margin-bottom:20px;
}

.comments .comment .comment-data {
  font-size:16px;
  font-weight:600;
  margin-bottom:10px;
}

.comment-form label {
  display:block;
}

.comment-form input:not(.btn), .comment-form textarea {
  display:block;
  width: 94%;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom:10px;
}

.comment-form textarea {
  height:100px;
}



/* 404 page */
.page-404 {
  text-align:center;
}

.page-404 h1 {
  font-size: 150px;
  font-weight: 900;
  margin-bottom:-50px;
  margin-top:50px;
  color:#ffffff;
}

.page-404 h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}






/* Cart page */
.cart .heading {
  display:block;
  padding:10px 20px;  
  background: #f5f5f5;
  border-bottom:1px solid #eeeeee;
  color: #666666;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom:20px;
}

.cart-items .image {
  width:20%;
  float:left;
  padding-right:20px;
}

.cart-items .image img {
  max-width:80%;
}

.cart-items .info {
  width:80%;
  float:left;
}

.cart-items .cart-item {
  border-bottom:1px solid #eeeeee;
  padding-bottom:20px;
  margin-bottom:20px;
  position:relative;
}

.cart-items span {
  display:block;
}

.cart-item span.title {  
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top:10px;
}

.cart-item span.price {  
  font-size: 14px;
  margin-bottom:20px;
}

.cart-item span.quantity .quantity {  
  width:50px;
  text-align:center;
}

.cart-item span.quantity button {  
  background:none;
  border:none;
  color:#999;
  margin-left:5px;
  font-size:12px;
  transition: all .5s;
}

.cart-item span.quantity button:hover {  
  color:#4bbba6;
}

.cart-items .cart-item .delete {
  position:absolute;
  right:20px;
  top:0px;
}

.cart-summary .total {
  font-size: 22px;
  font-weight: 600;
  color:#333;
  text-align: center;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-summary h4 {
  color: #666;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cart-summary .note {
  height:100px;
}





/* Product item slider */
.owl-carousel .owl-item .item {
  width:100%;
}

.custom-owl-nav {
  position: absolute;
  top:0;
  right:15px;
}

.custom-owl-nav {
  position: absolute;
  top:25px;
  right:15px;
}

.custom-owl-nav .go {
  height:30px;
  width:30px;
  line-height: 28px;
  text-align: center;
  background:#eee;
  float:left;
  cursor: pointer;
  transition: all .5s;
}

.custom-owl-nav .go:hover {
  background:#ddd;
}

.custom-owl-nav .go-right {
  border-left:1px solid #FFF;
}



/* Latest posts */
.latest-posts .post .thumbnail {
  position: relative;
  overflow: hidden;
}

.latest-posts .post .thumbnail img {
  width:100%;
}

.latest-posts .post .thumbnail .overlay {
  opacity: 0;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: -30px;
  left: 0;
  width:100%;
  text-align: center;

  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.latest-posts .post .thumbnail .overlay span {
  position: relative;
  bottom: 0;
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding: 0 10px;
}

.latest-posts .post .thumbnail .overlay span a {
  color:#FFF;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
}

.latest-posts .post:hover .thumbnail .overlay {
  opacity: 1;
  bottom: 0;
}

.latest-posts .post h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin:10px 0 0;
  color:#333;
}

.latest-posts .post span.date {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom:10px;
  display: block;
}


/* List collections */
.collection-item {
  cursor:pointer;
  position:relative;
  overflow: hidden;
  height:250px;
  margin-bottom:26px;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

.collection-item .item__bg {
	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0;
  	left: 0;
  	transition: transform .25s ease-in-out;
}

.collection-item:hover .item__bg {
	transform: scale(1.05);
}

.collection-item .details {
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  text-align:center;
  cursor:pointer;
}

.collection-item .details .title {
  color:#FFF;
  background: rgba(0,0,0,0.7);
  padding:15px 20px;
  font-size:16px;
  font-weight: 700;
  letter-spacing:2px;
  text-transform: uppercase;
  margin: 0;
  transition:all .5s;
  display:inline-block;
}

.collection-item a {
	position: absolute;
  	height: 100%;
  	width: 100%;
  	top: 0;
  	left: 0;
  z-index: 1;
}

.collection-item:hover .details .title {
  background:rgba(0,0,0,0.8);
}




/* Collection pages */
.collection-header {
  line-height: 60px !important;
}

.collection-header h2 {
  font-size: 25px;
  margin: 0;
  line-height: 60px !important;
}

.products {
  transition:all .5s;
  opacity:1;
  display: flex;
  flex-wrap: wrap;
}

.item {
	width: 25%;
}

@media screen and (max-width: 750px) {
	.item {
		width: 50%;
	}
}

@media screen and (max-width: 450px) {
	.item {
		width: 100%;
	}
}

.products.loading {
  opacity:.25;
}


/* Sidebar */
.widget {
  margin-bottom: 30px;
}

.widget a img:hover {
  opacity: .6;
  transition: all .5s;
}

.widget h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.widget ul {
  margin:0;
}

.widget ul.widget-list {
  padding:0 0 0 20px;
  margin:0;
}

.widget ul.widget-list li {
  padding: 0;
  list-style: none;
  line-height: 25px;
}

.widget ul.widget-list li:before {
  font-family: FontAwesome;
  content:'\f105';
  position: relative;
  top:0;
  left: -10px;
  color:#999;
  transition: all .5s;
}

.widget ul.widget-list li:hover:before {
  left: -8px;
}

.sidebar-item {
  margin-bottom: 10px;
}

.sidebar-item img {
  width:75px;
}

.sidebar-item span.title {
  margin-top: 5px;
  display: block;
  margin-left: 20px;
}

.sidebar-item span.price {
  font-size: 12px;
  color:#999;
  display: block;
  margin-left: 20px;
}

.sidebar-item em.compare-price {
  text-decoration: line-through;
  font-style: normal;
  margin-left: 5px;
  color: #C04650;
}


.sidebar-item .btn {
  padding: 3px 10px;
  margin-left: 20px;
  margin-top: 5px;
}


/* Filtering */
.filter-list ul li input {
  display:none;
}

.filter-list ul li a {
  padding-left:20px;
  line-height:35px;
}

.filter-list ul li a:before {
  font-family:FontAwesome;
  content:'\f10c';
  position:relative;
  left:-8px;
  font-size:14px;
  color:#666;
}

.filter-list ul li.active a:before, .filter-list ul li a:hover:before {
  content:'\f192';
}

ul.color-list li span.filter-color {
  width: 20px;
  height: 20px;
  margin:7px 0 0 10px;
  float: left;
  padding: 0;
  border-radius: 3px;
  border:1px solid rgba(0,0,0,0.3);
  cursor:pointer;
  opacity:.9;
  transition:all .5s;
}

ul.color-list li:hover span.filter-color {
  border:1px solid rgba(0,0,0,0.5);
  opacity:1;
}

ul.color-list li.active span.filter-color {
  border:1px solid #4bbba6;
  opacity:1;
}

ul.color-list li a {
  padding-left:8px;
}

ul.color-list li a:before {
  display:none;
}





/* pagination */
.pagination {
  font-weight:400;
}

.pagination span {
  text-transform:uppercase;
  padding:3px 10px;
}

.pagination span.current {
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  opacity:0.6;
}




/* To top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.8) url(top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: .8;
}



/* Instagram */
#instagram {
  background: #dbdbdb;
  padding: 30px 0 80px;
  margin: 0 !important;
}

#instagram h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom:10px;
}

#instagram p {
  text-align: center;
  font-size: 12px;
  margin-bottom:30px;
}


/* Pros */
.pros {
  background: #464444;
  color: #ffffff;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 10px;
}

.pros i {
  position: relative;
  top:7px;
  font-size: 30px;
  color: #e2e1e1;
  margin-right: 10px;
}



/* Footer */
footer {
  background: #111111;
  padding: 40px 0 30px;
  color: #666666;
}

footer a {
  color: #666666;
}

footer p {
  margin-bottom: 4px;
}

footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  margin:0 0 10px;
}

footer ul li {
  padding-left:12px !important;
  line-height: 25px;
}

footer ul li:before {
  font-family: FontAwesome;
  content:'\f105';
  position: relative;
  top:0;
  left: -10px;
  color:rgba(255,255,255,0.2);
  transition: all .5s;
}

footer ul li:hover:before {
  left: -8px;
}

footer .newsletter .btn {
  padding:8px 20px;
}

footer .social i {
  font-size:18px;
  margin-right:3px;
}

footer .credits {
  font-size: 11px;
  color: #444;
}

footer .credits hr {
  border-top: 1px solid #151515;
  margin: 20px 0;
}

footer .paycards i {
  font-size: 28px;
  margin-left: 2px;
  position: relative;
  top:-5px;
}




/* Plugins */

/* Owl Carousel */
.owl-carousel{
  overflow: hidden;
}
.owl-buttons{
  position: static;
}
.owl-prev,
.owl-next{
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;

  z-index: 6;

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev{
  left: -50px;
}
.owl-next{
  right: -50px;
}
.owl-prev:before,
.owl-next:before{
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;

  background: #fff;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
  left: auto;
  right: 0;
}
.owl-prev .fa,
.owl-next .fa{
  position: relative;
}
.owl-prev:hover,
.owl-next:hover{	
  -webkit-transition: 0 none !important;  
  -moz-transition: 0 none !important;  
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;    
  transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
  opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{	
  opacity: 0.6;
}
.owl-carousel:hover .owl-prev{
  opacity: 1;
  left: -35px;
}
.owl-carousel:hover .owl-next{
  opacity: 1;
  right: -35px;
}
.owl-pagination{
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page{
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}
.owl-page span{
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255, .7);
  position: relative;
  z-index: 100 !important;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
  background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  background: transparent;
  bordeR: 1px solid rgba(255,255,255, .8);

  -webkit-transform: scale(1.3333333);
  -moz-transform: scale(1.3333333);
  -o-transform: scale(1.3333333);
  -ms-transform: scale(1.3333333);
  transform: scale(1.3333333);
}

.item-carousel .owl-prev{
  left: -125px;
}
.item-carousel .owl-next{
  right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.item-carousel{
  margin-bottom: -50px;
  padding-bottom: 50px;
}
.item-carousel .owl-pagination{
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
  bottom: 15px;
}

.single-carousel,
.small-item-carousel{
  margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
  position: relative;
  left: 0;
  top: 35px;
  margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
  background: rgba(0,0,0, .15);

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
  background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
  color: rgba(0,0,0, .2);
  text-shadow: none;

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
  color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
  left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
  right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next{
  color: #fff;
}
.black-arrows .owl-prev:before,
.black-arrows .owl-next:before{
  background: rgba(0,0,0, 1);
}





























