.mar-top-0 {
  margin-top: 0 !important; }

.mar-top-3p {
  margin-top: 3%; }

.mar-top-5 {
  margin-top: 5px; }

.mar-top-10 {
  margin-top: 10px; }

.mar-top-12 {
  margin-top: 12px; }

.mar-top-15 {
  margin-top: 15px; }

.mar-top-min15 {
  margin-top: -15px; }

.mar-top-20 {
  margin-top: 20px; }

.mar-top-30 {
  margin-top: 30px; }

.mar-top-50 {
  margin-top: 50px; }

.mar-right-10 {
  margin-right: 10px; }

.mar-left-10 {
  margin-left: 10px; }

.mar-btm-0 {
  margin-bottom: 0; }

.mar-btm-10 {
  margin-bottom: 10px; }

.mar-btm-15 {
  margin-bottom: 15px; }

.mar-btm-20 {
  margin-bottom: 20px; }

.mar-btm-50 {
  margin-bottom: 50px; }

.no-mar-right {
  margin-right: 0 !important; }

.no-mar-btm {
  margin-bottom: 0 !important; }

.no-pad-right {
  padding-right: 15px; }
  @media (min-width: 768px) {
    .no-pad-right {
      padding-right: 0; } }
.no-pad-left {
  padding-left: 15px; }
  @media (min-width: 768px) {
    .no-pad-left {
      padding-left: 0; } }
.pad-top-10 {
  padding-top: 10px; }

.pad-top-20 {
  padding-top: 20px; }

.pad-btm-10 {
  padding-bottom: 10px; }

.pad-btm-50 {
  padding-bottom: 50px; }

