body {
	font-family: 'Montserrat', sans-serif;
	height: auto;
}

.std p {
  margin: inherit;
}

.std ul {
	margin-bottom: inherit;
}

.std ul li {
	margin-left: inherit;
}

p:empty {
	display: none !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

.gray-bg {
	background-color: #efefef;
}

.black-bg {
	background-color: #000;
}

.light-bg{
	background-color: #f2f2f2;
}

.beige-bg {
	background-color: #f2efe6;
}

.fullwidth-divider {
	border-color:#ccc;
}

.form-group {
	margin-bottom: 20px;
}

label {
	margin: 0;
}

.cms-overlay-color {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(75,57,57,0.75);
}

.sp-only {
	display: none;
}

@media (max-width: 992px) {
	body {
		margin-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.sp-only {
		display: block;
	}
}

a[title="My Cart"] {
	display: none !important;
}

/*==============================
	SCROLLBAR
================================*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #000;
}

.hide-scroll::-webkit-scrollbar {
	width: 0;
	height: 0;
}

#fb-root.fb_reset > div.fb-customerchat > span > .fb_customer_chat_bounce_in_v2 {
	left: 9px !important;
}

#fb-root.fb_reset > .fb_dialog,
#fb-root.fb_reset > .fb_dialog.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
	left: 18px !important;
}

/*==============================
 FB MESSENGER BOT
================================*/

.fb_dialog.fb_dialog_mobile.fb_customer_chat_bubble_animated_no_badge.fb_customer_chat_bubble_pop_in {
	top: 80% !important;
}

/*==============================
 FORM / INPUT / TEXTAREA STARTS
================================*/

textarea{
	resize: vertical;
}
label{
	font-weight: normal;
	margin: 0;
}
.form-group {
	margin-bottom: 20px;
}
.form-control,
.input-group-addon,
.bootstrap-select .btn,
.checkout-cart-index .form-group input {
	background-color: rgba(0, 0, 0, 0);
	border-color: #e7e8ec;
	border-radius: 0;
	box-shadow: none;
	color: #999;
	font-size: 13px;
	height: 54px;
	line-height: 50px;
	padding: 10px 20px;
	z-index: 0;
}
.form-control {
	height: 54px !important;
}
.form-control.submit-btn{
	height: auto;
	line-height: normal;
}
.form-alert{
	margin: 0;
}

/*-- Checkbox/Radiobox Starts --*/
.form-group [type="checkbox"],
.form-group [type="radio"]{
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.form-group .checkbox-inline,
.form-group .radio-inline {
	margin: 0;
	padding-left: 0;
	line-height: 1.2;
	vertical-align: -moz-middle-with-baseline;
}
.form-group [type="checkbox"] + span,
.form-group [type="radio"] + span {
	cursor: pointer;
	vertical-align: text-top;
}
.form-group [type="checkbox"] + span::before{

	color: #999999;
	content: "\56";
	font-family: "ElegantIcons";
	font-size: 20px;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 0;
}
.form-group [type="checkbox"]:checked + span:before {

	content: "\5a";
	font-family: "ElegantIcons";
}
.form-group [type="radio"] + span::before{

	color: #000;
	content: "\5b";
	font-family: "ElegantIcons";
	font-size: 20px;
	margin-right: 3px;
	vertical-align: middle;
	line-height: 0;
}
.form-group [type="radio"]:checked + span:before {

	content: "\5c";
	font-family: "ElegantIcons";
}
/*-- Checkbox/Radiobox Ends --*/


/*--Bootstrap Select--*/
.bootstrap-select .btn .filter-option{
	color: #000000;
	line-height: 30px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	border: none;
	margin-top: 0;

	right: 30px;
	top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after{
	content: "3";
	font-family: "ElegantIcons";
	font-size: 20px;
	color: #000;
}
.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus,
.bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
	background-color: #f9f9f9;
	border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: 0 none !important;
	outline-offset: 0;
}

::-webkit-input-placeholder {
	color: #999 ;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-ms-input-placeholder{
	color: #999;
	opacity: 1;
}
.form-control:focus {
	background-color: transparent;
	border-color: #e7e8ec;
	box-shadow: none;
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	outline: 0;
}
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

/*==============================
	ALERT MESSAGES
================================*/

.messages {
	position: fixed;
	bottom: 10px;
	right: -100%;
	width: 400px;
	z-index: 9;
}
.messages li li {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-left-width: 1px;
	border-radius: 4px;
}
.messages li li span{
	font-size: 14px;
}
.messages .success-msg li {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.messages .success-msg li:before {
	display: none;
}
.messages .error-msg li {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
@media (max-width: 450px) {
	.messages {
		width: 90%;
	}
}

/*==============================
	BUTTON
================================*/

.theme-btn-1,
.theme-btn,
.btn-black {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-osx-font-smoothing: grayscale;
	-o-osx-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.theme-btn-1:before,
.theme-btn:before,
.btn-black:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	-moz-transition-property: top, right, bottom, left;
	-o-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}
.theme-btn-1:before{
	border: #454545 solid 4px;
}
.theme-btn:before {
	border: transparent solid 4px;
}
.btn-black:before{
	border: #000 solid 4px;
}
.theme-btn-1:hover:before,
.theme-btn-1:focus:before,
.theme-btn:hover:before,
.theme-btn:focus:before,
.btn-black:hover:before,
.btn-black:focus:before{
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}
.theme-btn:hover:before,
.theme-btn:focus:before{
	border: #999 solid 4px;

}
.theme-btn:hover,
.theme-btn:focus{
	background-color: #999;
}
.theme-btn:hover,
.theme-btn:focus{
	border-color: #999;
}
.btn-black:hover,
.btn-black:focus{
	background-color: #000;
}
.btn-black:hover,
.btn-black:focus{
	border-color: #000;
}
.theme-btn,
.theme-btn-1,
.btn-black{
	text-align: center;
	border: 1px solid #000;
	border-radius: 0;
	color: #000000;
	background-color: transparent;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	min-width: 170px;
	padding: 0 10px;
	text-transform: uppercase;
	position: relative;
}
.theme-btn-1 {
	margin-right: 10px;
	background-color: #454545;
	border: 1px solid #454545;
	color: #ffffff;
}
.home-slider-btn .theme-btn-1 {
	height: 30px;
	line-height: 2;
	min-width: 140px;
	margin: 0;
}
.home-slider-btn .theme-btn-1:before {
	border-width: 3px;
}
.btn-black {
	background-color: #000;
	border: 1px solid #000;
	color: #ffffff;
}
.theme-btn-1:hover,
.theme-btn-1:focus,
.theme-btn:hover,
.theme-btn:focus,
.btn-black:hover,
.btn-black:focus{
	color: #fff;
}
.theme-btn i {
	margin-right: 6px;
	vertical-align: middle;
}
.btn.small-btn{
	height: 40px;
	line-height: 40px;
	min-width: 115px;
	font-size: 13px;
}
.btn.larg-btn{
	height: 60px;
	line-height: 60px;
	min-width: 200px;
}
label.btn input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	text-transform: uppercase;
}
.login-form label .pw {
	display: inline-block;
	margin-top: 7px;
}

/*==============================
	HEADER
================================*/
.pop-up-accnt {
	position: absolute;
	right: 110px;
	top: 20px;
	z-index: -1;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	min-width: 160px;
	max-width: 200px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
}
.pop-up-accnt:before {
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #f8f5ec transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -10px;
}
.pop-up-accnt.show {
	visibility: visible;
	top: 95px;
}
.pop-up-accnt ul {
	padding: 5px;
	background: #f8f5ec;
	position: relative;
	margin: 0;
}
.pop-up-accnt ul li {
	border-bottom: 1px solid #f1ebd7;
	border-top: 1px solid #fff;
	padding: 5px;
	margin: 0;
	width: 100%;
}
.pop-up-accnt ul li:first-child {
	border-top: none;
}
.pop-up-accnt ul li a{
	border-radius: 3px;
	color: #4b3939;
	font-size: 13px;
	line-height: 22px;
	padding: 5px 10px;
	text-align: left;
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
}
.header-wrapper {
	position: relative;
	min-height: 371px;
	margin-bottom: 8px;
}

.background-onheader-wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: url('../images/fotografia_reference.jpg') center center / cover;*/
	z-index: 0;
}
.background-onheader-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.header-wrapper {
	position: relative;
	min-height: 371px;
	margin-bottom: 0;
}

.header-wrap {
	display: block;
	background: #f8f5ec !important;
	margin: 3% auto auto;
	padding: 15px 20px;
	position: relative;
	height: 82px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	z-index: 1;
}

.header-social ul li {
	display: inline-block;
}

.header-social ul li a {
	display: inline-block;
	color: #000;
	font-size: 20px;
	margin-right: 16px;
}

.header-social-sp {
	float: left;
}

.header-social-sp a {
	display: inline-block;
    color: #000;
    font-size: 16px;
    margin-right: 20px;
}

.header-info p {
	font-size: 12px;

}

.header-left {
	float: left;
}

.header-right {
	float: right;
	background: #f8f5ec;
}

.header-center {
	width: 310px;
	margin: auto;
}

.header-center .logo {
	min-width: auto;
	min-height: auto;
	max-width: initial;
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	margin: auto;
	text-align: center;
	padding: 0;
}

.header-center .logo .logo {
	float: none;
	display: inline-block;
	min-height: initial;
	max-width: initial;
	padding: 0;
}

.header-center .logo img {
	width: 100%;
}

.header-container{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: 1;
}
.header-wrapper .page-title {
	bottom: 75px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 0;
}

.header-wrapper .page-title .page-title-text h1 {
	color: #fff;
	font-size: 30px;
	border: 0;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}

.header-wrapper .page-title.lhoraine {
	position: relative;
	bottom: inherit;
	text-align: inherit;
	width: auto;
	z-index: auto;
}

/* BREADCRUMBS */


.breadcrumbs {
	padding: 8px 15px;
	margin: auto auto 0;
	line-height: 1.42857;
	display: block;
}

.breadcrumbs li {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	float: none;
	font-family: inherit;
	text-transform: capitalize;
}

.breadcrumbs li strong {
	color:  #fff;
	font-weight: bold;
}

.breadcrumbs li a {
	color: #fff;
	float: none;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:focus {
	color: #fff;
}

.breadcrumbs li + li:before {
	color: #fff;
	content: '\f101';
	font-family: "FontAwesome";
	font-size: 11px;
	padding: 0 8px;
}

.quick-access > p {
	display: inline-block;
}

@media (max-width:992px) {
	.header-wrapper {
		min-height: 230px;
	}
	.header-container .container,
	.header-container .container-fluid {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.header-container {
		position: relative;
		padding-bottom: 0;
	}
	div[class$="-layout"] {
		margin-top: 60px;
	}
	.header-wrap {
		height: auto;
		padding: 10px 15px;
		margin: auto;
		max-height: 60px;
	}
	.header-left {
		display: none;
	}
	.header-center {
		width: 240px;
		/*margin: initial;*/
	}
	.header-right {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background:#f8f5ec;
		float: none;
		-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
		box-shadow: 0 1px 10px 0 rgba(0,0,0,0.2);
	}
	.header-right .quick-access{
		display: table;
		width: 100%;
	}
	.header-right .quick-access > a {
		display: table-cell;
		vertical-align: middle;
		padding: 10px;
		border-right: 1px dashed #c6c4bd;
	}
	.header-right .quick-access > a[title="My Cart"] {
		display: none;
	}
	.header-right .quick-access > a:hover,
	.quick-access > p > a:hover {
		background: #eae8df;
	}
	.header-right .quick-access > a:last-child {
		border-right: 0 none;
	}
	.quick-access {
		display: inline-block;
	}
	.quick-access > p{
		display: table-cell;
	}
	.pop-up-accnt {
		position: fixed;
		height: 100vh;
		width: 100%;
		max-width: initial;
		min-width: initial;
		right: 0;
		left: 0;
		bottom: 0;
		top: 100%;
		z-index: 3;
		background: #f8f5ec;
	}
	.pop-up-accnt .nav-close p {
		text-transform: uppercase;
	}
	.pop-up-accnt.show {
		top: 0;
	}
	.pop-up-accnt ul li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 500px) {
	.header-wrapper {
		min-height: 150px;
	}

	.page-title {
		bottom: 15%;
	}
}

/*==============================
	NAVIGATION
================================*/
.menu-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 1;
}

.burger {
	display: none;
	text-decoration: none;
	cursor: pointer;
}

.nav-close {
	display: none;
}

.pc-only {
	display: block;
}

.nav-wrap {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav-wrap ul > li {
	display: inline-block;
	position: relative;
	margin: 10px;
}

.nav-wrap ul li a,
.nav-wrap ul li span {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 1.9vw;
}

.nav-wrap ul li a,
.nav-wrap ul li span {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}

.nav-wrap ul ul li a:after,
.nav-wrap ul ul li span:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 5px;
}

.nav-wrap ul ul li a:only-child:after,
.nav-wrap ul ul li span:only-child:after {
	content: '';
}

.nav-wrap ul ul {
	z-index: 2;
	background-color: #f8f5ec;
	position: absolute;
	display: none;
	padding: 0px;
	margin: auto;
	left: 50%;
	top: 130%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	min-width: 160px;
	max-width: 200px;
	-webkit-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-khtml-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-ms-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	-o-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 5px 0;
}

.nav-wrap ul ul:before {
	content:'';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 0 12px 10px 12px;
	border-color: transparent transparent #f8f5ec transparent;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: -10px;
}

.nav-wrap ul ul ul:before {
	display: none;
}

.nav-wrap ul ul ul {
	left: 100%;
	top:-5px;
	transform: auto;
	display: none;

}

.nav-wrap ul ul li {
	border-bottom: 1px solid #f1ebd7;
	border-top: 1px solid #fff;
	padding: 5px;
	margin: 0;
	width: 100%;
}

.nav-wrap ul ul li:first-child {
	border-top: none;
}

.nav-wrap ul ul li:last-child {
	border-bottom: none;
}

.nav-wrap ul ul li a,
.nav-wrap ul ul li span {
	border-radius: 3px;
	color: #4b3939;
	/* font-family: "Open Sans", Arial, Helvetica, sans-serif; */
	font-size: 13px;
	line-height: 22px;
	padding: 5px 10px;
	text-align: left;
	white-space: nowrap;
	display: block;
}

.nav-wrap ul ul li a,
.nav-wrap ul ul li span {
	font-weight: 400;
}

.nav-wrap ul ul > li:hover > a,
.nav-wrap ul ul > li:hover > span {
	background: #4b3939;
	color:#fff;
}

.nav-wrap ul ul li:first-child a,
.nav-wrap ul ul li:first-child span {
	border-top:0;
}

.nav-wrap ul ul li:last-child a,
.nav-wrap ul ul li:last-child span{
	border-bottom:0;
}

.nav-close {
	padding: 20px 15px;
	text-align: right;
	border-bottom: 1px solid #cdcdcd;
}

.nav-close a,
.submenu-back{
	color:#151514;
}

.nav-close a:hover,
.submenu-back:hover {
	outline: none;
	text-decoration: none;
}

@media (max-width: 992px) {
	.pc-only {
		display: none;
	}
	.nav-close {
		display: block;
	}

	.burger {
		display: inline-block;
		font-size: 26px;
		position: absolute;
		right: 5px;
		top: 12px;
		color: #151514;
	}

	.nav-wrap {
		position: fixed;
		height: 100%;
		width: 50%;
		top:0;
		bottom: 0;
		right: -100%;
		background:#f0f0f0;
		z-index: 1;
		overflow-y: auto;
	}
	.nav-wrap.open {
		right:0;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	}
	.nav-wrap > ul {
		margin: 0;
	}
	.nav-wrap ul {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		background:#f0f0f0;
		min-width: 100%;
	}
	.nav-wrap ul li {
		display: block;
		text-align:left;
		margin: 0;
	}
	.nav-wrap > ul > li:hover > a,
	.nav-wrap > ul > li:hover > span{
		background: rgba(0,0,0,0.1);
	}
	.nav-wrap ul ul > li:hover > a,
	.nav-wrap ul ul > li:hover > span {
		background: rgba(0, 0, 0, 0.1);
	}
	.nav-wrap ul li a,
	.nav-wrap ul li span {
		padding: 10px 20px;
		display: block;
		margin: 0;
		font-weight: 500;
		padding: 10px 15px;
		color: #151514;
		font-size: 14px;
	}
	.nav-wrap .submenu-back {
		display: none;
		float: left;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 16px;
		padding: 5px;
	}
	.nav-wrap .submenu-back.active {
		display: block;
	}
	.nav-wrap ul li.has-child a:after,
	.nav-wrap ul li.has-child span:after,
	.pop-up-accnt > ul > li.has-child > a:after{
		content: '\f105';
		font-family: 'FontAwesome';
		position: absolute;
		right: 15px;
		font-size: 18px;
	}
	.nav-wrap ul ul {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		transform: initial;
		background: #f0f0f0;
		border:0;
		padding: 0;
		min-width: 100%;
		max-width: 100%;
		box-shadow: none ;
	}
	.nav-wrap ul.submenu-open,
	.nav-wrap ul.submenu-open ul > li {
		display: block;
	}
	.nav-wrap ul ul:before,
	.pop-up-accnt:before {
		display: none;
	}
	.nav-wrap ul ul li a,
	.nav-wrap ul ul li span {
		color: #000;
		border:0;
		font-weight: 600;
		padding: 10px 20px;
	}
	.nav-wrap ul ul li a,
	.nav-wrap ul ul li span {
		font-weight: 400;
	}
	.nav-wrap > ul.submenu-open li {
		display: none;
	}
	.nav-wrap ul.submenu-open li.subMenuOpen {
		display: block;
	}
	.nav-wrap ul.submenu-open li.subMenuOpen > a {
		display: none;
	}
	.nav-wrap ul.submenu-open li.subMenuOpen ul {
		display: block;
	}
	.nav-wrap > ul {
		position: relative;
	}
	.nav-wrap ul > li ul {
		position: fixed;
		display: block;
		z-index: 1;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background-color: #f0f0f0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.nav-wrap li.open > ul {
		left: 0;
	}
}

@media (max-width: 560px) {
	.nav-wrap {
		width: 100%;
	}
}

/*==============================
	SEARCH
================================*/
.no-result {
	padding-bottom: 5%;
}
.no-result-suggestion li {
	display: inline-block;
	margin-right: 15px;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}
.searchform-popup-wrap{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:rgba(0, 0, 0, 0.8);
	z-index:999;
	visibility:hidden;
	filter:alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
	-webkit-transition:all 0.3s linear 0ms;
	-khtml-transition:all 0.3s linear 0ms;
	-moz-transition:all 0.3s linear 0ms;
	-ms-transition:all 0.3s linear 0ms;
	-o-transition:all 0.3s linear 0ms;
	transition:all 0.3s linear 0ms;
	/* BACKGROUND GRADIENT */
	/* TRIPLE BORDERS */
}
.searchform-popup-wrap.open{
	visibility:visible;
	filter:alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	-o-opacity:1;
	opacity:1;
	/* BACKGROUND GRADIENT */
	/* OUTLINE RADIUS */
}
.searchform-popup-wrap .searchform-inner{
	position:relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-khtml-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	/* BACKGROUND GRADIENT */
	/* TRANSFORM STYLE */
}
.searchform-popup-wrap #searchform input{
	margin-bottom:0;
	height:75px;
	font-size:22px;
	line-height:75px;
}
.searchform-popup-wrap #searchform button i{
	font-size:22px;
	line-height:75px;
}

.shortcut-icon {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	color:  #000;
}

.icon-title:before {
	content:'';
}

.shortcut-icon .icon-title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 10px;
	font-weight:500;
}

.shortcut-icon span {
	display: block;
}

.shortcut-icon span:first-child {
	font-size: 30px;
	margin-bottom: 10px;
}

.header-right .quick-access > a:last-child {
	margin-right: 0;
	border-right: 0;
}

@media (max-width: 992px) {
	.shortcut-icon {
		display: table-cell;
		padding: 15px 10px;
		border-right: 1px solid #e8e8e8;
	}
	.quick-access > p > a {
		margin-right: 0;
		display: block;
	}
	.shortcut-icon span:first-child {
		font-size: 20px;
	}
}


/*==============================
	HOME SLIDER
================================*/

.home-slider,
.slider-item {
	/*position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;*/
	overflow: hidden;
	/*height: 38vw;
	min-height: 8vw;*/
	margin-bottom: 0 !important;
}

.home-slider .slick-list .slider-item:before {
	content: '';
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
}

.slick-arrow {
	position: absolute;
	z-index: 1;
	top: 45%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}

/*.slick-arrow.slick-prev {
	left:0;
}

.slick-arrow.slick-next {
	right:0;
}*/

.slick-arrow.slick-prev::before,
.slick-arrow.slick-next::before {
	color: #000;
}

.home-slider .slider-item {
	position: relative;
}

.home-slider .slider-item img {
	width: 100%;
	position: relative;
}

.home-slider .slider-item .slider-item-txt {
	position: absolute;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	width: 100%;
	z-index: 2;
	text-align: center;
}
.home-slider .slider-item .slider-item-txt .slider-text-wrap {
	max-width: 50%;
}
.home-slider .slider-item .slider-item-txt h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
}
.home-slider .slider-item .slider-item-txt p {
	color: #fff;
	word-break: break-word;
}
.home-slider .slider-item .slider-item-txt.center {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.home-slider .slider-item .slider-item-txt.center .slider-text-wrap {
	margin: auto;
}
.home-slider .slider-item .slider-item-txt.left {
	left: 0;
	text-align: left;
}
.home-slider .slider-item .slider-item-txt.right {
	right: 0;
	text-align: right;
}
.home-slider .slider-item .slider-item-txt.right .slider-text-wrap {
	float: right;
}
.slick-dots {
	bottom: 25px;
}
.slick-dots li {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots li button {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 2px solid #fff;
	width: 15px;
	height: 15px;
}

.slick-dots li button:before {
	content:'';
}

.category-list-wrap .slick-dots {
	bottom: initial;
	position: relative;
}

.category-list-wrap .slick-dots li button {
	border-color: #94888a;
}

.category-list-wrap .slick-dots .slick-active button {
	background-color: #517d7e;
	border:0;
}

@media (max-width: 1048px) {
	.home-slider .slider-item .slider-item-txt h2 {
		font-size: 25px;
	}
}

@media (max-width: 992px) {
	.home-slider {
		position: relative;
		top: initial;
		bottom: initial;
		right: initial;
		left: initial;
		height: auto;
		overflow: auto;
		z-index: 0;
	}

	.home-slider .slider-item .slider-item-txt .slider-text-wrap {
		max-width: 80%;
	}

	.home-slider .slider-item .slider-item-txt h2 {
		font-size: 30px;
	}

	.home-slider .slider-item .slider-item-txt p {
		display: none;
	}
	.home-slider-btn .theme-btn-1 {
		font-size: 12px;
		height: 25px;
		min-width: 120px;
	}
}

@media (max-width: 728px) {
	.home-slider .slick-dots li,
	.home-slider .slick-dots li button,
	.home-slider .slick-dots li button:before {
		width: 10px;
		height: 10px;
	}
	.home-slider .slick-dots li button {
		padding: 3px;
	}
	.home-slider .slider-item .slider-item-txt {
		top: 30%;
		-webkit-transform: translateY(-30%);
		-ms-transform: translateY(-30%);
		-o-transform: translateY(-30%);
		transform: translateY(-30%);
	}
}

@media (max-width: 640px) {
	.home-slider .slider-item .slider-item-txt h2 {
		font-size: 20px;
	}
	.home-slider .slider-item .slider-item-txt {
		top: 40%;
		-webkit-transform: translateY(-40%);
		-ms-transform: translateY(-40%);
		-o-transform: translateY(-40%);
		transform: translateY(-40%);
	}
	.slick-dots {
		margin: 0;
		bottom: 10px;
	}
}



/*==============================
	SEARCH FORM
================================*/

#search_mini_form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: #e6e4db;
	z-index: 1;
}
#search_mini_form.open {
	max-height: 100%;
}
#search_mini_form fieldset {
	position: relative;
	margin: 0 60px 0 0;
	padding: 0;
	border: none;
}
#search_mini_form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 60px;
	background-color: transparent;
	border: 0;
	padding-left: 20px;
}
#search_mini_form input[type="search"] {
	width: 100%;
	padding: 0 5px 0 22px;
	background: transparent;
	border: none;
}
#search_mini_form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #516270;
	background: #c6cacd;
	border: none;
	cursor: pointer;
}

