/*VIENAVBAR CSS*/
/*============================================================*/

.suggestedItem:hover{
 background-color: hsl(0, 0%, 95%);
  
}

/*HOME CSS*/
/*============================================================*/
#siteBanner{
   
    /*C1: Same as base, except differnt imag paths and minor adjustments*/
    background-image: url("../pictures/sitePictures/banner.jpg"), url("../pictures/sitePictures/banner2.jpg"), url("../pictures/sitePictures/banner3.jfif");
	background-size: contain, contain, contain;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: right, left, top;
    
    padding: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	
	border-radius: 5px;
	font-style: italic;
	
	font-family: "Times New Roman", Times, serif;
	
	text-shadow: 1px 1px 1px black;
	
    /*C1*/
    color: white;
    
}
.myCarousels{
    margin-bottom: 5px; /*Omdat jy met cols en rows werk is daar heelmoontlik 'n gap opsie? */
}
.myCarouselInners{
    margin: auto;
   /* min-height: 250px; /*Onseker: omdat party kaarte groter is as ander, as 'n kaar groter is as die een, sal die ander carousel items kleiner wees.*/
    width: auto; 

}
.myCarouselCardHeader{
    height: 35px;
    overflow: hidden;
  text-overflow: ellipsis;
  
    
}
.itemArchived{
    background-color: rgb(25, 103, 59) !important;

}
.itemArchived::after{
    content: " (Archived)";
}

.itemPinned{
    background-color: rgb(197, 173, 40) !important;
    

}

.myCardTitle{
    
  
}
.myCarouselCard{
    
}
.grid-container {
  display: grid;
   grid-template-columns: 1fr 1fr;
   column-gap: 10px;
}

.myCarousels{
    background-color: white;
}
@media screen and (max-width: 600px) {
    
}
.myCarouselBackgrounds{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    
}
#homeMiniBanner{
    
}
#homeAddress{
   
    margin: auto;
    opacity: 0.9;

}
#homeAddressInner{
    
}

.nav-link.dropdown-toggle {
  white-space: normal !important;
}


/*PRODUCT CSS*/
/*===============================================================*/
.productContainer{
    border: 1px solid red;
}
.productRow{
    border: 1px solid blue;
    height: 300px;
}
.myProduct-grid-container{
    display: inline-grid;
    border: 1px solid red;
     grid-template-columns: 1fr 1fr;
     column-gap: 10px;
    
}
.mySmartProduct{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    font-family: arial;
}

.myProduct{
    border: 1px solid orange;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    /*margin: auto; nr? */
    text-align: center;
    font-family: arial;
    
  /* box-sizing: border-box; nr?*/
}
.myProductPicture{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    border: 1px solid black;
}
.price {
  color: grey;
}

.myProduct button {
  border: none;
  outline: 0;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;

}

.myProduct button:hover {
  opacity: 0.7;
}
.myProductDivPicture{
  height: 200px; /*Om te fix: maak height 200px, veryder inner binne div picture */
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}
@media screen and (max-width: 600px) {
    /*Bootstrap eerder?*/
    .mySmartProduct{
        
    }
}
.myProductBody{
   height: 40%; 
}
.myProductCard{
    height: 100%;
}

/*-----*/
#myProductContainer{
    
}
#myProductFilter{
}
.myProductTitle{
    /*height: 3rem;*/
    /*word-wrap: break-word;
    white-space: nowrap;*/
    font-size: 0.8rem;
    /*overflow: hidden;
    text-overflow: ellipsis;*/

    height: auto;
}
.myProductComment{
    height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}
#myProductFilter{
}
.myCategoryList{
    cursor: pointer;
    font-size: 0.9rem;
}
.myProductSort{
    cursor: pointer;
}

/*VIEW CSS*/
/*============================================================*/
.myViewOthersActive, .myViewOthersActive:hover{
}

.myViewOthersActive{
	opacity: 0.5;  
  transition: opacity 0.5s;
}
.myViewOthersActive:hover{
  opacity: 1;
  transition: opacity 0.5s;
}
.myViewOthersActive.active{
	opacity: 1;  
   transition: opacity 0.5s;
}
#viewRightMenu{
    position: fixed;
    z-index: 10000;
    width: 150px;
    background: #1b1a1a;
    border-radius: 5px;
    transform: scale(0);
    transform-origin: top left;
}
#viewRightMenu.visible{
    transform: scale(1);
    transition: transform 200ms ease-in-out;
}
#viewRightMenu .viewRightMenuItem{
    padding: 8px 10px;
    font-size: 15px;
    color: #eee;
    cursor: pointer;
    border-radius: inherit;
}
#viewRightMenu .viewRightMenuItem:hover{
    background: #343434;
}

.editDivPicture{
  background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}