/*=================================================================
  Fonts
==================================================================*/

body, a, p, h1, h2, h3, h4, h5 {
	font-family: 'Cardo', serif;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px){
  h1 {
    font-size:1.5rem;
  }    
  h2 {
    font-size: 1.45rem;
  }
  p {
    font-size: .9rem;
  }
} 

.bold {
	font-weight: 700;
}

.lato {
	font-family: 'Lato', sans-serif;
}

.grey {
	color: #33333350;
}

.black {
	color: #333333;
}


/*=================================================================
  General unorganised
==================================================================*/
* {
  margin: 0px;
  padding-left: 0px;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

:root {
  --color: #AC7A65;
}

.relative {
  position: relative;
}
    
.register-on-login {
      font-weight: bold;
      color: #614338;
      Text-decoration:underline;
    
    }
.hidden {
  display: none;
}

.card-img-top {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.blog-card-img-top {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-body {
  max-height: 400px;
  overflow-y: scroll;
}

.card-body a {
  color: #614338;
}

.dropdown-item {
  padding: 0.25rem 0.5rem;
  link-colour: #FFFFFF00
}

.clearpay-link, .clearpay-link a {
      color: #333333;
    }

.page a {
  color: #000000;
}

.next a {
  color: #000000;
}

.col-2-alt {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px
}

.cart_count {
  color: #FFFFFF;
  background-color: red;
  position: absolute;
  top: 39px;
  border-radius: 50%;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: bold;
}

table {
  width: 100%;
}

table#checkout-bag {
  width: 100%
  margin: 0 auto;
}

tr {
  padding-top: 2%;
  padding-bottom: 2%;
}

td {
  padding: 0 2%;
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    background:#f1f1f1; 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #888;
    height: 50px;
}

::-webkit-scrollbar-track-piece {
    background-color: white;
}

.radio, .switch {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}

.radio__input {
  display: flex;
}

.radio__input input {
    opacity: 0;
    width: 0;
    height: 0;
}

.radio__input input:focus + .radio_control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em #AC7A65;
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid #AC7A65;
  transform: translateY(-0.05em);
}

.radio__control {
  display:grid;
  place-items: center;
}

input + .radio__control::before {
  content: "";
  width: .5em;
  height: .5em;
  box-shadow: inset .5em .5em #AC7A65;
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);    
}

input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__label {
  line-height: 1;
}

#outofstock_text {
  color: #B47357;
  font-weight: bold;
}
.klaviyo-bis-trigger{
  text-decoration: underline;
}

html, body {
  overflow-x: hidden;
}

.form-control {
    display: block;
    width: 80%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #B47357;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control select option: hover {
  color: #ffffff;
  background-color: #B47357;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

a {
	color: #DEC9BC;
}

a:hover {
	text-decoration: none;
	color: #BB8056;
}    
.container-sp {
   /* width:90%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
  .container-sp {
      max-width: 560px;
  }

}

@media (min-width: 768px) {
  .container-sp {
      max-width: 755px;
  }

}


@media (min-width: 992px) {
  .container-sp {
      max-width: 985px;
  }

}

@media (min-width: 1200px) {
  .container-sp {
      max-width: 70vw;
  }

}

 /*@media screen and (max-width: 1400px) {
  .container-sp {
      max-width: 80vw;
  }
 }*/


.button:hover {
	background-color: #FFFFFF;
	border-color:#614338;
	color: #614338;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-toggler-2 {
    color: #000000;
    border: 0.5px solid #000000;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 0.45rem .75rem;

}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}

.mb-10,.my-10 {
  margin-bottom: 6rem!important;
}

.mt-10,.my-10 {
  margin-top: 6rem!important;
}


/*=================================================================
  Nav Bar
==================================================================*/
.navigation-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 5vh;

}

.nav-links a {
  color: #333333;
}

.nav-links {
  display: flex;
  justify-content: space-around;
  width: 80%;
}

.nav-links li {
  list-style: none;
  
}

.nav-item dropdown {
  colour: #333333;
  background-colour: #ffffff;
  
}

.logo img {
  max-width:175px;
  margin-left: 25px;
}

