/*////////////////////fonts///////////////////////*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	background-color:#ffffff !important;
}

.tooltip {
	top:-170px !important;
}

.modal {
	z-index:1060;
	
}

.btn {
	margin:0 .5rem .5rem 0;
}

.btn-primary {
	color:#ffffff !important;
}

.modal .modal-dialog {
	box-shadow:0px 7px 10px 0px rgba(0,0,0,0.1);
	top:20%;
}

.modal .modal-header {
	background-color:#ffffff;
	border-bottom:rgba(0, 0, 0, 0.2) 1px solid;
}

.modal .close {
	color:rgba(0, 0, 0, 0.2);
	border:rgba(0, 0, 0, 0.2) 1px solid;
	cursor:pointer !important;
	padding:0px !important;
	z-index:1070 !important;
}
	
/* helper styles */

.w-min {
	width:min-content !important;
}

.w-0 {
	width:0% !important;
}

.rounded {
  border-radius: 8px !important; }

.rounded-top {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.rounded-right {
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

.rounded-left {
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", sans-serif;
	font-weight:500;
	line-height: 1.25;
}

h1 {
	font-size:40px;
}

h1 small {
	font-size:40px !important;
}

/* form styles */

select:disabled {
	color:#dddddd !important;
}

.form-control[type="file"] {
	overflow: hidden;
	cursor: pointer;
}
.form-control::file-selector-button {
	padding: 16px 16px;
	margin: -16px -16px;
	margin-inline-end: 0.9rem;
	color: #6c757d;
	background-color: #eef2f7;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.3s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:hover::file-selector-button {
	background-color: #e2e6eb;
}

/* hide number field increment Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* hide number field increment Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* header styles */

.headroom--not-top .header-with-eyebrow {
	/*transform: translate(0, -40px); commented out for cookie bar */
	transform: translate(0, 0px);

}
.header-eyebrow.bg-dark-out {
	background-color:#7e6348 !important;
}

.searchbar {
	z-index:5;
	background:#ffffff;
	padding:30px 0;
}

.searchbar .nav-link {
	font-size:18px;
	color: rgba(0, 0, 0, 0.5);
	padding:13px 30px;
}

.megamenu .input-group {
	padding-top:20px;
	margin-left:-5px;
	padding-right:25px;
}

.header-light {
	background: rgba(255, 255, 255, 1);
}

.headroom--unpinned .header-sticky, .headroom--pinned .header-sticky {
	opacity: 100;
	background: rgba(255, 255, 255, 1);
}

.headroom--not-top .header-light {
	background: rgba(255, 255, 255, 1);
	background:#ffffff;
}

/* navigation styles */

.navholder {
	box-shadow:0px 3px 10px rgba(0,0,0,0.1) !important;
}

.navholderx {
	background-color:#ededed;
}

.navbar-brand {
	font-family:'Lobster',cursive;
	font-size:40px;
	color:#977757 !important;
	padding:0 !important;
}

.navbar-brand img {
	max-height:70px !important;
	margin-top:-35px;
	margin-bottom:-25px;
}

.dropdown .dropdown-menu {
	padding-top:0;
	top: 80px;
	opacity: 90 !important;
	box-shadow:0px 7px 10px 0px rgba(0,0,0,0.1);
}

#navbarMenu2 .nav-link {
	font-size:18px;
}

#navbarMenu2 .nav-link.dropdown-toggle {
	font-size:14px;
	margin-top:3px;
}

#navbarMenu2 .dropdown-menu {
	top: 58px;
	right: -20px;
}

.dropdown .dropdown-menu ul {
	margin:20px 0 0 0;
}

.megamenu-title {
	color:var(--primary);
}
	
.promo {
	top:0;
}

.invitearea, .invitearea h3, .invitearea p {
	color:#ffffff;
}

.breadcrumbs {
	/*margin-top:60px; commented out for cookie bar */
	margin-top:30px;
}

.bradcrumbs li {
	text-transform:uppercase;
}

.nobreadcrumbs {
	margin-top:180px;
}

.homespacer {
	height:100px;
}

.homethryftrs a {
	display:inline-block;
	color:#000000;
	font-size:18px;
	padding-top:10px;
}

.product .homeprofile {
	border-radius:50%;
}

.card[class*="-scale"] .image {
	transition: all 1s;
	transition-delay: 0s;
	transform: scale(1);
}

.card[class*="-scale"]:hover .image {
	transform: scale(1.1);
}

input, select {
	background-color:#ffffff !important;
}

/* account styles */

section.account {
	padding:0px 0px 40px 0px;
}

.profilepic {
	height:60px;
	width:60px;
	border:#999999 1px double;
	border-radius:30px;
	display:inline-block;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-top:-5px;
}

