* { -webkit-appearance: none; }
html.busy, html.busy * { cursor: wait !important; }  
body {
	font-family: "Manrope", serif;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	background-color: #fff;
}
input::placeholder, select {
    font-size: 14px;
}

h2 { margin: 0 0 20px; }
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right; }
.margintb { margin-top: 15px; margin-bottom: 15px; }
img { max-width: 100%; height: auto !important; }
.btn.focus, .btn:focus { color: #fff; }
.btn-fb { background: #3B5998; color: #fff; }
.btn-fb:hover { background: #69C; color: #fff; }
a { 
	outline: none !important;
	color: #221616;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	text-decoration: none;
}
a:focus, a:hover { color: #ED1C24; }
label { font-weight: normal; }
.sold-out { opacity: 0.65; }
.home .tooltip-inner { padding: 5px; }
.form-select option { font-size: 14px; }
.owl-carousel .owl-item .box { margin: 0 10px; }
.bg-product { background-color: #D8CFC2; border-radius: 15px; }
.bg { background-size: cover; background-position: center; background-repeat: no-repeat; }
.notifyjs-corner { z-index: 1060 !important; }

.form-floating .form-control {
    border: 1px solid #ced4da !important;
}

.form-floating label {
	color: #333;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	overflow-x: hidden;
	padding-top: 30px;
	transition: 0.5s;
	height: 100%;
	border: 1px solid #999;
	background: #fff;
}
  
.sidenav .close {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	text-decoration: none;
}
  
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
} 

.sidenav ul.social {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
	text-align: center;
}

.sidenav ul.social li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.sidenav ul.social li a {
	font-size: 18px;
	text-decoration: none;
}

.btn-toggle:hover, .btn-toggle:focus {
	
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
	color: #666;
}

.btn-toggle::after {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
	position: absolute;
	right: 12px;
}

.btn-toggle[aria-expanded="true"] {
    
}

.btn-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {

}

.btn-check:focus + .btn, .btn:focus {
	box-shadow: none;
}

.sidenav .nav-item .nav-link {
	font-weight:  normal;
	text-decoration: none;
}

.sidenav .nav-item .nav-link,
.sidenav .btn-toggle,
.sidenav .btn-toggle-nav li a {
	color: #666;
    font-size: 16px;
	display: block;
}

.sidenav .nav-item .nav-link:hover,
.sidenav .nav-item .nav-link:focus,
.sidenav .btn-toggle:hover,
.sidenav .btn-toggle:focus,
.sidenav .btn-toggle-nav li a:hover,
.sidenav .btn-toggle-nav li a:focus {
    color: #333;
}

.sidenav .btn-toggle-nav li {
	padding-left: 5px;
}

.btn-menu {
	display: none;
	cursor: pointer;
	position: absolute;
}
  
.bar1, .bar2, .bar3 {
	width: 25px;
	height: 3px;
	background-color: #333;
	margin: 5px 0;
	transition: 0.4s;
}
  
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 7px) ;
	transform: rotate(-45deg) translate(-7px, 7px) ;
}
  
.change .bar2 {
	opacity: 0;
}
  
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-4px, -5px) ;
	transform: rotate(45deg) translate(-4px, -5px) ;
}

.btn-cart {
	display: none;
	position: relative;
	font-size: 24px;
	padding-right: 5px;
}

.btn-cart span {
	position: absolute;
	top: 0;
	right: -5px;
	color: #fff;
	background: #dc3545;
	font-size: 10px;
	border-radius: 50%;
	padding: 0px 5px;
}

.navbar-labelbornz ul.nav .nav-item .nav-link {
	color: #666;
	font-size: 15px;
}

.navbar-labelbornz .nav > li > a:focus, .navbar-labelbornz .nav > li > a:hover {
	background-color: inherit;
}

#hWrapper, #sWrapper, #fWrapper, #cfWrapper {
	margin: auto;
}

#hWrapper {
	border-bottom: 2px solid rgba(236,236,236,0.5);
}

#hWrapper a, #fWrapper a {
	text-decoration: none;
}

#fWrapper a {
	color: rgb(248, 249, 250);
}

#fWrapper a:hover {
	color: #ED1C24;
}

#hWrapper header .container {
	margin: 0 auto;
}

#hWrapper header .logo {
	display: inline-block;
}

#hWrapper header .logo img {
	max-height: 65px;
}

#hWrapper header .logo:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

header .top-nav ul {
	padding: 0;
	list-style-type: none;
}

header .top-nav > ul > li,
.copy-link ul li {
	color: #574F44;
	font-size: 11px;
	display: inline-block;
	vertical-align: bottom;
}

