.container-fluid {
    margin-top: 15px;
}

.content>div {
    background-color: #f5f5f5;
}

#indexSellersMenu {
    padding-left: 0;
    list-style: none;
}

.bdwnIcon {
    font-size: 14px;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: white;
    align-items: center;
    width: 40px;
    cursor: pointer;
    z-index: 9;
    border-radius: 10px;
}

/* .bdwnIcon.fa-users:hover {
    color: #d15b7c;
    border: 1px solid #d15b7c;
    background-color: white;
} */

.bdwnIcon.purple {
    color: white;
    background-color: #d15b7c !important;
    border: 1px solid #d15b7c !important;
}

.bdwnIcon.fa-link:hover {
    color: #5b9bd1;
    border: 1px solid #5b9bd1;
    background-color: white;
}

.bdwnIcon.blue {
    color: white;
    background-color: #5b9bd1;
    border: 1px solid #5b9bd1;
}

.bdwnIcon.gray {
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
}

.small-flag {
    margin-left: -24px;
    margin-right: -24px;
}

.normal-flag {
    margin-left: -16px;
    margin-right: -16px;
}

.big-flag {
    margin-right: 0;
    margin-left: 0;
}

.bfh-selectbox .bfh-selectbox-toggle {
    min-height: 40px;
    display: flex;
    align-items: center;
}

div#country-filter {
    padding: 0px;
    min-height: 40px;
    min-width: 200px;
}

div#country-filter .bfh-selectbox .bfh-selectbox-toggle .selectbox-caret {
    float: none !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#itemsContenidor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #F5F5F5;
}

#itemsContenidor .item {
    margin: 10px;
    background-color: white;
    position: relative;
}

#itemsContenidor .item.list {
    padding: 5px;
    width: 100%;
    display: flex !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    flex-direction: row;
    background-color: white;
    margin: 5px 0px;
}

#itemsContenidor #list {
    padding-left: 0px;
    list-style: none;
    width: 100%;
}

#itemsContenidor .flagRow {
    height: 25px;
    max-width: 250px;
    padding: 10px;
}

#itemsContenidor img.itemImage {
    width: 260px;
    height: 250px;
}

#itemsContenidor img.itemImage.list {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#itemsContenidor .maxW {
    max-width: 250px;
}

#itemsContenidor .price {
    color: #333;
    cursor: pointer;
    padding: 10px;
    white-space: nowrap;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal !important;
    font-size: 15px;
}

#itemsContenidor .portfolio {
    padding: 10px;
    justify-content: space-between;
}

#itemsContenidor .portfolio>span {
    color: #D8D8D8 !important;
    font-weight: bolder;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
}

#itemsContenidor .portfolio>img {
    height: 32px;
    width: 32px;
}

.noItems {
    background-color: transparent !important;
    color: #D8D8D8 !important;
    padding: 10px;
    margin-bottom: 5px !important;
    font-size: 2em;
    width: 100%;
}

.noItems>span {
    color: #D8D8D8 !important;
}

#newItem {
    list-style: none !important;
    width: 100%;
    display: block;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#newItem>li {
    padding: 5px;
    width: 100%;
    display: flex;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    flex-direction: row;
    background-color: white;
    margin: 5px 0px;
    margin-bottom: 0px;
}

#newItem>li.new {
    border: 2px dashed #5b9bd1;
    cursor: pointer;
    display: flex !important;
    align-items: center;
}

.new:hover {
    border: 2px dashed #427591 !important;
}

.new:hover .add-button-text {
    color: #427591 !important;
}

.new:hover {}

.add-button {
    height: 64px;
    width: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #5b9bd1 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.add-button>span>i {
    color: white;
}

.add-button-text {
    color: #5b9bd1;
    line-height: 50px;
    font-size: 24px;
    font-weight: 400;
    margin: auto;
}

.add-button:hover {
    background-color: #427591 !important;
}

.new:hover .add-button {
    background-color: #427591 !important;
}

.add-button:hover>span {
    border: 4px solid #427591;
    background-color: white;
}

.new:hover .add-button>span {
    border: 4px solid #427591;
    background-color: white;
}

.add-button:hover>span>i {
    color: #427591;
}

.new:hover .add-button>span>i {
    color: #427591;
}

.add-button>span {
    transition: all .2s ease-in-out;
    border: 4px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************************************/

.fa-check-square-o {
    color: #5b9bd1 !important;
}

#catalogVinculations .modal-header {
    background-color: #5b9bd1 !important;
    color: white !important;
    position: relative;
}

