@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#toggle {
    display: block;
    width: 29px;
    height: 24px;
    position: relative;
    margin-top: 30px;
    float: right;
    margin-left: 0;
    left: 0;
}
#toggle span, #toggle span:after, #toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}
#toggle span {
    position: relative;
    display: block;
}
#toggle span:after, #toggle span:before {
    content: "";
    position: absolute;
    right: 0;
    top: -9px;
}
#toggle span:after {
    top: 9px;
}
#toggle.on span:before {
    transform: rotate( 
45deg
 ) translate(5px, 5px);
}
#toggle.on span:after {
    transform: rotate( 
-45deg
 ) translate(7px, -8px);
}
#toggle.on span {
    background-color: transparent;
}
.logo-part img.logo-image {
    width: 100% !important;
    margin-left: 0 !important;
}
.logo-part {
    padding: 10px 0;
}
.mobile-p{
	display: none;
}
menu#myLinks {
    padding: 20px 0 15px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 125px;
}
.user-part-new {
    width: 100%;
    border-bottom: 1px solid #fff;
}
.head-nav {
    justify-content: flex-start !important;
    display: block !important;
}
.head-nav ul li {
    float: unset !important;
}
.input-area {
    width: 100% !important;
}
.input-area input {
    width: 100%;
    height: 34px;
    font-size: 15px;
    border: 1px solid #8b8b8b;
    position: relative;
    padding: 0px 6px;
    margin-bottom: 20px;
    margin-top: 7px;
}
.input-area .fa-search {
    position: absolute !important;
    right: 10px !important;
    top: 15px !important;
    display: block !important;
}
ul.user-loin {
    padding: 0;
    list-style: none;
}
.user-part-new h3 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul.user-loin li {
    padding: 12px 4px;
}
ul.user-loin li a{
    color: #fff;
    font-size: 17px;
}
.head-nav ul li a {
    padding-left: 19px !important;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: inherit !important;
}
.head-nav ul li a i {
    margin-left: 0px !important;
    float: right !important;
    margin-right: 20px !important;
}
ul.menu {
    position: unset !important;
    padding: 0 0;
}
.infi-headers {
    display: block !important;
}
.user-part-new {
    display: block !important;
}
.mobile-p {
    display: none !important;
}
.flter {
    width: 100%;
    padding: 15px 15px;
    display: block !important;
}
.cate-head {
    display: flex;
    justify-content: space-between;
}
i.fa.fa-th-list {
    font-size: 25px;
    margin-right: 10px;
    color: #d72020;
}
.fliter-option {
    font-size: 24px;
}
.cate-head ul li a {
    font-size: 17px !important;
    color: #000;
}
.wrapper {
    margin-top: 30px;
    width: 100%;
}
.pop-box{
	display: none;
}
.product-box {
    margin-top: 40px;
}
.fliter-option{
    display: block !important;
}
/*********************************return***********************************/
section.policy {
    padding: 30px 0;
}
.policy-dt {
    width: 100%;
}
.policy-dt h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 18px;
}
.policy-dt p{
    text-align: justify;
    font-size: 15px;
}
.policy-dt ul{
    list-style: disc;
    width: 100%;
    overflow: auto;
}
.policy-dt ul li{
    list-style: disc;
}
.policy-dt ul li {
    list-style: disc;
    font-size: 13px;
    font-weight: 700;
    line-height: 33px;
}
.policy-dt p span {
    font-weight: 700;
}
.policy-dt ol{}
.policy-dt ol li {
    list-style: square;
    text-align: justify;
    margin-bottom: 30px;
}
.row.rev {
    flex-direction: column-reverse;
}
.login-detail {
    padding: 32px 10px !important;
}
.Wallet-amoun {
    width: 100%;
    overflow: scroll;
}
}
@media only screen and (min-width : 321px) {
/* Styles */
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}