@media (max-width: 992px) {
	#search_mini_form {
		position: fixed;
		top: 60px;
	}
}

/*==============================
	SECTION TEXT
================================*/

section {
	padding: 3% 0;
}

body.cms-index-index.cms-home .wrapper .page > section,
section.sec-text.col1-layout {
	padding: 0;
}

section h2 {
	color: #517d7f;
	text-transform: capitalize;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}

.customer-account-create section h2 {
	color: #000;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}

section p {
	color: #8a7f7b;
	font-size:14px;
	margin-bottom: 20px !important;
}

.cms-home .sec-text,
.checkout-cart-index .sec-text,
.customer-account-logoutsuccess .sec-text,
.customer-account-forgotpassword .sec-text {
	text-align: center;
}

.default-btn {
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	background: #2b2b2b;
	padding: 5px 20px;
	text-transform: capitalize;
	display: inline-block;
	border: 1px solid transparent;
}

.default-btn:hover {
	color: #2b2b2b;
	background: #fff;
	border-color: #2b2b2b;
}

.default-btn.white {
	background: #fff;
	color: #000;
}
@media (max-width:450px) {
	section {
		padding: 5% 0;
	}
}

/*==============================
	SECTION WITH ICON TEXT
================================*/

.sec-icon-title-text {
	text-align: center;
	margin-bottom: 20px;
}

.sec-icon-title-text span[class^="icon-"] {
	color: #493b3a;
	font-size: 50px;
	text-align: center;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 3px solid #d7d0c8;
	line-height: 1.7;
	display: inline-block;
}

.choose-us h3 {
	color: #527b7f;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}

.choose-us p {
	font-size: 12px;
}

/*==============================
	PRICING TABLE
================================*/
.pricing-table {
	margin-bottom: 20px;
}
.pricing-table .pricing-top-section{
	background-color:#43969a;
	padding:30px 10px 0;
	position:relative;
	z-index:2;
	-webkit-border-radius:3px 3px 0 0;
	-khtml-border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	-o-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
}
.pricing-table .pricing-title{
	color:#fff;
	font-size:20px;
	margin-bottom:30px;
}
.pricing-table .pricing-icon{
	background:transparent url("../images/star-dark.png") no-repeat scroll center center;
	color:#43969a;
	display:inline-block;
	height:152px;
	margin:0 auto -76px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:152px;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	/* BACKGROUND GRADIENT */
	-webkit-transition:all 0.2s linear 0s;
	-khtml-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-ms-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
	/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */
}
.pricing-table .pricing-icon:before,
.pricing-table .pricing-icon:after {
	border:2px solid;
	content:"";
	display:block;
	left:50%;
	position:absolute;
	top:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.pricing-table .pricing-icon:before{
	border-color:#7c7974;
	height:120px;
	margin-left:-60px;
	margin-top:-60px;
	width:120px;
}
.pricing-table .pricing-icon:after{
	border-color:#d9d9d9;
	height:110px;
	margin-left:-55px;
	margin-top:-55px;
	width:110px;
}
.pricing-table .pricing-icon img {
	display: block;
	position: absolute;
	bottom: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pricing-table .pricing-icon i{
	display:inline-block;
	font-size:45px;
	line-height:152px;
	-webkit-animation-duration:1s;
	-khtml-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	/* BACKGROUND GRADIENT */
	-webkit-animation-fill-mode:both;
	-khtml-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	/* BACKGROUND GRADIENT */
	-webkit-transition:font-size 0.3s ease 0s;
	-khtml-transition:font-size 0.3s ease 0s;
	-moz-transition:font-size 0.3s ease 0s;
	-ms-transition:font-size 0.3s ease 0s;
	-o-transition:font-size 0.3s ease 0s;
	transition:font-size 0.3s ease 0s;
	/* BACKGROUND GRADIENT *//* TRIPLE BORDERS */
}
.pricing-table .pricing-contents{
	background-color:#f8f5ec;
	padding:85px 15px 20px;
	position:relative;
	z-index:1;
	-webkit-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
	-khtml-box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
	-ms-box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
	-o-box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
	box-shadow:rgba(0, 0, 0, 0.3) 0 3px 3px 0;
}
.pricing-table .pricing-contents .price {
	padding:0 10px 10px;
	margin-bottom:0;
}
.pricing-table .pricing-contents .price span {
	background-color:#e4e0d5;
	color:#4b3939;
	display:block;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:700;
	line-height:60px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.pricing-table .order{
	background-color:#000;
	color:#fff;
	display:inline-block;
	font-family:"Open Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	padding:8px 30px;
	text-align:center;
	-webkit-border-radius:0 0 3px 3px;
	-khtml-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-ms-border-radius:0 0 3px 3px;
	-o-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	position:relative;
	text-transform:capitalize;
}
.pricing-table .order:hover,
.pricing-table .order:focus{
	background:#e4e0d5;
	color:#4b3939;
}
.pricing-table .order:hover:after,
.pricing-table .order:focus:after{
	border-top-color:#e4e0d5;
}
.pricing-table:hover .pricing-icon{
	color:#4b3939;
}
.pricing-table:hover .pricing-icon i{
	-webkit-animation-name:flip;
	-khtml-animation-name:flip;
	-moz-animation-name:flip;
	-ms-animation-name:flip;
	-o-animation-name:flip;
	animation-name:flip;
}
.pricing-table.style-2 .pricing-top-section{
	background-color:#4b3939;
}
.pricing-table.style-2 .pricing-icon{
	background-image:url(../images/star-pink.png);
	color:#4b3939;
}
.pricing-table.style-2 .pricing-icon:before{
	border-color:#4b3939;
}
.pricing-table.style-2 .pricing-contents .price span{
	color:#ff6d84;
}
.pricing-table.style-2 .order{
	background-color:#4b3939;
	color:#fff;
}
.pricing-table.style-2 .order:after{
	border-top-color:#4b3939;
}
.pricing-table.style-2 .order:hover,
.pricing-table.style-2 .order:focus{
	background-color:#ff6d84;
}
.pricing-table.style-2 .order:hover:after,
.pricing-table.style-2 .order:focus:after{
	border-top-color:#ff6d84;
}
.lollipop-slide-wrap{
	position:relative;
}

/*==============================
	PRODUCT
================================*/

/*.thumbnail-wrap{
	display: inline-block;
	width: 100%;
	height: 100%;
}*/
.thumbnail-wrap .thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0 none;
	-webkit-box-shadow: 0 none;

}
.thumbnail .caption{
	padding: 10px 0;
}
.thumbnail-wrap .caption .caption-title a {
	color: #000;
	text-transform: capitalize;
}
.thumbnail-wrap .caption .caption-text {
	font-weight: 700;
}
.thumbnail-wrap .caption .caption-text .discounted-price {
	text-decoration: line-through;
	font-weight: 350;
	font-size: 13px;
}
.thumbnail-conten{
	text-align: right;
}
.thumbnail-conten li{
	margin: 0;
	display: inline-block;
}
.thumbnail-conten li:first-child{
	float: left;
}
.thumbnail-conten li a {
	color: #ffffff;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}
.thumbnail-conten li:hover ,
.thumbnail-conten li:focus {
	background-color: #333;
}
.thumbnail-conten li span{
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}
.thumbnail-conten li i {
	vertical-align: middle;
}
.thumbnail-conten li span.pc-only {
	display: inline-block;
}
.thumbnail-img{
	position: relative;
}
.thumbnail .thumbnail-img{
	overflow: hidden;
	/* margin-bottom: -45px; */
}
.thumbnail-wrap ul.thumbnail-conten {
	margin: 0;
	height: 0;
	bottom: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.thumbnail-wrap:hover .thumbnail-conten{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	height: 45px;
	bottom: 0px;
	overflow: hidden;
}
.thumbnail-wrap:active .thumbnail-conten {
	bottom: 1px;
}
.thumbnail-wrap:focus .thumbnail-conten {
	bottom: 2px;
}
.thumbnail-wrap:focus-within .thumbnail-conten {
	bottom: 3px;
}
.thumbnail-wrap:visited .thumbnail-conten {
	bottom: 4px;
}
.thumbnail:hover .title-2{
	color: #999;
}

.sale-tag > span,
.new-tag > span {
	position: absolute;
	left: 2px;
	top: -48px;
	transform: rotate(-44deg);
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
}
/* .new-tag > span {
	position: absolute;
	right: -55px;
	top: 13px;
	transform: rotate(49deg);
	-webkit-transform: rotate(49deg);
	-ms-transform: rotate(49deg);
} */
.new-tag,
.sale-tag {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #cc0000 transparent transparent transparent;
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
}
.new-tag {
	border-color: #000 transparent transparent transparent;
}
.hot-tag,
.hot-tag-left,
.black-tag,
.black-tag-left{

	border-radius: 2px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px;
	position: relative;
	z-index: 2;
}
.hot-tag,
.hot-tag-left{
	background-color: #cc0000;
}
.black-tag,
.black-tag-left {
	background-color: #000;
}
.hot-tag::after,
.black-tag::before {
	border-bottom: 6px solid rgba(0, 0, 0, 0);

	bottom: -6px;
	content: "";
	left: 15px;
	position: absolute;
}
.hot-tag::after,
.hot-tag::before{
	border-left: 6px solid #cc0000;
}
.black-tag::after,
.black-tag::before{
	border-left: 6px solid #000;
}

.category-list-arrows,
.featured-prod-list-arrows,
.featured-blog-list-arrows {
	text-align: center;
	margin-bottom: 20px;
}
.category-list-arrows button,
.featured-prod-list-arrows button,
.featured-blog-list-arrows button {
	position: relative;
	top: initial;
	left: initial;
	bottom: initial;
	right: initial;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	width: 45px;
	height: 45px;
	margin-right: 20px;
	z-index: 0;
}

.category-list-arrows button:before,
.featured-prod-list-arrows button:before,
.featured-blog-list-arrows button:before {
	color:#000;
	font-family: icomoon;
	font-size: 25px;
}

.category-list-arrows .slick-prev:before,
.featured-prod-list-arrows .slick-prev:before,
.featured-blog-list-arrows .slick-prev:before {
	content:'\e314';
}
.category-list-arrows .slick-next:before,
.featured-prod-list-arrows .slick-next:before,
.featured-blog-list-arrows .slick-next:before {
	content:'\e315';
}
.category-list-arrows .slick-next,
.featured-prod-list-arrows .slick-next,
.featured-blog-list-arrows .slick-next {
	margin-right: 0;
}

@media (max-width:447px) {
	.thumbnail-conten li span.pc-only {
		display: none;
	}
	.thumbnail-conten li:first-child {
		float: none;
	}
	.thumbnail-conten {
		text-align: center;
	}
}

/*==============================
	BLOG ARTICLE
================================*/

.blog-list {
	text-align: center;
	margin-bottom: 30px;
	outline: none;
	color: #000;
}

.blog-list .blog-inner {
	background-color:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.blog-list .blog-thumb {
	position:relative;
	z-index:0;
	border-bottom:4px solid #f8f5ec;
	margin-bottom: 20px;
	overflow: hidden;
}
.blog-list .blog-thumb > img {
	border:3px solid #fff;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.blog-list .border-image-wrap {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
}
.blog-list .border-image-wrap .corner {
	display:block;
	position:absolute;
	z-index:2;
	width:20px;
}
.blog-list .border-image-wrap .top-left {
	left:0;
	top:0;
	-webkit-transform:rotate(0deg);
	-khtml-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */
}
.blog-list .border-image-wrap .top-right {
	right:0;
	top:0;
	-webkit-transform:rotate(90deg);
	-khtml-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */
}
.blog-list .border-image-wrap .bottom-left {
	bottom:0;
	left:0;
	-webkit-transform:rotate(270deg);
	-khtml-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */
}
.blog-list .border-image-wrap .bottom-right {
	bottom:0;
	right:0;
	-webkit-transform:rotate(180deg);
	-khtml-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	/* BACKGROUND GRADIENT *//* TRANSFORM STYLE */
}
.blog-list .blog-contents {
	border-bottom:3px double #e2e2e2;
	border-radius:0 0 5px 5px;
	padding:0px 20px 20px;
}
.blog-list .blog-contents h3 {
	font-size:16px;
	font-weight:600;
	margin-bottom:5px;
	text-transform: capitalize;
}
.blog-list .blog-contents span {
	 display:block;
	 font-size:11px;
	 margin-bottom:10px;
	 color:#000;
}
.blog-list .blog-contents p {
	 color:#000;
	 margin-bottom:20px;
}
.blog-list .member-social {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
.blog-list .member-social li {
	float:left;
	margin-left:10px;
}
.blog-list .member-social li:first-child {
	margin-left:0;
}
.blog-list .member-social a {
	background-color:#4b3939;
	color:#fff;
	display:block;
	font-size:21px;
	height:30px;
	line-height:30px;
	text-align:center;
	width:30px;
}
.blog-list .member-social a i {
	font-size:21px;
	display:inline-block;
}
.blog-list .member-social a:hover {
	background-color:#ff6d84;
}
.blog-list .member-social a:hover i {
	-webkit-animation:toTopFromBottom 0.5s forwards;
	-khtml-animation:toTopFromBottom 0.5s forwards;
	-moz-animation:toTopFromBottom 0.5s forwards;
	-ms-animation:toTopFromBottom 0.5s forwards;
	-o-animation:toTopFromBottom 0.5s forwards;
	animation:toTopFromBottom 0.5s forwards;
	/* BACKGROUND GRADIENT */
}

.blog-list .blog-inner {
	background-color:transparent;
	box-shadow:none;
	color: #000;
}
.blog-list .blog-thumb {
	border-bottom:none;
}
.blog-list .blog-contents {
	padding-bottom:0;
	border:none;
	-webkit-border-radius:0;
	-khtml-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	/* BACKGROUND GRADIENT */
}
.blog-list .blog-contents h3 {
	color:#000;
}
.blog-list .blog-contents p {
	color:#000;
	margin-bottom:0;
}
.blog-list .member-social {
	display:none;
}

/*==============================
	FOOTER
================================*/

footer {
	background: url('../images/footer-png.png') center center / cover;
	position: relative;
}

footer:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(28,28,28,0.9);
	width: 100%;
	height: 100%;
	z-index: 0;
}

.footer-top {
	padding: 7% 0 2%;
	display: table-cell;
	width: 100%;
}

.footer-top > div {
	border-right: 1px solid rgba(133,203,205,0.5);
	padding: 0 30px;
	display: table-cell;
	float: none;
	vertical-align: top;
}

.footer-top > div:first-child {
	padding-left: 15px;
}

.footer-top > div:last-child {
	border: 0;
	padding-right: 15px;
}

.footer-details {
	text-align: left;
	margin-bottom: 30px;
}

.footer-details img,
.footer-partners img {
	width: 100%;
}

.footer-details > a {
	margin-bottom: 20px;
	display: inline-block;
}

.footer-details h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	margin-bottom: 40px;
	margin-top: 0;
}

.footer-details h2:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	content:'';
	background: #85cbcd;
	width: 40px;
	height: 2px;
}

.footer-details p,
.footer-details a {
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
}

.footer-details p span,
.footer-details td span {
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
}

.footer-details form {
	position: relative;
}

.footer-details table tr {
	vertical-align: top;
}

.footer-details form input[type="email"] {
	background: #171717;
	color: #fff;
	border: 1px solid #171717;
	/* width: 100%; */
	padding: 10px 90px 10px 10px;
	-webkit-box-shadow:inset 0 0 0 1px #131313;
	box-shadow:inset 0 0 0 1px #131313;
	outline-color: #85cbcd;
	font-size: 14px;
	height: auto;
}

.footer-details form input[type="email"]:-webkit-autofill {
	-webkit-text-fill-color: #fff;
}

.footer-details form input[type="button"] {
	background: #3d3d3d;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
	font-size: 13px;
	padding: 5px;
}

.footer-details ul {
	margin: 0;
}

.footer-details ul li {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-details ul li a {
	color: #f0f0f0;
	display: block;
	font-size: 12px;
}

.footer-details ul li:hover a {
	color: #85cbcd;
}

.footer-bottom {
	padding: 2% 0 7%;
}

.footer-bottom p {
	font-size: 13px;
	text-transform: capitalize;
	color: #fff;
}

.footer-bottom p span {
	color: #85c9cc;
}

.footer-socials ul li {
	display: inline-block;
	margin-right: 15px;
}

.footer-socials ul li:last-child {
	margin-right: 0;
}

.footer-socials ul li a {
	color: #fff;
}

.footer-back-top {
	text-align: right;
}

.footer-back-top p,
.footer-back-top a {
	display: inline-block;
}

.footer-back-top a {
	font-size: 25px;
	color:#85c9cc;
	text-shadow: 1px 1px #85c9cc;
}

@media (max-width: 992px) {
	.footer-top {
		display: block;
	}
	.footer-top > div {
		border-right: 0;
		border-bottom: 1px solid #34748c;
		margin-bottom: 30px;
		padding: 0 30px;
		display: block;
	}
	.footer-top .footer-partners img {
		margin: 0 auto;
		width: 70%;
	}
	.footer-bottom {
		padding: 5% 0 7%;
	}
}

@media (max-width: 425px) {
	.footer-top .footer-partners img {
		width: 100%;
	}
}

/*==============================
	COOKIES
================================*/

.cookies {
	background: rgba(133, 203, 205, 0.9);
	padding: 2% 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cookies.hide {
	bottom: 100%;
}

.cookies p {
	color: #000;
	font-size: 25px;
}

.cookies p:first-letter {
	text-transform: uppercase;
	margin: 0;
}

.cookies a {
	font-size: 25px;
	text-transform: uppercase;
	float: right;
	width: 70%;
	margin: auto;
	text-align: center;
}

@media (max-width:767px) {
	.cookies {
		text-align: center;
	}

	.cookies p {
		font-size: 20px;
	}

	.cookies a {
		width: auto;
		float: none;
		font-size: 20px;
		padding: 5px 30px;
		font-size: 16px;
	}
}

/*==============================
	PRODUCT
================================*/
.result-sort {
	margin-bottom: 50px;
}
.sec-text aside .widget-wrap {
	text-align: left;
}
.widget-wrap {
	margin-bottom: 40px;
}
.sidebar {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sidebar .widget-title {
	margin: 0 0 35px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size:18px;
	color: #000;
}

.sidebar.with-border .widget-title {
	margin: 0 0 20px;
}

.with-border .widget-title,
.with-border .widget-content li,
.with-border .widget-content .recent-wrap {
	border-bottom: 1px dashed #cccccc;
}

.with-border .widget-content {
	padding-left: 25px;
}

.widget-content .title-2 {
	font-size: 14px;
	color: #000;
}

.widget-content ul {
	margin-bottom: 0;
}

.widget-content li {
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 10px;
	padding-left: 11%;
	vertical-align: middle;
	width: 100%;
	position: relative;
}
.widget-content ul li:before{
	content: '\ea6c';
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	top: 0;
}
.widget-content li:last-child,
.widget-content .recent-wrap:last-child {
	border-bottom: none;
}

.widget-content li i {
	display: inline-block;
	vertical-align: middle;
	width: 6%;
}

.with-border .widget-content li > a {
	font-size: 13px;
}
.widget-content li span {
	display: inline-block;
}
.widget-content li span ~ a {
	display: inline-block;
	width: auto;
	float: right;
}
.widget-wrap ~ .actions {
	margin-bottom: 40px;
}
.widget-wrap ~ .actions a {
	height: 40px;
	line-height: 2.8;
	min-width: 140px;
}
.widget-wrap.state {
	margin-bottom: 0;
}
.widget-wrap.state li span.value {
	max-width: 80%;
}
.widget-content li > a {
	color: #666;
	display: inline-block;
	font-size: 14px;
	/*vertical-align: middle;*/
	width: 92%;
}

.widget-content li > a:hover,
.widget-content li > a:focus,
.widget-content li > a:hover span,
.widget-content li > a:focus span {
	color: #000;
}

.widget-content li > a span:last-child {
	color: #999999;
	float: right;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}

.widget-content .recent-wrap {
	margin-bottom: 8px;
	padding-bottom: 18px;
}

/*-- Range Css --*/
.slider-range {
	margin: 25px 0 20px;
}

.widget-content #slider-range {
	background-color: #e4e3e3;
	background-image: none;
	border-color: #e4e3e3;
	border-radius: 0;
	height: 4px;
	margin: 25px 0 20px;
}

.widget-content .amount {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}

.widget-content #amount {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #000000;
	font-size: 13px;
	width: 150px;
}

#slider-range .ui-widget-header {
	background-image: none;
	background-color: #000000;
}

#slider-range .ui-slider-handle {
	background-color: #cccccc;
	background-image: none;
	border: medium none;
	border-radius: 0;
	height: 27px;
	margin-left: 0;
	top: -12px;
	width: 3px;
}

/*-- Categories Sorting --*/
.show-result {
	text-align: left;
}
.show-result .section-title {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
	display: inline-block;
	text-transform: initial;
}
.show-result .limiter {
	display: inline-block;
}

.view-tabs {
	border: none;
	margin: 0;
	float: right;
}

.view-tabs li:first-child {
	margin-right: 20px;
}

.view-tabs li a {
	background: transparent;
	border: 1px solid #e7e8ec;
	border-radius: 0;
	color: #ccc;
	display: inline-block;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0;
	width: 50px;
}

.view-tabs > li.active > a,
.view-tabs > li.active > a:focus,
.view-tabs > li.active > a:hover {
	background: #000000 none repeat scroll 0 0;
	border-color: #000;
	color: #ffffff;
}

.prod-categories .thumbnail {
	margin: 0;
	display: inline-block;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
	position: relative;
	overflow: hidden;
}

.cat-list-view .theme-btn:hover::before,
.cat-list-view .theme-btn:focus::before {
	border: none;
}
.thumbnail-wrap {
	margin-bottom: 20px;
}
.cat-list-view .thumbnail-wrap:hover .theme-btn {
	background-color: #000;
	color: #fff;
}

.cat-list-view .thumbnail-conten i {
	margin-right: 5px;
}

.cat-list-view .thumbnail-conten li a:hover,
.cat-list-view .thumbnail-conten li a:focus {
	color: #999;
}

.cat-list-view .product-price {
	margin-top: 5px;
}

.pagination-list {
	margin: 0;
	text-align: center;
}
.pagination-list > li {
	border: medium none;
	border-bottom: 1px solid transparent;
	color: #000000;
	display: inline-block;
	font-size: 18px;
	line-height: normal;
	margin: 0 8px;
	text-align: center;
	padding-bottom: 5px;

	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.pagination-list > li:last-child{
	margin-right: 0;
}
.pagination-list > li a{
	color: #999999;
}
.pagination-list > li a:hover{
	color: #000;
}
.pagination-list > li.active,
.pagination-list > li:hover {
	border-bottom: 1px solid #000000;
}

/*==============================
	PAGINATION
================================*/

.post-pagination .pagination-list > li{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 18px 8px;
}
.post-pagination .pagination-list > li.prev{
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}
.post-pagination .pagination-list > li.next {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}
.post-pagination .pagination-list > li.prev a:before{
	position: absolute;
	height: 60px;
	width: 60px;
	left: 0;
	top: 0;
	background-color: #ebf0f1;
	content: "";
	z-index: -1;
}

/*==============================
	PAGINATION
================================*/
.post-pagination .pagination-list > li.next a:after{
	position: absolute;
	height: 60px;
	width: 60px;
	right: 0;
	top: 0;
	background-color: #ebf0f1;
	content: "";
	z-index: -1;
}
.post-pagination .pagination-list > li.prev a,
.post-pagination .pagination-list > li.next a{
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 110px;
	display: inline-block;
}

/*==============================
	SORT ON PRODUCT LIST PAGE
================================*/

.sorter form {
	position: relative;
	float: right;
}

.sorter form:after {
	content: "\e313";
	font-family: "icomoon";
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 15px;
	top: 15px;
}

.orderby,
.filter-btn {
	border:1px solid #e7e8ec;
	color: #999;
	font-size: 13px;
	height: 54px;
	line-height: 2.4;
	padding: 10px 40px 10px 20px;
	float: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	text-transform: capitalize;
}

.filter-btn span{
	margin-left: 20px;
}

.custom-sort {
	float: right;
}

@media (max-width: 991px) {
	.custom-sort {
		float: left;
	}

	.filter-btn {
		display: inline-block;
		float: none;
	}

	.filter-btn:focus,
	.filter-btn:focus-within,
	.filter-btn:active,
	.filter-btn:hover,
	.orderby:focus,
	.orderby:focus-within,
	.orderby:active,
	.orderby:hover {
		background: #e7e8ec;
		color: #000;
	}

	.sidebar {
		position: fixed;
		right: -500px;
		top: 0;
		bottom: 0;
		width: 300px;
		height:100%;
		background: #fff;
		z-index: 9;
		padding: 20px;
		overflow-y: auto;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	}

	.sidebar.open {
		right: 0;
	}
	.with-border .widget-content {
		padding-left: 10px;
	}
	.show-result,
	.sorter  {
		text-align: center;
	}
	.sorter form {
		float: none;
		display: inline-block;
	}
	.result-sort,
	.show-result .section-title {
		text-align: center;
	}
	.show-result .section-title {
		margin-bottom: 20px;
	}
	.orderby,
	.filter-btn {
		float: none;
	}
	.custom-sort form,
	.custom-sort select,
	.custom-filter a {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.sorter form {
		float: none;
		display: inline-block;
	}
	.custom-sort {
		margin-bottom: 10px;
	}
}

/*==============================
	PRODUCT DETAILS
================================*/

.prod-layout{
	padding: 0;
}
.prod-layout .light-bg {
	padding: 2% 0;
}
.theme-container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 992px) {
	.theme-container {
		padding: 0 15px;
	}
}

/*--- Product Slider Style 1 Starts ---*/
.owl-carousel .item:hover .caption-link,
.product-fullwidth .item:hover .caption-link{
	opacity: 1;
	visibility: visible;
}
.sync1 {
	margin-bottom: 16px;
	overflow: hidden;
	padding: 0 40px;
}
.prod-slider-wrap{
	margin-left: -8px;
	margin-right: -8px;
}
.caption-link {
	background-color: #ffffff;
	text-align: center;
	border-radius: 3px;
	bottom: 0;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	left: 0;
	line-height: 35px;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 30px;
}
.sync2 .synced .item img,
.sync2 .item img:hover,
.sync2 .slick-current.slick-active .item img {
	border: 1px solid #999;
}
.sync2 .item img,
.sync1 .item img {
	border: 1px solid transparent;
	margin: auto;
	width: 100%;
}
.sync2 .item,
.sync1 .item {

	cursor: pointer;
	margin: 0 9px;

	text-align: center;

	transition: all 0.4s ease-in-out 0s;
	-website-transition: all 0.4s ease-in-out 0s;
}
.sync2 .owl-nav i {
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;

}
.sync2 .owl-nav i:hover{
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.sync2 .owl-nav .owl-next i {
	right: 10px;
}
.sync2 .owl-nav .owl-prev i {
	left: 10px;
}
/*.sync2 .item > img {

	width: 72px;
}*/

@media (max-width: 992px) {
	.prod-slider-wrap{
		margin: 0;
	}
}
/*--- Product Slider Style 1 Ends ---*/

/*--- Product Content Starts ---*/
.slider-img {
	padding-right: 20px;
}
.modal-content{
	border-radius: 0;
	display: inline-block;
	width: 100%;
	padding: 15px 30px 30px;
}
.sb-close-btn {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	float: none;
	font-size: 24px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	position: absolute;
	right: 30px;
	text-align: center;
	text-shadow: unset;
	width: 40px;
	z-index: 1;
}
.sb-close-btn:hover {
	background: #ececec none repeat scroll 0 0;
	color: #999999;
}
.slider-pagination li {

	margin-bottom: 19px;

}
.slider-pagination li.active img,
.slider-pagination li img:hover{
	border-color: #000;

}
.slider-pagination li img{
	border: 1px solid transparent;
	display: block;
	margin: auto;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.slider-pagination li:last-child{
	margin-bottom: 0;
}
.product-content{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	position: relative;
}
.prod-lr-btn{
	position: absolute;
	right: 0;
}
.prod-lr-btn a {
	background-color: #ececec;
	color: #999999;
	display: inline-block;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	width: 25px;
}
.prod-lr-btn a:hover {
	background-color: #000000;
	color: #ffffff;
}
.product-heading .product-title {
	margin-top: 0;
}
.product-review {
	display: inline-block;
	margin-left: 10px;
}
.product-review li ,
.stock-detail li {
	line-height: 1;
}
.product-review li + li,
.stock-detail li + li {
	border-left: 1px solid #999;
	padding-left: 10px;
}
.stock-detail li + li{
	margin-left: 17px;
	padding-left: 30px;
}
.stock-detail i {
	font-size: 16px;
	margin-right: 5px;
}
.product-review a {
	padding-left: 5px;
}
.product-review #prodReviews textarea {
	padding: 10px 20px;
}
.product-description p{
	margin-bottom: 0;
}
.product-form label {
	color: #000000;
	display: inline-block;
	font-weight: normal;
	width: 100%;
	margin-bottom: 17px;
}
.product-form label .font-2{
	text-transform: uppercase;
}
.product-form .bootstrap-select .btn .filter-option {
	color: #999999;
	font-style: italic;
}
.product-form .bootstrap-select .btn{
	height: 40px;
	line-height: 40px;
	padding: 5px 20px;
}
.product-form a,  .add-to-box a{ /* Hide duplicate add to wishlist and share*/
    display: none;
}
.product-form .price, .product-form del{ /* Hide duplicate product price for configurable*/
    display: none;
}
.add-to-cart .cart-btn{
	min-width: 200px;
}
.add-to-cart .cart-btn i {
	line-height: 0;
	margin-right: 7px;
	vertical-align: middle;
}
.prod-btns {
	margin-bottom: 20px;
}
.prod-btns .form-control.qty {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 170px;
	line-height: normal;
}
.prod-btns .quantity .btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	padding: 0 10px;
	position: absolute;
	top: 0;
	font-size: 22px;
}
.prod-btns .quantity .minus {
	left: 0;
}
.prod-btns .quantity .plus{
	right: 0;
}
.prod-btns .quantity {
	position: relative;
	margin-right: 25px;
}
.prod-btns > div{
	display: inline-block;
	vertical-align: middle;
}
.quantity input[type=number]::-webkit-outer-spin-button,
.quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number] {
	-moz-appearance:textfield;
}
.prod-social span {
	margin-right: 10px;
}
.prod-social ul{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.prod-social li {
	margin-right: 10px;
}
.prod-social li a {
	color: #ccc;
	font-size: 18px;
}
.prod-social li a:hover {
	color: #000;
}

.prod-wish-compare a {
	display: inline-block;
	margin-right: 30px;
	background-color: transparent;
	border-color: transparent;
	outline: 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
}

.prod-wish-compare a i {
	width: 25px;
	display: inline-block;
	height: 25px;
}

.prod-tabs {
	border-bottom: 1px solid #ccc;

}
.prod-tabs li{
	display: inline-block;
	font-weight: bold;
}
.prod-tabs li a{
	color: #ccc;
	padding: 15px;
	position: relative;
}
.prod-tabs li a:hover,
.prod-tabs li a:focus,
.prod-tabs li.active a{
	background-color: transparent;
	color: #333;
}
.prod-tabs li a::after {
	background: #000;
	content: "";
	height: 2px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 90%;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%;

}
.prod-tabs li a:hover::after,
.prod-tabs li a:focus::after,
.prod-tabs li.active a::after{
	opacity: 1;
	transform: translateY(4px);
	-webkit-transform: translateY(4px);
}
.prod-tab-content p{
	margin-bottom: 5px;
}
.prod-tab-content ul {
	margin-bottom: 0;
}
.prod-tab-content li {
	display: inline-block;
	font-size: 13px;
	padding: 3px 0;
	vertical-align: middle;
	width: 100%;
}
.prod-tab-content li i {
	font-size: 14px;
	vertical-align: middle;
	float: left;
	margin-top: 3px;

	width: 3%;
}

/*Tabs Style*/
.tabs-wrap {
	padding: 30px 0;
}
.tabs-style-2 .prod-tabs li{
	display: block;
	text-align: left;
}
.prod-with-sidebar .tabs-style-2 .prod-tabs li a,
.tabs-style-2 .prod-tabs li a{
	padding: 6px 0;
}
.tabs-style-2 .prod-tabs {
	border-bottom: 0;
}
.tabs-style-2 .content{
	border-left: 1px solid #ccc;
	padding: 10px 15px 30px 30px;
}
.tabs-style-2 .prod-tabs li a:hover:after,
.tabs-style-2 .prod-tabs li a:focus:after,
.tabs-style-2 .prod-tabs li.active a:after{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.tabs-style-2 .prod-tabs li a:after{
	height: 40px;
	width: 2px;
	right: -15px;
	top: 0;
	left: auto;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
.prod-with-sidebar .tabs-style-2 .prod-tabs li:first-child a{
	padding-top: 13px;
}
.tab-content.prod-tab-content {
	text-align: left;
}
.tabs-wrap .tabs .panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	border:0;
}
.tabs-wrap .tabs .panel-default > .panel-heading {
	border: 1px solid #e8e8e8;
	display: block;
	text-transform: uppercase;
	text-align: left;
	padding: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.tabs-wrap .tabs .panel-default > .panel-heading h4 a {
	display: block;
	padding: 8px 10px;
	border:0;
	position: relative;
}

.tabs-wrap .tabs .panel-default > .panel-heading h4 a:after {
	content: '\e313';
	font-family: 'icomoon';
	font-size: 18px;
	color: #ddd;
	position: absolute;
	right: 10px;
	top: 30%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tabs-wrap .tabs .panel-default > .panel-heading h4 a.collapsed:after{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.tabs-wrap .tabs .panel-default > .collapse .panel-body {
	border: 1px solid #ddd;
	border-top:0;
	text-align: left;
}
@media (max-width: 1200px) {
	.prod-btns .form-control.qty {
		width: 140px;
	}
}
@media (max-width: 992px) {
	.prod-tabs {
		display: none;
	}
	.tabs-wrap {
		padding: 30px 0;
	}
	.tabs-style-2 .content {
		border: 0;
	}
	.prod-btns,
	.prod-wish-compare {
		text-align: center;
	}
}
@media (max-width:415px) {
	.prod-btns .quantity {
		margin-right: 15px;
	}
	.add-to-cart .cart-btn {
		min-width: 140px;
	}
}

@media (max-width: 344px) {
	.product-review li + li,
	.stock-detail li + li {
		border:0;
		padding-left: 0;
	}
}

@media (max-width:335px) {
	.prod-btns .quantity {
		margin-right: 10px;
	}
	.prod-btns .form-control.qty {
		min-width: 110px;
	}
	.stock-detail li {
		display: block;
	}
}
/*--- Product Content Ends ---*/

.slick-arrow.nav-next,
.slick-arrow.nav-prev {
	cursor: pointer;
	bottom: 0;
	color: #000000;
	font-weight: bold;
	height: 20px;
	left: 30px;
	letter-spacing: 5px;
	margin: auto;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transform-origin: left bottom 0;
	width: auto;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	z-index: 0;
}

.slick-arrow.nav-next {
	right: -55px;
	left: auto;
}

.slick.sync2 {
	/* bottom: 70px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 67%; */
}

.sync2 .item {
	padding: 0 20px;
}

/*==============================
	PRODUCT CONTENT
================================*/

.rating span.star::before {
	color: #ffd33b;
	font-family: "icomoon";
}

.rating span.star::before{
	content: "\e838";
}

.rating span.star.half:before{
	content: "\e839";
}

.rating span.star.empty:before{
	content: "\e83a";
}
.modal .product-modal .modal-content {
	padding: 30px 15px;
}
.modal .product-content,
.modal .tabs-wrap{
	padding: 0;
}
.modal .product-content .product-price p{
	margin: 0 !important;
}
.modal .prod-tabs {
	text-transform:  uppercase;
}
.modal .tabs-wrap {
	padding-top: 7px;
}
.modal .tabs-wrap .tab-content {
	padding-top: 20px;
}
.modal .tabs-wrap .tab-content .tab-pane ul li:before{
	content: '\e047';
	font-family: 'icomoon';
	margin-right: 10px;
}
.modal .slider-img img {
	width: 100%;
}
.modal .product-size {
	padding-top: 15px;
}
.modal .slider-pagination li {
	display: inline-block;
}
.product-content {
	padding: 70px 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.product-heading .product-title {
	margin-top: 0 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color:#000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.product-content div[class^="product-"] .list-items {
	margin-bottom: 0;
	margin-left: -5px;
	color:#000;
}

.list-items li {
	display: inline-block;
	/* margin: 0 5px; */
}

.product-content div[class^="product-"] > ul > li,
.stock-detail li {
	line-height: 1;
	display: inline-block;
}

.product-content div[class^="product-"] a {
	padding-left: 5px;
	/*color:#999;*/
	color:#000;
}

.product-content div[class^="product-"] p.caption-text {
	margin-bottom: 15px;
	line-height: 1.7;
	text-align: left;
}

.product-content div[class^="product-"] p.caption-text span {
	margin-right: 5px;
	font-size:30px;
	color: #000;
	line-height: 1.7;
	font-family: inherit;
}

.product-content div[class^="product-"] p.caption-text span.price-label {
	display: none;
}

.product-content div[class^="product-"] p.caption-text del span {
	font-size: 24px;
	color: #999;
}

.product-content div[class^="product-"] .stock-detail i {
	font-size:16px;
	margin-right: 5px;
}

.product-content div[class^="product-"] ul.stock-detail li:last-child span {
	color: #99cc00;
}

#availability-instock{
	color: #99cc00;
}
#availability-outofstock{
	color: #cc0000;
}

.product-description {
	font-size: 13px;
	padding: 0;
}

.product-description p {
	margin-bottom: 0;
}

.product-form label {
	color: #000;
	display: inline-block;
	font-weight: normal;
	width: 100%;
	margin-bottom: 17px;
	font-size:13px;
	display: block;
}

.product-form > span {
	text-transform: uppercase;
	color: #000;
	float: left;
}

.product-form span.required {
	color: #FF000A;
	text-transform:capitalize;
	float: right;
}

.product-form .bootstrap-select .btn,
.prod-btns .form-control.qty{
	background-image: none;
	background-color: #fff;
}

.product-form .bootstrap-select .btn .filter-option {
	color: #999;
	font-style: italic;
	background-image: none;
}

.prod-code {
	padding-top: 40px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.product-content {
		padding: 20px 0;
	}
	.product-heading,
	.product-price,
	.rating,
	.prod-code {
		text-align: center;
	}
	.product-availability {
		margin-bottom: 20px;
		text-align: center;
	}
	.prod-code {
		padding-top: 10px;
	}
	.product-content div[class^="product-"] p.caption-text {
		text-align: center;
	}
}

/*==============================
	BOOTSTRAP SELECT
================================*/

.bootstrap-select .btn .filter-option{
	color: #000000;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
	border: none;
	margin-top: 0;

	right: 30px;
	top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:after{
	content: "3";
	font-family: "ElegantIcons";
	font-size: 20px;
	color: #000;
}
.bootstrap-select .btn-default.active.focus,
.bootstrap-select .btn-default.active:focus,
.bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active,
.bootstrap-select .btn-default:active:focus,
.bootstrap-select .btn-default:active:hover,
.bootstrap-select > .dropdown-toggle.btn-default.focus,
.bootstrap-select > .dropdown-toggle.btn-default:focus,
.bootstrap-select > .dropdown-toggle.btn-default:hover {
	background-color: #f9f9f9;
	border-color: #cccccc;
}
.bootstrap-select .dropdown-toggle:focus {
	outline: 0 none !important;
	outline-offset: 0;
}

::-webkit-input-placeholder {
	color: #999 ;
}
:-moz-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.form-control::-ms-input-placeholder{
	color: #999;
	opacity: 1;
}
.form-control:focus {
	background-color: transparent;
	border-color: #e7e8ec;
	box-shadow: none;
	outline: 0 none;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	outline: 0;
}
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

/*==============================
	LOGIN & REGISTER PAGE
================================*/

.container-login {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
}
.customer-account-create .fieldset {
	margin-left: 0;
}
.customer-account-create .container-login {
	margin: 0;
	padding: 0;
}
.customer-account-create .container-login .wrap-login {
	width: 100%;
	display: block !important;
}
.wrap-login {
	width: 390px;
	/* background: #fff; */
	/* border-radius: 10px; */
	position: relative;
}
.login-form {
	width: 100%;
	margin-top: 20px;
}
.login-form-title {
	font-size: 30px;
	color: #403866;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
.wrap-input input,
.customer-account-create .selectpicker-wrapper input,
textarea {
	width: 100%;
	position: relative;
	background-color: #e6e6e6;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-bottom: 16px;
}
.selectpicker-wrapper {
	position: relative;
}
.customer-account-create .selectpicker-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.cart .selectpicker-wrapper .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
textarea {
	width: 100%;
	max-width: 100%;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	display: block !important;
	width: 100%;
}
.customer-account-create .selectpicker-wrapper button,
.my-account .bootstrap-select button {
	padding: 0;
	height: inherit;
	border: 1px solid transparent;
	line-height: 40px;
	background-image: none;
	/* margin-bottom: 20px; */
	background-color: #e6e6e6;
	text-shadow: none;
	margin-bottom: 20px;
}
.my-account .selectpicker-wrapper {
	margin-bottom: 20px;
}
.my-account .bootstrap-select button {
	padding: 10px 20px 10px 38px;
	color: #403866;
	font-size: 14px;
	border: 0;
	border-radius: 3px;
}
.customer-account-create .selectpicker-wrapper .dropdown-menu, .customer-address-form .selectpicker-wrapper .dropdown-menu {
	top: 40px;
	width: 100%;
	max-height: 300px !important;
}
.customer-account-create .selectpicker-wrapper .dropdown-menu .inner {
	max-height: inherit !important;
}
/* for cancellation of one liner drop downs */
.dropdown-menu > li > a {
	white-space: initial;
}
.customer-account-create .selectpicker-wrapper button:hover {
	background-color: #e6e6e6;
}
input[type=text].input,
input[type=text],
input[type=password].input,
input[type=password],
input[type=email].input,
input[type=email],
input[type=number].input,
input[type=number],
input[type=tel].input,
input[type=tel],
input:-webkit-autofill.input,
input:-webkit-autofill,
textarea {
	color: #403866;
	line-height: 1.2;
	/* font-size: 18px; */
	display: block;
	width: 100%;
	height: 62px;
	padding: 0 20px 0 38px;
}
#review-form textarea {
	padding: 10px 20px;
}
.customer-account-create .register-wrap form .fieldset {
	margin-left: 0;
}
.customer-account-create .selectpicker-wrapper button .filter-option {
	height: initial;
	padding: 0 20px;
}
.customer-account-create input[type=text].input,
.customer-account-create input[type=password].input,
.customer-account-create input[type=email].input,
.customer-account-create input[type=number].input,
.customer-account-create input:-webkit-autofill.input {
	font-size: 14px;
	height: 40px;
	padding-left: 20px;
	display: block !important;
	margin-bottom: 20px;
}
.customer-account-create input[type=text].input.validation-failed,
.customer-account-create input[type=password].input.validation-failed,
.customer-account-create input[type=email].input.validation-failed,
.customer-account-create input[type=number].input.validation-failed,
.customer-account-create input:-webkit-autofill.input.validation-failed,
.customer-account-create select.validation-failed ~ button {
	border-color: #f00;
}
.customer-account-create select.validation-failed ~ button.dropdown-toggle.btn-default:hover {
	background: #e6e6e6;
	border-color: #f00;
}
.customer-account-create .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	font-size: 14px;
	color: #999;
	text-shadow: none;
	line-height: 3;
}
.wrap-input i {
	color: #ccc;
	font-size: 18px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.focus-input {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #827ffe;
	border-radius: 3px;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;

	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}
.input:focus + .focus-input,
textarea:focus + .focus-input,
.dropdown.bootstrap-select.open + .focus-input {
	visibility: visible;
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.eff-focus-selection {
	visibility: visible;
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #e6e6e6 inset;
	transition: background-color 5000s ease-in-out 0s;
}
.input-checkbox {
	display: none;
}
.label-checkbox {
	font-size: 16px;
	color: #999999;
	line-height: 1.2;
	margin-right: 10px;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}
.label-checkbox::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background: #fff;
	border: 2px solid #ccc;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.input-checkbox:checked + .label-checkbox::before,
.checkout-onepage-index #checkout-step-payment .label-checkbox::before {
	color: #454545;
}
.other_recipient{
    color: #636363 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 300px;
    padding: 6px 10px 6px 15px !important;
    height: 40px !important;
}
.container-login-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.container-login-form-btn button {
	width: 100%;
	margin-right: 0;
}
.login-form-btn {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 62px;
	background-color: #85cbcd;
	border-radius: 3px;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	outline: none;
	border: none;
}
.login-form-btn:hover {
	background-color: #5e999a;
}
.validate-input,
.wrap-input {
	position: relative;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 3px;
	padding: 4px 25px 5px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;

	color: #c80000;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
.remember-forgot {
	padding: 3px 0 40px;
	display: block;
	text-align: left;
}
.contact-form-checkbox {
	display: inline-block;
	text-align:  left;
}
.checkout-onepage-index .contact-form-checkbox {
	display: block;
	margin-bottom: 10px;
}
p.required {
	float: right;
}
.sign-up {
	text-align: center;
	text-transform: capitalize;
}
.sign-up > button {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	background: none;
	border:0;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #5e999a;
	/*text-transform: capitalize;*/
}
.sign-up > button::hover {
	background: transparent;
	text-decoration: underline;
}
.create-account-btns {
	text-align: right;
}
.customer-account-create .fieldset {
	text-align: left;
}
.customer-account-create .fieldset h2 {
	margin-bottom: 30px;
	font-size: 20px;
	color: #252525;
	font-weight: 500;
}
.customer-account-create .fieldset .validate-input .validation-advice,
 .customer-account-create .fieldset .selectpicker-wrapper .validation-advice,
 .checkout-onepage-index .validation-advice{
	position: absolute;
	left: 0;
	bottom: 100%;
	font-style: italic;
	font-size: 10px;
}
.form-list .control label {
	background-color: transparent;
	min-width: auto;
}
.buttons-set a:not(.button) {
	line-height: 2.5;
}
@media (max-width: 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
	.create-account-btns {
		text-align: center;
	}
}
@media (max-width: 494px) {
	.theme-btn-1 {
		width: 100%;
		margin: 0 0 10px;
	}
	.buttons-set a:not(.button) {
		width: 100%;
	}
}
@media (max-width: 422px) {
	.my-account .dashboard .buttons-set a:not(.button) {
		width: 100%;
		margin-bottom: 10px;
	}
	.my-account .dashboard .theme-btn-1 {
		width: 100%;
	}
}

.block.block-cart,
.block.block-reorder {
    display: none;
}

/*==============================
	SHOPPING CART
================================*/
.cart {
	padding: 5% 0;
	text-align: left;
}
.cart_table,
#wishlist-table {
	float: none;
	width: 100%;
}
.cart_table form,
#wishlist-table form {
	margin-bottom: 20px;
}
.checkout-cart-index button,
.my-wishlist button {
	border-color: #e7e8ec;
}
.cart h2,
.my-account h2 {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 25px;
	display: block !important;
}
.cart .form-control,
.cart .bootstrap-select button,
.cart .theme-btn,
.my-account .form-control,
.my-account .bootstrap-select button,
.my-account .theme-btn {
	border-color: #ccc;
}
.cart .form-control,
.cart .bootstrap-select button,
.my-account .form-control,
.my-account .bootstrap-select button {
	height: 55px;
	background-image: none;
}
.cart .bootstrap-select.btn-group .dropdown-toggle .caret::after,
.cart .bootstrap-select button .filter-option,
.my-account .bootstrap-select.btn-group .dropdown-toggle .caret::after,
.my-account .bootstrap-select button .filter-option {
	color: #999;
}
table {
	height: auto;
	overflow: auto;
	width: 100%;
}
.product-table,
#wishlist-table form {
	color: #000;
}
.product-table td,
#wishlist-table td{
	padding: 10px 14px;
	vertical-align: top;
	border-top: 1px solid #cccccc;
}
.product-table td:first-child,
#wishlist-table td:first-child {
	text-align: center;
}
.product-table td.image {
	padding: 30px 0 30px 30px;
}
.product-table thead th,
#wishlist-table thead th {
	font-weight: normal;
	font-family: inherit;
	padding: 13px 20px;
	text-transform: uppercase;
}
.product-table .description li {
	padding: 12px 0 0;
}
.product-table .description li i,
.product-table .description li span {
	vertical-align: middle;
}
.product-table .remove-edit a {
	display: block;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: right;
	width: 20px;
}
.product-table .remove-edit a:hover{
	color: #000;
}
.product-table .qty {
	border: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 60px;
}
.shp-btn .btn{
	float: left;
}
.continue-shp .btn{
	float: right;
}
.continue-shopping {
	display: inline-block;
	padding: 35px 0;
	width: 100%;
}
.product-table {
	text-align: left;
}
.product-table thead tr {
	background: #4e4e4e;
	color: #fff;
}
#cart-old-price {
    font-size: 13px;
	color: #999;
}
.continue-shopping .btn {
	min-width: 240px;
	border-color: #e7e8ec;
}
.shp-btn .btn:first-child {
	margin-right: 25px;
}
.heading.chk span {
	float: right;
	line-height: 20px;
}
.discount button {
	font-weight: bold;
}
.coupon-form {
	margin-top: -5px;
}
.chk-sub-total {
	background-color: #efefef;
	padding: 40px;
}
.chk-total {
	background-color: #efefef;
	padding: 40px;
}
.chk-total .submit-btn {
	display: block;
	width: 100%;
}
.chk-total li span {
	margin-left: 20px;
}
.product-table tfoot tr td button:not(:nth-child(2n)) {
	margin-right: 20px;
	float: left;
}
.product-table tbody td.a-center {
	text-align: center;
}
.calculate-wrap	{
	padding: 20px 0;
}
.calculate-wrap .selectpicker-wrapper input {
	display: none;
}
.checkout-cart-index .form-group input {
	padding-left: 20px;
}
.coupon-form {
	margin-top: -5px;
}
.chk-sub-total {
	background-color: #efefef;
	padding: 40px;
}
.chk-total {
	background-color: #efefef;
	padding: 40px;
}
.chk-total .checkout-types {
	float: none;
}
.chk-total .submit-btn {
	display: block;
	width: 100%;
}
.chk-total ul {
	text-align: right;
}
.chk-total li.sub-total {
	font-size: 14px;
}
.chk-total li.grand-total {
	font-size:18px;
	padding-top: 15px;
}
.chk-total li.checkout-btn {
	margin-bottom: 20px;
}
.chk-total li.checkout-btn button{
	margin-right: 0;
	font-weight:bold;
}
.chk-total li span {
	margin-left: 20px;
}
.chk-total li..grand-total span.price {
	color: #FF000A;
}
.chk-total li a {
	color: #999999;
}
.cart_table .prod-btns .quantity {
	margin: 0;
}
.cart_table .product-table .prod-btns .quantity input.qty {
	width: 110px;
}
.cart_table .prod-btns .quantity .plus,
.cart_table .prod-btns .quantity .minus {
	border: 0;
}

.cart-empty {
	margin: 6% 0;
}
.cart-empty .page-title h1 {
	border:0;
}
.cart-empty svg {
	max-width: 30%;
}
.cart-empty svg #oval,
.cart-empty svg #plus,
.cart-empty svg #diamond,
.cart-empty svg #bubble-rounded {
  -webkit-animation: plopp 4s ease-out infinite;
		  animation: plopp 4s ease-out infinite;
}
.cart-empty svg #oval:nth-child(1),
.cart-empty svg #plus:nth-child(1),
.cart-empty svg #diamond:nth-child(1),
.cart-empty svg #bubble-rounded:nth-child(1) {
  -webkit-animation-delay: -240ms;
		  animation-delay: -240ms;
}
.cart-empty svg #oval:nth-child(2),
.cart-empty svg #plus:nth-child(2),
.cart-empty svg #diamond:nth-child(2),
.cart-empty svg #bubble-rounded:nth-child(2) {
  -webkit-animation-delay: -480ms;
		  animation-delay: -480ms;
}
.cart-empty svg #oval:nth-child(3),
.cart-empty svg #plus:nth-child(3),
.cart-empty svg #diamond:nth-child(3),
.cart-empty svg #bubble-rounded:nth-child(3) {
  -webkit-animation-delay: -720ms;
		  animation-delay: -720ms;
}
.cart-empty svg #oval:nth-child(4),
.cart-empty svg #plus:nth-child(4),
.cart-empty svg #diamond:nth-child(4),
.cart-empty svg #bubble-rounded:nth-child(4) {
  -webkit-animation-delay: -960ms;
		  animation-delay: -960ms;
}
.cart-empty svg #oval:nth-child(5),
.cart-empty svg #plus:nth-child(5),
.cart-empty svg #diamond:nth-child(5),
.cart-empty svg #bubble-rounded:nth-child(5) {
  -webkit-animation-delay: -1200ms;
		  animation-delay: -1200ms;
}
.cart-empty svg #oval:nth-child(6),
.cart-empty svg #plus:nth-child(6),
.cart-empty svg #diamond:nth-child(6),
.cart-empty svg #bubble-rounded:nth-child(6) {
  -webkit-animation-delay: -1440ms;
		  animation-delay: -1440ms;
}
.cart-empty svg #oval:nth-child(7),
.cart-empty svg #plus:nth-child(7),
.cart-empty svg #diamond:nth-child(7),
.cart-empty svg #bubble-rounded:nth-child(7) {
  -webkit-animation-delay: -1680ms;
		  animation-delay: -1680ms;
}
.cart-empty svg #oval:nth-child(8),
.cart-empty svg #plus:nth-child(8),
.cart-empty svg #diamond:nth-child(8),
.cart-empty svg #bubble-rounded:nth-child(8) {
  -webkit-animation-delay: -1920ms;
		  animation-delay: -1920ms;
}
.cart-empty svg #oval:nth-child(9),
.cart-empty svg #plus:nth-child(9),
.cart-empty svg #diamond:nth-child(9),
.cart-empty svg #bubble-rounded:nth-child(9) {
  -webkit-animation-delay: -2160ms;
		  animation-delay: -2160ms;
}
.cart-empty svg #oval:nth-child(10),
.cart-empty svg #plus:nth-child(10),
.cart-empty svg #diamond:nth-child(10),
.cart-empty svg #bubble-rounded:nth-child(10) {
  -webkit-animation-delay: -2400ms;
		  animation-delay: -2400ms;
}
.cart-empty svg #oval:nth-child(11),
.cart-empty svg #plus:nth-child(11),
.cart-empty svg #diamond:nth-child(11),
.cart-empty svg #bubble-rounded:nth-child(11) {
  -webkit-animation-delay: -2640ms;
		  animation-delay: -2640ms;
}
.cart-empty svg #oval:nth-child(12),
.cart-empty svg #plus:nth-child(12),
.cart-empty svg #diamond:nth-child(12),
.cart-empty svg #bubble-rounded:nth-child(12) {
  -webkit-animation-delay: -2880ms;
		  animation-delay: -2880ms;
}
.cart-empty svg #oval:nth-child(13),
.cart-empty svg #plus:nth-child(13),
.cart-empty svg #diamond:nth-child(13),
.cart-empty svg #bubble-rounded:nth-child(13) {
  -webkit-animation-delay: -3120ms;
		  animation-delay: -3120ms;
}
.cart-empty svg #oval:nth-child(14),
.cart-empty svg #plus:nth-child(14),
.cart-empty svg #diamond:nth-child(14),
.cart-empty svg #bubble-rounded:nth-child(14) {
  -webkit-animation-delay: -3360ms;
		  animation-delay: -3360ms;
}
.cart-empty svg #oval:nth-child(15),
.cart-empty svg #plus:nth-child(15),
.cart-empty svg #diamond:nth-child(15),
.cart-empty svg #bubble-rounded:nth-child(15) {
  -webkit-animation-delay: -3600ms;
		  animation-delay: -3600ms;
}
.cart-empty svg #oval:nth-child(16),
.cart-empty svg #plus:nth-child(16),
.cart-empty svg #diamond:nth-child(16),
.cart-empty svg #bubble-rounded:nth-child(16) {
  -webkit-animation-delay: -3840ms;
		  animation-delay: -3840ms;
}
.cart-empty svg #bg-line:nth-child(2) {
  fill-opacity: 0.3;
}
.cart-empty svg #bg-line:nth-child(3) {
  fill-opacity: 0.4;
}
.cart .product-image,
.my-account .product-image {
	border: 0;
	display: inline-block;
}
.cart .chk-total.totals ul li:last-child {
	display: none;
}
@-webkit-keyframes plopp {
  0% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1;
  }
  100% {
	-webkit-transform: translate(0, -10px);
			transform: translate(0, -10px);
	opacity: 0;
  }
}
@keyframes plopp {
  0% {
	-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
	opacity: 1;
  }
  100% {
	-webkit-transform: translate(0, -10px);
			transform: translate(0, -10px);
	opacity: 0;
  }
}
@media (max-width: 767px) {
	.chk-total ul {
		text-align: left;
	}
}
@media (max-width: 679px) {
	.product-table tfoot tr td {
		padding: 10px 0;
	}
}

