@charset "utf-8";

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #51545f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 2px #fde0db;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.something {
	color: #D6C7A1;
	color: #B5A476;
	color: #4F5D2F;
	color: #3B4528;
	color: #5A4632;
	color: #2A2E2E;
	color: #9DAF7E;
	color: #A8C191;
}

p a:active {
	position: relative;
	color: #4F5D2F;
}

p a:hover {
	color: #5A4632;
	background: #fde0db;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: #A8C191;
	color: #2A2E2E;
}

p::selection {
	background: #A8C191;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

::-webkit-input-placeholder {
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}

:-moz-placeholder

/* older Firefox*/
	{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}

::-moz-placeholder

/* Firefox 19+ */
	{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}

:-ms-input-placeholder {
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}

::input-placeholder {
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}

.form-control {
	color: #d5050a;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
	overflow: hidden;
}



/*********************************
4. Breadcrumbs
*********************************/

.breadcrumbs {
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #ebebeb;
	margin-bottom: 79px;
}

.breadcrumbs ul li {
	display: inline-block;
	margin-right: 17px;
}

.breadcrumbs ul li.active a {
	color: #b9b4c7;
}

.breadcrumbs ul li i {
	margin-right: 17px;
}

.breadcrumbs ul li a {
	color: #51545f;
}

/*********************************
5. Single Product Section
*********************************/

.single_product_container {
	margin-top: 150px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 30px;
	padding-top: 30px;
}

.single_product_thumbnails {
	height: 527px;
}

.single_product_thumbnails ul li {
	position: relative;
	height: 136px;
	margin-bottom: 30px;
	cursor: pointer;
}

.single_product_thumbnails ul li::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px #5A4632;
	content: '';
	visibility: hidden;
}

.single_product_thumbnails ul li.active::after,
.single_product_thumbnails ul li:hover::after {
	visibility: visible;
}

.single_product_thumbnails ul li img {
	width: 100%;
}

.image_col {
	padding-right: 30px;
}

.single_product_image {
	width: 100%;
	height: 527px;
}

.single_product_image_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/*********************************
6. Product Details
*********************************/

.product_details {
	width: 100%;
}

.product_details_title {
	font-weight: 500px;
	line-height: 30px;
}

.product_details_title p {
	margin-top: 12px;
}

.free_delivery {
	background: #f5f5f5;
	margin-top: 53px;
}

.free_delivery i {
	display: inline-block;
}

.free_delivery span:last-child {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
}

.free_delivery span:first-child {
	display: inline-block;
	margin-right: 19px;
	font-size: 16px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}

.original_price {
	font-weight: 500;
	color: #b9b4c7;
	text-decoration: line-through;
	line-height: 30px;
	margin-top: 21px;
}

.product_price {
	display: inline-block;
	font-size: 24px;
	color: #d5050a;
	font-weight: 500;
	line-height: 30px;
	margin-top: 2px;
}

.star_rating {
	display: inline-block;
	margin-left: 33px;
}

.star_rating li {
	display: inline-block;
	margin-right: -2px;
	cursor: pointer;
}

.star_rating li i {
	color: #fac451;
}

.product_color {
	margin-top: 27px;
}

.product_color ul {
	display: inline-block;
	margin-left: 26px;
}

.product_color ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 29px;
	cursor: pointer;
}

.quantity {
	width: 100%;
	height: 40px;
	margin-top: 23px;
}

.quantity_selector {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 132px;
	height: 100%;
	border: solid 1px #e5e5e5;
	margin-left: 29px;
}

.quantity_selector span {
	font-weight: 500;
	color: #232530;
}

.plus,
.minus {
	padding-left: 14px;
	padding-right: 14px;
	cursor: pointer;
}

.plus:hover,
.minus:hover {
	color: #b5aec4;
}

.add_to_cart_button {
	width: 160px;
	margin-left: 19px;
	font-size: 12px !important;
}

.product_favorite {
	width: 40px;
	height: 100%;
	margin-left: 22px;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
	cursor: pointer;
}

.product_favorite:hover::after {
	color: #d5050a;
}

.product_favorite::after {
	font-family: 'FontAwesome';
	content: '\f08a';
	font-size: 14px;
}

.product_favorite.active::after {
	content: '\f004';
	color: #d5050a;
}

/*********************************
7. Tabs
*********************************/