#catalogVinculations i.volver {
    color: white !important;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 10px;
}

#indexElements {
    list-style: none !important;
    width: 100%;
    display: block;
    padding-left: 0px;
}

#indexElements>li {
    padding: 5px;
    width: 100%;
    display: flex !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    flex-direction: row;
    background-color: white;
    margin: 5px 0px;
}

#indexElements>li:hover {
    -webkit-box-shadow: 2px 2px 3px -1px rgba(112, 128, 144, 1);
    -moz-box-shadow: 2px 2px 3px -1px rgba(112, 128, 144, 1);
    box-shadow: 2px 2px 3px -1px rgba(112, 128, 144, 1);
}

#indexElements>li img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#vinculationsPaginate span.current {
    background-color: #5b9bd1;
    border: 0px solid;
    color: white;
    background: #5b9bd1;
}

#vinculationsPaginate span.prev {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 0px;
    color: #777;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
    border-color: #ddd;
    border: 1px solid #ddd;
}

#vinculationsPaginate span.next {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 0px;
    color: #777;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
    border-color: #ddd;
    border: 1px solid #ddd;
}

#vinculationsPaginate {
    display: flex !important;
    justify-content: flex-end !important;
}

#vinculationsPaginate .ellipsis {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 0px;
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}

#vinculationsPaginate>ul>li>a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 0px;
    color: #777;
    background-color: #fff;
    border-color: #ddd;
}

#vinculationsPaginate>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px;
    border-radius: 0px;
    color: #777;
    cursor: not-allowed;
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
    border-color: #ddd;
}

.subitems {
    border-bottom: 2px solid #f5f5f5;
}

.subitems:last-child {
    border-bottom: 0px solid;
}

#carrito .biddown-li {
    padding: 10px !important;
    padding: 5px !important;
    width: 100% !important;
    display: list-item !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    background-color: white !important;
    margin: 5px 0px !important;
    min-height: 50px !important;
    border: 1px solid #e5e5e5 !important;
}

#vueDatePicker {
    text-align: center !important;
}

#myModal2 .modal-content {
    background-color: #f5f5f5;
}

#myModal2 .modal-body {
    min-height: calc(100% - 65px);
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 600px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -600px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/****************************************/

#myModal2 {
    width: 100%;
}

@media (max-width: 600px) {

    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100vw;
    }

    .carritoSellerItems>li {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center;
    }
}


.carousel-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10px;
}

.carousel-title::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #5b9bd1;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.catalog-carousel-container {
    margin-bottom: 25px;
}

.carousel-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-left: 5px;
}

.catalog-carousel {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 20px;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

.catalog-carousel::-webkit-scrollbar {
    height: 6px;
}
.catalog-carousel::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.carousel-card {
    flex: 0 0 auto;
    width: 250px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: white;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.carousel-card:hover {
    transform: translateY(-4px);
}

.catalogue {
    background-color: lightgray;
    border-radius: 15px 15px 0 0;
    width: 250px;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.catalogue-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.catalogue-text-overlay {
    position: relative;
    z-index: 2;
    padding: 10px;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 700;
    width: 200px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
}

.catalogue-header {
    padding: 10px;
    background-color: white;
    border-radius: 0 0 15px 15px;
}

.catalogue-header-text label {
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.help-block {
    font-size: 13px;
    color: #666;
}

.catalogue-header-actions {
    margin-top: 5px;
    font-size: 14px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 20px;
    justify-content: center;
}

.carousel-card {
    flex: 0 0 auto;
    width: 250px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    background-color: white;
    cursor: pointer;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 6px;
}

.carousel-nav.left {
    left: 0;
}

.carousel-nav.right {
    right: 0;
}

/* .carousel-dots {
    text-align: center;
    margin-top: 10px;
}

.carousel-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.carousel-dots .dot.active {
    background: #5b9bd1;
} */

.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.dots-group {
  background: #eaeef3;
  padding: 4px 8px;
  border-radius: 20px;
  display: inline-flex;
  gap: 6px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

.dot {
  width: 10px;
  height: 10px;
  background: #c0c4cc;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background: #5b9bd1;
  transform: scale(1.2);
}

.document-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0px;
}

.document-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f8fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  gap: 10px;
}

.document-item a {
  display: flex;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  gap: 10px;
}

.document-item a i.fa-download {
  flex-shrink: 0;
}

