.container-fluid {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        {
            {
            headings_font.style
        }
    }

    ;

    color: {
            {
            headings_font.color
        }
    }

    ;

    text-transform: {
            {
            headings_text_transform
        }
    }

    ;
    font-family: DINEngschrift,
    sans-serif !important;
}

p,
span {
    font-family: 'DINOT';
}

.container-slider {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}


.image-hover-wrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* Hide overflow to ensure smooth sliding in effect */
    width: 100%;
    /* Adjust the width as necessary */
}

.image-hover-wrapper img {
    width: 100%;
    display: block;
    transition: opacity 0.6s ease;
    backface-visibility: hidden;
    max-height: 425px;
}

/*
.hover-text {
transition: transform 0.6s ease-out, opacity 0.6s ease;
opacity: 0;
position: absolute;
background: rgba(255, 130, 0, 0.5); 
color: white;
font-size: 20px;
cursor: pointer;
text-align: center;
width: 100%;
height: 100%; 
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
transform: translateX(-100%); 
}
*/
.image-hover-wrapper:hover img {
    opacity: 0.9;
    /* Slightly see-through */
}

/*
.image-hover-wrapper:hover .hover-text {
opacity: 1;
transform: translateX(0%); 
}
*/
.hover-text {
    transition: transform 0.6s ease-out, opacity 0.6s ease;
    opacity: 0;
    position: absolute;
    background: rgba(255, 130, 0, 0.7);
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    /* Scale from the center */
    flex-direction: column;
    padding: 10px;
}

.hover-text-jul {
    transition: transform 0.6s ease-out, opacity 0.6s ease;
    opacity: 0;
    position: absolute;
    background: rgba(205, 20, 25, 0.7);
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    /* Scale from the center */
    flex-direction: column;
    padding: 10px;
}
.image-hover-wrapper:hover .hover-text {
    opacity: 1;
    transform: scale(1);
    /* Scale to normal size */
}
.image-hover-wrapper:hover .hover-text-jul {
    opacity: 1;
    transform: scale(1);
    /* Scale to normal size */
}
.col-item {
    background: #FFF;
/*     height: 397px; */
/*     width: 337px; */
  width: 100%;
 

}

.col-item .photo img {
    margin: 0 auto;
   width: 305px; 
    height: 360px;
}

.col-item .info {
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}

.col-item .price {
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5 {
    line-height: 20px;
    margin: 0;
}
var
.price-text-color {
    color: #219FD1;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}

.clear-left {
    clear: left;
}

.col-item .separator p {
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}

.controls {
    margin-top: 20px;
    float: right;
}

.arrow-btn {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
}

.arrow-btn img {
    display: block;
    width: auto;
    height: auto;
    margin: 14px;
}


[data-slide="prev"] {
    margin-right: 10px;
}

@media (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {

        transition: transform .32s ease-in-out !important;
    }
}

div.col-sm-3 {
  display: flex;
  flex: 0 0 25%; 
  align-items: center !important;
}

 @media only screen and (max-width:1500px){
 .hover-text, h2 {
   font-size: 17px !important;
}
}

@media only screen and (max-width: 900px){
  div.col-sm-3 {
    justify-content: center !important;
     flex: 0 0 40% !important;
    margin: 5px !important;
    width: 40%;
    padding: 0;
     align-items: center !important;
  }
  
  .controls {
    margin-right: 110px;
}
  
  .col-item{
  height: 300px;
    margin-top: 15% !important;
    padding: 0 !important;
  }
  
  .row{
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 780px) {
    div.col-sm-3 {
        flex: 0 0 100% !important;
      justify-content: center !important;
      width: 60%;
    }
 
   .row {
    display: flex;
    flex-direction: row;
    align-items: center;
     flex-direction: column;
  }
}

@media only screen and (max-width: 460px) {
    div.col-sm-3 {
      width: 90%;
    }
}

