@charset "utf-8";

/* @fileRef icons.css */
@font-face {
	font-family:'leibish-icons';src:url('../fonts/icons.eot');src:url('../fonts/icons.eot') 
format('embedded-opentype'),url('../fonts/icons.ttf') format('truetype'),url('../fonts/icons.woff')
 format('woff'),url('../fonts/icons.svg') 
 format('svg');font-weight:normal;font-style:normal;font-display:block;
}


.sidebar2 nav ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.sidebar2 nav ul li:first-child {
    border-top: 1px dotted #c7c7c7;
}
.sidebar2 nav ul li {
    border-bottom: 1px dotted #c7c7c7;
}
.sidebar2 nav ul li.active > a {
    color: #be0f34;
    background-image: url('../images/bullet2.png');
}
.sidebar2 nav ul li ul {
    margin: -5px 0 9px 20px;
}
.sidebar2 nav ul li a {
    display: block;
    padding: 12px 20px;
    background: url('https://cdn.leibish.com/assets/images/leibish/bullet4.png') 10px 17px no-repeat;
        background-image: url("https://cdn.leibish.com/assets/images/leibish/bullet4.png");
    font-size: 14px;
    color: #111;
}
.sidebar2 nav ul li:first-child {
    border-top: 1px dotted #c7c7c7;
}
.sidebar2 nav ul li {
    border-bottom: 1px dotted #c7c7c7;
}
.sidebar2 nav ul li a {
    display: block;
    padding: 12px 20px;
    background: url('https://cdn.leibish.com/assets/images/leibish/bullet4.png') 10px 17px no-repeat;
    font-size: 14px;
    color: #111;
}
ul.sub-pages {
    display: none;
}

[class^="lb-icon-"],[class*=" lb-icon-"] {
	font-family: 'leibish-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lb-icon-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -.0667em;
}

.lb-icon-xs {
	font-size: .75em;
}

.lb-icon-sm {
	font-size: .875em;
}

.lb-icon-1x {
	font-size: 1em;
}

.lb-icon-2x {
	font-size: 2em;
}

.lb-icon-3x {
	font-size: 3em;
}

.lb-icon-4x {
	font-size: 4em;
}

.lb-icon-5x {
	font-size: 5em;
}

.lb-icon-6x {
	font-size: 6em;
}

.lb-icon-7x {
	font-size: 7em;
}

.lb-icon-8x {
	font-size: 8em;
}

.lb-icon-9x {
	font-size: 9em;
}

.lb-icon-10x {
	font-size: 10em;
}

.lb-icon-fw {
	text-align: center;
	width: 1.25em;
}

.lb-icon-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.lb-icon-ul > li {
	position: relative;
}

.lb-icon-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.lb-icon-border {
	border: solid 0.08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.lb-icon-pull-left {
	float: left;
}

.lb-icon-pull-right {
	float: right;
}

.lb-icon-pull-left,.lb-icon-pull-left,.lb-icon-pull-left,.lb-icon-pull-left,.lb-icon-pull-left {
	margin-right: .3em;
}

.lb-icon-pull-right,.lb-icon-pull-right,.lb-icon-pull-right,.lb-icon-pull-right,.lb-icon-pull-right {
	margin-left: .3em;
}

.lb-icon-spin {
	-webkit-animation: lb-icon-spin 2s infinite linear;
	animation: lb-icon-spin 2s infinite linear;
}

.lb-icon-pulse {
	-webkit-animation: lb-icon-spin 1s infinite steps(8);
	animation: lb-icon-spin 1s infinite steps(8);
}

@-webkit-keyframes lb-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes lb-icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

.lb-icon-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.lb-icon-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.lb-icon-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
	-webkit-transform: scale(-1,1);
	transform: scale(-1,1);
}

.lb-icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1);
}

.lb-icon-flip-both,.lb-icon-flip-horizontal.lb-icon-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

:root .lb-icon-rotate-90,:root .lb-icon-rotate-270,:root .lb-icon-flip-horizontal,:root .lb-icon-flip-vertical,:root .lb-icon-flip-both {
	-webkit-filter: none;
	filter: none;
}

.lb-icon-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.lb-icon-stack-1x,.lb-icon-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.lb-icon-stack-1x {
	line-height: inherit;
}

.lb-icon-stack-2x {
	font-size: 2em;
}

.lb-icon-inverse {
	color: #fff;
}

.lb-icon-gray {
	color: #787878;
}

.lb-icon-active {
	color: #DD0700;
}

.lb-icon-dot {
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background-color: #D7D7D7;
}

.lb-icon-counter {
	position: absolute;
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	background-color: #E71212;
	bottom: -2px;
	right: -7px;
}

.lb-icon-heart .lb-icon-counter {
	right: -4px;
	bottom: 0;
}

.lb-icon-help {
	background: #5C5C5C;
	border-radius: 50%;
	padding: 0px 5px;
	color: #fff;
	width: 18px;
	height: 18px;
}

.lb-icon-help:before {
	content: "\003F";
}

.lb-icon-round-checkmark {
	border: 1px solid #262626;
	border-radius: 50% !important;
	padding: 0.4rem 0.3rem 0.3rem 0.3rem;
	font-size: 0.6rem;
	color: #262626;
}

.lb-icon-round-checkmark:before {
	content: "\e905";
}

.lb-icon-column:before,.lb-icon-column-l:before,.lb-icon-column-r:before {
	display: block;
	border: 1px solid #787878;
	width: 14px;
	height: 18px;
	margin-bottom: -3px;
	content: "";
}

.lb-icon-column-l:before {
	border-right: 0;
}

.lb-icon-column-r:before {
	margin-left: -5px;
}

.lb-icon-stone {
	height: 25px;
	width: 25px;
	background: transparent url('../images/stone_icons.png?v=19891') -2px -3px no-repeat;
	display: inline-block;
	margin-bottom: -7px;
}

.stone-ruby {
	background-position: -2px -483px !important;
}

.stone-sapphire {
	background-position: -2px -513px !important;
}

.stone-emerald {
	background-position: -2px -453px !important;
}

.stone-tanzanite {
	background-position: -2px -543px !important;
}

.stone-aquamarine {
	background-position: -2px -423px !important;
}

.stone-yellow {
	background-position: -2px -393px !important;
}

.stone-pink {
	background-position: -2px -272px !important;
}

.stone-argyle {
	background-position: -2px -3px !important;
}

.stone-blue {
	background-position: -2px -123px !important;
}

.stone-champagne {
	background-position: -2px -153px !important;
}

.stone-green {
	background-position: -2px -213px !important;
}

.stone-orange {
	background-position: -2px -243px !important;
}

.stone-red {
	background-position: -2px -333px !important;
}

.stone-chameleon {
	background-position: -2px -33px !important;
}

.stone-purple {
	background-position: -2px -303px !important;
}

.stone-violet {
	background-position: -2px -363px !important;
}

.stone-black {
	background-position: -2px -63px !important;
}

.stone-gray {
	background-position: -2px -183px !important;
}

.stone-white {
	background-position: -2px -93px !important;
}

.lb-icon-play-circle:before {
	content: "\e911";
}

.lb-icon-arrow-collapsed:before {
	content: "\e900";
}

.lb-icon-arrow-left:before {
	content: "\e901";
}

.lb-icon-arrow-right:before {
	content: "\e902";
}

.lb-icon-cart:before {
	content: "\e903";
}

.lb-icon-chat:before {
	content: "\e904";
}

.lb-icon-checkmark:before {
	content: "\e905";
}

.lb-icon-cross:before {
	content: "\e908";
}

.lb-icon-envelope:before {
	content: "\e909";
}

.lb-icon-heart:before {
	content: "\e90a";
}

.lb-icon-location:before {
	content: "\e90b";
}

.lb-icon-navbar:before {
	content: "\e90c";
}

.lb-icon-phone:before {
	content: "\e90d";
}

.lb-icon-search:before {
	content: "\e90e";
}

.lb-icon-stats-bars:before {
	content: "\e90f";
}

.lb-icon-user:before {
	content: "\e910";
}

.lb-icon-home:before {
	content: "\e907";
}

.lb-icon-pencil:before {
	content: "\e906";
}

.lb-icon-bubbles:before {
	content: "\e970";
}

.lb-icon-spinner:before {
	content: "\e97c";
}

.lb-icon-cog:before {
	content: "\e994";
}

.lb-icon-bin:before {
	content: "\e9ac";
}

.lb-icon-list:before {
	content: "\e9ba";
}

.lb-icon-menu:before {
	content: "\e9bd";
}

.lb-icon-eye:before {
	content: "\e9ce";
}

.lb-icon-plus:before {
	content: "\ea0a";
}

.lb-icon-minus:before {
	content: "\ea0b";
}

.lb-icon-table:before {
	content: "\ea71";
}

.lb-icon-facebook:before {
	content: "\ea90";
}

.lb-icon-instagram:before {
	content: "\ea92";
}

.lb-icon-twitter:before {
	content: "\ea96";
}

.lb-icon-youtube:before {
	content: "\ea9d";
}

.lb-icon-tumblr:before {
	content: "\eab9";
}

.lb-icon-pinterest:before {
	content: "\ead2";
}

/* @fileRef custom.css */
:root {
	--body-color: #232323;
	--main-color: #8B1B3F;
	--main-2nd-color: #B02251;
	--font-color: #212121;
	--font-2nd-color: #2b2b2b;
	--link-color: #232323;
}

body {
	
    font-family: "Karla", Helvetica, Arial, sans-serif;
	color: var(--body-color);
}

a {
	color: var(--link-color);
}

.z-index-1 {
	z-index: 1000 !important;
}

.z-index-2 {
	z-index: 2000 !important;
}

.z-index-3 {
	z-index: 3000 !important;
}

.z-index-4 {
	z-index: 4000 !important;
}

.z-index-5 {
	z-index: 5000 !important;
}

.z-index-6 {
	z-index: 6000 !important;
}

.z-index-7 {
	z-index: 7000 !important;
}

.z-index-8 {
	z-index: 8000 !important;
}

.z-index-9 {
	z-index: 9000 !important;
}

.z-index-10 {
	z-index: 10000 !important;
}

.catalog-overlay {
	position: absolute;
	left: 0px;
	z-index: 2000;
	width: 100%;
	height: 500%;
}

.opacity-dark-70 {
	background-color: #000000;
	opacity: 0.4;
	display: block;
}

.opacity-none {
	background: none;
	opacity: 0.7;
	display: none;
}

.intercom-namespace .intercom-launcher-frame {
	z-index: 2000 !important;
}

.modal.left .modal-dialog,.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 33%;
	height: 100%;
	-webkit-transform: translate3d(0%,0,0);
	-ms-transform: translate3d(0%,0,0);
	-o-transform: translate3d(0%,0,0);
	transform: translate3d(0%,0,0);
}

.modal.left .modal-content,.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,.modal.right .modal-body {
	padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
	left: -33%;
	-webkit-transition: opacity 0.3s linear,left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear,left 0.3s ease-out;
	-o-transition: opacity 0.3s linear,left 0.3s ease-out;
	transition: opacity 0.3s linear,left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
	left: 0;
}

.modal.right.fade .modal-dialog {
	right: -33%;
	-webkit-transition: opacity 0.3s linear,right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear,right 0.3s ease-out;
	-o-transition: opacity 0.3s linear,right 0.3s ease-out;
	transition: opacity 0.3s linear,right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

@media (max-width:1199px) {
	.modal.left.fade .modal-dialog {
		left: -50%;
	}

	.modal.lerightft.fade .modal-dialog {
		right: -50%;
	}

	.modal.left .modal-dialog,.modal.right .modal-dialog {
		width: 50%;
	}
}

@media (max-width:768px) {
	.modal.left.fade .modal-dialog {
		left: -100%;
	}

	.modal.lerightft.fade .modal-dialog {
		right: -100%;
	}

	.modal.left .modal-dialog,.modal.right .modal-dialog {
		width: 100%;
	}
}

@media (min-width:768px) {
	.container {
		width: 100%;
	}
}

@media (min-width:992px) {
	.container {
		width: 100%;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width:1400px) {
	.container {
		max-width: 1280px;
	}
}

.btn-danger {
	background-color: #851940;
	border-color: #B88396;
}

.btn-danger:hover {
	background-color: #851940;
	border-color: #B88396;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
}

.pointer,.clickable {
	cursor: pointer;
}

.header-top-links {
	background: #7c0000;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 0.6875rem;
	line-height: normal;
}

#top-links {
	width: 60%;
	margin: 0 auto;
}

#top-links .carousel-inner {
	width: 84%;
}

.header-top-links a {
	color: #ffffff;
	text-transform: uppercase;
	white-space: nowrap;
}

.header-top-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.header-top-links span {
	padding: 0 20px;
}

.header-links {
	border-bottom: 1px solid #E4E4E4;
	font-size: 0.875rem;
}

.header-links-flex > div {
	border-right: 1px solid #E4E4E4;
	white-space: nowrap;
	height: 38px;
}

.header-links-flex > div:hover {
	background: #F4F4F4;
}

.header-links-flex > div a {
	color: #333 !important;
	text-decoration: none;
	text-align: center;
}

.header-upper-links-flex > div {
	border-left: 1px solid #E4E4E4;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 38px;
}

.header-upper-links-flex > div:hover {
	background: #F4F4F4;
}

.header-links-flex div.chinese-phone {
	text-align: center;
}

.header-upper-links-flex > div a {
	position: relative;
	color: #000 !important;
}

.header-upper-links-flex > div a > i:before {
	font-size: 1.125rem;
}

.compare-tooltip {
	z-index: 8000;
	position: absolute;
	top: 35px;
	left: 5px;
	width: 180px;
}

.compare-tooltip .tooltip-inner {
	padding: 10px 12px;
	text-align: center;
	background-color: #DCD661;
	color: #232323;
	
    font-family: "Karla", Helvetica, Arial, sans-serif;
	border-radius: 0;
}

.compare-tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
	left: 20px;
}

.compare-tooltip .arrow::before {
	position: absolute;
	margin-left: -3px;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0 5px 5px;
	border-bottom-color: #DCD661;
	top: -5px;
}

@media (max-width:991px) {
	.header-links-flex {
		width: 100%;
	}
}

@media (max-width:650px) {
	#top-links {
		width: 92%;
		margin: 0 auto;
	}

	.header-upper-links-flex > div {
		border: none;
	}

	.header-upper-links-flex > div a > i:before {
		font-size: 1rem;
	}

	.header-links-flex > div:last-child {
		border-right: none;
	}
}

@media (max-width:575px) {
	.header-links-flex > div:last-child {
		border-right: none;
	}

	.header-upper-links-flex > div {
		border: none;
	}

	.header-links-flex div.chinese-phone {
		margin-top: 2px;
		font-size: 0.75rem;
	}
}

.header-links-flex a,.header-upper-links-flex a {
	color: #8B8B8B;
}

.header-links-flex a:hover,.header-upper-links-flex a:hover {
	color: #2F7CFF;
}

.show > .my-account-btn {
	background: #F4F4F4;
}

.my-account-dropdown {
	background: #F4F4F4;
	left: -75px !important;
	width: 222px;
	min-height: 126px;
	border: none;
	border-radius: initial;
	z-index: 100001;
}

.my-account-dropdown .dropdown-header {
	color: var(--body-color);
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}

.my-account-dropdown a {
	color: var(--body-color);
	font-size: 0.875rem;
}

.sm-search-form {
	width: 100%;
	margin: 10px auto;
	padding: 10px 7px;
}

.sm-search-form .input-group {
	width: 90%;
}

.sm-search-form .input-group .upper-search-input {
	border: none;
	border-bottom: 1px solid #ced4da;
	box-shadow: none;
}

.upper-search .input-group {
	background: #F6F6F6;
	border-radius: 25px;
}

.upper-search .upper-search-input {
	background-color: #F6F6F6;
	border-radius: 25px;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	width: 160px;
	color: #848484;
	padding: 0 0 0 0;
text-transform: lowercase;
}

.upper-search-input::-webkit-input-placeholder {
	font-size: 0.75rem;
}

.upper-search .upper-search-btn {
	border: none;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.upper-search .upper-search-btn:focus,.upper-search .upper-search-input:focus {
	outline: none !important;
	border: none;
	appearance: none;
	-webkit-appearance: none;
}

@media screen and (min-width:1200px) {
	.upper-search {
		display: block !important;
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.upper-search {
		float: none !important;
		position: absolute;
		top: 3px;
		padding: 10px 7px;
		border-radius: 5px;
		right: 45px;
	}
}

@media screen and (max-width:991px) {
	.upper-search {
		float: none !important;
		clear: both;
	}

	.logo-icons-wrapper {
		width: 100%;
		white-space: nowrap;
	}

	.navbar-collapse .search-popup {
		display: none !important;
	}

	.mobile-search-modal .modal-dialog {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		opacity: 0.92;
	}

	.mobile-search-modal .modal-content {
		height: auto;
		min-height: 100%;
		border-radius: 0;
	}
}

.header-icons-menu {
}

.sticky-header {
	position: fixed;
	top: 0;
	background: #fff;
	width: 100%;
	z-index: 100000;
}

.navbar .dropdown-menu div[class*="col"] {
	margin-bottom: 1rem;
}

.navbar .dropdown-menu {
	border: none;
}

.nav-link i {
	margin-right: 5px;
}

.navbar .navbar-title {
	font-weight: 700;
	font-size: 0.6875rem;
}

.navbar-nav.empty-menu {
	height: 64px;
}

.navbar-nav .nav-item {
	outline: none;
}

.navbar-nav .nav-item .nav-link {
	font-size: 0.875rem;
	font-weight: bold;
}

.navbar-nav .dd-col .nav-link {
	font-size: 0.875rem;
	font-weight: normal;
	color: #5C5C5C;
}

.navbar-nav .dd-col .nav-link:hover {
	color: #000;
}

.navbar-nav .nav-link .lb-icon-stats-bars:before,.navbar-nav .nav-link .lb-icon-user:before {
	font-size: 1rem;
}

.navbar-nav .dd-col .navbar-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.75rem;
}

@media (max-width:1600px) {
	.dd-col.offset-xl-1 {
		margin-left: 0;
	}
}

@media (min-width:1500px) and (max-width:1600px) {
	.dropdown-3-cols .dd-col.offset-xl-1 {
		margin-left: 0;
	}
}

@media (min-width:1200px) and (max-width:1300px) {
	.navbar-nav .nav-item {
		padding: .3rem .3rem !important;
		margin: 0 .25rem !important;
	}
}

.main-contact-us-new .contact-form-wrap h3 {
	font-size: 24px;
}

.main-contact-us-new .contact-form-wrap p {
	font-size: 13px;
}

.main-contact-us-new .controls {
	font-size: 14px;
}

.main-contact-us-new .controls input[type="checkbox"] {
	margin-right: 15px;
}

.main-contact-us-new .controls .checkbox-text {
	padding: 0 5px;
}

.main-contact-us-new .btn {
	font-size: 15px;
}

.main-contact-us-new .form-group {
	margin-bottom: 0.9rem;
}

.main-contact-us-new .modal-dialog {
	width: auto !important;
	max-width: 678px;
}

.main-contact-us-new .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}

.main-contact-us-new input.error,.main-contact-us-new textarea.error,.main-contact-us-new select.error {
	border: 1px solid #f1bdb8 !important;
	background-color: #fae4e2 !important;
}

.main-contact-us-new #contact_name-error,.main-contact-us-new #contact_email-error,.main-contact-us-new #contact_text-error {
	display: none !important;
}

