/** Shopify CDN: Minification failed

Line 249:4 Comments in CSS use "/* ... */" instead of "//"
Line 346:4 Comments in CSS use "/* ... */" instead of "//"
Line 395:2 Unexpected "}"

**/

.icon_coru_img.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
  }
  .icon_coru_img::-webkit-scrollbar {
      display: none;
    }
  .icon_coru_img {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}


  .store_container{
    background-color: #bbb;
  }
  .store_content{
/*     background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(0, 0, 0, 0.3)),url({{ zimson_store_banner | asset_url}});
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    
  }
  .store_content img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 15px;
  }
  .store_contact{
    margin: 50px 0 50px -200px;
    padding: 30px;
    background-color: whitesmoke;
    border-radius: 15px;
  }
  .store_contact .storefrom{
    width: 300px;
    max-width: 100%;
    margin: auto;
  }
  .fs_1{
    font-size: x-small;
  }
  .small_line{
  width: 50px;
  margin: 0 0 15px 0;
  height: 3px;
  background-color: var(--base-color);
}
.shop_contact_num {
  visibility: hidden;
  width: 0;
  height: 0;
}
.store_adres_card{
  border: 1px solid black;
  padding: 35px;
  display: flex;
  gap: 20px
}
.store_contact_detail{
  
}
.info-phone img{
  width: 30px;
}
/* .store_drict_btn{
  border-color: white !important;
  color: white;
  boder-radius: 50%;
} */

/*    @media only screen and (max-width: 991px){
     .store_content img{
    height: 100% !important;
  }
   } */
  
  @media only screen and (max-width: 768px){
    .store_content{
      height: 300px;
    }
    .store_contact{
      margin: 50px 0 50px 0px;
    }
    .store_adres_card{
      flex-wrap: wrap;
    }
    .store_iframe iframe{
      height: 300px;
    }
  }


        .outer.active {
            background: rgba(255,255,255,0.3);
            cursor: grabbing;
            cursor: -webkit-grabbing;
            transform: scale(1);
        }
  .outer {	
			overflow-y: hidden;
			height: 90%;
		}

	.flex-container {
			overflow-x: visible;
			height: calc(100% + 17px);
			padding-bottom: 17px;
			display: flex;
			flex-wrap: nowrap;
            margin-left: 11%;
            margin-right: 11%;
            gap: 5px;
		} 

		.card {
			flex: 1 0 100px;
			height: 150px;
			display: inline-block;
			margin: 5px;
			border: 1px solid;
		}
         /* width */
       .outer::-webkit-scrollbar {
            height: 8px;
        }
      

       /* Track */ 
       .outer::-webkit-scrollbar-track {
            border-radius: 10px;
            margin-left: 170px;
            margin-right: 200px;
            background-color: #dedede;
        }
 
       /* Handle */
       .outer::-webkit-scrollbar-thumb {
            background-color: var(--primary-color);
            border-radius: 5px;
        }

       /* Handle on hover */
       .outer::-webkit-scrollbar-thumb:hover {
             background-color: var(--primary-color); 
              padding: 10px;
        }
       

    @media only screen and (max-width: 1440px){
        .flex-container {
            margin-left: 150px;
            margin-right: 150px;
            
		}
        .outer::-webkit-scrollbar-track {
            margin-left: 150px;
            margin-right: 150px;
        }
 
      }
      @media only screen and (max-width: 1024px){
        .flex-container {
            margin-left: 30px;
            margin-right: 30px;
            
		} 
        .outer::-webkit-scrollbar-track {
            margin-left: 30px;
            margin-right: 30px;
        }
 
      }
     @media only screen and (max-width: 768px){
        .outer::-webkit-scrollbar-track {
            margin-left: 50px;
            margin-right: 50px;
        }
 
      }
  


  .store_btn_box-store_container {
    margin: auto;
    width: 70%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem 0;
    gap: 20px;
}

.store_btn { 
  cursor: pointer;
}

.border_box{
  border: 1px solid var(--base-color);
}
.p_40{
  padding: 40px;
}
.small_line{
  width: 50px;
  margin: 0 0 15px 0;
  height: 3px;
  background-color: var(--base-color);
}

/* [data-coimbatore] {
  background-color: coral;
}

[data-banglore] {
  background-color: cornflowerblue;
}

[data-chennai] {
  background-color: crimson;
} */
 
/* .active_tab, .active_tab:hover {
    border-bottom: 1px solid black !important;
} */
  .store_btn_box-store_container span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

span.active_tab::after {
    width: 100%;
    //transition: width .3s;
}
.show {
  display: block;
}

.remove {
  display: none;
}
 .custom_height_card{
   height: 100%;
 }
 .custom_content_card{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
    }
/*   @media only screen and (width: ) */
 

 .store_body_box{
   position: relative;
 }
  .store_btn_main_box{
     overflow-x: scroll;  
     
  }
 .store_btn_main_box.active {
     background: rgba(255,255,255,0.3);
     cursor: grabbing;
     cursor: -webkit-grabbing;
     transform: scale(1);
    }
  .store_btn_box-store_container {   
    margin: auto;
    width: 950px;
    max-width: 950px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4rem 0;
    gap: 20px;  
}
/* Hide scrollbar for Chrome, Safari and Opera */
.store_btn_main_box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.store_btn_main_box {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.store_btn { 
  cursor: pointer;
}

.border_box{
  border: 1px solid var(--base-color);
}
.p_40{
  padding: 40px;
}
.small_line{
  width: 50px;
  margin: 0 0 15px 0;
  height: 3px;
  background-color: var(--base-color);
}

/* [data-coimbatore] {
  background-color: coral;
}

[data-banglore] {
  background-color: cornflowerblue;
}

[data-chennai] {
  background-color: crimson;
} */
 
/* .active_tab, .active_tab:hover {
    border-bottom: 1px solid black !important;
} */
  .store_btn_box-store_container span::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s;
}

span.active_tab::after {
    width: 100%;
    //transition: width .3s;
}
.show {
  display: block;
}

.remove {
  display: none;
}
 .custom_height_card{
   height: 100%;
 }
 .custom_content_card{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-content: space-around;
    }
 .indicator_scroll{
   display: none;
 }
  @media only screen and (max-width: 1024px){
    .indicator_scroll{
      display: block;
      transform: rotate(90deg);
    }
   .indicator_scroll::before {
  animation: bounce 1s ease infinite;
  bottom: 50%;
  color: #99702b;
  content: 'v';
  font-size: 2rem;
  height: 4rem;
  left: 45%;
  letter-spacing: -1px;
  line-height: 4rem;
  margin-left: -3rem;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  width: 6rem;
}

@keyframes bounce {
  50% {
    transform: translateY(-50%);
  }
}
}
  }
 