.float {
    position: fixed;
    bottom: 90px;
    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%;
    }
}
@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: 4/5;
    /* 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;
}
