@import url(BaiduEditor.css);
.mt-2{margin-top: 2px}
.mt-10{margin-top: 10px}
.mt-20{margin-top: 20px}
.mt-25{margin-top: 25px}
.mt-30{margin-top: 30px}
.mt-40{margin-top: 40px}
.mt-50{margin-top: 50px}
.mt-70{margin-top: 70px}
.mt-90{margin-top: 5%;}
.mr-5{margin-right: 5px}
.mr-10{margin-right: 5px}
.mr-25{margin-right: 25px}
.mb-10{margin-bottom: 10px}
.mb-15{margin-bottom: 15px}
.mb-20{margin-bottom: 20px}
.mb-25{margin-bottom: 25px}
.mb-30{margin-bottom: 30px}
.mb-35{margin-bottom: 35px}
.mb-45{margin-bottom: 45px}
.mb-48{margin-bottom: 48px}
.mb-50{margin-bottom: 50px}
.mb-90{margin-bottom: 90px}
.mtb-25{margin: 25px 0}
.p-5{
	padding:5px;
}
.pt-10{padding-top: 10px}
.pt-15{padding-top: 15px}
.pt-30{padding-top: 30px}
.pt-90{padding-top: 90px}
.pt-50{padding-top: 50px}
.pt-100{padding-top: 100px}
.ptb-100{padding: 100px 0}
.pt-140{padding-top: 140px}
.pm-35{padding-bottom: 35px;}
.pl-5{padding-left: 5px}
.pl-8{padding-left: 8px}
.pl-70{padding-left: 70px}
.pr-8{padding-right: 8px}
.pr-16{padding-right: 16px}
.pb-15{padding-bottom: 15px}
.pb-30{padding-bottom: 30px}
.pb-45{padding-bottom: 45px}
.pb-50{padding-bottom: 50px}
.pb-60{padding-bottom: 60px}
.pb-75{padding-bottom: 75px}
.ptb-10{padding: 10px 0}
.ptb-35{padding: 35px 0}
.ptb-40{padding: 40px 0}
.ptb-60{padding: 60px 0}
.ptb-90{padding: 90px 0}
.ptb-110{padding: 110px 0}
.ptb-130{padding: 130px 0}
.ptb-25{padding: 25px 0}
.ptb-220{padding: 220px 0}
.plr-10{padding: 0 10px}
.plr-40{padding: 0 40px}
.plr-70{padding: 0 70px}
.pt-35{padding-top: 35px}
.size12{
	font-size: 12px;
}
.cursor{
	cursor: pointer;
}
.htmlbox{
    background: white;
    padding: 15px;
    max-width: 1024px;
    margin: auto;
    margin-bottom:  5%;
}
.htmlbox table {
	width:100% !important;
}
.transparent{
	background-color: #fff0 !important;
	box-shadow: 0 0 7px 3px rgba(0,0,0,.1);
}
.wrapper-wide{
	margin: auto;
}
.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-bootsnipp {
    background-color: rgb(255, 255, 255);
	border-color: #3c763d;
	border-radius: 0px;
	margin-bottom: 0px;
	z-index: 100;
}
.navbar-bootsnipp:nth-of-type(2) {
	border-top-width: 1px;
	z-index: 50
}

.navbar-bootsnipp.affix-top {
	position: absolute;
	top: 0px;
	width: 100%;
}
.navbar-bootsnipp.affix {
	top: 0px;
	width: 100%;
}
.navbar-bootsnipp .navbar-toggle .icon-bar {
	background-color: #3c763d;
}

.navbar-bootsnipp .navbar-brand {
	color: #3c763d;
	font-weight: 900;
	letter-spacing: 2px;
}

.navbar-bootsnipp .navbar-nav > li > a {
	border: 0px solid #3c763d;
	color: rgb(120, 120, 120);
	padding: 15px 14px;
}

.navbar-bootsnipp .navbar-nav > li > form > .input-group > input,
.navbar-bootsnipp .navbar-nav > li > form > .input-group > .input-group-btn > .btn {
	border-radius: 0px;
}

.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
	border-left-width: 5px;
	color: #3c763d;
	padding-left: 10px;
}
.navbar-bootsnipp .navbar-nav > li.disabled > a {
	color: rgb(200, 200, 200);
}

