#ph_megamenu_wrapper {
  position: relative;
  z-index: 90;
}
#ph_megamenu_wrapper .ph-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 100%;
}

#ph_megamenu_wrapper .ph-col.ph-new-row {
  clear: left;
  padding-bottom:0px;
}
#ph_megamenu_wrapper .ph-col-1 {
  width: 97.5px;
}
#ph_megamenu_wrapper .ph-col-2 {
  width: 195px;
}
#ph_megamenu_wrapper .ph-col-3 {
  width: 292.5px;
}
#ph_megamenu_wrapper .ph-col-4 {
  width: 390px;
}
#ph_megamenu_wrapper .ph-col-5 {
  width: 487.5px;
}
#ph_megamenu_wrapper .ph-col-6 {
  width: 585px;
}
#ph_megamenu_wrapper .ph-col-7 {
  width: 682.5px;
}
#ph_megamenu_wrapper .ph-col-8 {
  width: 780px;
}
#ph_megamenu_wrapper .ph-col-9 {
  width: 877.5px;
}
#ph_megamenu_wrapper .ph-col-10 {
  width: 975px;
}
#ph_megamenu_wrapper .ph-col-11 {
  width: 1072.5px;
}
#ph_megamenu_wrapper .ph-col-12 {
  width: 1170px;
  max-width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #ph_megamenu_wrapper .ph-col-1 {
    width: 80.833333px;
  }
  #ph_megamenu_wrapper .ph-col-2 {
    width: 161.666667px;
  }
  #ph_megamenu_wrapper .ph-col-3 {
    width: 242.5px;
  }
  #ph_megamenu_wrapper .ph-col-4 {
    width: 323.333333px;
  }
  #ph_megamenu_wrapper .ph-col-5 {
    width: 404.166667px;
  }
  #ph_megamenu_wrapper .ph-col-6 {
    width: 485px;
  }
  #ph_megamenu_wrapper .ph-col-7 {
    width: 565.833333px;
  }
  #ph_megamenu_wrapper .ph-col-8 {
    width: 646.666667px;
  }
  #ph_megamenu_wrapper .ph-col-9 {
    width: 727.5px;
  }
  #ph_megamenu_wrapper .ph-col-10 {
    width: 808.333333px;
  }
  #ph_megamenu_wrapper .ph-col-11 {
    width: 889.166667px;
  }
  #ph_megamenu_wrapper .ph-col-12 {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ph_megamenu_wrapper .ph-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #ph_megamenu_wrapper .ph-hidden-desktop {
    display: none !important;
  }
}
.ph_megamenu_mobile_toggle {
  clear: both;
}
.ph_megamenu_mobile_toggle a.show_megamenu,
.ph_megamenu_mobile_toggle a.hide_megamenu {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  clear: both;
  display: none;
  margin: 30px 0 10px 0;
  padding: 0 10px;
  background: #f6f6f6;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.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;
}

#ph_megamenu_wrapper {
  position: relative;
  clear: both;
  display: block!important;
  margin-top: 5px;
}

#ph_megamenu_wrapper .container {
  position: static!important;
}
#ph_megamenu_wrapper #ph_megamenu {
    width: 100%;
    padding-left: 0;
    text-align: center;
}

#ph_megamenu_wrapper #ph_megamenu .marker {
  display: none;
  margin-left: 20px;
  cursor: pointer;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu {
  position: absolute;
  background: #ffffff;
  top: 51px;
  color: #6F6F6F;
  line-height: 22px;
  font-size: 12px;
  z-index: 110;
  padding: 20px 0;
  border-bottom:3px solid #c59d53;
  box-shadow:0px 0px 5px 0px #E9E9E9;
 /* border: 1px solid #E9E9E9;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-width: 1172px;
}
#ph_megamenu_wrapper #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_wrapper #ph_megamenu .mega-menu h3 {
  /*border-bottom: 1px solid #f6f6f6;*/
  border-bottom: 1px solid #dcbd83;
  font: 700 10px/12px Lato;
  color: #c59d53;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  text-transform:uppercase;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .ph-new-row h3{
  border-bottom:0px;
}

#ph_megamenu_wrapper #ph_megamenu .mega-menu .ph-new-row h3 > a {
  text-transform: uppercase;
  font: 400 10px/12px Lato;
  color:black;
}

