@charset "utf-8";
/* CSS Document */
/* Import Google Font
------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
/*===========================================
    Button
 ===========================================*/

button:focus, .btn:focus, button:active:focus, .btn:active:focus, button.active:focus, .btn.active:focus, button.focus, .btn.focus, button:active.focus, .btn:active.focus, button.active.focus, .btn.active.focus {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button:hover, .btn:hover, button:focus, .btn:focus, button.focus, .btn.focus {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button:active, .btn:active, button.active, .btn.active {
	outline: 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button.pull-right, .btn.pull-right {
	margin-right: 10px;
}
.btn {
	/* color options */
	/* /color options */
}
.btn--ys {
	position: relative;
	padding: 10px 14px;
	font-size: 0.875em;
	line-height: 1.486em;
	height: 40px;
	background-color: #fc9501;
	color: #ffffff;
	border-radius: 0;
	vertical-align: top;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 300ms 0s ease;
	-moz-transition: all 300ms 0s ease;
	-ms-transition: all 300ms 0s ease;
	-o-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.btn--ys.text-lowercase {
	text-transform: lowercase;
}
.btn--ys.text-inherit {
	text-transform: inherit;
}
.btn--ys:hover, .btn--ys:active, .btn--ys:focus {
	background-color: #f5f5f5;
	color: #fc9501;
}
.waves-effect, .btn--ys.btn--light {
	background: #f5f5f5;
	color: #333333;
	font-weight: 500;
	border-radius: 0;
}
.btn--ys.btn--light span {
	color: #fc9501;
}
.waves-effect:hover, .btn--ys.btn--light:hover {
	color: #ffffff;
	background-color: #fc9501;
	border-radius: 0;
}
.btn--ys.btn--light:hover span {
	color: #ffffff;
}
.btn--ys.btn--invert {
	background: #f5f5f5;
	color: #fc9501;
}
.btn--ys.btn--invert:hover {
	color: #f5f5f5;
	background-color: #fc9501;
}
.btn--ys .fa {
	display: inline-block;
	padding: 0 3px 0 0;
	font-size: 1.486em;
	vertical-align: bottom;
	line-height: 1.2;
}
.btn--ys .icon.icon--flippedX {
	padding: 0 0 0 3px;
}
.btn--ys span {
	position: relative;
	top: 0;
	left: 0;
}
.btn--ys.btn--links--dropdown {
	border: none;
	background: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--ys.btn--links--dropdown:hover {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--ys.btn--xs {
	padding: 5px 10px;
	font-size: 0.923em;
	height: auto;
}
.btn--ys.btn--xs:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--ys.btn--sm {
	padding: 8px 16px;
	height: auto;
	font-size: 13px;
}
.btn--ys.btn--sm .fa {
	font-size: 12px;
}
.btn--ys.btn--sm--icon {
	padding: 9px 16px 7px;
	height: auto;
	font-size: 13px;
}
.btn--ys.btn--sm--icon .fa {
	font-size: 20px;
}
.btn--ys.btn--md {
	padding: 11px 16px;
	height: auto;
	font-size: 16px;
}
.btn--ys.btn--lg {
	padding: 15px 20px;
	height: auto;
}
.btn--ys.btn--xl {
	padding: 17px 24px;
	font-size: 18px;
	font-weight: 500;
	height: auto;
}
.btn--ys.btn--xl .fa {
	height: 1em;
	position: relative;
	top: -2px;
	padding: 0 5px 0 0;
	font-size: 1.45em;
	line-height: 1;
}
.btn--ys.btn--xl.btn--xl-small {
	padding: 12px 18px 11px;
}
.btn--ys.btn--xxl {
	padding: 12px 24px 12px;
	font-size: 1.5em;
	line-height: 1.72em;
	height: auto;
}
.btn--ys.btn--l {
	padding: 15px 33px 15px;
	font-size: 1.5em;
	line-height: 1.72em;
	height: auto;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.btn--ys.btn--l {
		padding: 12px 24px 12px;
	}
}
.btn--ys.btn--full {
	width: 100%;
	display: block;
	margin-bottom: 0.4em;
}
.btn--border {
	position: relative;
	padding: 10px 14px;
	font-size: 0.875em;
	line-height: 1.486em;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0;
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 100ms 0s ease;
	-moz-transition: all 100ms 0s ease;
	-ms-transition: all 100ms 0s ease;
	-o-transition: all 100ms 0s ease;
	transition: all 100ms 0s ease;
}
.btn--border.text-lowercase {
	text-transform: lowercase;
}
.btn--border.text-inherit {
	text-transform: inherit;
}
.btn--border:hover, .btn--border:active, .btn--border.focus, .btn--border:focus {
	background: #fc9501;
	color: #ffffff;
}
.btn--border:hover {
	background-color: #f5f5f5;
	color: #fc9501;
}
.btn--border .icon {
	display: inline-block;
	padding: 0 3px 0 0;
	font-size: 1.486em;
	vertical-align: middle;
}
.btn--border .icon.icon--flippedX {
	padding: 0 0 0 3px;
}
.btn--border span {
	position: relative;
	top: 0;
	left: 0;
}
.btn--border.btn--links--dropdown {
	border: none;
	background: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--border.btn--links--dropdown:hover {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.btn--border.btn--xs {
	padding: 5px 10px;
	font-size: 0.923em;
	height: auto;
}
.btn--border.btn--xs:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn--border.btn--sm {
	padding: 8px 16px;
	height: auto;
	font-size: 13px;
}
.btn--border.btn--sm .icon {
	font-size: 12px;
}
.btn--border.btn--sm--icon {
	padding: 9px 16px 7px;
	height: auto;
	font-size: 13px;
}
.btn--border.btn--sm--icon .icon {
	font-size: 20px;
}
.btn--border.btn--lg {
	padding: 15px 20px;
	height: auto;
}
.btn--border.btn--xl {
	padding: 17px 24px;
	font-size: 1.1em;
	font-weight: 500;
	height: auto;
}
.btn--border.btn--xl .icon {
	height: 1em;
	position: relative;
	top: -2px;
	padding: 0 5px 0 0;
	font-size: 1.45em;
	line-height: 1em;
}
.btn--border.btn--xl.btn--xl-small {
	padding: 12px 18px 11px;
}
.btn--border.btn--xxl {
	padding: 12px 24px 12px;
	font-size: 1.5em;
	line-height: 1.72em;
	height: auto;
}
.btn--border.btn--l {
	padding: 15px 33px 15px;
	font-size: 1.5em;
	line-height: 1.72em;
	height: auto;
	font-weight: bold;
}

@media (max-width: 1200px) {
	.btn--border.btn--l {
		padding: 12px 24px 12px;
	}
}
.btn--border.btn--full {
	width: 100%;
	display: block;
	margin-bottom: 0.4em;
}
.btn--clear {
	border: 0;
	padding-left: 0;
	background-color: transparent;
}
.btn--clear:hover, .btn--clear:active, .btn--clear.focus, .btn--clear:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.open > .btn--clear.dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-top {
	margin-top: 15px;
}
.btn-left {
	margin-left: 10px !important;
}
.btn.btn-red {
	background: #fa6b6b;
}
.btn.btn-red:hover, .btn.btn-red:active, .btn.btn-red.focus, .btn.btn-red:focus {
	background: #f5f5f5;
}
.btn.btn-blue {
	background-color: #395499;
}
.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue.focus, .btn.btn-blue:focus {
	background: #f5f5f5;
}
/* Individual button styles */
/* Tamaya */
.button--tamaya {
	overflow: hidden;
}
.button--tamaya::before, .button--tamaya::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	background: #fc9501;
	color: #ffffff;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya::before {
	top: 0;
	padding-top: 1em;
}
.button--tamaya::after {
	bottom: 0;
	line-height: 0;
}
.button--tamaya > span {
	display: block;
	-webkit-transform: scale3d(0.2, 0.2, 1);
	transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--tamaya:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.button--tamaya:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--tamaya:hover > span {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.btn-right {
	margin-right: 30px;
}
.btn-img {
	display: inline-block;
	cursor: pointer;
	margin: 12px 12px 0 0;
	overflow: hidden;
	position: relative;
}
.btn-img-view_module {
	background: #777777;
}
.btn-img-view_list {
	background: #777777;
}
.btn-img.active {
	background-color: #fc9501;
}
.btn-img:hover {
	background-color: #fc9501;
}
.btn-img-view_module {
	width: 20px;
	height: 17px;
}
.btn-img-view_module:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	width: 100%;
	height: 1px;
	background: #ffffff;
}
.btn-img-view_module:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 6px;
	width: 1px;
	height: 100%;
	background: #ffffff;
}
.btn-img-view_module span {
	display: block;
	position: absolute;
	top: 0;
	left: 13px;
	width: 1px;
	height: 100%;
	background: #ffffff;
}
.btn-img-view_list {
	width: 19px;
	height: 17px;
}
.btn-img-view_list:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	width: 100%;
	height: 1px;
	background: #ffffff;
}
.btn-img-view_list:after {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	width: 100%;
	height: 1px;
	background: #ffffff;
}
.btn-img-view_list span {
	display: block;
	position: absolute;
	top: 0;
	left: 6px;
	width: 1px;
	height: 100%;
	background: #ffffff;
}
/*===========================================
    breadcrumbs
 ===========================================*/
.breadcrumbs-account {
	border-top: 1px solid #e5e5e5;
}
.breadcrumbs-account li:before {
	border-left: 1px solid #e5e5e5;
}
.breadcrumbs-account li a {
	color: #777;
	font-size: 14px;
	font-weight: 400;
}
.breadcrumbs-account .home a {
	background-color: #f5f5f5;
	color: #fc9501;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
}
/*===========================================
    Login page
 ===========================================*/
.login-form-box {
	border: 1px solid #e5e5e5;
	padding: 30px 40px;
}
.login-form-box h3 {
	font-size: 16px;
	color: #fc9501;
}
.login-form-box .form-control {
	background: none;
}
.login-form-box .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
	border-color: #e5e5e5;
	height: 40px;
}
.login-form-box .btn-top {
	margin-top: 15px;
}
.login-form-box .link-color {
	text-decoration: underline;
	color: #fc9501;
}
.login-form-box .note {
	font-size: 14px;
}
.login-form-box .note, .login-form-box sup {
	color: #fa6b6b;
	font-size: 14px;
}
.login-form-box .forgot-password {
	margin-top: 30px;
}
.login-form-box .inline {
	vertical-align: text-bottom;
}

/*!*@media (min-width: 992px) {*! Commented for forgot password*/
/*.login-form-box {*/
/*min-height: 448px;*/
/*}*/
/*}*/
/*===========================================
    Button
 ===========================================*/
.btn--ec {
	font-size: 0.875em;
	line-height: 1.486em;
	background-color: #fc9501;
	color: #ffffff;
	text-transform: uppercase;
}
.btn--ec.btn--sm {
	font-size: 13px;
}
.btn--ec:hover, .btn--ec:active, .btn--ec:focus {
	background-color: #f5f5f5;
	color: #fc9501;
}
/*===========================================
    Sidebar
 ===========================================*/
#sidebar .tfs-widget .tfs-categories li {
	line-height: 2;
}
#sidebar .tfs-widget .tfs-categories li a {
	color: #363636;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#sidebar .tfs-filter .filter-title h4 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
#sidebar .tfs-filter .advanced-filters li {
	line-height: 2.4;
}
#sidebar .tfs-filter .advanced-filters li a {
	color: #363636;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#sidebar #tags li {
	width: auto !important;
	float: none !important;
	border: 1px solid #e1e1e1;
	margin-right: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	line-height: 1.6;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#sidebar .tfs-top-seller .product-name a {
	font-weight: 400;
	font-size: 12px;
	color: #363636;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 160px;
	position: absolute;
	white-space: nowrap;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.8;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #fc9501 !important;
}
#sidebar .tfs-widget a {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#sidebar .tfs-widget a:hover, #sidebar .tfs-widget a:focus, #sidebar .tfs-widget a:active {
	color: #fc9501;
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#sidebar .tfs-filter .filter-title h4 {
	color: #fc9501;
}
#sidebar #tags li {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#sidebar #tags li:hover {
	background-color: #fc9501;
	border: 1px solid #fc9501;
}

