#ph_megamenu {
  position: relative;
  z-index: 90;
  display: flex;
  justify-content: center;
}
#ph_megamenu .ph-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#ph_megamenu .ph-col-1 {
  width: 95px;
}
#ph_megamenu .ph-col-2 {
  width: 190px;
}
#ph_megamenu .ph-col-3 {
  width: 285px;
}
#ph_megamenu .ph-col-4 {
  width: 380px;
}
#ph_megamenu .ph-col-5 {
  width: 475px;
}
#ph_megamenu .ph-col-6 {
  width: 570px;
}
#ph_megamenu .ph-col-7 {
  width: 665px;
}
#ph_megamenu .ph-col-8 {
  width: 760px;
}
#ph_megamenu .ph-col-9 {
  width: 855px;
}
#ph_megamenu .ph-col-10 {
  width: 950px;
}
#ph_megamenu .ph-col-11 {
  width: 1045px;
}
#ph_megamenu .ph-col-12 {
  width: 1140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ph_megamenu .ph-col-1 {
    width: 81px;
  }
  #ph_megamenu .ph-col-2 {
    width: 162px;
  }
  #ph_megamenu .ph-col-3 {
    width: 243px;
  }
  #ph_megamenu .ph-col-4 {
    width: 322px;
  }
  #ph_megamenu .ph-col-5 {
    width: 405px;
  }
  #ph_megamenu .ph-col-6 {
    width: 470px;
  }
  #ph_megamenu .ph-col-7 {
    width: 567px;
  }
  #ph_megamenu .ph-col-8 {
    width: 648px;
  }
  #ph_megamenu .ph-col-9 {
    width: 729px;
  }
  #ph_megamenu .ph-col-10 {
    width: 810px;
  }
  #ph_megamenu .ph-col-11 {
    width: 891px;
  }
  #ph_megamenu .ph-col-12 {
    width: 970px;
  }
}
@media (max-width: 991px) {
  #ph_megamenu .ph-col-1,
  #ph_megamenu .ph-col-2,
  #ph_megamenu .ph-col-3,
  #ph_megamenu .ph-col-4,
  #ph_megamenu .ph-col-5,
  #ph_megamenu .ph-col-6,
  #ph_megamenu .ph-col-7,
  #ph_megamenu .ph-col-8,
  #ph_megamenu .ph-col-9,
  #ph_megamenu .ph-col-10,
  #ph_megamenu .ph-col-11,
  #ph_megamenu .ph-col-12 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ph_megamenu_mobile_toggle a.show_megamenu,
.ph_megamenu_mobile_toggle a.hide_megamenu {
height: 45px;
line-height: 43px;
clear: both;
display: none;
width: 100%;
padding: 0 10px;
background: #f6f6f6;
font-size: 16px;
color: #000;
font-weight: normal;
text-transform: uppercase;
float: left;
}
.ph_megamenu_mobile_toggle a.show_megamenu:hover,
.ph_megamenu_mobile_toggle a.hide_megamenu:hover {
  color: #cc6600;
  text-decoration: none;
}
.ph_megamenu_mobile_toggle a.show_megamenu i,
.ph_megamenu_mobile_toggle a.hide_megamenu i {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .ph_megamenu_mobile_toggle a.show_megamenu {
    display: block;
  }
}
#ph_megamenu_wrapper {
  position: relative;
  clear: both;
}
@media (max-width: 991px) {
  #ph_megamenu_wrapper {
    display: none;
  }
}
#ph_megamenu_wrapper .container {
  position: static!important;
}
.ph_megamenu {
  width: 100%;
  text-align: center;
}
.ph_megamenu li span.label {
position: absolute;
top: -16px;
left: 35%;
font-size: 9px;
height: 20px;
padding: 0px 5px;
line-height: 20px;
font-weight: bold;
text-align: center;
}
.ph_megamenu li span.label:after {
bottom: -12px;
content: "\f0d7";
font-family: "FontAwesome";
font-size: 15px;
position: absolute;
right: 60%;
}
div.background_menu {
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
}
div.background_menu.sticky {
  position: fixed;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid #f6f6f6;
}
div.background_menu.sticky .topmenu {
  border: 0;
  margin-bottom: 0;
}
.ph_megamenu .marker {
  display: none;
  margin-left: 20px;
  cursor: pointer;
}
.ph_megamenu > li.open > a {
  color: #484848;
}
.ph_megamenu > li > a {
  position: relative;
  height: 35px;
  display: block;
  line-height: 38px;
  text-decoration: none;

  font-weight: 300;

  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #000;
}
.ph_megamenu > li > a:hover {
  text-decoration: none;
  color: #484848;
  font-weight:500;
}
.ph_megamenu > li {
  display: inline-block;
}
.ph_megamenu li.align-right {
  float: right;
}
.ph_megamenu li a {
  outline: none;
  z-index: 10;
}
.ph_megamenu li.mobile-toggle {
  padding: 20px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  .ph_megamenu li {
    clear: both;
    display: block;
   margin: 0 0 1px 0;
    width: 100%;
  }
  .ph_megamenu li > a {
    padding: 0 10px;
    background: #f6f6f6;
    font-size: 14px!important;
    display: flex;
    justify-content: space-between;
  }
  .ph_megamenu li > a:active {
    color: #333;
  }
  .ph_megamenu li > a i.fa-home {
    display: none;
  }
  .ph_megamenu li > a span.hide {
    display: block!important;
  }
  .ph_megamenu li > a span.label {
    display: none;
  }
  .ph_megamenu li > a span.marker-off {
    display: inline-block;
  }
  .ph_megamenu li > a span.marker {
margin: 0 -10px 0 0;
padding: 0 15px;
background: rgba(153, 153, 153, 0.36);
float: right;
height: 45px;
width:45px;
line-height: 45px;
text-align: center;
  }
}
.ph_megamenu > li:hover .mega-menu.with-effect {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  visibility: visible;
}
.ph_megamenu .mega-menu {
position: absolute;
top: 43px;
color: #424242;
line-height: 22px;
font-size: 13px;
z-index: 110;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: none;
min-width: 10%;
background: #fff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);
margin-top: 1px;
}
.ph_megamenu .mega-menu.with-effect {
  display: block!important;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: visibility 0s ease-in-out 0.4s, transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -ms-transition: visibility 0s ease-in-out 0.4s, -ms-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  -webkit-transition: visibility 0s ease-in-out 0.4s, -webkit-transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
  visibility: hidden;
}
.ph_megamenu .mega-menu h3 {
padding-bottom: 10px;
margin-bottom: 10px;
font-size: 10px;
text-decoration: none;
color: #424242;
text-transform: uppercase;
border-bottom: 1px solid rgba(0, 0, 0, 0.06);
margin-top: 0px;
font-weight: normal;
}
.ph_megamenu .mega-menu ul li {
  font-size: 14px;
  color: #555;
  display: block;
  width: 100%;
  transition: padding-left 0.3s ease 0s;
  white-space: nowrap;
  position: relative;
}
.ph_megamenu .mega-menu ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: rgba(167, 167, 167, 0.66);
  margin-right: 5px;
}
.ph_megamenu .mega-menu ul li:hover {
  padding-left: 5px;
}
.ph_megamenu .mega-menu ul li a {
  color: inherit;
  text-decoration: none;
}
.ph_megamenu .mega-menu ul li a:hover {
  text-decoration: none;
}
.ph_megamenu .mega-menu img {
  max-width: 100%;
  height: auto;
}
.ph_megamenu .mega-menu ul.dropdown {
  right: -160px;
  top: 0px!important;
}
.ph_megamenu .mega-menu ul.dropdown li {
  height: auto;
  line-height: 14px;
  transition: none 0s ease 0s;
}
.ph_megamenu .mega-menu ul.dropdown li:hover {
  padding-left: 0;
}
.ph_megamenu .mega-menu ul.dropdown li:before {
  content: "";
  display:none;
}
.ph_megamenu .mega-menu ul.dropdown li a {
  float: none;
  display: block;
  padding-left: 15px !important;
}

