/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .25)
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, .7)
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, .7)
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, .7)
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, .7)
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, .7)
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, .7)
}

.waves-notransition {
    -webkit-transition: none;
    transition: none
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-block {
    display: block
}

.countdown {
    text-transform: uppercase;
    display: flex;
    flex-direction: row-reverse;
}

/* [dir="ltr"] .countdown { */
    

.countdown>div {
    display: inline-block
}

.countdown>div>span {
    display: block;
    text-align: center
}

.countdown-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0
}

.countdown-container .seconds-bottom {
    background-color: #ef473a !important;
    color: #fff !important
}

.countdown-container .countdown-heading {
    font-size: 10px;
    font-weight: 700;
    margin: 3px 0;
    color: #007fee
}

.countdown-container .countdown-value {
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 25px;
    height: 25px;
    padding: 10px;
    color: #515151;
    border-radius: 5px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.hint-css {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000
}

.hint-css-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center
}

.hint-css-inner.hint-css-inner-html {
    max-width: 300px
}

.hint-object .hint-css-inner.hint-css-inner-html {
    max-width: 800px
}

.hint-css-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.hint-css-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.hint-css-arrow-n {
    border-bottom-color: #000
}

.hint-css-arrow-s {
    border-top-color: #000
}

.hint-css-arrow-e {
    border-left-color: #000
}

.hint-css-arrow-w {
    border-right-color: #000
}

.hint-css-n .hint-css-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-nw .hint-css-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-ne .hint-css-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-s .hint-css-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-sw .hint-css-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-se .hint-css-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.hint-css-e .hint-css-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.hint-css-w .hint-css-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.hint--top:hover,
.hint--right:hover,
.hint--bottom:hover,
.hint--left:hover {
    opacity: 1
}

.hint-css-inner .detail-root {
    padding: .5em;
    min-width: 20em;
    max-width: 50em;
    text-align: left
}

.hint-css-inner .detail-li-level0 .detail-key {
    width: auto;
    max-width: 15em;
    min-width: 5em
}

.hint-css-inner .detail-li-level0 .detail-value {
    width: auto;
    min-width: 5em
}

.hint-css-inner tr.detail-li-level0:hover {
    background-color: #333
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 0;
    bottom: 0
}

@media only screen and (max-width:992px) {
    header {
        position: sticky;
        top: 0;
        z-index: 100000
    }

    .header-bottom {
        padding: 25px 0;
    }

    .header-bottom-link {
        padding: 5px 7px
    }

    .header-bottom-link-cat {
        padding: 5px 10px
    }

    .small-slider .swiper-button-next,
    .small-slider .swiper-button-prev {
        display: none !important
    }

    footer {
        padding-bottom: 50px
    }

    .copy-right {
        height: 100px
    }

    #btncollapzion {
        left: 0 !important;
        bottom: 50px !important
    }

    .insta-floating {
        bottom: 75px
    }
}

@media only screen and (max-width:768px) {
    .fresh .item {
        margin-top: 10px
    }

    .small-slider .item {
        text-align: right !important
    }

    .copy-right {
        height: 200px
    }

    .shop-feature ul li {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 5px
    }

    .shop-feature ul li:nth-last-child(1) {
        border-bottom: 0
    }

    .shop-feature ul li img {
        margin: 0
    }

    .shop-feature ul li span {
        font-size: 13px;
        margin: 0 5px
    }
}

@media only screen and (max-width:576px) {
    .fresh .parent .right .title {
        font-size: 18px !important
    }

    .btn-responsive-menu svg {
        width: 30px;
        height: 30px
    }

    .main-title {
        font-size: 20px
    }

    .product-rateing .prog-rating .center {
        padding: 0 20px
    }

    .btn-discount {
        margin: auto;
        display: block
    }

    .not-found .title h1 {
        font-size: 20px
    }

    .product-row .title {
        font-size: 14px
    }

    .blog-meta {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .blog-meta ul {
        min-width: 450px
    }

    .blog-meta::-webkit-scrollbar {
        height: 1px;
        background-color: #ccc
    }

    .main-table tr td {
        white-space: nowrap
    }

    .auth-content::before {
        width: 70px;
        height: 70px;
        font-size: 50px
    }

    .auth-title-form {
        padding-top: 20px !important
    }

    .forget-title-form {
        padding-top: 50px !important
    }

    /* .product-row .desc {
        width: 100%
    } */

    .product-row .image {
        width: 100%;
        margin-bottom: 10px
    }

    .product-row .desca {
        width: 100%
    }

    .product-row .imagea {
        width: 100%
    }

    .checkbox-nowrap {
        width: 32px !important
    }

    .copy-right {
        height: 250px
    }
}

@media only screen and (max-width:400px) {
    .content-title .item .title {
        font-size: 12px
    }

    .main-title {
        font-size: 18px
    }

    .product-box .content-title .item .title {
        font-size: 12px
    }

    .header-bottom-link {
        padding: 3px;
        background: transparent;
        box-shadow: none;
        color: #515151
    }

    .header-bottom-link-cat {
        padding: 0;
        background: transparent;
        box-shadow: none;
        color: #515151
    }

    .product-box-three .parent::before {
        width: 100%
    }

    .login-modal .modal-content::before {
        width: 50px;
        height: 50px
    }

    .cart-small-desc h6 {
        font-size: 14px
    }

    .alert-box.ab-success::before,
    .alert-box.ab-nsuccess::before {
        width: 70px;
        height: 70px;
        top: -20%;
        font-size: 45px
    }

    .comment-likes .left {
        margin: 15px
    }

    .comment-likes .right {
        margin: 0 auto
    }

    footer form svg {
        background: #eee;
        box-shadow: var(--shadow-inner);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%
    }

    .se-cart-item .cart-counter {
        width: 100%
    }

    .se-cart-item .cart-counter .input-group {
        justify-content: center
    }

    .offer-img {
        width: 200px;
        height: 300px
    }

    .offer-item .countdown-container .countdown-value {
        width: 30px;
        height: 30px;
        font-size: 14px
    }

    .offer-item .countdown-container .countdown-heading {
        font-size: 12px
    }
}

@media only screen and (max-width:360px) {
    .mf-link-title {
        display: none
    }

    .mobile-footer {
        padding: 10px 0
    }
}

@media only screen and (min-width:1470px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1470px
    }

    .mega-container {
        max-width: 1470px
    }
}

.progress-wrap {
    position: fixed;
    left: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #f8f8f8;
    box-shadow: 0 5px 15px #0763f657
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    content: '\F281';
    font-family: 'bootstrap-icons';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #515151;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.progress-wrap:hover::before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #515151;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}
