.link-light {
  color: #ffffff;
}

.flex-grow-1 {
  flex-grow: 1;
}

.gap-3 {
  gap: 16px;
}

.smaller {
  font-size: 60%;
  font-weight: 400;
}

.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
@media screen and (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

.h-auto {
  height: auto;
}

.display-5 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.button.style-5 {
  font-size: 13px;
  padding: 8px 24px;
}
.button.style-6 {
  display: block !important;
  width: 100%;
  text-align: center;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 8px 24px !important;
}

@media screen and (max-width: 349px) {
  #site-header #site-logo img {
    height: 16vw;
  }
}
#site-header #main-nav > ul > li {
  padding: 0 12px;
}

.menu-socical-icon > li > a:after {
  content: attr(data-cart-count);
}

@media screen and (max-width: 479px) {
  #main-content .page-title .breadcrumbs {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
#main-content .page-title + .themesflat-section:last-child {
  min-height: 300px;
}

#footer .widget-logo .list-icon-socical > li {
  overflow: hidden;
}
#footer .widget-logo .list-icon-socical > li > a {
  display: block;
}

.themesflat-heading.h3 {
  font-family: "Lexend Deca", sans-serif;
  color: #0d0d0d;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}
.themesflat-heading.with-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .themesflat-heading.with-link {
    flex-direction: column;
    text-align: center;
  }
}
.themesflat-heading.with-link > a {
  float: none !important;
}
@media screen and (max-width: 479px) {
  .themesflat-heading.with-link > a {
    line-height: 3rem;
    margin: 12px 0 0 0;
  }
}
@media screen and (max-width: 479px) {
  .themesflat-heading.with-link > a:after {
    bottom: -8px;
  }
}
.themesflat-pagination ul li .page-numbers.prev, .themesflat-pagination ul li .page-numbers.next {
  width: 60px;
}
.themesflat-pagination ul li .page-numbers.prev:after, .themesflat-pagination ul li .page-numbers.next:after {
  content: none;
}
.themesflat-container .woocommerce-notices-wrapper > * {
  margin-bottom: 0;
}
.themesflat-container .woocommerce-notices-wrapper > * .button {
  position: relative;
  display: inline-block;
  border-radius: 0;
  background-color: #0d0d0d;
  font-size: 13px;
  font-weight: 400;
  line-height: inherit;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 24px;
  margin: 0 14px 0 0;
  cursor: pointer;
}

