@import url("appTheme.css");

/* root in appTheme.css */

body { padding:0; margin:0; font-size: var(--textSize); background-color: #fff; color: var(--textColor); }
body, html {height:100%; position:relative; }


/* body { */
    /* background-color: red !important; */
/* } */
/* LAYOUT */
.appContainer {display: flex; }
.appSidebar { width:250px; position:relative; padding:20px; border-right:1px solid var(--borderColor, #e9e9e9);}
.appContent { flex:1; background-color: #f8f8f8; }
.appSidebar, .appContent { height:100vh; overflow-y: auto; }

article, aside {padding:20px;}

/* EFFECTS */
.anim, a, button {-webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease;}

/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {color:#000;}

/* h1 {font-size: 2rem} */
h1 {font-size: 1.4rem}
h2 {font-size: 1.6rem}
h3 {font-size: 1.3rem}
h4,h5,h6 {font-size:1.1rem}

a {text-decoration: none;}





/* MENU MOBILE */
.rMenuWrap {position:absolute; z-index: 1000; background-color: #fff; left:0; top:0; right:0; padding: 10px 15px;}


/* MENU ACCOUNT */
ul.menuAccount {list-style: none; padding:0; margin:0 0 30px 0; display: flex; justify-content: center;}
ul.menuAccount li {flex: auto}
ul.menuAccount li a {display: block; color: #000; border-radius: var(--borderRadius); background-color: #f2f2f2; margin:5px; padding:10px; text-align: center; font-size:10px; text-transform: uppercase;}


/* MAIN MENU */
ul.menuMain {list-style: none; padding:0; margin:0; display: flex; flex-direction: column; height: 100%}
ul.menuMain li {}
ul.menuMain > li:last-child {margin-top: auto; border-top: 1px solid var(--borderColor); padding-top:10px}
ul.menuMain li.expanded a {color:#000;}
ul.menuMain li a {display: flex; align-items: center; gap: 15px; line-height: 30px; color: var(--textColor); font-weight: 500; text-decoration: none; margin-bottom:10px;}
ul.menuMain li ul { list-style: none; text-decoration: none}
ul.menuMain li ul {padding-left: 40px;}
ul.menuMain li.expanded ul li a { color: var(--textColor); font-size: 14px;line-height: 24px;  }
ul.menuMain li a:hover {padding-left: 8px; color:#000;}
ul.menuMain li.expanded ul li a:hover {color:#000;}
ul.menuMain li.expanded ul {margin-top: 10px}
ul.menuMain li.expanded ul li a.active {padding: 6px 12px; background-color: #e9e9e9; border-radius: 4px; color: #000;}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    aside {border-left:1px solid var(--borderColor, #e9e9e9);}
    
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

}

/* XXX-Large devices (larger desktops, 1200px and up) */
@media (min-width: 2000px) { 

}

/* //////// */
.flex-header{

  display: flex;
    align-items: center;
    justify-content: space-between;

}
.flex {
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
}

.block {

    display: inline;
}
.myform {
    display: inline;
}

.bold {

    font-weight: 700 !important;
    color: black;
}

.second-sidebar-div {
    height: 100%;
    background-color: red;
}
.f{
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

ion-icon {
  font-size: 32px;
}

/* ////// */

.self-end {
align-self: end;}



.card{
    border: none;
}

.card-header{
display: flex;
justify-content: space-between;}


.slider {
      background-color: yellow !important ;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* width: 100%; */
  /* margin-top: 1rem; */
  overflow: hidden;
  display: flex;
  /* gap: 20px !important; */
  
}

.slide {
  transition: all 0.5s;
  width: 10rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #654b3b;
}


.slider-div{
display: flex;
overflow-x: hidden;
justify-content: flex-start;
scroll-behavior: smooth;
transition: all .4s;
gap:20px;
background-color: #f8f8f8 !important;
}

.favorite-header{
    
    background-color: #f8f8f8 !important;


}

.favorite-product-card {
flex-shrink: 0;
min-width: fit-content;
transition:  all .3s;
}

.favorite-card {
    /* display: flex; */
    transition:     all .3s;
}

.favorite-card-body{

display: flex;
justify-content: start;
align-items: center;
gap:10px

}

.favorite-card:hover {
cursor: pointer;
background-color: #ddd;

}
.slide-content {
  padding: 2rem;
  width: 80%;
  font-size: 1.6rem;
  /* background-color: blue; */

  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  margin: 0 10rem;
}


.btn-div{

    display: flex;gap: 10px;
}

.btnn {
 display: flex;
 align-items: center;
  border-radius: 50%;
  border: none;
  box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  font-size: 12px; 
   justify-content: center;
   background-color: #fff;
}


.slider-btn:hover .slider-icon {
  transform: scale(1.2);
}

.custom-header{
    background-color: #fff !important;
    margin-top: 10px;
}

.delete-product-row{

    border: none;
    background-color: transparent;
}