.section--newtemplate .-links-,
.section--newtemplate .link.link--icon-brand{
    display: none;
}
.section--newtemplate{
    border: 1px solid white !important;
}
.section--newtemplate .grid>.gcell>.grid{
    flex-direction: column !important;
    height: auto !important;
}
.section--newtemplate .title--category {
    font-size: 1rem;
    margin-top: 0px !important;
}
.cart--newtemplate.cart-item__content .cart-item__name{  
    margin-bottom: 1rem !important;
}
.cart--newtemplate.cart-item__content .del-icon{ 
    cursor: pointer;
} 
.cart--newtemplate.cart-item__content .del-icon:hover svg{
    transform: rotate(90deg);
    transition: all ease-in .3s;    
}

.fixed-header .button--mobile-cart{
    margin-top: 0px;
}
.fixed-header .logo__image{
    position: relative;
    top: -7px;
}
.fixed-header .search__head{
    border-radius: 30px;
}
.fixed-header{
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: #fff;
    top: 0;
    padding: 10px 0
}
.fixed-header .search {
    width: 100%
}
.fixed-header.show{
    display: block;
}

@media (min-width: 768px){
    .slider--main {
        padding-bottom: 50px;
    }
}
.slider--main .slider__slide{
    border-radius: 35px !important;
    height: fit-content !important;
}
.cart--newtemplate.cart-item__content .del-icon svg{  
    fill: red;
}
.cart--newtemplate.cart-item__content > .grid .action-cell{  
    display: flex;  
    align-items: center;
    gap: 30px;
    justify-content: flex-end;    
}
.cart--newtemplate.cart-item__content > .grid > .gcell .cart-item__action-text{
    display: none;
}
.cart--newtemplate.cart-item__content > .grid > .gcell{
    padding-left: 0px !important
}
.cart--newtemplate .cellname {
    padding-left: 10px;   
}
