/*body{
	font-family: 'Montserrat', sans-serif;
	color: #6a321e;
}*/
a {
  color: #6a321e; }

.container-fluid {
  max-width: 1400px; }

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
    width: 100%; } }

#flashsale .flashsale-head {
  background: #d6af75;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0; }
  #flashsale .flashsale-head .flashsale-head-title {
    font-size: 16px; }
    #flashsale .flashsale-head .flashsale-head-title b {
      font-size: 28px; }

#flashsale .flashsale-head-countdown {
  display: flex;
  margin-top: 20px; }
  #flashsale .flashsale-head-countdown span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #000;
    color: #fff;
    margin: 0 5px;
    font-size: 12px; }
    #flashsale .flashsale-head-countdown span b {
      font-size: 14px;
      display: inline-block;
      margin-bottom: 5px; }

#flashsale .flashsale-tabs {
  background: #f4f4f4;
  padding: 30px 0; }
  #flashsale .flashsale-tabs .flashsale-tabs-list {
    display: flex; }
    #flashsale .flashsale-tabs .flashsale-tabs-list li {
      margin-right: 15px; }
      #flashsale .flashsale-tabs .flashsale-tabs-list li a {
        display: inline-block;
        background: #fff;
        color: #000;
        padding: 8px 20px;
        font-weight: 500; }
        #flashsale .flashsale-tabs .flashsale-tabs-list li a.active {
          color: #fff;
          background: #d6af75; }

#flashsale .flashsale-products-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 0; }
  #flashsale .flashsale-products-head .flashsale-products-head-info {
    display: flex;
    align-items: center; }
    #flashsale .flashsale-products-head .flashsale-products-head-info h5 {
      font-size: 18px; }
  #flashsale .flashsale-products-head .flashsale-products-head-sort {
    display: flex;
    align-items: center; }
    #flashsale .flashsale-products-head .flashsale-products-head-sort select {
      margin-left: 10px;
      border: 1px solid #e1e1e1;
      display: block;
      padding: 8px 20px;
      border-radius: 3px; }

#flashsale .flashsale-products {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  #flashsale .flashsale-products .new-loop {
    max-width: initial;
    width: 25%;
    padding: 5px;
    margin: initial; }
    @media (max-width: 1200px) {
      #flashsale .flashsale-products .new-loop {
        width: 50%; } }
    #flashsale .flashsale-products .new-loop .product-slide-entry {
      max-width: initial; }
  #flashsale .flashsale-products .content_sortPagiBar {
    margin: 0 auto; }

#new-store {
  margin-top: 30px; }
  #new-store .new-store-wrap .new-store-head {
    display: flex;
    flex-wrap: wrap; }
    #new-store .new-store-wrap .new-store-head .new-store-select {
      width: 30%; }
      @media (max-width: 1200px) {
        #new-store .new-store-wrap .new-store-head .new-store-select {
          width: 100%; } }
      #new-store .new-store-wrap .new-store-head .new-store-select h5 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px; }
      #new-store .new-store-wrap .new-store-head .new-store-select .new-store-select-line {
        margin-bottom: 10px; }
        #new-store .new-store-wrap .new-store-head .new-store-select .new-store-select-line .form-control {
          padding: 8px 15px;
          background: #f4f4f4 !important;
          border-radius: 3px;
          box-shadow: none;
          appearance: auto;
          text-transform: capitalize; }
        #new-store .new-store-wrap .new-store-head .new-store-select .new-store-select-line .btn {
          width: 100%;
          background: #e03231;
          border: none;
          height: 38px; }
    #new-store .new-store-wrap .new-store-head .new-store-map {
      width: 70%;
      padding-left: 30px; }
      @media (max-width: 1200px) {
        #new-store .new-store-wrap .new-store-head .new-store-map {
          width: 100%;
          padding-left: 0px; } }
  #new-store .new-store-wrap .new-store-body {
    margin-top: 40px;
    margin-bottom: 40px; }
    #new-store .new-store-wrap .new-store-body .new-store-list {
      display: flex;
      flex-wrap: wrap;
      margin-left: -25px;
      margin-right: -25px; }
      #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item {
        width: 25%;
        padding-left: 25px;
        padding-right: 25px; }
        @media (max-width: 1200px) {
          #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item {
            width: 50%; } }
        @media (max-width: 767px) {
          #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item {
            width: 100%; } }
        #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap {
          border-bottom: 1px solid #e1e1e1; }
          #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > a {
            font-size: 15px;
            font-weight: 400;
            color: #000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 0; }
            #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > a i {
              font-style: normal; }
            #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > a .new-store-list-item-minus {
              display: none; }
            #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > a.active .new-store-list-item-minus {
              display: inline-block; }
            #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > a.active .new-store-list-item-plus {
              display: none; }
          #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > ul {
            margin-top: 15px;
            display: none;
            padding-bottom: 15px; }
            #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > ul .new-store-list-item-article {
              margin-top: 15px; }
              #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > ul .new-store-list-item-article > h6 {
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 500;
                margin-bottom: 15px; }
              #new-store .new-store-wrap .new-store-body .new-store-list .new-store-list-item .new-store-list-item-wrap > ul .new-store-list-item-article > div {
                line-height: 1.6;
                font-size: 14px;
                color: #6a321e; }

