body {
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	font-family: 'Poppins';
	background: #f5f5f5;
	position: relative
}

.fixed-body {
	padding: 0px 20px
}

* {
	outline: 0
}

b,
strong {
	font-weight: 700
}

a {
	color: #333333;
	line-height: 1.6;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

a:hover {
	color: #f0ad4e;
	text-decoration: none
}

.container .container {
	width: auto !important;
	max-width: none !important
}

body .standard-body,
body .fixed-body {
	overflow: hidden
}

body .standard-body:before,
body .fixed-body:before {
	position: absolute;
	z-index: -20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: ''
}

.standard-body .full-width .container {
	max-width: 1230px;
	margin: 0px auto;
	padding-left: 45px;
	padding-right: 45px
}

.standard-body .full-width .container .container {
	padding: 0px
}

.standard-body .full-width .shadow {
	display: none
}

.standard-body .fixed {
	padding: 0px 45px
}

.standard-body .fixed .background {
	margin: 0px auto;
	max-width: 1140px;
	background: #fff;
	position: relative
}

.standard-body .fixed .background .shadow {
	display: none
}

.standard-body .fixed .container {
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px
}

.standard-body .fixed .container .container {
	padding: 0px
}

.standard-body .fixed2 {
	padding: 0px
}

.standard-body .fixed2 .background {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
	position: relative
}

.standard-body .fixed2 .background .shadow {
	display: none
}

.standard-body .fixed2 .container {
	padding-left: 45px;
	padding-right: 45px;
	margin: 0px
}

.standard-body .fixed2 .container .container {
	padding: 0px
}

.standard-body .fixed3#top .background .shadow {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 61px;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3)
}

@media (min-width: 1466px) {
	.standard-body .fixed3 {
		padding: 0px
	}
	.standard-body .fixed3 .background {
		margin: 0px auto;
		max-width: 1426px;
		background: #fff;
		position: relative
	}
	.standard-body .fixed3 .background .shadow {
		display: none
	}
	.standard-body .fixed3 .container {
		padding-left: 143px;
		padding-right: 143px;
		margin: 0px
	}
	.standard-body .fixed3 .container .container {
		padding: 0px
	}
}

.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff
}

.main-fixed .fixed {
	padding: 0px !important
}

.main-fixed .background .shadow {
	display: none !important
}

.with-shadow .main-fixed {
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.45);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.45)
}

.fixed-body .container {
	padding-left: 45px;
	padding-right: 45px;
	max-width: none
}

.fixed-body .container .container {
	padding: 0px
}

.row-no-padding {
	margin-left: 0px !important;
	margin-right: 0px !important
}

.row-no-padding > [class*="col-"] {
	padding-left: 0px !important;
	padding-right: 0px !important
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	background: #fff;
	color: #333;
	font-size: 12px;
	font-weight: 400;
	font-family: Poppins;
	/* margin: 5px 0px; */
	/* padding: 12px 20px 11px 20px; */
	border: 1px solid #ddd;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-webkit-transition: background-color linear 0.2s, border-color linear 0.2s;
	-moz-transition: background-color linear 0.2s, border-color linear 0.2s;
	-o-transition: background-color linear 0.2s, border-color linear 0.2s;
	transition: background-color linear 0.2s, border-color linear 0.2s;
	/* height: 45px */
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important
}

input#input-captcha {
	margin-bottom: 15px
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	background: #f9f9f9;
	outline: 0
}

textarea {
	max-width: 100%;
	height: auto
}

select {
	height: 45px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border: 1px solid #cccccc
}

.select {
	position: relative
}

.select:after {
	content: "\f078";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #f0ad4e;
	position: absolute;
	top: 18px;
	right: 30px;
	z-index: 1
}

.select:after {
	right: 20px
}

/*
#main .dropdown-menu {
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 20px
}

#main .open > .dropdown-menu {
	overflow-y: scroll; 
	max-height: 500px; 
	margin-top: 9px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}

.dropdown-menu {
	background: #fff;
	border: none;
	color: #333;
	padding: 24px 0px 21px 0px;
	margin-top: 9px;
	font-size: 12px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15)
}

.dropdown-menu {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

body .dropdown-menu > li > a {
	color: #333;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 30px
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background: none;
	color: #d7121f
}
*/

.button,
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 13px 30px 9px 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-default {
	background: #fff;
	border-color: #ddd;
	color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #18ccd6;
  border-color: #18ccd6;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #f0ad4e;
  border-color: #357ebd;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.input-group input {
	border-right: none;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important
}

.input-group-btn .btn {
	height: 45px;
	margin: 5px 0px
}

.buttons {
	overflow: auto;
	margin: 0px 0px 15px 0px
}

.buttons .btn {
	margin-top: 10px
}

.buttons .left {
	float: left;
	text-align: left
}

.buttons .right {
	float: right;
	text-align: right
}

.buttons .right .button {
	margin-left: 10px
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.button-continue-shopping {
	display: block;
	float: left
}

.button-checkout {
	display: block;
	float: right
}

.button-white-with-red-text {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #f0ad4e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 38px 10px 38px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none
}

.button-white-with-red-text:hover {
	color: #fff;
	background: #f0ad4e
}

.button-megamenu {
	padding: 8px 30px 5px 30px;
	margin: 28px 0px 0px 0px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px
}

#main .app-slider-button {
	padding: 16px 40px 14px 40px !important;
	margin: 0px !important;
	font-size: 13px !important;
	text-transform: none !important
}

header {
	position: relative
}

header .background-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3
}

header .slider-header {
	position: relative;
	z-index: 25
}

.header-margin-top-20 header {
	margin-top: 20px
}

.header-margin-top-30 header {
	margin-top: 30px
}

.header-margin-top-80 header {
	margin-top: 80px
}

.top-bar {
	background: url("../img/bg-megamenu.png") bottom left repeat-x;
	padding-bottom: 8px;
	position: relative
}

.top-bar .menu {
	list-style: none;
	padding: 12px 0px 1px 0px;
	margin: 0px;
	float: right
}

.top-bar .menu li {
	display: inline-block;
	padding: 0px 0px 0px 27px
}

.top-bar .menu li a {
	font-size: 12px;
	color: #333
}

.top-bar .menu li a:hover {
	color: #f0ad4e
}

#top .top-bar .dropdown {
	margin-top: 12px
}

#top .top-bar .dropdown.open .dropdown-menu {
	margin-top: 7px
}

#top {
	position: relative
}

.slider-align-top #top {
	position: absolute;
	width: 100%
}

#top .pattern > .container {
	padding-top: 16px;
	padding-bottom: 40px;
	position: relative;
	z-index: 35
}

#top .background-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

#top .dropdown {
	display: inline-block;
	vertical-align: top;
	margin: 38px 17px 0px 0px
}

#top .dropdown:last-child {
	margin-right: 0px
}

#top form {
	display: inline-block;
	vertical-align: top
}

#top .dropdown > a {
	font-size: 12px;
	line-height: 20px;
	font-weight: 600
}

#top .dropdown:hover > a {
	color: #f0ad4e
}

#top .dropdown > a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 9px;
	left: 0;
	top: 100%;
	z-index: 3
}

#top .dropdown > a:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	line-height: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #f0ad4e;
	vertical-align: top;
	margin: 4px 0px 0px 9px
}

#top .dropdown:hover > a:after {
	color: #333
}

#top .dropdown-menu {
	right: -55px;
	left: auto;
	min-width: 120px;
}

#top .dropdown-menu:after {
	position: absolute;
	top: -10px;
	right: 49px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
	cursor: pointer
}

#top .logo {
	padding: 26px 0px 0px 0px;
	margin: 0px;
	line-height: 100%;
	font-size: 100%;
}

#top .search_form {
	margin: 24px 26px 0px 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	position: relative
}

#top .search_form input {
	padding: 11px 35px 10px 20px;
	margin: 0px;
	height: 45px;
	width: 100%;
	font-size: 12px
}

.search_form .button-search,
.search_form .button-search2 {
	font-family: FontAwesome;
	position: absolute;
	right: 25px;
	top: 13px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.search_form .button-search:before,
.search_form .button-search2:before {
	content: "\f002"
}

#top .my-account {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #cccccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	padding: 9px 0px 0px 0px;
	margin: 24px 0px 0px 0px;
	font-family: Poppins
}

#top .my-account:hover {
	border-color: #f0ad4e;
	background: #f0ad4e;
	color: #fff
}

#top .my-account {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

#top #header-right {
	text-align: right
}

.breadcrumb .container > div {
	padding: 63px 0px 5px 0px;
	text-align: center
}

body[class*="product-category-"].show-vertical-megamenu-category-page .breadcrumb .container > div {
	padding-left: 25%
}

.breadcrumb .container > div {
	padding-top: 45px;
	padding-bottom: 0px
}

.breadcrumb .container h1 {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	font-size: 30px;
	border-bottom: 2px solid #f0ad4e;
	font-weight: 500;
	display: inline-block
}

.breadcrumb .container ul {
	list-style: none;
	padding: 17px 0px 56px 0px;
	margin: 0px
}

.breadcrumb .container ul {
	padding-bottom: 0px;
	margin-bottom: -10px;
	position: relative;
	z-index: 2
}

.breadcrumb .container ul li {
	display: inline-block
}

.breadcrumb .container ul li:before {
	content: "â€º";
	padding-right: 4px
}

.breadcrumb .container ul li:first-child:before {
	display: none
}

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 60px;
	min-height: 300px
}

.standard-body .full-width.main-content .pattern > .container {
	padding-bottom: 50px
}

.banners > div {
	padding-top: 60px
}

.banners.banners-with-padding-30 > div {
	padding-top: 30px
}

.banners.banners-with-padding-20 > div {
	padding-top: 20px
}

.banners.banners-with-padding-45 > div {
	padding-top: 45px
}

.banners.banners-with-padding-50 > div {
	padding-top: 50px
}

.banners.banners-with-padding-40 {
	padding-top: 10px
}

.banners.banners-with-padding-40 > div {
	padding-top: 30px
}

.banners.banners-with-padding-0 > div {
	padding-top: 0px
}

.banners.banners-with-padding-0-2 > div {
	padding-top: 0px
}

.banners > div img {
	display: block;
	margin: 0px auto
}

.center-column {
	position: relative;
	margin-bottom: -20px
}

.standard-body .full-width .center-column.content-without-background {
	padding-top: 20px
}

.standard-body .full-width .center-column.content-without-background {
	padding-top: 0px
}

body[class*="product-product-"] .standard-body .full-width .center-column.content-without-background,
body.body-white .standard-body .full-width .center-column.content-without-background {
	padding-top: 0px
}

body[class*="product-product-"] .center-column {
	margin-bottom: 0px
}

.standard-body .full-width .center-column.content-with-background {
	margin-bottom: 0px;
	padding: 40px 55px 20px 55px;
	margin-top: 50px;
	position: relative
}

.body-white .standard-body .full-width .center-column.content-with-background {
	margin-top: 50px;
	padding: 0px 15px 0px 15px;
	margin-bottom: -20px
}

.checkout-checkout .standard-body .full-width .center-column.content-with-background {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-bottom: -20px
}

.standard-body .full-width .center-column.content-with-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	background: #fff;
	z-index: -1
}

.body-white .standard-body .full-width .center-column.content-with-background:before {
	display: none
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6 {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px
}

.affiliate-login .center-column h2 {
	padding-top: 25px
}

.center-column > *:first-child {
	margin-top: 50px
}

.standard-body .full-width .center-column.content-with-background > *:first-child,
body[class*="product-product-"] .center-column > *:first-child {
	margin-top: 0px
}

body.checkout-checkout .center-column > *:first-child {
	margin-top: -1px
}

#payment-existing,
#shipping-existing {
	margin-bottom: 10px;
	margin-top: 7px
}

.checkout-cart .center-column > form {
	margin-top: 0px !important
}

.box {
	padding-top: 20px;
	margin-top: 32px;
	text-align: center;
	position: relative;
	clear: both
}

.box.without-heading {
	padding-top: 0px !important;
	margin-top: 0px !important
}

.box-with-links {
	padding-top: 60px !important;
	margin-top: 0px !important;
	background: none !important
}

.standard-body #main .full-width .box-with-links {
	padding-top: 50px !important;
	margin-top: 0px !important;
	background: none !important
}

.box-with-categories {
	padding-top: 0px !important;
	margin-top: -71px !important;
	background: none !important
}

#main .box-with-categories {
	background: none !important
}

.box .box-heading {
	margin: 0px auto;
	padding: 0px 0px 9px 0px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #f0ad4e;
	position: relative;
	z-index: 2
}

.box.box-with-products.with-scroll + .box.box-with-products .box-heading {
	margin-top: 15px
}

.box-with-categories .box-heading {
	background: #f0ad4e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	border: none;
	padding: 26px 30px 23px 30px;
	text-align: left;
	margin-bottom: 0px !important
}

.box-with-links .box-heading {
	display: none
}

.box .strip-line {
	display: none
}

.box .box-content {
	clear: both;
	text-align: left;
	padding: 30px 0px 0px 0px
}

.box.box-carousel .box-content {
	padding-bottom: 30px;
	padding-top: 30px !important
}

.col-sm-3 .box-no-advanced.box .box-content,
.col-sm-4 .box-no-advanced.box .box-content,
.col-md-3 .box-no-advanced.box .box-content,
.col-md-4 .box-no-advanced.box .box-content {
	padding: 27px 30px;
	border: 2px solid #f0ad4e;
	background: #fff;
	position: relative;
	margin-top: -2px !important
}