input[type=search] {
    background:  url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/search-icon.svg?v=170636509702482645421639427616)  no-repeat 9px center #ededed;
    padding: 9px 10px 9px 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    border:0px;
    width: 640px;
  }

  .burger {
    display: none;
    cursor: pointer;
  }

  .currency  li a{
    color: #333333;
  }

  .currency a.dropdown-toggle::after {
    content: none;
}

  ul.currency {
    list-style: none;
  }

  #top-nav {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0px;
  }

  #accounts-mobile-menu {
    display: none;
  }

  .search {
    display:none;
  }

  .sidebar-header {
    display: none;
  }

  .mobile-search {
    display: none;
  }

  #search::-webkit-search-cancel-button{
    position:relative;
    right:20px;
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background-image: url(../img/x-2.svg);
    background-repeat: no-repeat;
    color: #84523D;   
}

.bag-search {
  max-width: 85%;
}

input[type = search].bag-search {
    display: inline-block;
    width: 85%;
    background-color: #F5F5F5;
}

.mobile-search img {
  position: relative;
  top: 20%;
}


.bag-icon {
  display: inline-block;
  cursor: pointer;
}

.bag-slide {
    display: none;
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0vh;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: self-start;
    width: 40%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 650;
    padding-top: 20px;
    border-radius: 10px;
    overflow-x: hidden;

}

/*.bag-slide p {
  padding-left: 10%;
  padding-right: 10%;
}*/
.bag-total p {
  font-size: 1.5rem;
}

.bag-cta {
  border: 1px dashed #AC7A65;
  box-sizing: border-box;
  padding: 15px;
}

.bag-cta a {
  color: #333;
  text-decoration: underline;
}

.bag-cta p {
  padding: 0px;
}

.bag-cta a.button-on-white {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .bag-slide {
    height: 100vh;
    width: 100%;
  }

  .bag-total, .bag-total p {
  font-size: 2vh;
}
}

#bag-details {
  margin-bottom: 10vh;
}


.bag-active {
  transform: translateX(0%);
  overflow-y: scroll;
  position: fixed;
}

.bag-block {
  display: block;
}

@media screen and (max-width: 768px) {

    .bag-active {
    transform: translateX(0%);
    overflow-y: scroll;
    position: absolute;
  }

}

.page-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
}

.bag-ship-link {
  color: #AC7A65;
  text-decoration: underline;
}

.ship-details-cart {
  border-radius: 4px;
  background: rgba(172, 122, 101, 0.5);
  max-width: 85%;
}

.ship-details-cart p {
  margin: 0px;
  padding:0px;
}

.cart-address {
  color: #33333350;
  font-size: .9rem;
}

#ship-link-container {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1024px) {
    input[type=search] {
    width: 480px;
  }
}


@media screen and (min-width: 1024px) {
  .nav-links {
    display: flex;
    justify-content: space-around;
    width: 70%;
  }

}

@media screen and (min-width: 1400px) {
  .nav-links {
    display: flex;
    justify-content: space-around;
    width: 60%;
  }

}



  @media screen and (max-width: 768px) {
    body{
      overflow-x: hidden;
    }

   .nav-links {
    flex-direction: column;
    align-items: self-start;
   }

   .nav-links li {
    font-size: 1.2rem;
   }

   input[type=search] {
    padding-left: 32px;
    background: #FFFFFF url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/search-icon.svg?v=170636509702482645421639427616) no-repeat 9px center;
    color: transparent;
    cursor: pointer;
    display: none;
  }


  input[type=search]:hover {
    background-color: #fff;
  }
  input[type=search]:focus {
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
  }


  .search{
    display: inline-block;
    cursor: pointer;
  }

   .bottom-navigation {
    position: absolute;
    left: 0px;
    height: 100vh;
    top: 0vh;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
    /*max-width: 85%;*/
    transform: translateX(-100%);
    transition: transform 0.5s ease-in;
    z-index: 700;
  } 

  .bottom-navigation a {
    color: #333333;
  }

  .mobile-search {
    display: none;
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0vh;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: self-start;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 650;
    padding-top: 20px;
    overflow-x: hidden;
  } 

  .mobile-search a {
    color: #333333;
  }

  .nav-links li {
    opacity: 0;
  }

  .burger {
    display: block;
  }

  #accounts-mobile-menu {
    display: block;
    max-width: 80%;
    margin-left: 25px;
    border-top: 1px solid #E5E5E5;
  }

  #account-icon {
    display: none;
  }
    
  #facebook {
    display: none;
  }

  #instagram {
    display: none;
  }
    
  #twitter {
    display: none;
  }
    
  #youtube {
    display: none;
  }
    
  #pinterest {
    display: none;
  }
    
  #tik-tok {
    display: none;
  }

  #like-icon {
    display: none;
  }

  .suggestions-wrapper {
    margin-top: 34px;
    padding-left: 26px;
    padding-right: 28px;
    padding-bottom: 50px;
    width: 100%;
  }

  .suggestions-wrapper li {
    line-height: 45px;
    margin-bottom: 0;
    list-style: none;
  }

  .suggestions-wrapper li a {
    display: flex;
    justify-content: space-between;
  }

  .see-all-mobile a {
    text-decoration: underline;
  }

  .counter {
    color: #33333350;
  }

  .sidebar-header {
    width: 100%;
    background-color: #AC7A6550;
    color: #111;
    font-weight: 700;
    font-size: 1.5em;
    display: flex;
  }

  .mobile-search input[type = search] {
    display: block;
    width: 85%;
    background-color: #F5F5F5;
  }

  .mobile-search form {
    width: 84%;
  }

}

