@font-face {
  font-family: 'NeoSansStd-Regular';
  src:  url('../fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NeoSansStd-Regular.otf')  format('opentype'),
	    url('../fonts/NeoSansStd-Regular.woff') format('woff'),
		url('../fonts/NeoSansStd-Regular.ttf')  format('truetype'),
		url('../fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansStd-Medium';
  src:  url('../fonts/NeoSansStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NeoSansStd-Medium.otf')  format('opentype'),
	    url('../fonts/NeoSansStd-Medium.woff') format('woff'),
		url('../fonts/NeoSansStd-Medium.ttf')  format('truetype'),
		url('../fonts/NeoSansStd-Medium.svg#NeoSansStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansStd-Bold';
  src:  url('../fonts/NeoSansStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NeoSansStd-Bold.otf')  format('opentype'),
	    url('../fonts/NeoSansStd-Bold.woff') format('woff'),
		url('../fonts/NeoSansStd-Bold.ttf')  format('truetype'),
		url('../fonts/NeoSansStd-Bold.svg#NeoSansStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

a:focus ,
a:visited {
	outline:none !important;
	text-decoration:none !important;
	-webkit-appearance:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	width:100%;
}

body ,div ,a{
	transition: all 0.4s ease-in-out 0s;
}

/* **************************************** */

.wrap-flag {
	background:#3b3b3b;
	padding: 10px 0 4px;
}
.flags .top-flag {
	color:#fff;
	font-family: 'NeoSansStd-Medium';
	font-size:12px;
	line-height:16px;

}
.flags .top-flag img {
	margin-right:10px;
	vertical-align: middle;
}
.menu1 ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;
}
.menu1 ul li {
	list-style-type:none;
	display:inline-block;
	margin: 0 0 5px 8px;
}
.menu1 ul li::first-child{
	margin:0 0 0 0;
}
.menu1 ul li a {
	-webkit-appearance:none;
	color:#fff;
	font-family: 'NeoSansStd-Medium';
	font-size:13px;
	text-transform:capitalize;
	line-height:16px;
}
.menu1 ul li a:hover {
	text-decoration:none;
	color:#f2dd1e
}

/* **************************************** */

.wrap-head {
	background:#f2dd1e;
	padding-top:24px;
	padding-bottom: 17px;
}
.fields .top-div {
	float:right;
	margin-bottom: 27px;
}
.fields .top-div  p {
	margin:0 0 0 0;
}
.fields .top-div a {
	font-size:18px;
	-webkit-appearance:none;
	font-family: 'NeoSansStd-Medium';
	color:#000;
}
.fields .top-div a:hover {
	text-decoration:none;
	color: #1a5d87;
}
.fields .top-div a.mail-a {
	padding-left:35px;
	-webkit-appearance:none;
	transition: all 0.4s ease-in-out 0s;
	background:url(../images/email.png) no-repeat left center;
}
.fields .top-div a.tel-a:hover {
	color:#000;
}
.fields .top-div a.tel-a {
	padding-left: 38px;
	-webkit-appearance:none;
	margin-left: 22px;
	background:url(../images/telephone.png) no-repeat left center;
}

.fields .btm-div  {
	width:auto;
	float:right;
}
.fields .btm-div .submit-div {
	float:left;
}
.fields .btm-div .submit-div  input[type="text"]{
	border: none;
    height: 38px;
    margin: 0;
	text-indent:10px;
	-webkit-appearance:none;
	font-family: 'NeoSansStd-Regular';
	font-size:14px;
	color:#999999;
	border-radius:4px 0 0 4px;
    padding: 0;
    width: 357px;
}
.fields .btm-div .submit-div  input[type="text"]:focus {
	background:#fff;
}
.fields .btm-div .submit-div  input[type="submit"] ,
.fields .btm-div .submit-div  button[type="submit"]{
	background: url(../images/submit.png) no-repeat 0 0;
    border: medium none;
    display: inline-block;
	-webkit-appearance:none;
	margin:0 0 0 -4px;
    height: 38px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}
.fields .btm-div .cart-div  input[type="text"] {
	border: none;
	-webkit-appearance:none;
    height: 38px;
    margin: 0;
	text-indent:10px;
	font-family: 'NeoSansStd-Regular';
	font-size:14px;
	color:#000;
	border-radius:4px 0 0 4px;
    padding: 0;
    width: 95px;
}
.fields .btm-div .cart-div  input[type="submit"] {
	background: url(../images/cart-btn.png) no-repeat 0 0;
    border: none;
    display: inline-block;
	margin:0 0 0 -4px;
	-webkit-appearance:none;
    height: 38px;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}
.fields .btm-div .cart-div a {
	border: none;
	-webkit-appearance:none;
    height: 38px;
    margin: 0;
	text-indent:10px;
	text-transform: lowercase;
	line-height:38px;
	font-family: 'NeoSansStd-Regular';
	font-size:12px;
	padding: 0 0 0 20px;
	color:#000;
	border-radius: 4px 0 0 4px;
	background:url(../images/cart-black.png) 6px center no-repeat #fff;
	display:inline-block;
    width: 110px;
}
.fields .btm-div .cart-div a:hover ,
.fields .btm-div .cart-div a.btn-sub:hover{
	text-decoration:none;
}
.fields .btm-div .cart-div a.btn-sub {
	background: url(../images/cart-btn.png) no-repeat 0 0;
    border: none;
    display: inline-block;
	margin:0 0 0 -4px;
	-webkit-appearance:none;
    height: 38px;
	border-radius: 0 4px 4px 0;
    padding: 0;
    text-indent: -9999px;
    width: 40px;
}

.fields .btm-div .cart-div  {
	float:left;
	margin-left: 28px;
}

/* **************************************** */

.wrap-menu {
	background:#3b3b3b;
	/*padding-bottom: 3px;
    padding-top: 7px;*/
    padding-top: 2px;
	border-bottom:6px solid #f2dd1e;
}
.navigate ul{
	margin:0 0 0 0;
	text-align:center;
	width:100%;
	padding:0 0 0 0;
}
.navigate ul li {
	list-style-type:none;
	margin: 0 1.65%;
	display:inline-block;
    position: relative; /* m60 */
}
.navigate ul li.home a{
	background: url("../images/home.png") no-repeat 0 0;
    display: inline-block;
    height: 33px;
    padding: 0;
    text-indent: -9999px;
	-webkit-appearance:none;
    width: 32px;
}
.navigate ul li a {
  background: url(../images/drpdwn.png) no-repeat right center;
  color: #ffffff;
  font-family: "NeoSansStd-Medium";
  font-size: 14px;
  line-height: 41px;
  padding-bottom: 12px;
  -webkit-appearance:none;
  padding-right: 16px;
  padding-top: 12px;
  vertical-align: middle;
}
.navigate ul li a:hover {
	text-decoration:none;
	color:#f2dd1e;
}
.navigate ul li ul li a:hover {
	color: #000000;
}
.navigate ul li ul li ul li a {
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}
.navigate ul li ul li ul li a:hover {
	color: #1a5d87;
}
.navigate ul.level0 {
	box-sizing: border-box;
    display: none;
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    width: auto; /* m60 */
}

.navigate ul ul {
	position: absolute;
	z-index: 99999;
	top: 41px;
	/*width: 100%;*/
	width: 90%;
	left: 0;
}
.navigate ul li:hover > ul.shown-sub{
	/* display: inline-block !important; */ /*m60 */
}

.navigate ul li:hover > ul.level0.shown-sub{
    display: inline-block !important; /*m60 */
}

.navigate ul li ul.level0{
	position: absolute;
	padding-bottom: 25px;
	background: #e5e5e5;
	/*display: block !important;*/
}
.navigate ul li ul li{
	box-sizing: border-box;
    float: left;
    margin: 0;
    position: relative;
    text-align: left;
    width: 203px;
}
.navigate ul li ul li.nav-1-5 {
	width:340px;
}
.navigate ul li ul li ul{
	/* width: 230px; */
	float: left;
	top: 0;
	position: relative;
    display: none; /* m60 */
}
.navigate ul li ul li ul li {
	width: 100%;
}

.navigate ul li ul li a {
	color: #1a5d87;
	font-family: 'NeoSansStd-Medium';
	background: none;
	font-size: 13px;
}
.navigate ul li ul li ul li a {
	background: none;
    color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 11px;
    padding-left: 15px;
    line-height: 21px;
    padding-right: 14px;
    vertical-align: middle;
    display: inline-block;
}
.navigate ul li ul li ul li a span {
	display:inline-block;
}
.navigate ul li ul li ul li a:before{
	content: ">";
    left: 0;
    position: absolute;
    top: 2px;
}

/* **************************************** */


.control-nav.control-paging {
	margin:0 0 0 0;
	bottom: 58px !important;
	z-index: 9999;
	padding:0 0 0 0;
	right: 121px !important;
}
ul.direction-nav li a {
	z-index: 9999;
}
.control-nav.control-paging li  a.active ,
.control-nav.control-paging li  a:hover{
	 background:#ffd200;
}
.control-nav.control-paging li  a {
    background: none repeat scroll 0 0 #cccccc;
    display: inline-block;
    height: 11px;
	transition: all 0.4s ease-in-out 0s;
    text-indent: -9999px;
    width: 33px;
}
.control-nav.control-paging li {
	display: inline-block;
    list-style-type: none;
    margin: 0 2px;
}
.gen-slider-arrows2 .direction-nav .next {
    right: 0 !important;;
}
.gen-slider-arrows2 .direction-nav .prev {
    left: 0 !important;
}
.wrap-banner {
	position:relative;
	padding:0;
	/* border-bottom:6px solid #ffd200; */
	/* height:474px; */
	/* height:432px; */
	display:inline-block;
	width:100%;
}
.wrap-banner ul.arrows {
	margin:-61px 0 0 0;
	position:absolute;
	width:100%;
	top:50%;
	padding:0 0 0 0;
}
.wrap-banner ul.arrows li {
	list-style-type:none;
}
.wrap-banner ul.arrows li.banner-lft {
	position:absolute;
	left:0;

}
.wrap-banner ul.arrows li.banner-lft a {
	background:url(../images/left-img.png) no-repeat 0 0;
	height:60px;
	display:block;
	text-indent:-9999px;
	-webkit-appearance:none;
	width:60px;
}
.wrap-banner ul.arrows li.banner-right {
	position:absolute;
	right:0;

}
.wrap-banner ul.arrows li.banner-right a {
	background:url(../images/right-img.png) no-repeat 0 0;
	height:60px;
	text-indent:-9999px;
	display:block;
	-webkit-appearance:none;
	width:60px;
}
.wrap-banner ul.slides {
	padding:0;
	margin:0;
}
.wrap-banner ul.slides li {
	position: absolute !important;
}
.wrap-banner ul li a img {
	border-bottom:6px solid #ffd200;
}
.banner-data {
	position:relative;
}
.ban-data {
	/* position:absolute;
	top: 270px; */
	left: 105px;
	display:none;
    position: absolute;
    top: 228px;
}
.ban-data.color3 ,
.ban-data.color2 {
	top:135px;
}
.ban-data.color2 h1 {
	margin:0 0 15px 0;
	color: #135b86;
}
.ban-data.color2 p {
	color:#000;
}
.ban-data.color3 h1 {
	color: #135b86;
    line-height: 42px;
    margin-bottom: 20px;
}
.ban-data.color3 p {
	color:#000;
}
.ban-data h1 {
	font-size:50px;
	font-family: 'NeoSansStd-Medium';
	color:#fff;
	margin: 0 0 0 0;
}

.ban-data p{
	color:#f2dd1e;
	line-height: 45px;
	font-size:38px;
	font-family: 'NeoSansStd-Regular';
}
.banner-data ul {
	position:absolute;
	margin:0 0 0 0;
	padding:0 0 0 0;
	top:400px;
	right: 27px;
}
.banner-data ul  li {
	display:inline-block;
	list-style-type:none;
	margin: 0 2px;
}
.banner-data ul  li.active  a {
	background:#ffd200;
}
.banner-data ul  li  a {
	text-indent:-9999px;
	height:11px;
	background:#ccc;
	-webkit-appearance:none;
	width:33px;
	display:inline-block;
}
.banner-data ul  li  a:hover {
	background:#ffd200;
}

/* **************************************** */

.list {
	margin-top: 42px;
	margin-bottom:24px;
}
.listing-block {
	float:left;
	position:relative;
	/* width: 31.58%; */
}
.listing-block.two {
	/* margin:0 30px; */
}
.listing-block img {
	vertical-align:top;
	max-width:100%;
}

.listing-block .img-content {
	position:absolute;
	left: 40px;
	display:none;
    top: 26px;
}
.listing-block .img-content h3 {
	font-size:24px;
	margin:0 0 27px 0;
	padding:0 0 0 0;
	color:#fff;
	font-family: 'NeoSansStd-Bold';
}
.listing-block .img-content p {
	font-family: 'NeoSansStd-Regular';
	font-size:16px;
	margin:0 0 0 0;
	line-height: 23px;
	padding:0 0 0 0;
	color:#fff;
}
.listing-block.color .img-content h3 ,
.listing-block.color .img-content p {
	color:#1a5d87;
}

.listing-block .img-content h3 span {
	color:#f2dd1e;
	display:block;
}

.listing-block .img-content a {
	-webkit-appearance:none;
	background:#f2dd1e;
	transition: all 0.4s ease-in-out 0s;
	text-decoration:none;
	color:#1a5d87;
	font-size:16px;
	padding:10px 15px;
	border-radius:4px;

}
.listing-block .img-content a:hover {
	color:#f2dd1e;
	background:#1a5d87;
}

.title {
	float:left;
	width:100%;
	text-align:center;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.title h4 {
	font-size:22px;
	font-family: 'NeoSansStd-Medium';
	color:#494a49;
	margin: 10px 0 30px 0;
}
/* **************************************** */

.prod{
    width: 292px !important;
}
.feat-prod {
	margin-bottom:22px;
}
.prod-pos {
	position:relative;
}
.prod .prod-pos img.lens ,
.slider-prod .slide-prod .slide-prod-pos a img.lens{
	display:none;
	border:none;
	position:absolute;
	border-radius:0;
	left:0;
	bottom:0;
	max-width:none;
}
.prod-pos:hover > a img.lens{
	display:block;
}
.prod img {
	border:1px solid #4e4e4e;
	border-radius:4px;
	max-width:100%;
}
.prod .prod-content h5{
	line-height: 20px;
	border-bottom:1px solid #dbdbdb;
    margin: 10px 0 15px 0;
	font-size:18px;
	min-height: 53px;
	padding:0 0 12px 0;
	color:#494a49;
	font-family: 'NeoSansStd-Bold';
}
.prod .prod-content span {
	color:#1a5d87;
	margin:0 5.4% 0 0;
	/* font-size:18px; */
	font-size: 16px;
	line-height:24px;
	font-family: 'NeoSansStd-Bold';
}
.prod .prod-content a {
	display:inline-block;
	font-family: 'NeoSansStd-Regular';
	transition: all 0.4s ease-in-out 0s;
	border-radius:4px;
	-webkit-appearance:none;
	/* padding: 10px 11px 10px 35px; */
	padding: 10px 10px 10px 34px;
	font-size:14px;
	text-transform:capitalize;
	color:#fff;
	text-decoration:none;
	background:url(../images/cart.png) no-repeat 9px center #1a5d87;
}
.prod .prod-content a:hover {
	color:#f2dd1e;
}

 /* **************************************** */

.slide-prod-pos:hover > a img.lens  {
	display:block !important;
}
.slide-prod {
	width:292px !important;
}
.slider-prod {
	margin-bottom:40px;
}
.slder-btn {
	position:relative;
	width:100%;
	margin: 0 0 31px 0;
	float:left;
}
.slider-prod ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.slider-prod ul li {
	list-style-type:none;
}
.slider-prod ul li.lft {
	float:left;
	margin:0 0 0 15px;
}
.slider-prod ul li.lft a {
	background:url(../images/left-arr.png) no-repeat 0 0;
	height:40px;
	display:block;
	width:40px;
	-webkit-appearance:none;
	text-indent:-9999px;
}
.slider-prod ul li.rgt a {
	background:url(../images/right-arr.png) no-repeat 0 0;
	height:40px;
	display:block;
	width:40px;
	text-indent:-9999px;
	-webkit-appearance:none;
}
.slider-prod ul li.rgt {
	float:right;
	margin:0 15px 0 0;
}

.slide-prod-pos {
	position:relative;
}
.slide-prod .slide-prod-pos img.lens {
	display:block;
	border:none;
	position:absolute;
	border-radius:0;
	left:0;
	bottom:0;
	max-width:none;
}
.slide-prod-pos img:hover > img.lens {
	display:block;
}
.slide-prod img {
	border:1px solid #4e4e4e;
	border-radius:4px;
	max-width:100%;
}

.slide-prod .slide-prod-content h5{
	line-height: 20px;
	border-bottom:1px solid #dbdbdb;
    margin: 10px 0 15px 0;
	font-size:18px;
	min-height: 53px;
	padding:0 0 12px 0;
	color:#494a49;
	font-family: 'NeoSansStd-Bold';
}

.slide-prod .slide-prod-content span {
	color:#1a5d87;
	margin:0 5.4% 0 0;
	/* font-size:18px; */
	font-size: 16px;
	line-height:24px;
	font-family: 'NeoSansStd-Bold';
}
.slide-prod .slide-prod-content a {
	display:inline-block;
	font-family: 'NeoSansStd-Regular';
	transition: all 0.4s ease-in-out 0s;
	border-radius:4px;
	padding: 10px 11px 10px 35px;
	font-size:14px;
	-webkit-appearance:none;
	text-transform:capitalize;
	color:#fff;
	line-height: 18px;
	text-decoration:none;
	background:url(../images/cart.png) no-repeat 9px center #1a5d87;
}
.slide-prod .slide-prod-content a:hover {
	color:#f2dd1e;
}

 /* **************************************** */

.cms-index-index .payment {
	padding-top:0;
}
.payment {
	padding-bottom:30px;
	padding-top:40px;
}
.money {
	width:100%;
}
.money .title {
	text-align:center;
	width:100%;
	margin:0 0 25px 0;
}
.money .title h4{
	color:#494b4a;
	/* margin:0 0 25px 0; */
	margin:0 0 0 0;
	display: inline-block;
	padding:0 10px;
	font-size:22px;
	vertical-align:middle;
	line-height:28px;
	font-family: 'NeoSansStd-Medium';
}
.money .title span {
	border-color: #494b4a;
    border-image: none;
    border-style: solid;
	text-indent:-9999px;
    border-width: 1px;
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 150px;
}
.money ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-align:center;
}
.money ul li {
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline-block;
}

  /* **************************************** */

.wrap-ft-menu {
	background:#494b4a;
	padding-top:25px;
	padding-bottom:25px;
	border-top:4px solid #e8c888;
}

.ft-m  ul{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.ft-m  ul li {
	list-style-type:none;
	margin: 0 0 3px 0;
}
.ft-m  ul li a {
	font-family: 'NeoSansStd-Regular';
	color:#fff;
	-webkit-appearance:none;
	transition: all 0.4s ease-in-out 0s;
	font-size:14px;
}
.ft-m  ul li a:hover {
	text-decoration:none;
	color:#f2dd1e;
}
.ft-m  ul li.fb a {
	background:url(../images/fb.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-m  ul li.twit a {
	background:url(../images/twit.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-m  ul li.link a {
	background:url(../images/insta.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-m  ul li.skype a {
	background:url(../images/skype.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-m  ul li.youtube a {
	background:url(../images/youtube.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-m  ul li.instagram a {
	background:url(../images/instagram.png) no-repeat 0 0;
	height:15px;
	padding-left: 25px;
	width:15px;
}
.ft-form h3{
	font-family: 'NeoSansStd-Regular';
	font-size:20px;
	margin: 0 0 5px 0;
	color:#fff;
	text-transform:capitalize;
}
.ft-form h3 span {
	color:#f2dd1e;
}
.ft-form p {
	margin:0 0 10px 0;
	font-family: 'NeoSansStd-Regular';
	font-size:12px;
	line-height:17px;
	color:#fff;
}
.ft-form input[type="email"] {
	padding:0 0 0 0;
	-webkit-appearance:none;
	border:none;
	text-indent:10px;
	font-family: "NeoSansStd-Regular";
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	height: 37px;
	width: 82%;
}
.ft-form input[type="email"]:focus {
	background:#fff;
}
#advice-required-entry-newsletter {
	position: absolute;
	color:#ff0000;
}
.ft-form input[type="submit"] {
	background: url(../images/ft-btn.png) no-repeat 0 0;
	border: none;
	display: inline-block;
	-webkit-appearance:none;
	border-radius:0;
	height: 37px;
	margin: 0 0 0 -4px;
	padding: 0;
	text-indent: -9999px;
	width: 39px;
}

 /* **************************************** */

.wrap-copyright {
	background:#f2dd1e;
	padding-bottom: 7px;
    padding-top: 14px;
}
.cpy ul {
	margin: 13px 0 1px 0;
	padding:0 0 0 0;
}
.cpy ul  li {
	list-style-type:none;
	display:inline-block;
}
.cpy ul  li a {
	text-transform:capitalize;
	transition: all 0.4s ease-in-out 0s;
	font-size:14px;
	padding-right: 8px;
	-webkit-appearance:none;
	background:url(../images/sep.png) no-repeat right center;
	color:#231f20;
	font-family: 'NeoSansStd-Bold';
}
.cpy ul  li:last-child a {
	background:none;
}
.cpy ul  li a:hover {
	text-decoration:none;
	color:#1a5d87;
}


.cpy p{
	font-family: 'NeoSansStd-Regular';
	font-size:14px;
	color:#231f20;
}

.cpy-img {
	text-align:right;
}
.cpy-img img {
	height: auto;
	width: 105px;
}
/* **************************************** */

 .breadcrumbs {
	padding: 20px 20px;
	margin:0 0 0 0;
 }
 .breadcrumbs ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
 }
 .breadcrumbs ul  li {
	font-family: 'NeoSansStd-Regular';
	line-height:15px;
	font-size: 12px;
	color:#000;
 }
.breadcrumbs ul li span {
	background:url(../images/breadcrumb.png) 0 0 no-repeat;
	height:7px;
	width:5px;
	margin: 0 2px;
	display:inline-block;
}
 .breadcrumbs ul  li a {
	font-family: 'NeoSansStd-Bold';
	text-decoration:none;
	color:#000;
 }
 .breadcrumbs ul li a:hover {
	color:#1a5d87;
 }
#sidebar-nav-menu > li {
	background:none !important;
}
 .new-side.sidebar .faster-filter {
	background:#eeedf2;
	box-sizing:border-box;
	margin:0 0 20px 0;
 }
 .new-side.sidebar .faster-filter .outer-search-wrap {
	float:left;
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding: 14px 20px;
	border-radius:4px 4px 0 0;
	background:#1a5d87;
 }
 .new-side.sidebar .faster-filter .lft-side {
	float:left;
 }
 .new-side.sidebar .faster-filter .lft-side strong {
	color:#fff;
	font-family: 'NeoSansStd-Regular';
	font-size:16px;
 }
 .new-side.sidebar .faster-filter .lft-side span{
	display:block;
	font-size:16px;
	font-family: 'NeoSansStd-Regular';
	color: #f2dd1e;
 }
 .new-side.sidebar .faster-filter .rgt-side {
	margin-top:12px;
 }
 .new-side.sidebar .faster-filter .rgt-side a{
	background: none repeat scroll 0 0 #f2dd1e;
    border-radius: 4px;
	-webkit-appearance:none;
    color: #1a5d87;
    font-size: 16px;
    padding: 8px 13px;
    text-decoration: none;
	font-family: "NeoSansStd-Regular";
    transition: all 0.4s ease-in-out 0s;
}
 .new-side.sidebar .faster-filter .rgt-side a:hover {
    color: #000000;
}
 .new-side.sidebar .faster-filter .rgt-side {
	float:right;
 }
 .new-side.sidebar  .Product-choose-option {
	box-sizing:border-box;
	padding:15px 20px 20px 20px;
 }
 .new-side.sidebar  .Product-choose-option strong {
	display:inline-block;
	margin-top:20px;
	font-family: "NeoSansStd-Regular";
    font-size: 14px;
 }
 .new-side.sidebar  .Product-choose-option select {
	background:url(../images/drpdwn1.png) no-repeat 93% center #ffffff;
    height: 40px;
    margin-top: 5px;
	border: 1px solid #000000;
	font-family: "NeoSansStd-Regular";
    width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	padding-left: 5px;
	-o-appearance: none;
 }
.new-side.sidebar .faster-filter .outer-search-wrap .search-img {
	bottom: -16px;
    left: 100px;
    position: absolute;
}
 .new-side.sidebar .block.sidebar-nav-left .block-content{
	border-top:6px solid #f2dd1e;
	background:#eeedf2;
}
 .new-side.sidebar .block.sidebar-nav-left {
	border:none;
	margin: 0 0 10px !important;
 }
 .new-side.sidebar .sidebar-nav-left .block-title{
	display:none;
 }
 .sidebar-image-one br{
 	display: none;
 }
 .new-side.sidebar #sidebar-nav-menu{
	margin:0 0 0 0;
	padding:0 10px 0 10px;
	box-sizing:border-box;
 }
  .new-side.sidebar #sidebar-nav-menu li {
	list-style-type:none;
  }
  .new-side.sidebar #sidebar-nav-menu li a {
	display:block;
	-webkit-appearance:none;
	border-bottom:1px solid #ccc;
  }
  .new-side.sidebar #sidebar-nav-menu li ul li a {
	border:none;
  }
  .new-side.sidebar #sidebar-nav-menu li a:hover {
	text-decoration:none;
  }
  .new-side.sidebar #sidebar-nav-menu li ul {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
  }
 .new-side.sidebar #sidebar-nav-menu li.level0 > a {
	font-size:18px;
	font-family: "NeoSansStd-Medium";
	color: #1a5d87;
	font-weight:normal;
   }
 .new-side.sidebar #sidebar-nav-menu li.level1 > a  ,
 .new-side.sidebar #sidebar-nav-menu li.level2 > a {
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	font-family: "NeoSansStd-Regular";
	background:url(../images/list-arrow.png) no-repeat left 11px;
    padding: 3px 0 3px 14px;
 }
 .new-side.sidebar #sidebar-nav-menu li.level1 > a:hover  ,
 .new-side.sidebar #sidebar-nav-menu li.level2 > a:hover {
	color: #1a5d87;
 }
.new-cont .page-title.category-title {
	padding:20px;
	margin:0 0 20px 0;
	background:#f2dd1e;
	box-sizing:border-box;
}

.new-cont .page-title.category-title h1{
	font-family: "NeoSansStd-Medium";
	margin: 0 0 10px 0;
	font-size: 35px;
    line-height: 45px;
	color:#1a5d87;
	padding:0 0 0 0;
}
.new-cont .category-products .product-name-price-range h3{
	font-size: 17px;
    line-height: 25px;
	color:#000;
	font-weight:normal;
	font-family: "NeoSansStd-Medium";
}
.new-cont .toolbar {
	float:left;
	width:100%;
	margin-bottom: 25px;
}
.catalog-category-view .new-cont .toolbar .sorter ,
.catalog-category-view .new-cont .toolbar .pager {
	border:none;
	padding:0 0 0 0;
	float:left;
	margin:0 0 0 0;
	background:none;
}
.catalog-category-view .new-cont .toolbar .pager .limiter {
	float:left;
}
.catalog-category-view .new-cont .toolbar .pager {
	width:70%;
}
.catalog-category-view .new-cont .toolbar .pager .pages {
	float:right;
	margin:0;
}
.pager .pages ol {
	padding:0 0 0 5px;
}
.new-cont .toolbar .pager .pages ol li.current {
	background:#f2dd1e;
	padding: 7px 11px;
	color: #1a5d87;
}
.new-cont .toolbar .pager .pages ol li {
    border-radius: 4px;
	border:none;
}
.new-cont .toolbar .pager .pages ol li  a {
	background: none;
    border: none;
	background:#1a5d87;
	-webkit-appearance:none;
	border-radius: 4px;
	color:#fff;
	padding: 6px 11px;
    display: inline-block;
}
.new-cont .toolbar .pager .pages ol li a:hover {
	background:#f2dd1e;
	color: #1a5d87;
}
.new-cont .toolbar .pager .pages ol li  a.next {
	background:none;
}
.catalog-category-view .new-cont .toolbar .sorter .sort-by label  ,
.catalog-category-view .new-cont .toolbar .pager label{
	font-weight:normal;
	font-family: "NeoSansStd-Medium";
	font-size:15px;
	color:#000;
}
.catalog-category-view .new-cont .toolbar .sorter .sort-by select ,
.catalog-category-view .new-cont .toolbar .pager select{
    border: 1px solid #000000;
    font-size: 14px;
	font-family: "NeoSansStd-Regular";
    height: 34px;
   /*  margin: 0 0 0 10px; */
   margin:0 0 0 -3px;
	background:url(../images/drpdwn1.png) no-repeat 93% center #ffffff;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left:5px;
	-ms-appearance: none;
	-o-appearance: none;
}
.catalog-category-view .new-cont .toolbar .pager select {
	background:url(../images/drpdwn1.png) no-repeat 85% center #ffffff;
}
/* .new-cont ul.products-grid:first-child {
	margin:0 0 0 0;
} */

.new-cont ul.products-grid{
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
.new-cont ul.products-grid li a img {
	width:100%;
	height:auto;
}
.new-cont ul.products-grid li h2 a {
	border-bottom: 1px solid #dbdbdb;
    color: #494a49;
    font-family: "NeoSansStd-Bold";
    font-size: 18px;
	display:block;
    line-height: 20px;
    margin: 10px 0 15px;
	font-weight:normal;
	-webkit-appearance:none;
    min-height: 53px;
    padding: 0 0 12px;
}
.new-cont ul.products-grid li h2 a:hover {
	text-decoration:none;
}
.new-cont ul.products-grid li .price-box {
	float:left;
	width: 69px;
}
.new-cont ul.products-grid li span.from-product-list {
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
    font-size: 16px;
	margin: 0 4px 0 0;
    font-weight: normal;
	float:left;
    line-height: 24px;
}
.new-cont ul.products-grid li span.product-from-detail {
	display:none;
}
.new-cont ul.products-grid li .price-box {
	margin:0 0 5px 0;
}
.new-cont ul.products-grid li .price-box span{
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
	font-weight:normal;
    font-size: 16px;
	font-weight:normal;
    line-height: 24px;
    margin: 0 5.4% 0 0;
}
span.price-label {
	 display:none;
}
.product-from-detail {
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
    font-size: 16px;
	float:left;
	margin:0 8px 0 0;
    font-weight: normal;
    line-height: 24px;
}
.new-cont ul.products-grid li .price-box span.price ,
.new-cont ul.products-grid li .price-box p{
    margin: 0;
}
.new-cont ul.products-grid li .price-box a:hover {
	text-decoration:none;
}
.new-cont ul.products-grid li  .actions {
	position:relative;
	float:right;
	bottom:auto;
}
.new-cont ul.products-grid li  .actions button.button.btn-cart,
.new-cont ul.products-grid li  .actions a.button.btn-cart,
.ajaxcartpro-box-show .aw-acp-checkout, .ajaxcartpro-box-show .aw-acp-checkout:hover
{
	background: url(../images/cart.png) no-repeat 9px center #1a5d87;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
	border:none;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
	line-height: 18px;
	-webkit-appearance:none;
	box-shadow:none;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
    width: auto;
}

.ajaxcartpro-box-show .aw-acp-checkout, .ajaxcartpro-box-show .aw-acp-checkout:hover
{
    transition: none;
}
.new-cont ul.products-grid li .actions button.button.btn-cart:hover {
	 color: #f2dd1e;
}


 /* **************************************** */

.product-img-box .controls  {
	position: relative;
    top: 100px;
    z-index: 9999;
	float:left;
	width:100%;
}
.product-img-box .controls a {
	text-indent:-9999px;
}
.product-img-box .controls a.prev {
	float:left;
	background:url(../images/img-slide-left.png) no-repeat 0 0;
	height:31px;
	width:31px;
	display:inline-block;
}
.product-img-box .controls a.next  {
	float:right;
	background:url(../images/img-slide-right.png) no-repeat 0 0;
	height:31px;
	width:31px;
	display:inline-block;
}
.img-below-icons {
	position:relative;
	/* bottom: -340px; */
	width:100%;

}
.img-below-icons a {
	margin-right:10px;
}

.img-below-icons a.pdf-link {
	background:url(../images/pdf.png) no-repeat 0 0;
	display:inline-block;
	height:33px;
	color: #9a9a9a;
	font-family: "NeoSansStd-Regular";
    font-size: 14px;
	line-height: 18px;
	width:auto;
	padding-left: 39px;
    padding-top:7px;
}
.img-below-icons a.book-link {
	background:url(../images/book.png) no-repeat 0 0;
	display:inline-block;
	height:32px;
	width:32px;
	vertical-align: middle;
	text-indent:-9999px;
}
.img-below-icons a.pdf-link:hover ,
.img-below-icons a.book-link:hover {
	text-decoration:none;
	color:#000000;
}
 .catalog-product-view .new-cont .product-view{
	border:none;
 }
 .catalog-product-view .new-cont .product-view .product-essential {
	background:none;
	padding:0 0 0 0;
 }
 .catalog-product-view .new-cont .product-view .product-essential .product-img-box {
	width: 40%;
 }
.catalog-product-view .new-cont .product-view .product-essential .product-img-box p.product-image {
	/* height:330px !important; */
	height:331px !important;
	width:330px !important;
 }
 .catalog-product-view .new-cont .product-view .product-essential .product-shop {
	width:55%;
 }
 .catalog-product-view .new-cont .product-view .product-essential .product-img-box .product-image.product-image-zoom  {
	height: auto;
	width:100%;
	overflow:visible;
 }
  .catalog-product-view .new-cont .product-view .product-essential .product-img-box .product-image.product-image-zoom img {
	border: 1px solid #a6a6a6;
    border-radius: 4px;
    width: 100%;
  }
  .catalog-product-view .new-cont .product-view .product-essential .product-name h1{
    color: #494a49;
    font-family: "NeoSansStd-Bold";
    font-size: 18px;
	font-weight:normal;
    line-height: 20px;
	margin: 0px 0 10px 0;
    padding: 0;
}
.catalog-product-view .new-cont .product-view .product-essential .availability.in-stock {
	/*color:#9a9a9a;*/
	color:#666666;
	font-family: "NeoSansStd-Regular";
	font-size:16px;
	margin:0 0 10px 0;
	line-height:18px;
}
.catalog-product-view .new-cont .product-view .product-essential .availability.out-of-stock {
	color:#9a9a9a;
	font-family: "NeoSansStd-Regular";
	font-size:16px;
	margin:0 0 10px 0;
	line-height:18px;
}
.catalog-product-view .new-cont .product-view .product-essential .availability.out-of-stock span {
	color:#eb0000;
}
.catalog-product-view .new-cont .product-view .product-essential span.product-from-detail {
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 21px;
	float:left;
    font-weight: normal;
	margin: 0 11px 0 0;
    line-height: 28px;
}
.catalog-product-view .new-cont .product-view .product-essential .availability.in-stock span {
	color: #17af00;
	font-weight:normal;
	font-family: "NeoSansStd-Medium";
}
.catalog-product-view .new-cont .product-view .product-essential .price-box  span{
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 21px;
	font-weight:normal;
    line-height: 28px;
}
.catalog-product-view .new-cont .product-view .product-essential .price-box  {
	border-bottom:1px solid #ccc;
	padding-bottom:10px !important;
}
.catalog-product-view .new-cont .product-view .product-essential .product-description {
	/*color: #9a9a9a;*/
	color: #666666;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.catalog-product-view .new-cont .product-view .product-essential .my-full {
	/* min-height:290px;  */
	min-height:150px;
}
.catalog-product-view .new-cont .product-view .product-essential .product-shop .add-to-box button{
	background: url(../images/cart.png) no-repeat 9px center #1a5d87;
    border-radius: 4px;
    color: #ffffff;
	-webkit-appearance:none;
	box-shadow:none;
	border:none;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.catalog-product-view .new-cont .product-view .product-essential .product-shop .add-to-box button:hover {
	color: #f2dd1e;
}
.catalog-product-view .new-cont .product-view .product-essential .product-shop .add-to-box .qtyswitcher-qty {
	float:left;
	margin:7px 10px 0 0;
	border:1px solid #676767;
}
.catalog-product-view .new-cont .product-view .product-essential .product-shop .add-to-box .qtyswitcher-qty #qtyswitcher-oneless {
	left: 51px;
    top: 8px
}
  .catalog-product-view .new-cont .product-view .product-essential .product-shop .add-to-box .qtyswitcher-qty #qtyswitcher-onemore {
	margin-bottom: 10px;
    position: relative;
    top: -2px;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-title{
	border-bottom: 0 none;
    border-top: 1px solid #a7a7a7;
    margin-top: 20px;
    padding: 15px 0 0;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-title strong {
	background:none;
	padding: 0;
    text-align: center;
	color: #494a49;
    font-family: "NeoSansStd-Medium";
	font-weight:normal;
    font-size: 22px;
    margin: 10px 0 30px;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related {
	border:none;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-title strong span {
	text-transform: none;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-title {
	background:none;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content {
	background:none;
  }
 .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol {
	margin:0 -15px 0 -15px;
	padding:0 0 0 0;
 }
 .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li.odd ,
 .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li.even  {
	background:none;
	margin:0 0 38px 0;
	padding:0 15px;
 }
 .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product {
	margin:0 0 0 0;
 }
 .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product a {
	width:100%;
	border:none;
 }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product a img {
	width:100%;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details {
	margin:0 0 0 0;
	width: 100%;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details p a {
	border-bottom: 1px solid #dbdbdb;
    color: #494a49;
    font-family: "NeoSansStd-Bold";
	-webkit-appearance:none;
    font-size: 18px;
    line-height: 20px;
	display:block;
    margin: 10px 0 15px;
    min-height: 53px;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details p a:hover {
	text-decoration:none;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box {
	float:left;
  }
.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box p{
	margin:0 0 0 0;
}
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details form button {
	background: url("../images/cart.png") no-repeat scroll 9px center #1a5d87;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
	-webkit-appearance:none;
	box-shadow:none;
	border:none;
	float:right;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details form button:hover{
  color: #f2dd1e;
  }
  .catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box span.price{
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
	font-weight:normal;
    font-size: 16px;
    line-height: 24px;
    margin: 0 5.4% 0 0;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons {
	margin:12px 0 12px 0;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons h1{
	color: #494b4a;
    font-family: "NeoSansStd-Medium";
    font-size: 25px;
	font-weight:normal;
    line-height: 30px;
    margin: 10px 0;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons ul {
	margin: 7px 0 0 0;
	padding:0 0 0 0;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons ul li {
	margin:0 0 0 0;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons ul li button{
	background:url(../images/yellow-new-arrow.png) no-repeat 94% 12px #1a5d87;
    border-radius: 4px;
	-webkit-appearance:none;
	box-shadow:none;
	border:none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-cart-index  .mycart.cart .page-title.title-buttons ul li button:hover {
	background:url(../images/blue-new-arrow.png) no-repeat 94% 12px #f2dd1e;
	color:#1a5d87;
}
.checkout-cart-index  .mycart.cart table tr th span ,
.checkout-cart-index  .mycart.cart table tr th{
	color: #fff;
	font-weight:normal;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
}
.checkout-cart-index  .mycart.cart table tr td button{
	background:url(../images/yellow-new-arrow.png) no-repeat 94% 12px #1a5d87;
    border-radius: 4px;
	box-shadow:none;
	-webkit-appearance:none;
	border:none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-cart-index  .mycart.cart table tr td button span {
	background:none;
}
.checkout-cart-index  .mycart.cart table tr td button:hover {
	background:url(../images/blue-new-arrow.png) no-repeat 94% 12px #f2dd1e;
	color:#1a5d87;
}
.checkout-cart-index  .mycart.cart table thead th{
	/* background:#3b3b3b; */
	background:#1a5d87;
	/* border-right: 1px solid #fceb53; */
	border-right:1px solid #c1d3e1;
	padding: 12px 8px;
}
.checkout-cart-index  .mycart.cart table tfoot tr {
	/* background:#3b3b3b !important; */
	background:#eeedf2 !important;
}
.checkout-cart-index  .mycart.cart table {
	/* border:none; */
	border: 1px solid #1a5d87;
}
.checkout-cart-index  .mycart.cart table tfoot {
	border: 1px solid #1a5d87;
}
.checkout-cart-index  .mycart.cart table tfoot tr.first td {
	background:none;
	padding: 12px 10px;
}
.checkout-cart-index  .mycart.cart table tbody tr {
	/* background: #f2dd1e; */
	background:#fff;
}
.checkout-cart-index  .mycart.cart table tbody tr h2 a {
	font-family: "NeoSansStd-Medium";
	-webkit-appearance:none;
	font-weight:normal;
    font-size: 14px;
	color:#000;
}
.checkout-cart-index  .mycart.cart table tbody tr h2 a:hover {
	text-decoration:none;
}
.checkout-cart-index  .mycart.cart table tbody tr td.a-center a {
	font-family: "NeoSansStd-Regular";
    font-size: 14px;
	color:#000;
}
.checkout-cart-index  .mycart.cart table tbody tr td a:hover {
	text-decoration:none;
}
.checkout-cart-index  .mycart.cart table tbody td {
	/* border-right: 1px solid #fceb53;
	border-bottom: 1px solid #fceb53; */
	border-right:1px solid #c1d3e1;
}
.checkout-cart-index  .mycart.cart table tbody td {
	font-family: "NeoSansStd-Regular";
    font-size: 13px;
}
.checkout-cart-index .mycart.cart .cart-collaterals .col-2 ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col-2 ul li button {
	background:url(../images/yellow-new-arrow.png) no-repeat 94% 12px #1a5d87;
    border-radius: 4px;
	box-shadow:none;
	border:none;
    color: #ffffff;
	-webkit-appearance:none;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 25px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col-2 ul li button:hover {
	background:url(../images/blue-new-arrow.png) no-repeat 94% 12px #f2dd1e;
	color:#1a5d87;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col-2 {
	width:100%;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set {
	width:100%;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals {
	background:none;
	border:0;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals table {
	margin:0 0 7px 0;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals table tfoot tr {
	/* background: #3b3b3b !important; */
	background:#1a5d87 !important;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals table tbody tr  td {
	font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
	color: #000000;
	padding: 9px 5px;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals table tfoot tr  td  {
	color: #ffffff;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
	/* border-right: 1px solid #fceb53; */
	border-right: 1px solid #c1d3e1;
    font-weight: normal;
	padding: 9px 5px;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals table tfoot tr  td  strong {
	font-size: 14px;
	font-weight: normal;
}

.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals ul li a{
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
	transition: all 0.4s ease-in-out 0s;
	-webkit-appearance:none;
}
.checkout-cart-index  .mycart.cart .cart-collaterals .col2-set .col-2 .totals ul li a:hover {
	text-decoration:none;
	color:#1a5d87;
}

  /* **************************************** */

.check-mypage1 ,
.check-mypage2 {
	margin:30px 0 0 0;
}
.check-mypage4.col-lg-3.col-sm-3.col-xs-12 {
	padding:0;
}
.check-mypage4 h5.mv_title {
    color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0 15px;
	font-weight:normal;
}
.check-mypage4 ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.check-mypage4 ul li {
	display:inline-block;
	margin:0 0 15px 0;
	width:100%;
}
.check-mypage4 ul li .chck-list2 span.product-from-detail{
	font-size:15px;
}
.check-mypage4 ul li .chck-list2 .price-box {
	margin:0;
}
.check-mypage4 ul li .chck-list2 .price-box  span.price {
	font-size:14px;
}
.check-mypage4 ul li #cont_1 ,
.check-mypage4 ul li #cont_2 {
	/* float:left; */
}
.check-mypage4 ul li a img {
	width:100%;
	height:auto;
	border: 1px solid #4e4e4e;
    border-radius: 4px;
}
.section.allow.active .shipping-buttons-container ,
.section.allow.active .shipping-method-buttons-container{
	float:none;
}

.section.allow.active #checkout-step-shipping_method #shipping-method-buttons-container ,
.section.allow.active #checkout-step-payment #payment-buttons-container ,
.section.allow.active #checkout-review-load #review-buttons-container ,
.section.allow.active #checkout-step-shipping #shipping-buttons-container{
	float:none;
}

.check-mypage3 #checkout-review-submit #review-buttons-container p{
	float:right !important;
	font-family: "NeoSansStd-Medium";
    font-size: 14px;
}

.check-mypage3 #checkout-review-submit #review-buttons-container .button.btn-checkout {
	float:left;
}
.check-mypage3 .col2-set .col-2 .messages{
	float:none;
}
.check-mypage4 ul li h3 a {
	border-bottom: 1px solid #dbdbdb;
    color: #494a49 !important;
    font-family: "NeoSansStd-Bold";
    font-size: 16px;
    line-height: 20px;
	-webkit-appearance:none;
    margin: 10px 0 15px;
	display:block;
    min-height: 53px;
	font-weight:normal;
    padding: 0 0 12px;
}
.check-mypage4 ul li h3 a:hover {
	text-decoration:none;
}
.check-mypage4 ul li .price-box {
	float:left;
}
.check-mypage4 ul li .price-box span.price {
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
    font-size: 16px;
    line-height: 24px;
	font-weight:normal;
    margin: 0 5.4% 0 0;
}
.check-mypage4 ul li button.button {
	 background: url(../images/cart.png) no-repeat 9px center #1a5d87;
    border-radius: 4px;
    color: #ffffff;
	-webkit-appearance:none;
    display: inline-block;
	box-shadow:none;
	border:none;
    font-family: "NeoSansStd-Regular";
    font-size: 12px;
    padding: 10px 10px 10px 34px;
    text-decoration: none;
	float:right;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.check-mypage4 ul li button.button:hover {
	color: #f2dd1e;
}
.check-mypage3 ol li .step-title a{
	display:block;
	font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
	color: #1a5d87;
	line-height:37px;
}
.check-mypage3 ol{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.check-mypage3 .page-title {
	border:0;
	margin:0 0 0 0;
}
.check-mypage3 .page-title h1{
	color: #494a49;
	font-weight:normal;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    margin: 10px 0 20px 0;
}
.check-mypage3 .section span.number{
	display:none;
}
.check-mypage3 ol li .step-title  ,
.check-mypage3 ol li.active .step-title{
	border-top:1px solid #ccc;
	padding:0;
	border-left:0;
	border-right:0;
	background:none;
}
.check-mypage3 ol li .step-title,
.check-mypage3 ol.opc li .step-title {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  border-bottom:0;
  border-top: 1px solid #e4e4e4;
  padding: 0;
}
.check-mypage3 ol li .step-title h2{
	color: #1a5d87 !important;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
}
.check-mypage3 ol li .step {
    border:none;
	margin:0 0 20px 0;
	background:none;
	padding:0;
}
.check-mypage3 ol li .step select {
    border: 1px solid #dbdbdc;
    height: 37px;
	font-family: "NeoSansStd-Regular";
	background:url(../images/drpdwn1.png) no-repeat 96% center #F1F1F1;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.check-mypage3 ol li .step .col2-set {
	width:100%;
	box-sizing:border-box;
	padding:0 15px;
}
.check-mypage3 ol li .step .col2-set .col-1 h3 ,
.check-mypage3 ol li .step .col2-set .col-2 h3 {
	border: 0 none !important;
    color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 13px !important;
    font-weight: normal;
	text-transform: inherit !important;
    line-height: 20px;
    /* margin: 20px 0 15px 0; */
	margin: 20px 0 0px 0;
    padding: 0 !important;
}
.check-mypage3 ol li .step .col2-set .col-1 ul ,
.check-mypage3 ol li .step .col2-set .col-2 ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.check-mypage3 ol li .step .col2-set .col-2 h4 ,
.check-mypage3 ol li .step .col2-set .col-1 h4 {
	color: #000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}
.check-mypage3 ol li .step .col2-set .col-2 h4 {
	font-size: 12px !important;
}

.check-mypage3 ol li .step .col2-set .col-1 p ,
.check-mypage3 ol li .step .col2-set .col-2 p {
	color: #000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}
.check-mypage3 ol li .step .col2-set .col-1 p {
	font-size: 12px;
}
.check-mypage3 ol li .step .col2-set .col-2 p {
	margin:20px 0 -21px 0;
	 color: #ff0000;
	 font-size:12px;
}
.check-mypage3 ol li .step .col2-set .col-1 ul.ul {
	margin-top:15px;
}
.check-mypage3 ol li .step .col2-set .col-1 ul.ul li {
	color: #000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.check-mypage3 ol li .step .col2-set .col-1 ul li.control input[type="radio"] ,
.check-mypage3 ol li .step .col2-set .col-1 ul li.control label{
	float:left;
}
.check-mypage3 ol li .step .col2-set .col-1 ul li.control label {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 13px !important;
    font-weight: normal;
}
.check-mypage3 ol li .step .col2-set .col-1 .buttons-set button ,
.check-mypage3 ol li .step .col2-set .col-2 .buttons-set button ,
.check-mypage3 ol li .step .buttons-set button{
	background:url(../images/yellow-new-arrow.png) no-repeat 74% 11px #1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
	-webkit-appearance:none;
	text-transform:capitalize;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 12px;
	transition: all 0.4s ease-in-out 0s;
    padding: 10px 50px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
}
.check-mypage3 ol li .step .col2-set .col-1 .buttons-set button:hover ,
.check-mypage3 ol li .step .col2-set .col-2 .buttons-set button:hover ,
.check-mypage3 ol li .step .buttons-set button:hover{
    background: url(../images/blue-new-arrow.png) no-repeat 74% 11px #f2dd1e;
    color: #1a5d87;
}
.check-mypage3 ol li .step .buttons-set {
	border:none;
	float:left;
	padding:0;
}
.check-mypage3 ol li .step .col2-set .col-2 .buttons-set p {
	font-family: "NeoSansStd-Regular";
    font-size: 13px;
	color:#000;
}
.check-mypage3 ol li .step .col2-set .col-2 .buttons-set a {
	font-family: "NeoSansStd-Regular";
	-webkit-appearance:none;
    font-size: 13px;
	color:#000;
	transition: all 0.4s ease-in-out 0s;
}
.my-new-css-class {
	float: left;
    width: 258px !important;
}
.my-new-css-class a {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
    text-align: left;
    transition: all 0.4s ease-in-out 0s;
    width: 100% !important;
}
.my-new-css-class button.button {
	float: left;
	margin:15px 0 0 0;
    text-align: left;
}
.check-mypage3 ol li .step .col2-set .col-2 .buttons-set a:hover {
	text-decoration:none;
	color:#1a5d87;
}

.check-mypage3 ol li .step .col2-set .col-2 ul li label {
	color: #000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal
}
.check-mypage3 ol li .step .col2-set .col-2 ul li input[type="text"] ,
.check-mypage3 ol li .step .col2-set .col-2 ul li input[type="password"] {
	background:#f1f1f1;
    border: 1px solid #dbdbdc;
	font-family: "NeoSansStd-Regular";
	-webkit-appearance:none;
    height: 37px;
}
.check-mypage3 ol li .step ul  ,
.check-mypage3 ol li .step ul li ul {
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.check-mypage3 ol li .step ul li input[type="radio"] {
	float:left;
}
.check-mypage3 ol li .step ul li label {
	color: #000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal
}
.check-mypage3 ol li .step ul li ul li input[type="text"] ,
.check-mypage3 ol li .step ul li ul li select {
	background:#f1f1f1;
	font-family: "NeoSansStd-Regular";
    border: 1px solid #dbdbdc;
	-webkit-appearance:none;
    height: 37px;
}

.check-mypage3 ol li .step ul li ul li select {
	background:url(../images/drpdwn1.png) no-repeat 93% center #f1f1f1;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.check-mypage3 ol li .step .order-review .buttons-set {
	border:none !important;
}
.check-mypage3 ol li .step ul li ul li.control input[type="radio"] ,
.check-mypage3 ol li .step ul li ul li.control label ,
.check-mypage3 ol li .step ul li ul li.control input[type="checkbox"]{
	float:left;
}
.check-mypage3 ol li .step form dl dt label  {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
}
.check-mypage3 ol li .step form dl dt {
	float:left;
	width:100%;
}
.check-mypage3 ol li .step form dl dt label ,
.check-mypage3 ol li .step form dl dt input[type="radio"]{
	float:left;
}
 .check-mypage3 ol li .step form dl dt input[type="radio"] {
 	line-height: 23px;
 	margin-right: 4px;
 }
 ul#payment_form_ccsave input[type="text"]{
 	background:#f1f1f1;
    border: 1px solid #dbdbdc;
    font-family: "NeoSansStd-Regular";
    height: 37px;
    text-indent: 10px
 }
.check-mypage3 ol li .step table.data-table {
	/* border:none; */
	border:1px solid #1a5d87;
}
.check-mypage3 ol li .step table.data-table thead th {
	/* background: none repeat scroll 0 0 #3b3b3b;
    border-right: 1px solid #fceb53; */
	 background: none repeat scroll 0 0 #1a5d87;
    border-right: 1px solid #c1d3e1;
    padding: 12px 8px;
	color:#fff;
}
.check-mypage3 ol li .step table.data-table tfoot {
	border-top:1px solid #1a5d87;
	border-bottom: medium none;
}
.check-mypage3 ol li .step table.data-table tfoot tr  {
	/* background: none repeat scroll 0 0 #3b3b3b !important */
	background:#eeedf2 !important;
}
.check-mypage3 ol li .step table.data-table tbody tr{
	/* background:#f2dd1e; */
	background:#fff;
}
.check-mypage3 ol li .step table.data-table tbody tr td {
	/* border-right: 1px solid #fceb53;
	border-bottom: 1px solid #fceb53; */
	border-right: 1px solid #c1d3e1;
	border-bottom: 1px solid #c1d3e1;
	padding: 14px 8px;
}
.check-mypage3 ol li .step table.data-table tbody tr td h3 {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
}
.check-mypage3 ol li .step table.data-table tfoot tr td{
	border-right: 1px solid #c1d3e1;
    color: #000000;
	background:none !important;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    padding: 4px 5px;
}

.check-mypage3 ol li .step table.data-table tfoot tr td strong{
	font-weight: normal;
}

.check-mypage2 .block-title strong{
	font-weight:normal;
}
.check-mypage2 .block-title strong span {
	margin:0 0 15px 0;
	color: #1a5d87;
	display: inline-block;
    font-family: "NeoSansStd-Medium";
	text-transform: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
}
.check-mypage2 .block-content dl dt ,
.check-mypage2 .block-content dl dt.complete{
	border:none;
	background:none;
}
.check-mypage2 .block-content dl dt ,
.check-mypage2 .block-content dl dt.complete{
	font-family: "NeoSansStd-Medium";
	margin: 0 0 6px 0;
    padding: 0 0 6px 0;
	border-bottom:1px solid #f1f1f1;
	color:#000;
	font-size:13px;
	font-weight:normal;
}
.check-mypage2 .block-content dl dt span a ,
.check-mypage2 .block-content dl dt.complete  span a {
	color:#1a5d87;
}
.check-mypage2 .block-content dl dd ,
.check-mypage2 .block-content dl dd.complete {
	background: none;
    border: medium none;
}
.check-mypage2 .block-content dl dd address,
.check-mypage2 .block-content dl dd.complete address {
	font-family: "NeoSansStd-Regular";
	color:#000;
	font-size:14px;
	font-weight:normal;
}

.check-mypage3 ol li dl.sp-methods dd{
	float:left;
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
}
.check-mypage3 ol li .step ul li label {
	margin-left: 5px;
}
.check-mypage3 ol li .step ul li.control input[type="checkbox"] {
	float: left;
}

.check-mypage3 ol li .step ul li label strong.main-shipping-title {
	font-weight: normal;
	color: #1a5d87;
	display: block;
}
.check-mypage3 ol li .step ul li label .shipping-description {
	font-family: "NeoSansStd-Regular";
}
.check-mypage3 ol li .step ul li label span.price {
	font-weight: normal;
}

 /* **************************************** */

.my-login {
	margin:0 0 30px 0;
}
.my-login .page-title {
	border:none;
}
.my-login .page-title h1{
	color: #494b4a;
    font-family: "NeoSansStd-Medium";
    font-size: 25px;
    font-weight: normal;
	font-weight:normal;
    line-height: 30px;
    margin: 10px 0;
}
.my-log1 ,
.my-btn1 {
	border-right:1px solid #f1f1f1;
}
.my-log1.new-users h2 ,
.my-log2.registered-users h2{
	background:none;
	border:0;
	color: #494b4a;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
	padding:0 0 0 0;
	font-weight:normal;
    line-height: 28px;
    margin: 0 0 25px;
}
.my-log1.new-users p ,
.my-log2.registered-users p {
	color: #000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
	font-weight:normal;
    margin: 0;
    padding: 0;
}
.my-log2.registered-users p {
	text-align: left;
}
.my-log1 .content ,
.my-log2 .content  {
	background:none;
	border: none;
   /*  min-height: 0; */
}
.my-log2 .content ul {
	margin:15px 0 0 0;
	padding:0 0 0 0;
}
.my-log2 .content ul li label {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
}
.my-log2 .content ul li input[type="text"] ,
.my-log2 .content ul li input[type="password"] {
	background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #dbdbdc;
	-webkit-appearance:none;
    height: 37px;
	font-family: "NeoSansStd-Regular";
}
.my-btn1 .buttons-set ,
.my-btn2 .buttons-set {
	background:none;
	border:none;
}
.my-btn1 .buttons-set button ,
.my-btn2 .buttons-set button {
	background:#1a5d87;
	border:none;
	box-shadow:none;
    border-radius: 4px;
    color: #ffffff;
	-webkit-appearance:none;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
	font-weight:normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.my-btn1 .buttons-set button:hover ,
.my-btn2 .buttons-set button:hover {
	color: #f2dd1e;
}
.my-btn2 .buttons-set a {
	color: #231f20;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding-right: 8px;
	font-weight:normal;
	margin-top: 10px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.my-btn2 .buttons-set a:hover {
	color: #1a5d87;
    text-decoration: none;
}

 /* **************************************** */

.my-reg {
	margin: 0 0 30px 0;
}
.my-reg .page-title{
	border:none;
	margin:15px 0 0 0;
}
.my-reg .page-title h1 {
	color: #494b4a;
    font-family: "NeoSansStd-Medium";
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0;
}
.my-per ul  ,
.my-logacc ul{
	margin:20px 0 0 0;
	padding: 0 0 0 0;
}
.my-per ul li label ,
.my-logacc ul li label{
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
}

.my-per ul li input[type="text"] ,
.my-logacc ul li input[type="password"]{
	background:#f1f1f1;
	-webkit-appearance:none;
	font-family: "NeoSansStd-Regular";
    border: 1px solid #dbdbdc;
	text-indent:10px;
    height: 37px;
}

.my-per ul li.control .input-box ,
.my-logacc ul li.control .input-box {
	float:left;
}
.my-per h2.legend ,
.my-logacc h2.legend {
    color: #000;
	padding: 7px 8px;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
	border:1px solid #3b3b3b;
	margin: -38px 0 0 -10px;
	background:#f2dd1e;
	font-weight:normal;
}
.my-per.fieldset ,
.my-logacc.fieldset {
	padding: 22px 25px 12px 17px;
}
.my-reg .buttons-set p a{
	color: #231f20;
    font-family: "NeoSansStd-Bold";
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.my-reg .buttons-set p a:hover {
	color: #1a5d87;
    text-decoration: none;
}
.my-reg .buttons-set p a small {
	display:none;
}
.my-reg .buttons-set {
	border:none;
	margin:0 0 0 0;
}
.my-reg .buttons-set button{
	-webkit-appearance:none;
	background: #1a5d87;
    border-radius: 4px;
	box-shadow:none;
	border:none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.my-reg .buttons-set button:hover {
	color: #f2dd1e;
}

 /* **************************************** */


.new-side .block.block-account{
	border:none;
	margin: 20px 0 15px;
 }
.new-side .block.block-account .block-title {
	background:none;
	padding:0;
	margin:15 0 0 0;
}
.new-side .block.block-account .block-content {
	padding:0 0 0 0;
	background:none;
}
.new-side .block.block-account .block-content ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
 }
.new-side .block.block-account strong span{
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-side .block.block-account .block-content ul li a{
	border-bottom: 1px solid #f1f1f1;
    color: #000000;
    font-family: "NeoSansStd-Medium";
	-webkit-appearance:none;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 6px;
    padding: 0 0 6px;
}
.new-side .block.block-account .block-content ul li a:hover {
	color: #1a5d87;
}
.new-side .block.block-account .block-content ul li.current {
	border-bottom:0;
	padding:0 0 0 0;
}
.new-side .block.block-account .block-content ul li strong {
	font-weight: normal;
	color: #1a5d87;
	display:block;
	border-bottom: 1px solid #f1f1f1;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    margin: 0 0 6px;
    padding: 0 0 6px;
}
.new-side .block.block-reorder {
	border:none;
	margin: 20px 0 15px;
}
.new-side .block.block-reorder .block-title {
	background:none;
	padding:0;
	border:none;
	margin:15 0 0 0;
}
.new-side .block.block-reorder .block-title strong {
	background:none;
	padding:0;
}
.new-side .block.block-reorder .block-title strong span{
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-side .block.block-reorder .block-content {
	background:none;
}
.new-side .block.block-reorder .block-content p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
	font-weight: normal;
    margin: 0 0 12px;
    padding: 0;
}
.new-side .block.block-reorder .block-content ol {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.new-side .block.block-reorder .block-content ol li {
	padding:0 0 0 0;
	background:none;
}
.new-side .block.block-reorder .block-content ol li p a {
    color: #494a49;
    font-family: "NeoSansStd-Bold";
	margin:0 0 0 20px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.new-side .block.block-reorder .block-content ol li p a:hover {
	text-decoration:none;
}
.new-side .block.block-reorder .block-content ol li input[type="checkbox"] {
	margin: 4px -20px 0 0;
}
.new-side .block.block-reorder .block-content .actions {
	background:none;
}
.new-side .block.block-reorder .block-content .actions button {
	background: #1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.new-side .block.block-reorder .block-content .actions button:hover {
	color: #f2dd1e;
}
.new-side .block.block-reorder .block-content .actions a {
    color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
	margin:10px 0 0 0;
}
.new-side .block.block-reorder .block-content .actions a:hover {
	color: #1a5d87;
	text-decoration:none;
}
.new-cont .my-account .dashboard .page-title {
	border:none;
	margin:0 0 0 0;
}
.new-cont .my-account .dashboard .page-title h1{
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}
.new-cont .my-account .dashboard .welcome-msg p{
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 20px;
	font-weight: normal;
    margin: 0 0 12px;
    padding: 0;
}
.new-cont .my-account .dashboard .box-account {
	border:none;
	padding:0;
	background:none;
}
.new-cont .my-account .dashboard .box-account .box-head h2{
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size:16px;
	font-weight:normal;
	padding:0 0 0 0;
	background:none;
	text-transform:capitalize;
    margin: 10px 0 10px 0;
}
.new-cont .my-account .dashboard .box-account .box-head a {
	color: #000000;
	display:inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
	transition: all 0.4s ease-in-out 0s;
    margin: 11px 0 0 0;
}
.new-cont .my-account .dashboard .box-account .box-head a:hover {
	text-decoration:none;
	color: #1a5d87;
}
.new-cont .my-account .dashboard .box-account table thead tr th {
	color: #ffffff;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
	/* background: #3b3b3b;
    border-right: 1px solid #fceb53; */
	background: none repeat scroll 0 0 #1a5d87;
    border-right: 1px solid #c1d3e1;
    padding: 12px 8px;
}
.new-cont .my-account .dashboard .box-account table tbody tr {
	/* background: none repeat scroll 0 0 #f2dd1e */;
	background:#fff;
}

.new-cont .my-account .dashboard .box-account table tbody tr td {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
	border-right: 1px solid #fceb53;
    padding: 15px 5px;
}
.new-cont .my-account .dashboard .box-account table tbody tr td.a-center a{
	color: #000000 !important;
	display:inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
	transition: all 0.4s ease-in-out 0s;
    margin: 0 0 0 0;
}
.new-cont .my-account .dashboard .box-account table tbody tr td.a-center a:hover {
	text-decoration:none;
	color: #1a5d87 !important;
}
.new-cont .my-account .dashboard .box-account .col2-set .col-1 h3 ,
.new-cont .my-account .dashboard .box-account .col2-set .col-2 h3{
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-cont .my-account .dashboard .box-account .col2-set .col-1 a,
.new-cont .my-account .dashboard .box-account .col2-set .col-2 a{
	color: #000000;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .my-account .dashboard .box-account .col2-set .col-1 .box-title,
.new-cont .my-account .dashboard .box-account .col2-set .col-2 .box-title {
	background:none;
}
.new-cont .my-account .dashboard .box-account .col2-set .col-1 .box-content p,
.new-cont .my-account .dashboard .box-account .col2-set .col-2 .box-content p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}
.new-cont .my-account .dashboard .box-account .col2-set .col-1 a:hover,
.new-cont .my-account .dashboard .box-account .col2-set .col-2 a:hover {
	text-decoration:none;
	color: #1a5d87;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-title h3 {
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-title {
	background:none;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-title a {
	color: #000000;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-title a:hover {
	text-decoration:none;
	color: #1a5d87;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-content h4 {
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 12px;
    text-transform: none;
}
.new-cont .my-account .dashboard .box-account .col2-set .box-content address {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}

/* **************************************** */


.new-cont .my-account .page-title{
	margin:0 0 0 0;
	border:none;
}
.new-cont .my-account .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.new-cont .my-account .fieldset 	{
	padding: 22px 25px 12px 17px;
}
.new-cont .my-account .fieldset h2.legend  {
	color: #000;
	padding: 7px 8px;
	font-family: "NeoSansStd-Medium";
	font-size: 14px;
	border: 1px solid #3b3b3b;
	margin: -38px 0 0 -10px;
	background: #f2dd1e;
	font-weight: normal;
}
.new-cont .my-account .fieldset ul {
	margin:20px 0 0 0;
	padding:0 0 0 0;
}
.new-cont .my-account .fieldset ul li label{
	color: #000000;
	font-family: "NeoSansStd-Medium";
	font-size: 13px;
	font-weight: normal;
}
.new-cont .my-account .fieldset ul li input[type="text"] ,
.new-cont .my-account .fieldset ul li input[type="password"]{
	background: #f1f1f1;
	border: 1px solid #dbdbdc;
	font-family: "NeoSansStd-Regular";
	-webkit-appearance:none;
	text-indent: 10px;
	height: 37px;
}
.new-cont .my-account .fieldset ul li select {
	border: 1px solid #dbdbdc;
	font-family: "NeoSansStd-Regular";
	text-indent: 10px;
	height: 37px;
	background:url(../images/drpdwn1.png) no-repeat 93% center #f1f1f1;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.new-cont .my-account .fieldset ul li.control input[type="checkbox"]{
	float:left;
}
.new-cont .my-account .buttons-set button{
	background: #1a5d87;
	border-radius: 4px;
	box-shadow: none;
	border: none;
	color: #ffffff;
	display: inline-block;
	font-family: "NeoSansStd-Regular";
	font-size: 14px;
	padding: 10px;
	text-decoration: none;
	text-transform: capitalize;
	transition: all 0.4s ease-in-out 0s;
}
.new-cont .my-account .buttons-set button:hover {
	color: #f2dd1e;
}
.new-cont .my-account .buttons-set {
	border:none;
	margin:0 0 0 0;
}
.new-cont .my-account .buttons-set a {
	color: #231f20;
	font-family: "NeoSansStd-Bold";
	font-size: 14px;
	text-transform: capitalize;
	font-weight:normal;
	transition: all 0.4s ease-in-out 0s;
}
.new-cont .my-account .buttons-set a small {
	display:none;
}
.new-cont .my-account .buttons-set a:hover {
	color: #1a5d87;
	text-decoration:none;
}

 /* **************************************** */

.new-cont .page-title.title-buttons {
	margin:10px 0 0 0;
}
.new-cont .page-title.title-buttons a {
	color: #000000 !important;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .page-title.title-buttons a:hover {
	color:#1a5d87 !important;
	text-decoration:none;
}
.new-cont dl.order-info {
	background:none;
	border-bottom:1px solid #f1f1f1;
	padding:0 0 10px 0;
	border-top:0;
	border-left:0;
	border-right:0;
	margin:0 0 0 0;
}
.new-cont dl dt ,
.new-cont dl dd ul li{
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.new-cont p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0;
    padding: 0;
}

.new-cont .order-info-box {
	background:none;
	border-bottom:1px solid #f1f1f1;
	border-right:0;
	border-left:0;
	border-top:0;
}
.new-cont .order-info-box .box h2 {
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-cont .order-info-box address  ,
.new-cont .order-info-box .box-content{
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0;
    padding: 0;
}
.new-cont .page-title.title-buttons button {
	background:#1a5d87;
    border: medium none;
	-webkit-appearance:none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
	margin:5px 0 0 0;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .page-title.title-buttons button:hover {
	color: #f2dd1e;
}
.new-cont .addresses-list h2{
    color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
	line-height:24px;
    padding: 0;
    text-transform: capitalize;
}
.new-cont .addresses-list ol {
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
.new-cont .addresses-list ol  li {
	margin:0 0 0 0;
	border:none;
	background:none;
}
.new-cont .addresses-list ol  li h3{
	color: #1a5d87;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: none;
}
.new-cont .addresses-list ol  li address ,
.new-cont .addresses-list ol  li p{
	  color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}
.new-cont .addresses-list ol  li p a {
	color: #000000;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .addresses-list ol  li p a:hover {
	color: #1a5d87;
	text-decoration:none;
}
.new-cont .order-details h2.table-caption {
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 5px 0;
}
 /* **************************************** */

.new-cont .pager {
	margin: 0 0 15px 0;
	border:none;
	background:none;
}
.new-cont .pager p {
	margin:10px 0 0 0;
}
.new-cont .pager p strong {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 0;
}
.new-cont .pager .limiter label {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}
.new-cont .pager .limiter select {
	border: 1px solid #dbdbdc;
	-webkit-appearance:none;
	font-size:14px;
	font-family: "NeoSansStd-Regular";
	width:50px;
	height: 37px;
	background:url(../images/drpdwn1.png) no-repeat 93% center #fff;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.new-cont #my-orders-table {
	margin: 0 0 15px 0;
	border:1px solid #1a5d87;
}
.new-cont #my-orders-table thead tr th{
	/* background: #3b3b3b; */
   /*  border-right: 1px solid #fceb53; */
    color: #ffffff;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
	background: none repeat scroll 0 0 #1a5d87;
    border-right: 1px solid #c1d3e1;
    font-weight: normal;
    padding: 12px 8px;
}
.new-cont #my-orders-table tbody tr {
  /*   background: #f2dd1e !important; */
	background:#fff !important;
}
.new-cont #my-orders-table tfoot tr td{
	/* border-right: 1px solid #fceb53; */
    color: #ffffff;
	/* background: #3b3b3b; */
	border-right:1px solid #c1d3e1;
	border-bottom:1px solid #c1d3e1;
	background:#1a5d87;
	/* border-bottom: 1px solid #fceb53; */
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    padding: 9px 5px;
}
.new-cont #my-orders-table tfoot tr td strong {
	font-weight:normal;
	font-size: 14px;
}
.new-cont #my-orders-table tbody tr td {
	/* border-right: 1px solid #fceb53; */
    color: #000000;
	/* border-bottom: 1px solid #fceb53; */
	border-right:1px solid #c1d3e1;
	border-bottom:1px solid #c1d3e1;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
    padding: 15px 5px;
}
.new-cont #my-orders-table tbody tr td.last {
	border-right:0;
}
.new-cont #my-orders-table tbody tr td.a-center a {
    color: #000000 !important;
    display: inline-block;
    font-family: "NeoSansStd-Medium";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont #my-orders-table tbody tr td.a-center a:hover {
    color: #1a5d87 !important;
    text-decoration: none;
}
.scroll2 table ,
.scroll3 table {
	border:none;
}
.discounts {
	margin: 30px 0 40px 0;
}
.discount-text {
	padding:0 15px;
	margin: 0 0 30px 0;
}
.discount-text h2{
	color: #1a5d87;
    font-family: "NeoSansStd-Bold";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
	text-transform:capitalize;
    padding: 0;
}
.discount-text p {
	/*color: #9a9a9a;*/
	color: #666666;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
	margin:0 0 10px 0;
}
.b1{
	background:#f2dd1e;
	border-radius:4px;
	margin: 0 9px;
	float:left;
	width: 31.22%;
}
.b1 h3 {
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 25px;
    font-weight: normal;
	text-transform:capitalize;
    text-align: center;
	white-space:nowrap;
	padding: 22px 21.0%;
	margin:0 0 0 0;
}
.b1 span {
	background:#1a5d87;
	display:block;
	border-radius:0 0 4px 4px;
	text-align:center;
	font-family: "NeoSansStd-Medium";
    font-size: 18px;
	color:#f2dd1e;
	padding: 11px 0;
}
.new-table-detail .product-options{
	background:none;
	padding:0;
	border:none;
}
.new-table-detail .product-options dl dt {
	margin:20px 0 5px 0;
}
.new-table-detail .product-options dl dt label{
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}
.new-table-detail .product-options dl table thead tr th {
	background: #1a5d87;
	color:#fff;
	padding:5px;
	font-weight: normal;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-family: "NeoSansStd-Medium";
    font-size: 14px;
}
.new-table-detail .product-options dl table {
	border:none;
}
.new-table-detail .product-options dl table tbody tr td:first-child ,
.new-table-detail .product-options dl table thead tr th:first-child{
	border-left:1px solid #000;
}
.new-table-detail .product-options dl table tbody tr td {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
    line-height: 16px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
    margin: 0;
    padding: 2px;
	vertical-align:middle;
    text-align: center;
}
.new-table-detail .product-options dl table tbody tr td select {
	background:url(../images/drpdwn1.png) no-repeat 83% center #fff;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	padding-left:5px;
	-moz-appearance: none;
	-ms-appearance: none;
	font-family: "NeoSansStd-Regular";
	-o-appearance: none;
	width: 62px;
}
.new-table-detail .product-options dl table tbody tr td  span.in-stock {
	color:#17AF00;
}
.catalog-product-view .new-cont .new-table-detail .product-options dl table tbody tr td  span.price ,
.catalog-product-view .new-cont .new-table-detail .product-options dl table tbody tr td  span.regular-price {
	color: #000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
    line-height: 23px;
	font-weight:normal;
    margin: 0;
	line-height:normal;
    padding: 0;
}
.catalog-product-view .new-cont .new-table-detail .product-options dl table tbody tr td .price-box {
	border:none;
	padding:0;
}
.my-full .product-full-description h3 {
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 21px;
	cursor:pointer;
    font-weight: normal;
    line-height: 28px;
	display: inline-block;
}
.my-full .product-full-description h3.plus{
	background:url(../images/plus-icon.png) no-repeat right center;
	height: 18px;
    line-height: 17px;
    padding-right: 26px;
}
.my-full .product-full-description h3.plus.minus {
	background:url(../images/minus-icon.png) no-repeat right center;
}
.my-full .product-full-description h3:hover {
	color: #494a49;
	text-decoration:underline;
	transition: all 0.4s ease-in-out 0s;
}
.my-full .product-full-description {
	color: #666666;
	/*color: #9a9a9a;*/
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
}
.my-full .product-full-description p {
	/*color: #9a9a9a;*/
	color: #666666;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px
}
.my-full .product-full-description h2 {
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.my-full .product-full-description ul {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
.my-full .product-full-description ul  li {
	list-style-type:none;
	color: #666666;
	position:relative;
	padding-left:15px;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
}
.my-full .product-full-description ul  li:before {
	content:">";
	position:absolute;
	left:0;
}

.my-full .product-full-description img {
    max-width: 100%;
    height: auto;
}
.catalog-product-view .new-cont .new-table-detail .product-options dl table tbody tr td a {
	/*background: url(../images/cart-blue.png) no-repeat right center;
    color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0 21px 0 2px;
    text-align: center;
    vertical-align: middle;*/
    background: url("../images/cart.png") no-repeat scroll 9px center #1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 12px;
    padding: 7px 10px 7px 32px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.catalog-product-view .new-cont .new-table-detail .product-options dl table tbody tr td a:hover {
	/*text-decoration:none;*/
	color: #f2dd1e;
}

/* **************************************** */


.contacts-index-index .page-title{
	border: none;
    margin: 0;
}
.contacts-index-index .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.catalog-product-view .new-lay-style  .fieldset {
	border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.catalog-product-view .new-lay-style  .fieldset .field,
.catalog-product-view .new-lay-style  .fieldset .input-box,
.catalog-product-view .new-lay-style  .fieldset .input-text {
	width: 100%;
}

.catalog-product-view .new-lay-style  .fieldset .field {
	margin-bottom: 10px;
}

.contacts-index-index  .fieldset,
.catalog-product-view .new-lay-style  .fieldset {
    padding: 22px 25px 12px 17px;
}
.contacts-index-index  .fieldset h2.legend,
.catalog-product-view .new-lay-style  .fieldset h2.legend {
	background:#f2dd1e;
    border: 1px solid #3b3b3b;
    color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    margin: -38px 0 0 -10px;
    padding: 7px 8px;
}
.contacts-index-index  .fieldset ul,
.catalog-product-view .new-lay-style  .fieldset ul {
	margin: 20px 0 0;
    padding: 0;
}
.contacts-index-index  .fieldset ul li label,
.catalog-product-view .new-lay-style  .fieldset ul li label {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
}
.contacts-index-index .fieldset ul li input[type="text"],
.catalog-product-view .new-lay-style .fieldset ul li input[type="text"] {
	background:#f1f1f1;
    border: 1px solid #dbdbdc;
	-webkit-appearance:none;
	font-family: 'NeoSansStd-Regular';
    height: 37px;
    text-indent: 10px;
}
.contacts-index-index .fieldset ul li textarea,
.catalog-product-view .new-lay-style .fieldset ul li textarea {
	background:#f1f1f1;
	font-family: 'NeoSansStd-Regular';
    border: 1px solid #dbdbdc;
    text-indent: 10px;
}
.contacts-index-index .buttons-set,
.catalog-product-view .new-lay-style .buttons-set {
    border: medium none;
    margin: 0;
}
.contacts-index-index .buttons-set button,
.catalog-product-view .new-lay-style .buttons-set button {
    background: none repeat scroll 0 0 #1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
	-webkit-appearance:none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.contacts-index-index .buttons-set p.required,
.catalog-product-view .new-lay-style .buttons-set p.required {
	color: #eb340a;
}
.contacts-index-index .buttons-set button:hover,
.catalog-product-view .new-lay-style .buttons-set button:hover {
	color: #f2dd1e;
}

.cont-left-sec {
	float: left;
	width: 48%;
	box-sizing:border-box;
}
.cont-right-sec {
	float: right;
	width: 48%;
}
.cont-right-sec .form-list input.input-text {
    width: 358px;
}
.cont-right-sec .form-list li.wide .input-box {
	width: auto;
}
.cont-right-sec form textarea {
	width: 358px !important;
}
.cnt-img {
	float: left;
	width: 85px;
}
.cnt-text {
	text-align: center;
    width: 85%;
}
.cnt-text p span{
	  color: #1a5d87;
}
.cnt-text p span a:hover {
	text-decoration: none;
}

.details-cont .row-div {
	float: left;
	width: 100%;
	margin:0 0 15px 0;
}

.social-full {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.social-full .social1 {
	width: 25%;
	float: left;
	box-sizing:border-box;
}
.social-full .social1 a {
	color: #000;
    display: inline-block;
    height: 55px;
    font-family: "NeoSansStd-Regular";
    padding-left: 60px;
    padding-top: 10px;
    text-align: center;
    width: 142px;
}
.social-full .social1 a:hover {
	text-decoration: none;
	 color: #1a5d87;
}
.social-full .social1 a.fb1 {
	background: url(../images/fb1.png) no-repeat 0 0;
}
.social-full .social1 a.twit1 {
	background: url(../images/twit1.png) no-repeat 0 0;
}
.social-full .social1 a.linkedin1 {
	background: url(../images/linkedin1.png) no-repeat 0 0;
}
.social-full .social1 a.skype1 {
	background: url(../images/skype1.png) no-repeat 0 0;
}

/* **************************************** */

.cms-page-view .page-title {
	border: none;
    margin: 0;
}
.cms-page-view .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}
.cms-page-view .std p {
	color: #494b4a;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
	margin:0 0 12px 0;
    line-height: 21px;
}
.cms-page-view .std p img {
	width:100%;
}
.cms-page-view .std .calibration-main .calibration-right{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.cms-page-view .std .calibration-main .calibration-right img {
	float:left;
	width:25%;
	height:auto;
}
.cms-page-view .std .calibration-main .calibration-right p {
	float:right;
	width:70%;
}

.cms-page-view .std .calibration-main .calibration-left{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.cms-page-view .std .calibration-main .calibration-left img {
	float:right;
	width:25%;
	height:auto;
}
.cms-page-view .std .calibration-main .calibration-left p {
	float:left;
	width:70%;
}
.cms-page-view .std h5 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    margin: 25px 0 10px;
}
.cms-page-view .std h4 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 16px;
    font-weight: normal;
    margin: 25px 0 10px;
}
.cms-page-view .std h3 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
    font-weight: normal;
    margin: 25px 0 10px;
}
.cms-page-view .std h2 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 21px;
    font-weight: normal;
    margin: 25px 0 10px;
}
.cms-page-view .std ul  ,
.cms-page-view .std ol {
	margin: 15px 0 20px;
	padding:0 0 0 0;
}
.cms-page-view .std ul li {
	list-style-type:disc;
	margin:0 0 8px 0;
	color: #494b4a;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
}
.cms-page-view .std ol li  {
	list-style-type:decimal;
	color: #494b4a;
	line-height:21px;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
	margin:0 0 8px 0;
}
.cms-page-view .std a {
	color: #1a5d87;
	line-height:21px;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
}
.cms-page-view .std a:hover {
	text-decoration:none;
	color: #494b4a;
}
.cms-page-view .std table {
	margin:0 0 15px 0;
	border: none;
}
.cms-page-view .std table tbody tr:first-child td{
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
}
.cms-page-view .std table tbody tr td {
	border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}
.cms-page-view .cms-left-navigation ,
.contacts-index-index .cms-left-navigation {
	background: #eeedf2;
	padding: 6px;
	box-sizing:border-box;
    border-top: 6px solid #f2dd1e;
}
.cms-page-view .cms-left-navigation h4 ,
.contacts-index-index .cms-left-navigation h4{
	color: #1a5d87;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
	padding:0 15px;
    font-weight: normal;
}
.cms-page-view .cms-left-navigation ul ,
.contacts-index-index .cms-left-navigation ul {
	margin:0 0 30px 0;
	padding:0 15px 0 15px;
}
.cms-page-view .cms-left-navigation ul li ,
.contacts-index-index .cms-left-navigation ul li {
	list-style-type: none;
}
.cms-page-view .cms-left-navigation ul li a ,
.contacts-index-index .cms-left-navigation ul li a{
	background: url(../images/list-arrow.png) no-repeat left center;
    color: #000000;
    font-size: 13px;
	font-family: "NeoSansStd-Regular";
    padding: 5px 0 5px 14px;
	border-bottom: 1px solid #cccccc;
    display: block;
}

.cms-page-view .cms-left-navigation ul li a:hover ,
.contacts-index-index .cms-left-navigation ul li a:hover {
	color: #1a5d87;
	text-decoration:none;
}

.contacts-index-index .main-container {
	margin-top: 46px;
}
.custom-div1 {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}
.cus-div1-block1 {
	float:left;
	margin:0 15px 0 0;
}
.cms-page-view .std .cus-div1-block1 p {
	margin:0 0 15px 0;
	min-height:140px;
}
.cms-page-view .std .custom-div1.drawings .cus-div1-block1 {
	text-align:center;
	width: 30.8%;
	margin:0 15px 30px 0;
}
.cms-page-view .std .custom-div1.drawings .cus-div1-block1 p {
	min-height:115px;
}
.cms-page-view .std .custom-div1.drawings .cus-div1-block1 p img {
	height:auto;
	width:auto;
}
.custom-div-2 {
	float:left;
	width:100%;
	margin: 15px 0;
}
.custom-div-2 .custom-div-left {
	float:left;
	width:48%;
}
.custom-div-2 .custom-div-left .custom2-block ,
.custom-div-2 .custom-div-right .custom2-block {
	float:left;
	width:100%;
}
.custom-div-2 .custom-div-left .custom2-block img ,
.custom-div-2 .custom-div-right .custom2-block img {
	float:left;
	vertical-align:middle;
	margin:0 0 20px 0;
}
.custom-div-2 .custom-div-left .custom2-block p ,
.custom-div-2 .custom-div-right .custom2-block p {
	padding:10px 0 0 0;
}
.custom-div-2 .custom-div-right {
	float:right;
	width:48%;
}

/* **************************************** */
.catalogsearch-result-index .new-cont .page-title{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
.catalogsearch-result-index .new-cont .page-title h1{
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.catalogsearch-result-index .new-cont .category-products .toolbar .sorter {
	background:none;
	border:none;
	padding:0;
	float: left;
	margin:0 0 0 0;
}
.catalogsearch-result-index .new-cont .category-products .toolbar .sorter .sort-by select,
.catalogsearch-result-index .new-cont .category-products .toolbar .pager select {
    border: 1px solid #000000;
    font-size: 14px;
    height: 34px;
    margin: 0 0 0 10px;
	font-family: "NeoSansStd-Regular";
	background:url(../images/drpdwn1.png) no-repeat 93% center #ffffff;
    text-indent: 0.01px;
    text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.new-cont .sorter label {
    color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 10px 0 0;
    padding: 0;
}
.catalogsearch-result-index .new-cont .category-products .toolbar {
	margin:0 0 35px 0;
}
.catalogsearch-result-index .new-cont .category-products .toolbar .pager {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.catalogsearch-result-index .new-cont .category-products ul{
	margin:0 -15px 15px -15px;
}
.new-cont .maintitle {
	background:none;
	border:none;
	padding:0;
}
.new-cont .maintitle .titlemain {
	color: #000000;
    font-family: "NeoSansStd-Medium";
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
.new-cont .maintitle .viewall {
	display:none;
}
.new-cont .maintitle .viewall a {
	font-family: "NeoSansStd-Medium";
    font-size: 12px;
	color: #1a5d87;
	font-weight:normal;
    padding-right: 8px;
	text-decoration:none;
    text-transform: normal;
    transition: all 0.4s ease-in-out 0s;
}
.new-cont .maintitle .viewall a:hover {
	text-decoration:none;
	color: #000000;
}
.new-cont .category-products ul {
	margin:0 -15px 15px -15px;
}
.checkout-onepage-success .page-title{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.checkout-onepage-success .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.checkout-onepage-success h2.sub-title {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 30px;
}
.checkout-onepage-success p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
}
.checkout-onepage-success p a {
	color: #1a5d87;
	text-decoration:none;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-onepage-success p a:hover {
	color: #000000;
	text-decoration:none;
}
.checkout-onepage-success .buttons-set {
	margin:15px 0 15px 0;
	padding:0 0 0 0;
	border:none;
}
.checkout-onepage-success .buttons-set button {
	background:#1a5d87;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
	border:none;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
	line-height: 18px;
	-webkit-appearance:none;
	box-shadow:none;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-onepage-success .buttons-set button:hover {
	color:#f2dd1e;
}
.checkout-cart-index .page-title{
	border:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.checkout-cart-index .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}
.checkout-cart-index .cart-empty p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 13px;
	line-height:18px;
	margin:0 0 12px 0;
	padding:0 0 0 0;
}
.checkout-cart-index .cart-empty p a {
	color: #1a5d87;
	text-decoration:none;
    transition: all 0.4s ease-in-out 0s;
}
.checkout-cart-index .cart-empty p a:hover {
	color: #000000;
	text-decoration:none;
}
.catalog-category-view .new-cont p.category-image{
	margin:0;
}
.catalog-category-view .new-cont p.category-image img {
	width:100%;
}
.catalog-category-view .new-cont .category-description{
	font-family: "NeoSansStd-Regular";
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 12px;
    padding: 0;
}
.catalog-category-view .new-cont ul.apptrian-subcategories {
	margin:0 -5px;
	padding: 0 0 0 0;
}
.catalog-category-view .new-cont ul.apptrian-subcategories li {
	margin: 0 6px 15px;
	width: 31.892%;
	min-height:255px;
}
.catalog-category-view .new-cont ul.apptrian-subcategories li span {
	background:#1a5d87;
	border-radius:4px;
	text-align:left;
	transition: all 0.4s ease-in-out 0s;
	padding: 10px 15px;
	font-family: "NeoSansStd-Medium";
    font-size: 18px;
    font-weight: normal;
	color:#f2dd1e;
}
.catalog-category-view .new-cont ul.apptrian-subcategories li span:hover {
	color:#1a5d87;
	text-decoration:none;
	background:#f2dd1e;
}
.catalog-category-view .new-cont ul.apptrian-subcategories li a:hover {
	text-decoration:none;
}
.catalog-category-view .new-cont ul.apptrian-subcategories li a img {
	border: 1px solid #4e4e4e;
	border-radius:4px;
	width:100%;
	height:auto;
}

/* *************************************** */

.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one ,
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two {
	padding:0;
	width:100%;
}

.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content ,
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content {
	left: 10px;
    right: 10px;
    top: 10px;
}
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content h3 ,
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content h3 {
	margin:0 0 10px 0;
}
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content p ,
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content p {
	line-height: 18px;
}
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content p br ,
.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content p br {
	display:none;
}

/* *************************************** */

.cms-index-noroute .std .page-title ,
.customer-account-logoutsuccess .page-title{
	border: medium none;
}
.cms-index-noroute .std .page-title h1 ,
.customer-account-logoutsuccess .page-title h1 {
	color: #494b4a;
    font-family: "NeoSansStd-Medium";
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0;
}

.customer-account-logoutsuccess p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.cms-index-noroute .std dl dt ,
.cms-index-noroute .std dl dd{
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.cms-index-noroute .std dl dd {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.cms-index-noroute .std dl dd  ul {
	margin:10px 0 10px 0;
	padding:0 0 0 0;
}
.cms-index-noroute .std dl dd  ul li {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 7px 0;
    padding: 0;
}
.cms-index-noroute .std dl dd  ul li a {
	color: #1a5d87;
}
.cms-index-noroute .std dl dd  ul li a:hover {
	color:#231f20;
	text-decoration:none;
}

.fancybox-wrap.fancybox-desktop ,
.fancybox-inner {
	max-width:980px !important;
}
.fancy-left {
	float:left;
	width:34%;
}
.fancy-right {
	float:left;
	width:58%;
}
.fancybox-item.fancybox-close {
	background:url(../images/close.png) no-repeat 0 0;
	right: -13px;
    top: -14px;
	height:37px;
	width:37px;
}
.fancybox-inner .image-block {
	float:left;
}
.fancybox-inner .image-block {
	/* margin-right:30px; */
	width:91%;
}
.fancybox-inner .image-block img {
	border:1px solid #000;
	border-radius:4px;
	vertical-align:top;
	width:100%;
}
.fancybox-inner .product-name h3{
	color: #494a49;
    font-family: "NeoSansStd-Bold";
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0;
}
.fancybox-inner .product-availability{
	color: #9a9a9a;
    font-family: "NeoSansStd-Regular";
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 10px;
}
.fancybox-inner .product-availability strong {
	color: #17af00;
    font-family: "NeoSansStd-Medium";
    font-weight: normal;
}
.fancybox-inner .price-block h3{
	color: #1a5d87;
    float: left;
    font-family: "NeoSansStd-Medium";
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 11px 0 0;
}
.fancybox-inner .product-description {
	border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
	width:100%;
}
.fancybox-inner .product-description p{
    color: #9a9a9a;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}
.fancybox-inner .more-information {
	float:right
}
.fancybox-inner .more-information a {
	background:#1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}

.cms-page-view .quick-table {
	float:left;
	width:100%;
}
.cms-page-view .quick-table h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 10px;
}

.cms-page-view  .quick-table h4 {
		color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0 25px;
}

.cms-page-view  .quick-table .q-tab {
	float:left;
	width:100%;
}
.cms-page-view  .quick-table .q-tab  table {
	width:100%;
	border:1px solid #1a5d87;
}

.cms-page-view  .quick-table .q-tab  table thead {
	background:#1a5d87;
}
.cms-page-view  .quick-table .q-tab  table thead  tr th {
	color: #fff;
    font-family: "NeoSansStd-Medium";
    font-size: 14px;
    font-weight: normal;

    display: block;
    width: 100% !important;
}
.cms-page-view .quick-table .q-tab table tr td.num {
    width: 90px;
}
.cms-page-view  .quick-table .q-tab  table tr td  {
	text-align:left;
}
.cms-page-view  .quick-table .q-tab  table tr td ,
.cms-page-view  .quick-table .q-tab  table tr th {
	padding: 10px 10px !important;
}
.cms-page-view  .quick-table .q-tab  table tr th {
	padding: 10px 10px;
}
.cms-page-view  .quick-table .q-tab  table tfoot{
	background:#eeedf2;
}
.cms-page-view  .quick-table .q-tab  table tfoot tr td input[type="submit"]{
	background: url(../images/yellow-new-arrow.png) no-repeat 90% 12px #1a5d87;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    padding: 10px 24px 10px 13px;
	float:right;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.cms-page-view  .quick-table .q-tab  table tfoot tr td input[type="submit"]:hover {
	background: url(../images/blue-new-arrow.png) no-repeat 90% 12px #f2dd1e;
    color: #1a5d87;
}

.cms-page-view  .quick-table .q-tab  table  tbody tr td input[type="text"] ,
.cms-page-view  .quick-table .q-tab  table  tbody tr td input[type="number"] {
	background:#eeedf2;
	border:none;
	padding:0;
	height:40px;
	 font-family: "NeoSansStd-Regular";
	 font-size:14px;
	 line-height:18px;
	box-sizing:border-box;
	padding:10px;
	width:100%;
}
.cms-page-view  .quick-table .q-tab  table  tbody tr td input[type="number"] {
	 width: 80px
}

.cms-page-view  .quick-table .q-tab  table  tfoot {
	border-top:1px solid #1a5d87;
}
.cms-page-view  .quick-table .q-tab  table  tbody tr:firct-child td {
	border-bottom:1px solid #1a5d87;
}
.cms-page-view .quick-table .q-tab  table  tbody tr td{
	border-right:1px solid #eeedf2;
}
.cms-page-view .quick-table .q-tab  table thead tr th {
	border-right:1px solid #eeedf2;
}
.cms-page-view .quick-table .q-tab  table  tbody tr td:last-child  ,
.cms-page-view .quick-table .q-tab  table thead tr th:last-child{
	border-right:none;
}

/***********************************************/

.customer-account-forgotpassword .page-title {
	border: medium none;
    margin: 0;
}

.customer-account-forgotpassword .page-title h1 {
	color: #494a49;
    font-family: "NeoSansStd-Medium";
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 30px;
}

.customer-account-forgotpassword .fieldset {
    padding: 22px 25px 12px 17px;
}

.customer-account-forgotpassword .fieldset h2.legend {
  background: none repeat scroll 0 0 #f2dd1e;
  border: 1px solid #3b3b3b;
  color: #000000;
  font-family: "NeoSansStd-Medium";
  font-size: 14px;
  font-weight: normal;
  margin: -38px 0 0 -10px;
  padding: 7px 8px;
}

.customer-account-forgotpassword .fieldset p {
	color: #000000;
    font-family: "NeoSansStd-Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 15px 0;
    padding: 0
}
.customer-account-forgotpassword .fieldset ul {
  margin: 20px 0 0;
  padding: 0;
}

.customer-account-forgotpassword .fieldset ul li label {
  color: #000000;
  font-family: "NeoSansStd-Medium";
  font-size: 13px;
  font-weight: normal;
}

.customer-account-forgotpassword .fieldset ul li input[type="text"] {
  background: none repeat scroll 0 0 #f1f1f1;
  border: 1px solid #dbdbdc;
  font-family: "NeoSansStd-Regular";
  height: 37px;
  text-indent: 10px;
}

.customer-account-forgotpassword .buttons-set {
  border: medium none;
  margin: 0;
}
.customer-account-forgotpassword .buttons-set p a {
	 font-family: "NeoSansStd-Regular";
    font-size: 13px;
    font-weight: normal;
}
.customer-account-forgotpassword .buttons-set p a small {
	display: none;
}

.customer-account-forgotpassword  .buttons-set button:hover {
  color: #f2dd1e;
}
.customer-account-forgotpassword .buttons-set p a:hover {
	color: #000000;
	text-decoration: none;
}
.customer-account-forgotpassword  .buttons-set button {
  background: none repeat scroll 0 0 #1a5d87;
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-family: "NeoSansStd-Regular";
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.google-map div {
	max-width: 100%;
}

 h1,h2,h3,h4,h5,h6 {
	font-weight: normal !important;
}

.res-navigate1 {
	display:none;
}
 .res-navigate {
	display:none;
}
.ft-form.new {
	display:none;
}
a#home {
	display:none;
}

/* ***************RESPONSIVE************************* */


@media (max-width: 1199px)  {
	.cnt-text {
	    width: 95%;
	}
	.cont-right-sec .form-list input.input-text {
	    width: 250px;
	}
	.cont-right-sec form textarea {
	    width: 250px !important;
	}
	.new-cont ul.products-grid li span.from-product-list {
		font-size:12px
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-img-box p.product-image {
		/* height: 271px !important; */
		height: 272px !important;
		width: 271px !important;
	 }
	.new-cont ul.products-grid li .price-box span.price-label {
		display:none;
	}
	.catalog-product-view .new-cont .product-view .product-essential .my-full {
		/* min-height: 210px; */
	}
	.product-img-box .controls {
		top: 76px;
	}
	.img-below-icons {
		/* bottom: -270px; */
	}
	.b1 {
		width: 30.78%;
	}
	.b1 h3 {
		/* padding: 22px 21.084%; */
	}
	.catalog-category-view .new-cont .toolbar .pager {
		width:62%;
	}
	.navigate ul li ul li.nav-1-5 {
		width:234px;
	}
	.catalog-category-view .new-cont ul.apptrian-subcategories li {
		width: 31.533%;
		min-height:222px;
	}
	.b1 h3 {
		font-size: 20px;
	}
	.b1 span {
		font-size: 14px;
	}
	.check-mypage3 ol li .step ul li .input-box ,
	.check-mypage3 ol li .step ul li .input-box select{
		width:88%;
	}
	.check-mypage3 ol li .step ul li ul li.wide input[type="text"] {
		width:88%;
	}
	.new-side.sidebar .faster-filter .lft-side span ,
	.new-side.sidebar .faster-filter .lft-side strong	{
		font-size: 13px;
	}
	.new-side.sidebar .faster-filter .outer-search-wrap .search-img {
		left:73px;
	}
	.navigate ul li ul li {
		width: 180px;
	}
	.navigate ul li ul li ul {
		width: 167px;
	}
	.ban-data ,
	.ban-data.color3 ,
	.ban-data.color2{
		top: 20px;
	}
	.slide-prod {
		width: 242px !important;
	}
	.prod{
		width: 242px !important;
	}
	 .ft-form input[type="email"] {
		width:65%;
	 }
	.navigate ul li {
		margin:0 1%;
	}
	.listing-block .img-content h3 {
		font-size:15px;
		margin: 0 0 7px 0;
	}
	.listing-block .img-content p {
		font-size: 12px;
		line-height: 15px;
	}
	.listing-block .img-content a {
		font-size: 12px;
		padding: 5px 9px;
	}
	.prod .prod-content h5 {
		font-size:14px;
	}
	.new-cont ul.products-grid li h2 a {
		font-size:14px;
	}
	.slide-prod .slide-prod-content h5 {
		font-size:14px;
	}
	.prod .prod-content span {
		font-size:12px;
	}
	.new-cont ul.products-grid li .price-box span {
		font-size:12px;
		margin-bottom: -7px;
		display:block;
	}
	.product-from-detail {
		font-size:12px;
		margin:0 5px 0 0;
	}
	.slide-prod .slide-prod-content span {
		font-size:12px;
	}
	.prod .prod-content a {
		font-size:11px;
	}
	.new-cont ul.products-grid li .actions button.button.btn-cart {
		font-size:11px;
	}
	.slide-prod .slide-prod-content a {
		font-size:11px;
	}
}

@media (min-width: 1024px) {
	.res-navigate {
		display: none !important;
	}

}
@media (max-width: 1024px) {

	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 {
		min-height: 189px;
	}
	.ban-data.color3 h1 {
		font-size: 35px;
		line-height: 33px;
	}
	.ban-data.color3 p {
		font-size: 27px;
		line-height: 31px;
	}
}

@media (max-width: 1023px) {
	.fields .top-div a {
		padding-top:6px;
	}
	.res-navigate ul li ul {
		display: none;
	}
	.res-navigate ul li:hover ul li a {
		color:#000;
	}
	.res-navigate ul li ul li a:hover {
		color:#135e88;
	}
	.res-navigate ul li ul {
		width: 100%;
	}
	.res-navigate ul li ul li ul {
		display: block;
	}
	.res-navigate ul li:hover > ul{

		display: inline-block !important;
	}
    .res-navigate ul li ul li ul { /* m60 */
        display: none !important;
    }
    .res-navigate ul li:hover > ul li ul {
        display: none !important;
    }

    .ft-form.new input[type="email"] {
		width: 85%;
	}
	a#home {
		display: inline-block;
	}
	#home {
		background: url(../images/home.png) no-repeat 0 0;
		display: inline-block;
		height: 33px;
		padding: 0;
		text-indent: -9999px;
		width: 32px;
	}
	#resmenu {
		background:url(../images/new-menu.png) no-repeat 0 0;
		height:20px;
		cursor:pointer;
		width:28px;
		margin-top: 5px;
		display:block;
		float:right;
	}

	.navigate {
		display:none;
	}
	.res-navigate  {
		background:#e8e9e4;
		display: none;
		float: right;
		position: absolute;
		right: 0;
		top: 39px;
		width: 100%;
		z-index: 99999;
	}
	.res-navigate ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.res-navigate ul li:hover a {
		color:#f2dd1e;
	}
	.res-navigate ul li  {
		display: block;
		/*background:#135E88;*/
		padding: 7px 0 7px 25px;
		list-style-type: none;
		position:relative;
		border-bottom: 1px solid #cccccc;
		text-align: left;
	}
	.res-navigate ul li:last-child {
		border:none;
	}
	.res-navigate ul li a:before {
		content: ">";
		left: 9px;
		padding-left: 0;
		position: absolute;
		top: 7px;
	}
	.res-navigate ul li a {
		transition: all 0.4s ease-in-out 0s;
		color: #ffffff;
		font-family: "NeoSansStd-Medium";
		font-size: 14px;
		vertical-align: middle;
	}
	.res-navigate ul li a:hover {
		text-decoration:none;
	}
	.logo a img {
		width:100%;
	}
	.fields .top-div a {
		font-size:15px;
	}
	.fields .btm-div .submit-div input[type="text"] {
		width: 250px;
	}
	.res-navigate ul li ul {
		/*display: none;*/
	}
	.res-navigate ul li {
		padding: 0;
	}
	.res-navigate ul li ul li a:before {
		content:none;
	}
	.res-navigate ul li ul li ul li ,
	.res-navigate ul li ul li{
		border:none;
	}
	.res-navigate ul li ul li {
		background: none;
	}
	.res-navigate ul li ul li a {
		color:#000;
		background: none;
		padding: 2px 0 2px 25px;
	}
	.res-navigate ul li ul li ul li a{
		font-family: 'NeoSansStd-Regular';
	}
	.res-navigate ul li ul.level0 {
		padding-top: 15px;
		padding-bottom:15px;
	}
	.res-navigate ul li ul.level1 {
		padding-bottom: 15px;
	}

	.res-navigate ul li a {
		padding: 7px 0 7px 25px;
		display: block;
		background: #135e88;
	}
	.res-navigate ul li.nav-1 ul.level0 ,
	.res-navigate ul li.nav-2 ul.level0 ,
	.res-navigate ul li.nav-3 ul.level0 ,
	.res-navigate ul li.nav-4 ul.level0 ,
	.res-navigate ul li.nav-5 ul.level0 ,
	.res-navigate ul li.nav-6 ul.level0 ,
	.res-navigate ul li.nav-7 ul.level0 {
		background: #ccc;
	}
	.res-navigate ul li.nav-1 ul.level0 li.parent > a ,
	.res-navigate ul li.nav-2 ul.level0 li.level1 > a ,
	.res-navigate ul li.nav-3 ul.level0 li.level1 > a ,
	.res-navigate ul li.nav-4 ul.level0 li.level1 > a ,
	.res-navigate ul li.nav-5 ul.level0 li.level1 > a ,
	.res-navigate ul li.nav-6 ul.level0 li.level1 > a ,
	.res-navigate ul li.nav-7 ul.level0 li.level1 > a {
		color:#135e88;
	}
	.res-navigate ul li.home {
		display: none;
	}
}

@media (max-width: 991px) {

	.social-full .social1 {
	    margin: 0 0 15px;
	    text-align: center;
	    width: 50%;
	}
	.cont-right-sec form textarea {
	    width: 100% !important;
	}
	.cont-left-sec {
	    width: 100%;
	}
	.cont-right-sec {
	    width: 100%;
	}
	.cms-rtds .std p img ,
	.cms-grain-silo-sensors .std p img ,
	.cms-mi-rtd-failure .std p img ,
	.cms-high-temp-triplex .std p img {
		width: 100% !important;
	}
	.cms-case-studies .std p img {
		width: 100% !important;
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-img-box p.product-image {
		/* height: 205px !important; */
		height: 204px !important;
		width: 205px !important;
	}
	.catalog-product-view .new-cont .product-view .product-essential .my-full {
		min-height: 120px;
	}
	.product-img-box .controls {
		top: 58px;
	}
	.img-below-icons {
		/* bottom: -220px; */
	}
	.b1 {
		width: 30%;
	}
	.b1 h3 {
		/* padding: 22px 21.485%; */
	}
	.catalog-category-view .new-cont .toolbar .sorter .sort-by {
		padding-right: 12px;
	}
	.catalog-category-view .new-cont .toolbar .pager {
		width: 64%;
	}
	.catalog-category-view .new-cont .toolbar .pager .limiter {
		margin-right: 10px;
	}
	.new-side.sidebar #sidebar-nav-menu li.level0 > a {
		font-size: 15px;
		line-height: 19px;
	}
	.new-side.sidebar .faster-filter .rgt-side {
		float:left;
	}
	.new-side.sidebar .faster-filter .rgt-side a {
		font-size: 12px;
		padding: 6px 10px;
	}
	.slide-prod .slide-prod-content span ,
	.prod .prod-content span{
		width:100%;
		display:block;
		margin:0 0 0 0;
 	}
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content h3 ,
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content h3	{
		margin: 0 0 3px;
	}
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content p ,
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content p	{
		line-height: 11px;
		font-size: 10px;
	}
	.catalog-category-view .new-cont ul.apptrian-subcategories li {
		width: 47.69%;
	}
	.custom-div-2 .custom-div-left ,
	.custom-div-2 .custom-div-right{
		width:100%;
	}
	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 p img {
		width:100%;
		height:auto;
	}
	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 p {
		min-height:0;
	}
	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 {
		width: 28.8%;
		min-height: 155px;
	}
	.b1 h3 {
		font-size: 14px;
	}
	.b1 span {
		font-size: 12px;
	}
	.new-cont .my-account .fieldset ul li.wide input[type="text"] ,
	.new-cont .my-account .fieldset ul li.wide .input-box	{
		width:254px;
	}
	.catalog-category-view .new-cont .toolbar .sorter,
	.catalog-category-view .new-cont .toolbar .pager {
		margin:0 0 10px 0;
	}
	.catalog-category-view .new-cont .toolbar .pager .limiter {
		margin-bottom: 10px;
	}
	.catalog-category-view .new-cont .toolbar .pager .pages {
		float:left;
	}
	.money ul {
		float:left;
	}
	.new-side.sidebar .faster-filter .outer-search-wrap .search-img {
		left: 52px;
	}
	.new-cont ul.products-grid li .actions {
		float:left;
	}
	.ban-data h1 ,
	.ban-data.color3 h1,
	.ban-data.color2 h1	{
		font-size:28px;
		line-height:35px;
		margin-bottom:20px;
	}
	.ban-data p ,
	.ban-data.color3 p,
	.ban-data.color2 p	{
		font-size: 18px;
		line-height: 23px;
	}
	.slide-prod {
		width: 187px !important;
	}
	.prod {
		width: 187px !important;
	}

	.prod .prod-content h5 {
		font-size: 12px;
	}
	.slide-prod .slide-prod-content h5 {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.details-cont .row-div {
	    margin: 0 auto;
	    max-width: 380px;
	    text-align: center;
	    float: none;
	    width: 100%;
	}
	.cnt-img {
		float: none;
		width: auto;
	}
	.cnt-text {
		width: auto;
	}
	.cpy-img {
		text-align: center;
	}
	.new-cont ul.products-grid li span.from-product-list {
		font-size:16px;
	}
	.fancybox-inner .image-block {
		float: none;
		margin: 0 auto 30px auto;
		width: 248px;
	}
	.fancy-left ,
	.fancy-right{
		float: left;
		width: 100%;
	}
	.feat-prod .row.slider1 {
		width:100% !important;
		margin-left:0;
		transform:none !important;
		-webkit-transform:none !important;
		-moz-transform:none !important;
		-ms-transform:none !important;
	}
	.prod {
		width:100% !important;
	}

	.catalog-product-view .new-cont .product-view .product-essential .product-img-box p.product-image {
		height: auto !important;
		width: 100% !important;
	}
	.new-side.col-left.sidebar {
		display:none;
	}
	.product-from-detail {
		font-size:16px;
		margin:0 0px 0 0;
	}
	.catalog-product-view .new-cont .product-view .product-essential .my-full {
		min-height: 0;
	}
	.product-img-box .controls {
		top: 120px;
	}
	.slideshow {
		float:left;
		width:100%;
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-img-box .product-image.product-image-zoom {
		overflow:auto;
	}
	.img-below-icons {
		position:inherit;
		margin:0 0 30px 0;
		float:left;
		bottom:auto;
	}
	.b1 h3 {
		padding: 22px 23.085%;
	}
	.catalog-category-view .new-cont .toolbar .pager .pages {
		float: right;
	}
	.catalog-category-view .new-cont .toolbar .sorter .sort-by label,
	.catalog-category-view .new-cont .toolbar .pager label {
		width:53px;
	}
	.new-side.sidebar #sidebar-nav-menu li.level0 > a {
		font-size: 18px;
		line-height: 24px;
	}
	.new-side.sidebar .faster-filter .rgt-side {
		float:right;
	}
	.new-side.sidebar .faster-filter .rgt-side a {
		font-size: 12px;
		padding: 8px 13px;
	}
	.fields .top-div a.mail-a {
		margin:0 0 0 0;
	}
	.fields .btm-div .submit-div input[type="text"] {
		width: 85.3%;
	}
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one ,
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two	{
		float: none;
		margin: 0 auto 30px auto;
		max-width: 300px;
		padding: 0;
		width: 100%;
	}
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content h3 ,
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content h3 {
		margin: 0 0 10px;
	}
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-one .img-content p ,
	.listing-block.col-lg-4.col-sm-4.col-xs-12.sidebar-image-two .img-content p	{
		line-height: 18px;
		font-size:15px;
	}
	.catalog-category-view .new-cont ul.apptrian-subcategories {
		margin:0 0px 15px 0px;
	}
	.new-cont .category-products ul {
		margin:0 0px 15px 0px;
	}
	.catalogsearch-result-index .new-cont .category-products ul{
		margin:0 0px 15px 0px;
	}
	.catalogsearch-result-index .new-cont .category-products .toolbar .sorter ,
	.catalogsearch-result-index .new-cont .category-products .toolbar .pager	{
		margin:0 0 15px 0;
	}
	.custom-div-2 .custom-div-left .custom2-block,
	.custom-div-2 .custom-div-right .custom2-block {
		margin:0 0 20px 0;
		text-align:center;
	}
	.custom-div-2 .custom-div-left .custom2-block img,
	.custom-div-2 .custom-div-right .custom2-block img {
		float:none;
		margin:0 0 0 0;
	}
	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 {
		float: none;
		margin: 0 auto;
		max-width: 300px;
		min-height: 0;
		width: 100%;
	}
	.cus-div1-block1 {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.cms-page-view .std .custom-div1.drawings .cus-div1-block1 p img ,
	.cms-page-view .std  .cus-div1-block1 p img	{
		width:auto;
	}
	.cms-page-view .std .calibration-main .calibration-right img {
		margin: 0 0 10px;
		width: 250px;
	}
	.cms-page-view .std .calibration-main .calibration-left img {
		margin: 0 0 20px;
		width: 200px;
		float:left;
	}
	.cms-page-view .std .calibration-main .calibration-left p {
		float: left;
		width: 100%;
	}
	.cms-page-view .std .calibration-main .calibration-right p {
		float: right;
		width: 100%;
	}
	.fields .btm-div .cart-div a {
		padding:0 0 0 10px;
	}
	.b1 h3 {
		font-size: 25px;
	}
	.b1 span {
		font-size: 18px;
	}
	.b1 {
		float: none;
		margin: 0 auto 20px;
		max-width: 300px;
		width: 100%;
	}
	.check-mypage4 ul li #cont_1,
	.check-mypage4 ul li #cont_2 {
		width: 100%;
	}
	.check-mypage4 ul li .chck-list1 {
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.check-mypage4 ul li .chck-list2 {
		float: left;
		width: 55%;
	}
	.check-mypage4 ul li .chck-list2 h3 a {
		border: medium none;
		font-size: 18px;
		min-height: 0;
		padding: 0;
	}
	.check-mypage4 ul li .chck-list2 .a-center {
		width:100%;
		text-align:left !important;
	}
	.check-mypage4 ul li .chck-list2 .a-center .price-box {
		width:100%;
	}
	.check-mypage4 ul li button.button {
		float:left;
	}
	.catalog-category-view .new-cont .toolbar .pager {
		width:100%;
	}
	.scroll1 {
		overflow-y:scroll;
	}
	.checkout-cart-index .mycart.cart .scroll1 table#shopping-cart-table{
		width:1024px;
	}
	.my-log1 .content,
	.my-log2 .content {
		min-height:0;
	}
	.my-log1,
	.my-btn1 {
		border:none;
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-img-box {
		float: none;
		margin: 0 auto 15px;
		max-width: 300px;
		width: 100%;
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-shop {
		width:100%;
	}
	.catalog-product-view .new-cont .product-view .product-essential .product-img-box .product-image.product-image-zoom img {
		position:relative;
	}
	.new-side {
		margin:0 0 15px 0;
	}
	.new-side.sidebar .faster-filter .outer-search-wrap .search-img {
		left: 46%;
	}
	.col-lg-3.col-sm-3.col-xs-12.new-side ,
	.col-lg-9.col-sm-9.col-xs-12.new-cont ,
	.new-cont ul.products-grid li.col-lg-4.col-sm-4.col-xs-12 ,
	.col-lg-6.col-sm-6.col-xs-12.my-log1 ,
	.col-lg-6.col-sm-6.col-xs-12.my-log2 ,
	.col-lg-6.col-sm-6.col-xs-12.my-btn2 ,
	.col-lg-6.col-sm-6.col-xs-12.my-btn1 ,
	.check-mypage1.col-lg-9.col-sm-9.col-xs-12 ,
	.check-mypage2.col-lg-3.col-sm-3.col-xs-12{
		padding:0;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product a {
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.new-cont ul.products-grid li .list-left {
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details {
		float: left;
		clear: none;
		width: 55%;
	}
	.new-cont ul.products-grid li .list-right {
		float: left;
		width: 55%;
	}
	.new-cont ul.products-grid li .list-left a img{
		border-radius: 4px;
		max-width: 100%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details p a {
		border: medium none;
		font-size: 18px;
		width:100%;
		min-height: 0;
		padding: 0;
	}
	.new-cont ul.products-grid li .list-right  h2 a {
		border: medium none;
		font-size: 18px;
		min-height: 0;
		padding: 0;
	}
	.new-cont ul.products-grid li .list-right .price-box {
		width:100%;
		margin:0 0 15px 0;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box{
		width:100%;
		margin:0 0 15px 0;
	}
	.new-cont ul.products-grid li .list-right .price-box span {
		display: block;
		font-size: 16px;
	}
	.new-cont ul.products-grid li .list-right .actions button.button.btn-cart{
		font-size: 14px;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details form button {
		font-size: 14px;
		float:left;
	}
	.container.list ,
	.wrap-banner ,
	.container.slider-prod{
		display:none;
	}
	.container.feat-prod {
		margin-top:15px;
	}
	.ft-m ,
	.ft-form {
		display:none;
	}
	.ft-form.new {
		display:block;
	}
	#resmenu1{
		background:url(../images/new-menu.png) no-repeat 0 0;
		height:20px;
		margin-right: 10px;
		cursor:pointer;
		width:28px;
		display:block;
		float:right;
	}
	.res-navigate1 ul {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.res-navigate1 {
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.res-navigate1 ul li {
		display: block;
		padding: 7px 0 7px 25px;
		list-style-type: none;
		position:relative;
		border-bottom: 1px solid #cccccc;
		text-align: left;
	}
	.res-navigate1 ul li a {
		color: #ffffff;
		font-family: "NeoSansStd-Medium";
		font-size: 14px;
		transition: all 0.4s ease-in-out 0s;
		vertical-align: middle;
	}
	.res-navigate1 ul li a:hover {
		color:#f2dd1e;
		text-decoration:none;
	}
	.res-navigate1 ul li:last-child {
		border:none;
	}
	.res-navigate1 ul li a:before {
		content: ">";
		left: 9px;
		padding-left: 0;
		position: absolute;
		top: 9px;
	}
	.ban-data {
		width: 90%;
		text-align:center;
		top: 120px;
	}
	.ban-data h1 {
		font-size: 40px;
		margin:0 0 15px 0;
	}
	.ban-data p {
		font-size: 24px;
		line-height: 30px;
	}
	  .wrap-copyright  {
		background:#fff;
	}
	.fields .top-div {
		float:none;
		margin:0 auto;
		max-width:240px;
	}
	.fields .top-div a {
		display:inline-block;
		font-size: 18px;
		margin-bottom: 12px;
	}
	.fields .top-div a.mail-a ,
	.fields .top-div a.tel-a	{
		background:none;
		padding:0;
	}
	.fields .btm-div {
		text-align:center;
		width:100%;
	}
	.fields .btm-div .cart-div {
		float:none;
		margin:10px 0 10px 0;
	}
	.fields .btm-div .submit-div {
		float:none;
	}
	.logo {
		text-align:center;
	}
	.logo a img {
		width: auto;
	}
	.listing-block {
		text-align:center;
		margin:0 0 10px 0;
	}
	.listing-block .img-content {
		left:0;
		right:0;
	}
	.listing-block .img-content h3 {
		font-size: 18px;
		margin: 0 0 15px;
	}
	.listing-block .img-content p {
		font-size: 15px;
		line-height: 20px;
	}
	.listing-block .img-content a {
		font-size: 14px;
		padding: 7px 11px;
	}
	.prod {
		margin:0 0 20px 0;
	}
	.slide-prod {
		margin:0 0 20px 0;
	}
	.prod-pos {
		float:left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.slide-prod-pos {
		float:left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.prod-content {
		float:left;
		width: 55%;
	}
	.slide-prod-content {
		float:left;
		width: 55%;
	}
	.prod .prod-content h5 {
		font-size:18px;
		min-height: 0;
		padding: 0;
		border:none;
	}
	.slide-prod .slide-prod-content h5 {
		font-size:18px;
		min-height: 0;
		padding: 0;
		border:none;
	}
	.prod .prod-content span {
		font-size:16px;
		display:block;
	}
	.slide-prod .slide-prod-content span {
		font-size:16px;
		display:block;
	}
	.slide-prod .slide-prod-content span {
		font-size:16px;
		display:block;
	}
	.prod .prod-content a {
		font-size:14px;
	}
	.slide-prod .slide-prod-content a {
		font-size:14px;
	}
	.top-flag {
		text-align:center;
		margin:0 0 10px 0;
	}
	.menu1 {
		margin:0 0 10px 0;
	}
	.menu1 ul {
		width:100%;
		text-align:center;
	}
	.menu1 ul li {
		float:none;
		display:inline-block;
	}
}

@media (max-width: 640px) {
	.cms-page-view .quick-table .q-tab table {
		width: 1024px;
	}
	.cms-page-view .quick-table .q-tab {
		overflow-y: scroll;
	}
	.catalog-category-view .new-cont ul.apptrian-subcategories li {
		float: none;
		margin: 0 auto 15px;
		max-width: 300px;
		min-height: 0;
		width: 100%;
	}
	.scroll2 table ,
	.scroll3 table ,
	.scroll4 table	{
		width:1024px;
	}
	.scroll2 ,
	.scroll3 ,
	.scroll4 {
		overflow-y:scroll;
	}
}

@media (max-width: 459px) {

	.check-mypage3 ol li .step ul li .input-box,
	.check-mypage3 ol li .step ul li .input-box select ,
	.check-mypage3 ol li .step ul li ul li input[type="text"],
	.check-mypage3 ol li .step ul li ul li select ,
	.check-mypage3 ol li .step ul li ul li.wide input[type="text"] ,
	.check-mypage3 ol li .step ul li ul li.fields .field{
		width:100%;
	}
	.check-mypage3.col-lg-9.col-sm-9.col-xs-12 {
		padding:0 0 0 0;
	}
	.check-mypage4 ul li .chck-list1 {
		/* float: none;
		margin: 0 auto;
		max-width: 277px;
		width: 100%; */
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.check-mypage4 ul li .chck-list2 {
		/* float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%; */
		float: left;
		width: 55%;
	}

	.check-mypage4 ul li .chck-list2 h3 a {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.check-mypage4 ul li .price-box span.price {
		font-size: 14px;
	}
	.check-mypage4 ul li button.button {
		 font-size: 11px;
		padding: 8px 10px 8px 34px;
	}
	.check-mypage4 ul li .chck-list2 .a-center {
		/* text-align:center !important; */
	}
	.check-mypage4 ul li .price-box span.price {
		margin:0 0 0 0;
	}
	.check-mypage4 ul li button.button {
		float: none;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product  {
		margin: 0 auto;
		max-width: 277px;
		width: 100%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product a {
		/* float: none;
		margin: 0 auto;
		max-width: 277px;
		width: 100%; */
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box span.price {
		margin:0 0 0 0;
	}
	.new-cont ul.products-grid li .list-left {
		/* float: none;
		margin: 0 auto;
		max-width: 277px;
		width: 100%; */
		float: left;
		margin: 0 4% 0 0;
		width: 38%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details {
		/* float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%; */
		float: left;
		width: 55%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details form button {
		float:none;
	}
	.new-cont ul.products-grid li .list-right {
		/* float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%; */
		float: left;
		width: 55%;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details p {
		margin:0;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box span.price {
		font-size:14px;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details form button {
		font-size:12px;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details .price-box {
		margin:0 0 5px 0;
	}
	.catalog-product-view .new-cont .product-view .related-products .block.block-related .block-content ol li .product .product-details p a {
		font-size: 14px;
		margin: 0 0 10px;
	}
	.new-cont ul.products-grid li .list-right h2 a{
		font-size: 14px;
		margin: 0 0 10px;
	}
	.new-cont ul.products-grid li .list-right .price-box {
		margin:0 0 5px 0;
	}
	.new-cont ul.products-grid li .list-right .price-box span {
		display: block;
		font-size: 14px;
		margin: 0;
	}
	.new-cont ul.products-grid li .list-right .actions button.button.btn-cart {
		font-size: 11px;
		padding: 8px 10px 8px 34px;
	}
	.new-cont ul.products-grid li .actions {
		float:none;
	}
	.new-cont ul.products-grid li {
		margin:0 0 20px 0;
	}
	.logo a img {
		width: 100%;
	}
	.prod-pos {
		/* float: none;
		margin: 0 auto;
		max-width: 277px;
		width: 100%; */
	}
	.prod {
		margin: 0 0 35px 0;
	}
	.prod .prod-content h5 {
		font-size:14px;
		margin: 0 0 10px 0;
	}
	.prod .prod-content span {
		font-size:14px;
	}
	.prod .prod-content a {
		font-size: 11px;
		padding: 8px 10px 8px 34px;
	}
	.slide-prod-pos {
		float: none;
		margin: 0 auto;
		max-width: 277px;
		width: 100%;
	}
	.prod-content {
		/* float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%; */
	}
	.slide-prod-content {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.prod .prod-content span {
		margin:0;
	}
	.slide-prod .slide-prod-content span {
		margin:0;
	}
	.money ul li {
		margin: 0 -6px;
		width: 35%;
	}
	.money ul li img {
		width:100%;
	}
	.cpy ul {
		margin:0 0 7px 0;
	}
	.cpy ul li a {
		font-size:11px;
	}
	.cpy p {
		font-size:11px;
	}
	.prod .prod-pos img.lens {
		height:36px;
		width:36px;
	}
	.ft-form h3 {
		font-size:23px;
	}
	.ft-form p {
		font-size: 14px;
	}
	#resmenu1 {
		margin-bottom:20px;
	}
	.money .title span {
		width: 70px;
	}
}
 .feat-prod .bx-wrapper {
  float: left;
  width: 100% !important;
}

.ft-m.col-lg-3.col-sm-3.col-xs-3.footer-bottom {
  width: 18.7%;
}
.ft-m.col-lg-3.col-sm-3.col-xs-3.footer-bottom h3 {
  color: #FCD207;
  font-size: 16px;
  margin-top: 0;
}

.img-responsive {
max-width: 100%;
display:block;
height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quickform { background:#000; padding:30px 25px;}
.quickform h2 { text-transform:uppercase; color:#FFF; margin:15px 0px;}

.quickform input { width:100%; height:auto; float:left; border:1px solid #fff; padding:12px 5px; color:#999; background:none; margin:0px 0px 20px 0px;}
.quickform textarea { width:100%; height:auto; min-height:230px; float:left; border:1px solid #fff; padding:8px 5px; color:#999; background:none; margin:0px 0px 20px 0px; resize:none;}

.quickform button { background:#CCC; color:#333; padding:8px 15px;  border:1px solid #fff; background:none; font-size:12px; text-transform:uppercase; color:#fff;}
.quickform button:hover { background:#fff; color:#333;}

.quickform input[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.quickform textarea[type="text"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


.quickform textarea:focus {
        border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
