/*CheckBox color*/
/* Checkbox/Radio Style */
/*Image Hover Zoom*/
.shopping-cart .cart-count {
  position: absolute;
  top: -4px;
  height: fit-content;
  left: 10px;
  z-index: 800;
  font-size: 10px;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-count {
    top: 4px;
    left: 18px;
  }
}
.shopping-cart .cart-button {
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-button {
    margin-right: 0px;
  }
}
.shopping-cart .cart-menu {
  width: 50%;
  left: -72px !important;
  border-radius: 0;
  margin-top: 16px !important;
  border-color: #dee2e6 !important;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 270px;
  width: 180px;
}
.shopping-cart .cart-menu::-webkit-scrollbar {
  width: 0px !important;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-menu {
    width: 160px;
    left: 0px !important;
  }
}
.shopping-cart .cart-menu .cart-header {
  z-index: 800;
  background-color: #ffffff;
  text-align: center;
  width: 178px;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-menu .cart-header {
    width: 158px;
  }
}
.shopping-cart .cart-menu .cart-list {
  height: 174px;
  overflow: auto;
  z-index: 600;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shopping-cart .cart-menu .cart-list::-webkit-scrollbar {
  display: none;
}
.shopping-cart .cart-menu .cart-footer {
  z-index: 800;
  background-color: #ffffff;
  width: 178px;
  top: 278px;
  box-shadow: 0 -0.1rem 1rem rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-menu .cart-footer {
    top: 422px;
    width: 158px;
  }
}
.shopping-cart .cart-menu::after {
  z-index: 1200;
  content: " ";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #dee2e6 transparent;
}
@media (max-width: 991.98px) {
  .shopping-cart .cart-menu::after {
    left: 10px !important;
  }
}

.price .price-dec {
  font-size: 12px;
  font-weight: 700;
  line-height: 32px !important;
  display: inline-block;
  margin-left: -10px;
  vertical-align: top;
  line-height: 16px;
  min-width: 22px;
}
.price .price-int {
  font-family: metawp, Trebuchet MS, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  letter-spacing: -2px;
  font-weight: 700;
}

.product-detail-carousel {
  /*Carousel central parent*/
  /*Carousel img indicator*/
  /*Carousel arrow controls*/
}
.product-detail-carousel .carousel-item {
  height: 380px;
  max-height: 380px !important;
}
@media (max-width: 991.98px) {
  .product-detail-carousel .carousel-item {
    height: auto;
  }
}
.product-detail-carousel .carousel-item img {
  margin: 0 auto;
  max-width: 320px;
  max-height: 320px;
}
.product-detail-carousel .carousel-indicators {
  position: relative !important;
}
.product-detail-carousel .carousel-indicators li {
  width: auto !important;
  height: auto !important;
}
.product-detail-carousel .carousel-indicators li img {
  width: 100px !important;
}
.product-detail-carousel .carousel-control-next {
  /*background: transparent !important;*/
  display: none;
}
@media (max-width: 991.98px) {
  .product-detail-carousel .carousel-control-next {
    display: flex;
  }
}
.product-detail-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(3, 3, 3)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.product-detail-carousel .carousel-control-prev {
  /*background: transparent !important;*/
  display: none;
}
@media (max-width: 991.98px) {
  .product-detail-carousel .carousel-control-prev {
    display: flex;
  }
}
.product-detail-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(3, 3, 3)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.product-detail:hover {
  background-color: var(--light);
}

.prod-data {
  white-space: nowrap;
}

.product-display-color {
  position: absolute;
  right: 0px;
}

/*Order page*/
.order-content-img {
  display: flex;
}
.order-content-img img {
  max-height: 140px;
  max-width: 140px;
  padding: 0.4rem;
}

.shop-sugestion {
  overflow: hidden;
}

.order-content-stock {
  max-height: 172px;
  overflow: auto;
}

@media (max-width: 991.98px) {
  .order-content-info {
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .order-content-price {
    width: 100%;
    text-align: center;
    padding-top: 0 !important;
  }
}

.ui-widget-header {
  background: var(--primary) !important;
}

.ui-slider-handle.ui-corner-all.ui-state-active {
  background: #4A8AF3;
  border: 1px solid #a8b0c0;
}

.price-range-field {
  border: 1px solid var(--light);
  font-size: 0.85rem;
  width: 60px;
  padding-left: 5px;
  white-space: nowrap;
}

.range-slider {
  min-width: 132px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.range-slider-container {
  padding: 1rem;
}

.slider {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 3px;
}

input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  position: absolute;
  left: 0;
  width: 100%;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: var(--primary);
  margin-top: -6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.shop-item {
  max-width: 360px;
}
.shop-item .item-card {
  padding: 1.5em;
  overflow: hidden;
  min-width: 300px;
  max-width: 320px;
}
.shop-item .item-card .item-card-info {
  text-align: center;
  padding: inherit;
}
.shop-item .item-card .item-card-info a {
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
}
.shop-item .item-card .product-old-price {
  font-size: small;
  margin-right: 1.5rem;
  position: absolute;
  right: 10px;
}
.shop-item .item-card .product-new-price {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 20px;
  margin-right: 1.5rem;
  color: var(--danger);
}

.item-prop {
  height: 62px;
  overflow: hidden;
}

.img-container {
  width: 250px;
  min-height: 250px;
}
.img-container img {
  padding: 1.5em;
  max-width: 100%;
  max-height: 200px;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -25%);
}

.card-badge-box {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-color: var(--secondary);
  color: var(--light);
  font-weight: bold;
  padding-left: 3px;
  padding-top: 8px;
  z-index: 600;
}

.card-badge-shipping {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 42px;
  width: 142px;
  border-radius: 12px;
  background-color: var(--primary);
  color: var(--light);
  font-weight: bold;
  padding-left: 4px;
  padding-top: 8px;
  z-index: 600;
}

.product-container {
  display: flex;
}

.product-actions {
  width: 40%;
  /*make full width*/
}

.product-content {
  width: 60%;
  /*make full width*/
}

@media (max-width: 991.98px) {
  .product-container {
    flex-direction: column;
    /*display as column*/
  }

  .product-actions {
    order: 1;
    /*reorder to top*/
    width: 100%;
    /*make full width*/
  }

  .product-content {
    order: 2;
    /*reorder to top*/
    width: 100%;
    /*make full width*/
  }
}
.product-color-content {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 0.5px solid #999;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

.cart-product-img {
  max-height: 50px;
  width: auto;
  margin: 0 auto;
}

.order-form-container select.validate.ng-invalid.ng-dirty,
.order-form-container input.validate.ng-invalid.ng-dirty,
.order-form-container textarea.validate.ng-invalid.ng-dirty,
.order-form-container select:required.ng-invalid.ng-dirty,
.order-form-container input:required.ng-invalid.ng-dirty,
.order-form-container textarea:required.ng-invalid.ng-dirty {
  border: none !important;
  border-bottom: 1px solid var(--danger) !important;
}
.order-form-container select.validate.ng-valid.ng-dirty,
.order-form-container input.validate.ng-valid.ng-dirty,
.order-form-container textarea.validate.ng-valid.ng-dirty,
.order-form-container select:required.ng-valid.ng-dirty,
.order-form-container input:required.ng-valid.ng-dirty,
.order-form-container textarea:required.ng-valid.ng-dirty {
  border: none !important;
  border-bottom: 1px solid var(--success) !important;
}

.filter {
  max-width: 20rem;
}
@media (max-width: 991.98px) {
  .filter {
    flex: 100%;
    max-width: unset;
  }
}
.filter .filter-nav {
  padding: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .filter .filter-nav {
    padding: 0.5rem;
  }
}
.filter .filter-nav .filter-btn {
  font-size: 1.25rem;
  text-align: center;
  background-color: transparent;
  user-select: none;
  line-height: 1.75;
  font-weight: 500;
  border: 0px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .filter .filter-nav .filter-btn {
    display: none;
  }
}
.filter .filter-nav .filter-item {
  width: 100%;
  padding: 1rem;
}
.filter .filter-nav .filter-item .category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
}
.filter .filter-nav .filter-item .category-item :hover {
  text-decoration: none;
}
.filter .filter-nav .filter-item .subcategory-item {
  padding: 0.25rem 0.5rem;
}
.filter .filter-separator {
  width: 100%;
  border: 0.5px solid rgba(29, 37, 49, 0.4);
  margin: 0 0.25rem;
}
.filter .filter-title {
  color: #1d2531;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 0;
}

/* My account sidebar */
.sidenav {
  position: absolute;
  z-index: 500;
  top: 0;
  width: 14rem;
  left: -10rem;
  transition: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  background-color: #f6f6f6;
}
.sidenav.open {
  left: 0;
}
.sidenav .sidenav-inner {
  padding: 10rem 2rem;
  margin: 0 auto;
  width: fit-content;
  min-height: fit-content;
}
.sidenav .sidenav-inner .sidenav-links {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.sidenav .sidenav-inner .sidenav-links .sidenav-link {
  padding: 0.5rem 0.25rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.sidenav .sidenav-inner .sidenav-links .sidenav-link a {
  display: flex;
  align-items: center;
  color: #1d2531;
}
.sidenav .sidenav-inner .sidenav-links .sidenav-link ion-icon {
  font-size: 1.25rem;
}
.sidenav .btn-sidenav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.sidenav .btn-sidenav ion-icon {
  transition: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.sidenav .btn-sidenav.open ion-icon {
  transform: rotate(180deg);
}
