body {
	font-family: 'PT Sans', sans-serif;
	line-height: 1;
	background: #ffffff;

	color: #2f2f2f;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

::-moz-selection {
	color: #00aeef
}

::-moz-placeholder {
	color: #c2c1c1
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-weight: 200
}

h1 {
	font-size: 42px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 14px;
	color: #ffffff;
	
	
}

h6 {
	font-size: 14px
}

p {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 10px;
	line-height: 18px
}

a {
	color: #2f2f2f;
	text-decoration: none
}

a:focus {
	outline: medium none;
	outline-offset: 0
}

a:focus,
a:hover {
	text-decoration: none;
	color: #3C3B6E;
}

ul {
	list-style: none outside none;
	margin: 0;
	padding: 0
}

ul:after {
	clear: both;
	content: "";
	display: block
}

li {
	font-weight: 400;
	line-height: 20px;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s
}

img {
	max-width: 100%
}

strong {
	font-weight: 700
}

.blue {
	color: #907a40
}

.light-gray {
	color: #e2e2e2
}

.gray {
	color: #999
}

.red {
	color: red
}

.green {
	color: #349835
}

.bg_white {
	background: #fff
}

.bg_black {
	background: #000
}

.bg_gray {
	background: #999
}

.bg_red {
	background: #fe0000
}

.bg_yellow {
	background: #ff3
}

.bg_blue {
	background: #269bff
}

.bg_skblue {
	background: #87c8ff
}

.bg_dkpurple {
	background: #9966cb
}

.bg_lipurple {
	background: #c3f
}

.bg_green {
	background: #349835
}

.bg_orange {
	background: #fe9901
}

.bg_magenta {
	background: #ff26cf
}

.bg_chocolate {
	background: #53250b
}

.white {
	color: #fff
}

.white-bg {
	background: #fff
}

.center-text {
	text-align: center
}

.left-text {
	text-align: left
}

.right-text {
	text-align: right
}

.justify-text {
	text-align: justify
}

.leftbar {
	float: left !important
}

.rightbar {
	float: right !important
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.fulwid {
	width: 100%;
	position: relative
}

.pad20_0 {
	padding: 20px 0
}

.pad30_15 {
	padding: 30px 15px
}

.pad-bottom15,
.pad-bottom30 {
	padding-bottom: 30px
}

.fa,
.fancybox-nav span,
.jqTransformSelectWrapper,
.linkdetail,
.name,
.nav-bg-blue .sb-icon-search,
.overly,
.overlyprice,
.overlyrating,
.price,
.products,
.products_list .item-image img,
.veiwphoto,
a,
button,
input,
select {
	-webkit-transition: all 300ms cubic-bezier(0.25, .25, .75, .75);
	-moz-transition: all 300ms cubic-bezier(0.25, .25, .75, .75);
	-ms-transition: all 300ms cubic-bezier(0.25, .25, .75, .75);
	-o-transition: all 300ms cubic-bezier(0.25, .25, .75, .75);
	transition: all 300ms cubic-bezier(0.25, .25, .75, .75)
}


input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
	background: url(../textarea-bkg.jpg);
	padding: 8px 10px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}

input[type=text]:focus {
	border-color: #2cc6ff
}

.button,
button {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.button:hover,
button:hover {
	color: #fff;
	background: #3C3B6E;
	border-color: #3C3B6E;
	border-radius: 20px;
	-webkit-border-radius: 20px
}

button.blue {
	border-color: #907a40;
	background: #907a40;
	color: #fff
}

.wrapper {
	position: relative;
	width: 100%
}

.boxwrap {
	margin-right: auto;
	margin-left: auto;
	position: relative
}

.footer,
.header,
container_fullwidth {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%
}

.header {
	background: url(../images/bg.gif)) center top no-repeat fixed
}

.header_top {
	position: relative;
	margin: 0 auto;
	color: #fff;
	
	text-align: center;
}

.header_top h1 {
	padding: 10px 0;
	margin: 0;
	font-size: 20px !important;
}

.header_top p a {
	color: #000;
	padding: 0 5px
}

.header_top p a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: 3px 5px 5px;
	border-radius: 2px
}

.topnav {
	float: right;
	display: inline-block
}

.topnav li {
	float: left;
	margin-left: 10px;
	display: inline-block;
	padding: 10px 0
}

.topnav li a {
	color: #fff
}

.topnav li a.active,
.topnav li a:hover {
	color: #000
}

.topnav li a i {
	margin-right: 3px
}

.header_bottom {
	position: relative;
	padding: 20px 0;
	color: #fff
}

.header_bottom h3 {
	text-align: right;
	color: #fff;
	margin-bottom: 10px
}

.header_bottom h3 small {
	font-size: 20px;
	font-weight: 300;
	color: #fff
}

.bottomnav {
	float: right
}

.bottomnav li {
	float: left;
	display: inline-block;
	margin-left: 10px;
	position: relative
}

.bottomnav i {
	margin-right: 5px
}

.bottomnav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: left;
	padding: 10px;
	background-color: rgba(0, 0, 0, .2)
}

.bottomnav li ul {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100
}

.currency ul,
.language ul {
	min-width: 120px
}

.currency ul li,
.language ul li {
	margin: 0;
	display: list-item;
	float: left;
	width: 100%
}

.currency ul li a,
.language ul li a {
	display: block;
	padding: 0 10px 10px;
	background-color: rgba(0, 5, 18, .8)
}

.currency ul li a:hover,
.language ul li a:hover {
	background-color: rgba(0, 5, 18, .5);
	color: #907a40
}

.currency ul li:first-child a,
.language ul li:first-child a {
	padding-top: 10px
}

.cart ul {
	width: 270px;
	padding: 10px;
	background-color: rgba(0, 5, 18, .8)
}

.cart ul:after,
.cart ul:before,
.currency ul:after,
.currency ul:before,
.language ul:after,
.language ul:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

,
.cart ul:after,
.currency ul:after,
.language ul:after {
	border-color: rgba(0, 5, 18, 0);
	border-bottom-color: #000512;
	border-width: 6px;
	margin-left: -6px
}

.cart ul:before,
.currency ul:before,
.language ul:before {
	border-color: rgba(0, 5, 18, 0);
	border-bottom-color: #000512;
	border-width: 8px;
	margin-left: -8px
}

.cart ul li {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 0
}

.cart ul li:first-child,
.cart ul li:first-child p {
	margin: 0
}

.car-item {
	float: left;
	width: 100%;
	position: relative
}

.car-item .product-image {
	float: left;
	width: 35%
}

.car-item .product-image img {
	background: #fff
}

.car-item .product-details {
	float: left;
	margin-left: 5%;
	width: 45%
}

.car-item .remove {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: 0 0
}

.car-item .remove:hover {
	color: red
}

.cart .bottom {
	border-top: 1px solid #000;
	padding-top: 10px
}

.cart .buttons {
	float: left;
	width: 35%
}

.buttons .checkout,
.buttons .view-cart {
	background: #000;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	border: none;
	display: block;
	width: 100%;
	line-height: 36px;
	padding: 0
}

.buttons .checkout:hover,
.buttons .view-cart:hover {
	color: #907a40
}

.buttons .view-cart {
	margin-bottom: 5px
}

.cart .subtotal {
	float: left;
	margin-left: 5%;
	width: 55%
}

.cart .subtotal h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0 15px;
	font-weight: 700
}

.nav-shadow {
	background: url(../images/shadow.png) center bottom no-repeat;
	padding-bottom: 36px;
	position: relative;
	margin-bottom: -36px;
	z-index: 1
}

