body {
    background: #FAFAFA !important;
}

a {
    color: #000
}

/* Font styles start */
.section-title{
    font-size: 30px;
    font-weight: 700;
}

img.desktop-banner{
    display: block;
}

img.mobile-banner{
    display: none;
}

.carousel-caption{
    text-align: center;
    color: #000000;
    top: 20%;
}

.carousel-caption h3{
    font-size: 90px;
    font-weight: 700;
}

.carousel-caption h5{
    font-size: 48px !important;
}

.category-caption a{
    color: #000000;
}

.category-caption a:hover{
    color: #00a54f;
}

.category-caption{
    top: 0;
    position: absolute;
    padding: 7%;
    color: #000000;
    font-weight: 600;
}

.category-caption h3{
    font-weight: 800;
    text-transform:uppercase;
}

img.more{
    height: 20px !important;
    width: 20px !important;
}



.carousel-control-next-icon{
    background: url("../img/chevron_right_FILL0_wght400_GRAD0_opsz24.svg");
    transform: scale(2);
}

.carousel-control-prev-icon{
    background: url("../img/chevron_left_FILL0_wght400_GRAD0_opsz24.svg");
    transform: scale(2);
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
}

svg {
    fill: blue;
  }

/* Font styles end */

.center{
    text-align: center;
}

.bg-white{
    background: #ffffff;
}

.dark-text{
    color: #000000;
}

.pavilion-section-header {
    padding: 20px
}

.carousel-indicators {
    bottom: 20px;
}

.carousel-indicators li {
    background: #00a54f;
    width: 8px;
    height: 8px;
    background: 0 0;
    border: 2px solid #fff;
    border-radius: 10px
}

.carousel-indicators li.active {
    border: 2px solid #00a54f;
    background: #00a54f
}

.product-wrapper{
    margin: 0 0 25px;
    box-shadow: 2px 2px 10px #00000012;
}

.new-arrival{
    box-shadow: 0 0 0 100vmax #e4F0e9;
    clip-path: inset(0 -100vmax);
    padding: 30px 0px 30px;
}

.full-bleed{
    background-color: #e4F0e9 !important;
}

.owl-carousel .owl-item img{
    width: unset;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel.owl-drag .owl-item{
    padding: 0 0 20px;
}

.pavilion-category-img img{
    width: 100%;
    height: 314px;
    object-fit: cover;
}

.product-wrapper .owl-nav button.owl-prev, .product-wrapper .owl-nav button.owl-next, 
.supplier-list .owl-nav button.owl-next, .supplier-list .owl-nav button.owl-prev{
    font-size: 48px;
    color: #00a54f;
    background: none;
    top: 35%;
}

.product-wrapper .owl-nav button.owl-prev:hover, .product-wrapper .owl-nav button.owl-next:hover,
.supplier-list .owl-nav button.owl-next:hover, .supplier-list .owl-nav button.owl-prev:hover{
    color: #000000;
    background: none;
}

.product-wrapper .owl-nav button.owl-prev, .supplier-list .owl-nav button.owl-prev{
    left: 0px;
}

.product-wrapper .owl-nav button.owl-next, .supplier-list .owl-nav button.owl-next{
    right: 0;
}

.supplier-list .owl-nav button.owl-next, .supplier-list .owl-nav button.owl-prev{
    font-size: 48px;
    color: #00a54f;
    background: none;
    top: 30%;
}

.feature-name-product{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 5px 20px;
}

span.feature-product-price{
    font-weight: bold;
    color: #00a54f;
}


@media( max-width: 550px ) {
    .owl-carousel .owl-dots.disabled{
        display: none;
    }


    img.mobile-banner{
        display: block;
        width: 100%;
    }

    img.desktop-banner{
        display: none;
    }

    .carousel-item{
        height: 170px;
    }
    
    .pavilion-category-img img{
        height: 150px;
    }

    .new-arrival{
        text-align: center;
        padding: 0;
    }

    .owl-dots{
        display: none;
    }

    .category-caption h3{
        font-size: 20px;
    }

    .category-caption p{
        font-size: 14px;
        font-weight: 600;
    }

    .carousel-caption h3{
        font-size: 32px;
    }

    .carousel-caption h5 {
        font-size: 15px !important;
    }
    
    .feature-name-product{
        margin: 5px 40px;
    }
}

/* ######################## Media query for Tablet start ######################## */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2)   {
    img.mobile-banner{
        display: none;
        width: 100%;
    }

    img.desktop-banner{
        width: inherit;
        display: block;
    }

    .pavilion-category-img img{
        height: 150px;
    }

    .category-caption{
        padding: 5%;
    }

    .category-caption h3{
        font-size: 42px;
    }

    .category-caption p{
        font-size: 21px;
    }

    .carousel-caption{
        top: 16%;
    }

    .carousel-caption h3{
        font-size: 35px;
    }

    .carousel-caption h5{
        font-size: 20px !important;
    }
}

/* ########################### Samsung S8 ############################### */

@media only screen and (min-width: 360px) and (max-width: 767px){
    .product-wrapper .item{
        margin: 0 -26px !important;
    }

}