:root {
	--bs-font-sans-serif: 'Poppins', sans-serif;
	--main-link-color: #222;
	--main-color: #226bad;
	--main-color-inverse: #60c7f3;
	--white: #fff;
}


html,
body {

}

body {
	font-family: var(--bs-font-sans-serif);
	font-size: 15px;
	font-style: normal;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #6b6b6b;
	font-weight: 400;
	line-height: 1.6;
	width: 100%;
	background: #fff;
}

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
	display: none !important;
}

input, textarea, button, select {
	outline: none;
}

* {
	outline: 0;
}

button:active, button:focus {
	box-shadow: none;
	outline: 0;
}

ul {
	list-style: none outside;
}

a {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

a:hover, a:focus {
	text-decoration: none;
	color: #2a2a2c;
}

@keyframes sticky {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.do-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.icons-svg-sprite {
	display: none;
}

.list-group {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.bg-blue {
	background: #3598dc !important;
}

.bg-yellow-lemon {
	background: #F7CA18 !important;
}

.bg-blue-steel {
	background: #4B77BE !important;
}

.bg-red-thunderbird {
	background: #D91E18 !important;
}

.bg-yellow-casablanca {
	background: #f2784b !important;
}

.bg-blue-ebonyclay {
	background: #22313F !important;
}

.modal-header.bg-red-thunderbird {
	background: #D91E18 !important;
	color: #fff;
}

.modal-close {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 23px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none !important;
	z-index: 50;
	background: #2a2a2a;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
}

.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.white-bg {
	background-color: #fff;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
}

.btn.transparent {
	background-color: transparent;
}

.btn.transparent:hover,
.btn.transparent:active,
.btn.transparent:focus {
	background-color: transparent;
}

.btn.blue {
	color: #ffffff;
	background-color: #479eef;
	border-color: #479eef;
	font-size: 14px;
	padding: 10px 20px;
}

.btn.blue:hover,
.btn.blue:active,
.btn.blue:focus {
	background-color: #005d9e;
	border-color: #005d9e;
}

.btn.red {
	color: #ffffff;
	background-color: #dc4141;
	border-color: #dc4141;
	font-size: 14px;
	padding: 8px 20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 5px 10px #607D8B;
}

.btn.main i,
.btn.blue i,
.btn.red i {
	margin-right: 10px;
}

/*************************
>>>>> LAYOUT MAIN
*************************/

/** TOP BAR **/
.topBar {
	background-color: #2a2a2c;
	color: #fff;
}

.topBar ul.contactMenu li:first-child {
	border-right: 1px solid #474748;
}

.topBar ul.rightMenu.pull-right li:last-child {
	border-right: 0;
}

.topBar ul li a {
	-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;
}

.topBar ul li a i.icons {
	top: 2px;
	position: relative;
}

/*************************
    NAVBAR
*************************/
.navbarWrapper {
	position: relative;
	width: 100%;
	background-color: #666;
}

.navbarWrapper.navbar-fixed-bottom, .navbarWrapper.navbar-fixed-top {
	position: fixed;
	animation: sticky 1s;
	box-shadow: 2px 4px 8px rgb(51 51 51 / 25%);
}

.navbarWrapper.navbar-fixed-top {

}

.navbar-brand {
	height: auto;
	padding: 15px 0;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.navbar-nav {
	float: none;
	font-size: 0;
}

.navbar-nav li:last-child a {
	border-right: 0;
}

.navbar-nav > li > a {
	text-shadow: none;
	padding: 30px 20px;
	font-size: 14px;
	color: #676767;
}

.navbar-nav > li.active,
.navbar-nav > li a:focus,
.navbar-nav > li a:hover,
.navbar-nav > li:hover > a {
	background-color: #eaeaea;
	color: #676767;
}

.navbarTools {
	padding: 17px 0;
}

/** SEARCH **/
#navbar-search {
	position: relative;
	background: #fff;
	border-radius: 30px;
	border: solid 2px var(--main-color);
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#navbar-search:hover {
	border-color: var(--main-color);
	-webkit-box-shadow: 0 0 10px 0 #dbdbdb;
	-moz-box-shadow: 0 0 10px 0 #dbdbdb;
	box-shadow: 0 0 10px 0 #dbdbdb;
}

#navbar-search:hover button {
	background-color: var(--main-color);
	border-color: var(--main-color);
	color: #fff !important;
}

#navbar-search form {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .3s;
	margin: 0;
}

#navbar-search form:before {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 12px 5px 10px 15px;
	color: #d1d1d1;
	content: "\e090";
}

#navbar-search form input {
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#navbar-search form input:focus {
	width: 100%;
	outline: none;
}

#navbar-search form button {
	cursor: pointer;
	background: #222;
	border: 1px solid #222;
	border-radius: 0 30px 30px 0;
	height: 46px;
	max-height: 46px;
	margin-right: -1px;
	font-size: 12px;
	letter-spacing: .72px;
	font-weight: 600;
	white-space: nowrap;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

#navbar-search input::-webkit-input-placeholder {
	color: #afafaf;
}

/*** NAVBAR CART ***/
#navbar-cart .blockcart .header-cart {
	width: 45px;
	height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 50px;
}

#navbar-cart .blockcart .header-cart {
	position: relative;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

#navbar-cart .blockcart .cart_block {
	padding-top: 63px;
	position: absolute;
	top: 100%;
	right: 15px;
	z-index: 100;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	height: auto;
	width: 380px;
}

#navbar-cart .blockcart .header-cart .cart-products-count {
	font-size: 10px;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	top: -5px;
	right: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #2a2a2c;
}

.mobileCart #navbar-cart .blockcart .header-cart i {
	color: var(--main-color);
	font-size: 2.2rem;
}

#navbar-cart .blockcart .header-cart i {
	font-size: 24px;
	color: var(--main-link-color);
}

.dropdown-menu {
	top: 100% !important;
	text-align: left;
	margin: 0;
	border: 0;
	background: #fff;
	border-radius: 0;
	padding: 10px 15px;
	box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.dropdown-menu li a {
	padding: 2px 0;
	line-height: 28px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	height: inherit;
	border-radius: 0;
	text-align: left;
	font-size: 15px;
	color: #3f3d3d;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-image: unset;
	background-color: unset;
	color: var(--main-color);
}

.header-menu-nav .dropdown-menu li {
	display: block;
	margin: 0;
}

.dropdown-menu li:after {
	content: "";
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -18px;
}

.dropdown-menu li:last-child {
	border-bottom: 0;
}

.navbar-nav .dropdown-menu > li > a {
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #fff !important;
	font-weight: 600;
	white-space: nowrap;
	background-color: #0095ff;
}

.navbar-nav .dropdown-menu > li > a:hover {
	background-image: none;
	background-color: #005d9e !important;
}

/* Slider
----------------------------------------------------------*/
.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
	width: 100%;
	height: 100vh;
}

