<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**

 * Main Template CSS Stylesheet

 * 

 * BOOTSTRAP v3.4.0

 *

 */

.clearBoth {

   clear: both;

}

.forward {

    float: right;

}

.back {

    float: left;

}



/* This is used to re-size images */

img {

    max-width: 100%;

    height: auto;

    border: 0;

}



.qmix &gt; br {

    display: none;

}



.normalprice, .productSpecialPriceSale {

    text-decoration: line-through;

}



#back-to-top {

    position: fixed;

    bottom: 5rem;

    right: 1rem;

    z-index: 1;

    text-align: center;

    cursor: pointer;

    transition: opacity 0.2s ease-out;

    opacity: 0;

}



#back-to-top.show {

    opacity: 1;

    z-index: 1;

}



/* Added by Carlos */

.payments {text-align:center;}

#taglineWrapper {float:right;margin-left:10%;}





#tagline {color:#4479ba;font-weight:bold;font-size: 1.25em;
    margin-left: 0%;}

#navBreadCrumb ol {
    background-color: #ffffff;
    display: none;
}



#navCatTabs a {text-decoration:none;}



#ezpagesBarHeader {width:40%;float:right;margin-top:20px;}

.mb-3 {margin-bottom: 0rem !important;}

.rounded-bottom {

    border-top-right-radius: .25rem !important;

    border-top-left-radius: .25rem !important;

}



.nav-link {text-decoration:none;}

@media (min-width: 576px) {
    .col-sm-8 {
        flex: 0 0 50.666667%;
        max-width: 66.666667%;
    }
}



/* set height of scrollable area in mobile menu */

div#navbarSupportedContent {

    max-height:2.5vh;

	font-size:12px;

    /*overflow-y:auto;*/

}



#navbar-spacer.mt-5.pt-4 {

	padding-top:0px !important;

}



.zca-banner {

    text-align: center;

}



.ot-title {

    text-align: right;

}

.ot-text,

.totalCell {

    text-align: right;

}



.centeredContent {

    text-align: center;

    padding: 1rem;

}



table.tabTable td {

    padding: 0.5rem;

}

#indexProductList-cat-wrap {

    margin-bottom: 1rem;

}

#productsListing-bottomRow {

    margin-top: 1rem;

}



.sideBoxContent select {

    margin-bottom: 1rem;

}

#navCatTabs a,

#navCatTabs a:hover {

	border:none;}

	

#categoriesTabs {border-top: 1px solid #604F50;border-bottom: 1px solid #604F50;}

/*{border: 2px solid black;}

    border: 0.125rem solid #007faf;*/





/* Added as Custom*/

.d-block {text-align:center;}

.homepic {margin-top:-10px;}
.nav {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-left: 5.5%;margin-bottom: 0;list-style:none;}

#ezpagesBarHeader {width: 100%;}




/* These CSS media queries control how many columns of cards display on the login, checkout_shipping, checkout_payment &amp; checkout_confirmation pages */

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) { 

.card-columns {

  -webkit-column-count: 1;

  -moz-column-count: 1;

  column-count: 1;

}

}


/*
@media (max-width: 576px) { 

div#navbarSupportedContent {

    max-height:90vh;

	font-size:12px;

    /*overflow-y:auto;*/

/*	}}



@media (max-width: 576px) { 

div#ezpagesBarHeader {

    display:none;

    /*overflow-y:auto;*/

/*	}}*/

@media only screen and (orientation:portrait) {
/*bof responsive*/
div#ezpagesBarHeader {display:none;}
div#navbarSupportedContent {max-height:90vh;font-size:12px;/*overflow-y:auto;*/}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {display:none;}
#taglineWrapper {margin-left:0%;}
.link_button{margin-left:5%;
	float:right;}
}

 .image-container {
      display: grid;
      grid-template-columns: 1fr; /* Single column for stacking */
      gap: 10px; /* Optional spacing between images */
    }

    .image-container img {
      width: 100%; /* Ensure images are responsive */
    }

    @media (min-width: 768px) {
      .image-container {
        grid-template-columns: repeat(4, 1fr); /* 4 columns for larger screens */
      }
    }



.container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }

    .item {
      margin-bottom: 20px;
      text-align: center;
    }

    .item img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
	padding-right:7px;
    }

    .item p {
      margin-top: 10px;
      font-size: 16px;
      color: #333;
    }

    @media (min-width: 768px) {
      .container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
      }

      .item {
        width: 25%;
        margin-bottom: 30px;
      }
    }

.link_button {
	float:right;
	margin-right:50px;
	text-align:center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #a40b28;
    color: #FFF;
    padding: 8px 12px;
    text-decoration: none;
}



/*  Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {

.card-columns {

  -webkit-column-count: 1;

  -moz-column-count: 1;

  column-count: 1;

}

}



/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {

.card-columns {

  -webkit-column-count: 2;

  -moz-column-count: 2;

  column-count: 2;

}

}



/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) { 

.card-columns {

  -webkit-column-count: 2;

  -moz-column-count:2;

  column-count: 2;

}

}



</pre></body></html>