
body,h1,h2,h3,h4,h5,h6,.w3-wide {font-family: "Montserrat", sans-serif;
    
    
}
.container {
    display: flex;
    width: 100%;
    min-height: 100vh;
}
.side-column {
    flex: 1;
    min-width: 10%;
    max-width: 10%;
    box-sizing: border-box;
    background-repeat: repeat-y;
    background-size: cover;
}

.side-column.left {
  
    background:none;
}

.side-column.right {
   
    background:none;
}

.center-column {
    flex: 8;
    padding: 20px;
    box-sizing: border-box;
}

.center-content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    /* For smaller screens, stack the columns */
    .container {
        flex-direction: column;
    }

    .side-column {
        min-width: 100%;
        max-width: 100%;
    }

    .center-column {
        flex: 1;
    }
}
.header img {
    width: 100%; 
    height: auto;
    display: block; 
}

#hideButton{
    
    width:30px;
    height:30px;
    position:absolute;
    top:30px;
    right:30px;
    background-color:red;
    color:white;
    font-size:1.2em;
    margin-right:20%;
}
#search-preferences{
    width:100%;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-radius:10px;
    border-color:peru;
    background-color:beige;
     margin-left:-10px;
    
}
#tabsarea{
    width:100%;
    padding:20px;
    border-style:solid;
    border-width:2px;
    border-radius:10px;
    border-color:peru;
    margin-left:-20px;
    background-color:lightsteelblue;
    
}
 .containersp {
            display: flex;
            gap: 5%; 
            height: auto; 
        }

        .left-columnsp {
            width: 30%;
            background-color: #f2f2f2; 
         
        }

        .right-columnsp {
            width: 70%; 
            padding: 20px; 
        }
 
        .ff{
            padding-left:45px;
            padding-right:35px;
            font-size:1.4em;
        }
        .ff2{
            padding-left:255px;
            font-size:1.4em;
        }
        
          .row2 {
            display: flex;
            gap: 20px; 
        }
          .column2 {
            flex: 1; 
            background-color: #f2f2f2;
            padding: 20px; 
        }
         .imgcont img{
            border-style:solid;
            border-radius:7px;
            
        }
        
        .bigSearchButton img{
            margin-top: -0.5em;
            height: 44px; 
            margin-left: 34%;
        }
        
        #loadingIcon {
  position: fixed;
  top: 40%;
  left: 52%;
  transform: translate(-50%, -50%);
  display:none;
}
#main2{
    width:100%;
    height:750px;
   background-color:olivedrab;
}
#main3{
    height:auto;
    width:100%;
   border-radius:5px;
   border-color:orange;
   border-width:2px;
    background-color:white;

}

/* product-grid */


#main-products{
    
    height:700px;
    overflow-x:auto;
    
    
    
}
  
#product-grid .txt-heading {
    border-top: #F08426 2px solid;
    background-color: #FFD0A6;
}

.product-item {
text-align:center;
    background: white;
    margin: 1px;
    padding: 2px;
    margin-top:20px;
    padding-bottom:10px;

}


.product-item:hover{
    
   border-style:dashed;
    border-width:1px;
/*    background-color:dodgerblue; */
    
}
.product-item img{
        vertical-align: middle;
    height: 11rem;
/*    width: 95%; */
    border-style: solid;
    margin-top: 5px;
    
}
  .bytiles:hover{
      border-color:orange;
      border-width:4px;
      border-radius:10px;
  }
  /* for fetch_type.php and stonestore */
.item_t {
  flex: 1 0 auto; /* Allow items to grow and shrink equally */
  max-width: calc(25% - 20px); /* Maximum width of each item */
  background-color: skyblue;
  border: 3px solid #ddd;
  box-sizing: border-box;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  border-style: solid;
  background-color: white;
}

.container_t {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* Start items from the beginning of the row */
}

.item_t:hover {
  transform: translateY(-5px);
}

.item_t img {
  width: 90%;
height:auto;
  padding:3.5%;
border-style:solid;
 
}

.item-content_t {
  padding: 20px;
  background-color:lightskyblue;
}

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

.item_t button {
  background-color: #4caf50;
  color: white;
  padding: 4px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}

.item_t button:hover {
  background-color: #45a049;
}

.item-description {
  max-height: 60px; /* Set a max height */
  overflow: hidden;
}

.btnhold{
    text-align:center;
    
}