.rev_slider .tp-caption {
	white-space: nowrap;
	font-size: 42px;
	color: #fff;
	visibility: inherit;
	transition: none;
	line-height: 60px;
	border-width: 0;
	margin: 0;
	padding: 0;
	min-height: 0;
	min-width: 0;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform-origin: 50% 50% 0px;
	font-weight: 700;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.rev_slider .tp-caption span {
	color: #222;
}

.rev_slider .tp-caption p {
	font-size: 14px;
	color: #252525;
	text-align: right;
	line-height: 25px;
}

.rev_slider .ot-btn {
	margin-bottom: 0 !important;
	width: 155px;
}

.slider-home-1 .tparrows {
	background: transparent;
}

.slider-home-1 .tparrows:hover {
	background: transparent;
}

.slider-home-1 .tparrows:before {
	content: "";
	display: block;
	width: 20px;
	height: 37px;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
	content: "";
	background: url("../images/LeftArrow.png");
}

.slider-home-1 .tparrows.tp-rightarrow:before {
	content: "";
	background: url("../images/RightArrow.png");
}

.rev-scroll-btn {
	z-index: 7;
	border-color: rgba(255, 255, 255, 0.3);
	border-style: solid;
	border-width: 2px;
	border-radius: 23px 23px 23px 23px;
	box-sizing: border-box;
}

.rev-scroll-btn span {
	border-radius: 100%;
	background: rgba(225, 255, 255, 0.9);
}

.tp-kbimg-wrap img {
	width: auto !important;
	height: 100% !important;
}

.info-boxes {
	padding: 0;
}


.info-boxes {
}

.info-boxes ul {
	margin-left: 0;
}

.info-boxes ul li {
	width: 25%;
	float: none;
	border-right: 1px solid #fff;
	padding-bottom: 25px;
	color: #353535;
	font-size: 14px;
	padding: 0;
	margin-left: 0;
}

.info-boxes ul li:first-child {
	border-left: 1px solid #fff;
}

.info-boxes-inner ul li .info-box {
	padding-left: 40px;
}

.info-boxes-inner ul li:first-child .info-box {
	padding-left: 0;
}

.info-box {
	position: relative;
	padding: 30px 15px;
	border: 1px dashed #efefef;
	overflow: hidden;
}


.info-box.blue {
	background-color: #0084ff;
}

.info-box.yellow {
	background-color: #ffc000;
}

.info-box.yellow:before {
	background-color: #0084ff;
}

.info-box.red {
	background-color: #e5004b;
}

.info-box.red:before {
	background-color: #ffc000;
}

.info-box.green {
	background-color: #12bbd4;
}

.info-box.green:before {
	background-color: #e5004b;
}

.info-box .icon,
.info-box .content {
	color: #474747;
	font-size: 16px;
}

.info-box .content h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	display: block;
	margin-top: 0;
}

.info-box .icon {
	width: 70px;
	height: 70px;
	background-color: #ed1c24;
	margin: 0 auto 15px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
}

.info-box .icon img {
	display: inline-block;
}

.info-boxes .info-box:hover .icon {
}

.info-boxes .info-box:hover img {

}

.info-box i {
	font-size: 30px;
	color: #ffffff;
	background-color: #28282a;
	width: 75px;
	height: 75px;
	line-height: 65px;
	text-align: center;
	display: block;
	margin: 0 auto;
	-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;
	border-radius: 50%;
}

.info-box .content p {
	margin-bottom: 0;
}

.info-boxes .info-box .box-icon-connector {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 10px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-color: #c9c9ca;
	z-index: -1;
}

.info-boxes .info-box:hover i {
	background-color: #eee;
	color: #28282a;
}

.section-title h1,
.section-title h2,
.section-title h3 {
	color: #333;
	display: inline-block;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

/*** PRODUCT LISTS ***/
.single-shop {
	display: block;
	background-color: #fff;
	position: relative;
	width: 100%;
	background: #fff;
	transition: all .8s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.single-shop:hover {
	/*	box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%); */
}

.shop-img {
	position: relative;
	display: block;
	overflow: hidden;
	align-items: end;
	justify-content: center;
	display: flex;
}


.shop-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.discountPercentage {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap column;
	width: 36px;
	height: 36px;
	background: rgb(255 108 43);
	position: absolute;
	left: 15px;
	top: 15px;
	border-radius: 36px;
	color: #fff;
}

.shop-img .button-group {
	background-color: #333;
	bottom: -20px;
	left: 0;
	opacity: 0;
	padding: 13px 5px 13px;
	position: absolute;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 99;
}

.single-shop:hover .button-group {
	opacity: 1;
	bottom: 0px;
}

.shop-img .button-group a {
	border-left: 1px solid #777;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	height: 17px;
	line-height: 17px;
	text-transform: uppercase;
	width: 50%;
}

.shop-img .button-group a:hover {
	color: #ddd;
}

.shop-img .button-group a:first-child {
	border-left: 0 solid #555;
}

.shop-img .button-group a i {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.shop-quick-view > a {

}

.single-shop:hover .shop-quick-view > a,
.item .products:hover .shop-quick-view > a {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.shop-img::after,
.item .products .image::after {
	background-color: rgb(0 0 0 / 0%);
	bottom: 0;
	content: "";
	height: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-in 0s;
	width: 0;
	z-index: 1;
}

.single-shop:hover .shop-img::after,
.item .products:hover .image::after {
	height: 100%;
	width: 100%;
}

.shop-title > h3 {
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.shop-title > h3 a {
}

.shop-title > h3 a:hover {
	color: #666;
}

.shop-text-all {
	display: flex;
	padding: 5px 20px;
	font-weight: 300;
	align-items: flex-start;
}

.addtocart {
	cursor: pointer;
}

.emailSubscription {
	background-image: url(../images/subscription-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 330px;
}

.emailSubscription .content {
	float: right;
	text-align: center;
	padding: 65px 50px;
}

.emailSubscription .content .form-control {
	width: 500px;
	display: inline-block;
	height: 50px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.emailSubscription .content .btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 0;
	min-width: 130px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.emailSubscription .content .form-group {
	position: relative;
}

.emailSubscription .content p {
	font-size: 16px;
}

.sss {
	background-image: url(../images/sss-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 330px;
}

.sss .content {
	width: 555px;
	text-align: right;
	padding: 70px 0px;
	font-size: 24px;
}

.sss .content strong {
	display: block;
}

/**** FOOTER ****/

footer {
	background-color: var(--main-color);
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

footer a {
	color: var(--maian-color);
}

.socialWrapper h3 {
	font-size: 35px;
}

.socialWrapper .socialIcons li {
	width: 70px;
}

.socialWrapper ul.socialLinks li,
.productDetails .socialLinks li {
	display: inline-block;
}

.socialWrapper ul.socialLinks li a {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #b1b1b1;
	font-size: 30px;
	border: 1px solid #b1b1b1;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	margin: 0 5px;
}

.socialWrapper ul.socialLinks li a:hover {
	border-color: #18494c;
	background-color: #18494c;
	color: #fff;
}

.productDetails ul.socialLinks li a {
	color: #b1b1b1;
	font-size: 16px;
	border: 1px solid #b1b1b1;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: block;
	margin: 0 5px;
}

.productDetails ul.socialLinks li a:hover {
	border-color: #f6921e;
	background-color: #f6921e;
	color: #fff;
}

.productDetails .socialLinks,
.footerInner {
	position: relative;
}

.socialWrapper {
	background-color: #fff;
	width: 100%;
	padding: 0px 0;
	position: relative;
}

.footerLinks li {
	font-size: 16px;
	line-height: 31px;
	margin-right: -4px;
}

.footerLinks li:last-child {
}

.footerLinks li a {

	color: #fff;

	font-weight: 300;

	display: block;

	padding: 0 1px;
}

footer h4 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--main-color-inverse);
	padding-bottom: 9px;
	display: block;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
}

.subscriptionInput {
	box-shadow: none;
	border: none;
	background-color: #4a7073;
	color: #fff;
}

.copyrightWrapper {
	padding: 15px 0;
	background-color: #e6e6e6;
	line-height: 65px;
	font-size: 15px;
}

.copyrightWrapper a {
	color: #f6921e;
}

footer .paymentLogo {
	text-align: right;
}

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

.social {
	overflow: hidden
}

.social a {
	color: var(--main-color);
	width: 50px;
	height: 56px;
	line-height: 56px;
	border-radius: 0;
	background: #fff !important;
	font-size: 23px !important;
}
footer .social ul li a {
	background: #fff !important;
}
.social a:hover {
	color: #fff;
	background: var(--main-color-inverse) !important;
}

.social .wa a:before {
	content: "\f232";
	font-family: FontAwesome;
}

.social .wa a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #3C5B9B;
}

.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.social .fb a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #3C5B9B;
}

.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}

.social .tw a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #359BED;
}

.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}

.social .googleplus a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #E33729;
}

.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}

.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #FD9F13;
}

.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}

.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #cb2027;
}

.social .instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
}

.social .instagram a {
	content: "\f16d";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #027ba5;
}

.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}

.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #027ba5;
}

.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}

.social .youtube a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #F03434;
}

.social h4 {
	margin: 25px 0 0px 0px;
}

