/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 13 2024 | 10:40:59 */
:root {
  --main-color: #a46497;
}
body::-webkit-scrollbar-thumb {
  background: #6c6c6e;
  border-radius: 10px;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #fff;
  margin: 5px 0;
}
/*Header*/
.cart-customlocation .menu_item_link {
  display: flex;
  align-items: center;
}

.cart_icon_gen {
  position: relative;
  margin-right: 10px;
}

.cart_icon_gen svg {
  width: 25px;
  height: 25px;
}

.cart_icon_count {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
}

.cart_header_name {
  width: 250px;
  margin-right: 10px;
}

.cart_header_subtotal {
  font-weight: bold;
}

.cart-customlocation li.sub_menu_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-template-default .tagged_as {
	display:none;
}

.cart-customlocation li.sub_menu_item:last-child {
  border-bottom: none;
}

body.hidden {
  overflow: hidden;
}

#stickyheader {
  z-index: 999;
}

.ct-code-block {
  z-index: auto;
}

.post-type-archive-news .ct-code-block,
.post-type-archive-brands .ct-code-block {
  z-index: auto;
}

.general_header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  height: 60px;
  -o-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.general_header.sticky {
  height: 50px;
}

.general_header_menu {
  display: flex;
  align-items: center;
  z-index: 2;
}

.general_header_logo {
  padding: 10px 0;
  text-align: center;
}

.header_logo_link img {
  height: 80px;
}

.menu_item_link {
  position: relative;
  display: block;
  color: #000000;
  padding: 7px 5px;
  width: max-content;
}

/* .menu_item_link:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.75);
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  transform: scale3d(0, 0, 1);
  transition-property: opacity, transform;
} */

.menu_item.is_sub.is_sub_sub .menu_item_link {
  text-transform: capitalize;
  cursor: pointer;
}

.is_sub {
  position: relative;
}

.menu_item.is_sub.is_sub_sub {
  padding: 5px 0px;
}

.is_sub_sub .menu_item_link,
.sub_menu_item_link {
  font-size: 0.9em;
}

.menu_items {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu_item {
  padding: 0 10px;
}

.sub_menu_item {
  display: flex !important;
  align-items: center;
  width: max-content;
  color: black;
  padding: 7px 0;
}

.sub_menu_item_link {
  color: black;
}

.menu_item:hover .menu_item_link,
.menu_item.current .menu_item_link {
  opacity: 0.75;
}

/* .menu_item:hover .menu_item_link:after,
.menu_item.current .menu_item_link:after {
  opacity: 0.75;
  transform: scale3d(1, 1, 1);
} */

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.admin-bar #stickyheader.sticky {
  top: 32px !important;
}

.sticky_content + .ct-inner-content {
  padding-top: 50px;
}

.archive .sticky_content + .ct-section {
  padding-top: 50px;
}

#stickyheader {
  background-color: white;
}

#stickyheader.sticky .general_header {
  height: 100px;
}

.menu_item.current .menu_item_link {
}

.menu-mobile {
  display: none;
}