.profilepic img {
	width:100%;
}

.tinythumb {
	height:60px;
	width:60px;
	border:#999999 1px double;
	display:inline-block;
	overflow:hidden;
}

.tinythumb img {
	width:100%;
	height:100%;
}

/* sell styles */

section.sell {
	padding:0px 0px 40px 0px;
}

.radiobuttons {
	padding:10px 0;
}

.radiobuttons input {
	margin:0 10px 0 0;
}

.imagedrop {
	border:1px solid #dddddd !important;
	border-radius:8px;
	width:100%;
	min-height:150px;
}

.removeimage {
	background-size:cover !important;
	background-position:center center !important;
	width:100%;
	height:180px;
	position:relative;
}

.removeimage .icon {
	background-color:#ffffff;
	color:#000000;
	border-radius:50%;
	margin:5px;
	cursor:pointer;
	font-size:30px;
	position:absolute;
	opacity:0.5;
}

.removeimage .icon:hover {
	opacity:1;
}

.removeimage .icon-x-circle {
	top:0px;
	right:0px;
}

.removeimage .icon-arrow-up {
	bottom:0px;
	left:0px;
}

.removeimage .icon-arrow-down {
	bottom:0px;
	right:0px;
}

.userfunctions {
	padding:1rem 0;
	background:#ccffcc;
}

.userfunctions h3 {
	font-size: 22px;
	margin-bottom:1rem;
}

/* PLP styles */

section.productlist {
	padding:0px 0px 140px 0px;
}

.productlist figure {
	height:300px;
	background-size:cover !important;
	background-position:center center !important;
}

/* PDP styles */

.pdp {
	padding-top:30px !important;
}

.container.preview {
	padding:40px;
	box-shadow:3px 3px 10px 0px rgba(0,0,0,0.1);
}

.mfp-bg {
	z-index: 1052;
}

.mfp-wrap {
	z-index: 1053;
}

img.mfp-img {
	max-width:90%;
}

.mfp-figure:after {
	max-width:90%;
	text-align:center;
	margin:auto;
}

.owl-thumbs .owl-thumb-item {
	margin-bottom: 0.625rem;
}

.item-shipping {
	display:block;
	font-size:80%;
	line-height:100%;
	color:#777777;
}

.sizeguide {
	margin:1rem 0 0 0;
	width:100%;
}

.sizeguide td {
	padding:2px 20px 2px 20px;
	font-size:.875rem;
}

.sizeguide tr:nth-of-type(even) {
    background:#f4f4f4;
}

.sellerinfo {
	border-top:#dddddd 1px solid;
	padding-top:20px;
}

.sellerinfo h3 {
	color:#000000 !important;
	font-size:20px;
	margin-bottom:20px;
}

.sellerinfo h3 span {
	font-size:14px;
}

/* basic text page styles */

.basictext {
	padding:0px 0px 60px 0px;
}

.basictext h3 {
	margin-top:60px;
}


/* footer styles */

.follow .nav-link {
	font-size:18px !important;
}

/*//// MOBILE STYLES ////*/

@media (max-width: 1199.98px) {

	section {
		padding:50px 0 !important;
	}
	
	h1 {
		font-size:30px;
	}

	.btn {
		padding:10px 20px;
	}

	/* moblie navigation styles */

	.navbar {
		padding: 15px 0;
	}
	
	.navbar-nav.ml-auto {
		margin-top:0;
	}
	
	.nav-item {
		border:#cccccc 1px solid;
		border-width:1px 0 0 0;
		padding:10px 0 10px 10px;
	}
	
	.navbar.active {
		padding-bottom:5px;
	}
	
	#navbarMenu2 .nav-item {
		padding:8px 0 6px 10px;
	}
	
	.promoholder {
		padding-left:0;
	}
	
	.promo {
		position: relative;
		margin:15px 0 15px 0;
	}

	.dropdown .dropdown-menu {
		box-shadow:none;
		padding:0;
	}

	.dropdown .dropdown-menu ul {
		margin:10px 0 0 0;
	}
	
	#navbarMenu2 ul ul {
		margin:0 0 10px 0;
	}

	.megamenu .input-group {
		padding:10px 0px 20px 0;
	}
	
	.breadcrumbs {
		/* for cookie bar */
		margin-top:60px;
		margin-bottom:0px;
		padding-bottom:0px !important;
	}
	
	.nobreadcrumbs {
		margin-top:100px;
	}

	.homespacer {
		height:50px;
	}
	
	.profilepic {
		float:none !important;
	}
	
	.productlist figure {
		height:150px;
	}

	.sellerinfo .btn {
		padding:10px 20px;
		margin-bottom:10px;
	}

	.userfunctions {
		padding:1rem 0 !important;
		margin-top:1rem;
	}

}

