#ph_megamenu_wrapper {
  position: relative;
  z-index: 90;
}
#ph_megamenu_wrapper .ph-col {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
	float: left;
}
#ph_megamenu_wrapper .center_me{
	margin: 0 auto;
	display: inline-block;
}
#ph_megamenu_wrapper .ph-col.ph-new-row {
  clear: left;
}
#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 (max-width: 991px) {
  #ph_megamenu_wrapper .ph-col-1,
  #ph_megamenu_wrapper .ph-col-2,
  #ph_megamenu_wrapper .ph-col-3,
  #ph_megamenu_wrapper .ph-col-4,
  #ph_megamenu_wrapper .ph-col-5,
  #ph_megamenu_wrapper .ph-col-6,
  #ph_megamenu_wrapper .ph-col-7,
  #ph_megamenu_wrapper .ph-col-8,
  #ph_megamenu_wrapper .ph-col-9,
  #ph_megamenu_wrapper .ph-col-10,
  #ph_megamenu_wrapper .ph-col-11,
  #ph_megamenu_wrapper .ph-col-12 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@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%;
	float: left;
	clear: both;
	display: block;
	padding: 22px 20px;
	position: relative;
	text-transform: uppercase;
	display: block;
	font-size: 17px;
	letter-spacing: 1px;
	display: none;
}
.ph_megamenu_mobile_toggle a.show_megamenu:hover,
.ph_megamenu_mobile_toggle a.hide_megamenu:hover {
  color: #cabe82;
  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;
	text-align: center;
}
@media (max-width: 991px) {
  #ph_megamenu_wrapper {
    display: none;
    margin-top: 0;
  }
}
#ph_megamenu_wrapper .container {
  position: static!important;
}
#ph_megamenu_wrapper .ph_megamenu {
	width: 100%;
	padding-left: 0;
	margin-bottom: 0px;
}
@media (max-width: 991px) {
  #ph_megamenu_wrapper .ph_megamenu {
    background: none;
    border: 0;
  }
}
#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: 64px;
  color: #6F6F6F;
  line-height: 22px;
  font-size: 13px;
  z-index: 110;
  padding: 20px 0;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  max-width: 1172px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
}
#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;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 0;
  color: #333;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu .ph-type-6 {
  float: left;
}
#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.ph-mega-categories-list li a{
	padding: 15px 3px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #2a1e19;
	display: block;
	line-height: 17px;
	padding: 8px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li a:hover {
	background-color: #c8bc81;
	padding-left: 35px;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li a:hover:before  {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
	color:#fff;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li ul.dropdown {
	right: -207px !important;
	top: 0px!important;
	margin-top: -13px;
	margin-left: -3px;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul li.ph_product_item {
	text-align: center;
	 white-space: normal !important;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul li a:hover {
  padding-left: 5px;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul li a {
	text-decoration: none;
	transition: padding-left 0.3s ease 0s;
	display: block;
}
#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: 8px 25px;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu .product_list_ph .ph_product_item {
	float: left;
}
#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 .product-price {
  font-weight: bold;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu .product_list_ph .ph_product_item .old-price {
  text-decoration: line-through;
  font-weight: normal;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu .product_list_ph .ph_product_item .ph_product_btn .button {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
	#ph_megamenu_wrapper .ph_megamenu .mega-menu {
		position: relative;
		/*background: none;*/
		top: 0;
		left: 0!important;
		display: none;
		clear: both;
		width: 100% !important;
	}
	#ph_megamenu_wrapper .center_me{
		margin: 0 auto;
		display: block !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu img {
		display: block;
		margin: 0 auto;
		margin-top: 15px;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu .front_image img,
	#ph_megamenu_wrapper .ph_megamenu .mega-menu .back_image img	{
		margin-top: 0px !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li a:hover {
		background-color: #c8bc81;
		padding-left: 10px !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu .ph_product_item:hover {
		padding-left: 15px !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li a:hover:before  {
		display: none !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.ph-mega-categories-list li ul.dropdown {
		right: -7px !important;
	}
  #ph_megamenu_wrapper .ph_megamenu .mega-menu h3 {
    font-size: 16px;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu .ph-mega-categories-cat-title {
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu .ph-type-4 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu .ph-type-4 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul li {
    white-space: normal;
    transition: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul li:before {
    content: '';
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul li:hover {
    padding-left: 0;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul li > a {
    font-size: 16px;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    text-transform: uppercase;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul li > a span.marker {
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul.dropdown {
    right: 0!important;
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul.dropdown li {
    border: 0;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul.dropdown li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul.dropdown li a:hover {
    background: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .mega-menu ul.dropdown li ul li a {
    padding-left: 80px;
  }
}
#ph_megamenu_wrapper .ph_megamenu .dropdown {
	list-style: none;
	margin: 0;
	display: none;
	position: absolute;
	z-index: 110;
	width: 207px;
	background: #fff;
	top: 64px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
	padding: 15px 3px;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li {
	clear: both;
	width: 100%;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li:last-child {
  border-bottom: 0;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li .dropdown {
	left: 207px;
	top: inherit;
	margin-top: -48px;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li i {
  margin-right: 5px;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #2a1e19;
	display: block;
	line-height: 17px;
	padding: 8px 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li a:hover {
	background-color: #c8bc81;
	padding-left: 35px;
}
#ph_megamenu_wrapper .ph_megamenu .dropdown li a:hover:before  {
	content: "\f0da";
	font-family: 'FontAwesome';
	position: absolute;
	left: 20px;
	color:#fff;
}

@media (max-width: 991px) {
  #ph_megamenu_wrapper .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_wrapper .ph_megamenu .dropdown li {
    margin: 0;
  }
	#ph_megamenu_wrapper .ph_megamenu .dropdown li a { 
		position: relative;
	}
  #ph_megamenu_wrapper .ph_megamenu .dropdown li a span.marker {
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu .dropdown li a:hover {
    color: #484848;
  }
	#ph_megamenu_wrapper .ph_megamenu .dropdown li .dropdown {
		left: 0!important;
		margin-top: 0px !important;
		background: rgb(244, 244, 244);
		padding: 0px 0px !important;
	}
  #ph_megamenu_wrapper .ph_megamenu .dropdown li .dropdown a {
    padding-left: 40px;
  }
  #ph_megamenu_wrapper .ph_megamenu .dropdown li .dropdown .dropdown a {
    padding-left: 80px;
  }
}
#ph_megamenu_wrapper .ph_megamenu > li.open > a {
  color: #484848;
}
#ph_megamenu_wrapper .ph_megamenu > li > a {
	text-transform: uppercase;
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	position: relative;
}
#ph_megamenu_wrapper .ph_megamenu > li > a:hover {
	text-decoration: none;
	border-bottom: 2px solid #c8bc81;
}
#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: 991px) {
	#ph_megamenu_wrapper .ph_megamenu li {
		clear: both;
		display: block;
		margin: 0px;
		width: 100%;
		border-bottom: 1px solid rgb(244,244,244);
	}
	#ph_megamenu_wrapper .ph_megamenu li > a {
		text-transform: uppercase;
		display: block;
		padding: 15px 10px !important;
		font-size: 15px;
		margin: 0px;
	}
	.ph_megamenu_mobile_toggle a.hide_megamenu{
		background: rgba(245,245,245,0.92);
	}
	#ph_megamenu ul li.menu_header{
		margin-bottom: 10px !important;
	}
	#menu_active_background{
		display: none !important;
	}
	#ph_megamenu_wrapper .ph_megamenu > li > a:hover {
		text-decoration: none;
		border-bottom: 2px solid rgba(255, 255, 255, 0) !important;
	}
	#ph_megamenu_wrapper .ph_megamenu .dropdown li a:hover {
		background-color: #c8bc81;
	}
	#ph_megamenu_wrapper .ph_megamenu .dropdown li a:hover:before  {
		display: none !important;
	}
	
  #ph_megamenu_wrapper .ph_megamenu li > a:active {
    color: #222;
  }
  #ph_megamenu_wrapper .ph_megamenu li > a i.fa-home {
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu li > a span.hide {
    display: block!important;
  }
  #ph_megamenu_wrapper .ph_megamenu li > a span.label {
    display: none;
  }
  #ph_megamenu_wrapper .ph_megamenu li > a span.marker-off {
    display: inline-block;
  }
	#ph_megamenu_wrapper .ph_megamenu li > a span.marker {
		height: 49px;
		width: 50px;
		text-align: center;
		float: right;
		position: absolute;
		right: 0px;
		top: 0px;
		line-height: 50px;
		font-size: 34px;
		font-weight: bold;
		color: rgb(202, 202, 202);
	}
}

#ph_megamenu ul {
	margin-bottom:15px;
}

#ph_megamenu ul li {
	text-align: left;
}

#ph_megamenu ul li.menu_header {
	font-weight: bold;
	margin-bottom: 10px;
}

#ph_megamenu_wrapper .ph_megamenu .mega-menu ul li.menu_header a:hover {
  padding-left: 0px !important;
}

#ph_megamenu .owl-carousel .owl-wrapper-outer{
	padding-top: 0px;
	padding-bottom: 0px;
}

#ph_megamenu ul.owl-carousel {
	margin-bottom: 0px !important;
}
#ph_megamenu_wrapper .ph_megamenu .mega-menu ul.owl-carousel li a:hover {
  padding-left: 0px !important;
}

.ph_megamenu .product_list{
	margin-top: 0px !important;
}

.ph_megamenu ul.product_list .product-name{
	width: 100% !important;
}