.nav-bg {
	background: url(../images/nav.png)
}

.nav-wrap {
	position: relative
}

.nav {
	float: left
}

.nav li {
	float: left;
	display: inline-block
}


.nav li a {
	padding: 10px 25px;
	font-size: 18px;
	color: #333
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav li a:hover,
.nav li.active a,
.nav>li:hover>a,
.nav>li>a:hover {
	background-color: #FFFFFF;
	background-image: url("../images/navi_rol.gif");
	background-position: center top;
	background-repeat: repeat-x;
	color: #000000;
}


.nav .dropdown-menu {
	background-color: rgba(0, 0, 0, .9);
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	border-top: none;
	border-radius: 0;
	-webkit-border-radius: 0
}

.nav .dropdown-menu li {
	width: 100%
}

.nav .dropdown-menu li a {
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	background: url(../images/dot.jpg) -8px 12px no-repeat
}

.nav .dropdown-menu li a:hover {
	color: #09F;
	background-position: 10px 12px;
	padding: 5px 15px 5px 20px
}

.nav .megamenu {
	width: 625px;
	padding: 15px
}

.nav .megamenu li:first-child {
	margin: 0
}

.nav .megamenu li {
	margin-top: 5px;
	line-height: 23px
}

.nav .megamenu li a,
.nav .megamenu li a:hover {
	padding: 5px 15px;
	background-position: 0 12px
}

.nav-bg-blue {
	background-color: #037cd8
}

.nav-bg-blue .nav>li {
	margin-left: 1px
}

.nav-bg-blue .nav>li:first-child {
	margin-left: 0
}

.nav-bg-blue .nav li a:hover,
.nav-bg-blue .nav li.active a,
.nav-bg-blue .nav li.open>a,
.nav-bg-blue .nav li.open>a:focus,
.nav-bg-blue .nav li.open>a:hover,
.nav-bg-blue .nav>li:hover>a,
.nav-bg-blue .nav>li>a:focus,
.nav-bg-blue .nav>li>a:hover {
	color: #907a40;
	background-color: #fff
}

.nav-bg-blue .nav .dropdown-menu {
	background-color: #fff;
	color: #2f2f2f;
	border-color: rgba(0, 146, 255, 1);
	left: -1px
}

.nav-bg-blue .nav .dropdown-menu li a {
	color: #2f2f2f
}

.nav-bg-blue .nav .dropdown-menu li a:hover {
	color: #907a40
}

.nav-bg-blue .sb-icon-search {
	background-color: #0283e4
}

.nav-bg-blue .no-js .sb-search .sb-icon-search,
.nav-bg-blue .sb-search.sb-search-open .sb-icon-search {
	background-color: #907a40
}

.sb-search {
	position: absolute;
	right: 15px;
	top: 0;
	margin: 2px 0;
	width: 0;
	min-width: 50px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;
	-webkit-backface-visibility: hidden;
	background: #4d086b
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	outline: 0;
	background: #fff;
	width: 100%;
	height: 50px;
	margin: 0;
	z-index: 10;
	padding: 13px 60px 13px 13px;
	font-family: inherit;
	font-size: 18px;
	color: #2c3e50;
	border: 2px solid #4d086b
}

.sb-search-input::-webkit-input-placeholder {
	color: #685772
}

.sb-search-input:-moz-placeholder {
	color: #685772
}

.sb-search-input::-moz-placeholder {
	color: #685772
}

.sb-search-input:-ms-input-placeholder {
	color: #685772
}

.sb-icon-search,
.sb-search-submit {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer
}

.sb-search-submit {
	background: #fff;
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: transparent;
	border: none;
	outline: 0;
	z-index: -1
}

.sb-icon-search {
	color: #fff;
	background: url(../images/icon-search.jpg) no-repeat;
	z-index: 90;
	font-size: 22px;
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased
}

.sb-icon-search:before {
	content: ""
}

.no-js .sb-search,
.sb-search.sb-search-open {
	width: 30%
}

.no-js .sb-search .sb-icon-search,
.sb-search.sb-search-open .sb-icon-search {
	background: url(../images/icon-search.jpg) no-repeat;
	color: #fff;
	z-index: 11
}

.no-js .sb-search .sb-search-submit,
.sb-search.sb-search-open .sb-search-submit {
	z-index: 90
}

.hom-slider {
	position: relative;
	background: url(../images/vv.png)
}

.fulwide {
	position: relative;
	width: 100%;
	max-height: 400px;
	overflow: hidden
}

.promotion-banner {
	background: url(../images/11.png);
	padding: 15px 0
}

.web-banner{
	width: 100% !important;
	margin: 20px 0;
	
	
}

.promo-box {
	float: left;
	width: 100%;
	padding: 5%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden
}

.promo_01 {
	background: url(../images/promo-01.jpg) right top no-repeat #fff
}

.promo_02 {
	background: url(../images/promo-02.jpg) right -30px top 0 no-repeat #fff
}

.promo_03 {
	background: url(../images/promo-03.jpg) left top no-repeat #fff
}

.promo-content {
	padding: 5%;
	width: 65%;
	position: relative;
	z-index: 1
}

.promo-box h4 {
	padding: 5px 0 10px;
	font-weight: 700
}

.promo-box p {
	padding: 0;
	margin: 0
}

.title {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	margin: 15px 0;
	font-size: 24px;
	line-height: 24px;
	color: #2f2f2f;
	font-weight: 300;
	padding-bottom: 4px
}

.title strong {
	color: #3C3B6E;
	/*border-bottom: 1px solid #b39d6f;*/
	font-weight: 300;
	padding-bottom: 2px
}
.fresh-a {
    color: #3C3B6E;
    
}
.control {
	position: absolute;
	right: 0;
	top: 48px;
	background: #fff
}

.control .next,
.control .prev {
	float: left;
	width: 10px;
	height: 20px;
	font-size: 0
}

.control .next {
	margin-left: 15px;
	background: url(../images/arow_right.png) left top no-repeat
}

.control .prev {
	background: url(../images/arow_left.png) left top no-repeat
}

.control .next:hover,
.control .prev:hover {
	background-position: left bottom
}

.featured-products {
	position: relative;
	padding: 15px 0
}

#featured {
	margin: 0;
	padding: 0;
	display: block
}

#featured li {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%
}

.newer-products {
	position: relative;
	padding: 15px 0;
	clear: both
}

#newer {
	margin: 0;
	padding: 0;
	display: block
}

#newer li {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%
}

.products {
	border: 1px solid #f2f2f2;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #f2f2f2;
	margin: 15px 0
}

.products:hover {
	background: #3C3B6E;
	border-color: #3C3B6E
}

.products-top {
	position: relative;
	width: 100%;
	height: 190px;
	overflow: hidden;
	background: #fff
}

.thumbnail {
	position: relative;
	width: 100%;
	
	margin: 1px 0;
	left: 0;
	top: 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	z-index: 1
}

/*.products:hover .thumbnail {*/
/*	-moz-transform: scale(2);*/
/*	-webkit-transform: scale(2);*/
/*	-o-transform: scale(2);*/
/*	-ms-transform: scale(2);*/
/*	transform: scale(2)*/
/*}*/

.productname {
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #2f2f2f
}

.overly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 250px;
	z-index: 2;
	background: url(../images/dkble_transparent.png) left top repeat;
	opacity: 0;
	-webkit-opacity: 0
}

.products:hover .overly,
.products_list .item-image:hover .overly {
	opacity: 1;
	-webkit-opacity: 1
}