header .top-nav > ul > li:before,
.copy-link ul li:before {
	content: '| ';
	color: #ccc;
	font-size: 12px;
	margin: 0 5px;
	vertical-align: top;
}

header .top-nav > ul > li:first-child:before,
.copy-link ul li:first-child:before {
	display: none;
}

header .top-nav > ul > li a {
	font-size: 14px;
}

header .top-nav > ul > li a i {
	font-size: 20px;
}

header .container-fluid {
	padding: 0;
}

header #login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,1);
}

header #login-dp .form-group {
    margin-bottom: 10px;
}

header #login-dp .form-group a:hover {
	color: inherit;
}

header #login-dp .form-group .help-block a {
	font-size: 12px;
}

.dropdown-menu > li > a {
	font-size: 13px;
	color: #535151 !important;
	border-bottom: 1px solid #eee;
	padding: 7px 20px;
}

.dropdown-menu > li:last-child > a {
	border-bottom: none;
}

.dropdown-menu > li > a:hover {
	color: #fff !important;
	background: rgba(0, 0, 0, 0.5);
}

.container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}

.carousel-indicators .active {
	width: 30px;
	height: 3px;
	margin: 0 3px;
}

#slider {
	margin-top: -20px;
}

#slider .carousel-inner .item {
	min-height: 400px;
}

#slider .carousel-inner .item .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#slider .carousel-indicators {
	.bottom: 60px;
}

#slider .carousel-indicators li {
    .background-color: #37424A ;
    .border: 1px solid #37424A;
    .border-radius: 0;
}

#slider .carousel-indicators li.active {
	.background-color: #ff9900;
	.border: 1px solid #ff9900;
}

.home .owl-theme .owl-controls .owl-page span {
	background: whitesmoke;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 1;
}

.home .owl-theme .owl-controls .owl-page.active span {
	background: #221616;
}

.home .owl-theme .owl-controls .owl-buttons div {
	background: #150D0F;
}

.home .owl-theme .owl-controls .owl-buttons div:hover {
	background: #150D0F;
}

.home .owl-theme .owl-controls .owl-buttons div i {
	line-height: 40px;
	color: #BFA69A;
}

.home .owl-theme .owl-controls .owl-buttons div i:hover {
	color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
	top: 40%;
}

.home .owl-theme .owl-controls .owl-page span {
	margin: 3px;
}

section {
	margin: 0 0 40px 0;
}

section .breadcrumb {
	background: none;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

section .breadcrumb > li + li::before {
	color: #535151;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 5px 0;
}

section .breadcrumb > li a {
	color: #666;
	font-weight: normal;
}

section .filter-wrapper {
	border-top: 2px solid rgba(236,236,236,0.5);
	padding: 5px 10px;
	padding-top: 10px;
}

section .products {
	margin: 0;
	.background: rgba(255,255,255,0.9);
}

section .products .box {
	margin: 0 0 30px;
}

section .products .box .thumb {
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}

section .products .box .thumb img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

section .products .box .thumb:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);;
	opacity: 0.7 !important;
}

section .products .box .thumb.sold-out {
	opacity: 1;
}

section .products .box .thumb.sold-out a {
	position: relative;
	display: block;
	margin: auto;
}

section .products .box .thumb.sold-out a img {
	opacity: 1;
}

/*
section .products .box .thumb.sold-out a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68px;
	height: 41px;
	background-image: url('../images/pre-order.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
}
*/

section .products li a {
	text-decoration: none;
}

section .products .box .price {
	margin: 5px 0;
	color: #221616;
	font-weight: bold;
	position: relative;
}

section .products .box .price span {
	text-decoration: line-through;
}

section .products .box .price span {
	opacity: 0.35;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 12px;
	position: absolute;
	margin-top: 15px;
	width: 100%;
	left: 0;
}