.no-pad {
  margin: 0;
  padding: 0;
  width: 100%; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix {
  clear: both; }

.flipIn {
  animation: flipdown 0.5s ease both; }

.no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

body {
  background-color: white;
  letter-spacing: 0.5px;
  margin: 0;
  overflow-x: hidden; }
  body.bg-index {
    background: #fbecb8; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

section {
  clear: both;
  overflow: hidden; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: solid 1px #E5E5E5; }
  hr.dashed {
    border-top: dashed 1px #E5E5E5 !important; }

p {
  font-family: 'Eina-Light', sans-serif;
  font-size: 18px; }
  @media (max-width: 768px) {
    p {
      font-size: 12px; } }
  p.bold {
    font-family: 'Eina-Bold', sans-serif; }

a {
  color: #000000; }
  a:hover {
    text-decoration: none;
    color: #593982; }
  a.full-block {
    display: block; }

/*
 * Select
 */
/* Hover state */
/* Uncomment if you need it, but be aware of the sticky iOS states.
.select select:hover {
  background-color: #ddd;
}
*/
/* Focus */
.select select:focus {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }

/* Active/open */
.select select:active {
  color: #fff;
  background-color: #0074d9; }

/* Hide the arrow in IE10 and up */
.select select::-ms-expand {
  display: none; }

/* Media query to target Firefox only */
@-moz-document url-prefix() {
  /* Firefox hack to hide the arrow */
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem; }
  /* <option> elements inherit styles from <select>, so reset them. */
  .select option {
    background-color: white; } }

/* IE9 hack to hide the arrow */
@media screen and (min-width: 0\0) {
  .select select {
    z-index: 1;
    padding: .5rem 1.5rem .5rem 1rem; }
  .select:after {
    z-index: 5; }
  .select:before {
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    content: "";
    display: block;
    width: 1.5rem;
    background-color: #eee; }
  .select select:hover,
  .select select:focus,
  .select select:active {
    color: #555;
    background-color: #eee; } }

.box-button {
  margin-top: 5px; }

.box-input {
  margin-top: 5px;
  margin-bottom: 15px; }
  .box-input:last-child {
    margin-bottom: 0; }
  .box-input input {
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    font-family: "Eina-Medium", sans-serif;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: solid 1px #E5E5E5; }
    .box-input input:first-child {
      margin-top: 0; }
    .box-input input:hover, .box-input input:active {
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px; }
  .box-input label p {
    font-size: 14px;
    font-family: 'Eina-Medium', sans-serif;
    margin: 0;
    margin-top: 3px;
    color: grey; }
  .box-input label span {
    color: red; }

.abs-state {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.hidden-xs {
  display: block !important; color:black}
  @media (max-width: 768px) {
    .hidden-xs {
      display: none !important; } }
.visible-xs {
  display: none !important; }
  @media (max-width: 768px) {
    .visible-xs {
      display: block !important; } }
.center-position {
  text-align: center;
  margin: 0 auto; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.img-middle {
  vertical-align: middle; }

.hide {
  visibility: hidden; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.img-center {
  display: block;
  margin: 0 auto; }

.full-image {
  width: 100%; }

.no-padding {
  padding: 0; }

.yellowstar {
  color: #ffc452; }

.link-white {
  color: white; }
  .link-white:hover {
    opacity: 0.5; }

.opacity50 {
  opacity: 0.5; }

body {
  background-color: #d4e9f5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("../../images/pattern.png");
  font-family: 'Eina-Medium'; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding: 30px 0;
  background-color:transparent;  
  transition: all 0.2s ease-in-out;
}
  .top-header .nav-left-top {
    padding-left: 12px; }
  .top-header .nav-right-top {
    padding-right: 12px; }
  @media (max-width: 992px) {
    .top-header {
      display: none; } }
.left-header-mix {
  position: fixed;
  height: 100%;
  color: white;
  z-index: 9;
  padding: 0px 25px; }
  .left-header-mix .navbar-brand {
    display: none; }
  .left-header-mix button:hover, .left-header-mix button:active, .left-header-mix button:focus {
    outline: none; }
  @media (max-width: 768px) {
    .left-header-mix {
      height: auto;
      width: 100%;
      background: #d5edf9;
      padding: 7px 15px; }
      .left-header-mix .full-mb {
        padding: 0 7px; }
      .left-header-mix .navbar-brand {
        display: block; } }
  @media (min-width: 1200px) {
    .left-header-mix {
      padding: 30px 47px; } }
  .left-header-mix img {
    width: 200px;
    margin: 0 auto;
    display: block; }
    .left-header-mix img.arrow-bottom {
      width: 20px; }
  .left-header-mix .navbar-nav {
    display: inline-block; }
  .left-header-mix .nav-left-header {
    text-align: center;
    font-family: 'Eina-Medium';
    color: white; }
    @media (max-width: 992px) {
      .left-header-mix .nav-left-header {
        width: 100%; } }
    .left-header-mix .nav-left-header .nav-item {
      opacity: 1;
      color: #151515;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      .left-header-mix .nav-left-header .nav-item.active, .left-header-mix .nav-left-header .nav-item:focus, .left-header-mix .nav-left-header .nav-item:hover {
        color: #008eff;
        position: relative;
        font-family: 'Eina-Bold'; 
      }
    .left-header-mix .nav-left-header a {
      padding-bottom: 20px;
      opacity: 0.4;
      color: white; }
      .left-header-mix .nav-left-header a:last-child, .left-header-mix .nav-left-header a:first-child {
        padding-bottom: 40px !important; }
      .left-header-mix .nav-left-header a:last-child {
        padding-bottom: 0; }
      .left-header-mix .nav-left-header a.active {
        opacity: 1; }
      .left-header-mix .nav-left-header a:hover {
        opacity: 1; }
    .left-header-mix .nav-left-header a {
      color: white; }

.menu-r-m img {
  width: 20px; }

#about-theme {
  position: fixed;
  right: -480px;
  top: 0;
  background: #07314e;
  width: 480px;
  height: 100%;
  padding: 50px;
  z-index: 10002;
  overflow: scroll;
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 768px) {
    #about-theme {
      width: 100%;
      right: -100%; } }
  #about-theme .full-image {
    width: 100px;
    display: block;
    margin: 0 auto; }
  #about-theme.active-theme {
    right: 0; }
  #about-theme p {
    font-size: 14px;
    padding: 15px 40px; }
  #about-theme h3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px; }
  #about-theme .border-theme {
    border-right: solid 1px #443761;
    border-top: solid 1px #443761; }
    @media (max-width: 768px) {
      #about-theme .border-theme {
        border: transparent; } }
    #about-theme .border-theme:nth-child(2) {
      border-right: transparent 1px solid;
      border-top: transparent 1px solid; }
    #about-theme .border-theme:last-child {
      border-right: transparent 1px solid; }
    #about-theme .border-theme:first-child {
      border-top: transparent 1px solid; }
  #about-theme .socmed-theme {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    color: white; }
    #about-theme .socmed-theme a {
      color: white; }
    #about-theme .socmed-theme li {
      display: inline-block; }

::-webkit-scrollbar {
  width: 1px;
  height: 1px; }

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px; }

@media (min-width: 768px) {
  .img-scales {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .img-scales:hover {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0); } }

#videopopup {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  color: white; }
  #videopopup .video-table {
    display: table;
    width: 100%;
    height: 100%; }
    #videopopup .video-table .video-middle {
      display: table-cell;
      vertical-align: middle; }
  #videopopup .close-video {
    position: absolute;
    top: 30px;
    right: 35px; }