.products .linkdetail,
.products .veiwphoto,
.products_list .item-image .linkdetail,
.products_list .item-image .veiwphoto {
	color: #fff;
	display: block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	padding: 10px;
	position: absolute;
	background-color: rgba(0, 146, 255, .5)
}

.products .veiwphoto,
.products_list .item-image .veiwphoto {
	margin: -20px 0 0 -45px;
	left: 50%;
	top: -100px
}

.products:hover .veiwphoto,
.products_list .item-image:hover .veiwphoto {
	top: 50%
}

.products .linkdetail,
.products_list .item-image .linkdetail {
	bottom: -100px;
	margin: 0 -45px -20px 0;
	right: 50%
}

.products:hover .linkdetail,
.products_list .item-image:hover .linkdetail {
	bottom: 50%
}

.products .linkdetail:hover,
.products .veiwphoto:hover,
.products_list .item-image .linkdetail:hover,
.products_list .item-image .veiwphoto:hover {
	color: #907a40;
	background: #fff
}

.products .overlyprice {
	position: absolute;
	width: 100%;
	text-align: center;
	left: -100%;
	bottom: 60px;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.products:hover .overlyprice {
	left: 0
}

.products .overlyrating {
	position: absolute;
	width: 100%;
	right: -100%;
	bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: center
}

.products:hover .overlyrating {
	right: 0
}

.overlyrating .fa {
	margin: 1px
}

.products-bottom {
	position: relative;
	height: 200px;
	padding-top: 5px;
	overflow: hidden
}

.products-bottom .price {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: 700
}

.products:hover .products-bottom .price {
	left: -100%
}

.products-bottom .name {
	position: absolute;
	top: -60px;
	width: 100%;
	left: 0;
	text-align: center;
	font-weight: 300;
	font-size: 16px
}

.products:hover .products-bottom .name {
	top: 20px
}

.products .button_group {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center
}

.products .button {
	margin: 0 3px
}

.products:hover .button {
	color: #000;
	background: #fff;
	border-color: #ccc
}

.products:hover .button:hover {
	background: none repeat scroll 0 0 #fff;
	color: #2f2f2f
}

/*!````` product grid style close``````````````!*/
.products_list {
	border: 1px solid #f7f4ed;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 15px
}

.products_list .item-image {
	float: left;
	width: 25%;
	border: 1px solid #f7f4ed;
	padding: 5px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.products_list .item-image:hover {
	border-color: #907a40
}

.products_list .item-image img {
	background: #f7f4ed;
}

.products_list .item-image:hover img {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2)
}

.products_list .item-image:hover .overly {
	opacity: 1
}

.products_list .item-description {
	float: right;
	width: 72%
}

.products_list .item-description h4 {
	margin-bottom: 15px
}

.products_list .item-description .price {
	float: left;
	width: 40%;
	font-size: 30px
}

.products_list .item-description .price q {
	font-size: 18px;
	text-decoration: line-through
}

/*!~~~~~~~~~~~~ SPECIAL DEAL ~~~~~~~~~~~~~*/
.special-deal {
	margin: 15px 0;
	padding: 0 15px 5px;
	border: 1px solid #e1e1e1;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.special-deal img {
	display: block
}

.special-item {
	float: left;
	width: 100%;
	margin: 10px 0
}

.special-item .product-image {
	float: left;
	width: 35%;
	border: 1px solid #e1e1e1
}

.special-item .product-image img {
	display: block;
	margin: 0 auto
}

.special-item .product-info {
	float: right;
	width: 60%
}

.rating {
	padding-right: 10px
}

.rating .fa {
	margin: 1px
}

.separator {
	padding: 0 5px
}

/*!~~~~~~~~~~~~ PRODUCT TAGS ~~~~~~~~~~~~~*/
.product-tag {
	margin: 15px 0;
	padding: 0 15px 13px;
	border: 1px solid #e1e1e1;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.product-tag ul {
	position: relative
}

.product-tag ul li {
	display: inline;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px
}

.product-tag ul li a {
	border: 1px solid #d9d9d9;
	color: #2f2f2f;
	padding: 5px 8px;
	display: block;
	font-size: 14px
}

.brandingwrap {
	width: 100%;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 -5px 20px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 -5px 20px 2px rgba(0, 0, 0, .1)
}

.logocarousel {
	position: relative;
	padding: 30px 15px 20px
}

.brandingwrap .caroufredsel_wrapper {
	min-height: 60px
}

#brandlogo {
	position: relative;
	margin: 0 0 0 -10px;
	padding: 0
}

#brandlogo li {
	float: left;
	padding: 0;
	margin-left: 25px;
	display: block
}

#brandlogo li a {
	float: left;
	width: 100%
}

.logo-control {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	z-index: 100
}

.logo-control .next,
.logo-control .prev {
	width: 25px;
	height: 50px;
	font-size: 0
}

.logo-control .prev {
	float: left;
	background: url(../images/arow_left-large.png) left top no-repeat #fff
}

.logo-control .next {
	float: right;
	background: url(../images/arow_right_large.png) left top no-repeat #fff
}

.logo-control .next:hover,
.logo-control .prev:hover {
	background-position: left bottom
}

/*!~~~~FOOTER STYLE~~~~*/
.footer {
	width: 100%;
	background: #f2f2f2;
}

.footer-info {
	position: relative;
	padding: 20px 0
}

.footer-info .title {
	border-color: #000512;
	margin-bottom: 30px
}

.footer-info .title strong {
	color: #000;
	border-color: #907a40
}

.footer-menu {
	position: relative
}

.footer-menu li {
	display: list-item;
	margin-bottom: 15px
}

.footer-menu li a {
	color: #000;
	background: url(../images/arrownewpurple.png) left 3px no-repeat;
	padding-left: 15px
}

.footer-menu li a:hover {
	color: #3C3B6E;
	background: url(../images/arrownewpurple.png) left 3px no-repeat
}

.contact-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	float: left
}

.footer-info .fa {
	background: #3C3B6E;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 0;
	font-size: 18px;
	color: #FFF;
	margin-right: 5px;
	float: left;
	width: 30px;
	text-align: center
}

.contact-info p a,
.footer-info p:hover .fa {
	color: #fff
}

.contact-info p:hover a {
	color: #907a40
}

.contact-info .adress {
	float: left
}

form.newsletter {
	float: left;
	width: 100%;
	position: relative
}

form.newsletter input[type=text] {
	height: 50px;
	padding: 10px;
	position: relative;
	width: 100%;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px
}

form.newsletter input[type=submit] {
	border: medium none;
	font-size: 30px;
	font-weight: 700;
	height: 50px;
	line-height: 40px;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: #b39d6f;
	color: #004172;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0
}

.payment-icon {
	float: right;
	margin: 30px 0;
	position: relative;
	text-align: center
}

.payment-icon li {
	float: left;
	display: inline-block;
	width: 25%;
	padding: 2px
}

.copyright-info {
	position: relative;
	overflow: hidden;
	background: #000512;
	padding: 15px 0
}

.copyright-info p {
	padding-top: 10px;
	color: #004d71
}

.social-icon {
	float: right
}

.social-icon li {
	display: inline-block;
	margin-left: 5px
}

.social-icon li a {
	color: #FFF;
	background: #1a1e2a;
	padding: 10px;
	-webkit-border-radius: 5px;
	display: block;
	min-width: 38px;
	text-align: center
}

.social-icon li a:hover {
	background: #907a40
}

#back_top {
	cursor: pointer;
	position: absolute;
	width: 36px;
	background: url(../images/top-arow.png) center top no-repeat;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	opacity: .1;
	left: 50%;
	bottom: -10px;
	margin-left: -17px
}