section.slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
}
@media screen and (max-width: 479px) {
  section.slider .swiper-slide {
    height: 70vh;
  }
}
section.slider .swiper-slide .swiper-content {
  padding: 64px 0;
}
section.slider .swiper-slide .swiper-content .caption {
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  section.slider .swiper-slide .swiper-content .caption {
    line-height: 3rem;
  }
}
section.slider .swiper-slide .swiper-content .heading {
  font-size: 72px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  section.slider .swiper-slide .swiper-content .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  section.slider .swiper-slide .swiper-content .heading:after {
    content: none;
  }
}
@media screen and (max-width: 576px) {
  section.slider .swiper-slide .swiper-content .heading span {
    font-size: 5rem;
    line-height: 5rem;
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  section.banner .banner-content {
    padding: 48px 12px;
  }
}
@media screen and (max-width: 767px) {
  section.banner .banner-content {
    padding: 64px 12px 52px;
  }
}
section.banner .banner-content .date {
  line-height: 40px;
}
section.banner .banner-content .tittle {
  font-size: 32px;
  line-height: 40px;
}
section.banner .banner-content h2.tittle {
  font-size: 24px;
  line-height: 28px;
}
section.banner .banner-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  section.banner .banner-img {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  section.banner .banner-img {
    padding: 0 0 12px 0;
  }
}
section.banner.style-2 .bg-color-banner {
  top: 44px;
  height: 95%;
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .bg-color-banner {
    top: 0;
    height: 100%;
  }
}
section.banner.style-2 .themesflat-container {
  min-height: 456px;
}
@media screen and (max-width: 991px) {
  section.banner.style-2 .themesflat-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .themesflat-container {
    min-height: unset;
  }
}
section.banner.style-2 .themesflat-container > .row > div:first-child {
  align-self: flex-end;
  padding-right: 0;
  padding-bottom: 3%;
}
@media screen and (max-width: 1199px) {
  section.banner.style-2 .themesflat-container > .row > div:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .themesflat-container > .row > div:first-child {
    padding-right: 15px;
  }
}
section.banner.style-2 .themesflat-container > .row > div:last-child {
  padding-top: 44px;
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .themesflat-container > .row > div:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.banner.style-2 .themesflat-container > .row > div .banner-img {
  position: relative;
  top: unset !important;
  bottom: unset !important;
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .themesflat-container > .row > div .banner-img {
    padding: 24px 0;
  }
}
@media screen and (max-width: 1199px) {
  section.banner.style-2 .themesflat-container > .row > div .banner-img.img-1 {
    margin-left: 0;
  }
}
section.banner.style-2 .themesflat-container > .row > div .banner-img.img-2 {
  float: left;
  margin-left: 0;
}
@media screen and (max-width: 1409px) {
  section.banner.style-2 .themesflat-container > .row > div .banner-img.img-2 {
    float: none;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .themesflat-container > .row > div .banner-img.img-2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) {
  section.banner.style-2 .themesflat-container > .row > div .banner-img a {
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  section.banner.style-2 .img-content {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  section.banner.style-2 .banner-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
section.banner.style-2 .banner-content .tittle {
  font-weight: 300;
  font-size: 48px;
  line-height: 42px;
}
section.banner.style-2 .banner-content .content {
  line-height: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  section.product .woocommerce-ordering {
    float: left;
  }
}
@media screen and (max-width: 479px) {
  section.product .woocommerce-ordering {
    float: none;
  }
}
section.product .product-item .product-content .product-title-price-old {
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.category .category-item {
    width: calc(50% - 30px);
    margin: 0 0 50px 30px;
  }
}
@media screen and (max-width: 479px) {
  section.category .category-item {
    width: calc(100% - 0px);
    margin: 0 0 30px 0;
  }
}
section.category .category-item .category-title {
  font-family: "Lexend Deca", sans-serif;
  color: #0d0d0d;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}
section.newletter {
  background: #333333;
  padding: 200px 0 120px;
}
section.newletter:before {
  top: 120px;
  transform: translateX(-50%);
}
section.newletter .heading {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 4px;
}
section.newletter .content {
  margin-bottom: 24px;
}
section.newletter .wpcf7-not-valid-tip {
  background: rgba(0, 0, 0, 0.45);
  padding: 4px;
}
section.newletter .wpcf7-response-output {
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
}

.breadcrumbs > li:not(:last-child) {
  margin-right: 12px;
}

.pageDescription > *:last-child {
  margin-bottom: 0;
}

.product-label {
  background-color: #808080;
}
@media screen and (max-width: 1099px) {
  .product-label {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 479px) {
  .product-label {
    top: unset;
    bottom: 0;
    transform: none;
  }
}
.product-label.style-1 {
  top: 0;
  right: unset;
  left: 5%;
  display: inline-block;
  width: auto;
  padding: 0 6px;
  transform: none;
}
.product-price {
  text-align: center;
  margin: 0;
}
.product-detail .woocommerce-notices-wrapper {
  margin-bottom: 48px;
}
.product-detail .woocommerce-notices-wrapper > * {
  margin: 0;
}

@media screen and (max-width: 349px) {
  .filter-floating-wrapper {
    right: 8px;
  }
}
@media screen and (max-height: 767px) {
  .filter-floating-wrapper {
    bottom: 12px;
  }
}
.filter-floating-wrapper .filter-panel {
  max-height: calc(100vh - 180px);
  overflow: auto;
}
@media screen and (max-width: 349px) {
  .filter-floating-wrapper .filter-panel {
    max-width: calc(100vw - 16px);
  }
}
@media screen and (max-height: 767px) {
  .filter-floating-wrapper .filter-panel {
    max-height: calc(100vh - 108px);
  }
}
.filter-floating-wrapper .filter-panel .filter-group .label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #0d0d0d;
}
.filter-floating-wrapper .filter-panel > button.btn-apply {
  min-height: 35px;
}
.filter-floating-wrapper .filter-panel > button.btn-remove {
  background: #9d0000;
  margin: 0;
}

.page-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.page-overlay > img {
  display: none;
  width: 64px;
  height: 64px;
}
.page-overlay.show {
  opacity: 1;
  visibility: visible;
}
.page-overlay.loading > img {
  display: block;
}

.infor-product .infor {
  width: 100%;
  padding: 0;
}
.infor-product .infor h1 {
  margin-bottom: 16px !important;
}
.infor-product .img .img-top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .infor-product .img .img-top {
    text-align: center;
  }
}
.infor-product .img .img-top .product-label {
  transform: none;
  top: 0;
  left: 0;
  right: unset;
}
.infor-product .img .img-thumnail {
  display: flex;
  gap: 12px;
  padding: 0 0 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}
.infor-product .img .img-thumnail::-webkit-scrollbar {
  width: 100%;
  height: 8px;
}
.infor-product .img .img-thumnail::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.infor-product .img .img-thumnail::-webkit-scrollbar-thumb {
  background: #cc3333;
  border-radius: 10px;
  cursor: grab;
}
.infor-product .img .img-thumnail img {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  margin: 0;
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}
.infor-product .img + .infor {
  width: 48%;
  padding-left: 5.2%;
}
@media screen and (max-width: 767px) {
  .infor-product .img + .infor {
    width: 100%;
    padding: 0;
  }
}
.infor-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
}
.infor-product-badges .product-label {
  display: block !important;
  text-align: center !important;
  margin: 0 !important;
}
.infor-product-badges a.product-label {
  cursor: pointer !important;
}
.infor-product .product-price {
  text-align: left;
  font-size: 24px !important;
  margin-bottom: 24px !important;
}
.infor-product .variants .variant-title {
  font-size: 18px;
}
.infor-product .variants .variant-list {
  flex-wrap: wrap;
}
.infor-product .variants .variant-list .variant-item-wrapper {
  position: relative;
}
.infor-product .variants .variant-list .variant-item-wrapper .variant-label {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 2;
  max-width: 90vw;
  width: 124px;
  background-color: #0d0d0d;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  padding: 3px 6px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s, opacity 0.3s, top 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .infor-product .variants .variant-list .variant-item-wrapper .variant-label {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    color: #0d0d0d;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .infor-product .variants .variant-list .variant-item-wrapper .variant-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 6px;
  }
}
@media screen and (min-width: 768px) {
  .infor-product .variants .variant-list .variant-item-wrapper .variant-item:hover + .variant-label {
    top: -4px;
    opacity: 1;
    visibility: visible;
  }
}
.infor-product .variants .variant-list .variant-item-wrapper.disabled .variant-item {
  opacity: 0.5;
}
.infor-product .product-quantity .label {
  font-size: 18px;
}
@media screen and (max-width: 479px) {
  .infor-product .options-button {
    text-align: center;
  }
}
.infor-product .options-button .button {
  position: relative;
  display: inline-block;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  padding: 12px 33px 12px 33px;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .infor-product .options-button .button {
    max-width: 100%;
    width: 224px;
    margin: 0 0 12px 0;
  }
}
.infor-product .options-button .button.style-3 {
  font-size: 13px;
  padding: 8px 70px;
}
.infor-product .options-button .button.style-4 {
  padding: 8px 54px 7px 57px;
  font-size: 13px;
  font-weight: 500;
}
.infor-product .options-button .button.color-2 {
  background-color: #0d0d0d;
}
.infor-product .options-button .button.color-4 {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.infor-product form.cart:before, .infor-product form.cart:after {
  content: none !important;
}
.infor-product form.cart .variants select {
  margin-bottom: 0;
}
.infor-product form.cart .quantity {
  float: none !important;
}
.infor-product form.cart .single_variation {
  margin-bottom: 16px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-enable-field {
  float: none;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-enable-field label {
  order: 1;
  float: none;
  padding: 0 0 0 8px;
  margin: 0;
  cursor: pointer;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-enable-field input {
  order: 0;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-items-content {
  float: none;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items .gtw-product-gift-wrapper-item {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-items-content .gtw-product-gift-wrapper-items .gtw-product-gift-wrapper-item img {
  width: 100%;
  height: auto;
  margin: 0;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-fields .gtw-gift-wrapper-field {
  float: none;
  margin: 12px 0;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-fields .gtw-gift-wrapper-field label {
  float: none;
  margin: 0 0 4px;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-fields .gtw-gift-wrapper-field textarea {
  height: 80px;
  color: #0d0d0d;
  padding: 6px 12px;
  margin: 0;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-fields .gtw-gift-wrapper-field .gtw-gift-wrapper-validate-message {
  font-size: 1.35rem;
  margin: 0;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-total-payable-content {
  float: none;
  width: 100%;
  font-size: 1.9rem;
  margin: 16px 0;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-total-payable-content label {
  float: none;
}
.infor-product form.cart .gtw-product-gift-wrapper .gtw-product-gift-wrapper-total-payable-content span {
  float: none;
  font-weight: 600;
  color: #958e09;
}

.woocommerce a.button,
.woocommerce button.button {
  position: relative;
  display: inline-block;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  text-transform: uppercase;
  padding: 12px 33px 12px 33px;
  cursor: pointer;
}
.woocommerce a.button.style-3,
.woocommerce button.button.style-3 {
  font-size: 13px;
  padding: 8px 70px;
}
.woocommerce a.button.style-4,
.woocommerce button.button.style-4 {
  padding: 8px 54px 7px 57px;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce a.button.style-5,
.woocommerce button.button.style-5 {
  font-size: 13px;
  padding: 8px 24px;
}
.woocommerce a.button.color-1,
.woocommerce button.button.color-1 {
  background-color: #cc3333;
  color: #ffffff;
}
.woocommerce a.button.color-2,
.woocommerce button.button.color-2 {
  background-color: #0d0d0d;
}
.woocommerce a.button.color-4,
.woocommerce button.button.color-4 {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.woocommerce section.banner .banner-img:before {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.woocommerce section.banner.banner-shop .banner-img:before {
  max-width: 164px;
  width: 12vw;
  max-height: 164px;
  height: 12vw;
  font-size: 2rem;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .woocommerce section.banner.banner-shop .banner-img:before {
    width: 16vw;
    height: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce section.banner.banner-shop .banner-img:before {
    width: 20vw;
    height: 20vw;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce section.banner.banner-shop .banner-img:before {
    width: 32vw;
    height: 32vw;
  }
}
@media screen and (max-width: 349px) {
  .woocommerce section.banner.banner-shop .banner-img:before {
    width: 128px;
    height: 128px;
    font-size: 1.75rem;
  }
}
.woocommerce-cart table.cart tr > th,
.woocommerce-cart table.cart tr > td {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart tr > th,
  .woocommerce-cart table.cart tr > td {
    text-align: left !important;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart tr > th:before,
  .woocommerce-cart table.cart tr > td:before {
    display: block;
    float: none !important;
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-cart table.cart tr > th:first-child,
  .woocommerce-cart table.cart tr > td:first-child {
    width: 320px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-cart table.cart tr > th:first-child,
  .woocommerce-cart table.cart tr > td:first-child {
    width: 400px;
  }
}
@media screen and (min-width: 1199px) {
  .woocommerce-cart table.cart tr > th:first-child,
  .woocommerce-cart table.cart tr > td:first-child {
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart tr > th:not(:first-child),
  .woocommerce-cart table.cart tr > td:not(:first-child) {
    border-top: none;
    padding-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart table.cart tr > th:not(:last-child),
  .woocommerce-cart table.cart tr > td:not(:last-child) {
    border-bottom: none;
    padding-bottom: 4px;
  }
}
.woocommerce-cart table.cart tr > th .product-item,
.woocommerce-cart table.cart tr > td .product-item {
  align-items: flex-start;
}
.woocommerce-cart table.cart tr > th .product-item img,
.woocommerce-cart table.cart tr > td .product-item img {
  width: 64px;
  height: auto;
}
.woocommerce-cart table.cart tr > th .product-item .title-product .gtw-cart-item-link-wrapper,
.woocommerce-cart table.cart tr > td .product-item .title-product .gtw-cart-item-link-wrapper {
  font-size: 1.3rem;
  margin: 4px 0 0;
}
.woocommerce-cart table.cart tr > th .product-item .title-product .gtw-cart-item-link-wrapper a,
.woocommerce-cart table.cart tr > td .product-item .title-product .gtw-cart-item-link-wrapper a {
  color: #cc3333;
}
.woocommerce-cart table.cart tr > th .product-item .title-product .gtw-cart-item-link-wrapper a:hover,
.woocommerce-cart table.cart tr > td .product-item .title-product .gtw-cart-item-link-wrapper a:hover {
  text-decoration: underline;
}
.woocommerce-cart table.cart tr > th .variation,
.woocommerce-cart table.cart tr > td .variation {
  border-top: 1px solid #d0d0d0;
  padding: 4px 0 0;
  margin: 4px 0 0;
}
.woocommerce-cart table.cart tr > th .price-inner,
.woocommerce-cart table.cart tr > td .price-inner {
  font-size: 16px;
}
.woocommerce-cart table.cart tr > th .quantity input.qty,
.woocommerce-cart table.cart tr > td .quantity input.qty {
  width: 100px;
  color: #0d0d0d;
  padding: 12px;
}
.woocommerce-cart table.cart tr > th .remove:hover,
.woocommerce-cart table.cart tr > td .remove:hover {
  background: transparent !important;
  color: #0d0d0d !important;
}
.woocommerce-cart table.cart thead tr th {
  font-size: 16px;
}
.woocommerce-cart table.cart tfoot tr td {
  height: auto;
}
.woocommerce-cart table.cart tfoot tr td.actions .coupon input, .woocommerce-cart table.cart tfoot tr td.actions .coupon button {
  width: auto !important;
}
.woocommerce-cart-form + .cart-collaterals .themesflat-heading {
  font-size: 2.5rem;
}
.woocommerce-cart-form + .cart-collaterals table tr th {
  width: 45%;
  font-size: 16px;
}
.woocommerce-cart-form + .cart-collaterals table tr td {
  width: 55%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart-form + .cart-collaterals table tr td {
    width: 100%;
  }
}
.woocommerce-cart-form + .cart-collaterals table .cart-discount .woocommerce-remove-coupon {
  color: #cc3333;
}
.woocommerce-cart-form + .cart-collaterals table .woocommerce-shipping-totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #cc3333;
}
.woocommerce-page .select2-search__field {
  margin: 0;
}
.woocommerce-page .form-row {
  width: 50% !important;
  float: none !important;
  padding: 0 12px !important;
  margin: 0 0 12px !important;
}
@media screen and (max-width: 575px) {
  .woocommerce-page .form-row {
    width: 100% !important;
  }
}
.woocommerce-page .form-row.form-row-wide, .woocommerce-page .form-row.notes {
  width: 100% !important;
}
.woocommerce-page .form-row label {
  line-height: 1.5 !important;
}
.woocommerce-page .form-row .select2-container {
  min-height: 36px;
}
.woocommerce-page label.checkbox {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}
.woocommerce-page label.checkbox input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
}
.woocommerce-page label.checkbox span {
  font-size: 1.5rem;
  font-weight: 400;
}
.woocommerce-form-coupon {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.woocommerce-form-coupon input {
  width: auto !important;
  flex-grow: 1;
  color: #0d0d0d;
  margin: 0;
}
.woocommerce-form-coupon span {
  display: block !important;
  width: 100%;
  font-size: 1.5rem !important;
  margin: 0 !important;
}
.woocommerce-form-coupon-toggle .showcoupon {
  color: #cc3333;
}
.woocommerce-checkout .themesflat-heading {
  font-size: 2.5rem;
}
.woocommerce-checkout-review-order-table a {
  color: #cc3333;
}
.woocommerce-checkout-review-order-table .product-name .gtw-cart-item-link-wrapper {
  display: none;
}
.woocommerce-checkout-payment .wc_payment_methods {
  padding: 4px 16px 16px !important;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  padding: 12px 0 0 !important;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  margin-bottom: 0 !important;
}
.woocommerce-checkout-payment .place-order {
  padding: 16px;
}
.woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p {
  margin: 0 0 16px 0;
}
.woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p a {
  color: #cc3333;
  font-weight: 600;
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions {
  background: #ffffff;
  padding: 16px 24px;
}
.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions + .validate-required a {
  color: #cc3333;
  font-weight: 600;
}
.woocommerce-checkout-payment .place-order button#place_order {
  float: none !important;
}
.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-additional-fields, .woocommerce-address-fields {
  margin: 0 0 12px;
}
.woocommerce-billing-fields #ship-to-different-address, .woocommerce-shipping-fields #ship-to-different-address, .woocommerce-additional-fields #ship-to-different-address, .woocommerce-address-fields #ship-to-different-address {
  margin: 0 0 12px;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-shipping-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper, .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 6px;
}
.woocommerce-EditAccountForm, .woocommerce-ResetPassword {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 12px 6px;
}
.woocommerce-EditAccountForm fieldset, .woocommerce-ResetPassword fieldset {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-EditAccountForm fieldset legend, .woocommerce-ResetPassword fieldset legend {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0 12px;
  margin: 0 0 8px;
}
.woocommerce .woocommerce-order-overview.order_details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 24px;
}
@media screen and (max-width: 479px) {
  .woocommerce .woocommerce-order-overview.order_details {
    flex-direction: column;
  }
}
.woocommerce .woocommerce-order-overview.order_details:before, .woocommerce .woocommerce-order-overview.order_details:after {
  content: none !important;
}
.woocommerce .woocommerce-order-overview.order_details > li {
  float: none;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: #0d0d0d;
  padding: 0;
  margin: 0;
}
.woocommerce .woocommerce-order-overview.order_details > li > span {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
  font-weight: 300;
}
.woocommerce .woocommerce-order-details {
  margin: 32px 0 0 0;
}
.woocommerce .woocommerce-order .woocommerce-customer-details {
  margin: 32px 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  border: 1px solid #e0e0e0;
  padding: 1px 0 0 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
  display: block;
  padding: 0;
  margin: -1px 0 0 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  width: 100%;
  padding: 6px 12px;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:not(:last-child) > a {
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation > ul > li:hover > a {
  background-color: #0d0d0d;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content .themesflat-heading {
  font-size: 2.5rem;
}
.woocommerce-account .woocommerce-MyAccount-content table.order_details {
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  color: #cc3333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  border: 1px solid #e0e0e0;
  padding: 12px 20px;
}
.woocommerce-login-section .themesflat-heading {
  font-size: 2.5rem;
}
.woocommerce-login-section a {
  color: #cc3333;
}
.woocommerce-login-section .woocommerce-privacy-policy-text > p:last-child {
  margin: 0;
}
.woocommerce-bacs-bank-details {
  border-radius: 6px;
  background: #f1f1f1;
  padding: 8px 16px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
  font-size: 20px;
  line-height: 1.4;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 16px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  margin: 0 !important;
}
@media screen and (max-width: 479px) {
  .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    flex-direction: column;
  }
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details:before, .woocommerce-bacs-bank-details .wc-bacs-bank-details:after {
  content: none !important;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details > li {
  float: none !important;
  border: none;
  font-size: 1.25rem !important;
  font-weight: 500;
  color: #0d0d0d;
  padding: 0;
  margin: 0;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details > li > span {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
  font-weight: 300;
}

.contact .contact-inner .comment-form fieldset > div {
  margin-bottom: 0 !important;
}
.contact .contact-inner .comment-form fieldset > div input {
  margin-bottom: 0 !important;
}
.contact .contact-inner .comment-form fieldset .wpcf7-list-item {
  margin: 0;
}
.contact .contact-inner .comment-form fieldset .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.contact .contact-inner .comment-form fieldset .wpcf7-list-item > label > input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 8px 0 0;
}
.contact .contact-inner .comment-form fieldset .wpcf7-list-item > label a {
  color: #cc3333;
}
.contact .contact-inner .comment-form fieldset .wpcf7-list-item > label a:hover {
  text-decoration: underline;
}

.about-page .page-title .pageDescription h1 {
  font-size: 4rem;
  line-height: 4rem;
}
.about-page .page-title .pageDescription h2 {
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 24px;
}
.about-page .page-title .pageDescription p {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.about-page .about.themesflat-section {
  padding-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .gtw-popup-product-gift-wrapper-modal {
    max-height: calc(100vh - 140px) !important;
  }
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-header {
  float: none;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-header .gtw-popup-description:empty {
  display: none;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-product-gift-wrapper-description {
  float: none;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-items {
  min-height: unset;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-items .gtw-popup-product-gift-wrapper-item-lists {
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-items .gtw-popup-product-gift-wrapper-item-lists .gtw-popup-product-gift-wrapper-item {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: 0;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-items .gtw-popup-product-gift-wrapper-item-lists .gtw-popup-product-gift-wrapper-item img {
  margin: 0;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-product-gift-wrapper-content {
  float: none;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-fields .gtw-popup-product-gift-wrapper-fields-content {
  float: none;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-fields .gtw-popup-product-gift-wrapper-fields-content .gtw-gift-wrapper-field {
  float: none;
  margin: 12px 0 0;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-fields .gtw-popup-product-gift-wrapper-fields-content .gtw-gift-wrapper-field label {
  float: none;
  margin: 0 0 4px;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-fields .gtw-popup-product-gift-wrapper-fields-content .gtw-gift-wrapper-field textarea {
  height: 80px;
  color: #0d0d0d;
  padding: 6px 12px;
  margin: 0;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-content .gtw-popup-product-gift-wrapper-fields .gtw-popup-product-gift-wrapper-fields-content .gtw-gift-wrapper-field .gtw-gift-wrapper-validate-message {
  font-size: 1.35rem;
  margin: 0;
}
.gtw-popup-product-gift-wrapper-modal .gtw-popup-product-gift-wrapper-footer {
  float: none;
  margin: 20px 0 0 0;
}

.minicart {
  position: absolute;
  top: calc(100% - 24px);
  right: 12px;
  z-index: 99;
  display: block;
  width: 300px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 100% - 8px);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 12px 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 349px) {
  .minicart {
    right: 8px;
    max-width: calc(100vw - 16px);
  }
}
.minicart.visible, .minicart:hover {
  opacity: 1;
  visibility: visible;
}
.minicart > ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.minicart-item-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 8px !important;
}
.minicart-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.minicart-item-image {
  display: block;
  width: 48px;
  min-width: 48px;
}
.minicart-item-image img {
  float: none !important;
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.minicart-item-details {
  flex-grow: 1;
}
.minicart-item-details .minicart-item-title {
  display: block;
  font-size: 1.35rem;
  font-weight: 700 !important;
  line-height: 1.15;
  margin: 0 0 6px;
}
.minicart-item-details .gtw-cart-item-link-wrapper {
  display: none;
}
.minicart-item-details .variation {
  border: none !important;
  font-size: 1.3rem;
  line-height: 1.35;
  padding: 0 !important;
  margin: 0 0 2px !important;
}
.minicart-item-details .variation:before {
  content: none !important;
}
.minicart-item-details .variation:after {
  content: "";
  display: table;
  clear: both;
}
.minicart-item-details .variation > * {
  display: inline-block;
  float: left !important;
  padding: 0 !important;
  margin: 0 0 2px !important;
}
.minicart-item-details .variation dt {
  font-weight: 500 !important;
  padding-right: 4px !important;
  clear: left;
}
.minicart-item-details .variation p {
  margin: 0;
}
.minicart-item-details .quantity {
  display: block;
  font-weight: 500;
  color: #cc3333;
}
.minicart-item-details a.remove {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 1.35rem !important;
  font-weight: 400 !important;
  color: #cc3333 !important;
  text-align: left !important;
  margin: 4px 0 0 !important;
}
.minicart-item-details a.remove:hover {
  text-decoration: underline !important;
  color: #cc3333 !important;
}
.minicart .total {
  padding: 12px 0;
  margin: 0;
}
.minicart .total strong {
  font-weight: 600;
}
.minicart .total span {
  font-weight: 600;
  color: #cc3333;
}
.minicart .woocommerce-mini-cart__empty-message {
  font-weight: 500;
  padding: 4px 0 16px;
  margin: 0;
}

.sizes-guide-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.sizes-guide-popup.open {
  visibility: visible;
  opacity: 1;
}
.sizes-guide-popup-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: calc(100vw - 16px);
  width: 720px;
  max-height: calc(100% - 16px);
}
.sizes-guide-popup-close {
  height: 38px;
  min-height: 38px;
  font-size: 3rem;
  padding: 4px 20px;
}
.sizes-guide-popup-content {
  display: block;
  width: 100%;
  max-height: calc(100% - 38px);
  min-height: 40px;
  overflow: auto;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  background: #ffffff;
  padding: 16px 24px;
}
.sizes-guide-popup-content h4, .sizes-guide-popup-content p {
  margin-bottom: 12px;
}
.sizes-guide-popup-content table {
  line-height: 1.2;
  margin-bottom: 12px;
}
.sizes-guide-popup-content table td {
  padding: 6px 8px;
}
.sizes-guide-popup-content > *:last-child {
  margin-bottom: 0;
}

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