.cvdbanr a {    display: inline-block;
  background-color: #d32145;
  color: #ffffff!important;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}} 

.m-header__topWrapper {
  padding: 12px 0;
}
.m-header__topNav {
  display: none;
}
.m-header__topNav ul li,
.m-header__shoppingCart ul li {
  display: inline-block;  
  list-style: none;
}
.m-header__topNav ul li:after {
  content: "|";
  color: #d8d8d8;
  margin-right: 5px;
  font-size: 23px;
  vertical-align: -3px;
  font-weight: 300;
}
.m-header__topNav ul li:last-child:after {
  display: none; 
}
.m-header__topNav ul li a {
  color: #4A4A4A;
  font-size: 12px;
  margin-right: 5px;
  text-decoration: none;
}
.m-header__topNav ul li:last-child a {
  color: #9d2872; 
}
.m-header__shoppingCart ul {
  display: flex;
  justify-content: space-between;
}
.m-header__shoppingCart ul li a {
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
.a-header__callUs img {
  margin-right: 10px;
}
.a-header__shoppingCart i {
  font-size: 25px;
}
.m-header__logo {
  margin: 25px 0 15px;
}
.m-header__search {
  background: #d32145;
  margin: 0 -15px;
  padding: 10px 15px;
  position: relative;
  width: calc(100% + 30px);
}
.m-header__search input[type="text"] {
  border: 2px solid #d32145;
  height: 40px;
  font-weight: 400;
  margin: 0;
  width: 100%;  
}
.a-header__submit {
  position: absolute; 
  right: 30px;
  top: 20px;
}
.m-header__shop {
  margin: 0 -15px;  
}
.m-header__shop .hs-menu-wrapper > ul > li:first-child > a {
  background: #9d2872;
  color: #FFF;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  align-content: center;
  justify-content: space-between;
  padding: 11px 18px;
  text-decoration: none;
  text-transform: uppercase;  
  width: 100%;
}
.m-header__shop .hs-menu-wrapper > ul > li:first-child > a i {
  font-size: 21px;
  position: relative;
  top: 3px;
}
.m-header__shop .hs-menu-wrapper > ul > li > ul,
.m-header__mainMenu {
  display: none;
  list-style: none;
}
.m-header__logo .mobileMenuBtn {
  position: absolute;
  top: 35px;
  right: 25px;
  cursor: pointer;
  z-index: 10;
}
.m-header__logo .mobileMenuBtn span {
  background: #9d2872;
  height: 4px;
  border-radius: 3px;
  width: 34px;
  display: block;
  position: relative;  
}
.m-header__logo .mobileMenuBtn span:before,
.m-header__logo .mobileMenuBtn span:after {
  content: '';
  background: #9d2872;
  height: 4px;
  border-radius: 3px;
  width: 34px;
  position: absolute;
}
.m-header__logo .mobileMenuBtn span:before {
  top: -10px;
}
.m-header__logo .mobileMenuBtn span:after {
  top: 10px; 
}
.m-header__logo .mobileMenuBtn.open {
  right: 21px;
}
.m-header__logo .mobileMenuBtn.open span {
  top: -10px;
  transform-origin: left;
  transform: rotate(45deg);
}
.m-header__logo .mobileMenuBtn.open span:before {
  display: none;
}
.m-header__logo .mobileMenuBtn.open span:after {
  top: 0;
  transform: rotate(-90deg);
}
.m-header__shop .hs-menu-wrapper > ul {
  list-style: none;
}
.m-header__shop .hs-menu-wrapper > ul > li > ul {
  background: #fff;
  padding: 0 15px;
}
.m-header__shop .hs-menu-wrapper > ul > li > ul li a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #424243;
  font-size: 16px;
  padding: 20px 0;
  text-decoration: none;
}
.m-header__shop .hs-menu-wrapper>ul>li>ul li:hover a {
  color: #9d2872;
}
.m-header__shop .hs-menu-wrapper > ul > li > ul li:last-child a {
  border-bottom: none;
}
.m-header__mainMenu {
  background: #fff;
  padding: 10px 15px;
  margin: 0 -15px;
}
.m-header__mainMenu ul li {
  list-style: none;
  position: relative;
}
.m-header__mainMenu ul li a {
  color: #9d2872;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.m-header__mainMenu ul li:last-child a {
  border-bottom: 0;
}
.m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
  padding: 10px 20px;
}
.child-trigger {
  border-left: 1px dotted rgba(255,255,255,.20);
  position: absolute;
  top: 0;
  right: 0;
  color: #9d2872;
  padding: 18px;
}
.child-trigger:before {
  content: '+';
}
@media (max-width: 1200px) {
  .m-header__logo img.hs-image-widget {
    width: 180px!important;
  }
}
@media (min-width: 1300px) {
  .o-header {
    border-bottom: 4px solid #9d2872;
  }
  .m-header__topWrapper {
    padding: 12px 0;
  }
  .m-header__topNav {
    display: block;
  }
  .mobileMenuBtn {
    display: none;
  }
  .m-header__logo {
    margin: 40px 0 45px;
  }
  .m-header__search {
    background: transparent;
    max-width: 340px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .m-header__searchWrapper {
    align-items: center;
    justify-content: flex-end;
  }
  .m-header__search input[type="text"] {
    max-width: 340px;
  }
  .a-header__submit {
    top: 12px;
  }
  .m-header__mainMenu {
    background: transparent;
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    display: inline-block;
    padding: 0 18px;
  }
  .m-header__mainMenu ul li a {
    border-bottom: 0;
    color: #48483A;
    padding: 0 0 8px;
  }
  .child-trigger,
  .a-header__callUs {
    display: none !important;
  }
  .m-header__shoppingCart {
    display: flex;
    justify-content: flex-end;
  }
  .m-header__shop {
    margin: 0;
  }
  .m-header__shop .hs-menu-wrapper > ul > li:first-child > a {
    display: inline-block;
    padding: 14px 40px;
    width: auto;
  }
  .m-header__shop .hs-menu-wrapper > ul > li:first-child > a i {
    display: none;
  }
  .m-header__mainMenu {
    padding: 10px 15px 0;
  }
  .m-header__shop .hs-menu-wrapper > ul > li > ul,
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute;
    display: block;
    opacity: 0;
    padding: 10px;
    transition: all 0.2s ease;
    visibility: hidden;
    min-width: 160px;
  }
  .m-header__shop .hs-menu-wrapper > ul > li:hover > ul,
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .m-header__shop .hs-menu-wrapper > ul > li > ul li a {
    border-bottom: 0;
    padding: 10px;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    border-bottom: 4px solid #FFF;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover {
    border-bottom: 4px solid #9d2872;
    color: #9d2872;
    text-decoration: none;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    background: #FFF;
    margin-top: 10px;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li a {
    padding: 8px 10px 10px;
  }
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li a:hover {
    background: #9d2872;
    color: #FFF;
    text-decoration: none;
  }
}

@media (min-width: 1400px) {
  .m-header__mainMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    min-width: 250px;
  }
}