#back_top:hover {
	opacity: 1;
	bottom: 0;
	padding-bottom: 10px
}

.page-index {
	position: relative;
	padding: 30px 0
}

.page-index ul {
	position: relative;
	float: left
}

.page-index ul li {
	float: left;
	background: url(../images/slash.png) left center no-repeat;
	padding: 0 10px 0 15px
}

.page-index ul li:first-child {
	padding-left: 0;
	background: 0 0
}

.page-index ul li a {
	font-size: 14px;
	color: #2f2f2f
}

.page-index ul li a:hover {
	color: #907a40
}

.page-index strong {
	font-weight: 500
}

.leftbox {
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	margin: 15px 0;
	padding: 0 15px 5px;
	position: relative;
	clear: both
}

#fbframe {
	overflow: hidden;
	border: none !important;
	height: 300px
}

.category,
.category_nav {
	position: relative
}

.category_nav li,
.link1 li {
	display: list-item;
	margin-bottom: 10px
}

.category_nav li a,
.link1 li a {
	font-size: 16px;
	color: #2f2f2f;
	display: block
}

.category_nav li a:active,
.category_nav li a:hover,
.category_nav li>a.active_parent,
.link1 li a.active,
.link1 li a:hover {
	color: #907a40
}

.category_nav li ul,
.link1 li ul {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	display: none
}

.category_nav li.active ul,
.link1 li.active ul {
	display: block
}

.category_nav li ul li,
.link1 li ul li {
	margin-bottom: 10px
}

.category_nav li ul li a,
.link1 li ul li a {
	background: url(../images/grey-box-icon1.png) left 7px no-repeat;
	font-size: 14px;
	padding-left: 15px
}

.category_nav li ul li a:hover,
.category_nav li ul li.active a,
.link1 li ul li a:hover {
	background-image: url(../images/blue-box-icon1.png);
	color: #907a40
}

.link_color {
	position: relative;
	padding-bottom: 10px
}

.link_color li {
	float: left;
	margin: 4px
}

.link_color li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.facebookwrap {
	margin-left: -10px;
	margin-right: -5px
}

.fb-like-box {
	width: 100% !important;
	border: none;
	overflow: hidden
}

.banner {
	position: relative;
	clear: both;
	overflow: hidden;
	background: #f5f3f3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 15px
}

.banner li {
	position: relative
}

.banner .caption {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 50%;
	margin: 50px 0 0 50px
}

.banner .caption h3 {
	margin-bottom: 20px;
	font-weight: 700
}

.category-products {
	position: relative;
	background: #FFFFFF;
	padding: 10px
}

.sorter {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
	float: left;
	width: 100%;
	margin-bottom: 15px
}

.limiter,
.show-compare,
.sort-by {
	float: left;
	margin-right: 15px
}

.limiter label,
.sort-by label {
	float: left;
	padding-top: 8px;
	margin-right: 8px
}

.show-compare a {
	float: left;
	color: #2f2f2f;
	margin-top: 1px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.display-mode {
	float: right
}

.display-mode span {
	float: left;
	margin-top: 8px;
	margin-right: 8px
}

.display-mode .display-grid {
	float: left;
	margin-top: 1px;
	height: 30px;
	width: 40px;
	background: url(../images/display-grid-icon.png) center -23px no-repeat #eee;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	font-size: 0
}

.display-mode .display-list {
	float: left;
	margin-top: 1px;
	height: 30px;
	width: 40px;
	background: url(../images/displaylist-icon.png) center -23px no-repeat #eee;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	font-size: 0
}

.display-mode .display-grid.active,
.display-mode .display-grid:hover,
.display-mode .display-list.active,
.display-mode .display-list:hover {
	background-position: center 8px;
	background-color: #907a40
}

.category-products .products {
	margin-top: 15px;
	margin-bottom: 15px
}

.shopby_range {
	float: left;
	width: 100%;
	margin-top: 15px
}

.shopby_range .from {
	float: left;
	margin-top: 15px
}

.shopby_range .to {
	float: left;
	margin-left: 10px;
	margin-top: 15px
}

.shopby_range label {
	padding-right: 5px
}

.shopby_range input[type=text] {
	width: 70px;
	border: 1px solid #e1e1e1;
	padding: 2px 5px
}

.shopby_range .fulwid {
	float: left;
	width: 100%;
	margin-top: 15px
}

.shopby_range input[type=button],
.shopby_range input[type=submit] {
	float: left;
	margin: 5px 10px 15px 0;
	border: none;
	padding: 8px 15px;
	color: #fff;
	background: #2f2f2f;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.shopby_range input[type=button]:hover,
.shopby_range input[type=submit]:hover {
	background: #036fbf
}

.pager {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	text-align: left
}

.pager p {
	float: left;
	width: auto;
	margin: 0;
	padding: 5px 0
}

.pager ul {
	float: right;
	width: auto;
	margin: 0;
	padding: 0
}

.pager ul li {
	float: left;
	display: inline-block;
	margin: 0 0 0 5px;
	list-style: none
}

.pager ul li a {
	display: block;
	border: 1px solid #e2e2e2;
	padding: 5px 7px;
	min-width: 28px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #2f2f2f
}

.pager ul li a.active,
.pager ul li a:active,
.pager ul li a:hover {
	background: #907a40;
	color: #fff;
	border-color: #00b9f2
}

.pager ul li a.disable,
.pager ul li a.disable:hover {
	opacity: .4;
	background-color: #dedede;
	border-color: #dedede;
	color: #2f2f2f
}

.products-details {
	position: relative;
	padding: 15px 0
}

.product-view {
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 60px
}

.product-img-box {
	background: #ebebeb;
	position: relative
}

#big_image {
	display: block;
	margin: 0 auto
}

.product-img-more {
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 1000;
	text-align: center;
	width: 100%
}

.product-img-more ul {
	position: relative;
	text-align: center
}

.product-img-more ul li {
	margin: 3px;
	display: inline-block
}

.product-img-more ul li a {
	float: left;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	background: #ccc;
	border: 5px solid #fff
}

.box-zoom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	background: #fff;
	border: #dfdfdf;
	padding: 10px;
	font-size: 24px;
	color: #bdbdbd
}

.box-zoom:hover {
	font-size: 42px;
	color: #907a40
}

.preview-thum {
	float: left;
	width: 20%;
	position: relative
}

.preview-thum .control-down,
.preview-thum .control-up {
	position: absolute;
	left: 50%;
	top: -12px;
	z-index: 1000;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 3px 6px;
	font-size: 16px;
	line-height: 16px;
	margin-left: -8px
}

.preview-thum .control-down {
	top: auto;
	bottom: 0
}

.preview-thum .caroufredsel_wrapper {
	height: 500px;
	min-height: 500px !important;
	overflow: hidden
}

.preview-thum ul {
	float: left;
	width: 100%;
	position: relative;
	height: 500px;
	min-height: 500px
}

.preview-thum ul li {
	float: left;
	display: list-item;
	border: 1px solid #dfdfdf;
	padding: 3px;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 10px
}

.preview-thum ul li a {
	display: block;
	background: #ebebeb;
	width: 100%;
	text-align: center;
	padding-top: 4px
}

.preview-thum ul li a img {
	display: block;
	margin: 0 auto
}

.product-view2 {
	float: right;
	width: 78%;
	position: relative;
	border: 1px solid #e1e1e1;
	padding: 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px
}

.product-view2 .box-zoom {
	bottom: 10px;
	right: 10px;
	top: auto;
	border: 1px solid #e4e3e3
}

.product-details-box {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 30px
}

