:root {
	 --bg-default: #222327;
	 --primary-white: #fff;
	 --primary-red: #ff3c41;
}

@media (max-width: 479px) {
.sc_studi_btm_addtocart_fixed_btn_holder_container.sc_add_to_cart_fixed_active
 {
    bottom: 60px !important;
}

}
 
 .navigation.sc-mobile-bottom-nav {
      width: 100%;
      height: 70px;
      background: var(--primary-white);
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 15px 15px 0 0;
      padding: 0 20px;
      box-shadow: 0 0 35px #b7b7b7;
      margin: 0 auto;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 111000;


}
 .navigation.sc-mobile-bottom-nav .listWrap {
	 list-style: none;
	 display: flex;
	 justify-content: space-between;
	 width: 100%;
	 flex-direction: row-reverse;
	 margin: 0 20px 20px;
}
 .navigation.sc-mobile-bottom-nav .listWrap li {
	 width: 70px;
	 height: 70px;
	 position: relative;
	 z-index: 1;
}
 .navigation.sc-mobile-bottom-nav .listWrap li a {
	 text-decoration: none;
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 font-weight: 500;
	 width: 100%;
}
 .navigation.sc-mobile-bottom-nav .listWrap li a:hover {
	 text-decoration: none;
}
 .navigation.sc-mobile-bottom-nav .listWrap li a .scicon {
    position: relative;
    display: block;
    line-height: 82px;
    text-align: center;
    transition: 0.5s;
    color: var(--bg-default);
    font-size: 22px;
}
 .navigation.sc-mobile-bottom-nav .listWrap li a .scicon ion-scicon {
	 font-size: 2.2rem;
}
 .navigation.sc-mobile-bottom-nav .listWrap li a .text {
	 position: absolute;
	 color: var(--bg-default);
	 font-weight: 400;
	 transition: 0.5s;
	 transform: translateY(20px);
	 opacity: 0;
	 z-index: 1;
	 font-size: 10px;
} 
 .navigation.sc-mobile-bottom-nav .listWrap li:active a .scicon, .navigation.sc-mobile-bottom-nav .listWrap li.active a .scicon {
	     transform: translateY(-8px);
}
 .navigation.sc-mobile-bottom-nav .listWrap li:active a .text, .navigation.sc-mobile-bottom-nav .listWrap li.active a .text {
	 opacity: 1;
	 transform: translateY(20px);
}
.navigation.sc-mobile-bottom-nav .listWrap li.indicator {
    position: absolute;
    width: 90px;
    height: 50px;
    top: 89%;
    left: -1000px;
    border-radius: 10px;
    transition: 0.3s;
    z-index: 0;
    background: #e1f5fe;
}

.navigation.sc-mobile-bottom-nav .listWrap li.indicator:before {
    content: '';
    position: absolute;
    left: 24px;
    top: -50px;
    background: #E3F2FD;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    transform: translateX(0px) rotate(249deg);
}
.navigation.sc-mobile-bottom-nav .listWrap li.indicator:after {
    content: '';
    background: radial-gradient(#f9f9f9,#cfcfcf);
    position: absolute;
    width: 20px;
    top: -41px;
    height: 20px;
    border-radius: 5px;
    box-shadow: 0 0 0;
    transform: translateX(-28px) rotate(45deg);
    background: #BBDEFB;
}

.mob_btm_searchbar {
    position: absolute;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    top: 0;
    transform: translateY(0px) scale(0);
    opacity: 0;
    transition:.4s;
    box-shadow: 0 0px 20px #d5d5d5;
}
.mob_btm_searchbar.sea_active {
    transform: translateY(-60px) scale(1);
    opacity: 1;
    
}
.mob_btm_searchbar input {
    border: 0;
    background: #EEEEEE;
}
.mob_btm_searchbar a {
    background: var(--primary_color);
    padding: 5px;
    margin-right: 10px;
    border-radius: 5px;
    color: #fff;
}
.navigation.sc-mobile-bottom-nav .listWrap li.active a:before {
    content: '';
    position: absolute;
    left: 17px;
    top: 7px;
    height: 12px;
    width: 12px;
    background: #7ee10a;
    border-radius: 100px;
    border: 2px solid #ffffff;
    animation: scbtmpulse 1.5s linear infinite;

}
@keyframes scbtmpulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.mobilemoresec {
    position: fixed;
    top: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    padding: 5px;
    border-radius: 0 0 0;
    transition:.4s;
    overflow: scroll;
    z-index:0;
}
.mobilemoresec.moreactive {
    top: 0;
    box-shadow: 0 7px 10px #34343469;
}

.mobilemoresec a.swss_floting_ticket {
    position: relative;
    top: 0;
    right: 0;
    display: inline-block;
}
.mobilemoresec a.studi_custom_floating_btn {
    position: relative;display: inline-block;
}
.morecontenthol {
    margin-bottom: 20px;
}
li#scmore i {
    transform: translateY(-5px);
}
/** hide elements from mobile view when this menu activated **/
a#back-to-top { display: none; }
.studi_custom_floating_btn, a.swss_floting_ticket  { z-index: 110999; margin-bottom: 55px; }
@media (min-width: 480px) {
.navigation.sc-mobile-bottom-nav{
    display: none;
}
}