@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --global-font-family: "Raleway", sans-serif;
  --global-font-size: 1rem;
  --global-font-size-html: 16px;
  --global-font-weight: 400;
  --global-font-color: #242424;
  --global-background-color: #FFFFFF;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background: #242424;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #7C7C7C;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size-html);
  font-weight: var(--global-font-weight);
  color: var(--global-font-color);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--global-background-color);
  overflow-x: hidden;
}
body ::-moz-selection {
  background-color: #7C7C7C;
  color: #fff;
}
body ::selection {
  background-color: #7C7C7C;
  color: #fff;
}
body .container {
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0.938rem;
}
body .center {
  text-align: center;
}
body .wpb_raw_code.wpb_raw_html {
  margin-bottom: 0;
}
body .wpb_single_image {
  margin-bottom: 0;
}
body .wpb_text_column {
  margin-bottom: 0;
}
body .vc_icon_element {
  margin-bottom: 0;
}
body .hidden {
  display: none !important;
}
body .desk-hide {
  display: none !important;
}
body p {
  font-family: var(--global-font-family);
  font-size: var(--global-font-size);
  font-weight: var(--global-font-weight);
  margin: 0 0 1em !important;
}
body a {
  color: var(--global-font-color);
  text-decoration: none;
  box-shadow: none;
  transition: 0.4s;
}
body a:hover {
  color: #7C7C7C;
  transition: 0.4s;
}
body .margin-auto {
  margin-left: auto;
  margin-right: auto;
}
body .mg-bottom {
  margin-bottom: 2em;
}
body .mg-none {
  margin: 0 !important;
}
body .flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body .flex-row .col-1 {
  flex: 0 0 8.34%;
  width: 8.34%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-2 {
  flex: 0 0 16.67%;
  width: 16.67%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-3 {
  flex: 0 0 25%;
  width: 25%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-4 {
  flex: 0 0 33.33%;
  width: 33.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-5 {
  flex: 0 0 41.66%;
  width: 41.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-6 {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-7 {
  flex: 0 0 58.33%;
  width: 58.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-8 {
  flex: 0 0 66.66%;
  width: 66.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-9 {
  flex: 0 0 75%;
  width: 75%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-10 {
  flex: 0 0 83.33%;
  width: 83.33%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-11 {
  flex: 0 0 91.66%;
  width: 91.66%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .flex-row .col-12 {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 0.938rem;
  box-sizing: border-box;
}
body .vc_gitem-zone-a .vc_gitem-row-position-top, body .vc_gitem-zone-b .vc_gitem-row-position-top, body .vc_gitem-zone-a .vc_gitem-row-position-middle, body .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: relative;
  transform: translate(0, 0);
}
body .vc-gitem-zone-height-mode-auto:before {
  padding: 0;
}
body .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
body .no-pad {
  padding: 0 !important;
}
body .no-pad > .vc_column-inner {
  padding: 0 !important;
}
body header#masthead {
  padding: 1.25rem 0;
  position: relative;
  z-index: 99;
  width: 100%;
  transition: all 0.4s;
}
body header#masthead.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
}
body header#masthead.sticky .header-main .logo img {
  width: 60%;
}
body header#masthead.sticky .header-main ul.menu-wrapper li.menu-item a {
  font-size: 1rem;
}
body header#masthead .header-main {
  padding: 0.5rem 0;
}
body header#masthead .header-main .flex-row {
  align-items: center;
  justify-content: space-between;
}
body header#masthead .header-main .flex-row > div {
  padding: 0;
}
body header#masthead .header-main .logo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body header#masthead .header-main .logo img {
  transition: all 0.4s;
  height: auto;
}
body header#masthead .header-main ul.menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.222rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item {
  list-style: none;
  position: relative;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a {
  padding-right: 1rem;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 0;
  font-size: 0.8em;
  transition: all 0.3s;
  color: #242424;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.menu-item-has-children > a:hover::after {
  rotate: 180deg;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a {
  color: #7C7C7C;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item.current-menu-item > a:before {
  left: 0;
  width: 100%;
  right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  color: var(--global-font-color);
  transition: 0.4s;
  position: relative;
  padding: 0.2rem 0;
  font-weight: 400;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  bottom: 0;
  background: #7C7C7C;
  height: 2px;
  transition: all 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover {
  color: #7C7C7C;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item a:hover:before {
  left: 0;
  right: 0;
  width: 100%;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu {
  position: absolute;
  top: 125%;
  transform: translateY(10px);
  transition: 0.2s;
  width: 220px;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  height: 0;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.18);
  border-top: 2px solid #7C7C7C;
  display: block;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #fff;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: #242424;
  letter-spacing: 0;
  transition: 0.4s;
  transform: perspective(1px) translateZ(0);
  display: block;
  position: relative;
  font-size: 1em;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: capitalize;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:before {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item a:hover {
  background: #7C7C7C;
  color: #fff;
  transition: 0.4s;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item ul.sub-menu li.menu-item:last-child {
  border-bottom: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item button.sub-menu-toggle {
  display: none;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
body header#masthead .header-main ul.menu-wrapper li.menu-item:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: none;
  transition: 0.4s;
}
body header#masthead .header-main .header-options ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body header#masthead .header-main .header-options ul li {
  margin-right: 0.938rem;
}
body header#masthead .header-main .header-options ul li:last-child {
  margin-right: 0;
}
body header#masthead .header-main .header-options ul li.search-icon svg {
  width: 25px;
  height: 25px;
}
body nav#mm-menu .mm-navbar .mm-navbar__title {
  background: #7C7C7C;
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body nav#mm-menu .mm-navbar .mm-btn::before {
  border-color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar {
  background: #7C7C7C;
}
body nav#mm-menu .mm-panels .mm-panel .mm-navbar a.mm-navbar__title {
  font-size: 1.2rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #FFF;
}
body nav#mm-menu .mm-panels .mm-panel ul#primary-menu-list li {
  font-size: 1.1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
}
body #content .vc_row {
  margin: 0;
}
body #content .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
body #content .vc_section {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 4.444rem 0;
}
body #content .vc_section[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .vc_section .vc_row[data-vc-full-width].vc_hidden {
  opacity: 1;
}
body #content .max-80 {
  max-width: 80%;
}
body #content .max-90 {
  max-width: 90%;
}
body #content .m-auto {
  margin: 0 auto;
}
body #content .mg-bottom {
  margin-bottom: 1.875rem;
}
body #content .full-img > .vc_figure {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper {
  display: block !important;
}
body #content .full-img > .vc_figure > .vc_single_image-wrapper img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: auto;
  width: 100%;
  max-width: initial !important;
}
body #content .desk-hidden {
  display: none;
}
body #content .wht-head {
  color: #fff !important;
}
body #content .wht-txt p {
  color: #fff !important;
}
body #content .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
body #content .main-head {
  font-size: 3.75rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #242424;
  margin-bottom: 1.167rem;
}
body #content .main-head b {
  font-weight: 500;
  color: #7C7C7C;
}
body #content .sub-head {
  font-size: 1.875rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #7C7C7C;
  margin-bottom: 0.5rem;
  margin-top: 0.5em;
}
body #content ul {
  padding-left: 1.5rem;
  margin-bottom: 0.5em;
}
body #content ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .txt ul {
  padding-left: 1.5rem;
}
body #content .txt ul li {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .txt p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .txt p strong {
  color: #7C7C7C;
  font-weight: 700;
}
body #content .txt a {
  color: var(--global-font-color);
  transition: 0.4s;
  font-size: inherit;
}
body #content .txt a:hover {
  opacity: 0.8;
}
body #content .justify-center {
  justify-content: center;
}
body #content .btn-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body #content .btn {
  margin-bottom: 0;
}
body #content .btn a {
  background: #7C7C7C;
  color: #fff;
  border: 1px solid #7C7C7C;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border: 1px solid #7C7C7C;
  border-radius: 0;
  font-weight: 600;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn a:hover {
  background: #fff;
  color: #7C7C7C;
}
body #content .btn-2 {
  margin-bottom: 0;
}
body #content .btn-2 a {
  background: transparent;
  color: #fff;
  border: 1px solid #FFF !important;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border: 1px solid #7C7C7C;
  border-radius: 0;
  font-weight: 600;
  padding: 0.806rem 3.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .btn-2 a:hover {
  background: #fff;
  color: #242424;
}
body #content .page-header {
  background: #242424;
  padding: 0.8rem;
  margin-bottom: 4.444rem;
}
body #content .page-header .page-title {
  margin: 0;
  font-size: 2.8rem;
  color: #fff;
}
body #content .page-header .page-header-container .page-sub-title {
  font-size: 3rem;
  font-family: var(--global-font-family);
  font-weight: 500;
  color: #fff;
  margin: 0.5rem 0 0 0;
}
body #content .page-header .page-header-container .page-title {
  font-size: 1.5rem;
  font-family: var(--global-font-family);
  font-weight: 600;
  color: #7C7C7C;
  margin: 0;
}
body #content .page-header--has-banner {
  position: relative;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body #content .page-header--has-banner .page-header__bg {
  position: absolute;
  background-attachment: fixed;
  background-position: center;
  inset: 0;
  background-image: var(--banner-url);
  background-size: cover;
  background-position: center;
  z-index: 0;
}
body #content .page-header--has-banner .page-header__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
body #content .page-header--has-banner .page-header-container {
  position: relative;
  z-index: 1;
}
body #content .hero-sec ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 2%;
}
body #content .hero-sec ul.slick-dots li {
  margin: 0;
}
body #content .hero-sec ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 50px;
  height: 2px;
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  transition: background 0.4s;
  transition: all 0.4s;
}
body #content .hero-sec ul.slick-dots li.slick-active button {
  background: #fff;
  width: 80px;
  height: 5px;
}
body #content .timeless-sec .timeless-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
body #content .timeless-sec .timeless-row > .wpb_column > .vc_column-inner > .wpb_wrapper:hover .txt {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.3%, rgba(0, 0, 0, 0.8) 70.79%);
  padding-bottom: 3rem;
}
body #content .timeless-sec .timeless-row .txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.3%, rgba(0, 0, 0, 0.8) 92.79%);
  width: 100%;
  display: flex;
  align-items: end;
  padding: 2rem;
  transition: all 0.4s;
}
body #content .timeless-sec .timeless-row .main-head {
  color: #fff;
}
body #content {
  /* WooCommerce */
}
body #content .woocommerce-content ul {
  padding-left: 0;
}
body #content .woocommerce-content nav.woocommerce-breadcrumb {
  font-family: "gazpachobold";
  font-size: 1rem;
  color: #242424;
  margin: 0;
  margin-bottom: 1rem;
}
body #content .woocommerce-content .page-title {
  font-family: var(--global-font-family);
  font-size: 2.2625rem;
  color: #242424;
  margin-bottom: 1rem;
}
body #content .woocommerce-content .woo-wrap {
  display: flex;
  gap: 1.875rem;
}
body #content .woocommerce-content .woo-wrap .woo-filters {
  width: 25%;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-toggle {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  padding: 0.3125rem;
  width: 100%;
  background: #242424;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .chosen-container {
  width: 100% !important;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-bar {
  background-color: #000;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-handle {
  border: 4px solid #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-from, body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-to {
  background-color: #000;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-from::before, body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .irs-to::before {
  border-top-color: #000;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .woof_block_html_items .woof_list li .woof_label_term.checked {
  background-color: #000;
  border-color: #000;
}
body #content .woocommerce-content .woo-wrap .woo-filters #filters-wrap .woof_redraw_zone .woof_container_inner .woof_block_html_items .woof_list li .woof_label_term:hover {
  background-color: #000;
  border-color: #000;
}
body #content .woocommerce-content .woo-wrap .woo-content {
  width: 75%;
}
body #content .woocommerce-content .woo-wrap .woo-content form.woocommerce-ordering select.orderby {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #242424;
  padding: 0.5rem;
  border: 0.0625rem solid #242424;
}
body #content .woocommerce-content .woo-wrap .woo-content .woof_products_top_panel .woof_products_top_panel_ul li .woof_reset_button_2 {
  background: #7C7C7C;
  color: #fff;
  border: 1px solid #7C7C7C;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 600;
  padding: 0.406rem 1.333rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .woocommerce-content .woo-wrap .woo-content .woof_products_top_panel .woof_products_top_panel_ul li .woof_remove_ppi {
  font-family: var(--global-font-family);
  font-size: 1.7625rem;
  color: #242424;
  margin-bottom: 1rem;
  background-position-y: 9px;
}
body #content .woocommerce-content .woo-wrap .woo-content .woof_products_top_panel .woof_products_top_panel_ul li ul li {
  font-family: var(--global-font-family);
  font-size: 1.7625rem;
  color: #242424;
  margin-bottom: 1rem;
  background-position-y: 9px;
}
body #content .woocommerce-content .woo-wrap .woo-content .upper-part a.button {
  font-family: var(--global-font-family);
  font-size: 1.05rem;
  color: #FFF;
  padding: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #242424;
  border-radius: 0 !important;
  background: #242424;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
