.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
}

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 1216px;
  width: 100%;
  padding: 40px 16px 0;
}
@media (max-width: 992px) {
  .product-container {
    padding: 0 16px;
  }
}
.product-container hr {
  margin: 18px 0 40px;
}

.breadcrumbs {
  width: 100%;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .share {
  position: relative;
  right: 0;
}
.content .share .link-content a {
  color: #858482;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .share .link-content a span {
  font-weight: bold;
  margin-left: 8px;
  font-size: 14px;
}
@media (max-width: 576px) {
  .content .share .link-content a span {
    font-size: 12px;
    margin-left: 0;
  }
}
.content .share .link-content a i {
  font-size: 20px;
}
@media (max-width: 576px) {
  .content .share .link-content a i {
    font-size: 18px;
    margin-right: 3px;
  }
}
.content .share .link-content :hover {
  color: #fbba00;
}
.content .share .popover-content {
  display: none;
}
.content .share .popover-content .popover-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border: 1px solid #cbcbcb;
  max-width: 77px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  top: 8px;
  position: relative;
}
.content .share .popover-content .popover-shared i {
  font-size: 28px;
  color: #cbcbcb;
  line-height: inherit;
}
.content .share .popover-content .popover-shared a :hover {
  color: #fbba00;
}
.content .share .popover-content .popover-shared a::after {
  top: -6px;
  left: 55px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  position: absolute;
  width: 9px;
  height: 10px;
  background: #fff;
  border-color: #cbcbcb #fff #fff #cbcbcb;
  border-style: solid;
  border-width: 1px;
}
@media (max-width: 992px) {
  .content .share {
    padding: 16px 12px 12px 0;
  }
}
@media (max-width: 576px) {
  .content .share {
    z-index: 1;
  }
}

.back-button {
  width: 100%;
  margin-bottom: 12px;
  display: none;
}
.back-button .content {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.back-button .link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 12px 12px 0;
  color: #595857;
}
.back-button .link-back:hover {
  color: #ff9f1a;
}
.back-button .link-back i {
  font-size: 17px;
  margin-right: 8px;
}
.back-button .link-back label {
  cursor: pointer;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}
@media (max-width: 992px) {
  .back-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .back-button {
    margin-bottom: 0;
  }
}

.product-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .product-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-carousel {
  width: 100%;
}
.product-carousel .carousel-inner {
  max-width: 520px;
}
@media (min-width: 993px) {
  .product-carousel {
    min-width: 570px;
  }
}
@media (max-width: 992px) {
  .product-carousel {
    max-width: 100%;
  }
  .product-carousel .carousel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-carousel .carousel .carousel-indicators {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 10px 0 0;
  }
  .product-carousel .carousel .carousel-inner {
    max-width: 512px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 768px) {
  .product-carousel .carousel .carousel-indicators {
    display: none;
  }
}

.product-media-details {
  width: 100%;
  border-left: 1px solid #e4e5e6;
  padding-left: 48px;
  margin-left: 32px;
}
@media (min-width: 993px) {
  .product-media-details {
    max-width: 450px;
  }
}
@media (max-width: 992px) {
  .product-media-details {
    width: 100%;
    border-left: unset;
    border-top: 1px solid #e4e5e6;
    padding: 16px 0 0;
    margin: 24px 0 0;
  }
  .product-media-details .product-number-rating {
    margin-bottom: 16px;
  }
  .product-media-details .prices {
    margin-bottom: 24px;
  }
  .product-media-details .prices .value {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .product-media-details .product-number {
    font-size: 10px;
    line-height: 13px;
  }
}

.product-name {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #595857;
}
@media (max-width: 992px) {
  .product-name {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .product-name {
    font-size: 16px;
    line-height: 24px;
  }
}

.main-attributes {
  color: #9e9d9b;
  font-size: 12px;
  line-height: 17px;
  overflow-wrap: break-word;
}

@media (max-width: 992px) {
  .content-button {
    display: none;
  }
}

.scomp-stepper-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 104px;
}
.scomp-stepper-controll .quantity {
  cursor: pointer;
}
.scomp-stepper-controll .bx {
  color: #fbba00;
  font-size: 24px;
  line-height: unset;
}
.scomp-stepper-controll .product-quantity {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 1px solid #f5f5f7;
  padding: 0;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
          box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
}

.delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.delivery-options .info-shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.delivery-options i {
  font-size: 24px;
  color: #b8b6b4;
  margin-right: 4px;
}
.delivery-options .delivery-text {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #b8b6b4;
}
.delivery-options .delivery-text2 {
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  color: #b8b6b4;
  margin: 0 16px;
}
@media (max-width: 576px) {
  .delivery-options {
    display: none;
  }
}

.estimate-shipping {
  margin-top: 24px;
  width: 100%;
}
.estimate-shipping span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  color: #858482;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.estimate-shipping .postal-code-input-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
.estimate-shipping .postal-code-input-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #d8d9da;
  border-right: 0;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
  color: #9e9d9b;
  outline: 0;
}
.estimate-shipping .postal-code-input-group button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 992px) {
  .estimate-shipping {
    margin-top: 32px;
  }
}

