.result-columns {
    margin: 0;
    padding: 0;
    width: min(100%, 95em);
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    list-style: none;
    gap: .75rem;
    grid-auto-flow: dense;
}

#site-navigation {
    background: linear-gradient(180deg, rgba(9, 9, 121, 1) 0%, rgba(26, 26, 112, 1) 32%, rgba(56, 56, 130, 1) 89%);
}

.sub-menu {
    background: linear-gradient(180deg, rgba(9, 9, 121, 1) 0%, rgba(26, 26, 112, 1) 32%, rgba(56, 56, 130, 1) 89%);
	opacity: .65;
}

.quantInput-columns {
	margin: 0;
	padding: 0;
	display:grid;
	grid-template-columns: 200px calc( 100% - 200px ) ;
	list-style: none;
	gap: .75rem;	
	}

	
h1 {font-family: 'Josefin Sans', sans;
	font-size: 20pt;
	font-weight: heavy;
	line-height: 1.5;}


	
h2 {font-family: 'Josefin Sans', sans;
	font-size: 1.1rem;
	font-weight: heavy;
	line-height: 1.3;}

h3 {font-family: 'Josefin Sans', sans;
	font-weight: heavy;
	line-height: 1.3;}
h1.resultBox_header{ 	display: inline; }
h2.resultBox_header{ 	display: inline; }
h3.resultBox_header{ 	display: inline; }

	
.otherProductHeader {text-align: left; width:100%; background-color:#ced5e1; padding:10px; font-size:1.3rem; font-weight: 500; display: inline-block
}

.resultBox{
  vertical-align: text-top;
	border: thin #FCFCFC solid;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	position: relative;	
	min-height: 75px;
	border-radius: 10px;
	border-bottom: 1px rgb(200 200 200) solid;
	border-right: 1px rgb(230 230 230) solid;
	cursor: pointer;
transition-property: background-color; 	 transition: .7s;
     transition-delay: .3s;
}

	
.optionBox{
  vertical-align: text-top;
	border: thin #FCFCFC solid;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	position: relative;	
	min-height: 75px;
	border-radius: 10px;
	border-bottom: 1px rgb(200,200,200) solid;
	border-right: 1px rgb(200,200,200) solid;
	cursor: pointer;
transition-property: background-color; 	 transition: .7s;
     transition-delay: .3s;
}

.optionaddToCart { 
pointer-events: none;
display:grid;
grid-template-columns: calc(100% - 61px) 61px;
margin: 0px;
background-color: none;
padding: 0px;
top: -5px;
left: -5px;
text-align: center;
position: absolute;
width:100%;
width: calc(100% + 5px);
height:100%;
height: calc(100% + 10px);
vertical-align: bottom;
z-index: 500;
font-family: 'Josefin Sans', sans;
	font-size: 1.1em;
	color: black;
	opacity: 0%;
	transition: opacity 250ms;
	}

.resultBox:hover > .addToCart{ 
 transition-property: opacity;
 transition-delay: .5s;
 transition: .5s;
	opacity: 100%;
	}

.optionBox:hover > .addToCart{ 
 transition-property: opacity;
 transition-delay: .5s;
 transition: .5s;
	opacity: 100%;
	}



.resultBox:not(.leadbox):hover .thumbProduct{ 
 transform: scale( 1.5 );
 transition: transform 1s;
 transition-delay: .3s;
	}
	
.thumbProductReset{ 
 transform: scale( 1 );
 transition: transform .2s;
 transition-delay: .125s;
	}
	
.nameProduct { z-index:2;
position: relative;
top: -6px;
padding-top: 6px;
left: -6px;
padding-left: 6px;
 transition-property: background-color; transition: .7s;
 transition-delay: .3;

} 

.resultBox:hover .nameProduct {
 transition-property: background-color;
 transition: .7s;
 transition-delay: .5s;
 background-color: rgba(240,240,240,.7); 

} 



.resultBox:hover { 
 transition-property: background-color;
 transition: .7s;
 transition-delay: .5s;
background-color: rgb(240,240,240); 
}

.resultBox:hover a {
 transition-property: color;
 transition: .5s;
color: #990000;
}

.resultBox:hover * .thumbProduct { opacity: .8; }
.optionBox:hover * .optionThumbProduct { opacity: .8; }

.resultMaxBox { 
	display:grid;
	grid-template-columns: 90px minmax( 65%, 1fr);
position: relative;
top: 5px;
	}

.optionMaxBox { 
	display:grid;
	grid-template-columns: minmax( 65%, 1fr) 61px ;
position: relative;
top: 5px;
	}



