/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/**** General ****/
.breadcrumb_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb_nav ul li {
  padding-bottom: 5px;
}

.breadcrumb_nav ul li:last-child {
  font-weight: 700;
}

.breadcrumb_nav ul li:not(.navigation-pipe) a {
  background-color: #eaeff3;
  display: block;
  padding: 5px 10px;
}

.breadcrumb_nav .navigation-pipe {
  line-height: 8px;
  margin: 0 8px;
}

.breadcrumb_wrapper .navigation-pipe i {
  font-size: 8px;
}

.menu_loading {
  display: none;
}

.menu_loading.spin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
}

.menu_loading.spin div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu_loading.spin i {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
  font-size: 70px;
  color: #fff;
}

@media (min-width: 1258px) {
  .container {
    width: 1228px;
  }
}

@media (min-width: 1258px) {
  #page_wrapper,
  .wide_container {
    max-width: 1228px;
  }
}

/**** Header ****/
.header-container {
  margin-bottom: 37px;
}

#header_primary {
  border: 1px solid #f5f5f2;
}

#st_header .logo_left #header_center {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 100%;
  /* max-width: 840px; */
}

#header_primary_row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#header_left,
#header_right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#header_left,
.header_search,
.header_customer,
.blockcart.top_bar_item {
  border-left: 1px solid #f5f5f2;
  border-right: 1px solid #f5f5f2;
}

.logo_box,
.header_search {
  padding: 0 22px;
}

.header_search i,
.header_customer .fto-user,
.checkout_header .st_custom_link_icon {
  color: #9fc5f8;
}

.header_search i,
.checkout_header .st_custom_link_icon {
  margin-right: 10px;
}

#header_primary_row .top_bar_item.header_search {
  width: 100%;
  padding: 0;
  /* max-width: 322px; */
}

#st_header .header_search .header_item {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  align-items: center;
  color: #0f3760;
  text-transform: unset;
  width: 100%;
  text-align: center;
  line-height: 67px;
}

.popsearch {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.popsearch > div {
  width: 100%;
}

.popsearch.search_kai + .popsearch_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(159, 197, 248, 0.5);
  backdrop-filter: blur(10px);
  z-index: 99;
}

.popsearch .search_widget_form_inner.input-group-with-border {
  border: none;
  background: #f5f5f2;
  border-radius: 1000px;
}

.popsearch .search_widget_btn.btn {
  background: #175490;
  border-radius: 100px;
  color: #fff;
  padding: 18px 20px;
  margin: 0;
}

.popsearch .search_widget_btn.btn i {
  margin: 0;
  font-size: 28px;
}

.popsearch_close {
  color: #728ca3;
  z-index: 99;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  padding-right: 50px;
}

.popsearch input.form-control.search_widget_text {
  font-size: 20px;
  line-height: 27px;
  color: #175490;
  height: auto;
  background: none;
}

.popsearch input.form-control.search_widget_text::-webkit-input-placeholder {
  color: #175490;
}

.popsearch input.form-control.search_widget_text:-ms-input-placeholder {
  color: #175490;
}

.popsearch input.form-control.search_widget_text::placeholder {
  color: #175490;
}

/*Doofinder*/
.logged-true .search_widget_form + .search_results,
.df-classic .doofinderLogo {
  display: none !important;
}

#dfclassic.df-classic {
  width: 100% !important;
  margin-left: 0 !important;
  left: 0 !important;
}

#header_right_top {
  height: 100%;
}

#header_primary_row .top_bar_item {
  padding: 0 12px;
}

.header_customer a,
.blockcart.top_bar_item .cart_text,
.checkout_header .stlinkgroups_top a {
  color: #0f3760;
  font-weight: bold;
}

.amount_circle {
  line-height: 12px;
}

.ajax_cart_bag .amount_circle {
  background-color: transparent;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  width: auto;
  min-width: 16px;
  border-width: 1px;
  right: -8px;
}

.shopping_cart_style_2 .ajax_cart_bag .amount_circle {
  top: -6px;
}

.ajax_cart_bag .amount_circle > span {
  line-height: 15px;
}

.qty_wrap {
  width: 80px;
}

.checkout_header .st_custom_link_icon {
  font-size: 16px;
}

.checkout_header .stlinkgroups_top a > * {
  vertical-align: middle;
}

/*Header mobile*/
#mobile_bar {
  border-bottom: 1px solid #f5f5f2;
}

