.float {
    position: fixed;
    bottom: 20rem;
    right: 15px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.tt-countdown_box_02 .countdown-section {
    height: 35px !important;
    background: var(--primary-color) !important;
    padding: 5px 0 0 0 !important;
    color: #fff !important;
}

.countdown-amount,
.countdown-period {
    height: 15px !important;
    padding: 5px 0 0 0 !important;
    line-height: 10px !important;
    font-size: 14px !important;
}

.countdown-period {
    font-size: 12px !important;
}

.tt-product,
.tt-collection-item {
    border: solid 1px #ddd;
    background: #fff;
    padding: 5px;
}

.tt-stuck-nav .tt-dropdown-obj .tt-dropdown-toggle {
    color: #fff !important;
}

.tt-stuck-nav .tt-menu-toggle i {
    color: #fff !important;
}

.tt-stuck-nav .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    background: #fff;
    color: #777;
}

.trackorder {
    font-size: 12px !important;
}

.topheadernote {
    background-color: #fc0;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.languageButton {
    border: 0;
    background-color: inherit;
    font-size: 18px;
    font-weight: normal;
    margin-top: 3px;
    cursor: pointer;
    height: 20px;
}

.error {
    color: #ff0000;
}

/*font color for order status*/
.pending {
    color: #f60;
}

.completed {
    color: #009900;
}

.canceled {
    color: #ff0000;
}

.returned {
    color: #03f;
}

/*alert box*/
.alert-danger {
    padding: 20px;
    background-color: #f44336;
    /* Red */
    color: #ffffff;
    margin-bottom: 15px;
}

.alert-success {
    padding: 20px;
    background-color: #bceeb5;
    /* Red */
    color: #006633;
    margin-bottom: 15px;
    font-size: 16px;
}

