/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=Roboto:wght@100;300;500&display=swap");
.green_bc {
  background-color: #1f8136 !important;
}

.yellow_bc {
  background-color: #e7da2b  !important;
  color: #0c3229 !important;
}

.red_bc {
  background-color: #d34242 !important;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
  background-color: #0c3229;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.link i {
  margin-right: 5px;
}

.link:hover {
  background-color: #ba8f51;
  color: #fff;
}

.more.link {
  color: #fff;
  margin: 15px auto 0;
}

.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  background-color: #ba8f51;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.icon_link:hover {
  background-color: #0c3229;
  color: #fff;
}

section h3, .page_head h3, footer h3, .main_section .look_cont h2 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
  line-height: 30px;
  color: #0c3229;
  font-weight: 900;
}

@media all and (max-width: 767.98px) {
  section h3, .page_head h3, footer h3, .main_section .look_cont h2 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }
}

section p {
  font-size: 16px;
  margin: 10px 0 35px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

@media all and (max-width: 767.98px) {
  section p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    margin: 10px auto;
  }
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
}

::-moz-selection {
  background-color: #0c3229 !important;
  color: #fff !important;
}

::selection {
  background-color: #0c3229 !important;
  color: #fff !important;
}

body {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Loading
========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  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;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 50px;
}

.forget {
  color: #ba8f51;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
  margin: -10px 25px 10px 0;
  letter-spacing: 1px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
}

small {
  text-transform: uppercase;
}

/* Rate
=======================*/
.rate {
  text-align: center;
  line-height: 25px;
  margin-bottom: 5px;
}

.rate li {
  display: inline-block;
  color: #ffc107;
  font-size: 12px;
}

.rate li.count {
  margin-right: 3px;
  color: #0c3229;
}

/* Section Setting
=======================*/
.page_content {
  z-index: 998;
  position: relative;
}

.h-15 {
  border: 0 !important;
  margin-bottom: 15px;
}

section {
  padding: 50px 0;
  position: relative;
}

section.section_color {
  background-color: #f8f8f8;
}

@media all and (max-width: 767.98px) {
  section {
    padding: 25px 0;
  }
}

.bord_b {
  border-bottom: 1px solid #f1f1f1;
}

/* Page Head
====================*/
.page_head {
  background-size: cover;
  background: no-repeat center;
  padding: 90px 0;
  position: relative;
  text-align: center;
}

.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 50, 41, 0.75);
}

.page_head h3 {
  color: #fff;
  font-size: 34px;
}

.page_head ul {
  margin: 25px 0 0;
}

.page_head ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
}

.page_head ul li:last-child {
  padding-left: 10px;
  margin-left: 5px;
}

.page_head ul li:last-child::after {
  content: " / ";
  position: absolute;
  top: 0;
  left: 0;
}

.page_head ul li a {
  font-size: 14px;
  display: block;
  color: #fff;
}

@media all and (max-width: 575.98px) {
  .page_head {
    padding: 40px 0;
  }
  .page_head h3 {
    font-size: 18px;
  }
  .page_head ul {
    margin: 5px auto 0;
  }
}

.page_head .owner {
  border: 0;
}

.page_head .owner img {
  width: 160px;
  height: 160px;
}

.page_head .owner .cont {
  text-align: left;
  width: 100%;
}

.page_head .owner .cont h3 {
  font-size: 32px;
  margin-bottom: 25px;
}

.page_head .owner .cont p {
  color: #fff;
  font-size: 18px;
}

.page_head .owner .cont .link {
  margin: 15px 0;
  background-color: #ba8f51;
}

.text_page {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 15px;
}

.text_page h3 {
  letter-spacing: 1px;
}

.text_page h4 {
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px;
}

.text_page p {
  letter-spacing: 0;
  margin: 10px 0;
  text-transform: inherit;
}

.form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: left;
}

label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0c3229;
}

label span {
  line-height: 30px;
  display: block;
  font-weight: 500;
}

#show_pass {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 0;
  color: #0c3229;
}

.form-control {
  width: 100%;
  color: #0c3229;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.form-control:hover {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  margin: 0;
  font-size: 12px;
  line-height: 25px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #373737;
  line-height: 17px;
  font-size: 10px;
  z-index: 99;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\f00c";
  color: #0c3229;
  background-color: #fff;
}

