/** Shopify CDN: Minification failed

Line 1383:29 Invalid escape

**/
/*  CKO Designs Shopify Template

	The Polished Rider
	Override CSS Styles

	color: #ffffff -- Nave Blue
	color: #ffffff -- Teal blue
	color: #abe2d7 -- Green

	color: #ffffff

	---------------------------*/
	
/*----------------Global ------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Ubuntu:300,300i,400,400i,500,500i,700,700i');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

html {
	font-size: 16px;  
}

* {
 	box-sizing: border-box;
 	-webkit-box-sizing: border-box;
}

body {
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 1.48em;
	color: #000000;
    font-family: "ubuntu", arial, sans-serif;
	position: relative;
	width: 100%;
  	border-top: 156px solid transparent;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "roboto", arial, sans-serif; 
	color: #000000;
  	font-weight: 400;
  	letter-spacing: .03em;
  	text-align: center;
}

h2 {
	line-height: 28px;
}

h2.fancy {
	font-size: 2.25rem;  
  	position: relative;
}

p {
	margin: 0 auto 20px;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
 	text-decoration: none;
  	color: #000000;
}

h1.page-title {
	width: 100%;
  	font-size: 2.775rem;
  	line-height: 1em;
  	text-align: center;
  	text-transform: uppercase;
}


/* Reusable Styles 
-----------------------------------*/

.one-half {
  width: 49.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.one-third {
  width: 32.5%;
}

.two-thirds {
  width: 66.25%;  
}

.one-fourth {
  width: 24.7%;  
}

.three-fourths {
  width: 74.7%;
}

.four-fifths {
	width: 80%;  
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
	width: 80%;
}

.one-fifth {
	width: 20%;
}

.one-eighth {
  width: 12.4%;  
}

.seven-eighths {
  width: 86.4%;
}

.text-center {
  text-align: center;
}

.inline-block {
  display: inline-block !important;
}

.gray-bg { 
  background: #eee;  
}

.pink-bg {
  background: #ffffff;  
}

hr.clear {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
  height: 0;
}

hr.short-clear {
  width: 25%;
  height: 4px;
  background: #666;
  margin-left: 20px;
}

.inner-wrapper {
  	width: 100%;
	max-width: 1200px;
  	margin: 0 auto;
    position: relative;
  	padding: 0 20px;
  	box-sizing: border-box;
}

.box-centered {
  margin-right: auto;
  margin-left: auto;
}

#container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  
}

#content {
  position: relative;
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}

hr.clear-breaker-line {
  width: 100%;
  height: 81px;
  border: none;
  background: url( //cdn.shopify.com/s/files/1/2084/1711/t/2/assets/break-line.png?v=146141031832585297561503271850 ) center center no-repeat;
  margin:0;
  padding: 0;
  display: block;
  clear: both;
}

hr.clear-breaker-line.bottom {
  width: 100%;
  height: 81px;
  border: none;
  background: url( //cdn.shopify.com/s/files/1/2084/1711/t/2/assets/break-line-bottom.png?v=41355590299369940091503271850 ) center center no-repeat;
  margin:0;
  padding: 0;
  display: block;
  clear: both;
}

hr.clear-about {
	width: 100%;
  	height: 0;
  	padding-top: 30px;
  	padding-bottom: 30px;
  	margin: 0 auto;
  	background: transparent;
  	clear: both;
  	display: block;
    border: none;  
}

.styled-submit, .btn, .button {
  display: block;
  padding: 8px 14px;
  color: #ffffff;
  font-weight: 700;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: none;
  outline: none;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 0.1px;
  -webkit-font-smoothing: antialiased;
}

.sans-padding {
	padding-right: 0 !important;
  	padding-left: 0 !important;
}

.full-width-section {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 40px 0;
}

.full-width-section .flex.uncontained {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  position: relative;
}

/* Fancy Lines */

.fancy {
  line-height: 0.5;
  text-align: center;
  text-transform: uppercase;
}

.fancy span {
  display: inline-block;
  position: relative;  
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #ffffff;
  top: 50%;
  width: 150px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

#content .inner-wrapper {
	padding-top: 15px;
}

/* Header Section
--------------------------------------*/

#header {
    padding: 0 0 35px;
    background: #ffffff;
  	box-sizing: border-box;
  	margin: 0;
  	z-index: 100;
  	position: fixed;
  	text-transform: uppercase;
  	top: 20px;
  	width: 100%;
     -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#header.scrolling {
	top: 0;
}

/* Topper 
-------------------------------------------*/

#top-popup {
  color: #fff;
  position: fixed;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 20px;
  font-size: 0.675rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  width:100%;
  height: 100%;
  max-height: 20px;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#top-popup p {
    display: block;
    line-height: 20px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: .1em;
    background-color:#000;
}

/* Header Content
-------------------------------------------*/

#header #logo img {
  	display: block;
  	width: 100%;
  	max-width: 150px;
	padding: 0;
  	margin: 10px auto 15px;
  	text-align: center;
}


#header-info-left {
  	font-size: .75rem;
  	position: absolute;
  	top: 35px;
  	left: 20px;
}

  #header-info-left input[type="text"]{
  	
  }


  #header-info-left #search-icon {
    border: none;
    background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/search-icon.png?v=163411308336064766631561058200) center center no-repeat;
    background-size: 25px 25px;
    display: inline-block;
    width: 25px;
    height: 25px; 
    width: 100%;
    max-width: 310px;
  }