.social ul {
	margin: 0;
	list-style: none;
	padding: 0;
	/* background: #fff; */
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	font-size: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
footer .social ul li:first-child{
	margin-left:0;
	padding-left:0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.social ul li {
	margin-right: 0;
}

.social ul li {
	border-bottom: none;
	margin-right: 0;
	padding-right: 0;
	padding-left: 0;
}

.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
	margin-top: 10px;
}

.footer .links-social .contact-info .about-us {
	margin-bottom: 20px;
}

.footer .links-social .contact-info .social-icons a {
	color: #888888;
	font-size: 16px;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	width: 2em;
	height: 2em;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}

.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
}

.footer .links-social .contact-info .social-icons a .icon {
	line-height: 2em;
}

.toggle-footer i {
	background: transparent;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: var(--main-color);
}

.toggle-footer .fa-stack {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: #fff;
	color: var(--main-color);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 17px;
}

.rev_slider_wrapper.sliderContents {
	max-height: 410px !important;
}

.breadcrumbWrapper {
	background: #f2f2f2;
}

.breadcrumbWrapper .breadcrumb {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 40px;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	font-weight: 400;
}

.effect-ming {
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.effect-ming .hoverEffectTextCentered {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-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;
	color: #fff;
	text-align: center;
	font-size: 15px;

}

.effect-ming .hoverEffectTextCentered .content {
	position: absolute;
	top: 50%;
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 99;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	display: block;
	width: 100%;
}

.effect-ming .hoverEffectTextCentered:hover {
	opacity: 1;
}

.effect-ming .hoverEffectTextCentered .content span {
	display: block;
	font-weight: 300;
	margin-bottom: 10px;
}

/** BLOG **/
.blogItem .photo {
	padding-bottom: 26px;
	position: relative;
}

.blogItem .title {
	display: block;
	font-size: 18px;
	text-transform: capitalize;
	line-height: 24px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #222;
	font-weight: 400;
}

.blogItem {
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.view .content,
.view .mask {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	position: relative;
}

.view {
	box-shadow: 0 0 0 #000;
	top: 0;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.view-fifth .mask {
	padding: 0 25px 20px;
	background-color: rgba(255, 255, 255, 1);
	border-bottom: 4px solid #e1e1e1;
}

.view-fifth .mask .main {
	color: #fff;
	margin-top: 0;
	height: auto;
}

.view:last-child {
	margin: 0;
}

.view {
	margin: 0 15px 0 0;
	float: left;
	text-align: center;
	background: #fff;
	padding: 0;
	width: 100%;
}

.view, .view h2, .view img, .view p, .view-fifth img, figure {
	position: relative;
}

.view {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.home4 .view3,
.view {
	cursor: default;
	overflow: hidden;
}

.view figure {
	overflow: hidden;
}

figure .img-effect-flash::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .5);
	content: '';
	z-index: 9999;
	-webkit-transition: -webkit-transform .6s;
	transition: transform .6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.view:hover .img-effect-flash::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.no-border-img .view img {
	padding: 0 0 20px;
}

.view-fifth img {
	display: block;
	opacity: .95;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
}

.view img {
	display: block;
	max-width: 100%;
	border: 0 solid rgba(0, 0, 0, .2);
	padding: 15px;
}

.view, .view h2, .view img, .view p, .view-fifth img, figure {
	position: relative;
}

.blogContent .view,
.blogContent .view img {
	min-height: 200px;
}

.blogImage {
	background-color: #fff;
}

.blogPostDate, .blogPostStats ul li {
	font-size: 13px;
	color: #909090;
}

/** Contact Page ***/
.contact-span {
	font-size: 20px;
	vertical-align: middle;
	color: #6f6f6f;
	font-weight: 300;
	line-height: 22px;
}

.contact-span p {
	line-height: 28px;
}

.contact-span label {
	color: #2d297d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.contact-span h5 {
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	color: #919191;
	text-transform: uppercase;
	display: block;
}

.phone-no {
	/* border-bottom: 1px solid #f3f3f3; */
	text-align: center;
}

.contact-i {
	border-radius: 0;
	margin-right: 0;
	font-size: 36px;
	line-height: 36px;
	display: block;
}

.contact-i {
	color: #107fc0;
}

#contact-form .form-control {
	padding: 5px 10px;
	line-height: 1.35;
	border: 1px solid #eee;
	margin-bottom: 15px;
	height: 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#contact-form textarea.form-control {
	height: auto !important;
}

.contact-page h1,
.contact-page h2 {
	border-bottom: 1px solid #eee;
	display: block;
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 700;
	color: #333;
}

.contact-page h1:before,
.contact-page h2:before {
	display: none;
}

img:not([src]) {
	visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}

/*** Login ***/

.login {
	padding-top: 25px;
}

.login .tabbable-line {
}

.login .nav-tabs {
	text-align: center;
}

.login .nav-tabs li {
	float: none;
	display: inline-block;
}

.login .portlet,
.login .p-width {
	max-width: 550px;
	margin: 0 auto;
}

.c-reset-password {
	padding: 100px 0;
}

.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line > .nav-tabs > li {
	margin: 0;
	border-bottom: 4px solid transparent;
}

.tabbable-line > .nav-tabs > li > a {
	background: none !important;
	border: 0;
	margin: 0;
	color: #737373;
	font-size: 16px;
	padding: 7px 15px;
}

.tabbable-line > .nav-tabs > li.active {
	background: none;
	border-bottom: 4px solid #2a2a2c;
	position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: var(--main-color-inverse);
}

.tabbable-line > .tab-content {
	margin-top: 0;
	border: 0;
	border-top: 1px solid #eef1f5;
	padding: 30px 0;
}

.tab-content > .active {
	display: block;
}

.portlet {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.portlet {
}

.portlet.bordered {
	border-left: 2px solid #e6e9ec !important;
}

.portlet.light {
	padding: 12px 20px 15px 20px;
	background-color: #fafafa;
}

.portlet.light.bordered {
	border: 0 !important;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 7px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.portlet > .portlet-title {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 10px;
	min-height: 41px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.portlet.bordered > .portlet-title {
	border-bottom: 0;
}

.portlet.light > .portlet-title {
	padding: 0;
	min-height: 48px;
}

.portlet.light.bordered > .portlet-title {
	border-bottom: 1px solid #f5f5f5;
}

.portlet > .portlet-title > .caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
}

.portlet.light > .portlet-title > .caption {
	color: var(--main-color);
	padding: 10px 0;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
	font-size: 16px;
}

.portlet > .portlet-body {
	clear: both;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.portlet.light .portlet-body {
	padding-top: 8px;
}

.form-control {
	background-color: #fff;
	width: 100%;
	height: 45px;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border: 1px solid #eceff1;
	border-radius: 0;
	box-shadow: none;
}

.input-icon {
	position: relative;
	left: 0;
}

.input-icon > i {
	color: #ccc;
	display: block;
	position: absolute;
	margin: 11px 2px 4px 10px;
	z-index: 3;
	width: 16px;
	font-size: 16px;
	text-align: center;
	left: 0;
}

.input-icon > i.form-control-feedback {
	left: auto;
	font-size: 12px;
	margin-top: 0 !important;
}

[class^="fa-"]:not(.fa-stack), [class^="glyphicon-"], [class^="icon-"], [class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"] {
	display: inline-block;
	line-height: 14px;
	-webkit-font-smoothing: antialiased;
}

.input-icon.input-icon-lg > i {
	margin-top: 16px;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 0;
}

.input-icon > .form-control {
	padding-left: 33px;
}

#login-form .form-inline .form-group.first {
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 10px;
}

.has-feedback label ~ .form-control-feedback {
	top: 37px;
	right: 9px;
	font-size: 10px;
}

/* Alert */
.alert {
	letter-spacing: .05em;
	border-color: transparent !important;
	border-radius: 0 !important;
}

.alert .icon {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
}

.alert__inner {
	padding-left: 70px;
}

.alert .close {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -9px;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .3;
	color: #222;
}

.alert .close:hover {
	opacity: 1;
}

.alert-default {
	color: #666;
	background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
	color: #444;
}

.alert-1 {
	background-color: #fef2df;
	border-color: #fddfc6;
	color: #8a6d3b;
}

.alert-2 {
	color: #fff;
	background-color: #9160ff;
}

.alert-3 {
	background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
	color: #ffbc3a;
}

.alert-danger {
	background-color: #ffe7e4 !important;
	background-image: none !important;
}

.alert-danger .alert-icon .icon {
	color: #ff523a;
}

.alert-success {
	background-color: #d5ffe3 !important;
	background-image: none !important;;
}

.alert-success .alert-icon .icon {
	color: #00d547;
}

.alert-block {
	margin-bottom: 21px;
	padding: 22px 50px 30px;
	text-shadow: none;
	position: relative;
}

.alert-title {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
}

.alert-text {
	letter-spacing: .025em;
	color: #333;
	font-size: 15px;
}

.alert-icon {
	float: left;
	margin-top: 20px;
}

.alert-icon .icon {
	font-size: 30px;
}

.portlet.light > .portlet-title > .caption > h1.caption-subject {
	font-size: 20px;
	color: #2a2a2a;
	margin-top: 0;
	font-weight: 600;
}

.portlet.light > .portlet-title > .caption > h2.caption-subject {
	font-size: 20px;
	color: #2a2a2a;
	margin-top: 0;
	font-weight: 600;
}

/***** Animated Placeholders *****/

.input-label {
	width: 100%;
	position: relative;
}

.input-label .input-ap {
	background-color: #f2f2f3;
	width: 100%;
	height: 55px;
	border: 0;
	padding: 7px 15px 0;
	font-size: 15px;
	font-weight: 600;
	color: #000000;
	-khtml-border-radius: 3px;
	border-radius: 0;
	position: relative;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	box-shadow: none;
}

.input-label span, .textarea-label span {
	-webkit-transition: all 150ms ease-in-out;
}

.input-label span {
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	font-size: 14px;
	font-weight: 400;
	right: 0;
	left: 15px;
	top: 20px;
	transition: all 150ms ease-in-out;
	color: #999;
}

.input-label .animated-input + span {
	top: 5px;
	left: 15px;
	font-size: 11px;
	color: #f6921e;
	font-weight: 600;
}

.input-label .animated-input + i + span {
	top: 5px;
	left: 15px;
	font-size: 12px;
	color: #2a2a2c;
	font-weight: 600;
}

.has-feedback .input-label .form-control-feedback {
	top: 21px;
	right: 1px;
	font-size: 15px;
}

.has-error .help-block {
	font-size: 15px;
	font-weight: 600;
	color: #d20202;
}

/**** My Adresses ***/
.addressBlock {
	overflow: hidden;
}

.addressBlock .addressBlockContent {
	float: left;
	width: 100%;
	background: #f9f9f9;
	min-height: 275px;
	padding: 20px;
	position: relative;
	border: 1px solid #eaeaea;
}

.addressBlock.addAddressButton .addressBlockContent {
	min-height: 75px !important;
}

.addressBlock .addressBlockContent span.label {
	font-weight: 400;
	font-size: 13px;
}

.addressBlock .addressBlockContent .addAddress {
	display: block;
	color: #000000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.addressBlock .addressBlockContent a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.addressBlock .addressBlockContent .addAddress i {
	display: block;
	font-size: 40px;
	line-height: 40px;
}

.addressBlock .addressBlockContent h5 {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d8d8d8;
	color: #393737;
	font-size: 20px;
}

.addressBlock .addressBlockContent .addressButtons {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.addressButtons .btn {
	border-radius: 0;
}

.addressButtons .btn i {
	margin-right: 3px !important;
}

#addMemberAddress {
}

#addMemberAddress .modal-content {
	border-radius: 0;
}

.formHorizontal .control-label {
	text-align: right;
	margin-bottom: 0;
	padding-top: 17px;
	font-size: 13px;
	font-weight: 600;
}

.formHorizontal .form-group {
	margin: 0;
	border-bottom: 1px solid #efefef;
}

.formHorizontal .form-group > div {
	padding: 6px 15px;
	border-left: 1px solid #efefef;
}

.formHorizontal .form-group:after,
.formHorizontal .form-group:before {
	content: " ";
	display: table;
}

.formHorizontal .form-group:after {
	clear: both;
}

.formHorizontal .has-error .form-control-feedback {
	font-size: 10px;
	top: 20px;
	right: 15px;
}

.formHorizontal .has-success .form-control-feedback {
	font-size: 10px;
	top: 17px;
	right: 17px;
}

#categoriesWithIcons {
	padding: 0;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 7px;
	overflow: hidden;
}

#categoriesWithIcons li {
	margin: 0;
}

#categoriesWithIcons li a {
	background-color: #ffffff;
	color: #2a2a2a;
	display: block;
	padding: 0 17px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 14px;
	line-height: 45px;
	border: 0;
}

