.home-slider {
  background: #dadada;
}

.home-slide1 .banner-layer {
  left: 8.7%;
  right: 30%;
}

.home-slide1 h4 {
  font-size: 1.1875em;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

.home-slider h2 {
  font-size: 3.3125em;
  letter-spacing: 0.005em;
  font-family: "Segoe Script","Savoye LET";
}

.home-slide1 h3 {
  font-size: 5.875em;
}

.home-slide1 h5 {
  font-size: 0.75em;
  vertical-align: top;
}

.home-slide1 .btn {
  letter-spacing: 0.01em;
}

.home-slider .btn {
  font-size: 0.875em;
}

.home-slide1 h5 span {
  position: relative;
  top: -3px;
  letter-spacing: -0.02em;
}

.coupon-sale-text {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
  transform: rotate(-2deg);
}

.home-slide1 .coupon-sale-text {
  font-size: 1.2em;
  margin: 1px 4px 0 13px;
  letter-spacing: -0.01em;
}

.home-slide1 .coupon-sale-text sup {
  font-size: 100%;
  top: 2px;
}

.coupon-sale-text em {
  font-size: 2em;
  font-style: normal;
}

.menu-depart a {
  padding: 1rem 1.2rem !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #777 !important;
  letter-spacing: 0.01em !important;
}


/**/

.sidebar-shop {
  font-size: 1.3rem !important;
}
.sidebar-shop .product-widget .product-title {
  margin-bottom: 0.4rem  !important;
  font-family: "Open Sans", sans-serif !important;
}
.sidebar-shop .product-widget .product-details {
  margin-bottom: 1px  !important;
}
.sidebar-shop .widget {
  padding: 2rem  !important;
  border: 1px solid #e7e7e7 !important;
  margin-bottom: 0rem;
  font-family: "Open Sans",sans-serif !important;
  
}

.cat-list li {
  position: relative;
  margin-bottom: 1.3rem !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}


.sidebar-shop .widget:after {
  display: block !important;
  clear: both !important;
  content: "" !important;
}
.sidebar-shop .widget:first-child {
  margin-top: 0px !important;
}
.sidebar-shop .widget:not(:last-child) {
  border-bottom: 0 !important;
}
.sidebar-shop .widget-title {
  margin: 0 !important;
  color: #313131 !important;
  font-family: "Open Sans",sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
}
.sidebar-shop .widget-title a {
  display: block !important;
  position: relative !important;
  color: inherit !important;
}
.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
  text-decoration: none !important;
}
.sidebar-shop .widget-title a:before, .sidebar-shop .widget-title a:after {
  display: inline-block !important;
  position: absolute !important;
  top: 50.4% !important;
  right: 2px !important;
  width: 10px !important;
  height: 2px !important;
  margin-top: -1px !important;
  transition: all 0.35s !important;
  background: #222529 !important;
  content: "" !important;
}
.sidebar-shop .widget-title a.collapsed:after {
  transform: rotate(-90deg) !important;
}
.sidebar-shop .widget-body {
  padding: 1.5rem 0 0.7rem !important;
}
.sidebar-shop .widget-featured {
  position: relative !important;
  padding-bottom: 0.5rem !important;
}
.sidebar-shop .widget-featured .widget-body {
  padding-top: 1.5rem !important;
}
.sidebar-shop .widget-featured .product-sm:last-child {
  margin-bottom: 0 !important;
}
.sidebar-shop .widget-featured .ratings-container {
  margin-left: 0 !important;
}

@media (max-width: 991px) {


  .sidebar-shop .widget {
    padding: 2rem 0 !important;
    border: 0 !important;
  }
  .sidebar-shop .widget:first-child {
    padding-top: 0 !important;
  }
  .sidebar-shop .widget:not(:last-child) {
    border-bottom: 1px solid #e7e7e7 !important;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar-shop .product-widget figure {
    max-width: 70px !important;
    margin-right: 1.5rem !important;
  }
}


/**/

