/**
Theme Name: NoiThatViet
Theme URL: 
Author: 
Author URL: /
Version: 1.0    
Last update: 
*/
/*  ################################################################
1. MIXIN
2. VARIABLE
3. ELEMENTS
3.1 Title
3.2 Product item
3.3 Breadcrumb
3.4 Pagination
3.5 .....
4. HEADER 
4.1 Header Gerenal
4.2 Minicart
4.3 Menu
5. FOOTER
6. PRODUCT DETAIL   
7. COLLECTION   
8. BLOGS    
9. ARTICLE
10. CART
11. REGISTER,LOGIN, ACCOUNT,ORDER, ADDREDSS...
10.1 ....
10.2 ....
12. SIDEBAR
13. FIX APPS

################################################################# */
/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
2. Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
3. Element
==============================================================================*/
/*3.1 Title*/
.title-head {
  font-size: 1.42857em;
  font-weight: 700;
  color: #323c3f;
  text-decoration: none; }
  .title-head a {
    color: #1a1a26; }
    .title-head a:hover {
      color: #00688B;
      text-decoration: none; }

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

/*3.2 Product item*/
.products-view-list .product-info .quick-view {
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 20px;
  background: #749d35;
  color: #fff; }
  .products-view-list .product-info .quick-view:hover {
    background: #1a1a26 !important; }

.products-view-list .product-info .product-name {
  text-align: left !important;
  padding: 0; }

.products-view-list .product-info .old-price {
  text-align: left !important;
  width: auto !important; }

.products-view-list .product-box:hover .quick-view {
  background: #749d35; }

.products-view-list .product-box:hover .product-name a {
  color: #1a1a26 !important; }

.product-box {
  text-align: left;
  margin-bottom: 14px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: solid 1px #ebebeb; }
  .product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0; }
  .product-box:hover .product-info {
    background: #1a1a26; }
    .product-box:hover .product-info a {
      color: #fff; }
  .product-box:hover .product-action {
    display: inline-block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    opacity: 1; }
  .product-box .product-thumbnail {
    position: relative;
    overflow: hidden; }
    .product-box .product-thumbnail > a {
      text-align: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .product-box .product-thumbnail a img {
      width: auto;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-box .product-action {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 38%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s; }
    .product-box .product-action .btn-buy, .product-box .product-action .btn-cart {
      width: 40px;
      height: 40px;
      background: #1a1a26;
      border-radius: 50%;
      text-align: center;
      padding: 0px;
      line-height: 40px; }
      .product-box .product-action .btn-buy:hover, .product-box .product-action .btn-cart:hover {
        background: #00688B; }
    .product-box .product-action .btn_view {
      color: #fff;
      width: 40px;
      height: 40px;
      background: #1a1a26;
      border-radius: 50%;
      border: none;
      line-height: 40px;
      padding: 0px; }
      .product-box .product-action .btn_view:hover {
        background: #00688B; }
  .product-box .product-info {
    z-index: 10;
    position: relative;
    padding-bottom: 10px;
    border-top: solid 1px #ebebeb;
    transition: all .5s;
    -webkit-transition: all .5s; }
  .product-box .product-name {
    font-size: 14px;
    line-height: 24px;
    color: #323c3f;
    font-weight: 300;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 0 5px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis; */}
    .product-box .product-name a {
      color: #1a1a26;
      text-decoration: none;
      font-weight: bold;
      transition: all .5s;
      -webkit-transition: all .5s; 
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2; /* number of lines to show */
    }
      .product-box .product-name a:hover {
        color: #fff; }
  .product-box .inventory_quantity {
    display: none; }
  .product-box .product-price {
    color: #856e3c;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    font-weight: 700; }
  .product-box .price-box {
    text-align: center;
    line-height: 30px; }
    .product-box .price-box .old-price {
      display: inline-block; }
      .product-box .price-box .old-price span {
        text-align: left; }
    .product-box .price-box .special-price {
      margin-right: 15px;
      display: inline-block; }
  .product-box .product-price-old {
    text-decoration: line-through;
    display: inline-block;
    color: #f7941d;
    font-size: 12px; }
  .product-box .sale-flash {
    border-radius: 10px;
    position: absolute;
    font-size: 12px;
    color: #FFF;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    top: 5px;
    right: 5px;
    text-align: center;
    z-index: 99;
    background-color: #faca00; }
    .product-box .sale-flash:before {
      border-top: 10px solid #faca00;
      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 form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

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

.products-view-list .product-box .product-thumbnail {
  text-align: center;
  margin-bottom: 0;
  width: calc(100% / 3);
  float: left; }

.products-view-list .product-box .product-info {
  text-align: left;
  margin-left: 30px;
  float: left;
  width: calc(100% / 3 * 2 - 30px);
  background: transparent;
  border-top: none; }

/*3.3 Breadcrumb*/
.bread-crumb {
  text-align: center;
  background: url("bgcrumb8915.png?v=42") no-repeat center;
  height: 200px;
  margin-bottom: 30px; }
  .bread-crumb .title-crumb {
    font-size: 26px;
    color: #fff;
    margin-top: 50px; }

.breadcrumb {
  margin: 0;
  font-size: 1em;
  padding: 0;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb li {
    display: inline; }
    .breadcrumb li > a {
      color: #fff; }
      .breadcrumb li > a > span {
        color: #fff; }
    .breadcrumb li strong {
      color: #00688B; }
    .breadcrumb li span {
      display: inline;
      color: #00688B; }
      .breadcrumb li span .fa {
        color: #fff; }
    .breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
      color: #00688B;
      font-weight: 400; }
  .breadcrumb > li + li:before {
    display: none; }

/*3.4 Pagination*/
.text-xs-right > nav, .text-xs-left > nav {
  text-align: center; }

.pagination {
  margin-bottom: 20px; }
  .pagination .page-link {
    padding: initial;
    float: left;
    margin: 2.5px;
    width: 35px;
    background: #888890;
    text-align: center;
    height: 35px;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    border-radius: 0;
    border: none;
    text-decoration: none;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important; }
    .pagination .page-link:hover {
      background-color: #1a1a26;
      color: #fff; }
  .pagination .page-item.disabled .page-link {
    border: 0;
    display: none; }
  .pagination .page-item.active .page-link {
    background-color: #1a1a26;
    display: block;
    color: #fff; }

/*============================================================================
4. Header
==============================================================================*/
/*4.1  Header Gerenal*/
header {
  background: #ffffff; }

.topbar {
  background: #104e8b;
  text-align: center;
  height: 50px;
  line-height: 50px; }
  .topbar .container > div {
    border-bottom: 1px solid #e1e1e1; }
  .topbar .list-inline li {
    margin-right: 15px; }
  .topbar span {
    color: #c3c3cc; }
  .topbar a {
    color: #c3c3cc;
    position: relative; }
  .topbar i {
    margin-right: 10px; }
  .topbar #cart-total {
    color: #fff;
    background: #ed145b;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    border-radius: 50%;
    top: -13px;
    left: 10px; }

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

.bannerTop {
  text-align: right; }

.logo {
  display: inline-block;
  font-size: 2.85714em; }

.header_search {
  padding: 10px 0 10px; }
  .header_search input {
    float: right; }
  .header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px; }
    .header_search .input-group-btn button {
      width: 30px;
      height: 30px;
      line-height: 32px; }
  .header_search .input-group {
    width: 100%;
    margin-bottom: 0; }
    .header_search .input-group input {
      height: 30px;
      border-radius: 20px !important;
      width: 250px; }
  .header_search button {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: transparent; }
    .header_search button img {
      margin-top: 0px; }

/*4.2  Minicart*/
.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: #00688B;
    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: #00688B;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }

.top-cart-content {
  display: none;
  position: absolute;
  top: 30px;
  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 .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: 400;
      color: #333; }
  .top-cart-content li {
    list-style: none; }
    .top-cart-content li.item {
      border-top: 1px solid #eee;
      overflow: hidden;
      padding: 20px 0; }
      .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; }
        .top-cart-content li.item .detail-item .fa {
          position: absolute;
          right: 20px; }
        .top-cart-content li.item .detail-item input {
          display: inline-block;
          width: 45px;
          padding: 0;
          text-align: center; }
        .top-cart-content li.item .detail-item button.items-count {
          display: inline-block; }
  .top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }

.top-subtotal {
  color: #333;
  font-size: 1.14286em;
  font-weight: 400;
  padding: 12px 0;
  padding-top: 30px;
  text-align: left;
  text-transform: none; }
  .top-subtotal .price {
    font-weight: 700;
    color: #00688B;
    float: right; }

ul#cart-sidebar {
  padding: 20px 30px;
  margin: 0;
  max-height: 582px;
  min-width: 320px; }
  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: #00688B;
    border-radius: 15px; }
    ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
      background: #00688B;
      border-radius: 15px; }

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

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

/*4.3 Menu*/
header nav {
  background: #ffffff;
  border-top: solid 1px #e1e1e1; }
  header nav .nav {
    position: relative;
    padding-left: 15px; }
  header nav .nav-item {
    float: left;
    position: relative;
    margin-right: 25px;
    overflow: hidden; }
    header nav .nav-item ul.dropdown-menu-1 > li:last-child > a {
      border: none; }
    header nav .nav-item > ul.dropdown-menu {
      background: #00688B;
      min-width: 240px;
      opacity: 0;
      transition: all .5s;
      -webkit-transition: all .3s;
      display: inline-block;
      transform: translate3d(0, 20px, 0);
      -webkit-transform: translate3d(0, 20px, 0); }
      header nav .nav-item > ul.dropdown-menu > li > a {
        padding: 8px 20px 8px 10px;
        color: #fff;
        border-bottom: solid 1px #104E8B;
        transition: all .5s;
        background: #00688B; }
        header nav .nav-item > ul.dropdown-menu > li > a:hover {
          color: #1a1a26;
          background: #00688B; }
      header nav .nav-item > ul.dropdown-menu .fa {
        font-size: 14px;
        float: right;
        margin-right: -10px;
        opacity: 0;
        transition: margin .5s;
        -webkit-transition: margin .5s;
        margin-top: 2px; }
      header nav .nav-item > ul.dropdown-menu > li:hover .fa {
        opacity: 1;
        margin-right: -20px; }
    header nav .nav-item.has-mega {
      position: static; }
    header nav .nav-item > a {
      line-height: 32px;
      font-weight: bold;
      text-transform: uppercase;
      color: #333;
      padding: 14px 0px; }
      header nav .nav-item > a:hover {
        color: #00688B;
        background: #fff; }
    header nav .nav-item > .fa {
      color: #fff;
      position: absolute;
      right: 0;
      top: 33px;
      margin-left: 5px;
      margin-right: 10px; }
    header nav .nav-item .nav-item-lv2 {
      padding: 0 20px; 
    }
      header nav .nav-item .nav-item-lv2 ul {
        background: #00688B; }
    header nav .nav-item .nav-item-lv3 {
      padding: 0 20px;
      min-width: 240px; }
      header nav .nav-item .nav-item-lv3 a {
        padding: 8px 20px 8px 10px;
        color: #fff;
        border-bottom: solid 1px #104E8B; }
        header nav .nav-item .nav-item-lv3 a:hover {
          color: #1a1a26;
          background: none; }
    header nav .nav-item:hover {
      overflow: visible; }
      header nav .nav-item:hover > .dropdown-menu {
        opacity: 1;
        margin-top: 0;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 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;
        display: inline-block;
        opacity: 0;
        transform: translate3d(20px, 0, 0);
        -webkit-transform: translate3d(20px, 0, 0);
        transition: all .3s;
        -webkit-transition: all .3s; }
      header nav .nav-item li.dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0); }
  header nav .mega-content {
    display: none;
    position: absolute;
    width: 1170px;
    background: #00688B;
    z-index: 100;
    padding: 20px;
    border: 1px solid #ebebeb;
    left: 0; }
    header nav .mega-content .level1.item {
      float: left;
      width: 25%;
      padding: 0 15px; }
      header nav .mega-content .level1.item li {
        border-bottom: solid 1px #104E8B;
        padding: 5px 4px; }
      header nav .mega-content .level1.item a {
        color: #fff; }
        header nav .mega-content .level1.item a:hover {
          color: #1a1a26;
          text-decoration: none; }

/*============================================================================
5. FOOTER
==============================================================================*/
footer {
  background: #333333;
  position: relative;
  overflow: hidden; }
  footer .footer-info-widget h3 {
    font-size: 1.28571em;
    color: #ffffff;
    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: #00688B; }
  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: #00688B; }
  footer .site-footer .title_footer {
    position: relative;
    color: #ffffff;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em;
    margin-bottom: 15px; }
    footer .site-footer h3:before {
      content: "";
      width: 40px;
      height: 2px;
      background: #00688B;
      position: absolute;
      bottom: 0px; }
  footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em; }
    footer .list-menu a {
      color: #ffffff; }
      footer .list-menu a:hover {
        color: #00688B; }
    footer .list-menu li {
      color: #ffffff; }
    footer .list-menu.contact .fa {
      width: 20px;
      margin-right: 5px;
      color: #00688B; }
  footer .copyright {
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 1em;
    position: relative;
    background: #104E8B;
    height: 100px; }
    footer .copyright a {
      font-weight: 700;
      color: #ffffff; }
      footer .copyright a:hover {
        color: #00688B; }
    footer .copyright li {
      display: inline;
      margin-left: 10px; }
  footer .social-icons li {
    margin-right: 10px; }
  footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #323c3f;
    line-height: 1;
    cursor: pointer;
    z-index: 9999; }
    footer .back-to-top.show {
      position: fixed;
      right: 10px;
      bottom: 10px; }
    footer .back-to-top:hover {
      color: #1a1a26; }
  footer form {
    position: relative; }
    footer form button#subscribe {
      position: absolute;
      right: 0; }

/*============================================================================
6. Product detail
==============================================================================*/
.related-product .heading .title-head {
  font-size: 18px;
  color: #1a1a26; }

.details-product .title-head {
  font-size: 24px;
  color: #1a1a26;
  line-height: 1.5; }

.details-product .product_sku span {
  font-size: 14px;
  color: #1a1a26;
  font-weight: bold; }

.details-product #add-to-cart-form {
  margin-bottom: 0px; }

.details-product .form-product .header {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a46; }

.details-product .form-product .form-group {
  width: 100%; }
  .details-product .form-product .form-group label {
    float: left;
    display: inline;
    margin-right: 10px;
    line-height: 30px;
    min-width: 90px; }
  .details-product .form-product .form-group .single-option-selector {
    width: auto;
    border-radius: 5px; }

.details-product .product-tab h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a26;
  margin: 0px !important;
  padding: 0 0 10px 0; }

.details-product .product-tab .current h3 {
  border-bottom: solid 2px #749d35; }

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

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

.details-product .details-pro .product-price {
  font-size: 18px;
  display: inline-block;
  color: #856e3c;
  font-weight: bold; }

.details-product .details-pro .btn-gray {
  height: 40px;
  line-height: 40px; }

.details-product .details-pro .price-box {
  margin: 0; }
  .details-product .details-pro .price-box del {
    color: #f7941d;
    font-size: 14px;
    margin-left: 10px; }

.details-product .details-pro .inventory_quantity .text-first {
  font-size: 14px;
  color: #1a1a26;
  font-weight: bold; }

.details-product .details-pro .inventory_quantity span {
  color: #749d35; }

.details-product .details-pro .selector-wrapper label {
  font-size: 14px;
  color: #1a1a26;
  font-weight: bold; }

.details-product .details-pro .custom-btn-number {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  box-shadow: none;
  height: auto; }
  .details-product .details-pro .custom-btn-number label {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a26; }
  .details-product .details-pro .custom-btn-number #qty {
    height: 30px;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 110px;
    border-radius: 5px;
    min-height: 30px; }
  .details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    border-right: solid 1px #e1e1e1; }
  .details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    border-left: solid 1px #e1e1e1; }

.custom-btn-number {
  position: relative;
  padding: 0;
  border: none;
  box-shadow: none;
  height: auto; }
  .custom-btn-number .inp-number {
    height: 30px;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 110px;
    border-radius: 5px;
    min-height: 30px; }
  .custom-btn-number .qtyminus {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    border-right: solid 1px #e1e1e1; }
  .custom-btn-number .qtyplus {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    border-left: solid 1px #e1e1e1; }

#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;
  text-align: center; }

.zoomWrapper img {
  position: static !important;
  height: auto !important; }
  .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 div {
    color: #00688B; }

.product-tab .tab-content.current {
  padding: 10px;
  border: 1px solid #e1e1e1;
  min-height: 200px; }

/*============================================================================
7. Collection
==============================================================================*/
@media (min-width: 768px) {
  .products-view-grid .col-lg-4:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 767px) {
  .products-view-grid .col-lg-4:nth-child(2n+1) {
    clear: left; } }

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

.button-view-mode {
  padding: 0;
  margin: 0;
  font-size: 1.42857em; }
  .button-view-mode.active {
    box-shadow: none;
    color: #323c3f; }
    .button-view-mode.active a {
      color: #323c3f; }

.sortPagiBar {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding-bottom: 15px; }
  .sortPagiBar form.form-inline.form-viewpro {
    float: right;
    margin-bottom: 0; }
    .sortPagiBar form.form-inline.form-viewpro span {
      display: block;
      width: 75px;
      float: left;
      line-height: 30px; }
    .sortPagiBar form.form-inline.form-viewpro select {
      width: 150px;
      padding: 0 10px;
      min-height: 30px;
      line-height: 30px;
      height: 30px; }

/*============================================================================
8. Blogs
==============================================================================*/
.blog-item {
  overflow: hidden;
  margin-bottom: 15px;
  border: solid 1px #ebebeb; }
  .blog-item a {
    color: #1a1a26 !important;
    font-size: 14px;
    border: none !important;
    padding: 0 0 2px 0 !important; }
    .blog-item a:hover {
      color: #888890 !important;
      padding: 0 0 2px 0 !important;
      background: none !important;
      text-decoration: underline; }
  .blog-item .blog-content {
    padding: 0 20px; }
    .blog-item .blog-content > a {
      text-decoration: underline; }
  .blog-item .date {
    position: absolute;
    background: #00688B;
    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 .post-time {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #fff; }
    .blog-item .post-time div {
      position: absolute;
      z-index: 2;
      width: 100%;
      height: 100%;
      line-height: 15px;
      top: 8px; }
    .blog-item .post-time p {
      font-size: 9px;
      text-transform: uppercase; }
    .blog-item .post-time:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 0.4;
      border-radius: 50%;
      z-index: 1; }

.blog-item-name {
  font-weight: 700;
  position: relative;
  font-size: 1.14286em;
  margin: 0;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */

  
  /*white-space: nowrap;*/


  /*overflow: hidden;*/


  text-overflow: ellipsis; }
  .blog-item-name a {
    color: #1a1a26; }
  .blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #00688B; }

.blog-item-summary {
  font-size: 12px;
  margin-bottom: 0; 
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
}

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

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

/*============================================================================
9. Article
==============================================================================*/
.article-main .article-image {
  text-align: center; }

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

.article-main .article-details {
  padding-top: 20px;
  border-top: solid 1px #ebebeb; }

.article-main .postby {
  font-size: 12px;
  line-height: 1.71429em;
  color: #676767;
  margin-bottom: 10px; }
  .article-main .postby i {
    margin-right: 5px; }
  .article-main .postby span i {
    margin-left: 10px; }

.article-main .article-content {
  font-size: 14px;
  color: #888890;
  margin: 20px auto; }

.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: #00688B;
    font-size: 18px;
    line-height: 1; }
  #article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac; }

.social-media {
  font-size: 1em; }
  .social-media label {
    display: none; }
  .social-media a {
    margin-right: 35px; }
    .social-media a i {
      color: #fff;
      background: none;
      font-size: 22px; }
    .social-media a:hover {
      text-decoration: none; }
      .social-media a:hover i {
        color: #888890; }
  .social-media .list-inline li {
    margin-right: 20px; }

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

/*============================================================================
10. CART 
==============================================================================*/
/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
#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: #00688B;
  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%); }

/*11.2 Account*/
.block-account h3 {
  margin-top: 0; }

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

.table > thead > tr > th {
  vertical-align: middle;
  padding: 10px 0px; }

.table-bordered > tbody > tr > td {
  vertical-align: middle;
  text-align: center; }

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

.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-edit8915.png?v=42);
      background-repeat: no-repeat;
      background-position: center; }
    .address-title button.btn-delete {
      background-image: url(btn-delete8915.png?v=42);
      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; }

/*11.2 Order*/
#order_payment,
#order_shipping {
  background: #fff; }
  #order_payment .address.note i,
  #order_shipping .address.note i {
    color: #00688B;
    margin-right: 5px; }

.table > thead:first-child > tr:first-child > th {
  border-top: solid 1px #e1e1e1;
  border-bottom: none;
  text-align: center; }

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

.order-headding {
  margin: 0; }

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

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

/*============================================================================
12. SIDEBAR
==============================================================================*/
.awe-section-1 .col-sm-3 {
  padding-right: 5px; }

.aside-item {
  padding-bottom: 0px; }
  .aside-item .title-head {
    color: #1a1a26;
    font-size: 18px;
    font-weight: bold; }
  .aside-item.collection-category {
    background: #00688B;
    padding-bottom: 0px !important; }
    .aside-item.collection-category #mobile-aside-content {
      padding-bottom: 17px; }
    .aside-item.collection-category .title-head {
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 15px;
      line-height: 50px;
      font-size: 18px;
      color: #fff;
      background: #104E8B; }
      .aside-item.collection-category .title-head i {
        margin-right: 10px; }
    .aside-item.collection-category .nav-item {
      position: relative;
      clear: left;
      font-size: 1.07143em;
      padding: 0 30px; }
      .aside-item.collection-category .nav-item a {
        font-size: 1.07143em;
        font-weight: bold; }
      .aside-item.collection-category .nav-item .fa {
        margin-right: 10px; }
      @media (max-width: 768px) {
        .aside-item.collection-category .nav-item:hover .dropdown-menu {
          display: block;
          width: 100%;
          border: 0;
          padding-left: 15px;
          box-shadow: none;
          position: static;
          margin: 0; }
          .aside-item.collection-category .nav-item:hover .dropdown-menu li, .aside-item.collection-category .nav-item:hover .dropdown-menu a {
            padding-left: 0;
            padding-right: 0; } }
      @media (min-width: 769px) {
        .aside-item.collection-category .nav-item:hover .dropdown-menu {
          display: block;
          left: 100%;
          top: 0;
          border-radius: 0;
          min-width: 230px;
          background-color: #00688B;
          margin: 0 !important;
          border: 0; }
          .aside-item.collection-category .nav-item:hover .dropdown-menu li {
            border-bottom: 1px solid #104E8B; }
            .aside-item.collection-category .nav-item:hover .dropdown-menu li:last-child {
              border-bottom: 0px; }
          .aside-item.collection-category .nav-item:hover .dropdown-menu a {
            color: #fff;
            animation: all 450ms linear;
            -o-animation: all 450ms linear;
            -ms-animation: all 450ms linear;
            -webkit-animation: all 450ms linear;
            -moz-animation: all 450ms linear; }
            .aside-item.collection-category .nav-item:hover .dropdown-menu a:hover {
              padding-left: 15px;
              color: #333;
              animation: all 450ms linear;
              -o-animation: all 450ms linear;
              -ms-animation: all 450ms linear;
              -webkit-animation: all 450ms linear;
              -moz-animation: all 450ms linear; }
          .aside-item.collection-category .nav-item:hover .dropdown-menu li, .aside-item.collection-category .nav-item:hover .dropdown-menu a {
            font-size: 14px;
            background-color: #00688B;
            padding-left: 10px;
            padding-right: 10px; } }
      .aside-item.collection-category .nav-item.active > a {
        color: #fff; }
    .aside-item.collection-category .nav-item:hover a {
      color: #1a1a26; }
      .aside-item.collection-category .nav-item:hover a i {
        margin-left: 10px; }
    .aside-item.collection-category .nav > li > a {
      padding: 6px 0px;
      font-size: 14px;
      color: #fff;
      border-bottom: solid 1px #104E8B;
      transition: all .5s;
      -webkit-transition: all .5s; }
      .aside-item.collection-category .nav > li > a i {
        transition: margin 0.5s;
        -webkit-transition: margin 0.5s; }
  .aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
    background: none; }
  .aside-item span.tag-item {
    padding: 2px 8px;
    border: 1px solid #e1e1e1;
    margin: 0 10px 5px 0;
    display: inline-block;
    border-radius: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: #fff; }
    .aside-item span.tag-item:hover {
      background: #1a1a26; }
      .aside-item span.tag-item:hover a {
        color: #fff;
        text-decoration: none; }

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

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

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

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

#start {
  width: 100px;
  float: left; }
  #start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none; }

#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative; }
  #stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none; }
  #stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px; }

a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px; }

/*============================================================================
#13. FIXED APPS
==============================================================================*/
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; }

/*============================================================================
14. Private Store
==============================================================================*/
.privateStore {
  border: solid 1px #ebebeb;
  overflow: hidden; }
  .privateStore .privateStoreItem1 {
    height: 90px;
    display: table; }
  .privateStore .privateStoreItem2 {
    height: 90px;
    display: table; }
  .privateStore .privateStoreItem3 {
    height: 90px;
    display: table; }
  .privateStore .col-provate-4 {
    width: 33.33%;
    float: left; }
    .privateStore .col-provate-4 .privateTitle {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      color: #1a1a26; }
    .privateStore .col-provate-4 .privateContent {
      display: table-cell;
      vertical-align: middle; }
    .privateStore .col-provate-4:hover i {
      background: #1a1a26;
      color: #fff; }
  .privateStore .privateIcon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px; }
    .privateStore .privateIcon i {
      float: left;
      width: 55px;
      height: 55px;
      background: #ebebeb;
      border-radius: 50%;
      text-align: center;
      line-height: 55px;
      font-size: 22px;
      transition: all .2s;
      -webkit-transition: all .5s; }
  .privateStore .col-provate-42 {
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb; }
  .privateStore p {
    margin-bottom: 0px;
    color: #888890;
    font-size: 14px; }

/*============================================================================
15. Collection module
==============================================================================*/
.collectionModule .title_tab {
  border-bottom: solid 1px #ebebeb;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 30px;
  margin-top: 0px; }
  .collectionModule .title_tab span {
    border-bottom: solid  2px #00688B;
    padding-bottom: 2px; }

/*============================================================================
16. Testimotion module
==============================================================================*/
.section-testimotion .title_tab {
  border-bottom: solid 1px #ebebeb;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 30px;
  margin-top: 0px;
  display: none; }
  .section-testimotion .title_tab span {
    border-bottom: solid  2px #00688B;
    padding-bottom: 2px; }

.section-testimotion .testimotion {
  position: relative; }
  .section-testimotion .testimotion .contentTestimotion {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .section-testimotion .testimotion .commentTesti {
    font-size: 13px;
    color: #fff;
    text-align: center; }
  .section-testimotion .testimotion .nameCustomer {
    font-size: 14px;
    color: #888890;
    text-transform: uppercase;
    text-align: center; }
  .section-testimotion .testimotion a {
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #888890;
    color: #fff;
    line-height: 25px;
    top: 80%;
    font-size: 14px; }
  .section-testimotion .testimotion .left {
    left: -45%; }
  .section-testimotion .testimotion .right {
    right: -45%; }
  .section-testimotion .testimotion .carousel-indicators {
    top: 135px; }
    .section-testimotion .testimotion .carousel-indicators li {
      text-indent: 0px;
      width: 40px;
      height: 40px;
      border: none;
      margin: 0px 10px; }
      .section-testimotion .testimotion .carousel-indicators li img {
        transition: all .5s;
        -webkit-transition: all .5s; }
    .section-testimotion .testimotion .carousel-indicators .active {
      background: none; }
      .section-testimotion .testimotion .carousel-indicators .active img {
        transform: scale(1.5);
        border: solid 2px #363636;
        border-radius: 50%; }

/*============================================================================
17. Brand module
==============================================================================*/
.section-brand .title_tab {
  border-bottom: solid 1px #ebebeb;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 30px;
  margin-top: 0px; }
  .section-brand .title_tab span {
    border-bottom: solid  2px #00688B;
    padding-bottom: 2px; }

/*============================================================================
18. Group Banner
==============================================================================*/
.group-banner .group-banner-item img {
  transition: all 0.5s; }

.group-banner .group-banner-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05); }

/*============================================================================
19. Aside-Filter
==============================================================================*/
.aside-filter {
  margin-top: 20px; }
  .aside-filter .aside-item {
    border-bottom: solid 1px #ebebeb;
    padding-top: 25px;
    padding-bottom: 10px; }

/*============================================================================
20. Aside-blog
==============================================================================*/
.aside-item .list-blogs .blog-item {
  padding: 10px 0px;
  border: none;
  border-bottom: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb; }
  .aside-item .list-blogs .blog-item .blog-item-thumbnail {
    float: left;
    padding-right: 10px;
    width: 40%;
    display: inline-block; }
  .aside-item .list-blogs .blog-item .blog-item-name {
    line-height: 16px; }
  .aside-item .list-blogs .blog-item .post-time {
    position: static;
    color: #888890;
    display: inline-block;
    width: 60%;
    height: auto;
    text-align: left;
    font-size: 12px; }
    .aside-item .list-blogs .blog-item .post-time .fa {
      margin-right: 5px; }
    .aside-item .list-blogs .blog-item .post-time:after {
      content: none; }
  .aside-item .list-blogs .blog-item img {
    width: 100%; }

.view-mode a {
  display: inline-block;
  width: 15px; }

@media (max-width: 767px) {
  #order-detail-content #cart_summary table,
  #order-detail-content #cart_summary thead,
  #order-detail-content #cart_summary tbody,
  #order-detail-content #cart_summary th,
  #order-detail-content #cart_summary td,
  #order-detail-content #cart_summary tr {
    display: block; }
  #order-detail-content #cart_summary thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #order-detail-content #cart_summary tr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden; }
  #order-detail-content #cart_summary td {
    border: none;
    position: relative;
    text-align: left;
    width: 32.5%;
    display: inline-block;
    white-space: normal;
    vertical-align: middle; }
  #order-detail-content #cart_summary td.cart_avail {
    clear: both; }
  #order-detail-content #cart_summary td.cart_quantity {
    clear: both;
    padding: 9px 8px 11px 18px; }
  #order-detail-content #cart_summary td.cart_delete:before {
    display: inline-block;
    padding-right: 0.5em;
    position: relative;
    top: -3px; }
  #order-detail-content #cart_summary td.cart_delete.visible-xs-inline-block {
    width: 50%;
    clear: both; }
  #order-detail-content #cart_summary td div {
    display: inline; }
  #order-detail-content #cart_summary td:before {
    content: attr(data-title);
    display: block; }
  #order-detail-content #cart_summary tfoot td {
    float: none;
    width: 100%; }
  #order-detail-content #cart_summary tfoot td:before {
    display: inline; }
  #order-detail-content #cart_summary tfoot tr .text-right,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_unit,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_unit,
  #order-detail-content #cart_summary tfoot tr tbody td.cart_total,
  #order-detail-content #cart_summary tbody tfoot tr td.cart_total,
  #order-detail-content #cart_summary tfoot tr .price,
  #order-detail-content #cart_summary tfoot tr .cart_unit,
  #order-detail-content #cart_summary tfoot tr .cart_total {
    display: block;
    float: left;
    width: 50%; }
  .price.text-right {
    text-align: left; }
  #cart_summary tbody td.cart_description .visible-xs-inline-block {
    margin-top: 10px; }
  #cart_summary tbody td.cart_unit .price .js-edit-toggle {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 4px 12px;
    margin-top: 10px; }
  #cart_summary tbody td.cart_unit .price .js-edit-toggle .cart__edit-text--edit {
    display: none; }
  #cart_summary tbody td.cart_unit .price .js-edit-toggle .cart__edit-text--cancel {
    display: inline-block; }
  #cart_summary tbody td.cart_unit .price .js-edit-toggle.cart__edit--active .cart__edit-text--edit {
    display: inline-block; }
  #cart_summary tbody td.cart_unit .price .js-edit-toggle.cart__edit--active .cart__edit-text--cancel {
    display: none; }
  #order-detail-content #cart_summary .cart__update--show .js-edit-toggle {
    color: #fff;
    background-color: #f12a43;
    border-color: transparent; }
  #order-detail-content #cart_summary td.cart_quantity,
  #order-detail-content #cart_summary td.cart_delete {
    display: none; }
  #order-detail-content #cart_summary .cart__update--show td.cart_quantity,
  #order-detail-content #cart_summary .cart__update--show td.cart_delete {
    display: inline-block; }
  #order-detail-content #cart_summary .cart__update--show .cart_quantity:before {
    margin-bottom: 5px; }
  #order-detail-content #cart_summary .cart__update--show .cart_quantity_input {
    width: 57%;
    float: left; }
  #order-detail-content #cart_summary .cart__update--show .cart_quantity_button {
    float: left;
    margin-top: 0;
    margin-left: 3px; }
  #order-detail-content #cart_summary .cart__update--show .cart_delete {
    vertical-align: bottom; } }

@media (max-width: 480px) {
  #order-detail-content #cart_summary td {
    width: 49%;
    text-align: left;
    padding: 10px !important; }
  #order-detail-content #cart_summary td.cart_unit {
    vertical-align: top;
    width: 100%; }
  #order-detail-content #cart_summary .cart__update--show td.cart_quantity {
    width: 70%; }
  #order-detail-content #cart_summary .cart__update--show td.cart_delete {
    width: 28%;
    vertical-align: bottom; }
  #order-detail-content #cart_summary td.cart_quantity div {
    display: inline-block; }
  .price.text-right li {
    display: inline-block; }
  #order-detail-content #cart_summary .js-edit-toggle {
    margin-top: 0;
    margin-left: 10px;
    vertical-align: inherit;
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: white; }
  #order-detail-content #cart_summary tfoot tr .text-right {
    width: 47%;
    font-size: 12px;
    text-align: left; }
  #cart_summary tfoot td.total_price_container span {
    font-size: 12px; }
  #cart_summary tfoot td#total_price_container {
    font-size: 16px; }
  #order-detail-content #cart_summary tfoot tr .price,
  #order-detail-content #cart_summary tfoot tr .cart_unit,
  #order-detail-content #cart_summary tfoot tr .cart_total {
    width: 53%;
    font-size: 12px; } }

