
/***************************
 * IMAGE GLICTCH ISSUE FIX *
 ***************************/
.products-archive .products .product .shop-image{
    max-height: 270px;
}
.products-archive .products .product .shop-image .secondary-image,
.product-grid-container .product-grid .product-grid-images .secondary-image{
    width: 100%;
}
.products-archive .products .product .shop-image img,
.product-grid-container .product-grid .product-grid-images img{
    width: 100%;
}
.products-archive .products .product .shop-image:hover .primary-image:only-child img{
    transform: scale(1.16);
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
}


/**********************
 * PRODUCT GRID STYLE *
 **********************/
 .product-grid-title{
    font-size: 1.625rem;
    line-height: 2.1875rem;
    letter-spacing: 0.08125rem;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}

.product-grid-title>a{
    font-size: 20px;
    font-weight: bold;
}
.product-grid-description{
    padding: 0 16px;
    text-align: center;
}

@media screen and (min-width:900px){
    .home .product-grid-description{
        min-height: 190px;
    } 
}

@media screen and (min-width:1210px){
    .home  .product-grid-description{
        min-height: 150px;
    } 
}


/****************************
 * FEATURED PRODUCTS SLIDER *
 ****************************/

.featured-products-slider-intro{
    padding-bottom: 70px;
}
@media screen and (min-width:900px){
    .featured-products-slider-intro{
        padding-right: 140px;
        padding-bottom:0 ;
    }
}

@media screen and (min-width:1210px){
    .featured-products-slider-intro{
        padding-right: 0;
        max-width: 960px;
    }
}


/*******************
 * BLOG GRID STYLE *
 *******************/
.blog-grid-title-wrapper>a,
.home .blog-grid-title-wrapper>a{
    display: none !important;
}
.blog-grid > a.d-none,
.home .blog-grid > a.d-none{
    margin: 30px auto 0 !important;
}
.blog-grid-title-wrapper{
    margin-bottom: 25px;
    position: relative;
}
@media screen and (min-width:767px){

    .blog-grid-title-wrapper>a,
    .home .blog-grid-title-wrapper>a{
        display: inline-block !important;
        top: auto !important;
        bottom: 0;
    } 
    .blog-grid-title-wrapper p{
        padding-right: 260px;
    }
    .blog-grid > a.d-none,
    .home  .blog-grid > ad-none{
       display: none !important;
    } 
}

@media screen and (min-width:1210px){
    .blog-grid-title-wrapper p{
        padding-right: 0px;
        max-width: 760px;
    }
}


/*******************
 * INPUT NEW STYLE *
 *******************/
 .gform_wrapper input,
 .gform_wrapper select,
 .gform_wrapper textarea {
     border-radius: 20px !important;
     border: 1px solid #ccc !important;
     padding: 10px 20px !important;
 }