#mobile_bar_top > div {
  padding: 5px 0;
  border-right: 1px solid #f5f5f2;
  border-left: 1px solid #f5f5f2;
}

#mobile_bar_top > div#mobile_bar_left {
  border-left: none;
  padding-right: 10px;
}

#mobile_bar_top > div#mobile_bar_right {
  border-right: none;
  padding-left: 7px;
}

#mobile_bar_top .mobile_bar_item {
  min-width: 41px;
}

#mobile_bar_top .mobile_bar_item i {
  font-size: 23px;
}

#mobile_bar_top .mobile_bar_item.search_mobile_bar_tri {
  color: #175490;
  line-height: 30px;
  margin-left: 5px;
}

#mobile_bar_top .cart_mobile_bar_tri {
  margin-left: 5px;
}

#mobile_bar_top > div#mobile_bar_right.mobile_header_right_nologged {
  padding-left: 53px;
}

#mobile_bar_right {
  background: #fff;
  color: #175490;
}

/**** CATEGORY ****/
#category .page_heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

#category #category-description {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
}

/*Sort order*/
#js-product-list-top {
  border: none;
  padding: 0;
  margin: 0;
}

#js-product-list-top .products-sort-order {
  border: 1px solid #f5f5f2;
  padding: 4px 10px;
  margin: 0;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin: 0;
}

#js-product-list-top .products-sort-order .dropdown_tri {
  color: #175490;
  height: auto;
  font-size: 14px;
  line-height: 19px;
}

#js-product-list-top .products-sort-order .dropdown_tri i {
  font-size: 10px;
  margin-left: 5px;
}

/*Filters*/
.products_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.active_filter_title {
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  padding: 6px 0;
}

.active_filter_item {
  margin: 0 0 0 10px;
  border: 1px solid #f5f5f2;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  color: #175490;
}

.active_filter_item span {
  font-weight: 700;
}

.active_filter_item i {
  color: #175490;
}

#search_filters .facet .facet-label {
  font-size: 14px;
  line-height: 19px;
}

/*Grid*/
.product_list.grid .ajax_block_product .pro_outer_box,
.product_list.grid .pro_outer_box .pro_second_box {
  border-radius: 4px;
}

.product_list.grid .pro_outer_box .pro_second_box {
  padding: 12px;
}

.product_list.grid .pro_outer_box .pro_second_box .s_title_block {
  margin-bottom: 10px;
  height: auto;
  min-height: 84px;
}

.stfeaturedslider_container
  .product_list.grid
  .pro_outer_box
  .pro_second_box
  .s_title_block {
  min-height: 105px;
}

.product_list.grid .product_list_item {
  border: none;
}

.product-list-quantities {
  margin: 10px 0;
}

.product-list-quantities label,
.product-list-quantities label {
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
}

.product-list-quantities label.list_stock {
  color: #27ae60;
}

.product-list-quantities label.list_no_stock {
  color: #cc0009;
}

.product_list .st_sticker .st_sticker_text {
  padding: 5px 10px;
}

.product_list .st_sticker:not(:last-child) {
  margin-right: 10px;
}

/**** PRODUCT ****/
#product .pro_name_right {
  display: none;
}
.h1.products-section-title.text-uppercase {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #175490;
}

#footer-secondary .title_block_inner {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
#steasy_element_20 {
  margin-top: 20px;
}
.bootstrap-touchspin .btn-touchspin,
.bootstrap-touchspin .form-control {
  border-color: #175490;
  color: #175490;
}
.product-prices .current-price .price {
  font-weight: bold;
}

.add_buy_now.mar_b6 .add-to-cart {
  background: #fff;
  color: #175490;
  border: 1px solid #175490;
}
.add_buy_now.mar_b6 .add-to-cart span,
.add.mar_b6 .add-to-cart span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}
.add_buy_now.mar_b6 .add-to-cart i,
.add.mar_b6 .add-to-cart i {
  margin-right: 10px;
}
.product_middle_column.mb-3 {
  border: 1px solid #f5f5f2;
  box-sizing: border-box;
  padding: 0;
}
.product_name_wrap,
#product .pro_price_block,
#product .tab-content {
  padding: 20px 20px 0 20px;
}