@media (max-width: 639px) {
	.product-table tfoot tr td button.pull-right {
		float: none !important;
	}
	.product-table tfoot tr td button {
		margin-bottom: 12px;
	}
}
@media (max-width: 422px) {
	.product-table tfoot tr td button {
		display: block;
		width: 100%;
	}
}
@media (max-width: 350px) {
	.chk-total {
		padding: 20px;
	}
}

/*==============================
	ORDER DECRIPTION TABLE
================================*/

.my-account .order-desc p.order-date,
.my-account .order-desc .order-info-box p,
.my-account .order-desc .order-info-box h2,
.my-account .order-desc .order-info-box address {
	font-family: 'Montserrat', sans-serif;
	height: auto;
}

.my-account #my-orders-desc-table th.a-right,
.my-account #my-orders-desc-table td.a-right {
	text-align: right;
}

.my-account #my-orders-desc-table th.a-left,
.my-account #my-orders-desc-table td h3,
.my-account #my-orders-desc-table td.a-left {
	text-align: left;
}

.my-account #my-orders-desc-table td h3 {
	color: #000;
	font-size: 14px;
	margin: 0;
}

.my-account #my-orders-desc-table tbody tr  {
	border-bottom: 1px solid #cccccc;
}

.my-account #my-orders-desc-table td {
	border-top: 0;
}