#header-info-right  {
	position: absolute;
    top: 30px;
  	right: 40px;
}

#header-info-right #cart-icon {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/shopping-bag.png?v=128661836106670172351503277402) center center no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px; 
  position: relative;
}

#header-info-right #cart-icon.active {
	background-image: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/shopping-bag-active.png?v=181454204968175735851503277410);
}

#header-info-right #wishlist-link {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/wishlist-icon.png?v=136908612375486206831503271861) left center no-repeat;
  background-size: 25px 25px;
  padding-left: 25px;
  height: 25px; 
  float: right;
  padding-left: 25px;
  line-height: 30px;
}

#header-info-right #account-login {
  display: inline-block;
  background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/account-icon.png?v=3891898955196430821503277126) left center no-repeat;
  background-size: 25px 25px;
  padding-left: 25px;
  height: 25px; 
  padding-left: 25px;
  line-height: 25px;
  margin-right: 5px;
}

#header-info-right #search-form {
  width: 25px;
  height: 25px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#header-info-right #search-form:hover {
  width: 225px;
}
	
#search-form #search-field {
  border: none;
  background: #d8dad9;
  color: #333;
  height: 25px;
  margin: 0;
  top: 0;
  text-transform: normal;
  text-indent: .5em;
  float: left;
  width: 75%;
}

#search-form #search-field::-webkit-input-placeholder {
  color: #fff;
}

#search-form #search-field::-moz-placeholder {
  color: #fff;
}

#search-form #search-field:-ms-input-placeholder {
  color: #fff;
}

/* Search Form
----------------------------------------*/

#search-content form {
  width: 100%;
  max-width: 800px;
  padding-bottom: 160px;
}

	#search-content #search-field-page{
    	width: 75%;
      	float: left;
      	color: #333;
      	height: 40px;
      	padding-top: 0;
      	padding-bottom: 0;
      	margin-right: 0;
    }

	#search-content #search-button-page {
    	height: 40px;  
      	width: 23%;
      	float: right;
      	background: #d8dad9;
      	text-align: center;
      	padding: 0;
      	line-height: 40px;
    }

#search-form {
    width: 100%;
}

#search-content {
	float: none;
  	margin-right: auto;
    margin-left: auto;
  	width: 75%;
}

#search-content #searching-for {
	text-align: center;
}

#search-content ul.search-list {
    float: left;
    width: 100%;  
}

#search-content .search-result-image {
  	float: left;
	height: auto;  
  	width: 15%;
}

#search-content .search-result-details {	
  	float: left;
  	margin-left: 0;
  	padding-left: 40px;
  	text-align: left;
    width: 84%; 
}

#search-content .search-result-details h2.search-result-title {
  	color: #000000;
	text-align: left;
  	font-size: 2rem;
  	margin-bottom: 15px;
  	margin-top: 10px;
}

#search-content .search-result-details .search-result-description {
	margin-bottom: 15px;  
}



	
/* Cart Dropdown
-----------------------------*/

#cart-info {
  position: absolute;
  right: 0;
  background: #fff;
  top: 85%;
  text-align: center;
  font-size: .875rem;
  z-index: 10000000;
  width: 390px;
  transform: translatex(25%);
}

.tooltip:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 6px;
  margin-right: -6px;
}

.tooltip:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #ccc;
  border-width: 7px;
  margin-right: -7px;
}

#cart-info a {
  font-size: .675rem;
}

#cart-info table {
  border-color: #d8dad9;
}

#cart-giftcard {
  padding-left: 12.5%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

#giftcard-wrapper {
	padding-right: 25%;
  	padding-left: 25%;
}

#cart-giftcard img {
  width: 190px;
  height: 175px;
  float: left;
  margin-right: 5%;
} 

#cart-giftcard  h3 {
  font-size: 31px;
  float: left;
  line-height: 175px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (min-device-width: 320px)  {
	
  #cart-giftcard {
    padding-left: 0;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }

  #giftcard-wrapper {
      padding-right: 25%;
      padding-left: 25%;
  }

  #cart-giftcard img {
    width: 110px;
    height: 105px;
    float: none;
    margin-right: 5%;
  } 

  #cart-giftcard  h3 {
    font-size: 31px;
    width: 100%;
    float: none;
    line-height: 1em;
    padding-top: 0;
    padding-bottom: 0;
	margin: 0 auto;
  }
}

/* Naviagtion 
-----------------------------*/

#main-nav {
  display: block;
  font-weight: 400;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  height: 40px;
  text-align: center;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #d8dad9;
  border-bottom: 1px solid #d8dad9;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.08);
}

	#main-nav a {
    	font-family: roboto;
    }

.template-index #main-nav, #custom-design #main-nav {
  margin-bottom: 0;
}

#main-nav .nav-item {
  display: inline-block;  
  height: 100%;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  position: relative;
}

#main-nav .nav-item .nav-item-link {
  color: #000000;
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: 38px;
  letter-spacing: 0.08em;   
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;  	
  position: relative;
}

#main-nav .nav-item .nav-item-link:hover,
#main-nav .nav-item .nav-item-link.active {
  color: #d8dad9;
  background: #ffffff;
}

.sub-nav {
  background: #ffffff;
  display: none;
  width: 240px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 15px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  z-index: 100000;
}