.text_t{
    font-size: .9em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px;
   
}
.text_tp{
    font-size: 1.3em;
    margin-top: 10px;
   text-align:center;
    padding: 7px;
    color:green;
   
}
.text_pb{
    font-size: .8em;
   margin-top:-10px;
    margin-bottom: 10px;
    padding: 7px;
    color:brown;
    float:right;
   
}
.i_t{
    padding-top:5px;
    text-align:center;
}
/* end */

/* for getDetails.php. */
 .flex-container_d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .main-photo_d {
    flex: 1 1 100%; /* main photo takes up full container width */
    /*max-width: 500px; */
    justify-content:center;
    margin-top:36px;
  }
  .additional-photos_d {
    flex: 1 1 20%; /* additional photos take up 20% of the container width */
    max-width: 150px; /* adjust as needed */
    margin-top: 20px; /* add margin to separate rows */
  }
  .image_d {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
   .main-photo-container_d {
    width: 50%; /* Forces main photo container to take full row */
    margin-bottom: 20px; /* Adds space between main photo and additional photos */
    justify-content:center;
  }
  
  .bb2{
      padding:35px;
  }
  
  .bbutton{
      float:right;
      border-style: solid;
    background-color: blue;
    border-radius:5px;
  }
  
  .item-details{
      margin-top:35px;
  }
  .idetails{
      font-size:1.5em;
      font-weight:bold;
      text-decoration:underline;
      
  }
  /* end */
  #reset{
      display:none;
      width:15%;
      float:right;
      height:30px;
      text-decoration:underline;
      font-size:1.1em;
  }
   .material-container {
            border: 3px solid blue;
            margin: 15px 10px 0 4px;
            border-radius: 4px;
            padding: 7px;
        }
        .material-title {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .material-option {
            margin-bottom: 5px;
        }
      
        #fCategorySelect{
            padding: 5px;
            font-size:1.1em;
            
        }
    .xy{
        
        font-size:1.1em;
        margin-left:15px;
    }
    .zz{
        font-size:1.1em;
        
    }
    
    .xselect-class{

       padding: 1px;
    font-size: 1em;
    border-radius: 2px;
    margin-left: 15px;

        
    }
    
     
    
    .ftext_t{
        
        font-size:1.2em;
        color:green;
        text-align:center;
        margin-bottom:16px;
    }
    
   .top-right {
    position: relative;
    top: 10px; /* Adjust the top position as needed */
    right: 10px; /* Adjust the right position as needed */
    z-index: 9999; /* Ensure the div is above other content */
    padding: 5px; /* Adjust the padding as needed */
    height:60px;
    background:none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for better visibility */
}

.top-right img {
   width: 50%;
    float: right;
    margin-bottom: -40px;
    margin-top:-10px;
    margin-right: 10%;
}
    .bbac{
        
        background-color:cornflowerblue;
     
    }
    
    .left-columnsp img{
                width: 60%;
  
    float: right;
    margin-bottom: 15px;
    margin-top: 10px;
    }
    .left-columnsp{
        background:none;
        
    }
  
    .poop{
    background-color: blue;
    color: white;
    font-size: 1.5em;
    padding-left: 10px;
    height: 50px;
    display:none;
        
    }
    .srch:hover{
       
    border-style: solid;
    border-radius: 7px;
    border-color: orange;
    border-width: 4px;
        
    }
    
    .xsrch:hover{
        border-style:solid;
    border-color:yellow;
    border-width:3px;
        
    }
 /* for tabs */
 /* Basic */
@import url("https://use.typekit.net/ovt6ynt.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Spectral:wght@200;300;400;500;600;700;800&display=swap");


.title {
  text-align: center;
  padding: 50px 0px 25px 0;
  font-size: 44px;
  font-weight: 600;
  color: #21222c;
  font-family: "Playfair Display SC";
}
.wrapper {
  background-color: #f6f8ff;
  width: 100%;
  min-height: 100vh;
  min-width: 90vh;
  background: transparent;
  opacity: 1;
}