.my-account #my-orders-desc-table tbody tr td:nth-child(2),
.my-account #my-orders-desc-table tbody tr td:nth-child(3),
.my-account #my-orders-desc-table tbody tr td:nth-child(4) {
	text-align: center;
}

@media (max-width: 679px) {
	.my-account #my-orders-desc-table td {
		padding: 10px 14px;
	}
}

/*==============================
	PRODUCT REVIEW
================================*/

.form-add {
	padding: 0;
}
.form-add h3 {
	font-size: 14px;
	margin-top: 10px;
}
.form-add h3 span {
	color: #f00;
}

.stars {
  background: url('../images/stars.png') repeat-x 0 0;
  width: 150px;
  margin: 0 auto 20px;
}
.ie7 .stars {
  *zoom: 1;
}
.stars:before,
.stars:after {
  display: table;
  content: "";
}
.stars:after {
  clear: both;
}
.stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.stars input[type="radio"]#Value_5:checked ~ span {
  width: 100%;
}
.stars input[type="radio"]#Value_4:checked ~ span {
  width: 80%;
}
.stars input[type="radio"]#Value_3:checked ~ span {
  width: 60%;
}
.stars input[type="radio"]#Value_2:checked ~ span {
  width: 40%;
}
.stars input[type="radio"]#Value_1:checked ~ span {
  width: 20%;
}
.stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
.stars label:hover ~ span {
  background-position: 0 -30px;
}
.stars label[for^="Value_5"]:hover ~ span {
  width: 100% !important;
}
.stars label[for^="Value_4"]:hover ~ span {
  width: 80% !important;
}
.stars label[for^="Value_3"]:hover ~ span {
  width: 60% !important;
}
.stars label[for^="Value_2"]:hover ~ span {
  width: 40% !important;
}
.stars label[for^="Value_1"]:hover ~ span {
  width: 20% !important;
}
.stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url('../images/stars.png') repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}