.new-header {
  padding-left: 15px;
  padding-right: 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff; }
  .new-header .new-header-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px; }
    @media (max-width: 1200px) {
      .new-header .new-header-wrap {
        height: 60px; } }
    @media (min-width: 1400px) {
      .new-header .new-header-wrap .navigation {
        width: 40%; } }
    @media (min-width: 1200px) {
      .new-header .new-header-wrap .navigation {
        width: 43%;
        border-bottom: none;
        margin-bottom: 0;
        height: auto; } }
    .new-header .new-header-wrap .navigation nav > ul > li {
      padding-right: 7px;
      padding-left: 7px; }
    .new-header .new-header-wrap .logo-container {
      display: flex;
      justify-content: center; }
      @media (min-width: 1400px) {
        .new-header .new-header-wrap .logo-container {
          width: 20%; } }
      @media (min-width: 1200px) {
        .new-header .new-header-wrap .logo-container {
          width: 14%; } }
      @media (max-width: 1200px) {
        .new-header .new-header-wrap .logo-container {
          width: 40%; } }
  @media (max-width: 1200px) and (max-width: 1200px) {
    .new-header .new-header-wrap .logo-container {
      justify-content: flex-start; } }
      .new-header .new-header-wrap .logo-container img {
        /*max-width: 220px;*/ }
    .new-header .new-header-wrap .action-menu {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media (min-width: 1400px) {
        .new-header .new-header-wrap .action-menu {
          width: 43%; } }
      @media (min-width: 1200px) {
        .new-header .new-header-wrap .action-menu {
          width: 40%; } }
      @media (max-width: 1200px) {
        .new-header .new-header-wrap .action-menu {
          width: 60%; } }
      @media (max-width: 1200px) {
        .new-header .new-header-wrap .action-menu .header-search {
          display: none; } }
      .new-header .new-header-wrap .action-menu .header-search .search-input-wrap {
        position: relative;
        margin: 0 15px 0 0; }
        .new-header .new-header-wrap .action-menu .header-search .search-input-wrap button {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          background: none;
          color: #6a321e; }
        .new-header .new-header-wrap .action-menu .header-search .search-input-wrap input {
          /*background: #fff0da;
						border: none;
						border-radius: 20px;	*/
          background: transparent;
          border: 1px solid #6a321e;
          border-radius: 2px;
          box-shadow: none;
          outline: 0;
          padding-left: 40px;
          font-size: 12px; }
      .new-header .new-header-wrap .action-menu .header-functionality-entry {
        border-right: none;
        color: #6a321e;
        font-size: 18px; }
        @media (max-width: 1200px) {
          .new-header .new-header-wrap .action-menu .header-functionality-entry {
            margin-left: 7px; } }
        .new-header .new-header-wrap .action-menu .header-functionality-entry.open-search-popup {
          display: inline-block; }
          .new-header .new-header-wrap .action-menu .header-functionality-entry.open-search-popup i {
            color: #6a321e; }
        @media (min-width: 1200px) {
          .new-header .new-header-wrap .action-menu .header-functionality-entry.open-search-popup {
            display: none; } }
        @media (min-width: 1200px) {
          .new-header .new-header-wrap .action-menu .header-functionality-entry.menu-button {
            display: none; } }

#content-block {
  margin-top: 80px; }
  @media (max-width: 1200px) {
    #content-block {
      margin-top: 60px; } }

/*--------------------------------------------------------------------------------
SLIDER
--------------------------------------------------------------------------------*/
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  outline: 0;
  width: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px !important;
  color: #6a321e !important;
  background: none !important;
  margin: 0; }
  .owl-carousel .owl-nav .owl-prev svg, .owl-carousel .owl-nav .owl-next svg {
    width: 18px;
    height: 18px; }
    .owl-carousel .owl-nav .owl-prev svg path, .owl-carousel .owl-nav .owl-next svg path {
      stroke: #999 !important; }
  .owl-carousel .owl-nav .owl-prev.disabled, .owl-carousel .owl-nav .owl-next.disabled {
    visibility: hidden; }

.owl-carousel .owl-nav .owl-prev {
  left: 0px; }
  @media (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-prev {
      left: -20px; } }

.owl-carousel .owl-nav .owl-next {
  right: 0px; }
  @media (min-width: 1400px) {
    .owl-carousel .owl-nav .owl-next {
      right: -20px; } }

.owl-carousel .owl-dots {
  margin-top: 0;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-dots .owl-dot {
    padding: 4px !important;
    margin: 6px !important;
    background: #d6af75 !important;
    border-radius: 50% !important;
    border: none !important;
    opacity: 0.3 !important; }
    .owl-carousel .owl-dots .owl-dot span {
      display: none; }
    .owl-carousel .owl-dots .owl-dot.active {
      opacity: 0.8 !important; }
    .owl-carousel .owl-dots .owl-dot:after {
      display: none; }

#homepage_slider .owl-dots {
  margin-top: -50px; }
  #homepage_slider .owl-dots .owl-dot {
    padding: 6px !important; }

