/*3odes css. Last Updated 11.24.2025*/

*, ::after, ::before {
     box-sizing: border-box;
}
 :root {
     --primary-color: #000000;
     --contrasting-color:#ffffff;
     --icon-fill:255 255 255;
     --white-text:#ffffff;
     --secondary-color: rgb(220 96 0);
     --accent-color:rgb(220 96 0);
     --light-gray: #f8f8f8;
    --background-1: #323d41;
    --background-2: #d80000;
    --background-3: 18 18 18;
    --bodrer-color-1:18, 18, 18;
     --charcol-color:#222222;
     --color-white:#ffffff;
     --color-foreground:#ffffff;
    	--color-icon:#ffffff;
     --thin-gray-border:0.05rem solid #eeeeee;
	 --thin-gray-border-light:1px solid #f2f2f2;
	 --thin-gray-border-dark:1px solid #444444;
     --padding:20px;
     --grid-gap-20:20px;
     --font-family:"Roboto", geneva, sans-serif;
     --font-family-body: "Roboto", sans-serif;
	 --font-family-headers:"Open Sans", geneva, sans-serif;
     --font-size:30px;
     --line-height:44px;
     --page-width: 1440px;
     --border-radius-05: .5rem;
     --border-radius-1: 1rem;
     --flex: flex;
     --sticky: sticky;
     --gap: 1vw;
     --vw: 1vw;
}

 b,dd,div,dl,dt,em,fieldset,form,h1,h2,i,img,label,li,ol,p,span,strong,table,td,th,tr,u,ul {
     background: 0 0;
     border: 0;
     margin: 0;
     outline: 0;
     padding: 0;
     vertical-align: baseline 
}
 a,body,html,.ebay,h1,h2,h3,h4,h5 {
     margin: 0;
     padding: 0;
}
 .ebay {
    font: 400 14px/22px var(--font-family-body);
    overflow: hidden;
}
 h1,h2,h3,h4,h5 {
     font-family: var(--font-family-headers);
}
 h1 {
    font: 700 var(--font-size)/var(--line-height) var(--font-family-headers);
}
 h2 {
    font: 500 calc(var(--font-size) *1.1) / calc(var(--line-height) *1.4) var(--font-family-headers);
}
 h3 {
    font: 500 calc(var(--font-size) *.7) / calc(var(--line-height) *.8) var(--font-family-headers);
}
 h2.heading2 {
     font: 500 calc(var(--font-size) *1.1) / calc(var(--line-height) *1.4) var(--font-family-headers); margin-top: 20px;
}
 .drawer-dialog__main {
    padding:0;
}
 a:hover {
     text-decoration: underline 
}
 p {
    padding: 0 0 var(--padding) 0;
}
 table {
     border-collapse: collapse;
     border-spacing: 0 
}
 table td,table th {
     vertical-align: top 
}
.flex {
	display: var(--flex);
}
.flex-wrap--wrap {
	flex-wrap: wrap;
}
.justify-content--between {
	justify-content: space-between;
}
.icon {
	color: rgb(var(--icon-fill));
}
 .img {
     display: block;
     height: auto;
     max-width: 100% 
}
 .clear {
     clear: both;
     height: 0;
     overflow: hidden 
}
 .input-hidden {
     display: none 
}
 ul {
    padding:0;
     margin: 20px;
}


 #sd-ebay-listing-powered {
    display:none;
}

 .astrac-row {
    display: flex;
}
 .astrac-container {
     margin-right: auto;
     margin-left: auto;
     max-width: 100%;
     padding: 0 .5rem;
}
 @media screen and (min-width: 1200px) {
 	.astrac-container {
     padding: 0 1rem;
	}
 }
 @media screen and (min-width: 1200px) {
     .astrac-container, .astrac-container.astrac-content-wrap {
        max-width: var(--page-width);
    }
}
.astrac-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0 .5rem;
    align-items: center;
}
 @media screen and (min-width: 1200px) {
 	.astrac-container, .astrac-container-fluid {
     padding: 0 1rem;
	}
 }
 .astrac-logo {
    max-width:240px;
}

/* ------------------------------------------------------------------------------------------------ BACKGROUND ------------------------------------------------------------------------------------------------ */
 .astrac-wrapper {
     background: #ffffff;
}
/* ------------------------------------------------------------------------------------------------ HEADER ------------------------------------------------------------------------------------------------ */
/* Header Background */
.astrac-header-top-bg {
    background: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem;
}
@media only screen and (min-width: 960px) {
 .astrac-header-top-bg {
    	justify-content: space-between;
    	    padding: 0rem 1rem;
	}
}
 .astrac-header-bg {
     background: var(--primary-color);
     padding-top: 20px;
     padding-bottom: 20px;
}
 .astrac-menu-bg {
     background: var(--background-1);
}
 .astrac-row.header {
     display: flex;
     align-items: center;
     justify-content: space-between;
}
/* Header Shipping */
 .astrac-header-top-text {
     font: 500 12px/40px 'roboto', geneva, sans-serif;
     color: var(--color-white);
     display:none;
}

