/** Shopify CDN: Minification failed

Line 297:4 Unexpected "<"
Line 529:0 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.divTable {
	display: table;
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
}
.divTableRow {
	display: table-row;
}
.divTableRow:nth-child(even) {
 background: #f1fcfe;
}
.divTableHeading {
	background-color: #eee;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #D3D3D3;
	display: table-cell;
	padding: 12px;
	text-align:center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
hr {
	margin-top:1rem;
	margin-bottom:1rem;
	border:0;
	border-top:1px solid rgba(0, 0, 0, 0.1)
}
.col-lg-9 {
	max-width: 63%;
	margin: auto;
}
.spacer1 {
	padding-top: 0px;
	padding-bottom: 75px;
}
.h_search_frm {
	border: 2px solid #1f779f;
	border-radius: 10px;
	padding: 2px;
}
.price_range {
	font-weight: bold;
	color: #4493d1;
}
.sp-tabs {
	padding-top: 0px;
	padding-bottom: 0px;
}
.h_search_frm button.h_search_btn {
	border-radius: 5px;
}
.ul_tabs li.active a, .ul_tabs li.tab_title_block.active a {
	border-color: #d9d9d9;
	background: #e9ebec;
}
#wrap_des_pr {
	border-bottom: 1px solid;
	border-bottom-color: #ececec;
	border-top: 1px solid;
	border-top-color: #ececec;
	padding-bottom:20px;
	padding-top:30px;
}
#simpAskQuestion .simpAsk-title-container {
	margin-bottom: 10px !important;
	text-align: center;
}
.simp-ask-question-header {
	background-color: #fafafa;
	padding: 30px;
	position: relative;
	border: 1px solid;
	border-color: #ddd;
}
#simpAskQuestion .simpAskForm-container {
	padding: 10px !important;
	margin-bottom: 10px !important;
	background: #fafafa;
	border: 1px solid;
	border-color: #ddd;
}
.simpAskForm-cancel-btn.button {
	border-radius: 5px;
}
.single_add_to_cart_button {
	border-radius: 5px;
}
.hc {
	text-align: left;
}

.collection-info {
	margin-top: 50px;
}
.rtet4 a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp) { display: inline-block;
 margin-left: 10px;
margin-bottom: 7px;
 border-bottom-color: #d9d9d9;
}
.nt-social a {
	margin-left: 0px;
	margin-right: 15px;
}
.cb {
	color: #5e5e5e;
}
.btn_checkout {
	height: 50px;
}
.button.button_primary {
	background-color: #1f4b9f;
}
.mini_cart_footer a.button.btn-cart {
	border: solid 1px #4a4a4a;
}
.header_picker {
	border: 1px solid #b5b5b5;
}
input:not([type=submit]):not([type=checkbox]), select, textarea {
 color: #464646;
}
.h_search_frm select {
	color: #464646;
}
.variations_form .shopify-payment-button__more-options {
	border: 2px solid;
	text-transform: capitalize;
	display: none;
}
.product-single-quantity .quantity-selector {
	height: 50px;
	width: 85px;
	text-align: center;
	padding: 0 5px;
	color: #353333;
	border: 1px solid #dddddd;
	background: transparent;
	border-radius: 0 !important;
	opacity: 1 !important;
	margin: 0 -5px;
}
.yml-spacer {
	margin-bottom: 50px;
}
.fbt_product_section {
	display: block;
	width: 100%;
	margin-top: 50px;
}
.fbt_product_section .fbt_product {
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	width: 250px;
}
.fbt_product_section .fbt_product img {
	padding: 10px;
}
.fbt_product_section .product-price, .fbt-price {
	text-align: center;
	margin-bottom:15px;
	font-weight: bold;
}
.fbt_product_section .quantity-product {
	padding: 10px 0;
}
.fbt_product_section h1 {
	font-weight: 400;
	text-transform: none;
	text-align: left;
	font-size: 28px;
	color: #000;
	margin: 0 0 8px;
}
.fbt_product_section .quantity-product label b {
	font-size: 12px;
}
 @media only screen and (max-width: 767px) {
 .fbt_product_section h1 {
 font-size: 18px;
}
}
 @media only screen and (max-width: 500px) {
 .fbt_product_section .fbt_product {
 display: block;
}
}
.fbtproductname {
	margin-bottom: 5px;
	color: #056cc7;
	font-weight: bold;
	text-transform: none;
	font-size: 13px;
}
/* CSS popup manufacturing info*/

