.tm-header-logo{
    height:100px;
    display: flex;
    align-items: center;
}

.tm-header-middlearea{
    padding: 5px 0px;
}

.logo-preloader{
    width: 300px;
}

.logo-sayah{
width: 140px;
}

.flag{
    display: none;
}

/* .tm-preloader-progress{
    width: 50%;
    display: flex;
    justify-content: center;
} */

.icon-free-shipping{
    width: 50px;
}

.list-box{
    display: flex;
    align-items: center;
}


.favoris-mobile{
    display:none !important;
}
.nav-li-mobile{
    display: none!important;
}

.filter-pricee{
    display: none;
}

.about-page-video {
    padding-bottom: 110px;
}

.jarallax-container-0{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -100;
    clip: rect(0 1903px 503px 0);
    clip: rect(0, 1903px, 503px, 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@media only screen and (max-width: 767px){

    .favoris-mobile{
        display:none !important;
    }
    .meanmenu-reveal{
        top: 35px!important;
    }

    .tm-mobilenav .mean-nav > ul{
        max-height: 400px;
    }
    .tm-mobilenav .mean-nav{
        margin-top: 90px;
    }

    .logo-footer{
        width: 200px;
    }

    .mobile-options{
        display: none;
    }
    .nav-li-mobile{
        display: block!important;
    }
    .filter-pricee{
        display: block;
    }
}



@media only screen and (max-width: 991px) and (min-width: 767px)  {

    .mobile-options{
        display: none;
    }
    .tm-header-info{
        display: flex;
        justify-content: space-between;
    }
    .meanmenu-reveal{
        top: 28px!important;
    }

    .nav-li-mobile{
        display: block!important;
    }


}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
    background-color: var(--thm-black);
}


.video-one-bg.jarallax div div {
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__video-link {
    position: relative;
    display: inline-block;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-size: 25px;
    color: var(--thm-base);
    background-color: var(--thm-extra);
    border-radius: var(--thm-bdr-radius);
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__video-icon:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: var(--thm-bdr-radius);
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-top: 45px;
    color: var(--thm-base);
}

.video-one {
    position: relative;
    display: block;
    padding: 120px 0 230px;
    z-index: 1;
    background-color: var(--thm-black);
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
    background-color: var(--thm-black);
    background-image: url(/surosehtml-10/src/assets/images/about-imagee.jpg);
}


.video-one-bg.jarallax div div {
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__video-link {
    position: relative;
    display: inline-block;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    font-size: 25px;
    color: var(--thm-base);
    background-color: var(--thm-extra);
    border-radius: var(--thm-bdr-radius);
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-one__video-icon:hover {
    background-color: var(--thm-base);
    color: var(--thm-primary);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-extra-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: var(--thm-bdr-radius);
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__title {
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-top: 45px;
    color: var(--thm-base);
}

.tm-quantitybox-modal {
    position: relative;
    display: inline-block;
    width: 80px;
}

.tm-quantitybox-button-modal {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ebebeb;
    height: 25.5px;
    width: 25px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
}

.tm-prodetails-quantitycart .tm-quantitybox-modal {
    margin-right: 10px;
}

.tm-quantitybox-button-modal.decrement-button {
    top: auto;
    bottom: 0;
}

.tm-quantitybox-button-modal.increment-button {
    top: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* fix nice select max height and add overflow auto */
.nice-select.open .list {
    max-height: 300px;
    overflow-y: auto;
}

.right-align-text + .nice-select ul li.option {
    text-align: right;
}


.right-align-text + .nice-select span.current {
    text-align: right;
}