#product .product-additional-info,
#product .product-add-to-cart {
  padding: 0 20px;
}
.product-description-short.mb-3 {
  padding: 0 20px;
}
.product_name_wrap h1 {
  margin-bottom: 0;
}
.product_info_tabs.sttab_block .nav-tabs .nav-link,
.pro_more_info .mobile_tab .mobile_tab_title {
  border: 1px solid #f5f5f2;
}
.sttab_2 .nav-tabs .nav-item {
  margin-right: 0;
}
.tab-pane-body {
  color: #000;
}
.product-price-and-shipping.pad_b6 .tax_label {
  display: none;
}

.product-price-and-shipping.pad_b6 .price {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.product-price-and-shipping.pad_b6 .regular-price {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.product-price-and-shipping.pad_b6 .st_sticker_block {
  display: none;
}
#product .product_middle_column .add_to_love,
#product .product_middle_column .add_to_wishlit {
  border: 1px solid #f5f5f2;
  color: #175490;
  background: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 20px;
}
.product-availability-date {
  margin-bottom: 16px;
  font-size: 14px;
  color: black;
}
.product-availability-date span {
  font-weight: bold;
  color: #175490;
}

.rpp_carousel_item {
  padding: 0;
  border: none;
}
.rpp_carousel_item .product-line-grid {
  border: 1px solid #f5f5f2;
}
.rpp_carousel_item .product-line-grid-body {
  background-color: #fbfcfb;
  text-align: center;
}
.product-line-grid-body > .product-line-info > .label {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #175490;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.product-line-grid-body .value {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #175490;
}
.product-line-grid-body .product-discount.regular-price {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}
#category .hover_fly {
  display: none;
}
.product-line-grid-body {
  padding: 10px;
}
.product_third_section {
  margin-top: 50px;
}
.featured-products .products-section-title {
  margin-bottom: 20px;
}

.whatsapp.left {
  margin-left: 0;
}
#page_banner_container_2 {
  margin-top: 30px;
}
.product_middle_column .current-price .st_sticker_block {
  background: #ffffff;
  border: 1px solid #f5f5f2;
  padding-bottom: 0;
}
.product_middle_column_inner > .st_sticker_block {
  padding: 0 20px;
}
.product_middle_column_inner > .st_sticker_block .st_sticker {
  padding: 5px 10px;
}
.st_sticker_3 {
  color: #175490 !important;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  padding: 5px 10px;
}
#product .current-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-end;
  justify-content: flex-start;
}
#product .current-price .st_sticker_block {
  margin: 0 10px;
}
.product-prices .current-price .price {
  line-height: 27px;
}
#product .hover_fly_btn_inner .fto-star,
#product .hover_fly_btn_inner .fto-heart-4,
.whatsapp-icon {
  margin-right: 10px;
}
.add_to_wishlit.hover_fly_btn {
  margin-left: 10px;
}
.notAuthorizedBoxText {
  margin-bottom: 0;
}

.rpp_related_products_carousel .slick-dots {
  display: none !important;
}

.rpp_related_products_carousel .product-list-quantities {
  display: block;
  margin: 6px 0 0;
}

#product.no_modal .modal-backdrop,
#product.no_modal #blockcart-modal {
  display: none !important;
}

/**** Cart Page ****/
.product-line-grid-right .bootstrap-touchspin {
  width: 100%;
}

/**** Responsive ****/
@media (max-width: 991px) {
  #currencies_block_top_mod,
  #nav_right .stlinkgroups_top {
    display: none;
  }

  #nav_left .stlinkgroups_top > div {
    padding-left: 0;
  }

  .use_mobile_header #top_bar,
  #top_bar {
    display: block;
  }

  #languages-block-top-mod .arrow {
    height: 30px;
    line-height: 30px;
    width: 10px;
  }

  .customer_mobile_link {
    position: absolute;
    bottom: 0;
  }

  /*Filters*/
  #js-active-search-filters {
    order: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .filters_mobile {
    order: 2;
  }

  #horizontal_filters_wrap {
    order: 4;
    width: 100%;
    margin-top: 10px;
  }

  #product-list-top-wrap {
    order: 3;
  }

  .filters_mobile .active_filter_item {
    background-color: #eaeff3;
    padding: 4px 10px;
    color: #175490;
    height: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .horizontal_filters_dropdown .dropdown_list {
    padding: 0;
    color: #175490;
    border: 2px solid #f5f5f2;
  }

  .horizontal_filters_dropdown .facet-title-mobile {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f2;
  }

  .horizontal_filters_dropdown .dropdown_list ul.facet_filter_box {
    padding: 28px 10px;
  }

  .active_filters .active_filter_item {
    margin-bottom: 10px;
  }

  .active_filters .active_filter_item:first-child {
    margin-left: 0;
  }

  /*Sort order*/
  #product-list-top-wrap .dropdown_list {
    left: auto;
    right: 0;
  }

  #product-list-top-wrap .dropdown_list:before {
    left: auto;
    right: 20px;
  }

  /*Grid*/
  .product_list.grid .pro_outer_box .pro_second_box .s_title_block {
    min-height: 126px;
  }
}