.navbar-bootsnipp .navbar-nav > li > .dropdown-menu {
	border-radius: 0;
	margin-right: -1px;
	min-width: 220px;
	padding: 0px;
}
.navbar-bootsnipp .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
	left: 0px;
	margin-left: -1px;
	right: auto;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a {
	border-left: 0px solid #3c763d;
	color: rgb(120, 120, 120);
	font-size: 16px;
	font-weight: 400;
	padding: 10px 20px;
	white-space: nowrap;
}
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li.active > a, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:hover, 
.navbar-bootsnipp .navbar-nav > li > .dropdown-menu > li > a:focus {
	background-color: rgb(245, 245, 245);
	border-left-width: 5px;
	padding-left: 15px;
}

.navbar .bootsnipp-profile > a {
	padding-bottom: 9px; 
	padding-top: 9px; 
}
.navbar .bootsnipp-profile > a > img {
	border-radius: 50%;
	width: 32px;
}
.navbar .bootsnipp-profile > .dropdown-menu {
	width: 320px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row {
	padding: 5px 15px;
}
.navbar .bootsnipp-profile > .dropdown-menu > li > .row img {
	width: 100%;
}

.navbar-bootsnipp .bootsnipp-search {
	display: none;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 25px 0px;
}
.navbar-bootsnipp .bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn {
	padding: 14px 16px;
	border-radius: 0px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn.active,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:hover,
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn:focus {
	padding: 14px 16px 14px 15px;
}
.navbar-bootsnipp .bootsnipp-search .input-group-btn > .btn-default {
	background-color: rgb(245, 245, 245);
}
.nav-padding {
	padding-top: 61px;
}
.check{
    color: green;
    font-size: 20px;
    border: 3px solid #3c763d;
    border-radius: 50%;
    padding: 10px;
    float: right;
    margin-bottom: 15px;
}
.addusertitle{
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 45px;
}
.newinput-group {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;

    width: 100%;
}
@media screen and (min-width: 768px) {
    .navbar-bootsnipp .navbar-brand {
    	font-size: 20px;
		height: auto;
		padding: 15px 5px;
	}
	.navbar-bootsnipp .navbar-nav > li > a {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.navbar-bootsnipp .navbar-nav > li:not(.disabled).open > a,
	.navbar-bootsnipp .navbar-nav > li:not(.disabled).active > a,
	.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:hover, 
	.navbar-bootsnipp .navbar-nav > li:not(.disabled) > a:focus {
		border-bottom-width: 5px;
		border-left-width: 0px;
		padding-bottom: 10px;
		padding-left: 14px;
	}

	.navbar-bootsnipp .navbar-nav > li.disabled > a {
		padding-left: 10px;
		padding-right: 10px;
	}


	.navbar-bootsnipp .bootsnipp-search {
		background-color: rgb(235, 235, 235);
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		visibility: hidden;
	}
	.navbar-bootsnipp .bootsnipp-search.open {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;	
	}
	.navbar-bootsnipp .bootsnipp-search > .container {
		padding: 0px;
	}    
}

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
@import url(https://raw.github.com/FortAwesome/Font-Awesome/master/docs/assets/css/font-awesome.min.css);

#wrap {
  margin: 50px 100px;
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}

/*input[type="text"] {
  height: px;
  font-size: 20px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 6px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

input[type="text"]:focus {
  width: 150px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
}
input[type="submit"] {
  height: 50px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  background-size:20px;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0.8;
}*/

/*-----------------------------------------------------------------header*/

.lineqrcode{
	position: absolute;
    left: 39%;
    top: 46%;
	width: 30px;
	height: 30px;
	z-index: 999;
}
.search-btn {
    height: 34px;
    line-height: 15px;
}
.close-panel-bt {
	line-height: 30px;
}
.form-control{
	border: 1px solid #a6a6a6;
}

.btn-gd {
    color: #fff;
    background-color: #d44233;
}
.btn-gd:focus,.btn-gd:hover{color:#fff;background-color:#b32c1e;text-decoration:none}
.overflow_auto {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.overflow_auto_s {
    overflow-x: auto;
    height: 45px;
}
.templatemo_title {
    font-size: 22px;
    color: #47bac4;
}

.loginbtn{margin-top: 3%;}
.loginbox{
	display: none;
}
.check{
    color: green;
    font-size: 20px;
    border: 3px solid #3c763d;
    border-radius: 50%;
    padding: 10px;
    float: right;
    margin-bottom: 15px;
}
.addusertitle{
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 45px;
}
.newinput-group {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.btn-fb {
    color: rgb(255, 255, 255);
    background-color: rgb(63, 90, 146);
}
.btn-fb:focus,.btn-fb:hover {
	color:#fff;


	background-color: #083986;
	text-decoration:none;
}
.btn-black {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
}
.btn-black:focus,.btn-black:hover {
	color:#fff;
	background-color: #777;
	text-decoration:none;
}

.panel-heading{
	/* background: rgba(0,0,0,.075) !important; */
	cursor:pointer;
}
/* 
.bulk_title{
    bottom: 0px;
    background: rgba(0,0,0,.25);
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    position: absolute;
    z-index: 10;
} */
.btn-rad{
	background: #560c0a;
	color:#FFF !important;
	margin-bottom:10px;
}

.btn-rad:hover{
	color:#FFF !important;
	background:#07484e !important;
}
span#radius {
    display: inline-block;
    float: none;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #E0E0E0;
    background-color: #F0F0F0;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
}
.texbox{
    padding: 0px;
    overflow: auto;
    white-space: pre-line;
    line-height: 25px;
    letter-spacing: 3px;
	border: solid 1px #c1c1c1;
}
.mt20{
	margin-top: 20px;
}



.finebox{
	border: 1px solid #e5e5e5;
	background: #ffffff;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.my_member{
	background: rgb(255, 255, 255);
	color: #222;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}




.capacity{
    width: 75%;
    float: right;
}
.checkout-area b{
  font: 26px/34px Century Gothic;
}

.checkout-area span {
    font: 16px/34px Century Gothic;
    color: #2e6268;
}
.checkout-area .icon{
    background-color: #007733;
    padding: 5px;
    /* padding-bottom: 5px; */
    color: white;
    float: left;
}
btnx{
    background-color: #47bac4;
    color: #07484e;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    text-shadow: none;
}
.btnx2{
    background-color: #07484e;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    /* padding: 7px; */
    /* max-width: 246px; */
    float: right;
    text-shadow: none;
}
.cartfloor{
    padding: 10px 20px 0px 20px;
    background-color: #40a4ac;
    color: #07484e;
    font: 16px/40px Helvetica;
}
.cartpay{
    padding: 10px 20px 0px 20px;
    background-color: #40a4ac;
    color: #ffffff;
    font: 24px/40px Helvetica;
}
.checkoutTB{
	/* padding: 10px 20px; */
}
.sb-icon-search {
    color: #47bac4!important;
}


.paneltable {
    display: none;
    background-color: #eee;
    color: #333;
    border: inherit;
}

.Blackcloth{
	background: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	opacity: 0.5;
	display: none;
	top: 0px;
}
.left-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #333;
    color: #aaa;
    height: 40px;
	line-height: 40px;
	text-align: right;
}
.left-menu-close {
    width: 30px;
    height: 30px;
    line-height: 30px !important;
    font-size: 20px;
    font-weight: inherit;
    position: absolute;
    right: 5px;
    top: 10px;
    text-align: center;
    color: #e1ffff;
}
.share-menu {
    /* position:absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    background: #23282e;
    z-index: 1100;
    padding: 10px 45px;
    border-top: 1px solid #4f5b69;
    text-align: center;
}
.share {
    position: static;
    margin: 5px 0 !important;
    display: inline-block;
}
.share .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    margin: 0 4px;
    padding: 0px;
}
.list-inline li {
    padding: 0px 3px !important;
    border-left:inherit !important;
    border-bottom:inherit !important;
}
.nav-side-menu2{
	overflow: auto;
	font-family: verdana;
	font-size: 14px;
	font-weight: 200;
	background-color: #2e353d;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 100%;
	color: #e1ffff;
}
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 14px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 320px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;

}
.sub-menua ,
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;


  padding: 12px 12px;
  color: #fff;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 7px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  /* padding-left: 0px; */
  padding: 12px 15px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.pointer{
	cursor: pointer;
}
.panelbox {
    z-index: 1016;
    top: 0px;
    position: fixed;
    display: none;
}
.open{
	display: block !important;
}
#left-panel{
	width: 320px;
}
#right-panel{
	width: 260px;
}
.paneltable .mycart{
	font-size: 18px;
	padding: 15px;
    background: #333;
    color: #fff;
}

.cartbox{
	text-align: center;
	background: #222;
	padding: 15px;
}
.carticon{
	font-size: 60px !important;
	width: 100%;
	margin-bottom: 10px;
}
.size14{
	font-size: 14px;
}
.sizeh2{
	font-size: 1.5rem;
}
.relative{
	position: relative;
}
.aa-remove-product{
    position: absolute;
    right: -5px;
    top: 0px;
}
.text_overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    word-break: break-all;
}
.current-price{
	line-height: 40px;
}
.aa-primary-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -ms-transition: .5s;
    cursor: pointer;
    color:#e1ffff;
}
.close_class{
    top: 28%;
    right: 4%;
    font-size: 30px;
    position: absolute;
}
.title_class{
	font-size: 20px;
}
.strMax {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dataTables_wrapper{
    background: white;
    padding: 15px;
    margin-bottom:  15px;
}
.nodata{
	background: #ffffff94;
	padding: 10%;
	margin: 5% 0px;
}
.nodata h3{
	font-size: xx-large;
	margin-bottom: 15px;
}
.client-area{
	background: #ffffffc9;
	line-height: 25px;
}

.btn-minus{
	cursor:pointer;
	font-size: 14px;
	border-right:0;
	height: 28px;
	line-height: 28px;
	width: 28px;
	font-weight: inherit;
	text-align: center;
	border: initial;
	border-radius: inherit;
	color: #333;
	background-color: rgba(0,0,0,.075);
}

.btn-plus{
	cursor:pointer;
	/* padding: 8px; */
	border-radius:2px;
	border-left:0;
	height: 28px;
	width: 28px;
	line-height:  28px;
	font-weight: inherit;
	background-color: #333;
	color: white;
	text-align: center;

	border: initial;
	border-radius: inherit;
	font-size:  14px;
}
.numbers-amount {display:inline-flex;margin-bottom:  15px;margin-top: 6px;float: left;}
.numbers-amount input {margin:0;text-align:center;font-size: 14px;width: 33px;height: 28px;border: initial;border-radius: inherit;color: #333;background: #fff;}
.attr,.attr2{cursor:pointer;margin-right:5px;height:20px;font-size:10px;padding:2px;border:1px solid gray;border-radius:2px;}

.h1_404{
    font-size: 30px;
    color: #333;
    font-family: "Work Sans",Arial,Verdana,source-han-sans-traditional,"Microsoft JhengHei",PMingLiU,sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 0px white;
}
.h2_404{
    font-size: 24px;
    color: #333;
    font-family: "Work Sans",Arial,Verdana,source-han-sans-traditional,"Microsoft JhengHei",PMingLiU,sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-shadow: 1px 1px 0px white;
    line-height: 30px;
}
.modeltitle{
	font-size: 20px!important;
	float: left;
	line-height: 44px;
	height: 25px;
}
.qrcode {
    position: relative;
    width: 150px;
}
.borderradius{
	border-radius: 0px;
}

.btn-twilight {
    border-radius:0px;
    color:#fff;
    background-color: #134f8f;
    border-color: #134f8f;
    padding: 10px;
}

.btn-twilight:focus,.btn-twilight.focus {
	color:#fff;
	background-color:#3a6494;
	border-color: #3a6494;
}

.btn-twilight:hover {color:#fff;background-color:#3a6494;border-color: #3a6494;}
.btn-twilight.active{
	color:#fff;
	background-color:#3a6494;
	border-color: #3a6494;
}



.btn-btnlink {
    border-radius:0px;
    color:#fff;
    background-color: #f29914;
    border-color: #f29914;
    /* border-radius: 5px; */
    padding: 5px 10px;
}

.btn-btnlink:focus,.btn-btnlink.focus {
	color:#fff;
	background-color:#ecaa46;
	border-color: #ecaa46;
}

.btn-btnlink:hover {color:#fff;background-color:#ecaa46;border-color: #ecaa46;}
.btn-btnlink.active{
	color:#fff;
	background-color:#ecaa46;
	border-color: #ecaa46;
}

.btn-Custom {
    border-radius:0px;
    color:#fff;
    background-color: #134f8f;
    border-color: #134f8f;
    padding: 5px 10px;
    margin: 0px 5px 5px 5px;
}

.btn-Custom:focus,.btn-Custom.focus {
	color:#fff;
	background-color:#226fc1;
	border-color: #226fc1;
}

.btn-Custom:hover {color:#fff;background-color:#226fc1;border-color: #226fc1;}
.btn-Custom.active{
	color:#fff;
	background-color:#226fc1;
	border-color: #226fc1;
}

.btn-cancel {
    border-radius:0px;
    color:#fff;
    background-color: #CB0407;
    border-color: #CB0407;
    padding: 5px 10px;
    margin: 0px 5px 5px 5px;
}

.btn-cancel:focus,.btn-cancel.focus {
	color:#fff;
	background-color:#E02B2E;
	border-color: #E02B2E;
}

.btn-cancel:hover {color:#fff;background-color:#E02B2E;border-color: #E02B2E;}
.btn-cancel.active{
	color:#fff;
	background-color:#E02B2E;
	border-color: #E02B2E;
}

.toppageArea{
    float: right;
    margin: 10px 0px;
}
.toppageArea ul li{
	color: #4E4E4E;
	/* text-shadow: 1px 1px 0px #fff; */
	display: inline-block;
	font: 15px/25px Helvetica;
	/* height: 49px; */
	line-height: 49px;
	margin-left: 10px;
	float: left;
}
.toppageArea ul .pageval span {
    font-weight:bold;
    color: #000000;
    margin: 0px 3px;
}
.toppageArea ul li a {
    display: inline-block;
    width: auto;
    padding: 3px 10px;
    margin-top: 10px;
    float: left;
    background-color: #4A9AE7;
    border: 1px solid #CECECE;
    font: bold 13px/20px Helvetica;
    color: #FFFFFF;
    text-shadow: none;
    text-align: center;
    cursor: pointer;
}
.btn-twilight a{
	color: #fff;
}
.comment-p{
    color: #444;
    display: inline-block;
    font-family: "montserratlight";
    font-size: 14px;

    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 24px;
}
.btn-default:hover{
    height:inherit;
    color:white;
	background: #FFFFFF;
}
.banner-p{
    line-height: 30px;
}
.banner-p .container{

	max-width: 1070px;
}

.gdbtn {
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    padding: 0 16px;
    text-align: center;
}
.gdbtn.soldout {
    background-color: #fff;
    color: #ccc;
    padding: 0 16px;
}
.btnType {
    display: inline-block;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.gdbtn.notify {
    background-color: #fff;
    color: #000;
}


@media (max-width:768px) {
	.nodata h3{
		font-size: 20px;
	}
	.header{
		margin-top: 50px;
	}
	.aa-catg-head-banner-area h1{
		text-align: center;
	}
	.breadcrumb {
		text-align: center;
		padding: 0px;
		margin: 30px 0px;
	}
	.panelbox .border-radius{
		background: #222222;
		color:white;
		height:50px;
		border-radius: initial;
		padding: 0px;
		width: 256px;
		float: left;
	}
	.logoimg {
		width: 285px;
		height: inherit !important
	}
	#aa-header{
		margin-top: 50px;
	}
	.display768{
		display: none;
	}
	.panelbox {
		display: table;
	}
	#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo{
		margin: auto;
		width: 100%;
	}
}
@media (max-width:767px) {
	.Previouspage,.rightcart, .messengerbtn, #scrollUp,.planningLink,.travelmapLink {
		right: 15px !important;
	}
	.ec-switcherarea {
		overflow-y: auto;
		height: 330px;
	}
	.btndel{
		width: initial;
		position: absolute;
		right: 0px;
		top: -85px;
	}
	.old-price{
		display: none;
	}
	.checkout-area{
		display: none !important;
	}
	.item-price .old-price {
		width: 100%;
		float: left;
	}
	.item-price {
		width: 100%;
	}
	.item-price span ,.current-price{

		font-size: 14px;
		font-weight: 500;
	}
}
@media screen and (max-width: 768px) {
	.h1_404{
		font-size: 25px!important;
	}
	.h2_404{
		font-size: 17px!important;
	}
}
.border_404{
	margin-top: 5%;
	border: #7f7f7f82 1px solid;
	padding: 30px;
}
.payments {
    font-size: 1.5em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    float: left;
    width: 100%;
}
@media (max-width: 320px){
    .btn-twilight{
        padding: 7px !important;
    }
}
.about-us-content, .inner-content, .widget-content {
    margin-bottom: 10px;
    padding: 5%;
    border: 1px solid #cfcfcf;
    background-color: #fff;
}
#aa-product-category{
	background: #FFFFFF;
}
.fff{
	color: #fff;
}
.fa-times-circle{
	cursor: pointer;
}
.arrival-button{
	width: 100%;
    float: left;
}
.page-title {
    color: #090431;
    font-weight: 600;
    font-size: 24px;
}
.contitle {
    line-height: 35px !important;
    font-weight: bold;
    color: #090431;
}
.contact-form input.button {
    margin-bottom: 0;
    padding: 10px 20px;
    width: 100%;
    border: 0!important;
    background-color: #090431;
    color: #fff;
    font-size: 16px;
}
#templatemo_map {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    height: 330px;
}
.theme-category{
	opacity: 0.9;
	width:100%;
	float:left;
}
.rt-subcategory-list {
    border-width: 3px;
    border-style: solid;
	width:100%;
	float:left;
}
.rt-subcategory-list a{
	color: #FFFFFF;
	padding: 15px;
	text-align:center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rt-subcategory-list a:hover{
	color: #f0b632;
}
#scrollUp {
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
    border: 1px solid #ffffff8c;
}
#scrollUp:hover {
	background: #ffffff!important;
}
.rightcart {
    bottom: 156px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
	z-index: 99999; 
	position: fixed;
	cursor: pointer;
	background: #34495e;
}
.rightcart:hover {
	background: #ffffff;
}
.messengerbtn {

    bottom: 105px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
    z-index: 99999;
    position: fixed;
    cursor: pointer;
    border: 1px solid #ffffff8c;
    /* background: #134f8f; */
}
.messengerbtn:hover {
	background: #ffffff;
}
.messengerbtn:focus {
	background: #ffffff;
}
.btnborder{
	color: #ddd;
}
.btnborderh2 {
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}
.lovebtn{
    /* margin-left: 5px; */
    /* background: #ff2941; */
    /* padding: 5px; */
    font-size: 14px;
    cursor: pointer;
    /* color: white; */
    text-shadow: none;
}
.btn-lovebtn{
	color: #333;
	/* background-color: #fff; */
	border-color: #ccc;
	margin-left: 5px;
	margin-left: 5px;
	/* padding: 5px; */
	border-radius: inherit;
}


.travelmapLink {
    bottom: 258px !important;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
    z-index: 99999;
    position: fixed;
    cursor: pointer;
    background: #134f8f;
}
.planningLink:hover {
	background: #ffffff;
}

.planningLink {
    bottom: 207px !important;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
    z-index: 99999;
    position: fixed;
    cursor: pointer;
    /* background: #34495e; */
}
.planningLink:hover {
	background: #ffffff;
}
.Previouspage{
    bottom: 156px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
    z-index: 99999;
    position: fixed;
    cursor: pointer;
    border: 1px solid #ffffff8c;
    /* background: #134f8f; */
}
.Previouspage:hover {
	background: #ffffff;
}
.table-responsive::-webkit-scrollbar {
    display:block!important;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #f5f5f5; 
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #aaa;
}

.friendship_a{
    position: relative;
    width: 100%;
    float: left;
}
.friendship_title{
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    position: absolute;
    bottom: 0px;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	width: 100%;
}
.planningbtn{
	position: absolute;
    right: 80px;
    bottom: 5px;
    top: initial;
    padding: 7px 10px;
    background: white;
    border: 1px solid;
    cursor: pointer;
}
.adtitle{	
	font-weight: bold;
	color: #ff6b00;
	font-size: 18px;
}