.wrapper.pre {
  background-size: cover !important;
  background: url(https://images.unsplash.com/photo-1523633589114-88eaf4b4f1a8?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3870&q=80);
  background: url(https://images.unsplash.com/photo-1462556791646-c201b8241a94?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2896&q=80);
  position: absolute;
  top: 0;
  z-index: -2;
  opacity: 0.75;

}

.wrapper .line {
  width: 50%;
  margin: 25px auto 0 auto;
  height: 1px;
  background-color: #c3d2e3;
}

 .card {

width:110%;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  margin: 0 auto;
}
.tabs {
  text-align: left;
  position: relative;
}
.tabs input {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
}

.tabs input + label:hover {
  color: #777;
}
.tabs .tabsShadow {
  width: 100%;
  padding: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  position: absolute;
  height: 35px;
  z-index: 0;
  top: 0;
  pointer-events: none;
}

.content .item {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  padding: 10px 20px;
}

#tab-1:checked ~ .glider {
  left: 0px;
}
#tab-2:checked + label {
  color: #51a14c;
}
#tab-2:checked ~ .glider {
  background: linear-gradient(90deg, #51a14c 0%, #10c33e 100%);
  box-shadow: 0px 0px 8px 0px rgba(47, 187, 12, 0.62);
}

#tab-3:checked + label {
  color: #525252;
}

#tab-1:checked ~ section #content-1,
#tab-2:checked ~ section #content-2,
#tab-3:checked ~ section #content-3,
#tab-4:checked ~ section #content-4 {
  opacity: 1;
  visibility: visible;
}

.tabs input + label {
  margin: 12px -8px;
  width: 31%;
  transition: all 0.3s;
  text-align: center;
  border: none;
  border-bottom: 0.5pt solid #1d1e22;
  color: #e7e9f5;
  display: inline-flex;
  -webkit-box-pack: center;
  padding: 5pt 10pt;
  vertical-align: top;
  justify-content: flex-start;
  background: #333;
  box-shadow: 1px 1px 2px 1px #231f20;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 8pt;
  background: #26292c;
  margin-bottom: 0.5px;
  border-radius: 7px 7px 0 0 !important;
  border-top: 1px solid #3b3d3f;
  letter-spacing: 0.1666666667em !important;
  font-family: "antique-olive" !important;
  background: hsl(232deg 6% 17%);
  cursor: pointer;
}

.content {
  margin: 0px auto;
  text-align: left;
  line-height: 20px;
  height:480px;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 10%);
  display: block;
  padding: 1.25rem;
  z-index: 2;
  border-top: 1px solid #3b3d3f;
 
  background: hsl(232deg 16% 15%); 
  position: relative;
}

.card {
  max-width: 600px;
  min-height: 140px;
  border-radius: 10px;
  border: none;
  margin: 0 auto;
  display:inline-block;
  z-index: 4 !important;
  position: relative;
  background: linear-gradient(#141e30, #243b55);
  background: #16181a;
  border-top: 1px solid #3b3d3f;
  background: hsl(232deg 18% 8%);
}

.content p {
  margin: 10px 15px 10px 0;
  letter-spacing: 0.75px;
  font-size: 14pt;
  font-style: normal;
  color: #f0f2fc;
  line-height: 30px;
  margin-top: 10pt;
  font-family: "freight-display-pro";
  font-weight: 300 !important;
}
h2.tab-title.tab-warning,
h2.tab-title.tab-success,
h2.tab-title.tab-primary,
h2.tab-title.tab-default {
  display: inline-flex;
  color: #fff;
  background-position: bottom center;
  margin-bottom: 0pt !important;
  margin-top: 6pt;
  height: 22pt;
  text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  text-transform: capitalize;
  font-size: 24px;
  letter-spacing: 0px;
  font-family: "Manrope" !important;
  font-weight: 800 !important;
}

h2.tab-title.tab-default {
  background: linear-gradient(10deg, #f7ec9c, #ff8651);
}

h2.tab-title.tab-success {
  background: linear-gradient(10deg, #02ce85, #02ceab);
}

h2.tab-title.tab-primary {
  background: linear-gradient(
    60deg,
    hsl(202deg 100% 75%),
    hsl(205deg 100% 64%),
    hsl(230deg 100% 75%),
    hsl(270deg 100% 72%)
  );
}

h2.tab-title.tab-warning {
  background: linear-gradient(70deg, #c51574, #97389b);
}

.tabs input {
  position: relative;
  opacity: 0;
  margin: auto !important;
  padding: 0;
}
label.tab.tab-primary {
  border-radius: 6pt 0 0 6pt;
}
label.tab.tab-warning {
  border-radius: 0 6pt 6pt 0;
}
#tab-1:checked + label {
  color: deepskyblue;
}
#tab-3:checked + label {
  color: #ffadfa;
  color: #ffaa75;
}
#tab-4:checked + label {
  color: #ffadfa;
}
#tab-1:checked ~ .glider {
  left: 2.6%;
}

