/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 Şub 2022, 18:40:26
    Author     : user
*/
.hide {display:none;}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fullw {width:100%;}
.capitalize {text-transform:capitalize;}

.sidenav-profile {
    background-color: #7d5864;
}
.sidenav-profile .user-info h6 {
    color: #ffffff;
    font-weight: 900;
}
.sidenav-profile .user-profile img {
    border-radius: 15px;
}
.sidenav-profile .user-profile {
    position: relative;
    z-index: 1;    
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 10px;
    margin-bottom: 0.5rem;
}

.single-product-card .product-thumbnail {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-height: 188px;
    overflow-y: hidden;
    overflow-x: hidden;
    border-radius: 10px;
}