/*
Custom Css
*/
.newMark{
    position: absolute;
    right: 0px;
    color: white;
    padding: 5px 10px;
}
.logo{
    height: 60px;
    width: auto;
}
.newMark i {
    cursor: pointer;
}
.reset {
    cursor: pointer;
    text-decoration: underline;
    color: red;
}
.h1 {
    text-transform: capitalize;
}
.filters li {
    padding-left: 10px;
}
.filters li label {
    padding-left: 10px;
    text-transform: capitalize;
}
.filters li span:first-child{
    margin-left: 0px;
    margin-right: 10px;
}
.filters li span{
    margin-left: 10px;
    margin-right: 0px;
}
.card-img,.card-img-top {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.img-full {
    height: 100%;
    max-height: 500px;
}
.img-thumbnail {
    height: 80px;
    width: 80% !important
}
.card a {
    text-align: center;
}
.carousel-inner .container {
    max-width: 100%;
}
.carousel-inner img {
    width: 100%;
    position: relative;
}
.title-text {
    top: 40px;
    left: 40px;
}
.submenuBlock {
    display: none;
    position: fixed;
    left: 0;
    width: 80%;
    margin-left: 10%;
    z-index: 1000;
}
.nav-item .show {
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
.nav-font {
    font-weight: 400 !important;
}
.feature-font {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 40px;
}
.text-dark{
   color: #696f75 !important;
   font-family: 'Roboto', sans-serif;
   font-size: 16px !important;
   font-weight: 200;
}
.card-dtls{
    height: 150px;
}

.card-proceed-btn{
    width: 270px !important;
    float: right;
}
.product-title{
    font-size: 25px !important;
}
#tempaltemo_footer ul.footer-link-list li{
    font-size: 16px !important;
}
.slider-nav-color{
    color: #030303
}
@-webkit-keyframes slide-down {
    0% { opacity: 0; -webkit-transform: translateY(-50%); }   
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; -moz-transform: translateY(-50%); }   
  100% { opacity: 1; -moz-transform: translateY(0); }
}
@media (max-width: 768px) {
    .carousel .carousel-control-prev i, .carousel .carousel-control-next i {
        font-size: 1.2em !important;
    }
    .carousel-indicators {
        bottom: -40px;
    }
    .carousel-item .h2 {
        font-size: 22px !important;
        margin-top: -20px;
        margin-bottom: 0px;
    }
}
@media (min-width: 576px) {
    .filters li input[type=range] { width:75%;}
}
  
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .card-desc { height: 25px; }
}
  
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .card-desc { height: 65px; }
    .filters li input[type=range] {
        width:55%;
    }
    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 0rem !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
  