.clear{
	clear: both;
}

.mtl{
	margin-top:2em;
}

/*==========================
	SECTION--HEADER
----------------------------
==========================*/

.brand h1 {
    position: absolute;
    top: 0;
    width: 180px;
}

.brand img {
    position: relative;
    right: 0;
    z-index: 1000;
}

header.brand {
    margin-top: 0;
}

ul.nav.navbar-nav.mat-nav {
    margin-right: 75px;
}

button#dropdownMenu1 {
    background: none;
    border: none;
}

li.navigate {
    padding-top: 12px;
}

ul.nav.navbar-nav.mat-nav li {
    font-weight: bold;
}

.navbar-default .navbar-toggle {
    float: right !important;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
    border:none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

span.menu-title {
    text-align: right !important;
    float: right;
    margin-top: 16px;
    margin-right: 20px;
    position: absolute;
    right: 45px;
}

span.menu-title{
	display: none;
}

.dropdown-menu {
    left:auto !important;
    right: 0 !important;
    min-width: 700px !important;
    max-width: 900px !important;
    background: white;
    border-color:white;
}

.dropdown-menu>li>a {
	color:black;
}

ul.dropdown-menu {
    padding: 20px 5px;
}

ul.dropdown-menu li a {
    color: #6C6C6C;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 2em;
}

ul.nav.navbar-nav.navbar-left {
    display: none;
}

form.search-form.navbar-form {
    position: relative;
    top: 0;
    right: 20px;
}

.input-group>.twitter-typeahead>.tt-query, .input-group>.twitter-typeahead>.tt-hint{
	background: white !important;
}

.form-control { 
	box-shadow: none !important;
}

#navbar-top .btn-primary {
    background: white !important;
    border-color: white;
}


button#dropdownMenu1 {
	color:black;
    font-size: 12px;
    font-weight: bold;
}

li.dropdown.visible-xs {
    margin-bottom: 10px;
}

.dropdown-menu>li>a {
    color: #6C6C6C !important;
    font-size: 11px !important;
}

ul.dropdown-menu li a:hover {
    text-decoration: underline !important;
}

.navbar-nav .open .dropdown-menu>li>a {
	padding:0;
  	padding-left:15px;
}

a.mat-currency{
    color: gray !important;
}

a.mat-currency:hover {
    color: black !important;
}

a.mat-currency.selected {
    border-bottom: 2px solid black;
  	color:black !important;
}

span.glyphicon.glyphicon-plus {
    top: -1px;
}

@media (max-width:767px){
  a.mat-currency {
      float:left;
      margin-right:20px;
  }
  a.mat-currency.selected {
      border-bottom: 0;
      color:black !important;
  }
  
}

/*==========================
	SECTION--SIDEBAR
----------------------------
==========================*/

.sidebar .sidebar-content, aside.sidebar {
    width: 195px;
}

aside.sidebar.col-sm-4.col-sm-pull-8.col-md-3.col-md-pull-9 {
    margin-left: 16px;
}

#content .container .sidebar {
    background-size:100%;
    padding-top:100px;
    padding-bottom:50px;
    min-height:1400px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+37,ffffff+37,ffffff+38,ffffff+38,ffffff+38,ffffff+100&amp;0+0,0+37,1+38,1+38,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 38%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(37%,rgba(255,255,255,0)), color-stop(38%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 37%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 37%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 37%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 37%,rgba(255,255,255,1) 38%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


/*==========================
	SECTION--MAIN CONTENT
----------------------------
==========================*/

.main-content {
    padding-top: 50px;
}

#content .container, header.brand .container {
    background: none;
}

h2.product-name, h3.product-name {
	margin-bottom: 5px;
}

h3.home__featured-title{
	font-size:18px;
}

h4.vendor {
	margin-bottom: 5px;
}

.homepage__featured-large{
	border-bottom: 2px dotted #d8d8d8; padding: 15px 0 15px;
}

.variant-price form {
  display: inline;
}

.variant-price button {
 border: 0;
 outline: 0;
}


.variant-price option, .variant-price button {
    color: #999;
    background: #ddd;
	font-size: 11px;
	display:inline;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight:normal;
    margin:0 5px 5px 0;
}

.variant-price option:hover, .variant-price button:hover {
	background: #DA0000;
	color:white;
	text-decoration: none;
	list-style: none;
}

.variant-price a:hover{
	text-decoration: none;
}

.artist__collection--right {
    float: left;
    width: 70%;
}

/*==========================
============================
	PAGE--PRODUCT
============================
==========================*/

.ajax-cart-message a {
	color:black;
}

.ajax-cart-message a:hover{
	color:black !important;
}

.product-main-image img{
	width:100%;
	margin-bottom:2em;
}

#product-details h1, .template-product h1.page-header {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5em;
}

.share-icons {
    text-align: left;
}

.product-variants {
    margin-left: 0;
}

.product-list {
    margin-bottom: 3em;
    background: whitesmoke;
    border: 1px solid #D6D6D6;
}

