

@media only screen and (min-width: 300px) and  (max-width: 998px){

.banner-slide {
    margin-top: 0px !important;
}
.wapper {
    top: 0 !important;
}



.start-style {
    display: none;
}

/*dropdown*/



.top-header-text-left {
    text-align: left;
}

.cart-badge {
    right: 0px;
}

.mob-hide{
    display:none;
}

.col1 {
    width: 50%;
}

.top-header1 {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    color: #333;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins';
    background: #ecf3f8;
}

.header-icon ul li img {
    width: 22px;
    filter: brightness(0.5);
    left: -10px;
}

.header-icon {
    float: right;
    position: relative;
     left: 0px !important; 
     top: 9px !important; 
}

.brand img {
    width: 110px;
    margin-left:25px;
}



ul.top-menu li {
    display: block;
    padding: 0 5px;
}



.collepse-style span {
    float: left !important;
    padding-top: 10px;
    margin-left: -14px !important;
}

button {
  cursor: default;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

.no-transition {
  transition: none !important;
}

.header {
  position: relative;
  background: #000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -5px rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.header .navbar {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  align-items: center;
  /*justify-content: space-between;*/
  padding: 0.2rem 1rem;
}
.header .navbar .vertical-logo {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d93622;
}
.header .navbar .top-menu-wrapper {
  color: #221f1f;
}
.header .navbar .top-menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}
.header .navbar .open-mobile-menu i {
  color: #221f1f;
}
.header .navbar .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .navbar .top-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
  padding: 1.5rem 1.5rem;
  background: #ffffff;
  z-index: 99;
}
.header .navbar .top-menu-wrapper.show-offcanvas::before {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .navbar .top-menu-wrapper.show-offcanvas .panel,
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}
.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.2s;
}
.header .navbar ul a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.header .navbar ul a:hover {
  color: #d93622;
}
.header .navbar .has-dropdown i {
  display: none;
}
.header .navbar .sub-menu {
  padding: 0.5rem 1.5rem 0 1.5rem;
}
.header .navbar .sub-menu a {
  text-transform: capitalize;
  font-size:14px;
  font-weight: 400;
  margin-top: 0rem;
}
.header .navbar .top-menu li + li {
  margin-top: 10px;
}
.header .navbar .top-menu .mob-block {
  display: flex;
  align-items: end;
  justify-content: right; 
  margin-bottom: 2rem;
}
.header .navbar .top-menu .mob-block .logo {
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d93622;
}
.header .navbar .top-menu .mob-block i {
    color: #cd040e;
    font-size: 25px;
    width: 40px;
    height: 40px;
    background: #3330;
    line-height: 36px;
    border-radius: 50px;
    border: 2px solid #cd040e;
}


 .mobile-top-menu {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #e5e4e4b0;
    padding-bottom: 5px;
}

button.open-mobile-menu {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
}

.brand {
    width: 40%;
    height: 75px;
    margin: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
}


.header .navbar .open-mobile-menu i {
    color: #bfbfbf;
    font-size: 25px;
    position: relative;
}

.right-section {
    display: flex;
    width: 50%;
    position: relative;
    align-items: center;
    justify-content: right;
}

.right-section img{
    filter:invert(1);
    width:25px;
}

.notify-mob {
    position: relative;
    top: -12px;
    right: 8px;
}

.item {
    margin:0 !important;
}

ul.top-menu li {
    border-bottom: 1px solid #d2cfcf30;
}

ul.top-menu li:hover {
    border-bottom: 1px solid #fff;
}

ul.menu-child {
    padding: 0 10px;
}

.header .navbar ul a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 0.35s ease-out;
    padding: 10px;
    color: #333;
    font-family: 'Poppins';
}

ul.menu-child h3 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #333;
    padding:10px 0;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding-top: 20px;
    margin-top: -30px;
}

.menu-item {
  position: relative;
}
.menu-item a {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  display: block;
  color: #252a32;
  transition: color 0.35s ease-out;
}
.menu-item a:hover {
  color: #d32f2f;
}
.menu-item.has-collapsible {
  position: relative;
}
.menu-item.has-collapsible .menu-child {
  display: none;
}
.menu-item.has-collapsible .menu-child .menu-child-item a {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding: 10px;
  color: #252a32;
  text-transform: uppercase;
  transition: color 0.35s ease-out;
}
.menu-item.has-collapsible .menu-child .menu-child-item a:hover {
  color: #d32f2f;
}
.menu-item.has-collapsible span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: inherit;
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #252a32;
  transition: all 0.35s ease;
}
.menu-item.has-collapsible span::after:hover {
  color: #d32f2f;
}
.menu-item.active.has-collapsible .menu-child {
  display: block;
  transition: all 0.35s ease;
}
.menu-item.active.has-collapsible span::after {
  transform: rotate(90deg);
}

.cart-badge-wishlist {
    right: 35px;
    top: -2px;
    padding: 0 7px;
}

.dropdown-menu1 a.dropdown-item {
    padding: 5px 10px;
}

.right-section a {
    padding: 0 5px;
    text-align:center;
}

.top-header-text-left {
    font-size: 12px;
}
.header-icon ul li {
    margin-right: 10px;
    margin-left: 0px;
}
}

@media only screen and  (max-width: 769px){
    
 .header-icon ul li {
     margin-right: 0px; 
    margin-left: 20px !important;
} 

.cart-badge-wishlist {
    right: 40px;
    top: -2px;
    padding: 0 7px;
}
}


@media only screen and (max-width: 375px){
.brand img {
    width: 95px;
}

.header-icon ul li {
     margin-right: 0px !important; 
    margin-left: 10px !important;
}

.cart-badge-wishlist {
    right: 26px !important;
}
}