/*==============================
	SEARCH RESULT
================================*/
.card-panel {
	transition: box-shadow .25s;
	padding: 24px;
	margin: .5rem 0 1rem 0;
	border-radius: 2px;
	background-color: #fff
}

.card {
	position: relative;
	margin: .5rem 0 3rem 0;
	background-color: #fff;
	transition: box-shadow .25s;
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)
}

.card .card-title {
	font-size: 24px;
	font-weight: 300
}

.card .card-title.activator {
	cursor: pointer
}

.card.small,
.card.medium,
.card.large {
	position: relative
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
	max-height: 60%;
	overflow: hidden
}

.card.small .card-image+.card-content,
.card.medium .card-image+.card-content,
.card.large .card-image+.card-content {
	max-height: 40%
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
	max-height: 100%;
	overflow: hidden
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.card.small {
	height: 300px
}

.card.medium {
	height: 400px
}

.card.large {
	height: 500px
}

.card.horizontal {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
	height: 100%;
	max-height: none;
	overflow: visible
}

.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
	height: 100%
}

.card.horizontal .card-image {
	max-width: 50%
}

.card.horizontal .card-image img {
	border-radius: 2px 0 0 2px;
	max-width: 100%;
	width: auto
}

.card.horizontal .card-stacked {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.card.horizontal .card-stacked .card-content {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.card.sticky-action .card-action {
	z-index: 2
}

.card.sticky-action .card-reveal {
	z-index: 1;
	padding-bottom: 64px
}

.card .card-image {
	position: relative
}

.card .card-image img {
	display: block;
	border-radius: 2px 2px 0 0;
	position: relative;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	width: 100%;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.card .card-image .card-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 100%;
	padding: 24px
}

.card .card-content {
	padding: 24px;
	border-radius: 0 0 2px 2px
}

.card .card-content p {
	margin: 0;
	color: inherit;
	font-size: 12px;
}

.card .card-content .card-title {
	display: block;
	line-height: 32px;
	margin-bottom: 8px
}

.card .card-content .card-title i {
	line-height: 32px
}

.card .card-action {
	position: relative;
	background-color: inherit;
	border-top: 1px solid rgba(160,160,160,0.2);
	padding: 16px 24px
}

.card .card-action:last-child {
	border-radius: 0 0 2px 2px
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: #ffab40;
	margin-right: 24px;
	transition: color .3s ease;
	text-transform: uppercase
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
	color: #ffd8a6
}

.card .card-reveal {
	padding: 24px;
	position: absolute;
	background-color: #fff;
	width: 100%;
	overflow-y: auto;
	left: 0;
	top: 100%;
	height: 100%;
	z-index: 3;
	display: none
}

.card .card-reveal .card-title {
	cursor: pointer;
	display: block
}
.search-results {
	/* padding: 30px 0; */
	/* background: url(../images/search-bg.png) repeat; */
}
.search-results div.search-results-wrap {
	text-align: center;
	padding: 30px 0;
}
.search-results div.search-results-wrap:nth-child(odd) {
	background: #f3f3f3;
}

.search-results .search-result-title {
	font-size:20px;
	text-transform:capitalize;
	margin:0 0 20px;
	font-weight:bold;
	text-align:left;
}

.search-card {
	text-align:left;
}

.search-card .card-title {
	font-size:17px;
	line-height:1 !important;
	position: relative;
	margin-bottom: 10px;
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-results #product .search-card .card-image,
.search-results #photographer .search-card .card-image {
	padding: 15px;
}

.search-results .search-card .card-image {
	overflow: hidden;
}

.search-results #blog .search-card .card-image,
.search-results #promo .search-card .card-image,
.search-results #event .search-card .card-image  {
	background-color: #ddd;
}

.search-card .card-content .card-title i {
	line-height:0;
	position: absolute;
	right: -10px;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.search-card .card-content {
	padding:15px;
}

.search-result-summary {
	text-align: center;
	font-weight: thin;
	font-size:15px;
}
.search-results h2 {
	color:#333;
}
.search-result-highlight {
	font-weight:bold;
	text-decoration:underline;
	text-transform:capitalize;
}

/*==============================
	404P PAGE
================================*/
.error-wrap {
	padding:  10% 0;
}
.error-wrap img,
.cms-no-route .std img {
	width: 10%;
	margin: auto;
}
.error-wrap h2,
.cms-page-view .std h2,
.cms-no-route .std h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
}
.error-wrap p,
.cms-no-route .std p {
	font-size: 16px;
	font-family: inherit;
	font-style: normal;
	margin: 30px 0;
}
.error-wrap p a {
	color: #0099cc;
}

/*==============================
	CART THUMBNAIL
================================*/
.mico-mupload-item-preview {
	float: none !important;
}
.mico-mupload-uploaded-preview {
	display: block !important;
	width: 100% !important;
	float: none !important;
	max-width: 100% !important;
	text-align: left !important;
	padding: 10px !important;
	border: 2px solid #333 !important;
	margin: 20px 0 !important;

}
.mico-mupload-uploaded-preview .mico-mupload-thumbnail {
	margin-right: 15px !important;
	width: 100px;
	max-width: 100px !important;
}
.mupload-item-control {
	right: -20px !important;
	top: -15px !important;
}
.mupload-item-control button {
	outline: none;
	border:0;
	background:#333;
	padding:2px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width:40px;
	height:40px;
}
.mupload-item-control button:first-child {
	margin-right: 2px;
}
.mupload-item-control button > span > span {
	display: none;
}
.mupload-item-control button > span {
	position: relative;
}
.mupload-item-control button > span:before {
	font-family: fontawesome;
	color:  #fff;
}
.mupload-item-control button.theme-btn-1-duplicate > span:before {
	content: '\f0c5';
}
.mupload-item-control button.theme-btn-1-remove > span:before {
	content: '\f00d';
}
.preview-cont {
	display: block;
	width: 100%;
}
.preview-img {
	/* display: table-row; */
}
.preview-img img,
.preview-img > div{
	display: inline-block;
	vertical-align: top;
}

/*==============================
	PRODUCT QUICK VIEW
================================*/

@media (min-width:1200px) {
	.product-modal{
		width: 1090px;
	}
}

/*==============================
	WISHLIST - ACCOUNT PAGE
================================*/

#wishlist-table tbody tr td:empty {
	display: none;
}

