body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14px;
	background-color: #edebec;
    padding: 100px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: #424AE4;
}
h1 {
    margin: 0px 0px 30px 0px;
}
p {
    margin: 0px 0px 20px 0px;
}
input {
	outline: none!important;
}
.btn {
	display: inline-block;
	border-radius: 100px;
	background-color: #474694;
	color: #fff;
	padding: 15px 30px;
	margin: 30px 0px 0px 0px;
    font-size: 16px;
    border: 0px;
}
.remcart {
    float: left;
    margin: 10px 0px 0px 20px;
}

.login {
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.login div {
	position: fixed;
	top: calc(50% - 190px);
	left: calc(50% - 230px);
	width: 400px;
	height: 360px;
	border-radius: 10px;
	padding: 30px;
	background-color: #fff;
	text-align: center;
}
.login div img {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	max-height: 75px;
}
.login div a {
	display: block;
	margin: 20px 0px 0px 0px;
	text-decoration: none;
}
.login div input {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
	margin: 20px 0px 0px 0px;
	text-align: center;
}
.login div input[type=submit] {
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%;
	background-color: #474694;
	color: #fff;
}

.message {
	position: fixed;
	left: -500px;/*-50*/
	transition: all 0.5s;
	bottom: 50px;
	border-radius: 10px;
	padding: 20px;
	max-width: 300px;
}
.message.show {
	left: 30px;
}
.message.error {
	background-color: #E30003;
	color: #fff;
}
.message.success {
	background-color: rgba(55,134,0,1.00);
	color: #fff;
}
.message strong {
	display: block;
}





.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000000;
	background-color: #fff;
	padding: 10px 20px;
	vertical-align: middle;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.header .logo {
	max-height: 50px;
	display: inline-block;
}
.header .search {
    position: relative;
    margin: 5px 20px 0px auto;
    float: right;
    display: inline-block;
    width: 250px;
    z-index: 1;
}
.header .search input[type=text] {
	background-color: #edebec;
	border: 0px;
	padding: 10px 20px 10px 54px;
	width: 250px;
    border-radius: 10px;
}
.header .search button[type=submit] {
    position: absolute;
    left: 0px;
	color: #000;
	border: 0px;
	padding: 10px 20px;
    border-radius: 10px;
}
.header .topright {
	float: right;
	text-align: left;
	height: 50px;
}
.header .topright > div {
    position: relative;
	display: inline-block;
	color: #474694;
	height: 50px;
	line-height: 22px;
	vertical-align: middle;
	padding: 12px 0px;
}
.header .topright .circ {
	background-color: #474694;
	color: #fff;
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 10px;
	border-radius: 100px;
    position: absolute;
    top: 3px;
    right: -14px;
}
.header .topright .itms0 .circ {
    display: none;
}

.header .topright .cart {
	margin: 0px 0px 0px 30px;
}
.header .topright .cart i {
	font-size: 20px;
	color: #7978c3;
	vertical-align: middle;
}
.header .topright .itms0 i {
	color: #ccc!important;
}
.header .topright .wishlist {
	margin: 0px 0px 0px 30px;
	padding: 13px 0px 10px 0px;
}
.header .topright .wishlist i {
	font-size: 22px;
	color: #7978c3;
	vertical-align: top;
}
.header .account {
	float: right;
	position: relative;
    z-index: 1000;
    padding: 1px 0px 4px 0px;
}
.header .account ul {
	position: absolute;
	right: 0px;
	display: none;
	text-align: right;
	background-color: #fff;
	line-height: 28px;
	list-style: none;
	padding: 10px 20px;
	width: 150px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin: 4px 0px 0px 0px;
}
.header .account:hover ul {
	display: block;
}
.header .account ul a {
	text-decoration: none;
}
.header .account ul select {
    width: 100%;
    border: 0;
    margin: 20px 0px 0px 0px;
    background-color: #fff;
    text-align: right;
}
.topheader {
    border-bottom: 1px solid rgba(239,239,239,1.00);
    margin: -5px 0px 10px 0px;
	height: 25px;
	padding: 0px;
	display: block;
}

#setlang {
	position: relative;
	z-index: 100000;
	height: 20px;
	cursor: pointer;
    width: 150px;
}
#setlang .selected {
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}
#setlang img {
	max-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
	
}