.menu-mobile .nav-button {
  position: relative;
  margin: 0 0 0 0;
  left: 0;
  top: 0;
  z-index: 3000;
  cursor: pointer;
  width: 32px;
  height: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.menu-mobile.adctive {
  position: fixed;
  z-index: 3500;
  right: 0;
}

.menu-mobile .nav-button .nav-button_line {
  width: 100%;
  height: 2px;
  background: #224668;
  position: relative;
  transition: 0.2s ease;
}

.menu-mobile .nav-button .nav-button_line:nth-of-type(2) {
  margin: 7px 0 7px 0;
  width: 100%;
}

.menu-mobile .nav-button:hover .nav-button_line:nth-of-type(2) {
  width: 100%;
}

.menu-mobile .nav-button .nav-button_line--1 {
  transform: rotate(45deg);
  background: #224668;
  top: 11px;
  position: absolute;
}

.menu-mobile .nav-button .nav-button_line--2 {
  background: #224668;
  display: none;
}

.menu-mobile .nav-button .nav-button_line--3 {
  background: #224668;
  transform: rotate(135deg);
  top: 11px;
  position: absolute;
}

.lang_nav a {
  color: #000000;
  text-transform: uppercase;
  width: max-content;
}

.lang_nav li {
  padding: 5px 0;
}

.lang_nav li:hover {
  text-decoration: underline;
}

.menu_item.is_sub a {
  cursor: pointer;
}

.lang_nav.sub_menu {
  left: -10px;
}

.sub_menu,
.sub_sub_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub_menu_item img {
  width: 60px;
  height: auto;
  margin-right: 5px;
}

.sub_menu_item:hover {
  opacity: 0.7;
}

.woocommerce .star-rating span::before {
	color:black;
}

@media screen and (min-width: 1050px) {
  .sub_menu {
    position: absolute;
    top: 40px;
    left: -160px;
    display: grid;
    grid-gap: 8px 15px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: dense;
    overflow: visible;
    background-color: white;
    padding: 5px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transform: translate3d(0, 100px, 0);
    transition-property: opacity, transform, visibility;
    transition-duration: 0.4s;
    visibility: hidden;
    opacity: 0;
  }

  .sub_menu.cart_submenu {
    left: 0;
    display: flex;
    flex-direction: column;
  }

  .menu_item:hover .sub_menu,
  .menu_item.is_sub.is_sub_sub:hover .sub_sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
  }

  .sub_sub_menu {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 60vh;
  }

  .sub_sub_menu::-webkit-scrollbar-thumb {
    background: #6c6c6e;
    border-radius: 10px;
  }

  .sub_sub_menu::-webkit-scrollbar {
    width: 5px;
  }

  .sub_sub_menu::-webkit-scrollbar-track {
    background: #fff;
    margin: 5px 0;
  }

  .menu_item_special .menu_item_link {
    display: block;
    text-transform: inherit;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1049px) {
  .menu-mobile {
    display: flex;
  }

  .general_header_menu {
    position: fixed;
    justify-content: center;
    flex-direction: column;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1700;
    right: -100%;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }

  .general_header_menu.active {
    right: 0;
  }

  .gen_menu_container {
    width: 100%;
    padding: 10px 0;
  }

  .menu_items {
    flex-direction: column;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 170px;
    margin: auto;
    align-items: start;
  }
  .menu_item_sub_link {
    padding-right: 20px;
  }

  .sub_menu {
    margin-left: 10px;
    padding-right: 20px;
  }

  .sub_sub_menu {
    margin-left: 20px;
  }

  .gen_menu_container {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 80vh;
  }

  .gen_menu_container::-webkit-scrollbar-thumb {
    background: #6c6c6e;
    border-radius: 10px;
  }

  .gen_menu_container::-webkit-scrollbar {
    width: 5px;
  }

  .gen_menu_container::-webkit-scrollbar-track {
    background: #fff;
    margin: 5px 0;
  }

  .menu_item {
    padding: 10px 0;
  }

  .menu_item.is_sub.is_sub_sub .menu_item_link.menu_item_sub_link {
    font-weight: bold;
  }

  .is_sub .menu_item_link:after {
    height: 0.5rem;
    width: 0.5rem;
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 4px;
    border-left-width: 0.10837rem;
    border-bottom-width: 0.10837rem;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-color: #424747;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
  }

  .is_sub .menu_item_link.active:after {
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg);
  }

  .sub_sub_menu,
  .sub_menu {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -ms-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }

  .menu_item_sub_link.active + .sub_sub_menu,
  .menu_item_sub_link.active + .sub_menu {
    max-height: 5000px;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
  }

  .lang_nav li {
    padding: 5px 10px;
  }

  .menu_item_special .menu_item_link:after {
    display: none;
  }

  .menu_item_special a {
    text-transform: inherit;
    font-size: 0.9em;
    font-weight: bold;
  }
}
/*Header End*/