@media (min-width: 1200px) {
	#sidebar #tags li:hover {
		color: #ffffff;
		-moz-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
}
.tasks-lists {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -11px;
	padding: 10px 4px;
	width: 19px;
	height: 3px;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
}
.tasks-lists:before {
	content: "\f00c";
	display: block;
	height: 3px;
	background: #8c959d;
	border-radius: 1px;
	-webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
	box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}
.tasks-list-item {
	display: block;
	line-height: 18px;
	padding: 6px 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tasks-list-item + .tasks-list-item {
	border-top: 1px solid #f0f2f3;
}
.tasks-list-cb {
	display: none;
}
.tasks-list-mark {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	width: 20px;
	height: 20px;
	border: 2px solid #c4cbd2;
	border-radius: 12px;
}
.tasks-list-mark:before {
	content: "\f00c";
	color: #fc9501;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-0deg);
}
.tasks-list-cb:checked ~ .tasks-list-mark {
	border-color: #fc9501;
}
.tasks-list-cb:checked ~ .tasks-list-mark:before {
	display: block;
}
.tasks-list-desc {
	color: #363636;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	/*letter-spacing: 1px;*/
	word-spacing: 1px;
}
.tasks-list-cb:checked ~ .tasks-list-desc {
	color: #fc9501;
	/*text-decoration: line-through;*/
}
/*===========================================
    Product Filter
 ===========================================*/
.product-filter {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.product-filter span {
	color: #363636;
}
.product-filter select {
	border-color: #e5e5e5;
	box-shadow: none;
	color: #363636;
	font-size: 13px;
	font-weight: 600;
	padding: 5px 5px 2px 10px;
	position: relative;
	text-transform: uppercase;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}
.product-filter select:focus {
	border-color: #e7e7e7;
}
.product-filter .filter-view a {
	background: #f2f2f2;
	border: 1px solid #e7e7e7;
	color: #a6a6a6;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
}
.product-filter .filter-view li.active a {
	background: transparent;
	color: #333;
}
/*===========================================
    Product Category
 ===========================================*/
.product-grid .product-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}


.product-grid .box, .product-grid .product-img, .product-grid .product-content {  /*added 02 feb */
	transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s;
	transition: opacity 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.product-grid .box { /*added 02 feb */
	width: 100%;
	position: relative;
	margin: 0 auto;
}


.category-img img{
	height: 250px;
	width: 250px;
}
.product-grid .item {
	/*padding-bottom: 40px;*/
	padding: 0 9.8px 19.6px;
	margin-bottom: 0;
}

.product-grid.list .product-name {
	/*margin-top: -14px;*/
	float: left;
	width: 100%;
	height: auto;
}
.product-grid.list .product-content {
	padding-bottom: 40px;
}
.product-grid.list .des {
	border-top: 1px solid #f5f5f5;
	margin-top: 5px;
	padding-top: 5px;
}
.product-grid.list .des p {
	font-size: 15px;
	font-weight: 400;
	color: #363636;
	line-height: 2;
}
.product-grid.list .action {
	bottom: 0;
	visibility: visible;
	opacity: 1;
}
.product-grid.list .action a.add_to_cart {
	border: 1px solid #d7d7d7;
	background-color: #fc9501;
	color: #ffffff;
}
/* Product View */
.product-grid.list .product-name a:hover {
	color: #fc9501;
}
.product-grid.list .item:hover a.add_to_cart {
	background-color: #fc9501;
	border: 1px solid #fc9501;
	color: #fff;
}
.product-grid.list .product-img{
	max-width: 100%;
	max-height: 100%;
}
/* action */
.product-grid .action a.add_to_cart {
	background-color: #fc9501;
}
.product-grid .action a.add_to_cart:hover {
	opacity: 0.8;
}
/*category page list view container width*/
.item .product-container{
	/*width: 262px;*/
	width: 100%;
	max-width:100%;
}
/* product img */
.product-grid .product-img {
	/*overflow: hidden; added n commented on feb 02
	width: 262px;
	height: 306px; */
	height: auto;
	margin: 0 auto;
}
.product-grid .product-img a {
	display: block;
}
/*.product-grid .product-img a img{*/
/*height:300px;*/
/*width:206px;*/
/*}*/
.product-img img {
	/*height:300px; commeted n added on feb02*/
	/*width:206px;*/
	max-width: 100%;
	/*width: 100%;*/
	/*height: 200px;*/
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	object-position: 50% 50%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.product-grid .product-content {
	/*position: relative; added n commented on feb02*/
	/*overflow: hidden;*/
	/*min-height: 90px;*/
	padding-top: .7em;
	padding-bottom: 1.4em;
	position: relative;
	width: 100%;
	font-size: .9em;
	height: 165px;
}
.product-grid .label-item {
	position: absolute;
	top: 10px;
	background-color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 6px;
	z-index: 2;
}
.product-grid .label-new {
	right: 10px;
	color: #02a7fd;
}
.product-grid .label-sale {
	left: 10px;
	color: #fb2e46;
}
/* product name */
/*.product-grid .product-name {*/
/*!*margin-top: 0;*!*/
/*!*margin-bottom: 5px;*!*/
/*!*height: 70px;*!*/
/*!*line-height: 0.8;*!*/
/*}*/



.product-grid .product-name {
	line-height: 0;
	margin-top: .1em;
	margin-bottom: .1em;
}

.product-grid .product-name a {
	/*font-weight: 400;      commneted n added on feb02*/
	/*font-size: 14px;*/
	/*text-transform: capitalize;*/
	/*letter-spacing: 0px;*/
	/*color: #363636;*/

	text-transform: capitalize;
	color: #363636;
	font-size: 14px;
	line-height: 1.3;
	margin-top: .1em;
	margin-bottom: .1em;
}

.product_heading h1{
	text-transform: capitalize;
	text-align: left;
	margin: 0 0 10px;
}
/* Rating */
.product-grid .rating {
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 5px;
}
.product-grid .rating {
	unicode-bidi: bidi-override;
	/*direction: rtl;*/
	font-size: 14px;
	text-align: left;
}
.product-grid .rating span.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.product-grid .rating span.star:hover {
	cursor: pointer;
}
.product-grid .rating span.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #d3d3d3;
}
.product-grid .rating span.star.active:before, .product-grid .rating span.star:hover:before, .product-grid .rating span.star:hover ~ span.star:before {
	content: "\f006";
	color: #fc9501;
}
/* price */
.product-grid .price {
	padding-bottom: 5px;

}
.product-grid .priceheight {
	height: 60px;
}

.product-grid .price .old-price {
	font-weight: 400;
	font-size: 13px;
	color: #9a9a9a;
	margin-right: 30px;
}
.product-grid .price .new-price {
	font-size: 15px;
	font-weight: 700;
}
/* action */
.product-grid .action a.add_to_cart {
	cursor: pointer ;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 3px;
	padding: 10px 10px;
	letter-spacing: 2px;
	float: left;
}
.product-grid .action a.add_to_wishlist {
	border-color: #d7d7d7;
	border-width: 1px;
	border-style: solid;
	background-color: #fc9501;
	font-size: 18px;
	text-align: center;
	padding: 3.5px 7px;
	color: #ffffff;
	float: left;
}
.product-grid .action a.add_to_wishlist:hover{
	opacity:0.8;
}

.product-grid .action a.add_to_wishlist:hover {
	border-color: #fc9501;
	background-color: #fc9501;
	color: #fff;
}
.product-grid .action a.add_to_wishlist .fa{
	vertical-align: middle;
}
@media (min-width: 992px) {
	.product-grid .item:hover .action {
		visibility: visible;
		opacity: 1;
		-moz-transition: all 0.3s ease-in-out 0s;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		bottom: 0;
	}
	.product-grid .item:hover .secondary-img {
		left: 0;
		opacity: 1;
		width: 100% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-grid.list .product-content {
		padding-bottom: 65px;
	}
	.product-grid.list .des {
		margin-top: 10px;
		padding-top: 10px;
	}
}

/*@media (max-width: 767px) {*/
/*.product-grid.list .product-name {*/
/*margin-top: 10px;*/
/*}*/
/*}*/

@media only screen and (max-width: 767px) {
	/*.product-grid .product-name{*/
	/*height:50px;*/
	/*}*/
	.product-grid .action a.add_to_wishlist{
		padding: 5.5px 9px !important;;
	}
	.product_heading h1{
		font-size: 24px;
	}
	.product-grid .product-name a{
		font-size: 1.1rem;
	}
	.product-img img{
		height: 100px;
	}

	.product-grid .action a.add_to_wishlist {
		padding: 4.5px 9px !important;
	}
	.product-grid .action a.add_to_wishlist {
		margin-right: 0px;
	}
}
/*===========================================
   Cart page
 ===========================================*/

.shopping-cart-table__input .items:hover .fa:before {
	color: #fc9501;
}
.shopping-cart-table .icon, .shopping-cart-table .fa {
	font-size: 20px;
}
.shopping-cart-table__product-price {
	font-size: 16px;
	line-height: 1.1em;
}

@media (max-width: 1200px) {
	.shopping-cart-table__product-price {
		font-size: 14px;
	}
}
.shopping-cart-table__input input {
	text-align: center;
	color: #fc9501;
}
.shopping-cart-table a {
	color: #fc9501;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}
.shopping-cart-table a:hover {
	color: #333333;
}
.shopping-cart-table__product-name {
	margin-bottom: 20px;
}
.shopping-cart-table__product-name a {
	color: #fc9501;
}
.shopping-cart-table__list-parameters li {
	text-align: left;
	font-size: 16px;
}
.shopping-cart-table__list-parameters span {
	color: #333333;
}

@media (max-width: 767px) {
	.shopping-cart-table__product-name {
		font-weight: normal;
	}
	.shopping-cart-table__list-parameters li {
		font-size: 14px;
	}
	.shopping-cart-table .price-mobile {
		font-size: 14px;
		font-weight: 700;
	}
}
/* Recalculate */
.recalculate {
	margin-bottom: 15px
}
.recalculate form.form-inline {
	margin: 0 auto;
}
.recalculate .form-control {
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	color: #adadad;
	font-size: 14px;
	font-weight: 400;
	float: left;
	box-shadow: none !important;
	-webkit-transition: none !important;
}
.recalculate button {
	color: #fe2740;
	background-color: #f7f7f7;
	display: inline-block;
	border: 0;
	float: left;
	margin-left: -1px;
	text-transform: uppercase;
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.recalculate button:hover {
	color: #fff;
	background-color: #fe2740;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 991px) {
	.recalculate .form-control {
		width: 235px !important;
	}
}

@media (min-width: 768px) {
	.recalculate form.form-inline {
		width: 650px;
	}
	.recalculate .form-control {
		width: 150px !important;
	}
}

@media (max-width: 767px) {
	.recalculate {
		display: table;
		margin: 0px auto;
		float: none !important;
	}
	.recalculate form.form-inline {
		width: auto;
	}
	.recalculate .form-control {
		width: auto !important;
		min-width: 230px;
	}
}
/* table-total */
.table-total {
	width: 100%;
	text-transform: uppercase;
}
.table-total th {
	color: #333333;
	font-weight: 500;
	padding: 0 0 15px 0;
}
.table-total td {
	color: #fc9501;
	padding: 0 0 15px 0;
}
.table-total tbody {
	font-size: 16px;
	line-height: 1em;
}
.table-total tbody tr td {
	font-weight: 500;
}
.table-total tbody tr:last-child td, .table-total tbody tr:last-child th {
	padding-bottom: 28px;
}
.table-total tfoot {
	width: 100%;
	font-size: 30px;
	line-height: 1em;
}
.table-total tfoot tr {
	border-top: 1px solid #e5e5e5;
}
.table-total tfoot tr td, .table-total tfoot tr th {
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
.table-total tfoot tr td {
	text-align: right;
}
#grandtotal th, #grandtotal td {
	font-size: 18px;
}
/*===========================================
   Checkout page
 ===========================================*/
.checkout .panel-heading {
	padding: 0px 0px;
}
.checkout .panel-body {
	padding: 0px;
}
.checkout .panel-default {
	border-color: #ebebeb;
}
.checkout .checkout-step a.collapsed h5, .checkout .checkout-step h5 {
	background: #fff;
	padding: 10px 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #252525;
	font-size: 14px;
}
.checkout .checkout-step a.collapsed h5 span, .checkout .checkout-step h5 span {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #f5f5f5;
	color: #000;
	text-align: center;
	margin-right: 15px;
	padding-top: 6px;
}
.checkout .checkout-step a.collapsed h5 span {
	background-color: #fc9501;
	color: #fff;
}
.checkout .inner-step {
	padding: 30px;
}
.checkout .inner-step h5, .checkout .guest-or-user h5 {
	background: none !important;
	color: #343434 !important;
	padding: 0px 0px 15px 0px !important;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 15px;
	font-size: 14px;
}
.checkout .guest-or-user {
}

.checkout .guest-or-user p {
	font-size: 13px;
	/*color: #252525;*/
}
.checkout .guest-or-user form {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.checkout .guest-or-user form p {
	color: #4f4e4e;
	font-weight: 300;
}
.checkout .guest-or-user input[type="radio"] {
	margin-right: 10px;
}
.checkout .guest-or-user h6 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	color: #343434;
}
.checkout .guest-or-user ul {
	margin-top: 15px;
	font-size: 13px;
	font-weight: 300;
}
.checkout .btn-continue, .checkout .registered-user input[type="submit"], .checkout .inner-step input[type="submit"] {
	display: inline-block;
	padding: 7px 15px;
	background-color: #343434;
	text-transform: uppercase;
	color: #fff;
	float: right;
	margin-top: 25px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	font-size: 12px;
}
.checkout .registered-user > p {
	font-size: 13px;
	margin-bottom: 10px;
}
.checkout .registered-user > p span {
	font-size: 13px;
	color: #797777;
}
.checkout .btn-continue:hover, .checkout .registered-user input[type="submit"]:hover, .checkout .inner-step input[type="submit"]:hover {
	background-color: #C38749;
	color: #fff;
}
.checkout .guest-or-user .btn-continue {
	float: inherit;
	margin-left: 30px;
}
.checkout .registered-user input {
	width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	margin-top: 6px;
	padding: 5px;
}
.checkout .registered-user input[type="submit"] {
	width: auto;
	border: none;
}
.checkout .registered-user p a {
	color: #e09e25;
}
.checkout .guest-or-user input[type="radio"] {
	width: 10%;
}
.checkout .inner-step input, .checkout .inner-step select, .checkout .inner-step textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
	border-color: #e5e5e5;
	height: 40px;
}
.checkout .registered-user input, .checkout .registered-user select, .checkout .registered-user textarea {
	width: 100%;
}
.checkout .inner-step textarea {
	resize: vertical;
}
.checkout .inner-step input.first_name, .checkout .inner-step input.last_name, .checkout .inner-step input.email_address, .checkout .inner-step input.phone_number {
	width: calc(50% - 15px)
}
.checkout .inner-step input.last_name, .checkout .inner-step input.phone_number {
	float: right;
}
.checkout .form-footer {
	overflow: hidden;
}
.checkout .form-footer p input {
	width: auto;
	margin-right: 10px;
}
.checkout .form-footer p {
	float: left;
}
.checkout .form-footer input[type="submit"] {
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.checkout .payment-method {
	margin-bottom: 30px;
}
.checkout .payment-method p {
	float: left;
	margin-right: 30px;
}
.checkout .payment-method ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.checkout .payment-method ul li {
	display: inline-block;
}
.checkout .payment-method ul li a {
	display: block;
	border: 1px solid #e5e5e5;
}
.checkout .method-footer {
	position: relative;
	overflow: hidden;
}
.checkout .method-footer h5 {
	border: none;
}
.checkout .method-footer a.btn-continue {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.checkout .method-footer div.left {
	float: left;
	margin-top: 30px;
}
.checkout .method-footer div.left p {
	display: block;
	float: none;
}
.checkout .checkout-process {
}
.checkout .checkout-process h5 {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.checkout .checkout-process ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.checkout .checkout-process ul li {
	display: block;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 3px;
}
.checkout .checkout-process ul li a {
	display: block;
	padding: 3px 0px;
	color: #464646;
	font-weight: 400;
	font-size: 12px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.checkout .checkout-process ul li a:hover {
	color: #C38749;
	margin-left: 4px;
}
.checkout .note, .checkout sup {
	color: #fa6b6b;
	font-size: 14px;
}
.checkout .checkout-checkbox {
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
.myaccount-headpad{
	margin-bottom: 24px;
}
.cart-table {
	width: 100%;
}
.cart-table #cart_item {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cart-table th {
	color: #333333;
	font-weight: 500;
	padding: 11px 0;
}
.cart-table .cart_item .item-title {
	color: #fc9501;
	margin-bottom: 0;
	margin-top: 0;
}
.cart-table .cart_item td {
	padding: 5px 0;
}
.cart-table .cart_item .item-title .count {
	color: #333;
}
.cart-table .cart_item .product-total .amount {
	font-size: 16px;
}
.cart-table #subtotal, .cart-table .tax {
	font-size: 16px;
	text-transform: uppercase;
}
.cart-table #subtotal th, .cart-table .tax th {
	padding: 7px 0;
}
.cart-table #subtotal td, .cart-table .tax td {
	color: #fc9501;
	padding: 7px 0;
}
.cart-table tfoot tr {
	border-top: 1px solid #e5e5e5;
}
.cart-table tfoot tr th {
	padding-top: 25px;
}
.cart-table tfoot tr td {
	color: #fc9501;
	text-align: right;
	padding-top: 10px;
}
.agreement textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
	border-color: #e5e5e5;
	height: 40px;
	resize: vertical;
}
.agreement textarea:focus {
	outline: 0;
	box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
	border-color: #e5e5e5;
}

.paypalinfoimg{
	width:575px;
	height:500px;
}
@media (max-width: 767px) {
	.paypalinfoimg{
		width: 290px;
		height: auto;
	}
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px){
	.paypalinfoimg{
		width: 290px;
		height: auto;
	}
}
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
	.paypalinfoimg{
		width: 325px;
		height: auto;
	}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	.paypalinfoimg{
		width: 240px;
		height: auto;
	}
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	.paypalinfoimg{
		width: 240px;
		height: auto;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
	.paypalinfoimg{
		width: 650px;
		height: auto;
	}
}
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {
	.paypalinfoimg{
		width: 280px;
		height: auto;
	}
}
/*============================================================================
    Product Detail Page
 ==============================================================================*/
.product-fullwidth .product-name a {
	font-weight: 400;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #363636;
}
.product-info .price .old-price {
	font-weight: 400;
	font-size: 13px;
	color: #9a9a9a;
	margin-right: 30px;
}
.product-info .price .new-price {
	font-size: 20px;
	font-weight: 700;
}
.product-fullwidth .product-img-box .bx-prev, .product-fullwidth .product-img-box .bx-next {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-fullwidth .product-img-box .bx-prev:before, .product-fullwidth .product-img-box .bx-next:before {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-fullwidth .product-img-box .bx-prev:hover, .product-fullwidth .product-img-box .bx-next:hover {
	background-color: #fc9501;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.product-fullwidth .product-img-box .bx-prev:hover:before, .product-fullwidth .product-img-box .bx-next:hover:before {
	color: #fff;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/* Rating */
.product-info .rating {
	width: auto;
	float: left;
	display: block;
	padding-bottom: 5px;
}
.product-info .rating {
	unicode-bidi: bidi-override;
	/*direction: rtl;*/
	font-size: 14px;
	text-align: left;
}
.product-info .rating span.star {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
}
.product-info .rating span.star:hover {
	cursor: pointer;
}
.product-info .rating span.star:before {
	content: "\f006";
	padding-right: 5px;
	color: #d3d3d3;
}
.product-info .rating span.star.active:before, .product-info .rating span.star:hover:before, .product-info .rating span.star:hover ~ span.star:before {
	content: "\f006";
	color: #fc9501;
}
.product-info .ratings .rating-links a {
	color: #363636;
}
.product-info .ratings .rating-links a:hover {
	color: #fc9501;
}
.product-info .product-atr p {
	color: #fc9501;
}
.product-info .product-atr p a {
	color: #fc9501;
}
.product-info .product-qty .items:hover {
	color: #fc9501;
}
.product-info .add-to-cart a {
	background-color: #fc9501;
}
.product-info .add-to-links li a:hover {
	background-color: #fc9501;
	border: 1px solid #fc9501;
}
.tab-product .nav-tabs li a {
	color: #363636;
}
.tab-product .nav-tabs li a:hover, .tab-product .nav-tabs li a:active, .tab-product .nav-tabs li a:focus {
	color: #fc9501;
}
.tab-product .nav-tabs .active a {
	color: #fc9501;
}
.tab-product .nav-tabs .active a:hover, .tab-product .nav-tabs .active a:active, .tab-product .nav-tabs .active a:focus {
	color: #fc9501;
}
.tfs-header .tfs-header-title {
	color: #fc9501;
}
.tfs-header .tfs-summary-actions-newreview {
	background-color: #fc9501;
	color: #fff;
}
.tfs-header .tfs-summary-actions-newreview:hover {
	opacity: 0.8;
}
.tfs-form-actions .button {
	background-color: #fc9501;
	color: #fff;
	border: none;
}
.tfs-form-actions .button:hover {
	text-decoration: none;
	opacity: 0.8;
}
/* Tabs Product */
.tabs-product {
	padding-top: 100px;
	padding-bottom: 80px;
}
#tab_product {
	text-align: center;
	border-top: 1px solid #f3f3f3;
}
#tab_product .nav-tabs {
	border-bottom: none;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -20px;
}
#tab_product .nav-tabs > li > a {
	border-bottom: 2px solid #fff;
	background: none;
	font-weight: 400;
	text-transform: uppercase;
	color: #363636;
	padding: 5px 0px;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
#tab_product .nav-tabs > li {
	float: none;
	display: inline-block;
	text-align: center !important;
	margin: 0 auto !important;
	background-color: #fff;
	position: relative;
}
#tab_product .nav-tabs > li:nth-child(4):before {
	display: none;
}
#tab_product .nav-tabs > li:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	right: -2px;
	bottom: 0;
	margin: auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #c2c2c2;
}
#tab_product .nav-tabs > li.active > a, #tab_product .nav-tabs > li.active > a:hover, #tab_product .nav-tabs > li.active > a:focus {
	border-bottom: 2px solid #fc9501;
	background: none;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
#tab_product .nav > li > a:hover, #tab_product .nav > li > a:focus, #tab_product .nav > li > a:active {
	background-color: transparent;
	border-bottom: 2px solid #fc9501 !important;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}
.tab-content .tab-product {
	text-align: left;
}
.load-more {
	color: #363636;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #f3f3f3;
}
.load-more:hover, .load-more:focus, .load-more:active {
	background-color: #fc9501;
	color: #fff;
}
#tab_product .nav-tabs > li > a {
	position: relative;
}
#tab_product .nav-tabs > li > a:hover, #tab_product .nav-tabs > li > a:focus, #tab_product .nav-tabs > li > a:active {
	color: #fc9501;
}
#tab_product .nav-tabs > li > a:hover:before, #tab_product .nav-tabs > li > a:focus:before, #tab_product .nav-tabs > li > a:active:before {
	display: block;
}
#tab_product .nav-tabs > li > a:before {
	background-color: #fc9501;
}
#tab_product .nav-tabs > li.active > a, #tab_product .nav-tabs > li.active > a:hover, #tab_product .nav-tabs > li.active > a:focus {
	color: #fc9501;
	text-decoration: none;
}
#tab_product .nav-tabs > li.active > a:before, #tab_product .nav-tabs > li.active > a:hover:before, #tab_product .nav-tabs > li.active > a:focus:before {
	display: block;
}