.tabs_section_container {
	width: 100%;
	padding-bottom: 80px;
	border-bottom: solid 1px #ebebeb;
}

.tabs_container {
	margin-top: 66px;
	margin-bottom: 25px;
	justify-content: center;
	text-align: center;
}

.tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.tab {
	cursor: pointer;
}

.tab span {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #1e1e27;
}

.tab:hover span {
	color: #5A4632;
}

.tab.active span {
	color: #3B4528;
	border-bottom: solid 1px #2A2E2E;
}

.tab_container {
	width: 100%;
	display: none;
}

.tab_container.active {
	display: block;
}

.center {
	text-align: center;
	justify-content: center;
}

/*********************************
7.1. Additional Info
*********************************/

.additional_info_col p span {
	margin-left: 22px;
}

.additional_info_title h4 {
	color: #1e1e27;
	font-size: 16px !important;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*********************************
7.2 Add Attachments
*********************************/
.attachment_title h4 {
	color: #1e1e27;
	font-size: 16px !important;
	padding-bottom: 10px;
	padding-top: 10px;
}

.attachment_title {
	border-bottom: solid 1px #dadada !important;
}

.attachment_items {
	padding-top: 10px;
}

.border-right {
	border-right: solid 1px #dadada !important;
}

.item_image {
	width: 90px;
}

.item_content {
	padding-left: 15px;
}

.attach_done {
	padding: 15px;
	border: #4F5D2F solid 1px;
	background-color: #4F5D2F;
	color: #ffffff;
	border-radius: 25px;
	transition: all 0.8s ease;
}

.attach_done:hover {
	padding: 15px;
	border: #000000 solid 1px;
	background-color: #2A2E2E;
	color: #ffffff;
}

.add_to_cart {
	padding: 15px;
	border: #4F5D2F solid 1px;
	background-color: #4F5D2F;
	color: #ffffff;
	border-radius: 25px;
	transition: all 0.8s ease;
	margin-top: 15px;
	float: left;
}

.add_to_cart:hover {
	padding: 15px;
	border: #5A4632 solid 1px;
	background-color: #ffffff;
	color: #5A4632;
}

/* Styled product options dropdown to match theme */
#productOption {
	max-width: 260px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	padding: 8px 10px;
	border-radius: 8px;
	color: #1e1e27;
	box-shadow: 0 2px 6px rgba(46,61,73,0.06);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#productOption:focus {
	outline: none;
	border-color: #5A4632;
	box-shadow: 0 0 0 3px rgba(90,70,50,0.06);
}
/* Match label spacing */
.product_info .form-label {
	font-weight: 500;
	margin-bottom: 0;
}

/* Option row uses same spacing as quantity */
.option-row > span {
	display: inline-block;
	font-weight: 500;
	margin-right: 12px;
}
.option-select-wrap {
	display: inline-block;
}



/* Make attachment items selectable */
.attachment_item {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	transition: background-color 200ms ease;
}

.attachment_item.selected {
	background-color: #e4e4e4;
	/* light grey */
}

.something {
	color: #D6C7A1;
	color: #B5A476;
	color: #4F5D2F;
	color: #3B4528;
	color: #5A4632;
	color: #2A2E2E;
	color: #9DAF7E;
	color: #A8C191;
}

@media (max-width: 768px) {
	.quantity {
		justify-content: center;
		text-align: center;
		align-items: center;
	}

	.add_to_cart {
		display: block;
		margin: 10px auto;
		float: none;
	}

	.product_info {
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.tab,
	.tabs {
		text-align: center;
	}

	.tabs {
		flex-direction: row !important;
	}

	.center-info .additional_info_col {
		text-align: center;
	}

	/* Reduce space between tab title and p elements */
	.additional_info_title h4 {
		margin-bottom: 0;
	}

	.additional_info_col p {
		margin-top: 0.5rem;
	}

	.tabs {
		flex-direction: row !important;
		margin: 0 auto;
		width: fit-content;
	}

	.additional_info_title h4 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.additional_info_col p {
		margin-top: 0;
	}

	.center-info .additional_info_col {
		text-align: center;
	}

	.tabs_container{
			margin-left: 35px;
	}

	.attachment_items{
		margin-top: -80px;
	}

	.attachment_col{
		padding-bottom: 30px;
	}

	.tab span{
		font-size: 20px !important;
	}

}