.product-details-box h4 {
	margin-bottom: 15px
}

.product-details-box .price {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px
}

.product-details-box .price small {
	font-size: 24px;
	font-weight: 700;
	color: #a1a1a1;
	text-decoration: line-through
}

.color_chooser,
.size_chooser {
	min-height: 30px;
	vertical-align: middle
}

.color_chooser .text,
.quantity .text,
.size_chooser {
	margin-right: 10px;
	padding-top: 1px;
	font-size: 18px
}

.color_chooser a {
	display: inline-block;
	margin: 0 1px;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 0;
	vertical-align: middle
}

.color_chooser a.active_color {
	height: 26px
}

.size_chooser a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	margin: 0 1px;
	padding: 0 2px
}

.size_chooser a.active_size {
	font-size: 24px;
	color: #907a40
}

.buttons_wrap {
	position: relative
}

.quantity {
	display: inline-block
}

.qty {
	width: 64px;
	background: #fff;
	padding: 8px 15px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center
}

.share {
	float: right
}

.tab-box {
	position: relative;
	min-height: 250px;
	width: 100%;
	float: left;
	margin-top: 15px
}

#tabnav {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #ebebeb;
	border-bottom: 2px solid #006fc2;
	margin-bottom: 10px
}

#tabnav ul {
	position: relative
}

#tabnav ul li {
	float: left;
	display: inline-block;
	border-right: 1px solid #d7d7d7
}

#tabnav ul li:first-child {
	border-left: none
}

#tabnav ul li:last-child {
	border-right: none
}

#tabnav ul li a {
	display: block;
	padding: 15px 20px;
	font-size: 18px
}

#tabnav ul li a:hover,
#tabnav ul li.active a {
	background: #907a40;
	color: #fff
}

.tabColum_2 #tabnav ul li a {
	padding: 15px 17px
}

.tabColum_2 {
	margin-top: 30px
}

.tab-content-wrap {
	float: left;
	width: 100%
}

.tab-content {
	position: relative;
	padding: 15px 0;
	display: none;
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 10px
}

.tab-content h3 {
	margin-bottom: 15px
}

#Specfications .spitem {
	position: relative;
	width: 100%;
	border-collapse: separate
}

#Specfications .spitem td {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 10px;
	text-align: center
}

#Specfications .spitem tr:first-child td {
	border-top: none
}

#Specfications .spitem td:first-child {
	border-left: none;
	background: #f2f2f2;
	text-align: right
}

.review {
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.review .rating {
	float: right
}

.review h5 {
	padding-top: 5px
}

.review:last-child {
	border: none
}

#writeReviews table {
	border-collapse: collapse;
	border-spacing: 0
}

#writeReviews td,
#writeReviews th {
	margin: 0
}

#writeReviews table {
	display: block;
	position: relative;
	width: 100%
}

#writeReviews thead {
	display: block;
	float: left
}

#writeReviews tbody {
	display: block;
	width: auto;
	position: relative;
	overflow-x: auto;
	white-space: nowrap
}

#writeReviews th,
#writeReviews thead tr {
	display: block
}

#writeReviews tbody tr {
	display: inline-block;
	vertical-align: top;
	float: left
}

#writeReviews td {
	display: block
}

#writeReviews td,
#writeReviews th {
	border: 1px solid #e1e1e1;
	border-top: none;
	border-right: none;
	padding: 10px 20px;
	min-height: 40px;
	min-width: 50px;
	text-align: center;
	vertical-align: middle
}

#writeReviews td:first-child,
#writeReviews th:first-child {
	border-top: 1px solid #e1e1e1
}

#writeReviews tr:last-child td {
	border-right: 1px solid #e1e1e1
}

#writeReviews td strong,
#writeReviews th {
	font-weight: 700
}

#writeReviews td .jqTransformRadioWrapper {
	margin-top: 0
}

#writeReviews form {
	padding: 30px 0
}

#writeReviews form label {
	position: relative;
	display: block
}

#writeReviews form input[type=email],
#writeReviews form input[type=text],
#writeReviews form textarea {
	display: block;
	padding: 10px;
	margin-top: 2px;
	width: 99%
}

#writeReviews form input[type=submit] {
	float: right;
	font-size: 18px;
	margin-right: 1%;
	background: #f2f2f2;
	border: 1px solid #e1e1e1;
	padding: 8px 20px
}

#writeReviews form input[type=submit]:hover {
	color: #fff;
	background: #007edb;
	border-color: #2cc6ff;
	border-radius: 20px;
	-webkit-border-radius: 20px
}

.details3 .name {
	font-weight: 600
}

.details3 .Availability,
.details3 .brand,
.details3 .sku {
	font-size: 16px;
	margin-bottom: 5px
}

.details3 .Availability strong,
.details3 .brand strong,
.details3 .sku strong {
	font-size: 20px;
	font-weight: 600
}

.details3 .price {
	margin-top: 30px
}

.details3 .color_chooser .text,
.details3 .quantity .text,
.details3 .size_chooser {
	font-size: 20px;
	font-weight: 600
}

.qtygroup {
	position: relative;
	display: inline-block
}

.qtygroup .qty {
	width: 74px;
	height: 38px;
	background: #fff;
	padding: 8px 15px;
	border: 1px solid #e2e2e2;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: left
}

