﻿#mobilemenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    display: none;
    margin-right: -100%;
    opacity: 0;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#mobilemenu .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4)
}

#mobilemenu .main {
    position: relative;
    z-index: 2;
    width: 90%;
    height: 100%;
    background: var(--mr);
    color: #fff;
    left: 10%;
}

#mobilemenu .main a {
    color: #fff;
}

#mobilemenu .main .item {
    text-transform: capitalize;
}

.head-menu-icon {
    position: relative;
}

.head-menu-icon .bg-normal {
    display: block;
    background: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.head-menu-icon .sp1 {
    position: absolute;
    width: 100%;
    transform: rotate(45deg);
    top: 15px
}

.head-menu-icon .sp2 {
    position: absolute;
    width: 100%;
    transform: rotate(-45deg);
    top: 15px
}

#mobilemenu.atc {
    display: block;
    opacity: 0;
}

#mobilemenu.atc.delay {
    margin-right: 0;
    opacity: 1;
}


.footerRy{
height:120px

}
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 100px;
    z-index: 10;
    width: 100%;
    text-align: center;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 1);
}

.footer .item .item-img {
    height: 40px;
    width: 40px;
    margin: 16px auto 0 auto;
}

.footer .item .item-img .icon-h {
    display: none;
    height: 40px;
    width: 40px;
}

.footer .item .item-img .icon-m {
    display: block;
    height: 40px;
    width: 40px;
}

.footer .item .item-word {
    color: rgba(153, 153, 153, 1);
    font-style: Normal;
    font-size: 24px;
    font-weight: 350;
    line-height: 36px; 
    text-align: center;
    text-transform: capitalize;
    margin-top: 4px;
}


.footer .item.atc .item-img .icon-h {
    display: block;
}

.footer .item.atc .item-img .icon-m {
    display: none;
}

.footer .item.atc .item-word {
    color: rgba(0, 0, 0, 1);
}

#filterLayout {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 200;
    display: none;
    margin-left: 100%;
    opacity: 0;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#filterLayout .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4)
}

#filterLayout .main {
    position: relative;
    z-index: 2;
    width: 80%;
    height: 100%;
    margin-left: 20%;
}

#filterLayout .main .item {
    border-bottom: 1px var(--yellow-light2) solid;
    text-transform: capitalize;
}

#filterLayout.atc {
    display: block;
    opacity: 0;
}

#filterLayout.atc.delay {
    margin-left: 0;
    opacity: 1;
}

.filterLayout-head {
    border-bottom: 1px #ddd solid;
}

.filterLayout-bottom {
    border-top: 1px #ddd solid;
}

.filterLayout-list .item-img {
    position: relative;
    padding-top: 100%;
    height: 0;
    border-radius: 10px;
}

.filterLayout-list .item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.filterLayout-list .item {
    position: relative;
}

.filterLayout-list .item.atc:before {
    position: absolute;
    border-radius: 10px;
    z-index: 5;
    border: 4px var(--orange) solid;
    content: "";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