@media (min-width: 768px) {
	#tab_product .nav-tabs > li {
		padding-right: 23px;
		padding-left: 23px;
	}
	#tab_product .nav-tabs > li > a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	#tab_product .nav-tabs > li {
		padding-right: 10px;
		padding-left: 10px;
	}
	#tab_product .nav-tabs > li > a {
		font-size: 14px;
	}
}
/*===========================================
    Order Review page
 ===========================================*/

.payu_money{
	padding-bottom: 15px;
}

/*.order-review {
	border: 1px solid #e5e5e5;
	padding: 30px 40px;
}
.order-review h3 {
	font-size: 16px;
	color: #fc9501 !important;
}*/



.order-review .form-control {
	background: none;
}
.order-review .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 1px 3px transparent, 0 1px 2px transparent;
	border-color: #e5e5e5;
	height: 40px;
}
.order-review .btn-top {
	margin-top: 15px;
}
.order-review .link-color {
	text-decoration: underline;
	color: #fc9501;
}
.order-review .note {
	font-size: 14px;
}
.order-review .note, .login-form-box sup {
	color: #fa6b6b;
	font-size: 14px;
}
.order-review .forgot-password {
	margin-top: 30px;
}
.order-review .inline {
	vertical-align: text-bottom;
}

@media (min-width: 992px) {
	.order-review {
		min-height: auto;
	}
}
/*===========================================
    My account Pages
 ===========================================*/
