/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
/* RIGHT TO LEFT */
/*
 * LAYOUTS VAIRABLES
 */
/*******************************************************
ptsmegamenu
********************************************************/
.pts-megamenu .navbar-default {
  background-color: transparent;
  border: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #pts-top-menu {
    margin-left: -10px;
    margin-right: -10px;
    max-height: inherit;
  }
}
#topnavigation {
  margin-bottom: -2px;
  padding: 0;
}
#topnavigation .megamenu {
  /* product-list */
  /* end product-list */
  /* Tabs List */
  /* end Tabs List */
  /* widget-accordion */
  /* end widget-accordion */
}
@media (min-width: 767px) {
  #topnavigation .megamenu {
    float: right;
  }
  .rtl #topnavigation .megamenu {
    float: left;
  }
}
#topnavigation .megamenu > li {
  float: left;
  margin-bottom: 0;
  border-right: none;
}
.rtl #topnavigation .megamenu > li {
  float: right;
}
@media (max-width: 768px) {
  #topnavigation .megamenu > li {
    width: 100%;
  }
}
#topnavigation .megamenu > li > a {
  border-bottom: none;
  position: relative;
  padding: 32px 20px;
  font: 12px/22px "Latoblack", Helvetica;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #topnavigation .megamenu > li > a {
    border-bottom: 1px solid #444;
    padding: 10px;
  }
}
#topnavigation .megamenu > li > a .sub-title {
  display: block;
  text-transform: normal;
  font-size: 10px;
}
#topnavigation .megamenu > li.dropdown .caret {
  border: none;
  position: relative;
}
#topnavigation .megamenu > li.dropdown .caret:before {
  color: #FFF;
  content: "\f107";
  font: 13px "FontAwesome";
  position: absolute;
  right: -15px;
  top: -9px;
}
.rtl #topnavigation .megamenu > li.dropdown .caret:before {
  left: -15px;
  right: auto;
}
#topnavigation .megamenu > li.dropdown > a {
  padding: 32px 29px 32px 20px;
}
.rtl #topnavigation .megamenu > li.dropdown > a {
  padding: 32px 20px 32px 29px;
}
@media (max-width: 768px) {
  #topnavigation .megamenu > li.dropdown > a {
    padding: 10px;
  }
}
@media (min-width: 767px) {
  #topnavigation .megamenu > li.dropdown.open > .dropdown-menu, #topnavigation .megamenu > li.dropdown:hover > .dropdown-menu {
    left: 0;
    display: block;
  }
  .rtl #topnavigation .megamenu > li.dropdown.open > .dropdown-menu, .rtl #topnavigation .megamenu > li.dropdown:hover > .dropdown-menu {
    right: 0;
    left: auto;
  }
}
#topnavigation .megamenu > li.dropdown.open .caret:before, #topnavigation .megamenu > li.dropdown:hover .caret:before {
  color: #fdd841;
}
@media (min-width: 767px) {
  #topnavigation .megamenu > li.dropdown.open > a:before, #topnavigation .megamenu > li.dropdown:hover > a:before {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid black;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: 1px;
    position: absolute;
  }
  .rtl #topnavigation .megamenu > li.dropdown.open > a:before, .rtl #topnavigation .megamenu > li.dropdown:hover > a:before {
    right: 50%;
    left: auto;
  }
  .rtl #topnavigation .megamenu > li.dropdown.open > a:before, .rtl #topnavigation .megamenu > li.dropdown:hover > a:before {
    margin-right: -5px;
    margin-left: inherit;
  }
}
#topnavigation .megamenu > li.open > a, #topnavigation .megamenu > li:hover > a {
  color: #fdd841;
}
#topnavigation .megamenu > li.open > a:after, #topnavigation .megamenu > li:hover > a:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1001;
}
@media (max-width: 480px) {
  #topnavigation .megamenu > li.open > a:after, #topnavigation .megamenu > li:hover > a:after {
    content: none;
  }
}
#topnavigation .megamenu > li.open > a:focus, #topnavigation .megamenu > li.open > a:hover, #topnavigation .megamenu > li:hover > a:focus, #topnavigation .megamenu > li:hover > a:hover {
  color: #fdd841;
}
#topnavigation .megamenu > li.open > a .caret:before, #topnavigation .megamenu > li:hover > a .caret:before {
  color: #fdd841;
}
#topnavigation .megamenu > li.aligned-fullwidth {
  position: static;
}
#topnavigation .megamenu > li.aligned-fullwidth > .dropdown-menu {
  width: 100%!important;
}
#topnavigation .megamenu > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
#topnavigation .megamenu > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl #topnavigation .megamenu > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl #topnavigation .megamenu > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
#topnavigation .megamenu > li.aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.rtl #topnavigation .megamenu > li.aligned-center .dropdown-menu {
  right: 50%;
  left: auto;
}
#topnavigation .megamenu .dropdown-submenu {
  position: relative;
}
#topnavigation .megamenu .dropdown-submenu.open .dropdown-menu, #topnavigation .megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  background: transparent;
  padding: 0;
}
#topnavigation .megamenu .dropdown-submenu.open .dropdown-menu .dropdown-menu-inner, #topnavigation .megamenu .dropdown-submenu:hover .dropdown-menu .dropdown-menu-inner {
  margin-left: 20px;
  background: #000;
  padding: 15px;
}
#topnavigation .megamenu .dropdown-submenu.open .dropdown-menu .dropdown-menu-inner:before, #topnavigation .megamenu .dropdown-submenu:hover .dropdown-menu .dropdown-menu-inner:before {
  content: "";
  border: 10px solid transparent;
  border-right-color: #000;
  display: inline-block;
  margin-left: -30px;
  margin-top: -10px;
  float: left;
}
#topnavigation .megamenu .dropdown-menu {
  top: 85px;
  padding: 15px;
  min-width: 220px;
  color: #777777;
  background:#fff;
  border-bottom: 10px solid #FDD841;
  
  
}



