:root {
  --p-blue: #3464eb;
  --p-red: #d40000;
  --p-dblue: #051f66;
  --p-lblue: rgba(52, 100, 235, 0.1);
  --gray: #CCC;
  --lgray: #e0e0e0;
  --p-ltblue:#b0bfeb;
  --tranb: rgba(0, 0, 0, 0.6);
  --lb-highlight: rgba(34, 255, 0, 0.2);
}
ul{
	list-style-type: none;
}

li:hover{
	box-shadow: unset;
}

.rounded{
	border-radius: 7px;
}

.hide{
  display: none;
}

.b{
	font-weight: bold;
}

.accent{
	color: #3464eb;
}

.accent-2{
	color: var(--p-red);
}

.accent-3{
	color: #ffb81c;
}

.big-text{
	font-size: 27px;
}

.b-u{
  padding-bottom: 3px;
  border-bottom: #000 1px solid;
}

.b-r{
  padding-bottom: 2px;
  border-bottom: var(--p-red) 1px solid;
}

.underline{
  padding-bottom: 3px;
	border-bottom: var(--p-red) 2px solid;
}

/* bootstrap changes */
.btn-primary{
  background-color: #3464eb;
}

.btn-danger{
  background-color: var(--p-red);
}

.header_alert{
  display: none;
  position: absolute !important;
  width: 100%;
}

.product-display{
	margin: 40px auto;
	font-size: 16px;
}

.product-display hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.big-picture{
	box-sizing: border-box;
	padding: 5px;
	border: #ccc 2px solid;
}

.big-picture img{
	width: 100%;
}

.thumbnails{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px 0;
}

.thumbnails img{
	display: inline-block;
	width: 135px;  /*100 80 33%*/
	height: 100px;
	max-width: 100%;
	border: #ccc 2px solid;
	margin: 3px;
}

.thumbnails img:focus,
.thumbnails img:active{
	border: #3464eb 2px solid;
}

.thumbnails img:hover{
	border-color: #3464eb;
	cursor: pointer;
}

.card-header img{
	float: right;
}

.card-header p{
	font-size: 20px;
}

.card-header ul{
	margin: 10px 0 0 20px;
	list-style-type: none;
	font-size: 18px;
}

.tc-info{
  border: #777 2px solid;
  font-size: 16px;
  font-weight: bold;
}

.tc-info h3{
  margin: 0;
  padding: 10px 5px;
  background: #EEE;
}

.tc-info .tops{
  padding-left: 0;
  padding-right: 0;
  border: #000 1px solid;
}
.tc-info .tops, .tc-info .tops .field{
  text-align: center;
}

.tc-info .row{
  margin-left: 0;
  margin-right: 0;
}

.tc-info .field{
  background: #3464eb;
  color: #FFF;
  text-align: right;
}

.tc-info .border{
  border: #000 1px solid !important;
}

@media (max-width: 767.98px) {
  .tc-info .field{
    text-align: left;
  }
}

.oem{
  font-weight: bold;
  margin-bottom: 20px;
}

.cogs li{
  display: flex;
	margin-bottom: 15px;
}

.cogs i{
  position: relative;
  top: -9px;
	margin: 0 20px 0 0;
	font-size: 30px;
}

ul.ship i{
  position: relative;
  top: 4px;
  margin-right: 1rem;
}

h1{
  font-size: 35px;
  margin-bottom: 20px;
}

h3{
	margin-bottom: 15px;
}

.more-text{
	display: none;
}

.show-button:hover, .hide-button:hover{
	cursor: pointer;
}

.details h3{
	margin: 30px 0 20px 0;
}


.add_to_cart {
	color: #fff !important;
  font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #3464eb;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
}

.add_to_cart:hover {
	background: #434343;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
	box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
	transition: all 0.4s ease 0s;
}

.in_cart {
	background: #dF0000;
}

.in_cart:hover {
	background: #611414;
}

.number{
	cursor: pointer;
}

.minus, .plus{
	width:20px;
	height:20px;
	background:#FFF;
	border-radius:4px;
	padding:8px 5px 8px 5px;
	border:1px solid #aaa;
	display: inline-block;
	vertical-align: middle;
	text-align: center;

	box-sizing: unset;
	line-height: 20px;
}

.number input{
	height:34px;
	width: 100px;
	background:#FFF;
	text-align: center;
	font-size: 26px;
	border:1px solid #aaa;
	border-radius:4px;
	display: inline-block;
	vertical-align: middle;

	placeholder: unset;
	color: #000;
}

/* accordion */
.accordion-container{
  position: relative;
  margin: 10px auto;
}