body #content .woocommerce-content .woo-wrap .woo-content .upper-part a.button:hover {
  background: #FFF;
  color: #242424;
}
body #content .woocommerce-content .woo-wrap .woo-content .upper-part a.button:hover:before {
  background: url("../images/add-to-cart-black.png") no-repeat;
}
body #content .woocommerce-content .woo-wrap .woo-content .upper-part a.button:before {
  content: " ";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6%;
  background: url("../images/add-to-cart.png") no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}
body #content .woocommerce-content .woo-product {
  margin: 0 auto;
}
body #content .woocommerce-content .woo-product nav.woocommerce-breadcrumb {
  margin-bottom: 1.5625rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper span.onsale {
  font-size: 0.75rem;
  font-weight: normal;
  color: #242424;
  padding: 0.5rem;
  line-height: normal;
  min-width: initial;
  min-height: initial;
  position: absolute;
  z-index: 99;
  top: 4%;
  left: 43.6%;
  right: initial;
  border-radius: 0;
  background-color: #FFF;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery {
  float: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery .flex-viewport {
  flex: 0 0 75%;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav {
  flex: 0 0 24%;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav button.slick-arrow {
  width: 100%;
  font-size: 1.5rem;
  padding: 0;
  position: absolute;
  z-index: 9;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .woocommerce-product-gallery ol.flex-control-nav button.slick-arrow i {
  color: #fff;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary {
  float: none;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary h1.product_title {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 2.2625rem;
  color: #242424;
  margin-bottom: 1rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status {
  font-size: 0.75rem;
  display: inline-block;
  padding: 0.3125rem;
  margin-bottom: 0.9375rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status.instock {
  border: 0.0625rem solid #008000;
  background: #98FB98;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .stock-status.backorder {
  border: 0.0625rem solid #FF0000;
  background: #F69697;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price {
  margin-bottom: 1.25rem;
  margin-bottom: 0;
  font-family: var(--global-font-family);
  font-size: 1.563rem;
  font-weight: 400;
  color: #7C7C7C;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price .amount {
  font-family: var(--global-font-size);
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .price .amount .woocommerce-Price-currencySymbol {
  margin-right: 0.3125rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .woocommerce-product-details__short-description p {
  color: var(--global-font-color);
  font-family: var(--global-font-family);
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 400;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .wpcsc-size-charts-list .wpcsc-btn {
  font-weight: 600;
  text-decoration: underline;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart {
  margin-top: 1em;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .label {
  font-size: 1rem;
  font-weight: 600;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .value select {
  font-size: 1rem;
  padding: 0.1875rem;
  margin: 0;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart table.variations tbody .value .reset_variations {
  font-size: 1.125rem;
  color: #FFF;
  padding: 0.1875rem;
  border-radius: 0.3125rem;
  background: #FF0000;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .single_variation_wrap .woocommerce-variation p.stock {
  font-size: 1.125rem;
  color: #008000;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity {
  display: flex;
  align-items: center;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-minus, body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-plus {
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.56rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.2s all ease;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-minus:hover, body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-plus:hover {
  background: #ddd;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-minus {
  border-left: 1px solid #000;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity .qty-plus {
  border-right: 1px solid #000;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart .quantity input.qty {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #242424;
  padding: 0.6rem;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart button[type=submit] {
  background: #7C7C7C;
  text-transform: capitalize;
  transition: all 0.2s ease;
  color: #fff;
  border: 1px solid #7C7C7C;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 600;
  padding: 0.706rem 1.633rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary form.cart button[type=submit]:hover {
  background-color: #fff;
  color: #7C7C7C;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary button.woosw-btn {
  padding: 0;
  margin-bottom: 1.25rem;
  border: none !important;
  background: transparent;
  cursor: pointer;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary button.woosw-btn .woosw-btn-icon {
  font-size: 1.375rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #242424;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta .posted_in {
  font-weight: 700;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta .posted_in a {
  font-weight: 400;
  text-decoration: underline;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta .sku_wrapper {
  font-weight: 700;
}
body #content .woocommerce-content .woo-product .product .product-upper-wrapper .summary .product_meta .sku_wrapper .sku {
  font-weight: 400;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-top: 2.2rem;
  padding-left: 0.8rem;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews {
  margin-top: 2rem;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form {
  width: 50%;
  background: rgba(153, 153, 153, 0.2);
  padding: 1rem;
  border-radius: 18px;
  margin-top: 1rem;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-comment {
  display: flex;
  flex-direction: column;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-comment label {
  font-size: 1rem;
  line-height: 2;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-comment textarea {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #fff;
  color: #242424;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-author {
  display: flex;
  flex-direction: column;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-author label {
  font-size: 1rem;
  line-height: 2;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-author input {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  background: #fff;
  color: #242424;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-email {
  display: flex;
  flex-direction: column;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-email label {
  font-size: 1rem;
  line-height: 2;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-email input {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  background: #fff;
  color: #242424;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-cookies-consent label {
  font-size: 1rem;
  line-height: 2;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-cookies-consent input {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  background: #fff;
  color: #242424;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .form-submit input {
  background: #7C7C7C !important;
  color: #fff !important;
  border: 1px solid #7C7C7C !important;
  display: inline-block !important;
  z-index: 1 !important;
  position: relative !important;
  font-size: 1.125rem !important;
  font-family: var(--global-font-family) !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  padding: 0.706rem 1.633rem !important;
  text-align: center !important;
  transition: all 0.4s !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .comment-form-rating label {
  line-height: 2;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .tabs {
  display: flex;
  gap: 1rem;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .tabs::before {
  border-bottom: none;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .tabs li {
  border-radius: 10px;
  margin: 0;
  border: none;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .tabs li::before {
  width: 0;
  height: 0;
}
body #content .woocommerce-content .woo-product .product .woocommerce-tabs .tabs li::after {
  width: 0;
  height: 0;
}
body #content .woocommerce-content .woo-product .product .related > h2 {
  font-size: 2.55rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  color: #242424;
  margin-bottom: 1.167rem;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
body #content .woocommerce-content .woo-product .product .related ul.products li.product .upper-part a.button:before {
  content: " ";
  display: none;
}
body #content .woocommerce-cart-form .shop_table thead tr {
  background: #242424 !important;
  color: #fff;
}
body #content .woocommerce-cart-form .shop_table thead tr th {
  padding: 1rem;
}
body #content .woocommerce-cart-form .shop_table thead tr th.wc-block-cart-items__header-product {
  visibility: visible;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity {
  display: flex;
  align-items: center;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-minus, body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-plus {
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.56rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: 0.2s all ease;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-minus:hover, body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-plus:hover {
  background: #ddd;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-minus {
  border-left: 1px solid #000;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity .qty-plus {
  border-right: 1px solid #000;
}
body #content .woocommerce-cart-form .shop_table tbody tr .product-quantity .quantity input.qty {
  font-family: var(--global-font-family);
  font-size: 1rem;
  color: #242424;
  height: 2.5rem;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body #content .woocommerce-cart-form .shop_table tbody tr .button {
  background: #7C7C7C;
  text-transform: capitalize;
  transition: all 0.2s ease;
  color: #fff;
  border: 1px solid #7C7C7C;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 600;
  padding: 0.706rem 1.633rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .woocommerce-cart-form .shop_table tbody tr .button:hover {
  background-color: #fff;
  color: #7C7C7C;
}
body #content .woocommerce-cart-form .shop_table tbody tr .coupon {
  display: flex;
}
body #content .woocommerce-cart-form .shop_table tbody tr .coupon input {
  width: 50% !important;
}
body #content .cart-collaterals .cart_totals h2 {
  margin-bottom: 1rem;
}
body #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
  background: #7C7C7C;
  text-transform: capitalize;
  transition: all 0.2s ease;
  color: #fff;
  border: 1px solid #7C7C7C;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 600;
  padding: 0.706rem 1.633rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #fff;
  color: #7C7C7C;
}
body #content form.woocommerce-checkout {
  display: flex;
}
body #content form.woocommerce-checkout #customer_details {
  width: 100%;
  flex: 0 0 50%;
  padding: 0 1rem;
}
body #content form.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
  float: none;
}
body #content form.woocommerce-checkout #customer_details .col-2 {
  display: none;
}
body #content form.woocommerce-checkout #customer_details h3 {
  color: #000;
  font-family: var(--global-font-family);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin: 0 0 0.3rem;
  padding: 0 0 0.6rem;
  text-transform: capitalize;
  border-bottom: 2px solid #242424;
}
body #content form.woocommerce-checkout label {
  font-family: var(--global-font-family);
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: bold;
}
body #content form.woocommerce-checkout label .required {
  color: #ff0000;
}
body #content form.woocommerce-checkout input.input-text {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0.8rem;
  transition: 0.4s;
}
body #content form.woocommerce-checkout input.input-text:focus, body #content form.woocommerce-checkout input.input-text:active {
  border-color: #DA0001;
  transition: 0.4s;
}
body #content form.woocommerce-checkout select.country_select {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0.8rem;
  transition: 0.4s;
}
body #content form.woocommerce-checkout select.country_select:focus, body #content form.woocommerce-checkout select.country_select:active {
  border-color: #DA0001;
  transition: 0.4s;
}
body #content form.woocommerce-checkout .select2-container .select2-selection {
  border: 0;
  border-radius: 0;
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
body #content form.woocommerce-checkout .select2-container .select2-selection__rendered {
  font-family: var(--global-font-family);
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 0.8rem;
  font-weight: bold;
  transition: 0.4s;
}
body #content form.woocommerce-checkout .select2-container .select2-selection__rendered:focus, body #content form.woocommerce-checkout .select2-container .select2-selection__rendered:active {
  border-color: #DA0001;
  transition: 0.4s;
}
body #content form.woocommerce-checkout .select2-container .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: auto;
  right: 20px;
  width: 20px;
}
body #content form.woocommerce-checkout .select2-container .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: 0;
  margin-top: -4px;
  position: absolute;
  top: auto;
  width: 0;
}
body #content form.woocommerce-checkout .woocommerce-additional-fields h3 {
  display: none;
}
body #content form.woocommerce-checkout button.button {
  background: #7C7C7C;
  text-transform: capitalize;
  transition: all 0.2s ease;
  color: #fff;
  border: 1px solid #7C7C7C;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  border-radius: 0;
  font-weight: 600;
  padding: 0.706rem 1.633rem;
  text-align: center;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
body #content form.woocommerce-checkout button.button:hover {
  background-color: #fff;
  color: #7C7C7C;
}
body #content h3#order_review_heading {
  display: none;
}
body #content #order_review {
  flex: 0 0 50%;
  padding: 0 1rem;
}
body #content #order_review h3#review_heading {
  color: #000;
  font-family: var(--global-font-family);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin: 0 0 0.3rem;
  padding: 0 0 0.6rem;
  text-transform: capitalize;
  border-bottom: 2px solid #DA0001;
}
body #content #order_review table.shop_table {
  border: 0;
  border-collapse: collapse;
  border-radius: 5px;
  max-width: 870px;
  margin: 2rem auto;
}
body #content #order_review table.shop_table tr th {
  text-align: left;
}
body #content #order_review table.shop_table tr td {
  text-align: left;
}
body #content #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio {
  width: 15px;
  height: 15px;
}
body #content #order_review .woocommerce-checkout-payment .wc_payment_methods .payment_box .wc-credit-card-form .form-row input {
  font-size: 1rem;
}
body #content ul.products {
  margin: 0;
}
body #content ul.products li.product {
  position: relative;
}
body #content ul.products li.product:hover button.woosq-btn, body #content ul.products li.product:hover button.woosw-btn {
  visibility: visible;
  opacity: 1;
}
body #content ul.products li.product:hover .upper-part a.button {
  visibility: visible;
  opacity: 1;
}
body #content ul.products li.product .upper-part {
  position: relative;
}
body #content ul.products li.product .upper-part a.woocommerce-LoopProduct-link img {
  height: auto !important;
  margin-bottom: 0;
}
body #content ul.products li.product .upper-part a.button {
  font-family: var(--global-font-family);
  font-size: 1.25rem;
  color: #FFF;
  padding: 10px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #242424;
  border-radius: 0 !important;
  background: #242424;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
