/* NGS Main Css */

/* BUTTONS */
.new-but-style {
	color: #fff;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #ED1C24;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  vertical-align: top;
  margin: 5px 0px;
  display: inline-block;
}
.new-but-style:hover {
	color: #E02D34;
	border: #E02D34 1px solid;
  background: #fff;
  text-decoration: none;
}

.new-but-style.disabled {
    background-color: #909090;
    color: #fff;
}

.new-but-style-2 {
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #2a3940;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: top;
    margin: 5px 0px;
    display: inline-block;
}

.new-but-style-2.disabled {
    background-color: #909090;
    color: #fff;
}

.new-but-style-2:hover {
	border: #E02D34 1px solid;
  color: #fff;
	background: #ED1C24;
  text-decoration: none;
}

.new-but-style-3 {
	color: #E02D34;
	/*border: #fff 1px solid;*/
	border-radius: 4px;
	border: 1px solid #E02D34;
	background: #fff;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: top;
	margin: 5px 0px 5px 10px;
	display: inline-block;
	/*margin-top: -2px;*/
}
.new-but-style-3:hover {
	border: #E02D34 1px solid;
  color: #fff;
	background: #ED1C24;
  text-decoration: none;
}

.new-but-style-4 {
	color: #666;
	/*border: #fff 1px solid;*/
	/*border-radius: 4px;*/
	background: transparent;
	/*padding: 5px 10px;*/
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	vertical-align: top;
	margin: 5px 0px;
	display: inline-block;
	/*margin-top: -2px;*/
}
.new-but-style-4:hover {
	color: #ED1C24;
}

.but-style-ngs {
    color: #fff;
    border: #fff 1px solid;
    border-radius: 5px;
    background: #E02D34;
    padding: 5px 17px;
    text-decoration: none;
    margin: 0px 3px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}
.but-style-ngs:hover {
  color: #E02D34;
  border: #E02D34 1px solid;
    background: #fff;
    text-decoration: none;
}
.but-style-ngs.disabled {
    background-color: #909090;
    color: #fff;
}
.but-style-ngs.info-button {
  color: #ed1c24;
  background: #fff;
  border-color: #ed1c24;
}

.red-link {
	color: #ED1C24;
}
.apply-input {
	margin: 6px 10px 6px 0px;
  font-size: 12px;
  padding: 5px 5px 4px;
}

.address-picker, .payment-picker {
	padding:10px 0px;
	/*border-bottom: 1px solid #ccc;*/
	font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  /*width: 630px;*/
  margin-bottom: 15px;
}
.address-picker ul, .payment-picker ul {
	padding: 0px;
	margin: 0px;
}
.address-picker ul li, .payment-picker ul li {
	list-style: none;
	/*padding-right: 30px;*/
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}
.address-picker ul li .address-picker-radio, .payment-picker ul li .payment-picker-radio {
	display: inline-block;
	width: 5%;
	vertical-align: top;
}
.address-picker ul li .address-picker-radio input, .payment-picker ul li .payment-picker-radio input {
	margin: 0px;
}
.address-picker ul li .address-picker-addy, .payment-picker ul li .payment-picker-body {
	display: inline-block;
	width: 94%;
	vertical-align: top;
	}
.address-picker ul li .address-picker-addy p, .payment-picker ul li .payment-picker-body p {
	/*padding-right: 30px;*/
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  font-size: 14px;
}
.payment-picker ul li .payment-picker-body label {
  display: inline-block;
}
.payment-picker ul li .payment-picker-body p {
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
}
.payment-picker ul li .payment-picker-body p span {
  display: inline-block;
  margin-right: 60px;
}
.payment-picker ul li .payment-picker-body .ppb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0px 30px;
}
.payment-picker ul li .payment-picker-body .ppb-row input, .payment-picker ul li .payment-picker-body .ppb-row select {
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
}
.payment-picker ul li .payment-picker-body .ppb-row input {
  padding: 5px 7px;
}
.payment-picker ul li .payment-picker-body .ppb-row select {
  padding: 5px 7px 6px;
}
.payment-picker ul li .payment-picker-body .ppb-row div {
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 15px;
}
.payment-picker ul li .payment-picker-body .ppb-row div label {
  /*font-weight: bold;*/
  font-size: 14px;
  margin-bottom: 10px;
}