#categoriesWithIcons li a i {
	font-size: 14px;
	text-align: center;
	width: 40px;
	border-right: 1px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	line-height: 45px;
}

#categoriesWithIcons li a:hover,
#categoriesWithIcons li a:active,
#categoriesWithIcons li a:focus,
#categoriesWithIcons li.active a {
	background-color: #2a2a2a;
	color: #fff;
}

/**** Checkout Steps ***/
.checkoutMenu {
	margin-bottom: 30px;
}

.checkoutMenu ul {
	background-color: #fafafa;
	margin-bottom: 0;
	height: 70px;
	padding-top: 5px;
}

.checkoutMenu ul li {
	display: inline-block;
	width: 33%;
	margin-right: -3px;
	padding-left: 15px;
	color: #dedede;
	text-align: center;
}

.checkoutMenu ul li .btn {
	position: relative;
	height: 60px;
	vertical-align: middle;
	padding: 0;
	border-radius: 0;
	border: 0;
	text-align: center;
	box-shadow: none;
	display: block;
	color: var(--main-color-inverse);
}

.checkoutMenu ul li a {

}

.checkoutMenu ul li div {
	display: inline-block;
	padding-top: 13px;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	text-align: left;
}

.checkoutMenu ul li i {
	background: none;
	height: auto !important;
	width: auto !important;
	padding: 0;
	display: block;
	font-size: 35px;
	line-height: 60px !important;
	margin-right: 20px;
}

.checkoutMenu div span {
	display: block;
	font-size: 13px;
	font-weight: 400;
}

/**** Cart *****/
#cartTable table {
	border-top: 0;
	border-collapse: separate;
	border-spacing: 0 1em;
	border: 0;
}
#cartTable .table > thead{
	display:none;
}
#cartTable .table > thead > tr > th {
	background: none repeat scroll 0 0 #e8e8e8;
	border-bottom-width: 1px;
	border-color: #ebebeb;
	vertical-align: middle;
	color: #868686;
	font-size: 13px;
	font-family: HelveticaNeue, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	height: 46px;
	line-height: 46px;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#cartTable .cartItem {
	margin: 0;
	overflow: hidden;
	padding: 0;
	box-shadow: rgb(0 0 0 / 4%) 0px 1px 7px;
	position: relative;
	border: 0 !important;
	margin-bottom: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#cartTable tbody td.cartProductPhoto {
	padding: 10px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

#cartTable tbody td.cartProductDesc {
	vertical-align: top;
	text-align: left;
	padding: 20px;
}

#cartTable .productName {
	color: #212224;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 0;
	/*height: 35px;*/
	margin-bottom: 15px;
}

#cartTable tbody td.cartProductDesc small {
	display: block;
	padding: 0;
	color: #36383b;
	font-size: 13px;
}

#cartTable .table tbody > tr > td.cartQuantity {
	text-align: center;
	width: 140px;
	vertical-align: middle;
	padding-top: 20px;
	position: relative;
}

#cartTable .table tbody > tr > td {
	vertical-align: top;
	padding-top: 20px;
	position: relative;
	border-color: #f5f5f5;
	border: 0;
}

