/* Navigation */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-weight: 600!important;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
}

.cartCount {
    content: attr(data-notify);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    display: block;
    position: absolute;
    top: -7px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 1px 0;
    background-color: #91cb57;
    border-radius: 10px;
}

    .outStock{
        color: #91cb57;
        background: transparent;
        border: 1px solid #91cb57;
        box-shadow: none!important;
        -webkit-box-shadow:none!important;
        -moz-box-shadow:none!important;
        
    }

    .outofstock{
        margin: auto;
        width: 50%;
        border: 3px solid green;
        padding: 10px;
        position: absolute;
        left: 26%;
        top: 29%;
        z-index: 20;
        background: white;
        font-weight: bold;
    }

.alert-success {
    color: #155724;
    background-color: #ffd761;
    top: 70px;
    border-color: #ffd761;
    font-size: 15px;
    text-align: center;
    font-family: roboto;
    padding: 9px;
    font-weight: bold;
}

nav {
    background: #000;
}

@media screen and (max-width: 768px) {
    nav {
        position: relative;
        z-index: 9;
    }
}
/* End */
.green{
    color:#236D0C;
}
.category{
    background:url(../../assets/images/product-cat-bg.jpg);
    padding: 100px;
}
/* Footer */
footer ul {
    list-style-type: none;
}

footer ul a {
    color: #fff;
}
/* End */

.sec1 a{
    color: #F0542C;
}
body {
    /* font-family: 'Rubik', sans-serif; */
    font-weight: 400;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1280px!important;
    }
}

.trans-content {
    position: relative;
    margin-top: -85px;
    left: 20px;
}

.trans-content h4 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
}

.trans-content a {
    color: #fff;
}

.white-content {
    position: relative;
    margin-top: -70px;
    left: 0;
    background: #fff;
    padding: 0px;
    transform: scale(0.9);
}
.white-content p {
    padding: 0;
    margin: 0;
    margin-top: -10px;
}

.white-content h4 {
    font-size: 20px;
}
.white-content a {
    color: #F0542C;
}



.products .box {
    background: #f5f5f5;
}

.products .box p {
    background: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.products .box a{
    padding: 10px 25px;
    display:block;
}

.products .box a:hover{
    text-decoration: none;
    background: #fbf2d8;
}

.products .box ul {
    list-style-type: none ;
    padding: 0;
}

.products .box a.active {
    background: #F0542C;
    color: white!important;
}

.addToCart {
    background: #8DC63F;
    border: none;
    display: block;
    width: 100%;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px;
}

.prod-box {
    background: #f5f5f5;
    padding: 25px 5px;
    transform: scale(0.90);
    min-height: 490px;
    border-radius: 0;
}

  /*LOADER*/
  *, *:after, *:before {
    box-sizing: border-box;
}

/* THE CARD */
.card {
    display: flex;
    flex-direction: column;
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
    background-color: #FFF;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    margin: 1rem;
}

.card-img {
    padding-bottom: 56.25%;
    position: relative;
}

    .card-img img {
        position: absolute;
        width: 100%;
    }

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.25rem;
    line-height: 1.33;
    font-weight: 700;
}

    .card-title.skeleton {
        min-height: 28px;
        border-radius: 4px;
    }

.card-intro {
    margin-top: 0.75rem;
    line-height: 1.5;
}

    .card-intro.skeleton {
        min-height: 72px;
        border-radius: 4px;
    }

/* THE LOADING EFFECT */
.skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) );
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    animation: shine 1s ease infinite;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

/* Codepen specific styling - only to center the elements in the pen preview and viewport */
.loading-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* End LOADER */




/* Medua Qeury*/

@media only screen and (max-width: 1199px)  {
    .sec1 h1 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 991px){
    .sec1 h1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .mt-mb-5{
        margin-top:35px!important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-item {
        padding-top: 20px;
    }
    li.nav-item {
        padding: 20px 0px;
    }
    .sec1 .col-md-4 {
        margin-top: 10px;
    }
    .sec1 .col-md-3 {
        margin-top: 25px;
    } 
    .product {
        width: 100%;
    }
}


.added-cart{
    margin-bottom: 0px;
    position: absolute;
    top: -35px;
    width: 100%;
}

.hov-img-zoom {
	display: block;
	overflow: hidden;
}
.hov-img-zoom img{
	width: 100%;
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-ms-transform: scale(1.1);
  	-o-transform: scale(1.1);
	transform: scale(1.1);
}
