/**
 * Avarsha Base Css File
 * Configure for base properties of avasha shopping system.
 */
/*base*/
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-width: 320px;
    overflow-x: hidden;
  }
  body {
    font: 400 16px/1.25 "Poppins", Arial, sans-serif;
    color: #222;
    min-width: 320px;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  ::selection {
    background-color: rgba(0, 0, 0, 0.2);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: inherit;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  h6 {
    font-weight: 500;
  }
  p {
    margin: 0;
    margin-bottom: 8px;
  }
  strong,
  b {
    font-weight: 600;
  }
  em,
  i {
    font-style: normal;
  }
  img {
    margin: 0;
    vertical-align: middle;
  }
  hr {
    border: 0 none;
    margin-bottom: 1em;
  }
  blockquote {
    padding-left: 20px;
    border-left: 4px solid #dadada;
    margin: 0 0 1.64em -24px;
    color: #666664;
  }
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  li ul,
  li ol {
    padding: 0;
    margin: 0;
  }
  li ul ul {
    list-style-type: circle;
  }
  .unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  code,
  tt {
    color: gray;
    font-size: 0.96em;
    background-color: #f9f9f7;
    padding: 1px 2px;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-family: "Inconsolata", "Menlo", monospace;
  }
  pre {
    padding: 7px;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: auto;
    line-height: 1.5;
    font-size: 0.96em;
    font-family: "Inconsolata", "Menlo", monospace;
    color: #4c4c4c;
    background-color: #f9f9f7;
  }
  pre code,
  pre tt {
    color: #4c4c4c;
    border: none;
    background-color: none;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  th,
  td {
    text-align: left;
    padding: 4px 8px 4px 10px;
  }
  td {
    vertical-align: top;
  }
  input {
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: all 0.2s;
    color: inherit;
    font: inherit;
  }
  input:focus,
  input:hover {
    outline: none;
  }
  input:-webkit-autofill,
  textarea:-webkit-autofill {
    color: inherit;
    background: inherit;
  }
  a {
    color: inherit;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
  }
  label {
    margin: 0;
    display: inline-block;
    font-weight: normal;
  }
  textarea {
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
  }
  button {
    font: inherit;
  }
  *:active:focus,
  *:focus,
  *:active,
  * {
    outline: 0;
    box-shadow: none;
  }
  /*base end*/
  /*module*/
  .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  .avatar img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
  }
  .btn,
  button {
    font-size: 16px;
    padding: 0 5px;
    border-radius: 0;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
  }
  .btn.active,
  button.active {
    font-size: 0 !important;
  }
  .btn.active:before,
  button.active:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    animation: fa-spin 2s infinite linear;
  }
  .f-g {
    font-family: Georgia, Times, sans-serif;
  }
  .angle {
    border: none;
  }
  .t-angle:before,
  .b-angle:before,
  .l-angle:before,
  .r-angle:before {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #222 #222 transparent transparent;
  }
  .t-angle:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .b-angle:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .l-angle:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .r-angle:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .eye-icon {
    display: block;
    width: 16px;
    height: 16px;
    background: #c1c1c1;
    border-radius: 80% 0;
    margin: 0 7px;
    transform: rotate(45deg);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .eye-icon:before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  .thumb {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    line-height: 1;
  }
  .thumb-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    background: url(./s/images/thumb-1x.png) no-repeat scroll 0 0/52px;
  }
  .thumb-count {
    margin-top: 1px;
  }
  .big-thumb .thumb-icon {
    background-image: url(./s/images/thumb-2x.png);
  }
  .down-thumb .thumb-icon {
    background-position: -26px 0;
  }
  .thumbed .thumb-icon {
    background-position: 0 -26px;
  }
  .down-thumb.thumbed .thumb-icon {
    background-position: -26px -26px;
  }
  @keyframes thumbUp {
    0% {
      visibility: visible;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
    }
  }
  @keyframes thumbDown {
    0% {
      visibility: visible;
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
    }
  }
  .thumb.thumbing:after {
    content: "+1";
    display: block;
    position: absolute;
    left: 50%;
    font-size: 15px;
    line-height: 1;
    width: 14px;
    margin-left: -7px;
    text-align: center;
    bottom: 100%;
    color: #e72727;
    opacity: 0;
    visibility: hidden;
    animation: thumbUp 1 1s;
    -webkit-animation: thumbUp 1 1s;
  }
  .thumb.down-thumb.thumbing:after {
    bottom: auto;
    top: 100%;
    color: #c1c1c1;
    animation: thumbDown 1 1s;
    -webkit-animation: thumbDown 1 1s;
  }
  .loading-line {
    text-align: center;
    padding: 20px 15px;
  }
  .loading-icon {
    width: 70px;
    height: 70px;
    border-style: solid;
    border-width: 2px;
    border-color: #777 #ccc #ccc #ccc;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s ease infinite;
    -webkit-animation: spin 1s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
    }
  }
  .t-share-btn {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
    background-color: #d8d8d8;
    border-radius: 3px;
  }
  .t-share-btn + .t-share-btn {
    margin-left: 10px;
  }
  .t-share-btn:hover {
    background-color: #e12932;
  }
  .t-share-btn.fb {
    background-color: #2b5793;
  }
  .t-share-btn.twitter {
    background-color: #00a9e2;
  }
  .t-share-btn.pin {
    background-color: #cb1f27;
  }
  .t-share-btn.google {
    background-color: #eb4900;
  }
  .tip-icon {
    width: 14px;
    height: 14px;
    background-color: #999ea8;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .tip-icon:before,
  .tip-icon:after {
    content: " ";
    display: block;
    width: 2px;
    background-color: #fff;
  }
  .tip-icon:before {
    height: 2px;
  }
  .tip-icon:after {
    height: 5px;
    margin-top: 1px;
  }
  .info-tip {
    display: inline-block;
    position: relative;
  }
  .info-tip .tip-panel {
    position: absolute;
    top: 0px;
    padding-bottom: 15px;
    left: 50%;
    transform: translate3d(-50%, -95%, 0);
    visibility: hidden;
    opacity: 0;
    transition: 0.2s 0s;
  }
  .info-tip:hover .tip-panel {
    transform: translate3d(-50%, -100%, 0);
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .info-tip .tip-panel-wrap {
    background: #fff;
    width: auto;
    border: 1px solid #d3d3d3;
    line-height: 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 15px;
    position: relative;
    z-index: 2;
    font-style: normal;
  }
  .info-tip .tip-panel-wrap span {
    color: #e72727;
  }
  .info-tip .tip-panel-wrap:after {
    content: " ";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .split-icon {
    border-left: 1px solid #c5c5c5;
  }
  .close-icon {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 2px;
    cursor: pointer;
  }
  .close-icon:before,
  .close-icon:after {
    content: " ";
    display: block;
    background-color: #777;
    position: absolute;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    left: 50%;
    top: 50%;
  }
  .close-icon:before {
    height: 40px;
    width: 1px;
  }
  .close-icon:after {
    width: 40px;
    height: 1px;
  }
  .close-icon:hover:after,
  .close-icon:hover:before {
    background-color: #222;
  }
  /*pagination*/
  .pagination {
    font-size: 14px;
    line-height: 1;
    color: #999;
    padding: 20px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
  }
  .pagination .page {
    padding: 5px 8px;
    margin: 0 2px;
    display: inline-block;
  }
  .pagination .page.current {
    background-color: #e12932;
    color: #fff;
  }
  .pagination .page:not(.current):not(.disabled):hover {
    color: #e12932;
  }
  .pagination .page.disabled {
    display: none;
  }
  /*breakcrumb*/
  .breakcrumb {
    font-size: 13px;
    white-space: nowrap;
    margin-left: -5px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #777;
  }
  .breakcrumb a {
    margin: 0 5px;
    text-transform: capitalize;
  }
  /*module end*/
  
  /*base*/
  .base {
    min-height: 500px;
    min-height: 100vh;
    background-color: #fff;
    position: relative;
    padding-bottom: 0;
  }
  /*footer*/
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  
  .gotop-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 100;
  }
  .gotop-btn.active {
    visibility: visible;
    opacity: 1;
  }
  .gotop-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .gotop-btn .t-angle {
    display: inline-block;
    margin: 20px 0 0 17px;
  }
  .gotop-btn .t-angle:before {
    height: 17px;
    width: 17px;
    border-width: 3px 3px 0 0;
    border-color: #fff #fff transparent transparent;
  }
  /*base end*/
  
  /*nav bar*/
  nav {
    height: 80px;
    top: 0;
    width: 100%;
    border-radius: 0;
  }
  nav .navbar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #f5f5f5;
    min-width: 320px;
    padding: 0 20px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
  nav .nav-main {
    height: 80px;
    display: flex;
    align-items: center;
  }
  nav .m-c-w {
    width: 1400px;
  }
  nav .nav-categories {
    height: 60px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  nav .nav-logo {
    height: 100%;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: auto;
  }
  nav .nav-logo .logo {
    display: block;
  }
  nav .nav-logo .logo img {
    height: 44px;
  }
  nav .nav-logo .status {
    color: #e12932;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #bebebe;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 600;
  }
  nav .nav-right {
    float: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  /*add "about us" and "contact"*/
  .nav-add {
    float: right;
    display: none;
    font-size: 12px;
    color: #333333;
    line-height: 1;
    margin-left: 50px;
  }
  .nav-add li {
    float: left;
  }
  .nav-add a {
    vertical-align: text-top;
  }
  /* .nav-add li + li:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    vertical-align: text-top;
  } */
  nav .nav-login {
    list-style: none;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
    margin-right: 20px;
  }
  nav .nav-login > li {
    display: inline-block;
    vertical-align: middle;
  }
  nav .nav-login a.func-btn {
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  nav .nav-user {
    margin-top: 10px;
  }
  nav .nav-user .avatar-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f4f4;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  nav .nav-user .avatar-wrapper img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .nav-search {
    width: 500px;
    display: inline-block;
    margin-left: 40px;
  }
  .nav-search .search-wrapper {
    margin: 0 auto;
    position: relative;
  }
  .nav-search .search-go {
    position: absolute;
    right: 0;
    border: none;
    padding: 11px;
    cursor: pointer;
    margin: 0;
  }
  .icon-search {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .icon-search:before {
    content: " ";
    width: 2px;
    height: 5px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
  .nav-search .icon-search {
    width: 14px;
    height: 14px;
  }
  .nav-search .icon-search:before {
    height: 5px;
  }
  #main-search {
    width: 100%;
    box-shadow: none;
    height: 36px;
    line-height: 34px;
    padding: 0 40px 0 10px;
    background-color: #fff;
    color: #222;
    font-size: 13px;
    border: 1px solid #ddd;
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  #main-search::-webkit-input-placeholder {
    color: #ababab;
  }
  #main-search::-moz-placeholder {
    color: #ababab;
  }
  #main-search:-moz-placeholder {
    color: #ababab;
  }
  #main-search:-ms-input-placeholder {
    color: #ababab;
  }
  nav .rmd-l {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
  }
  nav .rmd-l li {
    float: left;
    margin-right: 10px;
  }
  .nav-search .suggest-board {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
    border: 1px solid #c7c7c7;
    border-top: none;
    margin-top: -3px;
    padding-top: 3px;
    display: none;
  }
  .nav-search .suggest-wrapper {
    background: #fff;
  }
  .nav-search .suggest-list {
    margin: 0;
    padding: 0;
  }
  .nav-search .suggest-list li:hover,
  .nav-search .suggest-list li.active {
    background-color: #eee;
  }
  .nav-search .suggest-list a {
    padding: 8px 20px;
    display: block;
  }
  nav .mobile-tool {
    display: none;
  }
  nav .nav-branch {
    font-size: 15px;
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    margin-right: 15px;
  }
  nav .branch-list-wrapper {
    white-space: nowrap;
  }
  nav .categories {
    display: inline-block;
    text-align: left;
  }
  nav .categories + .categories {
    margin-left: 30px;
  }
  nav .categories.active {
    /*z-index:1001;*/
  }
  nav .category-header {
    position: relative;
    line-height: 60px;
    cursor: pointer;
    display: block;
    text-transform: capitalize;
    height: 60px;
  }
  nav .nav-index .category-header {
    padding: 0 20px;
  }
  nav .category-header .b-angle {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 10px 0 0;
  }
  nav .category-header .b-angle:before {
    border-width: 1px 1px 0 0;
    border-color: #fff #fff transparent transparent;
    width: 5px;
    height: 5px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
  }
  nav .active .category-header .b-angle {
    margin-top: -4px;
  }
  nav .active .category-header .b-angle:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  nav .categories.shop.active .category-header {
    background-color: #555758;
  }
  nav .category-list {
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    line-height: 1.5;
    margin: -10px 0 0 -15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
  }
  nav .category-list.shop-all {
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  nav .category-list-wrapper {
    padding: 15px 0;
    display: flex;
    display: -webkit-flex;
    text-transform: capitalize;
  }
  nav .shop-all .category-list-wrapper {
    background-color: #555758;
  }
  nav .categories.active .category-list {
    opacity: 1;
    visibility: visible;
    z-index: -1;
    height: auto;
  }
  nav .category-list-wrapper a {
    display: block;
    text-transform: capitalize;
    padding: 3px 15px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
  }
  nav .nav-index .category-list-wrapper a {
    padding: 0 20px;
    margin-top: 8px;
  }
  nav .category-list-wrapper a:hover {
    color: #777;
  }
  nav .shop-all .cate-group {
    overflow: hidden;
  }
  nav .shop-all .category-list-wrapper {
    padding: 20px 40px 35px;
  }
  nav .cate-group-col {
    padding: 0 15px;
  }
  nav .shop-all .cate-group {
    min-width: 130px;
  }
  nav .shop-all .cate-group + .cate-group {
    margin-top: 30px;
  }
  nav .shop-all .col-header {
    border-bottom: 2px solid #797d7e;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  nav .shop-all .cate-list {
    display: inline-block;
    vertical-align: text-top;
    min-width: 130px;
  }
  nav .shop-all a + a {
    margin-top: 5px;
  }
  nav .nav-dropmenu {
    position: relative;
    font-size: 14px;
  }
  nav .nav-dropmenu .menu-btn {
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  nav .nav-dropmenu.active .menu-list {
    visibility: visible;
    opacity: 1;
  }
  nav .nav-dropmenu.active .menu-list-wrapper {
  }
  nav .menu-btn,
  nav .menu-list {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  nav .menu-list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: -1px;
    padding-top: 11px;
    z-index: 1;
    white-space: nowrap;
    text-align: left;
  }
  nav .nav-user .menu-list {
    right: 0;
  }
  nav .menu-list .menu-list-wrapper {
    background: #fff;
    position: relative;
    padding: 8px 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
  nav .menu-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  nav .menu-list ul > li > a {
    display: block;
    padding: 8px 15px;
    text-transform: capitalize;
  }
  nav .menu-list ul > li > a:hover {
    color: #008ddb;
  }
  nav .menu-list ul.ul-profile > li:nth-last-child(1) > a {
    border-top: 1px solid rgb(238, 238, 238);
  }
  /*nav bar cart*/
  nav .nav-cart {
    position: relative;
  }
  nav .nav-cart .caption {
    height: 24px;
    width: 21px;
    background: url(./s/images/wiki/nav-cart-bag-icon.png) no-repeat scroll
      center/contain;
    position: relative;
  }
  nav .nav-cart .caption .cart-count {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -12px;
    top: -5px;
    background-color: #e83636;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
  }
  nav .cart-d {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  nav .nav-cart:hover .cart-d,
  nav .nav-cart:focus .cart-d,
  nav .cart-d.active {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
  .cart-d {
    position: absolute;
    width: 320px;
    right: 0;
    padding-top: 10px;
  }
  .cart-d .cart-d-w {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
  }
  .cart-d .cart-d-w > .h {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }
  .cart-d .btn-line {
    overflow: hidden;
    margin: 15px -5px 0;
  }
  .cart-d .btn-line .col {
    width: 50%;
    float: left;
    padding: 0 5px;
  }
  .cart-d .btn {
    height: 34px;
    line-height: 34px;
    width: 100%;
    font-size: 13px;
  }
  .cart-d .v-cart-btn {
    background-color: #e2e2e2;
    color: #222;
  }
  .cart-d .c-cart-btn {
    background-color: #ce4e49;
    color: #fff;
  }
  .cart-d .bottom-line {
    text-align: center;
    margin-top: 15px;
  }
  .cart-d .keep-btn {
    font-size: 12px;
    line-height: 1;
  }
  .cart-d .cart-d-l {
    margin-top: 15px;
    max-height: 400px;
    overflow: auto;
  }
  .cart-d .cart-d-i + .cart-d-i {
    margin-top: 15px;
  }
  .cart-d .cart-d-i .c-w {
    display: flex;
    display: -webkit-flex;
  }
  .cart-d .cart-d-i .img-w {
    width: 80px;
    height: 120px;
    background: #fff no-repeat scroll center top/contain;
  }
  .cart-d .cart-d-i .img-w img {
    width: 100%;
    max-height: 110px;
  }
  .cart-d .cart-d-i .r {
    flex: 1;
    -webkit-flex: 1;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
    padding-bottom: 9px;
  }
  .cart-d .cart-d-i .title {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
  }
  .cart-d .cart-d-i .price {
    margin-top: 8px;
  }
  .cart-d .cart-d-i .price span:nth-child(1) {
    color: #777;
    text-decoration: line-through;
  }
  .cart-d .cart-d-i .price span:nth-child(2) {
    color: #ec3737;
    margin-left: 15px;
  }
  .cart-d .cart-d-i .option {
    font-size: 12px;
    margin-top: 8px;
  }
  /*comment*/
  .comment {
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
  }
  .comment .cmt-sec {
    padding: 20px 0;
    display: flex;
    display: -webkit-flex;
    /*border-bottom:1px solid #d8d8d8;*/
  }
  .comment .review-list {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  .comment .review-list.empty-list {
    padding: 0;
    display: none;
  }
  .comment .review-list.empty-list:before {
    content: "Be the first to comment";
    font-size: 1.3rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 40px;
    width: 100%;
    justify-content: center;
  }
  .comment .review-list .review-panel {
    display: none;
  }
  .comment .review-list .review-panel.active {
    display: block;
  }
  .comment .review-list .item {
    position: relative;
    overflow: hidden;
  }
  .comment .review-list .item + .item {
    margin-top: 10px;
  }
  .comment .review-avatar {
    float: left;
  }
  .comment .context {
    margin-top: 9px;
    padding-left: 46px;
  }
  .comment .context .name {
    font-family: "Helvetica Neue";
    color: #313131;
    margin-bottom: 6px;
  }
  .comment .context .name.a-name {
    color: #9065ac;
  }
  .comment .context .name span {
    color: #707070;
    font-family: "Helvetica Neue Light";
    font-weight: normal;
    margin-left: 10px;
  }
  .comment .review-list .context .content {
    white-space: pre-line;
    word-wrap: break-word;
    line-height: 1.2;
  }
  .comment .review-list .remove-btn {
    cursor: pointer;
    width: 10px;
    height: 10px;
    margin-left: 20px;
    display: none;
    background: url(./s/images/cmt-remove-icon.png) no-repeat bottom/cover;
  }
  .comment .review-list .item:hover .remove-btn {
    display: inline-block;
  }
  .comment .review-list .remove-btn:hover {
    background-position-y: top;
  }
  .comment .cmt-sec .review-avatar {
    margin-top: 3px;
  }
  .comment .review-avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-right: 12px;
    min-width: 34px;
  }
  .comment .more-comment {
    padding: 10px 0;
    text-align: center;
    color: #008ddb;
  }
  .comment .more-comment > a:hover {
    text-decoration: underline;
  }
  .comment .cmt-pagination {
    float: right;
    margin: 8px 10px 0 5px;
  }
  .comment .cmt-pagination .page {
    padding: 2px 10px;
    color: #3db9bb;
    border: 1px solid #dcdcdc;
    display: inline-block;
    font-size: 1.8rem;
    cursor: pointer;
    -webkit-user-select: none;
  }
  .comment .cmt-pagination .next-page {
    border-radius: 0 3px 3px 0;
    margin-left: -5px;
  }
  .comment .cmt-pagination .prev-page {
    border-radius: 3px 0 0 3px;
  }
  .comment .cmt-pagination .page.disabled {
    color: #dcdcdc;
    cursor: default;
  }
  .comment .cmt-panel {
    position: relative;
    flex: 1;
    -webkit-flex: 1;
  }
  .comment .cmt-panel .textarea {
    width: 100%;
  }
  .comment .cmt-panel .anonymous {
    margin-top: 10px;
    color: #707070;
    font-size: 12px;
    line-height: 12px;
  }
  .comment .cmt-panel .visit-name ~ .anonymous {
    display: none;
  }
  .comment .cmt-panel #anonymous {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    float: left;
    margin: -1px 7px 0 0;
    cursor: pointer;
  }
  .comment .cmt-panel #anonymous[data-value="true"] {
    background: #008ddb;
    border-color: #008ddb;
  }
  .comment .cmt-panel #anonymous[data-value="true"]:after {
    content: " ";
    display: block;
    margin: 2px 0 0 2px;
    width: 8px;
    height: 5px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .comment .cmt-panel .cmt-save-btn {
    height: 35px;
    color: #fff;
    font-size: 18px;
    background: #c9c9c9;
    border: none;
    width: 120px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
  }
  .comment .cmt-panel .cmt-save-btn.active {
    font-size: 0;
  }
  .comment .cmt-panel .cmt-save-btn.enable {
    background: #6ac857;
  }
  .comment .cmt-panel .cmt-save-btn.active:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 2rem;
    display: block;
    animation: fa-spin 2s infinite linear;
  }
  #cmt-area,
  .comment .visit-name {
    resize: none;
    width: 100%;
    border: 1px solid #d8d8d8;
    background: #fff;
    height: auto;
    padding: 10px;
    outline: none;
    display: block;
    overflow: hidden;
    line-height: 1.2;
    border-radius: 5px;
    height: 40px;
    font-size: 1.5rem;
    color: #707070;
  }
  #cmt-area::-webkit-input-placeholder,
  .comment .visit-name::-webkit-input-placeholder {
    color: #707070;
  }
  .comment .visit-name {
    margin-bottom: 15px;
  }
  .comment .g-recaptcha {
    /*clear:both;*/
    margin-top: 10px;
  }
  /* nav bar end */
  /*login sign dialog*/
  .dialog {
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 1008;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    /*overflow-y:scroll;*/
    -webkit-overflow-scrolling: touch;
    /*transition:all 0.2s;*/
  }
  body.dialog-enable {
    /*overflow-y:hidden;*/
    /*margin-right:17px;*/
  }
  body.dialog-enable nav .navbar-fluid {
    /*right:17px;*/
  }
  .dialog.active,
  .active .dialog {
    visibility: visible;
    opacity: 1;
    z-index: 1008;
  }
  .dialog.cmt-dialog {
    background: #f4f4f4;
  }
  .dialog .dialog-holder {
    height: 100%;
    display: flex;
    display: -webkit-flex;
  }
  .dialog .dialog-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-content: center;
    -webkit-align-content: center;
    overflow: hidden;
    min-height: 100%;
    position: relative;
  }
  #login_dialog .dialog-container {
    height: 100%;
    min-height: 590px;
  }
  #register_dialog .dialog-container {
    height: 100%;
    min-height: 670px;
  }
  .login-dialog .dialog-wrapper {
    width: 480px;
    padding: 60px 40px 50px;
    background-color: #fff;
  }
  .dialog-wrapper {
    z-index: 1006;
    transition: all 0.2s 0.2s;
    visibility: hidden;
    opacity: 0;
    position: relative;
    transform: translate3d(0, 40px, 0);
    -webkit-transform: translate3d(0, 40px, 0);
    -moz-transform: translate3d(0, 40px, 0);
    -o-transform: translate3d(0, 40px, 0);
  }
  .active .dialog-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .login-dialog .close-dialog-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
  }
  .login-dialog .close-icon {
    width: 12px;
    height: 12px;
  }
  .login-dialog .close-icon:before {
    width: 2px;
    background-color: #c4c4c4;
  }
  .login-dialog .close-icon:after {
    height: 2px;
    background-color: #c4c4c4;
  }
  .close-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
  }
  .close-btn {
    position: fixed;
    right: 35px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    display: none;
  }
  .showing .close-bg,
  .showing .close-btn,
  .dialog.active .close-bg {
    display: block;
  }
  .login_box {
    list-style: none;
  }
  .login_box li {
    position: relative;
  }
  .login_box li ~ li {
    margin-top: 20px;
  }
  .login_box .caption {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .login_box li label {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .login_box input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e8e8e8;
    font-size: 15px;
  }
  .login_box .btn {
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 18px;
  }
  .login_box .creat.active {
    font-size: 0;
  }
  .login_box .creat.active:before {
    content: "\f110";
    font-size: 20px;
    font-family: FontAwesome;
    display: block;
    animation: fa-spin 2s infinite linear;
  }
  .login_box .creat:hover,
  .login_box .creat:focus {
    color: #fff;
    outline: none;
  }
  .login_box li.text-line {
    font-size: 14px;
    line-height: 1;
    margin-top: 30px;
    text-align: center;
    color: #777;
  }
  .login_box .login-toggle {
    color: #008ddb;
    cursor: pointer;
  }
  .login-dialog .other-login {
    margin-top: 50px;
  }
  .login-dialog .other-login .btn {
    width: 100%;
    background-color: #3b5a98;
    position: relative;
  }
  .login-dialog .other-login .btn:nth-last-child(1) {
    background-color: #56acef;
    margin-top: 20px;
  }
  .login-dialog .other-login .btn .fa {
    font-size: 1.2em;
    line-height: 50px;
    position: absolute;
    left: 20px;
  }
  /*top message tip*/
  .messages .message-tip {
    background-color: #4f91d6;
    color: #fff;
    width: 300px;
    padding: 5px;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    margin-left: -150px;
    left: 50%;
    display: none;
    z-index: 1040;
  }
  .messages .message-tip.success {
    background-color: #4f91d6;
  }
  .messages .message-tip.error {
    background-color: #e83636;
  }
  .messages .message-tip.debug {
    background-color: blue;
  }
  .messages .message-tip.info,
  .messages .message-tip.warning {
    background-color: #36d7b6;
  }
  /*top message tip end*/
  @media screen and (max-width: 1400px) {
    nav .m-c-w {
      width: 1400px;
    }
    .nav-add {
      margin-left: 30px;
    }
    .nav-search {
      width: 400px;
    }
  }
  @media screen and (max-width: 1100px) {
    .nav-search {
      width: 370px;
    }
    nav .m-c-w {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    /*navbar*/
    nav {
      height: 50px;
    }
    nav .nav-logo .status {
      display: none;
    }
    nav .nav-main {
      height: 50px;
      padding: 0 10px;
    }
    nav .nav-logo {
      width: 100%;
      text-align: center;
    }
    nav .nav-logo .logo {
      margin: 0 auto;
      width: 130px;
    }
    nav .nav-logo .logo img {
      width: 100%;
      height: auto;
    }
    nav .nav-cart {
      margin: 13px 15px 0 0;
    }
    nav .nav-categories {
      height: 0;
      display: block;
      color: inherit;
    }
    nav .mobile-tool {
      /* display:block; */
      position: absolute;
      left: 5px;
      top: 5px;
    }
    nav .tool-btn {
      width: 40px;
      height: 40px;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      -webkit-flex-direction: column;
      float: left;
    }
    nav .mobile-menu-btn .bar {
      height: 2px;
      width: 25px;
      background: #313131;
    }
    nav .mobile-menu-btn .bar + .bar {
      margin-top: 6px;
    }
    nav .mobile-search-btn .icon-search {
      border-color: #313131;
    }
    nav .mobile-search-btn .icon-search:before {
      background: #313131;
    }
    nav .nav-branch {
      position: fixed;
      left: 0;
      bottom: 0;
      top: 0;
      height: 100vh;
      margin-top: 51px;
      width: 180px;
      visibility: hidden;
      border-right: 1px solid rgb(238, 238, 238);
      background-color: #fff;
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transition: 0.2s;
      -webkit-transition: 0.2s;
      z-index: -1;
    }
    nav .nav-branch.open {
      visibility: visible;
      transform: translateX(0);
    }
    nav .nav-branch .branch-list {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      height: 100%;
      width: 100%;
    }
    nav .nav-branch .branch-list-wrapper {
      height: auto;
      background: #fff;
      text-align: left;
      width: 100%;
      padding: 20px 10px 20px 15px;
      overflow: hidden;
    }
    nav .nav-branch .categories {
      float: left;
      display: block;
      width: 100%;
    }
    nav .nav-branch .categories + .categories {
      margin: 10px 0 0;
    }
    nav .category-header,
    nav .shop-all .col-header {
      line-height: 30px;
      height: 30px;
      padding: 0;
      margin: 0;
      border: none;
    }
    nav .shop-all .col-header {
      margin-left: -15px;
    }
    nav .shop-all .category-list-wrapper .col-header a {
      margin: 0;
    }
    nav .shop .category-header {
      display: none;
    }
    nav .nav-index .category-header {
      padding: 0;
    }
    nav .nav-branch .category-list {
      height: auto;
      width: auto;
      opacity: 1;
      visibility: visible;
      position: static;
      margin: 0;
      padding: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
    }
    nav .category-list.shop-all {
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
    }
    nav .nav-branch .category-list-wrapper {
      padding: 0 0 0 15px;
      display: block;
      background: none;
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
    }
    nav .category-list-wrapper a {
      margin: 8px 0 0;
      padding: 0;
    }
    nav .nav-branch a {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    }
    nav .cate-group-col {
      padding: 0;
    }
    nav .cate-group-col + .cate-group-col {
      margin-top: 10px;
    }
    nav .shop-all .cate-group {
      overflow: visible;
    }
    nav .shop-all .cate-group + .cate-group {
      margin-top: 10px;
    }
    nav .nav-right {
      position: absolute;
      right: 0;
      padding: 0;
      margin: 0;
    }
    nav .nav-add {
      display: none;
    }
    nav .nav-user {
      margin: 5px;
    }
    nav .nav-login {
      margin: 16px 10px 0 0;
    }
    nav .nav-login > li + li {
      display: none;
    }
    nav .nav-user .avatar-wrapper {
      width: 30px;
      height: 30px;
    }
    nav .nav-dropmenu .menu-btn {
      width: 40px;
      height: 40px;
      padding: 0;
    }
    nav .nav-user .menu-list {
      right: 0;
      left: auto;
      padding-top: 5px;
      transform: translateX(0);
      -webkit-transform: translateX(0);
    }
    nav .nav-user .menu-list .menu-list-wrapper {
      border-radius: 0 0 0 5px;
    }
    nav .menu-list .menu-list-wrapper:after {
      left: auto;
      right: 8px;
    }
    nav .nav-search {
      position: fixed;
      top: 50px;
      left: 0;
      width: 100%;
      background: #fff;
      overflow: hidden;
      height: 0;
      margin: 0;
    }
    nav .nav-search.open {
      height: 50px;
      padding: 10px 15px;
      overflow: visible;
      transition: overflow 0s 0.2s;
    }
    #main-search {
      height: 30px;
      padding: 0 30px 0 10px;
      line-height: 29px;
      vertical-align: baseline;
      border-radius: 0;
    }
    nav .search-wrapper {
      width: auto;
      margin: 10px 10px 20px;
    }
    .nav-search .search-go {
      padding: 7px;
      top: 0;
      margin: 0;
      width: 30px;
      height: 30px;
    }
    .main-body.shadow:after {
      background: rgba(0, 0, 0, 0.4);
    }
    nav .suggest-list a {
      padding: 8px 10px;
    }
    /*navbar end*/
  }
  @media screen and (max-width: 768px) {
    .base {
      padding-bottom: 0;
    }
    .m-c-w{
      width:100%;
    }
    .pagination .page {
      padding: 4px 8px 2px;
      margin: 0 2px;
    }
    /*footer*/
    footer {
      position: static;
    }
    footer  .footer-bar{
        width: 100%;
      }
    
    footer .footer-bar-wrapper {
      padding: 15px;
    }
    
    .gotop-btn {
      width: 40px;
      height: 40px;
    }
    .gotop-btn .t-angle {
      margin: 15px 0 0 13px;
    }
    .gotop-btn .t-angle:before {
      height: 15px;
      width: 15px;
    }
    .dialog {
      width: 100%;
      height: 100vh;
      position: fixed !important;
      top: 0 !important;
      left: 0;
      bottom: 0;
      right: 0;
    }
    .dialog .close_dialog_btn {
      right: 10px;
      top: 10px;
      position: absolute;
    }
    .login_box input,
    .login_box li .btn {
      height: 50px;
      line-height: 50px;
    }
    .login-dialog .other-login .btn .fa {
      line-height: 50px;
    }
    .container-fluid.container-carousel {
      height: 300px !important;
    }
    .login-dialog .dialog-wrapper {
      width: 100%;
      padding: 30px 15px;
      height: 100vh;
    }
    #login_dialog .dialog-container,
    #register_dialog .dialog-container {
      min-height: 0;
    }
    .messages .message-tip {
      width: 100%;
      left: 0;
      margin: 0;
      border-radius: 0;
    }
    .loading-icon {
      width: 40px;
      height: 40px;
    }
  }




.m-c-w{
    width:1439px;
    margin:0 auto;
}

.hidden_1{
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;

}

.hidden_2{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hidden_3{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hidden_4{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.hidden_5{
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}