#topnavigation .megamenu .dropdown-menu .widget_heading, #topnavigation .megamenu .dropdown-menu .widget-heading {
  background: none;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
  color: black;
  text-transform: uppercase;
  font-family: "Latoblack", Helvetica;
  font-size: 14px;
  padding: 0;
  font-weight: bold;
}
.rtl #topnavigation .megamenu .dropdown-menu .widget_heading, .rtl #topnavigation .megamenu .dropdown-menu .widget-heading {
  text-align: right;
}
#topnavigation .megamenu .dropdown-menu .widget-inner .manu-logo {
  float: left;
  padding: 1px;
  margin: 8px 8px 0px 0;
  border: #cacaca;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl #topnavigation .megamenu .dropdown-menu .widget-inner .manu-logo {
  float: right;
}
#topnavigation .megamenu .dropdown-menu .block_content {
  padding: 0;
}
#topnavigation .megamenu .dropdown-menu li {
  padding: 6px 0;
  position: relative;
}
#topnavigation .megamenu .dropdown-menu li:hover > a,
#topnavigation .megamenu .dropdown-menu li .open > a, #topnavigation .megamenu .dropdown-menu li:focus > a {
  background: #fdd841;
  padding: 1px 5px;
  color: black;
}
#topnavigation .megamenu .dropdown-menu li a {
  padding: 1px 0;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#topnavigation .megamenu .dropdown-menu li a:hover {
  background: #fdd841;
  padding: 1px 2px;
  color: black;
  
}
#topnavigation .megamenu .dropdown-menu .dropdown-menu-inner .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
#topnavigation .megamenu .product-block {
  margin: 0 -10px;
}
#topnavigation .megamenu .product-block .product-container {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.rtl #topnavigation .megamenu .product-block .product-container {
  float: right;
}
#topnavigation .megamenu .product-block .product-container .image {
  position: relative;
}
#topnavigation .megamenu .product-block .product-container .image .product-image-container {
  position: relative;
  overflow: hidden;
}
#topnavigation .megamenu .product-block .product-container .image .content_price {
  top: 20px;
  right: 20px;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}
.rtl #topnavigation .megamenu .product-block .product-container .image .content_price {
  left: 20px;
  right: auto;
}
.rtl #topnavigation .megamenu .product-block .product-container .image .content_price {
  text-align: right;
}
#topnavigation .megamenu .product-block .product-container .image .new {
  display: none;
}
#topnavigation .megamenu .product-block .product-container .product-meta h3 {
  font-size: 13px;
  margin-top: 15px;
}
#topnavigation .megamenu .product-block .product-container .product-meta h3 a {
  color: #777777;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#topnavigation .megamenu .product-block .product-container .product-meta h3 a:hover {
  color: black;
  background-color: #fdd841;
  padding: 0 5px;
}
#topnavigation .megamenu .product-block .product-container .product-meta .comments_note .star_content {
  float: left;
  margin: 0 2px 0px 0;
}
.rtl #topnavigation .megamenu .product-block .product-container .product-meta .comments_note .star_content {
  float: right;
}
.rtl #topnavigation .megamenu .product-block .product-container .product-meta .comments_note .star_content {
  margin: 0 0 0px 2px;
}
#topnavigation .megamenu .product-block .product-container .product-meta .comments_note .star_content .star {
  height: 18px;
}
#topnavigation .megamenu .product-block .product-container .product-meta .comments_note .nb-comments {
  overflow: hidden;
  font: italic 13px Arial, Helvetica, sans-serif;
}
#topnavigation .megamenu .widget-products .new-box {
  display: none;
}
#topnavigation .megamenu .widget-tab .nav-tabs {
  border-bottom: #cacaca;
}
#topnavigation .megamenu .widget-tab .nav-tabs li {
  padding: 0;
}
#topnavigation .megamenu .widget-tab .nav-tabs li:before {
  content: none;
}
#topnavigation .megamenu .widget-tab .nav-tabs li a {
  padding: 5px 10px;
}
#topnavigation .megamenu .widget-tab .nav-tabs li a:hover {
  border: #cacaca;
  border-bottom: none;
}
#topnavigation .megamenu .widget-tab .tab-content {
  border: #cacaca;
  border-top: none;
  margin: 0 !important;
  padding: 10px;
}
#topnavigation .megamenu .widget-accordion .panel-heading {
  padding: 0;
}
#topnavigation .megamenu .widget-accordion .panel-heading h4 {
  background: none;
  cursor: pointer;
  padding: 8px 10px;
}
#topnavigation .megamenu .widget-accordion .panel-heading h4 a {
  color: red;
  /* &:hover {
  	&.collapsed {
  		color: red;
  	}
  } */
}
#topnavigation .megamenu .widget-accordion .panel-heading h4 a.collapsed {
  color: #000;
}

@media (max-width: 992px) {
  .pts-megamenu .navbar-nav > li {
    position: static;
  }
  .pts-megamenu .navbar-nav > li > .dropdown-menu {
    width: 100%!important;
  }
}
@media (max-width: 992px) and (max-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
  
  
}