#wishlist-table th {
	text-align: left;
}
#wishlist-table th.a-center {
	text-align: center;
}
#wishlist-table td {
	vertical-align: middle;
}
.my-wishlist .buttons-set a:not(.button) {
	line-height: 50px;
	display: block;
	padding: 0 10px;
}
.my-wishlist .buttons-set {
	padding: 40px 20px;
	border-color: #ccc;
}
.my-wishlist .buttons-set button {
	margin-right: 20px;
}
.my-wishlist .buttons-set button:last-child {
	margin-right: 0;
}
@media (max-width:615px) {
	.my-wishlist .buttons-set {
		text-align: center;
	}
	.my-wishlist .buttons-set button,
	.my-wishlist .buttons-set a {
		margin-bottom: 12px;
		margin-right: 0;
		width: 100%;
		display: block;
	}
	.my-wishlist .buttons-set {
		padding: 10px 0;
	}
}

/*==============================
  CUSTOMER ACCOUNT DASHBOARD
================================*/
.dashboard .box-head {
	margin-top: 0;
}
.dashboard .box-account.box-tags .box,
.dashboard .box-account.box-recent .box,
.dashboard .box-account.box-orders .box,
.dashboard .box-account.box-reviews .box,
.dashboard .box-account.box-wishlist .box {
	height: auto;
}
.dashboard .box-account.box-reviews .box {
	margin-bottom: 20px;
}
.my-account-wrap {
	text-align: left;
	background: #fff;
	padding: 30px 40px;
	margin-bottom: 30px;
}
.my-account h3 {
	font-size: 16px;
	margin: 10px;
}
.my-account h4 {
	display: inline-block;
	float: left;
}
.my-account .dashboard .box-reviews li .details .ratings {
	display: inline-block;
	float: right;
	clear: inherit;
}
.my-account > .filter-btn {
	padding: 10px 20px;
	border-color: #dfdfe0;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
	background: #fff;
	position: fixed;
	left: -150px;
	top: 30vh;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.my-account > .filter-btn:hover {
	left: 0;
}
.my-account .product-table th {
	text-align: center;
}
#wishlist-table thead th:first-child {
	width: 100px;
}
.customer-account-index .sec-text,
.customer-address-index .wrapper,
.customer-address-view .wrapper,
.customer-account-login .wrapper,
.customer-account-logoutsuccess .wrapper,
.customer-account-create .wrapper,
.customer-account-forgotpassword .wrapper,
.customer-account-confirmation .wrapper,
.customer-account-edit .wrapper,
.customer-address-form .wrapper,
.sales-order-history .wrapper,
.sales-billing-agreement-index .wrapper,
.sales-recurring-profile-index .wrapper,
.review-customer-index .wrapper,
.tag-customer-index .wrapper,
.wishlist-index-index .wrapper,
.oauth-customer-token-index .wrapper,
.newsletter-manage-index .wrapper,
.downloadable-customer-products .wrapper{
	background: #eff0f4;
	text-align: left;
}
.block-title h2,
.block-title h3,
.block-title strong,
.block-account li strong,
.block-cms-menu li strong {
	color: #927692;
	font-weight: bold;
	font-family: inherit;
	font-size: 15px;
	text-align: left;
}
.block-account li a:hover,
.block-cms-menu li a:hover {
	color: #927692;
	text-decoration: underline;
}
.block-title,
.block-title h2,
.block-title h3,
.block-title strong {
	font-size: 17px;
	text-align: left;
}
.block-account .block-content {
	padding: 0 0 0 16px;
	text-transform: capitalize;
}
.block-account li,
.block-cms-menu li {
	text-transform:  capitalize;
	text-align: left;
}
.dashboard .box-account {
	border: 0;
	margin: 0;
}
.dashboard .box-info {
	word-break: break-all;
}
.dashboard .box-account .box {
	background: #fff;
	padding: 16px;
	height: 230px;
}
.box-title h3 {
	display: inline-block;
	color: #212121;
	font-size: 14px;
	margin: 0;
	margin-bottom: 16px;
	margin-right: 5px;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;
	text-transform: capitalize;
	border-right: 1px solid #ccc;
}
.box-title a {
	display: inline-block;
}
.box-address {
	overflow: hidden;
}
.box-address .item-address {
	height: 240px;
}
.box-address .box-billing {
	padding-right: 10px;
	border-right: 2px solid #eff0f5;
}
.box-address .box-shipping {
	padding-left: 10px;
}
.dashboard .box-account address,
.dashboard .box-account address p,
.dashboard .box-account p {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	margin-bottom: 0 !important;
	color: #000;
}
.dashboard .box-account address b {
	margin-bottom: 10px;
	display: block;
}
.dashboard .box-account .box-content a {
	margin-bottom: 10px;
	display: block;
}
@media (max-width:1199px) {
	.dashboard .box-account .box {
		height: 230px;
	}
	.box-title h3 {
		margin: 0;
		border-right: 0;
	}
	.box-title{
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.dashboard .box-account .box {
		height: auto;
		margin-bottom: 30px;
	}
	.box-address .box-billing {
		padding-right: 15px;
		border-right: 0;
		margin-bottom: 30px;
	}
	.box-address .box-shipping {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	.box-address .item-address {
		height: 100%;
	}
}

/*==============================
	REVIEWS
================================*/
#customer-reviews {
	max-height: 50vh;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 10px;
}
.review-wrapper > div {
	border-bottom:  1px solid #ccc;
	padding: 20px 0;
}
.review-wrapper > div:first-child {
	padding-top: 0;
}
.review-wrapper > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.review-wrapper .user-review > div p a{
	color: #000;
}
.review-wrapper .user-review .ratings-table .rating-box {
	float: left;
}
.review-wrapper .user-review .ratings-table .date {
	float: right;
}
.review-wrapper .user-review .user-review-name {
	font-size: 12px;
	text-transform: capitalize;
}

/*==============================
  TAGS
================================*/
.dashboard .box-account.box-tags table td {
	vertical-align: middle;
}
.dashboard .box-account.box-tags table td:not(:first-child) {
	text-align: left;
}
.dashboard .box-account.box-tags table th {
	text-align: left;
}
.dashboard .box-account.box-tags p {
	margin-bottom: 20px !important;
}
.box-collateral.box-tags h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
.box-collateral.box-tags ul {
	margin-bottom: 10px;
}
#addTagForm .input-box {
	margin-bottom: 10px;
}
.tags-list {
	float: none;
}
.tags-list li,
.tags-list li a{
	display: inline-block;
	float:none;
	height:24px;
	width: auto;
	line-height:24px;
	position:relative;
	font-size:11px;
}

