/*
  Theme Name: Werkn Backbone
  Support: hey@werkn.mx
  Description: Werkn Backbone
  Version: 2.0
*/

/* Your CSS Styles Here
-----------------------------------*/

/* RESETS */

a {
  text-decoration: none;
}

.btn-link {
  text-decoration: none;
}

/* WERKN ADMIN BAR */
.werkn-admin-bar {
  direction: ltr;
  color: #c3c4c7;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.46153846;
  height: 32px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #1d2327;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.werkn-admin-bar ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0px;
}

.werkn-admin-bar ul li {
  padding: 5px 0px;
  font-size: 12px;
}

.sticky-menu {
  top: 30px !important;
}

/* NAV */
nav {
  position: relative;
  z-index: 10;
}

/* Estilos Hover de tarjetas */
.has-menu-card {
  position: relative;
}

.has-menu-card ion-icon {
  font-size: 0.7em;
  opacity: 0.5;
}

.has-menu-card .menu-card {
  position: absolute;
  width: calc(50vw - 120px);
  left: 0;
  top: 100%;
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  margin-top: 10px;
  margin-left: 15px;
}

.has-menu-card:hover .menu-card {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.menu-card .card-categories {
  border: 1px solid rgb(245, 245, 245);
  box-shadow: rgb(137 139 142 / 15%) 0px 30px 70px 0px;
}

.menu-card .card-categories-title {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 20px;
  left: 10px;
}

.menu-card .card-categories-title span {
  font-size: 4em;
}

/* BANNER */
.banner-main {
  position: relative;
  overflow: hidden;
}

.banner-content {
  position: relative;
  z-index: 2;

  padding: 200px 0px;
}

.banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.banner-img img {
  width: 100%;
}

/* PRODUCT CARD */
.wk-price {
  font-size: 1.3em;
  display: inline-block;
  margin-right: 0px;
}

.wk-price-discounted {
  opacity: 0.7;
  font-size: 15px !important;
  position: relative;
  margin-top: -10px;
  left: 0px;
  border-bottom: 2px solid red;
  display: inline-block !important;
  line-height: 0px;
  padding: 0px 11px;
}

.footer-card-wish {
  text-align: center;
  padding: 0.8rem;
  background-color: black;
  color: white;
  margin-top: 1rem;
}

.wk-product-card-colors {
}

.wk-product-card-color-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  color: #000;
  position: relative;
  display: block;
  margin-left: 5px;
  background-color: #000;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

/* PRODUCT DETAIL */
.wk-price-discounted {
  opacity: 0.7;
  font-size: 15px !important;
  position: relative;
  margin-top: -10px;
  left: 0px;
  border-bottom: 2px solid red;
  display: inline-block;
  line-height: 0px;
  padding: 0px 11px;
}

.no-stock-variant {
  opacity: 0.5;
  width: 43px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #ebebeb;
  font-size: 14px;
  color: #544842;
  position: relative;
  display: block;
  margin-right: 10px;
}

.no-stock-variant .line {
  height: 2px;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: rgba(0, 0, 0, 0.3);
}

.stock-variant {
  width: 43px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #000;
  font-size: 14px;
  color: #000;
  position: relative;
  display: block;
  margin-right: 10px;
}

.stock-variant.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.rs-variant {
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-color: #000;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  position: relative;
  display: block;
  margin-right: 10px;
  background-color: #000;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.wk-variant-title {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}

.wk-variant-title span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}
.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

/* ORDER CARD */
.progress {
  overflow: initial;
  margin-top: 20px;
}

.progress-bar {
  position: relative;
  overflow: initial;
}

.progress-meter {
  min-height: 15px;
  border-bottom: 2px solid rgb(160, 160, 160);
  margin-bottom: 25px;
  margin-top: 10px;
}

.progress-meter > .meter {
  position: relative;
  float: left;
  min-height: 15px;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(160, 160, 160);
}

.progress-meter > .meter-left {
  border-left-width: 2px;
}

.progress-meter > .meter-right {
  float: right;
  border-right-width: 2px;
}

.progress-meter > .meter > .meter-text {
  position: absolute;
  display: inline-block;
  bottom: -20px;
  width: 100%;
  font-weight: 700;
  font-size: 0.85em;
  color: rgb(160, 160, 160);
  text-align: left;
}

.progress-meter > .meter.meter-right > .meter-text {
  text-align: right;
}

.progress-type {
  position: absolute;
  top: -15px;
  right: -20px;
  z-index: 2;
}

.card-order-status {
  width: 100%;
}

.box-icon-order {
  background: url(../img/icons/box.svg) center center;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  display: block;
  background-size: contain;
}

.order-card-product {
  font-size: 0.8em;
}

.order-card-info {
  font-size: 0.8em;
}

.order-card-info h6 {
  font-size: 12px;
}

/* POP-UP */
.wk-popup-modal .modal-body {
}

.wk-popup-modal .modal-dialog {
  margin-top: 6em;
}

.wk-popup-modal .btn-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  width: 45px;
  height: 45px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 100%;
  line-height: 45px;
}