section .products .box .title {
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

section .products .box .title a {
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
}

section .categories {
	margin: 0;
}

section .categories .box {
	text-align: center;
	margin: 0 0 30px;
}

section .categories .box .thumb {
	margin: 0 0 10px;
}

section .categories .box .img {
	overflow: hidden;
	border: 1px solid #ccc;
}

section .categories .box .img img {
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

section .categories .box .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

section .categories li a {
	text-decoration: none;
}

section .categories .box .price {
	margin: 5px 0;
	color: #9E7076;
	font-weight: bold;
}

section .categories .box .title {
	max-width: 240px;
	margin: 5px auto;
}

section .category-description {
	margin: 0 0 30px;
}

.product-wrapper {
	.background: whitesmoke;
	padding: 15px;
}

.product ul.product-images {
	padding: 0;
	text-align: center;
}

.product ul.product-images li {
	list-style-type: none;
	display: inline-block;
	border: 1px solid rgba(229, 196, 166, 1);
	margin: 3px;
}

.product ul.product-images li a {
	outline: none;
}

.product ul.product-images li:hover,
.product ul.product-images li.active {
	border: 1px solid #150D0F;
}

.product .img-preview {
	.border: 1px solid #fff;
	background: #fff;
	margin: 0 0 5px;
}

.product .img-preview.sold-out {
	opacity: 1;
}

.product .img-preview.sold-out a {
	position: relative;
	display: block;
	max-width: 450px;
	margin: auto;
}

.product .img-preview.sold-out a img {
	opacity: 1;
}

.product .img-preview.sold-out a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/sold-out.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.product .price-original {
	font-weight: bold;
}

.product .discount-price {
	text-decoration: line-through;
}

.product .description {
	margin: 7px 0 50px;
	font-size:18px;
}

.color-choices label {
	display: block;
}

.color-choices label > * {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	margin: 0;
}

.color-choices label .colorbox {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

section.cart ul.cart-step {
	padding: 5px;
	font-size: 0;
	background: #2D2D2D;
	border-radius: 5px;
}

section.cart ul.cart-step li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	list-style-type: none;
	width: 25%;
	font-size: 18px;
}

section.cart ul.cart-step li,
section.cart ul.cart-step li a {
	color: #777;
}

section.cart ul.cart-step li a:hover {
	color: #ccc;
}

section.cart ul.cart-step li.active {
	color: #fff;
	font-weight: bold;
}

section .cart-table {
	width: 100%;
	margin: 0 0 20px;
}

section .cart-table.promo-code tr td {
	border-top: 1px solid #CCC;
}

section .cart-table tr:nth-of-type(odd) td {
	background: rgba(229, 196, 166, 0.15);
}

section .cart-table tr:last-child td {
	background: none;
}

section .cart-table tr th {
	padding: 15px;
	color: #150D0F;
	font-weight: bold;
}

section .cart-table tr td {
	padding: 15px;
	vertical-align: top;
}

section .cart-table tr td img {

}

section .cart-table.history tr td a {
	display: block;
	margin: 0 0 10px;
}

section .cart-table.history tr td a img {
	margin: 0 0 5px;
}

section .cart-table.history tr td a:last-child {
	margin: 0;
}

section.cart .copy {
	font-weight: bold;
}

section.cart p {
	margin: 10px 0;
}

section.cart .day.disabled {
	color: #ccc;
}

section.cart ul.payment-method {
	list-style-type: none;
	padding: 0;
}

section.cart .payment-method h4 {
	margin: 0 0 10px;
	text-transform: capitalize;
	font-weight: bold;
}

section.cart .payment-method .method {
	margin: 0 0 10px;
}

#paymentForm label {
	font-weight: bold;
}

#paymentForm ul.receipts-wrapper {
	padding: 0px 0px 0px 15px;
}

#paymentForm ul.receipts-wrapper > li {
	margin: 0 5px 5px 0;
	list-style-type: square;
}

#paymentForm ul.receipts-wrapper > li .remove-receipt {
	margin: 0 0 0 5px;
}

#fWrapper footer {
	background-color: #2D2D2D;
	padding: 15px;
}

#fWrapper footer .container {
	margin: 0 auto;
}

footer h4 {
	font-weight: bold;
}

footer ul {
	list-style-type: none;
	padding: 0;
}

footer .copy {
	margin-top: 25px;
}

footer .social a i {
	font-size: 22px;
}

.transparent-black {
	background: rgba(0,0,0,0.1);
	padding: 50px;
	margin: 20px 0;
	display: block;
	border-radius: 5px;
}

.transparent-black h1 {
	font-size: 50px;
	margin: 50px 0 0;
}

.transparent-black h2 {
	margin: 0;
}

.transparent-black a {
	display: block;
	margin: 15px 0 30px;
}

.tooltip {
	.white-space: nowrap;
}

.spinner {
  width: 100px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.tabs {
	margin: 50px 0 0;
}

.nav-tabs > li > a {
	background-color: #EEE;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 1px solid #ddd;
	border-bottom: 1px solid transparent;;
}

.tab-content > .tab-pane {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 4px 4px;
	border: 1px solid #DDD;
	border-top: none;
}

.nav-tabs .nav-link {
	color: #BBB;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
}
  
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-header > .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5rem 0.75rem;
	z-index: 1;
	font-weight: 100;
	float: right;
	font-size: 1.40625rem;
	font-weight: 600;
	line-height: 1;
	color: #000;
	text-shadow: none;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

#home-slider .carousel-item {
	height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-item.active .page-link {
	background-color: #000;
	border-color: #000;
}

.page-item .page-link {
	color: #000;
}

.page-item.disabled .page-link {
	color: #bbb;
}