#tab-2:checked ~ .glider {
  left: 31.85%;
}
#tab-3:checked ~ .glider {
  background: linear-gradient(
    90deg,
    #faffcc 0%,
    #f5eea3 10%,
    #ffe48a 40%,
    #ffb54d 65%,
    #ff974d 85%,
    #ff8052 100%
  );
  left: 66.15%;
  box-shadow: 0px 0px 8px 0px hsl(17.72deg 100% 70% / 70%);
}

#tab-4:checked ~ .glider {
  background: linear-gradient(90deg, #b9326f 0%, #ff5ddc 100%);
  box-shadow: 0px 0px 8px 0px rgba(231, 13, 93, 0.57);
  left: 62.365% !important;
}

.glider {
  width: 15%;
  padding: 0px 13px;
  height: 4.5px;
  border-radius: 0 0 1px 1px;
  position: absolute;
  box-shadow: 0px 0px 8px 0px hsl(262deg 100% 70% / 70%);
  background: linear-gradient(
    113deg,
    hsl(260deg 100% 64%) 0%,
    hsl(190deg 100% 55%) 100%
  );
  transition: all 0.3s;
  top: 36px;
  z-index: 2;
}

span.numit {
  font-size: 12pt;
  font-family: "muli";
  font-weight: 600;
  text-shadow: 0.5px 0.5px 0.5px #e7e9f5;
  color: #0e101a;
  margin-right: 2px;
  margin-left: -2px;
  padding: 0;
  color: aliceblue;
  text-shadow: 0.5pt 0.5pt 0.5pt #2d3748;
}

 #ssg1{
      background-color: lightsteelblue;

    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
     
 }
 
 
 #ssg2{
      background-color: lightsteelblue;

    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
     
 }
 #fdg1{
      background-color: lightsteelblue;

    border-color: white;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
     
 }
 .ssbigdesc{
     color:white;
     
 }
 .ssbigdesc h5{
     color:green;
 }
 
 #mainimgarea img{
    width:100%;
    margin-top:-20px;
}
 .pspan{
     font-size:1.1em;
     margin-left:15px;
     color:green;
     
 }
 .pspan2{
     font-size:1.1em;
     margin-left:15px;
     color:green;
 }
 #prange{
     margin-top:-5px;
     
 }
 .fd1{
     width:100%;
     text-align:left;
     font-size:1.2em;
     margin-top:80px;
     
 }
#fColorSelect{
    padding:4px;
}

   .limited-width-select {
            width: 200px; /* Set the width you want */
            overflow: hidden; /* Hide overflow */
            white-space: nowrap; /* Prevent text from wrapping */
            text-overflow: ellipsis; /* Show ellipsis (...) for overflow text */
        }

        .limited-width-select option {
            width: 100%; /* Ensure options take full width of the select */
            overflow: hidden; /* Hide overflow */
            white-space: nowrap; /* Prevent text from wrapping */
            text-overflow: ellipsis; /* Show ellipsis (...) for overflow text */
        }
        .stoneCenterSearchButton{
            width:100%;
            margin-bottom:123px;
        }
        
        .stoneStoreSearchButton{
            width:100%;
            margin-bottom:123px;
        }
        .yy{
            
            margin-bottom:12px;
        }
        .trecs{
            width:100%;
            font-size:1.1em;
            text-align:right;
            color:blue;
            margin-right:15px;
            
            
        }
        .total-results{
            font-size:1.3em;
            text-align:right;
            color:gray;
            margin-right:15px;
            
        }
        
        .total-results2{
            font-size:1.5em;
            text-align:left;
            
            color:green;
            font-weight:bold;
            margin-left:15px;
            
        }
        #cnow img{
            width:100%;
            margin-top:30px;
            
        }
      .xsrch{
          width:70%;
      }
      .page-link{
          padding:3px;
      }
      
 .header-container {
      position:absolute;
      top:0px;
      height:140px;
      width:100%;
      justify-content: center;
      align-items: center;
      background-color: lightsteelblue;
      box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); 
      background-image: url(images/decorativestoneonlineheader.jpg);
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
      color: white; /* Set text color to contrast with background */
    }
    
    .center-column{
       box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);   
    }
    
#navbarholder{
    height:auto;
    width:100%;
    text-align:center;
    margin-top:142px;
    background:none;
}

.welcome-banner {
      height:140px;
      width:100%;
      justify-content: center;
      align-items: center;
      background-image: url('images/welcome-banner2-min.jpg');
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
     margin-top:-40px;
    }