.box-with-categories .box-content {
	border: none !important;
	margin: 0px !important;
	background: #333333 !important;
	padding: 0px !important
}

#main .box-with-categories .box-content {
	margin: 0px !important
}

#main .box-with-links .box-content {
	margin: 0px !important;
	padding: 0px !important
}

.box .box-content.products {
	padding-top: 0px;
	position: relative;
	margin-top: -1px;
	background: #fff
}

.box-with-products .clear:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	margin-top: -1px;
	position: absolute;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	z-index: 1;
	display: block
}

.box.without-heading .clear:before {
	display: none !important
}

.box-with-products .clear:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	z-index: 1;
	display: block
}

.fixed-body .col-md-12 > .box-with-products .clear:after,
.fixed-body .col-md-12 > .box-with-products .clear:before,
.fixed-body .col-sm-12 > .box-with-products .clear:after,
.fixed-body .col-sm-12 > .box-with-products .clear:before {
	left: -45px;
	right: -45px
}

.standard-body .fixed .col-md-12 > .box-with-products .clear:after,
.standard-body .fixed .col-md-12 > .box-with-products .clear:before,
.standard-body .fixed .col-sm-12 > .box-with-products .clear:after,
.standard-body .fixed .col-sm-12 > .box-with-products .clear:before {
	left: -40px;
	right: -40px
}

.border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:after,
.border-width-1 .standard-body .full-width .col-md-12 > .box-with-products .clear:before,
.border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:after,
.border-width-1 .standard-body .full-width .col-sm-12 > .box-with-products .clear:before {
	left: -4000px;
	right: -4000px
}

@media (min-width: 991px) {
	.col-sm-9 .col-sm-12 .box-with-products .clear:before,
	.col-sm-9 .col-sm-12 .box-with-products .clear:after,
	.col-md-9 .col-sm-12 .box-with-products .clear:before,
	.col-md-9 .col-sm-12 .box-with-products .clear:after,
	.col-sm-9 .col-md-12 .box-with-products .clear:before,
	.col-sm-9 .col-md-12 .box-with-products .clear:after,
	.col-md-9 .col-md-12 .box-with-products .clear:before,
	.col-md-9 .col-md-12 .box-with-products .clear:after {
		left: 0 !important;
		right: 0 !important
	}
}

.box > .prev,
.box > .next {
	position: absolute;
	bottom: -18px;
	z-index: 10;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #333;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	padding: 8px 0px 0px 12px;
	text-align: left;
	left: 50%;
	font-size: 13px;
	font-family: Poppins
}

.box > .prev:hover,
.box > .next:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #ffff
}

.box > .prev {
	margin-left: -50px
}

.box > .next {
	margin-left: 15px;
	padding: 8px 0px 0px 14px
}

.box > .prev:before,
.box > .next:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out
}

.box > .next:before {
	content: "\f054"
}

.box > .prev:hover:before,
.box > .next:hover:before {
	color: #fff
}

.box-category ul {
	list-style: none;
	padding: 0px;
	margin: 0px
}

.box-category > ul li {
	border-top: 1px solid #3d3d3d;
	padding: 0px;
	position: relative
}

.box-category > ul > li:first-child {
	border: none
}

.box-category ul li > a {
	line-height: 1.6;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: block;
	padding: 13px 30px 13px 30px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

.box-category > ul li > a:hover,
.box-category > ul li:hover > a,
.box-category > ul li a.active {
	background: #2b2b2b
}

.box-category ul li li a {
	padding-left: 50px
}

.box-category > ul > li:first-child a {
	padding-top: 17px
}

.box-category > ul > li:last-child {
	padding-bottom: 10px
}

.box-category ul li a.active {
	color: #f0ad4e
}

.box-category ul li .head {
	display: block;
	position: absolute;
	top: 0;
	right: 12px
}

.box-category > ul > li:first-child .head {
	top: 2px
}

.box-category ul li .head a {
	color: #fff;
	line-height: 48px;
	display: block;
	padding: 0px 15px !important
}

.box-category ul li .head a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f077";
	font-size: 9px
}

.box-category ul li .head .collapsed:before {
	content: "\f078"
}

.box-category ul li .head .plus,
.box-category ul li .head .minus {
	display: none
}

.button-enquiry {
	padding-left: 30px;
	padding-right: 30px
}

.icon-enquiry[align=left] {
	display: inline-block;
	margin-right: 14px;
	vertical-align: top;
	margin-top: -1px;
	position: relative
}

.icon-enquiry[align=right] {
	display: inline-block;
	margin-left: 14spx;
	vertical-align: top;
	margin-top: -1px;
	position: relative
}

.text-enquiry {
	vertical-align: top;
	display: inline-block
}

.product-grid {
	clear: both;
	position: relative;
	z-index: 1
}

.product-grid [class*="col-"] {
	padding: 0px;
}

.standard-body .full-width .product-grid {
	padding: 0px 15px
}

.body-white .standard-body .full-width .product-grid {
	padding: 0px
}

.product-grid > .row {
	overflow: hidden
}

.carousel .carousel-inner .product-grid > .row:last-child {
	overflow: visible
}

.product-grid > .row:before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
}

.product-grid > .row:first-child:before {
	display: none
}

.box-product .carousel {
	overflow: hidden;
	margin: 0px -15px;
	padding: 0px 15px
}

.standard-body .full-width .box-product .carousel {
	margin: 0px;
	padding: 0px
}

.body-white .standard-body .full-width .box-product .carousel {
	overflow: hidden;
	margin: 0px -15px;
	padding: 0px 15px
}

.box-product .carousel-inner {
	overflow: visible
}

.col-sm-3 .box-no-advanced .product-grid,
.col-sm-4 .box-no-advanced .product-grid,
.col-md-3 .box-no-advanced .product-grid,
.col-md-4 .box-no-advanced .product-grid {
	display: table !important
}

.center-column .product-grid {
	position: relative
}

.center-column .product-grid:before {
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	position: absolute;
	content: ''
}

.fixed-body .col-md-12 .col-md-12.center-column .product-grid:before,
.fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:before {
	left: -45px;
	right: -45px;
	width: auto;
	display: block
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:before {
	left: -40px;
	right: -40px;
	width: auto;
	display: block
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:before,
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:before {
	left: -4000px;
	right: -4000px;
	width: auto;
	display: block
}

.fixed-body .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before,
.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid > .row:first-child:before {
	display: none
}

.center-column .product-grid:after {
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	position: absolute;
	content: ''
}

.fixed-body .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -45px;
	right: -45px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -40px;
	right: -40px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-grid:after {
	left: -4000px;
	right: -4000px
}

.box-product .owl-controls {
	display: none !important
}

.product-grid .product {
	padding: 0;
	text-align: center;
	position: relative;
	border: 1px solid #efefef;
	margin: 5px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.product-grid .product .left {
	padding: 10px;
}

.product-grid .product .right {
	border-top:1px solid #efefef;
	padding: 10px;
}

.product-grid .product-hover .only-hover {
	visibility: hidden;
	position: absolute;
	background: #fff;
	left: 2px;
	right: 2px;
	bottom: 2px;
	padding: 65px 0px 42px 0px;
	text-align: center;
	opacity: 0;
	font-family: Poppins
}

.product-grid .product-hover:hover .only-hover {
	visibility: visible;
	opacity: 1
}


/*reseller*/

.product-grid .product-hover .only-hover-reseller {
	visibility: hidden;
	position: absolute;
	background: #fff;
	left: 2px;
	right: 2px;
	bottom: 2px;
	padding: 40px 0px 40px 0px;
	text-align: center;
	opacity: 0;
	font-family: Poppins
}

.product-grid .product-hover:hover .only-hover-reseller {
	visibility: visible;
	opacity: 1
}

/*reseller*/

#main .new {
	background: #ff0000;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin-top: -15px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	/*top: 50px;*/
}

.sale {
	background: #7ee400;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin-top: -15px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px
}

#main .product-info .new,
#main .product-info .sale {
	margin-top: -15px
}

#main .new,
#main .sale {
	margin-top: 0px
}

.product-info .sale,
.product-info .new {
	left: 20px;
	top: 35px;
	z-index: 0 !important
}

.product-grid .product .image {
	position: relative
}

.product-grid .product .image .quickview {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	z-index: 1
}

.product-grid .product .image .quickview a {
	margin: 0px auto;
	display: inline-block;
	background: #fefefe;
	border: 1px solid #e6e6e6;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer
}

.product-grid .product:hover .image .quickview a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

.product-grid .product .image img.zoom-image-effect {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}

.product-grid .product:hover .image img.zoom-image-effect {
	-webkit-transform: scale(1.05, 1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05, 1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.05, 1.07);
	transition-timing-function: ease-out;
	transition-duration: 250ms
}

.product-grid .product .image-swap-effect {
	position: relative
}

.product-grid .product .image-swap-effect .swap-image {
	position: absolute;
	visibility: hidden;
	opacity: 0.5;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in
}

.product-grid .product:hover .image-swap-effect .swap-image {
	visibility: visible;
	opacity: 1
}

.product-grid .product .name {
	padding-top: 10px;
	height: 70px;
}

.product-grid .product-hover:hover .name {
	visibility: hidden;
	opacity: 0
}

.product-grid .product .price {
	color: #f0ad4e;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
}

.product-grid .product-hover:hover .price {
	visibility: hidden;
	opacity: 0
}

.product-grid .product .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 12px;
}


/*reseller price*/

.product-grid .product .price .price-reseller {
	color: #0adcff;
	font-size: 14px;
	font-weight: 600;
	/*margin-left: 25px;*/
	height: 40px;
}

.product-grid .product-hover:hover .price-reseller {
	visibility: hidden;
	opacity: 0
}

.product-grid .product .price .price-resellerold {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	/*margin-left: 27px;*/
	font-size: 12px;
}

/*reseller price*/




.product-grid .product .rating {
	padding-top: 1px
}

.product-grid .product .only-hover ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	width: 100%;
	top: 10px;
	left: 0
}

.product-grid .product:hover .only-hover ul {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

.product-grid .product .only-hover ul li {
	display: inline-block;
	padding: 5px 1px 5px 0px;
	vertical-align: top
}

.product-grid .product .only-hover ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	font-size: 16px;
	padding: 10px 0px;
	text-align: center;
	cursor: pointer
}

.product-grid .product .only-hover ul li a:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.product-grid .product .only-hover ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}


/*reseller*/


.product-grid .product .only-hover-reseller ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	opacity: 0;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	width: 100%;
	top: 10px;
	left: 0
}

.product-grid .product:hover .only-hover-reseller ul {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1
}

.product-grid .product .only-hover-reseller ul li {
	display: inline-block;
	padding: 5px 1px 5px 0px;
	vertical-align: top
}

.product-grid .product .only-hover-reseller ul li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	font-size: 10px;
	padding: 5px 0px;
	text-align: center;
	cursor: pointer
}

.product-grid .product .only-hover-reseller ul li a:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.product-grid .product .only-hover-reseller ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

/*reseller*/

.is-countdown {
	margin-top: -60px;
	left: 0;
	right: 0;
	padding: 0px;
	position: absolute;
	z-index: 5;
	font-size: 12px;
	color: #232323;
	overflow: hidden;
	background-color: #f0ad4e;
}

.product-list .is-countdown {
	left: 5px;
	right: 5px
}

.col-sm-12 > .product .is-countdown {
	margin-top: -100px
}

.is-countdown .countdown-section:after {
	content: '';
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	left: 100%
}

.is-countdown .countdown-section:last-child:after {
	display: none
}

.countdown-holding span {
	color: #888
}

.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px;
	text-align: center
}

.countdown-show1 .countdown-section {
	width: 98%
}

.countdown-show2 .countdown-section {
	width: 48%
}

.countdown-show3 .countdown-section {
	width: 32.5%
}

.countdown-show4 .countdown-section {
	width: 24.5%
}

.countdown-show5 .countdown-section {
	width: 19.5%
}

.countdown-show6 .countdown-section {
	width: 16.25%
}

.countdown-show7 .countdown-section {
	width: 14%
}

.countdown-section {
	display: block;
	float: left;
	font-size: 100%;
	text-align: center;
	position: relative;
	padding: 12px 0px 6px 0px
}

.col-sm-12 > .product .countdown-section {
	padding-bottom: 12px
}

.countdown-amount {
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: relative;
	margin-bottom: -5px
}

.col-sm-12 > .product .countdown-amount {
	font-size: 18px;
	font-weight: 400;
	padding-top: 2px
}

.countdown-period {
	display: block
}

.countdown-descr {
	display: block;
	width: 100%
}

.col-sm-3 .box-no-advanced.box-with-products.with-scroll,
.col-sm-4 .box-no-advanced.box-with-products.with-scroll,
.col-md-3 .box-no-advanced.box-with-products.with-scroll,
.col-md-4 .box-no-advanced.box-with-products.with-scroll {
	margin-bottom: 17px
}

.col-sm-3 .box-no-advanced.box-with-products .clear,
.col-sm-4 .box-no-advanced.box-with-products .clear,
.col-md-3 .box-no-advanced.box-with-products .clear,
.col-md-4 .box-no-advanced.box-with-products .clear {
	display: none
}