@media (max-width: 320px) {
  #order-detail-content #cart_summary tfoot tr .text-right {
    font-size: 10px; }
  #cart_summary tfoot td.total_price_container span {
    font-size: 10px; }
  #cart_summary tfoot td#total_price_container {
    font-size: 14px; } }

#cart_summary tbody td.cart_unit,
#cart_summary tbody td.cart_total {
  text-align: right; }

#cart_summary thead th.cart_product,
#cart_summary tbody td.cart_product,
#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_delete {
  text-align: center; }

.table tbody > tr > td {
  vertical-align: middle; }

.table tbody > tr > td.cart_quantity {
  padding: 41px 14px 25px;
  width: 70px; }

.table tbody > tr > td.cart_quantity .cart_quantity_button {
  margin-top: 3px; }

.table tbody > tr > td.cart_quantity .cart_quantity_button a {
  background: transparent;
  float: left;
  height: 27px;
  margin-right: 3px;
  padding: 0 5px;
  width: 27px; }

.table tbody > tr > td.cart_quantity .cart_quantity_button a span {
  padding: 6px 0; }

.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
  margin-right: 0; }

.table tbody > tr > td.cart_quantity .cart_quantity_button a:hover {
  color: #333333; }

.table tbody > tr > td.cart_delete,
.table tbody > tr > td.price_discount_del {
  padding: 5px; }

.table tfoot > tr > td {
  vertical-align: middle; }

.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
  font-size: 23px;
  color: #333333; }

.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
  color: silver; }