.dropdown:hover ul.sub-nav {
  display: block;

}

  .dropdown ul.sub-nav li a {
    display: block;
    color: #000000;
    font-size: .775rem;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .dropdown ul.sub-nav li a:hover {
  	 color: #000000;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;  
  }


/* Mega Dropdown
-----------------------------------------*/

	#main-nav .tool-tip {
    	width: 20px;
      	height: 16px;
        background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/tool-tip.png?v=102076972578987878381503271861) bottom center no-repeat;
      	position: absolute;
      	top: 86px;
      	left: 50%;
      	transform: translateX(-50%);
      	display: none;
      	opacity: 0;
       -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }

	#main-nav .nav-item:hover .tool-tip {
    	display: block;
      	opacity: 1;
    }

            #main-nav .nav-item .tool-tip {
              width: 20px;
              height: 16px;
              background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/tool-tip.png?v=102076972578987878381503271861) bottom center no-repeat;
              position: absolute;
              top: 24px;
              left: 50%;
              transform: translateX(-50%);
              display: none;
              opacity: 0;
              -webkit-transition: all .1s ease-in-out;
              -moz-transition: all .1s ease-in-out;
              -ms-transition: all .1s ease-in-out;
              -o-transition: all .1s ease-in-out;
			  transition: all .1s ease-in-out;
             }

                #main-nav .nav-item:hover .tool-tip {
                    display: block;
                    opacity: 1;
                }
               

/* Index Page 
-----------------------------------------*/

#slideshow {
  padding-top: 5px;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

#slideshow {
  margin-bottom: 0; 
}

#slideshow .caption-box {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	max-width: 800px;
  	width: 100%;
  	text-align: center;
  	height: auto;
}

#slideshow h1 {
 	display: block;
    margin-right: auto;
    margin-left: auto;
  	width: 80%;
  	color: #fff;
  	text-align: center;
  	font-size: 3rem;
  	line-height: 1.2em;
  	padding-bottom: 20px;
}

#slideshow span.button {
   width: auto;
   display: block;
   text-align: center;
   margin-right: auto;
   margin-left: auto;
   max-width: 400px;
   color: #fff;
   border-color: #fff;
   background: transparent;
   border: 2px solid #fff;
   border-color: #fff;
}

/* Home Intro Boxes
-----------------------------------------*/

#intro-promo {
	padding: 0;
}

	#intro-promo .one-half {
    	position: relative;
    }

		#intro-promo .one-half img {
        	width: 100%;
        }

/* Home Featured Categories
-----------------------------------------*/

#featured-categories {
  	text-align: center;
  	padding: 15px 0px 15px;
}

	#featured-categories .one-third {
     	width: 32.5%;
        position: relative;
    }

	#featured-categories .one-third.center-box {
		margin-right: 1%;
      	margin-left: 1%;
      	display: inline-block;
    }

		#featured-categories .one-third img {
        	width: 100%;
        }


/* Home Featured Products
-----------------------------------------*/

#home-featured-products {
	border-bottom: 1px solid #eee;  
  	padding-top: 0;
}
	
	#home-featured-products h3 {
    	margin: 0 auto;
      	padding-top: 10px;
      	padding-bottom: 10px;
      	text-transform: uppercase;
      	font-weight: 600;
    }

/* Bottom Callout
-----------------------------------------*/

#newsletter_signup {
	position: relative; 
  	padding: 0 25px;
  	margin: 0 auto 40px;
}


	#newsletter_signup img {
    	width: 100%;  
      	margin: 0 auto;
    }


/* Newsletter Signup
----------------------------------------*/

.newsletter-signup {
	background: #ffffff;
  	transform: scale(1,1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  	padding-top: 50px;
  	padding-bottom: 40px;
}

	.newsletter-signup h2,
	.newsletter-signup h3 {
      text-align: center;
      color: #000000	;
      text-shadow: 0 2px 3px #d8dad9;
    }

	.newsletter-signup h2 {
      font-size: 3rem;
      padding-bottom: 0;
      margin-bottom: 0;
      line-height: 1em;
      margin-top: 0;
    }

	.newsletter-signup h3 {
      font-size: 1.5rem;
      padding-bottom: 30px;
      margin-bottom: 0;
    }

	.newsletter-signup input[type="email"] {
        width: 70%;
        float: left;
      	background: #fff;
      	color: #ccc;
      	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
    }

	.newsletter-signup input[type="submit"] {
		width: 30%;
      	float: left;
      	background: #ccc;
      	height: 42px;
      	line-height: 42px;
      	color: #fff;
      	padding-top: 0;
      	padding-bottom: 0;
      	-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,.18);
    }

	.newsletter-signup input[type="submit"]:hover {
    	background: #C7E5EF;
    }
/* Bread Crumbs 
-------------------------------------------*/

#breadcrumbs {
  border-top:1px solid #ccc;
  padding:39px 0;
  font-size:13px;
  text-align:center;
  margin:0 auto;
  color: #333;
  font-weight: 400;
  line-height:19px;
}

#breadcrumbs a, #breadcrumbs span { 
  font-size: 13px; 
  font-weight: 400; 
  text-transform: uppercase; 
  color: #333;
}

#breadcrumbs a:hover { 
  color: #ccc; 
}
               
#breadcrumbs {
  border-top: none;  
  width: 100%;
  float:left;
  top: 0;
  left: 0;
  color: #ccc;
  font-size: 11px;
  font-weight: bold;
  padding:7px 0 10px;
  margin:0;
  height: 17px;
  text-align: left;
}

#breadcrumbs span.sep {
  font-family: foundation-icons;
  color: #cccccc;
  padding-right: .7em; 
  padding-left: .7em;
  font-size: 11px;
}

