.bb-store-item-logo {
  	padding: 0px;
	box-shadow: none;
}

.bb-store-item-content {
    min-height: 100px;
    padding: 1rem 1.5rem;    
}
.bb-store-item-footer {
	border: none;
}

.svg-icon-ti-ti-building-store {
	display: none;
}

.bb-store-item-action a {
  	border-radius: 999px !important;
  	padding: 5px 10px;
   	font-weight: bold;
  	font-size: small;
}

.card.bb-store-item {
    border: var(--card-border, 1px solid #f3f3f4);
}

.tp-product-details-action-title {
	display: none;
}

.bb-product-gallery img {
  	border-radius: 10px;
}

.nav-tabs .nav-link {
	background-color: #ececec;
}

.tp-product-tab .nav-tabs .nav-item .nav-link.active {
  	color: #fff;
	text-decoration: none;
  	background-color: #0c55aa;
}

.tp-product-tab .nav-tabs .nav-item .nav-link {
  	border-radius: 10px;
  	padding: 5px 10px !important;
}

.tp-product-tab .nav-tabs {
  	gap: 8px !important;
}

.tp-main-menu-mobile ul li:not(:last-child) a {
  	border: none;
}

.fob-position-bottom_right .fob-chat-button, .fob-position-right .fob-chat-button {
  	bottom: 100px !important;
}

@media (max-width: 480px) {
    .fob-chat-window[data-status=open] {
	top: 0px !important;
  }
}

@media (max-width: 575px) {
    .row-cols-2 .tp-product-item .tp-product-action, .swiper-wrapper .tp-product-item .tp-product-action {
        top: 5px;
        inset-inline-end: 10px;
    }
}

.tp-product-action-btn:first-child {
  	display: none;
    border-radius: 99px;
}

.tp-product-action-btn:last-child {
  	border-radius: 99px;
  	border: none;
}

.tp-product-badge {
    position: absolute;
    left: 20px;
    top: 16px;
    z-index: 1;
}

.tp-store-name img{
    width: 20px;
    height: 20px;
    border-radius: 99px;
    margin-right: 3px;
}

.tp-product-title {
  	margin-bottom: 0px;
}


.tp-product-title, .tp-product-title-2, .tp-product-title-3, .tp-product-title-4, .tp-product-title-5 {
 	min-height: auto;
}

.tp-product-action {
    top: 10px;
}

.tp-product-action-item {
  	border-radius: 99px;
}

.cartmini__content .tp-product-quantity {
    display: none;
}

.tp-cart-list table tbody tr:first-child td {
    border: none;
}

td.tp-cart-quantity {
    display: none;
}

.tp-shop-top-tab .nav-tabs .nav-item .nav-link {
  	border: none;
  	border-radius: 99px;
}

.tp-shop-top-tab .nav-tabs .nav-item .nav-link.active {
    background-color: black;
    color: #fff;
}

.tp-shop-top-select .nice-select {
    background-color: #f9f9f9;
    border: 1px rgba(1, 15, 28, .1);
    border-radius: 15px;
}

.tp-filter-btn {
  	border-radius: 15px;
}

.tp-product-details-quantity .tp-product-quantity {
    display: none;
}

@media (max-width: 575px) {
    .row-cols-2, .swiper-wrapper {
        --bs-gutter-x: 0.3rem;
    }
}

div#advanced-sortables {
  	display: none;
}

///

.bb-store-item-detail {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1;
}

.bb-store-item-header {
    display: flex;
    gap: 8px;
}

.bb-store-item-name {
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    gap: 6px;
}

.bb-store-item-rating {
    display: flex;
 	font-size: 13px;
    font-weight: 600;
  	padding-right: 6px;
}

.bb-store-item-star {
    display: flex;
    gap: 4px;
    align-items: center;
}

span.color-neutrals-grey-950 svg {
    display: flex;
    align-items: center;
    width: 11px;
    height: 11px;
    line-height: 1;
}

.bb-store-item-info svg {
    width: 18px;
    height: 18px;
}

