.page-header .header.panel{
  display: none;
}

.logo img {
display: block;
height: 80px;
width: auto;
}

div#store\.menu {
background: #C42121;
}

nav.navigation {
background: #C42121;
}

.navigation .level0>.level-top {
color: #ffffff !important;
}

.navigation ul {
display: flex;
flex-direction: row;
justify-content: center;
}

.minicart-wrapper {
margin-left: 13px;
}

.block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  padding: 5px;
  speak: none;
  text-align: center;
}

.minicart-wrapper {
display: flex;
align-items: center;
flex-direction: row;
gap: 20px;
margin-top: 22px;
font-weight: 600;
font-size: 16px;
}

.block.block-search {
margin-top: 15px;
width: 290px;
}

.minicart-wrapper i {
font-size: 20px;
}

.minicart-wrapper i.fa.fa-user {
color: #000;
margin-top: 5px;
}

.minicart-wrapper i.fa.fa-phone {
color: #0303FF;
}

input#search {
  background: #f2f2f2;
  padding: 20px 20px;
  border-radius: 20px;
  outline: none;
  display: flex;
  /* align-items: initial; */
}

.category-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 10px;
  padding: 10px;
}

.category-items {
  background: #0000000d;
  height: 300px;
  border-radius: 15px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.category-items h2 {
  text-decoration: underline 3px solid #0303ff;
  padding-bottom: 3px;
  text-underline-offset: 8px;
  line-height: 38px;
}

.category-items ul {
  list-style-type: none;
  padding: 0;
}

.category-items img {
  position: absolute;
  top: 0;
  right: -100px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
}

.form.subscribe{
  display: none !important;
}

.page-footer {
  background: #000000 !important;
  margin-top: auto;
  padding-bottom: 25px;
  color: #fff;
}

.copyright .footer.content {
border-top: 1px solid #343434;
}

.copyright{
background-color: #000000 !important;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title{
border: none !important;
}

div[data-content-type='tabs'] .tabs-navigation li.tab-header{
border: none !important;
}

div[data-content-type='tabs'] .tabs-content{
border: none !important;
}

.ui-state-active span.tab-title {
background: #0303FF;
color: #fff;
padding: 3px 9px;
border-radius: 15px;
}

span.tab-title {
background: #e0e0e0;
padding: 3px 9px;
border-radius: 15px;
}

.category-items ul {
list-style-type: none;
padding: 0;
display: none;
transition: 0.3s;
}

.minicart-wrapper p {
margin-top: 0px !important;
align-items: center;
display: contents;
}


.category-items:hover ul {
display: list-item;
}

li.tab-header.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
background: none;
border: none;
}

@media (max-width: 768px) {

  .block.block-search {
    margin-top: 15px;
    width: unset;
  }

  .category-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
    padding: 10px;
    }
}

@media (max-width: 726px) {

.category-container {
display: grid;
grid-template-columns: 1fr;
column-gap: 20px;
row-gap: 10px;
padding: 10px;
}

.category-items ul {
list-style-type: none;
padding: 0;
display: block;
transition: 0.3s;
}

.minicart-wrapper {
display: none;
}

}
.payment-option.discount-code {
  display: none !important;
}
@media only screen and (max-width: 768px) {    
  .navigation ul {  display: block }    
 .navigation a, .navigation a:hover { color: #fff}    
 .navigation .submenu:not(:first-child) ul > li a { color: #fff } 
 }