 .alert-default {
	color: white;
	background-color: rgba(128, 128, 128, 0.5); /* Gray with 50% opacity */
	border-color: lightgray;
}

.box-description {
	flex: 1 1 auto;
	padding: 1.25rem;
	text-color: white;
}


.LessSpacingTop {
margin-top: 20px !important;
}

.NegativeSpacingTop {
margin-top: -50px !important;
}

.rounded {
border-radius: 10px;	
}

.product {
background-color: #8d5e7e80;	
}

.product-short-description{
	font-size: small;
	text-color: Light Gray;

	opacity: 0.6;
}

.product-image{
	background: none !important;
}


.product-image-area {
	margin-top: 25px !important;
	
	width: 350px;
	height: auto;
	min-height: 350px;
}

#thumbs {
	overflow: hidden; 
	}
#thumbs img, #largeImage {
   
   cursor: pointer;
}
#thumbs img {
   float: center;

}
#description {
   background: black;
   color: white;
   position: absolute;
   bottom: 0;
   padding: 10px 20px;
   width: 525px;
   margin: 5px;
}

.product-thumbnails {
justify-content: center;

}

.price-old {

    
    font-weight: 450;
    text-decoration: line-through;
    padding: 0 10px;
    font-size: 19px;
    color: gray !important;
}

.box-pricing {

    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center !important;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
 
    margin-bottom: 0;	
}

        /* Style for the hidden div */
        .hidden-div {
            display: none;
            
        }

.second-row {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
border-bottom-left-radius: 10px 10px !important;
	border-bottom-right-radius: 10px 10px !important;
}

.spacing-none {
padding-right: 0px;
 padding-left: 0px;
}

.product-thumbnails li.active {
	background: none !important;
	box-shadow: 1px 1px 5px 3px rgba(0, 140, 186, 0.5);
}

.product-thumbnails li {
    margin: 5px;
    padding: 5px;

	}
	
.thumbnails-list {
display: flex;
    margin: 15px;
    padding: 15px;
flex-wrap: wrap;
padding-left: 0px;
justify-content: center;
}	

.my-accordion{
	color: gray;
}

.card-body {
background-color: rgb(146 100 131 / 10%) !important;
text-align: justify;	
}

.product-title {
  text-align: center;
    font-family: inherit;
    line-height: 1.36364;
    font-size: 21px;
    font-weight: 700;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    background-color: transparent;
    padding-top: 10px;
    margin-top: 0px;
margin-bottom: -10px;
 }

 /* */ Extra extra small button /* */
.btn-xxs {
    padding: 4px 14px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 2px;
    border-width: 1px;
}

 /* */ Extra extra extra small icon /* */
.icon-xxxs {
	font-size: 20px;
	line-height: 18px;
}


.btn-custom {
  background: linear-gradient(90deg, #42b574 0%, #84c450 100%);	
  color: white; 
 font-weight: 600;
}

.btn-custom:hover {
  background: #8668ad;
  color: white;
}

.image-mirror {
    -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.1));
}

.image-shadow {
	filter: drop-shadow(1px 1px 15px #71797E);	
}

.text-shadow {  
    text-shadow: 10px 10px 20px black;
}

.text-shadow-xs {  
  background: rgba(204, 204, 204, 0.6) !important;


	box-shadow: 5px 5px 55px gray;
	
}

.text-overline {
	text-decoration: overline;
}

.text-underline {
	text-decoration: underline;
}

.text-outline {  

  text-shadow: -1px -1px 0 lightgray, 1px -1px 0 lightgray, -1px 1px 0 lightgray, 1px 1px 0 lightgray;

}

.text-lighter{
						font-size: 32px;!
						color: #ffffff;
						font: inherit;
						font-weight: 300;
						font-family: "Montserrat variant0", Tofu;
						}
						
.text-slogn {
margin-top: -20px;	
margin-left: 110px;
font-size: 22px !important;
}

.text-handwritten {
font-family: 'Caveat', cursive !important;	
}

.text-big {
	font-size: 140%;
}

.box-description {
	flex: 1 1 auto;
	padding: 1.25rem;
	text-color: white;
}


.NegativeSpacingTop {
margin-top: -50px !important;
}

.title {
	text-transform: uppercase;
	border-radius: 10px;
  color: #ebc3de;
text-align: center;
padding: 10px;
  border: solid;
  background: rgba(0, 0, 0, 0); /* Black background with 0.5 opacity */ 
  }
  
  
.title-underline { 
  color: #ebc3de;
  background-color: none;
text-decoration: underline;
text-decoration-style: solid;
text-underline-offset: 8px;
}

dark { 
  background-color: #ebc3de;
  color: white;
  padding: 20px;
  border-radius: 5px;
  opacity: 0.9;
}

.novi-background {
	background-color: #FDFBF5;
}

.no-background {
	background-color: white;
}


.bg-pink {
    background: #ebc3de;
    
}

.padding-10 {
	padding: 10px;
}

.divider-line-sm{
	border-top: 1px solid lightgray;
	opacity: 0.7;
	margin-top: 10px;
	margin-bottom: 15px;
}