.wk-popup-modal .modal-body {
  padding: 0px;
  position: relative;
  display: flex;
}

.wk-modal-image {
  width: 40%;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 350px;
}

.wk-modal-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 150%;
  transform: translate(-50%, -50%);
}

.wk-info-wrap {
  width: 60%;
  padding: 30px 40px;
}

.size-alert {
  position: absolute;
  top: -27px;
  width: 100%;
  text-align: center;
  left: 0px;
  background: #fff;
  padding: 5px;
  border-radius: 10px 10px 0px 0px;
  font-size: 12px;
  color: #000;
  display: none;
}

/* Headerbands */

.wk-headerband {
  background-color: black;
  color: white;
  padding: 10px 0px;
}

.wk-headerband p {
  margin-bottom: 0px;
}

/* Sidebar Wrapper */
#sidebar-wrapper {
  position: fixed;
  height: 100%;
  z-index: 9999;
  width: 85%;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.5s ease;
  left: -85%;
  background: #fff;
  /**/
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
}

.sidebar-overlay {
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 150%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  transform: translate3d(-260px, 0, 0);
}

.navbar-responsive {
  display: none;
}

body.toggled #sidebar-wrapper {
  left: 0%;
}

body.toggled {
  overflow-y: hidden;
}

body.toggled .sidebar-overlay {
  opacity: 1;
  transform: translateX(0);
  z-index: 2001;
}

/* user */
.sidebar-user {
  width: 100%;
  height: 50%;
  display: flex;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex: 1;
}
.sidebar-user .item {
  width: 50%;
  height: 50%;
  background: black;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 100;
}
.sidebar-user .item ion-icon {
  font-size: 1.4rem;
  padding: 0.4rem 0rem;
}

/* menu */
.sidebar-menu {
  flex: 1;
  width: 100%;
  overflow-y: auto;
}
.sidebar-menu ul {
  list-style: none;
  padding: 0rem;
}
.sidebar-menu li {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  padding: 0.85rem 1.4rem;
}
.sidebar-menu li.title {
  background: #f8f8f8 !important;
  font-weight: bold;
  font-size: 0.6rem;
}
.sidebar-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000 !important;
  font-size: 0.75rem;
}

.sidebar-content {
  height: 50%;
  overflow-y: auto;
}
.sidebar-image {
  height: 50%;
}
.sidebar-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CART */

.wk-cart-wrapper {
  margin-top: 40px;
}

.wk-cart-title {
}

.wk-cart-info {
}

.wk-cart-item {
  margin-bottom: 30px;
}

.wk-cart-table {
  border-bottom: 2px solid #000;
  padding: 5px 0px;
  margin-bottom: 15px;
}

.wk-cart-table p {
  font-weight: bold;
}

.btn-qty {
  border-radius: 100%;
  height: 25px;
  width: 25px;
  text-align: center;
  border: 1px solid #000;
  padding: 0px;
}

.cart-item-media {
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

.cart-item-media .flex-grow-1 {
  display: flex;
  justify-content: space-around;
}

.wk-desc-list {
  display: flex;
}

.wk-desc-list p {
  margin-right: 15px;
}

.wk-total-list {
  display: flex;
  flex-direction: row-reverse;
}

.wk-total-list .btn {
  margin-left: 20px;
}

/* collapse */
.collapse-item {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 5;
  transition: right 0.35s !important;
}
.collapsing {
  height: 100% !important;
  transition: height 0s !important;
  right: -100%;
  transition: right 0.35s !important;
}
.collapse.show {
  right: 0% !important;
  transition: right 0.35s !important;
}

@media (max-width: 576px) {
}

@media (max-width: 768px) {
  .navbar-desktop {
    display: none;
  }

  .navbar-responsive {
    display: block;
  }

  /*INDEX*/
  .banner-img img {
    width: 220%;
  }

  /* SERVICES */
  .promo-services-item {
    margin-bottom: 30px;
    padding: 0px 20px;
  }

  /* DETAIL */

  .breadcrumb-content {
    display: none;
  }

  /* CART */
  .wk-cart-title {
  }

  .navbar-responsive .logo {
    width: 150px !important;
  }

  .cart-item-media {
    align-items: initial;
  }

  .cart-item-media .flex-grow-1 {
    display: initial;
    justify-content: initial;
  }

  .wk-desc-list {
    display: initial;
  }

  .wk-desc-list p {
    margin-right: 0px;
  }

  .wk-total-list {
    display: initial;
    flex-direction: initial;
  }

  .wk-total-list .btn {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .cart-item-media .btn-group {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1400px) {
}
