body a {
  text-decoration: none;
}
body h6 {
  color: #cfa670;
}

header {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(207, 166, 112, 0.3);
}
@media (min-width: 992px) {
  header .about-nav {
    display: none;
  }
}

#header-cart-section .cart_item-box {
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 600px;
}

#header-cart-section .cart_item-box .info {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#header-cart-section .cart_item-box h5 {
  width: 90%;
  float: right;
  font-size: 1rem;
}

#header-cart-section .cart_item-box p.price-section {
  width: auto;
  max-width: 100px;
  float: right;
  text-align: center;
  font-size: 1rem;
}

.page-header {
  position: relative;
}
.page-header .h100 {
  height: 100%;
  display: block;
  overflow: hidden;
}
.page-header h1 {
  text-align: center;
  color: white;
  font-size: 2.5rem;
  position: relative;
}
.page-header .breadcrumb-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.page-header .breadcrumb-nav .breadcrumb {
  background-color: transparent;
}
.page-header .breadcrumb-nav .breadcrumb .active {
  color: #fff;
}

.cart_item-box p.price-section {
  direction: rtl;
  text-align: right;
}

.cart_item-box p.price-section .price {
  float: right;
  padding-left: 10px;
}

.cart_item-box p.price-section .quantity {
  float: left;
  padding-right: 10px;
}

.product-page {
  margin-top: 120px;
}

.select2-container {
  width: 100% !important;
}

