﻿.row {
    margin: 0;
}

.item a, .carousel-cell a {
    display: block;
    height: 0;
    position: relative;
}
/*Added 28/11/2024*/
/*.ig-post {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}*/

.ig-post img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  left: 0;
}

.ig-post > a {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

/*Added 22/11/2024*/
.imageHover a {
    padding-bottom: 100%;
}

.item a {
    padding-bottom: 100%;
}

.image_info a {
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.image_info img {
    height: 60%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/*Carousel CSS Below*/
.carousel {
    box-sizing: border-box;
}


    .carousel .item {
        padding: 0;
    }

        .carousel .item active {
            vertical-align: middle;
        }

        .carousel .item img {
            min-width: 100%;
            min-height: 50vh;
            object-fit: cover;
            vertical-align: middle;
        }

#bannerCarousel-flickity .carousel-cell img {
    object-fit: contain;
    width: 100vw;
}

ol.flickity-page-dots {
    position: absolute;
    text-align: right;
    right: 2vh;
    bottom: 5vh;
}

.banner {
    padding: 0;
    height: 30vw;
}

.carousel .item {
    height: auto;
}

.carousel-caption {
    left: 5%;
}

    .carousel-caption * {
        font-weight: 600;
        text-shadow: none;
        text-align: left;
        line-height: 2;
    }

    .carousel-caption h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .carousel-caption h3 {
        margin-top: 16px;
        font-size: 30px;
    }

    .carousel-caption h4,
    .carousel-caption h3 {
        color: #939393;
    }

    .carousel-caption .MoreBtn {
        display: block;
        left: 5%;
        margin: 0;
        width: 80px;
        height: 40px;
        border: 2px solid #FFF;
        color: #000;
        background-color: #FFF;
    }

    .carousel-caption > .MoreBtn > span {
        padding: 0;
        vertical-align: middle;
    }

    .carousel-caption .MoreBtn:hover {
        color: #FFF;
        background-color: #5d5d5d;
    }

@media screen and (max-width: 767px) {
    .banner {
        height: 50vh;
    }
}

@media screen and (min-width: 1200px) {
    .item {
        height: 360px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .item {
        height: auto;
    }

    .carousel-caption h4 {
        font-size: 12px;
    }

    .carousel-caption h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 786px) and (max-width: 991px) {

    .item {
        height: auto;
    }

    .carousel-caption h4 {
        font-size: 1.35vw;
    }

    .carousel-caption h3 {
        font-size: 2vw;
    }

    .MoreBtn span {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 785px) {
    .carousel-caption h4 {
        font-size: 1.5vh;
    }

    .carousel-caption h3 {
        font-size: 2.14vh;
    }

    .MoreBtn span {
        font-size: 1.5vw;
    }
}


@media screen and (max-width: 1200px) {

    .carousel-caption {
        padding-bottom: 0.5vh;
    }
}

/*For product panels*/
.Header > .h2 {
    font-size: 20px;
}

.Header > .h3 {
    font-size: 12px;
}

</style >
<!-- For Flickity Banner-- >
<style >
#productList-flickity > .flickity-viewport {
    height: 100% !important;
}

.flickity-prev-next-button[disabled] {
    opacity: 0;
}

#bannerCarousel-flickity {
    height: 100%;
}

    #bannerCarousel-flickity .carousel-cell img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    #bannerCarousel-flickity .carousel-cell {
        width: 100%;
        height: 100%;
        display: block;
    }

#productList-flickity::after {
    content: 'flickity';
    display: none;
}

.carousel-cell {
    height: 100%;
    width: 25%;
    display: block;
}

@media screen and (min-width: 809px) and (max-width: 1199px) {
    .carousel-cell {
        width: 32%;
        display: block;
    }

    /*.product-section{
                    height: 80vw!important;
                }*/

    .product-list {
        height: 40vw !important;
    }

    .Header {
        width: 70% !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 808px) {
    .carousel-cell {
        width: 50%;
        display: block;
    }

    /*.product-section {
                    height: 95vw !important;
                }*/

    .product-list {
        height: 55vw !important;
    }

    .Header {
        width: 60% !important;
    }
}

@media screen and (max-width: 600px) {
    .carousel-cell {
        width: 62%;
        display: block;
    }

    #productList-flickity .carousel-cell:nth-child(1) {
        margin-left: 19%;
    }

    /*.product-section {
                    height: 100vh !important;
                }*/

    .product-section > .Header {
        margin-top: 3vh;
    }

    .product-section > .moreProductBTN {
        margin-bottom: 3vh;
    }

    .product-list {
        height: 90vw !important;
    }

    .Header {
        width: 70% !important;
    }

        .Header > h2 {
            line-height: normal;
            font-weight: 600;
        }

        .Header > h3 {
            margin-bottom: 3vh;
        }

    .priceDesc {
        opacity: 1 !important;
    }

    .ig-feed-wrapper {
        height: 28.75vh !important;
    }

        .ig-feed-wrapper > .Header {
            padding: 3vh 0 !important;
        }
}

/*For hover elements*/

.productTitle {
    padding-top: 10px;
}

    /*Update 29 Dec 2022*/
    .productTitle a {
        opacity: 0.85;
        color: #5d5d5d;
        font-weight: 700;
    }

    .productTitle a,
    .Header *,
    .carousel-caption * {
        letter-spacing: .2em;
        text-transform: uppercase;
    }

