.producto-upsell {
  display: flex;
  flex-direction: column;

  width: 130px;
}
.hidde {
  display: none !important;
}
.popup-added_to_cart {
  max-width: 800px !important;
}
.swiper-popup{
	padding-top: 30px !important;
}
.swiper-popup .swiper-slide img{
	height:200px !important;
	object-fit: contain;
}

.swiper-popup .swiper-button-next::after,
.swiper-popup .swiper-button-prev::after {
  color: black !important;
  font-size: 15px !important;
}

.swiper-popup .swiper-slide .product-name {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upsell-container {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.swiper-popup .swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
  width: 100%;
	background-color: #3B913C !important;
}


a.button.add_to_cart_button.boton-upsell {
    background-color:#3B913C !important;
}
.swiper-popup .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 5px;
	
    align-items: center;
}
.upsell-container {
  scrollbar-width: thin;
  scrollbar-color: #333333 white;
}

.upsell-container::-webkit-scrollbar {
  width: 12px;
}

.upsell-container::-webkit-scrollbar-track {
  background: white;
}

.upsell-container::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 20px;
  border: 3px solid white;
}

.swiper-popup .swiper-slide .original-price::before {
    content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    top: 45%;
    left: 0;
    transform: rotate(165deg);
}

.swiper-popup .original-price {
    color: #b1b1b1 !important;
    font-weight: 400  !important;
    position: relative;
}

.swiper-popup .swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
}

@media screen and (min-width: 768px){
	.swiper-popup .center-slider {
    justify-content: center;
}
	
	.swiper-popup .swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
    width: auto !important;
	background-color: #3B913C !important;
}
}


.swiper-popup .swiper-button-next, .swiper-popup .swiper-rtl .swiper-button-prev {
    right: -15px;
    left: auto;
}


.swiper-popup .swiper-button-prev, .swiper-popup .swiper-rtl .swiper-button-next

 {
    left: -15px;
    right: auto;
}

.swiper-popup .swiper-button-next, .swiper-popup .swiper-button-prev {
    position: absolute;
    top: 65%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


@media screen and (min-width: 768px) {
    .swiper-popup .swiper-slide a.boton-variacion.button.add_to_cart_button.boton-upsell {
        width: auto !important;
        position: relative !important;
        bottom: 0px !important;
    }
}


.jet-popup__container-content .swiper-button-next, .swiper-rtl .swiper-button-prev

 {
    right: -15px !important;
    left: auto;
	 color:#3B913C !important;
}

.jet-popup__container-content .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -15px !important;
    right: auto;
	color:#3B913C !important;
}

.jet-popup__container-content .swiper-button-next, .jet-popup__container-content .swiper-button-prev {

    top: 65% !important;

}

.swiper-popup {
    padding-top: 0px !important;
}


p.message-line {
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
}
.jet-popup__container-content .swiper-slide{
	width: fit-content !important;
}

@media screen and (max-width:768px){
	.jet-popup__container-content .swiper-button-next, .jet-popup__container-content .swiper-button-prev {
    top: 75% !important;
}
	.jet-popup__container-content .swiper-slide{
	width: inherit !important;
}
}

.quantity-pop-container{
	display: flex
;
    width: 100%;
    justify-content: center;
    gap: 5px;
}




.hidden-pop{
	display: none
}