/* Collection Page
----------------------------------------------*/

.title-wrap {
  width: 100%;
  background: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/col-header-bg.jpg?v=158099360801206136401503281405);
  background-repeat: repeat-y;
}

	.title-wrap h1 {
    	padding: 50px 15px;
      	color: #fff;
      	font-family: 'ubuntu';
      	font-weight: 600;
      	font-size: 3.5rem;
      	text-align: left;
      	text-transform: uppercase;
      	text-shadow: 0 1px 2px #ccc;
    }


.collection-header {
 	width: 100%; 
 	padding-top: 122px;
    padding-bottom: 122px;
    background-position: 50% 50%;  
    background-size: cover !important;
    box-sizing: border-box;
    color: rgb(90, 90, 90);
    display: block;
}

.collection-header .flex {
	position: relative;
  	z-index: 1000;
}

h1.hero-text {
  font-weight:300;
  padding-top:0px;
  line-height:1em;
  color:#fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 3.75rem;
  text-transform: uppercase;
  text-align: center;
  float: none;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 10000;
}

#collection-description {
  margin-bottom:40px;
  padding-bottom:21px;
  border-bottom:1px solid #000000;
}

#collection-list {
	width: 100%;
  	margin: 0 auto;
	position: relative;
    min-height: 482px;
  	padding-bottom: 40px;
}

	#collection-list .four-fifths {
    	padding-top: 30px;  
    }

.product-listing {
  position: relative;
  margin-bottom: 20%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 30%;
}
	
	.product-listing .coll-image-wrap {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-top: 100%;        
    }

		.product-listing .coll-image-wrap a {
        	width: 100%;
          	display: block;
          	height: 100%;
         	line-height: 0;
        }

        .product-listing .coll-image-wrap img {
          width: 100%;
          display: block;
          text-align:center;
          margin-right: auto;
          margin-left: auto;
          height: auto;   
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
        }

.product-listing .coll-prod-caption {
  	width: 80%;
    z-index: 10;
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	transform: translateX(-50%);
  	padding-top: 10px;
}

.product-listing .coll-prod-caption .vendor {
  text-transform: uppercase;
  font-size: .575rem;
  text-align: center;
  font-weight: 600;
  color: #999;
  display: block;
}

.product-listing .coll-prod-title {
  color: #111;
  text-transform: none;
  letter-spacing: 1px;
  font-size: .875rem;
  font-weight: 600;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  text-align: center;
  font-family: "open sans", arial, sans-serif;
  line-height: 1.3em;
}


.product-listing .coll-prod-price { 
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #333;
}

p.returns-note,
p.returns-note a {
  	padding-top: 5px;
	font-style: italic;
  	font-size: .875rem !important;
  	width: auto !important;
  	text-align: center;
  	line-height: 1.2em;
}

.bis-edge-left.bis-edge-top {
  left: -999999em;
  display: none;
}

h2.no-product-message {
	padding-left: 10%;
  	padding-right: 10%;
  	padding-top: 15%;
  	text-align: center;
  	font-size: 1.2rem;
  	color: #333;
}

	h2.no-product-message span {
      	text-transform: uppercase;
    	display: block;
      	text-align: center;
      	font-size: 3rem;
      	padding-bottom: 10px;
    }

/* Sort Filter
--------------------------------------------*/

.sort-filter {
  width: 100%;
  border-bottom: 1px #ccc dashed;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  
}

.sort-filter label {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  line-height: 28px;
  font-size: 1.3rem;
  color: #333;
}

.sort-filter p {
	float:right; 
    margin-right: 10px;
  	line-height: 28px;
}

.sort-filter select {
    height: 28px;
    line-height: 28px;
  	float: right;  
  	padding: 5px 4px;
  	border: 1px solid #ddd;
  	border-radius: 2px;
  	-webkit-border-radius: 2px;
  	font-size: .675rem;
 
}

/* Sidebar Filter
--------------------------------------------*/

#sidebar-filter {
	padding-right: 15px;
}

	#sidebar-filter ul {
      list-style-type: none;
    }

	#sidebar-filter h2 {
  		background: #333;
      	color: #fff;
      	text-transform: uppercase;
      	padding-top:0;
      	font-size: 1.2rem;
      	line-height: 1.4em;
      	margin-top: 0;
      	margin-bottom: 40px;
    }

	#sidebar-filter h3 {
      text-transform: uppercase;
      text-align: left;
      padding-left: 0px;
      border-bottom: 2px solid #ccc;
    }

	#sidebar-filter ul.collection-filters {
      padding-left: 0;
      margin-bottom: 30px;
    }

		#sidebar-filter ul li {
        	width: 100%;
          	position: relative;
          	padding-top: 3px;
          	padding-bottom: 3px;
        }

		#sidebar-filter ul li a {
          display: block;
          position: relative;
          padding-left: 25px;
        }

		#sidebar-filter ul a:before {
          content: "";
          display: inline-block;       
          vertical-align: top;
          border: 1px solid #cbcbcb;
          position: absolute;
          left: 0;           
          width: 9px;
          height: 9px;
          margin: 5px 5px 0 0;
          left: 0;
          top: 0px
    	}

		#sidebar-filter ul li.active-filter a:after {
          content: "";
          background: #FA3301;
          position: absolute;
          left: 1px;
          width: 9px;
          height: 9px;
          top: 6px;
		}
	