.col-sm-3 .box-no-advanced .product-grid > .row:before,
.col-sm-4 .box-no-advanced .product-grid > .row:before,
.col-md-3 .box-no-advanced .product-grid > .row:before,
.col-md-4 .box-no-advanced .product-grid > .row:before {
	display: none
}

.col-sm-3 .box-no-advanced .products,
.col-sm-4 .box-no-advanced .products,
.col-md-3 .box-no-advanced .products,
.col-md-4 .box-no-advanced .products {
	padding: 0px !important;
	margin-top: -2px !important;
	margin-bottom: -1px;
	overflow: hidden
}

.col-sm-3 .box-no-advanced .item,
.col-sm-4 .box-no-advanced .item,
.col-md-3 .box-no-advanced .item,
.col-md-4 .box-no-advanced .item {
	overflow: hidden
}

.col-sm-3 .box-no-advanced .products .product-grid,
.col-sm-4 .box-no-advanced .products .product-grid,
.col-md-3 .box-no-advanced .products .product-grid,
.col-md-4 .box-no-advanced .products .product-grid {
	margin: -1px 0px 0px 0px;
	padding: 0px
}

.col-sm-3 .box-no-advanced.with-scroll .products .product-grid,
.col-sm-4 .box-no-advanced.with-scroll .products .product-grid,
.col-md-3 .box-no-advanced.with-scroll .products .product-grid,
.col-md-4 .box-no-advanced.with-scroll .products .product-grid {
	margin: -1px 0px 10px 0px;
	padding: 0px
}

.col-sm-3 .box-no-advanced .products .row > div,
.col-sm-4 .box-no-advanced .products .row > div,
.col-md-3 .box-no-advanced .products .row > div,
.col-md-4 .box-no-advanced .products .row > div {
	width: 100%;
	margin: 0px
}

.col-sm-3 .box-no-advanced .products .row > div .product,
.col-sm-4 .box-no-advanced .products .row > div .product,
.col-md-3 .box-no-advanced .products .row > div .product,
.col-md-4 .box-no-advanced .products .row > div .product {
	margin: 0px;
	padding: 28px;
	text-align: left;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none
}

.col-sm-3 .box-no-advanced .products .row > div .product .sale,
.col-sm-4 .box-no-advanced .products .row > div .product .sale,
.col-md-3 .box-no-advanced .products .row > div .product .sale,
.col-md-4 .box-no-advanced .products .row > div .product .sale,
.col-sm-3 .box-no-advanced .products .row > div .product .new,
.col-sm-4 .box-no-advanced .products .row > div .product .new,
.col-md-3 .box-no-advanced .products .row > div .product .new,
.col-md-4 .box-no-advanced .products .row > div .product .new {
	display: none
}

.col-sm-3 .box-no-advanced .products .row > div .product:before,
.col-sm-4 .box-no-advanced .products .row > div .product:before,
.col-md-3 .box-no-advanced .products .row > div .product:before,
.col-md-4 .box-no-advanced .products .row > div .product:before {
	display: none
}

.col-sm-3 .box-no-advanced .products .row > div .product .left,
.col-sm-4 .box-no-advanced .products .row > div .product .left,
.col-md-3 .box-no-advanced .products .row > div .product .left,
.col-md-4 .box-no-advanced .products .row > div .product .left {
	float: left;
	width: 34%
}

.col-sm-3 .box-no-advanced .products .row > div .product .right,
.col-sm-4 .box-no-advanced .products .row > div .product .right,
.col-md-3 .box-no-advanced .products .row > div .product .right,
.col-md-4 .box-no-advanced .products .row > div .product .right {
	float: left;
	width: 57%;
	margin-left: 9%;
	padding-top: 0px
}

.col-sm-3 .box-no-advanced .products .row > div .product .right .name,
.col-sm-4 .box-no-advanced .products .row > div .product .right .name,
.col-md-3 .box-no-advanced .products .row > div .product .right .name,
.col-md-4 .box-no-advanced .products .row > div .product .right .name {
	visibility: visible !important;
	opacity: 1 !important
}

.col-sm-3 .box-no-advanced .products .row > div .product .price,
.col-sm-4 .box-no-advanced .products .row > div .product .price,
.col-md-3 .box-no-advanced .products .row > div .product .price,
.col-md-4 .box-no-advanced .products .row > div .product .price {
	padding-top: 7px;
	visibility: visible !important;
	opacity: 1 !important
}

.col-sm-3 .box-no-advanced .products .product .only-hover,
.col-sm-4 .box-no-advanced .products .product .only-hover,
.col-md-3 .box-no-advanced .products .product .only-hover,
.col-md-4 .box-no-advanced .products .product .only-hover {
	display: none
}

.col-sm-3 .box-no-advanced .products .is-countdown,
.col-sm-4 .box-no-advanced .products .is-countdown,
.col-md-3 .box-no-advanced .products .is-countdown,
.col-md-4 .box-no-advanced .products .is-countdown {
	display: none
}

.col-sm-3 .box-no-advanced .products .quickview,
.col-sm-4 .box-no-advanced .products .quickview,
.col-md-3 .box-no-advanced .products .quickview,
.col-md-4 .box-no-advanced .products .quickview {
	display: none
}

.standard-body .full-width .product-list {
	padding: 0px 15px
}

.body-white .standard-body .full-width .product-list {
	padding: 0px
}

.fixed-body .col-md-12 .col-md-12.center-column .product-list {
	margin: 0px -45px;
	position: relative;
	width: auto !important;
	padding: 0px 35px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list {
	margin: 0px -40px;
	position: relative;
	width: auto !important;
	padding: 0px 30px
}

.border-width-1.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list {
	margin: 0px -4000px;
	position: relative;
	width: auto !important;
	padding: 0px 3990px
}

.product-list > div {
	position: relative;
	padding: 28px 23px;
	margin-bottom: 10px;
	border: 1px solid #efefef;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	background: #fff;
}

.fixed-body .col-md-12 .col-md-12.center-column .product-list > div {
	margin-left: -35px;
	margin-right: -35px;
	padding-left: 43px;
	padding-right: 43px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 38px;
	padding-right: 38px
}

.body-other .standard-body .full-width .center-column .product-list > div:before,
.fixed-body .col-md-12 .col-md-12.center-column .product-list > div:before,
.standard-body .fixed .col-md-12 .col-md-12.center-column .product-list > div:before {
	left: -2px;
	right: -2px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .product-list > div:before {
	left: -4000px;
	right: -4000px
}

.product-list > div .sale,
#main .product-list > div .new {
	margin-top: -5px
}

.product-list .name-actions {
	position: static
}

.product-list .name-actions:before {
	content: '';
	position: absolute;
	bottom: -1px;
	top: -1px;
	margin-left: -5px;
	z-index: -1;
	width: 1px;
	background: url("../img/bg-megamenu.png") bottom left repeat-y
}

.product-list .name-actions > .name {
	padding-left: 35px;
	padding-right: 45px;
	line-height: 1;
	padding-top: 34px
}

.col-md-12 .col-md-12.center-column .product-list .name-actions > .name {
	padding-top: 64px
}

.product-list .name-actions > .price {
	padding-left: 35px;
	padding-right: 45px;
	padding-top: 3px;
	font-size: 20px;
	line-height: 1;
	color: #f0ad4e;
	font-weight: 600
}

.product-list .name-actions > .price .price-old {
	color: #232323;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 13px
}


/*reseller price*/

.product-list .name-actions > .price .price-reseller {
	padding-top: 3px;
	font-size: 20px;
	line-height: 1;
	color: #0adcff;
	font-weight: 600
}

.product-list .name-actions > .price .price-resellerold {
	color: #232323;
	font-weight: 400;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 13px
}

/*reseller price*/



.product-list .name-actions ul {
	list-style: none;
	margin: 0px;
	padding: 21px 45px 0px 35px
}

.product-list .name-actions ul li {
	display: inline-block;
	padding: 5px 3px 5px 0px;
	vertical-align: top
}

.product-list .name-actions ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	font-size: 16px;
	padding: 10px 0px;
	text-align: center;
	cursor: pointer;
	font-family: Poppins
}

.product-list .name-actions ul li a:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.product-list .name-actions ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.product-list .desc {
	position: static;
	padding-top: 50px
}

.col-md-12 .col-md-12.center-column .product-list .desc {
	padding-top: 80px
}

.product-list .desc:before {
	content: '';
	position: absolute;
	bottom: -1px;
	top: -1px;
	margin-left: -40px;
	z-index: -1;
	width: 1px;
	background: url("../img/bg-megamenu.png") bottom left repeat-y
}

.category-info {
	padding: 30px 0px 0px 0px;
	position: relative;
	margin: 0px -30px 0px 0px
}

.standard-body .full-width .category-info {
	background: #fff;
	padding: 30px 0px 0px 30px;
	margin: 30px 0px 0px 0px
}

.body-white .standard-body .full-width .category-info {
	background: none;
	padding: 30px 0px 0px 0px;
	margin: 0px -30px 0px 0px
}

.body-white .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info {
	padding-top: 40px
}

.category-info:before {
	bottom: 0;
	left: 0;
	right: 30px;
	height: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	content: '';
	position: absolute;
	display: block
}

.standard-body .full-width .category-info:before {
	right: 0
}

.body-white .standard-body .full-width .category-info:before {
	right: 30px
}

.fixed-body .col-md-12 .col-md-12.center-column .category-info:before {
	left: -45px;
	right: -15px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .category-info:before {
	left: -40px;
	right: -10px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-info:before {
	left: -4000px;
	right: -4000px
}

.category-info .image {
	padding: 0px 30px 30px 0px;
	float: left;
	width: auto;
	max-width: 100%
}

.category-info > p {
	padding: 2px 30px 30px 0px
}

.refine_search {
	margin: 0px auto !important;
	padding: 51px 0px 9px 0px !important;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #f0ad4e;
	position: relative;
	z-index: 1
}

.refine_search_overflow {
	position: relative
}

.refine_search_overflow:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	z-index: 1;
	background: url("../img/bg-megamenu.png") bottom left repeat-x
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -40px;
	left: -40px
}

.fixed-body .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -45px;
	left: -45px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .refine_search_overflow:after {
	right: -4500px;
	left: -4500px
}

.category-list {
	background: #fff url("../img/bg-megamenu.png") bottom left repeat-x;
	padding: 30px 0px 4px 0px;
	position: relative;
	margin-top: -1px
}

.standard-body .fixed .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -40px;
	margin-right: -40px;
	padding-left: 40px;
	padding-right: 40px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -4000px;
	margin-right: -4000px;
	padding-left: 4000px;
	padding-right: 4000px
}

.fixed-body .col-md-12 .col-md-12.center-column .category-list {
	margin-left: -45px;
	margin-right: -45px;
	padding-left: 45px;
	padding-right: 45px
}

.category-list-text-only {
	padding: 30px 0px 24px 0px
}

.standard-body .full-width .category-list {
	padding-left: 30px;
	padding-right: 30px
}

.body-white .standard-body .full-width .category-list {
	padding-left: 0px;
	padding-right: 0px
}

.category-list .row > div {
	margin-bottom: 26px;
	text-align: center
}

.category-list-text-only .row > div {
	margin-bottom: 6px;
	text-align: left
}

.category-list img {
	display: block;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.product-filter {
	background: #fff;
	padding: 0px;
	margin: 0px;
	position: relative
}

.product-filter .select:after {
	display: none
}

.standard-body .full-width .product-filter {
	padding: 0px 25px;
	margin-top: 30px
}

.body-white .standard-body .full-width .product-filter {
	margin: 0px;
	padding: 0px;
	background: none
}

.product-filter .list-options {
	float: right;
	width: auto;
	padding: 0px 0px 0px 30px
}

.product-filter .list-options .sort {
	padding: 14px 0px 12px 30px;
	float: left;
	width: auto;
	position: relative
}

.product-filter .list-options .sort:before {
	top: 0;
	bottom: 0;
	width: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	content: '';
	position: absolute;
	margin-left: -30px
}

.product-filter .list-options .sort:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #f0ad4e;
	vertical-align: top;
	margin: 30px 0px 0px 0px;
	top: 0;
	right: 1px;
	position: absolute
}

.product-filter .list-options .limit {
	padding: 14px 0px 12px 30px;
	margin: 0px 0px 0px 21px;
	float: left;
	width: auto;
	position: relative
}

.product-filter .list-options .limit:before {
	top: 0;
	bottom: 0;
	width: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	content: '';
	position: absolute;
	margin-left: -30px
}

.product-filter .list-options .limit:after {
	content: "\f078";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	color: #f0ad4e;
	vertical-align: top;
	margin: 30px 0px 0px 0px;
	top: 0;
	right: 1px;
	position: absolute
}

.product-filter .list-options select {
	margin: 0px 0px 0px 10px;
	width: auto;
	background: none;
	border: none;
	padding: 0px 17px 0px 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600 !important;
	color: #333;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	line-height: 1.6;
	height: 45px
}

.product-filter .options {
	float: left;
	width: auto;
	padding: 0px
}

.product-filter .options .product-compare {
	float: right;
	width: auto;
	padding: 27px 0px 21px 31px
}

.product-filter .options .product-compare:before {
	top: 0;
	bottom: 0;
	width: 1px;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	content: '';
	position: absolute;
	margin-left: -31px
}

.product-filter .options .product-compare a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase
}

.product-filter .options .button-group {
	float: left;
	width: auto;
	padding: 26px 13px 23px 0px
}

