/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&family=Roboto:wght@100;300;500&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  padding: 0 20px;
  background-color: #af9564;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 0 100%);
          clip-path: circle(0% at 0 100%);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

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

.link span {
  position: relative;
  z-index: 999;
}

.link:hover {
  color: #fff;
}

.link:hover::before {
  -webkit-clip-path: circle(100% at 0 100%);
          clip-path: circle(100% at 0 100%);
}

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

.icon_link, .swiper-button-next,
.swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  background-color: #112a2e;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.icon_link::after, .swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-clip-path: circle(0% at 0 100%);
          clip-path: circle(0% at 0 100%);
  background-color: #af9564;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.icon_link i, .swiper-button-next i, .swiper-button-prev i, .icon_link::before, .swiper-button-next::before,
.swiper-button-prev::before {
  z-index: 999;
  position: relative;
}

.icon_link:hover, .swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #fff;
  background-color: transparent;
}

.icon_link:hover::after, .swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  -webkit-clip-path: circle(100% at 0 50%);
          clip-path: circle(100% at 0 50%);
}

.icon_link:hover i, .swiper-button-next:hover i, .swiper-button-prev:hover i, .icon_link:hover::before, .swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
  color: #fff;
}

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

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

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

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

/* 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;
}

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

@media all and (max-width: 991.98px) {
  .page_content {
    margin-top: 96px;
  }
}

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

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #112a2e;
}

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

.section_title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 2px;
  margin: 0 0 25px;
}

@media all and (max-width: 575.98px) {
  .section_title {
    letter-spacing: 0.5px;
    font-size: 18px;
  }
}

.container {
  max-width: 1260px;
}

/* Page Head
====================*/
.page_head {
  background: url(../images/banners/big_bc.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  text-align: center;
}

.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 42, 46, 0.5);
}

.page_head h3 {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}

.page_head h4 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}