.no-pad-bor {
  padding: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.2); }
  @media (max-width: 768px) {
    .no-pad-bor {
      border-left: transparent; } }
.no-pad-mob {
  padding: 0px 29.5px; }
  @media (max-width: 768px) {
    .no-pad-mob {
      padding: 0; } }
body {
  margin: 0; }

* {
  box-sizing: border-box; }

img {
  vertical-align: middle; }

.left-header {
  position: fixed;
  height: 100%;
  min-width: 8.333333%;
  background: #443761;
  padding: 30px 0;
  padding-left: 25px;
  padding-right: 25px;
  color: white;
  border-right: solid 1px #53476f;
  z-index: 7; }
  @media (min-width: 960px) {
    .left-header {
      min-width: 15%; } }
  .left-header img {
    width: 45px;
    margin: 0 auto;
    display: block; }
    .left-header img.arrow-bottom {
      width: 20px; }
  .left-header .nav-left-header {
    text-align: center;
    font-family: 'Eina-Medium';
    padding: 40px 0; }
    .left-header .nav-left-header li {
      padding-bottom: 30px;
      opacity: 0.4; }
      .left-header .nav-left-header li:last-child {
        padding-bottom: 0; }
      .left-header .nav-left-header li.active {
        opacity: 1; }
      .left-header .nav-left-header li:hover {
        opacity: 1; }
    .left-header .nav-left-header a {
      color: white; }

body {
  margin: 0; }

* {
  box-sizing: border-box; }

img {
  vertical-align: middle; }

.right-header {
  position: fixed;
  right: -15px;
  height: 100%;
  z-index: 2; }
  .right-header .head-table {
    display: table;
    height: 100%; }
    .right-header .head-table .head-middle {
      display: table-cell;
      vertical-align: middle;
      padding: 0px 35px; }