.payment-picker ul li .payment-picker-body .ppb-row .ppb-full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.payment-picker ul li .payment-picker-body .ppb-row .ppb-twothirds {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.payment-picker ul li .payment-picker-body .ppb-row .ppb-half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.payment-picker ul li .payment-picker-body .ppb-row .ppb-third {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.payment-picker ul li .detail-picker-buts {
    padding: 0px 10px 0px 34px;
}
.payment-picker ul li .detail-picker-buts label {
  font-size: 14px;
  margin-right: 10px;
}
.payment-picker ul li .detail-picker-buts select {
  padding: 7px 10px;
  font-size: 18px;
  margin-right: 20px;
}
.payment-picker ul li .detail-picker-buts input[type="number"] {
  width: 51px;
  padding: 7px 10px;
  font-size: 18px;
}
.payment-picker ul li .detail-picker-buts .but-style {
  width: initial;
  margin: 0px;
  display: inline-block;
}

.find-tech-top {
	padding: 15px 0px;
}
.find-tech-top label {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.find-tech-top input, .find-tech-top select {
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}
.find-tech-top a {
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}
.find-tech-list {

}
.find-tech-list ul {
	padding: 0px;
}
.find-tech-list ul li {
	list-style: none;
}
.find-tech-list ul li a {
	color: #ED1C24;
}

.tech-list-pre {
	display: block;
	text-align: center;
	color: #616161;
  margin-top: 30px;
}

.section-header {
	color: #ED1C24;
	font-weight: bold;
	font-size: 14px;
}

.like-us-on-fb {
	background-color: #ccc;
	padding: 5px;
	margin-top: 5px;
}
.like-us-on-fb a {
	color: #3d3d3d;
	font-size: 12px;
  font-family: "Arial", sans-serif;
  vertical-align: top;
}
.like-us-on-fb a span {
	display: inline-block;
	vertical-align: middle;
}
.like-us-on-fb a img {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.one-step-link {
	color: #616161;
	margin: 5px 0px 15px;
  display: block;
}

.cables-qty-select {
	display: inline-block;
}

.ngs-line {
	height: 0px;
	border-bottom: 1px solid #3d3d3d;
	margin: 15px 0px;
}

.text-center {
	text-align: center;
}

.add-margin-top-15 {
	margin-top: 15px;
}
.add-margin-bottom-15 {
	margin-bottom: 15px;
}
.add-margin-top-30 {
	margin-top: 30px;
}
.add-margin-bottom-30 {
	margin-bottom: 30px;
}

.disclaimer-text {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px 40px 10px 10px;
	/* background-color: #ed1c24; */
	color: #333;
	font-weight: bold;
	/* border: 2px #333 solid; */
	line-height: 17px;
}
.disclaimer-text input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #333;
    float: left;
    margin: 0px 15px 10px 5px;
}
.disclaimer-text input[type='checkbox']:checked {
    background: url(../Images/check1.png) #fff center center no-repeat; /*#00ff00*/
}
#disclaimer {
	display: block;
}
.disclaimer-text input[type=radio] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #333;
    float: left;
    margin: 0px 15px 10px 5px;
}
.disclaimer-text input[type=radio]:checked {
    background: url(../Images/check1.png) #fff center center no-repeat; /*#00ff00*/
}

#disclaimer-text-box {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 10px 40px 10px 10px;
	/* background-color: #ed1c24; */
	color: #333;
	font-weight: bold;
	/* border: 2px #333 solid; */
	line-height: 17px;
}