#setlang ul {
	opacity: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #ccc;
	margin: 30px 0px 0px 0px;
  	padding: 10px;
	border-radius: 10px;
	transition: all 0.1s;
	width: 0px;
	overflow: hidden;
}
#setlang ul.open {
	opacity: 1;
	z-index: 1000000;
	height: auto;
	width: 150px;
	margin: 5px 0px 0px 0px;
}

#setlang ul li {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
}
#setlang ul li a {
	display: block;
	padding: 5px 0px;
	width: 150px;
	color: #000;
}
#setlang ul li img {
	max-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
	
}
.nav {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 999;
    list-style: none;
    margin: 10px 0px 0px 20px;
    padding: 0px;
}
.nav li {
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 40px;
	padding: 0px 10px;
    margin: 0px 10px 0px 0px;
    font-weight: 500;
    font-size: 16px;
}
.nav li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	border-radius: 0px 0px 10px 10px;
	background-color: #fff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.14);
	padding: 10px;
	width: 270px;
	min-height: 320px;
}
.nav > li:hover > ul {
	display: block;
}
.nav ul  > li:hover ul {
	display: block;
}
.nav li ul li {
	position: initial;
	padding: 10px 10px;
	width: 100%;
	line-height: 18px;
}
.nav li a {
	color: #000;
	text-decoration: none;
}
.nav li i {
	float: right;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 10px 0px 0px;
}
.nav li ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 260px;
	z-index: 10;
	background-color: #F5F5F5;
}



.welcome {
	position: relative;
	height: 450px;
	background-image: url("/shopdata/1/header.jpg");
	background-position: center center;
	background-size: cover;
}
.welcome .container {
    overflow: hidden;
}
.welcome .container > div {
    height: 350px;
    width: 600px;
    background-color: rgba(0,0,0,0.50);
    user-select: none;
    border-radius: 20px;
    margin: 50px 0px 0px 0px;
}
.welcome .container > div > div {
	display: table;
	height: 100%;
	vertical-align: middle;
}
.welcome .container > div > div > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	padding: 0px 60px;
}
.welcome .container > div > div > div strong {
	display: block;
	font-size: 48px;
	font-weight: 600;
	line-height: 56px;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #fff;
}
.welcome .container > div > div > div strong em {
    font-size: 30px;
    font-style: normal;
}
.welcome .container > div > div > div span {
	display: block;
}
.welcome .container > div > div > div a {
	display: inline-block;
	border-radius: 100px;
	background-color: #474694;
	color: #fff;
	padding: 15px 30px;
	margin: 30px 0px 0px 0px;
}
.hid {
	display: none!important;
}
.nep {
	display: inline-block;
	margin: 20px 20px 0px 0px;
}
.banners {
	margin: 40px 0px 0px 0px;
}
.banners img {
	display: inline-block;
	width: calc(50% - 17px);
	margin: 0px 15px 0px 0px;
    border-radius: 20px;
}
.banners a:last-child img {
	margin: 0px 00px 0px 15px;
}



.txtblk {
    background-color: #fff;
    padding: 40px;
    position: relative;
    max-width: 900px;
    margin: 30px auto;
    border-radius: 20px;
}


.bestsellers {
    background-color: #fff;
    margin: 30px 0px;
    padding: 40px;
    text-align: center;
    position: relative;
    border-radius: 20px;
}