.my-account-list i {
	color: #fc9501;
}
/*===========================================
    Track Order page
 ===========================================*/
.track_order label{
	display: block;
}
.go_npt_btn button {
	color: #fe2740;
	background-color: #f7f7f7;
	display: inline-block;
	border: 0;
	float: left;
	margin-left: -1px;
	text-transform: uppercase;
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.go_npt_btn .form-control , .go_npt_btn .form-control-trackorder{
	height: 40px;
	border: 1px solid #ebebeb;
	border-radius: 0;
	color: #adadad;
	font-size: 14px;
	font-weight: 400;
	float: left;
	box-shadow: none !important;
	-webkit-transition: none !important;
}
@media (min-width: 768px) {
	.go_npt_btn .form-control {
		width: 260px !important;
	}
	.go_npt_btn .form-control-trackorder {
		width: 190px !important;
	}
}
@media only screen and (max-width: 768px) {
	.go_npt_btn .form-control, .go_npt_btn .form-control-trackorder {
		width: 330px !important;
	}
}

@media only screen and (max-width: 736px) {
	.go_npt_btn .form-control, .go_npt_btn .form-control-trackorder {
		width: 270px !important;
	}
}

@media only screen and (max-width: 667px) {
	.go_npt_btn .form-control, .go_npt_btn .form-control-trackorder {
		width: 270px !important;
	}
}

@media only screen and (max-width: 414px) {
	.go_npt_btn .form-control, .go_npt_btn .form-control-trackorder {
		width: 244px !important;
	}
}

@media only screen and (max-width: 375px) {
	.go_npt_btn .form-control , .go_npt_btn .form-control-trackorder{
		width: 205px !important;
	}
}

@media only screen and (max-width: 320px) {
	.go_npt_btn .form-control, .go_npt_btn .form-control-trackorder {
		width: 150px !important;
	}
}
/*New styles added*/
.product-label-sale{
	left: 40px;
	color: #fb2e46;
}
.product-label-new {
	left: 280px;
	color: #02a7fd;
}
.product-label-item{
	position: absolute;
	top: 10px;
	background-color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 6px;
	z-index: 2;
}

/*======Wishlist POp Up==============*/
.alllist table, .alllist th, .alllist td {
	border: 1px solid #ddd;
	padding:8px;
}
.alllist{
	padding:0px;
}


/*===========================================
 For catalog pagination
===========================================*/
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > span, .pagination > li > a:hover, .pagination>.active>a:focus {
	background: #fc9501;
	border-color: #ddd;
}


/*===========================================
   order confirmation page
 ===========================================*/

.confirmation-msg{
	padding : 15px;
}

/*===========================================
   Wishlist page
 ===========================================*/
.wishlist-manage {
	float: right
}
.wishlist-manage span {
	padding:0px 3px;
}
.table-wishlist-1 {
	width: 100%;
}
.wishlistbtn{
	background-color: #fc9501;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	padding: 12px 15px;
	letter-spacing: 2px;
}
#createdwhishlistdiv{
	margin-bottom: 20px;
}
.mylist_wishlist{
	margin-bottom: 0px;
	margin-top:0px;
}
.ecom-color-attributes{
	margin:10px;
}