#cart_summary thead th {
  padding: 10px;
  font: 400 13px/18px 'Roboto', sans-serif; }

#cart_summary tbody td {
  padding: 7px 15px 9px 8px; }

#cart_summary tbody td.cart_product {
  padding: 15px;
  width: 137px; }

#cart_summary tbody td.cart_unit .price span {
  display: inline-block; }

#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
  margin: 5px auto;
  display: inline-block; }

#cart_summary tbody td.cart_unit .price span.old-price {
  text-decoration: line-through;
  font-weight: normal; }

#cart_summary tbody td.cart_description small {
  display: block;
  padding: 5px 0 0 0; }

#cart_summary tbody td.cart_avail {
  width: 1%; }

#cart_summary tbody td.cart_avail span {
  white-space: nowrap; }

#cart_summary tbody td.cart_delete {
  width: 1%; }

@media (max-width: 480px) {
  #cart_summary tbody td.cart_total {
    text-align: center; } }

#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
  color: #333333; }

#cart_summary tfoot td.price {
  text-align: right; }

#cart_summary tfoot td.total_price_container span {
  font: 400 18px/22px 'Roboto', sans-serif; }

#cart_summary tfoot td#total_price_container {
  font: 400 21px/25px 'Roboto', sans-serif;
  background: white; }

