.product-category-img{
/* height: 160px; */
margin-left: 60px;
margin-top: 50px;
width: 60%;
}

.product-details-button
{
background: #192a79 none repeat scroll 0 0;
border: 0 none;
border-radius: 50px;
color: #ffffff;
font-size: 14px;
letter-spacing: 2px;
padding: 13px 20px;
text-transform: capitalize;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-top: -15px;
}

.product-features
{
font-weight: 100;
}

.product-category-card-height
{
height: 440px;
}

.product-category-card-image-height{
height: 250px;
}

.menu-header
{
position: fixed;
width: 100%;
opacity: 1;
z-index: 1;
color:white;
background: black;
height: 60px;
}

.menu-header-padding{
margin-left: 80px;
margin-right: 80px;
}

@media screen and (min-width: 1492px){
.menu-tab-location
{
	margin-top: 2%;
}

}

@media (min-device-width : 901px) and (max-width: 1491px){

.menu-tab-location
{
	margin-top: -6%;
}

}

@media screen and (min-width: 901px)
{
.navbar-toggler{
display:none;
}

.logo-img{
width: 72%;
margin-top: -20px;
}

.product-details-align{
margin-top: -70px;
}

}

@media (min-device-width : 320px) and (max-width: 899px){

.product-catergory-title{
margin-top: 10%;
}

.logo-img{
width: 75% !important;
margin-top: -10px !important;
margin-left: -20px !important;
}

.navbar-toggler{
color: black;
margin-top: -10px;
text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Poppins', sans-serif;
}

.logo-align-mobile
{
margin-top: 10px;
}

.nav-dropdown
{
margin-top: 57px;
background: white;
}

ul#nav li a {

border-bottom: 1px solid rgba(255,255,255,.15);
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-size: 15px;
letter-spacing: 1px;
/* padding: 40px 15px; */
text-transform: capitalize;
transition: all 0.3s ease 0s;

}

}

#navbarNavDropdown .custom-nav li a{
padding: 1em 0.9em
}


.product-img{
max-width: 60%;
/* margin-left: 100px; */
/* margin-top: 70px; */
}


.products-title
{
height:50px;
}

.view-products-img-name
{
height: 150px;
}