.body {
  font-family: MavenPro, Helvetica, Gothic A1, Arial, sans-serif;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header {
  background-color: #dfe0e2;
}
.header .navbar {
  background-color: #dfe0e2;
}
.header .navbar img {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header .navbar img {
    width: 100px;
  }
}
.header .navbar .navbar-toggler {
  position: absolute;
  right: 19px;
  top: 25px;
}
.header .navbar .navbar-toggler:focus {
  outline: 0px;
}
@media screen and (max-width: 768px) {
  .header .navbar .navbar-toggler {
    right: 0px;
    top: 15px;
  }
}
.header .navbar .navbar-nav > li {
  padding-left: 6px;
  padding-right: 6px;
}
.header .navbar .nav-item a {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.header .navbar .nav-item .active span {
  color: #c9587f;
  font-weight: bold;
  /*&:after{
                background: url(../img/nav-active.png) 50% 100% no-repeat;;
                content: "";
                border-style: solid;
                border-width: 10px 10px 0;
                border-color: @pink transparent transparent;
                position: absolute;
                bottom: -11px;
                left: 40%;
                transform: rotate(180deg);
                @media screen and (max-width:768px){
                    content: none;
                }
            }*/
}
.header .navbar .nav-item .active div {
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(../img/nav-active.png) 50% 100% no-repeat;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .header .navbar .nav-item .active div {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header .navbar {
    width: 100%;
    position: relative;
    padding: 10px 10px;
    border-radius: 20px;
  }
}
.header .ribbon {
  background: url(../img/ribbon.png) 50% 100% no-repeat;
  width: 50px;
  position: absolute;
  right: 185px;
  animation: drop forwards;
}
.header .ribbon .icons {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.header .ribbon .icons img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .header .ribbon {
    display: none;
  }
}
@keyframes drop {
  0% {
    top: -350px;
  }
  100% {
    top: 0;
  }
}
.sub-header {
  padding: 5px 0;
  background-color: #c9587f;
  background-image: url(../img/sub-header.png);
}
.sub-header .category {
  justify-content: center;
  padding-left: 45px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.sub-header .category .sub-category {
  padding: 0px 30px;
  white-space: nowrap;
}
.sub-header .category .sub-category:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sub-header .category {
    display: none;
  }
}
.sub-header .dropdown select {
  background-color: white;
  border: none;
  color: #c9587f;
  width: 100%;
}
.sub-header .dropdown select option {
  background: #dfe0e2;
}
@media screen and (min-width: 768px) {
  .sub-header .dropdown select {
    display: none;
  }
}
#home-information {
  padding-top: 5px;
  padding-bottom: 100px;
}
#home-information .div-left {
  padding: 20px 25px;
  padding-top: 50px;
}
#home-information .div-left img {
  position: absolute;
  top: 0px;
  left: -20;
  z-index: -1;
}
#home-information .div-left .title {
  font-size: 25px;
  color: #c9587f;
}
#home-information .div-left .text {
  text-align: justify;
  line-height: 1.6em;
}
#home-information .pink-box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home-information .pink-box img {
    max-width: 100px;
  }
}
#home-information .pink-box .body-background {
  border-radius: 5px;
  background: #c9587f url(../img/box.png) 50% 0 repeat-x;
  padding: 20px 40px;
}
#home-information .pink-box .body-background .pink-box-title {
  font-size: 25px;
  color: white;
  text-align: center;
}
#home-information .pink-box .body-background .pink-box-text {
  text-align: justify;
  line-height: 1.6em;
  color: white;
}
#home-information .pink-box .body-background .button {
  color: white;
  background-color: #c9587f;
  font-size: 14px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  border: 5px solid #c54475;
}
#home-information .pink-box .body-background .button:hover {
  filter: brightness(120%);
}
@media screen and (max-width: 768px) {
  #home-information .pink-box .body-background {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #home-information {
    padding-bottom: 25px;
  }
}
.home {
  flex: 1 0 auto;
}
.home .text {
  color: #7d7d7d;
}
.home #carouselPasteles .carousel-inner {
  border: 10px solid white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 640px;
  height: 355px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-inner {
    width: 230px;
    height: 128px;
    margin: auto;
  }
}
.home #carouselPasteles .carousel-control-next {
  right: -48px;
  opacity: 1;
  cursor: pointer;
}
.home #carouselPasteles .carousel-control-next label {
  position: absolute;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.home #carouselPasteles .carousel-control-next label i {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-next label {
    font-size: 13px;
  }
}
.home #carouselPasteles .carousel-control-next img:hover {
  transform: rotateX(180deg);
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-next img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-next {
    right: 10px;
  }
}
.home #carouselPasteles .carousel-control-prev {
  left: -48px;
  opacity: 1;
  cursor: pointer;
}
.home #carouselPasteles .carousel-control-prev label {
  position: absolute;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.home #carouselPasteles .carousel-control-prev label i {
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-prev label {
    font-size: 13px;
  }
}
.home #carouselPasteles .carousel-control-prev img:hover {
  transform: rotateX(180deg);
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-prev img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .home #carouselPasteles .carousel-control-prev {
    left: 10px;
  }
}
.home .carousel-indicators {
  background-color: #dfe0e2;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  position: relative !important;
  justify-content: space-around;
}
.home .carousel-indicators .active {
  background-color: #dfe0e2;
  /*img{
                border: 4px solid @pink !important;
            }*/
}
.home .carousel-indicators .carousel-item {
  height: 70px;
}
.home .carousel-indicators .carousel-item div {
  background-color: #d4d6d8;
}
.home .carousel-indicators .carousel-item div img {
  height: 70px;
  border: 4px solid white;
  cursor: pointer;
}
.home .about {
  padding-top: 50px;
}
.home .about img {
  width: 35px;
  height: 35px;
}
.about-us {
  flex: 1 0 auto;
}
.about-us .title-container {
  text-align: center;
  position: relative;
}
.about-us .title-container .title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.about-us .title-container .border {
  width: 100%;
  height: 5px;
}
.about-us .body-container .title {
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #7d7d7d;
  font-size: 23px;
}
.about-us .body-container .text {
  color: #7d7d7d;
}
.catalog {
  flex: 1 0 auto;
}
.catalog .title-container {
  text-align: center;
  position: relative;
}
.catalog .title-container .title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.catalog .title-container .border {
  width: 100%;
  height: 5px;
}
.catalog .body-container .text {
  color: #7d7d7d;
}
.catalog .body-container .gallery {
  padding-left: 15px;
}
.catalog .body-container .gallery img {
  margin-bottom: 15px;
  width: auto;
  max-height: 160px;
  max-width: 160px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog .body-container .gallery img {
    max-height: 100%;
    width: 100%;
  }
}
.catalog .body-container .gallery .message {
  font-size: 18px;
  font-weight: 700;
  color: #c9587f;
}
@media screen and (max-width: 768px) {
  .catalog .body-container .gallery div {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 768px) {
  .catalog .body-container .gallery {
    justify-content: center;
    padding-left: 0px;
  }
}
.catalog .modal-image .modal-header {
  padding: 10px 15px;
  border-bottom: 0px;
}
.catalog .modal-image .modal-header .close {
  padding: 0px;
  margin: 0px;
}
.catalog .modal-image .modal-header .close span {
  font-size: 18px;
  color: white;
  background-color: #0e0e0e;
  border-radius: 10px;
  padding: 0px 5px;
  font-weight: 100;
}
.catalog .modal-image .modal-body {
  padding-top: 0px;
}
.catalog .modal-image .modal-body img {
  width: 100%;
}
.question {
  flex: 1 0 auto;
}
.question .title-container {
  text-align: center;
  position: relative;
}
.question .title-container .title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.question form label {
  color: #7d7d7d;
}
.question form input {
  padding: 5px 4px;
  background-color: #dfe0e2;
  font-size: 15px;
}
.question form textarea {
  resize: none;
  padding: 5px 4px;
  background-color: #dfe0e2;
  height: 200px;
  font-size: 15px;
}
.question form button {
  color: white;
  background-color: #c9587f;
  font-size: 18px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.question form button:hover {
  filter: brightness(120%);
}
.location {
  flex: 1 0 auto;
}
.location .title-container {
  text-align: center;
  position: relative;
}
.location .title-container .title {
  margin-bottom: 0px;
  text-align: left;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.location .information {
  font-size: 13px;
  color: #7d7d7d;
}
.location .information p {
  margin-bottom: 2px;
}
.location .information img {
  width: 35px;
  height: 35px;
}
.location .link {
  color: #c9587f;
}
.view-cakes .table {
  margin: 0px auto;
}
@media screen and (max-width: 768px) {
  .view-cakes .table thead {
    font-size: 13px;
  }
}
.view-cakes .table thead .th-date {
  text-align: center;
  padding-top: 19px;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .view-cakes .table thead .th-date {
    padding-top: 7.5px;
    line-height: 4;
  }
}
.view-cakes .table thead th {
  text-align: center;
  line-height: 4;
}
@media screen and (max-width: 768px) {
  .view-cakes .table thead th {
    border-bottom: 1px solid #e8e4e4;
  }
}
.view-cakes .table thead th .desc {
  font-size: 35px;
  position: absolute;
  top: -7px;
  transform: rotate(180deg);
  right: 35px;
}
@media screen and (max-width: 768px) {
  .view-cakes .table thead th .desc {
    right: 60px;
  }
}
.view-cakes .table thead th .asc {
  font-size: 35px;
  position: absolute;
  bottom: -7px;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .view-cakes .table thead th .asc {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .view-cakes .table tbody tr label {
    font-size: 13px;
  }
}
.view-cakes .table .btn {
  background-color: #c9587f;
  color: white;
  font-size: 18px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.view-cakes .title-container {
  text-align: center;
  position: relative;
}
.view-cakes .title-container .title {
  margin-bottom: 0px;
  text-align: center;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.view-cakes .button-new-cake {
  font-size: 16px;
  color: #c9587f;
  border: 1px solid #c9587f;
  border-radius: 5px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.view-cakes .button-new-cake:hover {
  text-decoration: none;
  background: #fff3f7 !important;
}
.view-cakes .table-responsive {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .view-cakes .table-responsive {
    overflow-x: auto;
  }
}
.order .table {
  margin: 0px auto;
}
.order .table .title-table {
  background-color: #c9587f;
  color: white;
  margin-top: 5px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.order .table .sub-title-table {
  background-color: #e8c6de;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin: 0px auto;
}
.order .table .body-table .cake-image {
  position: absolute;
  transform: translate(15%, 70%);
}
@media screen and (max-width: 768px) {
  .order .table .body-table .cake-image {
    position: relative;
    transform: none;
  }
}
.order .table .body-table .div-table {
  width: 100%;
  display: inline-flex;
}
.order .table .body-table .div-table .col-2,
.order .table .body-table .div-table .auto,
.order .table .body-table .div-table .col-5,
.order .table .body-table .div-table .col-4,
.order .table .body-table .div-table .col-8,
.order .table .body-table .div-table .col-7,
.order .table .body-table .div-table .col-6 {
  border: 2px solid #e8c6de;
  border-right: 0px;
  padding: 5px;
  border-top: 0px;
}
.order .table .body-table .div-table label {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.order .table .body-table .div-table input {
  font-size: 15px;
}
.order .table .body-table .div-table select {
  font-size: 15px;
  height: auto;
  border-radius: 0px;
}
.order .table .information {
  width: 100%;
  font-size: 15px;
  margin: 0px auto;
}
.order .table .information .div-information {
  display: inline-flex;
  padding: 0px;
}
.order .table .information .div-information .col-1,
.order .table .information .div-information .col-2,
.order .table .information .div-information .col-3,
.order .table .information .div-information .auto,
.order .table .information .div-information .col-5,
.order .table .information .div-information .col-4,
.order .table .information .div-information .col-8,
.order .table .information .div-information .col-7,
.order .table .information .div-information .col-10,
.order .table .information .div-information .col-11,
.order .table .information .div-information .col-6,
.order .table .information .div-information .col-12 {
  border: 2px solid #e8c6de;
  border-right: 0px;
  border-bottom: 0px;
  padding: 5px;
}
.order .table .information .div-information label {
  margin-bottom: 0px;
  text-align: center;
}
.order .table .information .div-information select {
  font-size: 15px;
  height: auto;
  border-radius: 0px;
}
.order .table .information .div-information .delete-payment,
.order .table .information .div-information .delete-payment-types {
  color: white;
  background: #c9587f;
}
.order .table .information .div-information .delete-payment:hover,
.order .table .information .div-information .delete-payment-types:hover {
  filter: brightness(120%);
  cursor: pointer;
}
.order .table .information .div-information .input-basic-information input[type=checkbox] {
  transform: scale(1.5);
  cursor: pointer;
  visibility: hidden;
  width: 20px;
  margin-left: 5px;
}
.order .table .information .div-information .input-basic-information input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  color: #e8c6de;
  width: 25px;
  height: 21px;
  visibility: visible;
  text-align: center;
}
.order .table .information .div-information .input-basic-information input[type=checkbox]:checked:after {
  content: "\2714";
}
.order .table .information .div-information .input-light-information input[type=checkbox] {
  transform: scale(1.5);
  cursor: pointer;
  visibility: hidden;
  width: 72px;
  margin-left: 5px;
}
.order .table .information .div-information .input-light-information input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  color: #e8c6de;
  width: 65px;
  height: 21px;
  visibility: visible;
  text-align: center;
}
.order .table .information .div-information .input-light-information input[type=checkbox]:checked:after {
  content: "\2714";
}
.order .table .information .div-information-right {
  border-right: 2px solid #e8c6de;
}
@media screen and (max-width: 768px) {
  .order .table .information .div-information-right {
    border-right: 0px;
  }
}
.order .table .information .div-information-bottom {
  border-bottom: 2px solid #e8c6de !important;
}
.order .table .information .div-information-right-mobile {
  /*Quita el margen derecho, para cuando es mobile*/
}
@media screen and (max-width: 768px) {
  .order .table .information .div-information-right-mobile {
    border-right: 2px solid #e8c6de !important;
  }
}
.order .table .information .div-information-bottom-mobile {
  /*Quita el margen de abajo, para cuando es mobile*/
}
@media screen and (max-width: 768px) {
  .order .table .information .div-information-bottom-mobile {
    border-bottom: 0px !important;
  }
}
.order .table .information .center-text-vertically {
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .order .table .information .center-text-vertically {
    line-height: 21.42px;
  }
}
.order .table .div-information-right-mobile {
  /*Quita el margen derecho, para cuando es mobile*/
}
@media screen and (max-width: 768px) {
  .order .table .div-information-right-mobile {
    border-right: 2px solid #e8c6de !important;
  }
}
.order .table .div-information-bottom-mobile {
  /*Quita el margen de abajo, para cuando es mobile*/
}
@media screen and (max-width: 768px) {
  .order .table .div-information-bottom-mobile {
    border-bottom: 0px !important;
  }
}
.order .table .img {
  position: relative;
}
.order .table .img .cake {
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px 93px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.order .table .img .base {
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px 93px;
  text-align: center;
  background: #7d7d7d;
  color: white;
}
.order .image-information {
  padding-top: 15px;
}
.order .image-information .image-container {
  max-width: 300px;
}
.order .image-information .image-container img {
  width: 100%;
}
.order .image-information .image-container .delete-image {
  position: absolute;
  right: 20px;
  color: white;
  background-color: #c9587f;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.order .image-information .button-container {
  max-width: 300px;
}
.order .image-information .button-container #imageFile,
.order .image-information .button-container .imageFile,
.order .image-information .button-container #imageFile2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.order .image-information .description-container {
  padding-top: 42px;
}
.order .image-information .description-container textarea {
  width: 100%;
  border: 2px solid #e8c6de;
  padding: 5px;
  resize: none;
  display: none;
}
.order .btn {
  padding: 10px;
  background-color: #c9587f;
  color: white;
  width: 100%;
  font-size: 13px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.order .btn:hover {
  filter: brightness(120%);
  cursor: pointer;
}
.pdf-space {
  height: 15px;
}
.pdf-information-space {
  height: 5px;
}
.pdf-order table {
  margin: 0px auto;
}
.pdf-order table .basic-information {
  font-size: 13px;
}
.pdf-order table .basic-information .border-row {
  border: 1px solid #e8c6de;
}
.pdf-order table .basic-information .border-row td {
  padding: 0px;
}
.pdf-order table .basic-information .border-row .label {
  text-align: center;
  border-right: 1px solid #e8c6de;
}
.pdf-order table .basic-information .border-right {
  border-right: 1px solid #e8c6de;
}
.pdf-order table .basic-information .border-bottom {
  border-bottom: 1px solid #e8c6de;
}
.pdf-order table .basic-information label {
  margin-bottom: 0px;
}
.pdf-order .sub-title1 {
  text-align: center;
  background-color: #e8c6de;
  font-weight: bold;
  font-size: 15px;
}
.pdf-order .sub-title2 {
  text-align: center;
  background-color: #c9587f;
  font-size: 12px;
  color: white;
}
.pdf-contract {
  flex: 1 0 auto;
}
.pdf-contract table {
  margin: 0px auto;
  background: #FFB3B0;
  color: #803432;
  border-collapse: inherit;
}
.pdf-contract table .header-border {
  background-color: #803432;
  height: 15px;
}
.pdf-contract table .label {
  font-weight: bold;
  color: #803432;
  font-size: 11px;
}
.pdf-contract table .answer {
  width: auto;
  border-bottom: 1px dashed #803432;
  font-size: 11px;
}
.pdf-contract .table-background {
  background: #eaa3a1;
  border-left: 35px solid #FFB3B0;
  border-right: 35px solid #FFB3B0;
}
.pdf-contract .table-background .contract-policies {
  font-size: 13px;
}
.pdf-contract .logotipo {
  text-align: center;
}
.pdf-contract .logotipo img {
  width: 200px;
}
.pdf-contract .title-container {
  text-align: right;
  position: relative;
}
.pdf-order-return table {
  margin: 0px auto;
}
.pdf-order-return table .basic-information {
  font-size: 13px;
}
.pdf-order-return table .basic-information .border-row td {
  padding: 0px;
}
.pdf-order-return table .basic-information .sub-title-checklist {
  background: #e8c6de;
  white-space: nowrap;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.pdf-order-return table .basic-information .pdf-information-space {
  height: 10px;
}
.pdf-order-return table .basic-information .register-checklist input {
  border: 1px solid black;
  width: 85px;
  height: 35px;
}
.pdf-order-return table .basic-information .register-checklist textarea {
  resize: none;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid;
}
.pdf-order-return table .basic-information .textarea-footer {
  background: #dfe0e2;
  resize: none;
  height: 80px;
  width: 100%;
  border: 0px;
}
.pdf-order-return table .basic-information .label-footer {
  text-align: center;
  font-weight: bold;
}
.pdf-order-return table .basic-information label {
  margin-bottom: 0px;
}
.pdf-order-return table .basic-information .answer {
  background: #dfe0e2;
  font-size: 18px;
  width: 100%;
}
.pdf-checklist table {
  margin: 0px auto;
}
.pdf-checklist table .title {
  border: 1px solid #e8c6de;
  color: #f9c531;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 40px;
}
.pdf-checklist table .answer {
  border-bottom: 1px solid #e8c6de;
}
.pdf-checklist .table {
  border: 1px solid #e8c6de;
  font-size: 15px;
}
.pdf-checklist .table input {
  border: 1px solid #e8c6de;
  width: 30px;
  height: 30px;
}
.pdf-checklist .table td {
  border: 0px;
}
.login .nav-link {
  color: #c9587f !important;
  font-size: 20px;
}
.login .nav-link:hover {
  text-decoration: underline;
}
.footer {
  width: 100%;
  padding-top: 50px;
  justify-content: center;
  padding-left: 90px;
}
.footer .title {
  font-size: 25px;
}
.footer .text {
  color: #7d7d7d;
}
.footer img {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 25px;
    margin: auto;
    justify-content: normal;
    padding-left: 15px;
  }
}
.title {
  color: #7d7d7d;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.text {
  font-size: 13px;
}
.text a {
  color: #c9587f;
}
.required:after {
  content: "*";
  color: #7d7d7d;
  padding-left: 5px;
}
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/load.gif) 50% 50% no-repeat #f9f9f9;
  opacity: 0.8;
  display: none;
}
#home-block-gallery-img .div-left {
  position: relative;
  max-width: 2%;
  /*&:hover{
            background-color: @backgroundBody;
        }*/
}
#home-block-gallery-img .div-left a {
  color: #7d7d7d;
  position: absolute;
  top: 25%;
  font-size: 30px;
  right: 0px;
  transition: all 0.5s;
  cursor: pointer;
}
#home-block-gallery-img .div-left a:hover {
  filter: brightness(200%);
}
@media screen and (max-width: 991px) {
  #home-block-gallery-img .div-left a {
    left: 0%;
  }
  #home-block-gallery-img .div-left a img {
    width: 40px;
  }
}
#home-block-gallery-img .div-right {
  position: relative;
  max-width: 2%;
  /*&:hover{
            background-color: @backgroundBody;
        }*/
}
#home-block-gallery-img .div-right a {
  color: #7d7d7d;
  position: absolute;
  top: 25%;
  font-size: 30px;
  left: 0px;
  transition: all 0.5s;
  cursor: pointer;
}
#home-block-gallery-img .div-right a:hover {
  filter: brightness(200%);
}
@media screen and (max-width: 991px) {
  #home-block-gallery-img .div-right a {
    left: 0%;
  }
  #home-block-gallery-img .div-right a img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  #home-block-gallery-img .div-right {
    margin-left: 0px;
    padding-left: 0px;
  }
}
.multi-carousel .carousel-inner .carousel-item.active,
.multi-carousel .carousel-inner .carousel-item-next,
.multi-carousel .carousel-inner .carousel-item-prev {
  display: flex;
}
.multi-carousel .carousel-inner .carousel-item-right.active,
.multi-carousel .carousel-inner .carousel-item-next {
  transform: translateX(17%);
}
.multi-carousel .carousel-inner .carousel-item-left.active,
.multi-carousel .carousel-inner .carousel-item-prev {
  transform: translateX(-17%);
}
.multi-carousel .carousel-inner .carousel-item-right,
.multi-carousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.multi-carousel .carousel-inner > .carousel-item {
  -webkit-transition: -webkit-transform 0.1s ease-in-out !important;
  -o-transition: -o-transform 0.1s ease-in-out !important;
  transition: transform 0.1s ease-in-out !important;
  /*@media screen and (max-width:768px){
            -webkit-transition: -webkit-transform 0.1s ease-in-out !important;
            -o-transition: -o-transform 0.1s ease-in-out !important;
            transition: transform 0.1s ease-in-out !important;
        }*/
}
.show-image {
  cursor: pointer;
}
.navbar-mobile {
  display: none;
}
.navbar-mobile a {
  font-size: 20px;
  border-bottom: 1px solid #e2e1e1 !important;
  color: #c9587f !important;
  font-size: 14px !important;
  padding: 8px;
}
.navbar-mobile a:active {
  background-color: #e2e1e1;
}
.navbar-mobile a:hover {
  cursor: pointer;
  filter: brightness(120%);
}
@media screen and (max-width: 767px) {
  .navbar-mobile {
    display: flex;
  }
}
.navbar-not-mobile {
  display: flex;
}
.navbar-not-mobile .toggle {
  color: #c9587f;
  background: white;
  font-size: 16px;
  border: 1px solid #c9587f;
  border-radius: 5px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.navbar-not-mobile .toggle:focus {
  outline: none;
  background: #fbfbfb;
}
.navbar-not-mobile .toggle:hover {
  background: #fbfbfb;
}
.navbar-not-mobile .dropdown-item {
  border-bottom: 1px solid #e2e1e1 !important;
  color: #c9587f !important;
  font-size: 14px !important;
  padding: 8px;
}
.navbar-not-mobile .dropdown-item:active {
  background-color: #e2e1e1;
}
@media screen and (max-width: 767px) {
  .navbar-not-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .separate-tr-table-mobile {
    margin-bottom: 25px;
    border-bottom: 2px solid #c9587f;
  }
}
.btn-reserve-dates {
  padding: 10px;
  background-color: #c9587f;
  color: white;
  width: 100%;
  font-size: 13px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.btn-reserve-dates:hover {
  filter: brightness(120%);
  cursor: pointer;
}
.btn-cakes {
  color: #c9587f;
  background: white;
  border: 1px solid #c9587f;
  border-radius: 5px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.btn-cakes:hover {
  text-decoration: none;
  background: #fff3f7;
}
@media screen and (max-width: 767px) {
  .btn-cakes {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.row-date {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .row-date {
    display: block;
  }
}
.border-image {
  border: 1px solid;
  border-radius: 5px;
}
.table-bordered td {
  border-right: 0px;
  border-bottom: 0px;
}
.table-bordered tr th {
  border-right: 0px;
  border-bottom: 0px;
}
.table-curved {
  border-collapse: separate;
  border: solid #e8e4e4 1px;
  border-radius: 10px;
  border-left: 0px;
}
.table-curved td,
.table-curved th {
  border-left: 1px solid #e8e4e4;
  border-top: 1px solid #e8e4e4;
}
.table-curved th {
  border-top: none;
}
.table-curved th:first-child {
  border-radius: 10px 0 0 0;
}
.table-curved th:last-child {
  border-radius: 0 10px 0 0;
}
.table-curved th:only-child {
  border-radius: 10px 10px 0 0;
}
.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-curved tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.page-break {
  page-break-after: always;
}
#modal-action .modal-content {
  background: #c9587f;
  color: white;
  border: 0px;
}
.user .title {
  font-family: Pacifico, Helvetica, Arial, sans-serif;
  color: #c9587f;
  font-size: 25px;
}
.user .btn-white {
  font-size: 16px;
  color: #c9587f;
  border: 1px solid #c9587f;
  border-radius: 5px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
.user .btn-white:hover {
  text-decoration: none;
  background: #fff3f7 !important;
}
.user .btn-pink {
  background-color: #c9587f;
  color: white;
  font-size: 18px;
  font-family: Pacifico, Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .user table {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .user table tbody td {
    line-height: 3;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .user table tbody tr {
    margin-bottom: 15px;
    border: 1px solid #969090;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.dialog-ovelay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  position: fixed;
}
.dialog-ovelay .dialog {
  max-width: 400px;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dialog-ovelay .dialog {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block;
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.dialog-ovelay .dialog footer {
  padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
  direction: rtl;
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
  border: 0px;
}
.button {
  cursor: pointer;
}
.button-default {
  background-color: #c8cace;
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5D5D5D;
}
.table-large {
  max-width: 1350px;
}