.form-title {
  color: #0c3229;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin: 15px 0;
}

.input-container {
  overflow: hidden;
  border: 1px solid #e0e0e0;
  padding: 0 0 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border-radius: 0px;
  font-size: 16px;
  letter-spacing: 1px;
}

.input-container input[type="file"] {
  display: none;
}

.input-container .link {
  margin: 0;
  float: right;
  height: 100%;
  font-size: 12px;
  padding: 0 10px;
  color: #0c3229;
  background-color: #efe1cb;
}

.radio_wrap {
  display: inline-block;
  min-width: 160px;
  margin: 0 0 5px 0;
}

.radio_wrap.wide {
  min-width: 270px;
}

/* Tabs
======================*/
.nav-tabs {
  background-color: #fff;
  border-bottom: 1px solid #f8f8f8;
}

.nav-tabs .nav-item .nav-link {
  border: 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #0c3229;
  line-height: 30px;
  padding: 10px 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  border-right: 1px solid #f8f8f8;
}

.nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  border: 10px solid transparent;
  border-bottom-color: transparent;
}

.nav-tabs .nav-item .nav-link i {
  margin: 0 5px;
}

.nav-tabs .nav-item .nav-link.show {
  background-color: #efe1cb;
}

.nav-tabs .nav-item .nav-link.show::after {
  border-bottom-color: #fff;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #efe1cb;
}

.nav-tabs .nav-item .nav-link.active::after {
  border-bottom-color: #fff;
}

@media all and (max-width: 575.98px) {
  .nav-tabs {
    padding: 10px;
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    margin: 5px;
    padding: 0 10px;
    line-height: 35px;
  }
}

.tab-content {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 25px;
}

.modal {
  z-index: 9999;
  padding: 0 !important;
}