/*Home page*/
.max_width {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

/*Slider*/
.topslider {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

.ui-border-element {
  color:black;
}

.gs_slide {
  /*height: 80vh;*/
  height: 550px;
  position: relative;
}

.gs_left {
  position: absolute;
  width: 50%;
  height: 100%;
}

.gs_right {
  position: relative;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0;
}

.gs_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gs_left_text_block {
  width: 60%;
  position: relative;
  padding: 4%;
  top: 30%;
  left: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 4;
  border: 1px solid black;
  background-color: white;
}

.gs_title {
  font-weight: 400;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0.5em;
}

.gs_excerpt {
  line-height: 1em;
  text-align: center;
  font-weight: 300;
  margin: 0;
  color: black;
  padding: 0 50px;
  font-size: 1em;
  letter-spacing: 0.015em;
}

.link_button {
  margin-top: 20px;
  display: inline-block;
  border: 1px solid transparent;
  position: relative;
}

.gs_more {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1em;
  line-height: 2.5em !important;
  padding: 0px 20px !important;
  letter-spacing: 0.1em;
}

.bottom-stay:before,
.bottom-stay:after,
.bottom-stay > .ui-border-element:before,
.bottom-stay > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-stay:not(:hover):before {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-stay:before,
.bottom-stay:after,
.bottom-stay .ui-border-element:before,
.bottom-stay .ui-border-element:after {
  -webkit-transition: all 200ms linear 0s;
  -moz-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}

.bottom-stay:before {
  border-top: 2px solid #333;
  left: 51%;
  right: 51%;
  top: 0px;
}

.bottom-stay:after {
  border-bottom: 2px solid #333;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-stay .ui-border-element:before {
  border-left: 2px solid #333;
  top: 100%;
  bottom: 0;
  left: 0;
}

.bottom-stay .ui-border-element:after {
  border-right: 2px solid #333;
  top: 100%;
  bottom: 0;
  right: 0;
}

.bottom-stay:hover .ui-border-element:before,
.bottom-stay:hover .ui-border-element:after {
  top: 0%;
}

.bottom-stay:hover:before {
  left: 0%;
  right: 0%;
}

.gs_navigation {
  position: absolute;
  bottom: 0;
  right: calc(50% + 10px);
  display: flex;
  z-index: 99;
}

.gs_navigation svg {
  width: 25px;
  cursor: pointer;
}

.gs_navigation svg polyline {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}

.top_slide_next {
  margin-left: 20px;
}

.top_slide_prev:hover,
.top_slide_next:hover {
  opacity: 0.7;
}

/*End Slider*/

/*Popular slider*/
.popularityslider {
  overflow: hidden;
}

.home_most_popular {
  background-color: #f8f6f4;
  position: relative;
  top: -66px;
  padding-top: 100px;
}

/*End Popular slider*/

/*Heading*/
.heading_gen {
  display: inline-block;
  border: 7px solid var(--main-color);
  padding: 1px;
  transition: all 0.5s ease 0s;
}

.heading_gen_text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease 0s;
  font-weight: 300;
  margin: 0;
  color: #fff;
  background: var(--main-color);
}

.heading_gen_text:before,
.heading_gen_text:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  background: #cdc1bb;
  left: 50%;
  margin-left: -16px;
  transition: all 0.5s ease 0s;
}

.heading_gen_text:before {
  top: 15px;
}

.heading_gen_text:after {
  bottom: 15px;
}

/*End Heading*/

/*Pop Slider*/
.popularityslider {
  padding: 80px 0;
}

.ns_image img {
  width: 100%;
	height: 245px;
    object-fit: cover;
}

.ns_slide_title {
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;
}

/*End Pop Slider*/

/*Home Category*/
.home_cat_items {
  margin-top: 40px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.cat_item_left {
  justify-content: flex-end;
}

.cat_item_right {
  justify-content: flex-start;
}

.home_cat_item {
  display: flex;
  align-items: center;
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  page-break-after: always;
  break-inside: avoid;
}

.home_cat_item_container {
  position: relative;
  overflow: hidden;
}

.home_cat_head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_cat_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_cat_image {
  line-height: 0;
}

.home_cat_image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease 0s;
}

.home_cat_item_container .heading_gen {
  border-color: #fff;
  opacity: 0.9;
}

.home_cat_item_container .heading_gen_text {
  background: #fff;
  color: #000;
}

.home_cat_item_container:hover .heading_gen {
  border-color: var(--main-color);
}

.home_cat_item_container:hover .heading_gen_text {
  background-color: var(--main-color);
  color: #fff;
}

.home_cat_item_container:hover .home_cat_image img {
  opacity: 0.4;
}

/*End Home Category*/

@media screen and (max-width: 989px) {
  .home_cat_items {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .home_cat_item_container {
    width: 100% !important;
  }
}
/*Home page End*/

/*Shop */
.archive .product_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
  height: 100%;
  justify-content: space-between;
}
.archive .product_item img {
  height: 200px;
  object-fit: contain;
	-webkit-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    -o-transition: .35s ease-out;
    transition: .35s ease-out;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.archive .product_item:hover img {
	-webkit-transform: scale(1.1); */
    transform: scale(1.1);
}
.archive .product_item h2.product_title {
  font-size: 16px;
  letter-spacing: 0.6px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px;
}
.archive .product_item .price {
  display: block;
  font-size: 20px;
  color: black;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
}
.archive .product_item .add_to_cart_button, .button.wp-element-button.product_type_simple {
  display: block;
  color: white;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
  padding: 10px 40px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.archive .product_item .add_to_cart_button:hover , .button.wp-element-button.product_type_simple:hover {
	opacity: .5;
}
.archive .product_item .added_to_cart.wc-forward {
  padding-top: 0;
  margin-top: 5px;
  font-size: 14px;
  position: absolute;
  bottom: 60px;
  left: auto;
  text-align: center;
}

.shop_page {
  max-width: 1200px;
  margin: auto;
  display: flex;
  padding: 0 20px;
}

.shop_page_product {
  padding: 20px;
}
.shop_filters {
  position: relative;
  min-width: 200px;
  padding-left: 25px;
}

.product_list {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
}
.filter_item_list {
  margin-bottom: 30px;
}

.cat-list_item {
  cursor: pointer;
  position: relative;
  padding: 2px 0;
  font-size: 14px;
}
.cat_list_head {
  font-weight: 600;
}

.cat-list_item.active {
  font-weight: bold;
}
.cat-list_item_icon {
  position: absolute;
  top: 6px;
  left: -25px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-list_item .cat-list_item_icon svg {
  visibility: hidden;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cat-list_item.active .cat-list_item_icon svg {
  visibility: visible;
}

.pagination_shop {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page_link {
  border-radius: 4px;
  box-shadow: inset 0 0 0 transparent, 0 0.1em 0.45em 0 rgb(0 0 0 / 25%);
  margin-right: 10px;
	margin-bottom: 10px;
  font-weight: 500;
  background-color: white;
  cursor: pointer;
  color: var(--main-color);
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.page_link.active {
  background: var(--main-color);
  color: white;
}
/*Shop End*/


/*Product Item*/
.product_page {
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 30px;
  background-color: #f8f6f4;
}

.product_top {
  display: flex;
  position: relative;
}

.product_top h1 {
  position: absolute;
  left: 52%;
  font-weight: 500;
  font-size: 24px;
}

.product_top .price {
  color: var(--main-color);
  font-weight: 500;
  font-size: 20px;
}

.product_section {
  width: 100%;
}

.product_image_block {
  width: 48%;
  margin-right: 4%;
  overflow: hidden;
}

.product_name_block {
  width: 48%;
  padding-top: 110px;
}

.product_top .woocommerce-product-details__short-description {
  font-size: 16px;
}

.product_top .product_meta {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin-top: 20px;
}

.product_meta a {
  color: var(--main-color);
}

.product_top .cart {
  display: flex;
}

.product_top .cart button {
  display: flex;
  align-items: center;
  color: white;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
  height: 42px;
  border: none;
	padding: 0 40px!important;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product_top .cart button:hover {
	opacity:.5;
}
.product_top .woocommerce-product-details__short-description strong {
  font-weight: 600;
}


.product_top .quantity input {
  padding: 5px;
  font-size: 16px;
  width: 60px;
  height: 42px;
  border: none;
  margin-right: 10px;
}

.woocommerce-tabs .tabs {
  display: grid;
  grid-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
  margin-top: 40px;
}

.woocommerce-tabs .tabs li {
  display: flex;
  text-align: center;
  justify-content: center;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  /* padding: 2px 0; */
  box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}

.woocommerce-tabs .tabs li a {
  color: black;
  width: 100%;
  font-size: 16px;
  padding: 10px;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce-tabs .tabs li a:hover {
	opacity:.5;
}

.woocommerce-tabs .tabs li.active a {
  color: var(--main-color);
}

.woocommerce-Tabs-panel {
  margin-top: 40px;
}

.woocommerce-Tabs-panel h2 {
  display: none;
}

.related.products {
  margin-top: 40px;
}

.related.products h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product_related ul {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
}

.product_related ul::before,
.product_related ul::after {
  display: none !important;
}

.product_related li {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product_related .woocommerce-loop-product__title {
  font-size: 16px !important;
  color: black !important;
  font-weight: normal !important;
}

.product_related .price {
  position: absolute;
  bottom: 70px;
  margin: 0 !important;
  font-size: 20px !important;
  color: black !important;
  font-weight: 500 !important;
  margin-top: 0;
  letter-spacing: .6px!important;
}

.product_related .add_to_cart_button {
  display: block;
  color: white;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
  padding: 10px 40px;
  margin-top: 50px !important;
}

.product_section .comment-form .form-submit input {
  display: flex;
  align-items: center;
  color: white;
  background-color: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  width: fit-content;
  height: 42px;
  border: none;
}
.single_product_detail {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.single_product_detail_icon {
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.single_product_detail_icon svg {
	width: 100%;
	height: 100%;
}

.single_product_detail_icon svg path:nth-child(1) {
	fill: var(--main-color);
}

.single_product_detail_text {
	width: calc(100% - 35px);
	display: flex;
	flex-direction: column;
	font-size: 12px;
}

.product_name_block p {
	margin-top: 8px;
	margin-bottom: 8px;
}
/*Product item end*/



/*Cart*/
.cart-customlocation {
  z-index: 9;
}
.page_cart {
  max-width: 800px;
  margin: auto;
  display: flex;
  padding: 0 20px;
	margin-bottom: 120px;
}
.page_cart h1 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}
.page_cart .product-name a {
  color: var(--main-color);
}
.woocommerce-page .woocommerce-cart-form #coupon_code,
.woocommerce-page .woocommerce-cart-form .actions .button {
  height: 30px;
}
.page_cart .woocommerce-cart-form .actions .button {
  align-items: center;
  color: white;
  background-color: var(--main-color);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: fit-content;
  border: none;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page_cart .woocommerce-cart-form .actions .button:hover {
	opacity:.5;
}

.page_cart .woocommerce table.shop_table th {
  font-weight: 500;
}
.page_cart .woocommerce a.remove {
  color: var(--main-color) !important;
  font-weight: 400;
  font-size: 30px;
}
.page_cart .woocommerce a.remove:hover {
  color: white !important;
  background: var(--main-color);
}
.page_cart .cart_totals h2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 16px;
}
.page_cart .cart-subtotal th {
  font-weight: 500;
  font-size: 16px;
}
.page_cart .wc-proceed-to-checkout {
  display: flex;

  justify-content: flex-end;
}
.page_cart .wc-proceed-to-checkout a {
  color: white;
  background-color: var(--main-color);
  font-weight: 500;
  font-size: 14px !important;
  width: fit-content;
  border: none;
	    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.page_cart .wc-proceed-to-checkout a:hover {
	opacity:.5;
}
.page_cart .woocommerce-message {
  border-top-color: transparent;
  border: none;
}
.page_cart .woocommerce-message::before {
  color: #a46497;
}

.page_cart .woocommerce-cart-form__cart-item.cart_item {
  display: flex;
  justify-content: space-between;
}
.page_cart .product-quan {
  display: flex;
  align-items: center;
}
.page_cart .input-text.qty.text {
  text-align: center;
  font-size: 14px;
  padding: 0;
  border: none;
  margin: 0;
  width: 30px;
  height: 20px;
}
.page_cart input:focus {
  outline: none;
}
.product_mid_left {
  display: flex;
}
.page_cart .product__button-decrease,
.page_cart .product__button-increase {
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  text-indent: -3000px;
  color: transparent;
  vertical-align: top;
  cursor: pointer;
}
.page_cart .product__button-decrease:before,
.page_cart .product__button-increase:before {
  content: "";
  position: absolute;
  width: 19px;
  border-top: 1px solid #ccc;
  top: 50%;
  left: 50%;
  margin-left: -9.5px;
  margin-top: -0.5px;
}
.page_cart .product__button-increase:after {
  content: "";
  position: absolute;
  height: 19px;
  border-left: 1px solid #ccc;
  top: 50%;
  left: 50%;
  margin-top: -9.5px;
  margin-left: -0.5px;
}
.page_cart .quan_item_product {
  display: flex;
  align-items: center;
}
.page_cart .product-remove {
  font-size: 38px;
  line-height: 30px;
  width: auto;
  font-weight: 300;
  margin-left: 10px;
}
.cart_up_product {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.page_cart .product-thumbnail {
  width: 140px;
  margin-right: 10px;
}
.page_cart .product-thumbnail img {
  width: 100% !important;
}
.page_cart .product-price {
  margin: 5px 0;
}
.page_cart .product-subtotal {
  font-weight: 500;
}
.page_cart .actions {
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
}
.page_cart .coupon {
  display: flex;
  justify-content: space-between;
}
.page_cart .coupon input {
  border: 1px solid #ebebeb;
}
.page_cart .cart_bottom {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.page_cart .order-total {
  display: flex;
  justify-content: space-between;
}
.product-remove a {
  color: black;
}
.page_cart .cart_up_product .cart_item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page_cart .cart_up_product .cart_item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/*Cart End*/

/*Checkout*/
.checkout_page {
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 0 20px;
  margin-top: 40px;
}
.woocommerce {
  width: 100%;
}
#order_review_heading {
  display: none;
}
#customer_details .col-2 {
  display: none;
}
#customer_details .col-1 {
  width: 100%;
}
#customer_details {
}
.checkout.woocommerce-checkout {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: dense;
  overflow: visible;
	margin-bottom: 80px;
}
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.shop_table.woocommerce-checkout-review-order-table {
  width: 100% !important;
}
#payment {
  background: transparent !important;
}
.place-order #place_order {
  color: white;
  background-color: var(--main-color);
  font-weight: 500;
  font-size: 14px !important;
  width: fit-content;
  border: none;
	    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.place-order #place_order:hover {
	opacity:.5;
}
.woocommerce form .form-row label {
  font-size: 14px;
  margin-bottom: 0;
}
.woocommerce-billing-fields h3 {
  font-size: 16px;
  font-weight: 600;
}
.cart-subtotal {
  display: none !important;
}
#delivery_method_field {
  margin-bottom: 0;
}
.woocommerce-checkout-review-order-table th {
  font-weight: 500 !important;
  font-size: 16px;
  padding: 10px 1rem !important;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount.amount {
  font-weight: 600;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-billing-fields h3:nth-child(1) {
  display: none;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-order {
  max-width: 800px;
  margin: auto;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 24px;
  text-align: center;
  margin-top: 0;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  font-size: 16px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  strong {
  font-weight: 500;
}
.woocommerce-order-details h2 {
  font-weight: 500;
  font-size: 18px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  width: 100%;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  td
  span {
  font-weight: 500;
}
.woocommerce-customer-details .woocommerce-column__title {
  display: none;
}
.woocommerce-customer-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-customer-details address {
  width: 100% !important;
  border: none !important;
  padding-bottom: 0 !important;
}
.woocommerce-customer-details dl {
  padding: 2rem;
  padding-top: 0;
}
.woocommerce-table__product-name.product-name a {
  color: var(--main-color);
}
/*Checkout End*/

/*Account*/
.account_page {
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 0 20px;
  margin-top: 40px;
}
/*account End*/

/*Footer*/
.footer_section {
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em rgb(0 0 0 / 15%);
}
.footer_section_container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.footer_contacts {
  display: flex;
  padding-left: 20px;
  border-left: 1px solid black;
}
.footer_social {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.footer_social a {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
}
.footer_social a:nth-child(1) {
  margin-bottom: 10px;
}
.footer_social a svg {
  width: 20px;
}
.footer_phone {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer_phone a {
  color: var(--main-color);
}
.footer_graphic {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid black;
  justify-content: space-evenly;
}
.footer_graphic_items {
  display: flex;
  flex-direction: column;
}
.footer_social a:hover {
	opacity: 0.5;
}
/*Footer End*/

/*Contact*/
.contact_page {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.contact_page_con {
  display: flex;
  margin-top: 30px;
}

.contact_page_map {
  width: 60%;
  margin-right: 2%;
}

.contact_page_content {
  width: 38%;
}

.contact_page_content_head {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.contact_page_phone {
  margin-bottom: 10px;
}

.contact_page_social {
  flex-direction: row;
  margin-bottom: 10px;
  margin-right: 0;
}

.contact_page_social a {
  width: 42px;
  height: 42px;
  margin: 0;
  margin-right: 10px;
}

.contact_page_graphic {
  border: none;
  padding: 0;
}

.contact_page_deliv {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.contact_page_deliv p {
	margin: 0;
}
/*Contact End*/

#filter_button {
  position: absolute;
  left: 100%;
  display: none;
  box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
  width: 40px;
  height: 40px;
  padding: 4px;
  background-color: white;
}
#filter_button svg {
  width: 100%;
  height: 100%;
}
.woocommerce-checkout .place-order #place_order {
		padding: 20px;
    	font-weight: bold;
    	font-size: 16px!important;
	}

@media screen and (max-width: 1049px) {
  .general_header {
    height: auto;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .cart-customlocation .sub_menu.cart_submenu {
    display: none;
  }
  .is_sub.cart-customlocation .menu_item_link:after {
    display: none;
  }
  .shop_page {
    padding: 0 10px;
  }
  .product_list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
  .shop_page_product {
    padding: 0;
  }
  .archive .product_item {
    padding: 5px;
    box-shadow: none;
  }
  .archive .product_item h2.product_title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .archive .product_item .price {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .archive .product_item .add_to_cart_button {
    padding: 10px 25px;
  }
  .shop_filters {
    position: fixed;
    background-color: white;
    z-index: 9;
    width: 210px;
    left: -210px;
    padding-left: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
  }
  #filter_button {
    display: block;
  }
  .shop_filters.active_filter {
    left: 0;
  }

  .shop_filters_tax_items {
    padding: 20px 10px;
    padding-left: 40px;
    overflow-y: scroll;
    max-height: calc(70vh);
  }

  .footer_section {
    margin-top: 40px;
  }
  .footer_section_container {
    flex-direction: column;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_contacts {
    border: 0;
    padding: 0;
    margin: 20px 0;
  }
  .footer_graphic {
    border: 0;
    padding: 0;
  }

  .gs_slide {
    display: flex;
    flex-direction: column;
    height: 450px;
  }
  .gs_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gs_left_text_block {
    background-color: rgba(255, 255, 255, 0.7);
    left: auto;
    top: auto;
  }
  .gs_right {
    width: 100%;
    left: 0;
  }
  .gs_navigation {
    right: 10px;
  }
  .contact_page_con {
    flex-direction: column-reverse;
  }
  .contact_page_map {
    width: 100%;
    margin-right: 0;
  }
  .contact_page_content {
    width: 100%;
    margin-bottom: 20px;
  }
  .checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
  }
  #billing_city_field {
    width: 100%;
  }
  #delivery_np_field {
    width: 100%;
    float: left;
  }
  .added_to_cart.wc-forward {
    display:none!important;
  }
  .product_top {
    flex-direction: column;
  }
  .product_top h1 {
    position: relative;
    left: auto;
    width: 100%;
    font-size: 20px;
  }
  .product_image_block {
    width: 100%;
  }
  .product_name_block {
    width: 100%;
    padding: 0;
  }
  .product_related ul {
    grid-template-columns: 1fr 1fr!important;
    grid-gap: 25px 10px!important;
  }
	.page_cart {
		margin-bottom: 40px;
	}
  .ns_image img {
    height: 200px;
  }
	.woocommerce-checkout .place-order #place_order {
		padding: 20px;
    	font-weight: bold;
    	font-size: 16px!important;
	}
}