.ph_megamenu .mega-menu .product-container {
font-size: 12px;
-webkit-font-smoothing: antialiased !important;
text-rendering: optimizelegibility;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
color: #222;
background: #fff;
position: relative;
white-space: normal;
line-height: 1.42857143;
}

.ph_megamenu .mega-menu .product_list_ph {
padding: 0 15px;
}
.ph_megamenu .mega-menu .product_list_ph li {
  transition: none 0s ease 0s;
  overflow: hidden;
  margin-bottom: 15px;
  height: auto;
  position: relative;
}
.ph_megamenu .mega-menu .product_list_ph li:hover {
  padding-left: 0;
}
.ph_megamenu .mega-menu .product_list_ph li:hover > div {
  box-shadow: none;
}
.ph_megamenu .mega-menu .product_list_ph li .info {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.ph_megamenu .mega-menu .product_list_ph li:before {
  content: "";
  display:none;
}
.ph_megamenu .mega-menu .product_list_ph li .noavailable_text {
  float: left;
}
.ph_megamenu .mega-menu .product_list_ph li a.button {}
.ph_megamenu .mega-menu .product_list_ph li a.button.lnk_view {
  color: #484848;
}
.ph_megamenu .mega-menu .product_list_ph li a.button span {}
.ph_megamenu .mega-menu .product_list_ph li h3 {
  height: 50px;
}
.ph_megamenu .mega-menu .product_list_ph li h3 a {
  white-space: normal;
}
.ph_megamenu .mega-menu .product_list_ph li h3 a:hover {
  color: #484848;
}
@media (max-width: 991px) {
  .ph_megamenu .mega-menu {
    position: relative;
    background: none;
    top: 0;
    left: 0!important;
    display: none;
    width: 100%;
  }
  .ph_megamenu .mega-menu h3 {
    font-size: 16px;
  }
  .ph_megamenu .mega-menu ul li {
    white-space: normal;
    transition: none;
  }
  .ph_megamenu .mega-menu ul li:hover {
    padding-left: 0;
  }
  .ph_megamenu .mega-menu ul li > a {
    background: none;
    font-size: 16px;
  }
  .ph_megamenu .mega-menu ul li > a:hover {
    color: #484848;
  }
  .ph_megamenu .mega-menu ul li > a:active {
    color: #333;
  }
  .ph_megamenu .mega-menu ul li > a span.marker {
    display: none;
  }
  .ph_megamenu .mega-menu ul.dropdown {
    right: 0;
    display: block;
  }
  .ph_megamenu .mega-menu ul.dropdown li {
    border: 0;
    padding-left: 40px;
  }
  .ph_megamenu .mega-menu ul.dropdown li:hover {
    padding-left: 40px;
  }
  .ph_megamenu .mega-menu ul.dropdown li a {
    padding: 10px;
  }
  .ph_megamenu .mega-menu ul.dropdown li a:hover {
    background: none;
  }
}
.ph_megamenu .dropdown {
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 110;
min-width: 220px;
background: #fff;
top: 35px;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);

text-align: left;
    margin-left: -20px;
}
.ph_megamenu .dropdown li {
  color: #333;
  clear: both;
  width: 100%;

  font-size: 14px;
}
.ph_megamenu .dropdown li:last-child {
  border-bottom: 0;
}
.ph_megamenu .dropdown li .dropdown {
  left: 220px;
  top: inherit;
}
.ph_megamenu .dropdown li i {
  margin-right: 5px;
}
.ph_megamenu .dropdown li a {
  width: 100%;
  padding: 8px 20px;
  display: inline-block;
  float: left;
  clear: both;
  color: #424242;
  font-size: 11px;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  -o-transition: background-color 200ms linear;
  -ms-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
  font-weight: 300;
}
.ph_megamenu .dropdown li a:hover {
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .ph_megamenu .dropdown {
    display: none;
    position: relative;
    width: 100%;
    top: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .ph_megamenu .dropdown li {
    float: left;
    margin: 0;
  }
  .ph_megamenu .dropdown li a {
    border-bottom: 1px solid rgba(153, 153, 153, 0.25);
	padding: 0 10px !important;
line-height: 43px !important;
  }
  .ph_megamenu .dropdown li a span.marker {
    display: none;
  }
  .ph_megamenu .dropdown li a:hover {
    color: #484848;
  }
  .ph_megamenu .dropdown li .dropdown {
    left: 0 !important;
  }
  .ph_megamenu .dropdown li .dropdown a {
    padding-left: 40px;
  }
  .ph_megamenu .dropdown li .dropdown .dropdown a {
    padding-left: 80px;
  }
}
.responsive_menu select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 0 0px 0;
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f6f6f6;
}
.ph_megamenu p {padding-bottom:0px !important;}