
/* latin */
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: url(../font/6xKhdSpbNNCT-sWPCm4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



section {
  padding: 3% 0; }

.section-t-space {
  padding-top: 3%; }

.section-b-space {
  padding-bottom: 100px; }
html{ overflow-x:hidden;}
body {
  font-family: "Prata", serif, Microsoft YaHei UI, Aril;
  position: relative;
  background: #ffffff;
  font-size: calc(13px + (16 - 13) * ((100vw - 320px) / (1920 - 320))); overflow-x:hidden;}

h1 {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  font-weight: 500;

  color: #6a4031;  }

h2 {
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  font-weight: 500;

  color: #6a4031; }

h3 {
  font-size: calc(18px + (36 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;
}

h4 {
  font-size: calc(16px + (28 - 16) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
 }

h5 {
  font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400; }

h6 {
  font-size: calc(13px + (18 - 13) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 400;

  color: #6a4031; }

ul {
  padding-left: 0;
  margin-bottom: 0; }

li {
  display: block;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }

p {
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.6;
  color: #33322d;

  font-weight: 400; }

span {
  font-size: 14px; }

a {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); color:#333;text-decoration: none; font-size:14PX; }
  a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease; color:#6a4031;}
  a:focus {
    outline: none; }

.mt-cls {
  margin-top: 30px; }

button:focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.bg-light0 {
  background-color: #bfbfbf; }

.bg-light1 {
  background-color: #f1e7e6; }

.bg-light2 {
  background-color: #d0edff; }

.small-section {
  padding-top: 35px;
  padding-bottom: 35px; }

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px; }

.btn_dark:hover {
  color: white; }

.slick-slide {
  line-height: 0; }

.slick-prev {
  left: -20px; }

.slick-next {
  right: -20px; }

.light-grey-bg {
  background-color: rgba(238, 228, 216, 0.4); }

.alert {
  font-size: 14px; }
  .alert .progress {
    height: 7px; }

.common-bg {
  background-image: url("../images/common_bg.png");
  background-attachment: fixed;
  position: relative; }

.common-decor .circel {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 4px solid #eee4d8;
  border-radius: 100%;
  left: 30px;
  -webkit-animation: myOrbit 9s linear infinite;
          animation: myOrbit 9s linear infinite; }
  .common-decor .circel:nth-child(2) {
    right: 30px;
    left: unset;
    bottom: 50%;
    animation: myOrbit 9s linear infinite reverse; }
  .common-decor .circel:nth-child(3) {
    right: 50%;
    left: unset;
    bottom: 50px;
    animation: myOrbit 9s linear infinite reverse; }

.common-decor .plus {
  position: absolute;
  bottom: 50px;
  left: 50px;
  -webkit-animation: star 7s linear infinite;
          animation: star 7s linear infinite; }
  .common-decor .plus:before {
    content: "";
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d7cab9), to(#d9cab5));
    background: linear-gradient(to top, #d7cab9 0%, #d9cab5 100%);
    border-radius: 5px;
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg); }
  .common-decor .plus:after {
    content: "";
    background-color: #fe7d0b;
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d7cab9), to(#d9cab5));
    background: linear-gradient(to top, #d7cab9 0%, #d9cab5 100%);
    border-radius: 5px; }
  .common-decor .plus + .plus {
    left: unset;
    right: 30px;
    -webkit-animation: star 15s linear infinite;
            animation: star 15s linear infinite; }

/*==================
     1.1. Button
 ===================*/
 .btn_dark a{ color:#fff;}
.btn_dark {
  border: 1px solid #6a4031;
  background: #6a4031;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  overflow: hidden; }
  .btn_dark:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -80px;
    opacity: 0.2;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .btn_dark:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.btn_lite {
  border: 1px solid #c7ac85;
  background: #c7ac85;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 100px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1;
  overflow: hidden;
  position: relative; }
  .btn_lite:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -80px;
    opacity: 0.2;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1; }
  .btn_lite:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

/*======================
     1.2. Title
=======================*/
.title_prime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  height: 100%; }
  .title_prime .icon-image {
    width: 50px;
    fill: #6a4031;
    margin-left: 37px; }
  .title_prime h5 {
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1920 - 320)));
    padding-top: 23px;
    padding-left: 20px;
    position: relative;
    color: #6a4031;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 0.02em;
    line-height: 26px; }
    .title_prime h5:before {
      content: "";
      height: 3px;
      width: 14px;
      position: absolute;
      left: 7px;
      top: 70%;
      background: #6a4031;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .title_prime h2 {
    letter-spacing: 0.02em;
    line-height: 60px;
    padding-top: 30px;
    max-width: 340px;
    margin-top: -12px;
    margin-bottom: 0;
    text-transform: uppercase; }
  .title_prime p {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0; }

.title_second {
  margin-bottom: 50px; }
  .title_second h5 {
    color: #c7ac85;
    font-family: "Dancing Script", cursive;
    text-transform: capitalize;
    margin-top: -3px;
    font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1920 - 320))); }
  .title_second h2 {
  }

.title1 {
  text-align: center; }
  .title1 h4 {
    color: #6a4031;
    padding-bottom: 10px;
    margin-bottom: 0;
    margin-top: -3px; }
  .title1 .title-inner1 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative; }
    .title1 .title-inner1:after {
      position: absolute;
      height: 5px;
      width: 70px;
      background-color: #6a4031;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .title1.title-gradient .title-inner1:after {
    background: #6a4031;
    background: -webkit-gradient(linear, left top, left bottom, from(#01effc), color-stop(99%, #485ff2));
    background: linear-gradient(180deg, #01effc 0%, #485ff2 99%);
    background-color: #6a4031; }
  .title1.title5 .title-inner1 {
    padding-bottom: 0;
    margin-bottom: 0; }
    .title1.title5 .title-inner1:after {
      display: none; }
  .title1.title5 hr[role="tournament6"] {
    border: 0 solid;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(106, 64, 49, 0.75)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(106, 64, 49, 0.75), rgba(0, 0, 0, 0));
    display: block;
    width: 25%;
    margin: 15px auto 30px auto; }
  .title1.title5 hr[role="tournament6"]::before {
    position: absolute;
    background-color: #efefef;
    border: 1px solid;
    border-color: #6a4031;
    padding: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin: -6px 0px 0px 0;
    content: ""; }

.title2 {
  text-align: center; }
  .title2 h4 {
    color: #6a4031;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: -3px; }
  .title2 .title-inner2 {
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    padding: 0 25px; }
    .title2 .title-inner2:after {
      position: absolute;
      height: 5px;
      width: 100%;
      background-color: #8d5541;
      content: "";
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 3px;
      z-index: -1; }

.title3 {
  text-align: center; }
  .title3 h4 {
    color: #6a4031;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: -3px; }
  .title3 .title-inner3 {
    margin-bottom: 20px;
    position: relative;
    margin-top: -5px; }
  .title3 .line {
    position: relative;
    height: 5px;
    width: 45px;
    background-color: #6a4031;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    margin-bottom: 50px; }
    .title3 .line:after, .title3 .line:before {
      position: absolute;
      height: 5px;
      width: 10px;
      content: "";
      background-color: #6a4031; }
    .title3 .line:after {
      right: 50px; }
    .title3 .line:before {
      left: 50px; }

.title4 {
  text-align: center; }
  .title4 .title-inner4 {
    padding-bottom: 25px;
    margin-bottom: 0;
    position: relative;
    margin-top: -5px; }
  .title4 .line {
    position: relative;
    height: 1px;
    width: 180px;
    background-color: #6a4031;
    margin: 0 auto;
    margin-bottom: 55px;
    bottom: 0;
    top: 0; }
    .title4 .line:after, .title4 .line:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #6a4031;
      top: -4px; }
    .title4 .line:after {
      left: 78px; }
    .title4 .line:before {
      left: 64px; }
    .title4 .line span:after, .title4 .line span:before {
      position: absolute;
      height: 10px;
      width: 10px;
      content: "";
      background-color: #6a4031;
      top: -4px; }
    .title4 .line span:after {
      right: 78px; }
    .title4 .line span:before {
      right: 64px; }

.title6 {
  text-align: center; }
  .title6 h2 {
    margin-top: -5px; }

.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: -5px; }

/*==================
     2. Header
====================*/
.top_header {
width:100%;float:left;
  padding: 5px 0;
  background: -webkit-gradient(linear, right top, left top, from(#978262), color-stop(#cbbaa6), to(#978262));
  background: linear-gradient(270deg, #978262, #cbbaa6, #978262); }
  .top_header .text-right{float:right;}
  .top_header .greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    float: left; }
  .top_header ul.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .top_header h6 {
    color: #6a4031;
    font-size: 14px;
    line-height: 30px; }
  .top_header .dropdown .dropdown-menu {
    background: white;
    border-radius: 0; }
    .top_header .dropdown .dropdown-menu .dropdown-item {
      color: #6a4031; }
      .top_header .dropdown .dropdown-menu .dropdown-item:hover {
        color: #6a4031;
        font-weight: 700; }
      .top_header .dropdown .dropdown-menu .dropdown-item:active {
        background-color: white; }
  .top_header .dropdown .btn {
    background: transparent;
    color: #6a4031;
    border-radius: unset;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1; }
    .top_header .dropdown .btn:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  .top_header ul > li:nth-child(2) {
    border-right: 1px solid rgba(106, 64, 49, 0.4);
    padding: 0 15px 0 0;
 }
  .top_header i {
    color: #6a4031;
    font-size: 14px; }

.toggle-nav {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer; }

.topuser{ color:#6a4031; font-size:14px;}
.topuser a{font-size: 14px;color: #6a4031;}
.topuser i{ font-style:normal;padding-left:10px;padding-right:10px;}
.topuser .ti-user{padding-right:10px;}
.menu {
  background: #ffffff;width:100%;float:left; }
  .menu a {
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 500;
    text-transform: uppercase; }
  .menu .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu .menu-content .sm-horizontal .mobile-back {
      display: none; }
    .menu .menu-content .toggle-nav {
      display: none; }
      .menu .menu-content .toggle-nav i {
        font-size: 24px;
        color: #6a4031; }
    .menu .menu-content .menu-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .menu .menu-content .menu-right nav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .menu .menu-content .menu-right .main-menu .mobile-back {
        display: none; }
      .menu .menu-content .menu-right .full-mega-menu {
        min-width: 1100px !important;
        padding: 20px !important;
        left: unset !important;
        right: 0; }
        .menu .menu-content .menu-right .full-mega-menu h5 {
          font-size: 14px;
          color: #6a4031;
          text-transform: uppercase;
          line-height: 14px;
          font-weight: 700;
          font-family: Poppins; }
        .menu .menu-content .menu-right .full-mega-menu ul {
          display: block;
          position: relative;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: none;
          background-color: transparent; }
          .menu .menu-content .menu-right .full-mega-menu ul a {
            padding: 9px 0;
            font-size: 14px; }
    .menu .menu-content .navbar .back {
      display: none; }
    .menu .menu-content .navbar .nav-link {
      color: #6a4031;
      padding-right: 24px;
      padding-left: 24px; }
    .menu .menu-content .navbar .navbar-toggler {
      color: #6a4031;
      border: unset; }
    .menu .menu-content a {
      line-height: 14px; }
    .menu .menu-content ul.navbar-nav .nav-link {
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .menu .menu-content ul.navbar-nav .nav-link:hover {
        background: #6a4031;
        color: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .menu .menu-content .main_menu_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu .menu-content .main_menu_right > button a {
        color: #ffffff;
        line-height: 0; }
      .menu .menu-content .main_menu_right > button + button {
        margin-left: 10px; }
      .menu .menu-content .main_menu_right .setting {
        display: none; }
      .menu .menu-content .main_menu_right button {
        cursor: pointer;
        color: #ffffff;
        border: 1px solid #6a4031;
        background: #6a4031;
        padding: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .menu .menu-content .main_menu_right button span {
          font-size: 14px; }
        .menu .menu-content .main_menu_right button:hover {
          background-color: white;
          color: #6a4031;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.inner_header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  background: #b6a48b;
  margin: 0 auto;
  border-top: 1px solid #6a4031;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .inner_header .mid_header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0; }
    .inner_header .mid_header_right .location {
      margin-left: auto;
      max-width: 38%; }
  .inner_header .media span {
    color: #6a4031; }
  .inner_header .media .media-body p {
    color: #6a4031;
    font-weight: medium;
    font-size: 12px;
    font-family: "Work Sans", sans-serif; }

/*======================
     3. Home Slider
=======================*/
.home-slider.slick-slider .slick-prev {
  left: 10px;
  z-index: 1;
  opacity: 0; }
  .home-slider.slick-slider .slick-prev:before {
    content: "\f053";
    font: normal normal normal 20px/1 FontAwesome;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 5px;
    background: transparent;
    color: #6a4031; }

.home-slider.slick-slider .slick-next {
  right: 10px;
  z-index: 1;
  opacity: 0; }
  .home-slider.slick-slider .slick-next:before {
    content: "\f054";
    font: normal normal normal 20px/1 FontAwesome;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 5px;
    background: transparent;
    color: #6a4031; }

.home-slider.slick-slider:hover .slick-prev {
  left: 50px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1); }

.home-slider.slick-slider:hover .slick-next {
  right: 50px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1); }

.home-slider .main_section {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

  .home-slider .main_section .main_section_contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 86vh;
    width: 100%; position:absolute;left:0;top:0;z-index:9999; }
    .home-slider .main_section .main_section_contain h1 {
      line-height: 110px;
      letter-spacing: 0.039em;
      margin-bottom: -47px; }
    .home-slider .main_section .main_section_contain .new {
 
      color: #fff;
      text-transform: capitalize;
      font-size: calc(25px + (150 - 25) * ((100vw - 320px) / (1920 - 320)));
      margin-bottom: 20px;
      margin-top: 47px;
      line-height: 26px;
      letter-spacing: 0.019em; }
    .home-slider .main_section .main_section_contain p {
      font-weight: 500;
      color: #fff;
      line-height: 110px;
      letter-spacing: 0.179em;
      font-size: calc(13px + (24 - 13) * ((100vw - 320px) / (1920 - 320)));

      padding-bottom: 50px; }




/*====================
 Blog
======================*/
.blog_section {
  background: url(../images/bg.png) scroll top center;width:100%;float:left;
  background-repeat: no-repeat; }
  .blog_section .slick-slide {
    margin: 0 10px; }
  .blog_section .blog .card {
    border: none; }
    .blog_section .blog .card:hover img {
      -webkit-transform: scale(1.09);
              transform: scale(1.09);
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .blog_section .blog .card .card_image {
      overflow: hidden; }
      .blog_section .blog .card .card_image .card-img-top {
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .blog_section .blog .card .card-body {
      padding: 15px ; }
      .blog_section .blog .card .card-body h5 {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));

        letter-spacing: 0.022em;
        font-weight: bold;
        position: relative;
        color: #6a4031;
        display: inline-block;
        margin-bottom: 6px; }
      .blog_section .blog .card .card-body p {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))); }
    .blog_section .blog .card h6 {
      padding-top: 15px;
      padding-bottom: 5px;float: left;
  width: 100%;
  
      font-weight: 500;
      color: #6a4031;
      text-align: left;
      margin-bottom: 0; }
      .blog_section .blog .card h6 .country {
        padding-right: 5px; }
      .blog_section .blog .card h6 .date {
     }
    .blog_section .blog .card .btn {
      border-radius: unset; }
      .blog_section .blog .card .btn:focus {
        -webkit-box-shadow: unset;
                box-shadow: unset; }
    .blog_section .blog .card a {
      font-size: 12px;

      color: #6a4031;
      padding: 0;
      font-weight: 600;
      letter-spacing: 0.09em;
      margin-bottom: -5px; }


/*======================
 Product_section
========================*/
.cattagory-margin {
  margin-bottom: -50px; }

.product_box {
  position: relative;
  overflow: hidden; }
  .product_box.product-margin {
    margin-bottom: 30px; }
  .product_box.catagory_box {
    margin-top: 25px; }
  .product_box:hover img {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .product_box:hover .product_image ul > li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .product_box:hover .product_image ul > li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .product_box:hover .product_image ul > li:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .product_box .tringle-topleft {
    position: absolute;
    top: 0;
    left: 0; }
    .product_box .tringle-topleft:before {
      content: "";
      position: absolute;
      border-top: 70px solid #6a4031;
      border-right: 70px solid transparent; }
    .product_box .tringle-topleft h6 {
      color: #ffffff;
      font-family: "Poppins";
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.02em;
      position: absolute;
      left: 3px;
      top: 15px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .product_box .product_image {
    overflow: hidden;
    position: relative; }
    .product_box .product_image .timer-box {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: 100%; }
      .product_box .product_image .timer-box .timer {
        background: rgba(106, 64, 49, 0.48);
        padding: 10px 0; }
        .product_box .product_image .timer-box .timer p {
          color: #ffffff;
          margin-bottom: 0; }
        .product_box .product_image .timer-box .timer span {
          width: 70px;
          display: inline-block; }
          .product_box .product_image .timer-box .timer span .timer-cal {
            color: #ffffff;
            text-align: left;
            padding-left: 10px; }
        .product_box .product_image .timer-box .timer .sec {
          padding-right: 30px; }
        .product_box .product_image .timer-box .timer .padding-l {
          padding-left: 22px;
          display: inline; }
    .product_box .product_image .product_icon {
      position: absolute;
      top: 10px;
      right: 10px; }
      .product_box .product_image .product_icon i {
        color: #6a4031;
        border: none;
        border-radius: 100%;
        padding: 8px;
        background: rgba(255, 255, 255, 0.6); }
    .product_box .product_image ul > li + li {
      padding-top: 5px; }
  .product_box ul > li {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .product_box ul > li:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
    .product_box ul > li:nth-child(3) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }
    .product_box ul > li:nth-child(4) {
      opacity: 0;
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); }

.card-img-top {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0; }

.img-lable {
  position: absolute;
  top: 10px;
  left: 10px; }
  .img-lable h6 {
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    border: 1px solid #6a4031;
    padding: 2px 9px;
    background: #6a4031; }

.product_contain {
  background: white;
  padding: 15px 0 15PX 0; }
  .product_contain .card-title {
    margin-bottom: 5px;
    font-weight: 600;
    color: #6a4031; }
  .product_contain h6 {
    font-weight: 600;
    margin-bottom: -2px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.022em;
    color: #000000; }
    .product_contain h6 del {
      font-weight: 400; }

.product_section {
  background:#fff url(../images/bg.png) scroll top center;width:100%;float:left;
  background-size: cover; }
  .product_section ul.tabs {
    list-style: none;
    text-align: center;
    margin-top: -15px; }
    .product_section ul.tabs li {
      background: transparent;
      color: #6a4031;
      display: inline-block;
      padding: 6px 15px;
      cursor: pointer;
      font-weight: 500;
      letter-spacing: 0.02em; }
      .product_section ul.tabs li.current {
        background: #6a4031;
        color: white;
        border-radius: 50px; }
  .product_section .tab-content {
    display: none; }
    .product_section .tab-content.current {
      display: inherit; }
      .product_section .tab-content.current .product_box {
        -webkit-animation: zoomIn 300ms ease-in-out;
                animation: zoomIn 300ms ease-in-out; }
    .product_section .tab-content .product-row > div:nth-child(n) {
      margin-top: 35px; }

/*====================
New Arrivals_section
=====================*/
.new_arrival_section {
  background:#fff url(../images/bg.jpg) scroll top center;width:100%;float:left;
  background-size: cover; }
  .new_arrival_section .slick-slide {
    margin: 0 10px; }
  .new_arrival_section .slick-slider .slick-prev:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    color: #6a4031;
    border: 1px solid #eee4d8;
    padding: 5px;
    background: #eee4d8; }
  .new_arrival_section .slick-slider .slick-next:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    color: #6a4031;
    border: 1px solid #eee4d8;
    padding: 5px;
    background: #eee4d8; }

/*=====================
hair_color
=======================*/
.hair_color_section {
  background:#fff url(../images/bg.png) scroll top center;width:100%;float:left;
  background-size: cover; }
  .hair_color_section .slick-slide {
    margin: 0 10px; }
  .hair_color_section .hair_color .main-box {
    position: relative; }
    .hair_color_section .hair_color .main-box:hover .main-color {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .hair_color_section .hair_color .main-box .main-color {
      position: absolute;
      width: 100%;
      bottom: 5px;
      left: 0;
      background: #d7cab9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 15px;
      -webkit-transform: translateY(90%);
              transform: translateY(90%);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .hair_color_section .hair_color .main-box .main-color:before {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        background: #6a4031;
        border: 7px solid white;
        border-radius: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 0; }
    .hair_color_section .hair_color .main-box li {
      padding: 15px 10px;
      cursor: pointer; }

/*=====================About-us
=======================*/
.slick-slider{width:100%;float:left;}
.about-us-section {
  background: #fff url(../images/bg.jpg) scroll top center;width:100%;float:left;
  background-size: cover; }
  .about-us-section .main-image {
    position: relative;
    display: inline-block;
    margin-bottom: 0; }
    .about-us-section .main-image h4 {
      position: absolute;
      top: 71px;
      color: #c7ac85;
      font-family: "Prata", serif;
      right: -23%;
      -webkit-transform: rotate(-90deg) translateY(0);
              transform: rotate(-90deg) translateY(0);
      letter-spacing: 0.019em;
      line-height: 25.99px; }
	  
	.about-us-section .col-md-4{margin-left:0;float:left;-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;}  
	 	.about-us-section .col-md-5{margin-left:0;float:right;
		-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		
		}   
	  
  .about-us-section .main-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .about-us-section .main-contain h1 {
      color: #6a4031;
      text-transform: capitalize;
      line-height: 70px;
      margin-top: -14px;
      margin-bottom: -11px;
      letter-spacing: 0.02em;
      padding-bottom: 37px; }
	  
	  
	      .about-us-section .main-contain h2 {
      color: #6a4031;
      text-transform: capitalize;
      line-height: 70px;
      margin-top: -14px;
      margin-bottom: -11px;
      letter-spacing: 0.02em;
      padding-bottom: 37px; }
	  
	  
	  
	  
	  
      .about-us-section .main-contain h2 .experience-text {
        font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
        display: block; }
    .about-us-section .main-contain .para1 {
      position: relative;
      padding-top: 45px; }
      .about-us-section .main-contain .para1:before {
        content: "";
        height: 5px;
        width: 125px;
        background: -webkit-gradient(linear, left top, right top, from(#6a4031), to(#ffffff));
        background: linear-gradient(90deg, #6a4031, #ffffff);
        border-image-slice: 1;
        position: absolute;
        top: 0;
        left: 0; }
    .about-us-section .main-contain .para2 {
      padding-top: 0;
      margin-bottom: -2px; }
    .about-us-section .main-contain .btn_lite {
      margin-top: 32px; }
  .about-us-section .btn_dark {
    margin-top: 35px; }

/*==================
    13. Service
===================*/
.service-section {
  background: url(../images/bg.jpg) scroll top center;width:100%;float:left;
  background-size: cover;
  background-attachment: fixed; }
  .service-section .title_prime .btn {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 30px;
    letter-spacing: 0.02em;
    font-weight: 500;
    padding: 0;
    position: relative;
    border-radius: unset;
    font-family: "Poppins";
    color: #6a4031;
    margin-bottom: -10px;
    margin-top: 39px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .service-section .title_prime .btn:focus {
      -webkit-box-shadow: unset;
              box-shadow: unset; }
  .service-section .btn_dark {
    margin-top: 35px; }
  .service-section .image-container {
    margin: 50px 0; }
    .service-section .image-container .ba-slider {
      position: relative;
      z-index: 2; }
      .service-section .image-container .ba-slider img {
        width: 100%;
        display: block; }
      .service-section .image-container .ba-slider .after-lable {
        position: absolute;
        top: 50%;
        right: -20px;
        color: black;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 25px;
        padding: 2px 7px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        z-index: 1; }
    .service-section .image-container .resize {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      background: #222222; }
      .service-section .image-container .resize img {
        opacity: 0.8; }
      .service-section .image-container .resize .before-lable {
        position: absolute;
        top: 50%;
        left: -20px;
        color: black;
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 25px;
        padding: 2px 7px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%); }
    .service-section .image-container .handle {
      /* Thin line seperator */
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 3px;
      margin-left: -2px;
      background: #ffffff;
      cursor: ew-resize; }
      .service-section .image-container .handle:before {
        content: "";
        height: 40px;
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: #e5e5e5;
        border: 10px solid #ffffff;
        border-radius: 100%;
        z-index: 2; }
    .service-section .image-container .back-div {
      height: 120%;
      width: 75%;
      left: 50%;
      top: -10%;
      background: -webkit-gradient(linear, right top, left top, from(#d8c9b6), color-stop(#e2d7c9), to(#d3c3ac));
      background: linear-gradient(270deg, #d8c9b6, #e2d7c9, #d3c3ac);
      border-image-slice: 1;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }

/*=================
    14. Mission
 ==================*/
.mission-section {
  background: url(../images/bg.jpg) scroll top center;width:100%;float:left;
  background-size: cover;
  background-attachment: fixed; }
  .mission-section .title_prime .para2 {
    margin-top: -7px;
    margin-bottom: 0;
    padding-top: 35px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 35px; }
  .mission-section .mission-image > div:nth-last-child(-n + 2) {
    margin-top: 30px; }
  .mission-section .box-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .mission-section .box-container .box-item {
      position: relative;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .mission-section .box-container .box-item .flip-box {
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .mission-section .box-container .box-item .flip-box:hover .flip-box-back {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
        .mission-section .box-container .box-item .flip-box .flip-box-front {
          -webkit-transform: rotateY(0deg);
                  transform: rotateY(0deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d;
          border-radius: 8px;
          overflow: hidden; }
        .mission-section .box-container .box-item .flip-box .flip-box-back {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg);
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
          .mission-section .box-container .box-item .flip-box .flip-box-back .inner {
            position: absolute;
            left: 0;
            width: 100%;
            outline: 1px solid transparent;
            -webkit-perspective: inherit;
                    perspective: inherit;
            z-index: 2;
            -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
                    transform: translateY(-50%) translateZ(60px) scale(0.94);
            top: 50%;
            background: rgba(176, 151, 121, 0.8);
            height: 100%;
            border-radius: 8px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .mission-section .box-container .box-item .flip-box .flip-box-back .inner h6 {
              font-family: "Prata", serif; }
            .mission-section .box-container .box-item .flip-box .flip-box-back .inner p {
              margin-bottom: 7px; }
            .mission-section .box-container .box-item .flip-box .flip-box-back .inner h6,
            .mission-section .box-container .box-item .flip-box .flip-box-back .inner p,
            .mission-section .box-container .box-item .flip-box .flip-box-back .inner span {
              color: #ffffff; }
    .mission-section .box-container .flip-box-front,
    .mission-section .box-container .flip-box-back {
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .mission-section .box-container .flip-box:hover .flip-box-front {
      -webkit-transform: rotateY(-180deg);
              transform: rotateY(-180deg);
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }

/*=====================
Feature
=======================*/
.feature-section {
  background: url(../images/bg.png) scroll top center;width:100%;float:left;
  background-size: cover;
  background-attachment: fixed; }
  .feature-section .title {
    color: #6a4031; }
    .feature-section .title h5 {

      margin-top: -3px; }
    .feature-section .title p {
      margin-bottom: 0; }
  .feature-section .bottle-image {
    margin-top: 75px;
    margin-bottom: -20px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 213px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 93px; }
  .feature-section .feature-box .features-rtl {
    text-align: right; }
  .feature-section .feature-box .features h4 {
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #6a4031;
    text-transform: uppercase;
    letter-spacing: 0.02em; }


/*=====================
Add to Cart Panel
=======================*/
.add_to_cart1 {
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .add_to_cart1::-webkit-scrollbar {
    width: 3px;
    height: 7px; }
  .add_to_cart1::-webkit-scrollbar-track {
    background: #dddddd; }
  .add_to_cart1::-webkit-scrollbar-thumb {
    background: #888888; }
    .add_to_cart1::-webkit-scrollbar-thumb:hover {
      background: #555555; }
  .add_to_cart1 .cart-inner {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    top: 0; }
    .add_to_cart1 .cart-inner .cart_media {
      padding: 0 20px; }
      .add_to_cart1 .cart-inner .cart_media li {
        position: relative;
        padding-bottom: 10px;
        width: 100%; }
        .add_to_cart1 .cart-inner .cart_media li .media {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
          .add_to_cart1 .cart-inner .cart_media li .media img {
            height: 90px; }
          .add_to_cart1 .cart-inner .cart_media li .media .media-body {
            -ms-flex-item-align: center;
                align-self: center; }
            .add_to_cart1 .cart-inner .cart_media li .media .media-body h4 {
              color: #6a4031; }
              .add_to_cart1 .cart-inner .cart_media li .media .media-body h4 span {
                color: #6a4031;
                font-size: 16px; }
            .add_to_cart1 .cart-inner .cart_media li .media .media-body h6 {
              color: #6a4031;
              text-transform: capitalize;
              margin-bottom: 0; }
        .add_to_cart1 .cart-inner .cart_media li .total {
          border-top: 1px solid #a58e77;
          border-bottom: 1px solid #a58e77;
          padding-top: 10px;
          padding-bottom: 10px; }
          .add_to_cart1 .cart-inner .cart_media li .total h5 {
            text-transform: capitalize;
            margin-bottom: 0;
            color: #6a4031;
            font-size: 18px; }
            .add_to_cart1 .cart-inner .cart_media li .total h5 span {
              float: right;
              padding-top: 4px; }
        .add_to_cart1 .cart-inner .cart_media li .buttons a {
          font-size: 16px;
          color: #6a4031;
          text-transform: capitalize;
          font-weight: 700;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          padding-left: 0;
          padding-right: 0; }
          .add_to_cart1 .cart-inner .cart_media li .buttons a:hover {
            color: #c7ac85;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
        .add_to_cart1 .cart-inner .cart_media li .buttons .checkout {
          float: right; }
      .add_to_cart1 .cart-inner .cart_media .close-circle {
        position: absolute;
        top: 0;
        right: 0; }
        .add_to_cart1 .cart-inner .cart_media .close-circle i {
          color: #6a4031;
          font-size: 16px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .add_to_cart1 .cart-inner .cart_media .close-circle i:hover {
            color: #000000;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
    .add_to_cart1 .cart-inner .cart_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px;
      border-bottom: 1px solid #a58e77;
      margin-bottom: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .add_to_cart1 .cart-inner .cart_top h3 {
        font-size: 18px;
        color: #6a4031;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0; }
      .add_to_cart1 .cart-inner .cart_top .close-cart {
        margin-left: auto; }
        .add_to_cart1 .cart-inner .cart_top .close-cart i {
          color: #6a4031;
          font-size: 18px; }
  .add_to_cart1 .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .add_to_cart1.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .add_to_cart1.open-side .overlay {
      opacity: 0.8;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .add_to_cart1.left {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px; }
    .add_to_cart1.left .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart1.left.open-side {
      left: 0; }
  .add_to_cart1.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0; }
    .add_to_cart1.right .cart-inner {
      height: 100vh;
      overflow: auto; }
    .add_to_cart1.right.open-side {
      right: 0; }
  .add_to_cart1.top {
    height: 218px;
    width: 100%;
    top: -300px; }
    .add_to_cart1.top .cart_media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .add_to_cart1.top .cart_media .cart_product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        overflow-y: auto; }
        .add_to_cart1.top .cart_media .cart_product li {
          min-width: 245px;
          max-width: 225px;
          margin-right: 18px;
          padding-bottom: 0; }
      .add_to_cart1.top .cart_media .cart_total {
        width: 25%; }
		
		
		
    .add_to_cart1.top .cart-inner {
      height: 218px; }
      .add_to_cart1.top .cart-inner.top-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .add_to_cart1.top .cart-inner.top-search ::-webkit-input-placeholder {
          color: #6a4031;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart1.top .cart-inner.top-search :-ms-input-placeholder {
          color: #6a4031;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart1.top .cart-inner.top-search ::-ms-input-placeholder {
          color: #6a4031;
          font-family: "Poppins";
          font-size: 16px; }
        .add_to_cart1.top .cart-inner.top-search ::placeholder {
          color: #6a4031;
          font-family: "Poppins";
          font-size: 16px; }
		  #search{WIDTH: 100%;
  MARGIN: auto;
  text-align: center;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;}
        .add_to_cart1.top .cart-inner.top-search .ti-search {border: none;
          margin-left: 10px;
          background: #6a4031;
          color: #ffffff;
          height: 32px;
          width: 32px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .add_to_cart1.top .cart-inner.top-search .searchbox-input {
          width: 70%;
          border: none;
          border-bottom: 2px solid #6a4031;
          color: #6a4031;
          outline: unset; }
          .add_to_cart1.top .cart-inner.top-search .searchbox-input:focus {
            outline: none; }
      .add_to_cart1.top .cart-inner .cart_top {
        margin-bottom: 0;
        background-color: #fbfbfb;
        padding: 15px 44px;
        border-bottom: none; }
      .add_to_cart1.top .cart-inner .cart_media {
        padding: 0; }
        .add_to_cart1.top .cart-inner .cart_media .cart_product {
          padding: 30px 44px; }
        .add_to_cart1.top .cart-inner .cart_media .cart_total {
          padding: 30px 44px; }
    .add_to_cart1.top.open-side {
      top: 0; }
 

/*=====================
Animation section
=======================*/
.animation-section {
  position: relative; }
  .animation-section .decor-animation .decor1 {
    position: absolute;
    left: 5%;
    bottom: 14%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor2 {
    position: absolute;
    right: 48%;
    bottom: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor3 {
    position: absolute;
    right: 5%;
    bottom: 36%;
    -webkit-animation: round-jump 9s linear infinite;
            animation: round-jump 9s linear infinite; }
  .animation-section .decor-animation .decor4 {
    position: absolute;
    right: 5%;
    bottom: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor5 {
    position: absolute;
    left: 5%;
    bottom: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor6 {
    position: absolute;
    left: 5%;
    top: 25%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor7 {
    position: absolute;
    right: 8%;
    top: 7%;
    -webkit-animation: myOrbit 9s linear infinite;
            animation: myOrbit 9s linear infinite; }
  .animation-section .decor-animation .decor8 {
    position: absolute;
    right: 5%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }
  .animation-section .decor-animation .decor9 {
    position: absolute;
    bottom: 10%;
    -webkit-animation: run 7s linear infinite;
            animation: run 7s linear infinite; }
  .animation-section .decor-animation .decor10 {
    position: absolute;
    left: -10%;
    bottom: 10%;
    -webkit-animation: movebounce 70s linear infinite;
            animation: movebounce 70s linear infinite; }
  .animation-section .decor-animation .decor11 {
    position: absolute;
    left: -10%;
    top: 0;
    -webkit-animation: movebounce 70s linear infinite;
            animation: movebounce 70s linear infinite; }
  .animation-section .decor-animation .decor12 {
    position: absolute;
    left: 12%;
    bottom: 10%;
    -webkit-animation: star 7s linear infinite;
            animation: star 7s linear infinite; }

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); } }

@-webkit-keyframes round-jump {
  0% {
    -webkit-transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
    opacity: .7; }
  25% {
    -webkit-transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
            transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
    opacity: .8; }
  50% {
    -webkit-transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
            transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
    opacity: .9; }
  75% {
    -webkit-transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
            transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
            transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
    opacity: .9; } }

@keyframes round-jump {
  0% {
    -webkit-transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
            transform: translateY(-30px) translateX(15) rotate(0) scale(1.2);
    opacity: .7; }
  25% {
    -webkit-transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
            transform: translateY(-20px) translateX(5px) rotate(50deg) scale(0.5);
    opacity: .8; }
  50% {
    -webkit-transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
            transform: translateY(15px) translateX(-10px) rotate(20deg) scale(0.4);
    opacity: .9; }
  75% {
    -webkit-transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
            transform: translateY(30px) translateX(10px) rotate(50deg) scale(0.65);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
            transform: translateY(-15px) translateX(10px) rotate(0) scale(0.4);
    opacity: .9; } }

@-webkit-keyframes star {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes star {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg); } }

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes run {
  0% {
    right: 10%; }
  50% {
    right: 11%; }
  100% {
    right: 10%; } }

/*=====================
    20. Footer
======================*/
footer{width:100%;float:left;}
.footer {
  background:#f3f3f3;
  background-size: cover;width:100%;float:left; }
  .footer p {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    opacity: 0.8; }
  .footer .footer-title {
    margin-top: -5px; }
    .footer .footer-title h5 {
      color: #6a4031;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 15px; }
	      .footer .footer-title h5 a{
      color: #6a4031;}
	  
  .footer .footer-content .mo-number {
    margin-bottom: 24px; }
  .footer .footer-content .jvector-map-height {
    height: 0; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      position: relative;
      height: 250px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        position: absolute;
        top: -40px;
        height: 210px; }
  .footer .footer-content li {
    text-transform: capitalize;line-height:35px;}
    .footer .footer-content li a {
      color: #6a4031;
      opacity: 0.8; }   .footer .footer-content li a:hover{opacity: 1;}
  .footer .footer-content path {
    fill: #a68c7d; }
  .footer .footer-content .jvectormap-zoomout,
  .footer .footer-content .jvectormap-zoomin {
    display: none; }
  .footer .footer-content .payment-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-content .payment-icon ul > li {line-height: normal;
      margin-top: 10px; border: solid 1px rgba(255,255,255,.1);margin-right:10px;padding:2%;}
      .footer .footer-content .payment-icon ul > li .fa {
        opacity: 1; font-size:30px; color:#6a4031; }
      .footer .footer-content .payment-icon ul > li + li {
         }
		 
		  .footer .footer-content .payment-icon ul > li:hover{ background-color:#6a4031;border: solid 1px #6a4031;} 
		   .footer .footer-content .payment-icon ul > li:hover .fa{color:#fff;}
  .footer .footer-content .media .icon-box {
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer .footer-content .media i {
    font-size: 17px;
    color: #a68c7d; }
  .footer .footer-content .media .media-body {
    max-width: 100%; }

.copyright {
  background: -webkit-gradient(linear, right top, left top, from(#978262), color-stop(#cbbaa6), to(#978262));
  background: linear-gradient(270deg, #978262, #cbbaa6, #978262);width:100%;float:left;
  padding: 20px; }
  .copyright h6 {
    font-weight: 500;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: calc(12px + (16 - 13) * ((100vw - 320px) / (1920 - 320))); }
  .copyright h5{width:100%;float:left; text-align:center;color: #6a4031; font-size:12px;}  .copyright h5 a{font-size:12px;color: #6a4031;}
    .copyright h5 i{padding-left:5px;padding-right:5px;}
	    .copyright h5 a:hover{ color:#000;} 
	
  
.prod-timer-three {
  padding: 20px 0 17px 0;
  display: inline-block;
  font-weight: 400; }
  .prod-timer-three .timer-dots {
    position: relative;
    top: -12px;
    font-weight: bold; }
  .prod-timer-three .timer li {
    display: inline-block;
    text-align: center;
    margin: 0 2px; }
    .prod-timer-three .timer li span {
      font-family: "Work Sans", sans-serif;
      color: #000000;
      display: block;
      font-size: 16px;
      line-height: 1; }
    .prod-timer-three .timer li .timer {
      font-family: "Prata", serif;
      color: #000000;
      display: inline-block;
      font-size: 12px;
      list-style-type: none;
      text-align: center;
      text-transform: capitalize; }


/*=============
   22. Tap-To-Top
==============*/
.tap-top {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 8;
  display: none;
  color: #ffffff;
  text-align: center;
  background: #6a4031;
  border: none;
  font-size: 22px;
  padding: 8px;
  cursor: pointer; }



/*=====================
    24. Menu css start
==========================*/
.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999; }
  .sm ul {
    display: none; }
  .sm li {
    position: relative; }
  .sm > li > h1 {
    margin: 0;
    padding: 0; }
  .sm > li > h2 {
    margin: 0;
    padding: 0; }
  .sm > li > h3 {
    margin: 0;
    padding: 0; }
  .sm > li > h4 {
    margin: 0;
    padding: 0; }
  .sm > li > h5 {
    margin: 0;
    padding: 0; }
  .sm > li > h6 {
    margin: 0;
    padding: 0; }
  .sm a {
    position: relative;
    display: block; }
    .sm a.disabled {
      cursor: default; }
  .sm * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .sm *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  overflow: hidden; }

.pixelstrap a {
  font-size: 16px; }
  .pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active {
    padding-right: 45px;
    color: #6a4031;
    text-decoration: none; }
  .pixelstrap a.disabled {
    color: #ffd8d4; }
  .pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px; }
  .pixelstrap a .sub-arrow::before {
    content: '+'; }
  .pixelstrap a.highlighted .sub-arrow::before {
    content: '-'; }

.pixelstrap > li:last-child > a, .pixelstrap > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
  border-radius: 0 0 8px 8px; }

.pixelstrap > li:last-child > a.highlighted, .pixelstrap > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
.pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .pixelstrap > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
  border-radius: 0; }

.pixelstrap ul {
  background: #fff; }
  .pixelstrap ul ul {
    background: rgba(102, 102, 102, 0.1); }
  .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active {
    background: transparent;
    color: #6a4031;
    font-size: 16px;
    text-shadow: none;
    border-left: 8px solid transparent; }
  .pixelstrap ul a.current {
    background: #c33a32;
    color: #fff; }
  .pixelstrap ul a.disabled {
    color: #b3b3b3; }
  .pixelstrap ul ul a,
  .pixelstrap ul ul a:hover,
  .pixelstrap ul ul a:focus,
  .pixelstrap ul ul a:active {
    border-left: 16px solid transparent; }
  .pixelstrap ul ul ul a,
  .pixelstrap ul ul ul a:hover,
  .pixelstrap ul ul ul a:focus,
  .pixelstrap ul ul ul a:active {
    border-left: 24px solid transparent; }
  .pixelstrap ul ul ul ul a,
  .pixelstrap ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul a:active {
    border-left: 32px solid transparent; }
  .pixelstrap ul ul ul ul ul a,
  .pixelstrap ul ul ul ul ul a:hover,
  .pixelstrap ul ul ul ul ul a:focus,
  .pixelstrap ul ul ul ul ul a:active {
    border-left: 40px solid transparent; }
  .pixelstrap ul li {
    border-top: none; }
    .pixelstrap ul li:first-child {
      border-top: 0; }

@media (min-width: 1200px) {
  /* Switch to desktop layout  */
  .pixelstrap ul {
    position: absolute; }
  .pixelstrap li {
    float: left; }
  .pixelstrap.sm-rtl li {
    float: right; }
  .pixelstrap ul li, .pixelstrap.sm-rtl ul li, .pixelstrap.sm-vertical li {
    float: none; }
  .pixelstrap a {
    white-space: nowrap; }
  .pixelstrap ul a, .pixelstrap.sm-vertical a {
    white-space: normal; }
  .pixelstrap .sm-nowrap > li > a, .pixelstrap .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
    font-size: 14px;
    text-transform: capitalize; }
  /* ...end */
  .pixelstrap > li > a {
    font-weight: 600; }
  .pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -1px;
    left: auto;
    right: 20px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px; }
    .pixelstrap a .sub-arrow:after {
      content: "\f107";
      font-family: FontAwesome;
      position: absolute; }
  .pixelstrap a .sub-arrow::before {
    display: none; }
  .pixelstrap ul {
    border: 1px solid rgba(151, 130, 98, 0.3);
    padding: 7px 0;
    background: #fff;
    border-radius: 0 !important;
    min-width: 12em !important; }
    .pixelstrap ul ul {
      border-radius: 4px !important;
      background: #fff; }
    .pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      border: 0 !important;
      padding: 9px 23px;
      color: #6a4031;
      border-radius: 0 !important; }
    .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active, .pixelstrap ul a.highlighted {
      background-color: transparent;
      margin-left: 8px; }
      .pixelstrap ul a:hover:after, .pixelstrap ul a:focus:after, .pixelstrap ul a:active:after, .pixelstrap ul a.highlighted:after {
    }
    .pixelstrap ul a.current {
      background: #c33a32;
      color: #fff; }
    .pixelstrap ul a.disabled {
      background: #fff;
      color: #b3b3b3; }
    .pixelstrap ul a .sub-arrow {
      position: absolute;
      top: 50%;
      margin-top: -11px;
      left: auto;
      right: 15px;
      width: 34px;
      height: 34px;
      overflow: hidden;
      font: bold 14px/34px monospace !important;
      text-align: center;
      text-shadow: none;
      border-radius: 4px;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .pixelstrap ul li {
      border: 0; }
    .pixelstrap ul.full-mega-menu ul {
      min-width: auto !important; }
    .pixelstrap ul.full-mega-menu a:hover:after, .pixelstrap ul.full-mega-menu a:focus:after, .pixelstrap ul.full-mega-menu a:active:after, .pixelstrap ul.full-mega-menu a.highlighted:after {
      content: ">";
      position: absolute;
      left: -10px; }
  .pixelstrap .scroll-up,
  .pixelstrap .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px; }
  .pixelstrap .scroll-up-arrow,
  .pixelstrap .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #ff3522 transparent; }
  .pixelstrap .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #ff3522 transparent transparent transparent; }
  .pixelstrap.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #6a4031 transparent transparent; }
  .pixelstrap.sm-rtl > li:first-child {
    border-left: 1px solid #ff3522; }
  .pixelstrap.sm-rtl > li:last-child {
    border-left: 0; }
  .pixelstrap.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #6a4031 transparent transparent; }
  .pixelstrap.sm-vertical {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
    .pixelstrap.sm-vertical a {
      padding: 9px 23px; }
      .pixelstrap.sm-vertical a .sub-arrow {
        top: 50%;
        margin-top: -#6a4031;
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 10px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #6a4031; }
    .pixelstrap.sm-vertical > li {
      border-left: 0 !important; } }

/*==================
Responsive css
===================*/
@media (min-width: 1470px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 1470px) {
  .menu .menu-content .menu-right .full-mega-menu {
    min-width: 950px !important; } }

@media (max-width: 1440px) {
  .animation-section .decor-animation .decor10 {
    width: 18%;
    bottom: 18%; }
  .animation-section.main_section .decor-animation .decor9 {
    width: 10%;
    bottom: 19%; }
  .animation-section.main_section .decor-animation .decor11 {
    width: 20%;
    top: 4%; }
  .product_box .product_image .product_icon i {
    padding: 7px; }
  .title_prime h2 {
    line-height: 50px;
    padding-top: 40px; }
  .title_prime p {
    margin-top: -16px;
    padding-top: 40px; }
  .title_second h5 {
    margin-top: -3px; }
  .btn_dark {
    padding: 13px 30px;
    letter-spacing: 2px; }
  .btn_lite {
    padding: 13px 30px;
    letter-spacing: 2px; }
  .menu .menu-content .navbar .nav-link {
    padding-right: 15px;
    padding-left: 15px; }
  .menu .menu-content .navbar .navbar-brand img {
    width: 99px; }
  .home-slider .main_section {
  }
    .home-slider .main_section .main_section_contain {
      height: 85vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 75px; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.11em;
        padding: 40px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 20px;
        margin-left: -5px;
        margin-top: 32px; }
  .advertise_section .bottle img {
    width: 85%;
    bottom: -50px; }
  .testimonial_section .testimonial .comment_box {
    margin-left: 50px; }
  .testimonial_section .nav_image {
    margin-bottom: -25px;
    padding-top: 0; }
  .footer .footer-title {
    margin-top: -4px; }
  .footer .links {
    padding: 0; }
  .footer .footer-content .mo-number {
    margin-bottom: 0; }
  .footer .footer-content .jvector-map-height .jvectormap-container {
    height: 230px; }
    .footer .footer-content .jvector-map-height .jvectormap-container svg {
      top: -50px;
      height: 230px; }
  .theme-breadcrumb p {
    margin-bottom: -6px; }
  .theme-breadcrumb h2 {
    margin-top: 6px; }
  .about-page p {
    margin-bottom: -7px; }
  .about-page h4 {
    margin-top: -7px; }
  .team h6 {
    margin-bottom: -3px; }
  .call-to-action-section .contact .newsletter {
    padding-left: 35px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 35px; }
  .call-to-action-section .email-box .email {
    width: 400px; }
  .feature-section .bottle-image {
    margin-top: 75px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 200px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 80px; }
  .mission-section .title_prime .para2 {
    margin-top: -5px;
    padding-top: 30px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 40px; }
  .advertise_section {
    padding: 100px 0;
    margin-top: 116px; }
    .advertise_section .adv_contain {
      margin-top: -3px; }
      .advertise_section .adv_contain p {
        padding: 25px 0 0 0; }
  .service-section .title_prime .btn {
    margin-top: 30px; }
  .service-section .image-container {
    margin: 40px 0; }
  .about-us-section .main-image h4 {
    top: 59px;
    right: -28.5%; }
  .about-us-section .main-image .sub-image {
    width: 235px; }
	
  .about-us-section .main-contain h2 {
    line-height: 50px;
    margin-top: -8px; }
  .about-us-section .main-contain .para1 {
    padding-top: 35px; }
  .about-us-section .main-contain .para2 {
    padding-top: 15px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 20px; }
  .product_box .product_image .timer-box .timer .padding-l {
    padding-left: 15px; }
  .product_box .product_image .timer-box .timer span {
    width: 55px; }
    .product_box .product_image .timer-box .timer span .timer-cal {
      padding-left: 7px; }
  .hair_color_section .hair_color .main-box .main-color {
    padding: 10px; }
    .hair_color_section .hair_color .main-box .main-color:before {
      height: 22px;
      width: 22px;
      border: 6px solid white; }
    .hair_color_section .hair_color .main-box .main-color li {
      padding: 10px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #6a4031;
    border-bottom: 1px solid #6a4031;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #6a4031; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #6a4031;
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 10%; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    width: 25%; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px; }
  .cart-section tbody tr td {
    min-width: 175px; }
    .cart-section tbody tr td .qty-box .input-group .form-control {
      width: 75px; }
  .cart-section tfoot tr td {
    padding-right: 41px; }
  .product-right .product-icon .product-social li {
    padding-right: 10px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .color-selector ul li.active:after {
    top: 9px;
    right: 0; } }

@media (max-width: 1367px) {
  .advertise_section {
    padding: 100px 0;
    margin-top: 122px; }
  .home-slider .main_section {
   }
    .home-slider .main_section .main_section_contain {
      height: 80vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 70px;
        letter-spacing: 0.025em; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.075em;
        padding: 10px 0; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 20px;
        margin-top: 28px; }
  .about-page h4 {
    margin-top: -6px; } }

@media (max-width: 1199px) {
  section {
    padding: 75px 0; }
  .footer p {
    margin-bottom: 0; }
  .footer .payment-icon, .footer .links {
    margin-bottom: 20px; }
  .footer .media p {
    margin-bottom: 12px; }
  .footer .links {
    padding-left: 15px;
    padding-right: 15px; }
  .collection-filter-block {
    padding: 0 20px; }
    .collection-filter-block .collapse-block-title {
      margin: 25px 0 0 0; }
  .collection-filter .theme-card {
    padding: 20px; }
  .theme-card .slick-next {
    right: -10px; }
  .theme-card .slick-prev {
    right: 10px; }
  .section-t-space {
    padding-top: 75px; }
  .section-b-space {
    padding-bottom: 75px; }
  .title_prime h2 {
    max-width: 335px;
    line-height: 45px;
    padding-top: 35px; }
  .title_prime p {
    padding-top: 35px; }
  .title_second {
    margin-bottom: 37px; }
    .title_second h5 {
      margin-top: -2px; }
  .prodcut_left_margin > div:nth-last-child(1), .prodcut_left_margin > div:nth-last-child(2), .prodcut_left_margin > div:nth-last-child(3) {
    margin-top: 30px; }
  .btn_dark {
    padding: 12px 24px;
    letter-spacing: 1px; }
  .btn_lite {
    padding: 12px 24px;
    letter-spacing: 1px; }
  .menu.active .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    .menu.active .according-menu:before {
      content: "+";
      position: absolute;
      right: 2px;
      top: 2px; }
  .menu .according-menu {
    font: normal normal normal 14px/1 FontAwesome; }
    .menu .according-menu:before {
      content: "+";
      position: absolute;
      right: 2px;
      top: 2px; }
  .menu .menu-content .menu-right .full-mega-menu {
    right: 0 !important;
    min-width: 100% !important;
    margin-left: 0 !important;
    padding: 0 40px 0 24px !important;
    margin-top: 5px; }
    .menu .menu-content .menu-right .full-mega-menu h5 {
      margin: 10px 0 !important;
      background: transparent;
      color: #6a4031;
      font-size: 16px;
      text-shadow: none;
      font-weight: 400;
      text-transform: capitalize; }
    .menu .menu-content .menu-right .full-mega-menu .mega-box.col {
      -ms-flex-preferred-size: unset !important;
          flex-basis: unset !important; }
  .menu .menu-content .menu-left .brand-logo a {
    padding: 0; }
  .menu .menu-content a {
    padding: 10px 15px; }
  .menu .menu-content .toggle-nav {
    display: block;
    margin-right: 25px; }
  .menu .menu-content .sm-horizontal {
    position: fixed;
    width: 300px;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #ffffff;
    overflow: scroll; padding-top:2%;}
	
  .menu .menu-content .sm-horizontal li{padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #f4f4f4;}	
	
	
	.manbg{ position:fixed;top:0;left:0; background-color:rgba(0,0,0,.5);width: 100%;
    height: 100%;display:none;z-index:9;}
    .menu .menu-content .sm-horizontal .mobile-back {
      padding: 20px;
      font-size: 18px;
      color: #6a4031;
      font-weight: 700;
      text-transform: uppercase;
      border-bottom: 1px solid #efefef;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .menu .menu-content .sm-horizontal ul li a {
      text-transform: capitalize;
      font-weight: 400; }
  .menu .menu-content .navbar .nav-link {
    padding-right: 8px;
    padding-left: 8px; }
  .menu .menu-content .navbar .navbar-brand img {
    width: 90px; }
  .main-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    background: white; }
  .home-slider .main_section {
}
    .home-slider .main_section .main_section_contain {
      height: 75vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 65px; }
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0.055em;    line-height: 65px; 
     }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 15px;
        margin-left: -5px;
        margin-top: 25px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 0; }
  .call-to-action-section .contact .newsletter {
    padding-left: 15px; }
  .call-to-action-section .email-box .email {
    width: 375px; }
  .feature-section .bottle-image {
    margin-top: 65px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 175px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 75px; }
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner h6,
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime .para2 {
    margin-top: -7px;
    padding-top: 25px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 33px; }
  .service-section .image-container {
    margin: 33px 0; }
  .service-section .title_prime .btn {
    margin-top: 23px; }
  .about-us-section .main-image h4 {
    top: 53px;
    right: -32%; }
  .about-us-section .main-image .sub-image {
    width: 200px; }
  .about-us-section .main-contain h2 {
    line-height: 40px;
    margin-top: -5px; }
  .about-us-section .main-contain .para1 {
    padding-top: 25px; }
  .about-us-section .main-contain .para2 {
    padding-top: 10px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 15px; }
  .blog_section .blog .card .card-body h6 {
    padding: 5px 0; }
  .hair_color_section .hair_color .main-box .main-color {
    padding: 7px; }
    .hair_color_section .hair_color .main-box .main-color:before {
      height: 20px;
      width: 20px;
      border: 5px solid white; }
    .hair_color_section .hair_color .main-box .main-color li {
      padding: 7px; }
  .footer .footer-content .mo-number {
    margin-bottom: 10px; }
  .footer .footer-content .jvector-map-height {
    height: 230px;
    margin-bottom: -4px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 230px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        top: 0;
        height: 230px; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .product_contain h5 {
    padding-bottom: unset; }
  .advertise_section {
    padding: 68px 0;
    margin-top: 32px; }
    .advertise_section .bottle img {
      bottom: -50px; }
    .advertise_section .adv_contain {
      margin-top: -2px; }
      .advertise_section .adv_contain h3 {
        margin-bottom: 0; }
  .brand_section .logo img {
    width: 90%; }
  .testimonial_section .testimonial .space .test_image img {
    width: 125px; }
  .testimonial_section .testimonial .space .test_image .chat_icon {
    width: 60px; }
  .testimonial_section .testimonial .space .comment_box {
    margin-left: 40px;
    margin-top: 15px; }
  .testimonial_section .nav_img {
    padding: 35px 13%; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 100%; }
  .search-block .form-header {
    padding-top: 15px; }
  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px; }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #6a4031;
    border-bottom: 1px solid #6a4031; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #6a4031; }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
    padding: 20px !important;
    padding-left: 0 !important;
    width: 20%; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
      display: none; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%; }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%; }
  .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 15px; }
  .collection-filter-block .product-service .media .media-body h4 {
    font-size: 16px; }
  .product-right h2 {
    font-size: 20px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px; }
    .testimonial .testimonial-slider .media .media-body p {
      line-height: 1.5; }
  .blog-page .blog-media {
    margin-bottom: 20px; }
    .blog-page .blog-media .blog-right {
      display: block;
      margin-top: 15px; }
      .blog-page .blog-media .blog-right p {
        line-height: 1.3; }
  .tab-product .tab-content.nav-material .single-product-tables table {
    width: 50%; }
  .product-description-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px; }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px; }
  .product-form-box .border-product {
    padding-top: 10px;
    padding-bottom: 15px; }
  .product-form-box .timer {
    padding-left: 17px; }
    .product-form-box .timer span {
      width: 55px; }
  .product-form-box .product-buttons .btn_dark,
  .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-accordion .single-product-tables table {
    width: 70%; }
  .tab-product .flex-column {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
            flex-direction: unset !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tab-product .nav-material.nav-tabs {
    border-bottom: 1px solid #dddddd;
    border-right: 0; }
    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
      background-color: unset; }
  .tab-border {
    padding-top: 0; }
  .color-selector ul li.active:after {
    right: -1px;
    width: 13px;
    height: 13px; } }

@media (max-width: 1024px) {
  .about-us-section .main-image h4 {
    top: 49px;
    right: -21%; }
  .advertise_section {
    padding: 99px 0;
    margin-top: 34px; }
  .slick-prev {
    left: 0;
    z-index: 7; }
  .slick-next {
    right: 0;
    z-index: 7; } }

@media (max-width: 991px) {
  section {
    padding: 60px 0; }
  .section-t-space {
    padding-top: 60px; }
  .section-b-space {
    padding-bottom: 60px; }
  .alert {
    max-width: 45% !important; }
  .map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem; }
  .checkout-page .common-card {
    margin-top: 30px;
    padding-bottom: 0; }
  .quick-view-modal .product-right .product-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .abjust-space {
    margin-top: 20px;
    height: auto; }
  .search-block .form-header {
    padding: 15px 20% 0 20%; }
  .decor-animation {
    opacity: 0.6; }
  .pwd-page .theme-form input {
    margin: 0 auto; }
  .pwd-page .forget-btn {
    margin-top: 25px; }
  .btn_dark {
    padding: 10px 20px; }
    .btn_dark:after {
      left: -85px; }
  .btn_lite {
    padding: 10px 20px; }
    .btn_lite:after {
      left: -85px; }
  .home-slider .main_section {
 }
    .home-slider .main_section .main_section_contain {
      height: 50vh; }
    
      .home-slider .main_section .main_section_contain p {
        letter-spacing: 0;
 }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 5px;
        margin-left: -10px;
        margin-top: 18px; }
  .menu .menu-content {
    padding: 5px 0; }
    .menu .menu-content .navbar {
      background: transparent !important; }
      .menu .menu-content .navbar .forground {
        opacity: 0.8;
        visibility: visible;
        z-index: 10; }
      .menu .menu-content .navbar .back {
        display: block;
        text-align: right;
        background: transparent;
        border: unset;
        color: #6a4031;
        font-weight: bold;
        font-family: "Work Sans", sans-serif;
        font-size: 16px;
        cursor: pointer;
        padding: 15px;
        border-bottom: 1px solid #6a4031;
        width: 100%; }
        .menu .menu-content .navbar .back:after {
          content: "\f054";
          font: normal normal normal 14px/1 FontAwesome; }
      .menu .menu-content .navbar .navbar-collapse {
        position: fixed;
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
        top: 0;
        right: 0;
        width: 300px;
        background: #ffffff;
        height: 100vh;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .menu .menu-content .navbar .navbar-collapse.show {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          height: 100vh;
          z-index: 9; }
        .menu .menu-content .navbar .navbar-collapse .navbar-nav {
          height: 100vh;
          text-align: left;
          padding-left: 15px; }
      .menu .menu-content .navbar .navbar-toggler {
        color: #6a4031; }
      .menu .menu-content .navbar .nav-item .nav-link:hover {
        background: #ffffff;
        color: #6a4031; }
  .sidenav-overly {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    z-index: 9; }
  .mission-section .mission-image > div {
    margin-top: 30px; }
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner h6,
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime {
    text-align: center; }
    .mission-section .title_prime .para2 {
      margin-top: -10px; }
    .mission-section .title_prime h2 {
      max-width: 100%; }
    .mission-section .title_prime .icon-image {
      margin-left: 0; }
    .mission-section .title_prime .btn_dark {
      margin-top: 25px; }
  .tap-top {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 3px; }
  .theme-breadcrumb h2 {
    margin-top: 5px; }
  .about-page h4 {
    margin-top: -5px; }
  .call-to-action-section .contact {
    float: unset;
    margin: 0 0 5px auto;
    text-align: center; }
    .call-to-action-section .contact .media .media-body {
      padding-right: 15px; }
  .call-to-action-section .email-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5px 0; }
    .call-to-action-section .email-container .email-box {
      float: unset; }
      .call-to-action-section .email-container .email-box .email {
        width: 432px;
        padding: 5px 20px; }
      .call-to-action-section .email-container .email-box .submit-btn {
        padding: 5px 20px; }
        .call-to-action-section .email-container .email-box .submit-btn i {
          padding-right: 5px; }
  .feature-section .title h5 {
    margin-top: 0; }
  .feature-section .bottle-image {
    margin-top: 50px;
    margin-bottom: -13px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 100px; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 50px; }
  .mission-section .title_prime .para2 {
    padding-top: 20px; }
  .about-us-section .btn_dark, .service-section .btn_dark {
    margin-top: 25px; }
  .title_prime h2 {
    line-height: 40px;
    padding-top: 30px;
    max-width: 305px;
    margin-top: -10px; }
  .title_prime p {
    margin-top: -15px;
    padding-top: 30px; }
  .title_prime h5 {
    padding-top: 18px; }
    .title_prime h5:before {
      top: 28px; }
  .title_second {
    margin-bottom: 35px; }
    .title_second h5 {
      margin-top: 0;
      line-height: 13px; }
    .title_second h2 {
      padding-top: 10px; }
  .service-section .title_prime .btn {
    margin-top: 19px; }
  .service-section .image-container {
    margin: 40px 0; }
    .service-section .image-container .handle:before {
      height: 25px;
      width: 25px;
      border: 5px solid #ffffff; }
    .service-section .image-container .back-div {
      height: 101%; }
  .about-us-section .main-image {
    margin-bottom: 0; }
    .about-us-section .main-image h4 {
      top: 48px;
      right: -32%; }
    .about-us-section .main-image .sub-image {
      width: 145px; }
  .about-us-section .main-contain h2 {
    line-height: 35px;
    margin-top: -2px;
    padding-bottom: 25px; }
  .about-us-section .main-contain .para1 {
    padding-top: 20px; }
  .about-us-section .main-contain .para2 {
    padding-top: unset; }
  .about-us-section .main-contain .btn_lite {
    margin-top: 5px; }
  .hair_color_section .hair_color .main-box .main-color:before {
    height: 18px;
    width: 18px;
    border: 5px solid white; }
  .product_contain {
    padding: 10px 0 0 0; }
  .product_section .tab-content .product-row .rank {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .advertise_section {
    padding: 35px 0;
    margin-top: 64px; }
    .advertise_section .bottle img {
      bottom: -6px;
      height: 304px;
      width: 100%; }
    .advertise_section .adv_contain .btn_dark {
      font-size: 14px;
      padding: 7px 15px;
      margin-top: 25px; }
  .brand_section .logo img {
    width: 80%; }
  .brand_section .brand > div:nth-child(1) {
    border-bottom: unset;
    -o-border-image: linear-gradient(-90deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, right top, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(-90deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(2) {
    border-right: unset;
    border-left: 2px solid;
    border-bottom: unset;
    -o-border-image: linear-gradient(0deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left bottom, left top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(0deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(3) {
    border-bottom: 2px solid;
    border-top: 2px solid;
    -o-border-image: linear-gradient(90deg, #ffffff, #cab79a);
       border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cab79a));
       border-image: linear-gradient(90deg, #ffffff, #cab79a);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(5) {
    border-right: unset;
    border-left: unset; }
  .brand_section .brand > div:nth-child(4) {
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(90deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left top, right top, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(90deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .brand_section .brand > div:nth-child(6) {
    border-left: 2px solid;
    -o-border-image: linear-gradient(-180deg, #cab79a, #ffffff);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#cab79a), to(#ffffff));
       border-image: linear-gradient(-180deg, #cab79a, #ffffff);
    border-image-slice: 1; }
  .testimonial_section .testimonial .space {
    padding: unset; }
    .testimonial_section .testimonial .space .test_image img {
      width: 115px; }
    .testimonial_section .testimonial .space .test_image .chat_icon {
      width: 55px; }
    .testimonial_section .testimonial .space .comment_box {
      text-align: center;
      margin-top: unset;
      margin-left: unset; }
      .testimonial_section .testimonial .space .comment_box .space {
        margin: 25px 25px 0; }
  .testimonial_section .rating {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial_section .nav_image {
    padding-top: 0; }
    .testimonial_section .nav_image .slick-current img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .testimonial_section .slick-slider .slick-prev {
    z-index: 5;
    top: 75%; }
  .testimonial_section .slick-slider .slick-next {
    top: 75%;
    z-index: 5; }
  .footer .footer-content .jvector-map-height {
    height: 165px;
    margin-bottom: -2px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 165px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        height: 165px; }
  .collection-filter-block .product-service {
    padding: 0; }
  .collection-collapse-block {
    padding-bottom: 0; }
  .login-page .authentication-right {
    height: auto; }
  .color-selector ul li.active:after {
    right: 3px;
    width: 15px;
    height: 15px; }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
    .testimonial .testimonial-slider .media .media-body p {
      margin-bottom: 0; }
  .testimonial .testimonial-slider .slick-track .slick-slide:nth-child(even) .media {
    border-left: none;
    padding-left: 0; }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px; }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0; }
  .top-banner-content h4 {
    font-size: 20px; }
  .collection-product-wrapper .product-top-filter {
    border-top: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      border-top: 1px solid #6a4031; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
      display: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
      width: 50%; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important; }
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
      .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        border-left: 1px solid #6a4031;
        padding: 21px 34px 21px 34px;
        border-top: none;
        border-bottom: none; }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
      border-right: none !important; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
      border-top: 1px solid #dddddd; }
  .filter-main-btn {
    display: block; }
  .collection-filter {
    position: fixed;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 1px 0 5px #ddd;
            box-shadow: 1px 0 5px #ddd; }
    .collection-filter .collection-sidebar-banner {
      text-align: center; }
    .collection-filter .theme-card {
      padding-left: 30px;
      padding-right: 30px;
      border: 0; }
    .collection-filter .theme-card .offer-slider .media .media-body a h6 {
      margin-right: 20px; }
    .collection-filter .theme-card .offer-slider .media .media-body .rating i {
      padding-right: 3px; }
    .collection-filter .theme-card.card-border .offer-slider {
      padding-top: 0; }
    .collection-filter .collection-sidebar-banner {
      padding: 0 30px; }
  .collection-filter-block {
    border: none; }
  .collection-mobile-back {
    display: block; }
  .collection .section-t-space {
    padding-top: 30px; }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px; }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px; }
  .right-login {
    margin-top: 30px; }
  .contact-page .map iframe {
    height: 350px; }
  .contact-page .contact-right {
    padding-bottom: 0; }
    .contact-page .contact-right ul li {
      padding-left: 0;
      border-bottom: 1px solid #dddddd;
      text-align: center;
      padding-bottom: 10px;
      margin-top: 15px; }
      .contact-page .contact-right ul li:last-child {
        border-bottom: 0; }
      .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0; }
      .contact-page .contact-right ul li p {
        margin-bottom: 10px; }
  .cart-section .cart-table thead th:last-child {
    display: none; }
  .cart-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td:last-child {
      display: none; }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section tfoot tr td {
    padding-right: 0; }
  .wishlist-section tbody tr td {
    min-width: 106px; }
  .product-right h2 {
    margin-top: 15px; }
  .product-right {
    text-align: center;
    margin: 20px 0 10px 0; }
    .product-right .detail-section,
    .product-right .product-icon {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .product-description .qty-box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-right .size-text {
      text-align: left; }
    .product-right .timer {
      text-align: left; }
    .product-right .product-icon .product-social li {
      padding-right: 20px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: none #6a4031; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
      text-align: left; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
      color: #ffffff; }
    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
      height: 100vh;
      left: -350px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .collection-product-wrapper .product-top-filter .popup-filter .search-count {
    width: 100%;
    padding: 10px 0;
    text-align: center; }
  .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
      padding-top: 10px;
      padding-bottom: 10px; }
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
      top: 13px; }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px; }
  .tab-product {
    padding-top: 0; }
  .tab-product .nav-material.nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .pro_sticky_info {
    border: none;
    padding: 10px 0; }
  .product-form-box {
    margin-bottom: 10px; }
  .dashboard-left {
    position: fixed;
    width: 250px;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    padding: 25px;
    max-width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 8px 0 #dddddd;
            box-shadow: 0 0 8px 0 #dddddd; }
    .dashboard-left .block-title h2 {
      display: none; }
    .dashboard-left .block-content {
      border: none;
      padding: 0;
      margin-top: 20px; }
      .dashboard-left .block-content ul li:hover {
        padding-left: 0; }
  .account-sidebar {
    display: block; }
  .typography_section .row > div:first-child .typography-box:last-child {
    margin-bottom: 30px; }
  .product-slick .slick-prev,
  .product-slick .slick-next,
  .rtl-product-slick .slick-prev,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-prev,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-next {
    opacity: 1; }
  .product-slick .slick-prev,
  .rtl-product-slick .slick-prev,
  .product-right-slick .slick-prev,
  .rtl-product-right-slick .slick-prev {
    left: 20px; }
  .product-slick .slick-next,
  .rtl-product-slick .slick-next,
  .product-right-slick .slick-next,
  .rtl-product-right-slick .slick-next {
    right: 20px; }
  .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .bundle_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bundle_detail .theme_checkbox {
    padding: 0 20%; } }
#onlineService {
  z-index: 100998;
  display: none;
}
#onlineService {
  position: fixed;
  right: 0;
  bottom: 32%;
  z-index: 100998;
}
@media (max-width: 768px) {
  .home-slider.slick-slider {
    display: block; }
  .delivery-sec h2 {
    margin-bottom: -5px; }
  .footer .footer-content .media i {
    font-size: 16px; }
  .pwd-page .theme-form input {
    width: 100%; }
  .service-section .image-container .ba-slider .before-lable {
    left: -10px; }
  .service-section .image-container .ba-slider .after-lable {
    right: -10px; } }

@media (max-width: 767px) {
  section {
    padding: 50px 0; }
  .section-t-space {
    padding-top: 50px; }
  .section-b-space {
    padding-bottom: 50px; }
  .about-us-section .main-contain h2 {
    margin-top: 15px; }
  .about-us-section .btn_dark, .service-section .btn_dark {
    margin-top: 20px; }
  .menu .menu-content {
    padding: 0; }
  .btn_lite {
    padding: 8px 10px; }
  .animation-section .decor-animation {
    display: none; }
  .prodcut_left_margin > div:nth-last-child(1), .prodcut_left_margin > div:nth-last-child(4), .prodcut_left_margin > div:nth-last-child(3) {
    margin-top: 30px; }
  .blog-page .order-sec {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .blog-page .blog-media {
    margin-bottom: 0; }
    .blog-page .blog-media .blog-right {
      margin-bottom: 30px; }
      .blog-page .blog-media .blog-right.blog-padding {
        margin-bottom: -0px; }
  .blog-detail-page .blog-detail p {
    line-height: 1.3; }
  .home-slider.slick-slider:hover .slick-prev {
    left: 30px; }
  .home-slider.slick-slider:hover .slick-next {
    right: 30px; }
  .home-slider .main_section {
}
    .home-slider .main_section .main_section_contain {
      height: 25vh; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 40px;
        letter-spacing: 0.01em;
        font-size: 30px; }
      .home-slider .main_section .main_section_contain p {

        line-height: 20px; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: 0;
        margin-left: -15px;
        margin-top: 8px; }
  .call-to-action-section .email-container .email-box .email {
    width: 375px; }
  .footer .links {
    padding: 0 15px; }
  .footer .footer-title h5 {
    margin-bottom: 10px; }
  .footer .footer-content .jvector-map-height {
    height: 145px;
    margin-bottom: -13px; }
    .footer .footer-content .jvector-map-height .jvectormap-container {
      height: 145px; }
      .footer .footer-content .jvector-map-height .jvectormap-container svg {
        height: 145px; }
  .footer .footer-content .payment-icon img {
    width: 80%; }
  .footer .footer-content .payment-icon ul > li + li {
    padding-left: 0; }
  .footer .footer-content .media i {
    font-size: 16px; }
  .footer .footer-content .media .media-body {
    max-width: 80%; }
  .feature-section .bottle-image {
    display: none; }
  .feature-section .box {
    margin-top: 40px; }
  .feature-section .feature-box .last-para {
    margin-bottom: -3px; }
  .feature-section .feature-box > div:nth-child(1) {
    margin-top: 0; }
  .feature-section .feature-box > div:nth-child(2) {
    margin-top: 0; }
  .feature-section .feature-box .features-rtl {
    text-align: unset; }
    .feature-section .feature-box .features-rtl img {
      position: absolute;
      left: 0; }
    .feature-section .feature-box .features-rtl .media-body {
      margin-left: 67px; }
  .title_prime {
    text-align: center; }
    .title_prime .icon-image {
      margin-left: unset; }
    .title_prime h2 {
      padding-top: 20px;
      max-width: unset; }
    .title_prime h5 {
      padding-top: 15px; }
      .title_prime h5:before {
        top: 25px; }
  .title_second {
    margin-bottom: 27px; }
    .title_second h5 {
      margin-top: 0;
      line-height: 16px; }
    .title_second h2 {
      padding-top: 10px; }
  .mission-section .mission-image > div {
    margin-top: 30px; }
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner h6,
  .mission-section .box-container .box-item .flip-box .flip-box-back .inner p {
    margin-bottom: 5px; }
  .mission-section .title_prime .para2 {
    margin-top: -10px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 20px; }
  .service-section .title_prime .btn {
    margin-bottom: 20px;
    padding-left: 0;
    margin-top: 17px; }
    .service-section .title_prime .btn:before {
      width: 50px; }
  .service-section .image-container {
    margin: 75px 0 50px 0; }
    .service-section .image-container .back-div {
      height: 120%; }
  .about-us-section .main-image {
    width: 350px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-bottom: 5px; }
    .about-us-section .main-image h4 {
      top: 42px;
      right: -22%; }
    .about-us-section .main-image .sub-image {
      width: 145px; }
  .about-us-section .main-contain {
    text-align: center; }
    .about-us-section .main-contain .para1:before {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
  .hair_color_section .hair_color .main-box .main-color {
    -webkit-transform: translateY(5px);
            transform: translateY(5px); }
  .product_box .product_image .timer-box .timer .padding-l {
    padding-left: 10px; }
  .product_box .product_image .timer-box .timer span {
    width: 45px; }
    .product_box .product_image .timer-box .timer span .timer-cal {
      padding-left: 5px; }
  .product_box .product_image ul > li {
    z-index: 5; }
    .product_box .product_image ul > li:nth-child(2) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .product_box .product_image ul > li:nth-child(3) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .product_box .product_image ul > li:nth-child(4) {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .product_section ul.tabs li {
    padding: 5px 15px; }

  .cart-section tbody tr td .icon,
  .wishlist-section tbody tr td .icon {
    margin-right: 0 !important; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-pagination {
    margin: 20px 0 50px 0; }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart-section .cart-table thead th:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td:nth-last-child(-n + 4) {
    display: none; }
  .cart-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-product > div:nth-child(11) {
    margin-top: 30px; }
  .search-product > div:nth-child(12) {
    margin-top: 30px; }
  .wishlist-section .cart-table thead th:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td:nth-last-child(-n + 3) {
    display: none; }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .product-order .product-order-detail img {
    height: auto; }
 
	.about-us-section .col-md-4{-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;}
  .about-us-section .col-md-5{-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;margin-top:2%;}
	
		#onlineService {
	display: block;
}  #onlineService {
    overflow: visible;
  }
	
#onlineService {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.offside {
	display: flex;
	width: 100%
}
.offside li {
	flex-grow: 1;
	flex: 1;
	text-align: center;
	width: auto;
	height: 60px;
	background: #6a4031 !important;
	border-bottom: none !important;
	border-right: 1px solid rgba(255,255,255,0.15)
}
.offside li i {
	color: #fff !important;
	font-size: 20px !important;
	line-height: 60px !important;
	padding: 0;
	font-size: 22px !important
}
.offside li.tel {
	width: 47px;
	transform: translateX(0);
	-webkit-transform: translateX(0)
}
.offside li:last-child {
	display: none
}
.offside li p {
	display: none !important
}
.offside li a {
	position: static;
	display: inline-block
}

	.tap-top{display:none !important;}
	
	.copyright{padding-bottom:60px;}
	
	}

@media (max-width: 577px) {
  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important; }
  .portfolio-section .filter-button {
    font-size: 16px;
    padding: 0 10px;
    line-height: 30px; }
  .filter-section .filter-container ul.filter > li {
    padding: 5px 10px; }
    .filter-section .filter-container ul.filter > li > a {
      font-size: 16px;
      line-height: 13px; }
  .home-slider .main_section .main_section_contain h1 {
    font-size: 25px;
    line-height: 35px; }
  .advertise_section .bottle img {
    height: 242px; }
  .search-block .form-header {
    padding: 15px 0 0 0; }
  .pwd-page .theme-form input {
    width: 100%; }
  .pwd-page .forget-btn {
    margin-top: 25px; }
  .blog-detail-page .blog-detail .post-social {
    display: block; } }

@media (max-width: 576px) {
  section {
    padding: 40px 0; }
  .section-t-space {
    padding-top: 40px; }
  .footer .row > div:first-child .footer-title {
    padding-top: 0; }
  .footer .payment-icon, .footer .links {
    margin-bottom: 0; }
  .order_detail {
    padding: 0; }
  .section-b-space {
    padding-bottom: 40px; }
  .small-section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .common-card {
    padding: 20px; }
  .dashboard .box-account > div + div {
    margin-top: 0px; }
  .portfolio-section .isotopeSelector {
    margin-bottom: 15px; }
  .checkout-page .checkout-form .form-group .field-label {
    margin-bottom: 5px; }
  .dashboard .box .box-title > a {
    position: relative;
    padding-bottom: 10px;
    display: block; }
  .product_contain .card-title {
    margin-bottom: 5px; }
  .prodcut_left_margin > div {
    margin-top: 30px; }
    .prodcut_left_margin > div:first-child {
      margin-top: 0; }
  .home-slider .main_section .main_section_contain .new {
    margin-top: 5px; }
  .service-section .image-container {
    margin: 70px 0 40px 0; }
  .top_header {
    display: none; }
  .menu {
    top: 0;
    padding: 5px; }
    .menu .menu-content .main_menu_right {
      z-index: 9;


      height: unset !important;
      width: 100%;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .menu .menu-content .main_menu_right > button a {
        color: #6a4031; }
      .menu .menu-content .main_menu_right > button + button {
        margin-left: unset; }
      .menu .menu-content .main_menu_right .setting {
        display: block; }
      .menu .menu-content .main_menu_right button {
        width:33.333%;
        color: #6a4031;
        border: unset;
        background: unset;
        padding: 10px; }
        .menu .menu-content .main_menu_right button span {
          font-size: 20px; }
        .menu .menu-content .main_menu_right button:hover {
          background-color: transparent; }
    .menu .menu-content .toggle-nav {
      margin-right: 0;
      padding-top: 20px;
      padding-bottom: 20px; }
    .menu .menu-content .brand-logo img {
      width: 70%; }
  .main_section {
}
    .main_section .main_section_contain {
      height: 45vh; }
      .main_section .main_section_contain h1 {
        line-height: 35px; }
      .main_section .main_section_contain .new {
        margin-bottom: -1px;
        margin-left: -20px;
        margin-top: 19px; }
  .title_prime .icon-image {
    width: 45px; }
  .title_prime h2 {
    padding-top: 15px; }
  .title_prime p {
    margin-top: -16px; }
  .title_prime h5 {
    padding-top: 10px; }
    .title_prime h5:before {
      top: 20px; }
  .title_second {
    margin-bottom: 27px; }
    .title_second h5 {
      margin-top: -2px; }
  .service-section .image-container .ba-slider .after-lable {
    display: none; }
  .service-section .image-container .resize .before-lable {
    display: none; }
  .feature-section .box {
    margin-top: 35px; }
  .feature-section .title h5 {
    margin-top: -1px; }
  .feature-section .feature-box .last-para {
    margin-bottom: -2px; }
  .footer .links {
    padding-left: 15px;
    padding-right: 15px; }
  .footer .footer-title {
    display: block; }
  .footer .footer-content {
    padding: 10px 0; }
  .footer .footer-title {
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
    .footer .footer-title h5 {
      margin-bottom: 0;
      cursor: pointer; }
    .footer .footer-title.active .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      .footer .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        bottom: 10px; }
    .footer .footer-title .according-menu {
      font: normal normal normal 15px/1 FontAwesome; }
      .footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        bottom: 10px; }
  .footer .footer-title .according-menu:before {
    bottom: 18px; }
  .call-to-action-section .contact .media .media-body {
    padding-right: 10px; }
  .call-to-action-section .contact .newsletter {
    padding-left: 10px; }
  .call-to-action-section .email-container .email-box .email {
    width: 350px; }
  .about-us-section .main-image h4 {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0; }
  .about-us-section .main-contain h2 {
    line-height: 30px;
    margin-top: 0; }
  .product_section .tab-content .product-row > div:nth-child(n) {
    margin-top: 30px; }
  .product_section ul.tabs {
    margin-top: 5px; }
 
 
  .checkout-page .checkout-form .form-group {
    margin-bottom: 20px; }
  .checkout-page .checkout-form input[type="text"], .checkout-page .checkout-form input[type="email"], .checkout-page .checkout-form input[type="password"], .checkout-page .checkout-form input[type="tel"], .checkout-page .checkout-form input[type="number"], .checkout-page .checkout-form input[type="url"] {
    height: 38px; }
  .template-password #container #login {
    margin-bottom: 0; }
  .login-page .theme-card .theme-form input {
    padding: 10px 16px; }
  .error-section {
    padding: 100px 0; }
    .error-section h1 {
      font-size: 100px;
      line-height: 1.4; }
    .error-section h2 {
      margin: 20px 0;
      font-size: 18px; }
    .error-section .btn_dark {
      padding: 10px 25px;
      font-size: 14px; }
  .about-page .about-head {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .about-page .about-head .theme-breadcrumb .breadcrumb {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 10px;
      padding-bottom: 0; }
  .search-block .form-header {
    padding-top: 10px; }
  .blog-detail-page .blog-detail .post-social li {
    display: block; }
    .blog-detail-page .blog-detail .post-social li + li {
      padding-left: 0;
      margin-left: 0;
      border-left: none;
      display: block; }
  
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px; }
  .cart-section .cart-buttons .btn_dark {
    padding: 7px 8px; }
  .wishlist-section .btn_dark {
    padding: 7px 6px; }
  .collection-wrapper .order-up {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .checkout-page .checkout-form .btn_dark {
    padding: 10px 25px;
    font-size: 14px; }
  .search-product > div:nth-child(10) {
    margin-top: 30px; }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px; }
  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
    padding: 6px 9px 8px 15px;
    font-size: 12px; }
  .tab-product .tab-content.nav-material p,
  .product-full-tab .tab-content.nav-material p {
    padding: 15px 0; }
  .tab-product .tab-content.nav-material p {
    line-height: 1.3; }
  .slider-right-nav .slick-slide:first-child > div {
    margin-top: 15px; }
  .lookbook .lookbook-block .lookbook-dot .dot-showbox {
    width: 90px;
    top: -70px; }
    .lookbook .lookbook-block .lookbook-dot .dot-showbox .dot-info h5 {
      line-height: 16px; }
  .layout7-product .product-box .details-product {
    padding: 5px; }
  .layout7-product .product-box:hover .details-product {
    -webkit-animation: none;
            animation: none; }
  .padding-cls {
    padding-left: 15px;
    padding-right: 15px; }
  .success-text i {
    font-size: 40px; }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2; }
  .success-text h2 {
    margin-bottom: 10px; }
  .order-success-sec > div {
    margin-top: 15px; }
  .delivery-sec {
    padding: 15px;
    margin-top: 15px; }
    .delivery-sec h3,
    .delivery-sec h2 {
      font-size: 20px; }
  .product-order h3 {
    font-size: 20px; }
  .product-order .product-order-detail .order_detail h4,
  .product-order .product-order-detail .order_detail h5 {
    font-size: 14px;
    line-height: 1.2; }
  .product-order .total-sec ul li {
    font-size: 16px; }
  .product-order .final-total h3 {
    font-size: 16px; }
  .beauty-about .service .service-block1 {
    margin-bottom: 20px; }
    .beauty-about .service .service-block1:last-child {
      margin-bottom: 0; }
  .main-menu .menu-left .navbar i {
    font-size: 24px; }
  .typography_section .typography-box .typo-content.typo-buttons a:last-child {
    margin-top: 0; }
  .typography_section .typography-box .typo-content.typo-buttons .btn_dark.btn-sm {
    padding: 3px 12px; } }

@media (max-width: 480px) {
  section {
    padding: 30px 0; }
  .section-t-space {
    padding-top: 30px; }
  .section-b-space {
    padding-bottom: 30px; }
  .copyright {
    padding: 10px; }
  .checkout-form {
    margin-bottom: 20px; }
  .pwd-page .forget-btn {
    margin-top: 15px; }
  .home-slider .main_section {
    height: 25vh; }
    .home-slider .main_section .main_section_contain {
      height: 20vh; }
      .home-slider .main_section .main_section_contain .new {
        margin-bottom: -5px;
        margin-left: -20px;
        margin-top: 2px; }
      .home-slider .main_section .main_section_contain p {
        line-height: 20px;padding: 0; }
  .call-to-action-section .contact {
    display: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    float: unset;
    text-align: center; }
    .call-to-action-section .contact .media {
      display: block; }
      .call-to-action-section .contact .media .media-body {
        padding-right: unset;
        padding-bottom: 10px; }
      .call-to-action-section .contact .media svg {
        margin-right: unset; }
    .call-to-action-section .contact .newsletter {
      padding-left: unset;
      border-left: unset;
      border-top: 2px solid #a58e77;
      padding-top: 10px; }
    .call-to-action-section .contact .media-body {
      padding-right: unset; }
  .feature-section .box {
    margin-top: 30px; }
  .title_prime .icon-image {
    width: 40px; }
  .title_prime p {
    margin-top: -10px;
    padding-top: 20px; }
  .title_second {
    margin-bottom: 17px; }
  .mission-section .title_prime .btn_dark {
    margin-top: 20px; }
  .service-section .image-container {
    margin: 50px 0 30px 0; }
  .service-section .title_prime .btn {
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 15px; }
    .service-section .title_prime .btn:before {
      width: 40px; }
  .about-us-section .main-image .sub-image {
    display: none; }
  .product_box .product_image .product_icon i {
    padding: 10px; }
  
  .review-page .comnt-sec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .select_input select {
    padding: 12px 15px;
    margin-bottom: 18px; }
  .about-page h4 {
    margin-top: -4px; }
  .about-page p {
    line-height: 1.5;
    margin-bottom: -3px; }
  .testimonial .testimonial-slider .media {
    display: inline-block; }
    .testimonial .testimonial-slider .media img {
      margin: 0 auto;
      height: 100px;
      width: 100px; }
    .testimonial .testimonial-slider .media .media-body {
      padding: 0;
      text-align: center; }
  .blog-detail-page .comment-section li img {
    margin-right: unset; }
  .blog-detail-page .blog-contact h2 {
    font-size: 30px;
    margin-bottom: 25px; }
  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px; }
  .blog-detail-page .blog-detail h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .blog-detail-page .blog-detail img {
    margin-bottom: 25px; }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5; }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px; }
  .blog-detail-page .blog-advance p {
    line-height: 1.5; }
  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog-detail-page .comment-section li p {
      line-height: 1.5; }
    .blog-detail-page .comment-section li h6 {
      margin-top: 10px;
      margin-bottom: 10px; }
      .blog-detail-page .comment-section li h6 span {
        display: inherit;
        margin-left: 0; }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center; }

  .pwd-page {
    padding: 70px 0; }
    .pwd-page h2 {
      font-size: 20px;
      margin-bottom: 15px; }
 
  .auth-page .theme-card {
    padding: 18px; }
    .auth-page .theme-card .theme-form input {
      margin-bottom: 20px;
      padding: 12px 15px; }
  
  .blog-page .blog-media .blog-right h6 {
    margin-bottom: 0; }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3; }
  .blog-page .blog-media .blog-right h4 {
    line-height: 1.2; }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px; }
    .blog-page .blog-media .blog-right ul li {
      display: block; }
      .blog-page .blog-media .blog-right ul li + li {
        padding-left: 0;
        margin-left: 0;
        border-left: none; }
  .account-sidebar {
    width: 45%; }
  .success-text h2 {
    font-size: 20px; }
  .success-text p {
    font-size: 14px; }
  .delivery-sec h3,
  .delivery-sec h2 {
    font-size: 18px; }
  .typography_section .typography-box .typo-content.typo-buttons a {
    margin: 5px 0; } }

@media (max-width: 420px) {
  .home-slider .main_section .main_section_contain .new {
    margin-top: 0; }
  .product-right .product-buttons .btn-solid,
  .product-right .product-buttons .btn-outline {
    padding: 7px 13px; }
  .product-right.product-form-box .timer {
    padding-left: 29px; }
    .product-right.product-form-box .timer span {
      width: 45px; }
  .product-right .timer {
    padding-left: 35px; }
    .product-right .timer span {
      width: 50px; }
  .product-right .product-icon .product-social {
    margin-top: 0; }
    .product-right .product-icon .product-social li {
      padding-right: 5px; }
      .product-right .product-icon .product-social li a i {
        font-size: 14px; }
  .product-right .product-icon .wishlist-btn i {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 5px; }
  .product-right .product-icon .wishlist-btn span {
    font-size: 14px; }
  .tab-product .nav-material.nav-tabs {
    display: block; }
    .tab-product .nav-material.nav-tabs .nav-item {
      width: 100%; }
      .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 10px 20px; }
  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .order-box .sub-total .shipping .shopping-option:last-child {
      padding-left: 20px; }
  .top-banner-wrapper .top-banner-content p {
    line-height: 1.4; } }

@media (max-width: 360px) {
  .quick-view-modal .product-right .product-buttons a:last-child {
    margin-left: 0; }
  .quick-view-modal .product-right .product-buttons .btn_dark {
    padding: 8px;
    font-size: 12px; }
  .wishlist-buttons .btn {
    width: 100%; }
    .wishlist-buttons .btn + .btn {
      margin-top: 10px; }
  .search-block .form-header .input-group .btn {
    padding: 10px 5px; }
  .search-block .form-header .input-group input {
    padding: 10px 12px; }
  .home-slider .main_section {
    height: 20vh; }
    .home-slider .main_section .main_section_contain {
      height: 20vh; }
      .home-slider .main_section .main_section_contain .new {
        margin-top: 0;
        margin-bottom: -6px;
        margin-left: 0px;
        font-size: 18px; }
      .home-slider .main_section .main_section_contain h1 {
        line-height: 20px;
        font-size: 16px; }
      .home-slider .main_section .main_section_contain p {
      
        line-height: 17px; }
      .home-slider .main_section .main_section_contain .btn_dark {
        padding: 8px 7px; }
  .about-us-section .main-image {
    width: auto; }
  .about-us-section .main-contain h2 {
    line-height: 25px; }
  .about-us-section .main-contain .para1 {
    padding-top: 20px; }
  .about-us-section .main-contain .btn_lite {
    margin-top: unset; }
  .product_box .product_image .product_icon i {
    padding: 5px; }
  .call-to-action-section .email-container .email-box .email {
    width: 300px; }
  .product_section ul.tabs li {
    padding: 5px 12px; }
  .title_prime .icon-image {
    width: 30px; }
  .title_prime p {
    padding-top: 15px; }
  .title_prime h2 {
    padding-top: 10px; }
  .title_second h2 {
    padding-top: 5px; }
  .testimonial_section .nav_image {
    padding-top: 0; }
  .testimonial_section .slick-slider .slick-prev:before {
    font-size: 20px; }
  .testimonial_section .slick-slider .slick-next:before {
    color: #6a4031;
    font-size: 20px; }
  .feature-section .title h5 {
    margin-top: -3px; }
  .product-right .product-buttons .btn_dark {
    padding: 8px 10px;
    font-size: 14px;
    margin: 5px; }
  .search-block .form-header .form-control {
    font-size: 14px; }
  .cart-section .wishlist-buttons:last-child a,
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0; }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px; }
    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
      margin-left: 5px;
      margin-right: 5px; }
    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
      height: 80px; }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px; }
    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
      font-size: 21px; }
  .blog-detail-page .blog-contact h2 {
    font-size: 20px;
    margin-bottom: 20px; }
  .collection-product-wrapper .product-pagination .pagination .page-item a {
    padding: 10px; }
  .collection-product-wrapper .product-pagination .product-search-count-bottom {
    padding-left: 10px; }
    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
      line-height: 15px; }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 80%; }
  .tap-top {
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 3px; } }

@media (max-width: 320px) {
  section {
    padding: 30px 0; }
  .title_prime h2 {
    line-height: 30px;
    letter-spacing: 0.01em; }
  .title_prime p {
    margin-top: -16px; }
  .title_second {
    margin-bottom: 15px; }
  .home-slider .main_section .main_section_contain .new {
    margin-bottom: -6px;
    margin-left: -25px; }
  .service-section .title_prime .btn {
    margin-top: 5px; }
  .testimonial_section .slick-slider .slick-prev:before {
    font-size: 15px; }
  .testimonial_section .slick-slider .slick-next:before {
    color: #6a4031;
    font-size: 15px; }
  .product-right .product-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .call-to-action-section .email-container .email-box .email {
    width: 275px; } }


.ti-bag::before{font-size: 16px; padding-right:5px;}