.iconic-grid-view{
    padding-top: 20px;
}

.iconic-grid-view .inner-container{
   /* width: 85%;
    margin: 0 auto;  */ 
}

.iconic-grid-view h1{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4d4d4d;
    margin: 0;
    padding-bottom: 20px;
}

.iconic-grid-view .shop-box{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.iconic-grid-view .shop-cell{
    background: #ffe6ee;
    margin: 0.5px;
    text-decoration: none;
}

.iconic-grid-view .four-grid .shop-cell{
    width: calc(16.66% - 2px);
    cursor: pointer;
}


/*.iconic-grid-view .three-grid .shop-cell{
    width: calc(33.33% - 1px);
}*/

.iconic-grid-view .shop-image{
    text-align: center;
    padding: 30px 0 0 0;
}

.iconic-grid-view .shop-image img{
    width: 150px;
}

.iconic-grid-view .shop-cell p{
    margin: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;  
    color: #333;
}

@media screen and (max-width: 768px){
    .iconic-grid-view{padding-top: 30px;}
    .iconic-grid-view h1{padding-bottom: 20px;}
    .iconic-grid-view .shop-box{padding: 0;margin-bottom: 30px;}
    .iconic-grid-view .four-grid .shop-cell{
        width: calc(33.33% - 1px);
    }
    .iconic-grid-view .three-grid .shop-cell{
        width: calc(33.33% - 1px);
    }
    .iconic-grid-view .shop-image{padding: 20px 0 0 0;}
    .iconic-grid-view .shop-image img{width: 70px;}
    .iconic-grid-view .shop-cell p{font-size: 14px;}
   /* .iconic-grid-view .inner-container{width: 96%;}*/
}


@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
   .iconic-grid-view .four-grid .shop-cell{
    width: calc(33.33% - 2px);
    cursor: pointer;
}
}

@media screen and (max-width: 600px){
    .iconic-grid-view .shop-image{padding: 10px 0 0 0;}
}


@media screen and (min-width: 1260px){
    .iconic-grid-view .inner-container{width: 1220px; margin: 0 auto;}    
}

@media screen and (max-width: 1260px) and (min-width: 1020px){
    .iconic-grid-view .inner-container{width: 980px; margin: 0 auto;}
}


.image-popup.show {
    transform: translateY(0);
}

.lock-screen-global {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 1100;
    display: block;
    cursor: pointer;
}

.image-popup {
    transform: translateY(200vh);
    transition: transform .5s;
    -webkit-transition: transform .5s;
}

.image-popup .image-popup-wrapper {
    display: block;
    position: fixed;
    width: 42%;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.image-popup .image-popup-wrapper .cross {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto 16px;
}

.image-popup .image-popup-wrapper .image-popup-content {
    background-color: #fff;
    padding: 30px 105px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.image-popup .image-popup-wrapper .image-popup-content .img-wrapper {
    width: 120px;
    height: 107.8px;
}

.image-popup .image-popup-wrapper .image-popup-content .img-wrapper .image-popup-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-popup .image-popup-wrapper .image-popup-content .image-popup-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.21;
    color: #000;
    margin-top: 18px;
}

.image-popup .image-popup-wrapper .image-popup-content .image-popup-desc {
    font-size: 14px;
    line-height: 1.43;
    color: #6d6e71;
    margin-top: 8px;
    padding: 0 30px;
}

.image-popup .image-popup-wrapper .image-popup-content .know-more-button {
    margin-top: 24px;
    background-color: #e41d36;
    border-radius: 5px;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
}

  .blur {
    opacity: 0.5;
  }


  .stock-name {
    position: absolute;
    top: 35%;
    left: 18%;
    padding: 4px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    width: 63%;
    text-align: center;
  }

  .saveamount-name {
    position: absolute;
    border: 1px solid #EB3E32;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #EB3E32;
    width: 50%;
    text-align: center;
    z-index: 1000;
  }

  .view-stock-name {
    top: 39%;
    position: absolute;
    text-align: center;
    left: 14%;
    margin: 0;
    font-size: 28px;
    transform: rotate(-34deg);
    border: 1px solid #000;
    padding: 10px 20px;
    font-weight: 400;
    width: 70%;
    color: #000;
    background: #fff;
}

.border1px
{
    border: 1px solid #000 !important;
    font-size: 12px !important;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}
 option {
     width: 100%;
     font-size: 14px !important;
 }
/*
select, select.form-control {
    -moz-appearance: none;
     -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/arow.png") no-repeat scroll 90% center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    line-height: 100%;
    max-width: 100%;
    outline: 0 none;
    position: relative;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
    padding: 0 25px;
    color: #7a7a7a;
    height: 50px;
    font-size: 12px;
 }
 
 option {
     background: #fff;
     border: 0px solid #626262;
     padding-left: 10px;
     font-size: 14px;
 }
 */

 .formRight select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5 !important;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #E8E8E8 inset;
    height: 22px;
    margin: 5px;
    padding: 0px;
    width: 50%;
}