#order #order-detail-content .price-percent-reduction {
  position: static;
  padding: 0; }

#cart_summary .stock-management-on tbody td.cart_description {
  width: 480px; }

.cart_discount_price {
  text-align: right; }

.cart_discount_delete {
  text-align: center; }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

.visible-xs-inline-block {
  display: none; }

#cart_summary tbody td.cart_description {
  text-align: left; }

.price {
  color: #f12a43; }

.price {
  font: 600 15px/18px 'Roboto', sans-serif;
  white-space: nowrap; }

.old-price {
  color: #888888;
  font: 300 14px/18px 'Roboto', sans-serif;
  line-height: 18px;
  text-decoration: line-through;
  letter-spacing: 0; }

.btn.button-plus,
.btn.button-minus {
  font-size: 10px;
  line-height: 14px;
  color: silver;
  background-color: #fff;
  padding: 0;
  border: 1px solid #f0f0f0; }

.btn.button-plus span,
.btn.button-minus span {
  display: block;
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0; }

.btn.button-plus:hover,
.btn.button-minus:hover {
  color: #888888;
  background: #fff !important;
  border-color: #f0f0f0 !important; }

.btn.button-plus:hover span,
.btn.button-minus:hover span {
  filter: none; }

.cart_quantity .cart_quantity_input {
  margin: 0;
  height: 27px;
  line-height: 27px;
  min-height: initial;
  padding: 0;
  text-align: center;
  width: 57px;
  display: block;
  font-size: 13px;
  color: #000;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

input#quantity_wanted[type=number]::-webkit-inner-spin-button,
input#quantity_wanted[type=number]::-webkit-outer-spin-button,
input.cart_quantity_input[type=number]::-webkit-inner-spin-button,
input.cart_quantity_input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input#quantity_wanted[type=number],
input.cart_quantity_input[type=number] {
  -moz-appearance: textfield; }

#order-detail-content #cart_summary .js-edit-toggle {
  line-height: initial; }

@media (max-width: 320px) {
  #cart_summary tfoot td.total_price_container span {
    font-size: 10px; } }

@media (max-width: 480px) {
  #cart_summary tfoot td.total_price_container span {
    font-size: 12px; } }

@media (max-width: 768px) {
  #order-detail-content .clearfix > .col-lg-6.col-md-6:first-child button {
    margin-bottom: 15px;
    margin-top: 15px; } }