/* Template Collection Content 
--------------------------------------------*/

.page-container {
  width: 100%;
  margin-top: 40px;
  padding:0 30px;
}

.page-container .page-title {\
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
}

/* Product Page 
--------------------------------------------*/

#product-container {
  padding-top: 50x;
  padding-bottom:30px;
  z-index: 10;
}

#product-container #breadcrumbs {
  font-size: 11px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#product-container #breadcrumbs a, #product-container #breadcrumbs span {
  font-size: 11px;
  color: #999;
}

#product-content {
  width:100%;
  margin: 0 auto;
  padding-top: 40px;
}

#product-details {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 10px;
  box-sizing: border-box;
}

.property-wrapper { 
  margin:29px 0;
}

#product-details li { 
  border-bottom:1px solid #150145
}

#product-details li:last-child {
  border-bottom:0;
}

#product-title { 
  padding:0 0 26px 0; 
}

	#product-title h3.vendor {
    	text-align: left;
      	padding-bottom: 3px;
      	text-transform: uppercase;
      	font-size: .875rem;
      	margin-bottom: 0;
      	color: #999;
    }

#product-title h1 {
  font-size: 2rem;
  line-height: 1em;
  margin:0 0 10px 0;
}

#product-title h2 {
  font-size: 1rem;
  color: #150145;
  margin:0;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 400;
}

#product-prices { 
  padding:15px 0 21px; 
}

.product-price {
  display:inline;
  color: #999;
  font-size:35px;
  margin:0 12px 0 0;
  -webkit-font-smoothing: antialiased;
}

.product-compare-price {
  display:inline;
  color:#150145;
  font-size:19px;
  text-decoration:line-through;
}

#product-description { 
  padding:21px 0 14px; 
}

#product-description.bottom {
  padding:0;
  border-top:1px solid #333;
  clear:both; 
}

#product-description h2 {
  font-size:20px;
}

li#product-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

li#product-title,
li#product-title h1,  
li#product-title h2 {
  border-bottom: none; 
  text-align: left;
}

li#product-title h1 {
  color: #333;
  line-height: 1.2em;
}

li#product-title h2 {
	font-size: .675rem;
  	font-weight: 600;
  	color: #333;
}

#product-details li {
  border-bottom: none;
}
		
li#product-prices  {
  padding:0;
  margin:0;
  border:none;
  margin:0;
}

li#product-description {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
		
li#product-description p {
  line-height: 1.48em;
  font-size: 13px;
}

#product-description #full_description {
  padding-top: 15px;  
}

.product-prices, #product-price .product-price {
  display: inline;
  color: #000;
  font-size: 18px;
  margin:  0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
		
#product-price span.product-price {
  margin: 0;
  line-height: 1em;
  padding-bottom: 5px;
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
}

#product-price {
	margin: 0;
	line-height: 1em;
	padding-bottom: 5px;
}

li#quantity {
	margin-bottom: 20px;
}

	
	li#quantity input {
      	border-radius: 3px;
    	float: left;
      	width: 60px;
      	height: 35px;
    }

/* Product Photos 
--------------------------------------*/

.product-photo-thumb {
  float:left;
  text-align:left;
  background-color: transparent;
  cursor:pointer;
}

#product-photos .featured {
  margin-bottom: 10px; 
  padding-right: 20px;
}

	#product-photos .owl-carousel .owl-wrapper-outer {
    	width: 99%;
    }

#product-photos .featured #wrap {
  z-index: 999 !important;
}

#product-photos .featured img {
  width: 99%;
  float: left;
}

#product-photos .featured #single-featured-image {
  width: 100%;
}

#product-photos .owl-pagination {
  display: none;  
}

#product-photos .owl-buttons div {
  background: transparent;
  color: #8D7769;
  font-size: 1.6rem;
  padding: 5px 10px;
  font-weight: 600;
}

#product-photos .owl-item #wrap {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}

#product-photos .owl-item .cloud-zoom {
  width: 100%;
  height: 100%;
  float: left;
}

#product-photos .owl-item .mousetrap {
  width: 100% !important;
  height: 100% !important;  
}

#product-photos .thumbs {
  padding-bottom: 5px;
}

#product-photos .thumbs .image {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

#product-photos .thumbs .image img {
  display: block;
  width: 99%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Product Variants
------------------------------------*/

#product-variants { 
  padding-bottom: 20px ; 
}

.selector-wrapper {
  width: 100%;
  display: block;
  margin-top: 1rem;
}


.selector-wrapper select {
  padding: 11px 10px 11px 18px;
  width: 70%;
  line-height: 1em;
  height: 44px;
  letter-spacing: .05em;
  box-sizing: border-box;
  border: 2px solid #ccc;
  position: relative;
}

.selector-wrapper select:hover {
  cursor: pointer;  
}

.selector-wrapper label, 
#quantity label {
	color: #333;  
  	text-transform: uppercase;
  	float: left;
  	display: block;
  	width: 19%;
  	line-height: 44px;
  	font-size: 1rem;
  	font-weight: 600;
  	font-family: "roboto condensed", arial, sans-serif;
}

#quantity {
	  
}

	#quantity input {
    	padding: 11px 10px 11px 18px;
        width: 60px;
        line-height: 1em;
        height: 44px;
        letter-spacing: .05em;
        box-sizing: border-box;
        border: 2px solid #ccc;
        position: relative;  
      	border-radius: 0;
      	-webkit-border-radius: 0;
      	-moz-border-radius: 0;
    }