.astrac-content {
	padding: calc(var(--vw) * 4) 0;
	row-gap: calc(var(--gap) * 4);
}

/* Links and Phone */
 .astrac-links-phone {
     font: 400 10px/14px 'roboto', geneva, sans-serif;
     color: var(--color-white);
     padding-top: 20px;
}
 .astrac-links-phone span {
     font: 500 14px/20px 'orbitron', geneva, sans-serif;
     color: #337ab7;
}
 .astrac-links-phone a:link, .astrac-links-phone a:visited {
     font: 400 10px/14px 'roboto', geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
     padding-right: 12px;
}
 .astrac-links-phone a:hover {
     font: 400 10px/14px 'roboto', geneva, sans-serif;
     color: var(--secondary-color);
     text-decoration: underline;
     padding-right: 12px;
}
 .astrac-links-phone a:active {
     font: 400 10px/14px 'roboto', geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
     padding-right: 12px;
}
 .astrac-links-phone {
    display:none;
}
 @media only screen and (min-width: 768px) {
     .astrac-links-phone {
         font: 400 15px/36px 'roboto', geneva, sans-serif;
         display:flex;
         gap:1rem;
    }
     .astrac-links-phone span {
         font: 500 19px 'roboto', geneva, sans-serif;
    }
     .astrac-links-phone a:link, .astrac-links-phone a:visited {
         font: 400 15px/36px 'roboto', geneva, sans-serif;
    }
     .astrac-links-phone a:hover {
         font: 400 15px/36px 'roboto', geneva, sans-serif;
    }
     .astrac-links-phone a:active {
         font: 400 15px/36px 'roboto', geneva, sans-serif;
    }
}

/*announcement icons*/


.announcement__icons {
color: var(--white-text);
display: flex;
}
.announcement__icons a {
color: inherit;
}

.gap-2 {
    gap: .25rem;
}
 @media only screen and (min-width: 991px) {
	.gap-2 {
    	gap: 2rem;
	}
}
.items-center {
    align-items: center;
}

.announcement__icons .icon--silhouette_circle, .announcement__icons .icon--information_circle, .announcement__icons .icon--question_mark, .announcement__icons .check_mark_circle {
    height: 1.5em;
    width: 1.5em;
}

.announcement__icons .icon {
    height: 1.3em;
    width: 1.3em;
}
.standard-icon, .custom-icon {
    fill: rgb(var(--icon-fill, var(--icon-fill)));
}
.custom-icon {
    stroke: rgb(var(--icon-fill, var(--icon-fill)));
}
.icon {
    flex-shrink: 0;
}