.product-filter .options .button-group button {
	margin: 0px 14px 0px 0px;
	padding: 0px;
	line-height: 22px;
	border: none;
	background: none;
	color: #ccc;
	font-size: 14px;
	outline: none;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
	color: #000
}

.body-other .standard-body .full-width .product-info {
	padding: 40px;
	position: relative
}

.body-other .standard-body .full-width .product-info:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff
}

.next-product {
	background: #fff;
	border: 1px solid #e5e5e5;
	text-align: left;
	margin-bottom: 50px;
	padding: 10px;
	margin-top: -8px
}

.next-product .image {
	float: left;
	width: 34%
}

.next-product.right .image {
	float: right
}

.next-product .image img {
	display: block
}

.next-product .right {
	padding: 17px 10px 0px 20px;
	width: 66%;
	float: left
}

.next-product.right .right {
	text-align: right;
	padding-right: 20px;
	padding-left: 10px
}

.next-product .right .price {
	font-size: 14px;
	color: #f0ad4e;
	font-weight: 600;
	padding: 8px 0px 10px 0px
}

.next-product-2 {
	text-align: left;
	margin-top: 27px
}

.next-product-2 {
	margin-top: 23px
}

.next-product-2.right {
	text-align: right
}

.button-previous-next {
	display: inline-block;
	cursor: pointer;
	border: none;
	color: #f0ad4e;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px 5px 30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none
}

.button-previous-next:hover {
	color: #fff;
	background: #f0ad4e;
	border-color: #f0ad4e
}

.product-info .popup-gallery.col-sm-7 {
	width: 55.55555555555556%
}

.product-info .product-image {
	margin: 50px 0px 0px 0px;
	border: 1px solid #e5e5e5;
	background: #fff;
	text-align: center;
	position: relative
}

.quickview .product-info .product-image {
	margin-top: 0px
}

.product-info .product-image a {
	display: block
}

.product-info .product-image img {
	display: block;
	cursor: pointer;
	margin: 0px auto
}

.product-info .thumbnails {
	padding-top: 50px
}

.product-info .thumbnails ul {
	list-style: none;
	margin: 0px 0px 0px -20px;
	position: relative;
	padding: 0px
}

.product-info .thumbnails li p {
	margin: 0px;
	padding: 0px 0px 20px 20px
}

.product-info .thumbnails li img,
.product-info .thumbnails-carousel img {
	border: 1px solid #e5e5e5;
	display: block;
	margin: 0px auto
}

.overflow-thumbnails-carousel {
	padding: 20px 19px 0px 19px
}

.product-info .thumbnails-carousel {
	margin: -10px
}

.product-info .thumbnails-carousel .item {
	margin: 10px !important
}

.product-info .thumbnails-carousel .owl-controls {
	display: block !important
}

.product-info .thumbnails-carousel .owl-pagination {
	display: none
}

.product-info .thumbnails-carousel .owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev,
.product-info .thumbnails-carousel .owl-buttons .owl-next {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border: 1px solid #e5e5e5;
	background: #fff;
	color: #333;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	padding: 8px 0px 0px 12px;
	text-align: left;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	font-size: 13px;
	font-family: Poppins
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
.product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.product-info .thumbnails-carousel .owl-buttons .owl-next {
	right: -9px;
	left: auto;
	padding: 8px 0px 0px 14px
}

.product-info .thumbnails-carousel .owl-buttons .owl-next:before {
	content: "\f054";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.product-info .product-center {
	position: relative;
	margin-top: 50px
}

.quickview .product-info .product-center {
	margin-top: 0px
}

.product-info .product-center.col-sm-5 {
	width: 44.444444444444444%
}

.product-info .product-center > div {
	position: relative;
	z-index: 0
}

.quickview .product-info .product-center:before {
	display: none
}

.product-info .product-name {
	padding: 10px 0px 15px 0px;
	margin: 0px;
	font-size: 25px
}

.product-info .description,
.product-info .price,
.product-info .options {
	padding: 24px 0px 22px 0px;
	background: url("../img/bg-megamenu.png") bottom left repeat-x
}

.product-info .description {
	padding-top: 0px;
	font-weight: 600;
	line-height: 23px
}

.product-info .description span {
	display: inline-block;
	width: 140px;
	max-width: 50%;
	padding-right: 20px;
	font-weight: normal
}

.product-info .price {
	background: none
}

.product-info .price .price-new {
	font-size: 10px;
	line-height: 50px;
	color: #f0ad4e;
	font-weight: 600;
	display: inline-block;
	vertical-align: top
}

.product-info .price .price-old {
	color: #ccc;
	font-weight: 400;
	text-decoration: line-through;
	/*padding-left: 15px;*/
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px
}






/*reseller price*/


.product-info .price .price-reseller {
	font-size: 30px;
	line-height: 50px;
	color: #0adcff;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.product-info .price .price-resellerold {
	color: #ccc;
	font-weight: 400;
	text-decoration: line-through;
	/*padding-left: 15px;*/
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	line-height: 20px
}


/*reseller price*/



.product-info .price h3 {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-size: 20px
}

.product-info .is-countdown {
	margin: 0px 0px 26px 0px;
	position: relative;
	background: #f5f5f5;
	top: 0;
	left: 0;
	right: 0
}

.product-info .is-countdown {
	background: #ede5de;
	background: -moz-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ede5de), color-stop(100%, #e5d8ce));
	background: -webkit-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -o-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: -ms-linear-gradient(top, #ede5de 0%, #e5d8ce 100%);
	background: linear-gradient(to bottom, #ede5de 0%, #e5d8ce 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ede5de', endColorstr='#e5d8ce', GradientType=0)
}

.product-info .is-countdown .countdown-amount {
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0px -2px 0px
}

.product-info .is-countdown .countdown-section {
	font-size: 100%;
	padding: 14px 0px
}

.product-info .options {
	padding-bottom: 0px;
	padding-top: 30px;
	background-position: top left
}

.product-info .options2 {
	padding-bottom: 25px
}

.product-info .options h2 {
	margin: 0px;
	font-size: 20px;
	padding: 0px
}

.product-info .options .form-group {
	padding: 15px 0px 0px 0px;
	margin: 0px;
	line-height: 23px
}

.product-info .options .error {
	margin: 0px
}

.product-info .options2 > div > label {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold
}

.product-info .radio-type-button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 10px 7px 5px 0px;
	padding: 0px
}

.product-info .radio-type-button input {
	visibility: hidden;
	position: absolute
}

.product-info .radio-type-button span {
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, .1);
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}

.product-info .radio-type-button span img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px
}

.product-info .radio-type-button span:hover {
	border: 1px solid #f0ad4e
}

.product-info .radio-type-button span.active {
	border: 1px solid #f0ad4e
}

.product-info .radio-type-button img {
	display: block
}

.product-info .radio-type-button2 {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 10px 7px 5px 0px;
	padding: 0px
}

.product-info .radio-type-button2 input {
	visibility: hidden;
	position: absolute
}

.product-info .radio-type-button2 span {
	border: 1px solid rgba(0, 0, 0, .1);
	min-width: 40px;
	display: block;
	text-align: center;
	padding: 9px 20px 8px 20px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 10px
}

.product-info .radio-type-button2 span:hover {
	border-color: #f0ad4e
}

.product-info .radio-type-button2 span.active {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.product-info .cart {
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	background: #fff
}

.product-info .cart .add-to-cart {
	padding: 20px 30px 30px 30px
}

.product-info .cart .add-to-cart a {
	margin: 10px 0px 0px 0px
}

.product-info .cart .add-to-cart p,
.product-info .cart .add-to-cart input,
.product-info .cart .add-to-cart .quantity {
	display: block;
	float: left
}

.product-info .cart .add-to-cart p {
	padding: 6px 10px 0px 0px;
	margin: 0px;
	float: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}

.product-info .cart .add-to-cart input {
	margin: 4px 10px 0px 0px !important;
	height: 45px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}

.product-info .cart .add-to-cart .quantity {
	position: relative
}

.product-info .cart .add-to-cart .quantity input {
	padding-right: 24px;
	width: 80px
}

.product-info .cart .add-to-cart .quantity #q_up {
	display: none
}

.product-info .cart .add-to-cart .quantity #q_down {
	display: none
}

.product-info .cart .add-to-cart #button-cart {
	font-size: 12px !important
}

.product-info .cart .links {
	border-top: 1px solid #e5e5e5;
	padding: 0px 26px 0px 30px
}

.product-info .cart .links a {
	cursor: pointer;
	font-size: 12px
}

.product-info .cart .links a {
	display: block;
	float: left;
	width: 47%;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 17px 22px 14px 0px
}

.product-info .cart .links a:last-child {
	border-left: 1px solid #e5e5e5;
	padding-left: 28px;
	padding-right: 0px;
	width: 53%
}

.product-info .cart .links a i {
	font-size: 15px;
	margin-right: 8px
}

.product-info .cart .minimum {
	padding: 17px 30px 15px 30px;
	border-top: 1px solid #e5e5e5
}

.product-info .review {
	padding: 0px 0px 17px 0px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 24px;
	margin-top: -7px;
	position: relative
}

.product-info .review > div {
	padding: 7px 0px 7px 0px
}

.product-info .review a {
	cursor: pointer
}

.product-info .review a:first-of-type {
	margin-left: 10px
}

.tags_product {
	margin: 0px 0px 20px 0px
}

.product-block {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 30px;
	margin: 50px 0px 0px 0px;
	text-align: center
}

.product-block .title-block {
	margin: 0px auto 28px auto;
	padding: 6px 0px 9px 0px;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 2px solid #f0ad4e
}

.product-block .strip-line {
	display: none
}

.product-block .block-content {
	clear: both
}

.product-contact {
	list-style: none;
	padding: 2px 0px 0px 0px;
	margin: 0px
}

.product-contact li {
	padding: 30px 0px 0px 0px;
	margin: 0px
}

.product-contact li:first-child {
	padding: 0px
}

.product-contact li p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #333
}

.rating i {
	margin: 0 2px;
	color: #ccc;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

.rating i.active {
	color: gold;
}

.set-rating {
	margin-top: 6px;
	margin-bottom: 2px;
	height: 16px
}

.set-rating i {
	margin: 0px;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px;
	cursor: pointer
}

.custom-footer {
	position: relative
}

.custom-footer .background-custom-footer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.custom-footer .background,
.standard-body .custom-footer .background {
	background: #fafafa url("../img/bg-megamenu.png") top left repeat-x;
	padding: 1px 0px 0px 0px
}

.custom-footer .container > .row {
	position: relative
}

.custom-footer .container > .row > div {
	padding-bottom: 40px;
	padding-top: 5px;
	padding-left: 35px;
	position: static
}

.custom-footer .container > .row > div:first-child,
.custom-footer .container > .row > div.col-sm-12 {
	padding-left: 15px
}

.custom-footer .container > .row > div:before {
	content: '';
	height: auto;
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	display: block;
	margin-left: -35px
}

.custom-footer .container > .row > div:first-child:before {
	display: none
}

.custom-footer .pattern {
	padding: 0px
}

.custom-footer .pattern p {
	padding: 0px;
	margin: 0px
}

.custom-footer .pattern .custom-footer-text {
	position: relative;
	margin: 0px 0px -10px 0px
}

.custom-footer .pattern .custom-footer-text p {
	padding: 0px 0px 10px 0px
}

.custom-footer h4 {
	font-size: 20px;
	font-weight: 500;
	padding: 18px 0px 12px 0px;
	margin: 20px 0px 30px 0px;
	display: inline-block;
	border-bottom: 2px solid #f0ad4e
}

ul.contact-us {
	margin: 0px;
	padding: 0px;
	list-style: none
}

ul.contact-us li {
	clear: both;
	margin: 30px 0px 0px 0px
}

ul.contact-us li:first-child {
	margin: 0px
}

ul.contact-us li i {
	float: left;
	width: 37px;
	height: 40px;
	padding: 0px 10px 0px 0px;
	margin: 0px 15px 0px 0px;
	text-align: center;
	font-size: 30px;
	color: #1349b2
}

ul.contact-us li i.fa-mobile-phone {
	font-size: 34px;
	padding-top: 3px
}

ul.contact-us li i.fa-envelope {
	font-size: 22px;
	padding-top: 7px
}

ul.contact-us li i.fa-skype {
	padding-top: 3px
}

#facebook {
	position: relative;
	margin: -8px -5px;
	overflow: hidden
}

.tweets ul {
	list-style: none;
	padding: 0px;
	margin: 0px
}

.tweets li {
	padding: 20px 0px 0px 30px;
	margin: 0px;
	position: relative
}

.tweets li:first-child {
	padding-top: 0px
}

.tweets li:before {
	content: "\f10d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	position: absolute;
	left: 0;
	color: #1349b2;
	margin-top: 4px
}

.tweets li .timePosted {
	font-style: italic;
	font-size: 11px;
	padding-top: 5px
}

.tweets li a {
	color: #f0ad4e
}

.footer {
	position: relative;
	overflow: hidden
}

.footer .background-footer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.footer .background,
.standard-body .footer .background {
	background: #f5f5f5;
}

.footer .pattern {
	padding: 0px;
	color: #333
}

.footer .pattern a {
	color: #333
}

.footer .pattern a:hover {
	color: #fff
}

.footer .container > .row,
.footer .advanced-grid .container > div > .row {
	position: relative
}

