/*LOGIN*/
#tblSignIn{
width:250px;
border-radius:20px;
}

#imgLogo{
max-width: 300px;
margin-bottom:30px;
}

/* FOOTER */
.footer-container {
text-align:center;
font-size:0.8em;
}
.footer > div{
width:100%;
}

.footer{
padding-top: 0px;
}


/*HOME PAGE*/
.search{
width:300px!important;
}


.categories-wrapper{
padding-top:0px!important;
}
.promotion-image{
opacity: 0.5;
}
.promotion-item .main {
/*top: calc(-1*var(--carousel-height-desktop));*/
}

.category-item .image-wrapper img{
border-radius:5px;
}

.category-item .category-name{
position:relative;
top:-150px;
height:180px;
line-height:160px;
color:#ffffff;
font-size: 1.75em;
}

@media (max-width: 1199px){
.category-item .category-name {
font-size:1em;
line-height:200px;
}
}

.LinesEllipsis{
display: inline-block;
vertical-align: middle;
line-height: normal;
width:95%;
}

.LinesEllipsis {
font-size: 1em;
}



.middle-section .slider {
height:200px;
}

@media (min-width: 1199px){
.slider-wrapper-multi {
    width: 1162px;
}}


.slider-wrapper-multi .left-btn{
bottom:120px;
left:12px;
}
.slider-wrapper-multi .right-btn{
bottom:150px;
left:1127px!important;
}

a.category-item{
opacity: 0.7;
}
a.category-item:hover{
opacity: 1.0;
}
/*=========================*/
.category .title {
padding-top:10px;
}
.category .featured-products-wrapper{
padding: 10px 0;
}
/*=========================*/
.footer{
height: 100px;
}
.image-wrapper, .product-item {
text-align: center;
}
/*=========================*/
.productname{
margin-top:10px!important;
text-align:right;
}

.gallery .main>:nth-child(4n+1) {
    padding: 20px 10px 20px 10px;
}

.gallery .main>:nth-child(4n+4) {
    padding: 20px 10px 20px 10px;
}

.product-item .image-wrapper{
border-radius:10px;
background-color: #4B5EAB!important;
border: 1px solid lightgrey!important;
}
/*=========================*/
.gallery .top .scrollable-title{
width:100%;
text-align:center!important;

}
.gallery .main .product-item{
margin-left:auto;
margin-right:auto
}


.footerText{
width:100%!important;
}

.featured-products-wrapper {
/*display:none;*/
}