.addToCart { 
pointer-events: none;
display:grid;
grid-template-columns: 50% 50%;
margin: 0px;
background-color: none;
padding: 0px;
top: -5px;
left: -5px;
text-align: center;
position: absolute;
width:100%;
width: calc(100% + 5px);
height:100%;
height: calc(100% + 10px);
vertical-align: bottom;
z-index: 500;
font-family: 'Josefin Sans', sans;
	font-size: 1.1em;
	color: black;
	opacity: 0%;
	transition: opacity 250ms;
	}

.avoDeadSpace {
display: none;
grid-column: 1 /  span 2; width: 100%;

cursor: pointer;
  overflow: hidden;
pointer-events: none;

}

.avoCartNotice{
display: none;
opacity: 0;
grid-column: 1 /  span 2; width: 100%;
cursor: pointer;
  overflow: hidden;
pointer-events: initial;
background-color: rgba(200,200,230,1);
transition: opacity 700ms;
vertical-align: middle;
padding-top: 9px;
padding-bottom: 9px;
padding-top: auto;
padding-bottom: auto;
}

.avoCartNoticeResponse {
position:absolute;
display: inline-block;
vertical-align: middle;
padding-top: auto;
padding-bottom: auto;
opacity: 95%;
transition: opacity 700ms;
z-index:1000px;
pointer=events:none;

}

.cartNoticeText{

vertical-align: middle;
padding-top: auto;
padding-bottom: auto;}


.avoCartButton {
pointer-events: initial; 
box-shadow: 2px 2px 5px rgba(0,0,0,.3);
cursor: pointer;
user-select: none;
        bottom: 0;
		right:0;
margin-top: auto;
margin-left: auto;
background-color: red;
opacity: .1; 
background-color: rgba(255,0,0,.6);
padding: 5px;
border: 1px white solid;
vertical-align: bottom;
text-align: center;
border-radius: 10px;

font-family: 'Josefin Sans', sans;
	font-size: .9em;
	color: white;
	opacity: 100%;
	transition:  background-color 500ms;}

.avoCartButton:hover {
	opacity: 1;
	background-color: orange;
	transition: background-color 500ms;
	pointer-events: initial;
}

.avoCartButton:hover .result-columns { pointer-events:none; }

.avoCartButton:hover .avoCartNotice { pointer-events:none; }

.avoCartButton:active {
	box-shadow: 0px 0px;
	background-color: #448888;
	color: red;
	opacity: 1;
	transition: background-color 0ms;
}
	
.thumbProduct { text-align: top; display: inline;   padding-right: 3px;  transition: transform .7s;
 transition-delay: .1s; }

.leadBox { grid-row:  span 2; padding-left: 1em; padding-right: 1em; padding-top: .3em; padding-bottom: 3em; border: 1px solid #DFDFDF; max-width:400px; }
.leadBox > .resultMaxBox { grid-template-columns: 100%; }
.leadBox * .thumbProduct { width:100%;text-align: center; padding-left: auto; padding-right: auto;}
.leadBox * h3 { 	font-size: 1.4em; }
.leadBox * .thumbsSmall { display: none; }
.avResultPrice { font-weight: bold; }
.avResultPrice::before { font-weight: bold; }
.avResultWithFeat{ display:none; }
.multiItem * .avResultWithFeat{ display: inline; }
.multiItem * .avResultWith { display: none; }

.multiItem * .avResultPrice { display:none; } 
.multiItem * .avResultAdd { display: none; }
.multiItem * .addToCart { 	}
.multiItem * .avResultInfo { grid-column: 1 /  span 2; width: 100%; }
.multiItem * .avResultCond { display: none; }
.multiItem * .avResultSize { display: none; }
.multiItem * .avResultConfigs::before {
    content: '\A';
    white-space: pre;
}
.multiItem:not(.blogItem) * .avResultConfigs::after{ content: " Multiple Options ";   font-weight: bold; }

.blogItem * .avResultConfigs::after{ content: " Read More ";   font-weight: bold; }

.triggerMutliItem { width:1px; height:1px; position: absolute; z-index: -3; }

.TwoWideWide {
grid-column: span 2;
}

.itemsRelated * .result-columns {	margin: 0;

	grid-template-columns: repeat(auto-fit, minmax( 300px, 1fr));}

@media (max-width: 520px) {
    .itemsRelated * .result-columns 
		{grid-template-columns: 100%;}
	.TwoWideWide { grid-column: span 1;}
}

.avResultAdd {width:80%;}
.avResultEdit { max-width:50px; background-color:rgba(0,0,0,.3); opacity: .3;}
.avoDeadSpaceDisp { display: inline-block; background-color: rgba(255,255,125,.9); 	opacity: 100%; font-size: .7rem; line=height: .8rem;
 }


/* Style the fixed icon button */
.contactButtonCorner {
  width: 200px;
  height: 200px;
transition: all 1.1s;
  position: fixed;
  bottom: -200px;
  left:  -200px;
  opacity: 0%;

  /* Add some padding and styling */
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: white 1px solid;
}

.call-text:before {
  content: "call";
  position: absolute;
  color: white;
}

#scroll-to-form {
  /* Add some padding and styling */
  background-color: rgba(100,170,100,40%);
  color: #ddd;
  z-index: 700;
}