.footer .container > .row > div,
.footer .advanced-grid .container > div > .row > div {
	padding-top: 28px;
	padding-bottom: 22px;
	padding-left: 35px;
	position: static
}

.footer .container > .row > div:first-child,
.footer .container > .row > div.col-sm-12,
.footer .advanced-grid .container > div > .row > div:first-child,
.footer .advanced-grid .container > div > .row > div.col-sm-12 {
	padding-left: 15px
}

.footer .container > .row > div:before,
.footer .advanced-grid .container > div > .row > div:before {
	content: '';
	height: auto;
	width: 1px;
	top: 0;
	bottom: 0;
	position: absolute;
	background: url("../img/bg-footer.png") top left repeat-y;
	display: block;
	margin-left: -35px
}

.footer .container > .row > div:first-child:before,
.footer .advanced-grid .container > div > .row > div:first-child:before,
.footer .container > .row > div:before,
.footer .advanced-grid .container > div > .row > div:before {
	display: none
}

.footer .container > .row > div,
.footer .advanced-grid .container > div > .row > div {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-top: 23px
}

.footer .container > .row:last-child > div,
.footer .advanced-grid .container > div > .row:last-child > div {
	padding-top: 30px
}

.footer .container > .row:before,
.footer .advanced-grid .container > div > .row:before {
	content: '';
	height: 1px;
	width: auto;
	left: -50%;
	right: -50%;
	position: absolute;
	background: url("../img/bg-footer.png") top left repeat-x;
	display: block
}

.standard-body .full-width.footer .container > .row:before,
.standard-body .full-width.footer .advanced-grid .container > div > .row:before {
	left: 15px;
	right: 15px
}

.main-fixed2 .footer .container > .row:before,
.main-fixed2 .footer .advanced-grid .container > div > .row:before {
	left: 15px;
	right: 15px
}

.footer .container > .row:first-child:before,
.footer .advanced-grid .container > div > .row:first-child:before {
	display: none
}

.footer .container > .row:before,
.footer .advanced-grid .container > div > .row:before {
	display: none
}

.footer .container > .row:last-child:before,
.footer .advanced-grid .container > div > .row:last-child:before {
	display: block;
	left: -50% !important;
	right: -50% !important
}

.footer h4 {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 25px 0px;
	display: inline-block;
	border-bottom: 2px solid #f0ad4e;
	margin-bottom: 25px
}

.footer .strip-line {
	display: none
}

.footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both
}

.footer ul {
	padding-bottom: 16px
}

.footer ul li a {
	line-height: 30px
}

.links-line-height-25 ul li a {
	line-height: 25px
}

.links-line-height-27 ul li a {
	line-height: 27px
}

.links-font-size-15 ul li a {
	font-size: 15px;
	line-height: 35px
}

.footer ul li a {
	line-height: 25px
}

.font-size-14 {
	font-size: 14px
}

.copyright {
	text-align: center;
	padding: 0px
}

.copyright p {
	margin: 0px;
	padding: 0px
}

.copyright ul {
	float: right;
	width: auto;
	list-style: none;
	padding: 5px 0px 0px 0px;
	margin: 0px
}

.copyright ul li {
	display: inline-block;
	margin-left: 8px
}

.main-content .content {
	padding: 0px 0px 20px 0px
}

.main-content .content:before,
.main-content .content:after {
	display: table;
	content: " "
}

.main-content .content:after {
	clear: both
}

.main-content .content .left {
	float: left;
	width: 47%;
	padding: 0px
}

.main-content .content .right {
	float: right;
	width: 47%;
	padding: 0px
}

.login-content:before,
.login-content:after {
	display: table;
	content: " "
}

.login-content:after {
	clear: both
}

.login-content .left {
	float: left;
	width: 47%
}

.login-content .right {
	float: right;
	width: 47%
}

.login-content .content {
	margin: 20px 0px 0px 0px
}

.login-content .left .button {
	margin-top: 10px
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-clearfix {
	min-height: 0
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999
}

.autocomplete-results {
	position: relative
}

.ui-autocomplete {
	background: #fff !important;
	border: none !important;
	padding: 0px !important;
	margin-top: 14px !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	min-width: 300px !important;
	text-align: left;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15) !important;
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15) !important
}

.ui-autocomplete {
	border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important
}

.ui-autocomplete:after {
	position: absolute;
	top: -10px;
	left: 20px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: ''
}

.container-megamenu .ui-autocomplete {
	left: auto !important
}

.container-megamenu .ui-autocomplete:before {
	left: auto;
	right: 18px
}

.container-megamenu .ui-autocomplete:after {
	left: auto;
	right: 19px
}

.ui-autocomplete li {
	padding: 0px !important;
	margin: 0px !important;
	cursor: pointer !important;
	border: none !important;
	background: url("../img/bg-megamenu.png") top left repeat-x !important;
	list-style: none !important
}

.ui-autocomplete li:first-child {
	background: none !important
}

.ui-autocomplete li a {
	display: block;
	padding: 13px 20px 10px 20px !important;
	margin: 0px !important;
	cursor: pointer !important;
	border: none !important;
	background: none !important;
	overflow: hidden;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	color: #333 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.6 !important;
	font-family: 'Poppins' !important
}

.ui-autocomplete li a.ui-state-focus {
	color: #f0ad4e !important
}

.ui-autocomplete-loading {
	background-image: url('../img/loader.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center !important
}

div.pagination-results {
	clear: both;
	padding: 16px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	position: relative;
	overflow: auto
}

#review div.pagination-results {
	padding-top: 0px;
	margin-top: -10px
}

div.pagination-results .text-right {
	padding: 21px 0px 0px 10px
}

div.pagination-results .text-left {
	padding: 4px 10px 0px 0px
}

div.pagination-results ul {
	padding: 0px;
	margin: 0px;
	list-style: none
}

div.pagination-results ul li {
	display: inline-block;
	background: #fff;
	border: 1px solid #e5e5e5;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	margin: 10px 2px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer
}

div.pagination-results ul li.active {
	color: #fff;
	background: #f0ad4e;
	border-color: #f0ad4e;
}

div.pagination-results ul li.active a {
	color: #fff
}

div.pagination-results ul li:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

div.pagination-results ul li:hover a {
	color: #fff
}

div.pagination-results ul li a,
div.pagination-results ul li span {
	display: block;
	padding: 6px 8px;
	min-width: 30px;
	min-height: 30px
}

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px
}

.list-box li {
	padding: 5px 30px;
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
}

.list-box li:last-child {
	border-bottom: none;
}

.list-box li a:hover,
.list-box li.active a {
	color: #f0ad4e;
}

.information-sitemap .center-column ul {
	padding-left: 20px;
	line-height: 2.6
}

span.error {
	padding: 5px 0px;
	display: block;
	color: red
}

.form span.error {
	display: inline-block;
	padding-left: 20px
}

.product-info span.error {
	padding-top: 0px
}

.help {
	font-size: 10px;
	display: block
}

table.form td {
	padding: 5px 13px 0px 0px
}

table.form td input,
table.form td select,
table.form td textarea {
	margin-left: 7px
}

.htabs {
	z-index: 2;
	text-align: center;
	margin: 0px -15px;
	padding: 44px 0px 0px 0px;
	position: relative
}

.htabs:before,
.htabs:after {
	display: table;
	content: " "
}

.htabs:after {
	clear: both
}

.htabs:before {
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 35px;
	bottom: 0;
	z-index: -1
}

.htabs a {
	margin: 0px 15px;
	padding: 10px 0px;
	font-size: 20px;
	color: #333;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.htabs a.selected,
.htabs a:hover {
	color: #333
}

.htabs a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	z-index: 1
}

.htabs a.selected:before {
	background: #f0ad4e;
	visibility: visible;
	opacity: 1
}

.center-column .tab-content {
	background: #fff;
	line-height: 23px;
	padding: 40px;
	position: relative
}

.standard-body .fixed2 .center-column .tab-content {
	padding-left: 0px;
	padding-right: 0px
}

.tab-content:before {
	height: 1px;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	display: block
}

.tab-content:after {
	height: 1px;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	display: block
}

.fixed-body .center-column .tab-content {
	margin: 0px -45px;
	padding-left: 45px;
	padding-right: 45px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .tab-content {
	margin: 0px -4000px;
	padding-left: 4000px;
	padding-right: 4000px
}

.standard-body .fixed .center-column .tab-content {
	margin: 0px -40px
}

.body-white .standard-body .full-width .center-column .tab-content {
	padding-left: 0px;
	padding-right: 0px
}

.center-column .tab-content > *:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px
}

.center-column .tab-content > *:first-child {
	padding-top: 0px;
	margin-top: 0px
}

.center-column .tab-content #form-review h2 {
	padding: 5px 0px 20px 0px;
	margin: 0px
}

.center-column .tab-content .form-horizontal .control-label {
	padding-top: 5px
}

.success,
.warning,
.attention,
.information {
	padding: 16px 14px 13px 40px;
	margin: 0px 0px 30px 0px;
	clear: both;
	color: #222
}

.success {
	background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
	border: 1px solid #BBDF8D
}

.warning {
	background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
	border: 1px solid #F8ACAC
}

.attention {
	background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
	border: 1px solid #F2DD8C
}

.information {
	background: #E8F6FF url('../img/information.png') 13px center no-repeat;
	border: 1px solid #B8E2FB
}

.review-list .author,
.review-list .rating {
	display: inline-block
}

.review-list .rating {
	float: right;
	width: auto
}

.review-list .author span {
	font-size: 10px;
	opacity: 0.8;
	font-style: italic;
	padding-left: 3px
}

.review-list .text {
	margin: 15px 0px 20px 0px;
	padding: 20px;
	position: relative;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.review-list .text:before {
	position: absolute;
	top: -9px;
	left: 9px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #ccc;
	border-left: 9px solid transparent;
	border-bottom-color: #e6e6e6;
	content: ''
}

.review-list .text:after {
	position: absolute;
	top: -8px;
	left: 10px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	content: ''
}

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
	border: solid #e5e5e5 1px;
	width: 100%;
	margin: 0px 0px 30px 0px
}

table.attribute tr,
table.list tr,
.wishlist-product table tr,
.wishlist-info table tr,
.compare-info tr,
.checkout-product table tr,
.table {
	background: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out
}

table.attribute tr:hover,
table.list tr:hover,
.wishlist-product table tr:hover,
.wishlist-info table tr:hover,
.compare-info tr:hover,
.checkout-product table tr:hover,
.table tr:hover {
	background: #fafafa
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.checkout-product table td,
.table td {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 20px 30px 16px 30px;
	text-align: left;
	vertical-align: top
}

.table td.text-center {
	text-align: center
}

.table td.text-center .input-group {
	margin: 0px auto
}

.table td.text-right {
	text-align: right
}

table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.checkout-product table thead td,
.table thead td {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 18px 30px 14px 30px
}

table.attribute thead th,
table.list thead th,
.wishlist-product table thead th,
.wishlist-info table thead th,
.compare-info thead th,
.checkout-product table thead th,
.table thead th {
	font-weight: bold;
	padding: 18px 30px 14px 30px;
	background-color: #f5f5f5;
}

table.attribute thead:first-child td,
table.list thead:first-child td,
.wishlist-product table thead:first-child td,
.wishlist-info table thead:first-child td,
.compare-info thead:first-child td,
.checkout-product table thead:first-child td,
.table thead:first-child td {
	border-top: none
}

table.attribute td:first-child,
table.list td:first-child,
.wishlist-product table td:first-child,
.wishlist-info table td:first-child,
.compare-info td:first-child,
.checkout-product table td:first-child,
.table td:first-child {
	border-left: none
}

.cart-info {
	position: relative;
	margin: 0px -40px 0px -40px
}

.main-fixed .cart-info {
	margin-left: -45px;
	margin-right: -45px
}

.standard-body .fixed2 .cart-info {
	margin-left: -45px;
	margin-right: -45px
}

.standard-body .full-width .center-column > *:first-child .cart-info {
	margin-top: -40px
}

.standard-body .full-width .center-column > *:first-child .cart-info {
	margin-top: 0px !important
}

.body-white .standard-body .full-width .center-column > *:first-child .cart-info {
	margin-top: 0px
}

.body-white.border-width-1 .standard-body .full-width .center-column > *:first-child .cart-info {
	margin-top: -50px
}

.body-white .standard-body .full-width .cart-info {
	margin: 0px 0px 0px 0px
}

.cart-info table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	width: 100%;
	margin: 0px 0px 45px 0px
}

.cart-info table tr {
	background: #fff
}

.cart-info table tr:hover {
	background: #fff
}

.cart-info table td {
	border: none;
	padding: 10px 10px 0px 10px;
	text-align: left;
	vertical-align: top
}

.cart-info table td:first-child {
	padding-left: 45px
}

.cart-info table td:last-child {
	padding-right: 45px
}

.body-white .standard-body .full-width .cart-info table td:first-child {
	padding-left: 0px
}

.body-white .standard-body .full-width .cart-info table td:last-child {
	padding-right: 0px
}