body {
	font-family: Arial, sans-serif;
	height: 100vh;
}
.box {
	width: 60%;
	background: rgba(255, 255, 255, 0.2);
	padding-top: 0px; padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.button {
}
.button:hover {
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	position: relative;
	top: 50px;
	transition: all 5s ease-in-out;
}
.popup h2 {
	margin-top: 0;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}
 @media screen and (max-width: 1000px) {
 .box {
 width: 80%;
}
 .popup {
 width: 80%;
}
}
    <style type="text/css"> 
.tg {
border-collapse:collapse;
border-spacing:0;
}
.tg td {
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg th {
	border-color:black;
	border-style:solid;
	border-width:1px;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
}
.tg .tg-pnhl {
	background-color:#e4e4e4;
	border-color:#c0c0c0;
	text-align:left;
	vertical-align:top
}
.tg .tg-wo29 {
	border-color:#c0c0c0;
	text-align:left;
	vertical-align:top
}
a.char1:link {
	color: #0d8bc0;
	font-weight:bold;
	text-decoration:none !important;
}
a.char1:visited {
	color: #0d8bc0;
	font-weight:bold;
	text-decoration:none !important;
}
a.char1:active {
	color: #0d8bc0;
	font-weight:bold;
	text-decoration:none !important;
}
a.char1:hover {
	color: #034560;
	font-weight:bold;
	text-decoration:none !important;
}
.ret {
	text-align:center;
}
.containerspacer {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:80px;
}
.yotpo .yotpo-default-button, .yotpo input[type="button"].yotpo-default-button {
	display: inline-block;
	text-overflow: ellipsis;
	border: none;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding: 10px 15px;
	background: #56cfe1;
	color: #fff;
	height: auto;
	margin: 0 0 5px 0;
}
.faqmq{
font-size:18px;
font-weight:300;
color:#000000;
margin-bottom:0px;
}
.spacer-fbt-cs{
margin-top:30px;
}
.spacer-sec-footer{
margin-bottom:40px;
}
table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #DFDFE6;
  border-style: solid;
  color: #000000;
}

table.customTable td, table.customTable th {
  border-width: 1px;
  border-color: #DFDFE6;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #DFDFE6;
}

* {
  box-sizing: border-box;
}

.columnthree {
  float: left;
   padding: 2px;
}

/* Clearfix (clear floats) */
.rowthree::after {
  content: "";
  clear: both;
  display: table;
}

.boxreturn {
  height: 150px;
  width: 650px;
  background-color: #c4edff;
  color: #000;
  padding: 10px;
		margin-left: 30px;
margin-bottom: 35px;
  border: solid 1px #0D70A7;
}
		.boxaddress{
			height: 90px;
  width: 650px;
			padding: 0px;				
  margin-left: 30px;
margin-bottom: 15px;
  		}
	.button-69 {
  background-color: #2f80ed;
  
  border-radius: 5px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight:bold;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 550px;
}

.button-69:hover {
  background-color: #0bc0e7;
}

@media screen and (max-width: 1000px) {
  .button-69 {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    width: 250px;
  }
}
ul.p {
  list-style-type: square;
}
.shadowbox {
  width: 50em;
  border: 1px solid #333;
  box-shadow: 3px 3px 2px #c6c6c6;
  padding: 8px 12px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #f4faff;
}

.t4s-selector-mode__dropdown .t4s-swatch__option:not(.is-t4s-style__color) .t4s-swatch__list>button, .t4s-color-mode__dropdown .t4s-swatch__option.is-t4s-style__color .t4s-swatch__list>button {
    
    color: #202020;
   
}

.short_details {
background-color: #ffffff;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
padding: 11px;
margin: 0px 0px;
list-style: none;
}
/* Battery Features */
.containerbf {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 10px; /* Space between image and text */
    margin-bottom: 20px;
}

.containerbf img {
    flex-shrink: 0; /* Prevent the image from shrinking or stretching */
    width: auto; /* Maintain natural aspect ratio */
    height: auto; /* Maintain natural aspect ratio */
    
}
.textbf {
  flex: 1;
  padding: 10px;
}


</style>

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}