.modal .modal-dialog {
  margin: auto;
  top: -20px;
  width: 96%;
  max-width: 390px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.modal .modal-dialog.wide {
  max-width: 720px;
  width: 96%;
}

@media all and (max-width: 767.98px) {
  .modal .modal-dialog.wide {
    top: 25px;
  }
}

.modal .logo {
  position: relative;
  margin: 15px auto;
}

.modal .modal-content {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  padding: 25px 25px 0;
}

.modal .modal-content .icon_link {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background-color: #ba8f51;
}

.modal .modal-content .modal-title {
  color: #ba8f51;
  margin: 0 0 15px 0;
  font-size: 20px;
  text-align: left;
  display: block;
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 2px;
  position: relative;
}

.modal .modal-content .modal-title .link {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  font-family: "Roboto", sans-serif;
  padding: 0 10px;
}

.modal .form-group textarea.form-control {
  line-height: 20px;
  padding: 15px;
  min-height: 100px !important;
}

.modal .form-group .link {
  line-height: 35px;
  padding: 0 20px;
  font-size: 12px;
}

.modal .link {
  line-height: 35px;
  margin: 0 0 15px 0;
}

.modal .link.small-link {
  width: 150px;
  margin: 0 auto 15px;
}

.modal .link i {
  margin-right: 5px;
}

.modal p {
  margin: -5px 0 10px 0;
  font-size: 14px;
  text-align: center;
}

#forget_pass.show,
.modal-open .modal.fade.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-backdrop.show {
  opacity: 0.75;
  z-index: 9998;
}

.modal-open main {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.accordion {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.accordion .panel {
  position: relative;
  min-width: 25%;
}

.accordion .panel .panel-title {
  position: relative;
  line-height: 60px;
  padding: 0 25px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #0c3229;
  border-right: 1px solid #f8f8f8;
}

.accordion .panel .panel-title::before {
  position: absolute;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 60px;
  font-size: 18px;
  padding: 0;
  right: 25px;
  top: 0;
  color: #ba8f51;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.3s transform linear;
  -webkit-transition: 0.3s -webkit-transform linear;
  transition: 0.3s -webkit-transform linear;
  transition: 0.3s transform linear;
  transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.accordion .panel .panel-title.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion .panel .panel-collapse {
  border-top: 1px solid #f8f8f8;
  position: absolute;
  top: 60px;
  z-index: 9999;
  background: #fff;
  padding: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}

.accordion .panel .panel-collapse .form-group {
  margin: 0 0 15px 0;
}

.accordion .panel .panel-collapse .form-group.w-50 {
  float: left;
}

.accordion .panel .panel-collapse .link {
  line-height: 30px;
  margin: 0;
}

@media all and (max-width: 991.98px) {
  .accordion .panel {
    position: unset;
  }
}

@media all and (max-width: 767.98px) {
  .accordion .panel .panel-title {
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .accordion .panel .panel-title::before {
    right: 10px;
    font-size: 14px;
  }
}

@media all and (max-width: 575.98px) {
  .accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion .panel {
    position: relative;
    min-width: 100%;
  }
  .accordion .panel .panel-title {
    border-top: 1px solid #f8f8f8;
    border-right: 0;
    line-height: 40px;
    padding: 0 25px;
  }
  .accordion .panel .panel-title::before {
    right: 25px;
    line-height: 40px;
  }
  .accordion .panel .panel-collapse {
    top: 40px;
  }
}

.table {
  border: 0;
}

.table button {
  border: 0;
  background-color: #efe1cb;
  color: #0c3229;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.table .icon_link {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.table .table_img {
  width: 50px;
  margin: 0;
}

.table a {
  color: #0c3229;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.table thead tr th {
  font-size: 14px;
  font-weight: 500;
}

.table tr td,
.table tr th {
  border: 0;
  font-size: 14px;
  line-height: 30px;
  min-width: 100px;
  background: #fcfcfc;
  overflow: hidden;
  border-bottom: 10px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
}

.table tr td:first-child,
.table tr th:first-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.table tr td:last-child,
.table tr th:last-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.table tr span {
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.top_header {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top_header .row .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top_header .support {
  font-size: 12px;
  border: 0;
}

.top_header a {
  color: #0c3229;
  display: block;
  font-size: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top_header a i {
  margin-right: 3px;
}

.top_header ul {
  text-align: right;
  display: inline-block;
}

.top_header li {
  display: inline-block;
  margin: 13px auto;
}

.top_header li:last-child a {
  border-right: 0;
  padding-right: 0;
}

@media all and (max-width: 767.98px) {
  .top_header a {
    padding: 0 5px;
    font-size: 11px;
  }
  .top_header .support {
    font-size: 11px;
  }
}

@media all and (max-width: 575.98px) {
  .top_header ul {
    text-align: center;
    display: block;
    width: 100%;
  }
  .top_header .support {
    display: none;
  }
}

.logo {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 60px;
}

.logo:hover {
  color: #0c3229;
}

.logo span {
  display: block;
  line-height: 20px;
  letter-spacing: 5px;
  font-weight: 300;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #ba8f51;
}

header {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}

header .row .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

header .search {
  display: inline-block;
  vertical-align: middle;
  max-width: 270px;
  width: 100%;
  margin: 0;
  position: relative;
}

@media all and (max-width: 991.98px) {
  header .search {
    max-width: 230px;
  }
}

header .search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: auto;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 12px;
  padding: 0 15px;
  background-color: transparent;
}

header .search button {
  margin: auto;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 40px;
  border: 0;
  background-color: #efe1cb;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .cart_btn {
  background-color: transparent;
  border: 0;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #0c3229;
  line-height: 40px;
  height: 40px;
}

header .cart_btn i {
  display: inline-block;
  font-size: 28px;
  margin-right: 10px;
  line-height: 40px;
}

header .cart_btn span {
  display: inline-block;
  background-color: #ba8f51;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  left: 15px;
  top: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .cart_btn .total {
  display: inline-block;
  line-height: 30px;
}

header .menu-btn {
  display: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media all and (max-width: 991.98px) {
  header .cart_btn {
    margin-right: 35px;
  }
  header .menu-btn {
    display: inline-block;
  }
}

@media all and (max-width: 767.98px) {
  header {
    padding: 10px 0;
  }
  header .search {
    display: none;
  }
  header .logo {
    position: relative;
    margin: 0;
    width: 120px;
    height: 45px;
  }
}

@media all and (max-width: 767.98px) {
  header .cart_btn .total.total {
    display: none;
  }
}

.navbar {
  padding: 0;
  background-color: #012b09;
}

.navbar ul.navbar-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar ul.navbar-nav li {
  display: inline-block;
  position: relative;
}

.navbar ul.navbar-nav li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 10px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media all and (max-width: 991.98px) {
  .navbar ul.navbar-nav li a {
    letter-spacing: 0.5px;
    font-size: 12px;
  }
}

.navbar ul.navbar-nav li a:hover {
  color: #ba8f51;
}

@media all and (min-width: 992px) {
  .navbar ul li.dropdown .dropdown-menu {
    display: block;
    left: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 30px;
    opacity: 0;
    visibility: hidden;
    min-width: 220px;
    border: 1px solid #f1f1f1;
    background-color: #ffffff;
    -webkit-transform-origin: top;
            transform-origin: top;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .navbar ul li.dropdown .dropdown-menu.wide {
    min-width: 440px;
  }
  .navbar ul li.dropdown .dropdown-menu a {
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #0c3229;
    font-size: 13px;
    text-align: start;
    position: relative;
    padding-left: 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  .navbar ul li.dropdown .dropdown-menu a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
  }
  .navbar ul li.dropdown .dropdown-menu a:last-child {
    border-bottom: 0;
  }
  .navbar ul li.dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #ba8f51;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  .navbar ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

@media all and (max-width: 991.98px) {
  .navbar.fixed {
    position: fixed;
    top: 65px;
    width: 100%;
    left: 0;
    height: auto;
    background-color: #0c3229;
    z-index: 9999;
  }
  .navbar .container {
    max-width: 100%;
  }
  .navbar .navbar-collapse {
    position: relative;
    width: 100%;
    z-index: 999;
    margin: 0;
    background-color: #0c3229;
  }
  .navbar .nav-main-collapse.collapse {
    display: none !important;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    display: inline-block;
    margin: 5px 0;
    padding: 0 15px;
    text-align: left;
    color: #fff;
  }
  .navbar ul.navbar-nav .dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    background-color: #efe1cb;
    border: 0;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .navbar ul.navbar-nav .dropdown .dropdown-menu a {
    margin: 0;
    display: block;
    font-size: 12px;
    color: #0c3229;
    line-height: 25px;
  }
  .navbar ul.navbar-nav .dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #0c3229;
  }
  .navbar ul.navbar-nav .dropdown.show .dropdown-menu {
    display: block;
  }
}

footer {
  padding: 50px 0 0;
}

footer .logo {
  position: relative;
  margin: 25px auto;
  display: block;
}

footer .social {
  margin: 15px auto;
  text-align: center;
}

footer .social li {
  display: inline-block;
}

footer .social li a {
  display: inline-block;
}

footer .social li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #efe1cb;
  color: #0c3229;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

footer h3 {
  font-size: 18px;
  margin: 15px 0;
  text-align: left;
}

footer ul.payment_icons {
  height: 50px;
  text-align: right;
}

footer ul.payment_icons li {
  display: inline-block;
}

footer ul.payment_icons li img {
  width: 40px;
  margin: 5px 0 0 5px;
}

footer ul a {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #212121;
  text-transform: capitalize;
  line-height: 25px;
}

footer ul a:hover {
  color: #ba8f51;
}

footer form .form-group {
  margin: 0;
}

footer form .form-group .link {
  margin: 15px 0 0;
}

footer .copyright {
  width: 100%;
  color: #0c3229;
  line-height: 68px;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #f1f1f1;
  margin-top: 25px;
}

footer .copyright p {
  line-height: 50px;
  margin: 0;
}

@media all and (max-width: 991.98px) {
  footer {
    padding: 0;
  }
  footer .copyright {
    padding: 15px 0 0;
  }
  footer .copyright p,
  footer .copyright ul.payment_icons {
    line-height: 25px;
    text-align: center;
  }
  footer .logo {
    margin: 25px 0;
  }
  footer .social {
    text-align: left;
  }
}

/* Up Button
====================*/
.up_btn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: 0;
  z-index: 999;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 0;
  background-color: #ba8f51;
  color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* Main Sec
======================*/
.main_section {
  padding: 30px 0 !important;
}

.main_section .carousel-indicators {
  right: auto;
  left: 10px;
  margin: 0;
}

.main_section .carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ba8f51;
}

.main_section .look_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_section .look_cont h2 {
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 50px;
  text-align: start;
}

.main_section .look_cont p {
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 18px;
  margin: 20px 0;
  text-align: start;
}

@media all and (max-width: 1199.98px) {
  .main_section .look_cont h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 40px;
  }
  .main_section .look_cont p {
    font-size: 14px;
    margin: 10px 0;
  }
}

@media all and (max-width: 991.98px) {
  .main_section .look_cont {
    text-align: start;
    margin-bottom: 15px;
  }
  .main_section .look_cont h2 {
    font-size: 42px;
    letter-spacing: 3px;
    line-height: 50px;
  }
  .main_section .look_cont p {
    font-size: 14px;
    margin: 10px 0;
  }
  .main_section .carousel-indicators {
    right: 0;
    left: 0;
    margin: 0;
    bottom: -5px;
  }
}

@media all and (max-width: 575.98px) {
  .main_section {
    padding: 25px 0 !important;
  }
  .main_section .look_cont {
    margin-bottom: 15px;
  }
  .main_section .look_cont h2 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }
  .main_section .look_cont p {
    margin: 15px 0;
  }
  .main_section .look:last-child img {
    margin: 25px 0;
  }
  .main_section .carousel-indicators {
    right: 0;
    left: 0;
    margin: 0;
    bottom: -20px;
  }
}

.cat-number {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.cat-number a {
  float: left;
  border: 1px solid #e0e0e0;
  padding: 0;
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #0c3229;
  text-align: center;
  font-size: 13px;
}

.cat-number a i {
  line-height: 33px;
}

.cat-number input {
  float: left;
  width: 40px;
  height: 35px;
  margin: 0;
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

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

.cat-number input[type="number"] {
  -moz-appearance: textfield;
}

.cart_item {
  margin: 0 0 25px;
  background-color: #fff;
  padding: 15px 15px 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cart_item button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f44336;
  background-color: transparent;
  border: 0;
  font-size: 16px;
}

.cart_item img {
  float: left;
  width: 100px;
}

.cart_item .cart_item_details {
  padding: 0 30px 0 115px;
}

.cart_item .cart_item_details .price {
  font-size: 14px;
  display: inline-block;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 5px;
}

.cart_item .cart_item_details > a {
  display: block;
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0c3229;
}

.cart_item .cart_item_details .cat-number {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 575.98px) {
  .cart_item img {
    float: none;
    width: 75px;
  }
  .cart_item .cart_item_details {
    padding: 0 !important;
    text-align: center;
  }
}

.block-item {
  padding: 15px;
  margin: 0 auto 25px;
  background-color: #f8f8f8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.block-item .form-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 10px;
}

.block-item ul li {
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-left: 2px;
}

.block-item ul li span {
  float: right;
  color: #ba8f51;
  font-size: 13px;
  font-weight: 500;
}

.block-item .link {
  margin: 10px 0 0;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 10px;
}

.shopping .cart_item {
  border: 0;
  padding-bottom: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.shopping .cart_item .cart_item_details > a {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}

.shopping .cart_item .cart_item_details .form-control {
  line-height: 35px;
  height: 35px;
}

.shopping .cart_item .price {
  margin: 0;
  font-size: 15px;
  color: #ba8f51;
}

.shopping .block-item {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.shopping .cart_nav {
  margin: 0 auto 25px;
  padding: 15px 25px;
  background-color: #fff;
}

.shopping .cart_nav::before {
  content: "";
  position: absolute;
  left: 39px;
  width: 2px;
  bottom: 50px;
  background-color: #efe1cb;
  height: 115px;
}

.shopping .cart_nav h3 {
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}

.shopping .cart_nav li {
  letter-spacing: 1px;
  margin: 15px 0 30px 0;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
}

.shopping .cart_nav li i {
  margin-right: 7px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  background-color: #efe1cb;
}

.shopping .cart_nav li.active {
  opacity: 1;
}

.shopping .cart_nav li.active i {
  background-color: #0c3229;
  color: #fff;
}

@media all and (max-width: 1199.98px) {
  .shopping .cart_nav {
    padding-bottom: 1px;
  }
}

.checkout .cart_item {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.checkout .cart_item .cart_item_details {
  padding: 0 15px 0 100px;
}

.checkout .cart_item .cart_item_details > a {
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0;
}

.pay_meth ul li {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.pay_meth ul li a {
  display: block;
}

.pay_meth ul li a img {
  width: 62px;
  padding: 5px;
}

.pay_meth button {
  display: block;
  margin: 0 0 15px 0;
  background-color: transparent;
  width: 100%;
  text-align: left;
  line-height: 55px;
  padding: 0 15px;
  border: 1px solid #f1f1f1;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.success_order {
  text-align: center;
  min-height: 570px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-transform: uppercase;
}

.success_order h2 {
  margin: 0 auto 25px;
  letter-spacing: 2px;
}

.success_order h2 i {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto auto 15px;
  background-color: #28a745;
  border-radius: 50%;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.success_order h3 {
  margin: 0 auto 25px auto;
  font-size: 24px;
}

.success_order p {
  margin: 0 auto 25px auto;
  color: #28a745;
  font-style: italic;
}

.categories {
  width: calc(100% - 50px);
  margin: 0 25px;
}

.box {
  margin: 15px auto;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 50px;
  color: #0c3229;
  font-weight: 500;
  text-align: center;
  padding: 15px 15px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.box img {
  margin: 15px auto;
  width: 220px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.box .icon_link {
  margin: 0 auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media all and (max-width: 767.98px) {
  .box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .box .icon_link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box:hover .icon_link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cut_list {
  margin: 25px 0 0;
  border: dashed #ccc;
  border-width: 0 1px 1px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cut_list .cut {
  text-align: center;
  border: dashed #ccc;
  border-width: 1px 0 0 1px;
  padding: 0;
  min-width: 12.5%;
}

.cut_list .cut a {
  display: block;
  font-size: 12px;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ba8f51;
  text-align: center;
  background-color: #fff;
}

.cut_list .cut a:hover {
  background-color: #edf8fd;
}

.cut_list .cut a img {
  margin: 0 auto 9px;
}

@media all and (max-width: 991.98px) {
  .cut_list .cut {
    min-width: 25%;
  }
}

@media all and (max-width: 575.98px) {
  .cut_list .cut {
    min-width: 50%;
  }
}

.bannar {
  padding: 70px 0;
  background-color: #0c3229;
}

.bannar .bannar_img {
  padding: 0;
}

.bannar .bannar_img img {
  width: 100%;
}

.bannar .bannar_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.bannar .bannar_cont h2 {
  text-transform: uppercase;
  font-size: 62px;
  letter-spacing: 4px;
  font-family: "Playfair Display", serif;
  line-height: 70px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 25px 0;
}

.bannar .bannar_cont p {
  font-size: 24px;
  margin: 0 0 15px 0;
}

.bannar .bannar_cont .link {
  background-color: #fff;
  color: #0c3229;
}

@media all and (max-width: 1199.98px) {
  .bannar .bannar_cont h2 {
    font-size: 48px;
    line-height: 50px;
  }
}

@media all and (max-width: 991.98px) {
  .bannar .bannar_cont h2 {
    font-size: 34px;
    line-height: 30px;
  }
}

@media all and (max-width: 767.98px) {
  .bannar .bannar_cont {
    padding-top: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

@media all and (max-width: 575.98px) {
  .bannar .bannar_cont {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .bannar .bannar_cont p {
    font-size: 16px;
    margin: 15px 0 5px;
  }
  .bannar .bannar_cont h2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 25px;
  }
}

.product_item {
  background-color: #fff;
  margin: 15px auto;
}

.product_item .cover {
  overflow: hidden;
  position: relative;
  padding: 15px;
}

.product_item .cover img {
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.product_item .cover .stat {
  position: absolute;
  z-index: 99;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #efe1cb;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
          clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

.product_item .cover .icon_link {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99;
  font-size: 25px;
  color: #ba8f51;
  background-color: transparent;
}

.product_item .cover .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  font-size: 11px;
  line-height: 35px;
  padding: 0 12px;
  letter-spacing: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product_item .cont {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.product_item .cont a {
  display: block;
}

.product_item .cont a.categ {
  font-size: 11px;
  font-weight: 500;
  color: #012b09;
  text-transform: uppercase;
  background-color: #f1f1f1;
  display: inline-block;
  padding: 2px 8px;
}

.product_item .cont a.title {
  margin: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0c3229;
}

.product_item .cont span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  color: #ba8f51;
  text-transform: uppercase;
}

.product_item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.09) !important;
          box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.09) !important;
}

.product_item:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product_item:hover .cover .link {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media all and (max-width: 991.98px) {
  .product_item .cont {
    padding: 5px;
  }
  .product_item .cont a.title {
    font-size: 12px;
  }
}

@media all and (max-width: 767.98px) {
  .product_item .cont a.title {
    font-size: 13px;
  }
}

@media all and (max-width: 575.98px) {
  .product_item .cover {
    padding: 0;
  }
  .product_item .cover img {
    width: 190px;
  }
  .product_item .cont {
    padding: 0 15px 15px;
  }
  .product_item .cont a.title {
    font-size: 12px;
  }
  .product_item .cont .link {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.product {
  padding-bottom: 0;
}

@media all and (max-width: 767.98px) {
  .product .row-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product-show-wrapper {
  position: relative;
  margin: 0 auto 25px;
  padding: 0;
  background-color: #fff;
}

.product-show-wrapper .general-img {
  width: 100%;
}

.product-show-wrapper .product-gall a {
  display: inline-block;
  height: 55px;
  width: 55px;
  margin: 0 5px;
}

.product-show-wrapper .product-gall a img {
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
}

.product-show-wrapper .thumblist-box {
  margin: 10px auto 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  padding: 0 30px;
}

.product-show-wrapper .thumblist-box .next,
.product-show-wrapper .thumblist-box .prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 30px;
  line-height: 60px;
  padding: 0;
  font-size: 16px;
  color: #ba8f51;
  border: 0;
  text-align: center;
  text-decoration: none;
}

.product-show-wrapper .thumblist-box .next:hover,
.product-show-wrapper .thumblist-box .prev:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-show-wrapper .thumblist-box .next {
  left: auto;
  right: 0;
}

.product-show-wrapper .thumblist-box i {
  line-height: 60px;
}

.caroufredsel_wrapper,
.product-gall {
  width: 100% !important;
  height: 100% !important;
}

.product_details {
  padding: 25px;
  margin: 0 auto 25px;
  background-color: #fff;
}

.product_details .product_name {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
  color: #0c3229;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.product_details .price {
  font-size: 18px;
  margin: 0 0 15px;
  color: #0c3229;
  font-weight: 500;
}

.product_details .price span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  color: #ba8f51;
}

.product_details p {
  color: #777;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product_details ul li {
  font-size: 12px;
  margin: 0 0 10px 0;
  color: #0c3229;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  min-width: 49%;
}

.product_details ul li span {
  display: block;
  color: #ba8f51;
  font-weight: 500;
  line-height: 20px;
}

.product_details ul li span a {
  color: inherit;
}

.product_details .size {
  margin: 10px 0 0;
}

.product_details .size > span {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  color: #0c3229;
}

.product_details .size button {
  font-size: 11px;
  border: 0;
  float: right;
  text-transform: uppercase;
}

.product_details .qt {
  margin: 10px 0 0;
}

.product_details .qt span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  color: #0c3229;
}

.product_details .qt .cat-number {
  display: inline-block;
}

.product_details .radio_wrap {
  min-width: 70px;
}

.product_details .link,
.product_details .icon_link {
  margin: 15px 0 0;
}

.product_details .icon_link {
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

@media all and (max-width: 1199.98px) {
  .product_details {
    padding: 15px;
  }
  .product_details .product_name {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .product_details .price {
    margin-bottom: 10px;
  }
  .product_details .size {
    margin-top: 5px;
  }
}

.details {
  padding: 25px;
  background-color: #fff;
}

.details h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 15px;
}

.details p {
  text-align: left;
  font-size: 13px;
  text-transform: initial;
  letter-spacing: 0.5px;
  margin: 0 0 10px 0;
}

.details p strong {
  display: block;
}

.details img {
  margin: 15px 0 0;
  width: 270px;
}

.details.accordion {
  display: block;
  z-index: 89;
}

.details.accordion .panel {
  min-width: 100%;
}

.details.accordion .panel .panel-title {
  line-height: 45px;
  border: 1px solid #f8f8f8;
}

.details.accordion .panel .panel-title::before {
  line-height: 45px;
  right: 25px;
}

.details.accordion .panel .panel-title.collapsed::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.details.accordion .panel .panel-collapse {
  border: 1px solid #f8f8f8;
  border-top: 0;
  position: relative;
  top: 0 !important;
}

.details.accordion .panel .panel-collapse p {
  text-align: left;
}

@media all and (max-width: 767.98px) {
  .details.accordion .panel .panel-title {
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .details.accordion .panel .panel-title::before {
    right: 15px;
    font-size: 14px;
  }
}

.owner {
  width: 100%;
  border-top: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.owner h3 {
  text-align: left;
  margin-bottom: 10px;
}

.owner p {
  text-align: left;
  margin-bottom: 10px;
}

.owner img {
  margin: 0;
  width: 120px;
  height: 120px;
}

.owner .cont {
  position: relative;
  padding-left: 25px;
}

@media all and (max-width: 575.98px) {
  .owner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .owner .cont {
    text-align: center !important;
    padding: 25px 0 0;
  }
  .owner .cont h3,
  .owner .cont p {
    text-align: center;
  }
}

.login_wrap .padd_left-25 {
  border-right: 1px solid #f1f1f1;
  padding-right: 30px;
}

.login_wrap .padd_bottom-25 {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}

.login_wrap .position-sticky {
  top: 100px;
}

.login_wrap h3 {
  font-size: 18px;
  letter-spacing: 2px;
}

.login_wrap p {
  letter-spacing: 1px;
  font-size: 12px;
  margin: 0;
}

.login_wrap .link {
  background-color: #ba8f51;
}

.login_wrap form {
  margin: 25px 0;
}

.login_wrap form .form-title {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.login_wrap .side_hint {
  margin-bottom: 25px;
}

.login_wrap .side_hint .link {
  background-color: #efe1cb;
  color: #0c3229;
  margin: 15px auto;
}

.dashboard .dashboard_btn {
  display: none;
}

.dashboard .dashboard_nav {
  background-color: #fff;
  padding: 15px 0 0 0;
  margin: 0 auto 25px;
  text-align: center;
}

.dashboard .dashboard_nav img {
  width: 100px;
  border: 5px solid #efe1cb;
  padding: 10px;
  margin: 0 auto 15px auto;
}

.dashboard .dashboard_nav span {
  display: block;
  line-height: 25px;
  margin: 10px 0;
  color: #0c3229;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.dashboard .dashboard_nav ul li {
  display: block;
}

.dashboard .dashboard_nav ul li a {
  border-top: 1px solid #f8f8f8;
  display: block;
  line-height: 40px;
  color: #0c3229;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-align: left;
  padding: 5px 25px;
  font-weight: 500;
  border-left: 5px solid #fff;
}

.dashboard .dashboard_nav ul li a i {
  color: #0c3229;
  font-size: 12px;
  line-height: 30px;
  margin-right: 5px;
}

.dashboard .dashboard_nav ul li.active a {
  border-left-color: #0c3229;
}

.dashboard .dashboard_nav .link {
  width: 100%;
  color: #fff;
  line-height: 50px;
  margin: 0;
  padding: 0 25px;
  font-size: 14px;
  text-align: left;
  color: #0c3229;
  background-color: #efe1cb;
}

.dashboard .dashboard_cont {
  background-color: #fff;
  margin: 0 auto 25px;
}

.dashboard .dashboard_cont .row {
  margin: 0 15px;
}

.dashboard .dashboard_cont > .title {
  color: #0c3229;
  border-bottom: 1px solid #f8f8f8;
  font-size: 14px;
  padding: 15px;
  line-height: 30px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dashboard .dashboard_cont > .title .link,
.dashboard .dashboard_cont > .title .icon_link {
  margin: 0;
  line-height: 30px;
  float: right;
}

.dashboard .dashboard_cont .sub_title {
  color: #ba8f51;
  font-size: 15px;
  line-height: 30px;
  margin: 15px 0;
  text-align: left;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dashboard .statist {
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #f8f8f8;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  color: #0c3229;
}

.dashboard .statist span {
  display: block;
  font-size: 14px;
  margin: 5px 0 10px 0;
  color: #ba8f51;
  text-align: center;
}

.dashboard .statist button,
.dashboard .statist a {
  border: 0;
  background-color: #efe1cb;
  color: #0c3229;
  line-height: 25px;
  padding: 0 5px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.dashboard .product_item {
  border: 1px solid #f8f8f8;
}

@media all and (max-width: 991.98px) {
  .dashboard .dashboard_nav {
    position: fixed;
    top: 0;
    left: -290px;
    height: 100%;
    z-index: 9999;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
  .dashboard .dashboard_nav .icon_link {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .dashboard .dashboard_nav.move {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .dashboard .dashboard_nav.move::before {
    background-color: rgba(255, 255, 255, 0);
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 270px);
  }
  .dashboard .dashboard_btn {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */