.tt-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    text-align: center;
    font-size: 10px;
    border: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.tt-loader span {
    background: #006239;
    height: 100%;
    width: 4px;
    -webkit-animation: sk-stretchdelay 1.2s ease-in-out infinite;
    animation: sk-stretchdelay 1.2s ease-in-out infinite;
    border-radius: 4px;
}

.tt-loader span.tt-loader-bar-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.tt-loader span.tt-loader-bar-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.tt-loader span.tt-loader-bar-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.tt-loader span.tt-loader-bar-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.tt-loader.tt-loader-sm {
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tt-loader.tt-loader-sm span {
    display: block;
    margin-left: 2px;
    width: 3px;
}

.tt-loader > * + * {
    margin-left: 3px;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.tt-initial-height {
    height: 680px;
}
.tt-more-initial-height {
    height: 200px;
}
.tt-product-details-content,
.tt-more-initial-height {
    position: relative;
    overflow: hidden;
}

.tt-product-details-content::after,
.tt-more-initial-height::after {
    content: "";
    height: 120px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(6%, hsla(0, 0%, 100%, 0)),
        color-stop(83%, #fff)
    );
    background: linear-gradient(-180deg, hsla(0, 0%, 100%, 0) 6%, #fff 83%);
}
.tt-more-initial-height::after {
    height: 30px;
}
.tt-recomanded-item img {
    width: 60px;
    height: 60px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .tt-sidebar-total {
        display: none;
    }
}

.tt-tb-dropdown .dropdown-menu {
    min-width: 12rem;
    z-index: 9;
    border: none;
}
.dropdown-menu.show {
    display: block;
}
.tt-tb-dropdown .dropdown-menu a {
    font-size: 0.765625rem;
}
.tt-tb-dropdown .dropdown-menu a svg {
    width: 14px;
}
.tt-tb-dropdown .btn svg {
    width: 20px;
}

/* sidebar show hide for mobile*/
@media (min-width: 320px) and (max-width: 1199px) {
    .tt-sidebar-show-hide {
        display: none !important;
    }
    .tt-sidebar-filter {
        display: block;
    }
}
@media (min-width: 1200px) and (max-width: 3840px) {
    .tt-sidebar-filter {
        display: none;
    }
}
.tt-sidebar-total {
    top: 60%;
}
.tt-filter-icon.offcanvas {
    width: 24rem;
}
.tt-sidebar-widget {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

 /*Nav CSS*/

.tt-dropdown-menu {
    width: 66vw !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 580px;
}
.tt-dropdown-menu .widget-list {
    padding-left: 0.825rem;
}
.dropdown-menu{
    min-width: 16rem;
}

.navbar-expand-lg
.navbar-mega-nav
.dropdown-menu
> .mega-dropdown
.dropdown-menu::before {
    display: none;
}
@media (min-width: 1660px) and (max-width: 3840px) {
    .tt-dropdown-menu {
        width: 68rem !important;
    }
}
