.icon-round {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Round_Brilliant.svg);

}

.icon-princess {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Princess.svg);

}

.icon-pear {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Pear.svg);

}

.icon-princess {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Princess.svg);

}

.menu-main .icon-bar {

  background-color: var(--primary-main);

}

button:focus {

  outline: 0;

}

.mega-menu .iconimg img {

  margin-right: 10px;

}

.link_icon {

  width: 80px;

}

.icon-coloured-engagement-ring {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Coloured_Engagement_Ring.svg);

}

.icon-cushion {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Cushion.svg);

}

.icon-delivery {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Delivery.svg);

}

.icon-diamond-guide {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Diamond_Guide.svg);

}

.icon-diamond-shoulders {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Diamond_Shoulders.svg);

}

.icon-diamonds {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Diamonds.svg);

}

.icon-emerald {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Emerald.svg);

}

.icon-engagement {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Engagement.svg);

}

.icon-five-stone {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Five_Stone.svg);

}

.icon-halo {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Halo.svg);

}

.icon-hand-selected-diamonds {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Hand_Selected_Diamonds.svg);

}

.icon-heart {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Heart.svg);

}

.icon-jewellery-care {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Jewellery_Care.svg);

}

.icon-luxury-gift-wrap {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Luxury_Gift_Wrap.svg);

}

.icon-maintenance {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Maintenance.svg);

}

.icon-marquise {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Marquise.svg);

}

.icon-new-in {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__New_In_.svg);

}

.icon-oval {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Oval.svg);

}

.icon-pear {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Pear.svg);

}

.icon-pravins-journal {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Pravins_Journal.svg);

}

.icon-princess {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Princess.svg);

}

.icon-radiant {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Radiant.svg);

}

.icon-ring-box {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Ring_Box.svg);

}

.icon-round {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Round_Brilliant.svg);

}

.icon-rubover {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Rubover.svg);

}

.icon-solitaire {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Solitaire.svg);

}

.icon-three-stone {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Three_Stone.svg);

}

.icon-trilliant {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Trilliant.svg);

}