.set{
  position: relative;
  width: 100%;
  background-color: #3464eb;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  position: absolute;
  top: -0.3rem;
  right: 1rem;
  font-size: 2.2rem;
}
.set > a.active{
  background-color:#777;
  color: #fff;
}
.accordion-content{
	padding: 20px 0 15px 30px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.accordion-content p{
  padding: 10px 15px;
  margin: 0;
}
.icon-plus-sign:before {
  content: "\e70c";
}
.icon-minus-sign:before {
  content: "\e70d";
}

.accordion-content.highlight li{
  padding: 10px 0 10px 10px;
  margin:0;
}

.accordion-content.highlight li:nth-child(odd){
  background-color: rgba(52, 100, 235, 0.2);
}

.accordion-content.highlight li:nth-child(even){
  background-color: #EEE;
}

.accordion-content.highlight li .b{
  font-size: 20px;
}

.accordion-content.highlight li .adjust{
  position: relative;
  top: -2px;
}

.testimonials{
  margin-top: 50px;
}

.testimonials .company{
  font-size: 20px;
}

.testimonials p{
  font-size: 16px;
}

.testimonials h2, .testimony{
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {

  h1{
    font-size: 28px;
  }

  .card-header img{
		display: block;
		float: unset;
		margin: 0 auto;
	}

	.card-header ul {
    margin: 0;
	}

  .accordion-content{
  	padding: 20px 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display:none;
  }
  .testimonials .company{
    font-size: 16px;
  }
  .testimonials .big-text{
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 576px) {
	h3{
		font-size: 20px;
	}

	.big-text {
    font-size: 20px;
	}

}

/*
*
* ==========================================
* Tabs for purchase options
* ==========================================
*
*/

/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */
#ordering_options .tab-pane.active:after {
    content: unset;
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3464eb;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}



#ordering_options .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #3464eb;
}

#standard_build-tab:hover{
  background-color: var(--p-blue) !important;
	color: #FFF !important;
}

#performance_build-tab{
	color: var(--p-red) !important;
}

#performance_build-tab.active,
#performance_build-tab:hover{
	background-color: var(--p-red) !important;
	color: #FFF !important;
}
#performance_build-tab.active::after{
	border-top: 6px solid var(--p-red);
}
#bulk_orders-tab{
	color: #333 !important;
}
#bulk_orders-tab.active,
#bulk_orders-tab:hover{
	background-color: #333 !important;
	color: #FFF !important;
}
#bulk_orders-tab.active::after{
	border-top: 6px solid #333;
}

#ordering_options .tab-pane{
	background-color: unset;
}

#ordering_options ul.cogs i {
    margin: 0 1rem 0 0;
    font-size: 1.5rem;
}

.blue_u{
	padding-bottom: 1px;
	border-bottom: #3464eb 2px solid;
}

.red_u{
	padding-bottom: 1px;
	border-bottom: var(--p-red) 2px solid;
}

#ordering_options .btn_contact{
	padding: .5rem 1rem;
	background: #3464eb;
	color: #FFF;
	border-radius: .5rem;
	cursor: pointer;
}
#ordering_options .btn_contact:hover{
	background: var(--gray);
}

#ordering_options .btn-primary{
	background-color: #3464eb;
}

#ordering_options .btn-secondary:hover{
	background-color: #5a6268;
}

#performance_build .btn-primary{
	background-color: var(--p-red);
  border-color: #FF0000;
}

#performance_build .btn-primary:hover{
	background-color: var(--gray);
}

#btn_feature_add{
  align-self: center;
}

.ptc_options li{
	margin-bottom: 0;
  padding: .5rem 1.25rem 0 1.25rem;
}

@media (min-width: 992px) {
	.ptc_options{
		flex-direction: row !important;
		flex-wrap: wrap;
	}
	.ptc_options li{
		display: flex;
		width: 50%;
	}

  .perf_features{
    columns: 2;
  }
}

@media (min-width: 1200px) {
	.ptc_options li{
		width: 33%;
	}
}

.tc_quantity .tc_label{
  font-weight: bold;
  font-size: 1.2rem;
}

.tc_quantity input{
  width: 60px;
}

.tc_quantity .add_item{
  font-size: 30px;
  line-height: 30px;
}

.tc_quantity .remove_item{
  font-size: 30px;
  line-height: 30px;
}

.tc_quantity .remove_item div{
  margin-top: -5px;
}

.tc_quantity .add_item,
.tc_quantity .remove_item{
  width: 35px;
  height: 35px;
  overflow: hidden;
}
/* tabs */
#myTab1{
  font-size: .8rem;
}

#standard_build-tab:not(.active){
  border: var(--p-blue) 1px solid !important;
}

#performance_build-tab:not(.active){
  border: var(--p-red) 1px solid !important;
}

#bulk_orders-tab:not(.active){
  border: #333 1px solid !important;
}