.btn-black-nav {
  color: white;
  background: black;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .btn-black-nav:hover {
    background: #008eff;
    color: white; }
  .btn-black-nav img {
    width: 20px;
    margin-left: 5px;
    margin-top: 5px; }

.rotate-info {
  display: block;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 15px;
  color: #008eff;
  font-family: 'Eina-Bold';
  right: -33px; }
  .rotate-info:hover {
    color: #549bb8;
    opacity: .5; }

.seacrh-form a {
  position: absolute;
  z-index: 2; }

.box-list-cake {
  background: #008ec685;
  padding: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 85%;
  cursor: pointer; }
  .box-list-cake .icy-thumb {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .box-list-cake:hover .box-list-info {
    opacity: 1; }
  .box-list-cake:hover .icy-thumb {
    transform: matrix(1.03, 0, 0, 1.03, 0, 0); }
  .box-list-cake .box-list-info {
    position: absolute;
    top: 15px;
    left: -24px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .box-list-cake .box-list-info a {
      display: block; }

@media (min-width: 768px) {
  #dua, #tiga, #empat {
    padding-top: 100px; } }

.form-search {
  padding: 13px;
  padding-left: 70px;
  padding-right: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  border: transparent;
  font-family: 'Eina-Medium';
  border-left: solid 1px #151515; }
  .form-search:hover, .form-search:focus {
    outline: none; }


  .form-search::placeholder
  {
    margin-left: -50px;
  }


.nav-left-top li {
  display: inline-block;
  margin-right: 10px; }

.nav-right-top li {
  display: inline-block;
  margin-left: 10px;
  float: right; }

.count-cart {
  position: relative; }
  .count-cart span {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1px 7px;
    background: #e04848;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px; }

.head-inner-page {
  padding: 110px 45px 30px; }
  .head-inner-page h3 {
    color: black;
    font-family: 'FredokaOne';
    font-size: 40px; }
  .head-inner-page p {
    color: white;
    margin-bottom: 0; }
  .head-inner-page .breadcrumb-custom a {
    color: grey; }
  .head-inner-page .breadcrumb-custom .active {
    font-weight: bold;
    color: black; }
  .head-inner-page .breadcrumb-custom .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    background: transparent; }
  @media (min-width: 550px) {
    .head-inner-page .breadcrumb-custom .breadcrumb {
      float: right; } }
.cart-details {
  margin-top: 20px;
  padding-bottom: 100px;
  color: white; }
  @media (max-width: 768px) {
    .cart-details thead {
      display: none; } }
  .cart-details tr {
    color: white; }
    .cart-details tr.no-bor-top th {
      border: none; }
    .cart-details tr td, .cart-details tr th {
      vertical-align: middle; }
      @media (max-width: 768px) {
        .cart-details tr td, .cart-details tr th {
          display: block; } }
    .cart-details tr td {
      border-top: solid 1px #6b6081; }
  .cart-details .img-product {
    width: 60px;
    display: inline-block;
    margin-right: 15px;
    border: solid 1px white;
    padding: 10px; }
  .cart-details .title-product {
    display: inline-block; }
  .cart-details .price-product {
    font-family: "Eina-Medium"; }

.box-quantity {
  display: inline-block;
  color: white;
  border: solid 1px white;
  background: transparent; }
  .box-quantity .left-label {
    padding: 15px 15px; }
  .box-quantity .right-input {
    position: relative;
    margin-right: 27px; }
    .box-quantity .right-input span {
      position: absolute; }
      .box-quantity .right-input span.plus {
        top: 0;
        right: -27px;
        height: 27px;
        border-bottom: solid 1px white;
        width: 27px; }
      .box-quantity .right-input span.minus {
        bottom: 0;
        right: -27px;
        height: 27px;
        width: 27px; }
  .box-quantity .right-input, .box-quantity input {
    max-width: 50px;
    drop-shadow: transparent;
    outline: none;
    border: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 54px;
    text-align: center;
    background: transparent; }
  .box-quantity .left-label, .box-quantity .right-input {
    display: inline-block; }
  .box-quantity .right-input input {
    border-right: solid 1px white; }
    .box-quantity .right-input input::placeholder {
      color: #978d9e !important;
      opacity: 1;
      /* Firefox */ }
    .box-quantity .right-input input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #978d9e !important; }
    .box-quantity .right-input input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #978d9e !important; }

.box-add-cart {
  display: inline-block;
  margin-left: 15px;
  color: white;
  padding: 15px 40px;
  border: solid 1px white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media (max-width: 768px) {
    .box-add-cart {
      display: block;
      width: 100%;
      margin-left: 0;
      text-align: center; }
      .box-add-cart:first-child {
        margin-left: 0; } }
  .box-add-cart:first-child {
    margin-left: 0; }
  .box-add-cart:hover {
    background: #443761;
    border: solid 1px #AF8AE5; }
  .box-add-cart.full-width {
    width: 100%;
    display: block;
    text-align: center; }

.form-lovecake {
  padding: 15px 15px;
  text-align: center;
  background: transparent;
  border: transparent;
  border-bottom: solid 1px black;
  color: black; }
  @media (max-width: 768px) {
    .form-lovecake {
      width: 100%;
      margin-bottom: 20px; } }
  .form-lovecake:hover, .form-lovecake:focus {
    outline: none;
    box-shadow: none; }
  .form-lovecake.full-form {
    display: block;
    width: 100%;
    text-align: left; }
  .form-lovecake::placeholder {
    color: #978d9e !important;
    opacity: 1;
    /* Firefox */ }
  .form-lovecake:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #978d9e !important; }
  .form-lovecake::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #978d9e !important; }

.checkout-details {
  padding: 0px 30px 30px;
  margin-bottom: 50px;
  color: white; }
  .checkout-details h2 {
    font-family: 'FredokaOne'; }
  .checkout-details .coupon-box {
    margin-bottom: 50px;
    border: dashed 1px #6b6081;
    padding: 20px; }
    .checkout-details .coupon-box h3 {
      font-family: 'Times';
      font-size: 24px;
      font-style: italic; }
  .checkout-details p a {
    color: white;
    margin-bottom: 0;
    padding-bottom: 0; }
  .checkout-details p {
    margin-bottom: 0;
    padding-bottom: 0; }

.order-section {
  margin-top: 50px; }
  .order-section h3 {
    font-family: 'FredokaOne'; }
  .order-section tr {
    color: white; }
    .order-section tr.no-bor-top th {
      border: none; }
    .order-section tr td, .order-section tr th {
      vertical-align: middle; }
    .order-section tr td {
      border-top: solid 1px #6b6081; }

.mar-left-0 {
  margin-left: 0 !important; }

.dropdown-general {
  border: solid 1px white;
  background-color: transparent;
  color: white; }
  .dropdown-general button {
    background: transparent;
    border: transparent;
    padding: 15px 40px;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .dropdown-general button:hover, .dropdown-general button:focus, .dropdown-general button:active, .dropdown-general button .dropdown-toggle {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #a55376;
      drop-shadow: none;
      outline: none; }
  .dropdown-general.full-width {
    width: 100%;
    display: block; }
    .dropdown-general.full-width button {
      width: 100%; }
    .dropdown-general.full-width .dropdown-menu {
      width: 100%; }
  .dropdown-general .dropdown-item {
    font-family: 'Eina-Bold';
    min-width: 218px !important; }

#filter-menu {
  display: none;
  margin-top: 20px; }
  #filter-menu h2 {
    font-family: "Eina-Bold";
    font-size: 20px; }
  #filter-menu.show-filter {
    display: block;
    -webkit-animation-name: fadeSlide;
    -webkit-animation-duration: .4s;
    animation-name: fadeSlide;
    animation-duration: .4s; }

.blog-details {
  color: white; }
  @media (max-width: 768px) {
    .blog-details {
      padding: 20px; } }
  .blog-details h2 {
    font-family: 'FredokaOne'; }
  .blog-details .box-article-promo {
    padding: 30px;
    background: black; }
    .blog-details .box-article-promo h3 {
      font-family: "Times";
      font-style: italic; }
    .blog-details .box-article-promo p {
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px; }
    .blog-details .box-article-promo a {
      color: white; }

.paging-custom {
  margin-top: 20px;
  padding-bottom: 50px; }
  .paging-custom .pagination .page-link {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 25px; }
    @media (max-width: 768px) {
      .paging-custom .pagination .page-link {
        padding: 15px 14.5px; } }
    .paging-custom .pagination .page-link:hover {
      color: white; }
  .paging-custom a {
    color: white; }
  .paging-custom .disabled .page-link {
    color: #cccccc; }

.getintouch {
  padding-bottom: 50px;
  color: black; }
  .getintouch h3 {
    font-family: 'FredokaOne';
    margin-bottom: 20px; }
  .getintouch .btn-white-outline {
    padding: 15px 30px;
    background: transparent;
    border: solid 1px black;
    color: black;
    border-radius: 0;
    margin-right: 15px; }
    .getintouch .btn-white-outline:last-child {
      margin-right: 0; }
    .getintouch .btn-white-outline:hover {
      color: white;
      background: #443761;
      border: solid 1px #AF8AE5; }

.shop-preview {
  padding-bottom: 50px;
  color: black; }
  .shop-preview h1 {
    font-family: 'FredokaOne'; }
  .shop-preview h3 {
    font-style: italic;
    font-family: times;
    text-align: center;
    font-weight: bold; }
    .shop-preview h3 span {
      font-family: Eina-Medium;
      font-style: normal;
      font-size: 18px;
      text-decoration-line: line-through;
      padding-left: 10px;
      font-weight: normal; }
  .shop-preview .box-detail-info {
    margin-top: 20px; }
    .shop-preview .box-detail-info h5 {
      font-size: 14px; }
    .shop-preview .box-detail-info span {
      font-family: 'Times';
      font-style: italic;
      font-size: 16px; }

.tabs-custom {
  margin-top: 70px;
  position: inherit;
  width: auto;
  height: auto;
  border-bottom: solid 1px #ffffff36;
  transition: inherit;
  pointer-events: initial;
  margin-bottom: 20px; }
  .tabs-custom li .active {
    background-color: transparent !important;
    color: white !important;
    border: transparent; }
    .tabs-custom li .active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: white; }
  .tabs-custom li a {
    color: #cccccc;
    border: none;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .tabs-custom li a:after {
      content: '';
      width: 0%;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .tabs-custom li a.nav-link {
      border: none; }
    .tabs-custom li a:hover {
      border: none;
      color: black; }
      .tabs-custom li a:hover:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: black; }

.tab-content-custom {
  font-family: "Eina-Medium"; }
  .tab-content-custom hr {
    opacity: .5; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png); }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

.about-cake {
  position: relative;
  min-height: 550px; }
  @media (max-width: 768px) {
    .about-cake {
      min-height: 400px; } }
  .about-cake.about-custom {
    min-height: 500px; }
  .about-cake .img-top-about, .about-cake .img-bottom-about, .about-cake .text-about {
    position: absolute; }
  .about-cake .text-about {
    top: 200px;
    left: 5%;
    z-index: 3; }
    .about-cake .text-about.text-custom {
      top: 120px; }
      @media (max-width: 768px) {
        .about-cake .text-about.text-custom {
          top: 60%; } }
    .about-cake .text-about h2 {
      font-family: 'BornFree';
      color: black;
      font-size: 80px;
      padding-left: 45px; }
      @media (max-width: 768px) {
        .about-cake .text-about h2 {
          font-size: 40px; } }
    .about-cake .text-about h3 {
      color: black; }
      .about-cake .text-about h3 img {
        width: 30px;
        vertical-align: top;
        padding-top: 3px;
        margin-right: 15px; }
    .about-cake .text-about p {
      color: black;
      padding-left: 45px; }
  .about-cake .play-btn {
    background: white;
    padding: 18px 20px;
    position: absolute;
    top: 50%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    right: 91.5%; }
    @media (max-width: 768px) {
      .about-cake .play-btn {
        top: 40%; } }
  .about-cake .img-top-about {
    top: 0;
    right: 40px;
    z-index: 2; }
    @media (max-width: 768px) {
      .about-cake .img-top-about {
        width: 50%;
        display: block;
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .about-cake .img-top-about > img {
        width: 100%; } }
    .about-cake .img-top-about.img-top-custom {
      top: 10px; }
      @media (max-width: 768px) {
        .about-cake .img-top-about.img-top-custom {
          right: 0;
          width: 100%; } }
      .about-cake .img-top-about.img-top-custom img.recipe-img {
        width: 500px; }
        @media (max-width: 768px) {
          .about-cake .img-top-about.img-top-custom img.recipe-img {
            width: 50%; } }
      .about-cake .img-top-about.img-top-custom .play-btn {
        right: 43%; }
        @media (max-width: 768px) {
          .about-cake .img-top-about.img-top-custom .play-btn {
            top: 50%; } }
  .about-cake .img-bottom-about {
    top: 85px;
    right: 29%; }
    @media (max-width: 768px) {
      .about-cake .img-bottom-about img {
        width: 50%;
        display: block;
        margin: 0 auto; } }
.title-global {
  font-family: FredokaOne;
  font-size: 40px;
  color: #000; }
  @media (max-width: 768px) {
    .title-global {
      font-size: 30px;
     } }
.sub-global {
  font-size: 20px;
  color:#000 }

.list-cake {
  padding: 0 45px 45px;
  color: white; }
  .list-cake .box-list-cake {
    margin-bottom: 60px; }
    .list-cake .box-list-cake h2 {
      font-size: 25px;
      font-family: FredokaOne; }
    .list-cake .box-list-cake p {
      margin-bottom: 0; }
    .list-cake .box-list-cake .line-price {
      text-decoration-line: line-through; }

.list-order {
  overflow: hidden; }

.list-order img {
  width: 150px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .list-order img {
      width: 100px; } }
.dashed {
  border-top: dashed 1px #E5E5E5;
  opacity: .5; }

.icy-thumb {
  margin-top: -50px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .icy-thumb {
      width: 50%; } }
.list-menu-r {
  color: white;
  font-family: 'Eina-Bold';
  font-size: 40px; }
  .list-menu-r a {
    color: white;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .list-menu-r a:hover {
      opacity: .5;
      padding-left: 20px; }

.right-socmed li {
  
  padding-bottom: 5px;
  margin-bottom: 10px; }

.right-socmed a {
  font-size: 25px;
  display: block;
  text-align: center;
  color: #151515;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .right-socmed a:hover {
    color: #738ba5;
    opacity: .5; }

.btn-view-all {
  background: #002c3d;
  padding: 15px 40px;
  color: white;
  font-family: 'Eina-Bold';
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
  .btn-view-all:hover {
    color: white;
    background: #008eff; }
  @media (max-width: 768px) {
    .btn-view-all {
      width: 100%;
      text-align: center; } }
  .btn-view-all.btn-light-purple {
    background: #AF8AE5;
    display: block; }
    .btn-view-all.btn-light-purple:hover {
      background: #32264B; }

.owl-testi {
  margin-top: 50px;
  margin-bottom: 50px; }
  .owl-testi img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    vertical-align: top;
    margin-right: 15px; }
  .owl-testi .img-testi, .owl-testi .text-testi {
    display: inline-block !important; }
  .owl-testi .img-testi {
    width: 18%;
    vertical-align: top; }
  .owl-testi .text-testi {
    width: 80%;
    color: black;
    padding-left: 20px; }
    .owl-testi .text-testi h3 {
      font-family: 'FredokaOne'; }
    .owl-testi .text-testi h2 {
      font-size: 20px; }

.footer-wrap {
  background: #008ec673;
  margin-top: 0px; }
  .footer-wrap .top-deco-round {
    position: absolute;
    background: #d4e9f5;
    width: 100px;
    height: 100px;
    right: 0; }
    .footer-wrap .top-deco-round .round-deco {
      background: #008ec673;
      width: 100%;
      height: 100%;
      -webkit-border-top-right-radius: 100px;
      -moz-border-top-right-radius: 100px;
      border-top-right-radius: 100px; }
  .footer-wrap .content-footer {
    color: white;
    padding: 150px 30px 10px 30px;
    z-index: 2;
    position: relative; }
    .footer-wrap .content-footer h3 {
      color: white;
      font-family: 'FredokaOne';
      word-break: break-word; }
      @media (max-width: 768px) {
        .footer-wrap .content-footer h3 {
          font-size: 18px; } }
    @media (max-width: 768px) {
      .footer-wrap .content-footer img.img-logo-footer {
        margin-bottom: 40px; } }
  .footer-wrap .wrap-oh img, .footer-wrap .wrap-oh .r-oh {
    display: inline-block; }
  .footer-wrap .wrap-oh img {
    vertical-align: top;
    margin-right: 15px;
    padding-top: 3px;
    margin-bottom: 20px; }
  .footer-wrap .txt-subscribe {
    padding: 13px 75px 13px 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: transparent;
    margin-top: 25px;
    background: #212121;
    color: white; }
    @media (max-width: 768px) {
      .footer-wrap .txt-subscribe {
        padding: 13px 30px;
        width: 100%;
        margin-bottom: 20px; } }
    .footer-wrap .txt-subscribe:hover, .footer-wrap .txt-subscribe:focus {
      outline: none; }
  .footer-wrap .submit-subscribe {
    padding: 18px 35px;
    background: #26334b;
    color: white;
    font-family: 'Eina-Bold';
    margin-left: -40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    @media (max-width: 768px) {
      .footer-wrap .submit-subscribe {
        padding: 13px 30px;
        width: 100%;
        display: block;
        margin-left: 0px; } }
    .footer-wrap .submit-subscribe:hover {
      background: #008eff; }

.text-white {
  color: white; }
  @media (max-width: 768px) {
    .text-white {
      text-align: center;
      float: inherit;
      display: block; } }
.img-slider-rel {
  position: relative;
  z-index: 0; }
  .img-slider-rel > img {
    width: 100%; }
  .img-slider-rel .text-slider-abs {
    position: absolute;
    bottom: 20px;
    left: 35px;
    color: white; }
    .img-slider-rel .text-slider-abs span {
      font-family: "Eina-Medium";
      font-size: 50px;
      vertical-align: middle; }
    .img-slider-rel .text-slider-abs h1 {
      font-family: 'FredokaOne';
      font-size: 150px; }
    .img-slider-rel .text-slider-abs .box-title, .img-slider-rel .text-slider-abs .box-price, .img-slider-rel .text-slider-abs .box-btn-slider {
      display: inline-block;
      vertical-align: middle; }
    .img-slider-rel .text-slider-abs .box-price {
      text-align: right;
      margin-left: 20px; }
      .img-slider-rel .text-slider-abs .box-price h2 {
        font-family: 'FredokaOne';
        font-size: 50px; }
      .img-slider-rel .text-slider-abs .box-price span {
        font-family: "Eina-Medium";
        font-size: 20px;
        text-decoration-line: line-through; }
    .img-slider-rel .text-slider-abs .box-btn-slider {
      margin-left: 20px; }
      .img-slider-rel .text-slider-abs .box-btn-slider .btn-purple {
        font-family: 'FredokaOne';
        background: #ff8ec6;
        color: white;
        padding: 10px 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        .img-slider-rel .text-slider-abs .box-btn-slider .btn-purple:hover {
          background: #b4638c; }
    @media (max-width: 768px) {
      .img-slider-rel .text-slider-abs h1 {
        font-size: 40px; }
        .img-slider-rel .text-slider-abs h1 span {
          font-size: 15px; }
      .img-slider-rel .text-slider-abs .box-title {
        display: block;
        margin: 0 auto;
        text-align: center; }
      .img-slider-rel .text-slider-abs .box-price {
        margin-left: 0;
        width: 50%; }
        .img-slider-rel .text-slider-abs .box-price h2 {
          display: inline-block;
          font-size: 20px; }
        .img-slider-rel .text-slider-abs .box-price span {
          margin-left: 10px;
          font-size: 14px; }
      .img-slider-rel .text-slider-abs .box-btn-slider {
        margin-left: 0;
        width: 100%; }
        .img-slider-rel .text-slider-abs .box-btn-slider a {
          margin-left: 10px; } }
.img-rel-case {
  position: relative; }
  .img-rel-case .tex-promo-abs {
    position: absolute;
    top: 0;
    left: 0; }
    .img-rel-case .tex-promo-abs .promo-box {
      padding: 5px 10px;
      font-family: 'FredokaOne';
      color: white;
      -webkit-border-bottom-right-radius: 10px;
      -moz-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px; }
      .img-rel-case .tex-promo-abs .promo-box.promo-gold {
        background: #BC9565; }
      .img-rel-case .tex-promo-abs .promo-box.promo-red {
        background: #EC5051; }
  .img-rel-case .promo-price {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: white;
    text-align: right; }
    .img-rel-case .promo-price h2 {
      font-family: 'FredokaOne';
      font-size: 30px;
      margin-bottom: 0px; }
    .img-rel-case .promo-price span {
      font-family: "Eina-Medium";
      font-size: 18px;
      text-decoration-line: line-through;
      margin-bottom: 0; }

/* Position the image container (needed to position the left and right arrows) */
.container-slide {
  position: relative; }
  @media (max-width: 768px) {
    .container-slide {
      padding-top: 50px; } }
/* Hide the images by default */
.mySlides {
  display: none; }
  @media (min-width: 768px) {
    .mySlides {
      max-height: 411px;
      overflow: hidden; } }
/* Fading animation */
.fadeSlide {
  -webkit-animation-name: fadeSlide;
  -webkit-animation-duration: .4s;
  animation-name: fadeSlide;
  animation-duration: .4s; }

@-webkit-keyframes fadeSlide {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

@keyframes fadeSlide {
  from {
    opacity: .4; }
  to {
    opacity: 1; } }

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 7px 18px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media (max-width: 768px) {
    .prev,
    .next {
      padding: 3.5px 13px;
      top: 25%; } }
  .prev i,
  .next i {
    padding-top: 7px; }

/* Position the "next button" to the right */
.next {
  right: 13px;
  border-radius: 50px; }

.prev {
  left: 13px;
  border-radius: 50px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #AF8AE5;
  color: white; }

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 62%;
  right: 0;
  z-index: 1; }

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  display: none; }

.rowSlide:after {
  content: "";
  display: table;
  clear: both; }

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .column {
      width: 50%; } }
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.active,
.demo:hover {
  opacity: 1; }

.none {
  display: none; }


  /* Custom CSS */

  .filter-food
{
  color:#000;
}

@media (max-width:768px) {
  .about-us-img
  {
    width: 100px;
  }

  
.about-cake .text-about p{
    padding-left: 15px;
    padding-right: 30px;
    text-align: justify;
  }

  .img-slider-rel
  {
    margin-top: 38px;
  }

  .img-center
  {

    width: 150px;
  }

  .carrito-paletero
  {
    margin-top: -300px;
  }

  .carrito-paletero2
  {
    text-align: right !important;
  }

  .carrito-paletero3
  {
    margin-top: -100px;
    font-size: 18px;
    
  }

  #maquiladoras
  {
    margin-top: -200px;
  }

  .footer-wrap .content-footer img.img-logo-footer

  {
    width: 50px;
  }

  body
  {
    background-position-x: center;
  }


}

.owl-nav
{
  display: none;
}

.search-button
{
  padding: 15px;
  position: absolute;
  z-index: 2;
  border: 0;
  border-radius: 50%;
  background-color: #000;
  transition: ease 0.3s;

}

.search-button:hover
{
  background-color: #008eff;
}


.top-header.active
{
  background-color: #fff;
  
  
}


.top-header.active .box-search
{
  box-shadow: 0 0 5pt 2pt #D3D3D3;
  transition: ease-in-out 0.3s;
}

.top-header.active .box-search:focus
{
  box-shadow: 0 0 5pt 0.5pt #D3D3D3;
  border: 2px solid #008ec6;
}


.alert-success
{
  z-index: 9999;
  background-color: #79e879;
  display: inline-block;
  padding: 20px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 70px;
  border: 1px solid #79e879;
  margin-bottom: 50px;
  animation: fadeOut forwards 8s
}

.fade-out {
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 8s;
  -moz-animation: fadeOut ease 8s;
  -o-animation: fadeOut ease 8s;
  -ms-animation: fadeOut ease 8s;
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
}
}


.videobanner
{
    height:415px;
    width:990px;
}

@media (max-width:768px) {
   .videobanner{ width:100%;
}
}