body #content ul.products li.product .upper-part a.button:hover {
  background: #FFF;
  color: #242424;
}
body #content ul.products li.product .upper-part a.button:hover:before {
  background: url("../images/add-to-cart-black.png") no-repeat;
}
body #content ul.products li.product .upper-part a.button:before {
  content: " ";
  width: 25px;
  height: 25px;
  position: absolute;
  left: 16%;
  background: url("../images/add-to-cart.png") no-repeat;
  background-size: cover !important;
  background-position: center center !important;
}
body #content ul.products li.product .upper-part span.sold-out-badge, body #content ul.products li.product .upper-part span.onsale {
  font-size: 0.75rem;
  font-weight: normal;
  color: #FFF;
  padding: 0.5rem;
  line-height: normal;
  min-width: initial;
  min-height: initial;
  position: absolute;
  z-index: 10;
  border-radius: 0;
  background-color: #FF0000;
  margin: 0;
}
body #content ul.products li.product .upper-part span.sold-out-badge {
  top: 0;
  left: 0;
  right: initial;
}
body #content ul.products li.product .upper-part span.onsale {
  top: 0;
  left: initial;
  right: 0;
}
body #content ul.products li.product h2.woocommerce-loop-product__title {
  font-family: var(--global-font-family);
  font-size: 1.475rem;
  font-weight: 500;
  color: #242424;
  padding: 0.625rem 0;
  text-align: center;
}
body #content ul.products li.product .price {
  margin-bottom: 0;
  text-align: center;
  font-family: var(--global-font-family);
  font-size: 1.563rem;
  font-weight: 400;
  color: #7C7C7C;
}
body #content ul.products li.product .price ins {
  text-decoration: none;
}
body #content ul.products li.product .price .amount {
  font-weight: 400;
}
body #content ul.products li.product .price .amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
body #content ul.products li.product a.added_to_cart {
  display: none;
}
body #content ul.products li.product button.woosq-btn {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 9;
  top: 5%;
  right: 5%;
  border: none !important;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