.table-wishlist-1 table {
	width: 100%;
}

.table-wishlist-1 tr {
	border-bottom: 1px solid #e5e5e5;
}

.table-wishlist-1 tr tr {
	border: none;
}

.table-wishlist-1 td,
.table-wishlist-1 th {
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
}

.table-wishlist-1 td a,
.table-wishlist-1 th a {
	text-decoration: none;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
}

.table-wishlist-1 td:last-child,
.table-wishlist-1 th:last-child {
	border-right: none;
}

.table-wishlist-1 td:first-child,
.table-wishlist-1 th:first-child {
	text-align: left;
	padding-left: 0;
}

.table-wishlist-1 td:nth-child(1),
.table-wishlist-1 th:nth-child(1) {
	width: 55%;
}

.table-wishlist-1 td:nth-child(1) .pull-left,
.table-wishlist-1 th:nth-child(1) .pull-left {
	width: 20.3%;
}

.table-wishlist-1 td:nth-child(1) .pull-right,
.table-wishlist-1 th:nth-child(1) .pull-right {
	width: 66.3%;
}

.table-wishlist-1 td:nth-child(2),
.table-wishlist-1 th:nth-child(2) {
	width: 15%;
}

.table-wishlist-1 td:nth-child(3),
.table-wishlist-1 th:nth-child(3) {
	width: 15%;
}

