a {
  cursor: pointer;
}
.is-flex {
  display: flex !important; }
  .is-flex-1 {
    flex: 1; }
  .is-flex-2 {
    flex: 2; }
  .is-flex--acenter {
    align-items: center; }
  .is-flex--space-between {
    justify-content: space-between; }
  .is-flex--center {
    justify-content: center; }
  .is-flex--start {
    justify-content: flex-start; }

.is-vertical-flex {
  display: flex;
  flex-direction: column; }

.is-100-height {
  height: 100%; }

.is-fullwidth {
  width: 100%; }
.is_adn_maxwid {
  max-width: 100%;
}
.is-fullheight {
  height: 100%; }

.is-float-left {
  float: left; }

.is-float-right {
  float: right; }

.is-relative {
  position: relative; }

.is-absolute {
  position: absolute; }

.is-inline-block {
  display: inline-block; }

.is-link--dark a {
  color: #fff; }
  .is-link--dark a:hover {
    color: #D0ECE7;
    text-decoration: none; }

.is-link--light a {
  color: rgba(0, 0, 0, 0.65); }
  .is-link--light a:hover {
    color: #09488a;
    text-decoration: none; }

.is-clickable {
  cursor: pointer !important; }
  .is-clickable--no-shadow:hover {
    box-shadow: none !important; }
  .is-clickable:hover {
    box-shadow: 0 5px 10px #d7d7d7, 0 -5px 15px #d9d9d9; }

.is-padding-25 {
  padding: 25px; }

.is-padding-20 {
  padding: 20px; }

.is-padding-15 {
  padding: 15px; }

.is-padding-10 {
  padding: 10px; }

.is-padding-5 {
  padding: 5px; }

.is-margin-25 {
  margin: 25px; }

.is-margin-20 {
  margin: 20px; }

.is-margin-15 {
  margin: 15px; }

.is-margin-10 {
  margin: 10px; }

.is-margin-5 {
  margin: 5px; }

.is-text-center {
  text-align: center !important; }

.is-text-left {
  text-align: left !important; }

.is-text-right {
  text-align: right !important; }

.is-text-sm {
  font-size: 14px; }

.is-text-md {
  font-size: 18px; }

.is-text-lg {
  font-size: 24px; }

.is-text-sg {
  font-size: 28px; }

.is-text-bold {
  font-weight: bold; }

.is-gap-left {
  margin-left: 5px; }

.is-opaque {
  color: #919596; }

.is-flat-input {
  border-width: 2px;
  padding: 18px 10px; }

.is-flat-button {
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600; }
  .is-flat-button--no-bg {
    text-align: center;
    padding: 6px 10px;
    color: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff !important; }
  .is-flat-button--fix-width {
    min-width: 115px; }
  .is-flat-button--same-input {
    color: rgba(0, 0, 0, 0.65);
    border: 2px solid #d9d9d9;
    text-align: center;
    background-color: #fff !important; }
    .is-flat-button--same-input:hover {
      color: #fff;
      background-color: #c01157 !important;
      border-color: #c01157 !important;
      font-weight: 600; }

.is-border-danger {
  border: 1px solid #ff3860 !important; }

.is-border-info {
  border: 1px solid #3EACA8 !important; }

.is-border-primary {
  border: 1px solid #1ABC9C !important; }

.is-button-danger {
  background-color: #ff3860; }

.is-button-primary {
  background-color: #1ABC9C; }

.is-button-info {
  background-color: #3EACA8; }

.slick-slide.slick-active:focus {
  outline: none !important; }

.hero-carousel .hero-carousel-slider {
  height: 100%; }
  .hero-carousel .hero-carousel-slider .slick-list {
    height: 100%; }
    .hero-carousel .hero-carousel-slider .slick-list .slick-track {
      height: 100%; }

select {
  height: 42px;
  outline: none;
  max-width: 200px;
  width: 100%; }

.default-btn {
  background-color: #d77e6a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px; }

.btn-submit {
  background-color: #c4996b;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px 15px;
  transition: all .3s ease-in-out 0s;
  margin: 15px 0 0;
  border: 1px solid #c4996b;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer; }
  .btn-submit:hover {
    background: #3f4140;
    border-color: #3f4140; }

.btn-primary {
  padding: 10px 20px;
  background-color: #c01157;
  color: #fff;
  font-weight: 500;
  font-family: Poppins, sans-serif;
  margin: 0 10px;
  cursor: pointer;
  font-size: 14px; }
  .btn-primary:hover {
    background-color: #669b6b; }

input {
  font-family: 'Kodchasan', sans-serif;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 13px; }

input.same-default-btn {
  width: 80%;
  padding: 6px 5px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: 700; }

input.btn-primary {
  height: 42px; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #a2a2a2;
  margin: 0 0 10px; }

.top-header {
  width: 90%;
  margin: 0 auto;
  height: 38px;
  max-width: 1300px;
  padding: 0 15px; }
  .top-header .phone-num {
    color: #3f4140;
    font-weight: 700;
    font-size: 17px; }
    .top-header .phone-num .fa-phone {
      width: 18px;
      border: 2px solid #777;
      border-radius: 50%;
      padding: 5px; }
  .top-header .top-header-right {
    font-family: 'Moks', Encode Sans, sans-serif; }
    .top-header .top-header-right .profile-header a {
      font-size: 13px;
      padding: 3px 10px;
      color: #8d8d8d; }
      .top-header .top-header-right .profile-header a:hover {
        color: #3f4140; }
    .top-header .top-header-right .search-wrapp form {
      border: 1px solid #777;
      line-height: 23px; }
      .top-header .top-header-right .search-wrapp form #txtSearch {
        border: none;
        background: inherit;
        padding: 0 5px; }
      .top-header .top-header-right .search-wrapp form #search-submit {
        font-size: 20px;
        border: none;
        background: inherit;
        padding: 0 5px;
        color: #3f4140; }
        .top-header .top-header-right .search-wrapp form #search-submit .fa-search {
          font-size: 17px; }
    .top-header .top-header-right .wishlist-wrp .wishlist {
      color: #333;
      padding: 0 15px;
      line-height: 28px;
      font-size: 16px; }
      .top-header .top-header-right .wishlist-wrp .wishlist .fa-heart {
        font-size: 16px; }
    .top-header .top-header-right .cart-wrapp #header-cart {
      color: #333; }
      .top-header .top-header-right .cart-wrapp #header-cart .fa-shopping-cart {
        font-size: 16px; }

.header-container {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  .header-container.adn_active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
  }
  .header-container .nav-bar {
    width: 90%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px; }
    .header-container .nav-bar .wrapper-container .menu-mobile-wrapper {
      display: none; }
    .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .menu-logo {
      display: flex;
      align-items: center;
      padding: 5px 0; }
    .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar {
      flex: 3; }
      .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .mega-menu .site-nav-link {
        font-size: 14px;
        padding: 30px 15px;
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        color: #3f4140; }
      .site-nav-link.is-flex {
        align-items: center;
      }
      .site-nav-link.is-flex i {
        padding-left: 5px;
      }
      .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .mega-menu:hover .site-nav-link span {
        color: #c3996e; }
      .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown {
        display: none;
        z-index: 10;
        width: 500px;
        background-color: #fff;
        box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(0, 0, 0, 0.35); }
      .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown.adn_active {
          width: 300px;        }
        .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_list .site-nav-sub .list-title a {
          padding: 10px;
          text-transform: unset;
          font-size: 14px;
          font-weight: 400;
          color: #3f4140 !important;
          transition: all .3s ease-in-out 0s;
          display: block; }
        .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_list .site-nav-sub .list-title:hover a {
          margin-left: 5px;
          color: #c4996b !important; }
        .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img {
          flex: 2; }
          .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-today {
            padding-bottom: 5px;
            background: url(//hstatic.net/969/1000003969/10/2016/7-13/trung.gif) center center repeat-x; }
            .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-today .title {
              text-transform: uppercase;
              color: #c3996e;
              background: #fff;
              z-index: 99; }
          .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-content .image-content-new .field-sale-2 {
            font-size: 13px;
            text-transform: uppercase; }
          .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-content .menu-content-new .menu-tilte-pr {
            font-size: 13px; }
          .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-content .menu-content-new .menu-price-pr {
            color: #c3996e; }
          .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children .sub-menu-dropdown .megamenu_1 .menu_2_img .new-content .menu-content-new a {
            font-size: 10px;
            text-decoration: underline; }
      .header-container .nav-bar .wrapper-container .menu-destop-wrapper .menu-destop .site-bar .has-children:hover .sub-menu-dropdown {
        display: block; }

@media screen and (max-width: 769px) {
  .top-header {
    display: none !important; }
  .header-container .wrapper-container .menu-destop-wrapper {
    display: none; }
  .header-container .wrapper-container .menu-mobile-wrapper {
    display: flex !important; }
    .header-container .wrapper-container .menu-mobile-wrapper .logo-mobile img {
      width: 125px; }
    .header-container .wrapper-container .menu-mobile-wrapper .menu-bar-mobile .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      background-color: #111;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px; }
    .header-container .wrapper-container .menu-mobile-wrapper .menu-bar-mobile .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      color: #fff;
      display: block;
      transition: 0.3s; }
      .header-container .wrapper-container .menu-mobile-wrapper .menu-bar-mobile .sidenav a:not(:first-child) {
        border-bottom: 1px solid #aaa; }
    .header-container .wrapper-container .menu-mobile-wrapper .menu-bar-mobile .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px; }
    .header-container .wrapper-container .menu-mobile-wrapper .menu-bar-mobile #main {
      transition: margin-left .5s;
      padding: 10px; } }

.banner {
  display: block;
  max-width: 1300px;
  margin: auto;
  margin-top: 20px; }
  .banner img {
    width: 100%;
    max-height: 346px; }

.collection {
  display: block;
  max-width: 1300px;
  margin: auto; }

.card {
  display: block;
  margin: 90px 0; }
  .card-wrapper {
    display: flex;
    justify-content: space-between; }
    .card-wrapper .left {
      flex-grow: 1;
      width: 50%; }
      .card-wrapper .left img {
        width: 100%; }
    .card-wrapper .right {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      line-height: 24px;
      width: 50%;
      padding: 0 35px; }
      .card-wrapper .right a {
        margin-top: 30px;
        color: #d77e6a;
        text-decoration: underline; }
      .card-wrapper .right .card-title {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 900; }
      .card-wrapper .right .price {
        margin-top: 25px;
        color: #d77e6a;
        font-size: 19px;
        font-weight: 900px; }
      .card-wrapper .right .atcard-btn {
        margin-top: 25px;
        width: 95px;
        padding: 10px 20px;
        color: #fff;
        font-weight: 500;
        text-align: center;
        background-color: #d77e6a; }

footer {
  border-top: 1px solid #e0e0e0; }
  footer .footer-container {
    border-bottom: 1px solid #e0e0e0; }
  footer .footer-container, footer .footer-other {
    display: flex;
    padding: 30px 20px; }
  footer .footer-cols {
    display: flex;
    width: 100%; }
    footer .footer-cols .footer-col {
      flex: 1; }
      footer .footer-cols .footer-col:last-child {
        text-align: center; }
      footer .footer-cols .footer-col .col-head {
        font-family: 'Quicksand', sans-serif;
        font-size: 13px;
        font-weight: 700; }
      footer .footer-cols .footer-col .col-phone {
        font-size: 27px;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700; }
        footer .footer-cols .footer-col .col-phone .fas {
          font-size: 9px;
          vertical-align: middle;
          margin-bottom: 5px;
          color: #fff;
          background: #c4996b;
          padding: 5px;
          text-align: center;
          border-radius: 100%; }
      footer .footer-cols .footer-col .col-link {
        font-size: 12px;
        font-family: 'Quicksand', sans-serif;
        font-weight: 700; }
        footer .footer-cols .footer-col .col-link:hover {
          color: #c4996b; }
      footer .footer-cols .footer-col .col-icon .fab {
        margin: 10px 10px 0px 0px;
        font-size: 35px;
        padding: 5px; }
      footer .footer-cols .footer-col .col-image img {
        max-width: 100%;
        margin-top: 20px; }
      footer .footer-cols .footer-col .col-input {
        margin-top: 15px; }
        footer .footer-cols .footer-col .col-input .validate {
          height: 40px;
          border: 1px solid #d0d0d0;
          width: 80%;
          overflow: hidden;
          position: relative;
          margin-left: 1px; }
          footer .footer-cols .footer-col .col-input .validate input[type=email] {
            border: 0;
            line-height: 22px;
            text-indent: 5px;
            font-size: 12px;
            float: left;
            width: calc(92% - 104px);
            background: #fff;
            padding: 10px; }
          footer .footer-cols .footer-col .col-input .validate input[type=submit] {
            position: absolute;
            top: 0;
            right: 0;
            height: 40px;
            font-size: 15px;
            width: 104px;
            color: #fff;
            text-transform: uppercase;
            background: #151515;
            border: 1px solid #151515;
            cursor: pointer; }

.small-footer {
  background: #e5e5e5;
  padding: 15px 0; }
  .small-footer .wrapper {
    display: flex;
    align-items: center; }
    .small-footer .wrapper .text-left {
      font-size: 12px;
      margin-right: 100px; }
      .small-footer .wrapper .text-left p {
        margin: 0 !important; }
    .small-footer .wrapper .text-right {
      text-align: right;
      font-size: 12px; }

@media screen and (max-width: 769px) {
  footer .footer-cols .footer-col {
    padding: 0 5px; }
    footer .footer-cols .footer-col:last-child {
      text-align: left; }
  .small-footer {
    padding: 10px; }
    .small-footer .wrapper {
      display: block; }
      .small-footer .wrapper .text-left {
        margin-right: 0; }
      .small-footer .wrapper .gov {
        text-align: right; } }

.footer-wrapper {
  display: block;
  display: block;
  border-top: 1px solid #f1f1f1; }

.footer-container {
  display: block; }

.footer-posts, .footer-main-info {
  width: 30%; }

.footer-content {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer-element {
  margin-left: 15px;
  margin-right: 15px;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  vertical-align: baseline;
  width: 275.5px;
  -webkit-font-smoothing: antialiased;
  -webkit-margin-after: 20px;
  -webkit-margin-before: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .footer-element:first-child {
    padding-left: 0; }
  .footer-element:last-child {
    padding-right: 0; }
  .footer-element .header-brand {
    line-height: 42px; }
  .footer-element p {
    font-size: 14px;
    color: #777; }
  .footer-element .contact-info {
    color: #777; }
  .footer-element__title {
    text-transform: uppercase;
    font-weight: 700; }
  .footer-element__content {
    display: block;
    margin-top: 10px; }
    .footer-element__content--link {
      padding: 10px 0;
      font-size: 14px;
      color: #777; }
    .footer-element__content--list {
      margin: 0;
      padding: 0;
      display: block; }
    .footer-element__content--item {
      padding: 15px 0;
      border-bottom: 1px solid #dfe4e8;
      display: flex; }
      .footer-element__content--item h4, .footer-element__content--item p {
        margin: 0; }
      .footer-element__content--item h4 {
        font-size: 14px; }
      .footer-element__content--item p {
        font-size: 12px; }
      .footer-element__content--item:last-child {
        border-bottom: none; }
      .footer-element__content--item .post-thumbnail {
        max-width: 75px;
        margin-right: 15px;
        min-width: 75px; }
        .footer-element__content--item .post-thumbnail img {
          width: 100%; }
      .footer-element__content--item .post-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }

.footer-line {
  display: block;
  border-top: 1px solid #dfe4e8;
  padding: 15px 0; }
  .footer-line .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 769px) {
      .footer-line .container {
        flex-direction: column;
        text-align: center; }
        .footer-line .container .footer-copyright {
          margin-bottom: 10px; } }
    .footer-line .container .footer-copyright {
      color: #777;
      font-size: 14px; }
    .footer-line .container .payment {
      align-items: right; }

.back-to-top {
  position: fixed;
  bottom: 45px;
  right: 0;
  z-index: 99999;
  background-color: #3f4140;
  display: none;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  right: 40px;
  bottom: 30px;
  z-index: 999;
  border-radius: 50%;
  cursor: pointer; }
  .back-to-top i {
    margin: 0; }

.carousel .wrapper {
  width: 85%; }
  .carousel .banner-slider {
    background: #f7f7f7;
    padding: 10px; }
    .carousel .slick-dotted.slick-slider {
      margin-bottom: 0;
    }
    .carousel .wrapper .banner-slider .slider-text {
      width: 700px;
      margin: 0 auto;
      margin-bottom: 0 !important; }
      .carousel .banner-slider .slider-text .promo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center; }
        .carousel .banner-slider .slider-text .promo-wrapper p {
          text-transform: uppercase;
          font-size: 16px;
          font-weight: 700;
          margin: 5px; }
        .carousel .banner-slider .slider-text .promo-wrapper span {
          font-size: 13px;
          padding: 3px 0 0; }
  .carousel .sc-slider {
    visibility: hidden; }
    .carousel .sc-slider img {
      width: 100%; }
  .carousel {
    overflow: hidden;
  }
  .carousel .sc-slider.slick-initialized {
    visibility: visible !important; }
.adn_header_fixed {
  height: 84px;
  width: 100%;
}
.product-grid .product-border div {
  width: 200px;
  border: 1px solid #2b2424; }
.product-grid {
  margin-top: 20px;
}
.product-grid .product-header h1 {
  font-size: 35px; }
.product-grid .product-header.adn_active_cate h1 {
  font-size: 25px; }
.product-grid .product-header.adn_active h1 {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  display: inline;
  color: #3f4140;
  background-color: #fff;
}
.product-grid .product-header .title-sub-new {
  margin-top: -25px; }

.product-grid .center-product {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto; 
  margin-top: 40px;}
  .product-grid .center-product .product-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    margin-bottom: 20px; }
    .product-grid .center-product .product-wrapper.temp_cate {
      grid-template-columns: repeat(3, 1fr);
    }
    .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image {
      /*height: 245px;*/
      display: flex;
      justify-content: center;
      position: relative;
      overflow: hidden;
      text-align: center;
      /*padding-bottom: 10px;*/
      opacity: 1;
      transition: all .3s;
      margin-bottom: 10px; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image img {
        height: 100%;
        width: 100%;
        transition: all .2s ease-in-out;
        display: block;
        top: 0;
        position: absolute; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image .lazyloaded {
        transform: scale(1); }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image .image-default.image-hover {
        position: relative;
        opacity: 1;
        z-index: 3; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image .image-hover {
        opacity: 0;
        z-index: 1; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image:hover .image-default {
        transform: scale(1.2);
      }
      /*.product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image:hover .image-hover {*/
      /*  opacity: 1;*/
      /*  z-index: 3; }*/
    .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info {
      text-align: center; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .color-swatches .color-item.active {
        box-shadow: 0 0 0 1px #e32124; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .color-swatches .color-item {
        display: inline-block;
        cursor: pointer;
        margin: 0 5px; }
        .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .color-swatches .color-item img {
          width: 30px;
          height: 30px;
          display: block; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .box-tags {
        color: #3f4140;
        margin-top: 5px;
        font-size: 12px; }
        .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .box-tags .sku-tags {
          padding: 2px 5px;
          text-transform: uppercase;
          color: #999; }
      .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-info .price-info .box-pro-price .pro-price {
        font-weight: 700;
        color: #c4996b; }

.fashion-news {
  border-top: 1px solid #fbf6f6;
  margin-top: 100px; }
  .fashion-news .news-title {
    margin: 20px 0; }
    .fashion-news .news-title .title-shoptype {
      text-transform: uppercase;
      font-size: 25px;
      font-weight: 700;
      padding: 0 15px;
      background: #fff; }
  .fashion-news .news-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1300px; }
    .fashion-news .news-wrapper .news-content .owl-blog-slider {
      width: 60%;
      padding-right: 15px; }
      .fashion-news .news-wrapper .news-content .owl-blog-slider .owl-wrapper-outer .owl-item .blog-slider-item .blog-slider-info {
        bottom: 0;
        background: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        font-weight: 700; }
        .fashion-news .news-wrapper .news-content .owl-blog-slider .owl-wrapper-outer .owl-item .blog-slider-item .blog-slider-info h3 {
          margin: 0;
          padding: 0 20px 15px; }
          .fashion-news .news-wrapper .news-content .owl-blog-slider .owl-wrapper-outer .owl-item .blog-slider-item .blog-slider-info h3 .blog-title {
            font-size: 18pt; }
        .fashion-news .news-wrapper .news-content .owl-blog-slider .owl-wrapper-outer .owl-item .blog-slider-item .blog-slider-info .blog-category {
          background: #3ba1a2;
          display: inline-block;
          padding: 2px 10px;
          color: #fff; }
    .fashion-news .news-wrapper .news-content .blog-read-viewed {
      width: 40%;
      padding-left: 15px; }
      .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item {
        margin-bottom: 17px;
        overflow: hidden; }
        .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item:last-child {
          margin-bottom: 0; }
        .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item .item-img {
          width: 30%;
          height: 80px; }
        .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item .caption {
          width: 70%;
          padding-left: 20px;
          font-weight: 700; }
          .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item .caption .title {
            margin: 0 0 5px;
            max-height: 45px;
            overflow: hidden;
            color: #333; }
          .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item .caption .date {
            font-size: 11px;
            color: #666; }
          .fashion-news .news-wrapper .news-content .blog-read-viewed .blog-read-item .caption .title-category {
            color: #3ba1a2;
            font-size: 11px;
            text-transform: uppercase; }
    .fashion-news .news-wrapper .news-more {
      margin-top: 20px; }
      .fashion-news .news-wrapper .news-more .title-more .link {
        color: #037bc0; }

.feedback {
  margin-top: 100px; }
  .feedback .feedback-header {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fbf6f6;
    line-height: 0.1em;
    margin: 20px 0; }
    .feedback .feedback-header .title {
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 700;
      padding: 0 15px;
      background: #fff; }
  .feedback .feedback-wrapper {
    padding: 20px 0; }
    .feedback .feedback-wrapper .owl-stage {
      display: flex;
      width: 80%;
      margin: 0 auto;
      max-width: 1300px; }
      .feedback .feedback-wrapper .owl-stage .owl-item {
        flex: 1;
        padding: 0 25px; }
        .feedback .feedback-wrapper .owl-stage .owl-item .item:hover img {
          filter: blur(0px) grayscale(0%) sepia(0); }
        .feedback .feedback-wrapper .owl-stage .owl-item .item img {
          width: 100%;
          filter: blur(0px) grayscale(100%) sepia(0);
          transition: all 0.3s; }
        .feedback .feedback-wrapper .owl-stage .owl-item .item .name {
          font-size: 12px;
          text-transform: uppercase;
          margin-top: 10px;
          font-weight: bold; }

@media screen and (max-width: 769px) {
  .carousel .wrapper {
    width: 100%; }
    .carousel .wrapper .banner-slider {
      background: #3f4140; }
      .carousel .wrapper .banner-slider .slider-text {
        width: 400px; }
        .carousel .wrapper .banner-slider .slider-text .promo-wrapper {
          display: block;
          text-align: center;
          color: #fff; }
          .carousel .wrapper .banner-slider .slider-text .promo-wrapper .fa {
            display: none; }
          .carousel .wrapper .banner-slider .slider-text .promo-wrapper p {
            width: 100%; }
  .feedback .feedback-header .title {
    font-size: 25px; }
  .feedback .feedback-wrapper .owl-stage {
    width: 95%; }
    .feedback .feedback-wrapper .owl-stage .owl-item:last-child {
      display: none; }
  .fashion-news .news-wrapper {
    width: 95%; }
    .fashion-news .news-wrapper .news-content {
      display: block !important; }
      .fashion-news .news-wrapper .news-content .owl-blog-slider {
        width: unset;
        padding: 0; }
        .fashion-news .news-wrapper .news-content .owl-blog-slider .blog-slider-info h3 {
          padding: 0 10px 10px; }
      .fashion-news .news-wrapper .news-content .blog-read-viewed {
        width: unset;
        padding: 0; } }

.view-wrapper .container {
  width: 80%;
  margin: auto;
  max-width: 1300px; }

.view-wrapper #product .product-wrapper .breadcrumb {
  color: #aaa;
  padding: 20px 0; }
  .view-wrapper #product .product-wrapper .breadcrumb a {
    font-weight: 700; }
/*.slide-wrapper {*/
/*  width: 70px;*/
/*}*/
.view-wrapper #product .product-wrapper .product-content .product-left-content {
  width: 65%;
  padding-right: 15px; }
  .product-image-slide {
    margin: auto;
  }
  .product-image-slide .thumbnail:nth-child(n+2) {
    margin-left: 10px;
  }
  .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .slide-wrapper .product-image-slide .thumbnail {
    width: 100px !important;
    height: 100px !important;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: border .2s ease-in-out;
    margin-bottom: 20px; }
    .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .slide-wrapper .product-image-slide .thumbnail.slick-current  {
      border-color: #c4996b;
    }
    .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .slide-wrapper .product-image-slide .thumbnail .img-thumbnail {
      display: block;
      transition: all .2s ease-in-out;
      box-sizing: border-box;
      padding: 4px;
      max-width: 100%;
      margin: auto; }
  .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .image-frame {
    /*width: calc(100% - 70px);*/
    width: 100%;
    position: relative; }
    .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .image-frame .free-ship {
      color: #fff;
      text-transform: uppercase;
      border-radius: 100%;
      padding: 0;
      line-height: 17px;
      position: absolute;
      width: 80px;
      height: 80px;
      right: 15px;
      top: 15px;
      z-index: 100;
      background: #000;
      font-size: 12px;
      font-weight: 700; }
    .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .image-frame .main-image-product {
      width: 80%;
      margin: 0 auto; }
      .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .image-frame .main-image-product img {
        width: 100%; }

.view-wrapper #product .product-wrapper .product-content .product-right-content {
  width: 35%;
  padding-left: 15px; }
  .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info {
    font-weight: 700; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info h1 {
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 15px; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-infomation {
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(168, 168, 168, 0.2); }
      .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-infomation p {
        margin: 5px 0; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-infomation p span {
          color: #c4996b; }
      .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-infomation .pro-price {
        color: #c4996b;
        font-size: 19px;
        margin: 10px 10px 10px 0; }
      .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-infomation hr {
        border: 0;
        border-top: 1px solid #eee;
        margin: 10px 0; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection {
      padding: 10px 0;
      border-bottom: 1px solid rgba(168, 168, 168, 0.2); }
      .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color {
        margin-bottom: 15px; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .label-variations, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .label-variations, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .label-variations {
          width: 90px;
          line-height: 40px; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .active, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .active, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .active {
          border: 1px solid #c4996b !important; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .active .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .active .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .active .selected {
            display: block !important; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .color-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .color-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .color-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro {
          background-color: #fff;
          margin-right: 5px;
          margin-bottom: 5px;
          border: 1px solid #ddd;
          padding: 1px; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .color-pro label, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .color-pro label, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .color-pro label {
          width: 90px;
          line-height: 40px;
          height: 40px;
          vertical-align: middle;
          padding: 0 5px;
          margin: 0;
          cursor: pointer; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .color-pro label input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .color-pro label input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .color-pro label input {
            display: none;
            height: 31px;
            border: none;
            padding-left: 30px;
            border-color: #fff;
            border-radius: 2px;
            font-size: 13px; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .color-pro label .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .color-pro label .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .color-pro label .selected {
            display: none;
            right: 0;
            bottom: 0;
            width: 15px;
            height: 15px; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .color-pro:first-child, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .color-pro:first-child, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .color-pro:first-child {
          margin-left: 0; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro {
          margin-right: 5px !important; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro label, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro label, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro label {
            display: block;
            width: 35px;
            height: 35px;
            cursor: pointer; }
            .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro label input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro label input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro label input {
              display: none;
              height: 31px;
              border: none;
              padding-left: 30px;
              border-color: #fff;
              border-radius: 2px;
              font-size: 13px; }
            .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro label .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro label .selected, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro label .selected {
              display: none;
              right: 0;
              bottom: 0;
              width: 15px;
              height: 15px; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro:first-child, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro:first-child, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro:first-child {
            margin-left: 0; }
          .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .size-pro:hover, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .size-pro:hover, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .size-pro:hover {
            color: #fff;
            background: #c4996b; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .number-minus, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix .number-plus, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .number-minus, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix .number-plus, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .number-minus, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix .number-plus {
          display: inline-block;
          float: left;
          border: 1px solid #ccc;
          padding: 1px;
          font-size: 18px;
          font-weight: 700;
          color: #3f4140;
          width: 40px;
          height: 30px;
          text-align: center;
          line-height: 24px;
          cursor: pointer; }
        .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .size .clearfix input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .product-quantity .clearfix input, .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .product-selection .color .clearfix input {
          float: left;
          text-align: center;
          border: 1px solid #ccc;
          padding: 8px 8px 7px;
          border-left: none;
          border-right: none; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .purchase-product button {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 5px;
      border-radius: 5px; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .purchase-product .btn-buyNow {
      background-color: #3f4140;
      color: #fff;
      font-size: 13px;
      padding: 10px 30px;
      border: 1px solid #3f4140;
      cursor: pointer;
      transition: all .3s ease-in-out 0s; }
      .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .purchase-product .btn-buyNow:hover {
        color: #fff;
        background: #c4996b;
        border: 1px solid #c4996b; }
    .view-wrapper #product .product-wrapper .product-content .product-right-content .product-info .purchase-product .addtocart-modal {
      border-radius: 5px;
      font-size: 13px;
      padding: 10px 30px; }

.view-wrapper #product .product-wrapper .product-care {
  margin-bottom: 30px; }
  .view-wrapper #product .product-wrapper .product-care .recommend .recommend-body .recommend-inner-box {
    flex: 0 1 25%;
    padding: 0 10px; }
    .view-wrapper #product .product-wrapper .product-care .recommend .recommend-body .recommend-inner-box .ins-product-box .ins-description-box {
      font-weight: 700; }
      .view-wrapper #product .product-wrapper .product-care .recommend .recommend-body .recommend-inner-box .ins-product-box .ins-description-box .ins-product-price {
        color: #c4996b; }

.product-collections .product-header h1 {
  margin-bottom: 10px; }

.product-collections .submenu {
  width: 90%;
  max-width: 1300px;
  margin: 20px auto; }
  .product-collections .submenu .midbar .check-box-list .advanced-filter {
    display: inline-block;
    margin: 0 8px; }
    .product-collections .submenu .midbar .check-box-list .advanced-filter .tag-choise {
      font-size: 1.2em;
      color: #333;
      line-height: 30px;
      transition: all 0.3s; }
    .product-collections .submenu .midbar .check-box-list .advanced-filter:hover {
      text-decoration: underline; }
  .botbar {
    padding-top: 20px; }
    .botbar li {
      display: inline-block;
      margin: 0 5px;
      font-weight: 700; }
    .botbar .no-href {
      margin: 6px 0;
      line-height: 31px;
      font-size: 1em;
      text-transform: uppercase; }
    .botbar .href:hover {
      text-decoration: underline; }
    .botbar .filter-by-size .href {
      margin-left: 10px; }

.product-collections .center-product .product-image .field-sale-left {
  color: #fff;
  border-radius: 100%;
  padding: 0;
  line-height: 17px;
  width: 40px;
  height: 40px;
  top: 18px;
  left: 30px;
  z-index: 10;
  background: #000;
  font-size: 12px;
  font-weight: 700; }

.view-wrapper .view-container .blog-wrapper .article-uri img {
  width: 100%; }

.view-wrapper .view-container .blog-wrapper .article-content {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 5%;
  padding-top: 3%;
  background-color: #fff;
  position: relative;
  bottom: 85px; }
  .view-wrapper .view-container .blog-wrapper .article-content .entry-header {
    margin-bottom: 4%; }
    .view-wrapper .view-container .blog-wrapper .article-content .entry-header .entry-meta {
      margin-bottom: 15px; }
      .view-wrapper .view-container .blog-wrapper .article-content .entry-header .entry-meta .entry-tag {
        color: #66727d;
        text-transform: uppercase;
        font-weight: 700;
        background: #eaeaea;
        padding: 5px 8px;
        border-bottom: none;
        letter-spacing: 1px;
        transition: .07s ease-in-out; }
    .view-wrapper .view-container .blog-wrapper .article-content .entry-header .entry-title {
      font-size: 50px;
      line-height: 1.2;
      position: relative;
      margin: 0;
      letter-spacing: 1px; }
    .view-wrapper .view-container .blog-wrapper .article-content .entry-header .by-line {
      color: #66727d;
      font-size: 14px;
      width: 100%;
      padding-bottom: 4%;
      border-bottom: dashed 1px #e8e8e8; }
      .view-wrapper .view-container .blog-wrapper .article-content .entry-header .by-line span {
        margin-right: 15px;
        padding-right: 10px;
        border-right: solid 1px #e8e8e8; }
  .view-wrapper .view-container .blog-wrapper .article-content img {
    max-width: 100%; }
.footer-drawer {
  display: none;
}
.view-wrapper .footer-drawer {
  background: #f0f0f0;
  padding: 30px 0; }
  .view-wrapper .footer-drawer .view-drawer {
    width: 80%;
    margin: 0 auto; }
    .view-wrapper .footer-drawer .view-drawer .footer-drawer-title {
      text-align: center; }
      .view-wrapper .footer-drawer .view-drawer .footer-drawer-title span {
        font-size: 20px;
        border-bottom: 2px solid #343e47; }
    .view-wrapper .footer-drawer .view-drawer .featured-posts-wrap {
      display: flex;
      margin: 30px 0; }
      .view-wrapper .footer-drawer .view-drawer .featured-posts-wrap .featured-post {
        padding: 0 12px; }
        .view-wrapper .footer-drawer .view-drawer .featured-posts-wrap .featured-post .grid-thumb-image img {
          height: 130px;
          object-fit: contain; }
        .view-wrapper .footer-drawer .view-drawer .featured-posts-wrap .featured-post .grid-thumb-image .entry-title a {
          font-size: 16px;
          font-weight: 700;
          line-height: 1.4;
          margin-bottom: 2px; }
        .view-wrapper .footer-drawer .view-drawer .featured-posts-wrap .featured-post .grid-thumb-image .grid-date .date {
          font-size: 14px;
          color: #66727d; }

.view-wrapper {
  border-top: 1px solid #eee; }
  .view-wrapper .view-container {
    max-width: 1300px;
    margin: 0 auto;
    width: 80%;
    padding: 0 15px; }
    .view-wrapper .view-container .form-signup-signin {
      margin: 20px 0; }
      .view-wrapper .view-container .form-signup-signin .form-cols {
        display: flex;
        width: 100%; }
        .view-wrapper .view-container .form-signup-signin .form-cols .form-col {
          flex: 1; }
        .view-wrapper .view-container .form-signup-signin .form-cols .form {
          text-align: center; }

.view-wrapper .view-container .form-signup-signin .login {
  width: 80%;
  margin: 30px auto; }
  .view-wrapper .view-container .form-signup-signin .login .fs {
    padding: 0 20px 60px;
    border: 1px solid #efefef; }
    .view-wrapper .view-container .form-signup-signin .login .fs .page-subheading {
      border-bottom: 1px solid #efefef;
      color: #1e1e21;
      font-size: 20px;
      text-transform: uppercase; }
  .view-wrapper .view-container .form-signup-signin .login .form-signin {
    margin-right: 20px; }
    .view-wrapper .view-container .form-signup-signin .login .form-signin .form_content {
      position: relative; }
      .view-wrapper .view-container .form-signup-signin .login .form-signin .form_content .f {
        margin-bottom: 5px; }
    .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF {
      display: flex;
      flex-direction: column;
      position: absolute;
      bottom: -18px;
      right: 0; }
      .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF a {
        width: 200px;
        height: 36px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 5px; }
        .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF a i {
          text-align: center;
          border-radius: 10px 0 0 10px;
          font-size: 25px;
          width: 40px;
          padding: 5px 0;
          border-right: 1px solid rgba(140, 137, 137, 0.55); }
        .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF a span {
          font-size: 13px;
          width: 160px;
          color: #fff;
          font-weight: bold;
          vertical-align: super; }
      .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF #signFacebook {
        background: #3b5c91; }
      .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF #signGoogle {
        background: #e64d2d; }
  .view-wrapper .view-container .form-signup-signin .login .form-singup {
    margin-left: 20px; }
    .view-wrapper .view-container .form-signup-signin .login .form-singup .submit {
      margin-top: 88px; }

.view-wrapper #cart {
  max-width: 1300px;
  width: 80%;
  margin: 0 auto 30px; }
  .view-wrapper #cart h1 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0; }
  .view-wrapper #cart #cartContent .btn-cart {
    text-align: right;
    padding: 10px 0;
    margin: 5px 0; }
    .view-wrapper #cart #cartContent .btn-cart .btn-more {
      font-size: 14px;
      border-radius: 5px; }
    .view-wrapper #cart #cartContent .btn-cart .btn-pay {
      font-size: 14px;
      border-radius: 5px;
      background-color: #5cb85c;
      border-color: #5cb85c; }
  .view-wrapper #cart #cartContent .table-customize {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc inset; }
    .view-wrapper #cart #cartContent .table-customize thead tr {
      background-color: #c38f56;
      border-radius: 3px 3px 0 0; }
      .view-wrapper #cart #cartContent .table-customize thead tr th {
        color: #fff;
        border: none;
        padding: 10px 14px;
        font-size: 14px;
        font-weight: bold;
        text-align: left; }
        .view-wrapper #cart #cartContent .table-customize thead tr th:last-child {
          border-radius: 0 3px 0 0; }
    .view-wrapper #cart #cartContent .table-customize tbody tr td {
      vertical-align: middle;
      padding: 15px 14px;
      font-size: 14px;
      border: none;
      border-bottom: 1px solid #ccc;
      font-weight: bold; }
      .view-wrapper #cart #cartContent .table-customize tbody tr td a {
        cursor: pointer; }
      .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod {
        display: flex;
        min-width: 310px; }
        .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod img {
          width: 75px;
          overflow: hidden; }
        .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod .cart-item-prod-info {
          width: 225px;
          height: auto;
          padding-left: 10px; }
          .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod .cart-item-prod-info div {
            margin-bottom: 10px; }
          .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod .cart-item-prod-info .price {
            margin: 0;
            font-size: 16px;
            font-weight: bold; }
      .view-wrapper #cart #cartContent .table-customize tbody tr td input {
        width: 70px;
        text-align: center; }
    .view-wrapper #cart #cartContent .table-customize tbody #infoCart {
      text-align: right; }
      .view-wrapper #cart #cartContent .table-customize tbody #infoCart .total {
        font-size: 20px;
        font-weight: 700; }
      .view-wrapper #cart #cartContent .table-customize tbody #infoCart .price {
        font-size: 20px;
        font-weight: 700;
        color: #cb0101;
        margin-right: 55px; }

.view-wrapper #checkout {
  max-width: 1300px;
  width: 80%;
  margin: 20px auto; }
  .view-wrapper #checkout .heading {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;
    background: #3f4140;
    color: #fff;
    font-size: 18px; }
  .view-wrapper #checkout .checkout-wrapper {
    display: flex; }
    .view-wrapper #checkout .checkout-wrapper .left-side-checkout {
      width: 70%;
      padding-right: 15px; }
      .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome {
        margin-bottom: 30px; }
        .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content {
          background-color: #fff; }
          .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items {
            margin-bottom: 20px; }
            .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item {
              display: flex;
              align-items: center;
              border: none;
              padding: 20px;
              padding-top: 15px; }
              .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-img {
                margin-right: 15px; }
                .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-img a img {
                  max-width: 140px; }
              .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content {
                margin-left: 15px; }
                .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .name-item {
                  text-transform: uppercase;
                  color: #3f4140;
                  font-weight: 700;
                  font-size: 15px;
                  text-decoration: underline; }
                .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info {
                  display: flex;
                  margin-bottom: 15px; }
                  .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-left {
                    margin-right: 10px; }
                    .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-left .variation, .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-left .status {
                      font-size: 13px;
                      font-weight: 700; }
                      .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-left .variation span, .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-left .status span {
                        color: #c4996b; }
                  .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-right .price, .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-right .count {
                    font-size: 13px;
                    font-weight: 700; }
                    .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-right .price span, .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .cart-info .info-right .count span {
                      color: #c4996b; }
                .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .remove-cart-item {
                  min-width: 140px;
                  margin-bottom: 5px;
                  margin-right: 5px;
                  font-size: 14px;
                  margin-top: 4px;
                  background-clip: padding-box;
                  background-color: #f7f7f7;
                  border: 1px solid #e5e5e5;
                  color: #111;
                  letter-spacing: .5px;
                  padding: 5px 10px;
                  text-transform: uppercase;
                  border-radius: 2px;
                  font-weight: 700;
                  text-align: center; }
                  .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .content-items .cart-item .cart-item-content .remove-cart-item:hover {
                    color: #fff;
                    background-color: #c4996b; }
          .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .btn-customize {
            text-align: right; }
            .view-wrapper #checkout .checkout-wrapper .left-side-checkout .chrome .content .btn-customize a {
              padding: 5px 15px;
              font-size: 15px;
              border-radius: 5px; }
      .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content {
        padding: 20px;
        background: #eee; }
        .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner {
          padding: 25px;
          background: #fff; }
          .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .fieldset .field {
            width: 100%;
            padding: .45em; }
            .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .fieldset .field .field-input-wrapper {
              display: flex;
              justify-content: space-between; }
              .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .fieldset .field .field-input-wrapper label {
                width: 150px;
                font-weight: 700; }
              .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .fieldset .field .field-input-wrapper .field-input {
                box-shadow: 0 0 0 1px #d9d9d9;
                transition: all .2s ease-out;
                background-color: #fff;
                color: #333;
                border-radius: 4px;
                padding: 5px;
                word-break: normal; }
          .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .section {
            padding-top: 3em; }
            .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .section .section-title {
              font-weight: 700;
              color: #737373;
              margin-bottom: 20px; }
            .view-wrapper #checkout .checkout-wrapper .left-side-checkout .main-content .step-sections .section-content .section-content-inner .section #paymentMethod .b {
              margin-bottom: 15px; }
    .view-wrapper #checkout .checkout-wrapper .right-side-checkout {
      width: 30%;
      padding-left: 15px; }
      .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content {
        padding: 15px 25px;
        background-color: #3f4140;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700; }
        .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .section-header {
          border-bottom: 1px solid #444;
          margin-bottom: 1.5em; }
          .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .section-header .section-title {
            font-size: 25px;
            margin-bottom: 15px; }
        .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section {
          border-bottom: 1px solid #444;
          padding-bottom: 1.5em; }
          .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .order-summary-section-discount {
            padding-bottom: 1.5em;
            border-bottom: 1px solid #444; }
            .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .order-summary-section-discount .field .field-input-btn-wrapper {
              margin-top: 10px;
              display: flex;
              align-items: center;
              justify-content: space-between; }
              .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .order-summary-section-discount .field .field-input-btn-wrapper .field-input-wrapper .field-input {
                border-radius: 4px;
                margin-bottom: 0;
                line-height: unset; }
              .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .order-summary-section-discount .field .field-input-btn-wrapper button {
                padding: 6px 12px;
                font-size: 14px;
                border-radius: 4px;
                margin: 0;
                margin-left: .9em; }
                .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .order-summary-section-discount .field .field-input-btn-wrapper button:hover {
                  background-color: #c4996b;
                  border-color: #c4996b; }
          .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .total-line {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 0;
            border-bottom: 1px solid #444; }
            .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .total-line .total-line-name {
              font-size: 13px; }
            .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .total-line .total-line-price {
              font-size: 13px; }
            .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .total-line .payment-due-label {
              font-size: 1.14286em; }
            .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .order-summary-section .total-line .payment-due-price {
              font-size: 1.71429em;
              letter-spacing: -.04em; }
        .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .step-footer button {
          border-radius: 4px;
          width: 100%;
          font-size: 14px;
          padding: 10px; }
          .view-wrapper #checkout .checkout-wrapper .right-side-checkout .sidebar .sidebar-content .order-summary .order-summary-sections .step-footer button:hover {
            background-color: #c4996b;
            border-color: #c4996b; }

.view-wrapper .view-container .album-wrapper .breadcrumb {
  margin-top: 10px;
  padding: 20px 0; }
  .view-wrapper .view-container .album-wrapper .breadcrumb a {
    font-weight: 700; }

.view-wrapper .view-container .album-wrapper .album-heading {
  text-align: center; }
  .view-wrapper .view-container .album-wrapper .album-heading .heading {
    font-size: 30px; }

.view-wrapper .view-container .album-wrapper .load-more {
  text-align: right;
  margin-bottom: 20px; }

.view-wrapper .view-container .album-wrapper .category-product .product-item-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px; }
  .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item {
    width: 50%; }
    .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper {
      padding: 0 20px; }
      .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-image a img {
        width: 100%;
        object-fit: cover; }
      .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info {
        text-align: center; }
        .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info h2 {
          font-size: 16px;
          height: 24px;
          overflow: hidden;
          margin-top: 10px; }
          .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info h2 a {
            font-weight: 400; }
        .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info .album-description {
          height: 66px;
          margin-bottom: 20px;
          overflow: hidden; }
          .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info .album-description span {
            color: #5b5b5b; }
        .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info .album-more {
          color: #5b5b5b; }
          .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper .product-info .album-more a {
            text-transform: uppercase;
            color: #3f4140;
            border-bottom: 1px solid #3f4140; }

html {
  font-size: 15px; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Kodchasan', sans-serif;
  vertical-align: baseline;
  background-color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

li {
  list-style: none; }

ul {
  margin: 0;
  padding: 0; }

button:focus {
  outline: none; }

strong {
  color: initial; }

a {
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none; }

.link-primary {
  color: #79b38a; }

.wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus {
  outline: none; }

.svg-icon {
  width: 2em;
  height: 2em; }

.svg-icon path, .svg-icon polygon, .svg-icon rect {
  fill: #636c75; }

.svg-icon circle {
  stroke: #636c75;
  stroke-width: 1; }

@media screen and (max-width: 769px) {
  .wrapper {
    padding: 0; } }

.ins-image-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  padding-top: 100%;
}
.ins-image-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .adn_phone.is-flex {
    flex-wrap: wrap;
  }
  .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image {
    padding-top: 100%;
    overflow: hidden;
    padding-left: 0;
    height: 0;
    padding-right: 0;
  }
  .product-grid .center-product .product-wrapper .product-infomation .product-detail .product-image img {
    width: 100%;
    top: 0;
    height: auto;
  }
  .product-grid .center-product .product-wrapper {
    grid-template-columns: 1fr 1fr
  }
  /*.product-infomation {*/
  /*  flex:0 1 50%;*/
  /*  box-sizing: border-box;*/
  /*}*/
  /*.product-wrapper>div:nth-child(odd) {*/
  /*  padding-right: 5px;*/
  /*}*/
  /*.product-wrapper>div:nth-child(even) {*/
  /*  padding-left: 5px;*/
  /*}*/
  .product-wrapper .breadcrumb {
    display: none;
  }
  .owl-stage.adn_phone {
    flex-direction: column;
  }
  .footer-cols.adn_phone {
    flex-direction: column;
  }
  .footer-cols.adn_phone {
    flex-direction: column;
  }
  .view-wrapper .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .view-wrapper #product .product-wrapper .product-content .product-left-content {
    padding-right: 0;
    width: 100%;
  }
  .view-wrapper #product .product-wrapper .product-content .product-right-content {
    padding-left: 0;
    width: 100%;
  }
  .view-wrapper #product .product-wrapper .product-care .recommend .recommend-body .recommend-inner-box {
    flex: 0 0 50%;
    box-sizing: border-box;
  }
  .recommend-body {
    flex-wrap: wrap;
  }
  .view-wrapper .view-container .form-signup-signin .form-cols .form-col {
    display: none;
  }
  .view-wrapper .view-container .form-signup-signin .form-cols .form.form-col {
    display: block;
  }
  .view-wrapper .view-container .form-signup-signin .form-cols .fs.form-col {
    display: block;
  }
  .form-signup-signin input.same-default-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .view-wrapper .view-container .form-signup-signin .login .form-signin {
    margin-right: 0;
  }
  .view-wrapper .view-container .form-signup-signin .login {
    flex-direction: column;
    width: 100%;
  }
  .view-wrapper .view-container .form-signup-signin .login .form-singup {
    margin-left: 0;
    margin-top: 10px;
  }
  .view-wrapper .view-container .form-signup-signin .login .form-signin #signGF {
    position: relative;
  }
  .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item {
    width: 100%;
  }
  .view-wrapper .view-container .album-wrapper .category-product .product-item-line .product-item .album-item-wrapper {
    padding: 0 0;
  }
  .product-grid .product-header.adn_active h1 {
    font-size: 25px;
  }
  .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod .cart-item-prod-info {
    width: auto;
  }
  .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod {
    min-width: auto;
  }
  .view-wrapper #cart {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .view-wrapper #product .product-wrapper .product-content .product-left-content .product-image .image-frame .main-image-product {
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .view-wrapper #cart {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.adn_pro_mn {
  padding-right: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .adn_pro_mn {
    margin-bottom: 10px;
  }
  .view-wrapper #cart #cartContent .table-customize tbody tr td .cart-item-prod {
    justify-content: flex-end;  
  }
  .adn_pro_mn {
    padding-right: 0;
  }
  #adn_cart thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #adn_cart tr {
    border-bottom: 1px solid #222;
    display: block;
    margin-bottom: .625em;
  }
  
  #adn_cart td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #adn_cart td::before {
    content: attr(data-title);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #adn_cart td:last-child {
    border-bottom: 0;
  }
  .adn_blog_content {
    grid-template-columns: repeat(1, 1fr) !important ;
  }
  .carousel .banner-slider .slider-text .promo-wrapper span {
    display: none;
  }
  .is-flex.adn_cate_hit098 {
    flex-direction: column;
  }
}
.adn_search.adn_active {
  height: 40px;
}
.adn_search {
  overflow: hidden;
  height: 0;
  transition: all 500ms ease-in-out;
}
.adn_search .adn_search_content {
  padding: 0 15px 0 30px;
  position: relative;
}
.adn_search .adn_search_content>form {
  position: relative;
  overflow: hidden;
  transition: all 500ms ease-in-out;
  width: 0%;
  transition-delay: 300ms
}
.adn_search.adn_active .adn_search_content>form {
  width: 100%;
}
.adn_btn_search {
  position: absolute;
  right: 0;
  top: 8px;
}
.adn_input {
  padding: 7px 5px;
  width: 100%;
  box-sizing: border-box;
}
.is-relative.product-header:before {
  position: absolute;
  height: 1px;
  left: 0;
  max-width: 1320px;
  right: 0;
  top: 30px;
  width: 80%;
  margin: auto;
  z-index: -1;
  content: "";
  background-color: #eee;
}
.is_display__none {
  display: none !important;
}
.adn_cate .product-infomation {
  flex: 0 1 50%;
}
.adn_blog_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.adn_blog__img {
  width: 100%;
  overflow: hidden;
}
.adn_blog__img img {
  width: 100%;
}
.adn_blog__item_wrapper h3 {
  padding: 5px 0;
  margin: 0;
}
.adn_blog__item_wrapper  h3 a {
  font-size: 22px;
  color: #3f4140;
}
.blog-wrapper > .breadcrumb {
  margin-bottom: 20px;
}
.adn_blog__time {
  font-size: 15px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
}
span.cart-number {
  color: #7a7a7a;
  border-radius: 50%;
  background-color: #c2c2c2;
  padding: 0 7px;
  font-size: 12px;
  position: absolute;
  bottom: 7px;
  left: 12px;
  display: block;
}
.cart-wrapp div.cart-view {
  position: absolute;
  background: #fff;
  box-shadow: 10px 10px 5px -9px rgba(0,0,0,0.75);
  right: -40px;
  width: 319px;
  border: 1px solid #d7d7d7;
  padding: 15px 10px;
  top: 35px;
  display: none;
  z-index: 99;
  transition: all 600ms ease-in-out;
}
.cart-wrapp:hover div.cart-view {
  display: block;
}
.cart-wrapp {
    position: relative
}

.cart-wrapp div.cart-view.active {
    display: block
}
.cart-wrapp table {
  border: none;
}
.cart-wrapp:after {
    content: '';
    height: 34px;
    bottom: -24px;
    position: absolute;
    left: -12px;
    right: -20px
}

.cart-view:before {
    float: left;
    width: 17px;
    height: 10px;
    right: 35px;
    content: "";
    position: absolute;
    top: -10px;
    background: url(https://cdn.pancake.vn/files/43/1e/0a/17/7ba3ce68f3eb3687259c0bf422e0c8f397146e45e192de0be0c63394.gif)
}

.cart-view table {
    width: 100%
}

.cart-view table:not(.table-total):not(.table-clone-cart) {
    max-height: 240px;
    overflow: auto;
    display: inline-block
}

.cart-view .line {
    float: left;
    width: 100%;
    border-top: 1px dashed #dfdfdf;
    margin: 10px 0
}

.cart-view a.linktocart {
    color: #fff;
    background: #c4996b;
    border: 1px solid #c4996b;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px;
    position: relative;
    float: left;
    width: 90%;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 10px
}

.cart-view a.linktocart:after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1
}

.cart-view a.linktocheckout {
    color: #dfdfdf;
    background: #3f4140;
    border: 1px solid #3f4140;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px;
    position: relative;
    border-radius: 5px;
    float: right;
    width: 90%;
    white-space: nowrap;
    margin-top: 10px
}

.cart-view a.linktocheckout:hover {
    color: #fff !important
}

.cart-view a.linktocheckout:after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: -1
}

.cart-wrapp img {
    max-width: 20px
}

.cart-wrapp a {
    position: relative
}

.cart-wrapp span {
    display: block
}
.wishlistItems {
    position: absolute;
    right: 4%;
    top: 13px;
    width: 26px;
    height: 23px;
    font-size: 25px;
    line-height: 25px;
    z-index: 11;
    cursor: pointer;
    color: #c38f56
}
#adn_open_wl:hover i {
  color: #c38f56;
}
.wl_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px 20px
}
.wl_item {
  padding: 10px;
  border: 1px solid #eee;
}
.wl_item_img {
  flex: 1 1 30%;
  overflow: hidden;
}
.wl_item_ct {
  flex: 1 1 70%;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.wl_item_img img {
  width: 100%;
}
.adn_wl_content {
  margin-bottom: 50px;
}
.adn_btn_a {
    cursor: pointer;
    color: #fff;
    background: #c4996b;
    border: 1px solid #c4996b;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    padding: 4px;
    position: relative;
    float: left;
    width: 90%;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 10px
}
.adn_btn_a:last-child {
  margin-left: 20px;
  background-color: #222;
}
.adn_animation_01 {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.adn_hot254 {
  width: 100%;
  margin-top: 50px;
  height: 500px;
}
.adn_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #222;
  margin: 0 auto;
}

.adn_circle span {
  color: #fff;
  font-size: 20px;
}

.product-image.is-flex {
  flex-direction: column;
}

.is-flex.adn_cate_hit098>div:first-child {
  flex: 1 1 20%;
}

.is-flex.adn_cate_hit098>div:last-child {
  flex: 1 1 80%;
}
.adn_pro_mn_wrapper {
  border: 1px solid #eee;
  padding: 10px;
}
.adn_mn_item.categories .is-flex {
  display: flex;
  margin: 10px 0;
  justify-content: space-between;
  align-items: center;
  
}
.adn_mn_item h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
}
.adn_mn_item.categories ul li {
  padding: 5px 0;
  font-size: 14px;
}
.adn_mn_item.categories ul {
  max-height: 0;
  overflow: hidden;
  transition: all 400ms ease-in-out;
}
.adn_mn_item.categories ul.adn_active {
  max-height: 600px;
  height: auto;
}
.adn_mn_item.categories ul li a {
  text-transform: unset;
  font-size: 14px;
  font-weight: 400;
  color: #3f4140 !important;
  transition: all .9s ease-in-out;
  display: block;
}
.adn_mn_item.categories ul li:hover a {
  margin-left: 5px;
  color: #c4996b !important;
}
.sort-by-price {
  margin-bottom: 20px;
  flex: 1;
}
.sort-by-price select {
  background: rgba(0, 0, 0, 0) url(https://d29u17ylf1ylz9.cloudfront.net/neha/assets/img/icon-img/12.png) no-repeat scroll right 0 center;
  background-position: 99px;
  height: 35px;
  background-color: #fff;
  max-width: 124px;
  padding-right: 8px;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  padding-left: 8px;
  border: 1px solid #eee;
  -webkit-appearance: none;
  border-radius: 0;
}
.is-flex.flex_between {
  justify-content: space-between;
}