@media (min-width: 992px) {
  .customer_mobile_link {
    display: none;
  }

  /*Filters*/
  #js-active-search-filters {
    margin-bottom: 10px;
    width: 100%;
  }

  .facet_dropdown_item .dropdown_tri {
    background-color: #eaeff3;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: #175490;
    height: auto;
    font-size: 14px;
    line-height: 19px;
  }

  .facet_dropdown_item .dropdown_tri i {
    font-size: 10px;
    margin-left: 5px;
  }

  .horizontal_filters_dropdown .dropdown_list {
    top: 100%;
  }

  .horizontal_filters_dropdown .facet_filter_item_li {
    margin: 0 10px 0 0;
  }

  #search_filters .dropdown_wrap.open .dropdown_list,
  #search_filters .dropdown_wrap.open .dropdown_tri_in .arrow_up {
    display: none;
  }

  #search_filters .dropdown_wrap.open .dropdown_tri_in .arrow_down {
    display: inline;
  }

  .horizontal_filters_dropdown #search_filters .dropdown_list {
    z-index: 9;
    background: #fff;
  }

  .horizontal_filters_dropdown #search_filters {
    position: unset;
  }
}

@media (max-width: 480px) {
  .popsearch .search_widget_btn.btn {
    line-height: 100%;
    padding: 14px;
  }

  .popsearch .search_widget_btn.btn i {
    font-size: 19px;
  }

  .popsearch input.form-control.search_widget_text {
    font-size: 12px;
    line-height: 16px;
    padding-right: 47px;
  }

  .popsearch_close {
    padding-right: 0;
    width: auto;
    height: auto;
    font-size: 19px;
    line-height: 100%;
    transform: translateY(calc(-50% - 2px));
    right: 33px;
  }

  .popsearch_close i {
    display: block;
  }
}

.product-discounts {
  padding: 20px;
}
.product-discounts > .product-discounts-title {
  color: #175490;
}
#product .product-discounts .table-product-discounts {
  width: 100%;
}

.product-discounts > .table-product-discounts thead tr th,
.product-discounts > .table-product-discounts tbody tr td {
  border: 1px solid #f5f5f2;
}

.product-discounts > .table-product-discounts thead tr th {
  color: #175490;
}
.product-discounts > .table-product-discounts tbody tr td {
  color: #000;
}
.product-discounts > .table-product-discounts tbody tr {
  background: #f5f5f2;
}

.btn.btn-secondary.open_wishlist_form {
  background: #ffffff;
  border: 1px solid #f5f5f2;
  box-sizing: border-box;
  color: #175490;
  padding: 10px 20px;
  display: inline;
}

.wishlist_form h2 {
  font-size: 1.4rem;
  color: #175490;
}
.wishlist_form .wishlist-select h3,
.wishlist_form .wishlist-add h3 {
  font-size: 1rem;
  color: #000000;
}
.wishlist_form .wishlist-select,
.wishlist_form .wishlist-add {
  border: 1px solid #f5f5f2;
  background-color: #ffffff;
  padding: 10px;
}
#submitAddWishlist,
#submitSelectWishlist {
  color: #ffffff;
  background-color: #175490;
  border-color: #175490;
  font-size: 14px;
  font-family: "Open Sans", Tahoma, sans-serif, Arial;
  font-weight: 400;
  line-height: 14px;
}
.fancybox-opened .fancybox-skin {
  background: #fff;
}

.btn.btn-secondary.open_wishlist_form i {
  margin-right: 10px;
}
.btn-link-attach,
.btn-link-attach:hover {
  background: #ffffff;
  border: 1px solid #f5f5f2;
  box-sizing: border-box;
  color: #175490;
  padding: 10px 20px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.btn-link-attach svg {
  fill: #175490;
  width: 12px;
  margin-right: 10px;
}

.list-group-item .link-item svg {
  height: 16px;
  fill: #444;
}

#module-jwishlist-list #content h1 {
  color: #175490;
  font-size: 1.7rem;
}