.priceDesc {
    /*Update 29 Dec 2022*/
    font-weight: 700;
    color: #6a6a6a;
    opacity: 0;
    display: block;
    font-size: 14px;
    /*transition: opacity .2s;*/
}

.imageHover {
    position: relative;
    height: auto;
    max-height: 436.55px;
}

    .imageHover img.altImg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        transition: opacity .2s;
    }

    .imageHover:hover img.altImg {
        opacity: 1;
    }

/*.imageHover:hover .priceDesc{
                visibility: visible;
            }*/

/*Remove 29 Dec 2022*/
/*                
.productTitle p:hover + .priceDesc, .imageHover:hover ~ .productTitle a {
    opacity: 1;
}
*/
/*For product carousel elements*/

.product-section {
    padding: 5vw 0;
    /*height: 55vw;*/
    height: auto;
    border-bottom: 1px solid #C9C9C9;
}

    .product-section > .Header,
    .product-section .product-list.carousel,
    .product-section .moreProductBTN {
        position: relative !important;
    }

    .product-section:last-child {
        border-bottom: none;
    }


.Header,
.moreProductBTN {
    width: 50%;
    margin: 0 auto;
}



.Header {
    margin-bottom: 2.5vw;
}

    .Header h3 {
        text-align: center;
    }

/*.moreProductBTN {
                margin-bottom: 5vw;
            }*/

/*.moreProductBTN span{
                text-transform: uppercase;
                font-size: 1.25em;
            }*/

.product-list.carousel {
    margin: 0 2vw;
    margin-bottom: 3vw;
    height: 30vw;
}

/*.product-list, .product-list .carousel-inner {
                height: 100%;
            }*/

.product-item {
    display: block;
    padding: 0 10px;
}

    .product-item .imageHover > a > img {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 100%;
        width: 100%;
        /*
        max-height: 100%;
        max-width: 100%;
        */
    }

    .product-item .productTitle,
    .product-item .priceDesc {
        text-align: center;
    }

    /*Update 29 Dec 2022*/
    .product-item:hover .productTitle a,
    .product-item:hover .priceDesc {
        opacity: 1
    }

.MoreBtn {
    display: block;
    width: 35vw;
    height: 5.75vw;
    max-width: 320px;
    max-height: 50px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #000;
    background-color: #000;
    color: #FFF;
    font-weight: 600;
}

/* Update 31 Dec 2022 */
.MoreBtn {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 1.25em;
}

    /* Remove 31 Dec 2022 */
    /* .MoreBtn>span {
				display: inline-block;
				padding: 10px 0;
				text-shadow: none;
				text-transform: uppercase;
				font-size: 1.25em;
			} */

    .MoreBtn:hover {
        background-color: #FFF;
        color: #000;
    }

@media screen and (min-width: 809px) and (max-width: 1199px) {
    .MoreBtn {
        width: 30vw;
    }

        .MoreBtn > span {
            font-size: 1.1em !important;
        }
}

@media screen and (min-width: 600px) and (max-width: 808px) {
    .MoreBtn {
        height: 4vw !important;
    }

        .MoreBtn > span {
            padding-top: 5px;
            font-size: 1em !important;
        }
}

@media screen and (max-width: 600px) {
    .MoreBtn {
        height: 100%;
    }

        .MoreBtn > span {
            padding: 5px 0;
            font-size: 0.8em !important;
        }
}

/*For Subscription banner*/

#SubscribeBanner {
    width: 100%;
    padding: 0;
    position: relative;
    height: 250px;
}

    #SubscribeBanner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        z-index: -1;
        display: block;
        margin: 0 auto;
    }

.banner-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-caption {
    margin-bottom: 0;
    /*update - 12 Jan 2023*/
    color: black;
    /* text-shadow: 0 .1em 0 #000; */
}

    .banner-caption h2 {
        font-weight: bold;
    }

.banner-form {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 50%;
    margin: 0 auto;
}

    .banner-form label {
        width: 50%;
        margin-bottom: 0;
    }

    .banner-form button {
        margin-left: 5%;
    }

.formButton {
    display: inline-block;
    border: 2px solid #FFFFFF;
    padding: 8px 2rem;
    margin: 0;
    text-decoration: none;
    background: #FFFFFF;
    color: #000;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out, transform 150ms ease, color 150ms ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .formButton:hover,
    .formButton:focus {
        background: rgba(0, 0, 0, 0);
        /*remove - 10 Jan 2023*/
        /*color: #FFF;*/
    }

    .formButton:focus {
        outline: 1px solid #fff;
        outline-offset: -4px;
    }

#SpreadSubMsg > label {
    font-family: Nunito Sans, arial, helvetica, sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: lighter;
    background-color: #D2E4C4;
    color: #307A07;
}

#txtSpreadEmail {
    width: 100%;
    padding: 8px;
    border: 1px solid #FFF;
    background: transparent;
    /*update - 10 Jan 2023*/
    color: black;
    font-size: 13px;
    font-weight: lighter;
}

    #txtSpreadEmail::placeholder {
        color: black;
        opacity: 80%;
    }

@media screen and (max-width: 786px) {

    .banner-container > .Header,
    #SubscribeForm {
        width: 75%;
    }

    #SubscribeBanner {
        height: 50vh !important;
    }

    #SpreadSfEmailTr > input {
        width: 22vw;
        padding: 8px 0;
        text-align: center;
    }
}