#policy-icons {
  margin-top: 50px; }
  #policy-icons .policy-icons-wrap {
    display: flex;
    padding: 50px 0;
    margin: 0 -5px; }
    @media (max-width: 1200px) {
      #policy-icons .policy-icons-wrap {
        flex-direction: column;
        padding: 15px 0; } }
    #policy-icons .policy-icons-wrap .policy-item {
      flex: 1;
      padding: 0 5px; }
      @media (max-width: 1200px) {
        #policy-icons .policy-icons-wrap .policy-item {
          margin: 5px 0; } }
      #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px;
        border: 1px solid #6a321e; }
        #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap .policy-item-left {
          width: 36px; }
          #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap .policy-item-left img {
            max-height: 30px;
            max-width: 30px; }
        #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap .policy-item-right {
          width: calc(100% - 40px);
          padding-left: 10px; }
          #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap .policy-item-right h6 {
            font-weight: 400;
            margin-bottom: 5px;
            color: #6a321e; }
          #policy-icons .policy-icons-wrap .policy-item .policy-item-wrap .policy-item-right p {
            color: #6a321e;
            font-size: 13px; }

.flashsale-section-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1200px) {
    .flashsale-section-title-wrap {
      flex-direction: column; } }
  .flashsale-section-title-wrap h3 {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center; }
    @media (max-width: 1200px) {
      .flashsale-section-title-wrap h3 {
        margin-bottom: 15px; } }
    .flashsale-section-title-wrap h3 svg {
      width: 18px;
      height: 18px;
      margin-right: 5px; }

