@charset "UTF-8";
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%; /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
  font-size: 1.8rem;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

a {
  color: #0073e5;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
  margin: 0 0 30px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
}

blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 3rem;
  content: "“";
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.7rem;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 600;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Tables
--------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

@media (min-width: 1418px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1338px;
  }
}
.mia-button {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #D49D51;
  line-height: 6.2rem;
  text-align: center;
  border-radius: 5rem;
  display: inline-block;
  padding: 0 3.3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mia-button {
    line-height: 5rem;
  }
}
.mia-button:hover {
  color: #fff;
}
.mia-button:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mia-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  border-radius: 5rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

input,
select,
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  opacity: 1;
  color: #333;
}

::-webkit-input-placeholder {
  color: #333;
}

button[type=submit], input[type=submit] {
  width: auto;
  padding: 15px 30px;
  border: 1px solid #000;
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
button[type=submit]:focus, button[type=submit]:hover, input[type=submit]:focus, input[type=submit]:hover {
  color: #000;
  background-color: #fff;
}
button[type=submit].small, input[type=submit].small {
  padding: 8px 16px;
}

.sec-pd {
  padding: 6rem 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Title Area
--------------------------------------------- */
.site-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}
.wp-custom-logo .site-title {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.site-description {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.header-wrapper {
  position: relative;
  z-index: 100;
}
.header-wrapper .logo-wrapper {
  text-align: center;
  padding: 3.5rem 0;
}
@media (max-width: 991px) {
  .header-wrapper .logo-wrapper {
    padding: 1rem 0;
  }
}
.header-wrapper .logo-wrapper img {
  max-height: 7.6rem;
  max-width: 16.7rem;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .header-wrapper .logo-wrapper img {
    max-height: 5rem;
  }
}
.header-wrapper .header-main {
  border-top: 1px solid #CCCCCC;
  padding: 1.7rem 0;
}
.header-wrapper .header-main .phone-wrapper .phone {
  display: inline-block;
  line-height: 2.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #1E1E1F;
  position: relative;
  padding-left: 3.7rem;
}
.header-wrapper .header-main .phone-wrapper .phone:hover {
  color: #D49D51;
}
.header-wrapper .header-main .phone-wrapper .phone:before {
  content: "";
  background-image: url("../images/phone.png");
  width: 2.3rem;
  height: 2.3rem;
  background-size: 2.3rem 2.3rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-wrapper .header-main .header-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.header-wrapper .header-main .header-buttons .header-button {
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 4.5rem;
  margin-left: 0.5rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 424px) {
  .header-wrapper .header-main .header-buttons .header-button {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    margin-left: 0;
  }
}
.header-wrapper .header-main .header-buttons .header-button:hover {
  background-color: #fff;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
  -webkit-transform: translateY(-0.7rem);
  -moz-transform: translateY(-0.7rem);
  -ms-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
}
.header-wrapper .header-main .header-buttons .header-button.menu-toggle {
  display: none;
  width: 3rem;
}
.header-wrapper .header-main .header-buttons .header-button.menu-toggle span {
  cursor: pointer;
  height: 2px;
  width: 1.7rem;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-wrapper .header-main .header-buttons .header-button.menu-toggle span:before, .header-wrapper .header-main .header-buttons .header-button.menu-toggle span:after {
  cursor: pointer;
  height: 2px;
  width: 1.7rem;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  right: 0;
}
.header-wrapper .header-main .header-buttons .header-button.menu-toggle span:before {
  top: -1rem;
  width: 2.4rem;
}
@media (max-width: 424px) {
  .header-wrapper .header-main .header-buttons .header-button.menu-toggle span:before {
    top: -0.8rem;
  }
}
.header-wrapper .header-main .header-buttons .header-button.menu-toggle span:after {
  bottom: -1rem;
  width: 1.7rem;
}
@media (max-width: 424px) {
  .header-wrapper .header-main .header-buttons .header-button.menu-toggle span:after {
    bottom: -0.8rem;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main .header-buttons .header-button.menu-toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.header-wrapper .header-main .header-buttons .header-button span.count {
  position: absolute;
  font-size: 1.5rem;
  line-height: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  display: block;
  border-radius: 2.4rem;
  top: 0;
  right: 0;
  background-color: #D49D51;
  color: #fff;
}
@media (max-width: 424px) {
  .header-wrapper .header-main .header-buttons .header-button span.count {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.header-wrapper .header-main .header-buttons .header-button img {
  height: auto;
  width: auto;
}
@media (max-width: 424px) {
  .header-wrapper .header-main .header-buttons .header-button img {
    max-height: 2rem;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main .primary-menu-wrapper {
    display: none;
  }
}
.header-wrapper .header-main .primary-menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.header-wrapper .header-main .primary-menu > ul > li {
  position: relative;
}
.header-wrapper .header-main .primary-menu > ul > li:hover > a {
  color: #D49D51;
}
.header-wrapper .header-main .primary-menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header-wrapper .header-main .primary-menu > ul > li.current-menu-item > a {
  color: #D49D51;
}
.header-wrapper .header-main .primary-menu > ul > li.menu-item-has-children > a {
  position: relative;
}
.header-wrapper .header-main .primary-menu > ul > li.menu-item-has-children > a:before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-size: 0.9rem 0.9rem;
  position: absolute;
  top: 1.8rem;
  right: 1.1rem;
}
@media (max-width: 1600px) {
  .header-wrapper .header-main .primary-menu > ul > li.menu-item-has-children > a:before {
    right: 0;
  }
}
.header-wrapper .header-main .primary-menu > ul > li > a {
  display: block;
  color: #1E1E1F;
  padding: 1rem 1.3rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 1199px) {
  .header-wrapper .header-main .primary-menu > ul > li > a {
    padding: 1rem 0.5rem;
    font-size: 1.6rem;
  }
}
.header-wrapper .header-main .primary-menu > ul > li > a:hover {
  color: #D49D51;
}
.header-wrapper .header-main .primary-menu > ul > li > ul {
  position: absolute;
  top: 4.6rem;
  left: 0;
  background-color: #fff;
  min-width: 25rem;
  max-width: 25rem;
  border-radius: 0.6rem;
  padding: 1rem 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(0.7rem);
  -moz-transform: translateY(0.7rem);
  -ms-transform: translateY(0.7rem);
  transform: translateY(0.7rem);
  box-shadow: 0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.header-wrapper .header-main .primary-menu > ul > li > ul li {
  position: relative;
}
.header-wrapper .header-main .primary-menu > ul > li > ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.header-wrapper .header-main .primary-menu > ul > li > ul li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-wrapper .header-main .primary-menu > ul > li > ul li ul {
  position: absolute;
  visibility: hidden;
  padding: 10px 0;
  top: 0;
  right: 0;
  background-color: #fff;
  min-width: 25rem;
  max-width: 25rem;
  border-radius: 0.6rem;
  opacity: 0;
  -webkit-transform: translateX(calc(100% - 0.7rem));
  -moz-transform: translateX(calc(100% - 0.7rem));
  -ms-transform: translateX(calc(100% - 0.7rem));
  transform: translateX(calc(100% - 0.7rem));
  box-shadow: 0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.header-wrapper .header-main .primary-menu > ul > li > ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #0A0A0A;
  padding: 1rem 1.5rem;
}

.entry-content .woocommerce {
  padding: 6rem 0 3rem 0;
  font-size: 1.6rem;
  color: #33334F;
}
.entry-content .woocommerce .col-1, .entry-content .woocommerce .col-2 {
  flex: unset;
  width: 100%;
}
.entry-content .woocommerce button, .entry-content .woocommerce .button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 4.9rem;
  border-radius: 0.7rem;
  border: 0.1rem solid #D49D51;
  background-color: #D49D51;
  color: #FFFFFF;
  font-weight: 400;
  padding: 0.5rem 2rem;
}
.entry-content .woocommerce button:hover, .entry-content .woocommerce .button:hover {
  background-color: #eab161;
  border-color: #eab161;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  border: 0.1rem solid #EBEBEB;
  border-radius: 0.5rem;
  overflow: hidden;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 0.1rem solid #EBEBEB;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #FF1D0E;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #D49D51;
  color: #FFFFFF;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 1rem 2rem;
  color: #12151A;
}
.entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #EBEBEB;
  color: #12151A;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link {
  display: block;
  background-color: #D49D51;
  border-radius: 1rem;
  text-align: center;
  padding: 4rem 2rem;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link i {
  font-size: 7.6rem;
  color: #D49D51;
  margin-bottom: 3rem;
}
.entry-content .woocommerce .woocommerce-MyAccount-content a.dashboard-link span {
  display: block;
  color: #33334F;
  font-weight: 600;
  font-size: 1.8rem;
}
.entry-content .woocommerce form label {
  font-size: 1.4rem;
  color: #33334F;
  display: block;
  margin-bottom: 1rem;
}
.entry-content .woocommerce form input:not([type=checkbox]):not([type=radio]), .entry-content .woocommerce form textarea {
  width: 100%;
  display: block;
  height: 4.9rem;
  border-radius: 0.7rem;
  border: 0.1rem solid #EBEBEB;
  padding: 0.5rem 2rem;
  color: #33334F;
}
.entry-content .woocommerce form textarea {
  height: auto;
  min-height: 15rem;
}
.entry-content .woocommerce form fieldset {
  padding: 0;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-thumbnail img {
  max-width: 8rem;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-quantity input.qty {
  width: 10rem;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  color: #FF1D0E;
  background-color: #EBEBEB;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.product-remove a.remove:hover {
  color: #D49D51;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 1.5rem;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon label {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon input {
  -webkit-flex-basis: calc(100% - 12rem);
  -moz-flex-basis: calc(100% - 12rem);
  -ms-flex-basis: calc(100% - 12rem);
  flex-basis: calc(100% - 12rem);
  max-width: calc(100% - 12rem);
}
.entry-content .woocommerce form.woocommerce-cart-form table.woocommerce-cart-form__contents tbody tr td.actions .coupon button {
  -webkit-flex-basis: 10.5rem;
  -moz-flex-basis: 10.5rem;
  -ms-flex-basis: 10.5rem;
  flex-basis: 10.5rem;
  max-width: 10.5rem;
}
.entry-content .woocommerce table {
  border: 0.1rem solid #EBEBEB;
}
.entry-content .woocommerce table thead tr {
  background-color: #D49D51;
  color: #33334F;
}
.entry-content .woocommerce table thead tr th, .entry-content .woocommerce table thead tr td, .entry-content .woocommerce table tbody tr th, .entry-content .woocommerce table tbody tr td, .entry-content .woocommerce table tfoot tr th, .entry-content .woocommerce table tfoot tr td {
  padding: 1rem 2rem;
}
.entry-content .woocommerce-checkout-review-order-table thead tr th {
  width: 70%;
}

.woocommerce-checkout.woocommerce-page #ftwp-container-outer {
  display: none;
}

.hero-wrapper {
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (min-width: 1800px) {
  .hero-wrapper .hero-container {
    max-width: 1720px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.hero-wrapper .primary-slick-slider .slick-dots {
  position: absolute;
  left: 10%;
  bottom: 6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
@media (max-width: 1440px) {
  .hero-wrapper .primary-slick-slider .slick-dots {
    left: 3rem;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .slick-dots {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .slick-dots {
    display: none !important;
  }
}
.hero-wrapper .primary-slick-slider .slick-dots li {
  margin: 0 0.5rem;
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .slick-dots li {
    margin: 0 0.3rem;
  }
}
.hero-wrapper .primary-slick-slider .slick-dots li.slick-active button {
  font-size: 2.8rem;
  font-weight: 600;
  color: rgb(30, 30, 31);
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .slick-dots li.slick-active button {
    font-size: 2rem;
  }
}
.hero-wrapper .primary-slick-slider .slick-dots li button {
  background-color: transparent;
  border: 0;
  font-size: 2rem;
  font-weight: 600;
  color: rgba(30, 30, 31, 0.7);
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .slick-dots li button {
    font-size: 1.7rem;
  }
}
.hero-wrapper .primary-slick-slider .slick-dots li button:before {
  content: "0";
}
.hero-wrapper .primary-slick-slider .primary-slide {
  position: relative;
  padding-bottom: 43.1976744186%;
  border-radius: 1.6rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 375px) {
  .hero-wrapper .primary-slick-slider .primary-slide {
    padding-bottom: 45%;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content {
  max-width: 66rem;
  padding-top: 12rem;
}
@media (max-width: 1199px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content {
    padding-top: 6rem;
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content {
    padding-top: 2rem;
  }
}
@media (max-width: 375px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content {
    padding-top: 1.5rem;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #D49D51;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title:before {
  content: "";
  background-size: 37px 32px;
  background-image: url("../images/mini-logo.png");
  width: 37px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title:before {
    background-size: 24.6666666667px 21.3333333333px;
    width: 24.6666666667px;
    height: 21.3333333333px;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3.8rem;
  background-color: rgba(10, 10, 10, 0.37);
  position: absolute;
  top: -0.4rem;
  left: 4.4rem;
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-title:after {
    content: none;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle {
  font-size: 6.6rem;
  font-weight: 700;
  color: #1E1E1F;
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 1199px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 375px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle {
    font-size: 1.5rem;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle:after {
  content: "";
  background-color: #D49D51;
  width: 11.9rem;
  height: 0.5rem;
  display: block;
  margin-top: 4rem;
}
@media (max-width: 1199px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle:after {
    margin-top: 2rem;
  }
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .slide-subtitle:after {
    content: none;
  }
}
.hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .side-content {
  font-size: 2.2rem;
  font-weight: 500;
  color: #1E1E1F;
}
@media (max-width: 991px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .side-content {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .side-content {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .hero-wrapper .primary-slick-slider .primary-slide .primary-slide-item .primary-content .side-content {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50.4px;
  }
}
.hero-wrapper .links-wrapper {
  margin-top: 2rem;
}
.hero-wrapper .links-wrapper .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero-wrapper .links-wrapper .links li {
  margin: 0 1.2rem;
}
.hero-wrapper .links-wrapper .links li a {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 5.6rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEDED;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.hero-wrapper .links-wrapper .links li a:hover {
  -webkit-transform: translateY(-0.7rem);
  -moz-transform: translateY(-0.7rem);
  -ms-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
}

.contact-wrapper {
  padding: 5rem 0;
}
.contact-wrapper .widget-title {
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1E1E1F;
}
.contact-wrapper .gg-map-wrapper {
  height: 40rem;
  position: relative;
}
.contact-wrapper .gg-map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-wrapper .contact-widget {
  margin-bottom: 3rem;
}
.contact-wrapper .social-wrapper {
  margin-top: 30px;
}
.contact-wrapper .social-wrapper a {
  background-color: #ccc;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.contact-wrapper .social-wrapper a:hover:before {
  width: 100%;
}
.contact-wrapper .social-wrapper a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 3px;
}
.contact-wrapper .social-wrapper a .logo {
  z-index: 1;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}
.contact-wrapper .social-wrapper a .logo img {
  max-width: 25px;
}
.contact-wrapper .social-wrapper a .text {
  display: block;
  padding: 5px 20px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.pagination {
  margin-top: 1rem;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination ul li a {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  color: #2e384d;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #eaebf7;
  cursor: pointer;
}
.pagination ul li a:hover {
  background-color: #eaecfb;
}
.pagination ul li.active a {
  background-color: #D49D51;
  border-color: #D49D51;
  color: #fff;
}
.pagination ul li.active a:hover {
  background-color: #D49D51;
  border-color: #D49D51;
  color: #fff;
}

.primary-sidebar .sidebar-widget {
  margin-bottom: 3rem;
}
.primary-sidebar .sidebar-widget .card-header {
  background-color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  padding: 0.5rem 1.5rem;
  min-height: 5.6rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eaebf7;
}
.primary-sidebar .sidebar-widget .card-header .card-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #0a1f44;
  margin-bottom: 0;
}
.primary-sidebar .sidebar-widget.search-widget .dcg-search-form {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.primary-sidebar .sidebar-widget.search-widget .dcg-search-form input {
  border: 1px solid #eaebf7;
  height: 39px;
  background-color: #fff;
  -webkit-flex-basis: calc(100% - 10rem);
  -moz-flex-basis: calc(100% - 10rem);
  -ms-flex-basis: calc(100% - 10rem);
  flex-basis: calc(100% - 10rem);
  max-width: calc(100% - 10rem);
  width: 100%;
  padding: 15px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
.primary-sidebar .sidebar-widget.search-widget .dcg-search-form button {
  height: 39px;
  padding: 0.5rem 1rem;
  -webkit-flex-basis: 10rem;
  -moz-flex-basis: 10rem;
  -ms-flex-basis: 10rem;
  flex-basis: 10rem;
  max-width: 10rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
  width: auto;
  display: inline-block;
  white-space: normal;
  -webkit-appearance: button;
}
.primary-sidebar .sidebar-widget.categories-widget .card-body {
  padding: 0 !important;
}
.primary-sidebar .sidebar-widget.categories-widget ul li {
  border: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eaebf7;
  line-height: 2;
  padding: 1.2rem 2rem;
}
.primary-sidebar .sidebar-widget.categories-widget ul li a {
  color: #0a1f44;
}
.primary-sidebar .sidebar-widget.categories-widget ul li a:hover {
  color: #EDC575;
}
.primary-sidebar .sidebar-widget.products-widget .featured-product-list .featured-product-item {
  margin-bottom: 1rem;
}
.primary-sidebar .sidebar-widget.products-widget .featured-product-list .featured-product-item:last-child {
  margin-bottom: 0;
}

.page-title-wrapper {
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 10rem 0;
}
.page-title-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  z-index: -1;
  background-color: #d49d51;
  opacity: 0.6;
}
.page-title-wrapper .page-title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .page-title-wrapper .page-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 574px) {
  .page-title-wrapper .page-title {
    font-size: 2rem;
  }
}

.single-product-wrapper {
  padding-bottom: 10rem;
  background-color: #fff;
  overflow: hidden;
}
.single-product-wrapper .woocommerce-breadcrumb {
  margin-bottom: 3rem;
}
.single-product-wrapper .entry-title {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
.single-product-wrapper .product-meta {
  margin-bottom: 1rem;
}
.single-product-wrapper .yith-wcwl-add-to-wishlist {
  margin: 1rem 0;
}
.single-product-wrapper .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}
.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  background-color: #fff;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  text-align: center;
  line-height: 6rem;
  z-index: 1;
  border-radius: 6rem;
}
.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  display: none !important;
}
.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\f00e";
  font-family: "FontAwesome";
  color: #8f8f8f;
  font-size: 1.8rem;
}
.single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs li {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 4px 2px;
}
.single-product-wrapper .single-product-summary-card {
  margin-bottom: 3rem;
}
.single-product-wrapper .value.woo-variation-items-wrapper {
  padding: 1rem 0;
}
.single-product-wrapper .entry-summary .price {
  display: block;
  font-size: 3rem;
  font-weight: 500;
  color: #0a1f44;
  margin-bottom: 1rem;
}
.single-product-wrapper .entry-summary .price ins, .single-product-wrapper .entry-summary .price .woocommerce-Price-amount {
  text-decoration: none;
  font-size: 3rem;
}
.single-product-wrapper .entry-summary .price del {
  margin-right: 0.5rem;
  color: #636d8c;
}
.single-product-wrapper .entry-summary .price del .woocommerce-Price-amount {
  font-size: 2rem;
}
.single-product-wrapper .entry-summary .widget-spec li {
  color: #636d8c;
}
.single-product-wrapper .entry-summary .widget-spec li i {
  margin-right: 1rem;
}
.single-product-wrapper .entry-summary .variations_form.cart .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product-wrapper .entry-summary .variations_form.cart .woocommerce-variation-add-to-cart .quantity {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
.single-product-wrapper .entry-summary .variations_form.cart .woocommerce-variation-add-to-cart .quantity input {
  height: 4.5rem;
}
.single-product-wrapper .entry-summary .variations_form.cart .woocommerce-variation-add-to-cart button {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%;
  padding: 0.5rem;
  height: 4.5rem;
}
.single-product-wrapper .entry-summary .cart:not(.variations_form) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product-wrapper .entry-summary .cart:not(.variations_form) .quantity {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
.single-product-wrapper .entry-summary .cart:not(.variations_form) .quantity input {
  height: 4.5rem;
}
.single-product-wrapper .entry-summary .cart:not(.variations_form) button {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%;
  max-width: 70%;
  padding: 0.5rem;
  height: 4.5rem;
}
.single-product-wrapper .reviews-detail .rating-overview {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.single-product-wrapper .reviews-detail .rating-overview .average-rating {
  color: #f5c40e;
  font-weight: 700;
  font-size: 20px;
  margin-right: 7px;
  line-height: 0.8;
}
@media (max-width: 374px) {
  .single-product-wrapper .reviews-detail .rating-overview .average-rating {
    display: none;
  }
}
.single-product-wrapper .reviews-detail .rating-overview .review-count {
  font-weight: 700;
  font-size: 14px;
  color: #444;
  margin-left: 5px;
  line-height: 0.8;
}
.single-product-wrapper .reviews-detail .rating-overview .rating-star {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 8rem;
  font-family: FontAwesome, sans-serif !important;
}
.single-product-wrapper .reviews-detail .rating-overview .rating-star:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  color: #d3ced2;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.single-product-wrapper .reviews-detail .rating-overview .rating-star span {
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.single-product-wrapper .reviews-detail .rating-overview .rating-star span:before {
  color: #f5c40e;
  content: "\f005 \f005 \f005 \f005 \f005";
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.single-product-wrapper .reviews-detail .review-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.single-product-wrapper .reviews-detail .review-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.single-product-wrapper .reviews-detail .review-list li:last-child {
  margin-bottom: 0;
}
.single-product-wrapper .reviews-detail .review-list .count-star {
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-basis: 50px;
  flex-basis: 50px;
  max-width: 50px;
}
@media (max-width: 424px) {
  .single-product-wrapper .reviews-detail .review-list .count-star {
    -webkit-flex-basis: 40px;
    -moz-flex-basis: 40px;
    -ms-flex-basis: 40px;
    flex-basis: 40px;
    max-width: 40px;
  }
}
.single-product-wrapper .reviews-detail .review-list .count-star .star {
  font-size: 14px;
  display: block;
  width: 14px;
  text-align: right;
  position: relative;
  font-weight: 700;
}
.single-product-wrapper .reviews-detail .review-list .count-star .star:after {
  position: absolute;
  top: 4px;
  right: -20px;
  height: 12px;
  line-height: 1;
  font-size: 12px;
  font-family: FontAwesome, sans-serif !important;
  content: "\f005";
  color: #f5c40e;
}
@media (max-width: 424px) {
  .single-product-wrapper .reviews-detail .review-list .count-star .star:after {
    right: -15px;
  }
}
.single-product-wrapper .reviews-detail .review-list .timeline-star {
  background-color: #eee;
  height: 4px;
  position: relative;
  -webkit-flex-basis: 160px;
  -moz-flex-basis: 160px;
  -ms-flex-basis: 160px;
  flex-basis: 160px;
  max-width: 160px;
}
@media (max-width: 424px) {
  .single-product-wrapper .reviews-detail .review-list .timeline-star {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
    max-width: 100px;
  }
}
.single-product-wrapper .reviews-detail .review-list .timeline-star .timing {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: #f5c40e;
}
.single-product-wrapper .reviews-detail .review-list .review-detail {
  font-size: 14px;
  font-weight: 700;
  padding-left: 20px;
  -webkit-flex-basis: calc(100% - 210px);
  -moz-flex-basis: calc(100% - 210px);
  -ms-flex-basis: calc(100% - 210px);
  flex-basis: calc(100% - 210px);
  max-width: calc(100% - 210px);
}
@media (max-width: 767px) {
  .single-product-wrapper .reviews-detail .review-list .review-detail span {
    display: none;
  }
}
@media (max-width: 424px) {
  .single-product-wrapper .reviews-detail .review-list .review-detail {
    padding-left: 10px;
    -webkit-flex-basis: calc(100% - 140px);
    -moz-flex-basis: calc(100% - 140px);
    -ms-flex-basis: calc(100% - 140px);
    flex-basis: calc(100% - 140px);
    max-width: calc(100% - 140px);
  }
}
.single-product-wrapper .product-info-wrapper .card-header {
  padding: 0.8rem 2.4rem;
  min-height: 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
.single-product-wrapper .product-info-wrapper .card-header .card-title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.8rem;
  color: #0A1F44;
}
.single-product-wrapper .product-info-wrapper .marketplace-content .widget-spec li {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  display: flex;
}
.single-product-wrapper .product-info-wrapper .marketplace-content .widget-spec li a {
  color: #636d8c;
}
.single-product-wrapper .product-info-wrapper .marketplace-content .widget-spec li a:hover {
  color: #EDC575;
}
.single-product-wrapper .product-info-wrapper .marketplace-content .widget-spec li .w-40 {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 40%;
  font-weight: 500;
}
.single-product-wrapper .product-info-wrapper .marketplace-content .widget-spec li .w-60 {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
.single-product-wrapper .woocommerce-tabs {
  margin-bottom: 3rem;
}
.single-product-wrapper .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin-bottom: -0.1rem;
}
.single-product-wrapper .woocommerce-tabs ul.tabs li a {
  padding: 1rem 2rem 1.2rem 2rem;
  display: block;
  margin: 0 0.8rem 0 0;
  border: 1px solid #eaebf7;
  border-bottom: 0;
  background: #e2e4f1;
  border-radius: 0.5rem 0.5rem 0 0;
  font-size: 1.6rem;
  border-bottom: 0;
}
.single-product-wrapper .woocommerce-tabs ul.tabs li.active a {
  background: #fff;
  border: 0.1rem solid #dbddf1;
  border-bottom: 0;
}
.single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  padding: 2rem;
  border: 0.1rem solid #dbddf1;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.single-product-wrapper .related.products > h2 {
  margin-bottom: 3rem;
}
.single-product-wrapper .related.products .products .slick-slide {
  margin: 0 5px;
}
.single-product-wrapper .related.products .products .slick-list {
  margin: 0 -5px;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review {
  box-shadow: none;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-avatar {
  -webkit-flex-basis: 4.5rem;
  -moz-flex-basis: 4.5rem;
  -ms-flex-basis: 4.5rem;
  flex-basis: 4.5rem;
  max-width: 4.5rem;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-avatar .avatar {
  max-width: 4.5rem;
  max-height: 4.5rem;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta {
  -webkit-flex-basis: calc(100% - 4.5rem);
  -moz-flex-basis: calc(100% - 4.5rem);
  -ms-flex-basis: calc(100% - 4.5rem);
  flex-basis: calc(100% - 4.5rem);
  max-width: calc(100% - 4.5rem);
  padding-left: 1rem;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .meta {
  margin-bottom: 0.3rem;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .meta .woocommerce-review__verified {
  margin-left: 0.5rem;
  font-size: 1.2rem;
  color: #2ba832;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 8rem;
  font-family: "FontAwesome";
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .star-rating:before {
  content: "\f006 \f006 \f006 \f006 \f006";
  color: #d3ced2;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  padding-top: 2rem;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-meta .star-rating span:before {
  color: #f5c40e;
  content: "\f005 \f005 \f005 \f005 \f005";
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.single-product-wrapper .woocommerce-Reviews .commentlist .review .comment_container .comment-text {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 2rem;
}
.single-product-wrapper #review_form_wrapper .comment-reply-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars {
  margin-bottom: 1rem;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars.selected a:before {
  color: #f5c40e !important;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span:hover a:before {
  color: #f5c40e;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  margin-right: 4px;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a:hover ~ a:before, .single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a.active ~ a:before {
  color: #d3ced2 !important;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a:hover:before, .single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a.active:before {
  color: #f5c40e !important;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-rating p.stars span a:before {
  color: #d3ced2;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  content: "\f005";
  font-size: 16px;
}
.single-product-wrapper #review_form_wrapper #review_form .comment-form-comment {
  margin-bottom: 1.5rem;
}
.single-product-wrapper #review_form_wrapper #review_form .form-submit {
  margin-bottom: 0;
}
.single-product-wrapper .product-out-links {
  margin-top: 3rem;
}
.single-product-wrapper .product-out-links .product-links li {
  margin-bottom: 3rem;
}
.single-product-wrapper .product-out-links .product-links li:last-child {
  margin-bottom: 0;
}
.single-product-wrapper .product-out-links .product-links li .product-link {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 10rem;
  line-height: 5.5rem;
  padding: 0 3rem 0 6.7rem;
  font-size: 2rem;
  font-weight: 500;
  color: #434343;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #fff;
}
.single-product-wrapper .product-out-links .product-links li .product-link:hover {
  border: 1px solid #EDEDED;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
}
.single-product-wrapper .product-out-links .product-links li .product-link .logo {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEDED;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}

.order-wrapper {
  padding: 1rem;
}

.yith-wcan-filters .filters-container form {
  border-radius: 0.4rem;
  border: 1px solid #dbddf1;
  box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
  background-color: #fff;
}
.yith-wcan-filters .filters-container form .yith-wcan-filter {
  margin-bottom: 0;
}
.yith-wcan-filters .filters-container form .yith-wcan-filter .filter-title {
  font-weight: 500;
  font-size: 1.8rem;
  color: #0a1f44;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
  border-bottom: 1px solid #eaebf7;
  min-height: 5.6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content {
  padding: 2.4rem;
  border-bottom: 1px solid #eaebf7;
}
.yith-wcan-filters .filters-container form .yith-wcan-filter .filter-content .filter-items .filter-item.checkbox a {
  margin-left: 0.5rem;
}

.woocommerce-shop .site-main, .tax-product_cat .site-main, .tax-product_tag .site-main {
  background-color: #fff;
  padding-bottom: 5rem;
}

.woocommerce-products-header {
  border-bottom: 1px solid #dbddf1;
  border-top: 1px solid #dbddf1;
  background-color: #fff;
  margin-bottom: 5rem;
}
.woocommerce-products-header .woocommerce-products-header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-products-header .woocommerce-products-header__title {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
}
.woocommerce-products-header .woocommerce-breadcrumb-wrapper {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5rem;
  padding: 1.2rem 0;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  text-align: right;
}

.dcg-before-shop-loop-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem;
  border: 1px solid #dbddf1;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 3rem;
}
.dcg-before-shop-loop-wrapper .woocommerce-result-count {
  margin: 0;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  font-size: 1.4rem;
  color: #0a1f44;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dcg-before-shop-loop-wrapper .woocommerce-result-count {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.dcg-before-shop-loop-wrapper .woocommerce-ordering {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .dcg-before-shop-loop-wrapper .woocommerce-ordering {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.dcg-before-shop-loop-wrapper .woocommerce-ordering select {
  padding: 0.5rem 1.5rem;
  max-width: 100%;
  width: 100%;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}

.woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  color: #2e384d;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #eaebf7;
  cursor: pointer;
}
.woocommerce-pagination .page-numbers li span.current {
  background-color: #EDC575;
  border-color: #EDC575;
  color: #fff;
}
.woocommerce-pagination .page-numbers li a:hover {
  background-color: #eaecfb;
}

#searchModal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0;
}
#searchModal .modal-dialog .modal-content .modal-body form {
  width: 100%;
  position: relative;
}
#searchModal .modal-dialog .modal-content .modal-body form ::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.42);
}
#searchModal .modal-dialog .modal-content .modal-body form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.42);
}
#searchModal .modal-dialog .modal-content .modal-body form ::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
#searchModal .modal-dialog .modal-content .modal-body form input {
  width: 100%;
  height: 5rem;
  border-radius: 0.5rem;
  background-color: #2c2c2c;
  border: 0;
  padding: 1rem 6.5rem 1rem 2rem;
  color: #fff;
}
#searchModal .modal-dialog .modal-content .modal-body form button {
  background-color: #EDC575;
  border-radius: 0.5rem;
  height: 5rem;
  width: 5rem;
  border: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
#searchModal .modal-dialog .modal-content .modal-body form button:hover {
  background-color: #ddad4e;
  border-color: #ddad4e;
}

.products-wrapper {
  padding: 4rem 0;
}
@media (max-width: 991px) {
  .products-wrapper .section-header {
    margin-bottom: 3rem;
  }
}
.products-wrapper .section-header .section-title {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #1E1E1F;
  margin-bottom: 1.5rem;
}
.products-wrapper .section-header .section-subtitle {
  font-size: 4rem;
  color: #1E1E1F;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .products-wrapper .section-header .section-subtitle {
    font-size: 3rem;
  }
}
.products-wrapper #productTabContent {
  margin-top: 5rem;
}
.products-wrapper #productTab {
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .products-wrapper #productTab {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.products-wrapper #productTab .nav-item {
  margin: 0 0 1rem 1rem;
}
@media (max-width: 991px) {
  .products-wrapper #productTab .nav-item {
    margin: 1rem 1rem 0 0;
  }
}
.products-wrapper #productTab .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 2rem;
  font-weight: 500;
  color: #0A0A0A;
  background-color: #F0F0F0;
  border-radius: 10rem;
  padding: 1.9rem 2.4rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1199px) {
  .products-wrapper #productTab .nav-item .nav-link {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 991px) {
  .products-wrapper #productTab .nav-item .nav-link {
    font-size: 1.8rem;
  }
}
.products-wrapper #productTab .nav-item .nav-link:hover {
  background-color: #b0b0b0;
}
.products-wrapper #productTab .nav-item .nav-link.active {
  background-color: #D49D51;
  color: #fff;
}

.product-item {
  margin-bottom: 3rem;
}
.product-item .product-thumbnail {
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 1.5rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.product-item .product-thumbnail:hover img.attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-item .product-thumbnail:hover .action-buttons {
  opacity: 1;
}
.product-item .product-thumbnail img.attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.product-item .product-thumbnail .onsale {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 1.3rem;
  background-color: #CC020D;
  z-index: 2;
  height: 2.9rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 2.9rem;
}
.product-item .product-thumbnail .action-buttons {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, 0.17);
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-thumbnail .action-buttons .action-button, .product-item .product-thumbnail .action-buttons .added_to_cart.wc-forward {
  margin: 0 0.6rem;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  line-height: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-thumbnail .action-buttons .action-button:hover, .product-item .product-thumbnail .action-buttons .added_to_cart.wc-forward:hover {
  -webkit-transform: translateY(-0.7rem);
  -moz-transform: translateY(-0.7rem);
  -ms-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
.product-item .product-thumbnail .action-buttons .action-button img, .product-item .product-thumbnail .action-buttons .added_to_cart.wc-forward img {
  height: auto;
  width: auto;
}
.product-item .product-thumbnail .action-buttons .add_to_cart_button.added {
  display: none;
}
.product-item .product-thumbnail .action-buttons .add_to_cart_button.loading img {
  display: none;
}
.product-item .product-thumbnail .action-buttons .add_to_cart_button.loading:before {
  font-family: FontAwesome;
  content: "\f1ce";
  display: block;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  color: #000;
  font-size: 1.8rem;
}
.product-item .product-thumbnail .action-buttons .added_to_cart.wc-forward {
  font-size: 0;
}
.product-item .product-thumbnail .action-buttons .added_to_cart.wc-forward:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #000;
  display: block;
  font-size: 1.8rem;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist.exists .feedback {
  display: none;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist.exists a {
  font-size: 0;
  margin: 0 0.6rem;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  line-height: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist.exists a:before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #000;
  display: block;
  font-size: 1.8rem;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  margin: 0 0.6rem;
  display: block;
  width: 5rem;
  height: 5rem;
  background-color: #FFFFFF;
  border-radius: 5rem;
  line-height: 5rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover {
  -webkit-transform: translateY(-0.7rem);
  -moz-transform: translateY(-0.7rem);
  -ms-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
  content: "";
  display: block;
  background-image: url("../images/heart.png");
  background-size: 22px 19px;
  width: 22px;
  height: 19px;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist i {
  display: none;
}
.product-item .product-thumbnail .action-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span {
  display: none;
}
.product-item .woocommerce-loop-product__title {
  font-weight: 500;
  color: #1E1E1F;
  font-size: 20px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.product-item .woocommerce-loop-product__title:hover {
  color: #D49D51;
}
.product-item .woocommerce-loop-product__title a {
  color: inherit;
}
.product-item .price {
  margin-bottom: 1.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  line-height: 1;
}
.product-item .price ins {
  display: block;
  order: 1;
  margin-right: 1rem;
}
.product-item .price del {
  display: block;
  order: 2;
}
.product-item .price ins, .product-item .price .woocommerce-Price-amount {
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 600;
  color: #D49D51;
}
.product-item .price del {
  color: #696969;
}
.product-item .price del .woocommerce-Price-amount {
  font-size: 1.6rem;
  font-weight: 300;
  color: #696969;
}
.product-item .pa {
  font-size: 1.8rem;
  color: #1E1E1F;
  margin-bottom: 0;
  font-weight: 400;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 1800px) {
  .promotion-wrapper .promotion-container {
    max-width: 1720px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.promotion-wrapper .promotion {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.6rem;
  overflow: hidden;
  padding: 8rem 0 4rem 0;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion {
    padding: 4rem 0;
  }
}
.promotion-wrapper .promotion .promotion-content {
  padding-top: 4rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content {
    margin-bottom: 4rem;
  }
}
.promotion-wrapper .promotion .promotion-content .promotion-title {
  font-size: 2rem;
  font-weight: 400;
  color: #5A5A5A;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content .promotion-title {
    margin-bottom: 1rem;
  }
}
.promotion-wrapper .promotion .promotion-content .product-title {
  font-size: 4rem;
  font-weight: 700;
  color: #1E1E1F;
  margin-bottom: 6rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content .product-title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}
.promotion-wrapper .promotion .promotion-content .product-title:hover {
  color: #D49D51;
}
.promotion-wrapper .promotion .promotion-content .product-title a {
  color: inherit;
}
.promotion-wrapper .promotion .promotion-content .price {
  line-height: 1.2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content .price {
    margin-bottom: 3rem;
  }
}
.promotion-wrapper .promotion .promotion-content .price span.sale-price {
  font-size: 5rem;
  font-weight: 600;
  color: #D49D51;
  display: inline-block;
  margin-right: 4rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content .price span.sale-price {
    font-size: 3rem;
    margin-right: 2rem;
  }
}
.promotion-wrapper .promotion .promotion-content .price span.regular-price {
  font-size: 3.5rem;
  font-weight: 600;
  color: #BABABA;
  text-decoration: line-through;
  display: inline-block;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content .price span.regular-price {
    font-size: 2rem;
  }
}
.promotion-wrapper .promotion .promotion-content p.price {
  font-size: 5rem;
  font-weight: 600;
  color: #D49D51;
  display: inline-block;
  margin-right: 4rem;
}
.promotion-wrapper .promotion .promotion-content .deal-hot {
  font-size: 2rem;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: 1rem;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p {
  margin-bottom: 0;
  margin-right: 4.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p {
    margin-right: 1.8rem;
  }
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:nth-child(3) span:first-child:before, .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:nth-child(3) span:first-child:after {
  background-color: #D49D51;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:last-child span:first-child, .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:last-child span:last-child {
  color: #D49D51;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  color: #1E1E1F;
  position: relative;
  text-align: center;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:before, .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:after {
  content: "";
  height: 0.4rem;
  width: 0.4rem;
  display: block;
  border-radius: 0.4rem;
  background-color: #A5A5A5;
  position: absolute;
  right: -2.3rem;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:before, .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:after {
    right: -1.2rem;
  }
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:before {
  top: 4.5rem;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:first-child:after {
  top: 5.5rem;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p span:last-child {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1E1E1F;
  text-align: center;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:last-child {
  margin-right: 0;
}
.promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:last-child span:first-child:before, .promotion-wrapper .promotion .promotion-content #deal-hot-count-down p:last-child span:first-child:after {
  content: none;
}
@media (max-width: 991px) {
  .promotion-wrapper .promotion-img {
    text-align: center;
  }
}
.promotion-wrapper .promotion-img img {
  max-width: 53rem;
  max-height: 54rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .promotion-wrapper .promotion-img img {
    max-width: 30rem;
  }
}

.about-wrapper {
  padding: 4rem 0;
}
.about-wrapper .about-img {
  text-align: center;
}
.about-wrapper .about-content {
  padding-top: 10rem;
}
.about-wrapper .about-content .section-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #D49D51;
  text-transform: uppercase;
  position: relative;
  padding-left: 5.5rem;
}
.about-wrapper .about-content .section-title:before {
  content: "";
  background-size: 37px 32px;
  background-image: url("../images/mini-logo.png");
  width: 37px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-wrapper .about-content .section-title:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 3.8rem;
  background-color: rgba(10, 10, 10, 0.37);
  position: absolute;
  top: -0.4rem;
  left: 4.4rem;
}
.about-wrapper .about-content .section-subtitle {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1E1E1F;
}
.about-wrapper .about-content .section-content {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1E1E1F;
  margin-bottom: 3rem;
}
.about-wrapper .about-content .section-content p {
  margin-bottom: 2rem;
}

.stores-wrapper {
  padding: 4rem 0 8rem 0;
}
.stores-wrapper .section-title {
  font-size: 4.5rem;
  font-weight: 400;
  color: #1E1E1F;
  margin-bottom: 3rem;
}
.stores-wrapper .section-desc {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1E1E1F;
  margin-bottom: 4rem;
}
.stores-wrapper .content-wrapper {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .stores-wrapper .content-wrapper {
    margin-bottom: 3rem;
    padding-top: 0;
  }
}
.stores-wrapper .marketplaces-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.stores-wrapper .marketplaces-wrapper .marketplace {
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 0.75rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 767px) {
  .stores-wrapper .marketplaces-wrapper .marketplace {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.stores-wrapper .marketplaces-wrapper .marketplace-link {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10rem;
  line-height: 5.5rem;
  padding: 0 6rem 0 7rem;
  font-size: 2rem;
  font-weight: 500;
  color: #434343;
  white-space: nowrap;
  border: 1px solid #EFEFEF;
}
.stores-wrapper .marketplaces-wrapper .marketplace-link .logo {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEDED;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.stores-wrapper .img-wrapper img {
  width: auto;
  height: auto;
}

.blog-wrapper {
  padding: 5rem 0;
}
.blog-wrapper .section-header {
  text-align: center;
  color: #1E1E1F;
  max-width: 70rem;
  margin: 0 auto 5rem auto;
}
.blog-wrapper .section-header .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .blog-wrapper .section-header .section-title {
    font-size: 2.5rem;
  }
}
.blog-wrapper .section-header .section-desc {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.blog-wrapper .button-wrapper {
  margin-top: 5rem;
  text-align: center;
}

.blog-item .featured-media .featured-media-inner {
  position: relative;
  padding-bottom: 60%;
  background-color: #fcfcfc;
  overflow: hidden;
  border-radius: 1.6rem;
}
.blog-item .featured-media .featured-media-inner:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-item .featured-media .featured-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}
.blog-item .featured-media .featured-media-inner .entry-time {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  left: 1.5rem;
  border-radius: 0.8rem;
  background-color: #fff;
  width: 7.1rem;
  height: 7.1rem;
  text-align: center;
  padding: 1.3rem 0.5rem;
}
.blog-item .featured-media .featured-media-inner .entry-time span {
  display: block;
}
.blog-item .featured-media .featured-media-inner .entry-time span.date {
  font-size: 2.9rem;
  font-weight: 700;
  color: #1E1E1F;
  line-height: 2.5rem;
  margin-bottom: 0.3rem;
}
.blog-item .featured-media .featured-media-inner .entry-time span.month {
  font-size: 1.8rem;
  font-weight: 400;
  color: #1E1E1F;
  line-height: 1.8rem;
}
.blog-item .post-inner {
  padding: 1.5rem;
}
.blog-item .post-inner .entry-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #363A47;
  margin-bottom: 1rem;
}
.blog-item .post-inner .entry-title:hover {
  color: #D49D51;
}
.blog-item .post-inner .entry-title a {
  color: inherit;
}
.blog-item .post-inner .entry-excerpt {
  font-weight: 400;
  color: #363A47;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64.8px;
}

.product-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-list-item .product-thumbnail {
  -webkit-flex-basis: 10rem;
  -moz-flex-basis: 10rem;
  -ms-flex-basis: 10rem;
  flex-basis: 10rem;
  max-width: 10rem;
}
.product-list-item .product-thumbnail .thumbnail {
  padding-bottom: 100%;
  position: relative;
}
.product-list-item .product-thumbnail .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.product-list-item .product-details {
  -webkit-flex-basis: calc(100% - 10rem);
  -moz-flex-basis: calc(100% - 10rem);
  -ms-flex-basis: calc(100% - 10rem);
  flex-basis: calc(100% - 10rem);
  max-width: calc(100% - 10rem);
  padding-left: 1rem;
}
.product-list-item .product-details .entry-title {
  font-weight: 500;
  color: #1E1E1F;
  font-size: 18px;
  line-height: 1.2;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 43.2px;
  margin-bottom: 0.5rem;
}
.product-list-item .product-details .entry-title:hover {
  color: #D49D51;
}
.product-list-item .product-details .entry-title a {
  color: inherit;
}
.product-list-item .product-details .prices .regular-price {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  color: #D49D51;
}
.product-list-item .product-details .prices .sale-price {
  color: #696969;
  font-size: 1.6rem;
  text-decoration: line-through;
}

.images-wrapper {
  overflow: hidden;
  padding: 3rem 0;
}
.images-wrapper .image-item .img-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.images-wrapper .image-item .img-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.images-wrapper .image-item .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.testimonial-wrapper {
  overflow: hidden;
  padding: 5rem 0;
}
.testimonial-wrapper .section-header {
  text-align: center;
  color: #1E1E1F;
  max-width: 70rem;
  margin: 0 auto 11rem auto;
}
.testimonial-wrapper .section-header .section-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .testimonial-wrapper .section-header .section-title {
    font-size: 2.5rem;
  }
}
.testimonial-wrapper .section-header .section-desc {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}
.testimonial-wrapper .testimonial-slick .slick-slide {
  margin: 5rem 1.5rem;
}
.testimonial-wrapper .testimonial-slick .slick-list {
  margin: -5rem -1.5rem;
}
.testimonial-wrapper .testimonial-slick .slick-arrow {
  width: 6.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
  border-radius: 6.5rem;
  background-color: #F2F2F2;
  padding: 0;
  border: 0;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 35%;
  font-size: 0;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-slick .slick-arrow {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    top: 43%;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-slick .slick-arrow {
    display: none !important;
  }
}
.testimonial-wrapper .testimonial-slick .slick-arrow:before {
  font-family: FontAwesome;
  font-size: 3rem;
  color: #898989;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-slick .slick-arrow:before {
    font-size: 2.5rem;
  }
}
.testimonial-wrapper .testimonial-slick .slick-arrow.slick-prev {
  left: -13rem;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-slick .slick-arrow.slick-prev {
    left: -2.2rem;
  }
}
.testimonial-wrapper .testimonial-slick .slick-arrow.slick-prev:before {
  content: "\f104";
}
.testimonial-wrapper .testimonial-slick .slick-arrow.slick-next {
  right: -13rem;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-slick .slick-arrow.slick-next {
    right: -2.2rem;
  }
}
.testimonial-wrapper .testimonial-slick .slick-arrow.slick-next:before {
  content: "\f105";
}
.testimonial-wrapper .testimonial-slick .slick-current + .slick-active .comment-item:before {
  background-image: url("../images/quote-color.png");
}
.testimonial-wrapper .comment-item {
  background-color: #FFFFFF;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
  padding: 2.7rem 3.8rem;
  border-radius: 1rem;
  position: relative;
}
.testimonial-wrapper .comment-item:before {
  content: "";
  position: absolute;
  top: -3.4rem;
  right: 3.4rem;
  width: 7.6rem;
  height: 6.7rem;
  background-size: 7.6rem 6.7rem;
  background-image: url("../images/quote-white.png");
}
.testimonial-wrapper .comment-item .rating-star {
  overflow: hidden;
  position: relative;
  height: 2rem;
  line-height: 1;
  font-size: 2rem;
  width: 10.2rem;
  margin-bottom: 2rem;
  font-family: FontAwesome, sans-serif !important;
}
.testimonial-wrapper .comment-item .rating-star:before {
  content: "\f006\f006\f006\f006\f006";
  color: #D49D51;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  letter-spacing: 0.2rem;
}
.testimonial-wrapper .comment-item .rating-star span {
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.testimonial-wrapper .comment-item .rating-star span:before {
  color: #D49D51;
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  letter-spacing: 0.2rem;
}
.testimonial-wrapper .comment-item .comment-content {
  font-size: 1.8rem;
  font-weight: 400;
  color: #363A47;
  line-height: 1.3;
}
.testimonial-wrapper .comment-item .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonial-wrapper .comment-item .author .avatar {
  width: 7.3rem;
  height: 7.3rem;
  border-radius: 7.3rem;
  overflow: hidden;
  -webkit-flex-basis: 7.3rem;
  -moz-flex-basis: 7.3rem;
  -ms-flex-basis: 7.3rem;
  flex-basis: 7.3rem;
  max-width: 7.3rem;
}
.testimonial-wrapper .comment-item .author .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-wrapper .comment-item .author .info {
  -webkit-flex-basis: calc(100% - 7.3rem);
  -moz-flex-basis: calc(100% - 7.3rem);
  -ms-flex-basis: calc(100% - 7.3rem);
  flex-basis: calc(100% - 7.3rem);
  max-width: calc(100% - 7.3rem);
  padding-left: 2.5rem;
  color: #363A47;
}
.testimonial-wrapper .comment-item .author .info .name {
  margin-bottom: 0;
  font-size: 2.2rem;
}
.testimonial-wrapper .comment-item .author .info .desc {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
}

.brand-wrapper {
  padding: 5rem 0;
}
.brand-wrapper .brands-slick .brand-item .logo-wrapper {
  height: 10.5rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.brand-wrapper .brands-slick .brand-item .logo-wrapper img {
  max-height: 10.5rem;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .brand-wrapper .brands-slick .brand-item .logo-wrapper img {
    max-height: 5rem;
  }
}

@media (min-width: 1800px) {
  .footer-wrapper .footer-main-wrapper .footer-container {
    max-width: 1720px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.72);
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-logo {
  text-align: center;
  border-bottom: 1px dashed #707070;
  padding: 5.5rem 0;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-logo img {
  max-width: 16.7rem;
  max-height: 7.6rem;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget {
  position: relative;
  padding: 0 3rem 0 3rem;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget {
    margin-bottom: 3rem;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-1 {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%;
  max-width: 30%;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-1 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-1 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-2 {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-2 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-2 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-2 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-3 {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-basis: 17%;
  flex-basis: 17%;
  max-width: 17%;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-3 {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-3 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-3 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-4 {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-basis: 31%;
  flex-basis: 31%;
  max-width: 31%;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-4 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget:last-child:before {
  content: none;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget:before {
  content: "";
  position: absolute;
  display: block;
  top: 4rem;
  height: 15rem;
  right: 0;
  width: 1px;
  background-color: rgba(112, 112, 112, 0.25);
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget.footer-widget-1 .widget-title {
  font-size: 2.9rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .widget-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1E1E1F;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .contact-list li {
  position: relative;
  padding-left: 2.7rem;
  font-size: 2rem;
  color: #1E1E1F;
  margin-bottom: 1rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .contact-list li span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.5rem;
  text-align: center;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .contact-list li span i {
  color: #D49D51;
  font-size: 1.5rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .footer-links li {
  font-size: 2rem;
  color: #1E1E1F;
  margin-bottom: 1rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .footer-links li a {
  color: #1E1E1F;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .footer-links li a:hover {
  color: #D49D51;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.75rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 574px) {
  .footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace-link {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 10rem;
  line-height: 5.5rem;
  padding: 0 6rem 0 7rem;
  font-size: 2rem;
  font-weight: 500;
  color: #434343;
  white-space: nowrap;
}
.footer-wrapper .footer-main-wrapper .footer-widgets-wrapper .footer-widgets .footer-widget .marketplaces-wrapper .marketplace-link .logo {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EDEDED;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 1.2rem 0 3rem rgba(0, 0, 0, 0.13);
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all;
}
.footer-wrapper .copyright-wrapper {
  padding: 3.5rem 0;
}
.footer-wrapper .copyright-wrapper .copyright {
  text-align: center;
  font-size: 1.7rem;
  color: #696969;
}
.footer-wrapper .copyright-wrapper .copyright a {
  color: #696969;
}

/*# sourceMappingURL=style.css.map */