#cartTable .table tbody > tr > td.cartQuantity .cartQuantityButton {
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	clear: both;
}

#cartTable .table tbody > tr > td.cartQuantity .cartQuantityButton a {
	float: left;
	display: block;
	margin: 0;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	padding: 0;
	width: 30px;
	font-size: 20px;
	border: 1px solid #d7d9db;
	color: #8c929b;
	text-align: center;
	border-radius: 0;
}

#cartTable .table tbody > tr > td.cartQuantity .cartQuantityButton a:hover {
	color: #fff;
	background-color: var(--main-color-inverse);
	border-color: var(--main-color-inverse);
}

#cartTable .table tbody > tr > td.cartQuantity .cartQuantityInput {
	padding: 0;
	text-align: center;
	float: left;
	display: block;
	margin: 0;
	width: 3em;
	min-width: 30px;
	text-indent: 0;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #212224;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

#cartTable .table tbody > tr > td.cartSubTotal p {
	margin-bottom: 0;
}

#cartTable .table tbody > tr > td.cartSubTotal,
#cartTable .table tbody > tr > td.cartRemove {
	vertical-align: middle;
	text-align: center;
}

#cartTable .table tbody > tr a.remove-btn {
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
}

#cartTable .table tbody > tr a.remove-btn span {
	display: none;
}

#cartTable .table tbody > tr a.remove-btn i {
	color: #fff;
	text-align: center;
	margin-right: 0;
}

.cartSummary li {
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 300;
}

.cartSummary li:first-child {
}

.cartSummary li span {
	display: block;
	float: right;
	color: var(--main-color);
	font-weight: 600;
}

.addtocart {
	cursor: pointer;
}

/*** Pagination ****/
.pagination {
	border-radius: 0px;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	padding-top: 10px;
	width: 100%;
	text-align: center;
}

.pagination > li > a,
.pagination > li {
	margin-right: 2px;
	display: inline-block;
	font-size: 18px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 2px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #909090;
	text-decoration: none;
	background-color: #fff;
	border: transparent;
	font-size: 20px;
	font-weight: 400;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 3;
	color: var(--main-color-inverse);
	background-color: transparent;
	border-color: transparent;
}

.module .nav_inner .menu-title {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	font-size: 13px;
	padding: 13px 17px 13px 17px;
	font-weight: 600;
	letter-spacing: 0.5px;
	background: #2a2a2a;
}

.nav_inner {
}

.accordion {
	list-style-type: none;
	padding: 0;
	background-color: #fff;
	border-radius: 0px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.accordion ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.accordion li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	width: 100%;
}

.accordion li.active > span.down-up:before {
	content: "\f068";
	font-family: FontAwesome;
	font-size: 12px;
}

.accordion span.down-up {
	color: #333;
	padding: 4px 12px;
	position: absolute;
	right: 0;
	top: 4px;
}

.accordion span.down-up:before {
	content: "\f067";
	font-family: FontAwesome;
	font-size: 12px;
}

.accordion a {
	cursor: pointer;
	display: block;
	font-size: 14px;
	text-align: left;
	padding: 8px 0;
	color: #666;
	background-color: transparent;
	margin-bottom: 1px;
	font-weight: 700;
	line-height: 20px;
	border-top: 1px dashed #efefef;
}

ul.accordion li.active > a {
	background-color: transparent;
	color: #ed1c24;
}

.accordion ul a {
	padding: 7px 0 7px 15px;
}

.accordion ul ul li a {
	padding: 5px 15px 7px 30px;
}

.accordion ul > li > a::before {
	background: #333;
	content: "";
	display: inline-block;
	height: 5px;
	margin-right: 8px;
	transform: rotate(45deg);
	width: 5px;
}

.accordion li.active > div > a,
.accordion ul > li.active > div > a,
.accordion ul > li > ul > li.active > div > a {
	font-weight: 500;
	color: var(--main-color-inverse);
}

.accordion ul > li.active a,
.accordion a:hover {
	background-color: transparent;
	color: #000;

}

.accordion ul li ul li:before {
	left: 15px;
	top: 12px;
}

.accordion ul > li > ul > li > a {
	padding: 7px 0 7px 25px;
}

.accordion .product-count {
	display: none;
}

.filters-container {

}

.filters-container h2{
	display:none;
}
.filters-container .nav-tabs.nav-tab-box {
	border: medium none;
	margin-top: 12px;
}

.filters-container .nav-tabs.nav-tab-box li {
	margin-right: 5px;
	padding: 0;
	float: left;
}

.filters-container .nav-tabs.nav-tab-box li a {
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #666666;
	line-height: 18px;
	border: none !important;
	padding: 0;
	font-size: 15px;
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
	margin-right: 5px;
	color: #aaa;
}

.filters-container .nav-tabs.nav-tab-box li.active a .icon {
	color: #007f32;
}

#products.list-group {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.item.list-group-item {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}

.item.list-group-item .single-shop .shop-img {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	margin-right: 15px;
	padding-left: 0;
}

.item.list-group-item .single-shop .shop-text-all {
	width: calc(66.66666667% - 15px);
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 0;
	border: 0;
	padding-top: 0px;
}

.item.list-group-item .single-shop .shop-text-all {
	background-color: transparent;
}

.item.list-group-item .single-shop .shop-text-all .actionTools,
.item.list-group-item .single-shop .shop-text-all .col-md-8 {
	width: 100%;
	padding: 15px;
}

.item.list-group-item .single-shop .shop-text-all .actionTools {
	padding: 15px;
}

.item .products {
	background-color: #fff;
	border: 2px solid #dadada;
}

.item .products .productDesc,
.item .products .productPrice,
.shop-text-all .productPrice {
	color: var(--main-color);
	font-size: 26px;
	font-weight: 700;
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.product-slider .item .products .image {
	position: relative
}

.product-slider .item .products {
	background-color: #ffffff;
}

.shop-text-all .product-title {
	width: 100%;
	margin-top: 0;
}

.product-slider .item .products .product-info .name,
.shop-text-all .name {
	line-height: 20px;
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
	color: #515151;
	text-transform: capitalize;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 42px;
	min-height: 42px;
	width: 100%;
}

.shop-text-all .shortTitle {
	font-size: 16px;
	display: block;
	margin-top: 5px;
	height: 17px;
	overflow: hidden;
	display: none;
}

.product-slider .item .products .product-info .shortDesc,
.shop-text-all .shortDesc {
	overflow: hidden;
	font-size: 14px;
	position: relative;
	text-align: left;
}

.item.list-group-item .single-shop .shop-text-all .productDesc {
	line-height: 20px;
	display: block;
	font-size: 14px;
}

.item.list-group-item .single-shop .shop-text-all .btn.btn-transparent {
	float: left !important;
	margin-left: 5px;
}

.item.list-group-item {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px !important;
	padding-bottom: 20px;
	margin-top: 0 !important;
	padding-top: 0;
}

.grid-group-item .shop-short-desc,
.grid-group-item .productShortDescription {
	display: none;
}

.filters-container select.form-control {
	height: 38px;
}

.productShortDescription {
	font-size: 15px;
}

.stockStatus .hasstock {
	color: #1f8500;
	font-weight: 300;
}

.stockStatus .nostock {
	color: #de0000;
}

.product-tabs {
	margin-top: 30px;
	box-shadow: none;
	padding: 0px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-tabs .nav-tabs {
	border-bottom: 0;
}

.product-tabs .tab-content {
	background-color: #fff;
}

.product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
	border: none;
	color: #2a2a2a;
	display: block;
	padding: 7px 21px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	position: relative;
	font-weight: 600;
	background: #eaeaea;
	border: 1px #fff solid;
	border-radius: 0;
}

.product-tabs .nav.nav-tabs.nav-tab-cell > li {
	display: block;
}

.product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #fff;
	background-color: #2a2a2a;
}

.product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
	background: #2a2a2a;
	color: #fff;
}

.product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2a2a2a;
}

.product-tabs .tab-content .tab-pane {
	padding: 30px;
	font-size: 14px;
}

.item.list-group-item .products .product-image-wrapper {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 0px;
}

