
    .stock_not_avail {
        display: none;
    }
    .stock_avail {
        visibility: hidden;
        margin-bottom: -12px;
    }

  .related_item{
    height:auto !important;
  }
  .search_categories {
    padding: 10px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .search_cat_title {
    font-size: 14px;
    color: #222;
  
    float: left;
    width: 100%;
  }
  .search_category {
    float: left;
    margin-right: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    font-size: 13px;
    color: #222;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;cursor:pointer;
  }
  /*cart*/
  .flex-1{
        flex: 1;
  }
  .d_flex{
     display: flex;
      align-items: center;
     gap:10px;
  }
  .w-full{
        width: 100%;
  }
  .cart-item{
    border-bottom: 1px solid #ddd;
    padding:10px;
  }
  .img-info img{
        max-width: 65px;
        
  }
  .item_name {
    font-size: 14px;
        margin-bottom: 5px;
    color:#222;
  
  }
  .item_code {
    display:none;
  }
  .add_button,.remove_button,.delete_button{
        height: 25px;
    width: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .remove_button{
     border: 1px solid #ddd;
  }
 
  .delete_button{
    background-color: #ff000014;
    padding: 5px;
     height: 25px !important;
    width: 25px !important;
  }
  .remove_wish_button, .add_wish_button{
    font-size:12px;
    border-radius:5px;
    padding:5px;
     gap:10px;
  }
  .remove_wish_button{
    background-color: #ff000014;
    color:#ef4444;
  }
  .add_wish_button{
     background-color:#0080001c;
    color:#008000;
  }
  #right-cart-container{
    padding:0 !important;
    display: block;
  }
  
  #side-wish-list{
    display:none;
  }
  .pointer-div{
    cursor:pointer;
  }
  .side-empty-item{
    align-items: center;
    display: flex;
    position: absolute;
    top: 25%;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    justify-content: center;
    width: 100%;
  }
  .side-empty-item img{
        height: 137px;
    left: auto;
    object-fit: cover;
    position: static;
    top: auto;
    width: 111px;
  }
  .side-empty-item .title_text{
        font-size: 14px;
    height: fit-content;
    left: auto;
    line-height: 1;
    min-width: 10px;
    position: static;
    top: auto;
    width: fit-content;
  }
  
  input:focus{
  
    box-shadow: none;
    border-color: #e2e2e2;
}


.header-menu .menu-title a div:hover{
        
        color: #222;  
    
}
.active_parent:after, .hoverMenuSec:after{
        
        background:#555555 !important;  
    
}

.sort-label:hover{
        
        background: #ebf8ff !important;  
    
}


.sort-label:hover div p {
        
        color: #000000;  
    
}

.sort-label div p{
        
        color: #000000;  
    
}



.sort-label {
    border: 0 !important;
        
        background: #ffffff !important;  
    
}


.dismiss{
    
        display: none;      
    
}

.announce_bar .__text_block__ {
    
        display: flex;
    
}

.go1_header_bg div{
    padding-top: 0px;
}

.loader{
    background: linear-gradient(0deg, var(--go1-primary-color)63 33%, var(--go1-secondary-color) 100%);
}


.footer-tile{
    
    padding: 5px;
}


.footer_text{
     
        font-family: Inter;
    
    
     
        font-size: 14px;
    
     
        line-height: 30px;
    
     
        letter-spacing: 0px;
    
     
        color: #000000;
    
    
    transition: .2s;
}
.footer_text:hover{
  
    transition: .2s;
    font-weight: 600;
}

.cpright .__text_block__ p{
     
        color: #1a181e !important;
    
    
}

.right_cart_nav.active{
     
        color: #177ccb !important;
    
     
        border-color: #177ccb !important;
    
    
}




/* PRODUCT INFO  */



.off_container{
    
        width: 49% !important;
        transform: translateX(-22%) translateY(-68%) rotate(-46deg);
    
    
}
#login{
    background:#ffffff !important;
}
#login_email,#login_password{
     background: #f5f5f5; 
}
.offer{
    
        margin-right: 37px;
    
}
.description, .description div p{
    overflow: hidden;
    width: 100%;
    text-wrap: nowrap;
    display: flow;
    height: 33px;
    font-weight: 200;
    margin-bottom: 3px;
    
        color: #818181;
    
    text-overflow: ellipsis;
    
        font-size: small;
    
}







/* MOBILE VIEW */
@media screen and (max-width: 700px){
   
    .cart_btn_list{
        position: relative !important;
    }
   
  
    .filter_btn{
       
    }
    .description, .description div p{
        margin-left: 0px;
    }
   
  

    }
}


.cart_btn {
    width: calc(100% - 30px);
    margin-left: 15px;
}
.related_item{
    height:auto !important;
}
.search_categories {
    padding: 10px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.search_cat_title {
    font-size: 14px;
    color: #222;
  
    float: left;
    width: 100%;
}
.search_category {
    float: left;
    margin-right: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    font-size: 13px;
    color: #222;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;cursor:pointer;
}
/*cart*/
.flex-1{
        flex: 1;
}
.d_flex{
     display: flex;
      align-items: center;
     gap:10px;
}
.w-full{
        width: 100%;
}
.cart-item{
    border-bottom: 1px solid #ddd;
    padding:10px;
}
.img-info img{
        max-width: 65px;
        
}
.item_name {
    font-size: 14px;
        margin-bottom: 5px;
    color:#222;

}
.item_code {
    display:none;
}
.add_button,.remove_button,.delete_button{
        height: 25px;
    width: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.remove_button{
     border: 1px solid #ddd;
}

.delete_button{
    background-color: #ff000014;
    padding: 5px;
     height: 25px !important;
    width: 25px !important;
}
.remove_wish_button, .add_wish_button{
    font-size:12px;
    border-radius:5px;
    padding:5px;
     gap:10px;
}
.remove_wish_button{
    background-color: #ff000014;
    color:#ef4444;
}
.add_wish_button{
     background-color:#0080001c;
    color:#008000;
}
#right-cart-container{
    padding:0 !important;
    display: block;
}

#side-wish-list{
    display:none;
}
.pointer-div{
    cursor:pointer;
}
.side-empty-item{
    align-items: center;
    display: flex;
    position: absolute;
    top: 25%;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    justify-content: center;
    width: 100%;
}
.side-empty-item img{
        height: 137px;
    left: auto;
    object-fit: cover;
    position: static;
    top: auto;
    width: 111px;
}
.side-empty-item .title_text{
        font-size: 14px;
    height: fit-content;
    left: auto;
    line-height: 1;
    min-width: 10px;
    position: static;
    top: auto;
    width: fit-content;
}
.search_results{
    padding-top:15px !important;    width: 450px;display:none;
}

@media only screen and (max-width: 576px) {
    .announce_bar{
                height: auto;
        padding: 5px 0;
    }
    
}

.remove_button.pointer-div,.add_button.pointer-div{
    border:1px solid #177ccb;
    color:#177ccb;
}
@media only screen and (max-width: 992px) {
    #product_list .line_2_text_36{
              -webkit-line-clamp: 2;
    }
    
}
.detail-title p {
    font-weight: 500;
}
.footer-title p{
    font-weight:500;
}
ul.search_sets{
    float:left;
}