/* Style the icon */
#scroll-to-form i {
  font-size: 80px;
  float:right;
  color: rgba(30,100,30,90%);
  -webkit-text-stroke: .7px rgba(200,200,200,50%);
  text-stroke: .7px  rgba(200,200,200,50%);
}


/* Style the icon */
#call-instead i {
  font-size: 80px;
  float:right;
  color: rgba(30,30,100,90%);
  -webkit-text-stroke: 1px rgba(200,200,200,80%);
  text-stroke: 1px  rgba(200,200,200,80%);
}

#call-instead {
  /* Add some padding and styling */
  background-color: rgba(100,100,170,40%);
  color: #ddd;
  z-index: 701;
}

html {
  scroll-behavior: smooth;
}

#listConfigs {
  font-size: 18pt;
  cursor: pointer;
  position: absolute;
  right: 10px; 
  top: 7px;  
}	

#OtherCongfigurations {
	position: relative;
}

.hiddenOpt {
    display: none; /* hides the element */
  }

.optionWindow{
 max-height:360px;
 overflow: auto;
 transition: all 3 sec 'ease';
 text-align: left;
 }
 

 
.optionWindow::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar to 6 pixels */
}

.optionWindow::-webkit-scrollbar-thumb {
  background-color: #888; /* Set the color of the scrollbar thumb */
  border-radius: 4px; /* Set the border radius of the scrollbar thumb */
}

/*  				*/
/* More Info button */
/*					*/

.InfoWall2{
overflow: hidden;
max-height: 600px;
transition: all 1.2s;
}
.moreButtonOn {
	height: 12px;
	width: 100%;
	transition: all 1.1s;
	z-index:5;
	background-color: #80B9B9;
	position:relative;
	top: -11px;
	margin-top:0px;
	padding-top:0px;	
	box-shadow: 0 4px 4px rgba(0, 0, 0, .6);
	opacity: 60%;
	display: hidden;
	}
.moreButtonButton {
color: white; 
background-color:#90B9B9;

border-radius: 17px;
padding:10px; 
position:relative; 
top: -36px; 
font-weight: heavy; 
font-size: 1rem; 
z-index:6; 
width: 75px;
text-align: center;
margin:auto;
transition: all 2s; 
transform: scale(.9); 
cursor: pointer;
}

#moreButtonButtonContainer{
	width: 100%;
	text-align: center;
	}
	
.moreButtonActive{
 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
 border-bottom: 1px solid #500;
 background-color: red;
 opacity: 30%;
 height:1px;
 top: 0px;
} 
.moreButtonButtonActive{
	transform: scale(.6);
	background-color: #B0D9D9;
	top: -17px;
} 


input.itemMainCartQuant { margin-bottom: 5px; font-size: 1rem; width: 50px; text-align:center; background-color:rgb(220,220,220); border: 1px solid rgb(60,60,60) !important; }
div.itemMainCartQuant { font-size: 1.2rem !important; font-weight: heavy !important; display:inline; }
.itemMainCartQuant:focus { } 
p.price { display: inline; }

.compatibleConnect { cursor: pointer;
					color: rgb(160,80,80);
					border: 1px solid rgb(160,50,50);
					padding: 4px;
					margin-bottom: 8px;
					text-align: center;
					width:100%;
					}
.compatibleConnect:hover {	color:rgb(200,100,100);
				border: 1px solid rgb(140,10,10);
				}		



.password-wrapper {
  position: relative;
  display: inline-block;
}

.password-input {
  padding-right: 2.5rem;
}

.reveal-icon {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgb(118 118 194); 
}