.nav-active{
  transform: translateX(0% );
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  width: 100%;
}

.search-active{
  transform: translateX(0% );
  overflow-y: scroll;
  position: fixed;
}


@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}



/*=================================================================
  Hero Banner
==================================================================*/



 @media screen and (max-width: 768px) {

  .carousel-item {
    
}

  #main-banner img {
    object-fit: cover;
    overflow-x: center;
    text-align: center;
    height: 350px;
  }
}

.banner-text {	    
		position: absolute;
	    right: 15%;
	    bottom: 10px;
	    left: 15%;
	    z-index: 10;
	    padding-top: 20px;
	    padding-bottom: 20px;
	    color: #FFFFFF;
	    text-align: center;
		}
.banner-lower-text {
  background-color: #ffffff;
  padding-top: 2%;
  padding-bottom: 20px;
  color: #59352B;
  bottom: 0;
}

		.button {
			display: inline-block;
		    font-weight: 900;
            letter-spacing: 0.06em;
			background: #502A20;
			color: #ffffff;
		    text-align: center;
		    vertical-align: middle;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    border: 0px solid;
    		padding: 15px 20px;
		    font-size: 1rem;
		    line-height: 1.5;
		    max-width: 250px;
    		border-radius: 1px;  
		    transition: color .15s;          
		}

		.button-s {
			display: inline-block;
		    font-weight: 400;
			background: #FFFFFF00;
			color: #FFFFFF;
		    text-align: center;
		    vertical-align: middle;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    border: 1px solid;
		    padding: .7rem 1.2rem;
		    font-size: 16px;
		    line-height: 1.5;
		    max-width: 105px;
		    transition: color .15s;
		    text-decoration: none;
		}

    .button-on-white {
      display: inline-block;
        font-weight: 400;
      background: #FFFFFF00;
      color: #333333;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #333333;
        padding: .7rem 1.2rem;
        font-size: 1rem;
        line-height: 1.5;
        max-width: 250px;
        transition: color .15s;
        text-decoration: none;
    }


/*=================================================================
 Collection Banners
==================================================================*/
#collections a {
	text-decoration: none;
	font-size: 20px;
}

.collection {
	border-radius: 4px;
	background-color: #502A20;
	height: 125px;
	margin-top: 5%;
}

.collection a {
	position: absolute;
	top: 63px;
	left: 25px;
}



#middle-collection {
	background-color: #502A20;
	border-radius: 4px;
	height: 125px;
	margin-top: 5%;

}

#middle-collection a {
	background-color: #502A20;
	position: absolute;
	top: 63px;
	right: 25px;

}

#collection-image-1 {
	align-self: flex-start;
	/*transform:translate(260%,-100%);*/
	position: absolute;
	left: 40%;
	bottom: 0%;
	z-index: 56;
}

#collection-image-2 {
	align-self: flex-start;
	/*transform:translate(260%,-100%);*/
	position: absolute;
	left: 10%;
	bottom: 0%;
	z-index: 56;
}

#collection-image-3 {
	align-self: flex-start;
	/*transform:translate(260%,-100%);*/
	position: absolute;
	left: 40%;
	bottom: 0%;
	z-index: 56;
}