.cart-info table thead td {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 30px 14px 30px;
	position: relative
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .cart-info thead td:first-child:before {
	content: '';
	position: absolute;
	width: auto;
	height: 1px;
	left: -10000px;
	right: -10000px;
	bottom: -1px;
	border-bottom: 1px solid #e6e6e6;
	z-index: -1;
	display: block
}

.wishlist-info table td {
	vertical-align: middle;
	text-align: center
}

.cart-info table td {
	vertical-align: middle;
	text-align: center
}

.compare-info .price-new {
	color: #f0ad4e
}

.compare-info .price-old {
	color: #333;
	text-decoration: line-through;
	padding-right: 2px
}


/*reseller price*/

.compare-info .price-reseller {
	color: #0adcff
}

.compare-info .price-resellerold {
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	text-decoration: line-through;
	padding-right: 2px
}

/*reseller price*/

table img {
	max-width: none
}

.cart-total {
	overflow: auto;
	margin-bottom: 25px;
	padding-top: 25px
}

.cart-total table {
	float: right
}

.cart-total td {
	padding: 0px 0px 0px 30px;
	text-align: right
}

.cart-total table tr td:last-child {
	color: #f0ad4e;
	font-size: 14px;
	font-weight: 600
}

.download-list,
.order-list {
	overflow: auto
}

.download-list .download-id,
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px
}

.download-list .download-status,
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px
}

.download-list .download-content,
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.download-list .download-content div,
.order-list .order-content div {
	float: left;
	width: 33.3%
}

.download-list .download-info,
.order-list .order-info {
	text-align: right
}

.manufacturer-list {
	overflow: auto;
	padding: 10px 0px 20px 0px
}

.manufacturer-heading {
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 15px 20px 12px 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase
}

.manufacturer-content {
	padding: 20px;
	overflow: auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: none
}

.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0 0 0 20px;
	padding: 0
}

.center-column .panel {
	position: relative;
	margin: 0px 0px 20px 0px
}

.main-fixed .center-column .panel {
	margin: 0px
}

.main-fixed .col-md-12 .col-md-12.center-column .panel {
	margin-left: -45px;
	margin-right: -45px
}

.center-column .panel:last-child {
	margin-bottom: 20px !important
}

.standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0px -40px 0px -40px
}

.body-white .standard-body .col-md-12 .col-md-12.center-column .panel {
	margin: 0px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel {
	margin: 0px -4000px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel:last-child {
	margin-bottom: 20px
}

.standard-body .full-width .center-column .panel:last-child {
	margin-bottom: 20px
}

.standard-body .fixed .center-column .panel {
	margin: 0px -40px 0px -40px
}

.standard-body .fixed .center-column .panel:last-child {
	margin-bottom: 20px
}

.center-column .panel-heading {
	border: 1px solid #e5e5e5;
	padding: 18px 30px 14px 30px;
	background: #fff
}

.main-fixed .center-column .panel-heading,
.standard-body .full-width .center-column .panel-heading,
.standard-body .fixed .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading {
	border: none;
	border-top: 1px solid #e5e5e5;
	padding: 18px 45px 14px 45px
}

.body-white .standard-body .full-width .center-column .panel-heading,
.standard-body .fixed2 .center-column .panel-heading {
	padding-left: 0px;
	padding-right: 0px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-heading {
	padding-left: 4000px;
	padding-right: 4000px
}

.standard-body .full-width .center-column .panel-heading,
.standard-body .fixed .center-column .panel-heading {
	padding-left: 40px;
	padding-right: 40px
}

.main-fixed .center-column .panel:last-child,
.standard-body .full-width .center-column .panel:last-child,
.standard-body .fixed .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: none
}

.body-white.checkout-checkout .standard-body .full-width .center-column .panel:last-child {
	border-bottom: 1px solid #e5e5e5
}

.checkout-checkout .standard-body .full-width .center-column .panel:first-child .panel-heading {
	border-top: none
}

.center-column .panel-heading h4 {
	padding: 0px;
	margin: 0px;
	font-size: 11px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	font-family: Poppins
}

.center-column .panel-body {
	position: relative;
	border-top: 1px solid #e5e5e5;
	background: #fff;
	padding: 30px 45px 35px 45px;
	position: relative
}

.standard-body .full-width .center-column .panel-body,
.standard-body .fixed .center-column .panel-body {
	padding-left: 40px;
	padding-right: 40px
}

.body-white .standard-body .full-width .center-column .panel-body,
.standard-body .fixed2 .center-column .panel-body {
	padding-left: 0px;
	padding-right: 0px
}

.border-width-1 .standard-body .full-width .col-md-12 .col-md-12.center-column .panel-body {
	padding-left: 4000px;
	padding-right: 4000px
}

.center-column .panel-body .buttons {
	margin: 0px
}

.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px
}

.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px
}

.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6
}

.return-list .return-content div {
	float: left;
	width: 33.3%
}

.return-list .return-info {
	text-align: right
}

.return-product {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px
}

.return-opened textarea {
	width: 100%
}

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px
}

.banner img.with-link {
	cursor: pointer
}

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px
}

ul.box-filter > li {
	padding: 0px 0px 15px 0px;
	line-height: 23px
}

ul.box-filter > li > span {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase
}

ul.box-filter ul {
	list-style: none;
	padding: 0px
}

.facebook_left {
	width: 308px;
	position: fixed;
	left: -308px;
	top: 150px;
	z-index: 999
}

.facebook_right {
	width: 308px;
	position: fixed;
	right: -308px;
	top: 150px;
	z-index: 999
}

.facebook_left .facebook-icon,
.facebook_right .facebook-icon {
	height: 50px;
	width: 50px;
	right: -50px;
	background: url("../img/facebook-icon.png") no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 999
}

.facebook_right .facebook-icon {
	left: -50px;
	right: auto
}

.facebook_right .facebook-content,
.facebook_left .facebook-content {
	background-color: #FFFFFF;
	border: 4px solid #4b6baf;
	position: relative;
	z-index: 999
}

.twitter_left {
	width: 308px;
	position: fixed;
	left: -308px;
	top: 150px;
	z-index: 998
}

.twitter_right {
	width: 308px;
	position: fixed;
	right: -308px;
	top: 150px;
	z-index: 998
}

.facebook_right + .twitter_right,
.facebook_left + .twitter_left {
	top: 210px
}

.twitter_left .twitter-icon,
.twitter_right .twitter-icon {
	height: 50px;
	width: 50px;
	right: -50px;
	background: url("../img/twitter-icon.png") no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 998
}

.twitter_right .twitter-icon {
	left: -50px;
	right: auto
}

.twitter_right .twitter-content,
.twitter_left .twitter-content {
	background-color: #FFFFFF;
	border: 4px solid #36a7e5;
	position: relative;
	z-index: 998
}

.custom_left {
	width: 308px;
	position: fixed;
	left: -308px;
	top: 150px;
	z-index: 996
}

.custom_right {
	width: 308px;
	position: fixed;
	right: -308px;
	top: 150px;
	z-index: 996
}

.facebook_right + .twitter_right + .custom_right,
.facebook_left + .twitter_left + .custom_left {
	top: 270px
}

.facebook_right + .custom_right,
.twitter_right + .custom_right,
.twitter_left + .custom_left,
.facebook_left + .custom_left {
	top: 210px
}

.custom_left .custom-icon,
.custom_right .custom-icon {
	height: 50px;
	width: 50px;
	right: -50px;
	background: url("../img/custom-icon.png") no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 996
}

.custom_left .custom-icon {
	background: url("../img/custom-icon-right.png") no-repeat
}

.custom_right .custom-icon {
	left: -50px;
	right: auto
}

.custom_right .custom-content,
.custom_left .custom-content {
	background-color: #FFFFFF;
	border: 4px solid #ea2e49;
	position: relative;
	z-index: 996;
	padding: 10px
}

.picker-switch .btn {
	background: none !important;
	color: #333 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important
}

.timepicker-picker .btn {
	background: none !important;
	color: #333 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold
}

.carousel-brands {
	margin: 0px !important;
	padding: 15px 25px;
	position: relative
}

.banner-module {
	margin: 30px 0px 0px 0px !important
}

@media (max-width: 767px) {
	.responsive .banner-module {
		margin: 20px 0px 0px 0px !important
	}
}

.camera_slider {
	margin: 30px 0px 0px 0px;
	position: relative
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	direction: ltr;
	display: none;
	position: relative;
	z-index: 1
}

.spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 21;
	background: #fff url("../img/loader.gif") 50% 50% no-repeat
}

#slider .fullwidth .camera_slider,
#slider .fullwidth .camera_slider .camera_wrap {
	margin: 0px !important;
	padding: 0px
}

.camera_wrap img {
	display: block;
	margin: 0px auto
}

.camera_wrap .owl-controls .owl-buttons {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	visibility: hidden
}

.camera_wrap:hover .owl-controls .owl-buttons {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.camera_wrap .owl-controls .owl-buttons .owl-prev,
.camera_wrap .owl-controls .owl-buttons .owl-next {
	position: absolute;
	left: 75px;
	top: 50%;
	margin: -17px 0px 0px 0px !important;
	height: 34px;
	width: 34px;
	margin: 0px;
	background: #fff;
	display: block;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	padding: 8px 0px 0px 12px;
	font-size: 13px;
	font-family: Poppins
}

.camera_wrap .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 75px;
	padding: 8px 0px 0px 14px
}

.camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
.camera_wrap .owl-controls .owl-buttons .owl-next:hover {
	background: #f0ad4e
}

.container .camera_wrap .owl-controls .owl-buttons .owl-prev {
	left: 30px
}

.container .camera_wrap .owl-controls .owl-buttons .owl-next {
	right: 30px
}

.camera_wrap .owl-controls .owl-buttons .owl-prev:before,
.camera_wrap .owl-controls .owl-buttons .owl-next:before {
	content: "\f053";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 11px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out
}

.camera_wrap .owl-controls .owl-buttons .owl-next:before {
	content: "\f054"
}

.camera_wrap .owl-controls .owl-buttons .owl-prev:hover:before,
.camera_wrap .owl-controls .owl-buttons .owl-next:hover:before {
	color: #fff
}

.camera_wrap .owl-controls .owl-pagination {
	display: none
}

img[src="image/catalog/blank.gif"] {
	background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
	width: 100%;
	max-height: 200px
}

.mfp-iframe-scaler iframe {
	background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important
}

.quickview body {
	background: #fff;
	padding: 30px 30px 30px 30px
}

.quickview .mfp-iframe-holder .mfp-content {
	max-width: 900px;
	height: 622px
}

.quickview .mfp-iframe {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7)
}

.quickview.mfp-bg {
	opacity: 0.01;
	transition: all 0.2s ease-out
}

.quickview.mfp-ready .mfp-iframe {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.quickview.mfp-ready.mfp-bg {
	opacity: 0.4
}

.quickview.mfp-removing .mfp-iframe {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0
}

.quickview.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.4
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

body .mfp-arrow-left:before,
body .mfp-arrow-left .mfp-b {
	border-right-color: #333
}

body .mfp-arrow-right:before,
body .mfp-arrow-right .mfp-b {
	border-left-color: #333
}

body .mfp-iframe-scaler iframe {
	box-shadow: none
}

body .mfp-figure:after {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}

body .mfp-counter {
	color: #dedede
}

.header-notice {
	background: #f0ad4e;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	display: none
}

.header-notice a {
	color: #fff
}

.header-notice p {
	padding: 15px 0px 17px 0px;
	margin: 0px
}

.header-notice a.close-notice {
	display: block;
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	margin: 6px 10px;
	text-align: center;
	padding: 9px 0px 0px 0px;
	color: #f0ad4e;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.header-notice a.close-notice:before {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.header-notice a.close-notice:hover {
	background: #333333;
	color: #fff
}

.advanced-grid {
	position: relative
}

.advanced-grid-products {
	padding: 8px 0px 10px 0px
}

.advanced-grid-products .product {
	margin: 0px;
	padding: 8px 0px
}

.advanced-grid-products .product:first-child {
	padding-top: 0px
}

.advanced-grid-products .product:last-child {
	padding-bottom: 0px
}

.advanced-grid-products .product .image {
	float: left;
	width: 34%;
	max-width: 100px
}

.advanced-grid-products .product .image img {
	display: block
}

.advanced-grid-products .product .right {
	float: left;
	width: 58%;
	margin-left: 8%;
	padding-top: 10px
}

.advanced-grid-products .product .right .price {
	color: #f0ad4e;
	font-weight: 600;
	font-size: 14px
}

.advanced-grid-products .product .right .price .price-old {
	color: #333;
	text-decoration: line-through;
	padding-right: 2px
}

.advanced-grid-latest-blogs .news {
	margin: 0px;
	padding: 15px 0px;
	border-top: 1px solid #e6e6e7
}

.footer .advanced-grid-latest-blogs .news {
	border-color: rgba(255, 255, 255, 0.1)
}

.advanced-grid-latest-blogs .news:first-child {
	border: none;
	padding-top: 0px
}

.advanced-grid-latest-blogs .news:last-child {
	padding-bottom: 0px
}

.advanced-grid-latest-blogs .news .image {
	margin: 0px 20px 0px 0px;
	float: left
}

.advanced-grid-latest-blogs .news .image a {
	display: block;
	background-size: cover;
	position: relative
}

.advanced-grid-latest-blogs .news .right .name {
	padding: 2px 0px
}

.advanced-grid-latest-blogs .news .right .article-date-added {
	font-size: 11px;
	font-style: italic
}

.advanced-grid-latest-blogs .news .right .article-date-added i {
	margin-right: 3px
}

.popup {
	background: #FFF;
	padding: 50px 60px;
	text-align: left;
	max-width: 750px;
	margin: 40px auto;
	position: relative
}

body .popup-module .mfp-close {
	top: -20px;
	color: white;
	right: -20px;
	text-align: center;
	width: 45px;
	height: 45px;
	border: 2px solid #f0ad4e;
	color: #f0ad4e;
	background: #fff;
	opacity: 1;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

body .popup-module .mfp-close:hover {
	background: #f0ad4e;
	color: #fff
}

body .popup-module.without-button-close .mfp-close {
	display: none
}

.popup h4 {
	font-size: 20px;
	padding: 5px 0px 25px 0px;
	margin: 0px 0px 25px 0px;
	position: relative
}

.popup h4:after {
	content: '';
	position: absolute;
	width: 41px;
	height: 2px;
	background: #f0ad4e;
	bottom: 0;
	left: 0
}

.popup .content {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #333;
	line-height: 23px
}

.popup .content a {
	color: #f0ad4e
}

.popup .newsletter {
	padding: 22px 0px 9px 0px
}

.popup .newsletter input {
	margin: 0px;
	vertical-align: top
}

.popup .newsletter .subscribe {
	height: 45px;
	vertical-align: top;
	margin: 0px 0px 0px 18px;
	padding: 16px 30px 0px 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px
}

.popup .dont-show-label {
	text-align: center;
	padding: 5px 0px 0px 0px
}

.popup .buttons-yes-no {
	padding: 23px 0px 10px 0px;
	text-align: center
}

.popup .buttons-yes-no .button:first-child {
	margin-right: 18px
}

.popup .buttons-yes-no .button {
	height: 45px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 16px 30px 0px 30px;
	margin: 0px
}

.popup .form-contact .error {
	background: #ffd3d7
}

.popup .form-contact .contact-label {
	padding-top: 14px
}

.popup .form-contact .contact-label:first-child {
	padding-top: 0px
}

.popup .form-contact .contact-label label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase
}

.popup .form-contact .btn {
	margin: 15px auto 10px auto;
	display: block
}

.categories-wall > div:first-child:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	z-index: 1
}