.product-default {
  color: #777 !important;
  margin-bottom: 2rem !important;
  transition: box-shadow 0.3s ease-in-out !important;
}
.product-default a {
  color: inherit !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.product-default a:hover {
  color: #d66a79 !important;
  text-decoration: none !important;
}
.product-default figure {
  display: flex  !important;
  justify-content: center  !important;
  align-items: center  !important;
  position: relative  !important;
  margin-bottom: 1.6rem  !important;
}
.product-default figure > a:first-child {
  width: 100%  !important;
  height: 100%  !important;
}
.product-default figure img {
  transition: opacity 0.3s ease-in-out  !important;
  height: auto  !important;
  width: 100%  !important;
}
.product-default figure img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0;
}
.product-default figure img:first-child {
  opacity: 1;
  position: relative;
}
.product-default .label-group {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.product-default .product-label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  border-radius: 12px;
}
.product-default .product-label.label-hot {
  background-color: #2ba968;
}
.product-default .product-label.label-sale {
  background-color: #da5555;
}
.product-default .product-label.label-number {
  display: flex;
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.6rem;
  background-color: #08C;
  color: #fff;
}
.product-default .product-label.label-number span {
  margin-left: 1px;
}
.product-default .product-details {
  display: flex;
  display: -ms-flexbox;
  padding: 0 0.8rem;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product-default .category-wrap {
  width: 100%;
  white-space: nowrap;
}
.product-default .category-list {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7;
  opacity: 0.8;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-default .product-title {
  max-width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Poppins, sans-serif;
  line-height: 1.35;
  letter-spacing: 0.005em;
  margin-bottom: 0.4rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-default .title-wrap .product-title {
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 20px);
  margin-bottom: 0.5rem;
}
.product-default .title-wrap .btn-icon-wish {
  margin-top: -2px;
}
.product-default .product-action {
  position: relative;
  margin-bottom: 1.5rem;
  color: #333;
  text-align: center;
}
.product-default .btn-add-cart,
.product-default .btn-icon-wish,
.product-default .btn-quickview {
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  color: #6f6e6b;
  line-height: 34px;
}
.product-default .btn-icon-wish,
.product-default .btn-quickview {
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 0 2px;
  width: 36px;
  height: 36px;
  font-size: 1.6rem;
  text-align: center;
  opacity: 0;
  transition: all 0.25s ease;
}
.product-default .btn-icon-wish.checked,
.product-default .btn-quickview.checked {
  color: #e27c7c;
}
.product-default .btn-icon-wish.checked i:before,
.product-default .btn-quickview.checked i:before {
  content: "";
}
.product-default .btn-icon-wish:hover,
.product-default .btn-quickview:hover {
  color: #333;
}
.product-default .btn-icon-wish {
  left: 0;
}
.product-default .btn-icon-wish.added-wishlist i::before {
  content: "";
  color: #da5555;
}
.product-default .btn-quickview {
  font-size: 1.4rem;
  right: 0;
}
.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
  display: none;
}
.product-default .btn-add-cart {
  display: inline-block !important;
  padding: 0 1.4rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  font-family: Poppins, sans-serif !important;
  text-align: center !important;
  vertical-align: top !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}
.product-default .btn-add-cart i {
  font-size: 1.5rem !important;
  margin-bottom: 2px !important;
  line-height: 0 !important;
}
.product-default .btn-add-cart i:before {
  margin: 0 4px 0 0 !important;
  font-weight: 800 !important;
}
.product-default:hover {
  z-index: 1 !important;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08) !important;
  transition: box-shadow 0.3s ease-in-out !important;
}
.product-default:hover figure img:first-child {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.product-default:hover figure img:last-child {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.product-default:hover .btn-add-cart {
  background: #2b2b2d !important;
  border-color: #2b2b2d !important;
  color: #fff !important;
}
.product-default:hover .btn-add-cart.product-type-simple i {
  display: inline-block !important;
}
.product-default:hover .product-action a {
  opacity: 1 !important;
}
.product-default:hover .product-action a.btn-icon-wish {
  left: -40px !important;
}
.product-default:hover .product-action a.btn-quickview {
  right: -40px !important;
}

/* LOGIN*/
.login-container {
  margin-top: 3.9rem !important;
}

.login-container form .btn {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.6rem !important;
}

.login-container form label {
  margin-bottom: 0.7rem !important;
  color: #777 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.4rem !important;
}

.login-container .forget-password {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

/*AREA CLIENTE*/

.custom-account-container {
  margin-bottom: 5.6rem;
}
.account-container {
  margin-top: 4.2rem;
  margin-bottom: 4rem;
}

.sidebar {
  position: relative;
  height: 100%;
  font-size: 1.3rem;
}


.widget-dashboard h2 {
  margin-top: -1px;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}

.text-uppercase {
  text-transform: uppercase !important;
}


.widget-dashboard .list {
  border-bottom: none;
}
.list {
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: -8px;
  margin-bottom: 0;
}
.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 2px;
}

.dashboard-page-content, .footer-dashboard {
  padding: 30px 3%!important;
}

.mb-6 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(248, 248, 248, 1) !important;
}
.p-6 {
  padding: 3rem !important;
}

.border {
  border: 1px solid #eee !important;
}
.d-flex {
  display: flex !important;
}

.btn-hover-text-light {
  --bs-btn-hover-color: #f8f8f8;
}
.btn-hover-border-danger {
  --bs-btn-hover-border-color: #dc3545;
}
.btn-hover-bg-danger {
  --bs-btn-hover-bg: #dc3545;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(171, 171, 171, 1) !important;
}

.p-xl-8 {
  padding: 1.5rem !important;
}

.border-end {
  border-right: 1px solid #eee !important;
}

.px-8 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.nav-link {
  display: block !important;
  padding: 0.5rem 1rem !important;
  padding: 1rem 2rem !important;
  text-decoration: none !important;
  color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
}
