@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');



body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #58595b;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
input, label, p, select, textarea {
    color: #58595b;
    font-size: 14px !important;
}
h1{
    color:#f75e25;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #1D74B7;
}
a, a:active, a:link, a:visited {
    text-decoration: none;
    color: #026daa;
}
.explanationUl{
    margin-left:20px;
}
.explanationUl li{
    margin-bottom:10px;
}
.miniheightclass.extpanel-body.delivery-method-content.ext-delivery-method p strong
{
  display: none;
}
/* default font size */
.fa {
	font-size: 14px;
}
.position-static{
	position: static !important;
}
.main-menu .row {
	position: relative !important;
}

ul.arrowBullets {
    list-style: none;
    margin: 0 0 10px 5px;
    padding: 0;
}
ul.arrowBullets li {
    background: url(../image/arrowBullet.gif) 0 8px no-repeat;
    padding-left: 15px;
    color: #5e5e5e;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 22px;
	margin-bottom: 18px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.btn-inverse {
	text-shadow: none !important;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	 margin-top: 15px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	width: 220px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn1{
display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
   }
  .btn1{
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    width: 100%;
    position: inherit;
	}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}


.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 180px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}








.fancybox-custom .fancybox-skin{box-shadow:0 0 50px #222;}
a#bbblink:hover img{margin-left:0!important;}
a#bbblink {display:inline-block!important;width:92px!important;height:36px!important;vertical-align:top;}
header#header{height:90px;background-color:#1D74B7;padding:15px 0;}
header#header #logo{margin-top: 5px;}
header#header #logo a{display:block;}
header#header .questionBox{margin-top:30px;}
header#header .questionBox h2{margin:0;font-size:16px;font-weight:300;color:#fff;}
header#header .questionBox h2 span{font-size:17px;font-weight:300;padding-left:15px;}
header#header .questionBox strong{color: #fff;}
header#header .topContent .top-icons{float: none;text-align: center;}
header#header .topContent ul li{font-size:15px;display:inline-block;vertical-align:top;padding:0 0 0 13px;font-weight:600;}
header#header .topContent ul li:first-child{padding:0;}
header#header .topContent ul li a{color:#fff;}
header#header .topContent ul li a:hover{text-decoration:underline;}
footer.footer{background:url(../image/footerBg.jpg);padding-top:40px;position:relative;}
footer.footer .container{width:90%;padding:0;}
footer.footer:before,
footer.footer .footer-midbar:before{content:"";top:0;position:absolute;z-index:999;left:0;}
footer.footer:before{background:url(../image/footer-topline.jpg) top repeat-x;width:100%;height:15px;}
footer.footer h3{color:#fff;margin:0 0 15px 0;text-transform:uppercase;font-weight:400;font-size:16px;}
footer.footer ul{margin:0 0 5px 0;list-style:none;padding:0;}
footer.footer li{line-height:19px;font-weight:300;color:#adadad;}
footer.footer li a{color:#adadad;}
footer.footer li a:hover{text-decoration:underline;}
footer.footer .footer-social{margin:40px 0 0;background:url(../image/footer-topborder.jpg) top repeat-x;padding:30px 0;}
footer.footer .footer-social .col-sm-4{padding-left:0;}
footer.footer .footer-social span{color:#fff;font-size:14px;display:inline-block;vertical-align:top;margin:0 10px 0 0;text-transform:uppercase;font-weight:600;line-height:19px;padding:7px 0;}
footer.footer .footer-social .safe-payment a{display:inline-block;vertical-align:top;}
footer.footer .safe-payment img{height:33px;}
footer.footer .social-link img{margin-left:1px;}
footer.footer .footer-midbar{background:#272727;clear:both;text-align:right;color:#828282;position:relative;padding:22px 15px 22px 0;font-size:13px;border-bottom:5px solid #000;}
footer.footer .footer-midbar:before{background:url(../image/footer-bottom-shad.jpg) top repeat-x;width:100%;height:7px;}
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer li{font-size:14px;}
footer.footer .footer-social .safe-payment span:first-child br{display:none;}
h3.headingStyle1{font-size:15px;line-height:62px;padding:0 5px 0 13px;color:#fff;font-weight:900;background:url(../image/whiteArrow.png) 95% 30px no-repeat #929292;cursor:pointer;margin:0;}
.sideLinks{}
.sideLinks a{font-size:13px;border:0;margin-bottom:0;border-top:1px solid #c1c2c4;position:relative;font-weight:600;padding:13px 23px 13px 10px;display:block;color:#58595b;background-color:#f1f1f2;letter-spacing:-.4px;}
.sideLinks a:first-child{border-top:none;border-radius:0;}
.sideLinks a:last-child{border-radius:0;}
.sideLinks a:hover,.sideLinks a.active{color:#ffffff;background-color:#1D74B7;}
.sideBox{margin-bottom:10px;border:1px solid #c1c2c4;}

.contentTopUl{list-style:none;margin:0;padding:0;}
.contentTopUl li{color:#58595b;font-size:15px;font-weight:900;margin-left:20px;line-height:62px;display:inline-block;vertical-align:top;}
.contentTopUl li.toggle-tab{margin-left:-15px;}
.contentTopUl li.toggle-tab a:after{content:url(../image/arrow-up.png);margin:-4px 0 0 10px;display:inline-block;vertical-align:top;}
.contentTopUl li a{display:block;color:#58595b;font-weight: 900;}
.contentTopUl li:hover a{color:#1D74B7;}
//.contentTop2{background:#e8e9ea;top: 10px;border-radius: 4px;}
#cart{margin-bottom: 0;display: block;vertical-align: top;background: #e8e9ea;height: 40px;border-radius: 5px;}
#cart > .btn{display:inline-block;vertical-align:top;color:#58595b;background-color:transparent;border:0;border-radius:0;font-size:13px;font-weight:600;line-height:40px;background-image:none;padding:0;box-shadow:none;}
#cart > .btn i{color:#58595b;font-size:21px;margin:0 5px;vertical-align:middle;}
#cart > .btn span{color:#58595b;display:inline-block;vertical-align:middle;line-height:21px;}
#cart > .btn:hover span{color:#1D74B7;}
.contentTop #search{float: left;display:inline-block;vertical-align:top;position:relative;height:42px;background:#fff;border:1px solid #b7b9bb;position:relative;padding:0 40px 0 0px;margin:10px 45px;}
.contentTop #search input[type=text]{border-radius:0;background-color:#ffffff;border:0;color:#000000;font-size:14px;font-weight:400;height:40px;line-height:40px;padding:0 5px;width:360px;box-shadow:none;}
.contentTop #search span.input-group-btn{position:absolute;right:0;top:0;display:block;width:40px;height:40px;}
.contentTop #search span button{width:100%;height:40px;line-height:40px;background:#1D74B7;border-radius:0;border:0;text-align:center;color:#ffffff;padding:0;text-shadow:none;margin:0;}
.contentTop #search span button i{font-size:20px;}
.contentTop #search span.input-group-btn:hover button{background:#58595b;color:#ffffff;}
#column-left{margin-top:-1px;}
*:focus,.form-control:focus{outline:none!important;box-shadow:none;}
.rightSide{padding-top:15px;margin-left:-15px;}
.rightSide h3{margin:5px 0;}
.bannerSection{margin-bottom:15px;}
.bannerLeftSide{position:relative;border:1px solid #d2d3d5;padding:15px 20px 15px 15px;height:400px;overflow:hidden;}
.bannerSection #next,.bannerSection #prev{position:absolute;bottom:20px !important;z-index:100;cursor:pointer;border:1px solid white;}
.bannerSection #prev{left:38px !important;}
.bannerSection #next{left:67px !important;}
.bannerSection #nav{position:absolute;bottom:25px;right:25px;z-index:9;}
.bannerSection #nav a{width:12px;height:12px;display:inline-block;vertical-align:middle;margin-left:5px;background:url(../image/bulitIcon.png) no-repeat;opacity:0;font-size:0;color:transparent;}
.bannerSection #nav a.activeSlide{background:url(../image/bulitIconActive.png) no-repeat;}
.bannerLeftSide li{background-color:transparent!important; list-style: none !important;}
.bannerLeftSide .imgbox{float:right;width:50%;text-align:right; }
.bannerLeftSide .txtbox{float:left;width:50% !important; display: flex;align-items:center; min-height:362px;padding-left:20px}
.bannerLeftSide .imgbox img{height:auto; width: 500px !important;}
.txtbox h2{font-size:30px;color:white;margin:0 0 8px;line-height:32px;font-weight:800;}
.bannerLeftSide .txtbox p{text-align:left;color:white;font-size:30px !important;line-height:32px;margin-bottom:15px;}
.txtbox h3{font-size:14px;color:#58595b;margin-bottom:15px;}
.txtbox a.btn{margin-top:20px;width:200px; border:1px solid white; display:inline-block;padding:10px 26px 10px 17px;line-height:34px;font-size:20px;color:#fff;font-weight:700;background:url(../image/buttonArrow.jpg) 166px 8px no-repeat #1D74B7;box-shadow:none;border-radius:0;}
.breadcrumbOuter{background:#f2f2f2;padding:8px 0 10px;margin:0 -15px 0 -30px;}
.breadcrumb{background-color:transparent;border-radius:0px;margin:0 0 0 8px;padding:0;border:0;}
.breadcrumb > li{padding:0 7px;vertical-align:top;}
.breadcrumb > li:after{content:'>';display:block;position:absolute;top:0;right:-3px;width:6px;height:20px;border:0;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;font-size:12px;line-height:20px;}
.breadcrumb li a{font-size:12px;color:#026daa;text-decoration:underline;font-weight:500;line-height:20px;display:block;}
.breadcrumb li a i{line-height:20px;}
.breadcrumb li a:hover{text-decoration:none;}
.breadcrumb li:last-child:after{display:none;}
.rightSide h3{font-size:18px;color:#fff;margin-bottom:0;line-height:35px;background:#1D74B7;padding:0 0 0 6px;margin:0 0 15px;font-weight:700;}
.rightSide .img-thumbnail{width:100%;border-radius:0;}
.nextCont{background:#fff;border:1px solid #dcdbdb;padding:10px;min-height:150px;position:relative;margin:15px 0;}
.nextCont .topLink ul{margin:0;padding:0;list-style:none;}
.nextCont .topLink ul li a{margin:5px 0;font-size:14px;font-weight:700;color:#1D74B7;text-decoration:none;}
.clearfix{clear:both;}
#home_banner_silder {
    position:relative;
    height:300px;
    margin-bottom:0;
}
.home_banner_silder ul li{
    width:100% !important;
    min-width: 100% !important;
    height:400px; 
    list-style:none;
}

@media(min-width:1600px){
    .bannerLeftSide{height:550px;}
    .imgbox img{width:735px !important;}
    .bannerLeftSide .txtbox{min-height: 500px;}
}
/*New Css*/
.breadcrumb {
    border-radius: 0px;
    margin: 0px 0px 10px 0px;
    border: 0;
    background: #f2f2f2;
    position: relative;
    padding: 10px 0px;
}
.breadcrumb:before {
    background: #f2f2f2;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    content: "";
    top: 0px;
    right: -100%;
    z-index: -1;
    bottom: 0;
}
body {
    overflow-x: hidden;
}

.product-top-content h1 {
    font-size: 18px;
    color: #fff;
    margin: 0px 0px 15px 0px;
    line-height: 35px;
    background: #1D74B7;
    padding: 0 0 0 6px;
    font-weight: 700;
}
.product-top-content li.floatLeft {
    float: left;
    margin-right: 15px;
}
.product-top-content li {
    display: block;
    overflow: hidden;
}
.product-top-content li h3 {
    margin: 8px 0 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1D74B7;
}
.product-top-content ul {
    display: block;
    clear: both;
    margin-bottom: 30px;
}
.product-thumbnails {
    width: 45%;
    margin: 0 4% 0 0;
    text-align: center;
    color: #000;
    font-size: 12px;
    float: left!important;
}
.product-thumbnails ul, .product-thumbnails ul li {
    list-style: none !important;
}
.product-info-desc ul, .product-info-desc ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.product-info-desc ul li h2 {
    font-weight: 700;
    margin: 5px 0;
    /* font-size: 22px !important; */
    font-size: 17px !important;
    color: #1D74B7;
}
.product-info-desc ul li h2 span{
	    color: red;
}
.product-info-desc ul li p, .product-info-desc ul li {
    margin: 5px 0;
    color: #58595b;
    font-size: 14px;
}
.product-info-desc ul li span {
    color: #1D74B7;
}
.product-action {
    width: 80%;
    border-left: 1px solid #eee;
    padding-left: 30px;
}
.product-action label {
    color: #026daa;
    display: block;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
}
.product-action  .btn-primary  {
	background: #2059a7;
	background: -moz-linear-gradient(top, #2059a7 0%, #163a6c 100%);
	background: -webkit-linear-gradient(top, #2059a7 0%,#163a6c 100%);
	background: linear-gradient(to bottom, #2059a7 0%,#163a6c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2059a7', endColorstr='#163a6c',GradientType=0 );
}
.product-action .btn-primary:hover {
    opacity: 0.8;
}
.product-action #input-quantity {
    width: 60%;
}
.product-action .btn {
    padding: 9px 16px;
    font-weight: 600;
    border: none;
}

.product-tabs-section p {
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 10px;
    color: #58595b;
}

.product-tabs-section .nav-tabs>li a {
    background: #2059a7;
    background: -moz-linear-gradient(top, #2059a7 0%, #163a6c 100%);
    background: -webkit-linear-gradient(top, #2059a7 0%,#163a6c 100%);
    background: linear-gradient(to bottom, #2059a7 0%,#163a6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2059a7', endColorstr='#163a6c',GradientType=0 );
    color: #fff;
    font-weight: 800;
    padding: 10px 23px;
}
.product-tabs-section .nav-tabs>li.active a {
    background: #fff;
    color: #000;
}
.product-tabs-section .nav-tabs{
	margin-bottom: 0px;
}
.product-tabs-section .tab-content {
    margin-top: -1px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
}
.product-tabs-section li.image-additional {
    display: inline-block;
    width: 22%;
    max-width: inherit;
    margin: 8px;
}
.product-tabs-section li.image-additional a {
	margin-bottom: 0px;
}

@media (min-width: 770px) {
    #column-left {
    width: 20% !important;
   }
   #content {
    width: 80% !important;
   }
}

.product-options-section h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}
.product-action .product-options-section .form-group {
	width: auto !important;
}

.product-options-section .form-group label {
    font-weight: 600;
}
.product-options-section .form-group {
    display: inline-block;
    width: 23%;
    margin-right: 15px;
    margin-bottom: 2px;
}
.product-options-section hr {
    display: none;
}
#tab-literature .pdf-files {
    display: inline-block;
/*    margin: 0px 20px 0px 0px;*/
    background: #F7F7F7;
    margin-right: 10px;
    text-align: center;
    border: 1px solid #DDDDDD;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    width: 180px;
    display: inline-block
}

.bold-black {
    color: #58595b !important;
    font-weight: bold;
}

.product-priced-shipping-button {
    line-height: 26px;
    background: linear-gradient(to bottom, #29aae2 0, #1488B9 100%);
    border-radius: 4px;
    border: 1px solid #2AA4D8;
    display: block;
    white-space: nowrap;
    padding: 0 10px 0 0;
    color: #fff;
    font-weight: 700;
    float: none;
    font-size: 12px;
}

.product-freight-quote-button {
    background: linear-gradient(to bottom, #6ab109 0, #8ac53c 100%);
    border-radius: 4px;
    border: 1px solid #85bd38;
    display: block;
    white-space: nowrap;
    padding: 0 10px 0 0;
    color: #fff;
    line-height: 21px;
    font-weight: 600;
    float: none;
    font-size: 12px;
}

#button-cart {
    width: 62%;
    padding: 6px 16px;
}

.product-action #button-cart {
	width: 82%;
	margin-bottom: 10px;
}

.product-action #input-quantity {
    width: 25%;
}

.product-uppar-content{
    border: 1px solid #ddd;
    padding: 7px;
    margin: 0px 15px 10px 15px;
    border-radius: 5px;
}
.product-uppar-content .col-sm-12, .product-uppar-content .col-sm-6 {
    padding: 0px;
}

#product-product .col-sm-3 {
    padding-left: 10px;
}

#product-product .col-sm-9 {
    padding-left: 0px;
}
.product-action .butPad {
    padding: 5px 0;
}
.product-action button,
.product-action #button-cart {
    padding: 3px 15px !important;
    margin: 8px 0px;
    height: 36px;
    width: 100%;
}


.contentTopUl {
    margin: 0 0 0 -50px;
}
#content > h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 35px;
    background: #1D74B7;
    padding: 0 0 0 6px;
    font-weight: bold;
}
#content .col-sm-2 img {
    width: 100%;
}

.product-tabs-section video {
    border: 2px solid #1d74b7;
    padding: 0px 10px 15px 12px;
}

.product-video-h1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 35px;
    background: #1D74B7;
    padding: 0 0 0 6px;
}

.rightBoxBg {
    background: #fff;
    border: 1px solid #dcdbdb;
    padding: 10px;
    min-height: 150px;
    position: relative;
    margin-bottom: 30px;
}
.category-section {
    margin-top: 25px;
}

.category-section ul {
    padding: 0px;
}
.category-link h2 {
    margin: 5px 0;
    font-size: 14px;
    color: #1D74B7;
    font-weight: bold;
}

.floatLeft {
    float: left!important;
}
.rightBox {
    margin-bottom: 10px;
}


caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.rightBox .categories_description strong {
    font-size: 18px!important;
}
.rightBox .rightBoxBg strong {
    display: block;
    margin: 5px 0;
    font-size: 12px;
}
.rightBox table td p span, .rightBox table th p span {
    font-size: 16px!important;
    font-weight: 400!important;
}
table tr td, table.clientList tr td {
    padding: 5px 7px;
    color: #666;
}
div#banner div#bannerBg div#innerContent p a,
div#banner div#bannerBg div#innerContent p strong {
    color: #026daa;
}

.rightBox .categories_description strong {
    font-size: 18px!important;
}
.category-content .floatLeft {
    margin-right: 12px;
}

caption {
    display: table-caption;
    text-align: -webkit-center;
}

strong {
    color: #026daa;
}

#product-category #content {
    padding-left: 0px !important;
}

.compare-price-submit {
    width: 25%;
    float: right;
    font-weight: 600;
    font-size: 15px;
}

table.clientList tr td.tableHeader {
    /* background: url(../image/tabelHeader.gif) repeat-x; */
    background-color: #1d74b7;
    font-weight: 700;
    color: white;
    /* font-size: 10pt; */
    border: 1px solid #dbdbdb;
    font-size:15px !important;
}
table tr td, table.clientList tr td {
    padding: 5px 7px;
    color: #666;
}
table.clientList tr td {
    border: 1px solid #dbdbdb;
    font-size: 13px !important;
}
table.clientList tr td a, table.clientList tr td strong {
    color: #026daa;
}
table.clientList tr td span {
    font-size: 13px !important;
}

.mainLogos h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 35px;
    background: #1D74B7;
    padding: 0 0 0 6px;
    margin: 20px 0px 15px 0px;
}
.bestSeller,
.featuredCatagories {
    padding-top: 15px;
 /*   margin-left: -15px;*/
}
.borderBottom {
    border-bottom: 1px solid #a3a5a8;
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.mob-container .tabs2 .nav li.active a {
    background: #fff;
}
.mob-container .tabs2 .nav li a {
	height: auto !important;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tabs2 .list-wrap, .tabs2 .nav li:first-child {
    border-left: 1px solid #c6c8ca;
}
.tabs2 .nav li {
    float: left;
    margin: 0;
    position: relative;
    border-color: #c6c8ca;
}
.tabs2 .nav li a {
    display: block;
    line-height: 35px;
    height: 45px;
    color: #58595b;
    font-size: 14px;
    text-align: center;
    border-bottom:none;
    border-right: 1px solid #c6c8ca;
    background: #d1d3d4;
}
.tabs2 ul li a {
    display: block;
    border-bottom: 1px solid #666;
    padding: 4px;
    color: #666;
}
.tabs2 .list-wrap {
    margin-bottom: 12px;
    padding-top: 14px;
    border-bottom: 1px solid #c6c8ca;
    border-right: 1px solid #c6c8ca;
    min-height: 440px;
}

.tabs2 .list-wrap, .tabs2 .nav li:first-child {
    border-left: 1px solid #c6c8ca;
}
.tabs2 .list-wrap .borderBottom {
    margin-bottom: 0!important;
    border-bottom: 1px solid #ECECEC;
}
.tabs2 .list-wrap .box {
    width: 153px;
    margin-left: 17px;
    padding: 8px 18px 8px 0;
    float: left;
    border-right: 1px solid #ececec;
    overflow: hidden;
}
.tabs2 .list-wrap .img {
    width: 155px;
    height: 110px;
    border: 1px solid #c5c6c8;
}
.tabs2 .list-wrap h3 {
    color: #58595b;
    font-size: 11px;
    margin: 10px 0 2px;
    height: 32px;
}
.tabs2 .list-wrap h3 {
    color: #58595b;
    font-size: 11px !important;
    margin: 10px 0 2px;
    height: 32px;
}
.tabs2 .list-wrap p {
    color: #1D74B7;
    font-size: 11px;
    margin: 0;
}
.tabs2 .list-wrap p span {
    display: block;
    font-size: 13px!important;
    font-weight: 600;
    margin-top: 2px;
}



.tabs2 .list-wrap .box {
    width: 153px;
    margin-left: 17px;
    padding: 8px 18px 8px 0;
    float: left;
    border-right: 1px solid #ececec;
    overflow: hidden;
}

.tabs2 .nav li a:hover, .tabs2 li a.selected {
    color: #1D74B7;
    background: #fff;
}
.tabs2 li a.selected {
    border-bottom: 1px solid #fff;
}
.featuredCatagories h2 ,
.bestSeller  h1,
#checkout-checkout h1{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    line-height: 35px;
    background: #1D74B7;
    padding: 0 0 0 6px;
    margin: 0px;
}
.featuredCatagories .featuredProducts {
    border: 1px solid #bdbfc1;
    border-bottom: none;
    display: table;
}
.featuredCatagories .featuredProducts .fProduct {
    min-height: 173px;
    background: url(../image/FProductBg.jpg) bottom left repeat-x #fff;
    width: 377px;
    border-left: 1px solid #bebebe;
    vertical-align: top;
    padding-top: 25px;
    padding-bottom: 12px;
    display: table-cell;
}
.featuredCatagories .featuredProducts .img {
    width: 150px;
    float: left;
    margin-left: 20px;
}
.featuredCatagories .featuredProducts .img img {
    border: 1px solid #D0D0D0;
    padding: 2px;
}
.featuredCatagories .featuredProducts .desc {
    width: 187px;
    float: right;
    margin-right: 18px;
}
.featuredCatagories .featuredProducts .desc h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: -2px;
    border-bottom: 1px solid #799cd1;
    padding-bottom: 6px;
    margin-bottom: 17px;
    line-height: 24px;
}
.featuredCatagories .featuredProducts .desc p {
    text-align: left;
}


.video_categories {
    float: none;
}
.video_categories li:first-child {
    border: none;
}
.video_categories li {
	border-top: 1px solid #c1c2c4;
    float: none;
}
.video_categories li a {
    font-size: 13px;
    border: 0;
    margin-bottom: 0;
    font-weight: 600;
    padding: 13px 23px 13px 10px !important;
    display: block;
    color: #58595b;
    background-color: #f1f1f2;
    letter-spacing: -.4px;
}
.video_categories li a:hover {
    color: #ffffff;
    background-color: #1D74B7 !important;
}
.video_categories li .dropdown-menu {
    position: static;
    float: none !important;
}

@media only screen and (min-width: 1024px) {
	.mob-container .tabs2 .nav {  background: #D1D3D4; border: none !important;}
	.featuredCatagories .featuredProducts .desc h3 {
	    font-size: 18px;
	}
	.mob-container .tabs2 .nav li a {
	    padding: 5px 8px;
	    width: auto;
	    border: none !important;
	}
	.featuredCatagories .featuredProducts .desc {
	    width: 63%;
	}
	.bannerLeftSide, .contentSide, .featuredCatagories .featuredProducts,
	.featuredCatagories .featuredProducts .img img, .productDetailTxt,
	.rightBox .rightBoxBg .addtoCart .Padbox, .rightSide.inner-content .rightSide, table.clientList {
	    width: 100%!important;
	}
	.tabs2 .list-wrap .box {
	    width: 22%;
	    box-sizing: border-box;
	    margin-left: 3%;
	}
	.featuredCatagories .featuredProducts .img img {
	    height: 115px!important;
	}
	.featuredCatagories .featuredProducts .img {
	    width: 25%;
	}
	.bannerLeftSide, .contentSide, .featuredCatagories .featuredProducts,
	.featuredCatagories .featuredProducts .img img, .productDetailTxt,
	.rightBox .rightBoxBg .addtoCart .Padbox, .rightSide.inner-content .rightSide, table.clientList {
	    width: 100%!important;
	}
	.featuredCatagories .featuredProducts .fProduct {
	    width: 50%;
	    float: left;
	    min-height: 181px!important;
	    padding: 30px 0 17px;
	}
	.featuredCatagories .featuredProducts .fProduct:first-child {
	    border-left: 0;
	}
	.contentTop #search input[type=text]{
		 width: 250px;
	}
}


@media only screen and (min-width: 1024px){
	.rightBox table caption {
        background: #F1F1F1;
	    padding: 10px;
	    text-align: center;
	    color: #026daa;
	    margin-bottom: 15px;
	}
	.tabs2 .list-wrap .box {
	    width: 22%;
	    box-sizing: border-box;
	    margin-left: 3%;
	}
}
.tabs2 .list-wrap h4 {
    color: #58595b;
    font-size: 11px;
    margin: 0 0 9px;
}

h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.swiper-viewport {
    margin: 30px 0px 0px 0px !important;
    background: #fff;
    z-index: 1;
    border: none;
    border-radius: 0px;
    box-shadow: none !important;
    width: 100%;
    position: relative;
    overflow: visible;
}
.swiper-pagination,
.swiper-pager {
	display: none;
}

.tabs2 .nav li a:hover, .tabs2 li.active a {
    color: #1D74B7;
    background: #fff;
}
.footer-tagline p {
    font-size: 16px;
    color: #808285;
    text-align: center;
    margin: 0 0 24px;
    font-weight: 700;
}
/*#content {
    padding-left: 0px;
}*/
#content p span {
	font-size: 16px !important;
}
.navWrapper .nav .multi-list li {
    display: block !important;
}
.main-menu .col-sm-3, .main-menu .col-sm-6 {
    padding-left: 0px;
}
.rightSide {
	    width: 100% !important;
        margin: 0px !important;
}


.swiper-wrapper,
.swiper-slide   {
	height: auto !important;
}


.buttons.cart-action-btn .btn {
    /*margin-right: 6px;*/
}
.buttons.cart-action-btn .btn:hover {
	opacity: 0.9;
}


.buttons.cart-action-btn {
	text-align: right;
}
.buttons.cart-action-btn .btn-primary {
    background: linear-gradient(to bottom, #6ab109 0, #8ac53c 100%);
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    line-height: 21px;
    font-weight: 600;
    float: none;
    font-size: 13px;
    /*margin-right: 16px !important;*/
    border: none;
}

.buttons.cart-action-btn .btn-default{
	background: #2059a7;
    background: -moz-linear-gradient(top, #2059a7 0%, #163a6c 100%);
    background: -webkit-linear-gradient(top, #2059a7 0%,#163a6c 100%);
    background: linear-gradient(to bottom, #2059a7 0%,#163a6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2059a7', endColorstr='#163a6c',GradientType=0 );
    border-radius: 4px;
    white-space: nowrap;
    color: #fff;
    line-height: 21px;
    font-weight: 600;
}




.information-pages .main-menu .col-sm-3:nth-child(1),
.account .main-menu .col-sm-3:nth-child(1),
.checkout .main-menu .col-sm-3:nth-child(1),
.cart .main-menu .col-sm-3:nth-child(1),
.information .main-menu .col-sm-3:nth-child(1) {
    display: none !important;
}
.information-pages .main-menu .col-sm-3:nth-child(2),
.account .main-menu .col-sm-3:nth-child(2),
.checkout .main-menu .col-sm-3:nth-child(2),
.cart .main-menu .col-sm-3:nth-child(2),
.information .main-menu .col-sm-3:nth-child(2) {
    padding: 0px 20px !important;
}
.information-pages .main-menu .col-sm-3:nth-child(2) ul,
.account .main-menu .col-sm-3:nth-child(2) ul,
.checkout .main-menu .col-sm-3:nth-child(2) ul,
.cart .main-menu .col-sm-3:nth-child(2) ul,
.information .main-menu .col-sm-3:nth-child(2) ul {
    margin: 0px;
}
.information-pages .main-menu .col-sm-3:nth-child(2) .toggle-tab a:after,
.account .main-menu .col-sm-3:nth-child(2) .toggle-tab a:after,
.checkout .main-menu .col-sm-3:nth-child(2) .toggle-tab a:after,
.cart .main-menu .col-sm-3:nth-child(2) .toggle-tab a:after,
.information .main-menu .col-sm-3:nth-child(2) .toggle-tab a:after{
    vertical-align: middle;
}


.information-pages .main-menu .col-sm-6,
.account .main-menu .col-sm-6,
.checkout .main-menu .col-sm-6,
.cart .main-menu .col-sm-6,
.information .main-menu .col-sm-6{
    float: right;
    padding: 0px 20px !important;
}

.modal-title {
    margin: 0;
    margin-bottom: 10px;
    background: #1D74B7;
    border-left: 9px solid #29AAE2;
    color: #FFF;
    font-size: 18px;
    line-height: 35px;
    padding: 0 0 0 6px;
}
.modal-content {
	padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #242424;
    box-shadow: 0px 0px 20px #00000087;
}
.modal-body{
	padding: 0px;
}
.modal-body h2 {
    font-size: 14px;
    color: #1d74b7;
}

.modal-body .orderForm li {
    list-style: none!important;
    margin-bottom: 5px;
}
.modal-content button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    right: -12px;
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0px 0px 10px #00000040;
    top:-10px;
}

.ShippingCover{
    display:none;
}
.contact2{/*background:url(../image/form-bg.jpg) 0 bottom repeat-x #fff;*/border:1px solid #026daa;font-size:12px;color:#000;padding:0 10px 10px;width:100%;}
.contact2 .ConRequire{margin:15px 0}
.contact2 h2{font-weight:700; font-size: 18px;}
.contact2 .ConRequire span{color:red;font-weight:700}
.contact2 .ConRequire a{color:#06C;text-decoration:none}
.contact2 .ConRequire p{color:red;font-size:12px}
.contact2 .ConRequire div{margin:5px 0}
.contact2 .ConRequire label{float:left;margin:7px 9px 0 0;text-align:right;width:300px;color:#666}
.contact2 .ConRequire textarea{margin:10px 0;width:72%;height:150px}
.contact2 .ConRequire input[type=text]{border:1px solid #ccc;padding:3px}
.modal-body img {
    float: left;
    margin-right: 15px;
    padding: 0px;
}

.quoteBgforspecificcat {
    background:url(../image/custommhs-bg-cat.png) no-repeat;
    width:691px;
    height:59px;
    position:relative;
    margin: 15px auto 15px;
}


.paymnet-area {
    padding: 16px;
    border-radius: 5px;
    box-shadow: inset 0px 0px 20px #eee;
    margin-bottom: 10px;
}
.panel-default>.panel-heading .panel-title a {
    color: #026daa;
}

#product-search .col-sm-12 {
    width: 100% !important;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: unset !important;
}

.video_categories li .dropdown-menu {
    position: static;
    float: none !important;
    padding: 0px;
    margin: 0px;
}
.clkShowSubMenu {
    position: absolute;
    right: 12px;
    top: 14px;
    cursor: pointer;
}
.clkShowSubMenu:after {
    content: "\f067";
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #1D74B7;
    font: normal normal normal 14px/1 FontAwesome;
}
.clkShowSubMenu.is--open:after {
    content: "\f068";
}
.video_categories li a:hover {
    color: #ffffff !important;
    background-color: #1D74B7 !important;
}
.video_categories li:hover > i:after {
    color: #ffff;
}

/*.clkShowSubMenu{
		width:10px;
		height:10px;
		position:absolute;
		right:0;
		top:0;
		background-color:red;
		cursor:pointer;
    display:none;
	}*/
	/*.clkShowSubMenu.is--open{background-color:blue;}*/
	.video_categories li{position:relative;}

.information .mm-page .main-menu .col-sm-3:nth-child(2) {
      padding: 0px !important;
  }
  .information .mm-page .main-menu .col-sm-3:nth-child(1) { display: block !important; }
/*  .information .mm-page .main-menu .col-sm-3:nth-child(2) ul {
      margin: 0 0 0 -50px;
  }        */

@media only screen and (min-width: 1024px) {


	.account .container,
	.checkout .container,
	.cart  .container,
	.information  .container {
	    width: 98% !important;
	    padding: 0px !important;
	}
	.account #content {
		width: 75% !important;
	}
	.contact2 input[type="text"], .contact2 select {
    padding: 10px !important;
	}
	input[type=button], input[type=reset], input[type=submit] {
	    font-size: 15px;
	    height: auto;
	    padding: 7px 25px;
	    background: #1D74B7;
	    line-height: 23px;
	    color: #fff;
	    font-size: 11px;
	    border: none;
	    font-weight: bold;
	}

}

@media (min-width: 768px) {
	.information-pages  #content,
	.login #content,
	.checkout #content,
	.cart #content,
	.information #content  {
	    width: 100% !important;
	}
	.modal-dialog {
	    width: 750px;
	    margin: 30px auto;
	}

}
/*Geeksroot Code start here*/
.common-confirm-button{
    background: #f75e25 !important;
    line-height: 28px;
    font-size: 17px;
    //border: 1px #6eb71d solid;
	}
.extrow.account_option{
	margin: 0px;
	}
.reviewOrder{
    margin-top: 15px;
	}
.btn.active{
	background: #1D74B7 !important;
	}
.custom-field-shipping{
    margin-top: 9px;
    padding-left: 0px;
    margin-bottom: 2px;
	}
.custom-field-shipping label{
	padding-bottom: 5px;
	}

.content-delivery-method .miniheightclass{
    //height: 405px;
    padding-top: 0px;
    padding-bottom: 0px;
	}
.content-delivery-method .miniheightclass::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.content-delivery-method .miniheightclass::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.content-delivery-method .miniheightclass::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #F5F5F5;
}
.extpanel .extpanel-title{
    background: #1D74B7;
    color: #fff;
	}
.reviewOrder{
    margin-top: 20px;
    border: 2px solid #eee;
    padding: 16px;
    border-radius: 5px;
    box-shadow: inset 0 0 20px #eee;
    margin-bottom: 10px;
	}
.reviewOrder tr{
	background: transparent;
	}
.personal-details-content .form-group{
    margin-bottom: 7px;
	}
.personal-details-content .form-group label{
    margin-bottom: 3px;
	}
.personal-details-content .form-group .formcontrol{
    height: 28px;
    padding: 0px 12px;
	}
.paymnet-area{
    padding: 8px !important;
	}
body .main_set_voucher{
	padding: 0px;
	}

.search_pro_main input{
	width: 42% !important;
	}
.freight_produc_div .btn-primary i{
	color: #fff !important;
	}
.freight_produc_div .btn-danger i{
	color: #fff !important;
	}
.add_div #product_display{
	margin-right: 7px !important;
	}
.add_div #quantity_add{
    margin-right: 9px !important;
	}
.freight_produc_div input[type=number]{
    width: 6%;
    line-height: 37px;
    text-align: center;
        margin-right: 5px !important;
	}
.confirm_white a{
	color: #fff !important;
	}
.contact2 .ConRequire.freight_produc_div input[type=text]{
	border:1px solid #ccc;
	padding:3px;
	width: 6%;
    margin-left: 4px;
    margin-right: 5px;
	}
.label_set_class{
    text-align: left;
    margin-bottom: 12px;
	}
#onepagecheckout form#payment{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
	}
#onepagecheckout .payment_main{
    margin-left: 0px;
    margin-right: 18px;
    width: 100%;
    line-height: 39px;
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    font-size: 17px !important;
	}

#tab-description pre {
    border: 0px;
    overflow: visible;
    white-space: normal;
    background: none;
    padding: 0px;
    font-size: inherit;
    margin: 0px;
    border-radius: 0px;
}
/*Geeksroot Code end here*/


@media (min-width:1298px)
{
	#search .btn-lg
	{
		padding: 10px 13px !important;
	}
}

.topContent .hello_login
{
	color:white;
	text-align: center;
}

.topContent .hello_login a{
	color: white;
    font-weight: bold;
}

@media(max-width:768px)
{
	.hello_login
	{
		display: none;
	}
}

.cartSmall{
    padding-left:0px !important;
}
.alertHide{display: none;}
.product-price-yellow{
    /* background:#fff9e6; */
    background:#F8F9FA;
    padding:10px 20px;
}
.checkboxBillingShipping strong{
    color:red !important;
}
#product{position:relative;}
.dealerimage{position:absolute;right:0;top:-80px;}