.flashsale-section-countdown {
  display: flex; }
  @media (max-width: 1200px) {
    .flashsale-section-countdown {
      margin-bottom: 15px; } }
  .flashsale-section-countdown span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    color: #6a321e;
    margin: 0 5px;
    font-size: 12px; }
    .flashsale-section-countdown span b {
      font-size: 14px;
      display: inline-block;
      margin-bottom: 5px; }

.flashsale-section-products {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px; }

.new-loop {
  padding: 0 10px; }
  @media (max-width: 1200px) {
    .new-loop {
      padding: 0 5px; } }
  .new-loop .new-loop-wrap {
    padding: 10px 0; }
    .new-loop .new-loop-wrap .new-product-loop-info {
      margin-top: 10px; }
      .new-loop .new-loop-wrap .new-product-loop-info .vendor {
        text-transform: uppercase;
        font-weight: 500;
        color: #999;
        font-size: 11px; }
      .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-title {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px;
        font-weight: 500; }
        .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-title a {
          color: #6a321e; }
      .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price {
        margin-top: 5px;
        display: flex;
        align-items: center;
        color: #6a321e; }
        @media (max-width: 1200px) {
          .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price {
            justify-content: space-between; } }
        .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price b {
          font-size: 15px; }
          @media (max-width: 1200px) {
            .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price b {
              display: block; } }
        .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price del {
          font-size: 13px;
          color: #777;
          margin-left: 5px; }
          @media (max-width: 1200px) {
            .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price del {
              margin-left: 0px;
              margin-top: 5px;
              display: block; } }
        .new-loop .new-loop-wrap .new-product-loop-info .new-product-loop-price .percent-sale {
          background: #ff2323;
          color: #fff;
          display: inline-block;
          border-radius: 3px;
          padding: 4px 6px;
          font-size: 11px;
          margin-left: 10px;
          line-height: 1.3; }
    .new-loop .new-loop-wrap .new-product-loop-info-more {
      display: none; }
  .new-loop .new-loop-wrap .new-product-loop-image {
    position: relative;
    overflow: hidden; }
    .new-loop .new-loop-wrap .new-product-loop-image a {
      position: relative;
      display: block; }
      .new-loop .new-loop-wrap .new-product-loop-image a img {
        position: relative;
        z-index: 1; }
      .new-loop .new-loop-wrap .new-product-loop-image a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 2;
        visibility: hidden;
        opacity: 0;
        transition: .2s; }
    .new-loop .new-loop-wrap .new-product-loop-image .new-loop-frame {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.8);
      z-index: 3;
      visibility: hidden;
      transform: translatey(100%);
      transition: .2s; }
      .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch {
        padding: 0 10px; }
        .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch .new-loop-sw {
          display: flex;
          flex-wrap: wrap; }
          .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch .new-loop-sw .new-loop-sw-item {
            margin-right: 10px;
            padding: 7px 0; }
            .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch .new-loop-sw .new-loop-sw-item label {
              min-width: 36px;
              height: 36px;
              display: flex;
              justify-content: center;
              align-items: center;
              border: 1px solid #4c4c4c;
              padding: 0 10px;
              color: #6a321e; }
            .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch .new-loop-sw .new-loop-sw-item input {
              display: none; }
            .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-swatch .new-loop-sw .new-loop-sw-item input:checked + label {
              background: #ffffff;
              color: #6a321e; }
      .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta {
        display: flex;
        flex-wrap: wrap; }
        .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta button {
          width: 50%;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 40px;
          border: none;
          font-size: 12px; }
          .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta button i {
            margin-right: 5px; }
          .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta button:hover {
            opacity: 0.8; }
          .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta button.new-loop-addcart {
            background: #f5f5f5;
            color: #6a321e; }
          .new-loop .new-loop-wrap .new-product-loop-image .new-loop-action .new-loop-cta button.new-loop-wishlist {
            background: #ffffff;
            color: #6a321e; }
  .new-loop .new-loop-wrap:hover .new-product-loop-image a:after {
    visibility: visible;
    opacity: 1; }
  .new-loop .new-loop-wrap:hover .new-product-loop-image .new-loop-action {
    visibility: visible;
    transform: translatey(0); }

.new-index-product .new-index-product-wrap {
  display: flex;
  flex-wrap: wrap; }
  .new-index-product .new-index-product-wrap .new-index-product-items {
    width: 50%; }
    @media (max-width: 1200px) {
      .new-index-product .new-index-product-wrap .new-index-product-items {
        width: 100%; } }
  .new-index-product .new-index-product-wrap .new-index-product-banner {
    width: 50%; }
    @media (max-width: 1200px) {
      .new-index-product .new-index-product-wrap .new-index-product-banner {
        width: 100%; } }

.new-index-product {
  padding-top: 20px;
  padding-bottom: 20px; }
  .new-index-product .new-index-product-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; }
    .new-index-product .new-index-product-wrap .new-index-product-items {
      width: 50%;
      padding: 0 10px; }
      @media (max-width: 1200px) {
        .new-index-product .new-index-product-wrap .new-index-product-items {
          width: 100%; } }
      .new-index-product .new-index-product-wrap .new-index-product-items .block-header {
        padding: 40px 0 0 0;
        margin: 0 0 20px 0;
        max-width: initial; }
        .new-index-product .new-index-product-wrap .new-index-product-items .block-header .title {
          font-size: 20px; }
      .new-index-product .new-index-product-wrap .new-index-product-items .parallax-view {
        font-size: 14px;
        font-weight: 400;
        margin-top: 20px; }
    .new-index-product .new-index-product-wrap .new-index-product-banner {
      width: 50%;
      padding: 0 10px; }
      @media (max-width: 1200px) {
        .new-index-product .new-index-product-wrap .new-index-product-banner {
          width: 100%; } }
      .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info {
        height: 100%;
        display: flex; }
        .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info a {
          display: block;
          width: 100%;
          position: relative;
          color: #d6af75; }
          .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info a .new-index-product-banner-article {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%); }
            @media (max-width: 1200px) {
              .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info a .new-index-product-banner-article {
                position: relative;
                top: initial;
                left: initial;
                transform: none;
                display: block;
                margin-top: 25px; } }
            .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info a .new-index-product-banner-article .subtitle {
              font-weight: 500;
              font-size: 24px;
              text-transform: uppercase;
              text-align: center; }
            .new-index-product .new-index-product-wrap .new-index-product-banner .new-index-product-banner-info a .new-index-product-banner-article .title {
              font-weight: 400;
              font-size: 50px;
              text-transform: uppercase;
              text-align: center;
              margin-top: 5px; }

.new-product-list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .new-product-list {
      padding-left: 5px;
      padding-right: 5px; } }
  .new-product-list .new-loop {
    width: 25%;
    padding-top: 10px; }
    @media (max-width: 1200px) {
      .new-product-list .new-loop {
        width: 50%; } }
  .new-product-list.grid-view .new-loop {
    width: 25%;
    padding-top: 10px; }
    @media (max-width: 1200px) {
      .new-product-list.grid-view .new-loop {
        width: 50%; } }
  .new-product-list.list-view .new-loop {
    width: 100%;
    padding-top: 10px; }
    @media (max-width: 1200px) {
      .new-product-list.list-view .new-loop {
        width: 100%; } }

@media (min-width: 1200px) {
  .information-blocks .information-entry {
    padding-right: 30px;
    padding-left: 30px; } }

.product-detail-box {
  padding-top: 60px; }
  @media (max-width: 1200px) {
    .product-detail-box {
      padding-top: 0px; } }
  .product-detail-box .product-title {
    font-weight: 400;
    font-size: 20px;
    color: #6a321e !important; }
  .product-detail-box .sku {
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-top: 10px; }
  .product-detail-box .price {
    margin-top: 10px;
    letter-spacing: initial;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e1e1e1; }
    .product-detail-box .price .current {
      font-weight: 400;
      font-size: 22px; }
    .product-detail-box .price .prev {
      margin-left: 15px;
      font-size: 20px; }
  .product-detail-box .detail-info-entry {
    margin-top: 20px; }
    .product-detail-box .detail-info-entry .detail-info-entry-title {
      margin: 0;
      font-weight: 500;
      margin-bottom: 10px;
      border-bottom: none;
      min-width: 200px;
      display: block !important; }
    .product-detail-box .detail-info-entry .number-minus {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      background: #d6af75; }
    .product-detail-box .detail-info-entry .number-plus {
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      background: #d6af75; }

.promoadd {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding-bottom: 10px;
  text-align: center; }
  .promoadd .promoadd__ttl {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 16px;
    padding: 12px;
    text-align: left;
    font-style: normal;
    font-weight: 400; }
  .promoadd .promoadd__list {
    padding: 10px;
    text-align: left;
    line-height: 1.6; }
    .promoadd .promoadd__list p {
      margin-bottom: 5px; }
    .promoadd .promoadd__list ul {
      list-style-type: disc;
      padding-left: 20px; }

.swiper-hidden-edges {
  margin-left: -8px;
  margin-right: -8px; }
  @media (max-width: 1200px) {
    .swiper-hidden-edges {
      display: none; } }

.new-preview-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }
  .new-preview-frame img {
    width: 100%; }

#find-sizechart {
  text-decoration: underline; }

#sizechart-modal .modal-body {
  padding: 0;
  position: relative; }
  #sizechart-modal .modal-body button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    font-size: 28px; }
  #sizechart-modal .modal-body img {
    width: 100%; }

.store-article {
  background: #f5f5f5;
  margin-top: 10px;
  padding: 20px;
  line-height: 1.5; }
  .store-article h6 {
    margin-bottom: 10px;
    font-weight: 400; }

#product-store-modal .modal-body {
  padding: 0; }