.tags-list li a{
	font-family: "Open Sans", sans-serif;
	font-size:13px;
	margin-left:20px;
	padding:0 10px 0 12px;
	background:#000;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}

.tags-list li a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #000 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;
}

.tags-list li a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
}

.tags-list li a:hover {
	background:#555;
}

.tags-list li a:hover:before {
	border-color:transparent #555 transparent transparent;
}

/*.tags-list-advancedsearch*/
.tags-list-advancedsearch {
	float: none;
}
.tags-list-advancedsearch li,
.tags-list-advancedsearch li a{
	display: inline-block;
	float:none;
	height:35px;
	width: auto;
	line-height:24px;
	position:relative;
	font-size:20px;
}

.tags-list-advancedsearch li a{
  font-family: "Open Sans", sans-serif;
    margin-left: 25px;
    padding: 5px 50px 0 20px;
	background:#000;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}

.tags-list-advancedsearch li a:before{
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:35px;
	border-color:transparent #000 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;
}

.tags-list-advancedsearch li a:after{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px -1px 2px #004977;
	-webkit-box-shadow:-1px -1px 2px #004977;
	box-shadow:-1px -1px 2px #004977;
}

.tags-list-advancedsearch li a:hover {
	background:#555;
}

.tags-list-advancedsearch li a:hover:before {
	border-color:transparent #555 transparent transparent;
}
/*==============================
  ORDERS
================================*/
.my-account .pager {
	margin: 0;
}
/*==============================
  SUBSCRIBE POP UP
================================*/
.subscribe-me{
    background-color: #e9e9e9;
    height: auto;
    left: 0;
    margin: auto;
    padding: 12px;
    right: 0;
    top: 20%;
    width: 830px;
    background-image: url('../images/newsletter.png');
    background-repeat: no-repeat;
    background-position: 85% bottom;
}
.subscribe-me p {
    font-size: 13px;
    margin: auto auto 15px;
    width: 80%;
}
.popup-newsletter {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
}
.subscribe-wrap {
    padding: 0 42px;
}
.subscribe-me .form-control.text {
    border: 1px solid #cccccc;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
}
.subscribe-me .sb-close-btn {
    font-size: 22px;
    background-color: #999999;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 13px;
    width: 40px;
    z-index: 1;
}
.subscribe-me .sb-close-btn:hover {
    background-color: #000;
}
table.specification-header thead th {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*
 * Hide reemember me in login page
 */
.remember-forgot .contact-form-checkbox {
	display: none;
}

/*==============================
  FAIL PAGE
  SUCCESS PAGE
================================*/
.fail-page,
.success-page {
	margin: 5% auto;
	height: 100%;
	width: 50%;
}

.fail-page .page-title h1,
.success-page .page-title h1 {
	border: 0;
}

@media (max-width: 425px) {
	.fail-page,
	.success-page {
		width: 85%;
	}
}

/*
 * Related product
 */
.related-prod-slider button {
	display: none !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
}

.product .slick-button.row .col-md-6.col-sm-6.col-xs-6 {
    float: right;
}

.product .slick-button.row .div-prev {
    right: 10px;
}

.product .slick-button.row .div-next {
    left: 10px;
}

.slick-button .slick-arrow {
	top: -40px;
}

/*
 * Product Specifications
 */
.tabs-wrap div#prod-tab-4 table tbody tr {
    border-bottom: 1px solid #d8d4d4;
}

.tabs-wrap div#prod-tab-4 table tbody tr td {
    padding: 10px;
}
