#soyresponsiveslider_wrapper {

    border: 1px solid #333;

}


.logo {
    max-width: 145px;
}


@media (width < 768px) {

    #soyresponsiveslider_wrapper {

        margin-bottom: 20px;

        margin-top: 20px;

    }

}

#left-column {
    padding-top: 20px;
    padding-right: 60px;
}

#left-column .block-categories > .category-top-menu > ul >li {
    margin-bottom: 5px;
    font-weight: 600;
}

#left-column .block-categories ul>li ul {
    margin-top: 6px;
    margin-bottom: 8px;
}

.products-selection {
    border: none;
}

#product-accessories-sidebar .product-miniature {

    margin-bottom: 0 !important;

}



.iqitmegamenu-submenu-container .product-miniature-container {

    position: relative;

}



/* Checkout */



body#checkout section.checkout-step .delivery-option>label>.row>div:first-child img {
        max-width: 100px;
}

body#checkout section.checkout-step .delivery-option>label>.row>div:last-child {
    font-weight: 600;
    color: #222529;
}
body#checkout section.checkout-step .delivery-option .carrier-delay {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 600;
    color: #222529;
}

@media (max-width: 575.98px) {
    .delivery-option-2>.row>.col-sm-4 {
        padding-left: 10px;
    }
}
/* Product list */
.product-miniature-grid .dualDisplayPro.productCatalog {
    padding: 2px;
}
.product-miniature-grid .priceWithTax {
    display: none !important;
}
.product-miniature-grid .thumbnail-container {
    margin-bottom: 22px;
}
.products-grid .product-miniature-layout-1 .product-price-and-shipping, .products-grid .product-miniature-layout-1 .products-variants, .products-grid .product-miniature-layout-3 .product-price-and-shipping, .products-grid .product-miniature-layout-3 .products-variants {
    padding-bottom: 14px;
}
/* Producto */
#product .product-info-row > div {
    padding-top: 35px;
}
#product .product-info-row > div.col-product-info {
    padding: 35px;
}
@media (max-width: 765.98px) {
    #product .product-info-row > div.col-product-info,
    #product .product-info-row > div.product-sidebar {
        padding: 35px;
    }
    #product #product-images-thumbs {
        display: none;
    }
}
#product .product-manufacturer-next img {
    max-width: 100px;
    margin-left: 40px;
}
#product .product-info-row > div.col-product-info .priceWithoutTax {
    font-size: 18px !important;
}
#product h1.page-title span {
    font-size: 26px;
}
.priceWithoutTax {
    font-size: 14px !important;
    color: rgb(173, 31, 0) !important;
    font-weight: 600 !important;
}
.priceWithTax {
    font-size: 12px !important;
    color: #777777 !important;
}

/* Estimated Delivery */
#estimateddelivery {
    margin-bottom: 30px;
    max-width: 555px;
}
.estimateddelivery > div {
    border: none;
    padding: 16px 20px;
    margin-top: 28px;
    margin-bottom: 0;
    clear: both;
    font-weight: 400;
    border-radius: 1px;
    background: #276239;
    color: white;
    font-size: 18px;
}
.estimateddelivery h4:before, .ed_orderbefore:before {
    font-size: 27px;
    padding-top: 9px;
    float: left;
    padding-right: 5px;
    --fa: "\f48b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.estimateddelivery > div .ed_countdown, 
.estimateddelivery > div .date_green {
    color: #e1dc45;
    font-weight: bold;
}
#ed_popup_content, .ed_popup_content {
    width: 90%;
    max-width: 900px;
}

/* Soy Slider */
#soyresponsiveslider_wrapper {
    margin: 0 !important;
}



/* Marquee Black */
.marquee_black {
  width: 100%;
  height: auto;
  display: flex;
  z-index: 12;
  align-self: baseline;
  position: relative;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 16px;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-top: 6px;
}
.marquee_black .elementor-widget-container {
  width: 130%;
  position: relative;
  z-index: 3;
  margin-right: -15px;
  margin-left: -15px;
  transform-origin: right;
  display: flex;
  align-items: center;
}
.marquee_black .elementor-widget-container ul {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.marquee_black .elementor-widget-container ul li {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  color: #333;
}
.marquee_black .elementor-widget-container .elementor-icon-list-items:hover {
  animation-play-state: paused;
}
.marquee_black .elementor-widget-container .elementor-icon-list-items {
  white-space: nowrap;
  will-change: transform;
}
.marquee_black .elementor-widget-container .elementor-icon-list-items {
  animation: marquee-left 50s linear infinite;
}
.marquee_black .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-text span {
  border: 2px dashed #e07a02;
  color: #e07a02;
  border-radius: 12px;
  font-size: 16px;
  padding: 8px 10px 6px 10px;
  position: relative;
  top: -3px;
}
.marquee_black p {
    margin-bottom: 0px;
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-90%);
  }
}

@media (max-width: 765.98px) {
    .right-nav { 
        display: none !important;
    }
}


/* Registro cliente */
#customer-form {
    padding-top: 30px;
}

.iqitsociallogin-colors-native .btn-google {
    background: #e7e7e7 !important;
    color: #333333 !important
}

#iqitpopup {
    height: auto !important;
    border-radius: 25px;
    text-align: center;
}
#iqitpopup .iqitpopup-content {
    padding: 40px 25px;
}
@media only screen and (max-width: 998px) {
    #iqitpopup.showed-iqitpopup {
        transform: none !important;
        margin: 0 auto;
        width: 95%;
        left: 0;
        right: 0;
        top: 24%;
    }
}
#iqitpopup .iqitpopup-close {
    top: 16px;
    right: 22px;
    background: none;
}
#iqitpopup .iqit-close-popup {
    background-color: transparent;
}
#iqitpopup .cross:before {
    color: grey
}
#iqitpopup .iqit-close-checkbox {
    display: none !important
}
#iqitpopup .popup-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 18px;
}
#iqitpopup p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* ELIMINAR */
body#checkout section.checkout-step .delivery-option .carrier-delay {
    display: none;
}
.ed-cart-option p, .ed-cart-option .ed_orderbefore:before {
    vertical-align: middle;
    font-size: 1em;
}
.ed-cart-option .ed_orderbefore:before {
    display: none;
}


#grecaptcha-badge {
    display: none !important;
}