.icon-asscher {

  background-image: url(https://www.novadiamonds.co.uk/theme/front/images/Icons__Asscher.svg);

}

/***

=============================================

   header-default start

=============================================

***/

/* mega-menu Css */

.mega-menu {

  padding: 0px 0px 0px;

}

.mega-menu .page-dropdown-menu .dropdown-list {

  position: relative;

  margin-right: 10px;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.mega-menu .page-dropdown-menu .dropdown-list:last-child {

  padding-right: 0px;

  margin-right: 0px;

}

.mega-menu .page-dropdown-menu .dropdown-list > a {

  display: block;

  padding: 10px 10px 10px;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.mega-menu .page-dropdown-menu .dropdown-list > a .menuarrow {

  position: absolute;

  top: 55%;

  right: 0px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 12px;

  color: #000;

  font-weight: 900;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mega-menu .page-dropdown-menu .dropdown-list > a .menuarrow i {

  line-height: 0px;

  font-weight: 500;

}

.mega-menu .page-dropdown-menu .dropdown-list a {

  font-size: 14px;

  color: #fff;

}

.mega-menu .page-dropdown-menu .dropdown-list:hover > a {

  color: #f7f7f7;

}

.mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {

  color: var(--thm-base);

}

.mega-menu .page-dropdown-menu .dropdown-list {

  position: relative;

}

.mega-menu .page-dropdown-menu .dropdown-list > a {

  text-transform: capitalize;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu:first-child a {

  padding-left: 0;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown {

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  position: absolute;

  top: 130%;

  z-index: 99;

  background-color: #fff;

  -webkit-box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);

  box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);

  padding: 10px 20px 10px;

  width: 240px;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a {

  padding: 5px 0px 5px;

  line-height: 1.5;

  font-size: 14px;

  color: #000;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  position: relative;

  -webkit-transform: translateX(0px);

  transform: translateX(0px);

  width: 100%;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info {

  font-size: 10px;

  line-height: 1.1;

  background: var(--thm-base);

  font-weight: 400;

  padding: 2px 4px 2px;

  border-radius: 2px;

  color: #fff;

  margin-left: 10px;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info.two {

  background: #9fe90c;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info.three {

  background: #ff033e;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a:hover {

  color: var(--thm-base);

  -webkit-transform: translateX(2px);

  transform: translateX(2px);

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list

  .dropdown

  .submenu-parent

  a:hover

  .menuarrow {

  color: var(--thm-base);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list

  .dropdown

  .submenu-parent

  .menuarrow {

  position: absolute;

  top: 55%;

  right: 0px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 12px;

  color: #000;

  font-weight: 900;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list

  .dropdown

  .submenu-parent

  .menuarrow

  i {

  line-height: 0px;

  font-weight: 500;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li {

  position: relative;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu {

  opacity: 0;

  visibility: hidden;

  position: absolute;

  top: 110%;

  left: calc(100% + 20px);

  z-index: 99;

  background-color: #fff;

  -webkit-box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);

  box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);

  padding: 12px 20px 12px;

  width: 240px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a {

  color: #000;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover {

  color: var(--thm-base);

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover .submenu {

  opacity: 1;

  visibility: visible;

  top: 10px;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover::before {

  color: var(--thm-base);

}

.mega-menu .page-dropdown-menu .dropdown-list:hover .dropdown {

  top: 100%;

  opacity: 1;

  visibility: visible;

  pointer-events: visible;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu {

  position: unset;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu {

  position: unset;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu > a::after{

  content: "";

  position: absolute;

  width: 10px;

  height: 6px;

  right: -10px;

  top: 50%;

  background: url(../images/menu-dropdown-i.svg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: 10px 6px;

  transform: translateY(-50%);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu:hover

  .dropdown.megamenu-dropdown {

  opacity: 1;

  visibility: visible;

  pointer-events: visible;

  top: 100%;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown {

  padding: 15px 0 0px;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  position: absolute;

  top: 130%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 100%;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .megamenu-box {

  padding-left: 17px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .megamenu-box

  h6 {

  text-transform: capitalize;

  padding-bottom: 8px;

  font-size: 18px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .thumb {

  overflow: hidden;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .thumb

  img {

  min-width: 100%;

  -webkit-transition: 0.8s;

  transition: 0.8s;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .thumb

  img:hover {

  -webkit-transform: scale(1.05) rotate(-2deg);

  transform: scale(1.05) rotate(-2deg);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .title {

  margin-top: 23px;

  padding-bottom: 4px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .title

  h6 {

  text-transform: uppercase;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .title

  h6:hover {

  color: var(--thm-base);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .price {

  display: inline-block;

  color: #74787c;

  font-size: 14px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .content

  .price:hover {

  color: var(--thm-base);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer {

  padding-left: 40px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  h6 {

  text-transform: uppercase;

  margin-bottom: 20px;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  ul

  li {

  border-bottom: 1px solid rgb(224, 224, 224);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  ul

  li:first-child {

  border-top: 1px solid rgb(224, 224, 224);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  ul

  li

  a {

  padding: 12px 0px 12px;

  font-size: 15px;

  color: #000;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  ul

  li

  a

  span {

  margin-top: -2px;

  font-size: 18px;

  margin-right: 10px;

  font-weight: var(--font-heading-weight);

}

.mega-menu

  .page-dropdown-menu

  .dropdown-list.megamenu

  .dropdown.megamenu-dropdown

  .offer

  ul

  li

  a:hover {

  letter-spacing: 0px;

  color: var(--thm-base);

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box {

  border-right: 1px solid rgb(234, 234, 234);

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.four {

  border-right: 0px solid rgb(234, 234, 234);

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.three {

  border-top: 1px solid rgb(234, 234, 234);

  padding-top: 25px;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.two {

  padding-bottom: 15px;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-padding-one {

  padding: 20px 5px 20px 20px;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-padding {

  padding: 20px 20px 20px 20px;

}

.mega-menu .page-dropdown-menu .dropdown-list.megamenu .background {

  background-color: rgba(239, 239, 239, 0.3411764706);

}

.mega-menu .shop-for .megamenu-list li {

  position: relative;

  padding-left: 0px;

}

.mega-menu .platinum {

  position: relative;

}

.mega-menu .shop-for .megamenu-list li.platinum::before {

  background: #e6eaeb;

}

.mega-menu .shop-for .megamenu-list li.yellow::before {

  background: #e9d590;

}

.mega-menu .shop-for .megamenu-list li.rose::before {

  background: #f5c8a9;

}

.mega-menu .shop-for .megamenu-list li.white::before {

  background: #c8c8c8;

}

.mega-menu .megamenu-list.underline li {

  text-decoration: underline;

}

.mega-menu .megamenu-list.list-with-thumb {

  padding: 10px 0;

}

.mega-menu .uppercase {

  text-transform: uppercase;

}

.mega-menu-thumb {

  padding: 0 50px 50px;

}

.menubar {

  cursor: pointer;

  max-width: 25px;

}

.menubar span {

  display: block;

  height: 2px;

  width: 22px;

  border-radius: 4px;

  background: #000;

  margin: 4px 0px;

}

/* mobile-menu Css */

.mobile-menu__menu-top {

  border-bottom: 1px solid rgba(85, 85, 85, 0.2);

  padding-top: 0px;

  padding-bottom: 0px;

}

.mobile-menu__menu-top .menubar {

  cursor: pointer;

  max-width: 25px;

}

.mobile-menu__menu-top .menubar span {

  display: block;

  height: 2px;

  width: 22px;

  border-radius: 4px;

  background: #fff;

  margin: 4px 0px;

}

.mega-menu .by-shape li a .icon {

  height: 37px !important;

  top: 4px;

  position: relative;

}

.mega-menu .iconimg img {

  margin-right: 10px;

}

.cart-holder .cart {

  font-size: 24px;

  color: #000;

}

.cart-holder .cart span.number {

  position: absolute;

  top: -4px;

  right: -8px;

  height: 15px;

  width: 15px;

  background: var(--thm-base);

  border-radius: 50%;

  font-size: 12px;

  color: #fff;

}

.mobile-menu .menu-closer {

  position: fixed;

  top: 0px;

  right: 0px;

  width: 0%;

  height: 100vh;

  background: rgba(0, 0, 0, 0.5);

  -webkit-transform: translateX(150%);

  transform: translateX(150%);

  -webkit-transition: 0.6s;

  transition: 0.6s;

  overflow: hidden;

  z-index: 9999;

}

.mobile-menu .menu-closer.active {

  -webkit-transform: translateX(0%);

  transform: translateX(0%);

  width: calc(100% - 300px);

}

.mobile-menu__sidebar-menu {

  border-right: 1px solid rgba(0, 0, 0, 0.1);

  position: fixed;

  top: 0px;

  background: #fff;

  width: 300px;

  height: 100vh;

  overflow-y: auto;

  -webkit-transform: translateX(-346px);

  transform: translateX(-346px);

  -webkit-transition: 0.6s;

  transition: 0.6s;

  z-index: 99999;

}

.mobile-menu__sidebar-menu .menu-closer.two {

  position: unset;

  top: unset;

  right: unset;

  width: 100%;

  height: unset;

  background: #4B2D20;

  -webkit-transform: translateX(0%);

  transform: translateX(0%);

  overflow: hidden;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 10px 20px 10px;

}

.mobile-menu__sidebar-menu .menu-closer.two span {

  font-size: 16px;

  color: #fff;

}

.mobile-menu__sidebar-menu .menu-closer.two span i {

  position: relative;

  top: 4px;

  font-size: 16px;

}

.mobile-menu__sidebar-menu .menu-closer.two span i {

  font-size: 18px;

  color: #fff;

  font-weight: 500;

}

.mobile-menu__sidebar-menu::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 10px;

  background-color: var(--thm-gray);

}

.mobile-menu__sidebar-menu::-webkit-scrollbar {

  width: 6px;

  background-color: var(--thm-base);

}

.mobile-menu__sidebar-menu::-webkit-scrollbar-thumb {

  border-radius: 10px;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  background-color: var(--thm-base);

}

.mobile-menu__sidebar-menu .search-box {

  position: relative;

}

.mobile-menu__sidebar-menu .search-box input {

  padding: 20px 60px 20px 20px;

  color: var(--thm-gray);

  font-weight: 500;

  width: 100% !important;

}

.mobile-menu__sidebar-menu .search-box .search-icon {

  position: absolute;

  top: 52%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 20px;

  font-size: 24px;

  color: var(--thm-gray);

  font-weight: 600;

}

.mobile-menu__sidebar-menu .menu-nav .nav-item {

  width: 50%;

  text-align: center;

}

.mobile-menu__sidebar-menu .menu-nav .nav-link {

  border-radius: 0px;

  width: 100%;

  background: transparent;

  text-transform: uppercase;

  color: var(--thm-gray);

  font-weight: 600;

  font-size: 15px;

  padding: 18px 15px;

  border-bottom: 2px solid transparent;

  background: rgba(144, 144, 144, 0.08);

}

.mobile-menu__sidebar-menu .menu-nav .nav-link.active {

  border-bottom: 2px solid var(--thm-base);

  color: #000;

  background: rgba(144, 144, 144, 0.2);

}

.mobile-menu__sidebar-menu .page-dropdown-menu li a {

  font-size: 15px;

  padding: 5px 20px;

  min-height: 50px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  border-bottom: 1px solid rgba(129, 129, 129, 0.2);

  color: #000;

  text-transform: uppercase;

  font-weight: 500;

}

.mobile-menu__sidebar-menu .page-dropdown-menu {

  position: relative;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list {

  position: relative;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list > a {

  background: rgba(243, 238, 228, 1);

}

.mobile-menu__sidebar-menu

  .page-dropdown-menu

  .dropdown-list

  .dropdown

  .subhed {

  position: relative;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown.underline > li {

  border-bottom: 1px solid #ccc;

  display: inline-block;

  margin: 8px 39px;

}

span.menuarrowtwo {

  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex
;
  align-items: center;
  justify-content: center;

}

.menubar-list-half li {

  display: inline-block;

  width: 48%;

}

.mega-menu .page-dropdown-menu .dropdown-list .menubar-list-half li a {

  padding: 0;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list .menuarrow {

  position: absolute;

  top: 8px;

  right: 10px;

  font-size: 16px;

  color: #000;

  padding: 5px 10px;

  display: block;

  font-weight: 500;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  z-index: 999;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list .dropdown {

  display: none;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list li a {

  font-size: 14px;

  color: #000;

  font-weight: 400;

  min-height: 40px;

  letter-spacing: 1px;

}

.mobile-menu__sidebar-menu

  .page-dropdown-menu

  .dropdown-list.active

  .menuarrow {

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.subhed > a {

  padding-left: 30px;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.subhed > a span {

  font-size: 14px;

  font-weight: 500;

  color: #000;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li a {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  text-transform: capitalize;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: flex-start;

}

.mobile-menu__sidebar-menu h6 {

  padding: 10px 0 0;

  margin-left: 40px;

  border-bottom: 1px solid #ccc;

  display: inline-block;

  margin-bottom: 0;

}

.mobile-menu__sidebar-menu h6.mobile-title {

  margin-left: 30px;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li a .menuarrowtwo {

  position: absolute;

  top: 10px;

  right: 20px;

  font-size: 14px;

  color: #000;

  font-weight: 600;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mobile-menu__sidebar-menu

  .page-dropdown-menu

  .dropdown

  li.active

  .menuarrowtwo {

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

  top: 8px;

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.mobile-menu__sidebar-menu

  .page-dropdown-menu

  .dropdown

  li.active

  .subdropdown {

  display: block;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown {

  display: none;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown .nav__link {

  float: none;

  display: flex;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown li a {

  padding-left: 40px;

  font-size: 13px;

  width: 100%;

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown li a .link_icon {

  width: 60px;

  margin-right: 5px;

}

.mobile-menu__sidebar-menu.active {

  -webkit-transform: translateX(-15px);

  transform: translateX(-15px);

}

.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown.platin-gold-list {

  padding-left: 48px;

}

.mobile-menu__sidebar-menu .page-dropdown-menu span.only-title {

  display: flex;

  border-bottom: 1px solid #ccc;

  padding-top: 8px;

  padding-bottom: 8px;

  padding-left: 30px;

}

.menu-c-script1:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -10px -13px;

  width: 100px;

  height: 39px;

}

.menu-c-script2:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -125px -13px;

  width: 100px;

  height: 39px;

}

.menu-c-script3:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -234px -13px;

  width: 100px;

  height: 39px;

}

.menu-c-script4:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -342px -11px;

  width: 100px;

  height: 39px;

}

.menu-c-script5:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -455px -13px;

  width: 100px;

  height: 39px;

}

.menu-c-script6:before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  background-image: url(https://www.novadiamonds.co.uk/assets/media/1/433.png);

  background-repeat: no-repeat;

  background-position: -551px -13px;

  width: 107px;

  height: 39px;

  left: 4px;

}

.mega-menu .page-dropdown-menu .dropdown-list .dropdown .iconimg li > a {

  padding: 10px 0 10px 105px;

}

@media (max-width: 991px) {

  .mobile-menu__menu-top .menubar {

    cursor: pointer;

    max-width: 25px;

    position: absolute;

    top: 52%;

    transform: translateY(-50%);

    right: 20px;

    margin-top: 0px;

}

.sticy-header.header-fixed .mobile-menu__menu-top{

  padding: 10px 0;

}

}

@media (max-width: 480px) {

  .menu-c-script1:before,

  .menu-c-script6:before,

  .menu-c-script2:before,

  .menu-c-script3:before,

  .menu-c-script4:before,

  .menu-c-script5:before {

    background-image: none !important;

  }

}