@import "https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Athiti:wght@300;400;500;600&display=swap");

body {
  overflow-x: hidden;
}

#topbar .store-notice,
.woocommerce span.onsale,
.ms3-wide-container .onsale {
  background: rgb(234, 124, 152);
  background: linear-gradient(90deg, rgba(234, 124, 152, 1) 0%, rgba(238, 148, 142, 1) 50%, rgba(240, 172, 132, 1) 100%);
}
.woocommerce span.onsale {
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
}
#topbar .noticecontent {
  color: #fff7de;
  text-align: center;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 10px;
  letter-spacing: 1px;
}
#topbar .noticecontent p {
  margin: 0;
}
#topbar .noticecontent a {
  color: #fff7de;
  text-decoration: none;
}
#topbar .noticecontent a:hover {
  color: #fff7de;
  text-decoration: underline;
}
#topbar .noticecontent strong {
  font-weight: 800;
}
#topbar .noticecontent span {
  background: #14336a;
  padding: 2px 8px;
}

.topbar {
  padding: 0px;
  transition: 0.2s ease-in;
  width: 100%;
  position: fixed;
  z-index: 20;
}

.topbar.fixed-header {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  transition: 0.2s ease-in;
  background: #188ef4;
}

.topbar.fixed-header .navbar .navbar-brand img {
  height: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.header6 .navbar-toggler {
  color: #fff;
}

.header6 .navbar-brand {
  line-height: 80px;
}

.h6-nav-bar {
  padding: 0px;
}

.h6-nav-bar .navbar-nav .nav-link {
  padding: 35px 15px;
  color: rgba(255, 255, 255, 0.5);
}

.h6-nav-bar .navbar-nav .nav-item:hover .nav-link,
.h6-nav-bar .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

.h6-nav-bar .act-buttons .btn {
  margin: 10px 0 10px 10px;
}

@media (max-width: 1023px) {
  .h6-nav-bar .navbar-nav .nav-link {
    padding: 15px 15px;
  }
  .h6-nav-bar .act-buttons .btn {
    margin: 10px 0 10px 0px;
  }
}

.page-wrapper {
  padding-top: 0;
}

#main-wrapper {
  overflow: hidden;
}

.container-fluid {
  padding: 0px;
}

.footer {
  padding: 20px 0;
  text-align: center;
}

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.spacer {
  padding: 90px 0;
}

.mini-spacer {
  padding: 40px 0;
}

.title {
  margin: 20px 0 15px;
}

.subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.card {
  border: 0px;
  margin-bottom: 30px;
}

.card.card-shadow {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.card-group .card {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}

.icon-space {
  margin: 20px 0;
}

.linking {
  color: #292f2f;
}

.linking i {
  font-size: 14px;
  margin-left: 10px;
  transition: 0.2s ease-in;
}

.linking:hover {
  color: #ae8875;
}

.linking:hover i {
  margin-left: 15px;
}

.list-block {
  margin: 0px;
  padding: 0px;
}

.list-block li {
  list-style: none;
  padding: 10px 0;
  display: flex;
}

.list-block li i {
  margin-right: 10px;
  flex-shrink: 0px;
  margin-top: 3px;
}

.list-block.with-underline li {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px 0;
}

.img-inline {
  margin: 0px;
  padding: 0px;
}

.img-inline li {
  list-style: none;
}

.img-inline li.half-width {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.img-shadow {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}

.icon-round {
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
}

.no-shrink {
  flex-shrink: 0;
}

.up {
  z-index: 10;
  position: relative;
}

.bt-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  visibility: hidden;
}

.both-space {
  margin: 80px 0;
}

.side-content {
  padding: 40px 60px;
}

.bg-cover {
  background-size: cover;
  min-height: 200px;
}

.owl-carousel {
  display: block;
  width: 100%;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-nav.disabled {
  display: none;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.table td,
.table th {
  padding: 0.75rem 1.5rem 0.75rem 0;
}

.stick-bottom {
  position: relative;
  margin-bottom: 30px;
}

.stick-bottom > span {
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -7px;
  left: 0px;
  display: inline-block;
}

.po-absolute {
  position: absolute;
}

.po-relative {
  position: relative;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
  .wlr-message-info.wlr_points_rewards_earn_points,
  .wlr-message-info.wlr_point_redeem_message {
    color: #fff !important;
    background-color: #ae8875 !important;
    font-size: 17px !important;
  }
  .wlr_point_redeem_message #wlr-reward-link:hover {
    color: white !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.navbar-nav {
  font-weight: 400;
  background: none;
}

.navbar-nav .dropdown-menu.b-none {
  border: 0px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pre-scroll {
  position: relative;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
  overflow: hidden;
}

.mega-dropdown .list-style-none {
  font-size: 14px;
}

.mega-dropdown .inside-bg {
  margin: -30px 0 -30px -30px;
}

.mega-dropdown .inside-bg-right {
  margin: -30px -30px -30px 0;
}

.mega-dropdown .bg-img {
  background-size: cover;
  height: 100%;
  padding: 30px;
}

.mega-dropdown h6 {
  margin: 15px 0;
  font-size: 15px;
}

.general-listing {
  padding: 0px;
  margin: 0px;
}

.general-listing li {
  list-style: none;
}

.general-listing li a {
  color: #7c7a7a;
  display: flex;
  padding: 10px 0;
  transition: 0.2s ease-in;
  align-items: center;
}

.general-listing li:hover a {
  color: #ae8875;
  padding-left: 10px;
}

.general-listing li i {
  margin-right: 7px;
  vertical-align: middle;
}

.general-listing.two-part li {
  width: 49%;
  display: inline-block;
}

.general-listing.only-li li {
  padding: 5px 0;
}

.form-control-dark {
  background: rgba(120, 130, 140, 0.13);
  color: #fff;
  border-color: rgba(120, 130, 140, 0.13);
}

.form-control-dark:focus {
  background: rgba(120, 130, 140, 0.13);
  color: #fff;
}

.round-social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  transition: 0.2s ease-in;
}

.round-social a:hover {
  transform: translate3d(0px, -5px, 0px);
}

.round-social.light a {
  color: #263238;
  background: #f4f8fa;
}

.round-social.light a:hover {
  background: #263238;
  color: #fff;
}

.banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table;
}

.banner .banner-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 992px) {
  .banner {
    height: auto !important;
    min-height: 200px;
    padding: 100px 0;
  }
  #topbar .noticecontent {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .banner {
    padding: 30px 0;
  }
}

.form-control {
  padding: 0.75rem;
  border: 2px solid rgba(120, 130, 140, 0.13);
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 12px);
}

.button-group .btn {
  margin-bottom: 7px;
}

.show-grid {
  margin-bottom: 10px;
  padding: 0 15px;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f4f8fa;
}

.list-group a.list-group-item:hover {
  background: #f4f8fa;
}

.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #ae8875;
  border-color: #ae8875;
}

.list-group-item.disabled {
  color: #8d97ad;
  background: #f4f8fa;
}

.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}

.alert-rounded {
  border-radius: 60px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  transform: rotate(180deg);
}

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}

@-webkit-keyframes myanimation {
  from {
    width: 0;
  }
}

@keyframes myanimation {
  from {
    width: 0;
  }
}

.progress {
  height: 6px;
}

.vtabs {
  display: table;
}

.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #ae8875;
  border: 0px;
  color: #fff;
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #fff;
  border: 0px;
  border-right: 2px solid #ae8875;
  margin-right: -1px;
  color: #ae8875;
}

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #7c7a7a;
}

.customtab2 li a.nav-link.active {
  background: #ae8875;
  color: #fff;
}

.customtab2 li a.nav-link:hover {
  color: #fff;
  background: #ae8875;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #f4f8fa;
}

.timeline > li {
  position: relative;
  margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

.timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

.timeline > li > .timeline-badge {
  z-index: 10;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 46px;
  color: #fff;
  overflow: hidden;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #316ce8;
}

.timeline-badge.success {
  background-color: #2cdd9b;
}

.timeline-badge.warning {
  background-color: #fec500;
}

.timeline-badge.danger {
  background-color: #ff4d7e;
}

.timeline-badge.info {
  background-color: #188ef4;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

ul.list-icons {
  margin: 0px;
  padding: 0px;
}

ul.list-icons li {
  list-style: none;
  line-height: 30px;
  margin: 5px 0;
  transition: 0.2s ease-in;
}

ul.list-icons li a {
  color: #7c7a7a;
}

ul.list-icons li a:hover {
  color: #ae8875;
}

ul.list-icons li i {
  font-size: 13px;
  padding-right: 8px;
}

ul.list-inline li {
  display: inline-block;
}

ul.list-inline li:first-child {
  padding-left: 0px;
}

ul.list-inline li a {
  color: #7c7a7a;
}

ul.list-inline li a:hover {
  color: #ae8875;
}

ul.two-part {
  margin: 0px;
}

ul.two-part li {
  width: 48.8%;
}

html body .accordion .card {
  margin-bottom: 0px;
}

#accordion4 .card-header {
  border: 1px solid rgba(120, 130, 140, 0.13);
  background: transparent;
  margin-bottom: 10px;
}

#accordion4 .card-header a {
  color: #8d97ad;
}

#accordion4 .card-header:hover {
  background-color: #188ef4;
  border: 1px solid #188ef4;
}

#accordion4 .card-header:hover a {
  color: #fff;
}

#accordion4 .card.active .card-header {
  background-color: #188ef4;
  border: 1px solid #188ef4;
}

#accordion4 .card.active .card-header a {
  color: #fff;
}

.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #fff;
}

.bc-colored .breadcrumb-item.active,
.bc-colored .breadcrumb-item a.active {
  opacity: 0.7;
}

.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb {
  margin-bottom: 0px;
}

.card-title {
  font-size: 18px;
}

.card-subtitle {
  color: #8d97ad;
  margin-bottom: 30px;
  font-size: 14px;
}

.card-inverse .card-bodyquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-default .card-header {
  background: #fff;
  border-bottom: 0px;
}

.card-success {
  background: #2cdd9b;
  border-color: #2cdd9b;
}

.card-danger {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-warning {
  background: #fec500;
  border-color: #fec500;
}

.card-info {
  background: #188ef4;
  border-color: #188ef4;
}

.card-primary {
  background: #316ce8;
  border-color: #316ce8;
}

.card-dark {
  background: #3e4555;
  border-color: #3e4555;
}

.card-megna {
  background: #1dc8cd;
  border-color: #1dc8cd;
}

.card-columns .card {
  margin-bottom: 20px;
}

.collapsing {
  -webkit-transition: height 0.08s ease;
  transition: height 0.08s ease;
}

.card-info {
  background: #188ef4;
  border-color: #188ef4;
}

.card-primary {
  background: #316ce8;
  border-color: #316ce8;
}

.card-outline-info {
  border-color: #188ef4;
}

.card-outline-info .card-header {
  background: #188ef4;
  border-color: #188ef4;
}

.card-outline-inverse {
  border-color: #3e4555;
}

.card-outline-inverse .card-header {
  background: #3e4555;
  border-color: #3e4555;
}

.card-outline-warning {
  border-color: #fec500;
}

.card-outline-warning .card-header {
  background: #fec500;
  border-color: #fec500;
}

.card-outline-success {
  border-color: #2cdd9b;
}

.card-outline-success .card-header {
  background: #2cdd9b;
  border-color: #2cdd9b;
}

.card-outline-danger {
  border-color: #ff4d7e;
}

.card-outline-danger .card-header {
  background: #ff4d7e;
  border-color: #ff4d7e;
}

.card-outline-primary {
  border-color: #316ce8;
}

.card-outline-primary .card-header {
  background: #316ce8;
  border-color: #316ce8;
}

.custom-select {
  /*background: url(assets/images/ui/custom-select.png) right .75rem center no-repeat;*/
  border: 2px solid rgba(120, 130, 140, 0.13);
  height: calc(2.25rem + 12px);
}

textarea {
  resize: none;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #2cdd9b;
}

.has-success .form-control-success {
  background-image: url(../../assets/images/ui/success.svg);
}

.has-success .form-control {
  border-color: #2cdd9b;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #fec500;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/ui/warning.svg);
}

.has-warning .form-control {
  border-color: #fec500;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4d7e;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/ui/danger.svg);
}

.has-danger .form-control {
  border-color: #ff4d7e;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.input-form .btn {
  padding: 14px 12px;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
}

.custom-modal .close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #8d97ad;
  font-size: 25px;
  background: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  border-radius: 100%;
  line-height: 19px;
}

.custom-modal .modal-body {
  overflow: hidden;
}

.custom-modal .modal-bg-img {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

.modal1 .modal-bg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 40px;
}

.modal1 .input-group {
  margin-top: -45px;
}

.modal2 .modal-bg {
  padding: 30px 30px 30px 15px;
}

.modal3 .modal-bg {
  padding: 50px 40px 60px 25px;
}

.modal4 .modal-bg {
  padding: 55px 55px 55px 40px;
}

.header-overlay {
  position: absolute;
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ae8875;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-item > .ml-auto {
  position: absolute;
  right: 15px;
  top: 10px;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  border-radius: 0.25rem;
  display: none;
}

.dropdown-submenu > .dropdown-menu.menu-right {
  left: auto;
  right: 100%;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -75%;
}

.dropdown-menu .divider {
  background-color: rgba(120, 130, 140, 0.13);
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.banner-innerpage {
  padding: 150px 0 100px;
  background-size: cover;
  background-position: center center;
}

.banner-innerpage .title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}

.banner-innerpage .subtitle {
  color: #fff;
}

@media (max-width: 900px) {
  .static-slider10 .title {
    font-size: 40px;
    line-height: 45px;
  }
}

.with-noborder .media {
  border: 0px;
  padding: 0px;
  margin: 50px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ae8875;
}

.footer4 .f4-bottom-bar {
  padding-top: 10px;
  margin-top: 20px;
}

.footer4 .f4-bottom-bar a {
  color: #7c7a7a;
}

.footer4 .f4-bottom-bar a:hover {
  color: #188ef4;
}

.footer4 .round-social.light a {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.footer4 .round-social.light a:hover {
  background: #188ef4;
}

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
}

.icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}

.icon-list-demo div:hover {
  color: #263238;
}

.icon-list-demo div:hover i {
  font-size: 2em;
}