.categories-wall > div:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/bg-megamenu.png") top left repeat-x;
	z-index: 1
}

.categories-wall .category-wall {
	position: relative;
	margin: 0px -15px;
	text-align: center;
	padding: 0px 0px 40px 0px
}

.categories-wall .category-wall:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	background: url("../img/bg-megamenu.png") top left repeat-y;
	z-index: 1
}

.categories-wall .row > div:first-child .category-wall:before {
	display: none
}

.categories-wall .category-wall .image {
	position: relative
}

.categories-wall .row > div:first-child .category-wall .image {
	margin-left: -30px;
	padding-left: 30px
}

.standard-body .full-width .categories-wall .row > div:first-child .category-wall .image {
	padding-left: 0px;
	margin-left: 15px
}

.standard-body .fixed .categories-wall .row > div:first-child .category-wall .image {
	padding-left: 25px;
	margin-left: -25px
}

.categories-wall .row > div:last-child .category-wall .image {
	margin-right: -30px;
	padding-right: 30px
}

.standard-body .full-width .categories-wall .row > div:last-child .category-wall .image {
	padding-right: 0px;
	margin-right: 15px
}

.standard-body .fixed .categories-wall .row > div:last-child .category-wall .image {
	padding-right: 25px;
	margin-right: -25px
}

.categories-wall .category-wall .image img {
	display: block;
	margin: 0px auto
}

.categories-wall .category-wall h3 {
	display: inline-block;
	padding: 30px 0px 7px 0px;
	margin: 0px 15px;
	font-size: 25px;
	border-bottom: 2px solid #f0ad4e
}

.categories-wall .category-wall ul {
	list-style: none;
	padding: 15px 15px 0px 15px;
	margin: 0px;
	font-size: 14px;
	line-height: 25px
}

.categories-wall .category-wall ul li a {
	line-height: 25px
}

.categories-wall .category-wall .more-categories {
	display: inline-block;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 8px 30px 5px 30px;
	margin: 21px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	color: #f0ad4e;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in
}

.categories-wall .category-wall .more-categories:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.banner-big-sale {
	position: relative;
	padding: 80px 0px 100px 8.5%
}

.banner-big-sale h3 {
	font-size: 25px;
	line-height: 1;
	margin-bottom: 25px
}

.banner-big-sale a.button {
	margin: 0px
}

.banner-big-sale img {
	display: block
}

.footer-block {
	padding: 8px 0px 14px 0px;
	position: relative;
	margin: 0px -15px
}

.footer-blocks-bottom .footer-block {
	padding: 7px 0px 11px 0px
}

.footer-block > img {
	display: inline-block;
	vertical-align: top
}

.footer-block > .footer-block-content {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1;
	padding: 14px 0px 0px 8px
}

.footer-blocks-bottom .footer-block > .footer-block-content {
	padding-top: 2px
}

.footer-block h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	font-size: 15px;
	color: #fff
}

.footer-blocks-bottom .footer-block h6 {
	font-size: 14px
}

.footer-block p {
	padding: 0px;
	margin: 0px
}

.footer-about-us {
	padding: 24px 0px 0px 0px
}

.footer-about-us h6 {
	color: #fff;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	font-size: 15px
}

.footer .footer-about-us p {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	line-height: 23px
}

.footer-about-us ul.social-icons {
	list-style: none;
	padding: 26px 0px 0px 0px;
	margin: 0px
}

.footer-about-us ul.social-icons li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 18px 0px 0px;
	font-size: 24px
}

.footer-about-us ul.social-icons li a {
	color: #717171
}

.footer-about-us ul.social-icons li a:hover {
	color: #fff
}

.footer-about-us ul.social-icons.social-icons-fashionsimple li a {
	color: #1d1d1b
}

.footer-about-us ul.social-icons.social-icons-fashionsimple li a:hover {
	color: #bc985c
}

.computer3-banners {
	border-bottom: 1px solid #dadada
}

.computer3-banners .container {
	padding: 0px !important
}

.computer3-banners img {
	display: block
}

.computer3-banners .text-right img {
	float: right
}

.computer3-banners .row > div {
	border-left: 1px solid #dadada
}

.computer3-banners .row > div:first-child {
	border: none
}

.newsletter {
	padding: 67px 0px 0px 0px
}

.newsletter .heading {
	padding-left: 67px;
	position: relative;
	margin-right: -15px
}

.newsletter .heading img {
	display: block;
	float: left;
	margin: 0px 34px 0px 0px
}

.newsletter .heading p {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	font-size: 25px;
	line-height: 1;
	font-weight: 500
}

.newsletter .content {
	padding-bottom: 0px
}

.newsletter .content p {
	height: 50px;
	border-left: 2px solid #fc741b;
	padding: 17px 0px 0px 27px;
	margin: 5px 0px 0px 15px;
	text-align: center
}

.newsletter .inputs {
	text-align: center;
	padding-top: 3px
}

.newsletter .inputs input {
	background: #fff;
	margin-right: 8px;
	width: 187px;
	vertical-align: top;
	height: 45px
}

.newsletter .inputs input:focus {
	background: #fcfcfc
}

.newsletter .inputs .button {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	height: 45px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	vertical-align: top
}

.container-full-width .container {
	padding: 0px !important
}

.today-deals {
	margin-bottom: 15px
}

.today-deals .prev {
	margin-left: -40px;
	border-color: #cdcdcd
}

.today-deals .next {
	margin-left: 5px;
	border-color: #cdcdcd
}

.today-deals-products .product {
	padding: 20px 20px 43px 20px;
	text-align: center
}

.today-deals-products .product .is-countdown {
	display: block !important;
	position: relative;
	margin: 0px auto;
	background: none;
	max-width: 285px;
	font-size: 10px
}

.today-deals-products .product .is-countdown .countdown-section {
	padding: 12px 5px 11px 5px
}

.today-deals-products .product .is-countdown .countdown-section:before {
	border: 1px solid #ccc;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 5px;
	right: 5px
}

.today-deals-products .product .is-countdown .countdown-section:after {
	display: none
}

.today-deals-products .product .is-countdown .countdown-amount {
	font-size: 16px
}

.today-deals-products .product .name {
	padding-top: 28px
}

.today-deals-products .product .price {
	color: #f0ad4e;
	font-size: 14px;
	font-weight: 600
}

.today-deals-products .product .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px
}

.today-deals-products .product .button {
	margin-top: 23px;
	padding: 14px 38px 12px 56px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 12px !important;
	position: relative
}

.today-deals-products .product .button:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 23px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/add-to-cart.png") top left no-repeat
}

.border-top {
	border-top: 1px solid #e5e5e5
}

.border-1px {
	border: 1px solid #e5e5e5
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5
}

.app-heading {
	font-size: 30px;
	margin: 60px 0px 0px 0px;
	color: #fff;
	font-weight: 400;
	padding: 39px 40px 37px 58px
}

.overflow-military-banners {
	position: relative;
	z-index: 22
}

#main .products-grid-with-carousel {
	overflow: hidden;
	margin-top: -1px !important;
	padding: 0px 16px 0px 22px !important
}

#main .products-grid-with-carousel .clear:before {
	margin-top: 0px
}

#main .products-grid-with-carousel .owl-item:last-child .product:before {
	background: none
}

.products-grid-with-carousel.box .box-content.products {
	margin-top: 0px
}

.products-grid-with-carousel .product-grid {
	padding: 0px !important;
	overflow: visible !important
}

ul.social-icons-default {
	list-style: none;
	padding: 10px 0px 0px 0px;
	padding-bottom: 0px !important;
	margin: 0px;
	position: relative;
	margin-bottom: -3px
}

ul.social-icons-default li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 9px 0px 9px;
	font-size: 24px
}

#main ul.social-icons-default li a {
	color: #d1d1d1
}

#main ul.social-icons-default li a:hover {
	color: #000
}

.app-columns {
	background: #f5f8fc;
	border: 1px solid #dfe6f0;
	margin: 30px 0px 0px 0px;
	font-weight: 500;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.app-columns .row {
	margin: 0px
}

.app-columns .row > div {
	padding: 12px 37px 13px 37px
}

.app-columns .row > div:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #dcdfe2;
	left: 0
}

.app-columns .row > div:first-child:before {
	display: none
}

.app-columns p {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 15px
}

.app-columns img {
	display: block;
	float: left;
	margin: 0px 15px 0px 0px
}

.footer-block-app {
	padding: 0px 0px 10px 0px
}

.footer-block-app img {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px
}

.footer-block-app .footer-block-content {
	display: inline-block;
	vertical-align: top
}

.footer-block-app .footer-block-content h6 {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	line-height: 1
}

.footer-block-app .footer-block-content p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 1;
	font-size: 25px;
	font-weight: bold
}

.clear {
	display: none
}

.box-content.products {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.center-column .product-grid:before,
.center-column .product-grid:after {
	display: none
}

.box-content.products > div {
	position: relative;
	margin: -1px;
	overflow: hidden
}

#main .box-content.products .product-grid {
	padding-left: 15px;
	padding-right: 15px
}

#main .center-column .product-grid {
	padding: 10px;
}

.product-grid .product:hover:before {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.tab-content:before,
.tab-content:after {
	display: none
}

.tab-content {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-left: 15px !important;
	padding-right: 15px !important
}

.filter-product .tab-content {
	padding-left: 0px !important;
	padding-right: 0px !important
}

.tab-content > div > div {
	margin: -1px;
	overflow: hidden
}

#main .tab-content .product-grid {
	padding-left: 15px;
	padding-right: 15px;
}

.col-sm-3 .box-no-advanced.box .box-content,
.col-sm-4 .box-no-advanced.box .box-content,
.col-md-3 .box-no-advanced.box .box-content,
.col-md-4 .box-no-advanced.box .box-content,
.product-info .cart,
.popup,
.product-info .thumbnails li img,
.product-info .thumbnails-carousel img,
.product-info .product-image {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.product-info .product-image {
	padding: 1px
}

.manufacturer-heading {
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px
}

.manufacturer-content {
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px
}

.col-sm-3 .box-no-advanced .box-heading,
.col-sm-4 .box-no-advanced .box-heading,
.col-md-3 .box-no-advanced .box-heading,
.col-md-4 .box-no-advanced .box-heading {
	padding-bottom: 8px
}

.col-sm-3 .box-no-advanced .box-content,
.col-sm-4 .box-no-advanced .box-content,
.col-md-3 .box-no-advanced .box-content,
.col-md-4 .box-no-advanced .box-content {
	margin-top: 0px !important
}

.box-with-categories .box-heading {
	padding-top: 25px !important;
	padding-bottom: 18px !important;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px
}

.box-with-categories .box-content {
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px
}

.cart-info table {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding-bottom: 30px;
	background: #fff
}

.cart-info table tr {
	background: none !important
}

.cart-info table td:last-child {
	padding-right: 30px !important
}

.cart-info table td:first-child {
	padding-left: 30px !important
}

#accordion {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
	background: #fff
}

#accordion .panel-heading {
	padding-left: 30px !important;
	padding-right: 30px !important;
	background: none !important;
	border-bottom: none !important
}

#accordion .panel {
	margin-bottom: 0px !important;
	border: none !important
}

#accordion .panel:first-child .panel-heading {
	border-top: none !important
}

#accordion .panel .panel-body {
	padding-left: 30px !important;
	padding-right: 30px !important
}

#main .product-list {
	padding: 0px;
	background-image: none
}

.product-list > div:before {
	left: -2px;
	right: -2px
}