/* Add To Cart Button 
----------------------------------------*/

#product-add {
  width: 100%; 
  margin-bottom: 20px;
}

#product-add #add {
  color: #fff;
  background: #333;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 14px 15px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 3px;
  line-height: 17px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#product-add #add:hover {
  background: #ccc;
  cursor: pointer;
  color: #fff;
}

#product-add #add:focus, #product-add #add:active {
  outline: none;  
}

		#product-add #notify-me-button {
          	color: #fff;
            background: #ccc;
            border: none;
            display: inline-block;
            width: 100%;
            padding: 14px 15px;
            letter-spacing: 1px;
            text-align: center;
            border-radius: 3px;
            line-height: 17px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 600;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
		}

		#product-add #notify-me-button:hover {
          cursor: pointer;
        }


#product-add .add-to-wishlist {
  border: 2px solid #999;
  color: #999;
  display: inline-block;
  width: 45%;
  padding: 14px 15px;
  margin-right: 10px;
  background: transparent;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 3px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;  
}

#product-add .add-to-wishlist:hover {
  background: #333;
  border-color: #333;
  cursor: pointer;
  color: #fff;
}

#share-buttons {
	width: 100%;  
    display: inline-block;
    text-align: center;
}

	#share-buttons a {
      width: 30px;
      height: 30px;
      display: inline-block;
      text-align: center;
      line-height: 25px;
      margin-left: 2.5px;
      margin-right: 2.5px;
      font-size: 1.6rem;
      color: #ccc;
    }

#size-chart-pop {
	width: 50%;
  	display: block;
  	font-family: "roboto condensed", arial, sans-serif;
  	text-align: center;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	font-size: 1.1rem;
  	color: #ccc;
  	position: relative;
  	margin-right: auto;
  	margin-left: auto;
  	transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	width: 130px;
  	color: #777;
  	text-transform: uppercase;
  	font-size: .875rem;
}

#size-chart-pop:hover {
	cursor: pointer;
  	color: #333;
}

#size-chart-pop:before {
  content: '';
  background-image: url(//cdn.shopify.com/s/files/1/2084/1711/t/2/assets/icon-measurments.png?448);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -30px;
  top: 5px;
}

/* Buy Popup 
-------------------------------------*/

#buy-pop-up {
  display: none; 
  width: 440px;
  height: 260px;
  position:fixed;
  padding:0;
  margin:0;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
  z-index:1000000;
  -webkit-box-shadow: 0 0 80px 20px rgba(0,0,0,.5);
  box-shadow: 0 0 80px 20px rgba(0,0,0,.5);
  background: #f5f5f5;
  outline-color: #D6B154;  
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -10px;
}

	#buy-pop-up .inner-buy-wrapper {
        width: 100%;
  		height: auto;
     	margin: 0 auto;
      	position: relative;        
    }

	#buy-pop-up #pop-close {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      padding: 0;
      margin: 0;
      text-align: center;
    }

	#buy-pop-up #pop-close i {
    	color: #aaa;
      	font-size: 1.2rem;
      	line-height: 30px;
    }

#buy-pop-up p {
	text-align: center;
    text-transform: uppercase;
    color: #777;
    letter-spacing: .08em;
    margin-top: 60px;
    font-size: 14px;
    margin-bottom: 20px;
}

#buy-pop-up h2#pur-item-name {
    font-size: 28px;
	text-align: center;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .04em;
    margin-top: 0;
    padding-top:0;
    line-height: 1.1em;
    width: 90%;
    margin-right: auto;
    margin-left: auto; 
  	margin-bottom: 30px;
}

#buy-pop-up a.button {
	position: relative;
    bottom: 0px;
  	padding: 11px 15px;
  	font-size: .775rem;
  	background: #fff;
  	color: #333;
    -webkit-border-radius: 2px;
  	border-radius: 2px;
  	border: 2px solid #333;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

	#buy-pop-up a.button:hover {
    	background: #333;
      	color: #fff;   
    }

#buy-pop-up a.button.left {
	left: 40px;  
}

#buy-pop-up a.button.right {
	right: 40px;  
}


/* Related products container 
-------------------------------------*/

.related-products-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  float: none;
}

#related_products .coll-image-wrap {
  padding-right: 5px;
  padding-left: 5px;	  
}

h2.related-products-title {
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  width: 99%;
}

#related_products .product-listing {
  margin-bottom: 40px;
}

/* SNIPPET: Related Products */

.related-products-list {
  margin:0 0 30px 0;
  padding:20px 0 0 0;
}

#related_products .coll-prod-title {
  font-size: 1rem;
}

/* About Page 
----------------------------------------*/

#about-content {
  padding-bottom: 40px;
  margin-top: 20px;
}

#about-content p {
  	color: #333;
  	font-weight: 300;
  	font-size: 1rem;
  	line-height: 1.6em;
	padding-left: 15px;
  	padding-right: 15px;
}

.about-pic-container {
	padding-right: 30px;
  	padding-top: 30px;
}

img.about-pic {
  width: 100%;
  border: 5px solid #AFD8E9;
}

#about-content {

}
	#about-content .text-box {
      padding: 40px;
    }

	#about-content .one-half {
		position: relative;
    }

	#about-content .one-half img {
    	width: 100%;  
    }
        


/* Press Page
----------------------------------------*/

.press-box {
  margin-bottom: 5px;  
  position: relative;
  overflow: hidden;
  width: 33%;
  border-right: 5px solid #fff;
  margin-bottom: 60px;
}