.no-stock {
  margin-bottom: 26px;
}
.no-stock h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 47px;
  color: #454443;
  margin-bottom: 8px;
}
.no-stock p {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #454443;
  margin-bottom: 32px;
}
.no-stock .no-stock-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.no-stock .no-stock-input-group label {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #595857;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .no-stock .no-stock-input-group label {
    font-size: 12px;
    line-height: 17px;
  }
}
.no-stock .no-stock-input-group input {
  height: 56px;
  width: 100%;
  background: #fff;
  border: 1px solid #d8d9da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 24px;
  font-weight: 450;
  font-size: 16px;
  line-height: 24px;
  color: #9e9d9b;
  padding: 17px 16px;
}
@media (max-width: 768px) {
  .no-stock .no-stock-input-group input {
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
}
.no-stock .no-stock-input-group button {
  height: 48px;
  width: 100%;
  background: #fbba00;
  border-radius: 4px;
  padding: 11px 32px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #f9fafc;
}
@media (max-width: 768px) {
  .no-stock .no-stock-input-group button {
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
}

.description-and-detail {
  width: 100%;
  border-top: 1px solid #e4e5e6;
  margin: 24px 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.description-and-detail .description {
  margin-top: 64px;
}
.description-and-detail .details {
  margin-top: 64px;
  border: 1px solid #ebeced;
  border-radius: 4px;
}
.description-and-detail .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #595857;
}
.description-and-detail .content {
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
  color: #454443;
}
.description-and-detail .content p {
  margin: 0;
}
@media (max-width: 992px) {
  .description-and-detail {
    border: unset;
    width: 100%;
    margin: 0 0 30px;
  }
  .description-and-detail .description {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    border: 1px solid #ebeced;
    border-radius: 4px;
    padding: 24px 24px 34px;
    -webkit-box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
            box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
  }
  .description-and-detail .details {
    max-width: 100%;
    margin: 32px 0 0;
  }
}

.cart-and-ipay .btn {
  height: auto;
  font-weight: bold;
}

.container-modal-mobile .btn-regular {
  cursor: pointer;
  height: 48px;
  margin-top: 16px;
  background: #fbba00;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9fafc;
  font-size: 16px;
  padding: 8px 32px;
  border: 1px solid #fbba00;
  width: 100%;
}
.container-modal-mobile .btn-regular i {
  color: #fff;
  font-size: 24px;
  margin-right: 16px;
}
.container-modal-mobile .modal-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 16px 16px 24px;
}
.container-modal-mobile .modal-mobile .items-container .miniCartMobile {
  max-height: 25vh;
  overflow-y: scroll;
}
.container-modal-mobile .modal-mobile .items-container .cart-summary-title {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9e9d9b;
  font-size: 14px;
}
.container-modal-mobile .modal-mobile .items-container .itemCartMobile {
  padding-right: 6px;
  width: 100%;
}
.container-modal-mobile .modal-mobile .items-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.container-modal-mobile .modal-mobile .items-container .item .line-item {
  margin-bottom: 12px;
}
.container-modal-mobile .modal-mobile .items-container .item .line-item .line-item-total-price {
  margin: 0 0 0 16px;
}
.container-modal-mobile .modal-mobile .items-container .item-image {
  width: 56px;
  height: 100%;
  border: 1px solid #e4e5e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.container-modal-mobile .modal-mobile .items-container .item-image .btn-remove-line-item {
  position: absolute;
  left: 40px;
  top: -19px;
}
.container-modal-mobile .modal-mobile .items-container .item-image .btn-remove-line-item i {
  font-size: 16px !important;
}
.container-modal-mobile .modal-mobile .items-container .product-line-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.container-modal-mobile .modal-mobile .items-container .product-line-item-details p {
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
  color: #595857;
}
.container-modal-mobile .modal-mobile .items-container .product-line-item-details .pricing {
  font-weight: 450;
  font-size: 14px;
  line-height: 21px;
  color: #595857;
}
.container-modal-mobile .modal-mobile .items-container .name-and-deletepoint {
  width: 65%;
}
.container-modal-mobile .modal-mobile .items-container .delete-product-cart {
  margin-left: 20px;
}
.container-modal-mobile .modal-mobile .items-container .delete-product-cart .modal-mobile-cart {
  background: #fff;
  outline: none;
}
.container-modal-mobile .modal-mobile .items-container .delete-product-cart .modal-mobile-cart i {
  color: #595857;
}
.container-modal-mobile .modal-mobile .cart-summary-resume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  border-top: 1px solid #ebeced;
}
.container-modal-mobile .modal-mobile .cart-summary-resume .cart-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  width: 100%;
}
.container-modal-mobile .modal-mobile .cart-summary-resume .cart-summary-row .cart-sumary-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container-modal-mobile .modal-mobile .cart-summary-resume .cart-summary-row .cart-sumary-column .cart-sumary-columnHeader {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
  color: #9e9d9b;
}
.container-modal-mobile .modal-mobile .cart-summary-resume .cart-summary-row .cart-sumary-column .cart-summary-m-content {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #595857;
}
.container-modal-mobile .modal-mobile .btn-close-cartSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container-modal-mobile .modal-mobile i {
  font-size: 24px;
}

