/* Auth pages: login, register, forgot password */
body#page-auth header,
body#page-auth #header-sticky-2,
body#page-auth .tp-subscribe-area,
body#page-auth footer,
body#page-auth .back-to-top-wrapper,
body#page-auth .breadcrumb__area,
body#page-auth .tp-breadcrumb-area {
    display: none !important;
}


/* Login Form */
@media (min-width:992px){
  
.justify-content-center {
    justify-content: end !important;
}
}

.auth-card {
	    box-shadow: none;
	    line-height: initial;
    	padding: inherit;
  		max-width: 500px;
}
.auth-card .auth-card__body input.form-control {
  	border-radius: 10px !important;
}
.auth-card .auth-card__body input.form-check-input {
  	border-radius: 5px !important;
}
.auth-card .auth-card__body .btn {
    border-radius: 999px !important;
}

.auth-card .auth-card__header p {
	display: none;
}
.login-options .social-login-basic {
    list-style: none;
    padding: 0 0px;
}

.login-options-title {
    display: none;
}
#botble-ecommerce-forms-fronts-auth-login-form{
    display:flex !important;
    flex-direction:column !important;
}

#botble-ecommerce-forms-fronts-auth-login-form .login-options{
    order:-999 !important;
    margin-bottom:20px !important;
}
@media (max-width: 767.98px) {
    .auth-card .auth-card__header {
        padding: 0 1rem 0;
}
.auth-card__header-icon.bg-white.p-3.rounded {
    display: none;
}
}

/* Product */
@media (max-width: 768px) {
    .tp-product-item .tp-product-add-cart-btn-large-wrapper {
        position: relative;
    }
}

/* Store List */
button.overflow-arrow {
    display: none;
}

/* Footer */
.tp-footer-payment img {
    max-height: 30px;
}
.tp-footer-area, .tp-footer-area {
    font-family: "Mona Sans", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0px !important;
    font-feature-settings: "ss01" !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: geometricPrecision !important;
}

/* Filter Product */

.bb-product-filter-items.filter-checkbox .bb-product-filter-item label:after {
    border-radius: 10px;
}
.tp-sidebar-search-input input {
    border-radius: 10px;
}

.bb-product-filter {
    background: none;
    margin-bottom: 0;
}

/* Cart */
.cartmini__empty img {
  	display: none;
}
.cartmini__top-title {
  	border-bottom: 0;
}
.cartmini__empty .tp-btn {
    border: none;
    border-radius: 10px;
}
/* HEADER */
.tp-header-top-border {
	border: none;
}

.tp-header-style-primary {
    box-shadow: none;
}

/* HEADER STICKY */
@media (max-width: 991.98px) {
.tp-header-login-icon span {
  	border: none;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    width: 28px;
}
.logo {
    margin: 15px 0px 15px 10px;
}

/*
.tp-header-main .tp-header-login {
    padding: 0px 0px 0px 10px;
}
*/
}

@media (max-width:991.98px){

    .tp-header-style-primary .tp-header-main-right{
        gap:0 !important;
    }

    .tp-header-style-primary .tp-header-action{
        margin-left:0 !important;
    }

    .tp-header-style-primary .tp-header-login{
        padding-left:12px !important;
        margin-left:0 !important;
    }

}

.tp-product-add-cart-btn-large svg{
    display: none !important;
}



.ta-hero{
    text-align:center;
    padding:40px 30px;
    max-width:980px;
    margin:auto;
}

.ta-headline{
    font-family:'Roboto Mono', monospace;
    font-size:64px;
    font-weight:700;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:-2px;
    color:#111;
    margin-bottom:28px;
}

.ta-subheadline{
    font-family:'Roboto Mono', monospace;
    font-size:17px;
    line-height:1.8;
    color:#666;
    max-width:760px;
    margin:auto;
}

.ta-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-top:42px;
    flex-wrap:wrap;
}

.ta-btn{
    font-family:'Roboto Mono', monospace;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 20px;
    text-decoration:none;
    border-radius:12px;
    font-size:10px;
    font-weight:700;
    letter-spacing:1px;
    transition:.25s ease;
}

.ta-exclusive{
    background:#ea4c89;
    color:#fff;
}

.ta-exclusive:hover{
    background:#000;
    transform:translateY(-2px);
}

.ta-nonexclusive{
    background:#f4f4f4;
    color:#111;
    border:1px solid #ddd;
}

.ta-nonexclusive:hover{
    background:#eaeaea;
    transform:translateY(-2px);
}

@media(max-width:768px){

.ta-headline{
    font-size:38px;
}

.ta-subheadline{
    font-size:15px;
}
}
/* BUTTON SVG ICON */

.ta-icon{
    width:15px;
    height:15px;
    object-fit:contain;
    display:inline-block;
    flex-shrink:0;
}
.ta-exclusive .ta-icon{
    filter: brightness(0) invert(1);
}

/* BUTTON SVG ICON */


.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: 3px 10px !important;
    font-size: 13px;
}

.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;
}



.tp-product-category-thumb a img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}