.alert-info {
  background-color: #eaeff3;
  border-color: #eaeff3;
  color: #728ca3;
}
.d-inline-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

/*Checkout*/
.delivery-options img {
  max-width: 90px;
}

.delivery-options .carrier-name {
  margin-left: auto;
}

.payment-option .custom-radio {
  margin: 0 10px 0 0 !important;
}

.payment-option label > * {
  margin: 0 !important;
}

.cart_quantity.form-control {
  min-width: 40px !important;
}

.ajax_block_product .s_title_block a,
.pro_column_right .s_title_block a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.wishlist-select .alert {
  margin-bottom: 0px;
}

/* Fix para modulo jwishlist lista de materiales */
#module-jwishlist-list .modal {
  background: rgba(0, 0, 0, 0.5);
}

#module-jwishlist-list .modal-backdrop {
  z-index: unset;
}
/* FIN Fix para modulo jwishlist lista de materiales */

.cart-summary-line .cart-weight {
  line-height: 24px !important;
}

/* 32495 padding al aumenar la medida de la foto en la web */
.product_left_column.col-lg-7.mb-2 {
  padding-right: 25px;
}

.ets_mm_block.mm_block_type_image {
  text-align: center;
}

@media (min-width: 992px) {
  .mm_tabs_li .mm_columns_contents_ul .mm_columns_li .ets_mm_block_content img {
    max-height: 100px;
    width: auto;
    height: 100px;
    /* width: 150px; */
  }
}
.promo-discounts .code, .promo-name .code{
    color: #728CA3;
    background: #EBEFF3;
    display: flex;
    justify-content: center;
    padding: 4px 10px;
    align-items: center;
    gap: 10px;
    border-radius:100px;
    text-align: center;
}
.promo-name .code{
    display: inline;
}
.promo-name .code i{
    color: #175490;
}
.code-no{
    opacity: 0.4;
}
table.promo-discounts{
    width: 100%;
}
.ets_mm_block_content a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#product .pro_gallery_top_container .swiper-slide {
  overflow: hidden;
}

/* #product .pro_gallery_top_container .swiper-slide img {
  scale: 1.75;
} */
.promo-discounts .code {
  color: #728ca3;
  background: #ebeff3;
  display: flex;
  justify-content: center;
  padding: 4px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  text-align: center;
}
table.promo-discounts {
  width: 100%;
}
table.promo-discounts td {
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cursor-pointer {
  cursor: pointer;
}
table.promo-discounts thead th {
  border-top: none;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #d9d9d9;
}
.wishlist-select .alert{
    margin-bottom: 0px;
}

.volver_checkout a span{
    color: #0F3760;
    font-weight: bold;
    text-transform: uppercase!important;
}
.volver_checkout{
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 5px;
    margin-right: 5px;


}
/* FIN Fix para modulo jwishlist lista de materiales */

.cart-summary-line .cart-weight{
    line-height: 24px !important;
}


/* 32495 padding al aumenar la medida de la foto en la web */
.product_left_column.col-lg-7.mb-2{
    padding-right: 25px;
}

#product .pro_gallery_top_container .swiper-slide {
    overflow: hidden;
}

#product .pro_gallery_top_container .swiper-slide img {
    scale: 1.1;
    margin-top: -50px;
}

#category-description {
	justify-content: space-between;
	display: flex;
	background-color: #FBFCFB;
}

.itc-image-container {
    display: flex;
    justify-content: space-between;
}

.itc-left-img {
    align-self: flex-start;
}

.itc-right-img {
    align-self: flex-end;
}

#deliveryCountdownBlock .showdeliverytime_small {
  font-size:150%;
  font-weight: bold;
}

.custom-link:link {
    color: #ffffff;  }

.custom-link:visited {
    color: #ffffff;  }

.custom-link:hover {
    color: #ffffff;  }

.custom-link:active {
    color: #ffffff;  }

.responzive-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .responzive-item {
    width: 150px;
    margin-bottom: 20px;
    margin-left: 50px;
    text-align: center;
    font-size: 80%;

  }

  .responzive-item img {
    width: 150px;
  }

  @media (max-width: 768px) {
    .responzive-item {
      width: calc(50% - 10px);
      margin-left: 5px;
      margin-right: 5px;
    }
  }

  @media (max-width: 480px) {
    .responzive-item {
      width: calc(100% - 10px);
      margin-left: 5px;
      margin-right: 5px;
    }
  }

