body {color: #fff; margin: 0; background: #000; font-size: 16px; font-family: 'Arial', serif; font-weight: 400; font-style: normal;}
input[type=text], select, textarea, button {font-family: 'Arial', serif; }
a {color: inherit; text-decoration: underline;}
select::-ms-expand {
    display: none;
}
.container {position: relative; width: 100%; max-width: 800px; padding: 0 40px; margin: 0 auto; box-sizing: border-box;  }
.pb::before {content: ""; display:block; padding-top: 1px; margin-bottom: 30px; }
.pa::after {content: ""; display:block; padding-bottom: 1px; margin-top: 30px; }
.alignL {text-align: left;}
.alignC {text-align: center;}
.alignR {text-align: right;}
.clear {display:block; clear: both;}
.title_L {font-size: 44px; font-weight: 400; margin: 20px 0; line-height: 1.1; color: #0f3a6e; }
.title_M{font-size: 34px; font-weight: 400; margin: 20px 0; line-height: 1.1;  color: #0f3a6e;}
.title_S {font-size: 22px; font-weight: 400; margin: 20px 0; line-height: 1.1; color: #0f3a6e; }
.largeText {font-size: 1.3em; }
.smallText {font-size: 0.9em; }
.blueText{color: #0f3a6e;}
.blueLinks a {display: block; text-decoration: none;color: #0f3a6e; font-weight: 700; margin: 5px 0; font-size: 1.1em  }
a i.fa {margin-left: 6px;}
.blueLinks a:hover {display: block; text-decoration: underline; color: #0f3a6e; font-weight: 700; }
.whiteBlock { background: url(../img/cablesFade_tile.jpg) repeat-x bottom #fff; background-size: auto 200px; color: #4E4B48; padding-bottom: 50px;}


.lowStock  {color: red; font-weight: bold; margin: 5px 0; }

.yellow { color:  #ffc20e;}
@media screen and (max-width: 600px) {
	.container {padding: 0 20px; }
	.pb::before {margin-bottom: 20px; }
	.pa::after {margin-top: 20px; }
	.title_L {font-size: 34px; }
	.title_M{font-size: 25px; }
	.title_S {font-size: 18px; }
	.largeText {font-size: 1.1em; }
}
header {position: relative; padding: 20px 30px; background: #0F3A6E; }
header a.logo {position: relative; display:block; top: 0; left: 0; width: 100%; height: 52px; background: url("../img/logo.webp") center no-repeat; background-size: contain;}
@media screen and (max-width: 600px) {
	header {position: relative; padding: 15px 30px;}	
	header a.logo {height: 40px;}
}

a.navButton {position: absolute; top: 0; right: 0; padding: 35px 40px; z-index: 12 }
a.navButton b {position: relative; display: block; width: 40px; height: 23px; }
a.navButton b i {position: absolute; left: 0; width: 100%; height: 3px; border-radius: 2px; transition: all 0.3s; background: #fff; }
a.navButton b i:nth-child(1) {top: 0; }
a.navButton b i:nth-child(2) {top: 10px; }
a.navButton b i:nth-child(3) {top: 10px; }
a.navButton b i:nth-child(4) {bottom: 0; }
a.navButton:hover b i { background: #fff; }
a.navButton.open { position: fixed; }
a.navButton.open span { background: black; outline: none; }
a.navButton.open b i {background: #fff;}
a.navButton.open b i:nth-child(1) { top: 50%; width: 0; left: 50%; }
a.navButton.open b i:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
a.navButton.open b i:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
a.navButton.open b i:nth-child(4) { bottom: 50%; width: 0; left: 50%; }
.nav {position: fixed; display: block; top: 0; height: 100%; width: 100%; z-index: 10; pointer-events: none; background: rgba(0,0,0,0); transition: all 0.3s;}
.nav > div {position: absolute; top: 0; right: 0; width: 0; height: 100%; overflow: hidden; transition: all 0.3s; }			
.nav > div > div {position: absolute; left: 0; top: 0; width: 300px; height: 100%; padding-top: 90px; background: #0F3A6E; box-sizing: border-box;  }
.nav > div > div .navContainer {position: absolute; top: 0; bottom: 55px; left: 0; width: 100%; overflow: auto; padding-top: 90px;  }
.nav > div > div .navContainer ul {padding: 0; margin: 0; width: 100%; list-style: none;border-bottom: 1px solid rgba(0,0,0,0.1);}
.nav > div > div .navContainer ul li {position: relative; padding: 0; margin: 0; border-top: 1px solid rgba(0,0,0,0.1);}
.nav > div > div .navContainer ul li a {position: relative; display: block; padding: 15px 20px; font-weight: 700; font-size: 20px; color: #fff; text-decoration: none; transition: all 0.3s; box-sizing: border-box; }
.nav > div > div .navContainer ul li a::after {content:""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; margin-top: -5px; box-sizing: border-box; border-style: solid; border-color: rgb(221, 221, 221); border-width: 0 2px 2px 0; transform: rotate(-45deg); opacity: 0.5; transition: all 0.3s;}
.nav > div > div .navContainer ul li a:hover {padding-left: 25px; }			
.nav > div > div .navContainer ul li a:hover::after {opacity: 1;}		
.nav > div > div .socials {position: absolute; bottom: 0; left: 0; width: 100%; padding: 5px 0 20px 0; text-align: center; }
.nav > div > div .socials a {display: inline-block;  position: relative; font-size: 22px; color: #fff; padding: 15px 0; line-height: 0; width: 30px; vertical-align: middle; text-align:center; background: #fff; border-radius: 3px; text-decoration: none; margin: 0 5px; transition: all 0.2s;}
.nav > div > div .socials a:before {color: #0F3A6E;}
.nav > div > div .socials a:hover {transform:scale(1.1);}
.nav > div > div .socials a.fa-facebook:before {position: absolute; bottom: 9px; right: 5px; font-size: 26px;  }
.nav.open > div {width: 300px;} 
.nav.open { pointer-events: all; cursor: pointer; background: rgba(0,0,0,0.6); }
@media screen and (max-width: 600px) {
	a.navButton {padding: 25px 20px;}
	.nav > div > div .navContainer {padding-top: 70px;}
}
@media screen and (max-height: 500px) {
	.nav > div > div .navContainer ul li a {padding: 10px 20px; }
}
@media screen and (max-height: 420px) {
	.nav > div > div .navContainer ul li a {padding: 8px 20px; font-size: 18px; }
}
.banner {position: relative; height: 23.5vw; min-height: 250px; background: url("../img/hero.jpg") center no-repeat #000; background-size: cover; }
@media screen and (max-width: 550px) {
	.banner {height: 107vw; background-image: url("../img/heroMobile.jpg"); min-height: 200px;  }	
}


.flags {position: relative; display:flex; margin: 20px auto; width: 100%; max-width: 600px; justify-content: center;}
.flags > a {display: block; width: 33.33%; padding: 0 10px; box-sizing: border-box;text-decoration: none; color: #444; transition: all 0.5s;}
.flags > a > i {display: block; padding-bottom: 58.33%; background-position: center; background-size: cover; background-repeat: no-repeat; margin-bottom: 10px; border: 1px solid #ccc; transition: all 0.3s; box-shadow: 0 0 0 0 rgba(0,0,0,0);}
.flags > a > i.usa {background-image: url("../img/usa.svg")}
.flags > a > i.ca {background-image: url("../img/ca.svg")}
.flags > a:hover {color: #000;}
.flags > a:hover > i {transform: scale(1.05); box-shadow: 0px 2px 4px 4px rgba(0,0,0,0.3);}

.formContainer {position: relative; max-width: 500px; margin: 20px auto; color: #212121;  }
.formContainer input[type=text], .formContainer select, .formContainer textarea {border: 1px solid #a7a7a7;}
.formContainer label {font-size: 18px; padding: 0 25px 0 0;}
.formContainer.alignC label {padding: 0 25px;}
.formContainer .checkboxContainer label {text-align: left; padding-left: 0; font-size: 15px; }
.formContainer .checkboxContainer > i {border: 1px solid #a7a7a7;}
.formContainer .checkboxContainer.checked > i {color: #fff; background: #333;; border-color: #333} 
.formContainer .checkboxContainer a {color: inherit; font-weight: 700;}
.formContainer .searchListContainer .display > div {border: 1px solid #a7a7a7}
.formContainer .searchListContainer .cover {background: rgba(255,255,255,0.5); }
.formContainer .searchListContainer.active .opener {border: 1px solid #a7a7a7; box-sizing: border-box; }
.formContainer .searchListContainer .searchResult ul li i {position: absolute; right: 10px; top: 50%; line-height: 0;}
.formContainer .searchListContainer.active .opener .searchResult.waiting:after {border: 5px solid rgba(0,0,0,0.25); border-right: 5px solid rgba(0,0,0,0.6);  }
.formContainer .field.field_addressLine1 {margin: 10px 0;}
.formContainer .field.field_addressLine2 {margin: 10px 0;}
.formContainer .field.field_state {margin: 10px 0;}
.formContainer .field.field_zip {margin: 10px 0;}
.formContainer .field.field_terms {text-align:left;}

.formContainer .field.field_receiptImage_F {float: left; width: 50%; margin-top: 0; }
.formContainer .field.field_receiptImage_F label {padding: 0;}
.formContainer .field.field_receiptImage_F .validationChecks {display:none;}
.formContainer .field.field_receiptImage_F .uploaderContainer .uploaderInner {padding: 0; }
.formContainer .field.field_receiptImage_F .uploaderContainer .uploaderInner .thumb {position: relative; margin: 0 auto; border: 1px solid #ccc; }
.formContainer .field.field_receiptImage_F .uploaderContainer .uploaderInner > a {position: relative; display: inline-block; left: 0; top: 0; margin-top: 10px;  }

.formContainer .field.field_receiptImage_B {float: left; width:  50%; margin-top: 0; }
.formContainer .field.field_receiptImage_B label {padding: 0;}
.formContainer .field.field_receiptImage_B .validationChecks {display:none;}
.formContainer .field.field_receiptImage_B .uploaderContainer .uploaderInner {padding: 0; }
.formContainer .field.field_receiptImage_B .uploaderContainer .uploaderInner .thumb {position: relative; margin: 0 auto; border: 1px solid #ccc; }
.formContainer .field.field_receiptImage_B .uploaderContainer .uploaderInner > a {position: relative; display: inline-block;  left: 0; top: 0; margin-top: 10px;  }

.formContainer .field.field_buyingDecision select {font-size: 15px; }
.formContainer .field.field_reason select {font-size: 15px; }

.field_amount .inputContainer:before{content: "$"; position: absolute; left: 0; bottom: 0; padding: 11px; z-index: 1; pointer-events: none; }
.field_amount .inputContainer input {padding-left: 28px; }

.buttonContainer {position: relative; margin: 20px 0;}
.buttonContainer a, .buttonContainer button {display: inline-block; position: relative;  font-size: 18px; padding: 12px 45px; border-radius: 7px; min-width: 160px; text-align:center; border: none; outline: none; text-decoration: none; font-weight: 700; cursor: pointer; }
.buttonContainer .yellow {color: #fff; background: #ffc20e; }
.buttonContainer .yellow:hover {background: #d59900; }
.buttonContainer .grey {color: #ffc20e; background: #212121; }
.buttonContainer .grey:hover {background: #505050; }
.formContainer.waiting .buttonContainer button:after { border: 4px solid rgba(0,0,0,0.5); border-top: 4px solid #000;  }

.camera {background: url("../img/wood.jpg") center; background-size: cover;}
.camera > div {height: 350px; background: url("../img/phone.jpg") center no-repeat; background-size: contain;}

.faqs {text-align: left; margin: 20px auto; max-width: 600px; }
.faqs .faq {margin: 10px 0; }
.faqs .faq > a {display:block; position: relative; background: #0f3a6e ; border-radius: 3px;  padding: 30px 40px 30px 20px; color: #fff; text-decoration: none; font-weight: 700; }
.faqs .faq > a::after { content: ""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; margin-top: -5px; box-sizing: border-box; border-style: solid; border-color: rgb(255, 255, 255); border-width: 0 2px 2px 0; transform: rotate( 45deg ); transition: all 0.3s; }
.faqs .faq > div {position: relative; height: 0; overflow: hidden;}
.faqs .faq > div > div {position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 20px; box-sizing: border-box; background: #f4f6f8; border-radius: 4px; }
.faqs .faq > div > div:before {content: ""; display:block; padding-top: 1px; margin-bottom: 20px; }
.faqs .faq > div > div:after {content: ""; display:block; padding-bottom: 1px; margin-top: 30px; }
.faqs .faq.open > a::after {transform: rotate( -135deg );}
.faqs .faq.open > div {height: auto; }
.faqs .faq.open > div > div {position: relative;}

.assets {position: relative; width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;  }
.assets > div {margin: 20px 0;}		
.assets a {display:block;  text-decoration: none;}
.assets a img {display:block; max-width: 100%!important; display: block; width: auto; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); border: none }
.assets a span {display:block; margin: 5px 0;}
.assets a span span {display:inline-block; padding: 5px 20px; background: #ffc20e; font-weight: 700; color: #212121; margin-right: 10px; text-align:center;}
.assets a span span:hover {background: #d59900; }		

.assets > div .floats {display: block; position: relative; margin: 0 -10px;}		
.assets > div .float {padding: 10px; box-sizing: border-box; float: left;}
.assets > div .float a span span:nth-child(2) {display: block;}
.assets > div .floats1 .float:nth-child(1){width: 35%;}
.assets > div .floats1 .float:nth-child(2){width: 35%;}
.assets > div .floats1 .float:nth-child(3){width: 28%;}

.assets > div .floats2 .float:nth-child(1){width: 47%;}
.assets > div .floats2 .float:nth-child(2){width: 30%;}
.assets > div .floats2 .float:nth-child(3){width: 22%;}

.assets .flyers {display: block; position: relative; margin: 0 -10px;}	
.assets .flyers > div {float: left; width: 33.3%; padding: 0 10px; box-sizing: border-box;}

.clear {clear:both;}

@media screen and (max-width: 750px) {
	.assets > div .floats {margin: 0;}		
	.assets > div .float {padding: 0; margin: 20px 0; float: none; width: 100%!important;}
	.assets a span span br {display:none;}
}
@media screen and (max-width: 550px) {
	.assets .flyers {margin: 20px 0;}	
	.assets .flyers > div {float: none; width: auto; padding: 0; }
}

footer {position: relative; padding: 0 100px; background: #4E4B48; }
footer .smallTerms {max-width: 600px; margin: 20px 0; font-size: 10px; color: rgba(255,255,255,0.6);  line-height: 1.1;  }


footer .strap {margin: 20px 0; }
footer .strap b {font-family: Arial, sans-serif}
footer .links {margin: 20px 0;}
footer .links a {display:inline-block; text-decoration: none; padding: 0 10px; color: #fff; border-left: 1px solid rgba(255,255,255,0.2); }
footer .links a:first-child {padding-left: 0; border: none;}
footer .socials {margin: 20px 0;}
footer .socials a {position: relative; display: inline-block; background: #fff; vertical-align: middle; padding: 15px 0; width: 30px; border-radius: 3px; line-height: 0; margin-right: 10px; color: #2d2d2d; text-align: center; text-decoration: none; font-size: 22px; transition: all 0.3s;   }  
footer .socials a:hover {background: #fff; transform: scale(1.1); }
footer .socials a:before {color: #4e4b48;}
footer .socials a.fa-facebook:before {position: absolute; bottom: 9px; right: 5px; font-size: 26px; }
footer .copyright {margin-top: 60px; font-size: 12px; color:#fff; font-family: Arial, sans-serif; }
@media screen and (max-width: 750px) {
	footer {padding: 0 40px; }
	footer .smallTerms {max-width: 1000px; }
	footer .links {margin: 20px 0;}
	footer .links a {display:block; border-left: none; padding: 0;  }
}
@media screen and (max-width: 500px) {	
	footer {padding: 0 20px; }
	footer .buttonContainer a {width: 100%; box-sizing: border-box;}
	footer .socials {display: flex; justify-content: space-between;}	
}

#modal .inner #content {border-radius: 4px; color: #212121; }
#modal .inner .closeButton {background: #ffc20e; }
#modal .inner .closeButton:before {background: #212121; }
#modal .inner .closeButton:after {background: #212121; }

.tableContainer {max-width: 100%; overflow: auto;}
table {border: 1px solid #ccc; border-collapse: collapse; margin: 20px 0; background: #fff; background: rgba(255,255,255,0.4); font-size: 14px; }
table td, table th {padding: 5px 10px; border: 1px solid #ccc;}
table th {font-weight: 700;}
tasble tr:nth-child(even) td:nth-child(even) {background: #eee;}
tasble tr:nth-child(odd) td:nth-child(odd) {background: #eee;}

.toolsImage { background: url("../img/tools.jpg") center no-repeat; background-size: auto 85%; margin-bottom: -40px; padding-top: 300px; margin: 20px auto;}
.toolsImage h1 {margin: 0;}
@media screen and (max-width: 500px) {
	.toolsImage {padding-top: 200px; }
}

.fullHeight {display: flex; min-height: calc(100vh - 200px); align-items: center; justify-content: center }
.fullHeight > div { display: block; position: relative; width: 100%; }

.receiptUploadText {font-size: 15px; }
.receiptUploadText p {margin: 6px 0;}
.receiptUploadText ol {list-style: none; margin: 10px 0; padding: 0; counter-reset: my-awesome-counter; }
.receiptUploadText ol li {margin: 0; padding: 0; counter-increment: my-awesome-counter; font-weight: 700;}
.receiptUploadText ol li::before { content: counter(my-awesome-counter)" : ";}

	
.cookie {display:none; }
.cookie.active {position: fixed; z-index: 10; display: block; overflow: hidden; bottom: 0; right: 0; width: 100%; height:100%; pointer-events: none; background: rgba(0,0,0,0.5)}
.cookie.active .cookieInner {position: absolute; right: 0; bottom: 100%; width: 100%; max-width: 500px; padding: 0 30px; background: #0076bf; pointer-events: all; font-size: 16px; border-top-left-radius: 4px; box-sizing: border-box; }
.cookie.active .cookieInner:before {content: ""; padding-top: 1px; margin-bottom: 30px; display: block; }
.cookie.active .cookieInner:after {content: ""; padding-bottom: 1px; margin-top: 30px; display: block; }
.cookie.active .buttonContainer {margin: 20px 0;}
.cookie.active .buttonContainer a {display: inline-block; position: relative; font-weight: 700; fxxont-size: 24px; color: #fff; background: #e61b77; border-radius: 4px; padding: 10px 30px; cursor:pointer; border: none; outline: none; text-decoration: none;   }


@media screen and (max-width: 450px) {
	.cookie.active .cookieInner {padding: 0 20px; border-radius: 0; }
	.cookie.active .cookieInner:before {margin-bottom: 20px; }
	.cookie.active .cookieInner:after {margin-top: 20px;  }
}
	
	

.productSelector {position: relative; margin: 20px auto; max-width: 550px; font-size: 14px; text-align: left;}
.productSelector .product {position: relative; padding: 20px 0;  }
.productSelector .product.outOfStock {opacity: 0.5; pointer-events:none;}
.productSelector .product .top {padding: 0 0 0 155px; position: relative; min-height: 110px; }
.productSelector .product .top i.check {position: absolute; top: 0; left: 0; border: 1px solid #a7a7a7; border-radius: 2px;  flex-grow: 0; cursor: pointer; font-size: 16px; line-height: 0; padding: 12px 0; width: 25px; text-align: center; color: transparent; background: #fff; box-sizing: border-box;  }
.productSelector .product .top i.check.checked {color: #fff; background: #333;; border-color: #333} 
.productSelector .product .title {font-weight: 700; font-size: 16px; margin: 5px 0;}
.productSelector .product .description {margin: 5px 0;}
.productSelector .product .link {margin: 5px 0;}
.productSelector .product .link a {font-weight: 700; text-decoration: none; }
.productSelector .product .link a:hover {color: #ffc20e; }
.productSelector .product .link a i.fa {margin-left: 6px;}
.productSelector .product .img {position: absolute; box-sizing: border-box; top: 0; left: 35px; width: 110px; height: 110px; display: flex; flex-grow: 0; align-items: center; border: 1px solid #a7a7a7; background: #fff; overflow: hidden;}
.productSelector .product .img img {max-width: 100%; max-height: 100%; }
.productSelector .product .gld {margin: 10px 0; padding: 0 0 0 35px; font-weight: 700; }
.productSelector .product .gld .fa {color: #ffc20e;}
.productSelector .product .accessories {display:none; xxborder-top: 1px solid #ccc; margin-top: 20px; ;}
.productSelector .product.active .accessories {display:block;  }
.productSelector .error {padding-left: 35px; font-weight: 700; }

.productSelector .product .accessories .accessory {position: relative; padding: 0 40px 0 115px; margin: 15px 0; min-height: 70px; xxxborder-bottom: 1px solid #ccc;}
.productSelector .product .accessories .accessory .img {width: 69px; height: 69px; }
.productSelector .product .accessories .accessory .remove {position: absolute; top: 50%; margin-top: -10px; right: 0; width: 20px; height: 20px;}
.productSelector .product .accessories .accessory .remove:before { content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 18px; margin-top: -1px; margin-left: -9px; transform: rotate( 45deg ); background: red; }
.productSelector .product .accessories .accessory .remove:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 18px; margin-top: -1px; margin-left: -9px; transform: rotate( -45deg ); background: red; }
.productSelector .product .accessories .accessory .qty {position: absolute; display: flex; flex-direction: column; top: 0; left: 0; font-weight: 700;}
.productSelector .product .accessories .accessory .qty .amount {width: 25px; height: 25px;box-sizing: border-box; text-align: center; border-left: 1px solid #a7a7a7; border-right: 1px solid #a7a7a7; font-size: 14px; display: flex; align-items: center; justify-content: center;}
.productSelector .product .accessories .accessory .qty a {border: none; width: 25px; height: 22px; color: white; position: relative; background-color: #ffc20e;;}
.productSelector .product .accessories .accessory .qty a.inc:before { content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 10px; margin-top: -1px; margin-left: -5px; transform: rotate( 90deg ); background: #fff; }
.productSelector .product .accessories .accessory .qty a.inc:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 10px; margin-top: -1px; margin-left: -5px; transform: rotate( 0deg ); background: #fff;}
.productSelector .product .accessories .accessory .qty a.dec:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 10px; margin-top: -1px; margin-left: -5px; transform: rotate( 0deg ); background: #fff;}
.productSelector .product .accessories .accessory .qty a.inActive {background-color: #ccc; pointer-events: none;}
.productSelector .product .accessories .accessory .qty a.inActive:after{background: rgba(255,255,255,0.5); }
.productSelector .product .accessories .button {display: block; margin: 10px 0; padding: 0 0 0 35px;; }
.productSelector .product .accessories .button a {display: inline-block; position: relative; color: #fff; background: #ffc20e; font-size: 15px; padding: 9px 30px; border-radius: 5px; outline: none; text-decoration: none; font-weight: 700; }

.productSelector .separator{position: relative; margin: 15px 0; height: 1px; background:#0f3a6e; }
.productSelector .separator:after {content: "OR"; position: absolute; top: -15px; left: calc(50% - 15px); width: 30px; height: 15px; background: #0f3a6e; color: white; border-radius: 15px; line-height: 0; padding-top: 15px; font-size: 12px; text-align:center; }

.productSelector .separatorFR{position: relative; margin: 15px 0; height: 1px; background:#0f3a6e; }
.productSelector .separatorFR:after {content: "OU"; position: absolute; top: -15px; left: calc(50% - 15px); width: 30px; height: 15px; background: #0f3a6e; color: white; border-radius: 15px; line-height: 0; padding-top: 15px; font-size: 12px; text-align:center; }




.accessoryListModal {position: relative; margin: 20px auto; border-bottom: 1px solid #ccc; }
.accessoryListModal a {position: relative; display: block; min-height: 70px; padding: 10px 40px 10px 90px; text-align: left; font-size: 14px; text-decoration: none; border-top: 1px solid #ddd;}
.accessoryListModal a:nth-child(odd){background-color: rgba(0,0,0,0.05);}
.accessoryListModal a.outOfStock {opacity: 0.5; pointer-events:none;}
.accessoryListModal a .img {position: absolute; width: 70px; height: 70px; left: 10px; top: 10px; display: flex; flex-grow: 0; align-items: center; border: 1px solid #ccc; background: #fff; overflow: hidden;}
.accessoryListModal a .img img {max-width: 100%; max-height: 100%; }
.accessoryListModal a .title {font-weight: 700; font-size: 15px; margin: 5px 0; display: block; }
.accessoryListModal a .add {position: absolute; right: 10px; top: 50%; margin-top: -10px;  width: 20px; height: 20px; border-radius: 50%; background: #ffc20e;}
.accessoryListModal a .add:before { content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 12px; margin-top: -1px; margin-left: -6px; transform: rotate( 90deg ); background: #0F3A6E; }
.accessoryListModal a .add:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 12px; margin-top: -1px; margin-left: -6px; transform: rotate( 0deg ); background: #0F3A6E;}

.purchasedProducts {}
.purchasedProducts .button {margin: 7px 0;}
.purchasedProducts .button a {display: inline-block; position: relative; color: #fff; background: #ffc20e; font-size: 15px; padding: 9px 30px; border-radius: 5px; outline: none; text-decoration: none; font-weight: 700; }
.purchasedProducts .productList {margin: 7px 0; border: 1px solid #a7a7a7; min-height: 40px; text-align: left;}
.purchasedProducts .productList > div {position: relative; font-size: 14px; padding: 10px 40px 10px 10px; border-top: 1px solid #ddd;}
.purchasedProducts .productList > div:first-child {border: none;}
.purchasedProducts .productList > div:nth-child(even) {background: rgba(0,0,0,0.05);}
.purchasedProducts .productList > div a.remove {position: absolute; top: 50%; margin-top: -10px; right: 10px; width: 20px; height: 20px; border-radius: 50%;}
.purchasedProducts .productList > div a.remove:before { content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 18px; margin-top: -1px; margin-left: -9px; transform: rotate( 45deg ); background: red; }
.purchasedProducts .productList > div a.remove:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 18px; margin-top: -1px; margin-left: -9px; transform: rotate( -45deg ); background: red; }
.purchasedProducts .productList > div > div {margin: 0px 0;}
.purchasedProducts .productList > div .sku {font-weight: 700; font-size: 15px; }

.qualifyingProducts {}
.qualifyingProducts .search {position: relative; margin: 10px 0;}
.qualifyingProducts .search input {padding: 10px ; border: 1px solid #a7a7a7; display: block; width: 100%; box-sizing: border-box;}
.qualifyingProducts .search button {position: absolute; top: 0; right: 0; background: none; border: none; outline: none; padding: 10px; }
.qualifyingProducts .searchResults {position: relative; height: 50vh; border: 1px solid #a7a7a7; overflow: auto;}
.qualifyingProducts .searchResults .empty {position: relative; height: 100%; display: flex; align-items: center; font-size: 13px; text-align:center;}
.qualifyingProducts .searchResults .empty div {position: relative; box-sizing: border-box; width: 100%; padding: 0 10px; }
.qualifyingProducts .searchResults.waiting:after {content: ""; position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -15px; width: 30px; height: 30px; border: 4px solid #0F3A6E; border-top-color: transparent; border-radius: 50%; box-sizing: border-box; animation: spin 2s linear infinite;	}
.qualifyingProducts .searchResults a {position: relative; display: block;  padding: 10px 40px 10px 10px; text-align: left; font-size: 14px; text-decoration: none; border-top: 1px solid #ddd;}
.qualifyingProducts .searchResults a:first-child{border-top:none;}
.qualifyingProducts .searchResults a:nth-child(odd){background-color: rgba(0,0,0,0.05);}
.qualifyingProducts .searchResults a .sku {font-weight: 700; font-size: 15px; margin: 0 0; display: block; }
.qualifyingProducts .searchResults a .title {margin: 0px 0; display: block; }
.qualifyingProducts .searchResults a .add {position: absolute; right: 10px; top: 50%; margin-top: -10px;  width: 20px; height: 20px; border-radius: 50%; background: #ffc20e;}
.qualifyingProducts .searchResults a .add:before { content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 12px; margin-top: -1px; margin-left: -6px; transform: rotate( 90deg ); background: #0F3A6E; }
.qualifyingProducts .searchResults a .add:after {content: ""; position: absolute; top: 50%; left: 50%; height: 2px; width: 12px; margin-top: -1px; margin-left: -6px; transform: rotate( 0deg ); background: #0F3A6E;}
@media screen and (max-height: 800px) {
	.qualifyingProducts .searchResults {height: 35vh;}
}

.productConfirm {margin: 20px auto; text-align: left; max-width: 500px; }
.productConfirm .product {position: relative; font-size: 14px; padding: 0 0 0 120px; margin: 10px 0; min-height: 110px;}
.productConfirm .product .img {position: absolute; box-sizing: border-box; top: 0; left: 0; width: 110px; height: 110px; display: flex; flex-grow: 0; align-items: center; border: 1px solid #a7a7a7; background: #fff; overflow: hidden;}
.productConfirm .product .img img {max-width: 100%; max-height: 100%; }
.productConfirm .product .title {font-weight: 700; font-size: 15px; margin: 5px 0; display: block; }
.productConfirm .accessories {padding: 0;}
.productConfirm .accessories > div {position: relative; font-size: 14px; padding: 0 0 0 85px; margin: 10px 0; min-height: 75px;}
.productConfirm .accessories > div .img {position: absolute; box-sizing: border-box; top: 0; left: 0; width: 75px; height: 75px; display: flex; flex-grow: 0; align-items: center; border: 1px solid #a7a7a7; background: #fff; overflow: hidden;}
.productConfirm .accessories > div .img img {max-width: 100%; max-height: 100%; }
.productConfirm .accessories > div .title {font-weight: 700; font-size: 15px; margin: 5px 0; display: block; }

.productConfirm > div:first-child {border: none;}
.productConfirm > div:nth-child(even) {background: rgba(0,0,0,0.05);}
.productConfirm > div > div {margin: 0px 0;}
.productConfirm > div .sku {font-weight: 700; font-size: 15px; }
.productConfirm .separator{position: relative; display: block; margin: 20px 0; height: 1px; background:#0f3a6e!important; }
.productConfirm .separator:after {content: "OR"; position: absolute; top: -15px; left: calc(50% - 15px); width: 30px; height: 15px; background: #0f3a6e; color: white; border-radius: 15px; line-height: 0; padding-top: 15px; font-size: 12px; text-align:center; }
.productConfirm .separatorFR{position: relative; display: block; margin: 20px 0; height: 1px; background:#0f3a6e!important; }
.productConfirm .separatorFR:after {content: "OU"; position: absolute; top: -15px; left: calc(50% - 15px); width: 30px; height: 15px; background: #0f3a6e; color: white; border-radius: 15px; line-height: 0; padding-top: 15px; font-size: 12px; text-align:center; }



#modal.productListModalCont .inner #content {padding: 0 10px;}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.prods { overflow-x: auto; }