#product-details .product-title {
    background: #E5E5E5 !important;
    padding: 12px 0;
    color: #919191
}

.share-icons {
    margin-bottom: 1.5em;
}

/*button.btn-product {
    border: none;
    background: #e5e5e5;
    padding: 4px 10px;
    border-radius: 4px;
    color: #919191;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .01em;
}*/

.product-item {
    padding: 12px 0;
    border-top: 1px dotted #ccc;
}

.template-product .price-field, .template-product small.compare-at-price.text-muted {
    display: none !important;
}

.template-product .product-price {
    margin: 0;
}

.share-buttons.share-buttons-panel {
    display: none;
}

#product-details form {
    margin-bottom: 0;
}

/*==========================
============================
	PAGE--COLLECTION
============================
==========================*/

#collection-sort{
    margin-bottom: 2em !important;
    display: none;
}	

.collection__feature-image {
    margin-bottom: 3em;
}

.collection-wrap img {
    width: 100%;
  	height: auto;
}

.collection-content p {
    padding-bottom: 3em;
}

.main-content.col-sm-8.col-sm-push-4.col-md-9.col-md-push-3 {
    overflow: hidden;
    padding-bottom: 3em;
}



/*==========================
============================
	PAGE--CART
============================
==========================*/

@media ( min-width:768px ) and ( max-width: 1100px ){
    section#cart-wrap, #login-form {
        padding-top:0; 
    }
}


/*==========================
============================
	FOOTER
============================
==========================*/

ul.list-nav li {
    border-bottom: 1px dotted white;
    padding: 7px 0 7px 0;
    margin:0;
}

.social-icons a {
    display: block;
	padding: 5px 0;
}

footer h4 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

footer h5 {
    font-size: 12px;
    color: #dcdcdc;
}

footer p {
    color: #dcdcdc;
    font-size: 11px;
}

address img {
    float: left;
    margin-right: 1em;
    margin-top: -12px;
}

ul.mat-footer--links li {
    float: left !important;
    padding: 0 10px 0 10px;
    text-align: left;
    list-style: none;
}

li.first {
    color: #8f8f8f;
    font-weight: bold;
}


footer address {
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: bold;
}

footer input#name, footer input#email {
    width: 100%;
}




@media (min-width: 1101px){
	li.navigate.artists {
	    display: none;
	}
}

@media (max-width:1100px){
	aside.sidebar {
	    position: absolute;
	    left: 0px;
	}

	ul.nav.navbar-nav.mat-nav{
		margin-right: 40px;
	}
	aside.sidebar {
	    display: none;
	}		
}

@media (max-width:950px){
	ul.nav.navbar-nav.mat-nav{
		margin-right: 15px;
	}
}

@media (max-width: 767px){
	.main-content {
	    left: 0;
	    width: 100%;
	}
	.brand h1 {
	    width: 100px;
      	margin: 10px 0;
	}	
	.brand img {
		margin-left: 0;
	}
	div#content .container, div#content .site--page, div#content .site--page {
	    padding-left: 15px;
	    padding-right: 15px;
	}	
	ul.nav.navbar-nav.mat-nav {
	    float: left !important;
	}	
	li.navigate {
	    margin-left: 12px;
	}	
	ul.nav.navbar-icons.visible-xs {
	    display: none !important;
	}	
	span.menu-title{
		display: block;
	}
	ul.nav.navbar-nav.mat-nav {
	    margin-top: 3em;
	}
	li.navigate {
	    padding-top: 0;
	}
	button#dropdownMenu1 {
	    padding-top: 12px;
	    padding-bottom: 12px;
	}
	ul.dropdown-menu {
	    padding-top: 0;
	    padding-bottom: 0;
	}	
	.brand img {
	    z-index: 10000;
	}
	input.form-control.search-bar.tt-query {
    width: 100%;
	}
    li.navigate {
        margin: 0;
    }  
    button#dropdownMenu1 {
        padding-bottom: 20px;
    }  
    ul.mat-footer--links {
        padding: 30px 0;
    }  
    ul.mat-footer--links li.first {
        padding: 0 !important;
    }  
}






      @media (min-width:1101px) {
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
          height: 320px;
        }        
      }
      @media (min-width: 991px) and (max-width: 1100px) {
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
              height: 350px !important;
        } 
      }       
      @media (min-width: 881px) and (max-width: 990px) {
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
              height: 530px !important;
        } 
      }        
      @media (min-width: 751px) and (max-width: 880px) {
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
              height: 470px !important;
        } 
      }        
      @media (min-width: 671px) and (max-width: 750px){
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
            height: 36em;
        }    
      }      
      @media (min-width: 550px) and (max-width: 670px){
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
            height: 400px;
        }    
      }
      @media (max-width: 549px){
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
            height: 350px;
        }    
      }  
      @media (max-width: 475px){
        #product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
            height: 320px;
        }    
      }            
/*
#product-list .col-xs-6.col-sm-6.col-md-3.col-lg-3 {
    height: auto !important; 
}*/