@charset "UTF-8";
/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@font-face {
  font-family: 'iconsfont';
  src: url("../icons_font/iconsfont.eot?dsq842");
  src: url("../icons_font/iconsfont.eot?dsq842#iefix") format("embedded-opentype"),
   url("../icons_font/iconsfont.ttf?dsq842") format("truetype"), 
   url("../icons_font/iconsfont.woff?dsq842") format("woff"),
    url("../icons_font/iconsfont.svg?dsq842#iconsfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.link i {
  margin: 0 5px;
  vertical-align: text-bottom;
  font-size: 18px;
}

.link:hover {
  background-color: #f3dad5;
  color: #292829;
}

.more.link {
  background-color: #9da49c;
  color: #fff;
  margin: 15px auto 0;
}

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

.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: #f3dad5;
  color: #292829;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.icon_link:hover {
  background-color: #9da49c;
  color: #fff;
}

.icon {
  font-family: "iconsfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-credit-card:before {
  content: "";
}

.icon-credit:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-mail_outline:before {
  content: "";
}

.icon-keyboard_arrow_down:before {
  content: "";
}

.icon-color_lens:before {
  content: "";
}

.icon-crop_free:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-lock_outline:before {
  content: "";
}

.icon-power_settings_new:before {
  content: "";
}

.icon-arrow_right_alt:before {
  content: "";
}

.icon-cog-outline:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-save:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-error:before {
  content: "";
}

.icon-facebook:before {
  content: "";
  color: #1877f2;
}

.icon-google:before {
  content: "";
  color: #4285f4;
}

.icon-instagram:before {
  content: "";
  color: #e4405f;
}

.icon-twitter:before {
  content: "";
  color: #1da1f2;
}

.icon-visa:before {
  content: "";
  color: #142787;
}

.icon-shopping-bag:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-equalizer2:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

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

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

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

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

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

small {
  text-transform: uppercase;
}

/* Section Setting
=======================*/
.page_content {
  position: relative;
  margin-top: 75px;
  width: 100%;
}

.zx_up {
  z-index: 998;
}

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