.no-overflow {
	overflow: hidden;
}

/*=================================================================
  Merchandizing Banners
==================================================================*/

.merch {
	border-radius: 4px;
	color: #FFFFFF;
	background-size: cover;
	overflow: hidden;
  	width: 100%;
}


.merch:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.merch img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.category-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.merch .content {
  	bottom: 25%;
    left: 50%;
    -webkit-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
    text-align: center;
    background: none;
}

 @media (max-width: 768px) {
  .merch .content {
    bottom: -35%;
    left: 0%;
    -webkit-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
    text-align: center;
    background: none;
  }
}

  .merch .content h2 {
    font-size: 35px;
}

/*=================================================================
  Five Banners Group
==================================================================*/

#banner-1, #banner-2, #banner-3, #banner-4, #banner-5 {

}

.five-banners {
  border-radius: 4px;
  color: #FFFFFF;
  background-size: cover;
  overflow: hidden;
  width: 100%;
}

.five-banners img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.five-banners:hover img {
    -webkit-transform: scale(1.1);
          transform: scale(1.1);
} 

.five-banners .content{
    bottom: 25%;
    left: 50%;
    -webkit-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
    text-align: center;
    background: none;
}








/*=================================================================
  Product
==================================================================*/
.product-item {
  margin-bottom: 30px;

}

.product-single__media video {
  object-fit: cover;
  max-width: 100%;
}

.product-item .product-thumb {
  position: relative;
}

.product-item .product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.product-item .product-thumb .bage {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  font-weight: 300;
  display: inline-block;
}

/*.product-item .product-thumb:before {
  transition: .3s all;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}*/

.product-item .product-thumb .thumb-sale {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	justify-content: center;
	background-color: #AC7A6550;
	color: #FFFFFF;


}

.product-item .product-thumb .preview-meta {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  opacity: 0;
  transition: 0.2s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.product-item .product-thumb .preview-meta ul {
  padding: 0;
}

.product-item .product-thumb .preview-meta li {
  display: inline-block;
}

.product-item .product-thumb .preview-meta li a, .product-item .product-thumb .preview-meta li span {
  background: #fff;
  color: #000;
  padding: 10px 0px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  transition: .2s all;
  width: 50px;
}

.product-item .product-thumb .preview-meta li a:hover, .product-item .product-thumb .preview-meta li span:hover {
  background: #000;
  color: #fff;
}

.product-item:hover .product-thumb:before {
  opacity: 1;
}

.product-item:hover .preview-meta {
  opacity: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.product-item .product-content {
  text-align: left;
}

.product-item .product-content h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 6px;
}

.product-item .product-content h4 a {
  color: #000;
}

.trending-category {
	color: #33333350;
	font-size: .9em;

}

.slash-price {
	color: #33333350;
	text-decoration: line-through;

}

/*=================================================================
  Blurb
==================================================================*/

.profile-image {
	max-width: 100%;
	max-height: auto;
}

#news a {
	font-family: Cardo;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0em;
	text-align: left;
	color: #333333;
	text-decoration: underline;

}

/*=================================================================
  Footer
==================================================================*/
footer{
	background-color:#502A20;
	color: #FFFFFF;
}

footer a:hover {
	color: #BB8056;
}

footer span.input-group-btn {
	background-color: #AC7A65;
	border-radius: 0px 4px 4px 0px;
}

#middle-link {
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 0 5px;
}

/*=================================================================
  Collections Page
==================================================================*/

#collection-banner {
    height: 32vh;
    background-position: center;
    background: url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/collection-banner-alt-1.png?v=113259766618213349171647873124) no-repeat;
    background-size: cover;
  }

@media screen and (max-width: 700px) {

  #collection-banner {
    height: 10vh;
    background: url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/collection-banner-alt-1.png?v=113259766618213349171647873124) no-repeat;
    background-size: cover;
  }
}

#blog-banner {
    height: 25vh;
    background-position: center;
    background: url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/collection-banner-alt-1.png?v=113259766618213349171647873124) no-repeat;
    background-size: 100% auto;
    color: #FFFFFF;
  }

@media screen and (max-width: 768px) {

  #blog-banner {
    height: 30vh;
    background: url(//cdn.shopify.com/s/files/1/1840/1469/t/31/assets/collection-banner-alt-1.png?v=113259766618213349171647873124) no-repeat;
    background-size: cover;
  }
}

