header a {
  text-decoration: none;
}

header ul {
  list-style-type: none;
}

button {
  cursor: pointer !important;
}

#off-canvas-menu .closebtn,
#mobile_menu_button,
.shopping_cart_count button,
.widget_shopping_cart button {
  border: none;
}

#off-canvas-menu .closebtn:focus,
#mobile_menu_button:focus,
.shopping_cart_count button:focus,
.widget_shopping_cart button:focus {
  outline: none;
}

#mini_cart_overlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .6;
  display: none;
}

/* Main Top Bar - Header */

.top-bar {
  width: 100%;
  background: white;
  top: 0;
  min-height: 90px;
  height: auto;
  left: 0;
  color: black;
  border-bottom: solid 1px #cccccc;
  z-index: 1;
}

#top-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05)
}

#top-bar.sticky+#main-wrap {
  padding-top: 90px;
  position: relative;
}

body.page-template-articles-php #top-bar.sticky+#main-wrap{
  padding-top: 210px;
}

header {
  opacity: 1;
}

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em 0 0 0;
}

.header-container .header-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-container .logo_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container .logo_wrap img {
  width: 168px;
}

#mobile_top_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.header-container .logo {
  margin-left: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

/* Mobile Top Menu */

#mobile_top_nav {
  margin: 0 0 0 0;
}

#mobile_top_nav ul li {
  display: inline-block;
  /* padding: 0.5em 0 0; */
  font-size: 0.9em;
}

#mobile_top_nav ul li a {
  text-decoration: none;
  color: #7D7C7D;
}

#mobile_top_nav li a.active {
  color: #000000;
  border-bottom: 2px solid #000000;
  font-weight: 300;
}

#mobile_top_nav li a:hover {
  color: #B6B6B6;
}

#mobile_top_nav {
  display: none;
}

#mobile_menu_button {
  background: none;
  color: #04a6d4;
  padding: 0;
  font-size: 1.6rem;
  margin: 0.238rem;
  line-height: 35px;
}

#shop-cart {
  background: none;
  color: #04a6d4;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

#shop-cart .items-count {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -8px;
  font-size: 10px;
  background-color: #d9272e;
  width: 15px;
  height: 15px;
  line-height: 16px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
}

#my-account-link {
  color: #04a6d4 !important;
  padding: 0;
  font-size: 1.4rem;
  margin: 0.238rem .6em 0 0;
  line-height: 20px;
  display: inline-block;
}

/* Off Canvas Menu */

#off-canvas-menu {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: -100%;
  background: white;
  display: none;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem;
}

#off-canvas-menu .closebtn {
  background: none;
  color: #5e5e5e;
  padding: 0;
  font-size: 1.6rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 1;
  cursor: pointer;
  text-align: center;
}

#off-canvas-menu .closebtn:before {
  content: "\f00d";
  font-family: "Font Awesome\ 5 Free";
  font-size: inherit;
  vertical-align: middle;
  font-weight: 600;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu {
  list-style: none;
  margin-bottom: .5em;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu li {
  padding: .5em;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu>li {
  border-bottom: solid 1px #e3e3e3;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu li,
#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu li a {
  color: #05c3ee;
  font-size: 1.2rem;
  line-height: 26px;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu ul>li,
#off-canvas-menu .off-canvas-menu-inner-wrapper .mobile_menu ul>li a {
  color: #5e5e5e;
  font-weight: 700;
  font-size: 1rem;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .off-canvas-menu-footer {
  padding: .5em;
  margin-bottom: .5em;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .off-canvas-menu-footer .off-canvas-phone a {
  color: #5e5e5e;
  font-weight: 700;
  font-size: 1rem;
}

#off-canvas-menu .off-canvas-menu-inner-wrapper .off-canvas-menu-footer .off-canvas-phone i {
  padding-right: .5em;
}

ul.sub,
ul.sub_sub {
  margin-left: .2em !important;
}

ul.sub li,
ul.sub_sub li {
  width: 100%;
}



/* Mini Cart */

#mini_cart_overlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: .6;
  display: none;
}

#mini-cart {
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  left: -400px;
  background: white;
  opacity: 1;
  display: none;
  z-index: 11;
  padding: 3em 1.5em 1.5em 1.5em;
}

#mini-cart .mini-cart-inner-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: auto;
}

#mini-cart .closebtn {
  background: none;
  color: #5e5e5e;
  padding: 0;
  font-size: 1.6rem;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: auto;
  cursor: pointer;
  text-align: center;
}

#mini-cart .remove_from_cart_button {
  display: none;
}

#mini-cart h3.dock-title {
  color: #00b4dc;
}

#mini-cart .mini_cart_item img {
  float: left;
  width: 60px;
  margin: 0 0.468rem 0 0;
}

#mini-cart ul.cart_list .mini_cart_item {
  padding: 12px 0;
  margin: 0 0 10px 0;
  list-style: none;
  border-style: dashed;
  border-color: #eee;
  border-width: 1px 0 0 0;
}

#mini-cart .mini_cart_item .quantity {
  display: block;
  font-size: 0.8rem;
  color: #5e5e5e;
}

#mini-cart .mini_cart_item .quantity>.amount {
  display: inline-block;
}

