.store-card-content{
  background: #ccc;
  margin: 2px;
  padding: 3px;
  border-radius: 5px;
}

  /* //////////////// */
 /* Review || Slider */
/* //////////////// */

.slider-container {
  width: 90%;
  height: 150px;
  border: 1px solid #b0b0b0;
  justify-content: space-between;
  border-radius: 4px;
  box-shadow: 0px 0px 5px -3px black;
  margin-bottom: 5px;
  padding: 5px;
}

.review-rating{
 padding-inline-start: 10px;
}


.review-main {
  width: 100%;
  display: none;
}

.review-main p {
  display: flex;
  word-break: break-all;
  padding: 12px;
  padding-bottom: 0;
  height: 33%;
  font-size: 12px;
}

.review-date{
  font-size: smaller;
  color: rgb(99, 99, 99);
}

.review-settings{
  margin-inline-start: auto;
}
.dropdown-menu.review-menu{
    inset-inline-end: auto;
}

  /* ////////// */
 /* pagination */
/* ////////// */

.page-nav-container {
  display: flex;
  justify-content: center;
}
.page-link {
  background-color: #00a550;
}

.d-flex {
  display: flex;
}
.flex-dir-col {
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
.m-1 {
  margin: 6px;
}

/* pagination */

.pagination > li > a,
.pagination > li > span {
  color: #00a55a !important ;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #00a55a !important ;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #4cae4c !important;
  border-color: #4cae4c !important;
  color: white !important;
}

.new-file-header{
  font-size: 20px;
  margin-bottom: 1%;
  margin-top: 2%;
  border-bottom: 2px solid #ff8600;
  padding-bottom: 5px;
}


/* loader style */
@keyframes ldio-unzl005xvm {
  0% { transform: rotate(0) }
  100% { transform: rotate(360deg) }
}
.ldio-unzl005xvm div { box-sizing: border-box!important }
.ldio-unzl005xvm > div {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 18px;
  left: 18px;
  border-radius: 50%;
  border: 10px solid #000;
  border-color: #edb426 transparent #edb426 transparent;
  animation: ldio-unzl005xvm 1s linear infinite;
}
.ldio-unzl005xvm > div:nth-child(2) { border-color: transparent }
.ldio-unzl005xvm > div:nth-child(2) div {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
}
.ldio-unzl005xvm > div:nth-child(2) div:before, .ldio-unzl005xvm > div:nth-child(2) div:after { 
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -10px;
  left: 17px;
  background: #edb426;
  border-radius: 50%;
  box-shadow: 0 54px 0 0 #edb426;
}
.ldio-unzl005xvm > div:nth-child(2) div:after { 
  left: -10px;
  top: 17px;
  box-shadow: 54px 0 0 0 #edb426;
}
.loadingio-spinner-dual-ring-fbofjcjq6x4 {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-unzl005xvm {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.4);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-unzl005xvm div { box-sizing: content-box; }
/* generated by https://loading.io/ */



/* new card */
.card-container{
  display: flex;
  justify-content: center;
  min-height: 430px;
}

.card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.5);
  max-width: 410px;
  display: flex;
  flex-direction: row;
  border-radius: 25px;
  position: relative;
  margin: 8px;
  
}
.card:hover{
  box-shadow: 0px 0px 10px 5px rgba(34, 35, 58, 0.5);
  transition: all 0.1s;
}

.card h4{
  margin: 0;
  padding:  0.5rem;
}
.card .title {
  padding: 1rem;
  text-align: start;
  font-weight: bold;
  font-size: 12px;
}
.card .desc {
  padding: 0.5rem 1rem;
  font-size: 12px;
  word-break: break-word;
  height: 100px;
  overflow: clip;
}
.card .actions {
  padding: 0.5rem 1rem;
}
.card-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.title-total {
  padding: 2.5em 1.5em 1.5em 1.5em;
}
path {
  fill: white;
}
.img-portada {
  width: 100%;
}
.portada {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-position: bottom center;
  background-size: cover;
}
.portada img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.section-head{
  font-size: 30px;
}

.second-header{
  margin-bottom:0;
}

.content{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}