.article_content a {
  color: #B47357;
}


.article_content iframe {
  margin: 0 auto !important;
}

#collection-banner img {
	width: 100%;
}
#collection-banner h1 {
	font-weight: 400;
	color: #fff;
	z-index: 999;
  line-height: 26vh;
  text-align: center;
  font-size: 4.5rem;
}

@media screen and (max-width: 700px) {
  #collection-banner h1 {
    font-size: 2rem;
    line-height: 4vh;
  }
}


/*=================================================================
  Filter
==================================================================*/

#collection-filter {
	border-top: 1px solid #33333350;
	border-bottom: 1px solid #33333350;
	padding: 10px 0;
	font-size: 16px;

}

#collection-filter ul li a {
	color: #333333;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #fff;
}

.dropdown-menu {
	border-radius: 4px;
	background-color: #F5F5F5;
	padding: 20%;
	width:270px;
}

input:checked {
	background-color: #AC7A65;
}



a.nav-link.dropdown-toggle::after {
	background-image: url(../img/selector.png);
	border: none;
}

.alert {
	border-radius: 0;
	margin-bottom: 0;
}

.alert-primary {
	color: #fff;
    background-color: #502A20;
    border-color:  #502A20;
	font-size: 14px;  	
}

.filter-stock-count {
	position: absolute;
	right: -3px;
}

.mobile-filter {
  display: none;
}

.filter {
  display: none;
}

#no-filter {
  display: none;
}

@media screen and (max-width: 768px) {
  #collection-filter {
    display: none;
  }


  .mobile-filter {
    display: none;
    position: absolute;
    left: 0px;
    height: 100vh;
    top: 0vh;
    background-color: #FFFFFF;
    flex-direction: column;
    align-items: center;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    z-index: 750;
  }

  .filter-active{
  transform: translateX(0% );
  position: fixed;
}

  .filter {
    width: 64px;
    height: 33px;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 0.30rem .75rem;
    display: inline-block;
  }
}
	
/*=================================================================
  Mobile Nav
==================================================================*/	


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.h-divider {
	border: 1px solid #E5E5E5;
  width: 100%;
}


/*=================================================================
  Product Single
==================================================================*/

.single-product {
  padding: 30px 0 40px;
}


button.color-variant {
  outline: none;
}

button.color-variant:: -moz-focus-inner{
  border:0;
  }

/*(.size-selector {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 7px 7px;
	border: 0.5px solid rgba(51, 51, 51, 0.5);
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 14px;
  background-color: #FFFFFF;
  width:100%;
}*/

.sizes {
  background-color: #FFFFFF00;
  border:none;
  margin: 0px;
}

button.sizes {
  outline: none;
}

button.sizes:: -moz-focus-inner{
  border:0;
  }

.invisi-accordion {
    background: none;
    border-color: #F5F5F5;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    color: #333333;

}

#accordion {
  width: 100%;
}

#accordion2 {
  width: 80%;
}


@media screen and (max-width: 768px) {
    #accordion {
    width: 100%;
  }
}


.invisi-accordion-middle {
    background: none;
    border-radius: 0px;
    border: none;
    color: #333333;
}

.invisi-accordion-middle a {
  color: #333333;
}

.invisi-accordion-middle a:hover {
  color: #333333;
  text-decoration: underline;
}

.invisi-accordion a {
	color: #333333;
}

.no-bg {
	background:none;
}

.bag-button {
	background: #4D1A00;
    border:none;
	color: #FFFFFF;
	text-align: center;
	max-width: 100%;
	padding: 2% 25%;
}

.sold-out {
  background: #949493;
  border:none;
  color: #FFFFFF;
  text-align: center;
  max-width: 100%;
  padding: 2% 25%;
}

@media screen and (max-width: 768px) {
      .bag-button {
      padding: 2% 20%;
        }
        .sold-out {
          padding: 2% 20%;
        }
 }

.nubian-button {
  background-color: #B47357;
  border:none;
  padding: 1.2% 25%;
  width: 80%;
  color: #ffffff;
}


 @media screen and (max-width: 768px) {
      .nubian-button {
      width: 100%;
        }
 }




#people-also-bought {
	margin-top: 5%;
}