.press-box img {
  width: 100%;  
  z-index:100;
}

.press-box a {
  display: block;
  line-height: 1em;
  width: 100%;
  height: 100%;
}

.press-box .article-info {
  background: rgba(133,202,220,.6);
  opacity: 0;
  height: 100%;
  line-height: 1em;
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 40px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: translateY(60%);
  width: 100%;
}

.press-box:hover .article-info {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: translateY(0%);
}

.press-box .article-info h2 {
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  padding-bottom: 0;  
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 1.6rem;
}

.press-box:hover .article-info h2 {
  padding-bottom: 15px  
}

.press-box .article-info h4 {
  line-height: 1em;  
  margin: 0 auto;
}

.press-box .article-info h2,
.press-box .article-info h4 {
  color: #fff;
  text-align: center;
}

.press-box .article-info hr.article-clear {
  background: transparent;
  border: none;
  width: 66%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height:3px;
  padding: 0;
  border-top: 1px solid #fff;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.press-box:hover .article-info hr.article-clear {
  padding-bottom: 15px;
}

/* Press Article 
----------------------------------------*/

.article-content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
}

body.template-article img {
  margin: 10px auto;
  text-align: center;
  display: block;
}

body.template-article .page-container .page-title {
  font-size: 1.4rem;
}

/* The Boutque
----------------------------------------*/

#the-boutique.page-container {
  margin-top: 20px;
  padding-bottom: 60px;
}

/* Location
----------------------------------------*/

#google-map {
	width: 100%;
  	height: 70vh;
}

/* Contact Us Page
----------------------------------------*/

#contact-us h2 {
	text-align: left;  
}

#contact-us hr.short-clear {
  margin-left: 0;  
}

#contact-us input, #contact-us textarea {
   	width: 100%;
  	max-width: 400px;
    min-width:1px;
}

#contact-us .two-thirds {
	padding-left: 60px;
}

#contact-us input.styled-submit {
  	color: #626366;
  	font-size: 14px;
  	width: 25%;
	margin-top: 15px;
  	padding-top: 15px;
    padding-bottom: 15px;
  	border: 2px solid #ddd;
  	background: transparent;
  	font-weight: 300;
  	letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#contact-us input.styled-submit:hover {
  color: #fff;
  background: #333;
}

/* Info Page 
----------------------------------------*/

#info-page h2,#info-page h3, 
#info-page h4,#info-page h5, 
#info-page h6 {
  text-align: left;
  color: #b1b1b1; !important;
}

#info-page h1.fancy {
  text-align: center;  
}

/* Wishlist
----------------------------------------*/

#collection-listing.wishlist {
	padding-top: 40px;  
}


/* Search Form
----------------------------------------*/

#container #search-form {
    width: 100%;
  	min-height: 400px;
  	padding-top: 40px;
  	padding-bottom: 40px;
}

#search-content {
	float: none;
  	margin-right: auto;
    margin-left: auto;
  	width: 75%;
}

#search-content #searching-for {
	text-align: center;
}

#search-content ul.search-list {
    float: left;
    width: 100%;  
}

#search-content .search-result-image {
  	float: left;
	height: auto;  
  	width: 15%;
}

#search-content .search-result-details {	
  	float: left;
  	margin-left: 0;
  	padding-left: 40px;
  	text-align: left;
    width: 84%; 
}

#search-content .search-result-details h2.search-result-title {
  	color: #636466;
	text-align: left;
  	font-size: 2rem;
  	margin-bottom: 15px;
  	margin-top: 10px;
}

#search-content .search-result-details .search-result-description {
	margin-bottom: 15px;  
}

#search-form #no-search-results {
  text-align: center;
  width: 100%;
  position: relative;
}

	#search-form #no-search-results .no-results {
    	display: inline-block;  
      	text-align: center;
      	float: none !important;
      	padding-top: 0;
      	padding-bottom: 0;
      	height: 42px; 
      	line-height: 42px;
    }

	#search-content #search-field-page{
    	width: 75%;
      	float: left;
      	color: #333;
      	height: 40px;
      	padding-top: 0;
      	padding-bottom: 0;
      	margin-right: 0;
    }

	#search-content #search-button-page {
    	height: 40px;  
      	width: 23%;
      	float: right;
      	background: #333;
      	text-align: center;
      	padding: 0;
      	line-height: 40px;
    }


/* Cart Page
----------------------------------------*/

#cartform {
  padding-top: 40px;
}

#checkout-button {
  border: 2px solid #999;
  color: #999;
  padding: 14px 15px;
  background: transparent;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 3px;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

#checkout-button:hover {
  background: #333;
  border-color: #333;
  color: #fff;
  cursor: pointer; 
}


/* Footer 
----------------------------------------*/

