/* ------------------------------------------general PAGE------------------------------------ */
:root {
  --background_gradient: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 47%, rgba(0,0,0,0.65) 100%);
  --background_property:no-repeat center center scroll;
  --example_grid_width:320px;
  }
img {
  max-width: 100%;
  height: auto;
}
#container a {text-decoration: none;}
#container a:hover {text-decoration: underline;
}
#container a:hover, #container a:active {
  outline: 0;
}
.clearfloat, .clear {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
body {
  font: 100% Verdana, Arial, Helvetica, sans-serif; 
  line-height: 1.5; 
  margin: 0;
  padding: 0;
}
#container { 
 display: flex; flex-direction: column;
}
#mainContent { 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width:100%;
  /*padding: 1rem .5rem;*/
  padding-top: .75rem;
  max-width: 1500px;
}
article {
  max-width: 45rem; /* about 80 charachters in the row for easy reading */ padding: .5rem; margin: 0 auto;
}
.mycard{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
/* -----------------------------------------HEADER---------------------------------- */
#divToolbar { 
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.mega-row{
    justify-content: space-around;
}
.menu-icon{
   width:auto; 
}
#ToolbarMiddle {
  display: flex;
  width: 100%;
  background-color: black !important;
}
.menu_wrap{flex-wrap: wrap !important;}
.gsc-control-cse {
  background-color: inherit !important;
  border: none !important;
}
#divLogo {
  background: transparent url("/images/img_logo.gif") no-repeat;
  height: 60px;  width: 205px; background-size: contain;
  margin-right: 3rem;
}
.phone_num span::before {
  content: "";
  display: inline-block;
  background-image: url("/images/icons/phone-icon-100x100-1.png");
  background-size: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 4px;
  vertical-align: middle;
}
.freeShipIcon24 {
  background-image: url("/images/icons/free-shipping-24.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: bottom;
}
#gsc-iw-id1{border-radius: var(--bs-border-radius-xl)!important;}
/* ----------------------------------MENU---------------------------------- */
.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}
.dropdown-hover > .dropdown-toggle:active {
  /* Without this, clicking will make it sticky */
  pointer-events: none;
}
.mega-content img{width:150px;height:150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right; 
    object-position: right
}
.mega-content .card{border:none}

/* -----------------------------------------FOOTER---------------------------------- */
#divPageFooter { 
  display: flex;
  flex-direction: column;
  width:100%
}
footer a {
  color: white
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: black;
  color: white;
  padding-top: 1rem;
}
.wp-block-social-link-anchor svg {
  color: currentcolor;
  fill: currentcolor;
}
#copyrightLine {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 40px;
  clear: both;
  padding-top: 25px;
  padding-left: 1rem
}
#navFooter { padding-top: 2rem; 
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;justify-content: center;
}
#navFooter ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.footer_column {
  display: flex;
  flex-direction: column
}
.recent_list {
  width:100%;
}
.badges {
  width: 100%; 
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem;
  gap:1rem;
}
/* -----------------------------PAGING CATALOG-------------------- */
.pagelistdiv {width: 100%;
  text-align: center;
  margin: 5px 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px dashed #400;
}
.pagelist {
  padding-left: 0;
  margin-left: 0;
  font-size: 120%;
  font-weight: bold;
  list-style: none;
}
.pagelist li {
  display: inline;
  padding: 5px;
  margin: 5px;
}
.pagelist li.currpage {
  color: white;
  background-color: #835843;
}
/* --------------------------------CATEGORY------------------------------ */
.category_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:1rem;
}
.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 65vh; /* if you don't want it to take up the full screen, reduce this number */
    overflow: hidden;
    background-size: cover !important;
    align-self: center;
    transition: background-image 1s ease-in-out;
}
.hero_title {
    font-style: normal;
    font-weight: bold;
    color: #fff;/*#eee*/
    letter-spacing: 0.03em;
    line-height: 1;
    text-shadow: 1px 2px 7px rgba(0, 0, 0, 0.8);
    margin-bottom: 1px;
    font-size: 6vmin;
}
h2.hero_title{
    font-size: 3vmin;
}
.searchform{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:1rem;
}
.searchbox {
  /*width: 100%; */
  margin: 10px 0;
  padding: 10px;
  font-weight: bold;
}
.shadowbox {
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #ddd;
  border-radius: 5px;
  margin: .5rem;
}
.condition {
  font-weight: bold;
}
#condition {
  padding: 1rem;
  text-align: center;
}
.catalog_grid{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 162px);
  /*grid-template-columns: repeat(auto-fit, minmax(min(170px,49%),1fr));*/
  justify-content: center;
  gap: 2rem;
  padding: .5rem;
}
#bottomtext { display: flex;
  padding-top: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  gap:1rem;
}

