.s-modal-header-inner .s-login-modal-header-icon {
    border: none !important;
    border-radius: 0;
    background: url(https://cdn.salla.sa/form-builder/XJ9kqF3DtoWUOi2VNPWAzmBGPm7KMBn0xgtyomCx.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px !important;
    height: 60px !important;
    margin-top: 10px !important;
}
.s-modal-header-inner svg {
    border: none !important;
    display: none !important;
}
.s-login-modal .s-modal-header-inner {
    display: block;
    padding: 0 !important;
}

.s-login-modal .s-modal-title {
    text-align: center;
}

.product-card__mini-cart__btn button{
	background-color: var(--color-primary);
	color: #fff;
}

   @media(max-width: 991px){
   .product-single-top-description img{
    margin-left: -10px;
    margin-right: -10px;
    min-width: calc(100% + 20px);
   }
   }
   
   [class*="fixed-products"] .mb-8 .enhanced-title-border{
	display: none;
}