.table-wishlist-1 td:nth-child(4),
.table-wishlist-1 th:nth-child(4) {
	width: 15%;
}

.table-wishlist-1 th {
	border-top: 1px solid #e5e5e5;
	padding: 11px 5px;
}

.table-wishlist-1__product-price {
	font-size: 16px;
	line-height: 1.1em;
	display: inline-block;
	padding-bottom: 13px;
}

.table-wishlist-1__product-name {
	color: #fc9501;
}

.table-wishlist-1__product-name a {
	color: #fc9501;
}

.table-wishlist-1__product-name a:hover {
	color: #333333;
}

.table-wishlist-1 a.color-red {
	color: #fa6b6b;
	cursor: pointer;
}

.table-wishlist-1 a.color-red:active,
.table-wishlist-1 a.color-red:hover,
.table-wishlist-1 a.color-red:focus {
	color: #333333;
}

.table-wishlist-1 a.color-green {
	color: #21caa9;
	cursor: pointer;
}

.table-wishlist-1 a.color-green:active,
.table-wishlist-1 a.color-green:hover,
.table-wishlist-1 a.color-green:focus {
	color: #333333;
}

.table-wishlist-1 .icon {
	font-size: 20px;
}

.table-wishlist-1 .icon:active {
	color: #333333 !important;
}

@media (max-width: 991px) {
	.table-wishlist-1 .visible-icon .icon {
		position: relative;
		top: -8px;
		font-size: 20px;
		margin-left: 7px;
	}

	.table-wishlist-1 th {
		display: none;
	}

	.table-wishlist-1 td,
	.table-wishlist-1 th {
		border-right: none;
	}

	.table-wishlist-1 td:nth-child(1),
	.table-wishlist-1 th:nth-child(1) {
		width: 100%;
	}

	.table-wishlist-1 td:nth-child(1) .visible-icon,
	.table-wishlist-1 th:nth-child(1) .visible-icon {
		float: right;
		display: inline-block;
	}

	.table-wishlist-1 td:nth-child(1) h5,
	.table-wishlist-1 th:nth-child(1) h5 {
		padding-right: 67px;
	}

	.table-wishlist-1 td:nth-child(2),
	.table-wishlist-1 th:nth-child(2),
	.table-wishlist-1 td:nth-child(3),
	.table-wishlist-1 th:nth-child(3),
	.table-wishlist-1 td:nth-child(4),
	.table-wishlist-1 th:nth-child(4) {
		display: none;
	}

	.table-wishlist-1 td:nth-child(2) td,
	.table-wishlist-1 th:nth-child(2) td,
	.table-wishlist-1 td:nth-child(3) td,
	.table-wishlist-1 th:nth-child(3) td,
	.table-wishlist-1 td:nth-child(4) td,
	.table-wishlist-1 th:nth-child(4) td {
		display: block;
	}
}
@media (max-width: 532px) {
	.table-wishlist-1 td:nth-child(1) .img-responsive,
	.table-wishlist-1 th:nth-child(1) .img-responsive {
		display: inline-block;
	}

	.table-wishlist-1 td:nth-child(1) .pull-left,
	.table-wishlist-1 th:nth-child(1) .pull-left {
		width: 100%;
		text-align: center;
	}

	.table-wishlist-1 td:nth-child(1) .pull-right,
	.table-wishlist-1 th:nth-child(1) .pull-right {
		width: 100%;
		text-align: center;
		padding-top: 19px;
	}

	.table-wishlist-1 td:nth-child(1) .visible-icon,
	.table-wishlist-1 th:nth-child(1) .visible-icon {
		float: none;
	}

	.table-wishlist-1__product-name {
		padding-right: 5% !important;
		padding-left: 5%;
	}
}

/*--------------- Rating------------------------*/
#avgStarRating li.readonly li.filled {
	color: #666;
}

.average-rating-container {
	position: relative;
	height: 31px;
	width: 103px;
	overflow: hidden;
}

.average-rating-container-background {
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	white-space: nowrap;
}
.average-rating-container-foreground {
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	white-space: nowrap;
}
#avgStarRating li {
	padding: 1px;
	color: #ddd;
	font-size: 20px;
	text-shadow: .05em .05em #aaa;
	list-style-type: none;
	display: inline-block;
}
#avgStarRating li.filled {
	color: #fc9501;
}
.rating .filled {
	color: #ffb013;
}

/*------------------------------------------*/

/*===================================================
   Manage Account
=====================================================*/
/* -----------------------------------------
INDEX 04
-------------------------------------------- */
#manage-sidebar .menu-item.menu-item-has-children {
	position: relative;
}
#manage-sidebar .shop-category {
	display: inline-block;
	width: 26.35%;
	position: relative;
}
#manage-sidebar .shop-category .menu-title {
	background: #f2f2f2;
	border-bottom: 1px solid #e7e7e7;
	padding: 30px 30px 25px;
}
#manage-sidebar .category-menu {
	background: #fff;
	/*border: 1px solid #e7e7e7;*/
	border-bottom-color: transparent;
	width: 300px;
	height: 100vh;
	position: absolute;
	top: 70px;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#manage-sidebar .category-menu li {
	border-top: 1px solid #e7e7e7;
	display: block;
	overflow: hidden;
}
#manage-sidebar .category-menu> li:last-child {
	border-bottom: 1px solid #e7e7e7;
}
#manage-sidebar .category-menu li:hover {
	overflow: visible;
}
#manage-sidebar .category-menu li a {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 23px;
	padding: 15px 15px 15px;
}
#manage-sidebar .category-menu li a:hover {
	color: #fff !important;
	background: #fc9501;
}
#manage-sidebar .category-menu ul {
	min-width: 250px;
}
#manage-sidebar .category-menu .menu-item-has-children:before {
	content: "\f105";
	color: #333;
	font: normal normal normal 14px/1 FontAwesome;
	top: 20px;
	right: 30px;
	position: absolute;
}
#manage-sidebar .category-menu .menu-item-has-children:hover:before {
	color: #fff !important;
}
#manage-sidebar .category-menu .menu-item-has-children> ul {
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 0;
	right: -251px;
	top: 160px;
	left: initial;
	position: absolute;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#manage-sidebar .category-menu .menu-item-has-children:hover> ul {
	top: 130px;
	overflow: visible;
	height: auto;
	opacity: 1;
}
#manage-sidebar .category-menu ul> .menu-item-has-children ul {
	right: -251px;
	top: 60px;
}
#manage-sidebar .category-menu ul> .menu-item-has-children:hover> ul {
	top: -2px;
}
#manage-sidebar .category-menu .menu-item-has-children ul:before {
	content: '';
	display: none;
}
#manage-sidebar .category-menu .menu-item-has-children:hover> ul {
	top: -2px;
}