.qtygroup .add,
.qtygroup .minus {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	border: 1px solid #e2e2e2;
	padding: 2px;
	height: 19px;
	width: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	line-height: 13px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.qtygroup .add {
	top: 0;
	bottom: auto;
	border-bottom: none
}

.qtygroup .minus {
	font-weight: 700;
	line-height: 8px
}

.qtygroup .add:hover,
.qtygroup .minus:hover {
	color: #fff;
	background: #007edb;
	border-color: #007edb
}

.details3 .addto-cart {
	margin-left: 10px
}

.details3 .share {
	float: right
}

.details3 .share a {
	font-size: 24px;
	color: #007edb
}

.details3 .share a:hover {
	color: #CCC
}

.related3 .products-top {
	height: 280px;
}

.related3 .products .button {
	padding: 10px
}

.map {
	float: left;
	width: 100%;
	padding: 5px;
	-webkit-box-shadow: 0 0 1px 1px #e1e1e1;
	box-shadow: 0 0 1px 1px #e1e1e1;
	margin-bottom: 30px;
	margin-top: 15px
}

.map iframe {
	width: 100%;
	height: 100%;
	border: 0
}

/*.information {*/
/*	position: relative*/
/*}*/

/*.information strong {*/
/*	font-weight: 700*/
/*}*/

.contact-form {
	position: relative;
	padding-bottom: 15px
}

.contact-form label {
	width: 100%;
	text-align: left;
	margin-bottom: 5px
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 40px;
	border: 1px solid #e2e2e2;
	margin-bottom: 10px
}

.contact-form input[type=button] {
	border: 1px solid #e1e1e1;
	background: #f8f8f8;
	padding: 5px 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	min-height: 30px;
	font-size: 18px
}

.contact-form input[type=submit]:hover {
	background: #907a40;
	border-color: #907a40;
	color: #fff
}

.mailFromDiv {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden
}

.error {
	display: none;
	text-align: right
}

.error p {
	margin-bottom: 2px;
	color: red
}

.mailSuccessDiv {
	display: none;
	clear: both
}

.er {
	border: 1px solid red !important
}

.shopping-cart {
	position: relative
}

.sipping-table {
	float: left;
	margin: 15px 0;
	width: 100%
}

.sipping-table table {
	position: relative;
	width: 100%;
	border-collapse: collapse
}

.sipping-table table thead {
	border: 1px solid #e1e1e1;
	border-bottom: none
}

.sipping-table table thead th {
	padding: 10px;
	text-align: center;
	font-size: 18px
}

.sipping-table table td {
	padding: 10px;
	border: 1px solid #e1e1e1;
	text-align: center;
	vertical-align: middle
}

.sipping-table tfoot {
	position: relative
}

.sipping-table tfoot td {
	text-align: right;
	border: none;
	padding: 0
}

.shiping-description {
	text-align: left;
	padding: 10px
}

.shiping-description h4 {
	margin-bottom: 15px
}

.shiping-image {
	border: 1px solid #e1e1e1;
	padding: 5px
}

.shiping-image img {
	max-height: 100%;
	max-width: 100%;
	background: #ebebeb
}

.pencil,
.trash {
	border: none;
	padding: 0;
	font-size: 32px;
	color: #b7b7b7
}

.pencil:hover,
.trash:hover {
	background: 0 0;
	color: #907a40
}

.continue-shopping,
.update-shopping {
	float: right;
	margin-left: 10px;
	padding: 15px 20px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: none;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	text-align: center
}

.continue-shopping:hover,
.update-shopping:hover {
	border-color: #907a40;
	background: #907a40;
	color: #fff
}

.box {
	float: left;
	width: 100%;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	margin: 15px 0
}

.box h5 {
	margin-bottom: 15px
}

.estimate-tax label {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 7px;
	display: block
}

.estimate-tax .jqTransformSelectWrapper,
.estimate-tax .jqTransformSelectWrapper ul {
	width: 100% !important;
	max-width: 100% !important
}

.estimate-tax .jqTransformSelectWrapper {
	min-height: 40px
}

.estimate-tax .jqTransformSelectWrapper div span {
	height: 40px;
	line-height: 26px
}

.estimate-tax .jqTransformSelectWrapper a.jqTransformSelectOpen {
	height: 38px;
	width: 40px
}

.estimate-tax .jqTransformSelectWrapper ul {
	top: 40px
}

.estimate-tax ul {
	position: relative;
	width: 100%
}

.estimate-tax ul li {
	float: left;
	width: 100%;
	display: list-item;
	margin-top: 15px
}

.estimate-tax ul li:first-child {
	margin: 0
}

.estimate-tax input[type=text] {
	width: 100%;
	background: #fff;
	padding: 9px 15px;
	font-size: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.processto-checkout {
	padding: 30px
}

.processto-checkout li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 22px
}

.processto-checkout li:last-child {
	margin-bottom: 0
}

.processto-checkout li span {
	display: inline-block;
	width: 50%;
	text-align: right;
	margin-right: 5%
}

.processto-checkout li strong {
	font-size: 30px;
	font-weight: 500
}

.checkout-page {
	position: relative;
	width: 100%;
	float: left
}

.checkout-page h4 {
	margin-bottom: 15px
}

.checkout-page .box {
	padding: 30px;
	margin: 10px 0
}

.steps {
	clear: both;
	display: list-item;
	float: left;
	margin: 5px 0;
	position: relative;
	width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.steps.disable {
	opacity: .5
}

#loginPage {
	position: relative;
	float: left;
	width: 100%
}

#loginPage li {
	float: left;
	width: 100%
}