@media (min-width: 755px) {
    .avdiv {max-width: 21%; width: 21%; display: inline-block; vertical-align: bottom; min-width:175px; margin-bottom: 0px;}
}
@media (min-width: 495px) and (max-width: 754px) {
    .avdiv {width: 48%; display: inline-block; vertical-align: bottom; min-width:200px; margin-bottom: 0px; }
}
@media (max-width: 494px) {
    .avdiv {width: 100%; display: inline-block; vertical-align: bottom; min-width:200px; margin-bottom: 0px; }
}

@media only screen and (max-width: 767px) {
    #quick-contact {
        padding-bottom: 7px;
        padding-top: 8px;
        width: auto;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    #right-tophead {
        float: right;
        display: inline-block;
		font-size: 1rem;
    }
}


.LogoMenu {
    max-height: 100%;
    transition: all 1s;
	vertical-align: top;
}
.Logohide {
    opacity:0;
    left:-100%;
}
.Logoshow {
    opacity:1;
    left:0;
}
.MenuFullshow {gg
    display: block;
    opacity:1;
}

.tableform{
            font-family: helvetica, arial, sans;
              font-size: 12pt !important;
              color: black !important;
              background-color: #DFDFDF !important;
              border-top: solid 1px rgb(200,200,200);
	      padding: 2px 6px 2px 6px;
			}


#masthead {
    background: #9999de none repeat scroll 0 0;
	background: linear-gradient(to bottom,#d9d9ea, #9999de);
    clear: both;
    padding: 0 0px;
    width: 100%;
    z-index: 99999;
}

@media only screen and (max-width: 900px) {
    #masthead {
        padding: 8px 0;
        border-bottom: 5px solid #000055;
    }
}

.container {
    width: 100%;
	}

@media only screen and (max-width: 767px) {
    #cart-section i {
        font-size: 2.2rem;
    }
}


@media only screen and (max-width: 767px) {
    #cart-section a {
        padding-right: 13px;
        padding-left: 10px;
        margin: 4px 0;
    }
}



#cart-section strong {
    /* margin-left: 0px; */
    display: inline-block;
    font-size: 11px;
    padding: 0px 6px;
    color: #ffffff;
    position: absolute;
    top: -11px;
    right: .25rem;
    background: #a8217b;
    border-radius: 100%;
}

#right-head .header-search-wrapper {
    padding: 2px 3px;
    border: 0px solid #737387;
    float: left;
    margin-right: 10px;
}

.fa-shopping-cart{
	color: #374181;
	font-size: 2.2rem;
	}

.cart-icon {
	color: #374181;
	background: #e3e3ff;
	
	border-radius: 25% 5px;
}

@media only screen and (max-width: 900px) {
    .site-branding {
        float: left;
        margin: 0;
		width: 260px;
    }
}

@media only screen and (max-width: 900px) {
    #right-head {
        float: right;
        width: FIT-CONTENT;
        margin-top: 0px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 479px) {
    #cart-section {
        margin-top: 0px;
    }
	.category-header {
	display: none;
	}
}

@media only screen and (max-width: 590px) {
	
	#main {
		padding: 0;
	}
	
    #primary, .sidebar, #colophon {
        padding-left: 0;
        padding-right: 0;
    }
	
	.category-header {
	display:none;
	}
	
	#InfoWall {
		padding-left: 7px;
        padding-right: 7px;
	}
	
	    .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
        padding: 0 1rem 0 1rem;
    }

	
    #right-head {
        float: none;
        width: 100%;
        margin-top: 1px;
        text-wrap: nowrap;
        display: flex
;
        flex-wrap: wrap;
        flex-direction: revert;
        justify-content: flex-end;
        position: absolute;
        padding: 10px 2px 0px 5px;
    }
	



    #right-head .header-search-wrapper {
        width:100%;
	}


	#right-head .advance-search-wrap, #right-head .advance-search-form {
		display: inline-block;
		position: relative;
		vertical-align: middle;
		width: 100%;
	}
	
	
#masthead {
    background: #9999de none repeat scroll 0 0;
    background: linear-gradient(to bottom,#d9d9ea, #9999de);
    clear: both;
    padding: 0px 0px 30px 0px;
    width: 100%;
    z-index: 99999;
} 
	

.header-search-wrapper .search-form input.search-field, .header-search-wrapper .woocommerce-product-search input.search-field {
        width: 100%;
        position: absolute;
        left: -15px;
    } 
} 

@media only screen and (max-width: 767px) {
    #quick-contact {
        padding-bottom: 7px;
        padding-top: 8px;
        width: auto;
        text-align: left;
    }
}
@media only screen and (max-width: 767px) {
    #right-tophead {
        float: right;
        display: inline-block;
    }
}