section .section_title {
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

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

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

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

@media all and (max-width: 575.98px) {
  section {
    padding: 20px 0;
  }
  section .section_title {
    font-size: 22px;
    line-height: 35px;
  }
  section .section_title p {
    font-size: 14px;
  }
}

.loading {
  background-color: #fff;
  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;
}

.loading.loaded {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.load_cont {
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  text-align: center;
}

.load_cont.loaded {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.load_cont img {
  margin: 20px auto 0;
  width: 245px;
}

.load_cont p {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin: 0 0 0 20px;
}

.logo_draw {
  position: relative;
  width: 270px;
  height: 155px;
  margin: auto;
}

.logo_draw span {
  position: absolute;
  background-color: #292829;
  display: inline-block;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.logo_draw span:nth-child(odd) {
  width: 96px;
  height: 39px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.logo_draw span:nth-child(even) {
  height: 116px;
  width: 40px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.logo_draw span:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-animation-name: drawx;
          animation-name: drawx;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.logo_draw span:nth-child(2) {
  top: 39px;
  left: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: drawy;
          animation-name: drawy;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.logo_draw span:nth-child(3) {
  left: 40px;
  bottom: 0;
  width: 115px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: drawx;
          animation-name: drawx;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.logo_draw span:nth-child(4) {
  bottom: 39px;
  left: 115px;
  -webkit-animation-name: drawy;
          animation-name: drawy;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.logo_draw span:nth-child(5) {
  left: 154px;
  top: 0;
  width: 116px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: drawx;
          animation-name: drawx;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.logo_draw span:nth-child(6) {
  left: 230px;
  top: 39px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: drawy;
          animation-name: drawy;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.logo_draw span:nth-child(7) {
  bottom: 0;
  left: 174px;
  -webkit-animation-name: drawx;
          animation-name: drawx;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

@-webkit-keyframes drawx {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes drawx {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes drawy {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes drawy {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

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

label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 10px 0;
  color: #292829;
  text-align: left;
}

.form-control {
  text-align: left;
  width: 100%;
  color: #292829;
  background-color: #f1f1f1;
  border: 0;
  margin: 0;
  padding: 0 15px;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 700;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form-control:hover, .form-control:focus {
  background-color: #f1f1f1;
  outline: 0;
  border: 0;
  -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;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: block;
  font-family: "iconsfont";
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 1px solid #9da49c;
  line-height: 17px;
  font-size: 12px;
  z-index: 99;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: "\e909";
  color: #037003;
}

.form-title {
  color: #292829;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 15px 0;
}

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

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

.modal-backdrop.show {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

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

.modal-body {
  padding: 15px;
  color: #292829;
  line-height: 25px;
  overflow: hidden;
  font-size: 12px;
}

.modal-body .block-item {
  margin: auto;
  padding: 0;
}

.modal-body .form-title {
  text-align: left;
}

.modal-body .icon_link {
  font-size: 22px;
  padding: 0;
  margin: auto;
  color: #292829;
  background-color: transparent;
  position: absolute;
  right: 11px;
  top: 11px;
  width: auto;
  height: auto;
}

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

.modal-body .instal a {
  margin: 5px 15px;
  display: block;
}

.modal-body .modal-dialog {
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  margin: 40px auto 0;
  width: 98%;
  max-width: 640px;
}

.modal-body .table {
  margin: 15px auto 0;
}

.modal-body .table td,
.modal-body .table th {
  font-size: 12px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  z-index: 9999;
  min-height: 75px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header .col,
header .container-fluid {
  min-height: 75px;
  position: relative;
}

header .container-fluid {
  padding: 0 40px;
}

@media all and (max-width: 480px) {
  header .container-fluid {
    padding: 0 5px;
  }
}

header .logo {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
  width: 72px;
  height: 65px;
  padding: 5px;
  overflow: hidden;
}

header .logo img {
  height: 100%;
}

header .header_links {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  line-height: 30px;
}

header .header_links li {
  display: inline-block;
  vertical-align: middle;
}

header .header_links li a,
header .header_links li button {
  margin: 0 0 0 5px;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #292829;
  font-size: 22px;
  position: relative;
  border: 0;
  background-color: transparent;
  display: block;
  padding: 0;
}

header .header_links li a span,
header .header_links li button span {
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #f3dad5;
  width: 17px;
  height: 17px;
  font-size: 11px;
  line-height: 17px;
  color: #292829;
  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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .header_links li a i,
header .header_links li button i {
  line-height: 35px;
  font-size: 24px;
  width: 35px;
  display: block;
}

header .header_links li .icon-user {
  font-size: 30px;
  margin-top: -5px;
}

@media all and (max-width: 480px) {
  header .header_links li a,
  header .header_links li i {
    width: 30px;
    font-size: 22px;
    margin: auto;
  }
}

header .icon-bar {
  width: 35px;
  height: 31px;
  padding: 0;
  position: relative;
  border: 0;
  margin-top: 22px;
  background-color: transparent;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header .icon-bar span {
  display: block;
  position: absolute;
  left: 5px;
  width: 70%;
  border-bottom: 1.7px solid #292829;
}

header .icon-bar span:nth-child(1) {
  top: 10%;
}

header .icon-bar span:nth-child(2) {
  top: 46%;
  width: 90%;
}

header .icon-bar span:nth-child(3) {
  bottom: 10%;
}

.newsletters {
  padding: 45px 0;
  position: relative;
}

.newsletters::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
}

.newsletters form {
  margin: auto;
  max-width: 575.98px;
  position: relative;
}

.newsletters form label {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 20px;
  letter-spacing: 2px;
}

.newsletters form .link {
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 45px;
}

@media all and (max-width: 480px) {
  .newsletters form label {
    font-size: 16px;
  }
  .newsletters form .link {
    position: relative;
    width: 100%;
  }
}

footer {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #f1f1f1;
}

footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
}

footer h3 {
  text-transform: uppercase;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #292829;
}

footer ul {
  margin: 10px 0 15px;
}

footer ul li {
  display: inline-block;
}

footer img {
  width: 50px;
  margin: 0 5px 5px 0;
}

footer a {
  color: #292829;
  line-height: 25px;
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

footer a:hover {
  color: inherit;
  opacity: 1;
}

footer .icon {
  font-size: 24px;
  color: #fff;
  margin: 5px;
  width: 30px;
  text-align: center;
}

@media all and (min-width: 992.98px) and (max-width: 1199.98px) {
  footer a {
    font-size: 12px;
    letter-spacing: 0;
  }
  footer img {
    width: 40px;
  }
}

@media all and (max-width: 480px) {
  footer ul li.col-6 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.copyrights {
  width: 100%;
  color: #292829;
  padding: 15px 0;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-top: 1px solid #f1f1f1;
  position: relative;
}

.copyrights::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.1;
  top: 0;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 1)'/><path d='M15 5h10v30H15zM35-5V5H5V-5zM35 35v10H5V35zM35-15h10v30H35zM55 15v10H25V15zM15 15v10h-30V15zM35 25h10v30H35zM-5 25H5v30H-5zM-5-15H5v30H-5z'  stroke-width='1' stroke='hsla(7, 57%, 92%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.page_head {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
}

.page_head .container-fluid {
  padding: 0 40px;
}

@media all and (max-width: 480px) {
  .page_head .container-fluid {
    padding: 0 15px;
  }
}

.page_head .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_head h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 55px;
  margin: 0;
}

.page_head ul {
  margin: 10px 0;
  line-height: 35px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page_head ul li {
  color: #9da49c;
  display: inline-block;
}

.page_head ul li a {
  margin-right: 5px;
  color: #292829;
  font-size: 14px;
  display: block;
}

aside {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

aside::before, aside::after {
  content: "";
  position: absolute;
  background-color: rgba(243, 218, 213, 0.9);
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s width linear;
  transition: 0.3s width linear;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

aside::before {
  background-color: transparent;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 1)'/><path d='M15 5h10v30H15zM35-5V5H5V-5zM35 35v10H5V35zM35-15h10v30H35zM55 15v10H25V15zM15 15v10h-30V15zM35 25h10v30H35zM-5 25H5v30H-5zM-5-15H5v30H-5z'  stroke-width='1' stroke='hsla(7, 57%, 92%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

aside .icon-btn {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  width: 50px;
  border: 0;
  opacity: 0;
  z-index: 9999;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

aside .icon-btn i {
  color: #292829;
  font-size: 46px;
}

aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 100%;
  text-align: left;
  position: relative;
  z-index: 99;
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

@media (max-width: 991.98px) {
  aside ul {
    width: 70%;
  }
}

aside ul li {
  display: block;
  max-width: 290px;
}

aside ul li a {
  font-size: 22px;
  line-height: 30px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4px;
  overflow: hidden;
}

aside ul li a span {
  position: relative;
  display: block;
  color: #444;
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

aside ul li a::before {
  content: attr(data-text);
  position: absolute;
  inset: auto 0 0;
  margin: auto;
  color: #292829;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: 0.4s all linear;
  transition: 0.4s all linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

aside ul li a::after {
  content: "";
  position: absolute;
  left: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #292829;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

aside ul li a:hover span {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

aside ul li a:hover::after {
  width: 30%;
}

aside ul li a:hover::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

aside ul li.active a span {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

aside ul li.active a::after {
  width: 30%;
}

aside ul li.active a::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

aside ul .w-100 {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

aside ul .w-100 li {
  display: inline-block;
}

aside ul .w-100 li a {
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 10px;
}

aside ul .w-100 li a::after {
  display: none;
}

aside.move {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all linear;
  transition: 0.5s all linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

aside.move::before, aside.move::after {
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

aside.move .icon-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

aside.move ul {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

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

.panel .panel-title {
  position: relative;
  line-height: 45px;
  padding: 0 15px;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #292829;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.panel .panel-title::before {
  position: absolute;
  content: "\e902";
  border: 0;
  font-family: "iconsfont";
  vertical-align: middle;
  line-height: 40px;
  font-size: 18px;
  padding: 0;
  right: 15px;
  top: 0;
  color: #9da49c;
}

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

.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: 700;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.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: 700;
  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 #e0e0e0;
  position: relative;
  font-weight: 700;
}

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

.filter_btn {
  display: none;
}

@media all and (max-width: 991.98px) {
  .filter_btn {
    display: block;
  }
  .toggle-container {
    position: fixed;
    top: 0;
    left: -270px;
    height: 100%;
    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: 30px;
    padding: 0;
    margin: 0;
    color: #c00505;
  }
}

.cart_box {
  position: fixed;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: -330px;
  width: 100%;
  max-width: 320px;
  height: 100%;
  z-index: 99999;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-box-shadow: 0 -1px 15px 0 #f1f1f1;
  -o-box-shadow: 0 -1px 15px 0 #f1f1f1;
  box-shadow: 0 -1px 15px 0 #f1f1f1;
}

.cart_box.move {
  right: 0;
}

.cart_box.move::before {
  content: " ";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  left: 0;
  top: 0;
  z-index: -1;
}

.cart_box .icon_btn {
  position: absolute;
  top: 10px;
  right: 5px;
  margin: auto;
  border: 0;
  color: #292829;
  font-size: 26px;
  height: 32px;
  border: 0;
  background-color: transparent;
  color: #c00505;
  padding: 0;
}

.cart_box .title {
  text-transform: uppercase;
  color: #292829;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
  position: relative;
  letter-spacing: 3px;
}

.cart_box .cart-content-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
}

.cart_box .cart-content-footer .total {
  text-align: center;
  font-size: 18px;
  color: #292829;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: 700;
}

.cart_box .cart-content-footer .link:last-child {
  background-color: #f3dad5;
  color: #292829;
}

.shop-item {
  display: block;
  overflow: hidden;
  padding: 15px;
  border-top: 1px solid #f1f1f1;
  position: relative;
  z-index: 99;
}

.shop-item img {
  float: left;
  height: 55px;
}

.shop-item .shop-item-info {
  display: block;
  position: relative;
  padding: 0 0 0 55px;
  text-align: left;
}

.shop-item .shop-item-info a {
  display: block;
  position: relative;
  line-height: 20px;
  margin-bottom: 5px;
  color: #292829;
  font-size: 14px;
}

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

.shop-item .shop-item-info span {
  display: inline-block;
  color: #292829;
  margin: 0 2px;
  border-right: 1px dotted #9da49c;
  line-height: 16px;
  padding-right: 5px;
  font-size: 14px;
}

.shop-item .shop-item-info span:nth-child(3) {
  border-right: 0;
}

.shop-item .shop-item-info button {
  position: absolute;
  height: 25px;
  border: 0;
  padding: 0;
  color: #c00505;
  font-size: 18px;
  background-color: transparent;
  top: -10px;
  right: -10px;
  z-index: 9999;
}

/* Main Section
======================*/
.main_screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  overflow: hidden;
  z-index: 9999;
  position: relative;
}

@media all and (max-width: 480px) {
  .main_screen {
    padding: 15px 0;
  }
}

.main_screen .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main_screen .row .order-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
}

.main_screen .row .order-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 100%;
}

.main_screen .row .order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 100%;
}

@media all and (max-width: 991.98px) {
  .main_screen .row .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main_screen .row .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .main_screen .row .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
  }
}

.box {
  display: block;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.box img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.box .box_cont {
  position: absolute;
  top: 0;
  color: #292829 !important;
  width: 100%;
  height: 100%;
  margin: auto;
  text-transform: uppercase;
  background-color: rgba(157, 164, 156, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.box .box_cont span {
  display: block;
  font-size: 42px;
  width: 270px;
  max-width: 100%;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.box .box_cont i {
  font-size: 16px;
  border: 1px solid #010101;
  width: 40px;
  height: 40px;
  margin: 15px 0 0;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.box:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.box:hover .box_cont {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.box:hover .box_cont span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.box:hover .box_cont i {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

@media all and (max-width: 1199.98px) {
  .box .box_cont {
    padding: 25px;
  }
  .box .box_cont span {
    font-size: 28px;
    width: 100%;
    line-height: 30px;
  }
}

/* Collection
======================*/
.collection {
  background-color: #f3dad5;
  padding: 295px 0 130px;
  margin: -240px 0 -170px;
  z-index: 999;
  position: relative;
}

@media (max-width: 991.98px) {
  .collection {
    padding-top: 230px;
  }
}

.collection_cont {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 50px;
}

.collection_cont h3 {
  font-size: 72px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 25px 0;
  font-weight: 700;
  line-height: 75px;
}

.collection_cont p {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media (max-width: 991.98px) {
  .collection_cont {
    padding-right: 0;
  }
  .collection_cont h3 {
    line-height: 35px;
    font-size: 32px;
    margin-bottom: 15px;
  }
  .collection_cont p {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media all and (max-width: 480px) {
  .collection_cont h3 {
    font-size: 26px;
  }
  .collection_cont p {
    font-size: 14px;
  }
}

.collection_img {
  position: relative;
}

@media (max-width: 991.98px) {
  .collection_img {
    margin: 15px 0;
  }
}

.collection_img img {
  width: 100%;
}

.collection_img span {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 90%;
  width: 90px;
  font-size: 72px;
  font-weight: 700;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  line-height: 90px;
  background-color: #9da49c;
  color: #ffffff;
  text-shadow: 2px 2px 5px #7e817d;
}

@media (max-width: 991.98px) {
  .collection_img span {
    height: 100%;
    left: 0;
  }
}

@media (max-width: 480px) {
  .collection_img span {
    font-size: 48px;
  }
}

/* Category
======================*/
.category {
  margin-top: -140px;
  padding: 70px 0;
  background-color: #292829;
}

.category::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0.07;
  top: 0;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 1)'/><path d='M15 5h10v30H15zM35-5V5H5V-5zM35 35v10H5V35zM35-15h10v30H35zM55 15v10H25V15zM15 15v10h-30V15zM35 25h10v30H35zM-5 25H5v30H-5zM-5-15H5v30H-5z'  stroke-width='1' stroke='hsla(7, 57%, 92%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

.category .row {
  margin: auto;
  max-width: 991px;
}

.category .category_cover {
  padding: 0;
  margin-right: 0;
  position: relative;
  z-index: 9999;
}

.category h3 {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 40px 0 35px;
  text-align: left;
  font-weight: 700;
}

.category p {
  font-size: 16px;
  line-height: 25px;
  margin: 0 0 35px 0;
  text-transform: uppercase;
}

.category .category img {
  width: 100%;
  position: relative;
  z-index: 999;
}

.category .category_cont {
  padding: 25px 25px 25px 50px;
  background-color: #fff;
  margin-top: 60px;
  height: 420px;
  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;
  position: relative;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .category h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .category .category_cont {
    padding: 0 25px;
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .category .category_cont {
    margin-top: 15px;
    padding: 25px;
    height: auto;
    min-height: auto;
  }
  .category .category_cont h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .category .category_cont p {
    margin-bottom: 15px;
  }
  .category .category_cont .link {
    margin-bottom: 0;
  }
}

@media all and (max-width: 480px) {
  .category {
    padding-bottom: 35px;
  }
  .category .category_cont h3 {
    font-size: 18px;
  }
  .category .category_cont p {
    font-size: 12px;
    line-height: 20px;
  }
}

.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: #9da49c;
  display: block;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 1px;
  font-size: 14px;
}

.login_wrap a {
  float: right;
  font-size: 14px;
  color: #292829;
  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;
  }
  .login_wrap a {
    float: none;
    display: block;
    margin: 0;
  }
}

.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 button {
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
}

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

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

.side_hint p {
  font-weight: 400;
  color: #9da49c;
  display: block;
  line-height: 20px;
  margin: 10px 0 0;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.side_hint .link {
  margin: 25px 0 0;
  color: #292829;
  background-color: #f3dad5;
}

.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: 991.98px) {
  .side_hint {
    padding: 15px;
  }
}

/* Product Item
======================*/
.product_item {
  position: relative;
  margin: 0 auto 25px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.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: #037003;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  text-align: center;
}

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

.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;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 80px;
}

@media all and (max-width: 1199.98px) {
  .product_item .cont {
    min-height: 95px;
  }
}

.product_item .cont a {
  font-weight: 700;
  color: #292829;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

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

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

.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 Details
=======================*/
.product_details {
  margin: 0 auto 25px auto;
  letter-spacing: 1px;
}

.product_details h2 {
  text-transform: uppercase;
  color: #292829;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 1px;
}

.product_details h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #292829;
  letter-spacing: 1px;
}

.product_details h3 span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  margin-top: 5px;
  color: #9da49c;
}

.product_details h4 {
  font-size: 12px;
  color: #fff;
  background-color: #9da49c;
  line-height: 25px;
  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: #9da49c;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
  letter-spacing: 0px;
}

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

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

.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 .icon_link {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* 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: #292829;
  font-size: 13px;
}

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

.cat-number input {
  width: 50px;
  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;
}

.main_img {
  margin: auto auto 15px;
  width: 100%;
}

.main_img img {
  width: 100%;
}

.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 {
  width: 30px;
  height: 30px;
  padding: 0;
  top: -100px;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.swiper-button-next::after, .swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-prev::after {
  font-family: "iconsfont";
  content: "\e90d";
  font-size: 21px;
  color: #292829;
}

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

.swiper-button-prev::after {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

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

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

.block-item .form-title {
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}

.block-item hr {
  border-color: #f1f1f1;
  max-width: 94%;
}

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

.block-item .shop-item {
  background-color: rgba(241, 241, 241, 0.4);
  margin-bottom: 10px;
  border: 0;
}

.cart-total li {
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: left;
}

.cart-total li small {
  display: block;
  line-height: 20px;
}

.cart-total li span {
  float: right;
  color: #010101;
  font-size: 12px;
}

.promo_form form {
  margin: 0;
  position: relative;
}

.promo_form .link {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0;
}

.cart_item {
  margin: 0 0 15px;
  background-color: #fff;
  padding: 15px 15px 10px;
  position: relative;
  overflow: hidden;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cart_item .icon-error {
  color: #c00505;
  position: absolute;
  top: 12px;
  right: 10px;
  background-color: transparent;
  border: 0;
  font-size: 24px;
  padding: 0;
}

.cart_item .link {
  font-size: 10px;
  padding: 0 10px 0 5px;
  line-height: 35px;
}

.cart_item .link i {
  vertical-align: sub;
}

.cart_item img {
  width: 110px;
  margin: 0 25px 0 0;
}

.cart_item .cart_item_details .price {
  font-size: 14px;
  display: block;
}

.cart_item .cart_item_details > a {
  display: block;
  font-size: 16px;
  color: #292829;
  margin: 5px 0 10px 0;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.cart_item .cart_item_details h4 {
  font-size: 12px;
  color: #fff;
  background-color: #9da49c;
  line-height: 25px;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.cart_item .cart_item_details h4 i,
.cart_item .cart_item_details h4 a {
  color: inherit;
}

.cart_item .cart_item_details .info {
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 14px;
  margin: 0 20px 10px 0;
}

.cart_item .cart_item_details .info span.color {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: sub;
  border-radius: 50%;
  min-width: auto;
  margin-left: 5px;
}

.cart_item .cat-number {
  margin: 0;
  display: block;
  width: 122px;
}

@media all and (max-width: 575.98px) {
  .cart_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .cart_item img {
    width: 100%;
    margin: auto auto 15px;
  }
  .cart_item .cat-number {
    margin: auto;
  }
}

.pay_meth button {
  display: inline-block;
  margin: 0 15px 15px 0;
  background-color: transparent;
  text-align: left;
  line-height: 45px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #f1f1f1;
}

.pay_meth button i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

.pay_meth button:hover {
  background-color: #f1f1f1;
}

.success_order {
  text-align: center;
  min-height: 480px;
  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: 3px;
  font-weight: 700;
}

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

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

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

@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;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

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

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

.profile_head > span {
  display: block;
  line-height: 25px;
  margin: 10px 0 0;
  color: #292829;
  font-weight: 700;
  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: #292829;
  text-transform: uppercase;
  font-size: 14px;
  margin: 15px auto;
  text-align: left;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

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

.profile_links li a:hover {
  background-color: #f3dad5;
}

.profile_links li.active a {
  background-color: #f3dad5;
}

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

.profile_links .link i {
  margin: 0 5px 0 0;
}

.input-container {
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 45px;
  line-height: 45px;
  background-color: #f1f1f1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.input-container input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

.box .row {
  margin: auto;
}

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

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

.box .profile_form {
  padding: 15px;
}

.box .form-title {
  font-size: 14px;
  color: #292829;
}

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

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

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

.table button {
  border: 0;
  background-color: #292829;
  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;
}
/*# sourceMappingURL=style.css.map */