.step-title {
	float: left;
	width: 100%;
	display: block;
	border: 1px solid #e2e2e2;
	padding: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.step-title a {
	color: #2f2f2f
}

.step-title .number {
	float: left;
	text-align: left;
	padding-top: 10px;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 600
}

.step-title h5 {
	float: left;
	font-size: 18px;
	font-weight: 600;
	padding-top: 10px;
	width: 85%
}

.setps-arow {
	float: right;
	width: 38px;
	height: 38px;
	border: 1px solid #e2e2e2;
	background: url(../images/down-arow.png) center center no-repeat #f2f2f2
}

.collapsed .setps-arow,
.disable .setps-arow {
	background: url(../images/right-arow.png) center center no-repeat #f2f2f2
}

.step-description {
	float: left;
	width: 100%
}

.new-customer label {
	display: block;
	margin-bottom: 15px
}

.new-customer p .text {
	display: inline-block;
	padding-top: 4px
}

.new-customer .note {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: justify
}

.registered-customer .text {
	padding: 4px;
	display: inline-block
}

.registered-customer label {
	padding-right: 10px;
	text-align: right;
	width: 20%
}

.registered-customer input[type=email],
.registered-customer input[type=text] {
	width: 65%
}

.fpass {
	padding-right: 15%;
	text-align: right
}

.remembered {
	padding-bottom: 20px
}

.new-customer,
.registered-customer {
	min-height: 360px
}

.personal-details {
	position: relative;
	min-height: 560px
}

.personal-details label {
	width: 200px;
	text-align: right;
	padding-right: 10px
}

.personal-details h4 {
	margin-bottom: 30px
}

.cboxtext {
	display: inline-block;
	margin-left: 6px;
	padding-top: 4px
}

.amount {
	position: relative;
	width: 100%;
	font-size: 22px
}

.amount .amount-text {
	width: 85%;
	padding-right: 2%;
	text-align: right;
	display: inline-block
}

.amount .amount-value {
	width: 10%;
	text-align: left;
	display: inline-block
}

.order-now {
	min-width: 14%
}

.shipping-info label {
	width: 100%;
	padding-bottom: 5px
}

.shipping-info input[type=number],
.shipping-info input[type=text] {
	width: 100%;
	margin-bottom: 10px
}

.errorpage {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 30px
}

.error_nf {
	font-size: 52px;
	line-height: 52px;
	color: #2f2f2f;
	font-weight: 600;
	text-align: center
}

.errorpage img {
	max-width: 50%
}

.errorpage p {
	font-size: 18px;
	color: #454545;
	line-height: 20px;
	padding: 10px 0 20px
}

.errorpage input[type=text] {
	border-radius: 0;
	-webkit-border-radius: 0;
	width: 320px;
	height: 50px;
	padding: 10px
}

.errorpage .button {
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-left: -1px;
	height: 50px;
	font-size: 18px;
	color: #8a8a8a;
	font-weight: 700;
	padding: 5px 20px
}

.errorpage .button:hover {
	color: #fff
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography p {
	margin-bottom: 15px
}

.list-faq {
	margin-top: 10px
}

.list-faq li {
	display: list-item;
	margin-bottom: 10px
}

.list-faq li ul {
	margin-top: 10px;
	display: inline-block;
	margin-left: 35px
}

.list-faq li ul li {
	padding: 5px 0;
	border-bottom: 1px solid #e1e1e1
}

.list-faq li ul li:last-child {
	border: none;
	margin-bottom: 0
}

.ques {
	float: left;
	color: red;
	border: 1px solid;
	padding: 0 5px 4px;
	margin-right: 7px
}

.ans {
	color: green;
	border: 1px solid;
	padding: 1px 5px;
	margin-right: 10px;
	font-weight: 700;
	float: left
}

.ol-default {
	padding-left: 15px;
	position: relative
}

.ol-default li {
	display: list-item;
	list-style: decimal outside;
	margin-bottom: 5px;
	font-size: 18px
}

.ol-default ol {
	margin: 5px 0 15px 20px
}

.ol-default ol li {
	font-size: 14px
}

.ul-default {
	position: relative;
	padding-left: 15px
}

.ul-default li {
	display: list-item;
	list-style: disc outside;
	margin-bottom: 5px;
	font-size: 18px
}

.ul-default ul {
	margin: 5px 0 15px 20px
}

.ul-default ul li {
	font-size: 14px
}

/*! responsive style !*/
@media (min-width:768px) {
	.boxwrap {
		width: 768px
	}

	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.boxwrap {
		width: 992px
	}

	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.boxwrap {
		width: 1200px
	}

	.container {
		width: 1170px
	}
}

@media (max-width:768px) {
	.boxwrap {
		width: auto
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.products .thumbnail {
		height: 215px
	}

	.products .products-top {
		height: 150px;
	}

	.products button {
		padding: 7px 10px
	}

	.promo-content {
		padding: 0
	}

	.promo_01 {
		background-position: right -60px top 0
	}

	.promo_02 {
		background-position: right -80px top 0
	}

	.promo_03 {
		background-position: left -30px top 0
	}

	.promo-box h4 {
		padding: 0 0 5px
	}

	.nav li a {
		font-size: 14px
	}

	.contact-info .adress {
		width: 80%
	}
}

@media (min-width:768px) and (max-width:991px) {
	.processto-checkout li:last-child {
		text-align: center
	}

	.col-sm-6 products .products-top {
		height: 320px
	}

	.col-sm-4 .products button {
		padding: 5px 8px
	}

	.col-sm-4 .products .products-top {
		height: 280px
	}

	.special-item .product-image {
		width: 15%
	}

	.special-item .product-info {
		width: 80%
	}

	.contact-info p {
		margin-right: 20px
	}

	.nav li a {
		font-size: 14px;
		padding: 15px 8px
	}

	.nav .megamenu {
		width: 610px
	}

	.sb-search {
		height: 40px;
		width: 40px;
		min-width: 40px
	}

	.nav .dropdown-menu li a {
		font-size: 13px
	}

	.sb-search-input {
		height: 40px
	}

	.sb-icon-search,
	.sb-search-submit {
		height: 40px;
		width: 40px;
		font-size: 20px;
		line-height: 35px
	}
}

@media (max-width:991px) {
	.promo-box {
		padding: 0
	}

	.promo_02 {
		background: url(../images/promo-02.jpg) right 0 top 0 no-repeat #fff
	}

	.promo_01,
	.promo_02 {
		margin-bottom: 30px
	}

	.promo-content {
		width: 70%
	}

	.leftbar {
		float: none !important;
		clear: both
	}

	#fbframe {
		height: 200px !important
	}

	.nav-shadow {
		background-size: contain;
		padding-bottom: 22px;
		margin-bottom: -22px
	}
}

@media (max-width:767px) {

	.leftbar,
	.rightbar {
		float: none !important
	}

	.welcome {
		text-align: center
	}

	.topnav {
		float: left;
		text-align: center;
		width: 100%;
		padding-bottom: 10px
	}

	.topnav li {
		float: none
	}

	.nav-shadow {
		padding-bottom: 17px;
		margin-bottom: -17px
	}

	.navbar-toggle {
		float: left;
		margin: 13px 15px;
		background-color: #0a0810;
		border: none
	}

	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background-color: #007ae4;
		outline: 0
	}

	.nav {
		float: none;
		padding-bottom: 20px
	}

	.nav>li {
		display: block;
		position: relative;
		float: none
	}

	.nav>li>a {
		display: block;
		position: relative;
		margin-top: 1px;
		background: rgba(0, 0, 0, .4)
	}

	.navbar-nav>li>a {
		line-height: 20px;
		padding-bottom: 10px;
		padding-top: 10px
	}

	.nav .dropdown-menu {
		position: relative;
		border: none;
		padding: 10px 30px;
		margin-bottom: 15px
	}

	.nav .dropdown-menu li a {
		background-position: -10px 17px;
		padding: 10px;
		border-bottom: 1px solid #000;
		font-size: 14px;
		display: block
	}

	.nav .dropdown-menu li a:hover,
	.nav .megamenu li a {
		background-position: 0 17px;
		padding: 10px 10px 10px 15px
	}

	.nav .dropdown-menu ul:last-child li:last-child a {
		border-bottom: none
	}

	.nav .megamenu {
		width: 100%
	}

	.nav .megamenu .megamenu-add {
		padding-top: 15px
	}

	.bs-docs-nav .navbar-nav>.active>a,
	.bs-docs-nav .navbar-nav>.active>a:hover {
		background-color: #463265;
		color: #fff
	}

	.no-js .sb-search,
	.sb-search.sb-search-open {
		width: 80%
	}

	.nav .megamenu li {
		margin-top: 0
	}

	.nav-bg-blue .nav>li {
		margin-left: 0
	}

	.nav-bg-blue .nav .dropdown-menu {
		left: 0
	}

	.nav-bg-blue .nav .dropdown-menu li a {
		border-color: #e2e2e2
	}

	.logo {
		position: relative;
		width: 100%;
		text-align: center
	}

	.header_bottom h3 {
		width: 100%;
		text-align: center
	}

	.bottomnav {
		float: left;
		width: 100%;
		text-align: center
	}

	.bottomnav li {
		float: none;
		text-align: center
	}

	.bottomnav li a {
		display: block
	}

	.contact-info p {
		margin-right: 20px
	}

	.contact-info p:last-child {
		margin-right: 0
	}

	.special-item .product-image {
		width: 25%
	}

	.special-item .product-info {
		width: 70%
	}

	.banner .caption {
		width: 50%;
		margin: 5% 0 0 5%
	}

	.flexslider .slides img {
		width: 45%
	}

	#fbframe {
		height: auto !important;
		padding-bottom: 20px
	}

	.error_nf {
		font-size: 42px
	}

	.errorpage p {
		font-size: 14px
	}

	.show-compare,
	.sort-by {
		margin-bottom: 10px
	}

	.limiter {
		float: right;
		margin-bottom: 10px;
		margin-right: 0
	}

	.products_list .item-description .price {
		width: 100%;
		margin-bottom: 15px
	}

	.sipping-table table colgroup,
	.sipping-table table thead {
		display: none
	}

	.sipping-table table td {
		float: left;
		padding-left: 110px;
		width: 100%;
		border-top: none;
		position: relative
	}

	.sipping-table table tr:first-child td:first-child {
		border-top: 1px solid #e1e1e1
	}

	.sipping-table table td:before {
		top: 0;
		left: 0;
		width: 100px;
		height: 100%;
		padding: 10px 5px 5px;
		position: absolute;
		text-align: center;
		vertical-align: middle;
		border-right: 1px solid #e1e1e1
	}

	.sipping-table table td:nth-of-type(1):before {
		content: "Image"
	}

	.sipping-table table td:nth-of-type(2):before {
		content: "Details"
	}

	.sipping-table table td:nth-of-type(3):before {
		content: "Unit Price"
	}

	.sipping-table table td:nth-of-type(4):before {
		content: "Quantity"
	}

	.sipping-table table td:nth-of-type(5):before {
		content: "Subtotal"
	}

	.sipping-table table td:nth-of-type(6):before {
		content: "Action"
	}

	.sipping-table tfoot td:before {
		display: none
	}

	.sipping-table tfoot tr:first-child td:first-child {
		border: none
	}

	.sipping-table tfoot td {
		padding: 0
	}
}

@media (max-width:640px) {
	#tabnav ul li a {
		display: block;
		font-size: 17px;
		padding: 12px 14px
	}

	.banner .caption h3 {
		font-size: 24px
	}

	.banner .caption p {
		font-size: 12px
	}

	.nav-shadow {
		padding-bottom: 16px
	}
}

