.updated-header-shop-header {
  border-bottom: solid 6px #4EB0E9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #FFF;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.04);
}
.updated-header-shop-header .top-header {
  background: #6BBC9F;
  padding: 6px 40px;
  display: flex;
  justify-content: space-between;
}
.updated-header-shop-header .top-header .social-icons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
}
.updated-header-shop-header .top-header .social-icons-wrap a {
  display: flex;
}
.updated-header-shop-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  position: relative;
}
.updated-header-shop-header .wrap nav > ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 20px;
}
.updated-header-shop-header .wrap nav > ul > li > a {
  color: #7B7B7B;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px; /* 100% */
  letter-spacing: 0.16px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1301px) {
  .updated-header-shop-header .wrap nav > ul > li > a:hover {
    color: #4EB0E9;
    text-decoration: underline;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 5.5L7.5 0.5L4 2L0.5 0.5L4 5.5Z' fill='%234EB0E9'/%3E%3C/svg%3E%0A");
  }
}
.updated-header-shop-header .wrap nav > ul > li  {
  padding: 32px 0;
}
.updated-header-shop-header .wrap nav > ul > li.menu-item-has-children {
  position: relative;
  padding-right: 18px;
}
.updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='6' viewBox='0 0 7 6' fill='none'%3E%3Cpath d='M3.5 5.8374L7 0.837402L3.5 2.3374L0 0.837402L3.5 5.8374Z' fill='%237B7B7B'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  transition: all ease-in-out 200ms;
}
.updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:hover:after {
  rotate: 180deg;
}
.updated-header-shop-header .wrap nav > ul > li > ul {
  display: none;
}
.updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:hover > ul {
  border-top: solid 6px #4EB0E9;
  display: block;
  position: fixed;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  top: 88px;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul {
  display: none;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li:first-child {
  margin-top: 40px;
 
}
.updated-header-shop-header .wrap nav > ul > li > ul > li {
  margin-left: 80px;  
  list-style: none;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > a {
  position: relative;
  width: 25%;
  padding-left: 80px;
 }
.updated-header-shop-header .wrap nav > ul > li > ul > li > a::after{
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M10 7.66992L-6.11959e-07 0.669922L3 7.66992L0 14.6699L10 7.66992Z' fill='%239C9C9C'/%3E%3C/svg%3E");
  width: 12px;
  display: block;
  height: 14px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li:hover > a::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M10 7.66992L-6.11959e-07 0.669922L3 7.66992L0 14.6699L10 7.66992Z' fill='%230783CC'/%3E%3C/svg%3E");
}
.updated-header-shop-header .wrap nav > ul > li > ul > li:last-child{
  margin-bottom: 40px;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li.active-li > a::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M10 7.66992L-6.11959e-07 0.669922L3 7.66992L0 14.6699L10 7.66992Z' fill='%230783CC'/%3E%3C/svg%3E");
}
.updated-header-shop-header .wrap nav > ul > li > ul > li.active-li > a {
  background: #E4EDEA;
  color: #0783CC;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > a {
  color: #404040;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px; /* 100% */
  display: block;
  padding: 15px 40px 15px 20px;
  border-radius: 12px 0px 0px 12px;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li:hover > a {
  background: #E4EDEA;
  color: #0783CC;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li:hover > ul,
.updated-header-shop-header .wrap nav > ul > li > ul > li.active-li > ul  {
  position: absolute;
  left: calc(25% + 60px );
  padding: 132px 80px;
  margin: 0;
  list-style: none;
  width: calc(75% - 60px);
  top: 0;
  height: 100%;
  background: #E4EDEA;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li {
  width: 33%;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a {
  color: var(--Grey-Grey-700, #616161);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  padding: 15px 20px;
  display: block;
  transition: all ease-in-out 200ms;
  border-radius: 12px;
  width: 100%;

}
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a:hover,
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a:focus {
  background: #4EB0E9;
  color: #fff;
  outline: none;
}
.updated-header-shop-header .wrap nav > ul > li > ul > li > ul > .li-title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: capitalize;
  padding: 15px 20px;
  border-bottom: solid 1px #9C9C9C;
  display: block;
  margin-bottom: 24px;
  position: absolute;
  width: 88%;
  top: 40px;
}
.updated-header-shop-header .wrap nav ul li a .icon {
  display: none;
}
.updated-header-shop-header .logo-wrap a {
  display: flex;
  height: 68px;
}
.updated-header-shop-header .logo-wrap a img {
  width: 100%;
}
.updated-header-shop-header .action-button-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.updated-header-shop-header .action-button-wrap .search-wrap form {
  display: flex;
  border-radius: 6px;
  border: 1px solid #BEBEBE;
  background: #FFF;
  padding: 4px 8px 4px 16px;
}
.updated-header-shop-header .action-button-wrap .search-wrap form input {
  padding: 0;
  border: 0;
}
.updated-header-shop-header .action-button-wrap .search-icon-wrap {
  display: flex;
}
.updated-header-shop-header .action-button-wrap .search-icon-wrap button {
  padding: 0;
  background: transparent;
  border: unset;
  display: flex;
  cursor: pointer;
}
.updated-header-shop-header .action-button-wrap .header-cart-wrap {
  padding-right: 13px;
}
.updated-header-shop-header .action-button-wrap .cart-inner-wrap {
  position: relative;
  display: flex;
}
.updated-header-shop-header .action-button-wrap .cart-count{
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.24px;
  width: 20px;
  display: flex;
  border-radius: 200px;
  background: #AAA;
  height: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 7px;
  right: -13px;
}
.updated-header-shop-header .callus-wrap {
  display: flex;
  align-items: center;
}
.updated-header-shop-header .callus-wrap .callus-details {
  display: flex;
  flex-direction: column;
} 
.updated-header-shop-header .callus-wrap .callus-details p {
  color: #949496;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px; /* 100% */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.updated-header-shop-header .callus-details a {
  color: #535353;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.updated-header-shop-header .contactus-wrap a {
  border-radius: 120px;
  background: #6BBC9F;  
  padding: 14px 24px;
  color: #FFF !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px; /* 144.444% */
  letter-spacing: 0.72px; /* 100% */
  text-transform: uppercase;
}
.updated-header-shop-header .contactus-wrap a:hover {
  background: #4EB0E9;
}
.updated-header-shop-header .contactus-wrap a:active {
  background: #3498D2;
}
.updated-header-shop-header .toogle-menu-mobile {
  display: none;
}
.my-account-link {
	  display: none;
	  border-radius: 12px;
	  background: #4EB0E9;
	  padding: 12px 24px;
	  text-align: center;
	  max-width: 90%;
	  width: 100%;
	  margin: 0 auto;
	  margin-top: 12px;
	  color: #fff !important;
	  text-transform: uppercase;
}

@media screen and (max-width: 1300px){
	.my-account-link {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0.72px;
  }
  .updated-header-shop-header .action-button-wrap {
    gap: 6px;
    margin-left: 6px;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > .li-title {
    display: none;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:hover > ul, 
  .updated-header-shop-header .wrap nav > ul > li > ul > li.active-li > ul {
    background: transparent;
  }
  .updated-header-shop-header .wrap nav > ul {
    gap: 0;
    flex-direction: column;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:last-child {
    margin-bottom: 0;
  }
  .updated-header-shop-header .wrap nav ul li {
    border-bottom: solid 1px #EAEAEA;
  }
  .updated-header-shop-header .wrap nav > ul > li {
    padding: 0;
  }
	.updated-header-shop-header .wrap nav > ul > li > a:active,
	.updated-header-shop-header .wrap nav > ul > li > a:hover{
		background: #EAF4FB;
	}
  .updated-header-shop-header .wrap nav > ul > li > a {
    padding: 16px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
    display: block;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children {
    padding-right: 0;
  }
/* 	.updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:active {
		background: #EAF4FB;
	} */
  .updated-header-shop-header .wrap nav  ul > li.menu-item-has-children > a {
    width: 50%;
    background: unset !important;
    color: unset !important; 
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:after {
    height: 58px;
    width: 16px;
    background-size: contain;
    background-position: center;
    right: 20px;
    margin: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M15 1.19971L8 8.7998L1 1.19971' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a:hover {
    background: #EAF4FB;
    color: #000;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a:active {
    background: #EAF4FB;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a:-webkit-tap-highlight-color {
    background: #EAF4FB;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:hover > ul {
    display: none;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children.show-parent > ul {
    display: block;
    position: relative;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top: unset;
    top: 0;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > a {
    width: 100%;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:first-child {
    margin-top: 0;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li {
    margin-left: 0;
    position: relative;
    background: #F8F8F8;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children:hover:after {
    rotate: unset;
  }
  .updated-header-shop-header .wrap nav > ul > li.menu-item-has-children.show-parent:after {
    rotate: 180deg;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > a {
    padding: 16px 20px 16px 40px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:hover > a::after,
  .updated-header-shop-header .wrap nav > ul > li > ul > li> a::after {
    content: unset;
    background-image: unset;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li.menu-item-has-children::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M15 1.19971L8 8.7998L1 1.19971' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    position: absolute;
    right: 20px;
    height: 12px;
    width: 16px;
    background-repeat: no-repeat;
    top: 24px;
    transition: all ease-in-out 200ms;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li.menu-item-has-children.mega-menu-child::after {
    rotate: 180deg;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li.menu-item-has-children.mega-menu-child > ul{
    display: block;
    position: relative;
    left: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-left: 0;
    background: transparent;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li {
    width: 100%;
    background: #fff;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li > ul > li > a {
    padding: 16px 20px 16px 60px;
    width: 100%;
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; /* 144.444% */
    text-transform: capitalize;
    border-radius: unset;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:hover > ul {
    display: none;
  }
  .updated-header-shop-header .wrap nav > ul > li > ul > li:hover > a {
    background: unset;
    color: unset;
  }
  .updated-header-shop-header .columns {
    display: none;
    position: absolute;
    height: calc(100vh - 74px);
    overflow: scroll;
  }
  .updated-header-shop-header .callus-details,
  .updated-header-shop-header .contactus-wrap {
    display: none !important;
  }
	.updated-header-shop-header .callus-wrap {
		/* order: 2; */
		margin: 0 5px;
	}
	.updated-header-shop-header .action-button-wrap .header-cart-wrap {
		order: 1;
	}
  .updated-header-shop-header .toogle-menu-mobile {
    display: block;
    padding: 0;
    border: none;
    height: 74px;
    width: 74px;
    outline: none;
	  order:3;
  }
  .updated-header-shop-header .toogle-menu-mobile svg {
    width: 100%;
    height: 100%;
  }
  .updated-header-shop-header .toogle-menu-mobile svg rect {
    height: 100%;
  }
  .updated-header-shop-header .wrap {
    padding: 0 0 0 20px;
  }
  .updated-header-shop-header .wrap .columns.active-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 79px;
    z-index: 99;
    background: #fff;
    width: 400px;
  }
}
.pulse {
  display: block;
  width: 39px;
  height: 39px;
  background: #6BBC9F;
  margin: 0 13px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(107, 188, 159, 1);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
@media screen and (max-width: 767px) {
  .pulse {
    margin: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(107, 188, 159, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 6px rgba(107, 188, 159, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(107, 188, 159, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(107, 188, 159, 1);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(107, 188, 159, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(107, 188, 159, 0);
  }
}
@media screen and (max-width: 767px ) {
  .updated-header-shop-header .toogle-menu-mobile {
    height: 54px;
    width: 54px;
  }
  .updated-header-shop-header .wrap .logo-wrap > a {
    max-width: 133px;
    height: 37px;
  }
  .updated-header-shop-header .wrap .columns.active-menu {
    width: 100%;
    top: 60px;
  }
  .pulse {
    width: 36px;
    height: 36px;
  }
  .pulse svg {
    width: 36px;
    height: 36px;
  }
}
.updated-header-shop-header .logo-wrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  align-items: center;
}

.updated-header-shop-header .logo-wrap .header-trans{
margin-left: 15px;
}

.updated-header-shop-header .logo-wrap .header-trans #gt_float_wrapper img {
  width: 20px;
  border-radius: 0;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher {
  box-shadow: none;
  display: block;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options {
  position: absolute;
  width: 71px;
  top: 68%;
  background: #fff;
  border: solid 1px #DEDEDE;
  border-radius: 0 0 4px 4px;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected {
  background-color: #F6F6F6;
  padding: 6px;
  border: 0.5px solid #DEDEDE;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang,
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options a {
  color: #263068;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 6px;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options a {
  width: auto!important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
  display: flex;
  align-items: center;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  top: unset;
  color: #354978;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options a:hover {
  background: #347196;
  color: #fff;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='4' viewBox='0 0 9 4' fill='none'%3E%3Cpath d='M8.86682 0L4.86682 4L0.866821 0H8.86682Z' fill='%23404040'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: none;
}
.updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow.gt_arrow_rotate {
  transform: rotate(-180deg)
}
@media only screen and (max-width: 767px) {
  .updated-header-shop-header .callus-details a {
    font-size: 16px;
    line-height: 24px;
  }
  .updated-header-shop-header .logo-wrap .header-trans #gt_float_wrapper img {
    width: 13px;
  }
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang, 
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options a {
    padding: 6px;
    font-size: 9px;
    line-height: 17px;
  }
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0;
  }
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    width: 9px;
    height: 9px;
  }
  .updated-header-shop-header .logo-wrap .header-trans {
    margin-left: 0;
  }
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt-selected {
    padding: 4px;
  }
  .updated-header-shop-header .logo-wrap .header-trans .gt_float_switcher .gt_options {
    width: 58px;
  }
  .updated-header-shop-header .top-header {
    padding: 5px 16px;
  }
  .updated-header-shop-header .top-header .social-icons-wrap {
    gap: 6px;
  }
  .updated-header-shop-header .top-header .social-icons-wrap a img{
    height: 24px;
    width: 24px;
  }
  .updated-header-shop-header .action-button-wrap .search-wrap {
    display: none;
  }
}