.main-contact-us-new .btn--wd {
	background-color: var(--main-color);
	color: #ffffff;
}

.main-contact-us-new .modal-content input[type=checkbox] {
	height: 13px !important;
}

.main-contact-us-new .modal-content .checkbox-text {
	opacity: 0.65;
	background: white;
	width: 100%;
}

.main-contact-us-new .modal-content .checkbox-text label {
	margin: 0;
}

@media (max-width:767px) {
	.main-contact-us-new .modal-bg-image {
		display: none;
	}

	.main-contact-us-new .contact-form-wrap {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}

	.main-contact-us-new .modal-content {
		background-image: none !important;
	}
}

@media screen and (min-width:992px) {
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
		font-family: "Karla", Helvetica, Arial, sans-serif;
		color: #232323;
	}

	.navbar .nav-item {
		padding: .3rem .3rem;
		margin: 0 .25rem;
	}

	.navbar .dropdown {
		position: static;
	}

	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		top: 68px;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s,opacity 0.3s linear;
		border-top: 1px solid #e7e7e7;
	}

	#main_navbar .menu-level-1 {
		color: #232323;
		font-weight: bolder;
		text-transform: uppercase;
		__height: 40px;
		__padding-top: 10px;
	}

	#main_navbar .dropdown-toggle::after {
		display: none !important;
	}

	.navbar .dropdown:hover .dropdown-menu,.navbar .dropdown .dropdown-menu:hover {
		display: block;
		visibility: visible;
		opacity: 1;
		transition: visibility 0s,opacity 0.3s linear;
	}

	.dropdown-1-cols {
		position: relative !important;
	}

	.dropdown-1-cols .dropdown-menu {
		width: 250px;
	}
}

@media screen and (min-width:1400px) {
	.navbar .nav-item {
		padding: .6rem .6rem;
		margin: 0 .25rem;
		font-weight: 700;
	}
}

@media screen and (max-width:991px) {
	.navbar-collapse {
		position: absolute;
		background: white;
		border: 1px solid #ddd;
		padding-left: 10px;
		width: 80%;
		top: 46px;
		left: 0;
		height: calc(100vh - 127px);
		overflow: auto;
	}

	.navbar .dropdown-menu {
		box-shadow: none !important;
	}

	.navbar .dropdown-menu.show {
		border-bottom: 1px solid #E1E1E1;
		border-radius: 0;
	}

	.navbar-toggler-icon {
		background-image: none !important;
		margin-top: 10px;
	}

	.navbar-toggler-close {
		vertical-align: sub;
		font-size: 21px;
		font-weight: bold;
		width: 30px;
		height: 30px;
		margin-top: 10px;
	}

	#main_navbar .dropdown-toggle {
		outline: none !important;
	}

	#main_navbar .dropdown-toggle::after {
		display: none;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #333;
	}

	.navbar-light .menu-level-1 {
		color: #232323 !important;
		font-size: 0.80rem;
		font-weight: bold;
		margin: 1rem 7px 0;
		text-transform: uppercase;
	}

	.navbar-light .menu-level-1 i {
		margin-top: 4px;
	}

	.navbar-light .menu-level-1 i:before {
		color: #686868;
		font-size: 0.7rem;
	}

	.navbar-light .menu-level-1 i.lb-icon-rotate-90 {
		margin-top: 0;
	}

	.dd-col {
		padding-left: 0;
		padding-bottom: 7px;
		border-bottom: 1px solid #E1E1E1;
	}

	.dd-col:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	img.logo {
		height: 22px !important;
	}

	.menu-diamond-colors {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: 0 !important;
	}

	.menu-diamond-colors + div ul {
		margin-top: 0 !important;
	}

	.menu-my-account.show,.menu-my-account .dropdown-menu {
		background: #F4F4F4;
		margin-left: -1rem !important;
		margin-right: 0 !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.menu-image {
	display: none;
}

@media (min-width:991px) {
	.navbar-nav > .nav-item > .nav-link {
		border-bottom: 3px solid transparent;
	}

	.navbar-nav > .nav-item:hover > a {
		border-bottom: 3px solid #000;
	}
}

@media (min-width:1300px) {
	.dropdown-3-cols .menu-image {
		display: block;
	}
}

@media (min-width:1300px) and (max-width:1500px) {
	.dropdown-3-cols .menu-image.offset-xl-2 {
		margin-left: 8.333%;
	}
}

@media (min-width:1500px) {
	.dropdown-4-cols .menu-image {
		display: block;
	}
}

.HP_banner {
	width: 100%;
	height: 485px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.breadcrumb {
	background-color: #fff;
	font-size: 0.6875rem;
	width: 100%;
}

.breadcrumb a {
	color: #5C5C5C;
}

.footer-top {
	background-color: #F4F4F4;
}

.mobile-collapse-title {
	font-size: 0.9rem;
}

.company-info,.footer-bottom,.footer-location a:not(.btn),.footer-links a:not(.btn) {
	color: var(--link-color);
	font-size: 0.875rem;
}

.footer-bottom .languages--flag {
	font-size: 0.8rem;
}

.languages__item {
	min-height: 2rem;
}

.languages__item a {
	white-space: nowrap;
}

.languages__item__flag {
	display: none;
	border-radius: 1px;
}

.languages--flag a.dropdown-toggle:focus {
	outline: none;
}

.languages--flag a.dropdown-toggle:after {
	display: none;
}

.languages--flag a.dropdown-toggle .languages__item__label {
	margin-top: 4px;
}

.languages__item--active .languages__item__flag {
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}

.languages--flag .languages__item__flag {
	display: inline-block;
	margin: 7px 0 0;
}

.languages__item__label {
	font-size: 0.8rem;
	text-transform: uppercase;
	text-decoration: underline;
}

.languages--flag .languages__item__label {
	display: inline-block;
	padding-left: 10px;
}

.flag {
	width: 16px;
	height: 11px;
	display: inline-block;
	vertical-align: top;
	background: url('../images/flags-sprite.png') no-repeat top center;
	width: 16px;
	height: 11px;
}

.flag-au {
	background-position: 0 0;
}

.flag-cn {
	background-position: 0 -16px;
}

.flag-de {
	background-position: 0 -32px;
}

.flag-tw {
	background-position: 0 -48px;
}

.flag-us {
	background-position: 0 -64px;
}

.flag-fr {
	background-position: 0 -80px;
}

.social-links {
	color: var(--link-color);
	font-size: 0.9rem;
	text-transform: uppercase;
}

.social-links i {
	color: #767880;
	font-size: 1.25rem;
}

.footer-newsletter button,.footer-newsletter label {
	font-size: 0.9rem;
}

.footer-container {
	max-width: 1280px;
	margin: 0 auto;
}

@media (max-width:991px) {
	.footer-container {
		max-width: 95%;
	}

	.footer-newsletter label {
		clear: both;
	}
}

@media (max-width:767px) {
	.mobile-collapse {
		width: 100%;
		border-bottom: 1px solid #D1D1D1;
	}

	.mobile-collapse ul {
		display: none;
		padding-bottom: 15px;
	}

	.open > ul {
		display: block;
	}

	.mobile-collapse-title {
		cursor: pointer;
		padding: 15px;
		margin-top: 0 !important;
		position: relative;
	}

	.mobile-collapse:last-child {
		border-bottom: 0;
	}

	.newsletter-input-div {
		width: 82%;
	}

	.newsletter-email {
		width: 100% !important;
	}
}

/* @fileRef toastr.css */
.toast-title {
	font-weight: bold;
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.toast-message a,.toast-message label {
	color: #ffffff;
}

.toast-message a:hover {
	color: #cccccc;
	text-decoration: none;
}

.toast-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

.toast-close-button:hover,.toast-close-button:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%;
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%;
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%;
}

.toast-top-left {
	top: 12px;
	left: 12px;
}

.toast-top-right {
	top: 12px;
	right: 12px;
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px;
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px;
}

#toast-container {
	position: fixed;
	z-index: 999999;
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#toast-container > div {
	position: relative;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	-moz-box-shadow: 0 0 12px #999999;
	-webkit-box-shadow: 0 0 12px #999999;
	box-shadow: 0 0 12px #999999;
	color: #ffffff;
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
}

#toast-container > :hover {
	-moz-box-shadow: 0 0 12px #000000;
	-webkit-box-shadow: 0 0 12px #000000;
	box-shadow: 0 0 12px #000000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}

#toast-container > .toast-info {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,#toast-container.toast-bottom-center > div {
	width: 300px;
	margin: auto;
}

#toast-container.toast-top-full-width > div,#toast-container.toast-bottom-full-width > div {
	width: 96%;
	margin: auto;
}

.toast {
	background-color: #030303;
}

.toast-success {
	background-color: #51a351;
}

.toast-error {
	background-color: #bd362f;
}

.toast-info {
	background-color: #2f96b4;
}

.toast-warning {
	background-color: #f89406;
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000000;
	opacity: 0.4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
}

@media all and (max-width:240px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 11em;
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container > div {
		padding: 8px 8px 8px 50px;
		width: 18em;
	}

	#toast-container .toast-close-button {
		right: -0.2em;
		top: -0.2em;
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container > div {
		padding: 15px 15px 15px 50px;
		width: 25em;
	}
}

.toast-top-center {
	top: 12px !important;
	top: 45% !important;
	left: 50% !important;
	margin-top: -15px !important;
	margin-left: -150px !important;
}

@media all and (max-width:240px) {
	.toast-top-center {
		margin-top: -5px !important;
		margin-left: -54px;
	}
}

@media all and (min-width:241px) and (max-width:320px) {
	.toast-top-center {
		margin-top: -5px !important;
		margin-left: -64px;
	}
}

@media all and (min-width:321px) and (max-width:480px) {
	.toast-top-center {
		margin-top: -5px !important;
		margin-left: -96px;
	}
}
.control-group {
    min-height: 66px;
}