#product-store-modal .modal-content {
  border-radius: 0; }

#product-store-modal .location-modal {
  padding: 0; }
  #product-store-modal .location-modal > h5 {
    background: #f6f6f6;
    padding: 15px;
    font-size: 16px;
    text-align: center; }
  #product-store-modal .location-modal .location-modal-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 15px; }
    #product-store-modal .location-modal .location-modal-wrap .location-modal-select {
      width: 100%; }
      #product-store-modal .location-modal .location-modal-wrap .location-modal-select select {
        padding: 10px 15px 8px;
        border: 1px solid #f1f1f1;
        box-shadow: none;
        outline: 0;
        background: #f1f1f1 !important; }
    #product-store-modal .location-modal .location-modal-wrap .location-modal-list {
      width: 100%; }
      #product-store-modal .location-modal .location-modal-wrap .location-modal-list .location-modal-item {
        margin-top: 10px;
        border: 1px solid #f1f1f1;
        padding: 15px;
        line-height: 1.5;
        background: #f7f7f7; }
        #product-store-modal .location-modal .location-modal-wrap .location-modal-list .location-modal-item h6 {
          font-size: 15px; }

.product-action .btn-addCart {
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .product-action .btn-addCart {
      margin-top: 10px !important; } }

.product-action .btn-Soldout {
  background: #d1d1d1;
  color: #333; }

.related_product .article-container {
  margin-left: -10px;
  margin-right: -10px; }

.product-title-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  .product-title-wrap .product-title {
    width: calc(100% - 60px); }
    @media (max-width: 1200px) {
      .product-title-wrap .product-title {
        width: 100%; } }
  .product-title-wrap .product-title-action {
    width: 60px; }
    @media (max-width: 1200px) {
      .product-title-wrap .product-title-action {
        width: 100%;
        text-align: right; } }
    .product-title-wrap .product-title-action a {
      display: inline-block;
      font-size: 20px;
      color: #6a321e;
      margin-left: 5px; }

.breadcrumb > li {
  margin-bottom: 0; }

#layout-cart .heading-page:after {
  display: none; }