/**** Product Details ***/
.productDetails {
	background-color: #fff;
	padding: 30px;
}

.productDetails .productTitle h1 {
	font-size: 25px;
	color: #515151;
	margin-top: 0;
	line-height: 45px;
	font-weight: 600;
}

.productDetails .productPrice {
	padding: 15px 0;
}

.productDetails .productPrice .oldPrice,
.productRight .productPrice .oldPrice,
.shortDesc .oldPrice,
.oldPrice {
	color: #989898;
	text-decoration: line-through;
	font-size: 15px;
	font-weight: 400;
	margin-left: 4px;
	display: inline-block;
	line-height: 1;
}

.productDetails .productPrice .newPrice {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin-right: 15px;
	color: #222;
}

.productDetails .productShortDescription {
	margin: 0;
}

.productDetails .addToCart {
	margin: 0;
}

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

.productDetails .addToCart:after {
	clear: both;
}

.productDetails .addToCart .quantity {
	margin: 0 10px 5px 0;
	float: left;
}

.productDetails .addToCart .quantity input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #ebebeb;
	width: 60px;
	font-size: 16px;
	padding: 0;
	text-align: center;
}

.productDetails #productAddToCart {
}

.productDetails #productAddToCart:hover {
}

.addToCart .cartQuantityButton a {
}

.addToCart .cartQuantityInput {
	padding: 0;
	text-align: center;
	float: left;
	display: block;
	margin: 0;
	width: auto;
	min-width: 45px;
	text-indent: 0;
	height: 35px;
	line-height: 30px;
	font-size: 15px;
	color: #212224;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

.productDetails .productDetailOptionsList {
	margin-top: 20px;
}

.productDetails .productDetailOptionsList li {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin-bottom: 15px;
}

.addToCart .quantity-box {
	width: 116px;
	float: left;
	margin: 0 20px 30px 0;
}

.addToCart .quantity-box .cartQuantityInput {
	width: 90px;
	height: 54px;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #292929;
}

.addToCart .quantity-box .btn-minus,
.addToCart .quantity-box .btn-plus {
	display: block;
	height: 27px;
	border: none;
	box-shadow: none;
	text-align: center;
	width: 26px;
	font-size: 17px;
	border-radius: 0px;
	border: none;
	background: none;
	padding: 0;
	color: #2b2b2b;
	float: left;
	line-height: 25px;
}

.addToCart .quantity-box .btn-plus, .addToCart .quantity-box .btn-minus {
	border: 1px solid #ebebeb;
	border-left: none;
}

.addToCart .quantity-box .btn-plus {
	border-bottom: none;
}

#productAddToCart.single_add_to_cart_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

#productAddToCart.single_add_to_cart_button {
	margin: 0 20px 30px 0;
	float: left;
	background: var(--main-color-inverse);
	height: 54px;
	border-radius: 0px;
	padding: 0 30px;
	border: 2px solid #2a2a2a;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
}

/*** Product Photos ***/

.owl-centered .owl-wrapper {
	display: table !important;
}

.owl-centered .item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.owl-centered .item > div {
	text-align: center;
}

#productDetailPhotos .owl-stage-outer {
	border: 2px solid #dadada;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#productDetailPhotos.owl-carousel .owl-wrapper {
	display: table !important;
}

#productDetailPhotos.owl-carousel .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

#productDetailPhotos .owl-prev {
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #ddd;
}

#productDetailPhotos .owl-next {
	right: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #ddd;
}

#productDetailPhotos .owl-buttons {
	/* display: none; */
}

#productDetailPhotos:hover .owl-buttons {
	display: block;
}

#productDetailPhotosThumbs {
	text-align: center;
	margin: 25px auto 0;
}

#productDetailPhotosThumbs .owl-wrapper {
}

#productDetailPhotosThumbs.owl-carousel .owl-item {
	/* display: inline-block; */
	/* float: none; */
}

#productDetailPhotosThumbs .owl-item img {
	zoom: 1;
	background-color: #FFF !important;
	border: 1px solid #b9b9b9;
	cursor: pointer;
	display: inline-block;
	/* width: 50px; */
	/* height: 50px; */
}

#productDetailPhotosThumbs .owl-item.synced img {
	border-color: #ddd;
	background-color: #ddd;
}

.tabProductDescription {
	border: 1px solid #f3f3f3;
	padding: 15px 30px;
	margin-top: 20px;
}

.tabProductDescription ul.nav {
	margin-bottom: 15px;
}

.tabProductDescription ul.nav li {
	display: inline-block;
	border-bottom: 2px solid #ddd;
}

.tabProductDescription ul.nav li a {
	font-size: 18px;
	color: #252525;
	font-weight: 600;
	padding: 5px 25px;
}

.tabProductDescription ul.nav li.active a,
.tabProductDescription ul.nav li:hover a {
	color: #f6921e;
}

.tabProductDescription ul.nav li.active,
.tabProductDescription ul.nav li:hover {
	border-bottom: 2px solid #f6921e;
}

/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {
	right: 0px
}

.custom-carousel .owl-controls {
	position: absolute;
	top: 0;
	width: 100%;
	display: block;
	margin-top: 0;
}

.custom-carousel .owl-controls .owl-prev {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 20px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #dddddd;
	top: -45px;
	left: unset;
}

.custom-carousel .owl-controls .owl-prev:before {
	color: var(--main-color);
	content: "\f104";
	font-family: fontawesome;
	font-size: 23px;
	left: -3px;
	position: absolute;
	line-height: 42px;
	width: 100%;
	text-align: center;
	top: 0;
}

.custom-carousel .owl-controls .owl-next {
	position: absolute;
	width: 25px;
	height: 25px;
	right: -15px;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #dddddd;
	top: -45px;
}

.custom-carousel .owl-controls .owl-next:before {
	content: "\f105";
	font-family: fontawesome;
	color: var(--main-color);
	font-size: 23px;
	right: -4px;
	position: absolute;
	top: 0;
	line-height: 42px;
	width: 100%;
	text-align: center;
}

.hot-deals .custom-carousel .owl-controls .owl-next {
	top: -20px;
}

.hot-deals .custom-carousel .owl-controls .owl-prev {
	top: -20px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
	background-color: #6faa94;
}

.owl-theme .owl-controls .owl-buttons div {
	color: var(--main-color);
	display: inline-block;
	zoom: 1;
	font-size: 15px;
	background-color: var(--white);
	line-height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-align: center;
	padding: 0;
	width: 25px;
	height: 44px;
	position: absolute;
	font-size: 28px;
	z-index: 1;
	border: 1px solid var(--main-color-inverse);
}

.product-slider {
	padding: 15px;
	margin-bottom: 30px;
}

.product-slider .owl-carousel .item {
	padding: 15px;
}

.product-slider .products {

}

/**** Accordions ****/
.panel-group.accordion-minimal {
	overflow: hidden;
	border: none;
}