.price {
  font-weight: bold;
  padding: 1rem; 
  font-size: 1.3rem; 
  }
.example_section {width: 100%;}
.example_section ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(var(--example_grid_width), 1fr));
grid-gap: 1rem;
padding: 0;}
.example_section ul li {list-style: none}
.example_section .card{height:100% !important;}/* makes cards in a row all the same heigh */

/* ------------------------------------------------ITEM_DETAILS-------------------------------------------------- */
.addtocart{margin: 1rem;}
.category {
  display: flex;
  width: 100%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:1rem;
}
.breadcrumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.9rem
}
.breadcrumbs a {
  color: black;
}
.customize {color:#ff9933;
font-weight: bold;}
#productgrid { 
  display: flex;
  gap: 3rem;
}
#mainimg {
  text-align: center;
  row-gap: 10px;
  align-content: start;
  display: flex;
  flex-direction: column;
  align-self: start;
  margin: 0 auto;
   position: sticky;
   top: 10rem;
}
#descblock { 
  margin: 0 auto;
}
#orderform { 
  font-weight: 600;
  font-size: 1.1rem;
  order: 3;
  flex: 0 0 auto;
  margin: 0 auto;
}
#OrderTable {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#legendblock {
  display: flex;
  flex-direction: column;
  gap: 1rem
}
.option_field{
    display: flex;
    flex-direction: column;
    gap:.25rem;
}
.buttonholder {
  margin: 0 auto;
  text-align: center;
 }

.descsection {
    padding-bottom: 2px;
}
.pixtip {
  overflow-x: scroll;
  white-space: nowrap; 
  padding-left: 2px;
}
.pixtip li {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}
.smallthumb { /*width:60px; height:auto; */ 
}
.thumbSelected {
  border: solid 2px orange;
}
#tabpricelist {
  padding: 0 5px;
  margin-left: 0;
  margin-bottom: 5px;
  border-spacing: 0 8px;
  width: 100%;
  border-collapse: inherit;
}
#tabpricelist tr {
  padding: 4px;
  margin: 2px;
}
#tabpricelist label, #tabpricelist input, #tabpricelist tr {
  cursor: pointer;
}
#tabpricelist tr:hover {
  text-decoration: underline;
}
.colsize {
  padding: 3px;
}
.colprice {
  text-align: right;
  padding-right: 2px;
}
#quicklinks ul {
  list-style: none;
  margin-left: 2px;
  padding-left: 0;
}
#quicklinks li {
  padding-bottom: 10px;
}
.instock {
  background-color: beige;
  border: 1px none #400;
}
.uldesc{list-style-type: none;}
#matlist{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#matlist li {
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#matlist li img {
  height: auto;
  padding-right: 10px;
  width: 4rem;
}
.addwishlist {
  padding: 1rem;
  text-align: center
}
#orderblock { 
    padding: 0 1rem;
}
#message {
  font-size: 12px;
  display: none;
}
#qty {
  vertical-align: top;
}
.units {
  padding-left: 3px;
}
.msg {
  background-color: white;
  font-weight: bold;
  color: green;
}
/* -------------------------------PICTURE-DETAIL------------------------- */
#gallerydetail {
 padding-top:1rem;
}
#prevnext{text-align: center; padding:1rem;}
#prevnext a{padding: .5rem;}
.gallery_picture_card{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content; 
    margin: 0 auto;}
