						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    						    /* Powergraph.ir */
html,
body {
    background-color: #fff;
}
#top-menu,
#top-menu #Main_Menu > #top_nav {
    background-color: #fff;
}
.btn_search,
.floating-contact .floating-btn {
  background-color: #999;
}
#top_nav .main_nav li.selected,
#top_nav .main_nav li:hover,
.DownMenu_Nav li:hover {
  background-color: #2aa3d5;
}
.navbar-dark .navbar-toggler-icon:before {
   content:"menu";
   font-size: 1.9rem;
}
.MenuDown .navbar-dark .navbar-toggler-icon:before {
   color: #fefefe;

}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMWYxZjFmIj48cGF0aCBkPSJNMTIwLTI0MHYtODBoNzIwdjgwSDEyMFptMC0yMDB2LTgwaDcyMHY4MEgxMjBabTAtMjAwdi04MGg3MjB2ODBIMTIwWiIvPjwvc3ZnPg==");
  font-family: "PowerGraph Icons";
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  color: #aaaaaa;
  cursor: pointer;
}
#top-menu.navbar-dark .navbar-toggler-icon {
  background-image: url('data:image/svg xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg>');
}
#top-menu.navbar-dark .navbar-toggler {
  padding-right: 0;
  border: 0 none;
}
.navbar-dark .navbar-toggler {
  border-color: rgba(0,0,0,.1);
}
#top-menu .CartBox.active .OrderCount {
  background: #ef4056;
  opacity: 1;
  color: #fff;
  border: 1px solid #e15466;
}
#top-menu .CartBox.active > i {
  color: #ef4056;
}
footer [class^="Footer-Bar-"] .Block-Contact [class*=" PowerGraph-Ico-"]::before,
footer [class^="Footer-Bar-"] .FBlock-News li a::before,
footer [class^="Footer-Bar-"] ul li a:hover {
  color: #2aa3d5;
}
#top-menu{
  border-bottom: 1px solid;
}
#top-search {
    border-color: #999;
}
#top_nav .main_nav li a,
.singin, .singup, .user-dropdown, .toggle, .CartBox, .Wishlist {
  color: #000;
}

#bottom-wrapper .MenuDown {
  background: #ec3467;
  font-weight: bold;
}
footer [class^="Footer-Bar-"] {
  background: #fff;
}
footer [class^="Footer-Bar-"] div.title {
  color: #000;
}
footer [class^="Footer-Bar-"] ul li a,
footer [class^="Footer-Bar-"] .Block-Contact * {
  color: #222;
}


.product .product_content {
  border-top-color: #ffb0be;
}


@media (max-width: 460px) {
  #top-wrapper {
    border-bottom: 0 none; /* 1px solid #e3e4e5 */
    box-shadow: none; /* 0 1px 2px rgba(0, 0, 0, .12) */
  }
  #top-wrapper #logo {
    margin-left: 10px !important;
  }
  #logo img, .logo img{
    max-height: 45px;
  }
  .HorizontalContent .productItem {
    width: 160px;
  }
  .HorizontalContent .productItem .ItemImg~.Item_title {
      margin-top: 10px;
  }
  .HorizontalContent .Product-MainBlock .productItem .Item_title {
      display: -webkit-box;
      overflow-wrap: break-word;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      white-space: unset;
      min-height: 40px;
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
  }
}

.btn_search {
    border-radius: 15px 0 0 15px !important;
    background-color: #ef4056;
}
#top-search, #top-search input.txt_search {
    border-radius: 15px !important;
}
#top-menu .Profile::after {
    content: "";
    width: 0;
}
.PG-Breadcrumbs li {
    padding: 5px 0;
}
@media (max-width: 767px) {
    #top-wrapper {
        min-height: 60px;
    }
    #top-search {
        margin-top: 0;
    }
    .floating-contact {
        bottom: 75px;
        z-index: 1039;
    }
    .floating-contact .floating-box {
        bottom: 145px;
    }
    
}
.floating-nav {
    border: 1px solid #ef4056;
    margin: 0 5px 3px;
    border-radius: 8px;
}
.floating-nav .nav-pills .nav-link {
    margin: 3px;
    font-size: .9rem;
    color: #777;
}
.floating-nav .nav-pills a.nav-link:hover {
    color: #000;
}
.floating-nav .nav-pills .nav-link.active {
    border: 1px solid #ef4056;
    background-color: #ef4056;
    border-radius: 8px;
    color: #fff !important;
}
.floating-nav .nav-pills .nav-link .OrderCount {
    position: absolute;
    left: 22%;
    border: 1px solid #ef4056;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #fff;
    top: 2px;
}

.floating-nav .nav-item i {
    font-size: 1.7rem;
}

.CustomPost.post header {
    border-bottom: 2px solid #ef4056;
    background: none;
}
.CustomPost.post header h3 {
    font-weight: bold;
    color: #000;
}
.CustomPost.post header a {
    color: #ef4056;
}

.floating-contact .floating-btn {
    background: url('/uploads/images/main page/joon.png') !important;
    border: 0 none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.floating-contact .floating-btn i.floating-btn-icons {
    background: none !important;
}
.floating-contact .floating-btn .floating-btn-icons.floating-contact-icon:before,
.floating-contact .floating-btn:after {
    content: '';
}
                        
.price.green{
  color: #23254e !important;
}
                        
                        
                        