.textureattr {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.textureattr li {
    float: left;
    width: 35px;
    height: 35px;
}

.pad_3 {
    padding: 3% !important;
}

.font-13 {
    font-size: 13px !important;
}

.mt-10 {
    margin-top: 10px;
}

.my_border {
    border: solid 1px #e9e7e7;
    padding: 5px;
    margin: 10px 0;
}

.list_pro {
    float: left;
    width: 50%;
}

.tt-wishlist-box .tt-wishlist-list .tt-item:not(:last-child) {
    border-bottom: 1px solid #e9e7e7;
}

.tt-wishlist-box .tt-wishlist-list .tt-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.list_pro img {
    float: left;
    width: 50px;
    height: auto;
    margin: 0 10px 10px 0;
}

.list_pro p {
    float: left;
}

.list_proall {
    width: 100%;
}

.w-160 {
    width: 180px !important;
}

@media all and (max-width: 480px) and (min-width: 320px) {
    header .tt-color-scheme-01 {
        display: none;
    }
}

/*pagination*/
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.tt-stuck-nav .languageButton {
    color: #fff;
    margin-top: 3px;
}

.color-label {
    font-size: 0.7rem;
}

.search-bar-20 {
    padding: 14px 10px 12px 50px !important;
    width: 100% !important;
}

.options-color {
    border: 1px dashed gray;
}

.tt-top-row .icon-f-55 {
    position: relative !important;
}

.tt-top-row .icon-f-55:before {
    position: absolute !important;
    top: -3px !important;
    left: -20px !important;
}

.row-cols-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

@media (min-width: 576px) {
    .row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 768px) {
    .row-cols-md-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .w-md-auto {
        width: auto !important;
    }

}

@media (min-width: 992px) {
    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

span.tt-img {
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
    /* height: auto; */
    /* width: 280px; */
    justify-content: center;
}

.tt-product h2.tt-title {
    /* white-space: nowrap; */
    overflow: hidden;
    width: 100%;
    padding-inline: 1rem;
    min-height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.tt-product .tt-price {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tt-product-single-info .tt-price .old-price,
.tt-product-single-info .tt-price .old-price .money {
    text-decoration: none !important;
}

span#oldprices *,
.tt-product:not(.tt-view) .tt-description .tt-price .old-price {
    color: red !important;
    text-decoration: line-through;
}

@media only screen and (max-width: 600px) {
    .my-sm-14 {
        margin-block: 1.4rem;
    }
}

.optionradio>li>label {
    font-weight: bold;
}

.zoomWindowContainer .zoomWindow {
    height: 100% !important;
}

.square {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 1/2;
}

.landscape {
    width: 100%;
    height: auto;
    aspect-ratio: 2/1;
}

img:is(.square, .portrait, .landscape) {
    object-fit: cover;
}

.min-h-100-1 {
    min-height: calc(100% - 1rem);
}

.min-h-100 {
    min-height: 100%;
}

.min-h-100-1_6 {
    max-height: calc(100% - 1.6rem);
}

.min-h-50-1 {
    min-height: calc(50% - 1rem);
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown>a {
    text-transform: uppercase !important;
}

.brands-dropdown {
    gap: 1rem;
}

.brands-dropdown .col-sm-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #80808012 solid;
    border-radius: 0.5rem;
}

@media only screen and (min-width: 520px) {
    .w-md-70vw {
        width: 70vw;
    }
}

.tt-img-roll-over {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    background: white !important;
    height: 100% !important;
}

.offer-badge {
    border-radius: 2px !important;
    height: 1rem !important;
    margin-top: 3px !important;
    line-height: 1.7;
}

.offer-badge i {
    line-height: 1.3;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}


.accordion button[data-toggle] {
    /* all:unset; */
    background: transparent;
}

.accordion button[data-toggle]:hover {
    /* all:unset; */
    background: transparent;
}

/* Accordion */
.accordion {
    overflow-anchor: none;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.accordion>.card>.card-header :is(h2, h2 button) {
    padding: 0 !important;
    margin: 0 !important;
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) .card-header {
    border-bottom: 0;
}

.accordion>.card:not(:first-of-type) .card-header:first-child,
.accordion>.card:not(:last-of-type) .card-header:last-child {
    border-radius: 0;
}

.accordion>.card>.card-header {
    margin-bottom: -1px;
}

.accordion>.card>.card-header>.btn {
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 1.5rem;
    position: relative;
}

.accordion>.card>.card-header>.btn::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    transition: transform 0.2s ease-out;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0.25rem;
}

.accordion>.card>.card-header>.btn[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(90deg);
}

.accordion>.card>div {
    transition: all 300ms ease-in-out;
}

.accordion>.card> :is(.collapsing, .collapse) {
    height: 0;
    overflow: hidden;
}

.accordion>.card>.collapse.show {
    height: auto;
    overflow: visible;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: hsl(var(--primary-color-values), 60%) !important;
}


/* card */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.gap-y-4 {
    gap: 1.5rem 0 !important;
}

/*------------------------------- bottom bar-------------------------------- */
.mobile-bottom-nav {
    display: none;
}

/* --------------------------------- Select2 -------------------------------- */
.select2 {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: 6px !important;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection {
    border: unset !important;
}

/*Mobile Devices.*/
@media all and (max-width: 480px) and (min-width: 320px) {
    .my_title {
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        font-weight: normal;
        letter-spacing: normal;
        margin: 20px 0 -20px 0;
        font-family: 'acum', sans-serif;
    }

    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        will-change: transform;
        transform: translateZ(0);
        display: flex;
        height: 60px;
        box-shadow: -2px -2px 5px -2px #999;
        background-color: white;
        border-radius: 30px 30px 0 0;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
    }

    .mobile-bottom-nav__item {
        flex-grow: 1;
        text-align: center;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 8px;
        line-height: 10px;
    }

    .mobile-bottom-nav__item a {
        color: #1f2841 !important;
    }

    .mobile-bottom-nav__item--active {
        color: #fff;
        /*   background:#37B1D8;
  padding:5px;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  box-shadow: 2px -2px -5px -2px #999; */
    }

    .mobile_acive {
        color: #fff;
        background: var(--primary-color);
        padding: 5px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        box-shadow: 2px -2px -5px -2px #999;
    }

    .mobile-bottom-nav__item-content {
        display: flex;
        flex-direction: column;
    }

    .home_ico,
    .category_ico,
    .favo_ico,
    .check_ico,
    .mobile-bottom-nav__item-content .ico {
        width: 25px;
        height: auto;
        margin: 0 auto 5px auto;
    }

    .mobile-bottom-nav__item-content:not(.mobile_acive) img.ico {
        filter: invert(100%) saturate(0%) brightness(50%);
    }

    .mobile-bottom-nav__item-content.mobile_acive img.ico {
        filter: invert(0%) saturate(0%) brightness(200%);
    }

    .slick-track>div,
    div:has(.tt-product) {
        padding: 4px;
    }
}

/* ── Product actions bar (Share + Wishlist) ── */
.tt-product-actions-bar {
    border-top: 1px solid #ebebeb;
    padding-top: 16px;
    margin-top: 12px;
}
.tt-product-actions-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.tt-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 16px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: border-color .2s, background .2s;
    white-space: nowrap;
    position: relative;
}
.tt-action-btn:hover {
    border-color: var(--primary-color, #191919);
    color: var(--primary-color, #191919);
    text-decoration: none;
}
.tt-action-btn i { font-size: 16px; }

.tt-share-wrap { position: relative; }
.tt-share-dropdown {
    display: none;
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,.12);
    padding: 8px;
    z-index: 200;
    min-width: 170px;
}
[dir=rtl] .tt-share-dropdown { left: unset; right: 0; }
.tt-share-dropdown.open { display: block; }
.tt-share-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    transition: background .15s;
}
.tt-share-dropdown a:hover { background: #f5f5f5; text-decoration: none; }
.tt-share-dropdown a i { font-size: 18px; }
.tt-share-dropdown a .share-label { font-weight: 500; }