body #content ul.products li.product button.woosq-btn .woosq-btn-icon {
  font-size: 1.375rem;
}
body #content ul.products li.product button.woosw-btn {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  z-index: 9;
  top: 10%;
  right: 5%;
  border: none !important;
  background: transparent;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
body #content ul.products li.product button.woosw-btn .woosw-btn-icon {
  font-size: 1.375rem;
}
body #content ul.products li.product-type-variable a.button::before {
  left: 11% !important;
}
body #content .about-sec .about-row {
  width: 78%;
  margin: 0 auto !important;
}
body #content .about-sec .about-row .txt {
  line-height: 2rem;
}
body #content .services-sec .services-list-row .list {
  display: flex;
  justify-content: center;
  gap: 15rem;
  margin-top: 4rem;
}
body #content .services-sec .services-list-row .list .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body #content .services-sec .services-list-row .list .item i {
  font-size: 2.9rem;
  border: 1px solid;
  border-radius: 100%;
  padding: 1.3rem;
  transition: 0.2s all ease;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body #content .services-sec .services-list-row .list .item i:hover {
  background-color: #000;
  color: #fff;
}
body #content .crafting-section .crafting-row .crafting-col-2 .main-head {
  margin-top: 4rem;
}
body #content .crafting-section .crafting-row .crafting-col-2 .txt {
  line-height: 2rem;
}
body #content .contact-sec .contact-row .contact-col-1 .details {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 2rem;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail {
  display: flex;
  gap: 1rem;
  align-items: center;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail .icon {
  border: 1px solid;
  padding: 1rem;
  border-radius: 100%;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.2s all ease;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail .icon i {
  font-size: 1.3rem;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail .icon:hover {
  background-color: #000;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail .icon:hover i {
  color: #fff;
}
body #content .contact-sec .contact-row .contact-col-1 .details .detail p {
  margin: 0 0 0.5em;
  font-weight: 700;
  color: #7C7C7C;
}
body #content .contact-sec .contact-row .contact-col-2 > .vc_column-inner > .wpb_wrapper {
  background: rgba(153, 153, 153, 0.2);
  padding: 1rem;
  border-radius: 18px;
}
body #content .faqs-section .faqs-row .faq .faq-block .vc_tta-panel-heading {
  background-color: #fff;
  border: none;
}
body #content .faqs-section .faqs-row .faq .faq-block .vc_tta-panel-heading .vc_tta-panel-title a {
  padding-left: 1.5rem;
  font-size: 1.125rem;
}
body #content .faqs-section .faqs-row .faq .faq-block .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon {
  left: 96%;
}
body #content .faqs-section .faqs-row .faq .faq-block .vc_tta-panel-body {
  background-color: #fff;
  border: none;
}
body #content .faqs-section .faqs-row .faq .faq-block .vc_active .vc_tta-panel-heading {
  background-color: #fff;
  border: none;
}
body form.wpcf7-form {
  transition: all 0.4s;
}
body form.wpcf7-form p {
  margin-bottom: 0;
}
body form.wpcf7-form .flex-row {
  justify-content: center;
}
body form.wpcf7-form .form-group {
  padding-bottom: 1rem;
  width: 100%;
}
body form.wpcf7-form .form-group .input-wrapper .wpcf7-form-control-wrap .iti {
  width: 100%;
}
body form.wpcf7-form label {
  font-size: 1rem;
  line-height: 2;
}
body form.wpcf7-form label span {
  color: #7C7C7C;
}
body form.wpcf7-form input[type=text], body form.wpcf7-form input[type=email], body form.wpcf7-form input[type=tel], body form.wpcf7-form input[type=date] {
  width: 100%;
  border-radius: 0.938rem;
  padding: 0.8rem 0.5rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #242424;
}
body form.wpcf7-form input[type=text]:focus, body form.wpcf7-form input[type=email]:focus, body form.wpcf7-form input[type=tel]:focus, body form.wpcf7-form input[type=date]:focus {
  outline: none;
  border-color: #7C7C7C;
  transition: 0.4s;
}
body form.wpcf7-form .error {
  color: #7C7C7C;
}
body form.wpcf7-form .success {
  color: #0EC879;
}
body form.wpcf7-form select {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  transition: 0.4s;
  background: #fff;
  color: #242424;
}
body form.wpcf7-form select:focus {
  outline: none;
  border-color: #7C7C7C;
  transition: 0.4s;
}
body form.wpcf7-form textarea {
  width: 100%;
  padding: 0.8rem 0.5rem;
  border-radius: 0.938rem;
  box-sizing: border-box;
  border: 1px solid transparent;
  outline: none;
  font-size: 1rem;
  font-family: var(--global-font-family);
  font-weight: 400;
  resize: none;
  height: 200px;
  background: #fff;
  color: #242424;
}
body form.wpcf7-form textarea:focus {
  outline: none;
  border-color: #7C7C7C;
  transition: 0.4s;
}
body form.wpcf7-form .radios {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
body form.wpcf7-form .radios input {
  margin: 0;
  width: 20px;
  accent-color: #7C7C7C;
}
body form.wpcf7-form .radios .radio {
  display: flex;
  gap: 0.5rem;
}
body form.wpcf7-form .submit-btn {
  text-align: right;
  margin-bottom: 0;
  position: relative;
}
body form.wpcf7-form .submit-btn input, body form.wpcf7-form .submit-btn button {
  padding: 0.806rem 3.333rem;
  border-radius: 0.938rem;
  background-color: #242424;
  color: #fff;
  border: none;
  width: 100%;
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.4s;
}
body form.wpcf7-form .submit-btn input:hover, body form.wpcf7-form .submit-btn button:hover {
  background: #7C7C7C;
  color: #fff;
}
body form.wpcf7-form .submit-btn .wpcf7-spinner {
  left: 0;
  top: 15%;
  position: absolute;
}
body form.wpcf7-form .wpcf7-response-output {
  border: none;
  color: #7C7C7C;
}
body footer#colophon {
  background: #242424;
  padding-top: 3rem;
}
body footer#colophon .footer-main {
  padding-bottom: 4.688rem;
}
body footer#colophon .footer-main .flex-row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
}
body footer#colophon .footer-main section.widget h2.widget-title {
  font-family: var(--global-font-family);
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #FFF;
  margin-bottom: 2rem;
}
body footer#colophon .footer-main section.widget ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem;
}
body footer#colophon .footer-main section.widget ul li {
  font-family: var(--global-font-family);
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: capitalize;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a {
  font-size: inherit;
  color: #fff;
}
body footer#colophon .footer-main section.widget ul li a i {
  margin-right: 0.5rem;
}
body footer#colophon .footer-main section.widget ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
body footer#colophon .footer-main section.widget p {
  font-size: 1.125rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}