.panel-group.accordion-minimal .panel {
	border-radius: 0;
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.panel-group.accordion-minimal > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-group.accordion-minimal .panel-heading {
	border-bottom: 1px solid #DDD;
	padding: 0;
	background: none;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle {
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	padding: 16px;
	padding-left: 0;
	display: block;
	position: relative;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed {
	color: #222;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed {
	padding-left: 0;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	background: #000;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle:after {
	background: #222;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:after {
	width: 0;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after {
	background: #222;
	width: 100%;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:before {
	content: "\f105";
	float: right;
	font: normal normal normal 24px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
}

.panel-group.accordion-minimal .panel-heading .accordion-toggle:before {
	content: "\f107";
	float: right;
	font: normal normal normal 24px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
}

.productQuickViewModal .modal-dialog {
	margin: 5% auto;
	max-width: 96%;
	min-height: 300px;
	padding: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 870px;
}

.productQuickViewModal .modal-header {
	border: 0 none;
	padding: 0;
	min-height: auto;
}

.productQuickViewModal .modal-header {
	display: none;
}

/*** COMMENTS ***/
#commentForm .modal-body h4 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}

#commentForm .form-control {
	border-color: #c2c2c2;
	font-size: 13px;
}

#commentForm label {
	font-size: 13px;
	font-weight: 600;
}

#commentForm input.form-control {
	height: 38px;
}

.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	display: inline-block;
	margin-bottom: 0;
}

.rating-stars ul > li.star {
	display: inline-block;

}

.rating-stars ul > li.star > i.fa {
	font-size: 20px;
	color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
	color: #FFCC36;
}

.rating-stars ul > li.star.selected > i.fa {
	color: #FF912C;
}

.rating-stars span {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 30px;
}

.rating-stars {
	margin-bottom: 10px;
}

.rating-stars .errorMessage {
	display: none;
	color: #f00;
	font-weight: 600;
	font-size: 11px;
}

.productReviews-list {
	padding: 0;
	list-style: none;
	margin-left: 0;
}

.productReview {
	display: block;
	float: none;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #efefef;
}

.productReviews h5.productReview-title {
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 700;
	margin-left: 15px;
	margin-top: 3px;
}

.productReviews .productReview-rating, .productReviews h5.productReview-title {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.productReviews .fa.fa-star.color {
	color: #fc9217;
	font-size: 14px;
}

.productReview-ratingNumber {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.productReviews .productReview-author {
	margin-bottom: 10px;
	color: #989898;
}

/*** Payments ***/
.paymentTypeSelection .tab-pane {
	border: 1px solid #efefef;
}

.paymentTypeSelection .nav-tabs > li.active > a,
.paymentTypeSelection .nav-tabs > li.active > a:hover,
.paymentTypeSelection .nav-tabs > li.active > a:focus,
.paymentTypeSelection .nav-tabs > li > a:hover {
	color: #fff;
	background-color: #2a2a2a;
	border: 0;
}

.paymentTypeSelection .nav-tabs > li > a {
	color: #252525;
	background-color: #efefef;
	border-bottom: 0;
	padding: 10px 25px;
	margin: 0;
	border-radius: 0;
	border: 0;
}

.paymentTypeSelection .nav-tabs > li {
	margin-bottom: 0;
}

.table.vert-align > tbody > tr > td {
	vertical-align: middle;
}

.creditCardInfo {

}

.creditCardInfo h3,
.bankTransferInfo h3 {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 600;
}

.creditCardInfo .form-row > .form-group > label {
	font-size: 13px;
	font-weight: 600;
}

.creditCardInfo .form-row > .form-group .form-control {
	border-radius: 0;
	background-color: #f2f2f0;
	border: 1px solid #e6e6e6;
}

.creditCardInfo .installmentOptions {
	min-height: 100px;
	background-color: #fcfbfa;
	border: 1px solid #e6e6e6;
	margin-top: 2px;
}

.creditCardInfo .installmentOptions p {
	font-size: 11px;
	margin-top: 35px;
	text-align: center;
	font-weight: lighter;
}

.modal.modal-wide .modal-dialog {
	width: 90%;
}

table.contractProducts {
	border: 1px dashed #000000;
	width: 100%;
}

table.contractProducts > tr {
	height: 30px;
}

table.contractProducts > tr > td:nth-child(0) {
	width: 50%;
}

table.contractProducts > tr > td:nth-child(1) {
	width: 5%;
}

table.contractProducts > tr > td:nth-child(2) {
	width: 45%;
}

.well.orderTotal {

	padding: 20px;
	border-radius: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
	background-image: none;
	background-color: #f1f4f7;
	border: 0;
}

.static-info {
	margin-bottom: 10px;
}

.static-info .name {
	font-size: 14px;
}

.static-info .value {
	font-size: 14px;
	font-weight: 600;
}

.static-info.align-reverse .name,
.static-info.align-reverse .value {
	text-align: right;
}

.well.success {
	color: #fff;
	background-color: #51d4a2;
}

/*** My Orders ***/
.shadow-z-1 {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12),
	0 1px 2px 0 rgba(0, 0, 0, .24);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12),
	0 1px 2px 0 rgba(0, 0, 0, .24);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12),
	0 1px 2px 0 rgba(0, 0, 0, .24);
}

/* -- Material Design Table style -------------- */

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid #efefef;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 1.6rem;
	vertical-align: top;
	border-top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}

.table > thead > tr > th {
	font-weight: 600;
	color: #757575;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.table .table {
	background-color: #fff;
}

.table .no-border {
	border: 0;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 0.8rem;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
	.table-responsive-vertical > .table {
		margin-bottom: 0;
		background-color: transparent;
	}

	.table-responsive-vertical > .table > thead,
	.table-responsive-vertical > .table > tfoot {
		display: none;
	}

	.table-responsive-vertical > .table > tbody {
		display: block;
	}

	.table-responsive-vertical > .table > tbody > tr {
		display: block;
		border: 1px solid #e0e0e0;
		border-radius: 2px;
		margin-bottom: 1.6rem;
	}

	.table-responsive-vertical > .table > tbody > tr > td {
		background-color: #fff;
		display: block;
		vertical-align: middle;
		text-align: right;
	}

	.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
		content: attr(data-title);
		float: left;
		font-size: inherit;
		font-weight: 400;
		color: #757575;
	}

	.table-responsive-vertical.shadow-z-1 {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
		border: none;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
		-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	}

	.table-responsive-vertical > .table-bordered {
		border: 0;
	}

	.table-responsive-vertical > .table-bordered > tbody > tr > td {
		border: 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
		border-bottom: 0;
	}

	.table-responsive-vertical > .table-striped > tbody > tr > td,
	.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
		background-color: #f5f5f5;
	}

	.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
	.table-responsive-vertical > .table-hover > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
		background-color: rgba(0, 0, 0, 0.12);
	}
}

.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
	background-color: #fde0dc;
}

.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
	background-color: #f9bdbb;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
		background-color: #fde0dc;
	}

	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
		background-color: #f9bdbb;
	}
}

.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
	background-color: #fce4ec;
}

.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
	background-color: #f8bbd0;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
		background-color: #fce4ec;
	}

	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
		background-color: #f8bbd0;
	}
}

.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
	background-color: #f3e5f5;
}

.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
	background-color: #e1bee7;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
		background-color: #f3e5f5;
	}

	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
		background-color: #e1bee7;
	}
}

.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
	background-color: #ede7f6;
}

.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
	background-color: #d1c4e9;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
		background-color: #ede7f6;
	}

	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
		background-color: #d1c4e9;
	}
}

.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
	background-color: #e8eaf6;
}

.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
	background-color: #c5cae9;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
		background-color: #e8eaf6;
	}

	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
		background-color: #c5cae9;
	}
}

.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e7e9fd;
}

.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
	background-color: #d0d9ff;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
		background-color: #e7e9fd;
	}

	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
		background-color: #d0d9ff;
	}
}

.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e1f5fe;
}

.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
	background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
		background-color: #e1f5fe;
	}

	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
		background-color: #b3e5fc;
	}
}

.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
	background-color: #e0f7fa;
}

.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
	background-color: #b2ebf2;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
		background-color: #e0f7fa;
	}

	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
		background-color: #b2ebf2;
	}
}

.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
	background-color: #e0f2f1;
}

.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
	background-color: #b2dfdb;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
		background-color: #e0f2f1;
	}

	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
		background-color: #b2dfdb;
	}
}

.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
	background-color: #d0f8ce;
}

.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
	background-color: #a3e9a4;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
		background-color: #d0f8ce;
	}

	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
		background-color: #a3e9a4;
	}
}

.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
	background-color: #f1f8e9;
}

.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
	background-color: #dcedc8;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
		background-color: #f1f8e9;
	}

	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
		background-color: #dcedc8;
	}
}

.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
	background-color: #f9fbe7;
}

.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
	background-color: #f0f4c3;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
		background-color: #f9fbe7;
	}

	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
		background-color: #f0f4c3;
	}
}

.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
	background-color: #fffde7;
}

.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
	background-color: #fff9c4;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
		background-color: #fffde7;
	}

	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
		background-color: #fff9c4;
	}
}

