.is-relative {
  position: relative; }

.is-absolute {
  position: absolute; }
  .is-absolute-special {
    position: absolute !important;
    top: 100%;
    width: 100%;
    left: 0; }

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

.is-flex {
  display: flex !important; }
  .is-flex-1 {
    flex: 1; }
  .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% !important; }

.is-fullheight {
  height: 100%; }

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

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

.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; }

.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: #108ee9 !important;
      border-color: #108ee9 !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; }

.big-wrapper {
  max-width: 1800px;
  margin: auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.padding-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

.center {
  align-items: center;
  justify-content: center; }
  .center-text {
    text-align: center; }

.box-shadow-effect {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1); }

.mask {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  background-color: #242424;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mg-auto {
  margin: auto !important; }

.icon-arrow-right {
  float: right;
  position: absolute;
  right: 10px;
  font-size: 20px; }

.responsive-big-mb {
  margin-bottom: 20px; }
  @media screen and (max-width: 991px) {
    .responsive-big-mb {
      margin-bottom: 10px; } }
  @media screen and (max-width: 769px) {
    .responsive-big-mb {
      margin-bottom: 15px; } }

.mb-50 {
  margin-bottom: 50px; }

.mb-20 {
  margin-bottom: 20px; }
  
.mt-50 {
  margin-top: 50px; }
.mt-20 {
  margin-top: 20px; }