.product-list > div:last-child:before {
	display: none
}

.product-list > div {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

#main .product-filter {
	padding: 0px 20px !important;
	background: #fff !important;
	border: 1px solid #dee7f0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0px 0px 20px 0px;
	overflow: hidden
}

#main .product-filter > div {
	margin: -8px 0px
}

.today-deals-app-products {
	position: relative;
	margin: 12px -1px 7px -1px;
	text-align: center
}

.today-deals-app-products .sale,
.today-deals-app-products .new {
	margin-top: 0px
}

.today-deals-app-products .is-countdown {
	padding: 0px;
	margin: -40px -30px 30px -30px;
	position: relative;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

.today-deals-app-products .countdown-section {
	padding-top: 10px
}

.today-deals-app-products .countdown-amount {
	font-weight: bold
}

.today-deals-app-products .name {
	padding-top: 16px
}

.today-deals-app-products .price {
	color: #f0ad4e;
	font-size: 20px;
	font-weight: 600;
	padding-top: 6px
}

.today-deals-app-products .price .price-old {
	color: #232323;
	font-weight: 400 !important;
	text-decoration: line-through;
	padding-right: 2px;
	font-size: 20px
}

.today-deals-app-products .only-hover ul {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	list-style: none
}

.today-deals-app-products .only-hover ul li {
	display: inline-block;
	padding: 5px 1px 5px 0px;
	vertical-align: top
}

.today-deals-app-products .only-hover ul li a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #fff;
	border: 1px solid #ccc;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	font-size: 16px;
	padding: 10px 0px;
	text-align: center;
	cursor: pointer
}

.today-deals-app-products .only-hover ul li a:hover {
	background: #f0ad4e;
	border-color: #f0ad4e;
	color: #fff
}

.today-deals-app-products .only-hover ul li a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

.today-deals-app-products .only-hover ul li a.button-add-to-cart {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 30px 0px 55px;
	position: relative
}

.today-deals-app-products .only-hover ul li a.button-add-to-cart:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 23px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/add-to-cart.png") top left no-repeat
}

#main .no-clear-after .clear:after {
	display: none !important
}

#main .no-clear-after .clear:before {
	z-index: 0
}

.blog-search .form-group {
	margin-bottom: 0
}

.blog-search input[type="text"] {
	margin: 0px
}

.blog-search .search-form button {
	font-family: FontAwesome;
	position: absolute;
	right: 30px;
	top: 11px;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: none;
	background: none
}

ul.blog-list-default {
	list-style: none;
	padding: 0px;
	margin: 0px
}

ul.blog-list-default li {
	padding: 21px 0px 20px 0px
}

ul.blog-list-default li:first-child {
	padding-top: 0px
}

ul.blog-list-default li:last-child {
	padding-bottom: 0px
}

ul.blog-list-default li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background: rgba(0, 0, 0, .1);
	margin-top: -21px
}

ul.blog-list-default li:first-child:before {
	display: none
}

ul.blog-list-default li .thumb-holder {
	float: left;
	width: auto;
	margin-right: 20px
}

ul.blog-list-default li .thumb-holder img {
	display: block
}

ul.blog-list-default li .date-published {
	padding: 4px 0px 3px 0px;
	font-size: 11px;
	font-weight: bold
}

ul.blog-list-default li h5 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	line-height: 18px
}

.blog-tags .box-content {
	border-bottom: none !important
}

.tagcloud {
	line-height: 15px;
	position: relative;
	margin: -7px 0px -10px 0px
}

.tagcloud a {
	display: inline-block;
	background: #f0ad4e;
	font-size: 9px;
	line-height: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 0px 7px 9px 0px;
	padding: 1px 10px 0px 10px
}

.tagcloud a:hover {
	background: #333
}

.footer-blocks-top-app {
	padding-top: 17px
}

#main .breadcrumb .background {
	border-top: 1px solid #e5e5e5;
	background-image: none
}

body,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
	font-size: 13px;
	font-weight: 400 !important
}

.dropdown-menu,
body .dropdown-menu > li > a,
.top-bar .menu li a,
#top .dropdown > a,
.product-info .cart .add-to-cart p,
.header-notice,
#top #header-center .menu li a,
.welcome-text,
#top #header-left .menu li {
	font-size: 12px
}

.product-filter .options .product-compare a,
.product-info .cart .links a,
.button-previous-next,
.button-white-with-red-text,
table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.checkout-product table thead td,
.table thead td,
.cart-info table thead td,
.manufacturer-heading,
.center-column .panel-heading h4,
ul.box-filter > li > span,
.popup .form-contact .contact-label label,
.categories-wall .category-wall .more-categories,
.product-info .options2 > div > label {
	font-size: 11px !important
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu {
	font-size: 18px;
	font-weight: 700 !important;
	line-height: 1.6
}

ul.megamenu > li > a strong,
.megamenuToogle-wrapper .container {
	font-size: 13px;
	font-weight: 600 !important
}

.horizontal ul.megamenu > li > a,
.megamenuToogle-wrapper .container {
	line-height: 1.6
}

.box .box-heading,
.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6,
.products-carousel-overflow .box-heading,
.htabs a,
.product-info .options h2,
h3,
h4,
h6,
.product-block .title-block,
.filter-product .filter-tabs ul > li > a,
.popup h4,
.product-info .product-name a,
legend {
	font-size: 20px;
	font-weight: 700 !important
}

.box-with-categories .box-heading,
.vertical .megamenuToogle-wrapper .container {
	font-size: 13px;
	font-weight: 600 !important
}

.box-with-categories .box-heading,
.vertical .megamenuToogle-wrapper .container {
	line-height: 1.7
}

.box-category ul li > a,
.vertical ul.megamenu > li > a strong {
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 1.6
}

.box-category ul li > a {
	padding-top: 16px
}

.footer h4,
.custom-footer h4 {
	font-size: 18px;
	font-weight: 700 !important
}

.breadcrumb .container h1 {
	font-size: 25px;
	font-weight: 700 !important
}

.product-grid .product .price,
.advanced-grid-products .product .right .price,
.cart-total table tr td:last-child,
.mini-cart-info td.total,
.mini-cart-total td:last-child,
.today-deals-products .product .price, {
	font-size: 14px;
	font-weight: 600 !important
}

.product-info .price .price-new {
	font-size: 30px;
	font-weight: 600 !important
}

.product-list .name-actions > .price {
	font-size: 20px;
	font-weight: 600 !important
}

.price-old,
.today-deals-products .product .price .price-old {
	font-size: 14px;
	font-weight: 600
}

.sign-in-page .row {
  display: flex;
  align-items: center;
}
.sep {
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}
.sepText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-transform: uppercase;
}
.sepText::before,
.sepText::after {
  content: '';
  flex: 1;
  width: 1px;
  background: #ddd;
  margin: .25em;
}

.sign-in-page .sign-in .social-sign-in .facebook-sign-in {
  background-color: #3d5c98;
  margin-right: 10px;
  color: #fff !important;
}
.sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
  background-color: #153470;
  color: #fff !important;
}

.sign-in-page .sign-in .social-sign-in .google-sign-in {
  background-color: #DD4B39;
  color: #fff !important;
}
.sign-in-page .sign-in .social-sign-in .google-sign-in:hover,
.sign-in-page .sign-in .social-sign-in .google-sign-in:focus {
  background-color: #C64433;
  color: #fff !important;
}

.sign-in-page .sign-in .social-sign-in .twitter-sign-in {
  background-color: #22aadf;
  margin-top:20px !important;
  color: #fff !important;
}
.sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
  background-color: #0084B9;
  color: #fff !important;
}

.sign-in-page .sign-in .social-sign-in .instagram-sign-in {
  background-color: #d71222;
  margin-top:20px !important;
  color: #fff !important;
}
.sign-in-page .sign-in .social-sign-in .instagram-sign-in:hover,
.sign-in-page .sign-in .social-sign-in .instagram-sign-in:focus {
  background-color: #d71266;
  color: #fff !important;
}

.sign-in-page .sign-in .social-sign-in .yahoo-sign-in {
  background-color: #770077;
  margin-top:20px !important;
  color: #fff !important;
}
.sign-in-page .sign-in .social-sign-in .yahoo-sign-in:hover,
.sign-in-page .sign-in .social-sign-in .yahoo-sign-in:focus {
  background-color: #770099;
  color: #fff !important;
}

.btn-block{display:block;width:100%;text-align: center;}

.widget-small {
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    color: #2a2a2a;
    margin-bottom: 10px;
    background-color: #fff8d8;
}

.widget-small .icon {
    display: -ms-flexbox;
    display: flex;
    min-width: 85px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border-radius: 4px 0 0 4px;
    background-color: #f0ad4e;
    color: #fff
}

.widget-small .info {
    -ms-flex: 1;
    flex: 1;
    padding: 5px 20px 20px 20px;
    -ms-flex-item-align: center;
    align-self: center
}

.widget-small .info h4 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400
}

.widget-small .info p {
    margin: 0;
    font-size: 16px
}

.f1 h3 { margin-top: 0; margin-bottom: 5px; text-transform: uppercase; }

.f1-steps { overflow: hidden; position: relative; margin-top: 20px; text-align: center;}

.f1-progress { position: absolute; top: 24px; left: 0; width: 100%; height: 5px; background: #ddd; }
.f1-progress-line { position: absolute; top: 0; left: 0; right:0;height: 5px; background: #f0ad4e;}

.f1-step { position: relative; float: left; width: 25%; padding: 0 5px; }

.f1-step-icon {
	display: inline-block; width: 40px; height: 40px; margin-top: 4px; background: #ddd;
	font-size: 16px; color: #fff; line-height: 40px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.f1-step.activated .f1-step-icon {
	background: #fff; border: 1px solid #f0ad4e; color: #f0ad4e; line-height: 38px;
}
.f1-step.active .f1-step-icon {
	background: #f0ad4e;
}
.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f0ad4e; }
.f1-step.active p { color: #f0ad4e; }
.f1 fieldset { display: none; text-align: left; }
.f1-buttons { text-align: right; }
.f1 .input-error { border-color: #f0ad4e; }

body {padding-top: 60px;}
.navbar-default {background-color: #fff; border-radius: 0;}
.navbar-default .navbar-collapse {padding: 0;}
.top-nav-collapse { border-bottom:none; -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.75);}
.navbar-default .nav li a {padding: 26px;font-weight: 800;color: #333;}
.navbar-default .navbar-btn {margin: 13px 0 0 5px;}
.navbar-brand {padding: 22px 5px 0 0; min-width: 210px;}
.navbar-brand img.logo {height: 28px; width: auto; margin: 0px;}
.navbar .navbar-form .form-group {display:inline;}
.lnt-nav-mega .navbar-btn {margin-right:5px;padding:12px;}
#cart-block {margin-left:5px;}
#cart-block .dropdown-toggle-cart {line-height:32px;padding:16px 30px;}
#cart-block .cart-count {position:absolute;background-color:red;left:18px;position:absolute;top:28px;}
#cart-block i.icon {font-size:32px;top:-5px;}
#cart-block .dropdown-menu {min-width:310px; top: 62px;}
#cart-block .cart-content {padding:15px;}

.cart-info table tbody tr td .quant-input .arrows .arrow:hover,
.cart-info table tbody tr td .quant-input .arrows .arrow:focus {
color: #12cca7;
}
.cart-info table tbody tr td .quant-input {
display: inline-block;
height: 35px;
position: relative;
width: 100px;
}
.cart-info table tbody tr td .quant-input .arrows {
height: 100%;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.cart-info table tbody tr td .quant-input .arrows .arrow {
box-sizing: border-box;
cursor: pointer;
display: block;
text-align: center;
width: 40px;
}
.cart-info table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
top: 5px;
}
.cart-info table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
top: -7px;
}
.cart-info table tbody tr td .quant-input .arrows .arrow .ir .icon {
position: relative;
}
.cart-info table tbody tr td .quant-input input {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #F2F2F2;
box-sizing: border-box;
font-size: 15px;
height: 35px;
left: 0;
padding: 0 20px 0 18px;
position: absolute;
top: 0;
width: 70px;
z-index: 1;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
display: inline-block;
height: 50px;
position: relative;
width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
position: absolute;
right: 0;
top: 0;
z-index: 2;
height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
box-sizing: border-box;
display: block;
text-align: center;
width: 40px;
cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
top: 7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
top: -2px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
background: none repeat scroll 0 0 #fff;
border: 1px solid #f2f2f2;
box-sizing: border-box;
font-size: 15px;
height: 44px;
left: 0;
padding: 0 20px 0 18px;
position: absolute;
top: 0;
width: 70px;
z-index: 1;
}

@media (max-width: 415px) {
	.f1 { padding-bottom: 20px; }
	.f1-buttons button { margin-bottom: 5px; }
}

@media (max-width: 1610px) {
	.responsive .app-banners {
		margin-top: -16px !important
	}
}

@media (max-width: 1400px) {	
	.responsive .app-banners {
		margin-top: 46px !important
	}
}

@media (max-width: 1248px) {
	.responsive .app-banners {
		margin-top: 90px !important
	}
}

@media (max-width: 1130px) {
	.responsive .app-banners {
		margin-top: 120px !important
	}
}

@media (max-width: 1080px) {
	.responsive .app-banners {
		margin-top: 160px !important
	}
}

@media (max-width: 991px) {
	.responsive .app-banners {
		margin-top: 30px !important
	}
}