input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input.input--wd, textarea.textarea--wd, .select-wrapper select.input--wd, .select-wrapper select.select--wd {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input--wd--full {
    width: 100%;
}
.input--wd {
    appearance: none;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.input--wd {
    background: #ffffff;
    border-color: #e3e3e3;
    color: var(--font-2nd-color);
}
.register-form,.login-form
{
	padding:30px 20px;
}
.register-form h3,.login-form h3
{
	font-size:24px;

}
.register-form p,.login-form p
{
	font-size:15px;
    margin: 0px 0px 10px !important;
}
.register-form .btn:hover ,.login-form  .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.registerModal  .modal-body,.loginModal  .modal-body
{
	padding:0px !important;
}
.registerModal .input--wd,.loginModal .input--wd {
    border: 0px;
    border-bottom: 1px solid #e3e3e3;
	border-radius:0px;
}
.registerModal .input--wd:focus,.registerModal .input--wd:active,.loginModal .input--wd:focus,.loginModal .input--wd:active {
    border: 0px !important;
    border-bottom: 1px solid #7c0000 !important;
	box-shadow:unset !important;
	outline: -webkit-focus-ring-color auto 0px !important;
}
.registerModal .control-group,.loginModal .control-group {
    min-height: 55px;
}
.register-btn {
	text-decoration: none;
    border-radius: 0px;
    display: inline-block;
    margin-top: 0px;
	padding: 6px  25px !important;
    font-size: 18px !important;
    font-weight: 800;
	height:45px;
	color:#ffffff;
}
.gradient-45deg-red-magenta {
    background: #E91E63;
    background: -webkit-linear-gradient(45deg, #E91E63, #ad0b42) !important;
    background: -moz- oldlinear-gradient(45deg, #E91E63, #ad0b42) !important;
    background: -o-linear-gradient(45deg, #E91E63, #ad0b42) !important;
    background: linear-gradient(45deg, #E91E63, #ad0b42) !important;
}
.gradient-45deg-purple-deep-orange {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -moz- oldlinear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: -o-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background: linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}
.gradient-45deg-orange {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: -moz- oldlinear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: -o-linear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: linear-gradient(45deg, #ff6f00, #ffca28) !important;
}
.gradient-45deg-red-pink {
    background: #ff5252;
    background: -webkit-linear-gradient(45deg, #ff5252, #f48fb1) !important;
    background: -moz- oldlinear-gradient(45deg, #ff5252, #f48fb1) !important;
    background: -o-linear-gradient(45deg, #ff5252, #f48fb1) !important;
    background: linear-gradient(45deg, #ff5252, #f48fb1) !important;
}
.gradient-45deg-amber-amber {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: -moz- oldlinear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: -o-linear-gradient(45deg, #ff6f00, #ffca28) !important;
    background: linear-gradient(45deg, #ff6f00, #ffca28) !important;
}
.gradient-45deg-green-teal {
    background: #43a047;
    background: -webkit-linear-gradient(45deg, #43a047, #1de9b6) !important;
    background: -moz- oldlinear-gradient(45deg, #43a047, #1de9b6) !important;
    background: -o-linear-gradient(45deg, #43a047, #1de9b6) !important;
    background: linear-gradient(45deg, #43a047, #1de9b6) !important;
}
.gradient-45deg-light-blue-cyan {
    background: #0288d1;
    background: -webkit-linear-gradient(45deg, #0288d1, #26c6da) !important;
    background: -moz- oldlinear-gradient(45deg, #0288d1, #26c6da) !important;
    background: -o-linear-gradient(45deg, #0288d1, #26c6da) !important;
    background: linear-gradient(45deg, #0288d1, #26c6da) !important;
}

.purple {
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) important;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5) important;
    box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5) important;
}

.light-sea-green {
    background: #11756c;
    background: -webkit-linear-gradient(45deg, #11756c, #6ccfdc) !important;
    background: -moz- oldlinear-gradient(45deg, #11756c, #6ccfdc) !important;
    background: -o-linear-gradient(45deg, #11756c, #6ccfdc) !important;
    background: linear-gradient(45deg, #11756c, #6ccfdc) !important;
}
.yellow {
    background: #a79609;
    background: -webkit-linear-gradient(45deg, #a79609, #a79609) !important;
    background: -moz- oldlinear-gradient(45deg, #a79609, #a79609) !important;
    background: -o-linear-gradient(45deg, #a79609, #a79609) !important;
    background: linear-gradient(45deg, #a79609, #FFEB3B) !important;
}
.crimson {
    background: #c70345;
    background: -webkit-linear-gradient(45deg,#c70345, #d0678b) !important;
    background: -moz- oldlinear-gradient(45deg, #c70345, #d0678b) !important;
    background: -o-linear-gradient(45deg, #c70345, #d0678b) !important;
    background: linear-gradient(45deg, #c70345, #d0678b) !important;
}

.newcolor {
    background: #720a84;
    background: -webkit-linear-gradient(45deg, #720a84, #cc54e0) !important;
    background: -moz- oldlinear-gradient(45deg, #720a84, #cc54e0) !important;
    background: -o-linear-gradient(45deg, #720a84, #cc54e0) !important;
    background: linear-gradient(45deg, #720a84, #cc54e0) !important;
}
.cucumber {
    background: #7dad47;
    background: -webkit-linear-gradient(45deg, #7dad47, #a6d274) !important;
    background: -moz- oldlinear-gradient(45deg, #7dad47, #a6d274) !important;
    background: -o-linear-gradient(45deg, #7dad47, #a6d274) !important;
    background: linear-gradient(45deg, #7dad47, #a6d274) !important;
}
.maroon {
    background: #800000;
    background: -webkit-linear-gradient(45deg, #800000, #a74444) !important;
    background: -moz- oldlinear-gradient(45deg, #800000, #a74444) !important;
    background: -o-linear-gradient(45deg, #800000, #a74444) !important;
        background: linear-gradient(45deg, #800000, #a74444) !important;
}

.gradient-45deg-pine-green {
    background: #087280;
    background: -webkit-linear-gradient(45deg, #087280, #00BCD4) !important;
    background: -moz- oldlinear-gradient(45deg, #087280, #00BCD4) !important;
    background: -o-linear-gradient(45deg, #087280, #00BCD4) !important;
    background: linear-gradient(45deg, #087280, #00BCD4) !important;
}
   
	
.newcolor1 {
    background: #93541C;
    background: -webkit-linear-gradient(45deg, #93541C, #ECAD74) !important;
    background: -moz- oldlinear-gradient(45deg, #93541C, #ECAD74) !important;
    background: -o-linear-gradient(45deg, #93541C, #ECAD74) !important;
    background: linear-gradient(45deg,#93541C, #ECAD74) !important;
}

.red-orange {
    background: #f24109;
    background: -webkit-linear-gradient(45deg, #f24109, #f78663) !important;
    background: -moz- oldlinear-gradient(45deg, #f24109, #f78663) !important;
    background: -o-linear-gradient(45deg, #f24109, #f78663) !important;
    background: linear-gradient(45deg, #f24109, #f78663) !important;
}
.gradient-45deg-indigo-purple {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -moz- oldlinear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: -o-linear-gradient(45deg, #303f9f, #7b1fa2) !important;
    background: linear-gradient(45deg, #303f9f, #7b1fa2) !important;
}
.registerModal .close,.loginModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 10px 15px !important;
}
.footer {
    background: #313131;
    color: #909090;
}
.footer .container {
	 width: 96%;
    max-width: 96%;
}
/*--------------------------------------------------------------
27.0 - Footer
--------------------------------------------------------------*/
.footer-newsletter {
  text-align: center;
}
.footer-newsletter .footer-newsletter-wrap {
  padding: 60px 0 45px;
  border-bottom: 1px solid #3f3f3f;
}
.footer-newsletter img {
  vertical-align: sub;
}
.footer-newsletter .footer-newsletter-heading {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-right: 90px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .footer-newsletter .footer-newsletter-heading {
    padding: 0 0 30px;
  }
}
.footer-newsletter .mailchimp-form {
  display: inline-block;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer-newsletter .mailchimp-form {
    width: 100%;
  }
}
.footer-newsletter .mailchimp-form .mailchimp-form-content {
  padding: 9px 0;
}
.footer-newsletter .mailchimp-form input {
  color: #fff;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display:inline-block;
}
.footer-newsletter .mailchimp-form button {
  color: #fff;
  display:inline-block;
}
.footer-newsletter .mailchimp-form ::-webkit-input-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form :-moz-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form ::-moz-placeholder {
  color: #fff;
}
.footer-newsletter .mailchimp-form :-ms-input-placeholder {
  color: #fff;
}
@media (min-width: 480px) {
  .footer-newsletter .mailchimp-form input {
    width: 70%;
  }
  .footer-newsletter .mailchimp-form button {
    width: 20%;
  }
}
.footer-featured .footer-featured-col {
  padding-top: 45px;
  padding-bottom: 60px;
  border-left: 1px solid #3f3f3f;
}
.footer-featured .footer-featured-col:first-child {
  border: 0;
}
@media (max-width: 991px) {
  .footer-featured .footer-featured-col {
    border: 0;
    padding-bottom: 30px;
  }
}
.footer-featured i {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 68px;
  float: right;
  color: #fff;
  font-size: 2.5714285714285716em;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-left: 15px;
}
.footer-featured h4 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
  line-height: 2;
}
.footer-widget .address li {
  display: inline-block;
  width: 100%;
}
.footer-widget .address li p {
  font-size: 14px;
}
.footer-widget .address h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0px;
    font-weight: 700;
    font-family: "Karla", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding: 0 0 0em;
    
}
.footer-widget .address i {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  font-size: 1.2857142857142858em;
  color: #fff;
  text-align: center;
  line-height: 41px;
  float: left;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
}
.footer-light .footer-widget .address h4 {
  color: #000;
}
.footer-light .footer-widget .address i {
  border-color: #000;
  color: #000;
}
.footer-widget .open-time li {
  display: table;
}
.footer-widget .open-time li span {
  display: table-cell;
}
.footer-widget .open-time li span + span {
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 0.5em;
  white-space: nowrap;
}
.footer-widget .open-time li span:first-child {
  position: relative;
  overflow: hidden;
}
.footer-widget .open-time li span:first-child:after {
  content: "";
  position: absolute;
  bottom: 0.7em;
  margin-left: 0.5em;
  width: 100%;
  border-bottom: 1px dashed #464646;
}
.footer-widget .footer-widget-wrap {
   padding: 20px 0 0 0;
  border-top: 1px solid #3f3f3f;
}
@media (max-width: 991px) {
  .footer-widget .footer-widget-col {
    margin-bottom: 30px;
  }
}
.footer-widget .widget {
  margin-bottom: 0;
  padding-top: 30px;
}
.footer-widget .widget:first-child {
  padding-top: 0;
}
.footer-widget .widget-title {
  text-transform: uppercase;
  color: #000000;
  margin-top: 0;
  color: #ffffff;
}
.footer-widget .widget-title:after {
  background: #ffffff;
}
.footer-widget ul {
	
    padding-inline-start: 0px;
}

.footer-widget li {
  border-bottom: #3f3f3f;
  padding-left: 0;
  position: relative;
    list-style: none;
}
.footer-widget li .post-date {
  display: block;
  font-size: 85%;
  color: rgba(0, 0, 0, 0.7);
}
.footer-widget li:last-child {
  border: none;
}
.footer-widget .social-widget-wrap i {
  color: #000000;
}
.footer-widget .social-widget-wrap i:hover {
  color: inherit;
}
.footer-widget .social-widget-wrap i {
  border: none !important;
  margin-right: 30px;
  width: auto;
}
.footer-widget .social-widget-wrap a:hover i {
  color: #de8c36 !important;
}
.footer {
  background: #313131;
  color: #909090;
}
.footer a {
  color: #909090;
}
.footer .payment a
{
   background: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}
.footer .payment a .fa
{
    
  color: #444444;
}
.footer a:hover {
  color: #ffffff;
}
.footer .footer-info {
  color: #909090;
  padding: 40px 0;
}
.footer .footer-info a {
  color: #909090;
}
.footer .footer-info a:hover {
  color: #ffffff;
}
.footer-copyright {
  background: #000;
  font-size:13px !important;
  padding: 1em 0;
}
.footer-social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 1.5em;
  margin: 0 5px;
}
.footer-social a i:hover {
  background: none !important;
  color: #ffffff !important;
}
.mailchimp-form-content {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.mailchimp-form-content input {
  width: 70%;
  display: inline-block;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.mailchimp-form-content input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background:transparent;
}
.mailchimp-form-content button {
  width: 30%;
  display: inline-block;
  margin-left: -4px;
  padding-top: 0;
  padding-bottom: 0;
  border-left: 1px solid #e5e5e5;
  background: transparent;
  border: 0;
}
.mailchimp-form-content button:after {
  display: none;
}
.mailchimp-form-result {
  font-size: 85%;
  margin-bottom: 5px;
}
.mailchimp-form-result .error {
  color: #fe252c;
}
.mailchimp-form-result .success {
  color: #a0ce4e;
}
.widgettitle,
.widget-title {
  font-size: 14px;
  line-height: 0.7;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  font-weight:600;
}
.widgettitle:after,
.widget-title:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hide {
    display: none !important;
}

/* === 3.13. PAGE TITLE === */
.noo-page-heading{
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url("../images/background/about-header.jpg");
	background-attachment: unset;
    padding: 15px 0 15px;
    height: 250px;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.noo-page-heading.about-heading {
	background-image: url("../images/background/about-header.jpg");
}
.noo-page-heading.jewelry-heading {
	background-image: url("../images/background/jewellery.jpg");
}
.noo-page-heading.cart-heading {
	background-image: url("../images/background/jewellery-header.jpg");
}
.noo-page-heading.detail-heading {
	background-image: url("../images/background/jewellery-header.jpg");
}

.noo-page-heading:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
}
.noo-page-heading.large {
	height: 700px;
    background-image: url("../images/background/bg_page_title_about.jpg");
    background-position: 50% 8px;
}
.noo-page-heading .page-title {
    padding: 0 0 8px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 42px;
    letter-spacing: 1px;
    color: #ffffff;
}
.noo-page-heading .noo-page-breadcrumb {
    color: #ffffff;
    display: inline-block;
}
.noo-page-heading .noo-page-breadcrumb:before {
    content: "\e074";
    font-family: 'ElegantIcons';
    padding-right: 4px;
}
.noo-page-heading .noo-page-breadcrumb span {
    padding: 0 3px;
}
.noo-page-heading .noo-page-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}
.noo-page-heading .noo-page-breadcrumb span {
    padding: 0 3px;
}
.noo-page-heading .noo-page-breadcrumb i {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px);
    display: inline-block;
}

/*Product grid*/
.noo-product-grid {
	margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

/* --------------------------------------------------------------------- */
/* 4. COMMERCE
/* --------------------------------------------------------------------- */
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-family: star;
	display: inline-block;
    letter-spacing: 4px;
    width: 95px;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.star-rating:before {
	content: "\73\73\73\73\73";
    color: #d2a637;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    color: #d2a637;
	overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.noo-product-grid {
	margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}
span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
	left: auto;
    background: #4666a3;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    top: -15px;
    right: -20px;
    width: 100px;
    height: 40px;
	z-index: 1;
}
.noo-product-item {
    float: left;
    padding: 0 15px;
    position: relative;
    min-height: 1px;
}
.noo-product-item .noo-product-inner {
    background: #ffffff;
    text-align: center;
    margin: 0 0 30px;
    padding: 36px 15px;
    position: relative;
    border: 1px solid #f2f2f2;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.noo-product-item .noo-product-inner:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
}
.noo-product-item .noo-product-inner h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0;
}
.noo-product-item .noo-product-inner h3 a {
    text-decoration: none;
	color:#444444;
}
.noo-product-item .noo-product-inner .posted_in {
    display: block;
}
.noo-product-item .noo-product-inner .posted_in a {
    text-decoration: none;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail {
    margin-top: 15px;
    position: relative;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta {
    position: absolute;
    right: 25px;
    bottom: 70px;
    z-index: 4;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button {
    float: none;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button {
    display: block;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
	margin-top: 10px;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #f2f2f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
    margin-top: 10px;
    color: #aaaaaa;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
    cursor: pointer;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a:before {
    content: "\54";
	font-family: 'ElegantIcons';
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: auto;
    background-color: #f2f2f2;
    border: 0;
    white-space: nowrap;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:before {
    content: "\2b";
    font-family: 'ElegantIcons';
    position: absolute;
    left: -47px;
    top: 11px;
    font-size: 15px;
    color: #aaaaaa;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:before {
    content: "\e030";
    font-family: 'ElegantIcons';
    position: absolute;
    left: -48px;
    top: 8px;
    font-size: 15px;
    color: #aaaaaa;
}
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:hover:before,
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:hover:before,
.noo-product-item .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a:hover {
	color: #fff;
}
.noo-product-item .noo-product-inner .price {
    color: #d2a637;
    font-size: 20px;
    margin-top: 12px;
    display: block;
    font-weight: 700;
}
.noo-product-item .noo-product-inner .price del {
    font-size: 16px;
}
.noo-product-item .noo-product-inner .price ins {
    text-decoration: none;
}
.noo-product-item .noo-product-inner .noo-loop-cart {
    position: absolute;
    left: -80px;
    top: -80px;
    width: 70px;
    height: 70px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.noo-product-item .noo-product-inner .noo-loop-cart:before {
    border-left: 70px solid #d2a637;
    border-bottom: 70px solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
.noo-product-item .noo-product-inner .noo-loop-cart .add-to-cart {
    position: absolute;
    left: 0;
    top: 3px;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 70px;
    height: 70px;
    font-weight: 400;
    z-index: 1;
    background: transparent;
    text-indent: 80px;
	border:0px;
	
    outline: 0px auto -webkit-focus-ring-color !important;
}
.noo-product-item .noo-product-inner .noo-loop-cart .add-to-cart:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}
.noo-product-item .noo-product-inner .noo-loop-cart .add-to-cart:before {
    font-family: 'ElegantIcons';
    content: "\e07a";
    position: absolute;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    left: -70px;
    top: 8px;
    font-size: 20px;
    color: #ffffff;
}
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .compare-button, 
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .noo-quick-view a, 
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .wishlist-button {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .compare-button {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .wishlist-button {
    -webkit-transition: all 0.4s ease 0.15s;
    -o-transition: all 0.4s ease 0.15s;
    transition: all 0.4s ease 0.15s;
}
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .compare-button a:hover,
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .wishlist-button a:hover,
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .noo-quick-view a:hover {
    background: #4666a3;
}
.noo-product-item .noo-product-inner:hover .noo-product-thumbnail .noo-product-meta .noo-quick-view a {
    transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
    -webkit-transition: transform 0.4s ease 0.25s,opacity 0.4s ease 0.25s, background 0.4s ease 0s;
}
.noo-product-item .noo-product-inner:hover .noo-loop-cart {
    left: 0;
    top: 0;
}
.noo-product-item.style-2 .noo-product-inner {
	padding: 15px 15px 28px;
    text-align: left;
}
.noo-product-item.style-2 .noo-product-inner:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.08);
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail a {
    overflow: hidden;
    position: relative;
    display: block;
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail {
    margin-top: 0;
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail img {
    width: 100%;
    height:200px;
    object-fit:cover;
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail img.second-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.noo-product-item.style-2 .noo-product-inner:hover .noo-product-thumbnail img.second-img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-product-item.style-2 .noo-product-inner:hover .noo-product-thumbnail:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.noo-product-item.style-2 .noo-product-inner .noo-product-thumbnail .noo-product-meta {
    bottom: auto;
    top: 50%;
    text-align: center;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.noo-product-item.style-2 .noo-product-inner h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: none;
    margin: 15px 0 12px;
}
.noo-product-item.style-2 .noo-product-inner .shop-loo-after-item > .price {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #555555;
    font-weight: 700;
}
.noo-product-item.style-2 .noo-product-inner .shop-loo-after-item .star-rating {
    float: right;
    margin: 5px 0 0 0;
    font-size: 12px;
}
.noo-product-item.style-3 .noo-product-inner {
    padding: 0 0 28px;
    background: transparent;
    border: 0;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail {
    margin-top: 0;
	border: 1px solid #eeeeee;
	position: relative;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail a {
    overflow: hidden;
    position: relative;
    display: block;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail img {
    width: 100%;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail img.second-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.noo-product-item.style-3 .noo-product-inner:hover .noo-product-thumbnail img.second-img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail > a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	background: rgba(70, 102, 163, 0.9);
}
.noo-product-item.style-3 .noo-product-inner:hover .noo-product-thumbnail > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta {
    bottom: auto;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    right: auto;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view {
    width: 50px;
    height: 50px;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    background: transparent;
	margin: 0;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:hover,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:hover,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a:hover {
    background: #ffffff;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:before,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:before,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a:before {
    left: -45px;
    top: 12px;
    font-size: 18px;
    color: #fff;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .compare-button a:hover:before,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:hover:before,
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .noo-quick-view a:hover:before {
    color: #333333;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button {
	margin: 0 10px;
}
.noo-product-item.style-3 .noo-product-inner .noo-product-thumbnail .noo-product-meta .wishlist-button a:before {
    left: -46px;
}
.noo-product-item.style-3 .noo-product-inner h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
	text-transform: uppercase;
    margin: 21px 0 10px;
	padding: 0 15px;
	text-align: left;
}
.noo-product-item.style-3 .noo-product-inner h3, 
.noo-product-item.style-3 .noo-product-inner .shop-loo-after-item {
    padding: 0 15px;
}
.noo-product-item.style-3 .noo-product-inner .shop-loo-after-item > .price {
    float: left;
    margin: 0;
    font-size: 16px;
    color: #555555;
    font-weight: 700;
}
.noo-product-item.style-3 .noo-product-inner .noo-loop-cart:before {
	border-left-color: #fff;
}
.noo-product-item.style-3 .noo-product-inner .noo-loop-cart .add-to-cart:before {
	color: #4666a3;
}
.pagination {
    display: block;
    overflow: hidden;
    margin: 50px auto 30px;
    line-height: 2.2;
    text-align: center;
	clear: both;
	float: left;
	width: 100%;
}
.pagination .page-numbers {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin: 5px 3px;
    background: transparent;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pagination a.page-numbers {
    text-decoration: none;
}
.pagination a.page-numbers:hover {
    color: #ffffff;
    background: #4666a3;
    border-color: #4666a3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pagination .page-numbers.current {
    color: #ffffff;
    background: #4666a3;
    border-color: #4666a3;
}
/* filters wrapper */
.panel-filters-wrapper {
    margin-left: -0.7rem !important;
    margin-right: -0.7rem !important;
}
.panel-filters {
    min-height: 36px;
    font-size: 0.9rem;
    border-top: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.filter-badges, .filter-badges button, .sort-items, .sort-items button, .filter-dd, .filter-dd button, .filter-container, .filter-container button {
    font-size: 0.8rem;
}
.total-items-wrapper {
    font-weight: bold;
    padding-left: 0.75rem;
    min-width: 100px;
}
#catalog-app .btn-secondary {
    background-color: transparent;
    border: 0px;
    color: #5c5c5c;
    padding: 0.275rem 1.75rem 0.275rem 0.75rem;
    font-size: 0.75rem;
    box-shadow: none;
}
.filters-container .dropdown-menu {
    z-index: 2100;
    border-radius: 0px;
    min-width: 13rem;
    border: 1px solid #e1e1e1;
    margin-top: -2px;
}
.filter-container .dropdown-menu, .mobile-filters .dropdown-menu {
    -webkit-transform: translate3d(5px,35px,0px) !important;
    -ms-transform: translate3d(5px,35px,0px) !important;
    transform: translate3d(5px,35px,0px) !important;
}
#catalog-app .filter-dd .dropdown-item {
    font-weight: normal !important;
}
#catalog-app .dropdown.multiselect .dropdown-item {
    width: 100%;
    color: #000;
    border: 1px solid #fff;
    box-shadow: none;
    text-shadow: none;
    margin-left: 0px;
}
#catalog-app .dropdown .dropdown-item {
    padding: 7px 15px;
    border: 1px solid #fff;
}
#catalog-app .dropdown.multiselect .dropdown-item:before,#catalog-app .dropdown.multiselect .dropdown-item.active:before {
    border: 1px solid #cccccc;
    height: 19px;
    width: 18px;
    float: left;
    padding: 0 3px;
    margin-right: 12px;
    content: "";
}
#catalog-app .filter-dd .dropdown-item {
    font-weight: normal !important;
}
#catalog-app .dropdown.multiselect .dropdown-item {
    width: 100%;
    color: #000;
    border: 1px solid #fff;
    box-shadow: none;
    text-shadow: none;
    margin-left: 0px;
}
#catalog-app .dropdown-toggle::after
{
	display:none;
}
.single-product-content {
	background: #ffffff;
    padding: 95px 100px 30px;
    margin-bottom: 25px;
	float: left;
	width: 100%;
}
.single-product-content:before,
.single-product-content:after {
    content: " ";
    display: table;
}
.single-product-content .images {
    width: 50%;
    margin-bottom: 0;
    position: relative;
	float: left;
}
.single-product-content .images .single-product-thumbail {
    width: 100px;
    height: auto;
    min-height: 300px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.single-product-content .images .single-product-thumbail .item-img {
    border: 1px solid transparent;
    margin: 15px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.single-product-content .images .single-product-thumbail .item-img.t-active {
    border-color: #888888;
}
.single-product-content .images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.single-product-content .images .single-product-slider {
    position: relative;
    margin-right: 130px;
}
.single-product-content .images .single-product-slider .owl-theme .owl-controls {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.single-product-content .images .single-product-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    float: left;
    width: 30px;
    height: 58px;
    background-image: url("../images/prev_owl.png");
    background-position: center center;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-indent: 50px;
    overflow: hidden;
    margin-left: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single-product-content .images .single-product-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    float: right;
    width: 30px;
    height: 58px;
    background-image: url("../images/next_ow.png");
    background-position: center center;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-indent: 50px;
    overflow: hidden;
    margin-right: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single-product-content .images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-prev {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-left: 20px;
}
.single-product-content .images .single-product-slider:hover .owl-theme .owl-controls .owl-buttons .owl-next {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-right: 20px;
}
.single-product-content .summary {
	float: right;
	margin-bottom: 30px;
	width: 46%;
}
.single-product-content .summary .product-title {
    clear: none;
    margin-top: 0;
    padding: 0;
	font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-product-content .summary .price {
    color: #d2a637;
    font-size: 26px;
    margin: 0;
}
.single-product-content .summary .price del {
    opacity: .5;
}
.single-product-content .summary .price ins {
    text-decoration: none;
	font-weight: 700;
}
.single-product-content .description {
	border-width: 1px 0;
    border-style: solid;
    border-color: #eeeeee;
    padding: 25px 0 35px;
    margin: 20px 0 30px;
}
.single-product-content .stock {
    color: #77a464;
	font-size: 15px;
}
.single-product-content .summary form.cart {
    margin: 0 0 30px 0;
    float: left;
}
.single-product-content .summary form.cart:after, 
.single-product-content .summary form.cart:before {
    display: table;
    content: " ";
}
.quantity {
    float: left;
    margin: 0 4px 0 0;
	color: #555555;
}
.quantity span {
    padding-right: 18px;
}
.quantity .noo-quantity-attr {
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.quantity .noo-quantity-attr button {
    border: 0;
    background: none;
    height: 40px;
    width: auto;
	padding: 0 15px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	outline: none;
}
.quantity .noo-quantity-attr .qty-decrease {
    padding-right: 5px;
}
.quantity .noo-quantity-attr .qty-increase {
    padding-left: 5px;
}
.quantity .noo-quantity-attr input {
    border: 0;
    background: none;
    height: 40px;
    width: auto;
	text-align: center;
	margin-bottom: 0;
}
.single-product-content .summary form.cart .add-to-cart {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #4666a3;
    height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
	border: none;
    display: inline-block;
    padding: 0 23px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.single-product-content .summary form.cart .add-to-cart:hover {
    background: #2f456d;
}
.single-product-content .summary form.cart .add-to-cart:before {
    font-family: 'ElegantIcons';
    content: "\e07a";
    font-size: 15px;
    padding-right: 7px;
}
.single-product-content .summary .compare-button {
    float: left;
    padding: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-content .summary .compare-button a {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: auto;
    background-color: #f2f2f2;
    border: 0;
    white-space: nowrap;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-content .summary .compare-button a:hover {
    background: #4666a3;
}
.single-product-content .summary .compare-button a:before {
    content: "\2b";
    font-family: 'ElegantIcons';
    position: absolute;
    left: -47px;
    top: 11px;
    font-size: 15px;
    color: #aaaaaa;
}
.single-product-content .summary .compare-button a:hover:before {
    color: #fff;
}
.single-product-content .summary .wishlist-button {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: relative;
    margin: 0 0 0 10px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-content .summary .wishlist-button a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -160px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-content .summary .wishlist-button a:hover {
    background: #4666a3;
}
.single-product-content .summary .wishlist-button a:before {
    content: "\e030";
    font-family: 'ElegantIcons';
    position: absolute;
    left: 173px;
    top: 8px;
    font-size: 15px;
    color: #aaaaaa;
}
.single-product-content .summary .wishlist-button a:hover:before {
    color: #ffffff;
}
.single-product-content .summary .product-meta {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eeeeee;
    clear: both;
    padding-top: 30px;
}
.single-product-content .summary .product-meta .posted_in, 
.single-product-content .summary .product-meta .tagged_as {
    display: block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #555555;
}
.single-product-content .summary .product-meta .posted_in a, 
.single-product-content .summary .product-meta .tagged_as a {
    text-transform: none;
    margin-right: 3px;
}
.single-product-content .summary .product-meta .posted_in a:first-child, 
.single-product-content .summary .product-meta .tagged_as a:first-child {
    margin-left: 10px;
}
.single-product-content .summary .noo-social-share {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}
.single-product-content .summary .noo-social-share .share-name {
    text-transform: uppercase;
    color: #555555;
    padding-right: 12px;
}
.single-product-content .summary .noo-social-share .noo-share {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #4666a3;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single-product-content .summary .noo-social-share .noo-share:hover {
    background: #2f456d;
}
.commerce-tabs {
    margin: 30px 0;
    border: 1px solid #eeeeee;
    padding: 30px;
    position: relative;
    background: #ffffff;
	float: left;
	width: 100%;
}
.commerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
	width: 30%;
    float: left;
    padding: 0;
    margin: 0;
	border: none;
}
.commerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    position: relative;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 0 0 1px 0;
	float: none;
	width:100%;
}
.commerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
	border-color: #eeeeee;
}
.commerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 0;
    font-weight: 400;
    color: #555555;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: -6px;
	background: none;
	border: none;
}
.commerce-tabs ul.tabs li a:hover,
.commerce-tabs ul.tabs li a:focus {
	border: none;
}
.commerce-tabs ul.tabs li.active a {
    color: #d2a637;
}
.commerce-tabs ul.tabs li.active a:before {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 2px;
    background: #d2a637;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.commerce-tabs .tab-content {
    width: 70%;
    float: left;
    padding-left: 30px;
}
.commerce-cart {
	background: #ffffff;
    padding: 50px 30px;
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
}
.commerce-cart table.cart {
	text-align: left;
    width: 100%;
    margin: 0;
	border: none;
}
.commerce-cart table.cart th {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0;
    color: #ffffff;
    background: #111111;
    border: 0;
}
.commerce-cart table.cart td {
	border: none;
	border-bottom: 1px solid #f2f2f2;
	color: #555555;
    padding: 30px 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.commerce-cart table.cart .product-thumbnail {
    min-width: 32px;
	width: 20%;
    padding-left: 30px;
}
.commerce-cart table.cart img {
    width: 85px;
    height: auto;
    margin: 0;
    border: 1px solid #eeeeee;
}
.commerce-cart table.cart .product-name {
    width: 29%;
}
.commerce-cart table.cart .product-price,
.commerce-cart table.cart .product-quantity {
    width: 18%;
}
.commerce-cart table.cart .product-remove {
    width: 5%;
    text-align: right;
}
.commerce-cart table.cart .product-remove a {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	font-size: 16px;
    text-decoration: none;
	width: 16px;
	height: 16px;
	float: right;
	overflow: hidden;
}
.commerce-cart table.cart .product-remove a:hover {
    color: red;
}
.commerce-cart table.cart .product-remove a:before {
    content: "\51";
}
.commerce-cart table.cart td.actions {
    text-align: left;
    padding-top: 35px;
    padding-bottom: 0;
	border-bottom: none;
}
.commerce-cart table.cart td.actions .empty-cart, 
.commerce-cart table.cart td.actions .continue, 
.commerce-cart table.cart td.actions .button {
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #eeeeee;
    padding: 0 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    text-decoration: none;
}
.commerce-cart table.cart td.actions .empty-cart:hover, 
.commerce-cart table.cart td.actions .continue:hover, 
.commerce-cart table.cart td.actions .button:hover {
    border-color: #2f456d;
    background: #2f456d;
    color: #ffffff;
}
.commerce-cart table.cart td.actions .empty-cart {
    margin-right: 20px;
}
.commerce-cart table.cart td.actions .continue {
    border-color: #4666a3;
    background: #4666a3;
    color: #ffffff;
	float: right;
}
.cart-collaterals {
	width: 100%;
	margin-top: 40px;
}
.noocart-coupon {
    width: 49%;
    float: left;
    background: #ffffff;
    padding: 30px;
    border: 1px solid #eeeeee;
}
.noocart-coupon label {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555555;
    font-weight: 500;
    position: relative;
    line-height: 0.8;
}
.noocart-coupon label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637;
}
.noocart-coupon p {
    color: #888888;
    margin: 25px 0 0 0;
}
.noocart-coupon input {
    color: #aaaaaa;
    border: 1px solid #eeeeee;
    height: 40px;
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-top: 27px;
}
.noocart-coupon .noo-apply-coupon {
    background: #4666a3;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    border: 0;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    margin-top: 25px;
}
.noocart-coupon .noo-apply-coupon:hover {
    background: #2f456d;
    color: #ffffff;
}
.cart-totals {
	padding: 30px;
    background: #ffffff;
    border: 1px solid #eeeeee;
	float: right;
    width: 48%;
}
.cart-totals > h2 {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555555;
    position: relative;
    line-height: 0.8;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin: 0;
}
.cart-totals > h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637;
}
.cart-totals > table {
    border: none;
	margin: 25px 0 0 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
}
.cart-totals > table td, .cart-totals > table th {
    border: none;
}
.cart-totals > table th {
    width: 60%;
}
.cart-totals > table .order-total .amount {
    font-weight: 700;
    font-size: 22px;
	color: #d2a637;
}
.cart-collaterals .wc-proceed-to-checkout {
    padding: 0;
    text-align: right;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background: #4666a3;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    margin-top: 25px;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #2f456d;
    color: #ffffff;
}

#comments {
    background: #fff;
    padding: 50px 60px;
    margin-top: 30px;
}

#comments .comments-title {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 0.8;
    margin: 0 0 15px;
    padding-left: 10px;
    position: relative;
}

#comments .comments-title em {
    color: #d2a637;
    font-style: normal;
}

#comments .comments-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    content: '';
    background: #d2a637;
}

#comments > ol,
#comments > ul {
    margin: 0 0 45px !important;
}

#comments ol,
#comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#comments ol > li,
#comments ul > li {
    border-bottom: 1px solid #f3f3f3;
    padding: 20px 0;
    margin: 0;
}

#comments ol > li #respond,
#comments ul > li #respond {
    clear: both;
}

#comments ol > li #respond #reply-title,
#comments ul > li #respond #reply-title {
    margin: 30px 0;
}

#comments ol > li #respond #reply-title span,
#comments ul > li #respond #reply-title span {
    display: none;
}

#comments ol > li #respond #reply-title:after,
#comments ul > li #respond #reply-title:after {
    content: none;
}

#comments ol > li .comment-wrap:after,
#comments ul > li .comment-wrap:after {
    clear: both;
    content: '';
    display: table;
}

#comments ol > li .comment-wrap .comment-img,
#comments ul > li .comment-wrap .comment-img {
    float: left;
    max-width: 80px;
}

#comments ol > li .comment-wrap .comment-img .img-thumbnail,
#comments ul > li .comment-wrap .comment-img .img-thumbnail {
    border: none;
    background: transparent;
}

#comments ol > li .comment-wrap .comment-img .img-thumbnail img,
#comments ul > li .comment-wrap .comment-img .img-thumbnail img {
    border-radius: 50%;
}

#comments ol > li .comment-wrap .comment-block,
#comments ul > li .comment-wrap .comment-block {
    padding-left: 100px;
}

#comments ol > li .comment-wrap .comment-block .comment-header,
#comments ul > li .comment-wrap .comment-block .comment-header {
    margin: 0;
    padding: 0;
}

#comments ol > li .comment-wrap .comment-block .comment-header .comment-author,
#comments ul > li .comment-wrap .comment-block .comment-header .comment-author {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
}

#comments ol > li .comment-wrap .comment-block .comment-header .comment-author:after,
#comments ul > li .comment-wrap .comment-block .comment-header .comment-author:after {
    content: "\f111";
    color: #e2e2e2;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 5px;
    margin: 0 12px 0 14px;
    transform: translateY(-2px);
}

#comments ol > li .comment-wrap .comment-block .comment-header time,
#comments ul > li .comment-wrap .comment-block .comment-header time {
    color: #888888;
    font-size: 14px;
    line-height: 24px;
}

#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link {
    display: inline-block;
    margin-left: 12px;
    font-size: 14px;
}

#comments ol > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after,
#comments ul > li .comment-wrap .comment-block .comment-header a.comment-edit-link:after {
    clear: both;
    content: '';
    display: table;
}

#comments ol > li .comment-wrap .comment-block .comment-content p,
#comments ul > li .comment-wrap .comment-block .comment-content p {
    color: #555;
    margin: 0;
    line-height: 24px;
}

#comments ol > li .comment-wrap .comment-block a.comment-reply-link,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link {
    color: #888888;
    font-size: 12px;
    line-height: 20px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-top: 6px;
    display: inline-block;
    text-transform: uppercase;
}

#comments ol > li .comment-wrap .comment-block a.comment-reply-link i,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link i {
    margin-right: 5px;
}

#comments ol > li .comment-wrap .comment-block a.comment-reply-link:hover,
#comments ul > li .comment-wrap .comment-block a.comment-reply-link:hover {
    color: #d2a637;
}

#comments ol > li .children,
#comments ul > li .children {
    margin: 18px 0 -30px 100px;
}

@media screen and (max-width: 767px) {
    #comments ol > li .children,
    #comments ul > li .children {
        margin: 18px 0 -30px 40px;
    }
}

#comments ol > li .children li,
#comments ul > li .children li {
    border: none;
    border-top: 1px solid #f3f3f3;
    margin: 0;
    padding: 25px 0;
}

#comments #respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 0.8;
    margin: 0 0 30px;
    padding-left: 10px;
    position: relative;
}

#comments #respond .comment-reply-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    content: '';
    background: #d2a637;
}

#comments #respond .comment-form .comment-form-head {
    margin-bottom: 10px;
}

#comments #respond .comment-form .comment-form-url {
    margin: 10px 0 0;
}

#comments input[type='text'],
#comments input[type='email'] {
    border: 1px solid #eeeeee;
    background: #fcfcfc;
    color: #666666;
    margin-bottom: 10px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
}

#comments input[type='text']::-moz-placeholder,
#comments input[type='email']::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

#comments input[type='text']:-ms-input-placeholder,
#comments input[type='email']:-ms-input-placeholder {
    color: #666666;
}

#comments input[type='text']::-webkit-input-placeholder,
#comments input[type='email']::-webkit-input-placeholder {
    color: #666666;
}

#comments textarea {
    border: 1px solid #eeeeee;
    background: #fcfcfc;
    color: #666666;
    margin-bottom: 10px;
    padding: 15px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#comments textarea::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

#comments textarea:-ms-input-placeholder {
    color: #666666;
}

#comments textarea::-webkit-input-placeholder {
    color: #666666;
}

#comments .form-submit {
    margin-top: 15px;
}

#comments .form-submit input[type="submit"] {
    border: none;
    background: #4666a3;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 25px;
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

#comments .form-submit input[type="submit"]:hover {
    background: #2f456d;
}

#comments .form-submit input[type="submit"]:focus {
    outline: none;
    outline-color: transparent;
}
/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

table td,
table th {
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.4em;
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

#off-canvas-nav {
    display: none;
}

.image-zoom {
    overflow: hidden;
}

.image-zoom img {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.image-zoom img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.custom_link {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 10px 30px;
    margin: 20px 15px 0;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #eeeeee;
}

.custom_link i {
    padding-left: 5px;
}

.content-404 p {
    font-size: 26px;
    color: #555555;
    margin: 0 0 0 95px;
}

.content-404 h1 {
    font-size: 120px;
    line-height: 1;
    color: #d2a637;
    margin: 5px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.button-404 {
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    background: #4666a3;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0 42px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #ffffff;
    border: 0;
    margin-top: 40px;
    margin-left: 200px;
}

.button-404:hover,
.button-404:focus {
    background: #2f456d;
    outline: none;
    outline-color: transparent;
    color: #ffffff;
    text-decoration: none;
}

input:focus {
    outline: none !important;
    outline-color: transparent !important;
}

.noo-search-submit {
	display: none;
}
.owl-theme .owl-controls {
    margin-top: 15px;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #4666a3;
    border-color: #4666a3;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #cccccc;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.contact-info {
	padding-top: 40px;
    padding-bottom: 55px;
    padding-left: 30px;
    background-color: #fff;
	float: left;
    width: 100%;
}
.noo-introduce {
    position: relative;
	padding-top: 35px;
}
.noo-introduce .noo-introduce-icon {
    position: absolute;
    width: 60px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.noo-introduce .noo-introduce-content {
    margin-left: 60px;
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
    padding-top: 0;
}
.noo-introduce .noo-introduce-content h3 {
    margin: 0 0 11px 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight:bold;
}
.noo-introduce .noo-attr-intro {
    color: #555555;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
}
.noo-introduce .noo-attr-intro a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-left: 8px;
}
.contact-form-wrapper {
	background: #ffffff;
    padding: 70px 15px 80px;
    border: 1px solid #eeeeee;
}
.contact-form {
	overflow: hidden;
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.contact-info .col-md-4 
{
	float:left;
}
.contact-form input[type='text'], .contact-form input[type='email'] {
    border: 1px solid #eeeeee;
    background: #fcfcfc;
    color: #666666;
    margin-bottom: 10px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
}
.contact-form textarea {
    border: 1px solid #eeeeee;
    background: #fcfcfc;
    color: #666666;
    margin-bottom: 10px;
    padding: 15px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.noo-section-title {
	text-align: center;
    color: #555555;
    text-transform: uppercase;
}
.noo-section-title h3 {
    padding: 0;
    margin: 0;
    font-size: 42px;
    letter-spacing: 1.5px;
}
.noo-section-title h3 span {
    display: inline-block;
    border-left: 3px solid #d2a637;
    border-right: 3px solid #d2a637;
    padding: 0 23px;
    line-height: 0.8;
}
.noo-section-title p {
    margin: 8px 0 0 0;
    font-style: italic;
    font-weight: 700;
    color: #333333;
    text-transform: none;
    font-size: 18px;
}
.tooltip-bt a span.notification {
       top: -8px;
    right: -20px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #c29958;
}
.commerce-cart  dl.variation {
  margin: .25em 0;
}
.commerce-cart  dl.variation:before,
.commerce-cart  dl.variation:after {
  content: " ";
  display: table;
}
.commerce-cart  dl.variation:after {
  clear: both;
}
.commerce-cart  dl.variation dt,
.commerce-cart  dl.variation dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.commerce-cart  dl.variation dt {
  font-weight: 700;
  padding: 0 0 .25em 0;
  margin: 0 0.2857142857142857em 0 0;
  clear: left;
}
.commerce-cart  dl.variation dd {
  padding: 0 0 .25em 0;
  margin: 0;
}
.commerce-cart  dl.variation dd p:last-child {
  margin-bottom: 0;
}
.commerce-cart  p.backorder_notification {
  font-size: 0.83em;
}
.commerce-cart td.product-quantity {
  min-width: 5.714285714285714em;
}

/* === 3.8. TESTIMONIALS === */
.noo-testimonial-wrap {
    position: relative;
    padding: 5px 9%;
    text-align: center;
}
.noo-testimonial-wrap .icon-quote-left {
    position: absolute;
    top: 60px;
    left: 60px;
    color: #ffffff;
    font-size: 60px;
}
.noo-testimonial-wrap .noo-testimonial,
.noo-testimonial-wrap .noo-testimonial-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.noo-testimonial-wrap .noo-testimonial li,
.noo-testimonial-wrap .noo-testimonial-2 li {
    cursor: ew-resize;
}
.noo-testimonial-wrap .noo-testimonial li img,
.noo-testimonial-wrap .noo-testimonial-2 li img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
   width: 100px;
    max-height: 100px;
    height: 100px;
}
.noo-testimonial-wrap .noo-testimonial li .noo-testimonial-content,
.noo-testimonial-wrap .noo-testimonial-2 li .noo-testimonial-content {
    color: #666;
}
.noo-testimonial-wrap .noo-testimonial.white li .noo-testimonial-content {
    color: #fff;
}
.noo-testimonial-wrap .noo-testimonial li .noo-testimonial-content .testimonial-author,
.noo-testimonial-wrap .noo-testimonial-2 li .noo-testimonial-content .testimonial-author {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin: 25px 0 30px;
}
.noo-testimonial-wrap .noo-testimonial.white li .noo-testimonial-content .testimonial-author {
	color: #ffffff;
}
.noo-testimonial-wrap .noo-testimonial li .noo-testimonial-content .testimonial-author strong,
.noo-testimonial-wrap .noo-testimonial-2 li .noo-testimonial-content .testimonial-author strong {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}
.noo-testimonial-wrap .noo-testimonial li .noo-testimonial-content p,
.noo-testimonial-wrap .noo-testimonial-2 li .noo-testimonial-content p {
    font-size: 15px;
    padding: 0 10%;
    margin: 0;
	color:#ffffff !important
}
.noo-testimonial-wrap .noo-testimonial .owl-controls {
    margin-top: 25px;
}
.noo-testimonial-wrap .noo-testimonial .owl-controls .owl-buttons div {
    width: 30px;
    height: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 0 10px;
    text-indent: 100px;
    position: relative;
    background: transparent;
    overflow: hidden;
}
.noo-testimonial-wrap .noo-testimonial .owl-controls .owl-buttons div.owl-prev:before {
    content: "\23";
    font-family: 'ElegantIcons';
    position: absolute;
    top: -10px;
    left: -100px;
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-testimonial-wrap .noo-testimonial .owl-controls .owl-buttons div.owl-next:before {
    content: "\24";
    font-family: 'ElegantIcons';
    position: absolute;
    top: -10px;
    left: -100px;
    font-size: 30px;
    color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.noo-testimonial-wrap .noo-testimonial.white .owl-controls .owl-buttons div.owl-prev:before,
.noo-testimonial-wrap .noo-testimonial.white .owl-controls .owl-buttons div.owl-next:before {
	color: #ffffff;
}
.noo-testimonial-wrap .noo-testimonial .owl-controls .owl-buttons div.owl-prev:hover:before,
.noo-testimonial-wrap .noo-testimonial .owl-controls .owl-buttons div.owl-next:hover:before {
    color: #ffffff;
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 10px;
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 li {
    cursor: auto;
    padding: 10px 0;
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 li img {
    border: 5px solid #f5f5f5;
    max-width: 95px;
    max-height: 95px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 .synced li img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 + .noo-sync1 li .noo-testimonial-content .testimonial-author strong {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 1px;
}
.noo-testimonial-wrap .noo-testimonial-2.noo-sync2 + .noo-sync1 li .noo-testimonial-content p {
    font-size: 18px;
    font-style: italic;
}
@media (max-width: 768px) {
	.section-testimonial-2 > .container {
		width: 100%;
	}
}
.testimonial
{
	margin: 0px;
    padding: 0px;
    background-image: url(../images/parellex-img.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 20px 0 10px 0 !important;
}