#layout-cart .header-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px; }
  @media (max-width: 1200px) {
    #layout-cart .header-page {
      flex-direction: column; } }
  #layout-cart .header-page:after {
    display: none; }
  #layout-cart .header-page h1 {
    font-size: 24px;
    font-weight: 400; }
  #layout-cart .header-page ul {
    display: flex; }
    @media (max-width: 1200px) {
      #layout-cart .header-page ul {
        flex-direction: column; } }
    #layout-cart .header-page ul li {
      margin-left: 30px;
      position: relative; }
      @media (max-width: 1200px) {
        #layout-cart .header-page ul li {
          margin-left: 0;
          margin-top: 10px; } }
      #layout-cart .header-page ul li:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 1px;
        bottom: 0;
        border-left: 1px solid #333; }
        @media (max-width: 1200px) {
          #layout-cart .header-page ul li:before {
            display: none; } }
      #layout-cart .header-page ul li a {
        color: #6a321e; }
      #layout-cart .header-page ul li:first-child:before {
        display: none; }

#layout-cart .cart-list .cart-list-head {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 15px; }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-list-head {
      display: none; } }

#layout-cart .cart-list .cart-line-title {
  width: calc(100% - 800px); }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-line-title {
      width: 100%; } }

#layout-cart .cart-list .cart-line-quantity {
  width: 200px; }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-line-quantity {
      width: 50%;
      margin-top: 15px; } }