.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
	background-color: #fff8e1;
}

.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
	background-color: #ffecb3;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
		background-color: #fff8e1;
	}

	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
		background-color: #ffecb3;
	}
}

.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fff3e0;
}

.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
	background-color: #ffe0b2;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
		background-color: #fff3e0;
	}

	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
		background-color: #ffe0b2;
	}
}

.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fbe9e7;
}

.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
	background-color: #ffccbc;
}

@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
		background-color: #fff;
	}

	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
		background-color: #fbe9e7;
	}

	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
		background-color: #fff;
	}

	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
		background-color: #ffccbc;
	}
}

#orderDetailsModal .table > tbody > tr > td {
	vertical-align: middle;
	padding: 7px;
}

.bg-green-jungle {
	background: #26C281 !important;
}

.bg-yellow {
	background: #c49f47 !important;
}

#orderDetailsModal label {
	text-transform: uppercase;
	padding: 2px 6px 4px 6px;
	font-size: 10px;
	font-weight: 600;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
}

#orderDetailsModal .priceTotal {
	display: block;
	font-size: 18px;
}

.orderDetailsModal.btn {
	font-size: 12px;
	padding: 2px 5px;
	margin: 0;
}

.orderDetailsModal.btn i {
	margin-right: 0;
}

.myOrders .table-responsive {
	min-height: .01%;
	overflow-x: auto;
	width: 100%;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.notificationTexts {
	font-size: 15px;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

/*** Mobile Menu ***/
.st-container,
.st-pusher,
.st-content {
	height: 100%;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.4);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	z-index: 9;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 0.5em;
	color: rgba(0, 0, 0, 0.4);
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 2em;
}

.st-menu ul li a {
	display: block;
	padding: 15px 1em 15px 1.2em;
	outline: none;
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
	font-weight: 600;
	font-size: 13px;
}

.st-menu ul li:first-child a {
}

.st-menu ul li a:hover {
	background: #2a2a2a;
	color: #fff;
}

.st-effect-2.st-menu-open .st-pusher,
.st-effect-3.st-menu-open .st-pusher {

}

.st-effect-1.st-menu,
.st-effect-2.st-menu,
.st-effect-3.st-menu {
	width: 300px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu,
.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-2.st-menu::after,
.st-effect-3.st-menu::after {
	display: none;
}

.st-menu .mobile-menu-close-button {
	text-align: right;
	padding: 0 15px;
	line-height: 50px;
}

.st-menu .mobile-menu-close-button i {
	margin-left: 5px;
	font-size: 25px;
	position: relative;
	top: 5px;
}

/*** Mobile Menu End***/
.fancybox-caption {
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-filter {
	float: right;
	margin-top: 10px;
	padding: 0;
}

.product-filter li {
	display: inline-block;
}

.product-filter li a {
	padding: 15px 25px 15px 25px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
}

.product-filter a.active {
	background-color: #b2012b;
	color: #fff;
}

.products-container {
	width: 100%;
	overflow: hidden;
}

#products.products-container {
	margin: 0 !important;
}

.products-container .product-item {
	padding: 15px;
}

.products-container .product-item .single-shop {

}

.gradient-grey-bg {
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ececec 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.grey-bg {
	background-color: #f7f7f7;
}

#contact-form {
	background-color: #fff;
	padding: 0;
}

#contact-form .form-control {
	background-color: #fff;
	border-color: #e5e5e5;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 60px;
	padding: 10px 20px;
	font-weight: 300;
}

.bannersWrapper {
	/*background-image: url(../images/banners-bg.jpg);*/
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.variantOptions {
	padding: 0;
}

.variantOptions li {
	display: inline-block;
	background-color: #f5f5f5;
	padding: 5px 15px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}

.variantOptions li.selectedVariant {
	background-color: #6faa94;
	color: #fff;
}

.perfume-tabs {
	float: left;
	width: 100%;
}

.perfumes-selectors {
	float: left;
	text-align: center;
	width: 100%;
	margin-bottom: 55px;
}

.perfumes-selectors > a {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	margin: 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.perfumes-selectors > a > i {
	display: block !important;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 58px !important;
	border: 1px solid #fff;
	font-size: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.perfumes-selectors > a:hover i,
.perfumes-selectors > a.active > i {
	background-color: #b2012b;
	border-color: #b2012b;
	color: #fff;

}

.perfumes-selectors > a.active {
	color: #FFF;
}

.perfume {
	float: left;
	padding: 20px 15px 0;
	width: 100%;
	position: relative;
}

.perfume > img {
	width: 100%;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.slick-center.perfume > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease 0.5s;
	-moz-transition: all 0.3s ease 0.5s;
	-ms-transition: all 0.3s ease 0.5s;
	-o-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}

.slick-center.perfume {
	padding: 20px 15px 0;
	z-index: 100000;
}

.perfume-details {
	float: left;
	margin-left: 50%;
	text-align: center;
	width: 550px;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-center .perfume-details {
	opacity: 1;
	-webkit-transition: all 0.3s ease 0.5s;
	-moz-transition: all 0.3s ease 0.5s;
	-ms-transition: all 0.3s ease 0.5s;
	-o-transition: all 0.3s ease 0.5s;
	transition: all 0.3s ease 0.5s;
}

.perfume-details h4 {
	color: #fff;
	float: left;
	font-size: 25px;
	line-height: 20px;
	margin: 5px 0 20px;
	width: 100%;
}

.perfume-details h4 i {
	font-style: normal
}

.perfume-details p {
	color: #999999;
	float: left;
	margin: 0 0 30px;
	width: 100%;
}

.slick-slide .perfume-details img {
	display: inline-block;
	float: none;
}

.perfume-details > a {
}

.super {
	position: absolute;
	left: -40px;
	top: 140px;
	z-index: 21;
	opacity: 0;
}

.slick-center .super {
	left: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0.8s;
	-moz-transition: all 0.3s ease 0.8s;
	-ms-transition: all 0.3s ease 0.8s;
	-o-transition: all 0.3s ease 0.8s;
	transition: all 0.3s ease 0.8s;
}

.perfume-slide {
	float: left;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.navParfume {
	height: 0;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 180px;
}

.navParfume button {
	background: url("../images/next-icon.png") no-repeat scroll center center;
	border: 0 none;
	color: transparent;
	float: right;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	width: 30px;
}

.navParfume button.slick-prev {
	float: left;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.perfumes-category-carousel {
	float: left;
	width: 100%;
	padding: 0 50px;
}

/* ===============================================================
    OWL CAROUSEL STYLING
================================================================*/

.memberLoginMenu {
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: var(--main-color);
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #cacaca;
}

.mobile-menu {
	display: none;
	background-color: #fff;
	width: 100%;
	height: 45px;
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	border: 1px solid #eceff1;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
}

/* -------------------------------------------------
 * YUKARI BUTONU
 *-------------------------------------------------*/
.popin {
	display: none;
	background-color: rgba(32, 32, 32, .95);
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	color: #c9c9c9;
	font-size: 12px;
	line-height: 17px;
	position: fixed;
	left: 15px;
	bottom: 60px;
	z-index: 99;
	border-radius: 5px;
}

.popin .closeBtn {
	width: 11px;
	height: 11px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
	color: #fff;
}

.popin .title {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff;
}

.popin a {
	color: #fff;
}

.popin .acceptAndClose {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
}

#go_up {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: #000000;
	transition: 1s ease;
	border: none;
}

#go_up.open {
	bottom: 10%;
}


ul.three-column {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.top-slogan {
	background-color: var(--main-color);
	color: #fff;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	overflow: hidden;
	letter-spacing: 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
	background-color: var(--main-color-inverse);
	border-color: var(--main-color-inverse);
}

/* ==============================
   Page loader
   ============================== */
.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-animation: spinner 700ms infinite linear;
	-moz-animation: spinner 700ms infinite linear;
	-ms-animation: spinner 700ms infinite linear;
	-o-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;

	z-index: 100001;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#cargoInfos i.form-control-feedback.glyphicon.glyphicon-remove {
	display: none !important;
}