#footer {
  	background: #fefefe;
	width: 100%;
  	z-index: 100000;
  	padding-top: 40px;
  	padding-bottom: 20px;
  	border-top: 2px solid #F7D1E6;
}

	#footer .inner-wrapper {
		width: 100%;
      	max-width: 912px;
      	margin: 0 auto;
      	padding: 0;
      	position: relative;
      	text-align: center;
    }
	
          #footer #foot-signup-form input[type="email"] {
              height: 40px;
            	
              background: #ddd;
              color: #aaa;
              line-height: 40px;
              margin: 0 auto;       
              padding-left: 15px;
              border: none;
              border-radius: 2px;
              font-weight: 600;
              width: 75%;
          }
		
		  #footer #foot-signup-form .button {       
            border: none;           
            font-weight: 600;
            text-transform: uppercase;
            width: 25%;
          	background: #333;
            line-height: 40px;
            height: 40px;
          	border-radius: 3px;
            padding: 0 10px;
            color: #fff;
            border: none;  
            font-size: 1rem;
          }	

			#footer .one-fourth, 
			#footer .one-third  {
            	padding-right: 20px; 
                padding-left: 20px; 
              	padding-top: 30px;
            }
            
              #footer .one-fourth h5,
			  #footer .one-third h5 {
                  font-size: 1em;
                  font-weight: 600;
                  color: #aaa;
                  text-transform: uppercase;
                  text-align: left;
                  margin-bottom: 10px;
              }

              #footer .one-fourth a,
			  #footer .one-third a {
                  display: block;
                  text-transform: uppercase;                
                  text-align: left;
                  font-size: .675rem;
                  font-weight: 400;
              }

        #social-foot {
            padding-top: 40px; 
            text-align: left;
        }

		#social-foot h5 {
        	text-align: left;
            font-size: 1em;
    		font-weight: 600;
    		color: #777;
    		text-transform: uppercase;
    		text-align: left;
    		margin-bottom: 10px;
        }

    	#footer #social-foot a {          
          display: inline-block;
          width: 30px;
          height: 30px;
          line-height: 30px;
          margin: 0 4px;
          padding: 0;
          font-size: 21px;
          color: #777;
       }

			#footer #social-foot i {
            	font-size: 35px;
                color: #333;
                float: left;              
            }

/* SUB FOOTER 
----------------------------------------*/

#sub-footer {
	width: 100%;
  	padding-top: 40px;
  	padding-bottom: 20px;
  	margin-bottom: 0;
  	height: 20px;
  	text-align: center;
  	float: left;
}

	#sub-footer span.copyright {   
      	display: inline-block;
      	line-height: 20px;
      	padding: 0;
      	margin: 0 15px 0 0;
      	color: #333;
      	font-size: .675rem;     
    }

	#sub-footer a { 
      	display: inline-block;
      	line-height: 20px;
      	padding: 0;
      	margin: 0 15px 0 0;
      	color: #ccc;
      	font-size: .675rem;  
    }


/*--------------- PRP POP -------------*/

div#prp_pop {
  background: #fefefe; /* Old browsers */ 
  width: auto;
  text-align:center;
  height:auto;
  box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);-webkit-box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);display: block;
  float: left;
  margin-bottom: 15px;
  padding: 0px;
  display:none;
  line-height: 0;
  min-width: 600px;
  max-width: 100%;
  padding: 20px;
  outline: 4px double #333;  
  outline-offset: -10px;
}

	div#prp_pop img {
    	width: 140px;
    }

	div#prp_pop .signup {
		line-height: 50px;
      	height: 50px;
      	width: 210px;
      	border-radius: 3px;
      	display: block;
      	margin-right: auto;
      	margin-left: auto;
      	text-align: center;
      	background: #333;
      	padding: 0;
    }

	#prp_pop h4 {
    	font-size: .875rem;
      	text-transform: uppercase;
      	text-align: center;
    }

	#prp_pop h2 {
    	font-size: 2.4rem;
    	color: #333;
      	text-transform: uppercase;
    }
 

div#prp_pop img {
  max-width: 600px;
}

form#pop-newsletter-signup input#newsletter_text {
  padding-left: 3px;
  font-size: 13px;
  border: 1px solid #eee;
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .2);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, .2);
  color: #999;
  padding: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:8px 25px;
  border:none;
}

form#pop-newsletter-signup button#news_letter_button {
  color: white;
  background: #000;
  padding: 9px 11px;
  border: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

form#pop-newsletter-signup button#news_letter_button:hover {
  cursor: pointer;
  background:#777;
}

#prp_pop span.button.b-close { 
  width:32px;
  display:block;
  height:32px;
  position:absolute;
  top:-15px;
  right:-15px;
  background: url(exit_delete_small.png) center center no-repeat;
}

#prp_pop span.b-close:hover {
  cursor:pointer;
}

#prp_pop span.button span {
  width:32px;
  height:32px;
  display:block;
  text-indent: -9999em;
}

hr.small-clear {
  width: 100%;
  clear:both;
  border: none;
  padding: none; 	
  height: 0;
  margin-top: 60px auto 60px;
}

#large-bottom-promo {
  width: 100%;
  height: auto;
  position: relative;
}

div#size-chart-container {
  background: #f5f5f5; /* Old browsers */ 
  width: auto;
  text-align:center;
  height:auto;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);-webkit-box-shadow: 0 -2px 0 rgba(204,223,243,.3) inset,0 0 1px rgba(0,0,0,.1);display: block;
  float: left;
  margin-bottom: 15px;
  padding: 0px;
  display:none;
  line-height: 0;
}
 

div#size-chart-container img {
  max-width: 600px;
}

#text-footer-container{
	font-size: 18px;
}

@media(max-width:830px){
	
  #top-popup p {
   
    font-size: 10px;
    
	}
  #main-nav .nav-item .nav-item-link {
   
    font-size: .75rem;
    padding: 0 10px;
  }
  #contact-us .two-thirds {
    padding-left: 30px;
  }
  #contact-us .two-thirds,  #contact-us .one-third {
    padding: 0 30px;
}
  p{
  padding:0!important;
  }

}