#mini-cart .mini_cart_item .amount {
  display: block;
  font-size: 0.8rem;
  color: #5e5e5e;
}

#mini-cart ul.cart_list .mini_cart_item .variation {
  display: none;
}

#mini-cart .total {
  color: #5e5e5e;
}

#mini-cart .buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#mini-cart .buttons a {
  color: white !important;
  width: 45%;
  text-align: center;
}

#mini-cart .closebtn:before {
  content: "\f00d";
  font-family: "Font Awesome\ 5 Free";
  font-size: inherit;
  vertical-align: middle;
  font-weight: 600;
}

#mini-cart a {
	color: #ff3737;
	font-weight: 700;
}

.main_account_nav .account_login_link {
  border-right: 1px solid grey;
  border-left: 1px solid grey;
  margin: 0px 8px;
  padding: 0px 8px !important;
}

/* Desktop Menu */
#wpadminbar+header {
  margin-top: 32px;
}

.”logo_wrap” {
  display: flex;
  align-items: center;
}

.header-inner-wrapper a {
  display: inline-block;
}

.main-navigation {
  padding: 0;
}

.main-menu {
  list-style: none;
  margin: 0;
}

.main-menu li {
  display: inline-block;
  position: relative;
  padding: 1rem .8rem;
}

.main-menu li a {
  color: #04a6d4;
  font-weight: 700;
  text-decoration: none;
}

.main-menu li a:hover,
.main-menu li a:focus {
  color: #00b4dc;
  font-weight: 700;
}

.main-menu .menu-item .sub-menu li a{
  color: #04a6d4;

}

.main-menu .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  padding: 1rem;
  margin: 0;
  box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
  border: 1px solid #dfdfdf;
  padding: 10px;
  border-radius: 5px;
  z-index: 10;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.main-menu .menu-item-has-children li>.sub-menu {
  left: 100%;
  top: 0;
}

.main-menu .menu-item-has-children[aria-expanded="true"]>.sub-menu {
  visibility: visible;
  opacity: 100;
}

.main-menu .menu-item-has-children .sub-menu li {
  white-space: nowrap;
  display: block;
  padding: .3rem;
}

.main-menu .menu-item-has-children .sub-menu .menu-item-has-children::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  top: 29%;
  margin-top: 0px;
  right: 0;
  margin-right: 0;
  text-transform: none;
  float: right;
}

.main-menu .menu-item-has-children::after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  top: 50%;
  margin-top: -.5rem;
  right: 0;
  margin-right: 0;
  text-transform: none;
  padding-left: 5px;
}

.main_account_nav .account_links .my_account_link {
  border-right: 1px solid grey;
  border-left: 1px solid grey;
  margin: 0px 8px;
  padding: 0px 8px !important;
}

.main_account_nav {
  text-align: right;
  margin-top: -33px;
  font-size: 14px;
  font-weight: bold;
  color: #5e5e5e;
}

.main_account_nav a {
  color: #00B3E2;
  font-weight: 700;
  text-decoration: none;
}

.main_account_nav a:hover {
  color: #f72b33;
}

.main_account_nav ul {
  list-style: none;
  margin: 0;
  padding-top: 12px;
}

.main_account_nav ul li {
  display: inline-block;
}

.main_account_nav ul li.main_phone {
  color: #5e5e5e;
  font-weight: 400;
  font-size: 16px;
  padding-right: 5px;
}

.main_account_nav ul li.main_phone i {
  margin-right: .4em;
}

/* -- Highlight navigation menu item --*/
.menu-item.highlight a {
  color: #ff3737 !important;
  position: relative;
  padding-left: 22px;
}


.menu-item.highlight a:before {
  content: "\f091";
  color: #00b4dc;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* -- Highlight navigation menu item end --*/

/* Header My account Dropdown menu */
.main_account_nav .my-acc-dropdown-menu {
	position: relative;
	display: inline-block;
}

.main_account_nav .my-acc-dropdown-menu a.my_account_link {
	padding-right: 20px !important;
}

.main_account_nav .my-acc-dropdown-menu a.my_account_link:after {
	content: "\f107";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 700;
	font-size: 1rem;
	position: absolute;
	top: -1px;
	padding-left: 0;
	right: 14px;
	display: inline-block;
}

.main_account_nav .my-acc-dropdown-menu:hover a.my_account_link:after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.main_account_nav .my-acc-dropdown-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	background: #fff;
	box-shadow: 0 10px 50px rgba(0,0,0,.05);
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	z-index: 20;
	text-align: left;
	padding: 10px 18px;
	min-width: 155px;
}

.main_account_nav .my-acc-dropdown-menu ul li {
	display: block;
}

.main_account_nav .my-acc-dropdown-menu ul li a {
	color: #5e5e5e;
}

.main_account_nav .my-acc-dropdown-menu ul li a:hover {
	color: #00b3e2;
}

.main_account_nav .my-acc-dropdown-menu ul li a:before {
	display: none !important;
}

.main_account_nav .my-acc-dropdown-menu:hover ul {
	display: block;
}

/* Header My account Dropdown menu end */

/* fix for large screens 50% resize */
  @media screen and (min-width: 1240px){
  .entry>div.vc_row{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  
}