#layout-cart .cart-list .cart-line-price {
  width: 200px; }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-line-price {
      display: none; } }

#layout-cart .cart-list .cart-line-discount {
  width: 200px; }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-line-discount {
      display: none; } }

#layout-cart .cart-list .cart-line-total {
  width: 200px; }
  @media (max-width: 1200px) {
    #layout-cart .cart-list .cart-line-total {
      width: 50%;
      margin-top: 22px;
      font-size: 15px;
      font-weight: 500;
      text-align: right; } }

#layout-cart .cart-list .cart-list-body {
  margin-top: 15px; }
  #layout-cart .cart-list .cart-list-body .cart-list-body-item {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px; }
    #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title {
      display: flex;
      flex-wrap: wrap;
      padding-right: 15px; }
      @media (max-width: 1200px) {
        #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title {
          padding-right: 0; } }
      #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left {
        width: calc(100% - 50px);
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 1200px) {
          #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left {
            width: calc(100% - 30px); } }
        #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .product_image {
          width: 80px; }
          @media (max-width: 1200px) {
            #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .product_image {
              width: 40px; } }
        #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .cart-line-title-info {
          padding-left: 15px;
          width: calc(100% - 80px); }
          @media (max-width: 1200px) {
            #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .cart-line-title-info {
              padding-left: 5px;
              width: calc(100% - 40px); } }
          #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .cart-line-title-info h3 {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 10px; }
            #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .cart-line-title-info h3 a {
              color: #6a321e; }
          #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title .cart-line-title-left .cart-line-title-info .variant_title {
            color: #777;
            font-size: 12px;
            display: block;
            margin-top: 10px; }
      #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title > a {
        width: 50px;
        color: #999; }
        @media (max-width: 1200px) {
          #layout-cart .cart-list .cart-list-body .cart-list-body-item .cart-line-title > a {
            width: 30px; } }

