.postImage{
    height: 340px;
    width: 345px;
    float: left;
    margin-bottom: 20px;
    margin-left: calc(65px/6);
    margin-right: calc(65px/6);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-filter: brightness(70%);
    -o-filter: brightness(70%);
    -moz-filter: brightness(70%);
    filter: brightness(70%);
    -webkit-transition: -webkit-filter 0.2s ease;
    -o-transition: -o-filter 0.2s ease;
    -webkit-transition: -webkit-filter 0.2s ease;
    transition: filter 0.2s ease;
}
.postImage:hover{
    -webkit-filter: brightness(100%);
    -o-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%);
}

.instagramPost{
    
}

#description{
    text-align: left;
    margin-top: 24px;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 3px;
    width: 84%;
    margin-left: 8%;
}

#date{
    text-align: right;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 8%;
}

.popupColumn1 {
    width: 45% !important;
}

.popupColumn2 {
    width: calc(55% - 50px)  !important;
}

.popupMessageDiv {
    width: 950px !important;
}

#popupImage{
    width: 420px;
    /* max-height: 430px; */
    height: 420px;
    margin-top: 12px;
    object-fit: cover;
    object-position: center;
}

.popupHeading{        
    background-color: #141D57;
    color: white;
    margin-top: 14px;
    height: 29px;
    line-height: 28px;
    width: 86%;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-left: 7%;
}

.productTagImg{    
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 255px;
    margin-left: 10%;
}
.productViewTop {
    height: 255px;
    width: 170px;
    margin: auto;
}


.productTag{
    width: 50%; 
    float: left;
}

#taggedProducts{
    width: 90%;
    margin: 0 auto;
    margin-top: 18px;
}

.priceDiv{
    font-size: 14px;
    width: fit-content;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 13px;
}

.instashopTitle {
    text-align: center;
    color: #123457;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-top: 69px;
    font-size: 18px;
    text-transform: uppercase;
}


.productViewName {
    overflow: hidden;
    color: #141D57;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 6px;
    font-size: 14px;
    max-width: 185px;
    width: fit-content;
}

.content{
    color: #141D57;
    font-size: 15px;
}

.bold {
    float: left;
    font-size: 14px;
    margin-right: 18px;
}

.sliderLeftArrow{
    position: absolute;
    height: 42px;
    width: 26px;
    left: 478px;
    top: 254px;
    cursor: pointer;
    background-image: url(/files/slider-left-arrow.png);
    background-size: 50% 50%;
    background-position: 43% 50%;
    background-repeat: no-repeat;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.sliderLeftArrow:not(.slick-disabled):hover, .sliderRightArrow:not(.slick-disabled):hover{
    opacity:0.8 !important;
}
.sliderRightArrow{
    position: absolute;
    right: 22px;
    top: 265px;
    z-index: 1;
    height: 40px;
    width: 24px;
    background-image: url(/files/slider-right-arrow.png);
    background-size: 50% 50%;
    background-position: 57% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;    
}
.productViewContainer{
    margin-right:10px;
}
@media screen and (max-width:768px){

   .postImage {
        margin: 1%;
        width: 100%;
        height: 90vw;
    }
    
    #popupImage {
        width: 75vw;
        margin: auto;
        display: block;
        /* margin-left: 5%; */
        /* max-height: 250px; */
        height: 75vw;
        margin-bottom: 14px;
        margin-top: 10px;
        object-fit: cover;
        object-position: center;
        margin-top: 24px;
    }
    
    .popupColumn1 {
        /* height: 100%; */
        margin-left: 0% !important;
        float: left;
        width: 100% !important;
        /* display: none; */
    }
    
    .popupColumn2 {
        height: auto !important;
    }
    
    .productTagImg {
        width: 64%;
        background-size: contain;
        background-repeat: no-repeat;
        height: 225px;
        margin-left: 16%;
    }
    
    .productViewTop {
        overflow: hidden;
        height: 200px;
        width: 95%;
    }

    .sliderLeftArrow {
        left: 10px;
        top: unset;
        bottom: 108px;
    }
    
    .popupColumn2 {
        width: 100% !important;
        padding-left: 0% !important; 
       margin-left: 0% !important; 
    }
    .productTag {
        width: 100%;
    }
    
    #taggedProducts{        
        width: 90%;
        margin-left: 2%;
        margin-top: 0px;
    }
    
   
    .popupMessageDiv {
        overflow: auto;
        height: calc(100vh - 40px) !important;
        margin-top: 20px !important;
        padding: 0px !important;
    }
    
    .sliderRightArrow{
        top: unset;
        bottom: 108px;
        right: 14px;
        height: 42px;
    }
    
    .title{
        font-size: 16px;
        margin-top: 20px;
    }
    
    .popupMessageDiv {
        width: 96% !important;
    }
    
    #description{
        width: 90%;
        margin-left: 5%;
        margin-top: 0px;
    }
    
    #date{
        width: 90%;
        margin-left: 5%;
    }
    
    .popupHeading {
        width: 90%;
        margin-top: 7px;
        margin-left: 5%;
    }
    
}