.title-head {
  font-size: 1.42857em;
  font-weight: 700;
  color: #333;
  text-decoration: none; }
  .title-head a {
    color: #333; }
    .title-head a:hover {
      color: #ec3d79; }

.subtitle-head {
  font-size: 1.28571em;
  color: #333;
  margin: 20px 0; }

.product-box {
  text-align: left;
  margin-bottom: 14px;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }
  .product-box .product-thumbnail {
    position: relative; }
    .product-box .product-thumbnail > a {
      display: block;
      width: 100%;
      text-align: center;
      opacity: 1;
      -webkit-transition: opacity .5s ease-out;
      transition: opacity .5s ease-out; }
    .product-box .product-thumbnail a img.bethua {
      width: 100%;
      height: auto; }
  .product-box .product-info {
    z-index: 10;
    position: relative;
    padding-bottom: 10px; }
    .product-box .product-info .price-box .special-price, .product-box .product-info .price-box .old-price {
      display: inline-block; }
  .product-box .product-name {
    font-size: 1.07143em;
    line-height: 24px;
    color: #23cdb7;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 0; }
    .product-box .product-name:hover, .product-box .product-name:focus {
      color: #ec3d79; }
    .product-box .product-name a {
      color: #23cdb7;
      text-decoration: none; }
      .product-box .product-name a:hover, .product-box .product-name a:focus {
        color: #ec3d79; }
  .product-box .product-price {
    color: #323c3f;
    font-size: 1.21429em;
    line-height: 1.71429em;
    display: block;
    font-weight: 500; }
  .product-box .product-price-old {
    text-decoration: line-through;
    font-size: 1.07143em;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #adadad; }
  .product-box .sale-flash {
    position: absolute;
    font-size: 0.92857em;
    color: #FFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    top: 0;
    left: 10px;
    text-align: center;
    z-index: 99;
    background-color: #ec3d79; }
    .product-box .sale-flash:before {
      border-top: 10px solid #ec3d79;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      content: "";
      position: absolute;
      bottom: 100%;
      margin: 0;
      left: 0%;
      top: 100%;
      z-index: 100; }
  .product-box .product-summary {
    font-size: 1em;
    color: #acacac;
    line-height: 20px; }
    .product-box .product-summary h1, .product-box .product-summary h2, .product-box .product-summary h3, .product-box .product-summary h4, .product-box .product-summary h5 {
      font-size: 1em; }
  .product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .product-box:hover .product-thumbnail > a {
    opacity: .7; }

.product-price {
  color: #ec3d79;
  font-size: 1.42857em;
  line-height: 24px;
  display: block;
  font-weight: 700; }

.products-view-list .product-box .product-thumbnail {
  margin-bottom: 0; }

.products-view-list .product-box .product-info {
  text-align: left;
  background: transparent;
  border-top: none; }

.breadcrumb {
  margin: 0;
  font-size: 0.92857em;
  padding: 10px 0;
  border-radius: 0; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #ec3d79;
      font-size: 13px; }
      .breadcrumb li > a > span {
        color: #333; }
    .breadcrumb li span {
      display: inline;
      color: #777; }
      .breadcrumb li span .fa {
        color: #777; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #777;
      font-size: 13px; }
  .breadcrumb > li + li:before {
    display: none; }

.pagination {
  margin-bottom: 20px;
  display: block;
  text-align: center; }
  .pagination li {
    display: inline-block; }
  .pagination .page-link {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 30px;
    text-align: center;
    line-height: 26px;
    padding: 0;
    background-color: #f3f5f6;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border: 1px solid #f3f5f6;
    color: #333; }
    .pagination .page-link:hover {
      background-color: #ec3d79;
      border-color: #ec3d79;
      color: #fff; }
  .pagination .page-item.disabled .page-link {
    background-color: #f3f5f6;
    border-color: #f3f5f6;
    color: #333;
    display: block; }
  .pagination .page-item.active .page-link {
    background-color: #ec3d79;
    border-color: #ec3d79;
    color: #fff;
    display: block; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

header {
  background: #ffffff; }
  header.header-box {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 2px; }

.topbar {
  background: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px; }
  .topbar .container > div {
    border-bottom: 1px solid #e1e1e1; }
  .topbar .list-inline li {
    margin-right: 15px; }

.header-main {
  padding: 30px 0; }

.logo {
  display: inline-block;
  float: left;
  padding: 6px 0; }

.header_search {
  padding: 10px 0 15px; }
  .header_search input {
    float: right; }
  .header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
  .header_search .input-group {
    width: 100%;
    margin-bottom: 0; }
  .header_search button {
    padding: 0;
    width: 45px;
    background: transparent; }
    .header_search button img {
      margin-top: 6px; }

.mini-cart {
  z-index: 10;
  text-align: center; }
  .mini-cart:hover .top-cart-content {
    display: block; }
  .mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0;
  z-index: 1000; }
  .top-cart-contain .price {
    color: #ec3d79;
    text-transform: uppercase; }
  .top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700; }
  .top-cart-contain .product-details .price {
    color: #ec3d79;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }

.top-cart-content {
  display: none;
  position: absolute;
  top: 53px;
  right: 0;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 10000; }
  .top-cart-content ul.list-item-cart {
    padding: 0;
    max-height: 230px;
    overflow-y: auto; }
    .top-cart-content ul.list-item-cart::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
      background-color: #F1F1F1; }
    .top-cart-content ul.list-item-cart::-webkit-scrollbar {
      width: 5px;
      height: 6px;
      background-color: #F1f1F1; }
    .top-cart-content ul.list-item-cart::-webkit-scrollbar-thumb {
      background-color: #ec3d79;
      border-radius: 0px; }
  .top-cart-content .empty {
    text-align: left;
    color: #333; }
  .top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .top-cart-content .product-name a {
      font-size: 1em;
      line-height: normal;
      line-height: 20px !important;
      font-weight: 700;
      color: #333; }
      .top-cart-content .product-name a:hover, .top-cart-content .product-name a:focus {
        color: #ec3d79;
        text-decoration: none; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      border-top: 1px solid #eee;
      overflow: hidden;
      padding: 20px 0;
      width: 100%; }
      .top-cart-content li.item:first-child {
        border-top: none;
        padding-top: 10px; }
      .top-cart-content li.item:last-child {
        margin: 0;
        border-bottom: none; }
      .top-cart-content li.item .product-image {
        float: left;
        display: block;
        width: 100px;
        margin-right: 10px; }
      .top-cart-content li.item .detail-item {
        padding-left: 110px;
        position: relative; }
        .top-cart-content li.item .detail-item .quantity-select {
          margin-top: 5px; }
        .top-cart-content li.item .detail-item .fa {
          position: absolute;
          right: 20px; }
          .top-cart-content li.item .detail-item .fa:hover, .top-cart-content li.item .detail-item .fa:focus {
            color: #ec3d79;
            text-decoration: none; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 45px;
          padding: 0;
          text-align: center;
          min-height: 20px;
          height: 25px;
          border: 1px solid #eee;
          outline: none;
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          margin-bottom: 0; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block;
          border-radius: 0px;
          border: none;
          outline: none;
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          background-color: #e5e5e5;
          color: #000;
          height: 25px; }
          .top-cart-content li.item .detail-item button.items-count:hover, .top-cart-content li.item .detail-item button.items-count:focus {
            color: #fff;
            background-color: #ec3d79; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }

.top-subtotal {
  color: #333;
  font-size: 1.07143em;
  font-weight: 400;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: left;
  text-transform: none;
  margin-bottom: 15px; }
  .top-subtotal .price {
    font-weight: 700;
    color: #ec3d79;
    float: right; }

ul#cart-sidebar {
  padding: 10px;
  margin: 0;
  max-height: 582px;
  min-width: 320px; }
  ul#cart-sidebar .no-item p {
    margin-bottom: 0; }
  ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
  ul#cart-sidebar li.action {
    display: none; }
  ul#cart-sidebar.hasclass li.action {
    display: block; }
  ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px; }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9); }
  ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #ec3d79;
    border-radius: 15px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #ec3d79;
      border-radius: 15px; }

.li-fix-1 {
  background: #FFF;
  border-top: 1px solid #ebebeb;
  display: block; }

.li-fix-2 {
  display: block;
  width: 295px; }

header nav {
  background: #ffffff;
  position: relative; }
  header nav .nav {
    position: relative;
    float: right;
    text-align: right; }
  header nav .nav-item {
    float: left;
    position: relative;
    margin-right: 20px; }
    header nav .nav-item.has-mega {
      position: static; }
    header nav .nav-item > a {
      line-height: 32px;
      color: #333; }
      header nav .nav-item > a:hover {
        color: #ec3d79; }
    header nav .nav-item > .fa {
      color: #fff;
      position: absolute;
      right: 0;
      top: 33px; }
    header nav .nav-item .nav-item-lv2 {
      padding: 0 10px; }
    header nav .nav-item .nav-item-lv3 {
      padding: 0 10px; }
    header nav .nav-item:hover > .dropdown-menu {
      display: block;
      margin-top: 0; }
    header nav .nav-item:hover > .mega-content {
      display: block; }
    header nav .nav-item li.dropdown-submenu {
      position: relative; }
      header nav .nav-item li.dropdown-submenu .dropdown-menu {
        left: 100%;
        top: 0; }
      header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
        display: block; }
  header nav .mega-content {
    display: none;
    position: absolute;
    width: 1170px;
    background: #fff;
    z-index: 100;
    padding: 20px;
    border: 1px solid #ebebeb;
    left: 0; }
    header nav .mega-content .level1.item {
      float: left;
      width: 25%;
      padding: 0 5px; }

footer {
  background: #f5f5f5;
  position: relative;
  overflow: hidden; }
  footer .footer-info-widget h3 {
    font-size: 1.28571em;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px; }
  footer .footer-info-widget p {
    color: #cfd2d3;
    font-size: 1.14286em; }
    footer .footer-info-widget p.hotline {
      font-size: 2em;
      color: #fff;
      font-weight: 700;
      margin-bottom: 15px;
      margin-top: -8px; }
      footer .footer-info-widget p.hotline a {
        color: #fff; }
        footer .footer-info-widget p.hotline a:hover {
          color: #ec3d79; }
  footer .footer-info-widget form {
    position: relative; }
    footer .footer-info-widget form input {
      height: 50px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 1.14286em; }
    footer .footer-info-widget form button {
      position: absolute;
      right: 0;
      background: transparent;
      border: none;
      line-height: 50px;
      font-size: 2.14286em;
      color: #a6a6ad;
      padding-right: 10px; }
  footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em; }
    footer .list-inline .fa:hover {
      color: #ec3d79; }
  footer .site-footer h3, footer .site-footer h4 {
    position: relative;
    color: #333;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em; }
  footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em; }
    footer .list-menu a {
      color: #333; }
      footer .list-menu a:hover {
        color: #ec3d79;
        text-decoration: none; }
    footer .list-menu li {
      color: #333; }
    footer .list-menu.contact .fa {
      width: 20px;
      margin-right: 5px;
      color: #ec3d79; }
  footer .copyright {
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 1em;
    position: relative; }
    footer .copyright .inner {
      border-top: 1px solid #e1e1e1; }
    footer .copyright a {
      font-weight: 700;
      color: #333333; }
      footer .copyright a:hover {
        color: #ec3d79; }
  footer .social-icons li {
    margin-right: 10px; }
  footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #ec3d79;
    line-height: 1;
    cursor: pointer; }
    footer .back-to-top.show {
      position: fixed;
      right: 10px;
      bottom: 10px; }
  footer form {
    position: relative; }
    footer form button#subscribe {
      position: absolute;
      right: 0; }

.details-product #gallery_01 {
  margin-top: 15px; }

.details-product .owl-carousel.owl-loaded {
  overflow: hidden; }

.details-product .details-pro .product-price {
  font-size: 2.14286em;
  display: inline-block; }

.details-product .details-pro .price-box {
  margin: 10px 0 15px; }
  .details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em; }

.details-product .details-pro .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  height: auto;
  width: auto;
  display: inline-block;
  float: left; }
  .details-product .details-pro .custom-btn-number label {
    font-size: 14px; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 32px;
    font-size: 1.28571em;
    margin: 0; }
  .details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em; }
  .details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em; }

#recently-viewed-products .image {
  float: left;
  width: 90px;
  margin-right: 10px; }

#recently-viewed-products .info {
  width: calc(100% - 100px);
  float: right; }

.zoomWrapper {
  width: 100% !important;
  height: auto !important; }

.zoomWrapper img {
  position: static !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .zoomWrapper img ~ img {
    display: none !important; }

.product-tab .tab-link {
  margin-right: 20px; }
  .product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em; }
  .product-tab .tab-link span {
    font-size: 1.14286em; }
  .product-tab .tab-link.current h3 {
    color: #ec3d79; }

.product-tab .tab-content.current {
  min-height: 200px;
  padding-top: 20px; }

.view-mode span {
  font-size: 0; }

.button-view-mode {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid #ebebeb;
  font-size: 18px;
  padding: 7px 10px;
  border-radius: 0;
  width: 40px;
  height: 38px;
  line-height: 25px; }
  .button-view-mode.active {
    box-shadow: none;
    color: #ec3d79;
    border-color: #ec3d79; }
    .button-view-mode.active a {
      color: #333; }
  .button-view-mode:hover, .button-view-mode:focus {
    color: #ec3d79;
    border-color: #ec3d79; }

.sortPagiBar {
  border-bottom: 0.5px solid #eaeaea;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.blog-item {
  overflow: hidden;
  margin-bottom: 15px; }
  .blog-item .date {
    position: absolute;
    background: #ec3d79;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10; }
    .blog-item .date span {
      display: block;
      line-height: 45px; }
      .blog-item .date span ~ span {
        overflow: hidden;
        border-top: 1px solid #fff; }

.blog-item-name {
  font-weight: 700;
  position: relative;
  font-size: 1.28571em;
  margin: 0; }
  .blog-item-name a {
    color: #333; }
    .blog-item-name a:hover, .blog-item-name a:focus {
      color: #ec3d79;
      text-decoration: none; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #ec3d79; }

.blog-item-summary {
  font-size: 1em;
  margin-bottom: 0; }

.blog-item-thumbnail {
  position: relative; }

.list-blogs .blog-item {
  margin-bottom: 25px; }

.article-main .article-title {
  font-size: 1.71429em;
  line-height: 1.92857em;
  margin: 15px 0 8px; }

.article-main .postby {
  font-size: 1.14286em;
  line-height: 1.71429em;
  color: #676767;
  margin-bottom: 10px; }

.article-main .article-content {
  font-size: 1.14286em; }

.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px; }

#article-comments {
  margin-top: 30px; }
  #article-comments .article-comment {
    margin-bottom: 10px; }
  #article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px; }
  #article-comments .article-comment-user-comment {
    padding-left: 63px;
    font-size: 1em; }
  #article-comments .user-name-comment {
    margin: 0;
    color: #ec3d79;
    font-size: 18px;
    line-height: 1.3; }
    @media (max-width: 480px) {
      #article-comments .user-name-comment {
        font-size: 16px; } }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac; }

.social-media {
  font-size: 1em; }
  .social-media label {
    display: inline-block; }
  .social-media a {
    margin-right: 7px; }
  .social-media .list-inline li {
    margin-right: 20px; }

.section-news-2 {
  margin-bottom: 20px; }

.cart-item {
  background: #fff;
  padding: 20px 10px;
  border-bottom: 1px solid #e1e1e1; }

.cart-item-image {
  float: left;
  width: 120px;
  margin-right: 20px; }

.cart-item-info {
  padding-left: 140px; }
  .cart-item-info h3 {
    margin: 0;
    font-size: 1.28571em;
    font-weight: 400; }
  .cart-item-info .product-price {
    line-height: 50px; }
  .cart-item-info input {
    width: 95px;
    height: 45px;
    border-color: #e1e1e1;
    float: left; }
  .cart-item-info .remove-item {
    color: #c6c6c6;
    font-size: 38px;
    font-weight: 300;
    line-height: 47px;
    float: right; }
  .cart-item-info .variant {
    color: #adadad; }

.name-product-cart {
  color: #ec3d79; }

.cart .total-price {
  background: #fff;
  padding: 25px;
  line-height: 45px; }

.delete-cart .title {
  font-size: 2.14286em;
  text-align: center;
  padding: 30px 10px; }

.delete-cart .btn-50 {
  width: calc(50% - 3px); }
  .delete-cart .btn-50 a {
    color: #fff;
    display: block; }

#customer_register {
  margin-bottom: 20px; }

#customer_login,
#recover_customer_password {
  margin-bottom: 0; }

.checkbox.style input {
  margin: 0 !important;
  display: none; }

.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px; }
  .checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: #ec3d79;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

.block-account h3 {
  margin-top: 0; }

.customer-name {
  color: #ec3d79;
  line-height: 55px; }

.block-content.form-signup {
  background: #fff;
  padding-top: 10px; }
  .block-content.form-signup p {
    padding: 0;
    display: table; }
    .block-content.form-signup p i {
      color: #ec3d79;
      margin-right: 5px;
      display: table-cell;
      width: 20px; }

.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  .address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
    .address-title button.btn-edit {
      background-image: url(btn-edit5e88.png?v=136);
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url(btn-delete5e88.png?v=136);
      background-repeat: no-repeat;
      background-position: center; }

.address-subtitle {
  margin-top: 0;
  text-transform: uppercase; }

.address-item-action {
  right: 0;
  top: -7px; }
  .address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .address-group p {
    color: #595959; }
    .address-group p label {
      float: left;
      font-weight: 300; }

#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 0px; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #ec3d79;
    margin-right: 5px; }

.totalorders {
  background: #fff;
  border-color: #e1e1e1; }

.order-headding {
  margin: 0; }

.info-contact .widget-menu p {
  display: inline; }

.info-contact .logo {
  font-size: 20px; }

.aside-item.collection-category .nav-item {
  position: relative;
  clear: left;
  font-size: 1em; }
  .aside-item.collection-category .nav-item a {
    font-size: 1.07143em;
    font-weight: 500; }
    .aside-item.collection-category .nav-item a:hover, .aside-item.collection-category .nav-item a:focus {
      color: #ec3d79;
      background-color: transparent; }
  .aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 12px; }
  .aside-item.collection-category .nav-item.active > .fa:before {
    content: "\f106"; }
  .aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0;
    padding: 0; }
    .aside-item.collection-category .nav-item .dropdown-menu li a {
      padding: 5px 10px; }
    .aside-item.collection-category .nav-item .dropdown-menu .dropdown-menu li a {
      padding: 5px 20px; }
  .aside-item.collection-category .nav-item.active > a {
    color: #ec3d79; }
  .aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block; }

.aside-item.collection-category .nav > li > a {
  padding: 5px 0; }

.aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
  background: none; }

.ui-widget.ui-widget-content {
  height: 2px;
  background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #ec3d79 !important; }

.ui-slider-horizontal .ui-slider-handle {
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  top: -6px !important;
  border: none !important;
  background: #ec3d79 !important; }

.ui-widget.ui-widget-content {
  border: none !important;
  margin-bottom: 25px;
  width: calc(100% - 14px);
  margin-left: 7px; }

#start {
  width: 100px;
  float: left; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #start {
      width: 90px; } }
  #start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #stop {
      width: 90px; } }
  #stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px; }

a#filter-value {
  padding: 7px 15px;
  font-weight: 500;
  width: 100%;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid #ec3d79;
  background-color: #fff;
  color: #ec3d79;
  line-height: 1.42857143;
  height: auto; }
  a#filter-value:hover, a#filter-value:focus {
    color: #fff;
    background-color: #ec3d79; }

div#isp_search_result_page_container .btn-search {
  display: none; }

button.btn.btn-default.btn-search {
  display: none; }

div#isp_search_result_page_container form {
  margin-bottom: 0; }