#layout-cart .cart-payment {
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 15px; }
  #layout-cart .cart-payment .cart-payment-left {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left; }
    #layout-cart .cart-payment .cart-payment-left > div {
      text-align: left;
      padding-right: 8px; }
    @media (max-width: 1200px) {
      #layout-cart .cart-payment .cart-payment-left {
        width: 100%; } }
    #layout-cart .cart-payment .cart-payment-left b {
      display: block;
      line-height: 1.6;
      color: #ff3131; }
  #layout-cart .cart-payment .cart-payment-right {
    width: 50%; }
    @media (max-width: 1200px) {
      #layout-cart .cart-payment .cart-payment-right {
        width: 100%;
        text-align: center;
        margin-top: 15px; } }
    #layout-cart .cart-payment .cart-payment-right h5 {
      margin-bottom: 5px;
      text-transform: uppercase;
      font-size: 13px; }
    #layout-cart .cart-payment .cart-payment-right ul {
      display: flex; }
      @media (max-width: 1200px) {
        #layout-cart .cart-payment .cart-payment-right ul {
          justify-content: center; } }
      #layout-cart .cart-payment .cart-payment-right ul li {
        margin-right: 5px; }
        #layout-cart .cart-payment .cart-payment-right ul li img {
          max-width: 60px; }

#layout-cart .cart-total {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1200px) {
    #layout-cart .cart-total {
      margin-top: 15px; } }
  #layout-cart .cart-total p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 15px;
    max-width: 300px;
    min-width: 300px;
    margin-left: auto; }
    @media (max-width: 1200px) {
      #layout-cart .cart-total p {
        max-width: initial;
        min-width: initial;
        width: 100%; } }

@media (max-width: 1200px) {
  #layout-cart .cart-buttons {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; } }

#layout-cart .cart-buttons button {
  height: 34px;
  padding: initial; }
  @media (max-width: 1200px) {
    #layout-cart .cart-buttons button {
      width: 50%; } }
  #layout-cart .cart-buttons button.btn-checkout {
    color: #6a321e;
    background: #ffffff;
    border-color: #ffffff; }

@media (max-width: 1200px) {
  #block-home-1 .new-index-product-wrap, #block-home-3 .new-index-product-wrap {
    flex-direction: column-reverse; } }

.close-header-layer {
  display: none; }
  @media (max-width: 1200px) {
    .close-header-layer {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.6); } }

.swal-footer {
  display: flex !important;
  justify-content: center !important;
  align-items: center; }

.swal-overlay--show-modal .swal-button-container button {
  background: #5a3b34 !important;
  padding: 0 35px !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  height: 33px !important;
  border-radius: 0 !important; }

.list-view .new-loop-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 1200px) {
    .list-view .new-loop-wrap {
      padding-left: 5px;
      padding-right: 5px; } }
  .list-view .new-loop-wrap .new-product-loop-image {
    width: 20%; }
    @media (max-width: 1200px) {
      .list-view .new-loop-wrap .new-product-loop-image {
        width: 30%; } }
    @media (max-width: 767px) {
      .list-view .new-loop-wrap .new-product-loop-image {
        width: 100%; } }
  .list-view .new-loop-wrap .new-product-loop-info {
    width: 80%;
    padding-left: 25px;
    margin-top: 0; }
    @media (max-width: 1200px) {
      .list-view .new-loop-wrap .new-product-loop-info {
        width: 70%; } }
    @media (max-width: 767px) {
      .list-view .new-loop-wrap .new-product-loop-info {
        width: 100%;
        padding-left: 0px;
        padding-top: 10px; } }
    .list-view .new-loop-wrap .new-product-loop-info .new-product-loop-title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 15px; }
    .list-view .new-loop-wrap .new-product-loop-info .new-product-loop-info-more {
      display: block;
      margin-top: 15px;
      opacity: 0.9;
      line-height: 1.5; }
      .list-view .new-loop-wrap .new-product-loop-info .new-product-loop-info-more b {
        font-weight: 500; }
      .list-view .new-loop-wrap .new-product-loop-info .new-product-loop-info-more p {
        margin-bottom: 5px; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide-video-thumb {
  position: relative; }
  .slide-video-thumb .icon-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9; }

#mango-product .new-preview-frame {
  display: none !important; }