/* Accordion */
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  position: relative;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
/*.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}*/
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}


.panel-half {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.info-button {
  display: inline-block;
}
.info-button a {
    padding: 5px 10px;
}

.ngs-hr {
  display: inline-block;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #ccc;
}


.panel-next {
  text-align: right;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-bottom: 15px;
}
.panel-top-po-button {
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.cart-next {
  text-align: right;
  padding-top: 15px;
  margin-bottom: 15px;
}

.ngs-accordion {
  font-size: 14px;
}
.ngs-accordion .panel {

}
.ngs-accordion .panel .panel-heading {
  padding: 0px;
}
.ngs-accordion .panel .panel-heading .panel-title {

}
.ngs-accordion .panel .panel-heading .panel-title a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.ngs-accordion .panel .panel-body {

}
.ngs-accordion .panel .panel-body table {
  float: none;
}

.down-arrow-button {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #3d3d3d;
  display: inline-block;
  transition: all .3s;
  position: absolute;
  right: 0px;
  top: -10px;
  padding: 10px;
  outline: none;
}
.down-arrow-button:hover {
  background: transparent;
  color: #3d3d3d;
  outline: none;
}
.ngs-accordion .panel .panel-heading .panel-title a[aria-expanded="true"] .down-arrow-button {
  transform: rotate(180deg);
}

.parts-list-table-checkout {
  width: 100%;
}
.parts-list-table-checkout th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  /*text-align: left;*/
}
.parts-list-table-checkout tr {

}
.parts-list-table-checkout tr td {
  border-bottom: 1px solid #e6e6e6;
  height: 70px;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0px;
}
/*.parts-list-table-checkout tr:nth-child(odd) td {
  border-bottom: 1px solid #3d3d3d;
}*/
.parts-list-table-checkout tr td img {
  max-width: 60px;
  height: auto;
}

.parts-list-buts-checkout {
  text-align: right;
}


.checkout-total {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.checkout-total .checkout-total-label {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.checkout-total .checkout-total-number {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
}
.checkout-total .checkout-continue {
  float: left;
}

.checkout-shipping {
  text-align: right;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.checkout-shipping .checkout-shipping-label {
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-shipping .checkout-shipping-number {
  display: inline-block;
  font-size: 24px;
}


.checkout-qty-input {
  width: 35px;
}
.but-style-ngs.delete-but {
  padding: 5px 10px;
}
.but-style-ngs.big-button {
  font-size: 18px;
  padding: 7px 22px;
}

.instructions-textarea {
  width: 270px;
  height: 82px;
}

.accept-policy {
  margin: 15px 0px 40px;
  text-align: left;
}

.accept-policy input[type='checkbox'], .catalog-sign-up input[type='checkbox'] {
  -webkit-appearance:none;
  width:30px;
  height:30px;
  background:white;
  border-radius:5px;
  border:2px solid #333;
  float: left;
  margin: 0px 30px 10px 5px;
}
.accept-policy input[type='checkbox']:checked, .catalog-sign-up input[type='checkbox']:checked {
    background: url(../Images/check1.png) #fff center center no-repeat; /*#00ff00*/
}
.accept-policy .catalog-img {
  float: right;
  margin-left: 10px;
  width: 40px;
}

.catalog-sign-up {
  border: 1px dashed #3d3d3d;
  background: #f1f1f1;
  padding: 15px;
  margin: 15px 0px 30px;
  text-align: left;
}
.catalog-sign-up .catalog-img {
  display: inline-block;
  vertical-align: middle;
}
.catalog-sign-up .catalog-sign-up-body {
  display: inline-block;
  width: 435px;
  padding: 15px;
  vertical-align: middle;
}
.catalog-sign-up .catalog-sign-up-body .catalog-tagline {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
  color: #ed1c24;
  width: 100%;
}
.catalog-sign-up .catalog-sign-up-body input[type='checkbox'] {
  float: none;
  display: inline-block;
  margin: 15px 10px 0px 0px;
}
.catalog-sign-up .catalog-sign-up-body p {
  display: inline-block;
  width: 380px;
  margin: 0px;
}

.minicart-cont {
  position: relative;
}
.minicart-cont .minicart {
  position: absolute;
  top: 0px;
  right: -2px;
  width: 480px;
  border: 2px solid #ccc;
  /*min-height: 250px;*/
  background: #fff;
  font-family: Arial, sans-serif;
}
.minicart-cont .minicart .minicart-top {
  background: #354a4f;
  padding: 5px 10px;
  color: #fff;
  position: relative;
}
.minicart-cont .minicart .minicart-top .minicart-cart {
  background-image: url(../template/images/cart_blank.jpg);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-align: center;
  width: 31px;
  height: 30px;
  display: inline-block;
}
.minicart-cont .minicart .minicart-top .minicart-cart .minicart-cart-number {
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
}
.minicart-cont .minicart .minicart-top .minicart-close {
  display: inline-block;
  font-size: 32px;
  position: absolute;
  top: 2px;
  right: 8px;
}
.minicart-cont .minicart .minicart-top .minicart-close a {
  color: #fff;
  text-decoration: none;
}
.minicart-cont .minicart .minicart-body {
  padding: 0px 15px;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}
.minicart-cont .minicart .minicart-body ul {
  padding: 0px;
  margin: 25px 0px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item {
  list-style: none;
  margin-bottom: 20px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 3px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-img img {
  width: 100%;
  height: auto;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-desc {
  display: inline-block;
  vertical-align: middle;
  width: 240px;
  margin-right: 3px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-desc p {
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-qty {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 3px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-qty p {
  margin: 0px;
  text-align: center;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-qty p input {
  width: 30px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-price {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  margin-right: 3px;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-price p {
  margin: 0px;
  font-weight: bold;
  text-align: center;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-delete {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.minicart-cont .minicart .minicart-body ul li.minicart-item .minicart-item-delete .delete-but {
  padding: 3px 5px;
}
.minicart-cont .minicart .minicart-bottom {
  padding: 0px;
}
.minicart-cont .minicart .minicart-bottom .minicart-checkout-button {
  text-align: center;
  font-size: 18px;
  border-radius: 0px;
  display: inline-block;
  margin: 0px;
  border: none;
  padding: 9px;
}
.minicart-cont .minicart .minicart-bottom .minicart-checkout-button:hover {
  background: #fd3535;
  color: #fff;
}
.minicart-cont .minicart .minicart-bottom .minicart-checkout-button.mccb-view-cart {
  width: 32%;
  margin-right: 1px;
}
.minicart-cont .minicart .minicart-bottom .minicart-checkout-button.mccb-checkout {
  width: 59%;
}


.spanish-tag {
  background: #ed1c24;
  border-radius: 5px 0px 0px 5px;
  color: #fff;
  margin-right: -15px;
  padding: 7px 10px;
  font-size: 14px;
  position: absolute;
  margin-top: 10px;
  display: inline-block;
  top: 5px;
  right: 3px;
  font-family: "Arial", sans-serif;
}
.spanish-tag::after {
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0px;
  bottom: -12px;
  display: inline-block;
  content: '';
  background: transparent;
  box-sizing: border-box;
  border-color: #b11515 #fff #fff #b11515;
  border-width: 6px;
  border-style: solid;
}
/*.spanish-tag i {
  margin: 2px 10px;
  font-size: 30px;
  float: right;
}*/


/* CASH IN YOUR CORES ADDITIONS */
.manu-select-list {
  list-style: none;
  padding: 0px;
}
.manu-select-list li {
  display: inline-block;
  width: 23%;
  list-style: none;
  margin-bottom: 20px;
  outline: 0;
  border: 3px #fff solid;
}
.manu-select-list li.active {
  outline: 0;
  border: 3px #ccc solid;
}
.manu-select-list li a {
  text-align: center;
  display: inline-block;
  border: none;
}
.manu-select-list li a img {
  width: 85%;
}
/*.manu-select-list li a:focus {
  outline: 0;
  border: 2px #ccc solid;
}*/

.manufacturer-intro {
  background-color: #ECECEC;
}
.manufacturer-intro img {
  display: inline-block;
  margin: 13px 15px 8px;
  border: 10px #fff solid;
}
.manufacturer-intro p {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}



.splash-cash-in-ya-cores {
  padding-top: 30px;
  /*border-bottom: 1px #333 solid;*/
  margin-bottom: 30px;
}
.splash-cash-in-ya-cores .splash-img {
  display: inline-block;
  vertical-align: middle;
}
.splash-cash-in-ya-cores .splash-img img {
  width: 190px;
}
.splash-cash-in-ya-cores .splash-text {
  font-family: 'Sanchez', serif;
  display: inline-block;
  padding-left: 0px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.splash-cash-in-ya-cores .splash-text h1 {
  color: #000;
  font-weight: 900;
  font-size: 32px;
  margin-top: 24px;
  padding-left: 10px;
  font-family: 'Sanchez', serif;
  line-height: initial;
}
.splash-cash-in-ya-cores .splash-text p {
  font-size: 16px;
  margin-top: 0px;
}
.splash-cash-in-ya-cores .splash-text p strong {
  font-weight: 900;
  text-transform: uppercase;
  color: #ed1c24;
}
.splash-cash-in-ya-cores .splash-text a {
  color: #000;
  text-decoration: underline;
}
.splash-cash-in-ya-cores .splash-text a:hover {
  color: #ed1c24;
}
.splash-cash-in-ya-cores .splash-text ul {
  padding-left: 15px;
  position: relative;
}
.splash-cash-in-ya-cores .splash-text ul li {
 font-size: 16px;
 font-weight: 400px;
 list-style: none;
 position: relative;
 /*padding-left: 15px;*/
 margin-bottom: 10px;
}
.splash-cash-in-ya-cores .splash-text ul li:before {
  color: #ed1c24;
  content:"■";
  margin-right: 0px;
  position: absolute;
  left: -15px;
}
.splash-cash-in-ya-cores .splash-text.cash-bg {
  width: 100%;
  background: url(../Images/cash.jpg) right center no-repeat;
}
.red-text {
  color: #ed1c24;
}
.liner {
  border-bottom: #A8AAAE 1px solid;
  width: 100%;
  height: 1px;
  margin: 8px 0px;
  display: inline-block;
}
.itemstyle-leftimage {
    float: left;
    margin-top: 10px;
  text-align: left;
    width: 140px;
}
.itemstyle-leftimage a img {
  width: 100px;
}

.item-desc {
  float: left;
  margin-top: 20px;
  text-align: left;
  width: 350px;
}

.item-desc-status {
    float: left;
    margin-top: 10px;
  text-align: center;
    width: 100px;
}
.Qty-Left{
  float: right;
  width: 115px;
  text-align: right;
  margin-right: 17px;
}
.Qty-Left input {
  margin-bottom: 15px;
  width: 50px;
}

.Qty-Right{
  float: right;
  width: 100px;
  margin-right: 7px;
}
.select-manufacturers {
  margin-bottom: 15px;
}

/*.video-popup {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.video-popup .vp-bg {
  position: relative;
  background: rgba(0,0,0,.4);
  width: 100%;
  height: 100%;
}
.video-popup .vp-bg .vp-video-cont {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  margin: 0px auto;
  padding: 30px;
  width: fit-content;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #e9e9e9;
}
.video-popup .vp-bg .vp-video-cont .vp-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  outline: none;
  border: none;
  color: #3d3d3d;
  font-size: 24px;
  cursor: pointer;
}
.video-popup .vp-bg .vp-video-cont .vp-video {
  background: #fff;
}*/