/* text on info pages */
.text-adjust h4{
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.5rem;
}
.tab-pane p,
.text-adjust p{
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.tab-pane ul,
.text-adjust ul{
  list-style-type: disc;
  padding-left: 1rem;
}

.tab-pane ul li,
.text-adjust ul li{
  margin-bottom: 1rem;
  font-size: 1.1rem;
}


/* shopping cart */
.shopping_cart{
  min-height: 40vh;
}
.shopping_cart .card-body > .row{
  border-bottom: #000 3px solid;
  margin-bottom: 3rem;
  padding-bottom: 1rem;
}
.shopping_cart .card-body > .row:nth-child(odd){
  background-color: var(--p-ltblue);
}
.shopping_cart .card-body > .row:nth-child(even){
  background-color: var(--lgray);
}
.shopping_cart .card-body > .row:hover{
  background-color: var(--lb-highlight);
}
.shopping_cart .card-body > .row:hover .text-success{
  color: var(--p-blue) !important;
}
.shopping_cart .card-body > .row:last-child{
  margin-bottom: 0 !important;
}

ul.item_stats{
	padding-left: 1.5rem;
	list-style-type: circle;
}

.shopping_cart_buttons{
  display: flex;
  flex-wrap: wrap;
}

.shopping_cart_buttons .btn{
  flex-basis: 100%;
}

/* checkout */


@media only screen and (min-width: 768px) {

  .shopping_cart .card-body > .row{
    border-bottom: #000 1px solid;
    margin-bottom: .7rem;
    padding-bottom: unset;
  }

  .shopping_cart .column{
    border-right: var(--lgray) 2px solid;
  }
  .shopping_cart .card-body > .row:nth-child(even) .column{
    border-right: var(--p-ltblue) 2px solid;
  }
  .shopping_cart .column:last-child{
    border-left: none;
  }
  .sc_qty_con{
    text-align: center;
  }
  .sc_qty{
    max-width: 70px;
    flex-flow: wrap;
    margin: 0 auto;
  }
  .sc_qty input{
    flex-basis: 100%;
  }
  .sc_qty .btn{
    flex-basis: 50%;
  }
  .shopping_cart .options{
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
	.sc_qty_con{
		padding-left: .25rem !important;
		padding-right: 0 !important;
	}
  #orderNotes{
    height: 200px;
  }
}

/* checkboxes */
@keyframes check {0% {height: 0;width: 0;}
	25% {height: 0;width: 10px;}
	50% {height: 20px;width: 10px;}
}
.checkbox{background-color:#fff;display:inline-block;height:28px;margin-left:auto;width:28px;border-radius:4px;border:1px solid #000;float:right}
.checkbox span{display:block;height:28px;position:relative;width:28px;padding:0}
.checkbox span:after{-moz-transform:scaleX(-1) rotate(135deg);-ms-transform:scaleX(-1) rotate(135deg);-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg);-moz-transform-origin:left top;-ms-transform-origin:left top;-webkit-transform-origin:left top;transform-origin:left top;border-right:4px solid #fff;border-top:4px solid #fff;content:'';display:block;height:20px;left:3px;position:absolute;top:15px;width:10px}
.checkbox span:hover:after{border-color:#999}
.checkbox input{display:none}
.checkbox input:checked + span:after{-webkit-animation:check .8s;-moz-animation:check .8s;-o-animation:check .8s;animation:check .8s;border-color:#555}
.checkbox input:checked + .default:after{border-color:#3464eb}
.checkbox input:checked + .primary:after{border-color:#3464eb}
.checkbox input:checked + .success:after{border-color:#8bc34a}
.checkbox input:checked + .info:after{border-color:#3de0f5}
.checkbox input:checked + .warning:after{border-color:#FFC107}
.checkbox input:checked + .danger:after{border-color:var(--p-red)}
.checkbox.blue input:checked + .danger::after {
    border-color: var(--p-blue);
}

/* core options radio button */
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  display: flex;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;

  /* unset crazy css */
  font-size: 1rem;
  font-weight: normal;
  font-family: inherit;
  text-transform: none;
  letter-spacing: unset;
  color: #000;
  margin-bottom: unset;
  cursor: pointer;
}

.funkyradio label > span{
  margin-left: .5rem;
  padding: .5rem .5rem .5rem 0;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  /* line-height: 2.5em; */
  /* text-indent: 3.25em; */
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: relative;
  flex-shrink: 0;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #000;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  padding-top: 0.5rem;
  color: #000;
  background-color: #FFF;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #000;
  background-color: #FFF;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  padding-top: 0.5rem;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #FFF;
  background-color: var(--p-blue);
}

#performance_build .funkyradio-default input[type="radio"]:checked ~ label:before,
#performance_build .funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #FFF;
  background-color: var(--p-red);
}

/* odering options */
.options-btn {
  background: #3464eb;
  color: #FFF;
  cursor: pointer;
  font-size: 1.3rem;
  padding: .5rem 1rem;
  border: 0;
  transition: all 0.5s;
  border-radius: 10px;
  width: auto;
  position: relative;
}

#btn_performance_options{
  background: var(--p-red);
}

.options-btn::after {
  content: "\e72f";
  font-family: "font-icons";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 49%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.options-btn:hover {
  background: #28a745;
  transition: all 0.5s;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #28a745;
  padding: .7rem 2.7rem .7rem 1.2rem;
  color: #FFF;
}

#btn_performance_options:hover{
  background: #28a745;
}

.options-btn:hover::after {
  opacity: 1;
  transition: all 0.5s;
  color: #ffffff;
}