.fill-none {
    fill: none;
}
.stroke-width-32, .button.font-bold .stroke-width-standard {
    stroke-width: 32px;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.gap-05 {
    gap: .5rem;
}
.items-center {
    align-items: center;
}

/* Logo */
 .astrac-logo img {
     margin: 0 auto;
     max-width: 100px;
}
/* Contact and Feedback */
 .astrac-contact-feedback{
     display: grid;
     text-align: center;
     justify-content: flex-end;
     float: right;
     align-items: center;
     height: auto;
     max-width: 100px;
}

@media only screen and (min-width: 800px) {
 .astrac-contact-feedback{
     height: 64px;
     max-width: 100%;
	}
}
 .astrac-contact-feedback a {
     background-color: var(--secondary-color);
     font-size: 18px;
     padding: 12px 22px;
     color: var(--color-white);
     border-radius: 3px;
}
 .astrac-contact-feedback span {
     color: var(--color-white);
     font-size: 13px;
}
 @media only screen and (max-width: 480px) {
     .astrac-contact-feedback a {
         font-size: 14px;
         padding: 8px;
    }
}
 @media only screen and (max-width: 768px) {
     .astrac-contact-feedback a {
         font-size: 14px;
         padding: 8px;
    }
}
/* Menu */
 #nav > a {
     display: none;
}
 #nav > ul {
     list-style: none;
     margin: 0;
     padding: 0;
     text-align: center;
     display: flex;
     justify-content: space-between;
     flex-direction: row;
     flex-wrap: wrap;
}
 #nav > ul > li {
     display: inline-block;
     *display: inline;
    /* IE7 hack */
     *zoom: 1;
    /* IE7 hack */
}
 #nav li {
     display: block;
     position: relative;
     text-transform: uppercase;
}
#nav li a {
    padding: 0;
    letter-spacing: 1px;
}
 #nav li a:link, #nav li a:visited {
     font: 700 13px/40px var(--font-family-headers), geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
     display: block;
}
 #nav li a:hover {
     color: var(--white-text);
     text-decoration: none;
     display: block;
     text-decoration:underline;
    background: -webkit-linear-gradient(
    180deg,
    rgba(244, 173, 116, 1),
    rgba(216, 96, 0, 1) 100%
  	);
  	-webkit-background-clip: text;
  	background-clip: text;
  	color: transparent; /* makes the text show the gradient */
}
 #nav li a:active {
     color: var(--primary-color);
     text-decoration: none;
     display: block;
}
 @media only screen and (max-width : 1200px) {
     #nav li a:hover {
         color: var(--primary-color);
         text-decoration: none;
         display: block;
         padding: 0 10px 0 10px;
         background: var(--accent-color);
    }
     #nav li a:active {
         color: var(--primary-color);
         text-decoration: none;
         display: block;
         padding: 0 10px 0 10px;
    }
}
 @media only screen and (max-width : 1200px) {
     .astrac-normalize html {
         font-size: 75%;
        /* 12 */
    }
    .astrac-navigation {
    padding: .5rem 0;
    }
     #nav {
         top: auto;
         left: auto;
    }
     #nav > a {
         width: 3em;
        /* 50 */
         height: 3em;
        /* 50 */
         text-align: left;
         text-indent: -9999px;
         position: relative;
         margin-left: -.5rem;
    }
     #nav > a svg {
         position: absolute;
         top:0;
         left: 0;
         z-index:99;
    }
     #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
         display: block;
    }
     #nav > ul {
         height: auto;
         display: none;
         position: relative;
         left: 0;
         right: 0;
    }
     #nav:target > ul {
         display: block;
         text-align: left;
         padding-top: 1rem;
    }
     #nav > ul > li {
         width: 100%;
         float: none;
         display: block;
    }
     #nav li {
         position: relative;
         padding-left: 0px;
         padding-right: 0px;
         background-image: none;
         border-bottom: solid #f8f8f850 .01rem;
         text-transform: none;
         text-align: left;
    }
    /*#nav li:first-child {
         border-top: none;
    }
    */
     #nav li:last-child {
     border: none;
    }
     #nav li a:link, #nav li a:visited {
         font: 600 16px/40px var(--font-family-headers), geneva, sans-serif;
         padding: 5px 0 5px 12px;
    }
     #nav li a:hover, #nav li a:active {
         color: var(--primary-color);
         padding: 0 0 0 14px;
         background: var(--accent-color);
    }
}
 @media only screen and (max-width : 1360px) {
 	#nav li a:link, #nav li a:visited {
     font: 700 12px/40px var(--font-family-headers), geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
     display: block;
	}
}
/* ------------------------------------------------------------------------------------------------ CONTENT ------------------------------------------------------------------------------------------------ */
/* Title */
.astrac-title h1 {
    font: 700 26px / 34px "Open Sans", geneva, sans-serif;
    color: #333333;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}
 @media screen and (min-width: 960px) {
     .astrac-title h1 {
        font: 600 27px/35px "Roboto", geneva, sans-serif;
    }
     .astrac-header-top-text {
		 letter-spacing: 1px;
		 display: flex;
    }
}
/* Top Information */
 .astrac-top-info p.astrac-line1 {
     font: 400 14px/14px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 15px 0;
}
 .astrac-top-info p.astrac-line2 {
     font: 400 18px/18px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 15px 0;
     text-decoration: line-through;
     text-decoration-color: #ff0000;
     -webkit-text-decoration-color: #ff0000;
     -moz-text-decoration-color: #ff0000;
}
 .astrac-top-info p.astrac-line3 {
     font: 700 30px/30px 'roboto', geneva, sans-serif;
     color: #00b1ed;
     margin: 0 0 15px 0;
}
 .astrac-top-info p.astrac-line4 {
     font: 400 13px/13px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 25px 0;
}
 .astrac-top-info p.astrac-notes {
     font: 400 13px/18px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 25px 0;
}
 .astrac-top-info p.astrac-line5 {
     font: 700 13px/13px 'roboto', geneva, sans-serif;
     color: var(--color-white);
     margin: 0 0 10px 0;
     background-color: var(--accent-color);
     padding: 4px;
}
 .astrac-top-info p.astrac-line5 i {
     font-size: 30px;
     vertical-align: middle;
}
 .astrac-top-info p.astrac-line6 {
     font: 400 14px/13px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 10px 0;
}
 .astrac-top-info p.astrac-line7 {
     font: 400 12px/13px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0;
}
/* Info Box */


.astrac-top-info {
  flex: 0 0 100%;
  display: flex;
	flex-direction: column;
	top: 3rem;
}

 @media screen and (min-width: 960px) {
	.astrac-top-info {
  	flex: 0 0 calc(43% - calc(var(--gap) * 3));
	position: var(--sticky);
	top:3rem;
	}
}
 @media screen and (min-width: 1200px) {
	.astrac-top-info {
  	flex: 0 0 calc(44% - calc(var(--gap) * 3));
	}
}
 @media screen and (min-width: 1440px) {
	.astrac-top-info {
	position: var(--sticky);
	top:3rem;
	}
}
 .astrac-div-top {
     height: 1px;
     background-color: #cccccc;
     margin-top: 30px;
     margin-bottom: 15px;
}
 .astrac-div-bottom {
     height: 1px;
     background-color: #cccccc;
     margin-top: 5px;
     margin-bottom: 10px;
}
 .astrac-info-box {
     display: grid;
     grid-template-columns: 1fr 1fr;
     font: 700 14px/21px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 20px 0px;
     grid-gap: var(--grid-gap-20);
     border-top: var(--thin-gray-border);
     border-bottom: var(--thin-gray-border);
     padding: var(--padding) 0;
}
 .astrac-info-box div strong {
    color:var(--accent-color);
}
 .astrac-info-box span {
     font: 400 13px/21px 'roboto', geneva, sans-serif;
     color: #333333;
     margin: 0 0 10px 0;
}
.support-info-box {
	display:flex;
	grid-gap: var(--grid-gap-20);
	align-items: center;
	flex-wrap: wrap;
	flex-direction:column;
}
.support-info-box img {
	max-width: 48px;
}

/* tabcontent*/
.shipping-details .shipping {padding:10px 0 0 0;}
.shipping-icons {display:flex;justify-content: center;padding:20px 0;}
.shipping-icons img {width:60px; padding: 0 10px;}

 @media only screen and (min-width: 736px) {
	 .support-info-box {flex-direction:row;}
	 .shipping-icons img {width:80px;}
}

/* ITEM DETAILS */

.b-tabs__content .item-details_contanier ul li {
    display: grid;
    column-gap: 1rem;
    padding: .75rem 1rem;
    border-radius: 3px;
}

@media screen and (min-width: 990px) {
    .b-tabs__content .item-details_contanier ul li {
        grid-template-columns: minmax(max-content, 29%) 1fr;
        padding: 1.25rem;
    }
}
@media screen and (min-width: 1200px) {
    .b-tabs__content .item-details_contanier ul li{
        grid-template-columns: minmax(max-content, 25%) 1fr;
        padding: 1.5rem 1.25rem;
    }
}

.b-tabs__content .item-details_contanier ul li:nth-child(odd){
    background: var(--light-gray);
}

/*
 .item-details {
     list-style: none;
     margin: 20px 0 20px;
}
 .item-details li {
     margin: 1rem 0;
     display: grid;
     align-items: center;
     grid-template-columns: 105px 1fr;
     grid-gap: var(--grid-gap-20);
     position: relative;
     padding-left: calc(var(--padding)/1.6);
}
 .item-details li:before {
     position: absolute;
     top: 7px;
     left: 0;
     width: 5px;
     height: 5px;
     background-color: var(--accent-color);
     content: '';
}
*/
.panel {
	padding: 1.5rem;
	grid-template-columns: 60px 1fr;
	font-size: 1rem;
	border-radius: var(--border-radius-05).5rem;
	border: var(--thin-gray-border-light);
	margin-bottom: 2rem;
	
}
 .sku {
    display: grid;
    padding: 1rem;
    background: var(--secondary-color);
    color: var(--color-white);
    border: 1px solid var(--secondary-color);
    font-size:1.2rem;
}
.longdescription {display: flex; flex-direction: column;}

.html--description {
    row-gap: 2rem
}

.html--description table {
    min-width: 100%;
    max-width: 100%
}

.html--description table tr td {
    padding: 1rem 1.2rem;
    width: auto;
    font-size: inherit;
    font-size: .8rem;
    font-weight: 500
}

.html--description table:not([class]) td,.html--description table table:not([class]) th {
    border: .09rem solid rgba(var(--bodrer-color-1),.15)
}

.html--description table tr td:first-child {
    width: auto;
    font-weight: 600
}

.html--description h2 {
    font-size: 1.7rem;
    font-family: var(--font-body-family);
    margin: 1.5rem 0 .2rem
}

@media only screen and (min-width: 768px) {
    .html--description h2 {
        font-size:1.825rem
    }

    .html--description table tr:hover {
        background-color: #f8f8f8
    }

    .html--description table tr td:first-child {
        width: 24%
    }
}

@media only screen and (min-width: 1200px) {
    .html--description {
        row-gap:1rem
    }

    .html--description h2 {
        font-size: 1.9rem;
        margin-top: 2rem
    }

    .html--description table tr td {
        font-size: inherit;
    	font-size: .9rem;
    }
}

.product-videos {
    display: flex;
    justify-content: flex-start;
    grid-gap: 20px;
    flex-wrap: wrap;
    flex-grow: 1;
}
.product-videos a {
    display: flex;
    justify-content: center;
    background: #ffffff;
    border: var(--thin-gray-border-dark);
    align-items: center;
    flex-grow: 1;
    width: 40%;
}

.product-videos a:hover{
    border: 1px solid var(--charcol-color);
    background: #f6f6f6;
	border-radius: 3px;
}
.product-videos img{
    max-width: 66px;
    padding: 32px 0;
}
.product-videos  a:hover img {padding: 32px 0;}
/* ------------------------------------------------------------------------------------------------ FOOTER ------------------------------------------------------------------------------------------------ */
 .astrac-footer .astrac-row.left {
    justify-content: space-between;
    flex-direction: column;
}
 .astrac-footer .astrac-row.right {
    justify-content: space-between;
    flex-direction: column;
}
 @media screen and (min-width: 960px) {
     .astrac-footer .astrac-row.left {
        justify-content: space-between;
        flex-direction: row;
    }
	 .product-videos a{
	max-width: 20%;
    }
}
/* Newsletter */
 .astrac-newsletter {
     background: var(--secondary-color);
     padding:4vw 0;
}
 .astrac-newsletter-text {
     font: 500 30px/30px 'orbitron', geneva, sans-serif;
     color: var(--color-white);
     text-align: center;
     margin: 0 auto;
}
 .astrac-newsletter-text span {
     font: 400 16px/30px "roboto", geneva, sans-serif;
     color: var(--color-white);
     text-align: center;
}
 .astrac-newsletter-text a:link, .astrac-newsletter-text a:visited {
     font: 700 24px "roboto", geneva, sans-serif;
     background-color: var(--primary-color);
     color: var(--color-white);
     padding: 5px 22px;
     text-decoration: none;
     border-radius: 20px;
     display: block;
     width: 185px;
     margin: 20px auto;
}
 .astrac-newsletter-text a:hover {
     font: 700 24px "roboto", geneva, sans-serif;
     background-color: #333333;
     text-decoration: none;
     border:1px solid #f8f8f8;
}
 .astrac-newsletter-text a:active {
     font: 700 24px "roboto", geneva, sans-serif;
     background-color: #000000;
     color: #00b1ed;
     padding: 0 6px 0 6px;
     text-decoration: none;
}
/* Links */
 .astrac-footer {
     background-color: #131313;
     padding: 40px 30px;
}
 .astrac-footer .astrac-container {
     display: grid;
}
 .footer-logo {
     max-width: 150px;
     margin: 20px auto;
     display: block;
}
 .astrac-footer-links {
     font: 400 13px/22px "roboto", geneva, sans-serif;
     color: var(--color-white);
}
 .astrac-footer-links a:link, .astrac-footer-links a:visited {
     font: 400 20px/37px "roboto", geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
}
 .astrac-footer-links a:hover {
     color: var(--accent-color);
     text-decoration: underline;
}
 .astrac-footer-links a:active {
     color: var(--color-white);
     text-decoration: underline;
}
 .astrac-footer-links-title {
     font: 700 24px/44px 'orbitron', geneva, sans-serif;
     color: var(--color-white);
     text-transform: uppercase;
     margin: 30px 0 8px 0;
}

.product__gallery {
	display: flex;
	flex-direction: column;
  	flex: 0 0 100%;
}

 @media screen and (min-width: 768px) {
     .astrac-footer .astrac-container {
         display: grid;
         grid-template-columns: 1fr 1fr;
         align-items: center;
    }
     .footer-logo {
         margin: 0 auto;
    }
     .astrac-logo img {
        max-width:100%;
    }
}
 @media screen and (min-width: 960px) {
 
 	.product__gallery, .astrac-tab-container {
  		flex: 0 0 58%;
	}
     .astrac-footer .astrac-container {
         display: grid;
         grid-template-columns: 1fr 239px;
    }
     .astrac-footer .astrac-row.left {
        justify-content: space-between;
        flex-direction: row;
    }
     .astrac-footer-links-title {
         font: 700 16px/38px 'orbitron', geneva, sans-serif;
         color: var(--color-white);
         text-transform: uppercase;
         margin: 30px 0 1px 0;
    }
     .astrac-footer-links a:link, .astrac-footer-links a:visited {
         font: 400 16px/33px "roboto", geneva, sans-serif;
         color: var(--color-white);
         text-decoration: none;
    }
         .astrac-footer-links a:hover{
         font: 400 16px/33px "roboto", geneva, sans-serif;
         color: var(--secondary-color);
         text-decoration: underline;
    }
}

 @media screen and (min-width:1200px) {
 	.product__gallery, .astrac-tab-container {
  		flex: 0 0 56%;
	}
}
/* Social */
 .astrac-social i.fa.fa-facebook {
     background-color: #131313;
     font-size: 20px;
     padding: 12px;
     color: var(--color-white);
     margin-left: 10px;
     float: right;
     border: 1px solid #ffffff;
}
 .astrac-social i.fa.fa-facebook:hover {
     background-color: #3b5998;
}
 .astrac-social i.fa.fa-twitter {
     background-color: #131313;
     font-size: 20px;
     padding: 12px;
     color: var(--color-white);
     margin-left: 10px;
     float: right;
     border: 1px solid #ffffff;
}
 .astrac-social i.fa.fa-twitter:hover {
     background-color: #4099ff;
}
 .astrac-social i.fa.fa-youtube {
     background-color: #131313;
     font-size: 20px;
     padding: 12px;
     color: var(--color-white);
     margin-left: 10px;
     float: right;
     border: 1px solid #ffffff;
}
 .astrac-social i.fa.fa-youtube:hover {
     background-color: var(--primary-color);
}
/* Disclaimer */
 .astrac-footer-disclaimer {
     background-color: #131313;
     padding-top: 10px;
     padding-bottom: 10px;
}
 .astrac-footer-disclamer-text {
     font: 400 12px/18px "roboto", geneva, sans-serif;
     color: #5b5b5b;
     text-align: center;
}
/* Copyright */
 .copy {
    display: flex;
    justify-content: center;
    justify-items: center;
}
 .astrac-footer-copyright {
     background-color: #000000;
}
 .astrac-footer-copyrightR {
     float: left;
     font: 400 11px/50px "roboto", geneva, sans-serif;
     color: var(--color-white);
     clear: right;
     text-transform: uppercase;
}
 .astrac-footer-copyrightR a:link, .astrac-footer-copyrightR a:visited {
     font: 400 11px/50px "roboto", geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
}
 .astrac-footer-copyrightR a:hover {
     font: 400 11px/50px "roboto", geneva, sans-serif;
     color: var(--color-white);
     text-decoration: underline;
}
 .astrac-footer-copyrightR a:active {
     font: 400 11px/50px "roboto", geneva, sans-serif;
     color: var(--color-white);
     text-decoration: none;
}
 .astrac-footer-copyrightL i {
     float: right;
     font-size: 32px;
     line-height: 50px;
     color: var(--color-white);
     margin-left: 4px;
}
/*IMAGE GALLERY*/
 #gallery-image-0:checked~.gallery-image-0, #gallery-image-10:checked~.gallery-image-10, #gallery-image-11:checked~.gallery-image-11, #gallery-image-12:checked~.gallery-image-12, #gallery-image-1:checked~.gallery-image-1, #gallery-image-2:checked~.gallery-image-2, #gallery-image-3:checked~.gallery-image-3, #gallery-image-4:checked~.gallery-image-4, #gallery-image-5:checked~.gallery-image-5, #gallery-image-6:checked~.gallery-image-6, #gallery-image-7:checked~.gallery-image-7, #gallery-image-8:checked~.gallery-image-8, #gallery-image-9:checked~.gallery-image-9,#gallery-image-10:checked~.gallery-image-10,#gallery-image-11:checked~.gallery-image-11,#gallery-image-12:checked~.gallery-image-12,#gallery-image-13:checked~.gallery-image-13,#gallery-image-14:checked~.gallery-image-14,#gallery-image-15:checked~.gallery-image-15,#gallery-image-16:checked~.gallery-image-16,#gallery-image-17:checked~.gallery-image-17,#gallery-image-18:checked~.gallery-image-18,#gallery-image-19:checked~.gallery-image-19,#gallery-image-20:checked~.gallery-image-20,#gallery-image-21:checked~.gallery-image-21,#gallery-image-22:checked~.gallery-image-22,#gallery-image-23:checked~.gallery-image-23,#gallery-image-24:checked~.gallery-image-24,#gallery-image-25:checked~.gallery-image-25,#gallery-image-26:checked~.gallery-image-26,#gallery-image-27:checked~.gallery-image-27,#gallery-image-28:checked~.gallery-image-28,#gallery-image-29:checked~.gallery-image-29,#gallery-image-30:checked~.gallery-image-30,#gallery-image-31:checked~.gallery-image-31,#gallery-image-32:checked~.gallery-image-32,#gallery-image-33:checked~.gallery-image-33,#gallery-image-34:checked~.gallery-image-34,#gallery-image-35:checked~.gallery-image-35,#gallery-image-36:checked~.gallery-image-36,#gallery-image-37:checked~.gallery-image-37,#gallery-image-38:checked~.gallery-image-38,#gallery-image-39:checked~.gallery-image-39,#gallery-image-30:checked~.gallery-image-40 {
     display: inline-block;
}
 .b-gallery__view {
     box-sizing: border-box;
     float: right;
     min-height: 360px;
     overflow: hidden;
     padding: 2px 0 10px 0;
     position: relative;
     text-align: center;
     width: 100%;
}
 .label-thumb {
     border-radius: 3px;
}
 .label-thumb, .pdf-gal {
     text-align: center;
}
 #img_gal .label-thumb, #media_gal a, .pdf-gal {
     box-sizing: border-box;
     float: left;
     margin: 0 5px 0 0;
     overflow: hidden;
     padding-top: 11%;
     position: relative;
     width: calc((100% / 7) - 5px);
     padding-bottom: 0;
}
 .label-thumb>img, .pdf-gal>img {
     bottom: 0;
     height: auto;
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
}
 .hidden {
     display: none!important;
}
 .gallery-image {
    display: none;
    /*height: auto!important;*/
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
 @media only screen and (max-width: 1120px){
     .b-gallery__view {
         float: none;
         margin-left: 0;
         margin-right: 0;
         min-height: 200px;
         padding-right: 0;
         position: relative;
         width: auto;
    }
     .b-gallery__items {
         margin-bottom: 22px;
         max-width: 100%;
         padding-right: 0;
         padding-top: 10px;
    }
     #img_gal .label-thumb, #media_gal a, .pdf-gal {
         -webkit-background-size: 100% auto;
         background-size: 100% auto;
         height: 0;
         margin: 1% 4px 0 0;
         padding-top: 13.4%;
         position: relative;
         width: calc((100% / 5) - 5px);
    }
}
 @media only screen and (max-width: 736px){
     .b-gallery__items {
         max-width: none;
         width: 101%;
    }
}