body footer#colophon .footer-main .minimal-email-form {
  margin-top: 2rem;
}
body footer#colophon .footer-main .minimal-email-form > p {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  max-width: 500px;
  background: transparent;
}
body footer#colophon .footer-main .minimal-email-form input[type=email] {
  flex-grow: 1;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 1rem;
  padding: 10px 0;
  outline: none;
}
body footer#colophon .footer-main .minimal-email-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body footer#colophon .footer-main .minimal-email-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body footer#colophon .footer-main .minimal-email-form .submit-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 20px;
  transition: opacity 0.3s;
}
body footer#colophon .footer-main .minimal-email-form .submit-btn:hover {
  opacity: 0.7;
}
body footer#colophon .footer-main .minimal-email-form .submit-btn:hover .arrow {
  transform: rotate(0deg);
}
body footer#colophon .footer-main .minimal-email-form .submit-btn .arrow {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1;
  transform: rotate(-20deg);
  transition: all 0.4s;
}
body footer#colophon .footer-main .minimal-email-form .wpcf7-not-valid-tip {
  position: absolute;
  padding-top: 1rem;
}
body footer#colophon .footer-main .wpcf7-response-output {
  margin: 2rem 0 0 0 !important;
  border: none !important;
  color: #fff;
  font-size: 1rem;
  padding: 0;
}
body footer#colophon .copyright {
  padding: 1rem 0;
  border-top: 1px solid #fff;
}
body footer#colophon .copyright .flex-row {
  justify-content: space-between;
}
body footer#colophon .copyright p {
  font-size: 0.95rem;
  font-family: var(--global-font-family);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
body footer#colophon .copyright p a {
  color: #fff;
  transition: 0.4s;
}
body footer#colophon .copyright p a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
}/*# sourceMappingURL=template.css.map */