.shipping-or-self-collection {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.shipping-or-self-collection ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.shipping-or-self-collection ul li {
  display: inline-block;
  width: 180px;
  margin: 0 10px;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.shipping-or-self-collection ul li:hover,
.shipping-or-self-collection ul li.checked {
  border: 1px solid #cfa670;
}

.shipping-or-self-collection ul li img {
  height: 80px;
}

.fa-angle-left:before {
  content: "\f105";
}

.fa-angle-right:before {
  content: "\f104";
}

.social-links {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.social-links li {
  width: auto;
  display: inline-block;
  margin: 0 10px;
}

.social-links li img {
  height: 40px;
  width: auto;
}

.desserts-menu-photo {
  width: 100%;
  height: 240px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url("../img/categories/Desserts.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center;
}

.mustaka-menu-photo {
  width: 100%;
  height: 240px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url("../img/categories/Mustaka.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center;
}

.text {
  display: block;
  color: white;
  text-shadow: 2px 2px 2px #cfa670;
  font-size: 2rem;
  margin: 50px auto 0 auto;
}

.desserts-menu-photo:hover .text {
  text-decoration: underline;
}

.tastes-section .top-title-section {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 30px;
}

.tastes-section .top-title-section a {
  display: block;
  color: #212529;
}

.tastes-section .top-title-section h4 {
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  line-height: 30px;
}

.tastes-section .top-title-section small {
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  line-height: 30px;
}

.tastes-section .top-title-section .icon {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-image: url("../icons/plus.png");
  background-repeat: no-repeat;
  background-size: 70%;
}

.tastes-section.active .top-title-section .icon {
  background-image: url("../icons/minus.png");
}

.tastes-list {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tastes-section.active .tastes-list {
  display: block;
}

.tastes-list ul {
  width: 100%;
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.tastes-list ul .unchecked .properties {
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center;
}

.tastes-list ul li {
  width: 100%;
  line-height: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-bottom: 1px solid #848484;
}

.tastes-list ul li .info {
  display: inline-block;
  overflow: hidden;
  height: 100%;
}

.tastes-list ul li .checked-section {
  float: right;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.tastes-list ul li.checked .checked-section {
  background-image: url("../icons/checked.png");
}

.tastes-list ul li.checked a {
  margin-right: 10px;
}

.tastes-list ul li.unchecked .checked-section {
  background-image: url("../icons/unchecked.png");
}

.tastes-list ul li .title-section {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}

.tastes-list ul li .amount-section {
  float: left;
  width: 110px;
  margin: 0 0 0 20px;
}

.tastes-list ul li.unchecked .amount-section {
  display: none;
}

.amount-section .plus {
  width: 30px;
  height: 30px;
  border: 1px solid #848484;
  border-radius: 50%;
  float: right;
}

.amount-section .plus a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../icons/plus-1.png");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 80%;
}

.amount-section .amount {
  display: inline-block;
  background: #98d431;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.amount-section .minus {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #848484;
  border-radius: 50%;
}

.amount-section .minus a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../icons/minus.png");
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 80%;
}

.tastes-list ul li .price-section {
  float: left;
  width: 70px;
}

.product-sizes-section {
  width: 100%;
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
  position: relative;
}

.product-sizes-section .title-section {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 30px;
}

.product-sizes-section .title-section h4 {
  padding: 0;
  margin: 0;
  width: auto;
  float: right;
  line-height: 30px;
}

.product-sizes-section .title-section small {
  padding: 0;
  margin: 0 10px 0 0;
  width: auto;
  float: right;
  line-height: 30px;
}

.product-sizes-list ul {
  width: 100%;
  list-style: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.product-sizes-list ul .icon {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: auto;
}

.product-sizes-list ul li {
  width: 30%;
  float: right;
  padding: 10px;
  margin: 0 0 0 3%;
  text-align: center;
  border-bottom: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
}

.product-sizes-list ul li.checked,
.product-sizes-list ul li:hover {
  opacity: 0.9;
  border-color: #afafaf;
  background: #cfa670;
  background-color: #cfa670;
  color: white;
}

.product-sizes-list ul li .checked-section {
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.product-sizes-list ul li.checked .checked-section {
  background-image: url("../icons/checked.png");
}

.product-sizes-list ul li.unchecked .checked-section {
  background-image: url("../icons/unchecked.png");
}

.product-sizes-list .icon-section {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px auto;
  background-image: url("../icons/ice-cream-hand-drawn-dessert-cup.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.product-sizes-list .sizes-section {
  display: block;
}

.btn:focus,
.btn:active,
button:focus,
button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer {
  display: block;
}

.thumb {
  margin-top: 15px;
  margin-bottom: 15px;
}

h5 span.price-section {
  color: #98d431;
}

.product-tastes-list {
  width: 100%;
  display: block;
  overflow: hidden;
}
.product-tastes-list .title-section {
  width: 100%;
  display: block;
  overflow: hidden;
}
.product-tastes-list .slickTastesList {
  width: 100%;
  display: block;
  overflow: hidden;
}
.product-tastes-list .taste-item {
  display: block;
  height: 60px;
  overflow: hidden;
  margin: 0 10px;
  text-align: center;
}
.product-tastes-list .taste-item a {
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 10px 5px;
  cursor: pointer;
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: block;
  color: #212529;
  border: 1px solid #212529;
  border-radius: 5px;
}
.product-tastes-list .taste-item a.active {
  border-color: #cfa670;
}

#banner-carousel .img {
  height: 70vh;
}

.product-carousel .img-product {
  height: 50vh;
  margin: auto;
  background-position: center;
  background-size: cover;
}

.title-test {
  position: absolute;
  opacity: 1;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.checkout-content .list-unstyled {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .checkout-content .list-unstyled a {
    font-size: 14px;
  }
  .checkout-content .list-unstyled li .number-box .icon {
    font-size: 13px;
    margin: 0 2px;
  }
}
.checkout-content .list-unstyled li {
  gap: 10px;
  display: flex;
  flex-direction: row;
  text-align: center;
}
@media (min-width: 992px) {
  .checkout-content .list-unstyled li .number-box .icon {
    font-size: 20px;
    margin-left: 1px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    border: 1px solid #dee2e6;
    color: #848484;
    transition: all 0.4s;
    justify-content: space-between;
    margin-right: 10px;
  }
  .checkout-content .list-unstyled li .number-box .icon.active {
    background: #cfa670;
    color: white;
  }
}
.checkout-content .branches-section .branch-carousel .owl-item.checked {
  border: solid 1px #cfa670;
}
.checkout-content .branches-section .branch-carousel .branches-btn {
  border: solid 1px black;
  margin: 0 5px;
  height: 100;
  border-radius: 10px;
}
.checkout-content .branches-section .branch-carousel .branches-btn img {
  margin-top: 5px;
}
@media (max-width: 992px) {
  .checkout-content .branches-section {
    display: block;
  }
  .checkout-content .branches-section .branch-ul {
    display: flex;
    flex-direction: row;
    gap: 5px;
  }
  .checkout-content .branches-section .branch-ul li {
    border: solid 1px black;
    overflow: hidden;
    margin: auto;
  }
  .checkout-content .branches-section .branch-ul li p {
    display: flex;
    flex-direction: column;
  }
  .checkout-content .branches-section .branch-ul li.checked {
    border: solid 1px #cfa670;
  }
}
.checkout-content .branches-section .branch-carousel {
  display: none;
}
@media (max-width: 992px) {
  .checkout-content .branches-section .branch-carousel {
    display: block;
  }
}
.checkout-content .shipping-page ul {
  display: flex;
  flex-direction: row;
}
.checkout-content .shipping-page ul li {
  display: inline-block;
  border: solid 1px black;
  border-radius: 10px;
  margin-bottom: 15px;
}
.checkout-content .shipping-page ul li.checked {
  border: solid 1px #cfa670;
}

.footer .copy-right p {
  font-size: 10px;
  line-height: 30px;
  width: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .footer .copy-right p {
    float: left;
  }
}

@media (min-width: 992px) {
  #Offcanvas {
    display: none;
  }
}
.box-prod h3 {
  text-align: center;
}

.product-card {
  margin-top: 15px;
  position: relative;
}
.product-card p {
  text-align: justify;
}
@media (max-width: 992px) {
  .product-card p {
    line-height: 18px;
  }
}
.product-card::after {
  content: "";
  position: absolute;
  width: 50%;
  border-bottom: 2px solid #cfa670;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product-card-rec {
  margin-top: 15px;
  position: relative;
}
.product-card-rec p {
  text-align: justify;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .product-card-rec p {
    line-height: 18px;
  }
}
.product-card-rec::after {
  content: "";
  position: absolute;
  width: 50%;
  border-bottom: 2px solid #cfa670;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item-cart.active {
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 9999;
  color: black;
  -webkit-animation: item-cart 2s infinite;
          animation: item-cart 2s infinite;
}

@-webkit-keyframes item-cart {
  0% {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  100% {
    top: 0;
    left: 20%;
  }
}

@keyframes item-cart {
  0% {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  100% {
    top: 0;
    left: 20%;
  }
}
@media (max-width: 992px) {
  .btn-cart {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate3d(10px, 10px, 10px);
  }
}
@media (min-width: 768px) {
  .nav-md-cart {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .nav-md-cart {
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    left: 0;
  }
  .nav-md-cart .md-cart-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 999;
  }
}
@media (max-width: 992px) {
  .nav-md-cart .md-cart-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-left: 30px;
    position: absolute;
    right: -70px;
    top: 0;
    transform: translateY(100%);
    z-index: 999;
  }
}

.nav-offcanvasNavbar {
  display: none;
}
@media (max-width: 992px) {
  .nav-offcanvasNavbar {
    display: block;
  }
}

#offcanvasNavbar .nav-footer {
  width: 90%;
  margin: auto;
  font-size: 19.2px;
  font-weight: 400;
  position: relative;
  bottom: -10%;
  display: flex;
  flex-direction: column;
}
#offcanvasNavbar .nav-footer p {
  text-align: justify;
}
#offcanvasNavbar .nav-footer .maestro a {
  color: #00afb8;
}
#offcanvasNavbar .nav-footer .maestro,
#offcanvasNavbar .nav-footer .copyright,
#offcanvasNavbar .nav-footer .span {
  text-align: center;
  margin: auto;
}

.show-more {
  border: 0;
  height: 50px;
  background-color: #cfa670;
  margin: 10px auto;
  color: #fff;
}

.tastes-list ul li {
  display: none;
}/*# sourceMappingURL=style.css.map */