.content-button-mobile {
  display: none;
}
@media (max-width: 992px) {
  .content-button-mobile {
    display: block;
  }
}

.carousel-indicators {
  z-index: 0;
}

.add-to-cart:hover {
  background-color: #2bd856 !important;
}

.price-details {
  margin-bottom: 30px;
}

.simple-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-quantity .quantityStock {
  margin-left: 20px;
}
.simple-quantity .quantity-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: 1px solid #f5f5f7;
  padding: 0;
  background: #fff;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
          box-shadow: 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 100px 80px rgba(160, 160, 160, 0.07);
}

.shipping-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.button-expand-details {
  width: 100%;
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ededed;
}

.list-details {
  width: 100%;
  margin-bottom: 0;
}

.row-details {
  padding: 6px 26px;
  border: 1px solid #fff;
  background-color: #ededed;
}

.bxs-up-arrow-details {
  display: block;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.large-image {
  width: 100%;
}

#maincontent {
  margin-top: 170px;
}
@media (max-width: 992px) {
  #maincontent {
    margin-top: 208px;
  }
}
@media (max-width: 768px) {
  #maincontent {
    margin-top: 120px;
  }
}
@media (max-width: 576px) {
  #maincontent {
    margin-top: 162px;
  }
}

.arrow {
  z-index: 2;
  position: absolute;
  top: 45%;
  padding: 8px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.slick-arrow:hover {
  opacity: 0.5;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.bx-left-arrow-alt {
  font-size: 32px;
  color: #fbba00;
}

.bx-right-arrow-alt {
  font-size: 32px;
  color: #fbba00;
}

@media (max-width: 820px) {
  .bx-left-arrow-alt {
    font-size: 28px;
  }
  .bx-right-arrow-alt {
    font-size: 28px;
  }
}
.arrow-carousel-products {
  position: absolute;
  background: #fbba00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 209px;
  cursor: pointer;
}

.arrow-prev {
  left: -5px;
  z-index: 2;
}

.arrow-next {
  right: -5px;
}

.carousel-products {
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 1150px) {
  .carousel-products {
    max-width: 858px;
  }
}
@media (max-width: 860px) {
  .carousel-products {
    max-width: 568px;
  }
}
@media (max-width: 576px) {
  .carousel-products {
    max-width: 568px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    padding: 0 10px 0 10px;
  }
}

.arrow-carousel-products i {
  color: #fff;
  font-size: 25px;
}

.slick-dots {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.slick-dots li.slick-active i:nth-child(1) {
  display: none;
}

.slick-dots li i:nth-child(1) {
  display: block;
  margin-right: 8px;
}

.slick-dots li.slick-active i:nth-child(2) {
  display: block;
  margin-right: 8px;
}

.slick-dots li i:nth-child(2) {
  display: none;
}

.info-commerce {
  border-radius: 4px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -25px;
  padding: 24px 8px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 560px;
  background: #fff;
  -webkit-box-shadow: 0 100px 80px rgba(160, 160, 160, 0.07), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802);
          box-shadow: 0 100px 80px rgba(160, 160, 160, 0.07), 0 41.7776px 33.4221px rgba(160, 160, 160, 0.0503198), 0 22.3363px 17.869px rgba(160, 160, 160, 0.0417275), 0 12.5216px 10.0172px rgba(160, 160, 160, 0.035), 0 6.6501px 5.32008px rgba(160, 160, 160, 0.0282725), 0 2.76726px 2.21381px rgba(160, 160, 160, 0.0196802);
}

.info-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #858482;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin-left: 24px;
}
.info-message span {
  margin-left: 8px;
}
@media (max-width: 768px) {
  .info-message span {
    width: 82px;
  }
}
@media (max-width: 768px) {
  .info-message {
    padding: 20px 40px;
  }
  .info-message span {
    color: #b8b6b4;
  }
  .info-message .bx {
    color: #b8b6b4;
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .info-message {
    padding: 12px;
  }
}
@media (max-width: 330px) {
  .info-message {
    padding: 12px 3px;
  }
}

.lines {
  display: none;
}

@media (max-width: 768px) {
  .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .info-commerce {
    margin-top: 26px;
    position: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: grid;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template: "info-1 info-2" "info-1 info-2" "info-3 info-4" "info-3 info-4";
  }
}
.homepage-product-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.homepage-product-listing .product .product-tile {
  margin-top: 40px;
  width: 256px;
  height: 395px;
  border: 1px solid #e4e5e6;
  border-radius: 4px;
  background-color: #fff;
}
.homepage-product-listing .product .product-tile a {
  width: 100%;
}
.homepage-product-listing .product .product-tile:hover {
  border: 1px solid #fbba00;
  -webkit-box-shadow: 0 0 0 1px #fbba00;
          box-shadow: 0 0 0 1px #fbba00;
}
@media (max-width: 576px) {
  .homepage-product-listing .product .product-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    max-width: 328px;
    min-height: 255px;
    height: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, 0.0705882353);
            box-shadow: 0 0px 16px rgba(0, 0, 0, 0.0705882353);
  }
}
@media (max-width: 330px) {
  .homepage-product-listing .product .product-tile {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .homepage-product-listing .component-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media (min-width: 992px) {
  .homepage-product-listing .homepage {
    max-width: 940px;
  }
}
@media (min-width: 769px) {
  .homepage-product-listing .homepage {
    max-width: 850px;
  }
}
@media (min-width: 577px) {
  .homepage-product-listing {
    height: 435px;
  }
}

.col-6 {
  min-height: 52vh;
}
@media (max-width: 576px) {
  .col-6 {
    min-height: 0;
  }
}

.container-dearest .homepage-product-listing .product-tile[style] {
  display: inline-block !important;
}

@media (max-width: 576px) {
  .image-container {
    padding: 12px 12px 0 12px;
  }
}

.image-container img {
  border-radius: 4px;
}
@media (max-width: 576px) {
  .image-container img {
    width: 100%;
    max-width: 100px;
    height: 100px;
  }
}

@media (max-width: 576px) {
  .image-product .description-offer {
    padding: 0;
    width: 125px;
  }
}

.home-product-tiles {
  margin-top: 48px;
}
.home-product-tiles ::-webkit-scrollbar {
  display: none;
}

.home-product-tiles-offers {
  margin-top: 5px !important;
}

@media (max-width: 576px) {
  .tile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 101px;
    padding: 0 8px 8px 8px;
  }
}
@media (max-width: 470px) {
  .tile-body {
    height: 98px;
  }
}
@media (max-width: 357px) {
  .tile-body {
    height: 105px;
  }
}

.description-body {
  padding: 6px;
  margin-left: 6px;
}

.pdp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 576px) {
  .pdp-link {
    border-top: none;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.title-product-offers {
  font-size: 16px;
  font-weight: bold;
  color: #595857;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 18px;
  font-family: sans-serif;
}

.price-discount {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 450;
  color: #9e9d9b;
}

.tile-footer span {
  font-size: 14px;
  font-weight: bold;
  color: #454443;
}

@media (max-width: 576px) {
  .title-product-offers {
    font-size: 12px;
  }
  .price-discount {
    font-size: 12px;
  }
  .tile-footer span {
    font-size: 12px;
  }
}
.title-departament {
  font-weight: bold;
  font-size: 27px;
  color: #1a1918;
  text-align: center;
}
@media (max-width: 576px) {
  .title-departament {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
}

.scroll-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .scroll-list {
    padding-bottom: 20px;
    overflow-x: scroll;
    display: -webkit-box;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .scroll-list {
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-right: 8px;
    display: -webkit-box;
  }
}
@media (max-width: 576px) {
  .scroll-list {
    overflow-x: scroll;
    padding-bottom: 16px;
    margin-left: -10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.link-product {
  margin-left: 28px;
}
@media (max-width: 576px) {
  .link-product {
    margin-left: 22px;
    margin-right: 5px;
  }
}

.box-dpt {
  max-width: 96px;
  max-height: 96px;
  height: 10vw;
  width: 10vw;
  min-width: 64px;
  min-height: 64px;
  background: #f5f5f7;
  background-repeat: no-repeat;
  background-size: 64px 64px;
  background-position: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}

.scroll-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-product {
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 576px) {
  .title-product {
    font-size: 12px;
  }
}

@media (max-width: 970px) {
  .box-dpt img {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 576px) {
  .box-dpt img {
    width: 34px;
    height: 34px;
  }
}

.web {
  display: block;
}
@media (max-width: 698px) {
  .web {
    display: none;
  }
}

.mobile {
  display: none;
  height: 10rem;
}
@media (max-width: 698px) {
  .mobile {
    display: block;
  }
}