.bestsellers .vp {
    overflow: hidden;
    margin: 30px 13px;
}
.bestsellers .vp ul {
    width: 5000px;
}
.bestsellers .vp ul li {
    position: relative;
    float: left;
    display: inline;
    text-align: center;
    border: 1px solid #edebec;
    padding: 30px;
    width: 250px;
    margin: 0px 30px 0px 0px;
    border-radius: 20px;
}
.bestsellers .vp ul li a {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.bestsellers .vp ul li .fa-chevron-left, .bestsellers .vp ul li .fa-chevron-right {
    position: absolute;
    z-index: 1001;
    cursor: pointer;
    top: 115px;
    left: 15px;
    display: none;
    padding: 5px;
    background-color: rgba(255,255,255,0.30);
}
.bestsellers .vp ul li:hover .fa-chevron-left, .bestsellers .vp ul li:hover .fa-chevron-right {
    display: inline-block;
}
.bestsellers .vp ul li .fa-chevron-right {
    right: 15px;
    left: auto;
}

.bestsellers .vp ul li .img {
    width: 190px;
    height: 190px;
    overflow: hidden;
}
.bestsellers .vp ul li .img div {
    width: 5000px;
}
.bestsellers .vp ul li .img div span {
    float: left;
    width: 190px;
}
.bestsellers .vp ul li img {
    display: block;
    width: 100%;
    margin: 0px 0px 20px 0px;
}
.bestsellers .vp ul strong {
    display: block;
    height: 60px;
    overflow: hidden;
    margin: 0px 0px 20px 0px;    
}
.bestsellers .vp ul em {
    display: block;
    
}

.bestsellers .fa-chevron-left {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    left: 25px;
    color: #333;
}
.bestsellers .fa-chevron-right {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    right: 25px;
    color: #333;
}


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


.category {
    vertical-align: top;
    margin: 30px 0px;
}
.category .filters {
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
.category .products {
    width: calc(100% - 254px);
    display: inline-block;
    vertical-align: top;
}
.category .products .itemlist {
    text-align: left;
}
.category .products .itemlist li {
    position: relative;
    width: 280px;
    margin: 17px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    height: 390px;
    overflow: hidden;
    transition: all 0.2s;
}
.category .products .itemlist li:hover {
    position: relative;
    z-index: 1000;
    margin: 17px 17px -105px 17px;
    height: 500px;
}
.category .products .itemlist li a {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 55px);
}
.category .products .itemlist li .fa-chevron-left, .category .products .itemlist li .fa-chevron-right {
    position: absolute;
    z-index: 101;
    cursor: pointer;
    top: 115px;
    left: 15px;
    display: none;
    padding: 5px;
    background-color: rgba(255,255,255,0.30);
}
.category .products .itemlist li:hover .fa-chevron-left, .category .products .itemlist li:hover .fa-chevron-right {
    display: inline-block;
}
.category .products .itemlist li .fa-chevron-right {
    left: auto;
    right: 15px;
}
.category .products .itemlist li strong {
    display: block;
    font-size: 18px;
    line-height: 26px;
    height: 55px;
    overflow: hidden;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
}
.category .products .itemlist li em {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #474694;
}
.category .products .itemlist li .img {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.category .products .itemlist li .img div {
    width: 5000px;
}
.category .products .itemlist li .img div span {
    float: left;
    width: 240px;
    height: 240px;
    overflow: hidden;
}
.category .products .itemlist li .img img {
    transition: all 0.3s;
    width: 100%;
}
.category .products .itemlist li:hover .img img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: -10px 0px 0px -10px;
}
.category .products h1 {
	margin: 0px 0px 0px 20px;
}
.filterbox {
	padding: 20px 10px 20px 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #ccc;
	max-height: 350px;
	margin: 0px 30px 0px 0px;
}
.filterbox div {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.pagination {
    float: right;
    margin: 14px 00px 0px 0px;
    text-align: right;
}
.pagination li {
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 5px;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}
.pagination li a {
    color: #000;
}
.pagination li.current a {
    font-weight: bold;
}
    
.vewdetails {
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    text-align: center;
    border:1px solid #000;
    margin: 30px 20px 0px 20px;
}
.itemlist .btn {
    display: block;
    padding: 7px 0px;
    border-radius: 10px;
    margin: 10px 20px 0px 20px;
    width: calc(100% - 38px);
    font-size: 14px;
}
.minpr {
    float: left;
    margin: 6px 0px 0px -4px;
}
.maxpr {
    float: right;
    margin: 4px 43px 0px 0px;
    text-align: right;
}
.productdetails {
    margin: 30px auto;
    max-width: 1200px
}
.productdetails .top {
    overflow: hidden;
}

.productdetails .awl {
    display: inline-block;
    margin: 20px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
}
.productdetails .awl i {
    font-size: 24px;
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}

.productdetails .top .imgs {
    float: left;
    width: 50%;
}
.productdetails .top .imgs .vp {
    position: relative;
    overflow: hidden;
    display: block;
    width: 500px;
    height: 500px;
    list-style: none;
    margin: 20px 0px 0px 0px;
    text-align: left;
    background-color: #fff;
    border-radius: 20px;
}
.productdetails .top .imgs .vp i {
    position: absolute;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    top: calc(50% - 25px);
}
.productdetails .top .imgs .vp i.fa-chevron-left {
    left: 20px;
}
.productdetails .top .imgs .vp i.fa-chevron-right {
    right: 20px;
}


.productdetails .top .imgs .vp div {
    width: 5000px;
}
.productdetails .top .imgs .vp div img {
    width: 500px;
}


.productdetails .top .imgs ul {
    display: block;
    width: 100%;
    list-style: none;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.productdetails .top .imgs ul li {
    vertical-align: top;
    display: inline-block;
    margin: 0px 5px;
    border: 1px solid #ccc;
    width: 70px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.productdetails .top .imgs ul li img {
    width: 100%;
}
.productdetails .top .imgs .mainimg {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}
.productdetails .top .form {
    float: right;
    width: 45%;
}

.productdetails .top .form h1 {
    font-size: 36px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.productdetails .top .form h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}
.productdetails .top .form em {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.productdetails .top .form strong {
    display: block;
    margin: 30px 0px 20px 0px;
    font-size: 24px;
    color: #474694;
}

.productdetails .top .form label{
    font-size: 12px;
    display: block;
    margin: 0px 0px 5px 0px;
}
.productdetails .top .form input[type=text]{
    padding: 10px 20px;
    background-color: #fff;
    width: 75px;
    border: 0px;
    text-align: center;
	height: 40px;
	vertical-align: top;
}
.shoppingcart .cartdata ul li .qty .qtym, .shoppingcart .cartdata ul li .qty .qtyp,
.productdetails .top .form .qtym, .productdetails .top .form .qtyp {
	display: inline-block;
	background-color: #ccc;
	width: 40px;
	height: 40px;
	vertical-align: top;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
}
.shoppingcart .cartdata ul li .qty .qtym.ia, .shoppingcart .cartdata ul li .qty .qtyp.ia,
.productdetails .top .form .qtym.ia, .productdetails .top .form .qtyp.ia {
	opacity: 0.3;
	cursor: default;
}
.shoppingcart .cartdata ul li .qty .qtym, .shoppingcart .cartdata ul li .qty .qtyp {
	border:1px solid #ccc;
}
                    /*<span class="qtym">-</span><input type="text" name="qty" value="1" readonly /><span class="qtyp">+</span><br>*/

.cartdata.wl .btn {
    padding: 10px 28px;
    display: inline-block!important;
    margin: 13px 0px 0px 10px;
}
.productdetails .top .form input[type=submit]{
    width: 225px;
}
.productdetails .description {
    background-color: #fff;
    padding: 40px;
    position: relative;
    margin: 30px auto;
    border-radius: 20px;
    overflow: hidden;
}

.catlist {
	width: calc(100% - 20px);
	border-top: 1px solid #ccc;
	padding: 10px 0px 0px 0px;
}
.catlist .subs {
	display: none;
}
.catlist a i {
	font-size: 12px;
	margin: 0px 5px 0px 0px;
}
.catlist .subs.active {
	display: block;
	padding: 5px 0px 10px 30px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}


.shoppingcart {
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
    overflow: hidden;
}
.shoppingcart .cartdata {
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.shoppingcart .cartdata ul {
    list-style: none;
}
.shoppingcart .cartdata ul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    vertical-align: middle;
}
.shoppingcart .cartdata ul li:last-child {
    border-bottom: 0px;
}
.shoppingcart .cartdata ul li .img {
    float: left;
    width: 75px;
}
.shoppingcart .cartdata ul li .name {
    float: left;
    width: calc(70% - 100px);
    padding: 15px 0px 0px 0px;
}
.shoppingcart .cartdata ul li .name strong {
    font-size: 16px;
    font-weight: bold;
    display: block;
}
.shoppingcart .cartdata ul li .name em {
    font-style: normal;
    display: block;
}
.shoppingcart .cartdata ul li .qty {
    float: left;
    width: 15%;
    padding: 15px 0px 0px 0px;
}
.shoppingcart .cartdata ul li .price {
    float: left;
    width: 15%;
    text-align: right;
    padding: 15px 0px 0px 0px;
}
.shoppingcart .cartdata ul li .qty input[type=text] {
    text-align: center;
    border: 1px solid #ccc;
    width: 75px;
	height: 40px;
    padding: 10px 20px;
}
.shoppingcart .cartdata ul li img {
    width: 100%;
}
.shoppingcart .cartdata ul li .price strong {
    display: block;
    font-size: 20px;
}
.shoppingcart .orderbtn {
    float: right;
}



.checkout {
    overflow: hidden;
    width: 1200px;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 30px auto;
}
.checkout .left {
    float: left;
    width: 65%;
}
.checkout .left label {
    display: block;
}
.checkout .left label span {
    font-weight: bold;
    color: #cc3333;
}
.checkout .left input[type=text], .checkout .left textarea, .checkout .left select {
    padding: 10px 20px;
    background-color: #f8f8f8;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    border: 1px solid #e5e5e5;
    margin: 0px 0px 15px 0px;
    width: 80%;
    border-radius: 10px;
}
.checkout .left select {
    width: 80%;
}
.checkout .left textarea {
    height: 120px;
}
.checkout .left input[type=text].false, .checkout .left textarea.false {
    background-color: rgba(255,200,201,1.00);
	border: 1px solid rgba(215,0,3,1.00);
}
.checkout h1 {
    max-width: 85%;
}
.checkout .right {
    float: left;
    width: 35%;
}
.checkout .selectbox {
    width: calc(80% + 20px)!important;
    max-width: none;
    margin: 0px 0px 15px 0px;
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    background-size: auto 100%;
    height: 38px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
    font-style: normal;
    background-image: url("/images/selectbox2.png");
}
.checkout .selectbox .active {
    max-width: none!important;
    height: 20px;
    padding: 7px 9px;
}

.checkout .btn {
    background-color: #474694;
    color: #fff;
}
.checkout .btn.disabled {
    opacity: 0.3;
}
.checkout label {
    clear: left;
}

.checkout .right .border {
    border:1px solid #ccc;
    padding: 25px;
    text-align: left;
}
.checkout .right .border .payment {
    list-style: none;
    margin: 0px 0px 20px 0px;
}
.checkout .right .border .payment li {
    background-color: rgba(0,0,0,.05);
    margin: 0px 0px 5px 0px;
    padding: 10px 20px;
}
.checkout .right .border .payment li input {
    margin: 0px 20px 0px 0px;
}
.checkout .right .border .payment li img {
    float: right;
}
.checkout .right .border .btn {
    width: 100%;
    padding: 10px 20px!important;
    margin: 30px 0px 0px 0px;
    height: 40px;
}
#email {
    display: none;
}


.totalinfo {
    float: right;
    width: 30%;
}
.totalinfo .shipping {
    padding: 30px;
    background-color: #fff;
}
.totalinfo .shipping h2 {
    margin: 0px 0px 10px 0px;
}

.footer {
	margin: 40px 0px 0px 0px;
	padding: 30px 50px;
	background-color: #fff;
}

.footer .top {
    border-bottom: 1px solid #edebec;
    padding: 0px 0px 30px 0px;
}
.footer .top img {
    max-height: 40px;
}
.footer .top img:first-child {
    margin: 0px 20px 0px 0px;
    border-right: 1px solid #edebec;
    padding: 0px 20px 0px 0px;
}



.footer .block {
    vertical-align: top;
    display: inline-block;
    width: 250px;
    padding: 30px 0px;
}
.footer .block.last {
    float: right;
}
.footer .block strong {
    display: block;
    margin: 0px 0px 8px 0px;
}
.footer .block a {
    display: block;
    padding: 3px 0px;
    color: #000;
}

.footer .bottom {
    border-top: 1px solid #edebec;
    padding: 20px 0px 0px 0px;
    text-align: right;
    font-size: 12px;
}
.footer .bottom a {
    color:#000;
}
.footer .last img {
	max-height: 100px;
}


.faq {
    padding: 30px;
    overflow: hidden;
}
.faq .left {
    float: left;
    width: 300px;

}
.faq .left ul {
    list-style: none;
}
.faq .left ul a {
    color: #000;
}
.faq .left ul i {
    display: inline-block;
    margin: 0px 8px 0px 0px;
}
.faq .left > ul > li {
    margin: 0px 0px 20px 0px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.faq .left ul li ul{
    list-style: none;
    display: none;
    margin: 5px 0px 0px 0px;
}
.faq .left ul li.open ul{
    display: block;
}

.faq .left > ul > li > ul > li {
    padding: 5px 20px;
}
.faq .left li.active a {
    font-weight: bold!important;
    color: #474694!important;
}



.faq .right {
    float: right;
    width: calc(100% - 360px);
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}

.usp {
    list-style: none;
    margin: 30px 0px 0px 0px;
}
.usp li {
    line-height: 30px;
    font-size: 12px;
    vertical-align: middle;
}
.usp li i {
    color: rgba(38,147,0,1.00);
    font-size: 18px;
}
    
.perpage {
    float: left;
    margin: 20px 0px 0px 10px;
}
.perpage .active {
    font-weight: bold;
}

.customerdetails {
    background-color: #fff;
    margin: 30px auto;
    padding: 40px;
    position: relative;  
    max-width: 900px;
    text-align: left;
    line-height: 24px;
    border-radius: 20px;
}
.customerdetails span {
    float: right;
    font-size: 100px;
    margin: 30px 0px 0px 0px;
    opacity: 0.3;
}
.customerdetails a {
    line-height: 30px;
}
.customerdetails a i {
    font-size: 12px;
    margin: 0px 5px 0px 0px;
}
.customerdetails label {
    display: block;
    
}
.customerdetails input[type=text], .customerdetails input[type=password] {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    width: 360px;
}

.filters strong {
    display: block;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
}
.filters a {
    display: block;
    line-height: 26px;
    color: #000;
}
.filters a.active {
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 100px;
    background-color: #000;
    border: 0;
}
#slider-range {
    width: 200px;
    height: 5px;
    background-color: #ccc;
    border: 0;
}
.ui-slider-range {
    background-color: #000!important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.brands {
    padding: 30px 0px;
}
.brands .brandslist {
    list-style: none;
    text-align: center;
}
.brands .brandslist li {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 10px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    overflow: hidden;
}
.brands .brandslist li > a {
    display: table;
    height: 60px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    color: #000;
}
.brands .brandslist li > a > div {
    display: table-cell;
    height: 60px;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

.brands .advertised {
    overflow: hidden;
}
.adblock1, .adblock2, .adblock2 div, .adblock3  {
    border-radius: 20px;
    overflow: hidden;
    vertical-align: top;
    float: left;
}

.adblock1 {
    width: 380px;
    margin: 0px 30px 30px 0px;
    background-color: #000;
    height: 500px;
}
.adblock1:nth-child(4) {
    margin: 0px 0px 30px 0px;
}

.adblock2 {
    width: 380px;
    margin: 0px 30px 30px 0px;
    height: 500px;
}
.adblock2 div:first-child {
    display: block;
    width: 100%;
    margin: 0px 0px 30px 0px;
    background-color: red;
    height: 235px;
}
.adblock2 div:last-child {
    display: block;
    width: 100%;
    background-color: green;
    height: 235px;
}
.adblock3 {
    display: block;
    width: 100%;
    background-color: purple;
    height: 235px;
    margin: 0px 0px 30px 0px;
}

.quoteform input {
	border-radius: 5px!important;
	width: 100%!important;
	margin: 0px 0px 10px 0px!important;
	text-align: left!important;
}
.quoteform input[type=submit] {
	width: auto!important;
}
.quoteform input[name=email] {
	display: none!important;
}