#ph_megamenu_wrapper #ph_megamenu .mega-menu .ph-type-6 h3 {
  margin-left: 15px;
  margin-right: 15px;
}
#ph_megamenu_wrapper #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_wrapper #ph_megamenu .mega-menu ul li:before {
  /*content: "\f105";*/
  font-family: "FontAwesome";
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul li:hover {
  padding-left: 5px;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul li a {
  color: inherit;
  text-decoration: none;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul li a:hover {
  text-decoration: none;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu img {
  max-width: 100%;
  height: auto;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul.dropdown {
  right: -160px;
  top: 0px!important;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul.dropdown li {
  height: auto;
  line-height: 14px;
  transition: none 0s ease 0s;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul.dropdown li:hover {
  padding-left: 0;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul.dropdown li:before {
  content: "";
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu ul.dropdown li a {
  float: none;
  display: block;
  padding: 7px 10px;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_name,
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_image,
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_price,
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_btn {
  text-align: center;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_name {
  font-size: 18px;
  color: #444;
  margin-top: 10px;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_name a {
  color: inherit;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_name a:hover {
  color: #222;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_desc {
  font-size: 11px;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_image {
  border: 1px solid #f6f6f6;
  margin: 10px 0;
  -webkit-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
  position: relative;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_image:hover {
  border-color: #ccc;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_image img {
  margin-left: auto;
  margin-right: auto;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_price {
  padding: 10px 0;
  margin: 10px 0;
  border: 1px solid #f6f6f6;
  border-width: 1px 0;
}
#ph_megamenu_wrapper #ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_btn .button {
  margin-bottom: 5px;
}

#ph_megamenu_wrapper #ph_megamenu .dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 110;
    min-width: 180px;
    background: #fff;
    top: 50px;
    box-shadow: 0 2px 2px #aaa;
    -moz-box-shadow: 0 2px 2px #aaa;
    -webkit-box-shadow: 0 2px 2px #aaa;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li {
    color: #333;
    clear: both;
    display: block;
    font-size: 14px;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li:last-child {
  border-bottom: 0;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li .dropdown {
  left: 220px;
  top: inherit;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li i {
  margin-right: 5px;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li a {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    float: left;
    clear: both;
    color: #777;
    text-align: left;
    font-size: 12px;
    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;
}
#ph_megamenu_wrapper #ph_megamenu .dropdown li a:hover {
  background: #f6f6f6;
  color:black;
}

#ph_megamenu_wrapper #ph_megamenu > li.open > a {
  color: #484848;
}
#ph_megamenu_wrapper #ph_megamenu > li > a {
    position: relative;
    /*color: #777;*/
    color:#484848;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
  font-weight: normal;
  height: 45px;
  line-height: 47px;
  padding: 3px 20px 0;
  text-transform: uppercase;
}
#ph_megamenu_wrapper #ph_megamenu > li > a:hover {
  text-decoration: none;
  color: black;
}
#ph_megamenu_wrapper #ph_megamenu li {
  display: inline-block;
}
#ph_megamenu_wrapper #ph_megamenu li.align-right {
  float: right;
}
#ph_megamenu_wrapper #ph_megamenu li a {
  outline: none;
  z-index: 10;
}
#ph_megamenu_wrapper #ph_megamenu li span.label {
  position: absolute;
  top: -11px;
  left: 15%;
  font-size: 9px;
  font-weight: bold;
  padding: 7px 5px;
  text-align: center;
}
#ph_megamenu_wrapper #ph_megamenu li span.label:after {
  bottom: -8px;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 50%;
}
#ph_megamenu_wrapper #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;
}

@media (max-width: 767px) {
 #ph_megamenu_wrapper {
    display: none!important;
    margin-top: 0;
  }
}
#ph_megamenu_wrapper nav {
    position: relative!important;
}
.fixedmenu #ph_megamenu_wrapper {
    position: fixed;
    top: 0px;
    padding-top: 10px;
    background-color: white;
    right: 0;
    left: 0px;
    padding-bottom: 10px;
    max-width: initial;
    margin-top: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e1e1e1;
}

.ph-mega-categories-list-lvl-1{
  text-align:left;
}

.ph-mega-categories-list-lvl-1 > li > a{
  text-transform: uppercase;
  font: 400 10px/12px Lato;
  color: black;
}


#ph_megamenu_wrapper #ph_megamenu > li.megamenu-rebajas > a{
  color:red;
}