#product-info {
	padding-left: 4%;
}

 @media screen and (min-width: 768px) {
      #product-info {
      padding-left: 4%;
      /*height: 550px;
      overflow-y:scroll;
      overflow-x:hidden;*/
}
 }

.product-link {
	color: #33333350;
	text-decoration: underline;
}

button.size-selector:hover, button.size-selector:focus {
  background-color:#B47357;
  color: #FFFFFF; 
}


#size-variants input[type="radio"] {
  display: none;
}

#size-variants div.size-selector {
  display: inline-block;
  padding: 7px 7px;
  border: 0.5px solid rgba(51, 51, 51, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  background-color: #FFFFFF;
  width:100%;
}

#size-variants .size-unavailable {
  display: inline-block;
  padding: 7px 7px;
  border: 0.5px solid rgba(228, 233, 237, 1);
  color: rgba(228, 233, 237, 1);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  background-color: #FFFFFF;
  width:100%;
}

#size-variants input[type="radio"]:checked + div {
  background-color:#BB8056;
  color: #FFFFFF; 
}

#size-variants input[type="radio"]:hover + div {
  background-color:#BB8056;
  color: #FFFFFF; 
}

#size-variants input[type="radio"]:checked + div.size-unavailable {
  background-color:#FFFFFF;
  color: rgba(228, 233, 237, 1);; 
}

#size-variants input[type="radio"]:hover + div.size-unavailable {
  background-color:#FFFFFF;
  color: rgba(228, 233, 237, 1);; 
}

#size-variants label {
      width: 100%;
    text-align: center;
}

#color-variants input[type="radio"]{
  display: none;
}

#color-variants label {
  text-align: center;
}

.color-variant {
  background-color: #FFFFFF00;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 78px;
    height: 78px;
    overflow: hidden;
}

.color-variant img {
  width: 100%;
  height: auto;

}

.color-variant:hover {
  border: 2px solid #66341F;
}

#color-variants input[type="radio"]:checked  + .color-variant {
  border: 2px solid #66341F;
}

#single-product {
  margin-bottom: 5vh;
}





/*=================================================================
  Single Product bootstrap Carousel
==================================================================*/

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  /*height: 100%;*/
}

.carousel-indicators li {
	border-radius: 50%;
	width: 10px;
    height: 10px;
    background-color: #BB8056
}

.carousel-indicators-2{
  display:inline-block;
  position:static;
  direction: rtl;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  justify-content: center;
  padding-left: 0;
  /*margin-right: 15%;
  margin-left: 15%;*/
  list-style: none;
  overflow-y: scroll;
  max-height: 550px;
}

/*@media screen and (max-width:992px){
  .carousel-indicators{
    display: inline-flex;
    direction: inherit;
    height: auto;
    width: 100%;
    max-width:800px;
    overflow-x: auto;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow-y: hidden;
    justify-content: normal;
    margin-bottom:20px;
  }*/
  .carousel-inner{
    margin-left:0!important;
  }
}
/* width */
::-webkit-scrollbar {
  width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}
.item{
  margin-bottom:10px;
  margin-left: 10px;
  cursor:pointer;
}
.item.active img{
  border:1px solid red;
  opacity:1;
}
.item img{
  border:1px solid transparent;
  opacity:0.5;
  transition:0.5s;
}
.item:hover img{
  border:1px solid red;
  opacity:1;
}
.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}
.content p{
  font-size:15px;
}

