.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

section.parallax .item-content div.social-share span {
	color: #fff;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 2px;
	letter-spacing: 1px;
}

section.parallax .item-content .title span {
	color: #fff;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 6px;
	letter-spacing: 1px;
}

section.parallax .item-content p {
	color: #fff;
	margin-bottom: 15px;
}

section.parallax .item-content div.social-share ul.social-icons li {
	display: inline-block;
	margin-right: 6px;
}

section.parallax .item-content a.button-one {
	float: right;
	margin-top: -50px;
}

section.parallax .item-content div.social-share ul.social-icons li a {
	color: #fff;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 2px;
	letter-spacing: 1px;
}

.my-image-holder img{

	display: none;
	width: 67%;
	height: auto;
	margin-top: 15%;

	border: 3px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	transition: all 2s ease;
}

.my-image-holder img:hover{
	transform: scale(1.1);
}

@media screen and (max-width: 600px) {
	.mobile-hide {
		display: none !important;
	}
	.mobile-show {
		display: block !important;
	}
}

.hlf-underline{
	color: #cc3300;
	font-family: 'Oswald', sans-serif;
	margin-top: 0;
	font-size: 26px;
}

.separater {
	position: relative;
	width: 66px;
	height: 2px;
	background-color: black;
}

.separater:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -4px;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	transform: rotate(
			45deg
	);
	border: 2px solid #ffffff;
	background-color: black;
}

section.small-menu-section .menu-box .menu-post .menu-content img {
	box-shadow: 0 4px 14px rgb(0 0 0 / 40%);
}

.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; }
@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px; } }

.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1; }

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px; }
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%; }
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block; }
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0; }
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0; }

.tab-content {
	overflow: hidden; }
.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s; }

.card {
	margin-top: 50px;
	padding: 3em;
	line-height: 1.5em; }

@media screen and (min-width: 997px) {
	.wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex; } }

.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; }

.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1; }

.product-title, .price, .sizes, .colors {
	text-transform: UPPERCASE;
	font-weight: bold; }

.checked, .price span {
	color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
	margin-bottom: 15px; }

.product-title {
	margin-top: 0; }

.size {
	margin-right: 10px; }
.size:first-of-type {
	margin-left: 40px; }

.color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px; }
.color:first-of-type {
	margin-left: 20px; }

.add-to-cart, .like {
	background: #cc3300;
	padding: 10px;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease; }
.add-to-cart:hover, .like:hover {
	background: #000000;
	color: #fff; }

.not-available {
	text-align: center;
	line-height: 2em; }
.not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff; }

.orange {
	background: #ff9f1a; }

.green {
	background: #85ad00; }

.blue {
	background: #0076ad; }

.tooltip-inner {
	padding: 1.3em; }

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3); }
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }

@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3); }
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1); } }

/*# sourceMappingURL=style.css.map */

div.quantity-add {
	display: inline-block;
	overflow: hidden;
}

.quantity-add button {
	width: 46px;
	height: 46px;
	display: inline-block;
	border: none;
	text-align: center;
	line-height: 46px;
	color: #676767;
	font-size: 14px;
	font-family: "PT Serif", serif;
	outline: none;
	margin: 0px;
	padding: 0;
	background: #f8f8f8;
	float: left;
}

.quantity-add input {
	display: inline-block;
	float: left;
	width: 46px;
	height: 46px;
	border: none;
	margin: 0 -1px;
	line-height: 34px;
	color: #cc3300;
	font-size: 14px;
	font-family: "PT Serif", serif;
	outline: none;
	text-align: center;
	padding: 0;
	background: #f8f8f8;
}

.quantity-add button {
	width: 46px;
	height: 46px;
	display: inline-block;
	border: none;
	text-align: center;
	line-height: 46px;
	color: #676767;
	font-size: 14px;
	font-family: "PT Serif", serif;
	outline: none;
	margin: 0px;
	padding: 0;
	background: #f8f8f8;
	float: left;
}

.decrease{
	background-color: #000000 !important;
	color: #ffffff !important;
}

.increase{
	background-color: #cc3300 !important;
	color: #ffffff !important;
}