.bb-store-item-info {
    display: flex;
    gap: 4px;
    box-sizing: border-box;
    align-items: center;
    height: 30px;
    min-height: 30px;
    border-radius: 8px;
}

.bb-store-item-logo-1 {
    display: inline-flex;
    position: relative;
    width: 60px;
    height: 60px;
    container-type: inline-size;
    flex-shrink: 0;
}

.bb-store-item-logo-1 img {
    width: 60px;
    height: 60px;      
    border-radius: 99px;
}

.bb-store-item-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.bb-store-item-heart-icon {
    background-color: white;
    border-radius: 50px;
    border: solid 1px #e7e7e9;
    display: flex;
    padding: 10px;
    margin-left: 10px;
}

span.bb-store-item-heart-icon svg {
    width: 17px;
    height: 17px;
}

.bb-store-item-email a {
    color: #3a3546;
    font-weight: 500;
    line-height: 1;
}

.bb-store-item-email svg {
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

.bb-store-item-content p {
    margin-bottom: .35rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp-search-input button {
    background-color: #415245;
    gap: 8px;
    border-radius: 99px;
    width: 40px;
    height: 40px;
    right: 10px;
    color: white;
}

.tp-search-input input {
    border-radius: 50px;
    background-color: #f3f3f6;
}

.bb-quick-search-results.show img {
    border-radius: 10px;
}

.bb-form-quick-search .bb-quick-search-results.show {
    border-radius: 10px;
    padding: 15px;
    border: 1.5px solid rgba(231, 231, 233, 0.9);
}

.bb-quick-search-highlight {
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
    font-weight: 500;
    padding: 0;
    color: #415245;
}

.bb-form-quick-search .bb-quick-search-item-name {
  	font-size: 12px;
  	font-weight: 500;
  	color: #3d3d4e;
}

.bb-form-quick-search .bb-quick-search-item-price .new-price {
    font-size: 13px;
    font-weight: 500;
    color: #3d3d4e;
}

.bb-form-quick-search .bb-quick-search-view-all {
    border-top: 0;
    padding: 10px;
}

.bb-form-quick-search .bb-quick-search-view-all a {
    color: #415245;
}

.tp-mobile-menu {
  	border-top: 0;
	padding: 10px;
}

.tp-mobile-item svg {
    height: 1.5rem;
    width: 1.5rem;
    color: #777777;
}

.tp-mobile-item-btn span {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 500;
    color: #777777;
}

.tp-header-sticky-area.header-sticky-2 {
	animation: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-sticky-area {
        padding-bottom: 0px;
        padding-top: 0px;
    }
}

.tp-header-sticky-area {
    box-shadow: none !important;
}

.tp-shop-top-select .nice-select.open .list {
	border-radius: 8px;
  	padding: 12px;
}

.nice-select .option.selected {
    color: #0d0c22;
    font-weight: 500;
    background-color: #f3f3f4;
    border-radius: 7px;
}

.tp-shop-top-select .nice-select .list .option {
    line-height: 1.5;
}

.nice-select .option {
    color: #3d3d4e;
}

button.btn.btn-outline-secondary.btn-sm {

    width: 45px;
    height: 45px;
    border-radius: 999px !important;
}

.card.h-100.border-0.bg-success.bg-opacity-10 {
    display: none;
}

.explore-more-exclusive-design {
    display: flex;
    flex-direction: column;
}

a.explore-more-exclusive-design-button {
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    background: #0d0c22;
    color: #fff;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.tp-shop-top-right {
  	gap: 5px;
}

    /* SLIDER STORE */

.horizontal-overflow-wrapper {
    position: relative;
}

.horizontal-overflow {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 4px 0;
    list-style: none;
    margin: 0;
    scrollbar-width: none;
}

.horizontal-overflow::-webkit-scrollbar {
    display: none;
}

.overflow-item {
    flex: 0 0 auto;
    width: 160px;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
}

.overflow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Arrow */
.overflow-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #111;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.horizontal-overflow-wrapper:hover .overflow-arrow {
    opacity: 1;
    pointer-events: auto;
}

.overflow-arrow.left {
    left: -12px;
}

.overflow-arrow.right {
    right: -12px;
}