/* ===================== Responsive Styles ====================== */

@media screen and (max-width: 1200px) {
	#manage-sidebar .shop-category .menu-title {
		padding: 30px 15px 23px;
	}
	#manage-sidebar .category-menu li a {
		line-height: 23px;
		padding: 15px 15px 12px;
	}
	#manage-sidebar .category-menu .menu-item-has-children:before {
		top: 20px;
		right: 15px;
	}
}

@media screen and (min-width: 1170px) and (max-width: 1199px) {
	#manage-sidebar .category-menu {
		width: 248px;
	}
	#manage-sidebar .category-menu ul {
		min-width: 248px;
	}
	#manage-sidebar .category-menu .menu-item-has-children ul {
		right: -246px;
	}
	#manage-sidebar .category-menu ul:hover ul {
		right: -248px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1069px) {
	#manage-sidebar .category-menu {
		width: 248px;
	}
	#manage-sidebar .category-menu ul {
		min-width: 248px;
	}
	#manage-sidebar .category-menu .menu-item-has-children ul {
		right: -246px;
	}
	#manage-sidebar .category-menu ul:hover ul {
		right: -249px;
	}
}

@media screen and (min-width: 841px) and (max-width: 1024px) {
	#manage-sidebar .category-menu {
		width: 100%;
	}
	#manage-sidebar .category-menu ul {
		min-width: 210px;
	}
	#manage-sidebar .category-menu .menu-item-has-children ul {
		right: -208px;
	}
	#manage-sidebar .category-menu ul:hover ul {
		right: -210px;
	}
	#manage-sidebar .category-menu li a {
		font-size: 12px;
	}
}

@media screen and (min-width: 769px) and (max-width: 840px) {
	#manage-sidebar .shop-category {
		width: 30%;
	}
	#manage-sidebar .category-menu {
		width: 100%;
	}
	#manage-sidebar .category-menu ul {
		min-width: 210px;
	}
	#manage-sidebar .category-menu .menu-item-has-children ul {
		right: -208px;
	}
	#manage-sidebar .category-menu ul:hover ul {
		right: -210px;
	}
	#manage-sidebar .category-menu li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) {
	#manage-sidebar .shop-category {
		width: 30%;
	}
	#manage-sidebar .category-menu {
		width: 100%;
	}
	#manage-sidebar .category-menu ul {
		min-width: 210px;
	}
	#manage-sidebar .category-menu .menu-item-has-children ul {
		right: -208px;
	}
	#manage-sidebar .category-menu ul:hover ul {
		right: -210px;
	}
	#manage-sidebar .category-menu li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	#manage-sidebar .shop-category {
		overflow: hidden;
		width: 45%;
	}
	#manage-sidebar .shop-category:hover {
		overflow: visible;
	}
	#manage-sidebar .shop-category .menu-title {
		padding: 21px 15px 16px;
	}
	#manage-sidebar .category-menu {
		height: 0;
		overflow: hidden;
		opacity: 0;
	}
	#manage-sidebar .shop-category:hover .category-menu {
		height: auto;
		overflow: visible;
		opacity: 1;
		top: 51px;
	}
	#manage-sidebar .category-menu li:hover>ul, #manage-sidebar .category-menu li:hover>ul:hover ul {
		position: initial !important;
	}
}

@media screen and (max-width: 480px) {
	#manage-sidebar .shop-category {
		width: 100%;
	}
	#manage-sidebar .category-menu ul {
		min-width: initial;
		width: 100%;
	}
}
#manage-sidebar .banner-title {
	background: #333;
	color: #fff;
	display: block;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 28px 30px;
	text-transform: uppercase;
	width: 100%;
}
#manage-sidebar .shop-category {
	display: block;
	width: 100%;
	z-index: 1;
}
#manage-sidebar .category-menu {
	height: initial;
	margin-bottom: 0;
	padding: 0;
	position: static;
	width: 100%;
}
#manage-sidebar .category-menu> li:last-child {
	border-bottom: none;
}

/* --------- Responsive Styles --------- */

@media screen and (max-width: 1200px) {
	#manage-sidebar .category-menu li a {
		line-height: 23px;
		padding: 23px 30px 20px;
	}
}

@media screen and (max-width: 1199px) {
	#manage-sidebar .category-menu li a {
		padding: 18px 15px 16px;
	}
	#manage-sidebar .category-menu .menu-item-has-children:before {
		top: 23px;
	}
}

@media screen and (min-width: 768px) and (max-width: 840px) {
	#manage-sidebar .category-menu .menu-item-has-children:before {
		right: 10px;
	}
	#manage-sidebar .category-menu li a {
		line-height: 21px;
		padding: 15px 10px 15px;
	}
}

@media screen and (max-width: 768px) {
	#manage-sidebar .category-menu .menu-item-has-children:before {
		top: 20px;
	}
}

@media screen and (max-width: 767px) {
	#manage-sidebar .category-menu {
		opacity: 1;
	}
	#manage-sidebar .category-menu ul {
		position: static !important;
	}
}

.qty-error, .form-err-msg {
	color: #B94A48;
}

/* New Styles for ordre review page  */

.order-review {
	border: 1px solid #e5e5e5;
}
.order-review h3 {
	background: #fff;
	font-size: 16px;
	color: #000 !important;
	padding: 15px 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.order-review .order-rw-ct {
	padding: 30px;
}
.shopping-crtdel{
	cursor: pointer;
}

/*Comparison Styles in Category page*/
/* CSS Document */
#price .price-width {
	width: 1170px;
}
#price .col {
	width: 284.5px;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.plans-hp {
	margin-bottom:20px;
}
#price .title-section {
	padding-bottom: 20px;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	padding-bottom: 20px;
	margin: 0;
	padding-top: 15px;
}
#price .title-section.customize {
	padding-bottom: 70px;
	padding-top: 13px;
	margin-top: 0;
}
#price .description-section {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 70px;
	text-align: center;
}
#price .block-plan {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	padding: 30px;
	width: 100%;
	transition: all .3s;
	border: 1px solid #eee;
}
#price .block-plan:hover {
	background: #eee none repeat scroll 0 0;
}
#price .block-plan>img {
	border-bottom: 2px solid #9a9a9a;
	display: block;
	height: 100px;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 100px;
}
#price .block-plan>span {
	color: #9a9a9a;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	display: block;
	text-align: center;
	margin-top: 30px;
	height:80px;
}
#price .price-m {
	color: #1da0da;
	display: inline;
	font-size: 31px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
#price .ext-m {
	color: #9a9a9a;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding-left: 10px;
	text-align: left;
}
#price .price-plan-custom {
	margin: 10px 0 30px;
	text-align: center;
}
#price .block-plan>p {
	color: #7e7e7e;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
#price .block-plan>p:hover {
	color: #000;
	cursor: pointer;
}
#price .block-plan>a {
	background: #fc9501 none repeat scroll 0 0;
	border-radius: 2px;
	color: #ffffff;
	display: table;
	font-weight: 700;
	margin: 20px auto 0;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