.page_head ul {
  margin: 15px 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: 25px 0;
  }
  .page_head h3 {
    font-size: 18px;
  }
  .page_head h4 {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .page_head ul {
    margin: 5px auto 0;
  }
  .page_head ul li,
  .page_head ul li a {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.page_head.big {
  padding: 120px 0;
}

.page_head.big h3 {
  color: #fff;
  letter-spacing: 15px;
  font-weight: 500;
  font-size: 94px;
}

.page_head.big p {
  margin-bottom: 25px;
  font-size: 25px;
  color: #fff;
}

@media all and (max-width: 575.98px) {
  .page_head.big {
    padding: 60px 0;
  }
  .page_head.big h3 {
    letter-spacing: 2px;
    font-size: 42px;
  }
  .page_head.big p {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.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: #112a2e;
}

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

.form-control {
  width: 100%;
  color: #112a2e;
  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: 3px;
  -webkit-border-radius: 3px;
  -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;
  color: #112a2e;
}

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: #af9564;
  background-color: #fff;
}

.form-title {
  color: #112a2e;
  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;
}

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

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

.color_list input[type="checkbox"],
.color_list input[type="radio"] {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 5px 0;
  border-radius: 3px !important;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.color_list input[type="checkbox"]:after,
.color_list input[type="radio"]:after {
  width: 29px;
  height: 29px;
  border-radius: 3px;
  top: 0;
  left: 0;
  position: relative;
  background-color: inherit;
  content: "";
  display: block;
  visibility: visible;
}

.color_list input[type="checkbox"]:checked:after,
.color_list input[type="radio"]:checked:after {
  border: 2px solid #777777;
}

.preloader {
  background-color: #112a2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  text-align: center;
}

.preloader img {
  position: absolute;
  width: 177px;
  height: 160px;
  top: -120px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999999;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 270px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background-color: #112a2e;
}

.pace .pace-progress {
  z-index: 9999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.modal .block_item {
  padding: 0;
  margin: 0;
}

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

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

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

@media all and (max-width: 575.98px) {
  .modal .modal-content .icon_link {
    right: 10px;
  }
}

.modal .modal-content h3 {
  color: #112a2e;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 15px;
  text-align: left;
}

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

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

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

@media all and (max-width: 575.98px) {
  .modal-open .modal.fade.show {
    display: block;
  }
}

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

.modal-open {
  overflow: hidden !important;
}

.modal-open header,
.modal-open .page_head,
.modal-open .page_content {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#bill .modal-content .block-item {
  margin: 15px 0 0;
}

.logo {
  display: inline-block;
  height: 80px;
  width: 88px;
  position: relative;
}

.logo .logo_icon {
  opacity: 0;
  visibility: hidden;
}

.logo img {
  height: 100%;
  position: absolute;
  top: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  background-color: #112a2e;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

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

header .header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

header .header_btns .search {
  display: inline-block;
  vertical-align: middle;
  width: 520px;
  margin: 0 15px 0 0;
  position: relative;
}

header .header_btns .search .form-control {
  width: 100%;
  height: 45px;
  line-height: 45px;
  line-height: 45px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 12px;
  padding: 0 25px;
  letter-spacing: 0.5px;
  border: 0;
}

header .header_btns .search button {
  margin: auto;
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: 45px;
  color: #112a2e;
  border: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 14px;
}

header .header_btns .icon_link {
  vertical-align: middle;
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  margin: 0;
}

header .header_btns .icon_link::after {
  display: none;
}

header .header_btns .cart_btn {
  overflow: visible;
}

header .header_btns .cart_btn i {
  display: block;
  font-size: 22px;
  line-height: 40px;
}

header .header_btns .cart_btn span {
  background-color: #1f8136;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .header_btns .menu-btn {
  display: none;
  border: 0;
  color: #fff;
  background-color: #112a2e;
}

@media all and (max-width: 991.98px) {
  header .header_btns .menu-btn {
    display: inline-block;
  }
  header .header_btns .search {
    width: 360px;
  }
}

@media all and (max-width: 767.98px) {
  header .header_btns .search {
    width: 220px;
  }
}

@media all and (max-width: 575.98px) {
  header .header_btns .search {
    display: none;
  }
}

.navbar {
  padding: 0;
  background-color: #112a2e;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.navbar ul.navbar-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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: unset;
}

.navbar ul.navbar-nav li a {
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 0 15px;
  line-height: 45px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.navbar ul.navbar-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu {
  width: 100%;
  max-width: 100%;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu ul {
  margin: 0;
  padding: 25px 25px 0;
  min-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu li {
  display: block;
  padding: 0;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu a {
  position: relative;
  color: #112a2e;
  line-height: 35px;
  font-weight: 500;
  padding: 0;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu a:hover {
  color: #af9564;
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu .dropmenu_item {
  display: inline-block;
  text-align: center;
  background-color: #fff;
  padding: 5px;
  width: 130px;
  margin-right: 5px;
}

@media all and (max-width: 1199.98px) {
  .navbar ul.navbar-nav li.dropdown .dropdown-menu .dropmenu_item {
    padding: 0 2px;
    width: 116px;
    margin-right: 0;
    font-size: 12px;
  }
}

.navbar ul.navbar-nav li.dropdown .dropdown-menu .dropmenu_item img {
  width: 100%;
  margin-bottom: 5px;
}

.navbar ul.navbar-nav li.active a {
  background-color: rgba(255, 255, 255, 0.1);
}

@media all and (min-width: 992px) {
  .navbar ul li.dropdown .dropdown-menu {
    display: block;
    border: 0;
    left: 0;
    top: 55px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-transition: 0.2s all linear;
  }
  .navbar ul li.dropdown.show .dropdown-menu {
    top: 47px;
    opacity: 1;
    visibility: visible;
  }
}

@media all and (max-width: 991.98px) {
  .navbar .container {
    max-width: 100%;
  }
  .navbar .navbar-collapse {
    position: relative;
    width: 100%;
    z-index: 999;
    margin: 0;
    max-height: 420px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #112a2e;
  }
  .navbar .nav-main-collapse.collapse {
    display: none !important;
  }
  .navbar ul.navbar-nav {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .navbar ul.navbar-nav li {
    display: block;
  }
  .navbar ul.navbar-nav li a {
    display: block;
    margin: 0;
    padding: 5px 15px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    border-top: 1px solid #303438;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    background-color: #112a2e;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a {
    margin: 0;
    display: block;
    font-size: 12px;
    color: #af9564;
    line-height: 25px;
    text-align: left;
    border: 0;
    color: #fff;
    padding: 5px 0;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #af9564;
  }
  .navbar ul.navbar-nav li.dropdown .dropdown-menu .dropmenu_item {
    display: none;
  }
  .navbar ul.navbar-nav li.dropdown.show .dropdown-menu {
    display: block;
  }
}

/* Header Cart
======================*/
header .header_btns .cart_btn:after {
  display: none;
}

header .header_btns .cart-content {
  min-width: 290px;
  width: 290px;
  right: 0 !important;
  left: auto !important;
  border: 0;
  padding: 0;
  top: 75px !important;
  background-color: #fff;
  -webkit-transform: none !important;
          transform: none !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media all and (max-width: 991.98px) {
  header .header_btns .cart-content {
    top: 65px !important;
  }
}

@media all and (max-width: 767.98px) {
  header .header_btns .cart-content {
    right: 10px !important;
    top: 48px !important;
  }
}

header .header_btns .cart-content::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 10px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  width: 10px;
  height: 10px;
}

header .header_btns .w-100 {
  padding: 15px 15px 0;
  border-top: 1px solid #e0e0e0;
}

header .header_btns .w-100 ul li {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}

header .header_btns .w-100 ul li span {
  float: right;
}

header .header_btns .link {
  padding: 0 10px;
  font-size: 11px;
  line-height: 30px;
}

.shop-item {
  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;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 10px;
}

.shop-item img {
  width: 55px;
  height: auto;
  margin: 0;
}

.shop-item .shop-item-info {
  display: block;
  position: relative;
  padding: 0 10px 10px;
  width: 100%;
}

.shop-item .shop-item-info a {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 15px;
  color: #112a2e;
  font-weight: 500;
  text-transform: uppercase;
}

.shop-item .shop-item-info .shop-count {
  display: block;
  position: relative;
  line-height: 18px;
  font-size: 12px;
}

.shop-item .shop-item-info span {
  display: block;
  color: #af9564;
}

.shop-item button {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  color: #d34242;
  font-size: 11px;
  background-color: transparent;
  top: 10px;
  right: 5px;
  margin: auto;
  z-index: 9999;
  padding: 0;
}

.move .logo {
  width: 44px;
  height: 40px;
}

.move .logo .full {
  opacity: 0;
  visibility: hidden;
}

.move .logo .logo_icon {
  opacity: 1;
  visibility: visible;
  display: block;
}

.move .header_btns,
.move .navbar {
  margin-top: 5px;
}

.move .header_btns .search .form-control {
  height: 40px;
  line-height: 40px;
}

.blur::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}

.blur .header_btns .search {
  z-index: 9999;
}

.mockup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden !important;
  display: none;
  z-index: 999;
}

.mockup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
}

footer {
  color: #fff;
  background-color: #112a2e;
}

footer .top_footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 25px;
}

footer .top_footer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .top_footer .row .feat_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding: 15px;
  min-height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .top_footer .row .feat_item i {
  margin: 0;
  margin: auto 15px auto 0;
  display: block;
  min-width: 40px;
  color: #ffffff;
  background-color: #af9564;
}

footer .top_footer .row .feat_item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 991.98px) {
  footer .top_footer .row .feat_item {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .top_footer .row .feat_item:first-child {
    border-left: 0;
  }
  footer .top_footer .row .feat_item:last-child {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media all and (max-width: 991.98px) {
  footer .top_footer {
    border-bottom: 0;
  }
  footer .top_footer .row {
    padding: 0;
  }
  footer .top_footer .row .feat_item {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  footer .top_footer .row .feat_item:first-child,
  footer .top_footer .row .feat_item:last-child {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

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

footer .logo img {
  margin: 0;
}

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

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

footer .social li .icon_link {
  background-color: #af9564;
}

footer .social li .icon_link i {
  color: #112a2e !important;
}

footer .social li .icon_link::after {
  background-color: #fff;
}

footer h3 {
  font-size: 18px;
  margin: 15px 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}

footer p {
  font-size: 14px;
  font-weight: 300;
}

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: 300;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  line-height: 28px;
  letter-spacing: 1px;
}

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

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

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

footer .copyright {
  width: 100%;
  line-height: 68px;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
}

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

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

/* Up Button
====================*/
.up_btn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

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

.main_section .main_sec {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: 100%;
}

.main_section .main_sec.zoom_word {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
          opacity: 0;
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
}

.main_section .main_sec img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.main_section .main_sec h1 {
  font-weight: 700;
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  position: absolute;
  bottom: 30%;
  left: -100%;
  right: 0;
  margin: auto;
  text-align: center;
  height: 100px;
  width: 460px;
  color: #112a2e;
}

.main_section .main_sec h3 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 42, 46, 0.4);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 70px;
  letter-spacing: 10px;
  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;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.main_section .main_sec:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: grayscale(0.5) blur(0.5px);
          filter: grayscale(0.5) blur(0.5px);
}

.main_section .main_sec:hover h3 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 991.98px) {
  .main_section {
    padding-bottom: 0;
  }
  .main_section .hidden-md {
    display: none;
  }
}

@media all and (max-width: 767.98px) {
  .main_section .main_sec {
    height: auto;
  }
}

.panel {
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.panel .panel-title {
  position: relative;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #112a2e;
  border-bottom: 1px solid #f8f8f8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.panel .panel-title::before {
  position: absolute;
  content: "\f107";
  border: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  vertical-align: middle;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  right: 15px;
  top: 0;
  color: #112a2e;
}

.panel .panel-title.collapsed::before {
  content: "\f106";
}

.panel .panel-collapse {
  padding: 15px;
}

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

.search_head {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 7px 0 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13px;
}

.search_head .dropdown-menu {
  border: 0;
  z-index: 9999;
  padding: 0;
  margin-top: 41px;
  min-width: 160px;
  left: auto !important;
  right: 0 !important;
  max-width: 160px !important;
  width: 138px !important;
  background-color: #ffffff;
  -webkit-transform: none !important;
          transform: none !important;
  overflow: hidden;
}

.search_head button, .search_head:focus {
  border: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 500;
  margin: 0;
}

.search_head button:after, .search_head:focus:after {
  display: none;
}

.search_head .dropdown-item {
  padding: 0 15px;
  line-height: 40px;
  font-size: 11px;
  border: 0;
  border-top: 1px solid #f8f8f8;
  position: relative;
  font-weight: 500;
}

.search_head .dropdown-item:hover {
  color: #af9564;
}

.filter_btn {
  display: none;
}

@media all and (max-width: 991.98px) {
  .filter_btn {
    display: block;
  }
  .toggle-container {
    position: fixed;
    top: 60px;
    left: -270px;
    height: calc(100% - 60px);
    width: 270px;
    background-color: #f1f1f1;
    z-index: 99999;
    padding: 40px 15px 15px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  .toggle-container.move {
    left: 0;
  }
  .toggle-container.move::before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
    z-index: -1;
  }
  .toggle-container .close_btn {
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9999;
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: #d34242;
  }
}

.banners {
  padding: 0;
}

.banner {
  padding: 0;
  background-color: #d6d2d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.banner img {
  margin: 0;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.banner .banner_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 999;
}

.banner .banner_cont p {
  max-width: 576px;
}

@media all and (max-width: 991.98px) {
  .banner .banner_cont {
    font-size: 22px;
  }
}

@media all and (max-width: 575.98px) {
  .banner .banner_cont {
    font-size: 18px;
  }
}

.banner.white p {
  color: #fff;
  font-size: 55px;
  letter-spacing: 3px;
  max-width: 100%;
}

@media all and (max-width: 767.98px) {
  .banner.white p {
    font-size: 32px;
    letter-spacing: 1px;
  }
}

@media all and (max-width: 575.98px) {
  .banner.white p {
    font-size: 18px;
  }
}

.banner:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: 0.7s linear all;
  transition: 0.7s linear all;
}

.big {
  padding: 50px 0;
  background: url(../images/banners/big_bc.jpg) center no-repeat;
  background-size: cover;
}

@media all and (max-width: 1920px) {
  .big .container {
    max-width: 1460px;
  }
}

@media all and (max-width: 1480px) {
  .big .container {
    max-width: 1140px;
  }
}

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

.big .banner .banner_cont {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 25px;
  width: 50%;
}

.big .banner .banner_cont p {
  color: #fff;
  max-width: 390px;
  letter-spacing: 3px;
}

@media all and (max-width: 575.98px) {
  .big .banner .banner_cont {
    padding-left: 5px;
  }
  .big .banner .banner_cont p {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.big .banner:hover img {
  -webkit-transform: none;
  transform: none;
}

.anim_btn {
  position: relative;
  display: inline-block;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #112a2e;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 700;
}

.anim_btn span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.anim_btn span:before, .anim_btn span:after {
  content: "";
  width: 100%;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.2s linear transform;
  transition: 0.2s linear transform;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anim_btn span:after {
  top: auto;
  bottom: 0;
  border-top: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anim_btn::before, .anim_btn::after {
  content: " ";
  position: absolute;
  height: 100%;
  border-right: 1px solid #fff;
  -webkit-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  right: 0;
  top: 0;
}

.anim_btn::after {
  border-right: 0;
  border-left: 1px solid #fff;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  left: 0;
  right: auto;
}

.anim_btn:hover {
  color: #112a2e;
}

.anim_btn:hover span::before,
.anim_btn:hover span::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.anim_btn:hover::before, .anim_btn:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media all and (max-width: 575.98px) {
  .anim_btn {
    line-height: 40px;
  }
}

/* Product Item
======================*/
.product_item {
  position: relative;
  margin: 0 auto 25px;
  overflow: hidden;
}

.product_item.out {
  pointer-events: none;
}

.product_item.out .cover img,
.product_item.out .cont {
  opacity: 0.7;
}

.product_item.out .action {
  display: none;
}

.product_item .cover {
  overflow: hidden;
  position: relative;
}

.product_item .cover .dis,
.product_item .cover .off {
  z-index: 999;
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: #1f8136;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  text-align: center;
}

.product_item .cover .off {
  text-transform: uppercase;
  background-color: #d34242;
}

.product_item .cover .action {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  z-index: 99;
}

.product_item .cover .action .icon_link {
  border: 0;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

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

.product_item .cover img.back {
  position: absolute;
  top: 0;
  opacity: 0;
}

.product_item .cont {
  border-top: 0;
  padding: 15px 0 0;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_item .cont a {
  font-weight: 300;
  color: #112a2e;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media all and (max-width: 767.98px) {
  .product_item .cont a {
    min-height: auto;
    display: block;
  }
}

.product_item .cont p {
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.product_item .cont p s {
  letter-spacing: 0;
  margin: 0 3px 0 0;
  color: #d34242;
}

.product_item:hover .cover .action .icon_link {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.product_item:hover .cover img.back {
  opacity: 1;
}

.product_item.wide .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #112a2e), to(transparent));
  background-image: linear-gradient(0deg, #112a2e 40%, transparent 100%);
  padding: 50px 25px 0;
  z-index: 9999;
  width: 100%;
}

.product_item.wide .cont a {
  color: #fff;
  font-size: 22px;
}

/* Product Details
=======================*/
.product_details {
  margin: 0 auto;
  letter-spacing: 1px;
}

.product_details h2 {
  text-transform: uppercase;
  color: #112a2e;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

.product_details h3 {
  font-size: 18px;
  margin: 0 0 15px;
  color: #112a2e;
  letter-spacing: 1px;
}

.product_details h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 5px;
  color: #112a2e;
}

.product_details h4 {
  font-size: 14px;
  color: #fff;
  background-color: #af9564;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.product_details h4 i,
.product_details h4 a {
  color: inherit;
}

.product_details p {
  color: #112a2e;
  font-size: 16px;
  margin: 15px 0;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}

.product_details .w-100 {
  margin: 10px 0;
}

.product_details .w-100 > span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  color: #af9564;
}

.product_details .w-100 > span button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 11px;
  padding: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

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

.product_details .link:last-child {
  background-color: #d34242;
}

@media all and (max-width: 575.98px) {
  .product_details .link {
    padding: 0 10px;
  }
}

/* Number Slider
=======================*/
.cat-number {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
}

.cat-number * {
  float: left;
  height: 35px;
  width: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.cat-number a {
  padding: 0;
  width: 35px;
  line-height: 35px;
  color: #af9564;
  font-size: 13px;
}

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

.cat-number input {
  width: 35px;
  height: 35px;
  margin: 0;
  border: solid #ccc;
  border-width: 0px 1px 0px 1px;
  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:hover, .cat-number input:focus {
  background-color: #fff;
  border: solid #ccc;
  border-width: 0px 1px 0px 1px;
}

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

.swiper-wrapper {
  height: auto;
}

.swiper-container {
  width: 100%;
  margin: auto auto 15px;
  overflow: hidden;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
}

.mySwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mySwiper .swiper-slide {
  width: 43px !important;
  height: 60px !important;
  cursor: pointer;
}

.mySwiper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 43px;
  height: 60px;
}

.swiper-button-next,
.swiper-button-prev {
  top: -70px;
  bottom: 0;
  margin: auto;
  right: 25px;
  position: absolute;
  color: #fff;
}

.swiper-button-next::before, .swiper-button-next::before,
.swiper-button-prev::before,
.swiper-button-prev::before {
  content: "\f105";
  border: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
}

.swiper-button-prev {
  left: 25px;
  right: auto;
}

.swiper-button-prev::before {
  content: "\f104";
}

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

.cart_item button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d34242;
  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: 12px;
  display: inline-block;
  line-height: 25px;
  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: #112a2e;
}

.cart_item .cart_item_details .cat-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart_item .cart_item_details .cat-number * {
  float: none;
}

.cart_item .cart_item_details .cat-number a,
.cart_item .cart_item_details .cat-number input {
  width: 33.33%;
  text-align: center;
}

.cart_item .cart_item_details label {
  color: #112a2e;
}

.cart_item .cart_item_details .form-control {
  color: #112a2e;
}

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

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

.block-item .form-title {
  margin: 0 0 15px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

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

.block-item ul li span {
  float: right;
  color: #112a2e;
  font-size: 13px;
}

.block-item .link {
  margin: 15px 0 0;
}

.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: #112a2e;
}

.shopping .block-item {
  background-color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 15px;
}

.shopping .shop-item {
  padding: 15px;
  margin: 0 0 15px;
}

.shopping .shop-item .shop-item-info a {
  font-size: 13px;
}

.shopping .shop-item .shop-item-info .shop-count {
  line-height: 25px;
  font-size: 14px;
}

.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: 50px;
  padding: 0 15px;
  color: #112a2e !important;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

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

.login_wrap form {
  margin: auto;
  max-width: 420px;
}

.login_wrap .form-title {
  font-size: 16px;
  letter-spacing: 2px;
}

.login_wrap .form-title span {
  font-weight: 400;
  color: #112a2e;
  display: block;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 1px;
  font-size: 14px;
}

.login_wrap p {
  font-weight: 300;
  color: #112a2e;
  line-height: 25px;
  margin: 15px 0;
  letter-spacing: 0.5px;
  font-size: 16px;
}

@media all and (max-width: 991.98px) {
  .login_wrap p {
    line-height: 20px;
    margin: 5px 0 10px;
    letter-spacing: 0;
    font-size: 15px;
  }
}

.login_wrap a {
  float: right;
  font-size: 14px;
  color: #af9564;
  line-height: 25px;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 1px;
}

.login_wrap .form-group {
  margin: 25px 0;
}

.login_wrap .form-group i {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  height: 50px;
  width: 35px;
  color: var(--main_color);
  opacity: 0.8;
  text-align: center;
  font-size: 14px;
}

.login_wrap .form-control {
  padding-left: 35px;
  height: 50px;
  line-height: 50px;
}

@media all and (max-width: 575.98px) {
  .login_wrap {
    padding: 15px;
  }
}

.text-spacer {
  margin: 15px auto 0;
}

.text-spacer p {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  text-transform: capitalize;
}

ul.social-login {
  display: block;
  position: relative;
  margin: 15px auto 0;
  text-align: center;
}

ul.social-login li {
  display: inline-block;
  margin: 0 2px;
}

ul.social-login li .link {
  color: #fff !important;
}

@media all and (max-width: 575.98px) {
  ul.social-login li .link {
    padding: 0 8px;
    letter-spacing: 0;
  }
}

ul.social-login .face {
  background-color: #1877f2;
}

ul.social-login .insta {
  background-color: #e4405f;
}

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

.side_hint h3 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 25px;
  color: #112a2e;
  text-transform: uppercase;
}

.side_hint p {
  font-weight: 300;
  color: #112a2e;
  line-height: 25px;
  margin: 15px 0;
  letter-spacing: 0.5px;
  font-size: 16px;
}

@media all and (max-width: 991.98px) {
  .side_hint p {
    line-height: 20px;
    margin: 5px 0 10px;
    letter-spacing: 0;
    font-size: 15px;
  }
}

.side_hint .link {
  margin: 0;
}

.side_hint .text-spacer {
  margin-top: 25px;
}

.side_hint .text-spacer p,
.side_hint .text-spacer .social-login {
  text-align: left;
}

@media all and (max-width: 575.98px) {
  .side_hint {
    padding: 15px;
  }
}

@media all and (max-width: 991.98px) {
  .profile .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.profile_head {
  background-color: #fff;
  padding: 15px;
  margin: 15px auto;
  text-align: center;
}

.profile_head > i {
  background-color: #112a2e;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 30px;
  line-height: 80px;
}

.profile_head img {
  width: 120px;
  border: 3px solid #af9564;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile_head > span {
  display: block;
  line-height: 25px;
  margin: 10px 0 0;
  color: #112a2e;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.profile_links li {
  display: block;
}

.profile_links li a {
  display: block;
  background-color: rgba(224, 224, 224, 0.3);
  line-height: 40px;
  color: #112a2e;
  text-transform: uppercase;
  font-size: 13px;
  margin: 15px auto;
  text-align: left;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 1px;
}

.profile_links li a i {
  font-size: 14px;
  margin-right: 5px;
}

.profile_links li a:hover {
  color: #af9564;
}

.profile_links li.active a {
  color: #af9564;
}

.profile_links .link {
  width: 100%;
  margin-bottom: 0;
}

.box {
  margin: 15px auto;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.box .row {
  margin: auto;
}

.box .box_title {
  color: #af9564;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  letter-spacing: 1px;
}

.box .box_title .link {
  margin: 0;
  float: right;
  background-color: #1f8136;
}

.box .profile_form {
  padding: 15px;
}

.table tr td,
.table tr th {
  border-width: 1px;
  border-color: #e2e2e2;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  min-width: 135px;
  font-weight: 300;
}

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

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

.table span.green {
  background-color: #1f8136;
}

.table span.yellow {
  background-color: #d34242;
}

.table button {
  border: 0;
  background-color: #112a2e;
  color: #fff;
  padding: 0 10px;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.table ::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}

.table ::-webkit-scrollbar-track {
  background-color: #fff;
}

.table ::-webkit-scrollbar-thumb {
  background-color: #010101;
}

.contact {
  padding-bottom: 0;
}

.contact .contact_form {
  background-color: #fff;
  padding: 25px 25px 10px;
  margin-bottom: 25px;
}

.contact .contact_form h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact .contact_form p {
  font-size: 16px;
}

.contact_item {
  margin: 25px auto;
  position: relative;
  padding-left: 50px;
}

.contact_item i {
  position: absolute;
  left: 0;
  top: 4px;
  margin: auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #af9564;
  color: #fff;
  font-size: 14px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

.contact_item div {
  font-size: 16px;
  color: #112a2e;
}

.contact_item span {
  display: block;
  font-weight: 500;
  color: #112a2e;
  text-transform: uppercase;
  font-size: 14px;
}

.contact_item a {
  color: #112a2e;
  font-size: 14px;
  margin: 0 5px 5px 0;
  display: block;
  direction: ltr;
}

.about h3 {
  text-transform: uppercase;
  color: #af9564;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 25px;
}

.about p {
  line-height: 25px;
  margin-bottom: 25px;
  font-size: 18px;
  color: #112a2e;
}

.about img {
  margin: 25px auto;
}

@media all and (max-width: 991.98px) {
  .about h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .about p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 767.98px) {
  .about h3 {
    font-size: 26px;
  }
  .about p {
    font-size: 14px;
  }
  .about img {
    margin: 15px auto;
  }
}

@media all and (max-width: 575.98px) {
  .about h3 {
    font-size: 24px;
  }
  .about p {
    font-size: 12px;
  }
}

@media all and (min-width: 991.98px) {
  .pt-50 {
    padding-top: 50px;
  }
}
/*# sourceMappingURL=style.css.map */