/* panel verify-fitment*/

.verify-fitment {
    margin: 20% 0 0 0;
    background: var(--background-2);
    color: var(--white-text);
    align-content: center;
    display: flex;
    flex-direction: column;
	gap: .6rem;
}
.verify-fitment * {
	color:inherit;
	padding:0;
}
/* NEW TABS*/
 .details-img-wrap[data-descriptionimg=""]+.details-img-wrap-default,.easy-ret-benefit {
     display: block 
}
 .b-tabs .tab-input,.easy-ret-benefit[data-returns=""] {
     display: none 
}
 .b-tabs {
     float: left;
     margin-top: -71px;
     overflow: hidden;
     position: relative;
     text-align: left;
	 width:100%; 
}

 .b-tabs #tab1:checked~label[for=tab1],.b-tabs #tab2:checked~label[for=tab2],.b-tabs #tab3:checked~label[for=tab3],.b-tabs #tab4:checked~label[for=tab4],.b-tabs #tab5:checked~label[for=tab5], .b-tabs #tab6:checked~label[for=tab6] {
     border-bottom-color: var(--accent-color);
     color: var(--color-white);
     background: var(--secondary-color);
     cursor: default 
}
 @media only screen and (max-width: 736px) {
     .b-tabs #tab1:checked~label[for=tab1],.b-tabs #tab2:checked~label[for=tab2],.b-tabs #tab3:checked~label[for=tab3],.b-tabs #tab4:checked~label[for=tab4],.b-tabs #tab5:checked~label[for=tab5], .b-tabs #tab6:checked~label[for=tab6] {
         border-bottom:none 
    }
     .b-tabs #tab1:checked~label[for=tab1] .arrow,.b-tabs #tab2:checked~label[for=tab2] .arrow,.b-tabs #tab3:checked~label[for=tab3] .arrow, .b-tabs #tab4:checked~label[for=tab4] .arrow,.b-tabs #tab5:checked~label[for=tab5] .arrow .b-tabs #tab6:checked~label[for=tab6] .arrow {
         background-image: url(https://assets.suredone.com/684344/ebay/minus-white.svg);
         background-size: 16px 16px;
    }
}
 .b-tabs #tab1:checked~#tab-content-details .tab-inner,.b-tabs #tab2:checked~#tab-content-shipping .tab-inner,.b-tabs #tab3:checked~#tab-content-payment .tab-inner,.b-tabs #tab4:checked~#tab-content-returns .tab-inner, .b-tabs #tab5:checked~#tab-content-about .tab-inner, .b-tabs #tab6:checked~#tab-content-terms .tab-inner{
     display: block!important 
}
 .b-tabs-wrap {
     margin-top: 72px;
     border-top: 1px solid #f2f2f2;
     width:100%;
}
 @media only screen and (max-width: 736px) {
     .b-tabs-wrap {
         border:0 
    }
}


 .b-tabs__btn {
     font: 500 calc(var(--font-size) *.5) / calc(var(--line-height) *.5) var(--font-family);
     letter-spacing: 1px;
     background: #efefef;
     color: var(--primary-color);
     text-decoration: none;
     border-bottom: 3px solid transparent;
     cursor: pointer;
     display: inline-block;
     margin-right: 4px;
     position: relative;
     vertical-align: top;
     z-index: 3;
     padding: 8px;
}

@media only screen and (min-width: 800px) {
     .b-tabs__btn {
		 font: 500 calc(var(--font-size) *.36) / calc(var(--line-height) *.5) var(--font-family);
    }
}

@media only screen and (min-width: 991px) {
     .b-tabs__btn {
		 font: 500 calc(var(--font-size) *.4) / calc(var(--line-height) *.5) var(--font-family);
    }
}
@media only screen and (min-width: 1440px) {
     .b-tabs__btn {
		 font: 500 calc(var(--font-size) *.5) / calc(var(--line-height) *.5) var(--font-family);
         padding: 8px 20px;
    }
}
 .b-tabs__btn:hover {
     text-decoration: underline 
}
 @media only screen and (max-width: 736px) {
     .b-tabs__btn:hover {
         text-decoration:none 
    }
}
 .b-tabs__btn>.arrow {
     background-image: url(https://assets.suredone.com/684344/ebay/plus-gray.svg);
     background-position: 50% 50%;
     background-repeat: no-repeat;
     display: none;
     height: 100%;
     position: absolute;
     right: 0;
     top: 0;
     width: 50px 
}
#tab-content-terms ul, #tab-content-terms ol {
	line-height: 2.2rem;
}

#tab-content-terms ul {
	list-style-type: none;
}
.shipping-note .b-tabs__btn {
	padding: 1rem;
	background-color:#ff5a00;
	margin: 1rem 0;
	color:#ffffff;
	border-radius: 2px;
}