#price .block-plan .divider {
	height: 150px;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#price .block-plan .divider-2 {
	height: 52px;
	clear: both;
	overflow: hidden;
	width: 100%;
}
#price .block-plan>a:hover {
	color: #fff;
	background: #000;
}
#price .block-plan .fa-check {
	color: #13BB00;
}
#price .block-plan .fa-times {
	color: #FD0004;
}
.comparebtn {
	background-color: #fc9501;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	padding: 12px 15px;
	letter-spacing: 2px;
	border:none
}
.comparebtn:hover {
	background-color: #fc9501;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	padding: 12px 15px;
	letter-spacing: 2px;
	border:none
}
.cmpbtn{
	margin-left:25px;
}
.bootclass {
	font-weight:500 !important; /* Overwritting bootstrap class  */
}

/* Color Option */
.ecom-color-attributes .choose-clr a {
	border: 2px solid transparent;
}
.ecom-color-attributes .choose-clr a, .ecom-color-attributes .choose-size a {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.ecom-color-attributes .border-hover a {
	position: relative;
}
.ecom-color-attributes .border-hover a:hover, .ecom-color-attributes .border-hover a.active{
	border: 2px solid #000;
}
.ecom-color-attributes .border-hover a:hover:after, .ecom-color-attributes .border-hover a.active:after {
	opacity: 1;
}
.ecom-color-attributes .border-hover a::after {
	background-color: #000000;
	bottom: -7px;
	content: "";
	height: 1px;
	left: -2px;
	position: absolute;
	width: 30px;
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.ecom-color-attributes .black-bg { background-color: #000000; }
.ecom-color-attributes .gray-bg { background-color: #999999; }
.ecom-color-attributes .red-bg { background-color: #cc3333; }
.ecom-color-attributes .yellow-bg { background-color: #ffcc66; }
.ecom-color-attributes .green1-bg { background-color: #16c79e; }
.ecom-color-attributes .green2-bg { background-color: #109121; }
.ecom-color-attributes .blue1-bg { background-color: #16a9c7; }
.ecom-color-attributes .blue2-bg { background-color: #185999; }
.ecom-color-attributes .violate-bg { background-color: #461899; }
.ecom-color-attributes .pink-bg { background-color: #c7166f; }
/* Make a DIV stick when you scroll */
/* Make a DIV stick when you scroll */
.affix-top {
	position: relative;
}

.affix {
	top: 20px;
}

.affix,
.affix-bottom {
	width: 213px;
}

.affix-bottom {
	position: absolute;
}
@media (min-width:1200px) {
	.affix,
	.affix-bottom {
		width: 293px;
	}
}

/*--------------Styles For Store Locator-----------*/

.thumbnail-list{
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	float:left;
	width:100%;
}
.thumbnail-list img{
	width:20%;
	float:left;
	margin-right: 15px;
}
.list-group-image {
	margin-bottom: 10px;
}


.info-store-locator .store-search .wi {
	float: left;
	width: 100%;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 2px;
	background-color: #fc9501;
}
.info-store-locator .store-search .search-text {
	padding: 6px 6px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	position: absolute;
	left: -15px;
}
.info-store-locator .store-search .menu {
	margin-top: -20px;
}
.info-store-locator .box-store {
	width: auto;
	padding: 10px;
}
.info-store-locator .store {
	float: left;
	margin-right: 15px;
}
.info-store-locator .store-input {
	width: 100%;
}
#canvas-for-google-map,#canvas-for-google-map2 {
	width: 100%;
	height: auto;
}

ng-map#store-loc-map{
	display:block;
	width:auto;
	height:400px;
}
ng-map#store-loc-map2{
	display:block;
	width:auto;
	height:200px;
}

.box-map {
	margin-top: 15px;
}
#store-list-wrap {
	float: left;
	height: auto;
	position: relative;
	width: 100%;
	padding: 10px;
	background: #FFFFFF;
	border: 1px #CCCCCC solid;
	margin-bottom: 15px;
}
#store-list-head {
	color: #fff;
	width: 100%;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	background: #fc9501;
	padding: 8px 10px;
	float: left;
	letter-spacing: 1px;

}
#list-wrap {
	clear: both;
	overflow-x: auto;
	width: 100%;
	height: 330px;
	margin: 0px;
}

@media(max-width:768px) {
	.info-store-locator .store-search .search-text {
		position: relative;
	}
	#store-list-wrap {
		margin-top: 15px;
	}
	.store-search {
		margin-top: 15px;
	}
}
.store_product_list .thumbnail-list img {
	width: 25%;
	float: left;
	margin-right: 15px;
}
/*.product {*/
	/*padding-bottom: 2em;*/
/*}*/
#list-wrap .store-search .wi{
	float: left;
	/*width: 100%;*/
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	letter-spacing: 2px;
	background-color: #fc9501;
}
.orderConfirmpadd{
	padding: 16px;
}
.orderConfirmTitle{
	padding: 15px 0px !important;
}

/*--------------Store Locator styles End-----------*/

/*--------------Hiding Zoom in mobile devices----------------------*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	/* BZOOM */
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: portrait) {
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (orientation: landscape) {
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: landscape) {
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (orientation: portrait) {
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
	.bzoom_thumb {
		opacity: 1 !important;
	}
	.bzoom_magnifier {
		display: none !important;
	}

	.bzoom_zoom_area {
		display: none !important;
	}
}
.configAttr{
	color:#ccc;
}
.configval{
	color: #000;
}
.spell{
	font-size: 18px;
}
.suggestword{
	color: #609;
	cursor: pointer
}
.suggestdiv{
	padding:15px;
	margin-bottom: 20px;
}
.loginpagehead{
	padding-right: 32%;
}
.setPad{
    padding: 10px;
}

/*Adding breadcrumb in order details*/
.tab-flow-custom {
	width: 100%;
}
.tab-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.tab-group > .tab:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.tab-group > .tab:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.tab-flow-custom .tab.tab-default {
	min-width: 20%;
	font-weight: bold;

	border-color: #4CAF50;
	color: #000;
}

.tab-flow-custom .tab.tab-default2 {
	min-width: 16.5%;
	font-weight: bold;

	border-color: #4CAF50;
	color: #000;
}


.tab-flow-custom .tab-default:hover:not(:last-child):before {
	border-left: 15px solid #4CAF50;
}
.tab-breadcrumb .tab-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
.tab-breadcrumb .taB-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
.tab-flow-custom .tab-default:not(:last-child):before {
	border-left: 15px solid #4CAF50;
}
.tab-breadcrumb .tab-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.tab-breadcrumb .tab-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.tab-breadcrumb .tab:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.tab-breadcrumb .tab:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}





.tab-flow-custom .tab.tab-default:hover:not(:last-child):after {
	border-left: 10px solid #e7e7e7;
}
.tab-breadcrumb .tab.tab-default:hover:not(:last-child):after {
	border-left: 10px solid #e7e7e7;
}
.tab-breadcrumb .tab.tab-default:hover:not(:last-child):after {
	border-left: 10px solid #e7e7e7;
}
.tab-flow-custom .tab.tab-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.tab-breadcrumb .tab.tab-default:not(:last-child):after {
	border-left: 10px solid #f4f4f4;
}
.tab-breadcrumb .tab.tab-default.tab-active:not(:last-child):after {
	border-left: 10px solid #4CAF50;
}
.tab-breadcrumb .tab.tab-default2.tab-active:not(:last-child):after {
	border-left: 10px solid #4CAF50;
}
.tab-breadcrumb .tab:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}


.tab-active{
	background-color: #fff;
}
.tab-inactive{
	background-color: #ccc;
}

/*Shopping Cart Related Products section*/
.list-group-item-heading{
	height: 40px;
}
.thumbnail .caption{
	text-align: center;
}

/*Checkout payment method type section*/
.checkout .payment-type{
	padding-bottom: 0 !important;
}

.checkout .card-type{
	padding: 15px !important;
}
.checkout .card-error{
	height: 75px;
}

/* Date Picker */
.ui-widget-header .ui-icon{
	background-image:url(/public/newElements/images/ui-icons_222222_256x240.png) !important;
}
.grid-view,.list-view{
	cursor: pointer;
}
.button-container-i {
	display: none;
}
.add-to-cart-btn {
	display: none;
}
.add-to-box {
	display: none;
}
.price {
	display: none;
}
.bzoom_wrap .bzoom_small_thumbs  ul li img{
	width:70px !important;
	height:70px !important;
}