@media screen and (max-width: 600px) {
  .adn_pro_hit2323 {
      display: none;
  }
}
.breadcrumb a {
  color: var(--color-black);
}
.back-to-top {
  position: fixed;
  bottom: 45px;
  right: 0;
  z-index: 99999;
  background-color: #ffffff;
  display: none;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  right: 40px;
  bottom: 30px;
  z-index: 999;
  border-radius: 3px;
  border: 1px solid black;
  cursor: pointer; }
  .back-to-top:hover {
    background-color: #222;
    color: #ffffff; }
  .back-to-top h2 {
    margin: 0; }
  .back-to-top i {
    margin: 0; }

@media screen and (max-width: 769px) {
  .hidden-view-769 {
    display: none;
    width: 0 !important;
    overflow: hidden; } }

.product-row-4-col {
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
  -ms-grid-columns: repeat(4, 1fr) !important;
  grid-gap: 30px; }
  @media screen and (max-width: 991px) {
    .product-row-4-col {
      grid-template-columns: 1fr 1fr 1fr !important;
      -ms-grid-columns: repeat(3, 1fr) !important;
      grid-gap: 20px; } }
  @media screen and (max-width: 600px) {
    .product-row-4-col {
      grid-template-columns: 1fr 1fr !important;
      -ms-grid-columns: repeat(2, 1fr) !important;
      grid-gap: 20px; } }

.pagination {
  display: flex;
  justify-content: center; }
  .pagination-wrapper {
    display: inline-block; }
    .pagination-wrapper .active {
      background: #000000 none repeat scroll 0 0;
      color: #fff; }
    .pagination-wrapper a {
      box-sizing: border-box;
      margin: 4px 4px 0px 0px;
      text-decoration: none;
      border: 1px solid #bebebe;
      color: #8b8b8b;
      font-size: 16px;
      font-weight: 400;
      height: 40px;
      text-align: center;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      vertical-align: middle;
      width: 40px;
      display: inline-block;
      line-height: 37px; }
      .pagination-wrapper a:hover {
        background: #000000 none repeat scroll 0 0;
        color: #fff; }

.input-form-container {
  margin-top: 20px;
  margin-bottom: 20px; }

.input-form input {
  box-sizing: border-box;
  outline: none;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px; }

.input-form label {
  font-size: 15px;
  font-weight: 400;
  color: #333; }
  .input-form label .required {
    color: red; }

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out; }

.mg-left-15 {
  margin-left: 15px; }

.mg-right-15 {
  margin-right: 15px; }

.mg-bottom-15 {
  margin-bottom: 15px; }

.mg-top-15 {
  margin-top: 15px; }

.modal-mask {
  display: none;
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  cursor: crosshair;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2500; }

.fa {
  margin-right: 4px; }

.ant-popover-inner-content {
  padding: 0; }

.ant-modal {
  top: 50px; }
  .ant-modal-body {
    padding: 0; }

.ant-tree-iconEle {
  background-color: none; }
  .ant-tree-iconEle ant-tree-icon_loading {
    background-color: none; }
    .ant-tree-iconEle ant-tree-icon_loading ant-tree-icon__open {
      background-color: none; }

.ant-select.editor-select-filetype {
  height: 40px; }
  .ant-select.editor-select-filetype .ant-select-selection {
    height: 40px;
    border: 2px solid #d9d9d9; }
  .ant-select.editor-select-filetype .ant-select-selection__rendered {
    height: 40px;
    line-height: 38px; }

.ant-popover {
  z-index: 9999; }

.ant-layout {
  overflow: auto;
  height: 100vh;
  background-color: #f4f6f8; }
  .ant-layout .ant-layout-footer {
    background-color: #EAECEE;
    padding: 15px 50px;
    width: calc(100vw - 250px);
    text-align: center;
    position: fixed;
    bottom: 0; }
  .ant-layout .ant-layout-sider {
    margin-top: 55px;
    background-color: #303246 !important; }
    .ant-layout .ant-layout-sider .ant-menu {
      color: #fff;
      background-color: #303246; }
    .ant-layout .ant-layout-sider li.ant-menu-item, .ant-layout .ant-layout-sider li .ant-menu-submenu-title {
      font-size: 15px !important;
      font-weight: 500; }
      .ant-layout .ant-layout-sider li.ant-menu-item:hover, .ant-layout .ant-layout-sider li .ant-menu-submenu-title:hover {
        color: #A2D4AB; }
    .ant-layout .ant-layout-sider li.site-info {
      margin: 0;
      background-color: #C62B41;
      width: 250px; }
      .ant-layout .ant-layout-sider li.site-info:hover {
        color: #FADBD8; }
    .ant-layout .ant-layout-sider li.ant-menu-item-selected {
      color: #fff;
      background-color: #547A82; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected:hover {
        color: #fff; }
      .ant-layout .ant-layout-sider li.ant-menu-item-selected::after {
        border-right: none; }
  .ant-layout .ant-layout-content {
    background-color: #f4f6f8 !important;
    margin-top: 55px !important;
    height: 100%;
    display: flex; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        margin-left: 0 !important; } }
    .ant-layout .ant-layout-content .your-site {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 992px) {
      .ant-layout .ant-layout-content {
        padding: 0 5px 48px !important; } }
  .ant-layout .ant-layout-header {
    background-color: #303246;
    height: 55px;
    line-height: 55px;
    position: fixed;
    width: 100%;
    z-index: 999; }
    .ant-layout .ant-layout-header .header-brand {
      position: absolute;
      left: 0;
      font-weight: 700;
      padding-left: 15px;
      width: 250px;
      font-size: 20px;
      color: #fff;
      background-color: #C62B41; }
      @media screen and (max-width: 992px) {
        .ant-layout .ant-layout-header .header-brand {
          display: none !important; } }
      .ant-layout .ant-layout-header .header-brand img {
        vertical-align: center; }

.fr-box ol {
  list-style: decimal; }

.fr-box ul {
  list-style: dotted; }

.fr-toolbar {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important;
  border-bottom: none !important; }

.fr-wrapper {
  box-shadow: none !important;
  border: 1px solid #dfe4e8 !important; }

.fr-counter {
  border: 1px solid #dfe4e8 !important; }

.fr-element {
  max-height: 170px; }

.fr-pcategory .fr-element, .fr-pcategory .fr-wrapper {
  height: 300px;
  max-height: 300px !important; }

.ace_editor {
  border: 1px solid #dfe4e8;
  border-left: none !important;
  width: auto !important;
  height: calc(100vh - 280px) !important; }

.ace_error {
  display: none; }

.enable_ace_err .ace_error {
  display: block; }

.no_invalid .ace_invalid {
  display: initial;
  color: #000 !important;
  background-color: inherit !important; }

.default-btn {
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  line-height: 1;
  padding: 12px 36px 10px;
  text-transform: uppercase; }
  .default-btn:hover {
    background-color: #ee3333;
    border: 1px solid #ee3333;
    color: #fff; }

.button {
  cursor: pointer;
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin: 10px; }
  .button:hover {
    background-color: #ffffff; }
    .button:hover a {
      color: #000000 !important; }

.black-button {
  background-color: #000000;
  color: #ffffff; }

.button-radius {
  border-radius: 20px; }

input {
  height: 31px;
  border: none;
  padding-left: 30px;
  border-color: #fff;
  border-radius: 2px;
  font-size: 13px; }

input.same-default-btn {
  height: 34px;
  margin-bottom: 15px; }
@media screen and (max-width: 750px) {
  #navHeader {
    display: flex !important;
  }
  .adn_hidden_mb {
    display: none;
  }
  .adn_hidden_mb.adn_flex {
    display: none;
  }
}
#navHeader {
  display: none;
}
.adn_flex {
  display: flex;
}
.header {
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 30;
  background-color: #222;
  transform: translate3d(0, 0, 0);
  position: -webkit-sticky; }
  .header--nav {
    position: relative; }
    .header--nav .nav-header {
      display: flex;
      cursor: pointer;
      /*flex: 1;*/
      }
      /*@media screen and (max-width: 500px) {*/
      /*  .header--nav .nav-header {*/
      /*    position: absolute;*/
      /*    left: 0px;*/
          /*top: 20px;*/
          /*width: 35px;*/
      /*    height: 100%;*/
      /*    right: 0; } }*/
      .header--nav .nav-header__icon {
        cursor: pointer;
        font-size: 20px;
        align-items: center;
        z-index: 5;
        width: 40px;
        color: white; }
        .header--nav .nav-header__icon i {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center; }
      .header--nav .nav-header__title {
        font-size: 20px;
        justify-content: center;
        align-items: center;
        color: white;
        font-family: roboto; }
        .header--nav .nav-header__title p {
          height: 100%;
          display: flex;
          align-items: center; }
        @media screen and (max-width: 769px) {
          .header--nav .nav-header__title {
            font-size: 18px; } }
        @media screen and (max-width: 600px) {
          .header--nav .nav-header__title {
            display: none !important; } }
        .header--nav .nav-header__title p {
          text-transform: uppercase;
          margin: 0 0 0 10px; }
    .header--nav .nav-menu {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex: 1;
      z-index: 2; 
      }
      .header--nav .nav-menu--item a {
        color: #ffffff;
        font-weight: normal;
        font-size: 26px;
        font-family: pacifico; }
        @media screen and (max-width: 600px) {
          .header--nav .nav-menu--item a {
            font-size: 20px; } }
            .header--nav .nav-menu--item a img {
              height: 17px; }
              @media screen and (max-width: 600px) {
                .header--nav .nav-menu--item a img {
                  height: 17px; } }
            
    .header--nav .nav-action {
      /*flex: 1;*/
      justify-content: flex-end; }
      .header--nav .nav-action i {
        margin-right: 0px !important; }
      .header--nav .nav-action div:nth-child(4) i {
        padding-right: 0px !important; }
      .header--nav .nav-action__item {
        position: relative;
        display: flex;
        height: 100%; }
        .header--nav .nav-action__item:hover .user-content {
          opacity: 1;
          visibility: visible;
          transform: translatey(0px); }
        .header--nav .nav-action__item .search {
          cursor: pointer; }
          .header--nav .nav-action__item .search-wrapper {
            position: relative;
            width: 40px; }
          .header--nav .nav-action__item .search i {
            z-index: 10;
            top: 5px;
            position: absolute; }
          .header--nav .nav-action__item .search input {
            cursor: pointer;
            width: 100%;
            box-sizing: border-box;
            padding: 0;
            left: 0;
            position: relative;
            transition: all 0.5s;
            z-index: 2;
            color: #ed1e25;
            opacity: 0;
            border-radius: 17px;
            font-size: 18px;
            content: "";
            background-color: transparent; }
            .header--nav .nav-action__item .search input:-webkit-autofill {
              -webkit-box-shadow: 0 0 0 30px white inset; }
            .header--nav .nav-action__item .search input:focus-within + .fa {
              color: black;
              margin-left: -300%;
              transition: margin-left 0.6s; }
              @media screen and (max-width: 850px) {
                .header--nav .nav-action__item .search input:focus-within + .fa {
                  margin-left: -100%; } }
              @media screen and (max-width: 500px) {
                .header--nav .nav-action__item .search input:focus-within + .fa {
                  margin-left: -100%; } }
              @media screen and (max-width: 350px) {
                .header--nav .nav-action__item .search input:focus-within + .fa {
                  margin-left: 0%; } }
            .header--nav .nav-action__item .search input:focus-within {
              cursor: auto;
              opacity: 1;
              border-left: 1px solid #000;
              background-color: #ed1e25;
              padding-left: 30px;
              padding-right: 20px;
              color: #000000;
              outline: none;
              width: calc(700% - 5px);
              left: -300%;
              background-color: #ffffff;
              border: 1px solid green; }
              @media screen and (max-width: 850px) {
                .header--nav .nav-action__item .search input:focus-within {
                  width: calc(500% - 5px);
                  left: -100%; } }
              @media screen and (max-width: 500px) {
                .header--nav .nav-action__item .search input:focus-within {
                  width: calc(500% - 5px);
                  left: -100%; } }
              @media screen and (max-width: 350px) {
                .header--nav .nav-action__item .search input:focus-within {
                  width: calc(400% - 5px);
                  left: 0%; } }
          .header--nav .nav-action__item .search i {
            z-index: 3;
            position: absolute;
            left: 0; }
        .header--nav .nav-action__item .wish-list {
          margin-top: 3px; }
        .header--nav .nav-action__item .user-icon {
          cursor: pointer;
          margin-top: 4px; }
        .header--nav .nav-action__item .user-content {
          transition: all 0.3s ease;
          transform: translatey(25px);
          position: absolute;
          opacity: 0;
          visibility: hidden;
          top: 100%;
          width: 210px;
          background-color: #000000;
          padding: 17px 15px;
          box-sizing: border-box;
          right: 0;
          z-index: 500; }
          .header--nav .nav-action__item .user-content a {
            text-transform: uppercase;
            text-decoration: none;
            text-align: center;
            font-weight: 600;
            color: #ffffff;
            font-size: 12px; }
        .header--nav .nav-action__item i {
          font-size: 20px;
          color: #ffffff;
          padding-left: 10px;
          padding-right: 10px; }
        .header--nav .nav-action__item .cart-quantity {
          background: #f7941d;
          border-radius: 50%;
          border: 1px solid white;
          box-sizing: border-box;
          color: white;
          position: absolute;
          padding: 2px;
          top: 5px;
          right: -7px;
          min-width: 25px;
          text-align: center; }
    .header--nav .nav-action__item .search input:focus .cart a .cart-quantity {
      background-color: #f7941d;
      opacity: 0 !important; }

.select-category--side {
  visibility: hidden;
  /*margin-left: 1px;*/
  position: absolute;
  width: 200px;
  top: -1px;
  z-index: -1;
  left: 298px;
  transition: width 0.3s; }
  .select-category--side .category-side--item {
    height: 50px;
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
    box-sizing: border-box;
    font-family: "roboto"; }
    .select-category--side .category-side--item:hover {
      background-color: #f5f5f5; }
      .select-category--side .category-side--item:hover a {
        color: #c0090e; }
    .select-category--side .category-side--item__title {
      padding-left: 20px;
      width: 100%;
      line-height: 50px;
      vertical-align: middle; }
      .select-category--side .category-side--item__title a {
        display: block;
        color: black; }

.select-category {
  /*border-left: 1px solid #e1e1e1;*/
  width: 300px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  position: relative;
  transform: translateY(25px); }
  @media screen and (max-width: 500px) {
    .select-category {
      top: 40px;
      width: calc(100% + 20px); } }
  @media screen and (max-width: 991px) {
    .select-category-header {
      top: 60px;
      left: -10px; } }
  .select-category--content .category--item {
    background-color: #ffffff;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    margin-bottom: -1px;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
    font-family: "roboto"; }
    .select-category--content .category--item a {
      color: black; }
    .select-category--content .category--item:hover {
      background-color: #f5f5f5;
      color: #c0090e; }
      .select-category--content .category--item:hover .select-category--side {
        color: black;
        visibility: visible;
        width: 250px;
        border: none !important; }
      .select-category--content .category--item:hover .category--item__title {
        width: 100%; }
        .select-category--content .category--item:hover .category--item__title a {
          width: 100%;
          color: #c0090e; }
    .select-category--content .category--item__icon {
      font-size: 15px;
      padding-left: 15px; }
    .select-category--content .category--item__title {
      color: #414141;
      white-space: nowrap;
      display: block;
      line-height: 47px;
      font-size: 15px;
      padding-left: 10px;
      width: 100%; }
      .select-category--content .category--item__title a {
        width: 100%;
        display: block;
        text-decoration: none;
        font-weight: 100; }

.hidden {
  position: absolute;
  left: 300px;
  display: none;
  top: 0; }

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

.collection {
  display: block;
  max-width: 980px;
  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 {
  background-color: #000000;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px; }
  .footer p {
    padding: 0;
    margin: 0;
    color: #878787; }
  .footer i {
    color: #878787; }
  .footer h3 {
    margin-bottom: 35px; }
  .footer a {
    text-decoration: none;
    color: #878787; }
    .footer a:hover {
      color: #ffffff; }
  .footer--content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    -ms-grid-columns: 1.5fr 1fr 1fr 1fr;
    grid-gap: 20px; 
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 18px;}
    @media screen and (max-width: 991px) {
      .footer--content {
        grid-template-columns: 1fr 1fr;
        -ms-grid-columns: 1fr 1fr;} }
    @media screen and (max-width: 600px) {
      .footer--content {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr; }
        .footer--content .footer--email__input {
          width: 100%; } }
  .footer--email__text {
    padding-right: 20px; }
    .footer--email__text h1 {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 35px;
      font-family: Poppins;
      margin-top: 0; }
  .footer--email__icon {
    position: absolute;
    height: 100%;
    top: 0;
    align-items: center;
    display: flex;
    right: 10px; }
  .footer--email__input {
    margin-top: 33px;
    margin-bottom: 45px;
    width: 275px; }
    .footer--email__input input {
      padding: 0px 40px 0px 20px !important;
      color: #878787;
      outline: 0;
      background-color: transparent;
      width: 100%;
      box-sizing: border-box;
      height: 40px;
      border: none;
      padding-left: 30px;
      border-radius: 0px;
      font-size: 14px;
      border: 1px solid #878787; }
  .footer--email__social a {
    padding: 0px 8.5px; }

.textwidget ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.textwidget .menu li {
  display: flex;
  margin-bottom: 15px; }
  .textwidget .menu li i {
    margin-right: 15px; }

.sidebar-search-all {
  z-index: 99999;
  box-sizing: border-box;
  padding: 80px 40px 40px 40px;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.5s ease-out; }
  .sidebar-search-all .sidebar-search-close {
    cursor: pointer;
    color: white;
    font-size: 40px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 40px;
    right: 40px; }
    .sidebar-search-all .sidebar-search-close:hover {
      color: red; }
  .sidebar-search-all-content {
    width: 769px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media screen and (max-width: 800px) {
      .sidebar-search-all-content {
        width: 100%; } }
    .sidebar-search-all-content .sidebar-search-input {
      margin-top: 250px; }
      .sidebar-search-all-content .sidebar-search-input .form-search {
        position: relative; }
        .sidebar-search-all-content .sidebar-search-input .form-search button {
          outline: none;
          top: 7px;
          color: #fff;
          position: absolute;
          right: 0;
          top: 0;
          background-color: transparent;
          font-size: 30px;
          border: none;
          font-weight: normal; }
        .sidebar-search-all-content .sidebar-search-input .form-search input {
          outline: none;
          background-color: transparent;
          border-color: #dadada;
          border-style: solid;
          border-width: 0 0 1px;
          color: #fff;
          display: block;
          font-size: 18px;
          height: 62px;
          line-height: 62px;
          padding: 0;
          width: 100%; }

.category-area--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: repeat(2, 1fr);
  grid-gap: 40px; }
  @media screen and (max-width: 769px) {
    .category-area--container {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr} }
  @media screen and (max-width: 600px) {
    .category-area--container {
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr 1fr} }
  .category-area--container .single-category:hover {
    transition: all 0.5s;
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.4); }
  .category-area--container .single-category--content {
    position: relative;
    overflow: hidden; }
  .category-area--container .single-category__img {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block; }
    .category-area--container .single-category__img img {
      display: block;
      width: 100%; }
  .category-area--container .single-category__title {
    cursor: pointer;
    position: absolute;
    bottom: 23px;
    left: 50%;
    background: #fff;
    min-width: 180px;
    min-height: 50px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20; }
    .category-area--container .single-category__title:hover {
      box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.22); }
    .category-area--container .single-category__title a {
      color: #222;
      margin: 0px;
      line-height: 50px;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500; 
      font-family: Roboto;}

.shopping-area--content {
  display: flex;
  justify-content: center; }
  .shopping-area--content .shopping--title__img {
    width: 100%;
    display: flex;
    justify-content: center; }
  .shopping-area--content .shopping--title h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #959595;
    line-height: 36px;
    text-align: center;
    font-family: Sacramento;
    font-weight: 400;
    font-style: normal; }
  .shopping-area--content .shopping--title h4 {
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 36px;
    color: #252525;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-style: normal; }

.product-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: repeat(5, 1fr);
  grid-gap: 10px;
  margin-bottom: 30px; }
@media screen and (min-width: 1200px){
  .product-row.adn_2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: repeat(4, 1fr);
  }  
}
  @media screen and (max-width: 1200px) {
    .product-row {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      -ms-grid-columns: repeat(4, 1fr)
      margin-bottom: 20px; } }
  @media screen and (max-width: 991px) {
    .product-row {
      grid-template-columns: 1fr 1fr 1fr;
      -ms-grid-columns: repeat(3, 1fr);
      margin-bottom: 20px; } }
  @media screen and (max-width: 769px) {
    .product-row {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: repeat(2, 1fr)
      margin-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .product-row {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr; } }
  .product-row .single-product {
    border: 1px solid #dddddd;
    transition: all 0.3s; }
    .product-row .single-product:hover {
      box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1); }
    .product-row .single-product--content {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .product-row .single-product--content .product-img {
        width: 100%;
        overflow: hidden;
        height: 100%;
        position: relative;
        display: inline-block; }
        .product-row .single-product--content .product-img:hover a:nth-child(1) {
          visibility: hidden;
          opacity: 0; }
        .product-row .single-product--content .product-img:hover a:nth-child(2) {
          visibility: visible;
          opacity: 1; }
        .product-row .single-product--content .product-img:hover .mask {
          transition: all 0.3s;
          visibility: visible;
          opacity: 0.7; }
        .product-row .single-product--content .product-img:hover .product-action {
          transform: translateY(0);
          transition: all 0.5s;
          visibility: visible;
          opacity: 1; }
        .product-row .single-product--content .product-img .product-action {
          z-index: 20000;
          transform: translateY(-25px);
          transition: all 0.5s;
          visibility: hidden;
          opacity: 0;
          display: flex;
          justify-content: center;
          width: 100%;
          height: 100%;
          top: 0;
          align-items: center;
          flex-direction: column; }
          .product-row .single-product--content .product-img .product-action .add-to-cart {
            cursor: pointer;
            margin-top: 15px;
            padding: 10px 20px 10px 20px;
            border-radius: 20px;
            background-color: #ffffff; }
            .product-row .single-product--content .product-img .product-action .add-to-cart a {
              color: #222; }
            .product-row .single-product--content .product-img .product-action .add-to-cart:hover {
              transition: all 0.3s;
              background-color: #000000;
              color: #ffffff; }
              .product-row .single-product--content .product-img .product-action .add-to-cart:hover a {
                color: #ffffff; }
          .product-row .single-product--content .product-img .product-action .quick-view {
            cursor: pointer;
            margin-bottom: 15px;
            padding: 10px 20px 10px 20px;
            border-radius: 20px;
            background-color: #ffffff; }
            .product-row .single-product--content .product-img .product-action .quick-view:hover {
              transition: all 0.3s;
              background-color: #000000;
              color: #ffffff; }
        .product-row .single-product--content .product-img a:nth-child(1) {
          cursor: pointer;
          opacity: 1;
          visibility: visible;
          transition: all 0.5s;
          width: 100%;
          height: 100%; }
          .product-row .single-product--content .product-img a:nth-child(1) img {
            width: 100%;
            height: 100%; 
            height: auto;
            
          }
        .product-row .single-product--content .product-img a:nth-child(2) {
          width: 100%;
          height: 100%;
          cursor: pointer;
          transition: all 0.5s;
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          visibility: hidden; }
          .product-row .single-product--content .product-img a:nth-child(2) img {
            width: 100%; 
            height: auto;
          }
      .product-row .single-product--content .product-sale {
        z-index: 50;
        color: white;
        background-color: #ff0000;
        border-radius: 30px;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right: 10px; }
      .product-row .single-product--content .product-content--top {
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #dddddd; }
        .product-row .single-product--content .product-content--top .product-name {
          height: 55px;
          box-sizing: border-box;
          line-height: 25px;
          text-align: center;
          overflow: hidden; }
          .product-row .single-product--content .product-content--top .product-name a {
            color: #222;
            text-decoration: none;
            font-weight: 400;
            font-size: 18px;
            font-family: 'Roboto', sans-serif; }
            .product-row .single-product--content .product-content--top .product-name a:hover {
              color: #ed1e25; }
        .product-row .single-product--content .product-content--top .product-code {
          color: green;
          font-weight: 600;
          text-align: center; }
          .product-row .single-product--content .product-content--top .product-code:hover {
            color: green; }
      .product-row .single-product--content .product-content--bottom {
        height: 55px;
        margin: 5px 10px 5px 10px; }
        @media screen and (max-width: 500px) {
          .product-row .single-product--content .product-content--bottom .product-category {
            display: none; }
          .product-row .single-product--content .product-content--bottom .product-price {
            width: 60% !important; }
          .product-row .single-product--content .product-content--bottom .product-view {
            display: none; } }
        .product-row .single-product--content .product-content--bottom .product-category {
          color: #888;
          vertical-align: middle;
          line-height: 54px;
          width: 60%; }
          .product-row .single-product--content .product-content--bottom .product-category:hover {
            color: #222; }
.product-price.adn {
   display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 6px;
  width: 40%;
}
.product-price.adn .new-price {
  color: #ed1f24;
  font-weight: 700;
  font-size: 20px;
  font-weight: bold;
  line-height: 13px;
  padding-bottom: 5px;
  display: flex;
}
.product-price.adn .old-price {
  padding-top: 5px;
  color: #8a8a8a;
  font-size: 14px;
  text-decoration-line: line-through;
}
        .product-row .single-product--content .product-content--bottom .product-price {
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-left: 6px;
          width: 40%; }
          .product-row .single-product--content .product-content--bottom .product-price .new-price {
            color: #ed1f24;
            font-weight: 700;
           
            font-size: 20px;
            font-weight: bold;
            line-height: 13px;
            padding-bottom: 5px;
            display: flex; }
          .product-row .single-product--content .product-content--bottom .product-price .old-price {
            padding-top: 5px;
            color: #8a8a8a;
            font-size: 14px;
            text-decoration-line: line-through; }
        .product-row .single-product--content .product-content--bottom .product-percent--img {
          position: absolute;
          top: 13px;
          left: 0px;
          width: 50px;
          height: 25px; }
          .product-row .single-product--content .product-content--bottom .product-percent--img img {
            width: 100%;
            height: 100%; }
        .product-row .single-product--content .product-content--bottom .product-percent--value {
          position: absolute;
          color: #ffffff;
          top: 13px;
          font-size: 14px;
          line-height: 25px;
          left: 10px;
          text-align: center; }
        .product-row .single-product--content .product-content--bottom .product-view {
          line-height: 55px;
          position: absolute;
          right: 0; }
          .product-row .single-product--content .product-content--bottom .product-view:hover a {
            color: #c0090e; }
          .product-row .single-product--content .product-content--bottom .product-view a {
            color: #888; }
.product-percent--value.adn {
 position: absolute;
  color: #ffffff;
  top: -2px;
  font-size: 14px;
  line-height: 25px;
  left: 10px;
  text-align: center;
}
.service-area--content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-columns: repeat(4, 1fr)
  grid-gap: 20px; }
  @media screen and (max-width: 769px) {
    .service-area--content {
      grid-template-columns: 1fr 1fr;
      -ms-grid-columns: 1fr 1fr; } }
  .service-area--content .service--item__icon {
    text-align: center;
    font-size: 30px; }
  .service-area--content .service--item__content {
    text-align: center; }
    .service-area--content .service--item__content h4 {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 4px;
      font-family: "Roboto"; }
    .service-area--content .service--item__content p {
      font-size: 12px;
      margin: 0 0 10px; }

.slider {
  width: 100%;
  /*max-height: 450px;*/
  /*width: calc(100% - 300px);*/
  overflow: hidden; }
  @media screen and (max-width: 769px) {
    .slider {
      width: 100%; } }
  .slider--content i {
    font-size: 40px;
    color: #ffffff; }
  .slider .single-slider {
    min-width: 100%; }
    .slider .single-slider--content--content__next i {
      color: #000000; }
    .slider .single-slider--content--content__previous i {
      color: #000000; }
    .slider .single-slider--content__img {
      min-width: 100%;
      overflow: hidden;
      }
      @media screen and (max-width: 769px) {
        .slider .single-slider--content__img {
          height: 350px; } }
      @media screen and (max-width: 600px) {
        .slider .single-slider--content__img {
          height: 300px;
          margin-left: -30px;} }
     @media screen and (max-width: 500px) {
      .slider .single-slider--content__img {
        height: 180px;
        margin-left: -20px;} }
      .slider .single-slider--content__img img {
        width: 100%;
        object-fit: cover; }
    .slider .single-slider--content__next {
      cursor: pointer;
      height: 100%;
      top: 0;
      right: 25px;
      align-items: center; }
      .slider .single-slider--content__next:hover i {
        color: red; }
    .slider .single-slider--content__previous {
      cursor: pointer;
      height: 100%;
      top: 0;
      left: 25px;
      align-items: center; }
      .slider .single-slider--content__previous:hover i {
        color: red; }

.top-bar {
  z-index: 9999;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd; }
  .top-bar--content {
    font-size: 15px;
    padding: 10px 0px 10px 0px; }
    @media screen and (max-width: 600px) {
      .top-bar--content .contact {
        display: none; }
      .top-bar--content .free-ship {
        flex: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px; } }
  .top-bar--contact {
    font-size: 12px;
    color: #000000; }
    .top-bar--contact span {
      margin-right: 25px; }
    .top-bar--contact i {
      margin-right: 10px; }
    .top-bar--contact strong {
      border-bottom: 1px solid #656565; }
  .top-bar a {
    color: #777;
    cursor: pointer; }


.blog-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  @media screen and (max-width: 769px) {
    .blog-row {
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr
      grid-gap: 30px; }
      .blog-row .single-blog--content__title h5 {
        text-align: center; }
        .blog-row .single-blog--content__title h5 a {
          font-size: 20px !important; }
      .blog-row .single-blog--content__info {
        text-align: center; }
        .blog-row .single-blog--content__info .comment {
          float: none !important;
          margin-left: 20px; } }
  .blog-row .single-blog--image {
    max-height: 250px;
    overflow: hidden;
    position: relative; }
    .blog-row .single-blog--image:hover a:before {
      top: 50%;
      bottom: 50%;
      background-color: #ffffff;
      opacity: 0.3; }
    .blog-row .single-blog--image:hover a:after {
      left: 50%;
      right: 50%;
      background-color: #ffffff;
      opacity: 0.3; }
    .blog-row .single-blog--image a:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all 0.5s; }
    .blog-row .single-blog--image a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      transition: all 0.5s; }
    .blog-row .single-blog--image a img {
      height: auto;
      width: 100%; }
  .blog-row .single-blog--content__title {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    padding-top: 19px; }
    .blog-row .single-blog--content__title h5 a {
      font-family: 'Manuale', serif;
      color: #222;
      font-weight: 600;
      font-size: 20px;
      line-height: 25px; }
  .blog-row .single-blog--content__info {
    padding-top: 13px;
    padding-bottom: 15px; }
    .blog-row .single-blog--content__info .child {
      color: #464646; }
    .blog-row .single-blog--content__info .author {
      color: #878787;
      margin-right: 5px; }
    .blog-row .single-blog--content__info .date {
      color: #878787; }
    .blog-row .single-blog--content__info .comment {
      color: #464646;
      float: right; }

.single {
  margin-left: 20px;
  width: 500px;
  position: relative; }
  .single .img a img {
    width: 100%; }

.mask-animation {
  position: relative;
  height: 100%;
  width: 100%; }
  .mask-animation--wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    z-index: 10; }
    .mask-animation--wrapper:hover {
      background: rgba(0, 0, 0, 0.5); }
  .mask-animation:before {
    box-sizing: border-box;
    content: "";
    position: absolute;
    opacity: 0;
    margin: 6px; }
  .mask-animation:after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    opacity: 0;
    margin: 6px; }
  .mask-animation-5:hover:before {
    width: 100%;
    height: 100%;
    border-right: 1px solid white;
    border-top: 1px solid white;
    transition: width 0.25s, height 0.25s ease-out 0.25s; }
  .mask-animation-5:hover:after {
    width: 100%;
    height: 100%;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    transition: height 0.25s, width 0.25s ease-out 0.25s; }
  .mask-animation-5:before {
    opacity: 1;
    width: 0;
    height: 0;
    margin: 0; }
  .mask-animation-5:after {
    opacity: 1;
    width: 0;
    height: 0;
    margin: 0; }
  .mask-animation-4:hover:before {
    width: 100%;
    height: 100%;
    border-right: 1px solid white;
    border-top: 1px solid white;
    transition: width 0.25s, height 0.25s ease-out 0.25s; }
  .mask-animation-4:hover:after {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    transition: width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s; }
  .mask-animation-4:before {
    opacity: 1;
    width: 0;
    height: 0;
    margin: 0; }
  .mask-animation-4:after {
    opacity: 1;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
  .mask-animation-3:hover:before {
    right: 50%;
    left: 50%;
    opacity: 0.4; }
  .mask-animation-3:hover:after {
    top: 50%;
    bottom: 50%;
    opacity: 0.4; }
  .mask-animation-3:before {
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s; }
  .mask-animation-3:after {
    background-color: #ffffff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s; }
  .mask-animation-2:hover:before {
    right: 0;
    bottom: 0;
    opacity: 1; }
  .mask-animation-2:hover:after {
    top: 0;
    left: 0;
    opacity: 1; }
  .mask-animation-2:before {
    border-left: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    transition: all 1s; }
  .mask-animation-2:after {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 100%;
    transition: all 1s; }
  .mask-animation-1:hover .mask-animation--wrapper {
    background: rgba(0, 0, 0, 0.5) !important; }
  .mask-animation-1:hover:before {
    right: 0;
    left: 0;
    opacity: 1; }
  .mask-animation-1:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1; }
  .mask-animation-1:before {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
    transition: all 1s;
    margin: 6px; }
  .mask-animation-1:after {
    margin: 6px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
    transition: all 1s; }

.tab-area--content .tab {
  padding-left: 0;
  flex-wrap: wrap;
  justify-content: center; }
  .tab-area--content .tab .selected {
    border-bottom: 2px solid #252525 !important; }
  .tab-area--content .tab li {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px; }
    .tab-area--content .tab li a {
      text-decoration: none;
      color: #ffffff;
      padding-bottom: 5px;
      font-weight: 600;
      font-size: 20px; }

.page-header {
  padding: 0px 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #fff7f2; }
  .page-header--content {
    text-transform: uppercase; }
    .page-header--content h1 {
      font-size: 24px;
      font-weight: 500;
      margin-top: 0;
      margin-bottom: 8px; }
    .page-header--content .page-breadcrumbs .breadcrumbs a {
      font-size: 12px;
      color: green;
      text-decoration: none; }

@media screen and (max-width: 769px) {
  .product-area .product-area--content {
    flex-direction: column; }
  .product-area .product-area--left {
    display: none;
    position: absolute;
    right: 100%;
    width: 100%; } }

.product-area--left {
  display: none;
  width: 300px; }

.product-area--right {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0px; }
  @media screen and (max-width: 769px) {
    .product-area--right {
      padding-left: 0; } }

.sidebar-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
  margin-bottom: 41px; }
  .sidebar-item--content h4 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 24px; }
  .sidebar-item--content .cat-item {
    display: flex;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative; }
    .sidebar-item--content .cat-item a {
      width: 100%;
      padding-left: 20px;
      color: #222; }
    .sidebar-item--content .cat-item .counts {
      color: #878787;
      float: right; }
    .sidebar-item--content .cat-item:before {
      content: "\f105";
      position: absolute;
      font-family: FontAwesome; }
    .sidebar-item--content .cat-item:hover:before {
      content: "\f061"; }
    .sidebar-item--content .cat-item-selected:before {
      content: "\f061"; }
    .sidebar-item--content .cat-item-selected .counts {
      color: #000000; }

.shop-bar--content {
  position: relative;
  justify-content: flex-end; }
  @media screen and (max-width: 560px) {
    .shop-bar--content {
      flex-direction: column; }
      .shop-bar--content .shop-selector {
        margin-top: 20px;
        margin-left: 0 !important; } }
  .shop-bar--content .expand-category {
    position: absolute;
    left: 0;
    display: none;
    margin-bottom: 5px;
    cursor: pointer; }
    @media screen and (max-width: 769px) {
      .shop-bar--content .expand-category {
        display: block !important; } }
    @media screen and (max-width: 560px) {
      .shop-bar--content .expand-category {
        top: -30px; } }
  .shop-bar--content .shop-found p {
    color: #6c6c6c;
    font-size: 15px;
    font-weight: 600;
    margin: 0; }
  .shop-bar--content .shop-found span {
    color: #ff4136; }
  .shop-bar--content .shop-selector {
    display: flex;
    margin-left: 63px; }
    .shop-bar--content .shop-selector label {
      color: #6c6c6c;
      font-size: 15px;
      font-weight: 600;
      text-transform: capitalize; }
    .shop-bar--content .shop-selector select {
      margin-top: -2px;
      outline: none;
      background: rgba(0, 0, 0, 0) url(https://d29u17ylf1ylz9.cloudfront.net/neha/assets/img/icon-img/12.png) no-repeat scroll right 0 center;
      border: medium none;
      box-shadow: none;
      color: #090909;
      font-size: 15px;
      padding-left: 10px;
      width: 113px;
      padding-left: 10px;
      -moz-appearance: none;
      -webkit-appearance: none; }
      .shop-bar--content .shop-selector select:-ms-expand {
        display: none; }

.modal {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  position: fixed;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  transform: translateY(-30px); }
  .modal-close {
    color: #ffffff;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #000;
    width: 65px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 13px;
    font-weight: 700; }
    .modal-close:hover {
      background: #cc0000; }
  .modal-content {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    -ms-grid-columns: 1fr 1.5fr
    grid-gap: 30px; }
    @media screen and (max-width: 991px) {
      .modal-content {
        grid-template-columns: 1fr;
        -ms-grid-columns: 1fr;
        padding: 20px; } }
  .modal-wrapper {
    position: relative;
    margin: 100px auto;
    background-color: #fff;
    width: 1000px; }
    @media screen and (max-width: 1200px) {
      .modal-wrapper {
        width: 1000px; } }
    @media screen and (max-width: 992px) {
      .modal-wrapper {
        width: 80%; } }
    @media screen and (max-width: 769px) {
      .modal-wrapper {
        width: 100%; } }

.sidebar-top-rated {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-gap: 30px; }
  .sidebar-top-rated .single-top-rated {
    display: flex; }
    .sidebar-top-rated .single-top-rated .top-rated-img {
      width: 90px;
      height: 90px; }
      .sidebar-top-rated .single-top-rated .top-rated-img img {
        height: 100%;
        width: 100%; }
    .sidebar-top-rated .single-top-rated .top-rated-text {
      margin-left: 20px; }
      .sidebar-top-rated .single-top-rated .top-rated-text h4 {
        color: #6c6c6c;
        font-size: 14px;
        font-weight: 600;
        margin: 0; }
        .sidebar-top-rated .single-top-rated .top-rated-text h4 a {
          text-decoration: none; }
      .sidebar-top-rated .single-top-rated .top-rated-text .top-rated-rating {
        line-height: 1;
        margin: 9px 0 10px; }
        .sidebar-top-rated .single-top-rated .top-rated-text .top-rated-rating ul {
          margin: 0px;
          padding: 0px; }
        .sidebar-top-rated .single-top-rated .top-rated-text .top-rated-rating li {
          display: inline-block; }
        .sidebar-top-rated .single-top-rated .top-rated-text .top-rated-rating i {
          color: #ee3333;
          font-size: 13px; }
        .sidebar-top-rated .single-top-rated .top-rated-text .top-rated-rating span {
          color: #8b8b8b;
          font-weight: 600; }

.category-sidebar {
  width: 350px;
  left: -400px;
  position: absolute;
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  background-color: white;
  overflow: scroll;
  z-index: 50000; }
  @media screen and (max-width: 400px) {
    .category-sidebar {
      width: 100%; }
      .category-sidebar .product-area--left {
        display: none;
        width: 100% !important; } }
  .category-sidebar--wrapper {
    padding-left: 25px;
    padding-right: 25px; }
  .category-sidebar--top {
    width: 100%;
    font-size: 25px;
    position: relative;
    margin-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #cccccc; }
    .category-sidebar--top i {
      cursor: pointer;
      position: absolute;
      right: 0;
      margin-right: 0; }

.login--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  justify-items: center; }
  @media screen and (max-width: 769px) {
    .login--content {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 600px) {
    .login--content .login--account {
      width: 100%; }
    .login--content .login--social {
      width: 100%; } }

.login--account {
  width: 80%;
  height: 100%;
  border: 1px solid #eee;
  box-sizing: border-box; }
  .login--account a {
    text-decoration: none; }
  .login--account__body {
    padding: 15px; }
    .login--account__body .login-form {
      padding: 10px 20px 10px 20px; }
  .login--account__header {
    background: #f5f5f5 url(http://blance.jwsuperthemes.com/wp-content/plugins/userpro/skins/elegant/img/pattern.png);
    padding: 15px; }
    .login--account__header .header-left {
      font-size: 14px !important; }
    .login--account__header .header-right {
      width: 100%;
      text-align: right; }
      .login--account__header .header-right a {
        color: #000000; }

.login--social {
  width: 70%;
  color: #ffffff; }
  .login--social a {
    border: none;
    border-radius: 0 !important;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 10px 0 !important;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 19px; }
    .login--social a i {
      margin: 0px 15px 0px 0px; }
  .login--social__facebook {
    background: #3b5998;
    text-align: center; }
  .login--social__twitter {
    background: #00aced;
    text-align: center; }
  .login--social__google {
    background: #dd4b39;
    text-align: center; }

.button-login {
  display: flex;
  padding: 0 !important; }
  .button-login a {
    line-height: 55px;
    width: 100%; }

.product--content {
  display: flex;
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 0.15fr 1fr 0.8fr 0.4fr; }
@media screen and (max-width: 900px) {
  .adn_product__info {
    display: none;
  }
  .product--content {
    grid-template-columns: 0.15fr 1fr 1fr
  }
}
@media screen and (max-width: 700px) {
  .product .product--content {
    display: flex;
    flex-wrap: wrap;
  }
  .product--content .adn_product_slick {
    flex: 1 0 13%;
    width: 13%;
    min-width: 86px;
  }
  .product--content .product--sideleft {
    flex-grow: 1;
    flex-shrink: 1;
  }
  .product--content .product--sideright {
    flex: 1 1 100%;
  }
  .gdx-moduletable {
    /*margin: auto;*/
    /*width: 65%;*/
  }
}
@media screen and (max-width: 460px) {
  .product--content .product--sideleft {
    width: 70%;
  }
}
.product--sideleft__slider {
  margin: auto;
  margin-top: 10px;
  width: 480px; }
  @media screen and (max-width: 500px) {
    .product--sideleft__slider {
      max-width: 320px; } }
  .product--sideleft__slider img {
    width: 80px;
    height: 80px; }

.product--sideleft__preview {
  margin: auto;
  max-width: 500px; }
  @media screen and (max-width: 1200px) {
    .product--sideleft__preview {
      max-width: 500px; } }
  @media screen and (max-width: 991px) {
    .product--sideleft__preview {
      max-width: 400px; } }
  @media screen and (max-width: 769px) {
    .product--sideleft__preview {
      max-width: 300px; } }
  .product--sideleft__preview img {
    width: 100%; }

.product--sideleft .product-img--slider__img img {
  width: 100%; }

.product--sideleft__img {
  width: 100% !important;
  position: relative;
  overflow: hidden; }
  .product--sideleft__img img {
    width: 100%; }

.product--sideright .sideright--content {
  border: 5px solid #fafafa;
  padding: 0px 10px 50px 10px;
  text-align: left;
  position: sticky;
  top: 60px;
  box-sizing: border-box; }
  .product--sideright .sideright--content .shop-top .price-old {
    text-decoration: line-through;
    color: #878787; }

.shop-top h1 {
  font-size: 24px;  
  text-align: center;
}
.quick-view-modal .infor--meta {
  color: #878787 !important;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .quick-view-modal .infor--meta a {
    color: #878787 !important; }
  .quick-view-modal .infor--meta span {
    margin: 5px; }

.quick-view-modal .action--icon {
  justify-content: center; }
  .quick-view-modal .action--icon i {
    margin: 10px; }

@media screen and (max-width: 400px) {
  .quick-view-modal .add-variation-to-cart .add-cart button {
    font-size: 10px; } }

.quick-view-modal .description {
  margin-bottom: 32px; }
  .quick-view-modal .description p {
    line-height: 1.6;
    margin: 0 0 10px;
    color: #878787; }

.view-select .select-option-part label {
  text-transform: capitalize;
  color: #707070;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px; }

.view-select .select-option-part select {
  outline: none;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #828282;
  font-size: 14px;
  height: 43px;
  padding-left: 20px;
  position: relative;
  width: 70%;
  margin-top: 10px; }
  .view-select .select-option-part select option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px; }


 .product-detail--content {
  display: grid;
  grid-template-columns: 3.3fr 1fr;
  grid-gap: 20px; }
  @media screen and (max-width: 890px) {
    .product-detail--content {
      grid-template-columns: 1fr; } }
  .product-detail--content .tabcontent {
    padding: 50px 20px 50px 20px;
    display: none; }
    .product-detail--content .tabcontent img {
      width: 100%; }
  .product-detail--content .active {
    display: block; }

.tab-transparent {
  background-color: transparent; }
  .tab-transparent .selected {
    border-bottom: 1px solid #222 !important; }
  .tab-transparent a {
    color: #222 !important; }

/*.slider-nav {*/
/*  margin-top: 30px; }*/
  .slider-nav .slick-current .slider-nav--item {
    position: relative;
    border: 1px solid #878787; }
    .slider-nav .slick-current .slider-nav--item::before {
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      border: 1px solid #878787; }
  .slider-nav .slick-slide {
    outline: none; }
  .slider-nav--item {
    width: 80px;
    /*height: 80px;*/
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer; }
    .slider-nav--item img {
      width: 100%; }

.slider-for div {
  width: 100%; }
  .slider-for div img {
    width: 100%; }

.variation-list {
  flex-wrap: wrap; }
  .variation-list--img {
    padding: 5px;
    box-sizing: border-box;
    width: 80px;
    height: 80px; }
    .variation-list--img img {
      height: 100%;
      width: 100%; }
    .variation-list--img__active {
      border: 1px solid #878787; }

.variation .table-content {
  display: none; }
  .variation .table-content--active {
    display: inline-table; }

.variation tbody tr {
  overflow: hidden; }
  .variation tbody tr td {
    padding-top: 10px;
    padding-left: 0;
    padding-bottom: 10px; }
  .variation tbody tr .variation-img {
    width: 60px; }
    .variation tbody tr .variation-img img {
      width: 60px;
      height: 60px; }
  .variation tbody tr .quantity {
    width: 100px; }
    @media screen and (max-width: 769px) {
      .variation tbody tr .quantity {
        width: 80px; } }
    @media screen and (max-width: 500px) {
      .variation tbody tr .quantity {
        width: 80px; } }

.cart-total {
  display: block;
  flex: 1 1 30%;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid var(--color-border);
  box-shadow: 7px 4px 21px -10px rgba(0,0,0,0.75);
  }
  .cart-total--continue a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.7px; }
  .cart-total--pay h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize; }
  .cart-total--pay ul {
    border: 1px solid #ddd;
    padding: 0; }
    .cart-total--pay ul li {
      border: 1px solid #ddd;
      color: #555;
      font-size: 15px;
      font-weight: 600;
      padding: 10px 30px; }
      .cart-total--pay ul li span {
        float: right; }

.cart-action--coupon {
  text-align: left;
  width: 50%; }
  .cart-action--coupon input {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #dddddd;
    outline: none; }
.cart-form {
  flex: 1 1 70%;
}

.cart-action--update {
  text-align: right;
  width: 50%; }

@media screen and (max-width: 1200px) {
  .cart-form .cart--product__thumbnail img {
    width: 60px; } }

@media screen and (max-width: 769px) {
  .cart-form .cart-total {
    grid-template-columns: 1fr; }
  .cart-form .cart--product__thumbnail {
    text-align: center !important; }
  .cart-form .cart--product__quantity .quantity {
    float: right; }
  .cart-form .cart-action {
    flex-direction: column; }
    .cart-form .cart-action--update {
      margin-top: 20px;
      width: 100%;
      text-align: center; }
    .cart-form .cart-action--coupon {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      width: 100%;
      text-align: center !important; } }

@media screen and (max-width: 400px) {
  .cart-form .cart-action--coupon {
    display: flex;
    justify-content: center; }
    .cart-form .cart-action--coupon input {
      width: 180px;
      margin: 10px; }
  .cart-form .cart-action--update button {
    width: 180px; } }
.cart-area {
  margin-top: 64px;
  min-height: calc(100vh - 537px);
  height: auto;
}
.cart-table {
  width: 100%; }
  .cart-table thead {
    color: #878787;
    background: #f8f8f8; }
    .cart-table thead th {
      font-size: 18px;
      font-weight: 400;
      padding: 4px 0px;
      color: var(--color-black);
      text-align: center; }
    .cart-table thead .cart--product__remove {
      width: 40px;
      font-size: 30px; }
    .cart-table thead .cart--product__thumbnail {
      width: 10px; }
    .cart-table thead .cart--product__name {
      text-align: left !important; }
  .cart-table tbody td {
    padding: 18px 12px;
    border: none;
    text-align: center;
    border-bottom: 1px solid #d1d1d1; }
  .cart-table tbody .cart--product__remove a {
    display: inline-block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 28px;
    cursor: pointer;
    padding-right: 16px;
    padding-right: 0;
    color: black;
    font-size: 30px;
    position: relative; }
    .cart-table tbody .cart--product__remove a:hover:before {
      transform: rotate(0deg); }
    .cart-table tbody .cart--product__remove a:hover:after {
      transform: rotate(0deg); }
    .cart-table tbody .cart--product__remove a:before {
      position: absolute;
      content: '';
      display: block;
      width: 30px;
      height: 5px;
      top: 15px;
      background-color: black;
      transform: rotate(45deg);
      transition: all 0.5s; }
    .cart-table tbody .cart--product__remove a:after {
      top: 15px;
      position: absolute;
      content: '';
      display: block;
      width: 30px;
      height: 5px;
      background-color: black;
      transform: rotate(-45deg);
      transition: all 0.5s; }
  .cart-table tbody .cart--product__thumbnail img {
    max-width: 120px;
    height: auto; }
  .cart-table tbody .cart--product__name a {
    color: #222 !important; }

.quantity {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 40px;
  width: 165px;
  border: 1px solid #d5d5d5 !important;
  border-radius: 25px;
  text-align: center;
  font-size: 18px; }
  .quantity--minus {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    line-height: 40px; }
  .quantity--plus {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px; }
  .quantity input {
    padding-left: 0;
    border: none;
    text-align: center;
    line-height: 40px;
    background: none;
    height: 40px;
    outline: none;
    width: 100%; }

@media screen and (max-width: 769px) {
  .cart-table-responsive thead {
    display: none; }
  .cart-table-responsive tbody tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
    margin-top: 30px; }
    .cart-table-responsive tbody tr td {
      text-align: right; }
      .cart-table-responsive tbody tr td:before {
        content: attr(data-title);
        font-weight: 600;
        float: left;
        color: #252525; } }

.blog-list--content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

@media screen and (max-width: 1200px) {
  .blog-list {
    grid-template-columns: 1fr 1fr 1fr; } }

@media screen and (max-width: 991px) {
  .blog-list .blog-list--content {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 769px) {
  .blog-list .blog-list--content {
    grid-template-columns: 1fr; } }

.blog-item {
  box-sizing: border-box; }
  .blog-item:hover .blog-item__img img {
    transform: scale(1.1); }
  .blog-item__img {
    overflow: hidden; }
    .blog-item__img img {
      transition: all 1s;
      width: 100%; }
  .blog-item-content {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 2px solid #252525;
    padding: 0 35px 8px 35px; }
    .blog-item-content .content-inner .blog-info {
      padding-top: 13px;
      padding-bottom: 15px;
      color: #878787; }
      .blog-item-content .content-inner .blog-info .child {
        color: #222; }
    .blog-item-content .content-inner .title {
      padding-bottom: 0px;
      padding-top: 13px;
      border: none;
      max-height: auto;
      min-height: auto; }
      .blog-item-content .content-inner .title h5 {
        margin-bottom: 10px; }
        .blog-item-content .content-inner .title h5 a {
          color: #222;
          font-weight: 600;
          font-size: 16px;
          line-height: 25px; }
    .blog-item-content .content-inner .blog-excrept {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 10px; }
      .blog-item-content .content-inner .blog-excrept p {
        margin-bottom: 0px;
        color: #878787; }
    .blog-item-content .content-inner .blog-link {
      text-align: left;
      padding-bottom: 15px; }
      .blog-item-content .content-inner .blog-link .read-more {
        font-size: 14px;
        transition: 0s;
        padding-bottom: 5px; }
      .blog-item-content .content-inner .blog-link a {
        color: #222;
        border-bottom: 1px solid #767676;
        text-transform: uppercase; }
      .blog-item-content .content-inner .blog-link .right-link .comment {
        color: #252525;
        font-weight: 400; }
        .blog-item-content .content-inner .blog-link .right-link .comment i {
          font-size: 16px;
          color: #959595;
          margin-right: 3px; }

.blog-detail .blog-part .blog-title {
  font-size: 30px;
  font-weight: 600; }

.blog-detail .blog-part .blog-author {
  font-size: 20px; }

.leave-comment-text {
  font-weight: 550;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative; }

.leave-comment textarea {
  outline: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  width: 100%;
  color: #666666;
  font-size: 14px;
  height: 165px;
  margin-bottom: 30px;
  padding: 15px; }

.btn-submit {
  margin-left: 15px;
  border: medium none;
  color: #000000;
  font-weight: 300;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  padding: 16px 30px 15px;
  text-transform: uppercase; }

.blog-post--content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 2fr; }

@media screen and (max-width: 769px) {
  .blog-post .blog-post--content {
    grid-template-columns: 1fr; } }

.blog-post-img {
  overflow: hidden; }
  .blog-post-img img {
    width: 100%; }

.blog-post-detail img {
  width: 100% !important; }

.blog-post-detail .blog-content p {
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1.1px;
  color: #878; }

.blog-post-detail .title-and-meta h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 47px;
  margin-bottom: 18px; }

.blog-post-detail .title-and-meta .post-meta {
  color: #878787 !important;
  margin-bottom: 35px; }
  .blog-post-detail .title-and-meta .post-meta a {
    color: #878787; }
  .blog-post-detail .title-and-meta .post-meta .line {
    padding: 0 10px; }
  .blog-post-detail .title-and-meta .post-meta i {
    margin-right: 7px; }

.leave-comment-text {
  font-weight: 550;
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative; }

.leave-comment textarea {
  outline: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  width: 100%;
  color: #666666;
  font-size: 14px;
  height: 165px;
  margin-bottom: 30px;
  padding: 15px; }

@media screen and (max-width: 769px) {
  .add-address--content {
    width: 100% !important; }
    .add-address--content .input-form {
      margin: 0 !important; }
    .add-address--content .two-col {
      flex-direction: column !important; } }

.add-address--content {
  width: 60%; }
  .add-address--content .address-form {
    width: 100%; }

.account-area--content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 4fr; }

@media screen and (max-width: 769px) {
  .account-area .account-area--content {
    grid-template-columns: 1fr; }
  .account-area .account--left {
    border-bottom: 1px solid #d1d1d1; } }

.account-area--right {
  overflow: hidden;
  margin-bottom: 30px; }

.account-area--history {
  overflow-x: scroll; }

.account-area--table {
  min-width: 500px; }
  .account-area--table table {
    border-collapse: collapse; }
    .account-area--table table thead {
      color: #878787;
      background: #f8f8f8; }
      .account-area--table table thead th {
        font-weight: 600;
        padding: 30px 0px;
        text-align: center; }
    .account-area--table table tbody td {
      padding: 18px 12px;
      border: none;
      text-align: center;
      border-bottom: 1px solid #d1d1d1; }

.account-area--info .account-info__email {
  color: #777;
  margin-bottom: 10px; }

.account-area--info .account-info__phone-number {
  color: #777;
  margin-bottom: 10px; }

.account-area--info .account-info__address {
  color: #777;
  margin-bottom: 20px; }

body {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  letter-spacing: 0.3px; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.wrapper {
  max-width: 1200px;
  margin: auto; }
.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4; }
  .notfound-area {
    width: 100%;
    height: 600px; }
    .notfound-area--wrapper {
      width: 100%;
      height: 100%;
      position: relative; }
  .notfound p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400; }
  .notfound a {
    font-family: 'Cabin', sans-serif;
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all; }
  .notfound-404 {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0px auto 50px; }
    .notfound-404 div:nth-child(1) {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #ffa200;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border: 5px dashed #000;
      border-radius: 5px; }
      .notfound-404 div:nth-child(1):before {
        content: '';
        position: absolute;
        left: -5px;
        right: -5px;
        bottom: -5px;
        top: -5px;
        -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
        border-radius: 5px;
        font-family: 'Cabin', sans-serif; }
    .notfound-404 h1 {
      color: #000;
      font-weight: 700;
      margin: 0;
      font-size: 90px;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      text-align: center;
      height: 40px;
      line-height: 40px; }
  .notfound h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px; }
.gdx-footer {
  background-color: #f5f5f5; }
  .gdx-footer--content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media screen and (max-width: 769px) {
      .gdx-footer--content {
        grid-template-columns: 1fr 1fr; } 
      .gdx-moduletable.adn_active {
        grid-column: 1 / 3;
      }
    }
.gdx-moduletable h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: uppercase; }

.gdx-moduletable ul {
  padding-left: 0;
  color: #c0090e;}
    .gdx-moduletable ul li a {
      line-height: 150%;
      color: #000000; }
      .gdx-moduletable ul li a:hover {
        color: #c0090e; }

.gdx-custom p {
  margin: 0 0 10px;
  line-height: 150%; }

.gdx-user {
  background: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }
  .gdx-user--content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
    @media screen and (max-width: 769px) {
      .gdx-user--content {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 500px) {
      .gdx-user--content {
        grid-template-columns: 1fr; } }
  .gdx-user--phone_call {
    display: flex;
    align-items: center; }
  .gdx-user--email h3 {
    font-size: 16px;
    margin-top: 20px;
    text-transform: none !important; }
  .gdx-user--email .input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
    .gdx-user--email .input-group .form-control {
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border-radius: 4px;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      display: table-cell; }
    .gdx-user--email .input-group .form-control:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border: 1px solid #ddd;
      padding: 5px 10px;
      height: 34px;
      box-sizing: border-box !important; }
    .gdx-user--email .input-group-btn {
      position: relative;
      font-size: 0;
      white-space: nowrap;
      width: 1%;
      white-space: nowrap;
      vertical-align: middle; }
      .gdx-user--email .input-group-btn .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        z-index: 2;
        margin-left: -1px; }
      .gdx-user--email .input-group-btn .btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c; }
  .gdx-user .gdx-custom {
    font-size: 24px; }
    .gdx-user .gdx-custom strong {
      color: red; }

.gdx-fan-page--content {
  padding: 20px 0;
  text-align: center; }

.gdx-keyword {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: justify;
  font-size: 15px;
  line-height: 140%;
  background-color: whitesmoke; }

.gdx-copyright {
  background-color: #252525;
  color: #FFF;
  text-align: center;
  padding: 12px 0; }
.product-well {
  background-color: #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 50px; }
  .product-well--title h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1; }
  .product-well--title p {
    font-size: 16px; }
  .product-well--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    height: 320px;
    font-size: 16px;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .product-well--wrapper {
        grid-template-columns: 1fr; } }
    .product-well--wrapper .product-readmore {
      cursor: pointer;
      background-color: #fff;
      color: #c0090e;
      text-align: center;
      padding: 8px 15px;
      border-radius: 3px;
      border: 1px solid #ddd;
      bottom: -40px;
      left: 50%;
      width: 100px;
      margin-left: -60px;
      position: absolute;
      z-index: 12; }

.product-col {
  grid-template-columns: 1fr !important; }
  @media screen and (max-width: 890px) {
    .product-col {
      display: grid !important;
      grid-template-columns: 1fr 1fr 1fr !important; } }
  @media screen and (max-width: 600px) {
    .product-col {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important; } }

.select-variation .sub-title {
  width: 100px;
  font-size: 16px;
  font-family: "Roboto";
  text-align: left;
  display: block;
  /*align-self: center;*/
  }

.color-select {
  flex: 1;
  padding: 0;
  flex-wrap: wrap; }
  .color-select .active {
    border: 1px solid red; }
    .color-select .active .selected {
      display: block !important; }
  .color-select li {
    float: left;
    background-color: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 1px; }
    .color-select li label {
      display: flex;
      font-weight: 400;
      height: 40px;
      text-align: center;
      vertical-align: middle;
      padding-left: 5px;
      margin: 0;
      cursor: pointer; }
      .color-select li label input {
        display: none; }
      .color-select li label small {
        text-align: center;
        line-height: 40px; }
    .color-select li img {
      width: 40px;
      height: 40px;
      margin-left: 5px;
      pointer-events: none; }
    .color-select li .selected {
      display: none;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 15px;
      height: 15px; }

.size-select {
  flex: 1;
  padding: 0;
  flex: wrap; }
  .size-select .active {
    border: 1px solid red; }
    .size-select .active .selected {
      display: block; }
  .size-select li {
    float: left;
    background-color: #FFF;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    padding: 1px; }
    .size-select li label {
      display: block;
      background-color: #FFF;
      width: 35px;
      height: 35px;
      text-align: center;
      margin: 0;
      cursor: pointer; }
      .size-select li label input {
        display: none; }
      .size-select li label .selected {
        display: none;
        position: absolute;
        right: 0;
        bottom: 0; }

.product-readmore {
  text-align: center; }

.product-btn-more {
  cursor: pointer;
  background-color: #22c219;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #0f9d07;
  padding: 10px 30px;
  border-radius: 3px; }
.adn_menu_item {
  margin-right: 10px;
  padding: 11px 8px ;
}
.adn_menu_item a span {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
:root {
  --color-red: #ed1c24;
  --color-black: #222;
  --color-border: #eee;
  --color-white: #fff;
  --color-border-black: #867979;
}
.adn_menu_item a:hover span {
  color: var(--color-red);
}
.adn_menu_item a {
  padding: 10px 0;
  display: block;
}
.adn_menu_grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr ;
  -ms-grid-columns: repeat(4, 1fr) ;
}
.adn_menu_sub {
  left: 0;
  top: 58px;
  display: none;
  right: 0;
  /*height: 215px;*/
  background-color: #fff;
  box-shadow: 2px 2px 11px -4px rgba(0,0,0,1);
}
.adn_wrapper {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.adn_menu_grid_item>a {
  font-size: 14px;
  font-weight: 300;
  padding-top: 0;
  color: var(--color-black);
}
.adn_menu_grid_item h3 {
  margin: 0;
  font-weight: 500;
}
.adn_menu_grid_item h3 i {
  padding-left: 20px;
  font-size: 11px;
}
.adn_menu_grid_item {
  border-right: 1px solid var(--color-border);
}
.adn_menu_grid_item:last-child {
  border-right: none;
}
.adn_menu_grid_item ul {
  margin: 0;
  padding: 0;
}
.adn_menu_grid_item a:hover {
  color: var(--color-red);
}
.adn_menu_a {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 13px;
}
#adn_sanpham:hover .adn_menu_sub {
  display: block;
}
#adn_search {
  cursor: pointer;
}
.adn_overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.adn_overlay.adn_active {
  display: block;
}
.adn_search_open {
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  background: #fff;
  transition: all, 0.5s;
  z-index: 31;
}
@media screen and (max-width: 500px) {
  .adn_search_open {
    width: 100%;
  }
}
.adn_search_open.adn_active {
 transform: translateX(0%);
}
.adn_search_open .search-title {
    font-size: 18px
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
    padding: 20px 25px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.btn-closesearch {
  font-size: 1.5rem;
  color: #222;
  position: absolute;
  top: 14px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
}
.btn-closesearch a i{
  color: var(--color-black);
  transition: all 500ms ease-in-out;
  transform: rotate( 0deg );
}
.btn-closesearch a:hover i{
  transform: rotate( 360deg );
  color: var(--color-red);
}
.adn_input {
  padding: 10px 5px;
  border-bottom: 1px solid var(--color-border);
  margin-left: 20px;
  margin-right: 20px;
  outline : none;
  width: 100%;
}
.searchwrap .is-relative {
  box-sizing: border-box;
}
#adnsubmit_search {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
#adnsubmit_search:hover {
  color: var(--color-red);
}
.adn_mn_mb_item.is-flex {
  flex-direction: row;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-border-black);
  justify-content: space-between;
}
.adn_mn_mb_item.is-flex:last-child {
  border-bottom: none;
}
.adn_mn_mb_item.is-flex a {
  color: var(--color-white);
}
.adn_mn_mb_item.is-flex i {
  color: var(--color-white);
}
.adn_mn_mb_item a {
  text-transform: uppercase;
}
.adn_menulink>.is-flex {
  flex-direction: column;
}
.adn_menu_mobile {
    margin-left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: var(--color-black);
    transition: all 500ms ease-in-out;
    transform: translateX(-100%);
}
.adn_menu_mobile.adn_active {
  transform: translateX(0%);
}
.adn_menu_mobile2 {
    margin-left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background: var(--color-black);
    transition: all 500ms ease-in-out;
    transform: translateX(-100%);
}
.adn_menu_mobile2.adn_active {
  transform: translateX(0%);
}
.adn_menu_mobile3 {
    margin-left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    width: 100%;
    background: var(--color-black);
    transition: all 500ms ease-in-out;
    transform: translateX(-100%);
}
.adn_menu_mobile3.adn_active {
  transform: translateX(0%);
}
.adn_menulink {
  padding: 0 40px;
  margin-top: 50px;
}
.close_menu_mobile {
  top: -37px;
  left: 10px;
}
.close_menu_mobile i {
  font-size: 26px;
}
.adn_mn_mb_item>a>span {
  font-weight: 400;
}
a {
  cursor: pointer;
}
.adn__tt {
  width: 90px;
  height: 63px;
}
div.newsletter__wrapper {
    width: 295px;
    min-height: 215px;
    border: 2px solid;
    margin-bottom: 10px;
    margin: auto;
    border-color: #dfdfdf;
}

.newsletter__title {
    font-weight: 700;
    color: #fff;
    background: #404040;
    font-size: 18px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.newsletter__content {
    padding: 20px 15px;
    overflow: hidden;
    text-align: center;
}
.newsletter__voucher {
    font-size: 17px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
}
#voucher-value {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}
.newsletter__voucher {
  font-size: 17px;
}
.newsletter__info {
  color: #404040;
  font-size: 15px;
}
.mam, .maml, .mbm, .mbml, .mvm, .mvml {
    margin-bottom: 12px;
}
.newsletter__content {
    padding: 20px 15px;
    overflow: hidden;
    text-align: center;
}
.is-flex.adn_div_btn {
  justify-content: space-around;
}
.newsletter-signup input {
  box-sizing: border-box;
  width: 100%;
}
.is_flex_between {
  justify-content: space-between;
}
.adn_div_btn button {
  padding: 5px 10px;
  font-size: 14px;
  color: var(--color-white);
  background: var(--color-black);
}
.adn_pro_info_item {
  padding: 15px 7px;
  border: 1px solid var(--color-border);
  margin-bottom: 20px;
  box-shadow: 7px 4px 21px -10px rgba(0,0,0,0.75);
}
.adn_pro_status span {
  font-size: 14px;
}
.adn_pro_share p {
  margin-top: 0;
}
.adn_p_hit1232 {
  margin: 0;
  padding: 3px 0;
  color: var(--color-red);
}
.is-column {
  flex-direction: column;
}
.adn_pro_info_item.adn_p_hit2321 {
  padding-top: 0;
}
p.big_size {
  text-align: center;
  font-size: 22px;
  color: var(--color-red);
  font-weight: 600;
}
.adn_pro_hotline .p_hit98 {
  margin-top: 0;
  font-size: 13px;
}
.adn_pro_bonus p {
  margin-top: 0;
}
.adn_pro_bonus i {
  color: var(--color-red);
}
.adn_buy_now {
  width: 100%;
  font-size: 15px;
}
/* breadcrumb*/

/*.ribbon {*/
/*  padding: auto;*/
/*  padding-left: 0;*/
/*  margin: 0;*/
  /*width: 765px; */
/*}*/
/*.margin_top_10px {*/
/*  margin-top: 10px;*/
/*}*/
/*.ribbon li {*/
/*  list-style-type: none;*/
/*  display: inline-block;*/
/*  margin-right: 23px;*/
/*}*/

/*.ribbon li {*/
/*  height: 42px;*/
/*  line-height: 42px;*/
/*  min-width: 120px;*/
/*  background: #efefef;*/
/*  font-size: 16px;*/
/*  text-align: center;*/
/*  position: relative;*/
/*  cursor: pointer;*/
/*}*/
/*li.active:before {*/
/*  display: none;*/
/*}*/
/*.ribbon li::before {*/
/*  content: '';*/
/*  border-left: 25px solid transparent;*/
/*  border-top: 21px solid #efefef;*/
/*  border-bottom: 21px solid #efefef;*/
/*  border-right: 0;*/
/*  position: absolute;*/
/*  left: -25px;*/
/*}*/

/*.ribbon li::after {*/
/*  content: '';*/
/*  border-left: 25px solid #efefef;*/
/*  border-top: 21px solid transparent;*/
/*  border-bottom: 21px solid transparent;*/
/*  border-right: 0;*/
/*  position: absolute;*/
/*  right: -25px;*/
/*}*/

/*.ribbon li:hover, li.active {*/
/*  background: #efefef;*/
/*}*/

/*li.active::before,*/
/*.ribbon li:hover::before {*/
/*  border-left: 25px solid transparent;*/
/*  border-top: 21px solid #efefef;*/
/*  border-bottom: 21px solid #efefef;*/
/*}*/

/*li.active::after,*/
/*.ribbon li:hover::after {*/
/*  border-left: 25px solid #efefef;*/
/*  border-top: 21px solid transparent;*/
/*  border-bottom: 21px solid transparent;*/
/*}*/
/* breadcrumb */
.breadcrumb-wrap {
    background-color: #efefef;
    margin-bottom: 10px
}

.breadcrumb-wrap .breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: #efefef;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden
}

.breadcrumb-wrap .breadcrumb li {
    display: inline-block;
    background-color: #e1e1e1
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a,.breadcrumb-wrap .breadcrumb li:nth-child(even) span {
    background-color: #efefef
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a:before,.breadcrumb-wrap .breadcrumb li:nth-child(even) span:before {
    border-color: #efefef #efefef #efefef transparent
}

.breadcrumb-wrap .breadcrumb li:nth-child(even) a:after,.breadcrumb-wrap .breadcrumb li:nth-child(even) span:after {
    border-left-color: #efefef
}

.breadcrumb-wrap .breadcrumb li:first-child a:before,.breadcrumb-wrap .breadcrumb li:first-child span:before,.breadcrumb-wrap .breadcrumb li:last-child a:after,.breadcrumb-wrap .breadcrumb li:last-child span:after {
    border: none
}

.breadcrumb-wrap .breadcrumb li:first-child a,.breadcrumb-wrap .breadcrumb li:first-child span {
    padding-left: 15px
}

.breadcrumb-wrap .breadcrumb li:last-child {
    background-color: transparent
}

.breadcrumb-wrap .breadcrumb li:last-child a,.breadcrumb-wrap .breadcrumb li:last-child span {
    padding-right: 0;
    margin-right: 0;
    color: #333
}

.breadcrumb-wrap .breadcrumb li:last-child a span,.breadcrumb-wrap .breadcrumb li:last-child span span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.breadcrumb-wrap .breadcrumb li:before {
    display: none
}

.breadcrumb-wrap .breadcrumb li span {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

.breadcrumb-wrap .breadcrumb li a,.breadcrumb-wrap .breadcrumb li>span {
    color: #999;
    display: block;
    background: #efefef;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: left;
    margin-right: 23px;
    font-size: 13px;
    font-weight: 300
}

.breadcrumb-wrap .breadcrumb li a:after,.breadcrumb-wrap .breadcrumb li a:before,.breadcrumb-wrap .breadcrumb li>span:after,.breadcrumb-wrap .breadcrumb li>span:before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #efefef;
    border-width: 20px 7px 20px 17px;
    width: 0;
    height: 0
}

.breadcrumb-wrap .breadcrumb li a:before,.breadcrumb-wrap .breadcrumb li>span:before {
    left: -22px;
    border-left-color: transparent
}

.breadcrumb-wrap .breadcrumb li a:after,.breadcrumb-wrap .breadcrumb li>span:after {
    right: -23px;
    border-color: transparent transparent transparent #efefef
}
/* end breadcrumb */
#myModal_A {
  box-sizing: border-box;
  margin: auto;
  width: 70vw;
  height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 900px;
  max-height: 700px;
  background-color: var(--color-white);
  box-shadow: 7px 4px 21px -10px rgba(0,0,0,0.75);
}
.modal_a_wrapper {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.modal_a_header {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border);
}
.is_display__none {
  display: none !important;
}
.adn_wappe {
  position: fixed;
  top: 75px;
  z-index: 40;
  left: 0;
  height:auto;
  right: 0;
  width: 100%;
}
.modal_a_header h3 {
  margin: 0;
  font-weight: 400;
}
.modal_a_header a {
  color: var(--color-black);
}
.modal_edit {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 700px){
  .modal_edit {
    flex-direction: column;
  } 
  #myModal_A {
    width: 100%;
  }
}
.set_data_ajax {
  flex: 1 1 50%;
}
.set_data_ajax2 {
  flex: 1 1 50%;
}
/* flat-slider */
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0;
  background: #ee2c0c;
  border-radius: 24%;
}

.flat-slider.ui-slider-horizontal {
  height: 2px;
}

.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 2px;
}

.flat-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #38b11f;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -10px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
}

.flat-slider .ui-slider-handle:hover {
  opacity: .8;
}

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 24;
  background: #f99;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 2px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 2px;
}
/* end flat-slider */
/* checkout css */

.adn_wappe li {
  list-style: none;
}

.adn_wappe ul { 
  padding: 0;
}

.adn_wappe li.product {
  display: flex;
  padding-bottom: 15px;
}

.adn_wappe .is-flex {
  display: flex;
}

.adn_wappe .is-flex--space-between {
  justify-content: space-between; }

.adn_wappe .is-hidden {
  display: none;
}

.adn_wappe .main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

adn_wappe .page-wrapper {
  height: 100%;
  padding: 60px;
}

.adn_wappe .page-wrapper--left {
  width: 40%;
  background-color: #fafafa;
  border-right: 1px solid #e9e9e9;
  height: 100%;
}

.adn_wappe .page-wrapper--right {
  width: 60%;
  height: 100%;
}

.adn_wappe .down-sign {
  display: none;
}

.adn_wappe .cart-collapsible--total-price {
  display: none;
}

@media screen and (max-width: 976px) {
  .adn_wappe  .main {
    flex-direction: column !important;
  }

  .adn_wappe .page-wrapper--left, .page-wrapper--right {
    width: initial;
    padding: 15px;
  }

  .adn_wappe .page-wrapper--left .page-side {
    padding: 10px;
  }

  .adn_wappe .page-wrapper {
    height: initial;
  }

  .adn_wappe .page-side {
    margin: auto;
    max-width: 450px;
  }

  .adn_wappe .collapsible {
    display: flex;
    padding: 10px;
    justify-content: space-between;
  }

  .adn_wappe .cart-content {
    transition: height 1s ease-out;
  }

  .adn_wappe .down-sign {
    display: initial;
  }

  .adn_wappe .cart-collapsible--total-price {
    display: block;
  }
}

.adn_wappe .page-wrapper .heading {
  font-size: 24px;
  font-weight: 600;
}

.adn_wappe.page-wrapper .pd {
  padding: 10px;
  font-size: 35px;
  max-width: 581px;
  align-items: center;
}

.adn_wappe .page-wrapper .pd-gdx {
  padding: 10px;
  font-size: 35px;
  max-width: 581px;
  align-items: center;
}

.adn_wappe .page-wrapper .heading a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .adn_wappe .page-wrapper .heading a:last-child {
    font-size: 12px !important;
  }
}

.adn_wappe .product-thumbnail {
  min-width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.adn_wappe .product-thumbnail__wrapper {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.adn_wappe .product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.adn_wappe .product-thumbnail__quantity {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.adn_wappe .product-info {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  width: 100%;
}

.adn_wappe .product-info__title {
  font-size: 20px;
  font-weight: 600;
}

.adn_wappe .product-info_property {
  color: #717171;
  font-size: 13px;
}

.adn_wappe .product-price {
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
}

.adn_wappe .cart-items {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.adn_wappe .combo-related {
  cursor: pointer;
}

.adn_wappe .combo-related:hover {
  box-shadow: 0 4px 2px -2px #e7e7e7;
  cursor: pointer;
  color: #058fc8;
  margin-bottom: 9px;
}

.adn_wappe .combo-related:hover .product {
  padding-bottom: 6px !important;
}
  
.adn_wappe .order-summary {
  text-align: right !important;
}

.adn_wappe .order-summary__total-price {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-weight: 600;
  padding: 10px 0;
}

.adn_wappe .payment-text {
  font-weight: 400;
}

@media screen and (max-width: 650px) {
  .adn_wappe .payment-text {
    font-size: 16px
  }
}

.adn_wappe .order-summary__total-fee {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-weight: 600;
  padding: 10px 0 25px;
}

.adn_wappe .order-summary .payment-cash {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}

.adn_wappe .customer-info--account, .shipping-info--title {
  padding: 20px 10px;
  max-width: 600px;
}

.adn_wappe .title {
  font-weight: 500;
  font-size: 20px;
}

.adn_wappe .customer-info--detail {
  margin: 20px 0;
  display: flex;
}

.adn_wappe .customer-info--avatar {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}

.adn_wappe .customer-info--title {
  padding: 8px;
  padding-left: 14px;
  display: flex;
  flex-direction: column
}

.adn_wappe .customer-info--avatar img {
  width: 100%;
  height: 100%;
}

.adn_wappe .shipping-info {
  width: 100%;
  max-width: 600px;
}

.adn_wappe .shipping-info__full-name, .shipping-info__address {
  display: flex;
}

.adn_wappe .shipping-info__address {
  flex-direction: column;
}

.adn_wappe .shipping-info__full-name .input-wrapper {
  flex: 1;
}

.adn_wappe .shipping-info__checkbox {
  display: flex;
  align-items: center;
  padding: 10px;
}

.adn_wappe .shipping-info__checkbox input {
  width: 30px !important;
}

.adn_wappe .shipping-info .input-field {
  padding: 8px;
}

.adn_wappe .shipping-info .input-wrapper {
  width: 50%;
  padding: 10px;
  width: inherit;
}

.adn_wappe .shipping-info .input-field {
  padding-left: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.adn_wappe .shipping-info input {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 14px;
}

.adn_wappe .shipping-info .confirm-process {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.adn_wappe .confirm-btn {
  width: initial;
  height: 48px;
  padding: 14px 20px;
  background-color: #1990c6;
  border: 1px solid #1990c6;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
}

.adn_wappe .confirm-btn:hover {
  background-color: #136f99;
}

.adn_wappe .shipping-info input:focus {
  outline: none;
}

.adn_wappe .order-bill {
  padding: 10px;
}

.adn_wappe .order-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}

.adn_wappe .order-bill .order-bill--title {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  background-color: #f5f5f5;
}

.adn_wappe .order-bill .order-bill__field {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
}

.adn_wappe .order-bill .order-bill__field--name {
  flex: 2;
  color: #737373;
  padding-right: 15px;
}

.adn_wappe .order-bill .order-bill__field--value {
  flex: 5;
}

.adn_wappe .order-action {
  display: flex;
  margin-top: 15px;
  justify-content: flex-end;
  align-items: center;
}

.adn_wappe .order-alert {
  margin: 10px;
  max-width: 600px;
  padding: 10px;
  background-color: #e8a0a0;
  color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.adn_wappe .order-alert__standalone {
  max-width: 560px;
  padding: 10px;
  background-color: #e8a0a0;
  color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.adn_wappe .order-action .back-step {
  padding: 0 20px;
}

.adn_wappe .address-select {
  height: 50px;
  background-color: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-size: 14px;
  text-indent: 12px;
}
.adn_wappe .cart-action {
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
  width: 100%;
}

.adn_wappe .cart-action--coupon {
  text-align: left;
  width: 100%;}
  .adn_wappe .cart-action--coupon .input-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .adn_wappe .cart-action--coupon input {
    box-sizing: border-box;
    padding-left: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    height: 40px;
    outline: none; }

.adn_wappe .cart-action--update {
  text-align: right;
  width: 50%; }

.adn_wappe .default-btn {
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1;
  padding: 12px 36px 10px;
  text-transform: uppercase; }
  .adn_wappe .default-btn:hover {
    background-color: #ee3333;
    border: 1px solid #ee3333;
    color: #fff; }

.adn_wappe .mg-right-15 {
  margin-right: 15px; }

.adn_wappe .discount-info {
  padding: 20px 0;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
}
  .adn_wappe input {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #dddddd;
    outline: none;
  }

.adn_wappe .discount_code_error {
  color: red;
  line-height: 40px;
}

.adn_wappe .discount-valid {
  color: #3dbd7d;
}

.adn_wappe .discount-btn {
  width: 175px;
}

.adn_wappe .fs-10 {
  font-size: 10px; }

.adn_wappe .fs-11 {
  font-size: 11px; }

.adn_wappe .fs-12 {
  font-size: 12px; }

.adn_wappe .fs-13 {
  font-size: 13px; }

.adn_wappe .fs-14 {
  font-size: 14px; }

.adn_wappe .fs-15 {
  font-size: 15px; }

.adn_wappe .fs-16 {
  font-size: 16px; }

.adn_wappe .fs-17 {
  font-size: 17px; }

.adn_wappe .fs-18 {
  font-size: 18px; }

.adn_wappe .fs-19 {
  font-size: 19px; }

.adn_wappe .fs-20 {
  font-size: 20px; }
.adn_wappe #cart-collapsible {
  display: none;
}
.adn_wappe .heading.is-flex.is-flex--space-between.pd-gdx {
  display: none !important;
}
/* end checkout */

.adn_cate_left {
  flex: 1 1 25%;
}
.adn_wrapper_image_cate img {
  width: 100%;
  height: auto;
}
.adn_text_pp {
    top: 47%;
    left: 4%;
    width: 60%;
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}
.adn_cate_left_rol ul {
  padding-left: 0;
  margin: 0;
}
.adn_cate_left_rol ul li {
  padding: 10px 0;
}
.adn_cate_left_rol ul li a {
  color: var(--color-black);
}
.adn_cate_left_rol {
  border: 1px solid var(--color-border);
}
.is_flex_end {
  justify-content: flex-end;
}
.is_bottom_margin_10 {
  margin-bottom: 10px;
}
.is_bottom_margin_30 {
  margin-bottom: 30px;
}
.adn_btn_taga {
  padding: 5px 10px;
  border: 1px solid #eee;
  transition: all 300ms ease-in-out;
}
.adn_btn_taga:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.adn_cate_left_rol_title {
  padding: 15px 0;
  
}
@media screen and (max-width: 850px) {
  .adn_2 {
    flex-direction: column;
  }  
}
.adn__grid_banner {
  display: grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  box-sizing: border-box;
}
.adn__banner_item img {
  width: 100%;
}
.infor--meta a{
  color: var(--color-black);
}
.ul_adn_con {
  padding-left: 10px;
  max-height: 0px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.ul_adn_con.adn_active {
  max-height: 200px;
  height: auto;
}
.adn_cate_opem {
  cursor: pointer;
  transition: all 300ms ease-in-out;  
}
.adn_cate_opem:hover {
  color: var(--color-red);
}
.adn_cate_opem.adn_active {
  transform: rotate(90deg);
}
.gdx-moduletable.adn_active {
  width: 100%;
}

@media screen and (max-width: 700px){
  .shopping-area--content .shopping--title h4 {
    font-size: 24px;
  }
}