@media screen and (max-width: 992px) {
  
}
@media screen and (min-width: 1440px) {
  .carousel-inner{

  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .carousel-inner{
  }
}
@media screen and (min-width: 880px) and (max-width: 1199px) {
  .carousel-inner{
  }
  .content{
      position: static;
  }
}
@media screen and (min-width: 576px) and (max-width: 879px) {
  .carousel-inner{
    margin-left: 50px;
  }
  .content{
      position: static;
  }
}



.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


/*=================================================================
  Divider
==================================================================*/


@media (min-width: 768px) /*and (max-width: 991.99px)*/{

	.banner-text {	    
		    position: absolute;
		    right: 15%;
		    bottom: 6%;
		    left: 15%;
		    z-index: 10;
		    padding-top: 20px;
		    padding-bottom: 20px;
		    color: #ffffff;
		    text-align: center;
		}

		.button {
			display: inline-block;
		    font-weight: 900;
            letter-spacing: 0.06em;
			background: #502A20;
			color: #ffffff;
		    text-align: center;
		    vertical-align: middle;
		    -webkit-user-select: none;
		    -moz-user-select: none;
		    -ms-user-select: none;
		    user-select: none;
		    border: 0px solid;
    		padding: 15px 20px;
		    font-size: 1rem;
		    line-height: 1.5;
		    max-width: 250px;
    		border-radius: 1px;  
		    transition: color .15s;          
		}

		#collection-image-2 {
			align-self: flex-start;
			/*transform:translate(260%,-100%);*/
			position: absolute;
			left: 40%;
			bottom: 0%;
			z-index: 56;
		}

		.collection {
			border-radius: 4px;
			background-color: #502A20;
			height: 125px;
			max-width: 400px;
		}

		.collection a {
			position: absolute;
			top: 63px;
			left: 25px;
		}

		#middle-collection a {
			background-color: #502A20;
			position: absolute;
			top: 63px;
			left: 25px;

		}

    #middle-collection a:hover {
      color: #BB8056;
    }

		.merch {
			min-height:auto;
			max-width: auto;
		}

		.merch .content {
			position: absolute;
			z-index: 999;
			bottom: 0%;
			-webkit-transform: translate(-50%, -50%);
    		transform: translate(-50%, -50%);
		}


		.merch .content h2 {
			/*margin: 0;*/
			color: #FFFFFF;
			font-size: 25px;
			font-weight: 500;
		}

		.merch .content p {
			margin: 6px 0 0;
		}

		.slides li {
		    width: 100%;
		    position: absolute;
		    z-index: 1;
		    list-style-type: none;
  		}

		/*=================================================================
		  Filter
		==================================================================*/
		.vl {
			position: relative;
			width: 52px;
			height: 0px;
			top: 19px;
			border: 1px solid #F5F5F5;
			transform: rotate(-90deg);
		}

		.navbar-expand-lg {
			justify-content: space-between;
		}

	}


/*=================================================================
      Checkout
==================================================================*/
.checkout-bag {
  margin-bottom: 50px;
  margin-top: 50px;
}

.checkout-bag img {
  max-width: 100%;
}

.checkout-bag h5 {
  font-size: 1rem;
}

.checkout-bag h6 {
  font-size: 1rem;
  margin: auto;
}

.checkout-bag p {
  font-size: 1rem;
}

.checkout-bag input[type=number] {
  background-color: #F5F5F5;
  border: none;
}

#bag-items a {
  color: #333333;
  text-decoration: underline;
}

#bag-items a.bag-button {
  color: #FFFFFF;
  text-decoration: none;
}

#bag-items a.no-u {
  color: #FFFFFF;
  text-decoration: none;
}


#login-form form input[type=email],input[type=password], input[type=text]  {
  background-color: #F5F5F5;
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 20px;
}

#comment_form input {
  background-color: #F5F5F5;
  width: 100%;
  border: none;
  height: 40px;
  padding-left: 20px;
}

#comment_form textarea {
  background-color: #F5F5F5;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  border: none;
}

#comment_form input[type=submit] {
  background-color: #B47357;
  color: #FFFFFF;
  width: 100%;
  border: none;
}
#shipping-login {
  margin-top: 3vh;
}

@media screen and (max-width: 768px) {
  .checkout-bag h5 {
  font-size: 2.2vh;
  }

  .checkout-bag h6 {
  font-size: 2.1vh;
}

  .checkout-bag p {
  font-size: 2vh;
  }

  #login-form form input[type=email],input[type=password], input[type=text]  {
    width: 100%;
  }

  #bag-items {
    margin-top: 3vh;
  }

}


#login-form .g-button {
  padding: 1.2% 25%;
  width: 80%;
  color: #333333;
  border: 1px solid #333333 ;
}

#or {
  width: 80%
}

@media screen and (max-width: 768px) {
    #login-form .g-button {
    width: 100%;
  }

    #or {
    width: 100%;
  }
}



@media screen and (min-width: 1200px){

   .checkout-bag h5 {
  font-size: 1.3vh;
  }

  .checkout-bag h6 {
  font-size: 1.2vh;
}

  .checkout-bag p {
  font-size: 1.1vh;
  }

}


.gift-code {
  border: none;
  border-radius: 4px;
  background-color: #F5F5F5;
  padding: 2% 5%;
}