/* -------------------------------HERRINGBONE-PLANK------------------------- */
.form_options {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    font-weight: bold;
    margin: 0 auto;
}
.order_form_hor {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#size-form > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
}
/* --------------------------------- MISC  ----------------------------------- */
.titleText {
  font-size: 1.0rem;
  font-weight: bold; 
  margin: 1rem auto;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eee;
  padding-bottom: 1rem;
  text-align: center;
}
.itemName { 
  font-weight: bold; 
}
.stock {
  color: green;
}
.faqLinks {
  color: #835843;
}
.bigHeading {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem;
  text-align: center;
}
h1.bigHeading {
   font-size:1.7rem;
}
h2.bigHeading {
  font-size:1.5rem;
}
.errorText {
  color: #C00;
  background-color: #FFC;
}
.finePrint {
  font-size: 12px;
}
.SaleAd {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: red;
}
.ticker { cursor: pointer;margin: 0 auto;
  /*font-size: small;*/
}
#divToolbar .ticker {
  color: white !important;
}
.ticker a {
  color: white;
  text-decoration: none;
}
.separatorLineSilver {
  border-width: 1px;
  border-style: dashed;
  border-color: #FFF #FFF #CCC #FFF;
}
.finePrintNormal {
  font-size: 12px;
  font-weight: normal;
}
.roundBorder {
  border: thin solid #963;
  border-radius: 7px;
  
}
/* -----------------------------------SPRITE ICONS---------------------------- */
.sprite, span.pdficon, span.helpicon, span.next, span.prev {
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.sprite {
  background-image: url("/images/icons/sprite-icons_0611.gif");
  width: 20px;
  height: 14px;
}
span.bookmark {
  background-position: 0 0;
}
span.print {
  background-position: 0 -16px;
}
span.email {
  background-position: 0 -33px;
}
span.top {
  background-position: 0 -75px;
}
span.zoom {
  background-position: 0 -54px;
}
span.search {
  background-position: 0 -96px;
}
span.cart {
  background-position: 0 -119px;
}
span.calcicon {
  background-position: 0 -140px;
}
span.pdficon, span.helpicon {
  width: 20px;
  height: 18px;
  background-image: url("/images/icons/sprite2.gif");
}
span.helpicon {
  background-position: 0 0;
}
span.helpicon:hover, .sprite:hover {
  transform: scale(1.2);
  transition: transform 0.3s;
}
span.pdficon {
  background-position: 0 -24px;
}
span.next, span.prev {
  width: 65px;
  height: 18px;
  background-image: url("/images/icons/sprite-prevnext.gif");
}
span.prev {
  background-position: 0 0;
}
span.next {
  background-position: 0 -26px;
}
.toplink {
  padding-bottom: 5px;
  border-bottom: dashed #966 thin;
}
.toplink a {
  color: #966;
}
.firstOption {
  font-weight: bolder;
  color: black;
}
.changedSelect {
  color: red;
}

/* ---------------------------------------------CART-------------------------------- */
#minicart {
  display: none; 
  z-index: 110;
  }
#fc_quantity {
  color: #e47911; 
 vertical-align: super;
}
.cart2 {
  background-image: url("/images/icons/Shopping-Cart-10-35.png");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.err {
  background-color: pink;
  font-weight: bold;
  color: red;
}
.buy {
  padding: 0 2px;
  vertical-align: text-bottom;
}

.cssbutton {
  box-shadow: inset 0 1px 0 0 #fceaca;
  background: linear-gradient(center top, #ffce79 5%, #eeaf41 100%);
  background-image: linear-gradient(#ffce79 5%, #eeaf41 100%);
  background-color: #ffce79;
  border-radius: 4px;
  text-indent: 0;
  border: 1px solid #eeb44f;
  display: inline-block;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  height: 40px;
  line-height: 30px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ce8e28;
}
.cssbutton:hover {
  background: -moz-linear-gradient(center top, #eeaf41 5%, #ffce79 100%);
  background-image: linear-gradient(#eeaf41 5%, #ffce79 100%);
  background-color: #eeaf41;
}
.cssbutton:active {
  position: relative;
  top: 1px;
}
/* ------------------------------------------Mobile View Desktop link--------------------------- */
#toggle {
  display: none;
}
.fixed #toggle {
  display: block;
}
footer .fixed {
  clear: both;
}
footer .fixed #toggle {
  text-align: center;
}
.mobile {
  display: none;
} /*only show in mobile*/

/* ---------------------------------------PRINT----------------------------------------- */
@media print {
  * {
    box-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
  }
  .printHide, #divToolbar, #divSubmenu, #divLogo, #divPageFooter #navFooter, #stockbox, button, #tophead a, #quicklinks, #searchbox, #searchbox select, .toplink a,  .addwishlist, .recent_list, .buy, .badges, .nomobile, #idetails, #minicart,.zoomImg:after, .category, .wishlist {
    display: none !important;
    visibility: hidden;
  }
  a {
    text-decoration: none;
  }
  body {
    font: 12pt "Times New Roman", "TimesNR", Times, serif;
  }
    .hero{height: auto;}
    .hero_title{text-shadow: none;}
  article{max-width: 100%!important;}
  .thumbimg img {
    overflow: visible;
  }
    .card{display: block;}
   h2, h3 {
    page-break-after: avoid;
  }
  img{
    max-width: 100% !important;
  }
  #productgrid {
    display: block;
  }
   #mainimg{position: static;}
}
/* ---------------------------------------- iPAD (portrait and landscape) ------------------------ */
@media only screen and (width >= 768px) and (width <= 1024px) {
  #mainContent { z-index: 2;
  /* tablet flag. DO NOT CHANGE */
  }
    .zoomImg:after {
    background: none;
  }
  #productgrid {
    flex-wrap: wrap;
  }
  #orderform {
    order: 2;
    flex: 1 0 auto
  }
  #descblock {
    order: 3
  }
    #mainimg{position: static;}
}