/* guides */

/*
-webkit-transition: all .15s ease-out;
-moz-transition: all .15s ease-out;
-o-transition: all .15s ease-out;
transition: all .15s ease-out;
*/

/* important */

.display-none {
	display: none !important;
}

.width-22px {
	width: 22px !important;
}

.mt-0-75rem {
	margin-top: .75rem !important;
}

.mb-2rem {
	margin-bottom: 2rem !important;
}

.mr-0-5rem {
	margin-right: .5rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.font-size-1-5rem {
	font-size: 1.5rem !important;
}

.font-size-1-75rem {
	font-size: 1.75rem !important;
}

.font-size-3rem {
	font-size: 3rem !important;
}

.line-height-1 {
	line-height: 1 !important;
}

.line-height-1-25rem {
	line-height: 1.25rem !important;
}

.flex-1 {
	flex: 1 !important;
}

.justify-content-flex-end {
	justify-content: flex-end !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

@media (max-width: 767px) {
	.display-none-for-xs {
		display: none !important;
	}
	
	.mb-1-75rem-for-xs {
		margin-bottom: 1.75rem !important;
	}
	
	.width-24px-for-xs {
		width: 24px !important;
	}
	
	.font-size-2-25rem-for-xs {
		font-size: 2.25rem !important;
	}
	
	.font-size-1-5rem-for-xs {
		font-size: 1.5rem !important;
	}
}

@media (min-width: 768px) {
	.display-none-for-desktop {
		display: none !important;
	}
	
	.display-block-for-desktop {
		display: block !important;
	}
	
	.display-flex-for-desktop {
		display: flex !important;
	}
	
	.mb-2rem-for-desktop {
		margin-bottom: 2rem !important;
	}
	
	.ptb-2rem-for-desktop {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	
	.pr-1-25rem-for-desktop {
		padding-right: 1.25rem !important;
	}
	
	.font-size-3rem-for-desktop {
		font-size: 3rem !important;
	}
	
	.font-size-1-75rem-for-desktop {
		font-size: 1.75rem !important;
	}
	
	.width-22px-for-desktop {
		width: 22px !important;
	}
}

/* navigation */

.navbar {
	-webkit-transition: all .15s ease-out !important;
	-moz-transition: all .15s ease-out !important;
	-o-transition: all .15s ease-out !important;
	transition: all .15s ease-out !important;
}

.shrink-navbar .navbar,
.navbar-shrink.navbar {
	padding-top: 1.5rem !important;
	padding-bottom: calc(1.5rem - 2px) !important;
}

.navbar .navbar-collapse {
	margin-top: 1.5rem !important;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.shrink-navbar .navbar-collapse,
.navbar-shrink .navbar-collapse {
	margin-top: 1rem !important;
}

.navbar-brand img {
	width: 350px;
	height: auto;
}

.navbar-brand img:nth-child(2) {
	display: none;
}

.shrink-navbar .navbar-brand img:first-child, 
.navbar-shrink .navbar-brand img:first-child {
	display: none;
}

.shrink-navbar .navbar-brand img:nth-child(2),
.navbar-shrink .navbar-brand img:nth-child(2) {
	display: inline-block;
}

.nav-active .nav-link {
	border-bottom: 2px solid #fff !important;
}

.shrink-navbar .nav-active .nav-link,
.navbar-shrink .nav-active .nav-link {
	border-bottom: 2px solid #000 !important;
}

.nav-main-function-link {
	font-size: 1.5rem !important;
	line-height: 1 !important;
	border-bottom: 0 !important;
}

.nav-main-function-link i {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.nav-main-function-link:hover i {
	font-weight: 500 !important;
}

@media (max-width: 767px) {
	.navbar {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.shrink-navbar .navbar,
	.navbar-shrink.navbar {
		background-color: rgba(255, 255, 255, .96) !important;
		box-shadow: none !important;
	}
	
	.navbar-brand img {
		width: 280px;
	}
}

@media (min-width: 768px) {
	.navbar {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	
	.navbar-brand {
		margin-right: 0;
	}
}

/* dropdown (category) */

.category-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 123.69px;
  z-index: 1;
  width: 100%;
	border-top: 2px solid #eee;
	padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  height: auto;
  background-color: rgba(255, 255, 255, .96);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.category-menu.active {
  opacity: 1;
  pointer-events: visible;
}

.category-menu h2 {
	color: #000; 
	font-weight: 500;
	font-size: 1rem; 
	text-transform: uppercase; 
	margin-bottom: 1rem;
}

.category-menu ul {
	padding-inline-start: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.category-menu ul li {
	margin-bottom: 0;
	line-height: 1.75rem;
}

.category-menu ul li a {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 0;
	color: #000;
	text-decoration: none;
}

.category-menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.category-menu img {
	width: 100%;
	height: auto;
	cursor: pointer;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.category-menu img:hover {
	opacity: .7;
}

/* cover */

.btn-cover {
	padding: .75rem 1.5rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.btn-cover i {
	margin-left: .75rem;
}

.btn-cover:hover {
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
}

/* products */

.front-page-individual-product {
	margin: 0;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-product > div:first-child {
	position: relative;
}

.front-page-individual-product > div:first-child span {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: .85rem;
	color: #000;
	background-color: rgba(245, 245, 245, .8);
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-product:hover > div:first-child span {
	opacity: 1;
}

.front-page-individual-product > div:first-child span:hover {
	color: #444;
}

.front-page-individual-product > div:first-child img {
	width: 100%;
}

.front-page-individual-product > div:first-child .image-hover {
	position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.front-page-individual-product:hover > div:first-child .image-hover {
	opacity: 1;
}

.front-page-individual-product > div:nth-child(2) {
	display: flex;
}

.front-page-individual-product > div:nth-child(2) h3 {
	padding-right: 2rem;
}

.front-page-individual-product > div:nth-child(2) p {
	color: #999;
}

.front-page-individual-product > div:nth-child(2) > div:first-child {
	flex: 9;
}

.front-page-individual-product > div:nth-child(2) > div:nth-child(2) {
	flex: 1;
	justify-content: flex-end;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-product > div:nth-child(2) > div:nth-child(2) i {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-product:hover > div:nth-child(2) > div:nth-child(2) {
	opacity: 1;
}

.front-page-individual-product:hover > div:nth-child(2) > div:nth-child(2) i:hover {
	font-weight: 700;
}

@media (max-width: 767px) {
	.front-page-individual-product > div:first-child span {
		opacity: 1;
	}
	
	.front-page-individual-product > div:first-child span.wishlist {
    bottom: auto;
    right: 0;
    width: 40px;
    left: auto;
    background-color: transparent;
    font-size: 1.1rem;
	}
	
	.front-page-individual-product > div:nth-child(2) h3 {
		padding-right: 1.5rem;
	}
	
	.front-page-individual-product > div:nth-child(2) > div:first-child {
		flex: 7;
	}
	
	.front-page-individual-product > div:nth-child(2) > div:nth-child(2) {
		display: none;
	}
}

/* categories */

.front-page-categories-div {
	margin-left: -2px;
}

.front-page-individual-category {
	padding-left: 2px;
	padding-right: 2px;
}

.front-page-individual-category > div {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 235px;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-category:hover > div {
	background-size: 105%;
}

.front-page-individual-category h3 {
	text-align: center;
}

.carousel-arrow-prev,
.carousel-arrow-next {
	position: absolute;
	font-size: 36px;
	line-height: 36px;
	top: calc(50% - 30px);
	z-index: 9;
	width: 36px;
	height: 36px;
	color: #ccc;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.carousel-arrow-prev:hover,
.carousel-arrow-next:hover {
	color: #999;
}

.carousel-arrow-prev {
	left: -32px;
}

.carousel-arrow-next {
	right: -52px;
}

.front-page-individual-instagram-post > div {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 197px;
	cursor: pointer;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.front-page-individual-instagram-post:hover > div {
	background-size: 105%;
}

@media (max-width: 767px) {
	.front-page-individual-category > div {
		background-size: cover !important;
		height: 210px;
	}
	
	.carousel-arrow-prev,
	.carousel-arrow-next {
		top: calc(50% - 36px);
		color: rgba(255, 255, 255, .5);
	}
	
	.carousel-arrow-prev {
		left: 9px;
	}

	.carousel-arrow-next {
		right: -9px;
	}
	
	.front-page-individual-instagram-post > div {
		background-size: cover !important;
		height: 119px;
	}
}

/* footer */

footer {
	background-color: #999;
	background-color: rgba(121, 85, 72, .65);
	color: #fff !important;
}

footer img {
	width: 85%; 
	height: auto; 
	margin-bottom: 1.25rem;
}

footer h3 {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

footer p {
	font-weight: 400;
	font-size: .9rem;
	line-height: 1.5rem;
	margin-bottom: 0;
}

footer ul {
	padding-inline-start: 0;
	list-style-type: none;
	margin-bottom: 0;
}

footer ul li {
	margin-bottom: 0;
	line-height: 1.5rem;
}

footer ul li a {
	font-weight: 400;
	font-size: .9rem;
	line-height: .9rem;
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;
}

footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-copyright-div {
	border-top: 2px solid #cdc1bd; 
	margin-top: 3rem; 
	padding-top: 1.5rem;
}

.footer-copyright-div a {
	color: #fff;
	text-decoration: none;
}

.footer-copyright-div a:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.footer-copyright-div {
		margin-top: 2.25rem;
	}
}

/* */