.icon-list-demo i {
  -webkit-transition: all 0.2s;
  -webkit-transition: font-size 0.2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-list-demo .col-md-4,
.icon-list-demo .col-3 {
  border-radius: 4px;
}

@media (min-width: 1024px) {
  .contact4 .contact-box {
    padding: 80px 105px 80px 0px;
  }
  .hover-dropdown .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
  }
  .navbar-nav > .dropdown .dropdown-menu {
    min-width: 210px;
    margin-top: 0px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1023px) {
  .d-flex {
    display: block !important;
  }
  .d-flex.no-block {
    display: flex !important;
  }
  .wrap-feature30-box {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
  }
  .wrap-feature31-box .right-image,
  .contact4 .right-image,
  .form6 .right-image {
    position: relative;
    bottom: -95px;
  }
  .wrap-feature31-box .right-image img,
  .contact4 .right-image img,
  .form6 .right-image img {
    width: 100%;
  }
  .contact1 .detail-box {
    margin-top: 40px;
  }
  .contact1 .p-r-40 {
    padding-right: 0;
  }
  .contact4 .contact-box {
    padding: 40px 0px 40px 0px;
  }
  .contact3 .c-detail {
    text-align: center;
  }
  .contact3 .c-detail .m-r-20 {
    margin-right: 0;
  }
  .contact3 .c-detail h6 {
    margin-top: 20px;
  }
  .contact3 .m-l-30 {
    margin-left: 0;
  }
  .contact3 .contact-box {
    margin-top: 30px;
  }
  .wrap-feature34-box .left-image {
    position: relative;
    top: -90px;
  }
  .po-absolute {
    position: relative;
  }
  .contact2 .bg-image {
    margin-right: 15px;
    margin-left: 15px;
  }
  .topbar {
    background: #ae8875;
    position: relative;
  }
  .topbar.animated {
    animation-duration: 0s;
  }
  .topbar.animated.slideInDown {
    -webkit-animation-name: none;
    animation-name: none;
  }
}

@media (max-width: 767px) {
  .b-l,
  .b-r {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  .img-inline li.half-width {
    width: 100%;
  }
  .both-space {
    margin: 10px 0;
  }
  .side-content {
    padding: 40px 20px;
  }
  .general-listing.two-part li {
    width: 100%;
    display: block;
  }
  .wrap-feature-12 .uneven-box {
    margin-top: 0px;
  }
  .wrap-feature-16 .with-text {
    margin-left: 0px;
  }
  .wrap-feature-18 .icon-position .icon-round {
    top: 157px;
    right: 30px;
  }
  .wrap-feature-22 .text-box,
  .wrap-feature23-box .text-box {
    padding: 20px 0px;
  }
  .wrap-feature30-box {
    position: relative;
  }
  .contact3 .p-l-0 {
    padding-left: 20px;
  }
  .contact4 .contact-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal2 .modal-bg {
    padding: 30px;
  }
  .modal3 .modal-bg {
    padding: 50px 40px 60px;
  }
  .modal4 .modal-bg {
    padding: 40px;
  }
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
}

/*
@font-face {
    font-family: "Poppins";
    src: url("./fonts/Poppins-Medi.woff2") format("truetype")
}
*/

* {
  outline: none;
}

body {
  background: #fff;
  color: #484848;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Athiti";
  font-weight: 400;
}

html {
  position: relative;
  min-height: 100%;
  background: #fff;
}

a {
  transition: all 0.15s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

.product-info-content a:hover {
  opacity: 0.75;
}

a.link {
  color: #292f2f;
}

a.link:hover,
a.link:focus {
  color: #ae8875;
}

a.white-link {
  color: #fff;
}

a.white-link:hover,
a.white-link:focus {
  color: #263238;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292f2f;
  font-family: "Poppins";
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  line-height: 30px;
  font-size: 24px;
}

h4 {
  line-height: 26px;
  font-size: 21px;
}

h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 400;
}

h6 {
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.display-7 {
  font-size: 26px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

.circle {
  border-radius: 100%;
}

html body blockquote {
  border-left: 5px solid #ae8875;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-15 {
  padding: 15px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-40 {
  padding: 40px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

.op-8 {
  opacity: 0.8;
}

.op-7 {
  opacity: 0.7;
}

.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

html body .font-bold {
  font-weight: 700;
}

html body .font-semibold {
  font-weight: 600;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-13 {
  font-size: 13px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

html body .font-stylish {
  font-family: "Calafia-Regular";
}

html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

.text-white {
  color: #fff !important;
}

.text-danger {
  color: #ff4d7e !important;
}

.text-muted {
  color: #8d97ad !important;
}

.text-warning {
  color: #fec500 !important;
}

.text-success {
  color: #2cdd9b !important;
}

.text-info {
  color: #188ef4 !important;
}

.text-inverse {
  color: #3e4555 !important;
}

.text-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #316ce8 !important;
}

html body .text-megna {
  color: #1dc8cd;
}

html body .text-dark {
  color: #7c7a7a;
}

html body .text-themecolor {
  color: #ae8875;
}

.bg-primary {
  background-color: #316ce8 !important;
}

.bg-success {
  background-color: #2cdd9b !important;
}

.bg-info {
  background-color: #188ef4 !important;
}

.bg-warning {
  background-color: #fec500 !important;
}

.bg-danger {
  background-color: #ff4d7e !important;
}

.bg-orange {
  background-color: #ff6a5b !important;
}

.bg-yellow {
  background-color: #fed700;
}

.bg-facebook {
  background-color: #3b5a9a;
}

.bg-twitter {
  background-color: #56adf2;
}

.bg-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
}

.bg-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.bg-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

html body .bg-megna {
  background-color: #1dc8cd;
}

html body .bg-theme {
  background-color: #ae8875;
}

html body .bg-inverse {
  background-color: #3e4555;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light {
  background-color: #f4f8fa !important;
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #f4f8fa;
}

html body .bg-white {
  background-color: #fff;
}

.round {
  line-height: 48px;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #188ef4;
}

.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #188ef4;
}

.round.round-warning {
  background: #fec500;
}

.round.round-danger {
  background: #ff4d7e;
}

.round.round-success {
  background: #2cdd9b;
}

.round.round-primary {
  background: #316ce8;
}

.label {
  padding: 3px 15px;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #1dc8cd;
}

.label-success {
  background-color: #2cdd9b;
}

.label-info {
  background-color: #188ef4;
}

.label-warning {
  background-color: #fec500;
}

.label-danger {
  background-color: #ff4d7e;
}

.label-megna {
  background-color: #1dc8cd;
}

.label-primary {
  background-color: #316ce8;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #3e4555;
}

.label-default {
  background-color: #f4f8fa;
}

.label-white {
  background-color: #fff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #2cdd9b;
}

.label-light-info {
  background-color: #cfecfe;
  color: #188ef4;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #fec500;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ff4d7e;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #1dc8cd;
}

.label-light-primary {
  background-color: #f1effd;
  color: #316ce8;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #3e4555;
}

.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #2cdd9b;
}

.badge-info {
  background-color: #188ef4;
}

.badge-primary {
  background-color: #316ce8;
}

.badge-warning {
  background-color: #fec500;
}

.badge-danger {
  background-color: #ff4d7e;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #3e4555;
}

ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #7c7a7a;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #ae8875;
}

.dropdown-item {
  padding: 8px 1rem;
  color: #7c7a7a;
}

.btn {
  color: #fff;
  padding: 5px 15px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  transition: 0s;
}

.btn:hover {
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

.btn-link {
  box-shadow: none;
  color: #263238;
  padding: 10px 15px;
}

.btn-link .underline {
  border-bottom: 1px solid #263238;
}

.btn-link:hover {
  color: #2cdd9b;
}

.btn-light {
  color: #263238;
}

.btn-light:hover {
  background: #263238;
  color: #fff;
  border-color: #263238;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-md {
  padding: 15px 45px;
  font-size: 18px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 10px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-md {
  padding: 18px 0px;
  width: 60px;
  height: 60px;
  font-size: 20px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  padding: 8px 10px;
  font-size: 14px;
}

.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 24px 15px;
  font-size: 20px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-rounded {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}

.btn-arrow:hover span,
.btn-arrow:focus span {
  transform: translate3d(-1rem, 0, 0);
}

.btn-arrow i {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}

.btn-arrow:hover i,
.btn-arrow:focus i {
  opacity: 1;
  right: -2rem;
}

.btn-secondary,
.btn-secondary.disabled {
  transition: 0.2s ease-in;
  background-color: #fff;
  color: #7c7a7a;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
  color: #fff !important;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
  color: #fff !important;
  background: #263238;
  border-color: #263238;
}

.btn-primary,
.btn-primary.disabled {
  background: #316ce8;
  border: 1px solid #316ce8;
  transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #345bcb;
  border: 1px solid #345bcb;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #345bcb;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #ae8875;
  color: #fff;
  border: 1px solid #ae8875;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #028ee1;
  border: 1px solid #028ee1;
}

.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-success,
.btn-success.disabled {
  background: #2cdd9b;
  border: 1px solid #2cdd9b;
  color: #fff;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #1dc8cc;
  border: 1px solid #1dc8cc;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #1dc8cc;
}

.btn-info,
.btn-info.disabled {
  background: #188ef4;
  border: 1px solid #188ef4;
  transition: 0.2s ease-in;
}

.btn-info:hover,
.btn-info.disabled:hover {
  background: #2c73cb;
  border: 1px solid #2c73cb;
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #2c73cb;
}

.btn-warning,
.btn-warning.disabled {
  background: #fec500;
  color: #fff;
  border: 1px solid #fec500;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #dcaf17;
  color: #fff;
  border: 1px solid #dcaf17;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
  background: #dcaf17;
  color: #fff;
}

.btn-danger,
.btn-danger.disabled {
  background: #ff4d7e;
  border: 1px solid #ff4d7e;
  transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background: #d73e6b;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #3e4555;
  border: 1px solid #3e4555;
  color: #fff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #232a37;
  color: #fff;
  border: 1px solid #232a37;
}

.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #fff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #fff;
}

.btn-red:hover,
.btn-red.disabled:hover {
  border: 1px solid #d61f1f;
  background: #d61f1f;
}

.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
  background: #d73e6b;
}

.btn-success-gradiant {
  background: #2cdd9b;
  background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
  background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  border: 0px;
}

.btn-success-gradiant:hover {
  background: #1dc8cc;
  background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
  background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
}

.btn-success-gradiant.active,
.btn-success-gradiant:active,
.btn-success-gradiant:focus {
  box-shadow: 0px;
  opacity: 1;
}

.btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px;
}

.btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.btn-danger-gradiant.active,
.btn-danger-gradiant:active,
.btn-danger-gradiant:focus {
  box-shadow: 0px;
  opacity: 1;
}

.btn-info-gradiant {
  background: #188ef4;
  background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
  background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
  border: 0px;
  color: #fff;
}

.btn-info-gradiant:hover {
  background: #316ce8;
  background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
  background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.btn-info-gradiant.active,
.btn-info-gradiant:active,
.btn-info-gradiant:focus {
  box-shadow: 0px;
  opacity: 1;
}

.btn-outline-secondary {
  background-color: #fff;
  color: #727b84;
  transition: 0.2s ease-in;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  background: #263238;
}

.btn-outline-primary {
  color: #316ce8;
  background-color: #fff;
  border-color: #316ce8;
  transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #222;
  color: #fff;
  border-color: #222;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  background: #222;
}

.btn-outline-primary:disabled[name="update_cart"] {
  display: none;
}

.btn-outline-success,
a.btn-outline-success {
  color: #2cdd9b;
  background-color: transparent;
  border-color: #2cdd9b;
  transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
a.btn-outline-success:hover,
a.btn-outline-success:focus,
a.btn-outline-success.focus {
  background: #2cdd9b;
  border-color: #2cdd9b;
  color: #fff;
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
a.btn-outline-success.active,
a.btn-outline-success:active,
a.btn-outline-success:focus {
  background: #1dc8cc;
}

.btn-outline-info {
  color: #188ef4;
  background-color: transparent;
  border-color: #188ef4;
  transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #188ef4;
  border-color: #188ef4;
  color: #fff;
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  background: #2c73cb;
}

.btn-outline-warning {
  color: #fec500;
  background-color: transparent;
  border-color: #fec500;
  transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #fec500;
  border-color: #fec500;
  color: #fff;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  background: #dcaf17;
}

.btn-outline-danger {
  color: #ff4d7e;
  background-color: transparent;
  border-color: #ff4d7e;
  transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #ff4d7e;
  border-color: #ff4d7e;
  color: #fff;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  background: #d73e6b;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #fff;
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  background: #d73e6b;
}

.btn-outline-inverse {
  color: #3e4555;
  background-color: transparent;
  border-color: #3e4555;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #3e4555;
  border-color: #3e4555;
  color: #fff;
}

.btn-outline-light:hover {
  color: #263238 !important;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #345bcb;
  border: 1px solid #345bcb;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1dc8cc;
  border: 1px solid #1dc8cc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #2c73cb;
  border: 1px solid #2c73cb;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dcaf17;
  border: 1px solid #dcaf17;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #d73e6b;
  border: 1px solid #d73e6b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #fff;
}

.btn span.btn-devider {
  display: inline-block;
  padding-left: 10px;
}

.onoffswitch {
  position: relative;
  width: 70px;
  margin: 0 auto;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #fff;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 23px;
  margin: 6px;
  background: #fff;
  height: 23px;
  position: absolute;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.card-columns {
  column-gap: 30px;
}

.card-columns .card {
  margin-bottom: 30px;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.bs-slider {
  overflow: hidden;
  position: relative;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.slide_style_left {
  text-align: left !important;
}

.slide_style_right {
  text-align: right !important;
}

.slide_style_center {
  text-align: center !important;
}

.slide-text {
  margin: auto;
  position: absolute;
  text-align: left;
  max-width: 1170px;
  padding: 0 15px;
  top: 50%;
  left: 50%;
  right: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.slide-image {
  margin: auto;
  width: 100%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.carousel-control-next {
  width: auto;
  padding-right: 15px;
}

.carousel-control-prev {
  width: auto;
  padding-left: 15px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src:
    url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.product-categories-grid {
  padding-top: 30px;
}

.product-categories-grid .mansory-item {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-categories-grid .mansory-item {
    margin-bottom: 12px;
  }
}

.product-categories-grid .row {
  margin: 0 -6px !important;
}

.product-categories-grid .col-12,
.product-categories-grid .col-sm-12,
.product-categories-grid .col-md-6 {
  padding: 0 6px !important;
}

@media (min-width: 768px) {
  .product-categories-grid .top-container {
    margin-bottom: 12px;
  }
}

.product-categories-grid .mansory-container {
  position: relative;
  overflow: hidden;
}

.product-categories-grid .mansory-container .mansory-bg-placeholder {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s ease-in-out;
  transform: scale(100%);
}

.product-categories-grid .mansory-container .mansory-bg-placeholder::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  transition: all 0.3s ease-in-out;
}

.product-categories-grid .mansory-container .mansory-bg-placeholder:hover {
  transform: scale(107%);
  filter: brightness(1);
}

.product-categories-grid .mansory-container .mansory-bg-placeholder:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.product-categories-grid .mansory-container.mansory-left {
  height: 900px;
}

@media (max-width: 766px) {
  .product-categories-grid .mansory-container.mansory-left {
    height: 450px;
  }
}

.product-categories-grid .mansory-container.mansory-left .text-container {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: rgba(182, 137, 115, 0.9);
  width: 230px;
  height: 230px;
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.15s ease;
}

.product-categories-grid .mansory-container.mansory-left:hover .text-container {
  transform: translate(-50%, -50%) scale(1.05);
}

.product-categories-grid .mansory-container.mansory-left .text-container h2 {
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  font-size: 30px;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.product-categories-grid .mansory-container.mansory-left .text-container p {
  color: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 65%;
  left: 50%;
  font-size: 1rem;
}

.product-categories-grid .mansory-container.mansory-right,
.product-categories-grid .mansory-container.mansory-left {
  height: 447px;
}

.product-categories-grid .mansory-container.mansory-right:hover .text-container h2 {
}

.product-categories-grid .mansory-container.mansory-right .text-container {
  position: absolute;
  bottom: 20px;
  left: 0px;
  pointer-events: none;
  transition: all 0.15s ease;
}

.product-categories-grid .mansory-container.mansory-right:hover .text-container {
  transform: scale(1.05);
}

.product-categories-grid .mansory-container.mansory-right .text-container h2 {
  color: #fff;
  font-size: 26px;
  padding-left: 35px;
  margin-bottom: 13px;
  transition: color 0.3s ease-in-out;
}

.product-categories-grid .mansory-container.mansory-right .text-container p {
  color: #fff;
  padding-left: 35px;
}

.product-categories-grid .mansory-container .mansory-container-forhover {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.product-categories-grid .mansory-container .mansory-container-forhover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1370px) {
  .product-categories-grid .mansory-container.mansory-right,
  .product-categories-grid .mansory-container.mansory-left {
    height: 350px;
  }
  .product-categories-grid .mansory-container.mansory-right .text-container h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .product-categories-grid .mansory-container.mansory-right,
  .product-categories-grid .mansory-container.mansory-left {
    height: 250px;
  }
  .product-categories-grid .mansory-container.mansory-right .text-container h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.testimonial-bount {
  background-color: #fafafa;
  background-image: url("img/bg-h2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
}

@media (max-width: 992px) {
  .testimonial-bount {
    padding-bottom: 10px;
  }
  .product-categories-grid > div > div > .mansory-item {
    margin-bottom: 0;
  }
}

.testimonial-bount .text-content {
  text-align: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.testimonial-bount .text-content h2 {
  margin-bottom: 2rem;
}

.testimonial-bount .text-content p {
  max-width: 850px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-bount .customer-logos {
  text-align: center;
  margin-top: 5rem;
}

@media (max-width: 992px) {
  .testimonial-bount .customer-logos {
    margin-top: 0;
  }
  .testimonial-bount .text-content {
    margin-bottom: 1rem;
  }
}

.testimonial-bount .customer-logos img {
  max-height: 100px;
  padding: 0 20px;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .testimonial-bount .customer-logos img {
    margin-bottom: 0;
  }
}

.feature .img-container img {
  width: 100%;
  /*max-height: 600px*/
}

.feature .text-part {
  min-height: 400px;
  position: relative;
}

@media (min-width: 992px) {
  .feature .text-part {
    min-height: 300px;
  }
}

.feature .text-part .text-content {
  padding-top: 40px;
  font-family: "Athiti";
}

@media (min-width: 1270px) {
  .feature .text-part .text-content {
    padding-top: 20%;
    padding-left: 40px;
  }
  .feature .row.right .text-part .text-content {
    padding-right: 40px;
    padding-left: 20px;
  }
}

.feature .text-part .text-content h2 {
  font-size: 42px;
  font-family: "Poppins";
  font-style: normal;
  line-height: 1;
  margin-bottom: 30px;
}

.feature .text-part .text-content h3 {
  line-height: 43px;
  font-size: 32px;
}

@media (min-width: 1311px) {
  .feature .text-part .text-content h2 {
    font-size: 56px;
  }
}

.feature .text-part .text-content p {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .feature .text-part .text-content {
    left: 0;
  }
}

@media (max-width: 991px) {
  .feature .text-part .text-content {
    overflow: hidden;
  }
  .feature .text-part .text-content h2 {
    font-size: 43px;
    max-width: 80vw;
    word-wrap: break-word;
    overflow: hidden;
  }
  .feature .text-part .text-content p {
    max-width: 80vw;
    word-wrap: break-word;
    overflow: hidden;
  }
}

.badges {
  padding: 50px 0;
  word-wrap: break-word;
}

.badges .single-badge {
  text-align: center;
}

.badges .single-badge h2 {
  font-size: 22px;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.badges .single-badge p {
  text-align: center;
  line-height: 1.25;
}

.badges .single-badge i {
  font-size: 52px;
  margin-bottom: 12px;
  color: #ae8875;
  display: inline-block;
  min-height: 60px;
}

@media (max-width: 500px) {
  .badges .single-badge {
    margin-bottom: 10px;
  }
  .badges .single-badge i {
    float: left;
    font-size: 38px;
    width: 50px;
    margin-right: 20px;
  }
  .badges .single-badge h2 {
    text-align: left;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .badges .single-badge p {
    text-align: left;
  }
}

.badges .single-badge:hover h2 {
  color: #ae8875;
}

.newsletter .text-content {
  padding: 5rem 0 4rem 0;
  border-top: 1px solid #dbdad9;
}

.newsletter .text-content h2 {
  margin-bottom: 1rem;
}

.newsletter .text-content p {
  margin-bottom: 0;
}

.newsletter .contact-form-area {
  justify-content: center;
}

.newsletter .contact-form-area .wpcf7 {
  border-bottom: 1px solid #000;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form .newsletter-email-input {
  margin: 0 20px 0 0;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form input {
  background-color: transparent;
  border: none;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form input:focus {
  box-shadow: none;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form .wpcf7-submit {
  margin: 0;
  border: 1px solid #292f2f;
  background-color: transparent;
  border-radius: 0;
  color: #292f2f;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-form .wpcf7-submit:hover {
  color: #fff;
  background-color: #292f2f;
}

.newsletter .contact-form-area .wpcf7 .wpcf7-response-output {
  display: none;
}

.products-grid-homepage {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .products-grid-homepage {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .navbar {
    padding: 0 30px;
  }
}

.products-grid-homepage p {
  font-size: 18px;
}

.products-grid-homepage .text-content h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ae8875;
  text-transform: uppercase;
}

.products-grid-homepage .text-content h3 {
  font-size: 36px;
  margin-bottom: 50px;
}

.products-grid-homepage .shop-custom-item .woocom.product__content-details h2 {
  margin-bottom: 0;
}

.text-image {
  background-color: #fff;
}

.text-image .img-container img {
  width: 100%;
  object-fit: contain;
}

.text-image .text-part {
  min-height: 400px;
  position: relative;
}

.text-image.right .text-part {
  order: 1;
}
.text-image.right .text-content {
  order: 1;
  padding-right: 0;
}

.text-image.right .img-container {
  order: 0;
  padding-right: 50px;
}

@media (min-width: 992px) {
  .text-image .text-part {
    min-height: 300px;
  }
}

.text-image .text-part .text-content {
  font-family: Athiti;
}

@media (min-width: 1270px) {
  .text-image .text-part .text-content {
    padding-right: 72px;
  }
}

.text-image .text-part .text-content h2,
.text-content h2 {
  font-size: 42px;
  font-family: "Poppins";
  font-style: normal;
  line-height: 1;
  margin-bottom: 55px;
}

@media (min-width: 1311px) {
  .text-image .text-part .text-content h2 {
    font-size: 48px;
  }
}

@media (min-width: 992px) {
  .text-image .text-part .text-content {
    left: 0;
  }
}

@media (max-width: 991px) {
  .text-image .text-part .text-content {
    overflow: hidden;
    padding-top: 30px;
  }
  .text-image .text-part .text-content h2 {
    font-size: 43px;
    max-width: 80vw;
    word-wrap: break-word;
    overflow: hidden;
  }
  .text-image .text-part .text-content p {
    max-width: 80vw;
    word-wrap: break-word;
    overflow: hidden;
  }
}

.title-text .text-title h3 {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
  color: #ae8875;
  text-transform: uppercase;
}

.title-text .text-title h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}

.title-text .text-content td {
  border: none;
}

.title-text .text-content th {
  border: none;
}

.title-text .text-content .wpcf7 {
  margin: 0 !important;
}

.title-text .text-content .wpcf7-form label {
  font-size: 14px;
  font-weight: 700;
  color: #292f2f;
}

.title-text .text-content .wpcf7-form input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.title-text .text-content .wpcf7-form input:focus {
  box-shadow: none;
}

.title-text .text-content .wpcf7-form textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.title-text .text-content .wpcf7-form textarea:focus {
  box-shadow: none;
}

.title-text .text-content .wpcf7-form .wpcf7-submit {
  max-width: 200px;
  background-color: #222;
  border-color: #222;
  padding: 8px;
  height: auto;
}

.title-text .text-content .wpcf7-form .wpcf7-submit:hover {
  background-color: #ae8875;
  border-color: #ae8875;
}

@media (max-width: 767px) {
  .title-text > .container,
  .wp-block-group__inner-container .ms3-wide-container {
    padding: 0;
  }
}

.block-catalog-grid .katalog img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}

.block-catalog-grid .katalog h2 {
  font-size: 18px;
  padding: 24px 0;
}

.block-catalog-grid .katalog:hover img {
  opacity: 0.8;
}

.block-catalog-grid .katalog:hover h2 {
  color: #ae8875;
}

.block-faq {
  max-width: 900px;
  margin: 0 auto;
}

.block-faq .faq {
  margin-bottom: 32px;
}

.block-faq .faq h3 span {
  color: #ae8875;
}

.btn {
  background-color: #ae8875;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 766px) {
  .only-mobile {
    display: none !important;
  }
}

a {
  color: #292f2f;
  text-decoration: none;
  cursor: pointer;
}

body {
  max-width: 100%;
}

.default-page-banner {
  height: 300px;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.default-page-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ms3-wide-container {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

bdi {
  text-decoration: none;
  font-weight: 400;
}

.my-bg-grey {
  background-color: #f4f0ed;
}

.ms3-button-wrapper {
  padding-top: 30px;
  margin-bottom: 20px;
}

.ms3-button-wrapper .ms3-button {
  font-weight: 400;
  font-family: Poppins;
  line-height: 1.6;
  text-decoration: none;
  text-transform: none;
  border: 1px solid #ae8875;
  transition: all 0.15s ease-in-out;
  color: #fff;
  background-color: #ae8875;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  box-sizing: initial;
}
.ms3-button-wrapper .ms3-button.readmore {
  padding: 0.5rem 1.5rem;
}

.ms3-button-wrapper .ms3-button:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #292f2f;
  border-color: #292f2f;
}

.ms3-wide-container .onsale {
  background-color: #ae8875;
  font-size: 16px;
  min-height: initial;
  min-width: initial;
  padding: 10px 15px;
  line-height: 1;
  top: 0;
  left: 0;
  border-radius: 0;
  font-weight: 700;
  position: absolute;
  color: #fff;
  z-index: 9;
}

.site-main .woocommerce-breadcrumb {
  display: none;
}

.woocommerce span.onsale {
  background-color: #ae8875;
  min-height: initial;
  min-width: initial;
  padding: 10px 15px;
  line-height: 1;
  top: 0;
  left: 0;
  border-radius: 0;
}

.woocommerce .quantity .qty {
  padding: 0 20px;
}

@media (min-width: 992px) {
  .woocommerce div.product form.cart div.quantity {
    width: 100% !important;
    height: 50px;
  }
}

.woocommerce div.product .product_title {
  font-family: Athiti;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #292f2f;
}

.wpcf7 input:focus[type="submit"] {
  box-shadow: transparent !important;
}

.woocommerce-pagination,
.pagination {
  display: block;
  border: none !important;
  text-align: left !important;
  padding: 0 !important;
}

.woocommerce-pagination li,
.pagination li {
  border-radius: 0;
  margin-right: 10px !important;
  border: 1px solid #eee !important;
}

.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.woocommerce-pagination li .page-link.current,
.woocommerce-pagination li .page-link:hover,
.pagination li .page-numbers.current,
.pagination li .page-numbers:hover,
.pagination li .page-link.current,
.pagination li .page-link:hover {
  background: #000 !important;
  color: #fff !important;
}

.woocommerce-pagination li .page-numbers,
.woocommerce-pagination li .page-link,
.pagination li .page-numbers,
.pagination li .page-link {
  width: auto !important;
  border-radius: 0px !important;
  padding: 2px 13px 0 13px !important;
  height: 2.5em !important;
  margin-right: 5px;
}

.woocommerce-pagination li .page-numbers:not(.next, .prev),
.woocommerce-pagination li .page-link:not(.next, .prev),
.pagination li .page-numbers:not(.next, .prev),
.pagination li .page-link:not(.next, .prev) {
  width: 2.5em !important;
}

.custom-select:focus {
  border-color: 2px solid rgba(120, 130, 140, 0.13) !important;
  box-shadow: none !important;
}

.custom-select {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eee;
}

.custom-select option {
  color: #7c7a7a;
  padding: 3px 15px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
}

.custom-select option:hover {
  color: #ae8875;
  background-color: #f7f8fa;
}

.wpfClearButton {
  border-radius: 0;
}

.container {
  padding: 30px 30px;
}

@media (min-width: 992px) {
  .container {
    max-width: 1320px !important;
  }
  .container.narrow {
    max-width: 900px !important;
  }
}

@media (min-width: 992px) {
  .footer {
    height: 200px;
  }
}

.footer > div {
  padding: 30px 30px;
}

.footer > div .footer-left .footer-logo {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  max-height: 140px;
}

@media (min-width: 992px) {
  .footer > div .footer-left .footer-logo {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.footer > div .footer-left .navbar {
  justify-content: start;
}

@media (max-width: 992px) {
  .footer > div .footer-left .navbar {
    justify-content: center;
    margin: 32px auto;
  }
  .footer > div .footer-left .footer-logo p {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .footer > div .footer-left .navbar .menu-footer-menu-2-container {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .footer > div .footer-left .navbar ul {
    display: flex;
  }
}

.footer > div .footer-left .navbar ul li a {
  padding: 10px 0 10px 0 !important;
  text-transform: capitalize !important;
}

@media (min-width: 992px) {
  .footer > div .footer-left .navbar ul li a {
    padding: 10px 30px 10px 0px !important;
    margin: 0;
  }
}

.footer > div .navbar {
  width: 100%;
  background-color: transparent;
  padding: 0;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer > div .navbar {
    justify-content: end;
  }
}

.footer > div .navbar .navbar-nav {
  margin: 0 auto;
  display: inline;
}

.footer > div .navbar .navbar-nav .nav-item {
  display: inline;
  float: right;
  margin-right: 0 !important;
}

.footer > div .navbar .navbar-nav .nav-item .nav-link {
  align-items: center;
  padding: 10px 15px 10px 20px;
  line-height: 20px;
  color: #2d2d2d !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  margin-left: 0;
  margin-right: 5px;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  border: none;
}

@media (min-width: 992px) {
  .footer > div .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0 10px 30px;
  }
}

.footer > div .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ae8875 !important;
}

.footer > div .footer-right {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.footer > div .footer-right .footer-icons {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer > div .footer-right .footer-icons {
    justify-content: end;
    text-align: end;
  }
}

.footer > div .footer-right .footer-icons ul {
  float: right !important;
  margin-top: 0.5em;
}

@media (min-width: 992px) {
  .footer > div .footer-right .footer-icons ul li {
    margin: 0 0 0 0.75rem !important;
  }
}

.footer > div .footer-right .footer-icons ul li a {
  position: relative;
  display: block;
  font-size: 30px;
  background-color: #fff !important;
  border-radius: 50%;
  width: 46px !important;
  height: 46px !important;
  text-align: center;
}

.footer > div .footer-right .footer-icons ul li a:hover {
  background-color: #000 !important;
}

.footer > div .footer-right .footer-icons ul li a:hover i {
  color: #fff;
}

.footer > div .footer-right .footer-icons ul li a i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 18px;
  color: #666;
}

.ms3-signature {
  padding: 20px 0;
  border-top: 1px solid #dbdad9;
  justify-content: center;
  text-align: center;
  color: #7c7a7a;
  font-size: 16px;
}

@media (max-width: 991px) {
  .ms3-signature {
    padding-bottom: 70px;
  }
}

.ms3-signature a {
  text-decoration: none;
  color: #666;
}

.ms3-signature a:hover {
  color: #292f2f;
}

.wp-social-link-facebook {
  background-color: #fff !important;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: #666;
}

#page {
  padding-top: 118px !important;
}

@media screen and (max-width: 992px) {
  #page {
    padding-top: 100px;
  }
}

.top-bar {
  background-color: #fff;
  display: inline-block;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  height: auto;
  transition: all 0.5s ease-in-out;
  box-shadow: 0px 1px 3px 0px #49494933;
  color: #292f2f;
}

.top-bar nav.navbar .header-middle-right {
  width: 100%;
  position: relative;
}
.top-bar nav.navbar .header-middle-right .mobile-contacts {
  display: none;
}
.top-bar nav.navbar .header-middle-right .top-row {
  display: flex;
  justify-content: flex-end;
  transition: opacity 0.1s ease;
}
.top-bar nav.navbar .header-middle-right .top-row #menu-top-menu {
  display: flex;
  padding: 6px 0;
  margin-left: 20px;
}
.top-bar nav.navbar .header-middle-right .top-row #menu-top-menu > li {
  margin-left: 20px;
  text-transform: uppercase;
}
.top-bar nav.navbar .header-middle-right .top-row #menu-top-menu > li > a {
  color: #565b5b;
}
.top-bar nav.navbar .header-middle-right .top-row div.asl_r.vertical {
  padding: 20px;
}
.top-bar nav.navbar .header-middle-right .bottom-row {
  width: 100%;
  display: flex;
}
.top-bar.scrolled .store-notice {
  display: none;
}

@media (min-width: 992px) {
  .top-bar {
    background-color: #fff;
  }
  .top-bar.scrolled-up {
    top: -140px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #4949494f;
  }
  .top-bar.scrolled {
    height: auto;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px #4949494f;
    padding: 5px 0;
  }
  .top-bar.scrolled nav.navbar {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top-bar nav.navbar {
  height: 70px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
  .top-bar nav.navbar {
    margin-top: 35px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    padding: 0 30px;
  }
}

.top-bar nav.navbar .main-navbar-center {
  width: 100%;
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 1099px) {
  .top-bar nav.navbar .header-middle-right .top-row {
    display: none;
  }
  .top-bar nav.navbar .header-middle-right .bottom-row {
    width: auto;
    display: flex;
  }
  .top-bar nav.navbar .header-middle-right {
    padding-right: 0;
  }

  #mega-menu-wrap-top-menu
    #mega-menu-top-menu
    li.mega-menu-item-has-children.mega-hide-arrow
    > a.mega-menu-link
    > span.mega-indicator {
    display: block;
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    transform: scale(0.7);
  }
  #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 26px;
  }
}

.top-bar nav.navbar .main-navbar-center .header-subtitle {
  text-align: center;
  font-size: 24px;
  color: #13336a;
  font-family: "Tangerine";
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 992px) {
  .top-bar nav.navbar .main-navbar-center .header-subtitle {
    display: none;
  }
}

.top-bar nav.navbar .main-navbar-center .header-subtitle div {
  background: #13336a;
  position: absolute;
  height: 1px;
  width: 70%;
  top: 50%;
  left: 15%;
  opacity: 0.4;
}

.top-bar nav.navbar .main-navbar-center .header-subtitle span {
  background: #fff;
  display: inline;
  z-index: 5;
  position: relative;
  padding: 0 50px;
}

.top-bar nav.navbar .header-logo {
  width: 40%;
  max-width: 195px;
}

.top-bar nav.navbar .header-logo .wp-block-image {
  margin: 0 !important;
}

.top-bar nav.navbar .header-logo p,
.footer > div .footer-left .footer-logo p {
  text-transform: uppercase;
  font-size: 11.5px;
  font-family: "Athiti", serif;
  margin-bottom: 0;
  transition: all 0.05s ease;
}
.footer > div .footer-left .footer-logo {
  margin-bottom: 0;
  text-align: left;
}

@media screen and (max-width: 992px) {
  .top-bar nav.navbar .header-logo img {
    max-height: 56px;
    margin-top: 6px;
  }
  .footer > div .footer-left .footer-logo {
    text-align: center;
  }
  .footer > div .navbar .navbar-nav {
    display: flex;
  }
}

.top-bar nav.navbar .header-logo a .wp-block-image img {
  width: 70%;
  height: auto;
  aspect-ratio: 612 / 352;
  display: block;
  transition: all 0.15s ease;
  margin-bottom: 8px;
}

.top-bar.scrolled nav.navbar .header-logo a .wp-block-image img {
  max-height: 60px;
}

.top-bar nav.navbar button.navbar-toggler {
  float: right;
  border: none;
  font-size: 36px;
  padding-top: 16px;
}

.top-bar nav.navbar button.navbar-toggler:focus {
  border: none;
  outline: none;
}

.top-bar nav.navbar button.navbar-toggler i {
  color: #292f2f;
}

.top-bar nav.navbar .navbar-collapse {
  position: fixed;
  width: 100%;
  height: auto;
  left: -100vw;
  top: 70px;
  bottom: 0;
  transition: all ease-in-out 0.4s;
  justify-content: space-evenly;
}

@media (max-width: 992px) {
  .top-bar nav.navbar .navbar-collapse {
    max-width: 400px;
  }
}

.top-bar nav.navbar .navbar-collapse.show {
  left: 0;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse {
    position: initial;
    width: 100%;
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav {
  background-color: #fff !important;
}

@media (max-width: 991px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav {
    overflow: hidden;
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li {
  margin-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li {
    border: none !important;
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li a {
  font-weight: 400;
  text-transform: none;
  font-family: "Poppins", Athiti;
  font-size: 20px;
  line-height: 32px;
  padding: 32px 18px;
  color: #292f2f;
  display: inline-flex;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li a {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li a {
    text-align: left;
    padding: 10px 20px;
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li a:hover {
  color: #ae8875;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle:hover ~ ul {
    display: block;
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "";
  display: block;
  border: none;
  width: 100%;
  text-align: right;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li a.dropdown-toggle:after {
    content: "";
  }
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li a ul:hover {
  display: block;
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu {
  transition: all 0.4s ease-in-out;
  border: none !important;
  border-radius: 0;
  padding: 16px;
  box-shadow: 0 2px 18px 0 #0000001a;
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu:hover {
  display: block;
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li {
  border: none;
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li:last-of-type a {
  border-bottom: none;
}

.top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
  padding: 0.3em 3em 0.3em 3em;
  font-family: "Poppins", Athiti;
  font-size: 18px;
  line-height: 20px;
  color: #7c7a7a;
  padding: 10px 0px;
  border-bottom: 1px solid #ededed;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
    padding: 10px 0px;
  }
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a::before {
    display: inline-block;
    content: "";
    border-top: 1px solid #ae8875;
    width: 0px;
    transform: translateY(8px);
    transition: all 0.3s ease-in-out;
  }
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:hover {
    color: #ae8875;
    background-color: transparent;
  }
  .top-bar nav.navbar .navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:hover::before {
    width: 10px;
    margin-right: 8px;
  }
}

.top-bar nav.navbar .mobile-ajax-search {
  position: fixed;
  bottom: 0;
  height: 60px;
  background-color: #292f2f;
  z-index: 1000;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px 2rem;
  transition: all 0.4s ease-in-out;
  padding-top: 18px;
}

.top-bar nav.navbar .mobile-ajax-search.show {
  height: 100vh;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .mobile-ajax-search {
    display: none;
  }
}

.top-bar nav.navbar .mobile-ajax-search .probox {
  margin-top: 10px;
}

.top-bar nav.navbar .mobile-ajax-search .probox .promagnifier {
  width: 60px;
  background-color: #ae8875;
  border: none;
  text-align: center;
  box-shadow: none;
}

.top-bar nav.navbar .mobile-ajax-search .probox .promagnifier .innericon {
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  margin-top: -4px;
}

.top-bar nav.navbar .top-bar-widgets {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  height: 60px;
  background-color: #292f2f;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .top-bar-widgets {
    background-color: transparent;
    position: initial;
    justify-content: right;
  }
  .top-bar nav.navbar .top-bar-widgets a {
    color: #292f2f;
  }
  .top-bar nav.navbar .top-bar-widgets a:hover {
    color: #ae8875;
  }
  .top-bar nav.navbar .top-bar-widgets i {
    color: #292f2f !important;
  }
  .top-bar nav.navbar .top-bar-widgets i:hover {
    color: #ae8875 !important;
  }
}

.top-bar nav.navbar .top-bar-widgets > * {
  width: 33.333%;
  text-align: center;
  padding-top: 0.9rem;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .top-bar-widgets > * {
    width: 33px;
    margin: 0 0 0 21px;
  }
}

.top-bar nav.navbar .top-bar-widgets > *:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
  .top-bar nav.navbar .top-bar-widgets > *:not(:first-child) {
    border: none;
  }
}

.top-bar nav.navbar .top-bar-widgets > * a {
  color: #f3f3f3;
}

.top-bar nav.navbar .top-bar-widgets > * i {
  font-size: 20px;
  color: #f3f3f3;
}

.top-bar nav.navbar .top-bar-widgets .navbar-toggler {
  padding: 0;
  height: 52px;
}

@media (min-width: 991px) {
  .top-bar nav.navbar .top-bar-widgets .mobile-search-icon {
    display: none;
  }
}

.top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container {
  display: none;
}

@media (min-width: 992px) {
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container {
    padding-top: 10px;
    margin-right: 2px;
    display: block;
    margin-top: 0px;
    margin-left: 0;
    justify-content: center;
    text-align: center;
    display: flex;
    max-width: 300px;
    background-color: transparent;
    box-shadow: none;
    width: auto !important;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox {
    display: flex;
    max-width: 300px;
    height: 30px;
    padding: 5px 0 5px 10px;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out;
    box-shadow: transparent;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox:hover,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus-within {
    background-color: #fff;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox:hover .proinput,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus .proinput,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus-within .proinput {
    width: 200px !important;
    background-color: #fff;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox:hover .promagnifier,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus .promagnifier,
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox :focus-within .promagnifier {
    background-color: #fff;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .proinput {
    margin: 0px;
    padding: 0 2px;
    width: 0px;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    height: 34px;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .proinput form {
    padding-top: 3px;
    padding-left: 5px;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .proinput:focus-within {
    width: 250px !important;
    background-color: #fff;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .promagnifier {
    padding-left: 1px;
    background-color: transparent;
    box-shadow: none;
    background-color: transparent;
    padding-top: 6px;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .promagnifier i {
    font-size: 20px;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .promagnifier .innericon {
    width: 31px;
    position: relative;
  }
  .top-bar nav.navbar .top-bar-widgets .wpdreams_asl_container .probox .promagnifier .innericon i {
    position: absolute;
    transform: translateY(-50%);
    top: 47%;
    right: 5px;
  }
}

.top-bar nav.navbar .top-bar-widgets .woocommerce-MyAccount-navigation .list-group .list-group-item:hover {
  background-color: #fff;
  color: #ae8875 !important;
}

.top-bar nav.navbar .top-bar-widgets .widget_shopping_cart_content {
  display: block;
}

.top-bar .asl_res_url {
  color: #292f2f;
}

.banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: left;
}
body.single-product .banner {
  height: 110px;
}

.banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.2;
}

.banner .main_header_container {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .main_header_container .milky-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.55);
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1.5);
}

.banner .main_header_container .ms3-wc-breadcrumb {
  color: #292f2f;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Poppins";
}

.banner .main_header_container .ms3-wc-breadcrumb .spacer {
  margin: 0 10px;
}

.banner .main_header_container .ms3-page-title {
  font-size: 2.625rem;
  color: #292f2f;
}

@media (max-width: 767px) {
  .banner .main_header_container .ms3-page-title {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .banner {
    padding: 5px 0;
    margin-top: 0;
    min-height: 70px;
  }
  .banner:before {
    opacity: 0.7;
  }
  .banner .main_header_container {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    padding: 0 30px;
    overflow: hidden;
  }
  .banner .main_header_container .ms3-page-title {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 10px;
  }
  .banner .main_header_container .milky-bg {
    opacity: 0;
  }
  .woocommerce .woocommerce-breadcrumb {
    font-size: 11px;
    margin-bottom: 0;
    padding: 0;
    line-height: 15px;
    margin-top: 10px;
  }

  .text-image .text-part .text-content h2,
  .text-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .feature .text-part {
    min-height: initial;
  }
  .testimonial-bount {
    padding: 20px 0;
  }
  .badges {
    padding: 20px 0;
  }
  .newsletter .text-content {
    padding: 2.5rem 0 2rem;
  }
}

.list-cart-button,
.woocommerce .add_to_cart_button {
  color: #fff;
  border-radius: 0;
  background: #ae8875;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 15px !important;
}

.list-cart-button,
.woocommerce .add_to_cart_button:hover {
  background: #292f2f !important;
}

.navbar-nav > .nav-item > .nav-link {
  font-weight: 400 !important;
  text-transform: none;
}

.woocommerce-MyAccount-navigation .list-group {
  border-radius: 0;
}

.woocommerce-MyAccount-navigation .list-group a {
  color: #292f2f !important;
}

#ajaxsearchlite2 .probox {
  transition: all 0.5s ease-in-out;
  border: 1px solid transparent;
  border-radius: 0;
}

#ajaxsearchlite2 .probox:hover {
  border-radius: 0;
  border: 1px solid #ae8875;
  background: #fff !important;
}

#ajaxsearchlite2 .probox:hover .promagnifier {
  padding-right: 16px;
}

#ajaxsearchlite2 .proclose svg {
  background: #fff;
  margin-top: -8px;
}

#ajaxsearchlite2 .promagnifier {
  padding-top: 4px !important;
  transition: all 0.5s ease-in-out;
  background-color: transparent !important;
}

#ajaxsearchlite2 .proinput {
  background-color: transparent !important;
}

#ajaxsearchlite2 .proinput form {
  background-color: transparent !important;
}

#ajaxsearchlite2 .proinput input {
  background-color: transparent !important;
  font-size: 18px;
  color: #0b0b0b;
}

#ajaxsearchliteres2 .item .asl_content {
  padding: 16px;
}

#ajaxsearchliteres2 .item .asl_content .asl_image {
  margin: 2px 16px 0 0;
}

#ajaxsearchliteres2 .item h3 a {
  color: #ae8875;
  font-size: 18px;
}

#ajaxsearchliteres2 .item h3 a:hover {
  color: #ae8875;
  font-size: 18px;
}

#ajaxsearchliteres2 {
  min-width: 400px !important;
  width: 400px !important;
}

.banner-slider {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
  max-height: 1000px;
}

.banner-slider .carousel-banner,
.banner-slider .carousel-banner .slick-list,
.banner-slider .carousel-banner .slick-track,
.banner-slider .carousel-banner .slick-slide > div,
.banner-slider .carousel-banner .item,
.banner-slider .carousel-banner .item .container-fluid,
.banner-slider .carousel-banner .item .container-fluid > .row,
.banner-slider .carousel-banner .slick-slide .text-part,
.banner-slider .carousel-banner .slick-slide .image-part {
  height: 100%;
}

.banner-slider .carousel-banner .slick-slide.slick-active .text-part {
  opacity: 1;
  padding-bottom: 240px;
}

.banner-slider .carousel-banner .slick-slide.slick-active .image-part {
  opacity: 1;
}

.banner-slider .carousel-banner .slick-slide .text-part .ms3-button-wrapper,
.banner-slider .carousel-banner .slick-slide .text-part h2,
.banner-slider .carousel-banner .slick-slide .text-part p {
  transform: translateX(0);
}

@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
  .col-6.no-mobile {
    display: block !important;
  }
  .banner-slider .carousel-banner .slick-slide .text-part {
    height: 350px;
    padding: 0;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .banner-slider .carousel-banner .slick-slide:not(.slick-current) .text-part {
    max-height: 200px;
  }
  .banner-slider .carousel-banner .item .text-container.desktop-version {
    right: initial;
    top: initial;
    z-index: 10;
    bottom: 0;
    transform: none;
    position: relative;
  }
  .banner-slider .carousel-banner .slick-slide .text-part {
    padding-bottom: 0;
    flex: initial;
    max-width: 100%;
  }

  .banner-slider,
  .banner-slider .carousel-banner,
  .banner-slider .carousel-banner .slick-list,
  .banner-slider .carousel-banner .slick-track,
  .banner-slider .carousel-banner .slick-slide > div,
  .banner-slider .carousel-banner .item,
  .banner-slider .carousel-banner .item .container-fluid,
  .banner-slider .carousel-banner .item .container-fluid > .row,
  .banner-slider .carousel-banner .slick-slide.slick-active .text-part {
    height: auto;
  }

  .banner-slider .carousel-banner .slick-slide.slick-active .text-part {
    padding-bottom: 0;
  }

  .banner-slider .carousel-banner .slick-slide.slick-active .image-part,
  .banner-slider .carousel-banner .item .image-part {
    height: 120px;
  }

  .banner-slider .carousel-banner .item .container-fluid > .row {
    display: flex;
    position: relative;
    flex-wrap: wrap-reverse;
  }
  .banner-slider .carousel-banner .item .text-part {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .banner-slider .carousel-banner .slick-slide .text-part {
    padding-bottom: 0;
  }
}

.banner-slider .carousel-banner .item {
  width: 100%;
}

.banner-slider .carousel-banner .item .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-slider .carousel-banner .item .text-part {
  transition: 0.8s all ease-out 0.4s;
  opacity: 0;
}

.banner-slider .carousel-banner .item .text-container-mobile {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 20px;
  left: 0;
  padding-bottom: 10px;
  padding: 24px;
  margin-top: 120px;
}

@media screen and (max-width: 500px) {
  .banner-slider .carousel-banner .item .text-container-mobile {
  }
  .banner-slider .carousel-banner .item .text-container-mobile .ms3-button-wrapper .ms3-button {
    padding: 1rem 1.5rem;
  }
  .banner-slider .carousel-banner .item .text-container-mobile .ms3-button-wrapper .ms3-button i.opal-icon {
    display: none;
  }
}

.banner-slider .carousel-banner .item .text-container-mobile p {
  color: #292f2f !important;
  font-family: "Poppins";
}

.banner-slider .carousel-banner .item .text-container {
  position: absolute;
  top: 40%;
  transform: translateY(calc(-50% + 0.5px));
  font-family: Athiti;
  line-height: 19px;
  font-weight: 400;
  opacity: 0.9;
  box-sizing: initial;
}

@media (max-width: 766px) {
  .banner-slider .carousel-banner .item .text-container {
    padding: 10px 30px;
  }
}

.banner-slider .carousel-banner .item .text-container h2 {
  transition: 0.8s transform ease-out 0.2s;
  /*transform: translateX(80px)*/
}

.banner-slider .carousel-banner .item .text-container p {
  transition: 0.8s transform ease-out 0.4s;
  /*transform: translateX(40px)*/
}

.banner-slider .carousel-banner .item .text-container .ms3-button-wrapper {
  transition: 0.8s transform ease-out 0.8s;
  /*transform: translateX(20px)*/
}

.banner-slider .carousel-banner .item .text-container .ms3-button-wrapper .ms3-button {
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  white-space: nowrap;
}

.banner-slider .carousel-banner .item .text-container .ms3-button-wrapper .ms3-button > i.opal-icon-arrow {
  font-size: 9px;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 50px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  padding-left: 5px;
}

.banner-slider .carousel-banner .item .text-container .ms3-button-wrapper .ms3-button:hover {
  background-color: #292f2f;
}

.banner-slider .carousel-banner .item .text-container.desktop-version {
  max-width: 840px;
  width: 100%;
  right: 0;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

.banner-slider .carousel-banner .item .text-container h2 {
  font-weight: 600;
  font-size: 58px;
  line-height: 1;
  color: #292f2f;
  margin-bottom: 3rem;
  padding-right: 12%;
}

.banner-slider .carousel-banner .slick-arrow {
  background: none;
  height: 127px;
  width: 50px;
  cursor: pointer;
}
.banner-slider .carousel-banner .slick-arrow:before {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.banner-slider .carousel-banner .slick-arrow:hover:before {
  opacity: 0.75;
}
.banner-slider .carousel-banner .slick-next {
  right: 2%;
}
.banner-slider .carousel-banner .slick-prev {
  left: 2%;
}
.banner-slider .carousel-banner .slick-arrow:before {
  font-family: "Poppins";
  font-size: 90px;
  content: ">";
}
.banner-slider .carousel-banner .slick-prev:before {
  content: "<";
  color: #292f2f;
}

@media (max-width: 766px) {
  .banner-slider .carousel-banner .item .text-container p > span {
    display: none;
  }
}

.banner-slider .carousel-banner .item .text-container p {
  font-family: "Athiti", serif;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding-right: 12%;
}

@media (max-width: 420px) {
  .banner-slider .carousel-banner .item .text-container p {
    margin-right: 0;
  }
}

.banner-slider .carousel-banner .item .image-part {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: 1.5s all ease-out 0.4s;
  opacity: 0;
}

.banner-slider .nav-slider-absoulute-container {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding-left: 30px;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider h3 {
  font-family: Athiti;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-track {
  width: auto !important;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide {
  cursor: pointer;
  width: 265px;
  height: 180px;
  padding: 25px 25px 10px;
  border: 2px solid #999;
  color: #292f2f;
  background: #fff;
  opacity: 1;
  margin-right: -2px;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide .item {
  bottom: 0px;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide .item p {
  color: #7c7a7a;
  margin-bottom: 24px;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide.slick-current {
  background-color: #ae8875;
  border: 2px solid #ae8875;
  color: #fff !important;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide.slick-current h3 {
  color: #fff !important;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide.slick-current p {
  color: #fff;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide:hover {
  border-color: #ae8875;
  color: #ae8875;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide:hover h3 {
  color: #ae8875 !important;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide.slick-current:hover {
  border-color: #ae8875;
  color: #fff !important;
}

.banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide.slick-current:hover h3 {
  color: #fff !important;
}

.homepage.wrapper {
  padding: 0px !important;
}

.error404 #error-404-wrapper .page-title {
  text-align: center;
}

.error404 #error-404-wrapper .page-content {
  text-align: center;
}

.error404 .footer_container {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.blog article.post {
  display: flex;
  flex-flow: column;
  padding-bottom: 100px;
}

.blog article.post .entry-thumbnail {
  position: relative;
}

.blog article.post .entry-thumbnail img {
  width: 100%;
  max-height: 302px;
  object-fit: cover;
}

.blog article.post .entry-thumbnail::before {
  content: "";
  background-color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  transition: all ease-in-out 0.3s;
}

.blog article.post .entry-thumbnail:hover::before {
  opacity: 0.5;
}

.blog article.post .entry-meta {
  font-size: 14px;
  border: none !important;
  padding: 0 30px;
}

.blog article.post .entry-meta time {
  color: #ae8875;
}

.blog article.post .entry-header {
  padding: 0 30px;
}

.blog article.post .entry-header h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  color: #292f2f;
  line-height: 32px;
}

.blog article.post .entry-header h2 a:hover {
  color: #ae8875;
}

.blog article.post .entry-content {
  padding: 0 30px;
}

.blog article.post .entry-content .btn {
  background: #fff;
  color: #ae8875;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
  padding: 12px 25px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  border: 1px solid #ae8875;
}

.blog article.post .entry-content .btn:hover {
  background: #ae8875;
  color: #fff;
}

.single.single-post #content {
  padding-bottom: 120px;
}

.single.single-post:not(.post-template-default) .container {
  padding: 0;
}

.single.single-post .entry-content {
  font-size: 18px;
}

.single.single-post .comments-area {
  display: none;
}

.single.single-post .post-navigation {
  padding-top: 32px;
}

.tax-product_cat .mycol-2,
.tax-product_tag .mycol-2,
.woocommerce-shop .mycol-2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
  padding-right: 30px;
}
.tax-product_cat .mycol-8,
.tax-product_tag .mycol-8,
.woocommerce-shop .mycol-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 1600px) {
  .tax-product_cat .mycol-2,
  .tax-product_tag .mycol-2,
  .woocommerce-shop .mycol-2 {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .tax-product_cat .mycol-8,
  .tax-product_tag .mycol-8,
  .woocommerce-shop .mycol-8 {
    flex: 0 0 77%;
    max-width: 77%;
  }
}

@media (max-width: 1400px) {
  .tax-product_cat .mycol-2,
  .tax-product_tag .mycol-2,
  .woocommerce-shop .mycol-2 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .tax-product_cat .mycol-8,
  .tax-product_tag .mycol-8,
  .woocommerce-shop .mycol-8 {
    flex: 0 0 73%;
    max-width: 73%;
  }
}

@media (max-width: 1200px) {
  .tax-product_cat .mycol-2,
  .tax-product_tag .mycol-2,
  .woocommerce-shop .mycol-2 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .tax-product_cat .mycol-8,
  .tax-product_tag .mycol-8,
  .woocommerce-shop .mycol-8 {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

@media (max-width: 992px) {
  .tax-product_cat .mycol-2,
  .tax-product_tag .mycol-2,
  .woocommerce-shop .mycol-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tax-product_cat .mycol-8,
  .tax-product_tag .mycol-8,
  .woocommerce-shop .mycol-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tax-product_cat #woocommerce-wrapper,
.tax-product_tag #woocommerce-wrapper,
.woocommerce-shop #woocommerce-wrapper {
  padding-top: 72px;
}

.tax-product_cat .filters-sidebar,
.tax-product_tag .filters-sidebar,
.woocommerce-shop .filters-sidebar {
  border-bottom: 1px solid #292f2f;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .tax-product_cat #woocommerce-wrapper,
  .tax-product_tag #woocommerce-wrapper,
  .woocommerce-shop #woocommerce-wrapper {
    padding-top: 22px;
  }
  .tax-product_cat .filters-sidebar,
  .tax-product_tag .filters-sidebar,
  .woocommerce-shop .filters-sidebar {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .tax-product_cat .filters-sidebar .mobile-filters-toggler,
  .tax-product_tag .filters-sidebar .mobile-filters-toggler,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler {
    border: 1px solid #d3ced2;
  }
  .tax-product_cat .filters-sidebar .mobile-filters-toggler:after,
  .tax-product_tag .filters-sidebar .mobile-filters-toggler:after,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler:after {
    content: "\f347";
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    position: absolute;
    top: -2px;
    right: 15px;
  }
  .filters-sidebar .mobile-filters-toggler h2,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler h2 {
    margin-bottom: 0;
  }
  .filters-sidebar .filters-container.show,
  .woocommerce-shop .filters-sidebar .filters-container.show {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .tax-product_cat .filters-sidebar .mobile-filters-toggler:after,
  .tax-product_tag .filters-sidebar .mobile-filters-toggler:after,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler:after {
    top: 5px;
  }
}

@media (min-width: 992px) {
  .tax-product_cat .filters-sidebar,
  .tax-product_tag .filters-sidebar,
  .woocommerce-shop .filters-sidebar {
    border: none;
    margin-bottom: 0px;
  }
}

.filters-sidebar .filters-container,
.woocommerce-shop .filters-sidebar .filters-container {
  padding: 0 0 32px 0 !important;
}

#wpfBlock_2 label.icon {
  margin-right: 7px !important;
  margin-bottom: 7px !important;
}

.filters-sidebar h2,
.woocommerce-shop .filters-sidebar h2 {
  font-size: 25px;
  margin-bottom: 25px;
}

.tax-product_cat .filters-sidebar .mobile-filters-toggler,
.tax-product_tag .filters-sidebar .mobile-filters-toggler,
.woocommerce-shop .filters-sidebar .mobile-filters-toggler {
  font-size: 1.5625rem;
}

.filters-sidebar .mobile-filters-toggler h2,
.woocommerce-shop .filters-sidebar .mobile-filters-toggler h2 {
  text-align: center;
}

@media (max-width: 767px) {
  .filters-sidebar .mobile-filters-toggler h2,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler h2 {
    text-align: left;
    padding: 6px 12px;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .filters-sidebar .mobile-filters-toggler,
  .woocommerce-shop .filters-sidebar .mobile-filters-toggler {
    display: none;
  }
}

.filters-sidebar .filters-container,
.woocommerce-shop .filters-sidebar .filters-container {
  display: none;
  padding: 16px 6px 32px 6px;
}

.filters-sidebar .filters-container.show,
.woocommerce-shop .filters-sidebar .filters-container.show {
  display: block;
}

@media (min-width: 992px) {
  .filters-sidebar .filters-container,
  .woocommerce-shop .filters-sidebar .filters-container {
    display: block;
  }
}

.filters-sidebar .wpfFilterWrapper,
.woocommerce-shop .filters-sidebar .wpfFilterWrapper {
  padding: 0 0 28px 0 !important;
  margin-bottom: 28px;
  border-bottom: 1px solid #eee;
}
.filters-sidebar .wpfFilterWrapper[data-filter-type="wpfSortBy"] {
  display: inline-block;
}

.filters-sidebar .wpfFilterWrapper .wfpTitle,
.woocommerce-shop .filters-sidebar .wpfFilterWrapper .wfpTitle {
  font-family: "Poppins";
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 25px;
  font-weight: 400;
}

.bount-before-shop,
.woocommerce-shop .bount-before-shop {
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 500px) {
  .bount-before-shop,
  .woocommerce-shop .bount-before-shop {
    flex-wrap: wrap;
  }
}

.bount-before-shop .woocommerce-notices-wrapper,
.woocommerce-shop .bount-before-shop .woocommerce-notices-wrapper {
  display: none;
}

.bount-before-shop .woocommerce-result-count {
  display: none;
}

.bount-before-shop .woocommerce-result-count,
.woocommerce-shop .bount-before-shop .woocommerce-result-count {
  order: 2;
  text-align: right;
  height: 100%;
  width: 80%;
  margin: auto 0;
}

@media (max-width: 500px) {
  .bount-before-shop .woocommerce-result-count,
  .woocommerce-shop .bount-before-shop .woocommerce-result-count {
    width: 100%;
    padding: 6px 12px;
    text-align: left;
    font-size: 12px;
  }
}

.bount-before-shop .woocommerce-ordering,
.woocommerce-shop .bount-before-shop .woocommerce-ordering {
  order: 1;
  justify-content: end;
  float: none !important;
  margin: auto 0;
}

@media (max-width: 992px) {
  .bount-before-shop,
  .woocommerce-shop .bount-before-shop {
    display: block;
  }

  .bount-before-shop .woocommerce-ordering,
  .woocommerce-shop .bount-before-shop .woocommerce-ordering {
    float: left !important;
  }
  .bount-before-shop .woocommerce-result-count,
  .woocommerce-shop .bount-before-shop .woocommerce-result-count {
    width: auto;
    float: right;
  }

  .filters-sidebar h2,
  .woocommerce-shop .filters-sidebar h2 {
    font-size: 18px;
    line-height: 29px;
  }
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link,
.woocommerce-shop .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  border: none;
}

.wc-block-product-categories,
.woocommerce-shop .wc-block-product-categories {
  border-bottom: 1px solid #eee;
  padding-bottom: 21px;
}

.wc-block-product-categories .wc-block-product-categories-list-item,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item {
  padding: 0.43rem 0;
  color: #7c7a7a;
}

.wc-block-product-categories .wc-block-product-categories-list-item a,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item a {
  font-family: Athiti;
  color: #7c7a7a;
  font-weight: 400;
  font-size: 1rem;
}

.wc-block-product-categories .wc-block-product-categories-list-item a::before,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item a::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #7c7a7a;
  width: 0px;
  transform: translateY(-6px);
  transition: all 0.3s ease-in-out;
}

.wc-block-product-categories .wc-block-product-categories-list-item a:hover,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item a:hover {
  color: #2d2d2d;
}

.wc-block-product-categories .wc-block-product-categories-list-item a:hover::before,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item a:hover::before {
  width: 20px;
  color: #2d2d2d;
  margin-right: 8px;
}

.wc-block-product-categories .wc-block-product-categories-list-item span,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list-item span {
}

.wc-block-product-categories .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item,
.woocommerce-shop .wc-block-product-categories .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
  margin-left: 10px;
}

.wpfFilterTitle,
.woocommerce-shop .wpfFilterTitle {
  color: #000;
}

.wpfFilterButtons,
.woocommerce-shop .wpfFilterButtons {
  text-align: center;
}

.wpfFilterButtons .wpfClearButton,
.woocommerce-shop .wpfFilterButtons .wpfClearButton {
  background-color: transparent;
  border: 1px solid #292f2f;
  border-radius: 0;
  width: 50%;
  font-size: 14px;
  font-weight: 400;
}

.wpfFilterButtons .wpfClearButton:hover,
.woocommerce-shop .wpfFilterButtons .wpfClearButton:hover {
  border: 1px solid #ae8875;
  color: #fff;
  background-color: #ae8875;
}

.add-to-cart-container,
.woocommerce-shop .add-to-cart-container {
}

.woocommerce-variation-add-to-cart,
.woocommerce-shop .woocommerce-variation-add-to-cart {
  display: grid;
}

@media (max-width: 767px) {
  .wpfFilterButtons,
  .woocommerce-shop .wpfFilterButtons {
    display: flex;
    justify-content: center;
  }
}

.wpfCheckboxHier select,
.woocommerce-shop .wpfCheckboxHier select {
  border: none;
  max-width: 370px;
  border-radius: 0;
  border: 1px solid #b1b1b1;
  line-height: 29px;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  font-size: 14px;
}

.wpfFilterVerScroll li,
.woocommerce-shop .wpfFilterVerScroll li {
  padding: 0.43rem 0;
}

.related_products .products {
  justify-content: center;
}

.single-product .banner .main_header_container {
  bottom: -10px;
  transform: translate(-50%, 0);
}

.single-product .banner .main_header_container {
  transform: none;
  left: 0;
  width: 100%;
  height: 60px;
  bottom: 0;
  top: initial;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.single-product .banner .main_header_container .milky-bg {
  display: none;
}
.single-product .banner:before {
  opacity: 0.65;
}
.single-product.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}

@media (max-width: 1099px) {
  body.single-product .banner {
    height: 80px;
    min-height: 80px;
    padding: 0;
  }
}

.single-product .po-meri-activate,
.woocommerce div.product form.cart .reset_variations {
  line-height: 50px;
  font-size: 18px;
  margin-left: 20px;
}

.single-product .po-meri-activate:hover,
.woocommerce div.product form.cart .reset_variations:hover {
  text-decoration: underline;
}

.single-product .po-meri-activate.active {
  display: none;
}

.single-product .single_variation_wrap {
  display: flex;
  width: 100%;
  padding-top: 32px;
}

.single-product .tt_template img {
  max-width: 450px;
  height: auto;
}

.single-product .container {
  max-width: 540px;
}

@media (min-width: 768px) {
  .single-product .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .single-product .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .single-product .container {
    max-width: 1150px;
  }
}

@media (min-width: 1400px) {
  .single-product .container {
    max-width: 1320px;
  }
}

.single-product #sizes_custom_input_fields {
  transition: all 0.8s ease-in-out;
  width: 100%;
}

.single-product #sizes_custom_input_fields .sizes-custom-input-fields {
  display: flex;
}

.single-product #sizes_custom_input_fields .product-custom-dimenzija input {
  font-family: "Poppins";
  border: none;
  max-width: 370px;
  border-radius: 0;
  border: 1px solid #b1b1b1;
  line-height: 29px;
  height: 50px;
  padding-left: 10px;
  width: 100%;
  font-size: 14px;
}

.single-product #sizes_custom_input_fields .product-custom-dimenzija input::outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.single-product #sizes_custom_input_fields .product-custom-dimenzija .cm-unit {
  position: absolute;
  right: 20px;
  font-size: 16px;
  top: 11px;
}

.single-product #sizes_custom_input_fields .product-custom-dimenzija i {
  font-size: 20px;
  margin: 0px 12px 0 -14px;
}

.single-product #woocommerce-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}

.woocommerce div.product form.cart .variations {
  width: 100%;
}

.woocommerce div.product form.cart .variations th {
  padding: 0;
}

.single-product .product-pillow-wrapper h5,
.single-product .product-sizes-dropdown h5,
.woocommerce div.product form.cart .variations th label {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins";
  color: #292f2f;
  margin-bottom: 16px;
}

.single-product .product-pillow-wrapper select,
.single-product .product-sizes-dropdown select {
  font-family: "Poppins";
  border: none;
  max-width: 370px;
  border-radius: 0;
  border: 1px solid #b1b1b1;
  line-height: 29px;
  height: 50px;
  padding-left: 10px;
  width: 250px;
  font-size: 18px;
}

.single-product .woocommerce-product-attributes tr td {
  padding: 18px 0;
}

@media (min-width: 992px) {
  .woocommerce #content div.product div.images {
    max-width: 50% !important;
  }
}

.woocommerce #content div.product div.summary {
  border: none;
  padding-top: 0;
}

.woocommerce #content div.product div.summary .price {
  font-family: "Poppins";
  font-size: 28px;
  /*display: flex;*/
  margin-top: 25px;
}

.woocommerce #content div.product div.summary .price .price-prefix {
  font-weight: 300;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 75%;
}

.woocommerce #content div.product div.summary .price ins {
  text-decoration: none;
}

.woocommerce #content div.product div.summary .price del {
  font-size: 18px;
  color: #777;
  padding-top: 13px;
  margin-left: 8px;
}

.woocommerce #content div.product div.summary .price .sale-percentage {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  color: #292f2f;
  margin-left: 8px;
  padding-top: 12px;
  order: 2;
}

.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist {
  margin: 15px 0;
}

.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  color: #292f2f;
  font-family: "Poppins";
}

.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist i {
  display: none;
}

.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  color: #ae8875 !important;
}

@media (min-width: 992px) {
  .woocommerce #content div.product div.summary {
    max-width: 49% !important;
    padding-left: 60px;
  }
}

.woocommerce .product button[name="add-to-cart"]:not(.quick-add),
.woocommerce .product button.single_add_to_cart_button:not(.quick-add) {
  font-family: "Poppins";
  font-size: 18px !important;
  line-height: 38px !important;
  /* height: 40px !important; */
  border-radius: 0 !important;
  /* background-color: #292f2f !important; */
  font-weight: 400 !important;
  padding: 0 20px !important;
  /* width: fit-content !important; */
  transition: all 0.3s ease-in-out;
}

.woocommerce .product button[name="add-to-cart"]:not(.quick-add):before,
.woocommerce .product button.single_add_to_cart_button:not(.quick-add):before {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .woocommerce .product button[name="add-to-cart"]:not(.quick-add),
  .woocommerce .product button.single_add_to_cart_button:not(.quick-add) {
    margin-left: 10px;
  }
}

.woocommerce .product button[name="add-to-cart"]:not(.quick-add):hover:not(.wc-variation-selection-needed) {
  background-color: #ae8875 !important;
}

.woocommerce .woocommerce-variation-add-to-cart,
.woocommerce .simple-add-to-cart {
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity-custom-label,
.woocommerce .simple-add-to-cart .quantity-custom-label {
  margin-right: 10px;
  font-size: 18px;
  font-family: "Poppins";
  color: #292f2f;
  font-weight: 500;
  line-height: 40px;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity,
.woocommerce .simple-add-to-cart .quantity {
  max-width: 100px;
  border-radius: 0;
  padding: 0.5rem 0;
  line-height: 1;
  border: 2px solid #292f2f;
  margin-right: 16px !important;
  min-width: 72px;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity input,
.woocommerce .simple-add-to-cart .quantity input {
  color: #7c7a7a;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity .qty-btn,
.woocommerce .simple-add-to-cart .quantity .qty-btn {
  font-size: 30px;
  color: #000;
  top: 0;
  bottom: 0;
  height: 100%;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity .qty-btn.inc,
.woocommerce .simple-add-to-cart .quantity .qty-btn.inc {
  padding: 5px 0px;
  border: none;
  right: 2px;
  line-height: 1;
  box-shadow: none;
}

.woocommerce .woocommerce-variation-add-to-cart .quantity .qty-btn.dec,
.woocommerce .simple-add-to-cart .quantity .qty-btn.dec {
  left: 0;
  padding: 5px;
  border: none;
}
.woocommerce .woocommerce-variation-add-to-cart .quantity .qty-btn.dec {
  padding: 10px 0;
  top: 0;
}

.woocommerce .product_meta .sku_wrapper {
  display: block;
  color: #292f2f;
}

.woocommerce .product_meta .sku_wrapper span {
  color: #7c7a7a;
}

.woocommerce .product_meta .posted_in {
  display: block;
  color: #292f2f;
}

.woocommerce .product_meta .posted_in a {
  color: #7c7a7a;
}

.woocommerce .product_meta .posted_in a:hover {
  color: #ae8875;
}

.woocommerce .mstri-product-description {
  margin-bottom: 7rem;
}

.woocommerce .mstri-product-description .nav.nav-tabs {
  text-align: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 2rem 0 3rem;
}

.woocommerce .mstri-product-description .nav.nav-tabs li {
  margin: 0 2rem;
}

@media (max-width: 428px) {
  .woocommerce .mstri-product-description .nav.nav-tabs li {
    margin-bottom: 16px;
  }
}

.woocommerce .mstri-product-description .nav.nav-tabs li a {
  font-family: "Poppins";
  color: #292f2f;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 12px 0;
  line-height: 28px;
}

.woocommerce .mstri-product-description .nav.nav-tabs li a.active {
  color: #ae8875;
}

.woocommerce .mstri-product-description .nav.nav-tabs li a.active::after {
  width: 100%;
}

.woocommerce .mstri-product-description .nav.nav-tabs li a:hover {
  color: #ae8875;
}

.woocommerce .mstri-product-description .nav.nav-tabs li a:hover::after {
  width: 100%;
}

.woocommerce .mstri-product-description .nav.nav-tabs li a:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #ae8875;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}

.woocommerce .related.products .woocom-product__image {
  width: 100%;
}

.woocommerce .related.products h2 {
  font-size: 2.5rem;
  color: #292f2f;
  text-align: center;
}

.woocommerce .no-return-notice {
  display: none;
}

.woocommerce .no-return-notice.active {
  display: block;
}

.product-type-simple button[name="add-to-cart"],
.product-type-simple .single_add_to_cart_button {
  margin-left: 0 !important;
}

.added_to_cart:hover {
  color: #ae8875;
}

.woocommerce-cart .shop-banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right;
}

.woocommerce-cart .shop-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce-cart .quantity {
  margin: auto 0.5rem;
}

.woocommerce-cart .btn.cart-action {
  font-size: 14px;
  background-color: #8e8ee4;
  padding: 0.5rem 0.7rem;
}

.woocommerce-cart .woocommerce table.cart img,
.woocommerce-cart .woocommerce-page #content table.cart img,
.woocommerce-cart .woocommerce-page table.cart img {
  height: 60px;
  width: auto;
}

.woocommerce-cart .product-remove i {
  color: #14336a !important;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

.woocommerce-cart .cart_totals .shop_table {
  background-color: #f4f0ed;
  padding: 16px !important;
  border: 1px solid #ae8875;
}

.woocommerce-cart .cart_totals .shop_table tr.order-total td {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins";
  color: #ae8875;
}

.woocommerce-cart .product-thumbnail img {
  max-width: 60px;
  max-height: 60px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart {
  padding: 24px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart .cart_list {
  margin-bottom: 12px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart .woocommerce-mini-cart__buttons a.button {
  width: 100% !important;
}

.woocommerce-checkout .shop-banner {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right;
}

.woocommerce-checkout .shop-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce-checkout h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.woocommerce-checkout h3#ship-to-different-address {
  font-size: 18px;
}

.woocommerce-checkout h3#ship-to-different-address input {
  height: 16px;
  width: 16px;
}

.woocommerce-checkout h2 {
  font-size: 24px;
  margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #292f2f;
  border-radius: 0;
}

.woocommerce-checkout .form-control {
  border-radius: 0;
}

.woocommerce-checkout .form-control:focus {
  box-shadow: none;
  border: 2px solid rgba(120, 130, 140, 0.13);
}

.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-radius: 0;
}

.woocommerce-checkout .woocommerce-checkout #payment {
  border-radius: 0;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody {
  background-color: #f4f0ed;
}

.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details tbody td {
  border: none;
}

.woocommerce-checkout.woocommerce-order-received .col-1 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
  padding: 0;
}

.woocommerce-checkout.woocommerce-order-received .col-1 address {
  border: none;
  padding: 0;
}

.woocommerce-checkout.woocommerce-order-received .col-2 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce-checkout.woocommerce-order-received .col-2 address {
  border: none;
  padding: 0;
}

.excerpt {
  text-align: center;
}

.shop-custom-item {
  margin-bottom: 40px;
}

.shop-custom-item .product-inner-container {
  text-align: center;
}

.shop-custom-item .product-inner-container .b2b-price-replacement-text {
  display: none;
}

.shop-custom-item .product-inner-container .woocom-product__content {
  display: block;
  padding: 5px 15px;
}
.shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions {
  padding: 0;
  padding-top: 20px;
}
.shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a {
  display: initial;
}

.shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-details .woocommerce-loop-product__title {
  font-family: Athiti;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #292f2f;
  line-height: 1.3;
  transition: all 0.15s ease;
  margin-bottom: 1rem;
}

.img-cols {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-cols .img-col {
  margin: 20px;
}

.mailerlite-form-inputs {
  border-bottom: 1px solid #000;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  padding: 30px 0;
}
.mailerlite-form-inputs .mailerlite-form-field {
  float: left;
  width: 83%;
}
.mailerlite-form-inputs .mailerlite-form-field label {
  display: none;
}
.mailerlite-form-inputs input[type="email"] {
  background-color: transparent;
  border: none;
  padding: 0 15px;
  line-height: 2.2;
}
.mailerlite-form-inputs input[type="submit"] {
  margin: 0;
  border: 1px solid #ae8875;
  background-color: #ae8875;
  color: #fff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
}
.mailerlite-form-inputs input[type="submit"]:hover {
  color: #fff;
  background-color: #292f2f;
}

@media (max-width: 500px) {
  .bount-before-shop .woocommerce-result-count,
  .woocommerce-shop .bount-before-shop .woocommerce-result-count {
    display: none;
  }
  .shop-custom-item
    .product-inner-container
    .woocom-product__content
    .woocom-product__content-details
    .woocommerce-loop-product__title {
    font-size: 16px;
  }

  .single-product .banner .main_header_container {
    transform: none;
  }

  .single-product .po-meri-activate > span {
    display: none;
  }

  .img-cols {
    flex-wrap: wrap;
  }
  .img-cols .img-col {
    margin: 20px 0;
  }
  .mailerlite-form-inputs input[type="email"] {
    padding-left: 0;
  }
  .mailerlite-form-inputs input[type="submit"] {
    padding: 0 20px;
  }
  .mailerlite-form-inputs .mailerlite-form-field {
    width: 50%;
  }
}

.shop-custom-item
  .product-inner-container
  .woocom-product__content
  .woocom-product__content-details
  .woocommerce-loop-product__title:hover {
  color: #ae8875;
}

.shop-custom-item .product-inner-container .woocom-product__content .bount-shop-product-price {
  text-align: center;
  text-decoration: none;
  color: #ae8875;
  line-height: 18px;
}

.shop-custom-item .product-inner-container .woocom-product__content .bount-shop-product-price .price-prefix {
  text-transform: uppercase;
  font-size: 75%;
  margin-right: 2px;
}

.shop-custom-item .product-inner-container .woocom-product__content .bount-shop-product-price span {
  font-size: 20px;
  font-family: "Poppins";
}

.shop-custom-item .product-inner-container .woocom-product__content .bount-shop-product-price del {
  color: #777;
}

.shop-custom-item .product-inner-container .woocom-product__content .bount-shop-product-price ins {
  text-decoration: none;
}

.shop-custom-item .product-inner-container .woocom-product__image {
  margin: 0 auto;
  width: 100%;
  position: relative;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.shop-custom-item .product-inner-container .woocom-product__image:hover {
  opacity: 0.7;
}

.shop-custom-item .product-inner-container .woocom-product__image .product-loop-hover-items {
  position: absolute;
  right: 0px;
  width: 0px;
  height: fit-content;
  overflow: hidden;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.shop-custom-item .product-inner-container .woocom-product__image .product-loop-hover-items .add-to-cart-archive {
  max-height: 40px;
  height: auto;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .add-to-cart-archive
  form.simple-add-to-cart
  .added_to_cart {
  display: none;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .add-to-cart-archive
  form.simple-add-to-cart
  button.single_add_to_cart_button {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
  width: auto !important;
  margin: 0;
  padding: 0 !important;
  padding-top: 5px !important;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .add-to-cart-archive
  form.simple-add-to-cart
  button.single_add_to_cart_button
  i {
  font-size: 20px;
  padding-left: 3px;
  margin: 7px;
  color: #2d2d2d;
  transition: all 0.3s ease-in-out;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .add-to-cart-archive
  form.simple-add-to-cart
  button.single_add_to_cart_button
  i:hover {
  color: #ae8875;
}

.shop-custom-item .product-inner-container .woocom-product__image .product-loop-hover-items .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a {
  color: #000;
  transition: all 0.15s ease-in-out;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  i {
  margin: 7px;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  .fa-hearh {
  color: #ae8875;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a
  span {
  display: none;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  a:hover {
  color: #ae8875;
}

.shop-custom-item .product-inner-container .woocom-product__image .product-loop-hover-items .yith-wcwl-add-to-wishlist .fa-heart {
  color: #ae8875;
}

.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistaddedbrowse,
.shop-custom-item
  .product-inner-container
  .woocom-product__image
  .product-loop-hover-items
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-wishlistexistsbrowse {
  display: none;
}

.shop-custom-item .product-inner-container .woocom-product__image:hover .product-loop-hover-items {
  width: 37px;
}

.product-page-related {
  width: 100%;
}

.product-page-related .woocom-product__image img {
  width: 100% !important;
}

.product-page-related .woocom-product__image .product-loop-hover-items {
  top: 45% !important;
}

.woocommerce div.product form.cart .btn,
.woocommerce div.product form.cart .wpcf7 input[type="submit"],
.wpcf7 .woocommerce div.product form.cart input[type="submit"] {
  background-color: #ae8875;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ae8875;
  font-size: 1.75rem;
  line-height: 1.3;
  margin-bottom: 0.7em;
}

.variation-Rolaposteljnina,
.variation-Rolajogi {
  display: none !important;
}

.woocommerce .wpfFilterVerScroll::-webkit-scrollbar-track {
  border: none;
  padding: 2px 0;
  background-color: #f4f0ed;
  border-radius: 8px;
}

.woocommerce .wpfFilterVerScroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  box-shadow: none;
  background-color: #ae8875b8;
  border: none;
}

.woocommerce .wpfFilterVerScroll::-webkit-scrollbar {
  width: 8px;
}

.wpfFilterWrapper .ui-slider-horizontal {
  height: 4px !important;
}

.wpfPriceFilterRange .ui-widget-header {
  background: #2c2d33 !important;
}

.ui-slider.ui-widget-content .ui-slider-handle {
  background: #2c2d33 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -9px !important;
  margin-left: -4px !important;
}

.ui-slider .ui-slider-handle {
  width: 8px !important;
}

.wpfFilterContent .ui-slider.ui-widget-content .ui-slider-handle:hover {
  border-color: #fff !important;
}

@media (max-width: 992px) {
  ul.wishlist_table li {
    margin-bottom: 32px !important;
    border-bottom: 1px solid #f0f0f0;
  }
  .woocommerce #content div.product div.summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*body.product-template-default .hide-on-product-page {display: none!important;}*/
body.product-template-default .woocommerce-variation.single_variation {
  margin-bottom: 20px;
}

.woocommerce-minicart-ms3 {
  position: relative;
}

.woocommerce-minicart-ms3 .minicart-icon-anchor {
  position: relative;
}

.woocommerce-minicart-ms3 .minicart-icon-anchor .minicart-product-count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #fff;
  transform: translate(50%, -80%);
  border-radius: 50%;
  background-color: #ae8875;
  width: 16px;
  height: 16px;
  padding-bottom: 3px;
  padding-right: 1px;
}

#closeBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 1px 3px 0px #49494933;
  z-index: 9999;
}

.woocommerce-minicart-ms3 .ms3-mini-cart::-webkit-scrollbar,
#closeMiniCart,
#closeBackground {
  display: none;
}

@media (min-width: 992px) {
  #ms3-background {
    display: block !important;
  }
  .woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove .remove_from_cart_button i {
    color: #666 !important;
  }
  .woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove .remove_from_cart_button i:hover {
    color: #ae8875 !important;
  }
  .woocommerce-minicart-ms3 .ms3-mini-cart:hover {
    display: block;
    opacity: 1;
  }
  .woocommerce-minicart-ms3:hover .ms3-mini-cart {
    height: auto;
    max-height: calc(100vh - 100px);
    display: block;
    opacity: 1;
  }
  .woocommerce-minicart-ms3 .ms3-mini-cart {
    width: 520px;
  }
  .woocommerce-minicart-ms3 .ms3-mini-cart {
    display: none;
    opacity: 0;
    position: absolute;
    top: 40px;
    right: 0;
    width: 400px;
    height: 0;
    margin: 20px 0 0 0;
    box-shadow: 0 2px 18px 0 #0000001a;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    background-color: #fff;
    border: none;
    transition: all 0.5s ease-in-out;
  }
}

@media (max-width: 992px) {
  #ms3-background {
    display: none;
  }

  .ms3-mini-cart .woocommerce-mini-cart__empty-message {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }

  .woocommerce-minicart-ms3 .ms3-mini-cart {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    margin: 0;
    padding-top: 70px;
    opacity: 1;
    height: calc(100% - 60px);
    z-index: 9999;
    overflow: auto;
    justify-content: center;
    align-content: center;
    background-color: #fff;
    border: none;
    transition: all 0.5s ease-in-out;
  }
  #closeMiniCart {
    display: none;
    position: fixed;
    top: 15px;
    right: 25px;
    z-index: 9999;
  }
  #closeMiniCart > i {
    color: #666;
    font-size: 28px;
  }
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item {
  display: flex;
  border-bottom: 1px solid #dbdad9;
  padding: 5px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item > * {
  height: 70px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-thumbnail {
  width: 25%;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-thumbnail .ms3-minicart-product-permalink {
  width: 100%;
  height: 100%;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-thumbnail .ms3-minicart-product-permalink img {
  max-height: 60px;
  height: 60px;
  width: 60px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data {
  width: 55%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .minicart-product-name {
  float: left;
  color: #292f2f;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.4rem;
  width: 100%;
  text-align: left;
  display: block;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation {
  padding-left: 0px;
  border: none;
  display: block;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dl.variation {
  display: flex;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt,
.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dd {
  display: inline-flex;
  color: #999;
  font-family: Athiti;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 10px;
  float: left;
  padding: 0;
  text-align: left;
  margin-bottom: 0.25rem;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt.variation-Vzglavniki {
  clear: left;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt.variation-Rolaposteljnina,
.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt.variation-Rolajogi,
.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dd.variation-Rolaposteljnina,
.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dd.variation-Rolajogi {
  display: none !important;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt p,
.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dd p {
  margin-bottom: 0px;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dt:after {
  content: " ";
  display: inline;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .variation dd:after {
  content: ", ";
  display: inline;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .item-data .custom-quantity {
  position: absolute;
  bottom: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-bottom: 0;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove {
  position: relative;
  width: 20%;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove .remove_from_cart_button {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  line-height: 20px;
  transform: all ease-in-out 0.4s;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove .remove_from_cart_button i {
  color: #666;
}

.woocommerce-minicart-ms3 .ms3-mini-cart li.woocommerce-mini-cart-item .quantity-and-remove .minicart-quantity {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.woocommerce-minicart-ms3 a.button.wc-forward:not(.checkout) {
  background-color: #fff;
  color: #292f2f;
  border-radius: 0;
  border: 1px solid #292f2f;
  transition: all 0.15s ease-in-out;
  display: block !important;
  font-family: "Poppins";
  font-weight: 400;
  width: 380px;
}

.woocommerce-minicart-ms3 a.button.wc-forward:not(.checkout):hover {
  color: #000 !important;
  opacity: 0.7;
}

.woocommerce-minicart-ms3 a.button.checkout.wc-forward {
  background-color: #ae8875;
  color: #fff;
  border-radius: 0;
  border: none;
  transition: all 0.15s ease-in-out;
  opacity: 0.9;
  font-family: "Poppins";
  font-weight: 400;
  width: 380px;
  border: 1px solid #ae8875;
}

.woocommerce-minicart-ms3 a.button.checkout.wc-forward:hover {
  color: #fff !important;
  opacity: 0.7;
}

.woocommerce-minicart-ms3 .woocommerce-mini-cart__buttons {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.woocommerce-minicart-ms3 .woocommerce-mini-cart__total,
.woocommerce-minicart-ms3 .woocommerce-mini-cart__discount {
  font-family: "Poppins";
  font-weight: 400;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-minicart-ms3 .woocommerce-mini-cart__total strong,
.woocommerce-minicart-ms3 .woocommerce-mini-cart__discount strong {
  font-weight: 400 !important;
}

.woocommerce-minicart-ms3 .small-cart-item-wrapper {
  border: none !important;
  padding: 0 !important;
}

.ms3-user-header {
  position: relative;
}

.ms3-user-header:hover .woocommerce,
.ms3-user-header.hovered .woocommerce {
  display: block;
  opacity: 1;
}
.ms3-user-header .woocommerce .woocommerce-form-login {
  display: block !important;
}

.blinking-border {
  border-width: 2px !important;
  border: 2px solid #ae8875; /* Initial border color */
  animation: blink-border 2s infinite; /* Apply the animation */
}

@keyframes blink-border {
  0% {
    border-color: rgba(174, 136, 117, 0.5); /* Lighter border */
  }
  50% {
    border-color: rgba(174, 136, 117, 1); /* Full color border */
  }
  100% {
    border-color: rgba(174, 136, 117, 0.5); /* Lighter border again */
  }
}

.ms3-user-header .list-group {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 18px 0 #0000001a;
}

.ms3-user-header .list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #ededed;
}

.ms3-user-header .list-group .list-group-item:last-of-type {
  border-bottom: none;
}

.ms3-user-header .login-form-header {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2d2d2d;
  font-weight: 500;
  border-bottom: 1px solid #292f2f;
  display: block;
  margin-bottom: 0.5rem;
}

.ms3-user-header .woocommerce {
  position: absolute;
  top: 40px;
  right: 0px;
  width: 320px;
  display: none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  margin: 20px 0 0 0;
}

.ms3-user-header .woocommerce .u-column2 {
  display: none;
}

.ms3-user-header .woocommerce .woocommerce form .form-row {
  padding: 0;
}

.ms3-user-header .woocommerce .woocommerce-message {
  display: none;
}

.ms3-user-header .woocommerce:hover {
  display: block;
  opacity: 1;
}

.ms3-user-header .woocommerce nav {
  width: 240px;
}

@media (min-width: 992px) {
  .ms3-user-header .woocommerce nav {
    margin-left: auto;
    margin-right: 0;
  }
}

.ms3-user-header .woocommerce nav .list-items {
  border-radius: 0;
}

.ms3-user-header .woocommerce h2 {
  display: none;
}

.ms3-user-header .woocommerce .password-input {
  width: 100%;
}

.ms3-user-header .woocommerce input:not(.woocommerce-form__input-checkbox) {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #292f2f;
  width: 100%;
  padding: 15px;
}

.ms3-user-header .woocommerce button[type="submit"] {
  width: 100%;
  max-width: 320px;
  font-size: 14px;
}

.ms3-user-header .woocommerce .woocommerce-form-login {
  width: 320px;
  background-color: #fff;
  box-shadow: 0 2px 18px 0 #0000001a;
  border-radius: 0;
  margin: 0;
}

.ms3-user-header .woocommerce .woocommerce-form-login .lost_password {
  color: #292f2f;
  text-align: left;
}

.ms3-user-header .woocommerce .woocommerce-form-login .lost_password a {
  color: #ae8875;
  transition: all ease-in-out 0s;
}

.ms3-user-header .woocommerce .woocommerce-form-login .lost_password a:hover {
  text-decoration: underline;
}

.ms3-user-header .woocommerce .btn {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  transition: all ease-in-out 0.5s;
}

.ms3-user-header .woocommerce .btn:hover {
  background-color: #fff;
  color: #292f2f;
  border-color: #292f2f;
}

.ms3-user-header .woocommerce .show-password-input {
  top: 0 !important;
}

.ms3-user-header .woocommerce .woocommerce-MyAccount-content {
  display: none;
}

.remove.remove_from_cart_button {
  color: #292f2f;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  border-radius: none;
  border: none;
  height: auto;
  width: auto;
  box-shadow: none;
  font-size: 20px;
}

.remove.remove_from_cart_button:hover {
  color: red !important;
  border: none;
  background-color: transparent;
}

.woocommerce a.remove:hover {
  color: #fff !important;
  background: none;
}

.btn.btn-primary {
  background-color: #222;
  color: #fff;
}

.btn.btn-primary:hover {
  background-color: #ae8875;
  border-color: #ae8875;
}

.woocommerce-info {
  border-color: #ae8875;
}

.woocommerce-info:before {
  color: #ae8875;
}

.wc-block-product-categories-list {
  list-style: none;
  padding-left: 0;
}

.wc-block-product-categories-list li a {
  font-family: Athiti;
  font-size: 1rem;
}

.wc-block-product-categories-list li .wc-block-product-categories-list {
  padding-left: 15px;
}

.wc-block-product-categories-list li .wc-block-product-categories-list a {
  font-family: Athiti;
  font-size: 1rem;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline;
}

.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce-wishlist .wishlist-title-container {
  display: none;
}

.woocommerce-wishlist thead tr {
  border-top: none;
}

.woocommerce-wishlist thead tr th {
  border-top: none;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td {
  text-align: left;
  font-family: Athiti;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td.product-name {
  font-weight: 700;
  color: #292f29;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td.product-name:hover {
  color: #ae8875 !important;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td .add-to-cart-container {
  max-width: 200px;
  margin-right: 0;
  margin-left: auto;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td .add-to-cart-container .single_add_to_cart_button {
  background-color: #fff;
  color: #292f29;
  border: 1px solid #292f29;
  border-radius: 0;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td .add-to-cart-container .single_add_to_cart_button:hover {
  color: #fff;
  background-color: #ae8875;
  border: 1px solid #ae8875;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td .remove_from_wishlist {
  color: #666 !important;
}

.woocommerce-wishlist .wishlist-items-wrapper tr td .remove_from_wishlist:hover {
  color: #ae8875 !important;
  background-color: transparent !important;
}

.xoo-cp-modal .xoo-cp-container .xoo-cp-btns .xoo-cp-btn-vc,
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns .xoo-cp-btn-ch {
  color: #fff;
  transition: all 0.15s ease-in-out;
}

.xoo-cp-modal .xoo-cp-container .xoo-cp-btns .xoo-cp-btn-vc:hover,
.xoo-cp-modal .xoo-cp-container .xoo-cp-btns .xoo-cp-btn-ch:hover {
  opacity: 0.8;
}

.xoo-cp-modal .xoo-cp-container .xoo-cp-variations {
  display: none;
}

.page.woocommerce-account h2 {
  font-size: 24px;
}

.page.woocommerce-account .woocommerce-form {
  border-radius: 0 !important;
}

.page.woocommerce-account .woocommerce-form.woocommerce-form-login {
  padding: 0;
  border: none;
}

#customer_login input {
  padding: 12px;
  box-shadow: none;
  border: 2px solid rgba(120, 130, 140, 0.13);
}

#customer_login input:focus {
  box-shadow: none;
}

#customer_login .login-form-header {
  display: none;
}

#customer_login .form-row {
  display: flex;
  flex-direction: column;
}

#customer_login .btn-outline-primary:hover,
#customer_login .btn-outline-primary:focus,
#customer_login .btn-outline-primary:active {
  color: #ae8875;
  background-color: #fff;
  border: 1px solid #ae8875;
}

body {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.appear {
  opacity: 1;
}

.slide-in {
  transition: all 0.8s ease-in-out;
}

.slide-in.first {
  transition-delay: 0s;
}

.slide-in.second {
  transition-delay: 0.2s;
}

.slide-in.third {
  transition-delay: 0.4s;
}

.slide-in.fourth {
  transition-delay: 0.6s;
}

.slide-in.from-left {
  transform: translateX(-70%);
}

.slide-in.from-right {
  transform: translateX(70%);
}

.slide-in.from-down {
  transform: translateY(15%);
}

.slide-in.appear {
  transform: translate(0%, 0%) !important;
}

.fade-in {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.fade-in.appear {
  opacity: 1;
}

.nice-select {
  padding-right: 42px !important;
  border-radius: 0 !important;
}

.nice-select.open {
  border-color: #c2a596 !important;
}

.nice-select:focus {
  border-color: #c2a596 !important;
}

.nice-select ul.list {
  border-radius: 0 !important;
}

.woocommerce-ordering .nice-select {
  line-height: 30px;
  font-size: 18px;
}

.woocommerce-product-details__short-description ul {
  list-style: initial;
  margin-bottom: 16px;
  padding-left: 40px;
}

#nickx-gallery .nslick-slide {
  margin: 0 0 12px 0;
  border: 1px solid #dbd7d5;
  box-sizing: border-box;
  max-width: 102px;
}

@media (max-width: 768px) {
  #nickx-gallery .nslick-slide {
    margin: 0 12px 12px 0;
    max-width: 112px;
    width: 68px !important;
  }
  #nickx-gallery .nslick-list.draggable .nslick-track.techno_stop_slide {
    width: 100% !important;
  }
  .images.nickx_product_images_with_video .slider.nickx-slider-for .zoom.nslick-slide img {
    max-height: 450px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .images.nickx_product_images_with_video .nickx-slider-for .nslick-slide {
    height: 0;
    padding-bottom: 450px;
    width: 100%;
    position: relative;
  }
  .images.nickx_product_images_with_video .nickx-slider-for .nslick-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
  }
  .images.nickx_product_images_with_video .nickx-slider-for {
    border: 1px solid #dbd7d5;
  }
}

@media (max-width: 500px) {
  .images.nickx_product_images_with_video .slider.nickx-slider-for .zoom.nslick-slide img {
    max-height: 300px;
  }
  .images.nickx_product_images_with_video .nickx-slider-for .nslick-slide {
    padding-bottom: 300px;
    width: 100%;
  }
}

.post-type-archive .content-area .site-main > article {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

body.admin-bar .top-bar {
  margin-top: 32px;
}

.acoplw-badge-listing-hide {
  display: block !important;
}
.acoplw-blockText {
  font-weight: 700;
}

.woocommerce span.onsale {
  font-size: 16px;
}

.woocommerce #content div.product div.images {
  position: relative;
  display: inline-flex;
}

.single-product .b2b-price-replacement-text {
  text-align: center;
  background-color: #ebebeb;
  padding: 30px;
}

.single-product .b2b-price-replacement-text .single_add_to_cart_button {
  margin-top: 20px;
}
.single-product .b2b-price-replacement-text .single_add_to_cart_button:before {
  display: none;
}

.full-width-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

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

.product-stock-info {
  position: absolute;
  right: 0;
  color: #292f2f;
  font-size: 15px;
  font-weight: 400;
  margin: 12px 0;
}
.product-stock-info span {
  color: green;
  font-weight: 600;
  cursor: pointer;
}
.tt_template_stock {
  display: none;
  color: #484848;
  font-size: 18px;
}

@media (max-width: 430px) {
  .product-stock-info {
    position: relative;
    margin: 12px 0;
    width: 100%;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */

/* Custom media queries */

@media (max-width: 1800px) {
  .banner-slider .carousel-banner .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 1600px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px;
  }
}

@media (max-width: 1370px) {
  .banner-slider .carousel-banner .item .text-container h2,
  .newsletter .text-content h2,
  .feature .text-part .text-content h2 {
    font-size: 38px;
  }
  .products-grid-homepage .text-content h3 {
    font-size: 34px;
  }
  .banner-slider .carousel-banner .item .text-container p {
    font-size: 20px;
  }
  .banner-slider .carousel-banner .item .text-container .ms3-button-wrapper .ms3-button {
    padding: 0.8rem 1.2rem;
  }
  .banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide {
    padding: 20px 20px 5px;
    height: 150px;
  }
  .banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide p {
    font-size: 16px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 17px;
    text-transform: initial;
    padding: 0 10px;
  }
}

@media (max-width: 1099px) {
  .top-bar nav.navbar .header-logo a .wp-block-image img {
    max-height: 50px;
  }
  .top-bar nav.navbar .header-logo {
    max-width: 195px !important;
  }
  .top-bar nav.navbar .header-logo p {
    font-size: 9px;
  }

  .top-bar nav.navbar {
    flex-wrap: nowrap;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .top-bar nav.navbar .header-logo p {
    display: none;
  }
  #mg-wprm-wrap.cbp-spmenu.custom {
    padding-top: 70px;
  }
}

@media (max-width: 1099px) {
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    padding-top: 10px;
  }
  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide {
    height: 20px;
    width: 20px;
    padding: 0;
    margin-right: 20px;
  }
  .banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide * {
    display: none;
  }
  .top-bar nav.navbar .header-middle-right .mobile-contacts {
    display: block;
    position: absolute;
    bottom: 3px;
    left: 10px;
    z-index: 1;
  }
  .wll-launcher-button-container {
    bottom: 100px !important;
  }
}

@media (max-width: 767px) {
  .banner-slider .carousel-banner .item .text-container h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .banner-slider .carousel-banner .item .text-container h2,
  .banner-slider .carousel-banner .item .text-container p {
    padding-right: 0;
  }
  .banner-slider .carousel-banner .item .text-container p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .banner-slider .carousel-banner .item .text-container .ms3-button-wrapper {
    padding-top: 5px;
    margin-bottom: 5px;
  }
  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a {
    padding: 5px 10px;
    font-size: 0px;
    max-width: 80px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  #topbar .noticecontent {
    font-size: 14px;
  }
  .top-bar nav.navbar {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top-bar nav.navbar .header-logo a .wp-block-image img,
  .top-bar.scrolled nav.navbar .header-logo a .wp-block-image img {
    margin: 0;
    max-height: 40px;
  }

  .shop-custom-item .product-inner-container .woocom-product__content {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions {
    padding-top: 10px;
  }

  .product-categories-grid .mansory-container.mansory-left .text-container {
    width: 190px;
    height: 190px;
  }
}

/* For small desktop screens low height */
@media (min-width: 700px) and (max-height: 800px) {
  .banner-slider .carousel-banner .item .text-container h2,
  .newsletter .text-content h2,
  .feature .text-part .text-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner-slider .carousel-banner .item .text-container p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ms3-button-wrapper {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .banner-slider .nav-slider-absoulute-container .nav-slider-relative-container .nav-slider .slick-slide {
    padding: 10px 15px 5px;
    height: 140px;
  }
}

/* Poenotenje add-to-cart gumba na ikone za mobile */
@media screen and (max-width: 767px) {
  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a:before {
    content: "";
    font-family: opal-icon;
    color: white;
    margin-right: -60px;
  }

  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a.ajax_add_to_cart:before {
    margin-right: -132px;
  }

  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a {
    color: transparent;
  }
  .shop-custom-item .product-inner-container .woocom-product__content .woocom-product__content-actions a:before {
    font-size: 14px;
    margin-right: 0;
    padding: 0;
  }
}

/* extra */

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
  display: none;
}

.mega-menu-item > a span.flag {
  background: #b80022;
  padding: 1px 8px;
  font-size: 11px;
  color: white;
  text-transform: initial;
  transform: translate(-2px, -14px);
  display: inline-block;
}

#mega-menu-top-menu > .mega-menu-item > a span.flag {
  position: absolute;
  height: 18px;
  line-height: 18px;
  top: 18px;
  right: -10px;
}

@media (max-width: 1099px) {
  #mega-menu-top-menu > .mega-menu-item > a span.flag {
    position: relative;
    top: 0;
    right: 0;
  }
}

.slider_kategorija_izdelkov_wrap {
  background: #f4f0ed;
  padding: 40px;
  padding-right: 20px;
  margin-top: 15px;
}

.slider_kategorija_izdelkov .slick_item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 10px;
  background: white;
}

.icon-cart-btn::before {
  content: "";
  font-family: "opal-icon";
  font-size: 18px;
  display: inline-block;
  line-height: 1;
}
.woocommerce .add_to_cart_button.icon-cart-btn {
  display: inline-flex !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto !important;
  padding: 8px 25px !important;
  margin: 0 !important;
}

.slider_kategorija_izdelkov .slick-next {
  right: 0px;
  margin-top: -15px;
}
.slider_kategorija_izdelkov .slick-prev {
  margin-top: -15px;
}

.slider_kategorija_izdelkov .slick-slide {
  position: relative;
  margin-right: 25px;
}

.slider_kategorija_izdelkov .slick_item img {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  margin-bottom: 0;
}

.slider_kategorija_izdelkov .slick_item h3 {
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: normal;
}

.slider_kategorija_izdelkov #custom_product_single_price del {
  display: block;
}

.slider_kategorija_izdelkov .slick_item .price {
  font-size: 1rem !important;
  color: rgb(174, 136, 117);
}

.slider_kategorija_izdelkov .slick-prev::before,
.slider_kategorija_izdelkov .slick-next::before {
  font-family: inherit;
  content: "‹";
  color: #bbb;
  font-size: 50px;
}

.slider_kategorija_izdelkov .slick-next::before {
  content: "›";
}

.xoo-cp-container .slider_kategorija_izdelkov .slick-prev::before,
.xoo-cp-container .slider_kategorija_izdelkov .slick-next::before {
  margin-left: 15px;
}

.xoo-cp-container .slick-list,
.xoo-cp-container .slider_kategorija_izdelkov_wrap > h3 {
  margin-left: 25px;
}

.woocommerce #content div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: flex;
  gap: 7px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  align-items: start;
}

/* MAKS SPREMEMBE IKONC NA STRANI PRODUKTA */
.mstri-product-description {
  margin-top: 9rem;
}

.single-product .product-info-icons {
  margin-left: 7rem;
}

@media (max-width: 1200px) {
  .single-product .product-info-icons img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1300px) {
  .mstri-product-description {
    margin-top: 7rem;
  }
}

@media (max-width: 990px) {
  .single-product .product_meta .product-info-icons {
    margin-left: 0;
  }

  .slider_kategorija_izdelkov .slick_item h3 {
    margin-bottom: 8px;
  }

  .slider_kategorija_izdelkov_wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: max-content max-content max-content !important;
}

.woocommerce-variation-add-to-cart a.added_to_cart {
  grid-column: 3;
  justify-self: center;
}

.woocommerce-variation-add-to-cart a.added_to_cart::before {
  content: "";
  font-family: "opal-icon";
  color: #000;
  margin-right: 7px;
}

.woocommerce .product button.single_add_to_cart_button:not(.quick-add) {
  width: 200px !important;
  height: 50px;
  color: #ae8875;
}

.woocommerce .product button.single_add_to_cart_button:not(.quick-add):hover {
  background-color: #292f2f !important;
}

@media (max-width: 990px) {
  .woocommerce div.product form.cart div.quantity {
    height: 50px;
  }
}

@media (max-width: 990px) {
  .woocommerce .product button.single_add_to_cart_button:not(.quick-add) {
    max-width: 160px;
    font-size: 14px !important;
  }
}

.overlay-container {
  position: relative;
}

.price-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 5;
  width: 100%;
  height: 40px;
  pointer-events: none;
  top: 10px;
  left: -35px;
}

.price-overlay.is-hidden {
  display: none;
}

.loader {
  width: 28px;
  height: 28px;
  border: 3px solid #ccc;
  border-top: 3px solid #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