@media (max-width:480px) {
	.nav-shadow {
		padding-bottom: 14px;
		margin-bottom: -14px
	}

	.preview-thum {
		width: 25%
	}

	.preview-thum .caroufredsel_wrapper {
		min-height: 380px !important
	}

	.product-view2 {
		width: 70%
	}

	#tabnav ul {
		text-align: center
	}

	#tabnav ul li {
		float: none;
		display: block;
		border: none;
		border-top: 1px solid #ddd
	}

	#writeReviews td,
	#writeReviews th {
		padding: 10px
	}

	.error_nf {
		font-size: 24px
	}

	.errorpage p {
		font-size: 12px
	}

	.banner .caption h3 {
		font-size: 18px;
		margin-bottom: 5px
	}

	.banner .caption p {
		font-size: 12px;
		line-height: 16px
	}

	.products_list .item-image {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
		background: #f5f5f5
	}

	.products_list .item-description {
		width: 100%
	}

	#tabnav ul li a {
		font-size: 14px;
		padding: 12px 7.4px
	}

	.pager p {
		width: 100%;
		text-align: center
	}

	.pager ul {
		width: 100%;
		text-align: center;
		margin-top: 10px
	}

	.pager ul li {
		float: none;
		margin-left: 2px
	}

	#back_top {
		left: 20px;
		bottom: 20px
	}
}

@media (max-width:384px) {
	p {
		font-size: 12px
	}

	.header_top p {
		font-size: 10px
	}

	.header_bottom h3 {
		font-size: 20px !important;
		padding: 10px 0 5px
	}

	.header_bottom h3 small {
		font-size: 16px !important
	}

	.bottomnav {
		text-align: center;
		margin-top: -10px
	}

	.bottomnav>li {
		margin: 0;
		line-height: 15px
	}

	.bottomnav>li a {
		padding: 5px;
		font-size: 11px
	}

	.topnav {
		padding-bottom: 10px
	}

	.topnav li {
		padding: 5px 0
	}

	.nav-shadow {
		margin-bottom: -9px;
		padding-bottom: 9px
	}

	.promo-content {
		width: 100%;
		background: rgba(255, 255, 255, .8)
	}

	.preview-thum {
		width: 22%;
		margin-bottom: 30px
	}

	.product-view2 {
		width: 74%
	}

	.preview-thum .caroufredsel_wrapper {
		min-height: 270px !important
	}

	.product-img-more ul li a {
		width: 60px;
		height: 60px
	}

	.errorpage input[type=text] {
		width: auto
	}

	.product-details-box .buttons_wrap {
		text-align: center
	}

	.banner .caption h3 {
		font-size: 14px
	}

	.banner .caption p {
		display: none
	}

	#brandlogo li {
		padding-top: 10px
	}

	.sort-by {
		margin-right: 5px;
		font-size: 12px
	}

	.limiter {
		font-size: 12px
	}

	.display-mode,
	.show-compare {
		font-size: 12px;
		margin-right: 0
	}

	.pager ul {
		width: 100%;
		margin-top: 5px
	}

	.pager ul li:first-child {
		margin-left: 0
	}

	.pager ul li a {
		min-width: 26px;
		min-height: 26px;
		padding: 3px 5px
	}

	#writeReviews td,
	#writeReviews th {
		padding: 10px 3px 3px;
		font-size: 12px;
		min-width: 47px
	}

	#writeReviews td .jqTransformRadioWrapper {
		float: none
	}

	#writeReviews td .jqTransformRadioWrapper .jqTransformRadio {
		margin: 0 auto
	}

	.continue-shopping,
	.update-shopping {
		text-align: center;
		padding: 10px 8px;
		margin: 0;
		font-size: 14px
	}

	.update-shopping {
		float: left
	}
}

@media (max-width:320px) {
	.nav-shadow {
		margin-bottom: -8px;
		padding-bottom: 8px
	}

	#brandlogo li {
		padding-top: 0
	}

	.display-mode,
	.limiter,
	.show-compare {
		font-size: 10px
	}

	.pager ul li a {
		min-width: 25px
	}

	.currency ul,
	.language ul {
		min-width: 110px
	}

	.details3 .share {
		float: none;
		display: inline-block;
		margin-top: 10px
	}
}

@media (max-width:240px) {
	.header_bottom h3 small {
		font-size: 14px
	}

	.header_bottom h3 {
		font-size: 16px
	}

	.header_top p {
		font-size: 12px
	}

	.bottomnav {
		margin-top: -20px
	}

	.bottomnav>li:last-child {
		margin: 5px 0 0
	}

	.bottomnav>li>a {
		padding: 5px 10px
	}

	.slider-pagin {
		left: 12%
	}

	#sequence .sltitle {
		bottom: 22%
	}

	.title {
		font-size: 18px;
	}

	.control {
		top: 29px
	}

	.products-top {
		height: 265px
	}

	.button,
	button {
		font-size: 14px;
		padding: 8px 10px
	}

	.productname,
	.products-bottom .name {
		font-size: 14px
	}

	.bottomnav li ul {
		top: 100%
	}

	.cart ul {
		width: 220px;
		right: -53px !important
	}

	.cart ul:after,
	.cart ul:before {
		left: 50%
	}

	#brandlogo li {
		padding-top: 5px
	}

	.sequence-pagination li a {
		border-width: 2px
	}

	.sequence-pagination li.current a,
	.sequence-pagination li:hover a {
		border-width: 2px;
		height: 36px;
		left: -10px;
		top: -18px;
		width: 36px
	}

	.social-icon li a {
		min-width: 30px;
		padding: 7px
	}

	.sb-search {
		height: 40px;
		margin: 10px 0;
		min-width: 40px
	}

	.sb-search-input {
		height: 40px;
		font-size: 13px !important
	}

	.sb-icon-search,
	.sb-search-submit {
		height: 40px;
		line-height: 40px;
		width: 40px
	}

	.page-index {
		padding-bottom: 10px
	}

	.display-mode,
	.limiter,
	.show-compare,
	.sort-by {
		float: left;
		width: 100%;
		margin-right: 0
	}

	.pager ul li {
		margin-top: 6px
	}

	#fbframe {
		height: 350px !important
	}

	.contact-info .adress {
		width: 80%
	}

	.nav-shadow {
		padding-bottom: 7px
	}

	form.newsletter input[type=submit],
	form.newsletter input[type=text] {
		height: 42px
	}

	form.newsletter input[type=text] {
		font-size: 10px
	}

	.display-mode span,
	.limiter label,
	.sort-by label {
		width: 60px
	}

	.display-mode,
	.limiter,
	.show-compare {
		font-size: 12px
	}

	.show-compare a {
		margin-left: 68px;
		font-size: 12px
	}
}


.pp {
	color: #1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 22px;
	text-align: justify;
}

.headline {
	color: #1F1F1F;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px;
	text-transform: uppercase;
}

#content {
	background-color: #F0F0F0;
	background-image: url(../images/cat.png);

	background-repeat: repeat-y;
}

.category_nav li {
	margin-top: 8px;

}

.category_nav li ul li {
	margin-top: 25px;
}

.category_nav li ul li ul li {
	margin-top: 20px;
}

.boxwrap {
	margin-top: 15px;
}
.small-icons h4 i{
    font-size: 35px;
}
.single-feature{
	padding: 30px 15px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.single-feature  i {
    color: #4a4a4a;
    
    font-size: 30px;
    display: inline-block;
}
.single-feature h4 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
}
.single-feature:hover{
    background: #fff;
    transition: 0.4s;
}
.single-feature:hover i {
    color: #3C3B6E;
    transition: 0.4s;
}
.single-feature:hover h4 {
    color: #3C3B6E;
    transition: 0.4s;
}