#order-detail-content > .clearfix .btn-continue {
  border: none;
  background: #333333;
  color: white;
  letter-spacing: 1px;
  padding: 7px 20px 8px;
  border-radius: 0px; }

#order-detail-content > .clearfix .btn-update {
  padding: 10px 20px;
  line-height: 18px;
  background-color: #00688B;
  background-image: none;
  border-radius: 0px;
  color: #ffffff;
  letter-spacing: 1px;
  border: none;
  font-weight: 500;
  height: initial; }

#order-detail-content > .clearfix .btn-proceed-checkout {
  padding: 10px 20px;
  line-height: 18px;
  background-color: #00688B;
  background-image: none;
  border-radius: 0px;
  color: #ffffff;
  letter-spacing: 1px;
  border: none; }

@media (max-width: 480px) {
  #order-detail-content #cart_summary .js-edit-toggle {
    margin-top: 0;
    margin-left: 10px;
    vertical-align: inherit;
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: white; } }

@media (max-width: 767px) {
  #cart_summary tbody td.cart_unit .price .js-edit-toggle {
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 4px 12px;
    margin-top: 10px; } }

@media (max-width: 768px) {
  #order-detail-content .clearfix > .col-lg-6.col-md-6:first-child {
    margin-bottom: 15px;
    text-align: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  #order-detail-content .clearfix > .col-lg-6.col-md-6:first-child {
    text-align: center;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  #order-detail-content .col-lg-6.col-md-6.text-right {
    text-align: center !important; } }

#order-detail-content > .clearfix {
  padding-bottom: 20px; }

.product-box form {
  margin-bottom: 0px; }

.products-view.products-view-list .product-box .price-box {
  text-align: left; }

@media (max-width: 480px) {
  div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 20px 10px !important; }
  div.jGrowl div.jGrowl-notification div.jGrowl-message {
    width: 100% !important; } }
/*update*/
.tags_title{
  font-weight: bold;
  margin-right: 5px;
}