.gift-code p {
  margin-bottom: 0px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 19px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #B47357;
}

input:focus + .slider {
  box-shadow: 0 0 1px #B47357;
}

input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.guest-mode input, #login-form .guest-mode form input[type=email] {
  background-color: #F5F5F5;
  width: 100%;
  border: none;
  margin-top: 2%;
  margin-bottom: 2%;
  height: 40px;
  padding-left: 20px;
}

.guest-mode form {
  width: 80%
}

.guest-mode label {
  margin-bottom: 0px;
}

.guest-mode .label-input {
  margin-bottom: 1em;
}

.guest-mode textarea {
  background-color: #F5F5F5;
  border: none;
}

.guest-mode input.nubian-button {
  background-color: #B47357;
  border:none;
  padding: 1.2% 25%;
  width: 80%;
  color: #ffffff;
}

#login-form input.nubian-button {
  background-color: #B47357;
  border:none;
  padding: 1.2% 25%;
  width: 100%;
  color: #ffffff;
}


@media screen and (max-width: 768px) {
    .guest-mode form {
    width: 100%;
  }

    .guest-mode input.nubian-button {
    width: 100%;
  }
}


 .guest-off {
  display: none;
}

.l-50p{
  line-height: 50px;
}









/*	// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {

	#collection-image-2 {
			align-self: flex-start;
			/*transform:translate(260%,-100%);
			position: absolute;
			left: 65%;
			bottom: 0%;
			z-index: 56;
		}

		.collection {
			border-radius: 4px;
			background-color: #997D6F;
			height: 125px;
			max-width: 400px;
		}

		.collection a {
			position: absolute;
			top: 63px;
			left: 25px;
		}

		#middle-collection a {
			background-color: #614338;
			position: absolute;
			top: 63px;
			left: 25px;

		}

		.merch {
			min-height:auto;
			max-width: auto;
		}

		.merch .content {
			position: absolute;
			z-index: 999;
			bottom: 0%;
			-webkit-transform: translate(-50%, -50%);
    		transform: translate(-50%, -50%);
		}

		.merch .content h2 {
			/*margin: 0;
			color: #FFFFFF;
			font-size: 25px;
			font-weight: 500;
		}



	.merch .content {
			position: absolute;
			z-index: 999;
			bottom: 15%;
		}


		.banner-text {	    
		    position: absolute;
		    right: 15%;
		    bottom: 42%;
		    left: 4%;
		    z-index: 10;
		    padding-top: 20px;
		    padding-bottom: 20px;
		    color: #ffffff;
		    text-align: left;
		}

}




// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {


	#collection-image-2 {
			align-self: flex-start;
			/*transform:translate(260%,-100%);
			position: absolute;
			left: 65%;
			bottom: 0%;
			z-index: 56;
		}

		.collection {
			border-radius: 4px;
			background-color: #997D6F;
			height: 125px;
			max-width: 400px;
		}

		.collection a {
			position: absolute;
			top: 63px;
			left: 25px;
		}

		#middle-collection a {
			background-color: #614338;
			position: absolute;
			top: 63px;
			left: 25px;

		}

		.merch {
			min-height:auto;
			max-width: auto;
		}

		.merch .content {
			position: absolute;
			z-index: 999;
			bottom: 0%;
			-webkit-transform: translate(-50%, -50%);
    		transform: translate(-50%, -50%);
		}

		.merch .content h2 {
			/*margin: 0;
			color: #FFFFFF;
			font-size: 25px;
			font-weight: 500;
		}




	.merch .content {
			position: absolute;
			z-index: 999;
			bottom: 10%;
		}

		.banner-text {	    
		    position: absolute;
		    right: 15%;
		    bottom: 42%;
		    left: 4%;
		    z-index: 10;
		    padding-top: 20px;
		    padding-bottom: 20px;
		    color: #ffffff;
		    text-align: left;
		}
		
}*/

.jdgm-write-rev-link {
  display:block !important;
}
.jdgm-ask-question-btn, .jdgm-write-rev-link {
 color: #59352B !important;
}
.jdgm-submit-rev {
 color: #59352B !important; 
 background: #DEC9BC;
}
.jdgm-widget input:not([type='submit']) {
 height: 40px !important;
  padding-left: 20px !important;
}
.jdgm-widget textarea {
    padding-left: 20px !important;