.shipping-details .b-tabs__btn:hover {
	text-decoration:none 
}
@media only screen and (max-width: 736px) {
     .b-tabs__btn {
         background-color:#f3f3f3;
         font: 500 calc(var(--font-size) *.5) / calc(var(--line-height) *.5) var(--font-family);
         margin-right: 0;
         margin-top: 10px;
         padding: 18px 
    }
     .b-tabs__btn,.b-tabs__btn>.arrow {
         display: block 
    }
}
 .b-tabs__content {
     float: right;
     position: relative;
     width: 100%;
     z-index: 2 
}
 @media only screen and (max-width: 736px) {
     .b-tabs__content {
         float:none 
    }
}
 .b-tabs__content>.tab-inner {
     display: none;
     padding-top: 34px 
}
 @media only screen and (max-width: 736px) {
     .b-tabs__content>.tab-inner {
         padding-top:20px 
    }
}
 .b-tabs__content p {
     font: 400 calc(var(--font-size) *.5) / calc(var(--line-height) *.7) var(--font-family-body);
}
 .b-tabs__content ol, .b-tabs__content ul {
     margin-left: 14px;
     margin-bottom: 12px 
}

.b-tabs__content .item-details_contanier ol, .b-tabs__content .item-details_contanier ul {
	margin: 1rem 0;
}
 .b-tabs__content ol>li,.b-tabs__content ul>li {
     padding-bottom: 10px;
     color: #414141 
}
 .b-tabs p>b {
     color: #414141;
     display: inline-block;
     font-size: 15px;
     font-weight: 700;
     padding-top: 14px 
}
 .details-img-wrap {
     padding-bottom: 20px 
}
 .details-img-wrap>img {
     display: block;
     height: auto;
     width: 100% 
}
 .details-wrap table {
     margin: 0 0 22px!important 
}

 @media only screen and (max-width: 414px) {
     .details-wrap table td>img {
         height:auto!important;
         max-width: 100%!important 
    }
}
 .b-tabs__btn[data-video=""],.b-tabs__btn[data-video="0"],.details-img-wrap-default,.details-img-wrap[data-descriptionimg=""],.short-description {
     display: none 
}
 .details-img-wrap-default>img {
     height: auto;
     width: 100% 
}
 .app-stripped-table {
     margin-bottom: .8em;
     width: 100% 
}
 .app-stripped-table tr:nth-child(odd) {
     background-color: #f9f9f9 
}
 .app-stripped-table td,.app-stripped-table th {
     color: #111;
     font-size: 1.4em;
     font-weight: 300;
     padding: .8em 1em 
}
 .b-video {
     background: #000 url(https://assets.suredone.com/684344/ebay/video-icon.png) no-repeat 50% 40%;
     box-sizing: border-box;
     float: left;
     height: 247px;
     margin-bottom: 2%;
     margin-right: 2%;
     overflow: hidden;
     position: relative;
     vertical-align: top;
     width: 49% 
}
 @media only screen and (max-width: 1024px) {
     .b-video {
         background:#000 
    }
}
 .b-video:nth-child(even) {
     margin-right: 0 
}
 @media only screen and (max-width: 736px) {
     .video-wrap>video {
         display:block;
         float: none;
         height: auto;
         margin-bottom: 20px;
         margin-left: auto!important;
         margin-right: auto!important;
         width: 90% 
    }
}
 .prod_offer {
     border-top: 1px solid #f5f5f5;
     clear: both;
     padding: 2.4em 0 2em;
     overflow: hidden 
}
 .prod-offer-item {
     letter-spacing: -.3em 
}
 .prod-offer-content,.prod-offer-title {
     display: inline-block;
     font-size: 1.3em;
     letter-spacing: normal;
     margin-bottom: .385em 
}
 .prod-offer-title {
     box-sizing: border-box;
     font-weight: 500;
     height: 1.615em;
     padding-right: 1em;
     vertical-align: top;
     color: #2c2c2c;
     width: 31.25% 
}
 .prod-offer-content {
     color: #767676;
     min-height: 1.615em;
     width: 68.75% 
}

/* collections*/
.collections-container {
    padding: 4vw 0;
    background: #f8f8f8;
}
.collections {
    padding: 2vw 1vw;
    display: flex;
    flex-wrap: wrap;
    gap: var(--vw);
    justify-content: space-around;
}

.collections a{
flex:0 0 calc(50% - var(--vw));
max-width:calc(50% - var(--vw));
    border-radius: .8rem;
    padding: 2vw;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #212121;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .01rem;
}

@media only screen and (min-width: 800px) {
	.collections a{
		flex:0 0 calc(25% - var(--vw));
		max-width:calc(25% - var(--vw));
	}
}

@media only screen and (min-width: 1200px) {
	.collections a{
		flex:0 0 calc(16% - var(--vw));
		max-width:calc(16% - var(--vw));
	}
}
@media only screen and (min-width: 1440px) {
	.collections a{
		flex:0 0 calc(16.66666% - var(--vw));
		max-width:calc(16.66666% - var(--vw));
	}
}
.collections img{
width:100%;
}