/*============================================================================
   #Webcms
==============================================================================*/
.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%; }

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

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

.header .top-menu {
  background: #fff; }
  .header .top-menu .main {
    margin: 0 auto;
    max-width: 1200px;
    background: 0 0;
    padding-bottom: 0;
    position: relative;
    padding: 0 15px; }
    .header .top-menu .main .row {
      margin-bottom: 0; }
    .header .top-menu .main .tl-header {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 30px 0; }
      .header .top-menu .main .tl-header .sec-nav {
        padding-right: 50px;
        flex-grow: 1; }
        .header .top-menu .main .tl-header .sec-nav-menu {
          margin: 0;
          padding: 0;
          list-style: none;
          float: right; }
          .header .top-menu .main .tl-header .sec-nav-menu > li {
            display: inline-block;
            position: relative;
            padding: 0 5px; }
            .header .top-menu .main .tl-header .sec-nav-menu > li a {
              font-size: 16px;
              text-transform: none;
              color: #999;
              padding: 0 10px;
              transition: all .3s ease-in-out; }
              .header .top-menu .main .tl-header .sec-nav-menu > li a:hover {
                color: #af996b; }

.main .row {
  margin-left: 0;
  margin-right: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-sm-12, .col-md-12 {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }

.logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500; }
  .logo span {
    line-height: 0.1; }

.cart-ribbon {
  width: 66px;
  margin-top: 0;
  right: 13px;
  top: 0;
  z-index: 10000;
  padding-top: 0; }
  .cart-ribbon a {
    padding: 0;
    top: 0;
    position: absolute;
    z-index: 99999;
    color: #fff; }
    .cart-ribbon a .cart_content {
      background: #222;
      display: block;
      padding: 20px 20px 15px;
      float: left;
      width: 100%;
      text-align: center;
      transition: padding .15s;
      position: relative; }
      .cart-ribbon a .cart_content:hover {
        padding: 25px 20px 15px; }
    .cart-ribbon a .bucket-bottom {
      display: block;
      clear: both;
      border: 0 solid #222;
      border-bottom-color: transparent;
      border-width: 8px 32px;
      position: relative;
      top: -5px; }

.main-menu-top {
  margin-bottom: 0;
  position: relative;
  z-index: 2000; }
  .main-menu-top .main {
    margin: 0 auto;
    max-width: 1200px;
    background: 0 0;
    padding-bottom: 0; }
    .main-menu-top .main .row {
      margin-bottom: 0; }
      .main-menu-top .main .row .nav {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
        font-size: 14px;
        font-weight: 400; }

.logo-sticjy {
  float: left;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 52px;
  transition: width 400ms ease-in-out; }

.menu-main-menu {
  display: flex; }
  .menu-main-menu .menu-item-home {
    display: flex;
    margin-right: 20px;
    position: relative;
    overflow: visible; }
    .menu-main-menu .menu-item-home a {
      cursor: pointer;
      color: #af996b;
      font-size: 14px;
      padding: 15px 10px; }
      .menu-main-menu .menu-item-home a:after {
        font-family: FontAwesome;
        content: "\f107";
        font-size: 16px;
        margin-left: 10px; }
    .menu-main-menu .menu-item-home:nth-child(n+2) a {
      color: #222; }
      .menu-main-menu .menu-item-home:nth-child(n+2) a:hover {
        color: #af996b; }
  .menu-main-menu #homemenu {
    max-width: 72px;
    width: 100%;
    margin-right: 0;
    padding-left: 0; }
    .menu-main-menu #homemenu a:after {
      content: "" !important; }
    .menu-main-menu #homemenu a:before {
      display: none; }
    .menu-main-menu #homemenu a {
      padding-left: 0; }

.main-menu-env {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  background-color: #fff;
  width: 100%; }

.menu-search {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px; }
  .menu-search .search-icon:before {
    left: 4px;
    top: 17px;
    position: absolute;
    font-family: FontAwesome;
    content: "\f002";
    font-weight: 100;
    font-size: 14px; }
  .menu-search .input-search {
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #D7D7D7;
    border-radius: 13px;
    font-size: 16px;
    outline: none;
    padding-left: 20px; }
    .menu-search .input-search:focus {
      border: 1px solid #af996b; }

.submenu {
  position: absolute;
  width: 220px;
  top: 40px;
  border: 1px solid #D7D7D7;
  cursor: pointer;
  background-color: #fff; }
  .submenu div {
    border-bottom: 1px dashed #eee;
    padding: 10px; }
    .submenu div:hover {
      background-color: #f4f4f4;
      color: #af996b;
      transition: all 250ms ease-in-out; }

.menu-item-home:hover {
  overflow: visible !important; }
  .menu-item-home:hover .submenu {
    opacity: 1 !important;
    visibility: visible !important; }

.menu-item-home a:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.menu-item-home a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.main {
  margin: 0 auto;
  max-width: 1200px;
  background: 0 0;
  padding-bottom: 0;
  position: relative;
  padding: 0 15px; }

.slick-prev {
  left: 25px !important; }
  .slick-prev:before {
    font-size: 30px !important;
    font-family: FontAwesome !important;
    content: "\f137" !important; }

.slick-next {
  right: 25px !important; }
  .slick-next:before {
    font-size: 30px !important;
    font-family: FontAwesome !important;
    content: "\f138" !important; }

.page-container {
  margin-top: 50px;
  padding: 0 15px 0 15px; }

.index {
  display: flex;
  justify-content: space-around; }
  .index .index-category {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .index .index-category-wrapper {
      position: relative;
      margin-bottom: 35px; }
      .index .index-category-wrapper a {
        cursor: pointer;
        display: block;
        position: relative;
        line-height: 1;
        overflow: hidden;
        text-align: center; }
        .index .index-category-wrapper a img {
          width: 100%;
          height: 100%;
          transition: all .4s; }
        .index .index-category-wrapper a:hover img {
          transform: scale(1.1); }
      .index .index-category-wrapper-span {
        background: #fff;
        opacity: 0.7;
        color: #222;
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        font-size: 20px;
        text-align: center;
        font-family: "Karla", Helvetica, Arial, sans-serif;
        max-width: 162px;
        width: 100%; }
      .index .index-category-wrapper-strong-top {
        line-height: 1;
        display: block;
        font-weight: 400; }
      .index .index-category-wrapper-strong-bottom {
        color: #777 !important;
        text-transform: uppercase;
        margin-top: 5px;
        font-size: 12px !important; }

.feature-column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .feature-column-inner-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px; }
  .feature-column-inner-span {
    height: 1px;
    position: relative;
    flex: 1 1 auto;
    min-width: 10%; }
    .feature-column-inner-span .feature-line {
      border-color: #2a2a2a;
      height: 1px;
      border-top: 1px solid #ebebeb;
      display: block;
      position: relative;
      top: 1px;
      width: 100%; }
  .feature-column-inner h4 {
    border-width: 1px;
    border-style: solid;
    border-collapse: inherit;
    font-size: 24px;
    padding: 10px 20px !important;
    text-align: center;
    line-height: 1em;
    margin: 0;
    flex: 0 1 auto; }

.feature-column-inner-content {
  padding-bottom: 20px;
  display: flex;
  justify-content: center; }
  .feature-column-inner-content-item {
    margin-top: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
    .feature-column-inner-content-item-img {
      position: relative;
      background-color: #fff;
      box-shadow: 0 0 2px rgba(204, 204, 204, 0.5); }
      .feature-column-inner-content-item-img:hover div {
        opacity: 1; }
      .feature-column-inner-content-item-img:hover div:after {
        opacity: 1; }
      .feature-column-inner-content-item-img img:nth-child(n+2) {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 500ms ease-in-out; }
      .feature-column-inner-content-item-img:hover img:nth-child(n+2) {
        opacity: 2; }
      .feature-column-inner-content-item-img img {
        width: 100%;
        height: 100%; }
    .feature-column-inner-content-item-info {
      padding: 20px;
      position: relative; }
      .feature-column-inner-content-item-info h2 {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.1; }
      .feature-column-inner-content-item-info .content-item-info-cate {
        margin-top: 5px;
        font-size: 12px; }
        .feature-column-inner-content-item-info .content-item-info-cate a {
          cursor: pointer;
          color: #ccc;
          transition: all 350ms ease-in-out; }
      .feature-column-inner-content-item-info .price {
        color: #af996b;
        font-size: 17px; }
        .feature-column-inner-content-item-info .price del {
          color: #666;
          font-size: 13px;
          margin-left: 5px;
          font-weight: 400; }
        .feature-column-inner-content-item-info .price ins {
          text-decoration: none; }
      .feature-column-inner-content-item-info .add-to-card {
        cursor: pointer;
        position: absolute;
        right: 27px; }
        .feature-column-inner-content-item-info .add-to-card:before {
          font-family: FontAwesome;
          content: "\f217";
          display: none;
          font-size: 18px; }

.ribbon-content {
  background-color: #af996b;
  position: absolute;
  top: 10px;
  padding: 8px 10px 8px 10px;
  font-weight: 200;
  font-size: 13px;
  min-width: 80px;
  display: block;
  color: #fff;
  white-space: nowrap;
  transform: rotate(-90deg);
  z-index: 100;
  text-align: center;
  transform-origin: right-top;
  -webkit-tap-highlight-color: transparent; }

.ribbon-content:after {
  border-left-color: #c1b08c !important;
  border-width: 10px 0 0 5px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: #ac1a20;
  border-right: transparent;
  border-bottom-color: transparent;
  content: " ";
  top: 100%;
  left: 100%;
  transform: rotate(90deg);
  transform-origin: top left; }

.icon-wishlist:after {
  opacity: 0;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  font-family: FontAwesome;
  position: absolute;
  color: #EA151E;
  top: 10px;
  right: 10px;
  content: "\f004";
  font-size: 16px; }

.icon-quickview:after {
  opacity: 0;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  font-family: FontAwesome;
  position: absolute;
  bottom: 10%;
  left: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
  color: #fff;
  background: #af996b;
  content: "\f06e  view";
  font-size: 12px; }

.icon-rating {
  opacity: 0;
  transition: all 200ms ease-in-out;
  position: absolute;
  right: 10px;
  bottom: 10%;
  display: none; }
  .icon-rating i {
    color: #FFF900; }

.feature-column-inner-div h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: -10px !important;
  opacity: .5;
  font-weight: 100; }

.feature-column-inner-content-item.blog {
  max-width: 33%;
  flex: none; }
  .feature-column-inner-content-item.blog .index-content-blog {
    min-height: 388px;
    display: block;
    background: #fff;
    width: 100%; }
    .feature-column-inner-content-item.blog .index-content-blog .index-blog-image {
      position: relative;
      padding: 0;
      margin-bottom: 30px;
      height: 260px;
      overflow: hidden;
      border: none; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-image img {
        display: block;
        max-width: 100%;
        max-height: 260px;
        height: auto;
        width: 100%;
        line-height: 1; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-image .index-blog-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        transform: scaleY(0);
        transition: all 250ms ease-in-out;
        transition-delay: 150ms; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-image .index-blog-readmore {
        position: absolute;
        left: 0;
        display: block;
        right: 0;
        top: 53%;
        color: #fff;
        text-align: center;
        font-size: 13px;
        margin-top: -15px;
        opacity: 0;
        transition-delay: 0s;
        transition: all 0.3s cubic-bezier(0.19, 1, 0.965, 1); }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-image:hover .index-blog-overlay {
        transform: scaleY(0.3);
        transition-delay: 0s; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-image:hover .index-blog-readmore {
        zoom: 1;
        opacity: 1;
        transition-delay: 220ms; }
    .feature-column-inner-content-item.blog .index-content-blog .index-blog-post {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
      border: none; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-post h3 {
        text-transform: none;
        margin: 0;
        font-size: 18px; }
        .feature-column-inner-content-item.blog .index-content-blog .index-blog-post h3 a {
          font-family: "Karla", Helvetica, Arial, sans-serif;
          color: #222;
          font-weight: 400;
          font-size: 18px; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-post .index-blog-date {
        color: #999;
        margin-top: 5px;
        font-size: 13px; }
      .feature-column-inner-content-item.blog .index-content-blog .index-blog-post-content {
        margin-top: 10px;
        color: #888; }
        .feature-column-inner-content-item.blog .index-content-blog .index-blog-post-content p {
          margin-bottom: 0;
          font-size: 16px;
          color: #888;
          font-weight: 300; }

.grid-index-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .grid-index-wrapper .grid-index-item {
    flex: 0 0 25%;
    padding: 0 10px 0 10px; }
    .grid-index-wrapper .grid-index-item-title h3 {
      border-bottom: 2px solid #eee;
      margin: 0;
      padding-bottom: 20px;
      font-size: 20px;
      word-break: break-word;
      color: #222;
      font-weight: 400;
      line-height: 1.1; }
    .grid-index-wrapper .grid-index-item-content {
      padding: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column; }
      .grid-index-wrapper .grid-index-item-content-sub {
        cursor: pointer;
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px; }
        .grid-index-wrapper .grid-index-item-content-sub .price {
          color: #af996b;
          font-size: 13px; }
          .grid-index-wrapper .grid-index-item-content-sub .price del {
            color: #666;
            font-size: 11px;
            margin-left: 5px;
            font-weight: 400; }
          .grid-index-wrapper .grid-index-item-content-sub .price ins {
            text-decoration: none; }
        .grid-index-wrapper .grid-index-item-content-sub-title {
          padding: 0 10px; }
          .grid-index-wrapper .grid-index-item-content-sub-title h6 {
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px; }

.grid-index-inner {
  padding-top: 30px;
  padding-bottom: 30px; }

.footer-big {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  .footer-big .footer-widgets {
    display: flex;
    justify-content: space-around; }
    .footer-big .footer-widgets .col-sm-3 {
      flex: 0 0 25%;
      padding: 10px; }
      .footer-big .footer-widgets .col-sm-3 .footer-title h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.1;
        margin: 19px 0 19px 0; }
      .footer-big .footer-widgets .col-sm-3 .widget-menu a {
        display: block;
        padding: 5px; }

.div {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, #FFC0A8, #A8D4FF, #FFFA51, #BE6DE3, #9B81CF);
  background-size: 1000% 1000%;
  -webkit-animation: adino 40s ease infinite;
  -moz-animation: adino 40s ease infinite;
  animation: adino 40s ease infinite;
  position: relative; }
  .div button {
    outline: none;
    cursor: pointer;
    padding: 10px;
    margin: 15px;
    font-size: 18px;
    background: #222;
    color: #fff;
    border: none; }

@-webkit-keyframes adino {
  0% {
    background-position: 62% 0%; }
  50% {
    background-position: 39% 100%; }
  100% {
    background-position: 62% 0%; } }

@-moz-keyframes adino {
  0% {
    background-position: 62% 0%; }
  50% {
    background-position: 39% 100%; }
  100% {
    background-position: 62% 0%; } }

@keyframes adino {
  0% {
    background-position: 62% 0%; }
  50% {
    background-position: 39% 100%; }
  100% {
    background-position: 62% 0%; } }

.footer-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #eee; }
  .footer-container-left a {
    cursor: pointer;
    padding-right: 10px; }
    .footer-container-left a:hover {
      color: #af996b; }

#luxbar {
  display: none; }

.luxbar-item .menu-search {
  padding: 15px; }
  .luxbar-item .menu-search input {
    padding: 3px 0 3px 20px !important;
    width: 100% !important; }
  .luxbar-item .menu-search .search-icon:before {
    left: 19px !important;
    top: 19px !important; }

@media screen and (max-width: 700px) {
  .index-category {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #luxbar {
    display: block; }
  .logo {
    width: 130px !important;
    height: 100%;
    padding-left: 10px; }
    .logo span {
      display: block; }
  .header {
    display: none; }
  .luxbar-fixed {
    box-shadow: none; }
    .luxbar-fixed .luxbar-checkbox:checked ~ .luxbar-menu {
      height: auto; }
    .luxbar-fixed .luxbar-menu-light {
      color: #777777;
      background-color: white; }
      .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-header .logo-mobile {
        margin-left: 20px; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-header .logo-mobile h3 {
          font-size: 24px;
          color: #282828;
          letter-spacing: 4px; }
      .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item {
        position: relative;
        display: contents; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item a {
          border-top: 1px dashed #eee; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item .sub-menu {
          padding-left: 0; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item .nm-menu-toggle {
          float: right; }
  .footer-big {
    font-size: 15px; }
  .col-sm-12.mobile {
    padding: 0; }
  .index {
    flex-direction: column; }
  #luxbar {
    display: block; }
  .logo {
    width: 130px !important;
    height: 100%;
    padding-left: 10px; }
    .logo span {
      display: block; }
  .header {
    display: none; }
  .luxbar-fixed {
    box-shadow: none; }
    .luxbar-fixed .luxbar-checkbox:checked ~ .luxbar-menu {
      height: auto; }
    .luxbar-fixed .luxbar-menu-light {
      color: #777777;
      background-color: white; }
      .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-header .logo-mobile {
        margin-left: 20px; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-header .logo-mobile h3 {
          font-size: 24px;
          color: #282828;
          letter-spacing: 4px; }
      .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item {
        position: relative;
        display: contents; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item a {
          border-top: 1px dashed #eee; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item .sub-menu {
          padding-left: 0; }
        .luxbar-fixed .luxbar-menu-light .luxbar-navigation .luxbar-item .nm-menu-toggle {
          float: right; }
  .page-container {
    padding: 0; }
    .page-container .index-category {
      padding-left: 0;
      padding-right: 0; }
      .page-container .index-category .index-category-wrapper img {
        width: 100%; } }

.sub-menu.active {
  display: block; }

.sub-menu {
  display: none;
  z-index: 4000;
  background-color: #282828;
  color: white; }
  .sub-menu li a {
    border-bottom: 1px dashed #fff; }
  .sub-menu li:last-child a {
    border-bottom: none; }

.slider img {
  width: 100%;
  height: auto;
  max-height: 600px; }

.custom-4 .main {
  padding-top: 20px; }
  .custom-4 .main .single-product-wrapper {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column; }
    .custom-4 .main .single-product-wrapper .product-wrapper {
      display: flex;
      position: relative;
      padding-bottom: 40px;
      border-bottom: 1px solid #eee; }
      .custom-4 .main .single-product-wrapper .product-wrapper .slider-img {
        width: 50%; }
        .custom-4 .main .single-product-wrapper .product-wrapper .slider-img .slider-main-img {
          cursor: pointer;
          max-height: 689px;
          position: relative;
          overflow: hidden;
          margin-bottom: 20px; }
      .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary {
        width: 50%;
        padding-left: 20px; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary h2 {
          font-size: 27px;
          margin: 0;
          color: #222;
          font-weight: 400;
          line-height: 1.1; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .content-item-info-cate {
          margin-top: 10px;
          font-size: 13px; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .content-item-info-cate span {
            color: #ccc;
            transition: all 350ms ease-in-out; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-wrapper-summary-list {
          margin-top: 26px; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-wrapper-summary-list ul {
            padding: 0; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-wrapper-summary-list ul li {
              font-weight: 300;
              font-size: 16px;
              color: #666666;
              line-height: 1.6; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .price {
          color: #af996b;
          font-size: 27px; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .price del {
            color: #666;
            font-size: 18px;
            margin-left: 5px;
            font-weight: 400; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .price ins {
            text-decoration: none; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card {
          margin-top: 30px;
          display: flex; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card .quantity {
            display: flex;
            width: 120px;
            margin-right: 10px;
            position: relative;
            height: 35px;
            color: #fff; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card .quantity .plusminus {
              cursor: pointer;
              padding-left: 15px;
              padding-right: 15px;
              width: 35px;
              position: relative;
              background: #af996b;
              opacity: 0.8;
              transition: all 200ms ease-in-out; }
              .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card .quantity .plusminus:hover {
                background-color: #9A620E; }
              .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card .quantity .plusminus i {
                top: 30%;
                left: 33%;
                position: absolute; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card .quantity input {
              text-align: center;
              font-size: 16px;
              max-width: 50px;
              border: none;
              background-color: #af996b; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card button {
            cursor: pointer;
            width: 120px;
            background-color: #af996b;
            color: #fff;
            font-size: 13px;
            transition: all 200ms ease-in-out; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card button i {
              color: #fff;
              margin-right: 5px; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-single-add-to-card button:hover {
              background-color: #9A620E; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-cate {
          font-size: 16px; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-cate span {
            color: #af996b;
            opacity: 0.9; }
        .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-flex-icon {
          display: flex; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-flex-icon-item {
            overflow: auto;
            padding-left: 5px;
            padding-right: 5px; }
            .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-flex-icon-item a i {
              cursor: pointer;
              font-size: 40px;
              transition: all 240ms ease-in-out; }
              .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-flex-icon-item a i:hover {
                color: #af996b; }
          .custom-4 .main .single-product-wrapper .product-wrapper .product-wrapper-summary .product-summary-flex-icon-item:first-child {
            padding-left: 0 !important; }

.product-slider {
  display: flex;
  justify-content: flex-start; }
  .product-slider div {
    flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px; }
    .product-slider div img {
      cursor: pointer;
      max-width: 113px;
      width: 100%;
      max-height: 115px;
      height: 100%;
      opacity: 0.7; }
  .product-slider div:first-child {
    padding-left: 0; }
  .product-slider div:last-child {
    padding-right: 0; }

.product-description {
  padding-top: 10px; }
  .product-description-tabs {
    display: flex;
    justify-content: flex-start; }
    .product-description-tabs div {
      padding-right: 20px;
      padding-left: 20px; }
    .product-description-tabs div:first-child {
      padding-left: 0 !important;
      border-right: 1px solid #eee; }
    .product-description-tabs-description h3 {
      cursor: pointer;
      color: #222;
      font-weight: 400;
      font-size: 18px;
      transition: all 300ms ease-in-out; }
    .product-description-tabs-review h3 {
      cursor: pointer;
      color: #222;
      font-weight: 400;
      font-size: 18px;
      transition: all 300ms ease-in-out; }
    .product-description-tabs-content {
      padding-top: 10px; }
    .product-description-tabs-description-content p {
      font-size: 16px;
      color: #666;
      font-weight: 300;
      margin: 0 0 9.5px; }
    .product-description-tabs-review-content {
      display: none;
      max-width: 800px;
      margin: 0 auto; }

.tabs-active {
  border-bottom: 1px solid;
  border-bottom-color: #af996b; }

.slider-active img {
  opacity: 1 !important; }

.zoomImg {
  overflow: auto;
  display: block; }
  .zoomImg img.products-img {
    top: 0;
    position: absolute; }
  .zoomImg img {
    transition: all 300ms ease-in-out;
    width: 0;
    transform: scale(1); }
    .zoomImg img:hover {
      transform: scale(1.2); }

.img-active {
  max-width: 100%;
  width: 100% !important; }

.product-immgs {
  cursor: pointer !important; }

.imgsuper {
  width: 100% !important;
  opacity: 0;
  visibility: hidden; }

.imgsuper.img-active {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 700px) {
  .product-wrapper {
    flex-direction: column; }
  .product-wrapper > div {
    width: 100% !important; }
  .grid-index-wrapper {
    flex-direction: column; }
  .feature-column-inner-content {
    flex-direction: column; }
  .main.mobile {
    padding: 0 !important;
    margin-top: 60px; }
  .product-wrapper-summary {
    padding-left: 0 !important;
    padding-top: 20px; }
  .product-single-add-to-card {
    justify-content: space-between; }
    .product-single-add-to-card .quantity {
      width: 46% !important; }
      .product-single-add-to-card .quantity input {
        width: 100% !important;
        max-width: 100% !important; }
    .product-single-add-to-card button {
      width: 46% !important; }
  .zoomImg img {
    height: auto; }
  .feature-column-inner-content-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .feature-column-inner-content-item img {
      width: 100%;
      height: auto; }
  .footer-big .footer-widgets {
    flex-wrap: wrap; }
    .footer-big .footer-widgets .col-sm-3 {
      flex: 0 0 50%; }
  .footer-container {
    flex-direction: column; }
    .footer-container-left {
      padding-bottom: 10px;
      text-align: center; }
    .footer-container-right {
      text-align: center; } }

@media screen and (max-width: 790px) and (min-width: 700px) {
  .grid-index-wrapper .grid-index-item {
    flex: 0 0 48%; } }

@media screen and (max-width: 903px) {
  .feature-column-inner-content {
    flex-wrap: wrap; }
  .feature-column-inner-content-item {
    max-width: 48%;
    flex: 0 0 48%; } }

.page-head-title {
  margin-top: 5px;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Karla", Helvetica, Arial, sans-serif; }

.blog-flex {
  display: flex; }
  .blog-flex .blog-flex-1 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 15px; }
    .blog-flex .blog-flex-1 .blog {
      position: relative; }
      .blog-flex .blog-flex-1 .blog .blog-post {
        margin-bottom: 35px; }
        .blog-flex .blog-flex-1 .blog .blog-post .row {
          display: flex; }
          .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content {
            padding-left: 40px;
            padding-right: 20px; }
            .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content h2 {
              margin-bottom: 0; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content h2 a {
                font-size: 18px;
                color: #222;
                margin-top: 0;
                margin-bottom: 10px;
                font-weight: 400;
                line-height: 1.1; }
            .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content h3 {
              margin-top: 0px;
              font-size: 13px;
              color: #999;
              margin-bottom: 20px;
              font-weight: 300;
              line-height: 1.1; }
            .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content p {
              color: #666;
              font-weight: 300;
              line-height: 1.4;
              font-size: 16px; }
            .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta {
              display: flex;
              justify-content: space-between;
              padding: 15px;
              background: 238, 238, 238, 0.33;
              border: none;
              font-size: 16px;
              bottom: 0;
              width: 100%;
              margin-top: 20px; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta .post-meta-date {
                color: #666; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta .post-meta-author {
                color: #666; }
                .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta .post-meta-author:hover span {
                  color: #af996b; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta a {
                cursor: pointer;
                color: #666; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta i {
                padding-right: 10px; }
              .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta > a {
                color: #af996b; }
                .blog-flex .blog-flex-1 .blog .blog-post .row .blog-post-content .post-meta > a:hover {
                  color: #222; }
        .blog-flex .blog-flex-1 .blog .blog-post-img {
          display: block;
          height: 100%;
          width: 100%;
          flex: 0 0 33%; }
          .blog-flex .blog-flex-1 .blog .blog-post-img-effect {
            font-size: 13px;
            line-height: 1.4;
            color: #333;
            width: 100%;
            padding: 0;
            height: auto;
            display: block;
            position: relative; }
            .blog-flex .blog-flex-1 .blog .blog-post-img-effect a {
              cursor: pointer;
              display: block;
              overflow: hidden;
              max-width: 282px;
              max-height: 282px; }
            .blog-flex .blog-flex-1 .blog .blog-post-img-effect .span-image-placeholder {
              padding-bottom: 100%;
              position: relative;
              display: block; }
              .blog-flex .blog-flex-1 .blog .blog-post-img-effect .span-image-placeholder img {
                max-width: 320px;
                max-height: 320px;
                width: 100%;
                height: 100%;
                transition: all 350ms ease-in-out;
                opacity: 1;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                transform: scale(1.1); }
            .blog-flex .blog-flex-1 .blog .blog-post-img-effect a:hover img {
              transform: scale(1); }
            .blog-flex .blog-flex-1 .blog .blog-post-img-effect a:hover .blog-hover {
              transform: scale(1);
              zoom: 1;
              opacity: 1; }
              .blog-flex .blog-flex-1 .blog .blog-post-img-effect a:hover .blog-hover:after {
                left: -15px;
                right: -15px;
                top: -15px;
                bottom: -15px; }
              .blog-flex .blog-flex-1 .blog .blog-post-img-effect a:hover .blog-hover em {
                zoom: 1;
                opacity: 1; }
  .blog-flex .blog-flex-2 {
    width: 100%;
    padding: 15px; }
    .blog-flex .blog-flex-2 .shop-sidebar {
      padding: 0; }
      .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search {
        margin-bottom: 20px; }
        .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search h3 {
          padding-bottom: 20px;
          margin-bottom: 2px;
          border-bottom: 2px solid #eee;
          font-size: 20px;
          word-break: break-word;
          color: #222;
          font-weight: 400;
          line-height: 1.1; }
        .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search .siderbar-widget-search-bar {
          margin-top: 20px; }
          .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search .siderbar-widget-search-bar input {
            padding: 6px 12px;
            width: 100%;
            font-size: 14px;
            transition: all 180ms ease-in-out;
            outline: 0;
            background-color: #fff;
            border: 1px solid #ccc;
            margin-bottom: 10px; }
            .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search .siderbar-widget-search-bar input:hover {
              border-color: #af996b; }
          .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search .siderbar-widget-search-bar button {
            cursor: pointer;
            width: 120px;
            background-color: #af996b;
            color: #fff;
            font-size: 15px;
            padding-top: 10px;
            font-weight: 300;
            padding-bottom: 10px;
            transition: all 200ms ease-in-out; }
            .blog-flex .blog-flex-2 .shop-sidebar .siderbar-widget-search .siderbar-widget-search-bar button:hover {
              background-color: #9A620E; }
      .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver {
        margin-top: 30px; }
        .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver h3 {
          padding-bottom: 20px;
          margin-bottom: 2px;
          border-bottom: 2px solid #eee;
          font-size: 20px;
          word-break: break-word;
          color: #222;
          font-weight: 400;
          line-height: 1.1; }
        .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver ul {
          padding: 0;
          margin-bottom: 0;
          margin-top: 0; }
        .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver ul li {
          font-size: 12px;
          padding: 15px 0;
          border-bottom: 1px solid #eee;
          list-style-type: none; }
        .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver ul li a {
          font-size: 14px;
          font-weight: 400;
          transition: all 200ms ease-in-out; }
          .blog-flex .blog-flex-2 .shop-sidebar .soderbar-wideget-archiver ul li a:hover {
            color: #af996b; }

.blog-hover {
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  right: 30px;
  left: 30px;
  top: 30px;
  bottom: 30px;
  display: block;
  zoom: 1;
  opacity: 0;
  transform: scale(0.9);
  transition: all 350ms ease-in-out; }
  .blog-hover em {
    color: #222;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    position: absolute;
    font-style: normal;
    line-height: 30px;
    height: 25px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -12px;
    text-align: center;
    zoom: 1;
    opacity: .2;
    transition: all 350ms ease-in-out; }
  .blog-hover:after {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.75);
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 350ms ease-in-out; }

nav.pagination {
  padding-left: 0;
  margin: 29px 0; }
  nav.pagination .nav-links {
    text-align: center;
    display: flex;
    justify-content: center; }
    nav.pagination .nav-links .page-numbers {
      display: inline-block;
      color: #000;
      font-size: 16px;
      background: #fff;
      line-height: 1;
      padding: 8px 12px;
      border: 0;
      box-shadow: none;
      margin: 0;
      margin-right: 5px; }
      nav.pagination .nav-links .page-numbers.current {
        background-color: #dd1f26; }

@media screen and (max-width: 700px) {
  .blog-post .row {
    flex-direction: column; }
  .blog-post-img-effect a {
    max-width: 100% !important;
    max-height: 100% !important; }
  .blog-post-img-effect img {
    max-width: 100% !important;
    max-height: 100% !important; } }

.page-head-title {
  padding-top: 47px; }

.header-ordering {
  padding-top: 20px;
  position: relative;
  display: flex; }
  .header-ordering .header-ordering-dropdown {
    margin-bottom: 15px; }
    .header-ordering .header-ordering-dropdown .dropdown-toggle {
      cursor: pointer;
      padding: 12px;
      background: #eeeeee;
      line-height: 1;
      border: 0;
      font-size: 14px; }
  .header-ordering ul {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    padding: 0;
    z-index: 1000000;
    border: 1px solid #fff; }
    .header-ordering ul li {
      cursor: pointer;
      z-index: 1000000;
      background-color: #fff;
      padding: 10px; }
      .header-ordering ul li:hover {
        background-color: #eeeeee; }
    .header-ordering ul .li-active {
      background-color: #eeeeee; }
  .header-ordering p {
    margin: 7px 0;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666; }

.cate-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(201px, 1fr));
  max-width: 100%; }
  .cate-grid .cate-grid-items {
    margin-top: 10px; }
    .cate-grid .cate-grid-items .feature-column-inner-content-item-img {
      width: 100%;
      position: relative;
      background-color: #fff;
      box-shadow: 0 0 2px rgba(204, 204, 204, 0.5);
      height: auto; }
      .cate-grid .cate-grid-items .feature-column-inner-content-item-img img {
        width: 100%;
        height: auto; }
      .cate-grid .cate-grid-items .feature-column-inner-content-item-img:hover div {
        opacity: 1; }
      .cate-grid .cate-grid-items .feature-column-inner-content-item-img:hover div:after {
        opacity: 1; }
      .cate-grid .cate-grid-items .feature-column-inner-content-item-img img:nth-child(n+2) {
        position: absolute;
        top: 0;
        opacity: 0;
        transition: all 500ms ease-in-out; }
      .cate-grid .cate-grid-items .feature-column-inner-content-item-img:hover img:nth-child(n+2) {
        opacity: 2; }
    .cate-grid .cate-grid-items-info {
      padding: 20px;
      position: relative; }
      .cate-grid .cate-grid-items-info h2 {
        margin: 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.1; }
      .cate-grid .cate-grid-items-info .content-item-info-cate {
        margin-top: 5px;
        font-size: 12px; }
        .cate-grid .cate-grid-items-info .content-item-info-cate a {
          cursor: pointer;
          color: #ccc;
          transition: all 350ms ease-in-out; }
      .cate-grid .cate-grid-items-info .price {
        color: #af996b;
        font-size: 17px; }
        .cate-grid .cate-grid-items-info .price del {
          color: #666;
          font-size: 13px;
          margin-left: 5px;
          font-weight: 400; }
        .cate-grid .cate-grid-items-info .price ins {
          text-decoration: none; }
      .cate-grid .cate-grid-items-info .add-to-card {
        cursor: pointer;
        position: absolute;
        right: 27px; }
        .cate-grid .cate-grid-items-info .add-to-card:before {
          font-family: FontAwesome;
          content: "\f217";
          font-size: 18px; }

.cate-li-flex {
  display: flex;
  justify-content: space-between; }
  .cate-li-flex span {
    color: #666; }

li.cate-li-flex {
  padding: 8px 0px 8px 10px !important;
  border-bottom: none !important; }
  li.cate-li-flex a, li.cate-li-flex span {
    font-size: 13px !important; }

.soderbar-product-cate {
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  .soderbar-product-cate .grid-index-item {
    padding-top: 22px;
    width: 100%; }
    .soderbar-product-cate .grid-index-item-title h3 {
      border-bottom: 1px solid #eee;
      margin: 0;
      padding-bottom: 20px;
      font-size: 20px;
      word-break: break-word;
      color: #222;
      font-weight: 400;
      line-height: 1.1; }
    .soderbar-product-cate .grid-index-item-content {
      padding: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column; }
      .soderbar-product-cate .grid-index-item-content-sub {
        cursor: pointer;
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px; }
        .soderbar-product-cate .grid-index-item-content-sub .price {
          color: #af996b;
          font-size: 13px; }
          .soderbar-product-cate .grid-index-item-content-sub .price del {
            color: #666;
            font-size: 11px;
            margin-left: 5px;
            font-weight: 400; }
          .soderbar-product-cate .grid-index-item-content-sub .price ins {
            text-decoration: none; }
        .soderbar-product-cate .grid-index-item-content-sub-title {
          padding: 0 10px; }
          .soderbar-product-cate .grid-index-item-content-sub-title h6 {
            margin: 0;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px; }

.row.custom-3 {
  max-width: 1140px;
  margin: auto; }

@media screen and (max-width: 1200px) {
  .cate-grid {
    grid-template-columns: repeat(3, minmax(201px, 1fr)); } }

@media screen and (max-width: 920px) {
  .cate-grid {
    grid-template-columns: repeat(2, minmax(201px, 1fr)); } }

@media screen and (max-width: 840px) {
  .blog-flex {
    flex-direction: column; }
    .blog-flex .blog-flex-1 {
      width: 100%;
      max-width: 100%; } }

@media screen and (max-width: 500px) {
  .cate-grid {
    grid-template-columns: repeat(1, minmax(201px, 1fr)); } }

.cart-td-quantity .quantity {
  display: flex;
  width: 120px;
  margin-right: 10px;
  position: relative;
  height: 35px; }
  .cart-td-quantity .quantity .plusminus {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    width: 35px;
    position: relative;
    background: #af996b;
    opacity: 0.8;
    transition: all 200ms ease-in-out; }
    .cart-td-quantity .quantity .plusminus:hover {
      background-color: #9A620E; }
    .cart-td-quantity .quantity .plusminus i {
      top: 30%;
      left: 33%;
      position: absolute; }
  .cart-td-quantity .quantity input {
    color: #fff;
    text-align: center;
    font-size: 16px;
    max-width: 50px;
    border: none;
    background-color: #af996b; }

.cart-td-quantity button {
  cursor: pointer;
  width: 120px;
  background-color: #af996b;
  color: #fff;
  font-size: 13px;
  transition: all 200ms ease-in-out; }
  .cart-td-quantity button i {
    color: #fff;
    margin-right: 5px; }
  .cart-td-quantity button:hover {
    background-color: #9A620E; }

.page-head-sub-title {
  color: #666;
  display: block;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 300; }

.cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 10px; }
  .cart-wrapper .cart-table {
    width: 100%; }
    .cart-wrapper .cart-table thead {
      color: #666;
      border-bottom: 1px solid #666; }
      .cart-wrapper .cart-table thead tr th {
        font-size: 13px;
        font-weight: 400;
        text-align: left; }
    .cart-wrapper .cart-table tbody .cart-td-remove {
      max-width: 20px; }
      .cart-wrapper .cart-table tbody .cart-td-remove i {
        font-size: 26px;
        color: #666; }
        .cart-wrapper .cart-table tbody .cart-td-remove i:hover {
          color: #af996b; }
    .cart-wrapper .cart-table tbody .cart-td-thumbnail {
      max-width: 70px;
      overflow: hidden; }
      .cart-wrapper .cart-table tbody .cart-td-thumbnail img {
        min-height: 80px;
        cursor: pointer;
        max-width: 100%;
        max-height: 100%;
        transition: all 300ms ease-in-out; }
        .cart-wrapper .cart-table tbody .cart-td-thumbnail img:hover {
          transform: scale(1.1); }
    .cart-wrapper .cart-table tbody .cart-td-name, .cart-wrapper .cart-table tbody .cart-td-price, .cart-wrapper .cart-table tbody .cart-td-total {
      font-size: 14px;
      font-weight: 400; }

.cart-collaterals {
  width: 100%; }
  .cart-collaterals .cart-totals {
    padding: 10px;
    max-width: 450px;
    width: 100%;
    float: right;
    border: 1px solid #eee; }
    .cart-collaterals .cart-totals .cart-totals-group {
      border-top: 1px solid #eee; }
  .cart-collaterals h3 {
    font-size: 16px;
    color: #666;
    font-weight: 300; }
  .cart-collaterals .cart-total-item-value {
    font-size: 14px;
    font-weight: 400; }
    .cart-collaterals .cart-total-item-value span {
      padding-left: 5px; }
  .cart-collaterals h4 {
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 300; }
  .cart-collaterals .cart-totals-item {
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    border-bottom: 1px solid #eee;
    justify-content: space-between; }
  .cart-collaterals .cart-totals-button {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around; }
    .cart-collaterals .cart-totals-button button {
      width: 40%;
      padding: 10px;
      position: relative;
      color: #fff;
      cursor: pointer;
      overflow: hidden;
      font-size: 14px;
      transition: all 300ms ease-in-out;
      transition-delay: 200ms;
      border-radius: 17px;
      z-index: 20; }
      .cart-collaterals .cart-totals-button button:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10; }
      .cart-collaterals .cart-totals-button button:hover:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
    .cart-collaterals .cart-totals-button-update {
      background-color: #af996b; }
    .cart-collaterals .cart-totals-button-checkout {
      background-color: #000; }
    .cart-collaterals .cart-totals-button i {
      padding-left: 10px; }

@media screen and (max-width: 500px) {
  .cart-wrapper .cart-table tbody .cart-td-thumbnail img {
    height: auto; }
  .cart-td-quantity .quantity {
    width: 35px !important;
    margin-right: 0 !important;
    flex-direction: column; }
    .cart-td-quantity .quantity .plusminus {
      padding: 15px 0 15px 0 !important; }
    .cart-td-quantity .quantity input {
      height: 35px; }
  .cart-td-quantity {
    vertical-align: initial; } }

@media screen and (max-width: 440px) {
  .cart-td-price {
    display: none; }
  .price-moblie {
    display: none; } }

.login-flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 150px; }
  .login-flex .login-content {
    max-width: 450px;
    width: 100%;
    border: 1px solid #eee; }
    .login-flex .login-content h2 {
      border-bottom: 1px solid #eee;
      text-align: center;
      padding-bottom: 15px;
      font-size: 17px;
      display: block;
      font-weight: 400;
      line-height: 1.1; }
    .login-flex .login-content .form-login {
      padding: 10px;
      color: #666; }
      .login-flex .login-content .form-login-user, .login-flex .login-content .form-login-password {
        width: 100%;
        padding-bottom: 18px; }
      .login-flex .login-content .form-login label {
        padding-left: 10px;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        margin-bottom: 5px; }
      .login-flex .login-content .form-login input {
        outline: 0;
        width: 100%;
        line-height: 1.1;
        font-size: 16px;
        padding: 7px;
        padding-left: 15px;
        border-radius: 18px;
        background-color: #f4f4f4;
        border: 0; }
        .login-flex .login-content .form-login input:hover {
          background-color: #eee; }
      .login-flex .login-content .form-login-remember {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px; }
        .login-flex .login-content .form-login-remember label {
          width: 170px;
          cursor: pointer; }
          .login-flex .login-content .form-login-remember label input {
            width: auto !important;
            margin-top: 0 !important;
            padding: 0 !important;
            vertical-align: text-top; }
          .login-flex .login-content .form-login-remember label:hover {
            color: #af996b; }
        .login-flex .login-content .form-login-remember button {
          cursor: pointer;
          border-radius: 18px;
          width: 120px;
          background-color: #af996b;
          color: #fff;
          font-size: 15px;
          padding-top: 7px;
          font-weight: 300;
          padding-bottom: 7px;
          transition: all 200ms ease-in-out; }
          .login-flex .login-content .form-login-remember button:hover {
            background-color: #9A620E; }
      .login-flex .login-content .form-login-forgetpass a {
        font-size: 16px;
        font-weight: 400;
        color: #666; }
        .login-flex .login-content .form-login-forgetpass a:hover {
          color: #af996b; }
  .login-flex .login-by-social {
    max-width: 363px;
    width: 100%; }
    .login-flex .login-by-social div {
      margin-bottom: 10px; }
    .login-flex .login-by-social button {
      cursor: pointer;
      border: 0;
      color: #fff;
      padding: 20px;
      width: 100%;
      font-size: 17px;
      position: relative;
      overflow: hidden;
      transition: all 200ms ease-in-out;
      z-index: 20; }
      .login-flex .login-by-social button:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: -10; }
      .login-flex .login-by-social button:hover:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
      .login-flex .login-by-social button i {
        padding-right: 10px; }
    .login-flex .login-by-social-facebook button {
      background-color: #3b5998; }
    .login-flex .login-by-social-twitter button {
      background-color: #00aced; }
    .login-flex .login-by-social-google button {
      background-color: #dd4b39; }

.required {
  color: #e60611; }

@media screen and (max-width: 500px) {
  .login-flex {
    flex-direction: column-reverse; }
    .login-flex .login-by-social {
      margin: 0 auto; } }

.account-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px; }
  .account-content-menu {
    flex: 0 0 25%;
    border-right: 1px dashed #af996b; }
    .account-content-menu-wrapper {
      padding: 20px; }
      .account-content-menu-wrapper ul {
        padding: 0; }
        .account-content-menu-wrapper ul li {
          padding-top: 10px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eee;
          transition: all 300ms ease-in-out; }
          .account-content-menu-wrapper ul li a {
            font-size: 14px;
            font-weight: 400; }
          .account-content-menu-wrapper ul li:hover {
            border-bottom-color: #af996b; }
  .account-content-main {
    width: 100%;
    margin-left: 40px;
    margin-top: 23px;
    font-size: 15px;
    font-weight: 400; }
    .account-content-main h1, .account-content-main h2, .account-content-main h3, .account-content-main h4, .account-content-main h5, .account-content-main h6 {
      font-size: 17px;
      font-weight: 400; }

.account-content-main-section2 {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .account-content-main-section2 table {
    width: 100%;
    border-collapse: collapse; }
  .account-content-main-section2 tr {
    margin-bottom: 0; }
    .account-content-main-section2 tr th {
      font-size: 14.5px;
      padding-bottom: 20px;
      border-bottom-width: 2px;
      padding: 10px 0;
      border-bottom: 2px solid #eee;
      font-weight: 400;
      text-align: left; }
  .account-content-main-section2 tbody tr td {
    padding: 10px 0;
    font-size: 13px; }
  .account-content-main-section2 tbody tr {
    border-bottom: 1px dashed #eee;
    transition: all 300ms ease-in-out; }
    .account-content-main-section2 tbody tr:hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); }
  .account-content-main-section2 button {
    cursor: pointer;
    padding: 10px;
    width: 60px;
    color: #fff;
    background-color: #af996b;
    transition: all 400ms ease-in-out; }
    .account-content-main-section2 button:hover {
      background-color: #fff;
      color: #af996b;
      border: 1px dashed #af996b; }

.account-content-main-section3 {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .account-content-main-section3 .form-account-user {
    width: 100%;
    padding-bottom: 18px; }
  .account-content-main-section3 label {
    color: #666;
    padding-left: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 5px; }
  .account-content-main-section3 input {
    outline: 0;
    width: 100%;
    line-height: 1.1;
    font-size: 15px;
    padding: 7px;
    padding-left: 15px;
    background-color: #f4f4f4;
    border: 0; }
    .account-content-main-section3 input:hover {
      background-color: #eee; }
  .account-content-main-section3 textarea {
    padding-left: 15px;
    outline: 0;
    border: 0;
    line-height: 1.1;
    font-size: 15px;
    width: 100%;
    background-color: #f4f4f4; }
    .account-content-main-section3 textarea:hover {
      background-color: #eee; }
  .account-content-main-section3 button {
    cursor: pointer;
    width: 180px;
    background-color: #af996b;
    color: #fff;
    font-size: 15px;
    padding-top: 7px;
    font-weight: 300;
    padding-bottom: 7px;
    transition: all 200ms ease-in-out; }
    .account-content-main-section3 button:hover {
      background-color: #9A620E; }
  .account-content-main-section3 h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }

.account-content-main-section4 button {
  cursor: pointer;
  width: 80px;
  background-color: #af996b;
  color: #fff;
  font-size: 15px;
  padding-top: 7px;
  font-weight: 300;
  padding-bottom: 7px;
  transition: all 200ms ease-in-out; }
  .account-content-main-section4 button:hover {
    background-color: #9A620E; }

.account-content-main-section4 h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }

.account-content-main-section4 ul {
  padding: 0; }
  .account-content-main-section4 ul li {
    padding-top: 6px;
    padding-bottom: 6px; }

.account-content-main-section5 p {
  margin-left: 0;
  margin-right: 0;
  display: block;
  font-weight: 400;
  background-color: #00aeef;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px; }
  .account-content-main-section5 p mark {
    padding: 1px 4px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 400; }

.account-content-main-section5 h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-weight: 400; }

.account-content-main-section5 table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  margin: 0; }

.account-content-main-section5 .order-table-product-name {
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px;
  text-align: left; }

.account-content-main-section5 .order-table-product-total {
  font-weight: 400;
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  font-size: 15px; }

.account-content-main-section5 tbody td {
  border-bottom-color: #222 !important; }

.account-content-main-section5 tfoot th, .account-content-main-section5 td {
  font-weight: 400;
  border-bottom: 1px solid #eee; }

.account-content-main-section5 tfoot tr {
  padding: 10px 0;
  text-align: left; }

.account-content-main-section5 tfoot td {
  padding: 10px 0;
  text-align: right; }

.td-total {
  font-size: 16px;
  color: #af996b; }

@media screen and (max-width: 700px) {
  .account-content {
    flex-direction: column !important; }
  .account-content-main {
    margin-left: 0 !important;
    padding-right: 10px;
    padding-left: 10px; }
  .account-content-menu {
    border-right: none; } }

.contact-content {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px; }
  .contact-content-form {
    flex: 0 0 35%; }
    .contact-content-form-address {
      border: 1px solid #eee;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      .contact-content-form-address-store {
        padding: 30px; }
        .contact-content-form-address-store .contact-address ul {
          padding: 0;
          padding-top: 15px; }
          .contact-content-form-address-store .contact-address ul li {
            font-size: 15px;
            font-weight: 400;
            padding-top: 5px;
            padding-bottom: 5px; }
    .contact-content-form-contact {
      margin-top: 20px;
      border: 1px solid #eee;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
      .contact-content-form-contact .contact-content-item {
        padding: 30px; }
        .contact-content-form-contact .contact-content-item .form-contact {
          margin-top: 20px; }
          .contact-content-form-contact .contact-content-item .form-contact-user {
            width: 100%;
            padding-bottom: 18px; }
          .contact-content-form-contact .contact-content-item .form-contact label {
            padding-left: 10px;
            display: block;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.3;
            margin-bottom: 5px; }
          .contact-content-form-contact .contact-content-item .form-contact input {
            outline: 0;
            width: 100%;
            line-height: 1.1;
            font-size: 16px;
            padding: 7px;
            padding-left: 15px;
            background-color: #f4f4f4;
            border: 0; }
            .contact-content-form-contact .contact-content-item .form-contact input:hover {
              background-color: #eee; }
          .contact-content-form-contact .contact-content-item .form-contact textarea {
            padding-left: 15px;
            outline: 0;
            border: 0;
            line-height: 1.1;
            font-size: 16px;
            width: 100%;
            background-color: #f4f4f4; }
            .contact-content-form-contact .contact-content-item .form-contact textarea:hover {
              background-color: #eee; }
          .contact-content-form-contact .contact-content-item .form-contact button {
            cursor: pointer;
            width: 80px;
            background-color: #af996b;
            color: #fff;
            font-size: 15px;
            padding-top: 7px;
            font-weight: 300;
            padding-bottom: 7px;
            transition: all 200ms ease-in-out; }
            .contact-content-form-contact .contact-content-item .form-contact button:hover {
              background-color: #9A620E; }
  .contact-content h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee; }
  .contact-content-info {
    margin-left: 20px;
    border: 1px solid #eeeeee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    .contact-content-info-center {
      padding: 30px; }
      .contact-content-info-center p {
        font-size: 14px;
        font-weight: 300; }

@media screen and (max-width: 500px) {
  .contact-content {
    flex-direction: column-reverse; }
    .contact-content .contact-content-info {
      margin: 0;
      margin-bottom: 20px; } }

body {
  margin: 0;
  background-color: #fff;
  font-family: "Karla", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin: 0; }

*, p, div {
  box-sizing: border-box;
  -webkit-user-select: auto !important; }

li {
  list-style: none; }

.header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%; }

.column:after, .header:after {
  clear: both; }

.column:after, .column:before, .header:after, .header:before {
  content: " ";
  display: table; }

a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
  font-family: "Karla", Helvetica, Arial, sans-serif; }
  a:hover {
    color: #af996b; }

.row:before, .row:after {
  content: " ";
  display: table; }

nav {
  display: block; }

.divider {
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  height: 20px;
  list-style: none outside none;
  width: 100%;
  clear: both; }
  /* --different---*/
.main.category-main-index{
  margin-top:50px;
}
.logo a:hover {
  color:#af996b;
}
.grid-index-wrapper .grid-index-item-content-sub {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 701px) and (max-width: 820px){
  #homemenu {
    display: none;
  }
  .menu-item-home.menu-margin-left {
    margin-left: 20px;
  }
}
.product-select-variation select{
  padding: 10px;
  margin: 0;
  -webkit-appearance:none;
  min-width: 50%;
}
.default-btn {
  padding: 10px;
  position: relative;
  color: #ee3333;
  background-color: #fff;
  cursor: pointer;
  border-color: #ee3333;
  overflow: hidden;
  font-size: 14px;
  transition: all 300ms ease-in-out;
  border-radius: 17px;
  z-index: 20;
}
.default-btn:hover {
  color: #fff;
  background-color: #ee3333;
}
.cart-totals-item input {
  padding-left: 10px;
  font-size: 14px;
}
.menu-item-sub-a:after {
  display: none;
}
.menu-item-sub-a:before {
  display: none !important;
}
@media screen and (max-width: 700px){
  .feature-column-inner-content {
    flex-wrap: nowrap;
  }
  .col-sm-4 {
    width: 100%;
  }
}
.col-sm-4 .widget-menu a {
  display: block;
  padding-bottom: 4px;
}
.fixed55px {
  height: 55px;
}
.current.page-numbers {
  color: #fff !important;
}
.header-ordering select {
  -webkit-appearance: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  border: 1px dashed #eee;
}
.feature-column-inner-content-item:hover .feature-column-inner-content-item-info{
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
select, button {
  cursor: pointer;
  outline: none;
}
.product-summary-cate p span a {
  color: #af996b;
  font-size: 14px;
  padding-left: 10px;
}
.product-summary-cate p span a:hover {
  color: #222;
}
.login-flex {
  padding-left: 10px;
  padding-right: 10px;
}
.login-padding {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.feature-column-inner-content-item-info {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog-detail-title h3 {
  font-size: 26px;
  font-weight: 200;
}
.blog-detail-content {
  margin-top: 20px;
  max-width: 600px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.blog-detail-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 10px;
}
.blog-detail-content img {
  max-width: 600px;
}
.contact-content-info {
  width: 100%;
}