/*
Theme Name: Wiwi Child
Template: wiwi
*/
:root {
  --secondarycolor: #AF7856!important;
}

body, h1, h2, h3, h4, h5, h6, a, .h1 {
  font-family: 'TikTok Sans', sans-serif!important;
}

.text-L{
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}

.text-L-bold{
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.caption{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.text-sm-bold{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

@media (max-width:768px){
    body{
        font-size: 16px!important;
        line-height: 23px!important;
        font-weight: 400!important;
    }
    .text-L{
        font-size: 17px!important;
        font-weight: 400!important;
        line-height: 23px!important;
    }
    .text-L-bold{
        font-size: 17px!important;
        font-weight: 600!important;
        line-height: 23px!important;
    } 
    h1{
        font-size: 31px!important;
        font-weight: 600!important;
        line-height: 35px!important;
    }
    h2{
        font-weight: 600!important;
        font-size: 28px!important;
        line-height: 34px!important;
    }
    h3{
        font-weight: 600!important;
        font-size: 20px!important;
        line-height: 28px!important;
    }
    h4{
        font-weight: 600!important;
        font-size: 20px!important;
        line-height: 25px!important;
    }
    h5, .h5{
        font-size: 18px!important;
        line-height: 24px!important;
        font-weight: 600!important;
    }
   
}
footer {
  background-color: #1D1D1D;
  line-height: 27px;
  color: #FFFFFF;
  padding-bottom: 0;
}
#block-2 figure {
  margin-bottom: 16px;
}
footer h5{
  color: #FFFFFF;
}
.contact-item{ 
    display:grid;
    grid-template-columns:32px 1fr; 
    gap:8px; 
    align-items: center;
}
.value {
  color: white;
}
.contact-box {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
a {
  color: #FFF;
  font-size: 16px;
  line-height: 23px;
}
a:hover {
  color: #D9B59B;
}
#menu-informacje {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.sub-footer-copyright{
    border: none;
}
.footer-copyright.relative {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F9F9F9;
  color: #0F0F0F;
}
.sub-footer-copyright {
  border: none;
  padding: 13px 0;
}
.container{
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
}
#block-7 h5 {
  margin-top: 34px;
}
.fc2 {
  padding-right: 90px;
}
.fc2 a {
  color: #0F0F0F;
}
.fc2 a:hover {
  color: #D9B59B;
}
@media (max-width:1376px){
    .container{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width:768px) and (max-width:1199px){
  .col-footer-widget-2, .col-footer-widget-4 {
    padding-left: 10%;
  }
}
@media(max-width:768px){
  .col-footer-widget-1, .col-footer-widget-2, .col-footer-widget-3, .col-footer-widget-4 {
  margin: 20px auto !important;
}
.fc1, .fc2 {
  width: fit-content;
  margin: 0 !important;
}
.sub-footer-copyright {
  justify-content: center;
  display: flex;
}
.topbar-info {
  display: none!important;
}
.topbar span {
  width: 100%;
  text-align: center;
}
}
@media(max-width:1199px){
  .fc2 {
  padding-right: 15px!important;
}
}
.topbar {
  background: #AF7856;
  color: white;
}
.topbar-info {
  width: fit-content;
  gap: 20px;
  display: flex;
}
.topbar .container{
  display: flex;
  justify-content: space-between;
}
.topbar-info span img {
  margin-right: 8px;
}
.nav_top {
  background-color: #FFF!important;
}

#live-search-results {
    display: none;        
    position: absolute;  
    top: 100%;            
    left: 0;
    width: 100%;          
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    max-height: 400px;
    overflow-y: auto;
}

.search-result-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}

.search-result-item:hover {
    background: #f0f0f0;
}

.search-result-image img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.live-search-container {
    position: relative;
}
.live-search-container svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
#live-search-input {
  border: 1px solid #696969;
  border-radius: 4px;
  height: 44px;
  padding-left: 45px;
  width: 300px;
  padding-right: 15px;
  padding-bottom: 0;
  pointer-events: auto !important;
}
.search-result-price {
  font-size: 13px;
  font-weight: normal;
}
#live-search-results {
  border: 1px solid #696969;
  border-top: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search-icon path {
    fill: #0F0F0F; 
    transition: fill 0.2s ease;
}

.search-icon path.active {
    fill: #FF0000; 
}

.search-no-results, .search-loading {
  font-weight: normal;
  padding: 5px 10px;
  font-size: 15px;
}
.cart-container {
    position: relative;
    display: inline-block;
}

.cart-link {
    display: flex;
    align-items: center;
    position: relative;
}

.cart-count {
  position: absolute;
  top: -8px;
  right: -8px;
  background: #EBDACE;
  color: #0F0F0F;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-acc {
  margin-left: 33px;
  display: flex;
  gap: 20px;
}
.dropdown-toggle::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/08/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 13px;
  height: 9px;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.5s ease;
}

.nav-link:hover, .dropdown-item:hover {
  color: #D9B59B!important;
}
/*
.dropdown-menu.depth_0:hover {
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
*/
.dropdown-menu li {
  padding: 14px;
}
.dropdown-menu.depth_0 {
  padding: 10px 5px;
}

.dropdown-menu.depth_0 a {
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar-nav-css > li {
    margin: 0 15px!important;
  }
}

@media (max-width: 1199px) {
	.mobile-box-header .top_nav_bar_wrap img {
  display: none;
}
  body {
    padding-top: 0;
  }
  .mobileWrapHamb {
  top: unset;
  position: relative;
  background: #FFF;
}
.mobileWrapHamb .nav-icon-5 span{
  background-color: #000000;
}
.data-mobile {
  display: flex;
  align-items: center;
}
.mobileWrapHamb .nav-icon-5 {
  margin-left: unset !important;
}
.mobileWrapHamb {
  justify-content: space-between;
}
.data-mobile .data-acc {
  height: fit-content;
  margin-right: 50px;
  position: relative;
  top: 50%;
  transform: translateY(15%);
}
}
@media(max-width:768px){
  .search-sm {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 12px;
    left: 15px;
}
.mobileWrapHamb {
  height: 130px;
  align-items: start !important;
  margin-top: 9px;
}
  .data-mobile {
    margin-left: auto;
    position: relative;
    top: 17px;
  }
.mobileWrapHamb .im-logo {
  max-height: 65px;
  height: 100%;
}
  .mobileWrapHamb .nav-icon-5 {
    margin-left: unset !important;
    top: 17px;
  }
  #live-search-input, #live-search-results {
  width: 100%;
}
}
@media(max-width:1199px){
  .header-data .live-search-container, .header-data .data-acc {
  display: none !important;
}
.mobileMenuWrap{
  background: white;
}

.dropdown-menu.depth_0 {
  border: 0;
}
.dropdown-menu li {
  margin-bottom: 0 !important;
}
.dropdown-menu.depth_0 {
  transform: none !important;
  position: relative !important;
}
}
.scroll-top {
  background: #AF7856 !important;
  z-index: 1001;
}
.scroll-top-btn:hover {
  background: #AF7856 !important;
  color: white!important;
}

.main-cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px;
  padding: 60px 0px;
}
.product-category-card{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.product-category-card h5 a {
  color: #0F0F0F;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.product-category-card h5 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  width: fit-content;
  position: relative;
}
.product-category-card h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: #0F0F0F;
  transition: width 0.4s ease;
  transform: translateX(-50%);
}

.product-category-card:hover h5::after {
  width: 100%; 
}

@media (min-width: 1350px) {
  .col-xl-custom {
    flex: 0 0 18%;
    max-width: 18%;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width:1349px) {
  .col-xl-custom {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media(max-width:992px){
  .main-cat {
  gap: unset;
  padding: 40px 0px;
}

}
@media(max-width:768px){
  .product-category-card h5 a {
  font-size: 17px;
  line-height: 23px;
}
.product-category-card h5 {
  margin-top: 18px;
}
}
@media(max-width:430px){
   .product-category-card h5 a {
    font-size: 14px;
  }
}
.product-category-card .image-href{
  overflow: hidden;
  position: relative;
  border-radius: 100px;
}
.product-category-card .image-href img{
  transition: transform 0.5s ease; 
}
.product-category-card:hover img{
  transform: scale(1.05);  
}
.hero-home-info {
  background: #EBDACE;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 18px 0;
}
.small-text {
  font-size: 16px;
}
.hero-home-info p {
  font-size: 32px;
}
.hero-home-info img {
  margin: 0px 16px;
}
.banner-heading {
  color: #FFF;
  font-size: 64px;
  font-weight: 600;
  line-height: 50px;
}
.banner-content h3 {
  color: #FFF;
  padding-bottom: 33px;
}
.banner-link {
  color: #0F0F0F;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 600;
  background: #FFF;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.banner .slick-prev {
  left: 10%;
}
.banner .slick-next {
  right: 10%;
}
@media(min-width:992px){
  .banner img {
  width: 100%;
}
}
.slick-next::before{
  display: none;
}
.slick-prev::before {
  display: none;
}
.slick-arrow {
  padding: 35px 13px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 0;
}
.product-list-custome .slick-slide {
  margin: 0 12px; 
}

.product-list-custome .slick-list {
  margin: 0 -12px; 
}
.gray-line {
  background: #696969;
  height: 1px;
  opacity: 0.3;
}
.product-list-custome h2 {
  margin-top: 14px;
  margin-bottom: 24px;
}
.product-list-custome .slick-arrow {
  padding: 18px 8px;
}
.product-list-custome .slick-prev {
  left: -20px;
}
.product-list-custome .slick-next {
  right: -20px;
}
.product-content .product-tag {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  width: fit-content;
  background: #EBDACE;
  padding: 1px 4px;
}
.product-content {
  padding: 10px 12px;
  background: #FFFFFF;
  z-index: 2;
  position: relative;
}
.product-content .text-L a {
  color: #000;
  font-size: 19px;
  line-height: 28px;
}
.product-content .text-L {
  margin-top: 8px;
  margin-bottom: 10px;
}
.product-price {
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
}
.products-archive-link a {
  color: #090909;
  font-size: 16px;
  font-weight: 600;
}
.products-archive-link {
  position: absolute;
  right: 0;
  top: 25px;
}
.products-archive-link img {
  margin-left: 6px;
}
.product-list-custome .slick-arrow {
  backdrop-filter: none;
  border-radius: 0;
  background: #313131;
}
.product-list-custome h2 img {
  margin-right: 17px;
}
.product-list-custome {
  margin-bottom: 45px;
}
.advence-products-view {
  display: flex;
}
.new-product-content {
  position: absolute;
  bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
}
.new-product-content h3, .new-product-content .text-L {
  color: #FFF;
}
.new-product-content .text-L {
  margin-bottom: 10px !important;
  margin-top: 5px;
}
.new-container {
  height: 558px;
  background-size: cover;
}
.product-new-list {
  padding-left: 47px !important;
}
@media(max-width:992px){
  .banner .slick-prev {
  left: 0%;
}
  .banner .slick-next {
  right: 0%;
}
.banner-heading {
  font-size: 32px;
  line-height: 37px;
}
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 0px 50px;
}
.banner .slick-arrow {
  padding: 20px 7px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 0;
}
.banner {
  height: 328px;
}
.hero-home {
  height: 100%;
}
.hero-home .slick-track{
  height: 100%;
}
.hero-banner img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.slick-list.draggable {
  height: 100%;
}
.banner-content h3 {
  color: #FFF;
  padding-bottom: 18px;
}
.hero-home-info {
  display: block;
  text-align: center;
}
.hero-home-info p {
  font-size: 20px;
}
.hero-home-info img {
  width: 30px;
}
.small-text {
  font-size: 15px;
}
.info-p {
  padding-bottom: 6px;
}
.product-list-custome h2 img {
  width: 30px;
}
}
@media(max-width:768px){
.products-archive-link {
  right: 15px;
} 
.advence-products-view {
  flex-direction: column;
}
.product-new-list {
  padding-left: 0px !important;
}

 .new-product-content {
    bottom: 18px;
    position: absolute;
  }
.new-container {
  min-height: 523px;
}
.new-product-content h3 {
  font-size: 24px !important;
}
}
@media(max-width:1375px){
  .product-list-custome .slick-next {
  right: -10px;
}
.product-list-custome .slick-prev {
  left: -10px;
}
}
.our-shop {
  background: #F2E9E2;
  padding: 23px 38px;
  margin-bottom: 72px;
}
.shop-item img {
  width: 80px;
  padding-right: 17px;
}
.shop-item {
  padding: 12px 0;
}

.our-shop .h1 {
  margin-bottom: 0;
  padding-right: 50%;
  line-height: 56px;
  margin-bottom: 34px;
}
@media(max-width:1350px){
  .our-shop .h1 {
  padding-right: 0%;
}
}
@media(max-width:992px){
  .our-shop {
  flex-direction: column;
}
.our-shop .col-lg-4 img {
  width: 100%;
  margin: 25px 0;
}
  .our-shop .h1 {
    padding-right: 0%;
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .our-shop {
  padding: 25px 18px;
}
}
@media(max-width:768px){
.products-archive-link a {
  font-size: 14px;
}
.product-list-custome h2 img {
  margin-right: 10px;
}
.new-products .products-archive-link {
  top: 30px;
}
}
.new-products .products-archive-link {
  top: 35px;
}
.white-btn {
  color: #0F0F0F;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 8px;
  border: 1px solid #0F0F0F;
  background: transparent;
}
.knowledge .white-btn {
  top: 40px;
  right: 0;
  position: absolute;
}
.white-btn:hover {
  background: rgba(246, 230, 211, 0.3);
  border: 1px solid #C9926B;
  color: #0F0F0F;
}
.last-posts {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 25px;
grid-row-gap: 0px;
} 
.post-item{
  grid-column: span 4;
}
.post-item img {
  width: 100%;
}
.post-item h5, .post-item h3 {
  margin-top: 13px;
	font-size: 22px;
	line-height: 1.2;
}
.last-posts {
  margin-top: 30px;
}
.product-list-custome .product, .product .product-image {
  overflow: hidden;
  position: relative;
}
.product-list-custome .product .product-image img {
  transition: transform 0.5s ease;
}
.product-list-custome .product:hover img {
  transform: scale(1.05);
}
.product-list-custome .product-image {
  height: 100%;
  display: block;
}



.post-item, .post-item .image-link-post {
  overflow: hidden;
  position: relative;
}
.post-item .image-link-post img {
  transition: transform 0.5s ease;
  height: 265px;
  object-fit: cover;
}
.post-item:hover img {
  transform: scale(1.05);
}
.post-item .image-link-post {
  display: block;
}
.post-item:hover a {
  color: #0F0F0F;
  text-decoration: underline 1px;
}
.background-linear {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35%;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #242424 100%);
  width: 100%;
  transition: opacity 0.5s ease;
}
.new-container:hover .background-linear{
  opacity: 1;
}
.new-container {
  background-size: 100%;
  background-position: center;
  transition: background-size 0.5s ease;
  overflow: hidden;
}

.new-container:hover {
  background-size: 105%; 
}
.hidden-content-configuration {
  background: #1D1D1D;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform-origin: bottom;
  transition: transform 0.5s ease, opacity 0.1s ease;
  transform: translateY(43px);
}

.product:hover .hidden-content-configuration, .post-item:hover .hidden-content-configuration{
transform: translateY(0);
}
.hidden-content-configuration:hover {
  background: #3D3D3D;
  text-decoration: underline;
  color: #FFFFFF;
}
.hidden-content-configuration svg path {
  fill: white;
}
.hidden-content-configuration {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hidden-content-configuration svg {
  margin-left: 8px;
}
.hidden-post:hover {
  color: #0F0F0F;
  background: #FFF;
  text-decoration: none;
}
.hidden-post:hover svg path {
  fill: black;
}
.hidden-post{
  font-weight: 500;
  bottom: -1px;
}
@media(max-width:1377px){
.knowledge .white-btn {
  right: 16px;
} 
.products-archive-link {
  right: 16px;
}
}
@media(max-width:768px){
  .knowledge .white-btn {
  top: unset;
  right: unset !important;
  position: relative;
  left: unset;
}
.knowledge .text-L {
  padding-bottom: 12px;
}
.post-item {
  grid-column: span 12;
}
.last-posts {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
}
}
.greeting {
  background: #F9F9F9;
  margin-top: 72px;
  padding: 45px 29px;
  margin-bottom: 72px;
}
.greeting h2 {
  margin-bottom: 24px;
}
.greeting-description {
  margin-top: 43px;
}
@media(max-width:992px){
  .greeting-img-box {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.greeting-img-box img {
  margin-bottom: 12px;
}
.greeting-img-box .align-content-center {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.greeting {
  padding: 19px 16px;
  margin-top: 27px;
}
.greeting div {
  padding: 0;
}
.greeting-description {
  margin-top: 24px;
}
}
.gallery .slick-slide {
  height: fit-content;
}
.gallery .gallery-product img, .gallery .gallery-product a {
  width: 100% !important;
}
.gallery .slick-next,.gallery .slick-prev {
  background: #313131;
  padding: 18px 8px;
}
.gallery .slick-next{
  right: 13px;
}
.gallery .slick-prev {
  left: 13px;
}
.gallery  .slider-nav {
  margin: 0px 44px;
}
.gallery .slick-list.draggable {
  padding: 0 !important;
  margin-top: 16px;
}
.gallery .slider-nav .slick-slide {
  width: 80px !important;
  height: 80px !important;
  margin: 0px 8px;
}
.gallery .slider-nav .slick-slide img {
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.gallery-box {
  margin-bottom: 72px;
}
.variations {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0px; 

}
.variations tbody {
  display: contents !important;
}
.variations tr {
  display: flex !important;
  flex-direction: column;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: fit-content !important;
  max-height: 95px;
}

.variations th,
.variations td {
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.summary.entry-summary form{
  background: #F9F9F9;
  border: 1px solid rgba(212, 212, 212, 0.3) !important;
  padding: 27px 21px;
  margin-top: 24px;
}
.summary.entry-summary{
  margin-top: 16px;
}
.variations label {
  margin-bottom: 4px !important;
  font-size: 14px;
}
.variations .value select {
  width: 100%;
}
.variations label {
  margin-bottom: 4px !important;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400 !important;
}
.variations label::before {
  content: "*"; 
  color: #DE332D;   
  margin-right: 2px; 
}
.woocommerce div.product div.summary {
  position: relative;
}
.custom-variation-price {
  width: 100%;
}
.woocommerce .woocommerce-ordering select, .woocommerce div.product form.cart .variations select {
  color: #0F0F0F !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  background: #FFFFFF;
  border: 1px solid #EBDACE;
}
.woocommerce div.product form.cart .variations select:focus {
    border: 1px solid #696969; 
    outline: none; 
}
.entry-summary .table-responsive {
  overflow: inherit;
}
.woocommerce div.product form.cart .variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF url('/wp-content/uploads/2025/09/Icon-submit.svg') no-repeat right 16px center;
}
.woocommerce-variation-price .price {
  color: #DE332D !important;
  font-size: 32px !important;
  font-weight: 600 !important;
}
.entry-summary .price {

  width: fit-content;
  margin-top: 5px;
}
.woocommerce-variation-price .price del {
  color: #0F0F0F !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  padding-left: 12px;
}
.woocommerce-variation-availability {
    display: none !important;
}
.woocommerce-variation-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.woocommerce-variation-price .price ins {
    order: 1;
}

.woocommerce-variation-price .price del {
    order: 2;
}
.woocommerce-variation-price .price .iworks-omnibus {
  order: 3;
  font-size: 12px;
  width: 100%;
  line-height: 16px;
  color: #3D3D3D;
  margin-top: 3px;
  font-weight: 400;
}
.quantity .sub.relative {
  border: 1px solid #696969;
  padding: 9px 17px;
  height: 46px;
  display: flex;
}
.woocommerce .quantity .qty {
  width: 38px;
  border: none;
  text-align: center;
  background: transparent;
  margin: 0 !important;
  padding: 0 !important;
}

.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.single_add_to_cart_button::before {
  content: "";
  background-image: url("/wp-content/uploads/2025/09/bag-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 24px;
  margin-right: 8px;
  display: block;
}
.single_add_to_cart_button.button.alt {
  flex-direction: row;
  display: flex !important;
  background: #0F0F0F !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  border: none !important;
  height: 46px;
}
.single_add_to_cart_button.button.alt:hover {
  background: #313131 !important;
  color: #FFFFFF!important;
}
.woocommerce-message {
  border-top-color: #AF7856 !important;
}
.inquiry-link-wrapper {
  position: absolute;
  right: 21px;
  margin: 0;
}
.inquiry-link-wrapper a {
  color: #0F0F0F;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.inquiry-link-wrapper img {
  margin-right: 9px;
}
.woocommerce span.onsale{
  display: none!important;
}
.custom-tabs-nav { 
  list-style: none; display: flex; margin-bottom: 10px; padding: 0; 
}
.custom-tabs-nav li {
  padding: 8px 20px;
  cursor: pointer;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
.custom-tabs-nav li.active {
  border-bottom: 2px solid #000;
  color: #AF7856;
}
.tab-content { 
  display: none;
  padding-top: 40px;
}
.tab-content.active { 
  display: flex;
  flex-direction: column;
}
.custom-tabs {
  margin-top: 25px;
  margin-bottom: 72px;
}
.shop_attributes td {
  width: 50%;
  text-align: left;
  padding: 6px 20px !important;
}
.shop_attributes th {
  text-align: right;
  padding: 6px 20px !important;
}
table.shop_attributes tr:nth-child(even) td,
table.shop_attributes tr:nth-child(even) th {
    background: none!important;
}
table.shop_attributes tr:nth-child(odd) td,
table.shop_attributes tr:nth-child(odd) th {
    background: #F5F5F5 !important;
}
.files-list a {
  color: #0F0F0F;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.files-list .caption{
  margin: 0;
  width: fit-content;
}
.files-list span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.files-list img {
  width: 40px;
}
.files-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  row-gap: 12px;
  column-gap: 24px;
  margin-left: unset !important;
  margin-right: unset !important;
}
.files-list li {
  padding: 6px 25px 6px 12px;
  border: 1px solid #F2E9E2;
  display: flex;
  gap: 8px;
  width: 100%; 
}
.files-list li:hover a {
  color: #AF7856;
}
.product-benefits {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #EBDACE;
  padding: 8px 12px;
}
.benefit-item {
  grid-column: span 4;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative; 
  justify-content: center;
}

.benefit-text {
  font-size: 14px;
  font-weight: 600;
}
.related .products {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 23px;
  grid-row-gap: 0px;
}
.related .product {
  grid-column: span 3;
  overflow: hidden;

}
.related .product .iworks-omnibus {
  display: none;
}
.related .product img {
  width: 100%;
}

.related .product:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.related .product > .position-relative > .hidden-content-configuration {
  background: #1D1D1D;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  transform-origin: bottom;
  transition: transform 0.5s ease, opacity 0.1s ease;
  transform: translateY(43px);
}

.related .product:hover > .position-relative > .hidden-content-configuration {
  transform: translateY(0);
}
.related {
  border-top: 1px solid #696969;
  padding-top: 14px;
}
.related h2 {
  margin-bottom: 24px;
}



.related .product .product-badge {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  width: fit-content;
  background: #EBDACE;
  padding: 1px 4px;
}

.related .product .product-content .product-badge.sale {
  background-color: #DE332D;
  color: #fff;
}

.related .product .product-content .product-badge.new {
  background-color: #A2E0FF;
  color: #000;
}

.related .product .product-content .product-badge.best-selling {
  background-color: #EBDACE;
  color: #000;
}
.product .product-price del {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
}
.product .product-price ins {
  color: #DE332D;
  font-size: 20px!important;
  font-weight: 600!important;
}
@media(max-width:992px){
.sale {
  display: flex;
  flex-direction: column;
}  
.woocommerce-product-gallery {
  width: 100% !important;
}
.summary.entry-summary {
  width: 100% !important;
}
#before-gallery-title {
  margin: 20px 0;
}
}
@media(max-width:568px){
.variations {
  grid-template-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
} 
.inquiry-link-wrapper {
  position: relative;
  width: 100%;
  text-align: end;
  margin-top: 12px;
  right: 0;
}
.summary.entry-summary form {
  padding: 22px 10px;
  margin-top: 0;
}
.single_add_to_cart_button.button.alt {
  flex: 1 1 auto;
	padding: 0 !important;
}

}
@media(max-width:768px){
.benefit-item {
  grid-column: span 12;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
  justify-content: left;
  padding: 12px 0;
}
.custom-tabs-nav li {
  font-size: 15px;
}
.benefit-item:not(:last-child) {
  border-bottom: 1px solid #F2E9E2;
}
}
@media(max-width:390px){
/*.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  margin-top: 12px !important;
}*/
  .inquiry-link-wrapper {
    width: auto;
  }

}
@media (max-width: 568px) {
  .custom-tabs-nav {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    scroll-snap-type: x mandatory;
  }
  .custom-tabs-nav li {
    flex: 0 0 auto; 
    scroll-snap-align: start;
    white-space: nowrap; 
    cursor: pointer;
  }
}
@media(max-width:992px){
  .related .products {
  display: unset!important
}
.related .products .slick-track {
  display: flex !important;
  gap: 20px; 
}

}

.cart_item .quantity {
  width: fit-content;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: transparent!important;
}
.cart_item img {
  width: 72px !important;
}
.cart_item .product-name a {
  color: #0F0F0F;
}
.woocommerce-cart .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; 
}

.woocommerce-cart .woocommerce-cart-form {
    flex: 2;
}

.woocommerce-cart .cart-collaterals {
    flex: 1;
}
.cart_totals {
  float: unset!important;
  width: 100%!important;
}
.contact-info a {
  color: #0F0F0F;
}
.contact-info {
  gap: 8px;
  align-items: center;
}
.contact-info .caption-bold {
  font-weight: 600;
  font-size: 12px;
}
.main-info-contact {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 24px;
grid-row-gap: 16px;
}

.contact-info-1 { grid-area: 1 / 1 / 2 / 7; }
.contact-info-2 { grid-area: 1 / 7 / 2 / 13; }
.contact-info-3 { grid-area: 2 / 1 / 3 / 13; }
.contact-info-4 { grid-area: 3 / 1 / 4 / 13; } 

.contact-info img {
  width: 24px;
  height: 24px;
}
.title-contact{
    margin-bottom: 34px;
}
.hr-horizontal {
  margin-top: 34px;
  background: #EBDACE;
  margin-bottom: 34px;
}
.company-info{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}
.company-info-item-1 { grid-area: 1 / 1 / 2 / 7; }
.company-info-item-2 { grid-area: 1 / 7 / 2 / 13; }
.company-info-item-3 { grid-area: 2 / 1 / 3 / 13; } 
.company-info-item-3 {
  display: flex;
  flex-direction: column;
}
.company-info-item {
  height: fit-content;
}
.contact-form {
  padding: 24px 35px;
  background: #F2E9E2;
}
.contact-form label, .contact-form label input {
  width: 100%;
}
.contact-form input {
  border: 1px solid #EBDACE;
  padding: 8px 16px;
  margin-top: 4px;
  color: #0F0F0F;
}
.contact-form textarea {
  border: 1px solid #EBDACE;
  padding: 8px 16px;
  margin-top: 4px;
  color: #0F0F0F;
  width: 100%;
  max-height: 120px;
  margin-bottom: 16px;
}
.red-dot {
  color: #DE332D;
}
.double-input {
  display: flex;
  gap: 25px;
}
.contact-form h3 {
  margin-bottom: 16px;
}
.contact-form input:focus {
  border: 1px solid #696969; 
  outline: none; 
}
.contact-form input[type="submit"] {
  background-color: #0F0F0F;
  color: #FFFFFF;
  border: none;
  padding: 12px 116px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form input[type="submit"]:hover {
  background-color: #3D3D3D; 
}
.accept label {
  padding: 0;
}
.accept label input {
  width: fit-content;
  margin-right: 8px;
  margin-top: 0;
}
.accept label span {
  color: #0F0F0F;
  font-size: 12px !important;
  font-weight: 400;
}
.accept label span::before {
  content: "*";
  color: #DE332D; 
  margin-right: 2px;
}
.accept br {
  display: none;
}
.contact-box-main {
  margin-top: 40px;
  margin-bottom: 72px;
}
input[type="checkbox"]:checked {
  accent-color: #000000; 
}
@media(max-width:992px){
  .contact-box-main {
  flex-direction: column;
}
.contact-box-main {
  margin-top: 20px;
  margin-bottom: 25px;
}
.contact-info-1, .contact-info-2, .contact-info-3, .contact-info-4 {
  grid-column: span 12 !important;
  grid-area: unset;
}
.double-input {
  display: unset!important;
}
.title-contact {
  margin-bottom: 16px;
}
.contact-form {
  margin-top: 33px;
}
}
@media(max-width:576px){
.company-info-item-1, .company-info-item-2, .company-info-item-3 {
  grid-area: unset;
  grid-column: span 12!important;
}
.company-info-item-3 {
  display: unset;
}
.contact-form {
  padding: 16px;
}
.contact-form .wpcf7-submit {
  width: 100%;
}
.contact-form input[type="submit"] {
  padding: 12px 0px;
}
}
.nav_top .current-menu-item::before{
  display: none;
}
.heading-contact {
  margin-top: 40px;
}
@media(max-width:768px){
  .heading-contact {
  margin-top: 20px;
}
}
.subheader-wrapper {
  display: none;
}

.woocommerce div.product {
  overflow: hidden;
}

.container-products{
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 23px;
grid-row-gap: 42px;
} 
.container-products .product {
  grid-column: span 3;
}
.container-products .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-ordering {
  max-width: 320px;
  margin-bottom: 0!important;
}
.custom-sorting-info-wrapper {
  background: #F9F9F9;
  padding: 30px 20px;
  margin-bottom: 42px;
}
.tax-product_cat .woocommerce .product img {
  width: 100%;
}
.tax-product_cat .product:hover img, .post-type-archive .product:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.custom-sorting-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.page-numbers {
  color: #0F0F0F;
}
.page-numbers.current {
  color: #AF7856 !important;
  text-decoration: underline !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}
.page-numbers {
  color: #0F0F0F;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
}
.page-numbers.current {
  background: none !important;
}
.page-numbers:hover {
  background: none !important;
}
.page-numbers:hover a{
  color: #0F0F0F!important;
}
.woocommerce-pagination {
  margin: 0;
}
#shape-filter-form select {
  color: #0F0F0F !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  background: #FFFFFF;
  border: 1px solid #EBDACE;
  padding: 13px 20px;
}
.custom-sorting select {
  padding: 13px 20px !important;
}
.custom-shape-filter, .custom-sorting {
  max-width: 250px;
  width: 100%;
}
.custom-shape-filter select {
  width: 100%;
}
.custom-sorting-info-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gap-15{
  gap: 15px;
}
.custom-shape-filter {
  margin-left: 72px;
  margin-right: 24px;
}
.custom-result-count {
  margin-left: 72px;
  margin-right: 34px;
}
.page-numbers li {
  align-content: center;
  padding: 5px !important;
}
.custom-pagination-below-container {
  justify-content: right;
  display: flex;
  position: relative;
  bottom: 25px;
}
.woocommerce-pagination .prev:before {
    content: url('/wp-content/uploads/2025/09/arrow-left.svg');
}
.woocommerce-pagination .next:before {
    content: url('/wp-content/uploads/2025/09/arrow-right.svg');
}
.page-numbers i {
  display: none;
}

.custom-shape-filter select, .woocommerce-ordering select {
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;        
    background: url('/wp-content/uploads/2025/09/Icon-submit.svg') no-repeat!important;
    background-position-x: right 16px !important;
    background-position-y: center !important;
}
@media(max-width:992px){
  .container-products .product-image, .container-products .product-image img {
  width: 100% !important;
  display: flex;
}  
 .custom-sorting-info-wrapper {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
.custom-shape-filter {
  margin-left: 0;
  margin-right: 0;
}
.custom-result-count {
  margin-left: 0;
  margin-right: 0;
}
.custom-sorting-info-wrapper {
  padding: 14px;
  margin-bottom: 29px;
}
.container-products .product {
  grid-column: span 4;
}
.container-products {
  grid-row-gap: 20px;
}
}
@media(max-width:768px){
.container-products .product {
  grid-column: span 6;
}  
}
@media(max-width:576px){
.container-products .product {
  grid-column: span 12;
}
  
.container-products {
  grid-column-gap: 0;
  grid-row-gap: 12px;
}
}
@media(max-width:1376px){
  .container-products{
    padding-left: 0;
    padding-right: 0;
  }
}
.cat-description, .custom-category-shop {
  margin-top: 32px;
  margin-bottom: 32px;
}
.category-description-under-prod {
  border-top: 1px solid #696969;
  padding: 36px 0px;
  padding-bottom: 0;
}
.custom-products-wrapper {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
    .custom-category-description {
        overflow: hidden;
        max-height: 6em; 
        position: relative;
    }
    .custom-category-description.expanded {
        max-height: none;
    }
    .custom-category-description.expanded::after {
        content: '';
    }
    .read-more-btn {
    display: block;
    margin-top: 10px;
    color: #0F0F0F;
    cursor: pointer;
    font-weight: 600;
    }
}
.breadcrumbs {
  background: #1D1D1D;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
.breadcrumb_last {
  color: #EBDACE;
}
.post-content .white-btn {
  position: unset !important;
  height: fit-content;
}
.post-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #696969;
  margin-top: 64px;
  padding-top: 57px;
}
.post-content h2 {
  margin: 0;
}
.single-post-content {
  max-width: 1130px;
  margin-top: 40px;
}
.single-post-content .wp-block-list {
  padding-left: 15px;
}
.post-simple-content {
  margin-top: 45px;
}
.post-simple-content span{
  display: flex;
  gap: 10px;
}
.single-special-post-content img {
  width: 100%;
  height: 100%;
}
.special-content {
  align-content: center;
  background: #F2E9E2;
  padding-left: 48px!important;
  padding-right: 24px!important;
}
.single-special-post-content {
  margin-top: 30px;
}
.single-post .knowledge {
  margin-bottom: 72px;
}
@media(max-width:992px){
  .special-content {
  padding: 24px!important;
}
}
@media(max-width:768px){
  .single-special-post-content {
  margin-top: 28px;
  flex-direction: column;
}
.single-post-content {
  margin-top: 28px;
}
.post-content {
  margin-top: 35px;
  padding-top: 20px;
  flex-direction: column;
  align-items: baseline;
}
.post-content a {
  margin-top: 12px;
}
.single-post .knowledge {
  margin-bottom: 42px;
}
}
.posts-blog {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 53px;
}
.posts-blog .post-item {
  grid-column: span 4;
}
.posts-blog .post-iteme img {
  width: 100%;
  height: 298px;
  object-fit: cover;
}
.posts-blog .post-item h5 a {
  color: #0F0F0F !important;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}
.posts-blog .post-item h5 {
  margin-top: 13px;
}
.page-template-blog .page-numbers {
  padding: 6px 15px;
}
.page-template-blog .pagination {
  justify-content: end;
  border-bottom: 1px solid #696969;
  margin-bottom: 48px;
  padding-bottom: 25px;
}
.page-template-blog h1 {
  margin-top: 45px;
  margin-bottom: 10px;
}
.page-template-blog .text-L {
  margin: 0;
    margin-bottom: 0px;
  padding-bottom: 35px;
  margin-bottom: 27px !important;
  border-bottom: 1px solid #696969;
}
.posts-blog .post-item:first-child {
  grid-column: span 12; 
}
.posts-blog .post-item:first-child {
 flex-direction: row;
 display: flex;
}
.posts-blog .post-item:first-child .image-link-post, .posts-blog .post-item:first-child span {
width: 50%;
}
.posts-blog .post-item:first-child span{
  background-color: #F2E9E2;
  padding: 58px 48px;
}
.posts-blog .post-item:first-child .image-link-post img{
  height: 100%;
  object-fit: cover;
}
.first-post-date {
  color: #AF7856;
  font-weight: 600;
  margin-bottom: 6px;
}
.posts-blog h3 {
  margin-bottom: 24px;
}
.posts-blog .post-item:first-child .btn-read-more {
  background: #0F0F0F;
  padding: 10px 8px;
  color: white!important;
  text-decoration: unset!important;
}
.posts-blog .post-item:first-child .btn-read-more:hover {
  background: #313131;
}
.posts-blog .post-item:first-child  .entry-content {
  margin-bottom: 28px;
}
.posts-blog .post-item:first-child .btn-read-more img {
  height: fit-content !important;
  margin-left: 6px;
  width: fit-content !important;
}
.page-template-blog .page-numbers {
  padding: 6px 15px;
  display: flex;
}
.posts-blog .post-item:first-child .image-link-post:hover img {
  transform: unset!important;
}
.posts-blog .post-item:first-child .hidden-post {
  display: none!important;
}
@media(max-width:992px){
  .posts-blog .post-item:first-child .image-link-post, .posts-blog .post-item:first-child span {
  width: 100%!important;
}
.posts-blog .post-item:first-child {
  flex-direction: column;
  display: flex;
}
.posts-blog .post-item:first-child span {
  padding: 20px 14px 29px 14px;
}
.posts-blog h3 {
  margin-bottom: 20px;
}
.posts-blog .post-item {
  grid-column: span 6;
}
.posts-blog {
  grid-row-gap: 25px;
}
.page-template-blog .pagination {
  margin-bottom: 35px;
  padding-bottom: 10px;
}
}
@media(max-width:576px){
  .posts-blog .post-item {
  grid-column: span 12;
}
.posts-blog {
  grid-row-gap: 25px;
}
}
.newsletter {
  color: #F8EEE7;
  padding: 37px 114px;
  margin-bottom: 72px;
}
.newsletter h1, .newsletter h4 {
  color: #FFF;
}
.newsletter {
  color: #F8EEE7;
  padding: 37px 114px;
}
.newsletter h4 {
  width: 46%;
  margin-top: 21px;
  margin-bottom: 20px;
}
  .newsletter {
  margin-top: 72px;
  margin-bottom: 72px;
}
.single-product .type-product {
  margin-top: 35px;
}
@media(max-width:992px){
  .newsletter {
  color: #F8EEE7;
  padding: 33px 15px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.newsletter h4 {
  width: 100%;
  margin-bottom: 14px;
}
  .newsletter {
    background-position: center;
  }
  .single-product .type-product {
  margin-top: 20px;
}
.greeting {
  margin-bottom: 24px;
}
}
.gallery-product img {
  max-height: 555px;
  object-fit: cover;
}
.woocommerce a.button.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-button{
  flex-direction: row;
  display: flex !important;
  background: #0F0F0F !important;
  background-color: #0F0F0F !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  border: none !important;
  height: 46px;
  color: #FFF !important;
  justify-content: center !important;
}
.woocommerce-LostPassword.lost_password a {
  color: #0F0F0F !important;
}
.woocommerce a.button.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .woocommerce-button:hover{
background: #3D3D3D!important;
color: #FFFFFF!important;
text-decoration: underline;
}
.woocommerce-account .main a {
  color: #0F0F0F !important;
}
.woocommerce-account .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce {
  margin-top: 72px;
  margin-bottom: 72px;
}
@media(max-width:992px){
.woocommerce-account .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-cart .woocommerce {
  margin-top: 24px;
  margin-bottom: 24px;
}  
}
.showcoupon, .woocommerce-privacy-policy-link, .shipping-calculator-button {
  color: #0F0F0F;
}
.woocommerce-info {
  background: #F2E9E2;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #F2E9E2;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #F2E9E2;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #F2E9E2;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
  border-color: #696968 !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border-radius: 0px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  background: #fff!important;
  border: 1px solid #EBDACE;

}
.select2-container .select2-dropdown, .select2-container .select2-selection {
  background-color: white;
  border: 1px solid #EBDACE;
  border-radius:0;
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
  border-color: #EBDACE!important;
}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #EBDACE!important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: .5em;
  display: block;
  background-color: var(--wc-form-color-background,#fff);
  border: var(--wc-form-border-width) solid #EBDACE!important;
  border-radius: 0!important;
}
.woocommerce-cart-form .shop_table th {
  color: #AF7856;
  font-size: 20px;
  line-height: 29px !important;
}
.woocommerce table.shop_table thead {
  background: #F9F9F9;
}
.woocommerce table.shop_table {
  border-radius: 0;
  border: none!important;
}
.cart_totals {
  background: #F9F9F9;
  padding: 12px 16px;
}
.cart_totals h2 {
  color: #AF7856;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}
.woocommerce-cart .woocommerce-Price-amount.amount {
  font-weight: 600;
  font-size: 16px;
}
body.woocommerce-page table.shop_table thead th {
  border-top: 1px solid #EBDACE !important;
  border-bottom: 1px solid #EBDACE !important;
}

body.woocommerce-page table.shop_table thead th:first-child {
  border-left: 1px solid #EBDACE !important;
}

body.woocommerce-page table.shop_table thead th:last-child {
  border-right: 1px solid #EBDACE !important;
}
body.woocommerce-page table.shop_table tbody td {
  border-bottom: 1px solid #EBDACE !important;
  padding-bottom: 16px;
  padding-top: 16px;
}
.coupon-toggle {
  position: absolute;
  right: 0;
}

body.woocommerce-page .cart_totals table.shop_table th {
  border-bottom: 1px solid #EBDACE !important;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media(max-width:1199px){
  .woocommerce-cart .woocommerce{
    display: unset!important;
  }
}
@media(max-width:768px){
  .coupon-form-row {
  display: flex !important;
}
.coupon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.coupon-form-row {
  position: relative;
}
.woocommerce-cart-form .quantity .sub.relative {

  width: 100%;
}

.woocommerce-cart-form .cart_item .quantity {
  width: fit-content;
  display: flex;
}
.woocommerce-cart-form .product-quantity {
  justify-content: space-between;
  display: flex !important;
  align-items: center;
}
.woocommerce-cart-form .product-remove {
  justify-content: end;
  display: flex !important;
}
}
.woocommerce-cart .woocommerce-cart-form .shop_table tr:last-child,
.woocommerce-cart .woocommerce-cart-form .shop_table tr:last-child td {
    border-bottom: none !important;
}
@media(max-width:600px){
.woocommerce-cart .coupon-form-row td {
  display: flex !important;
  flex-direction: column!important;
  width: 100%;
}
.woocommerce-cart .coupon {
    position: relative;
    right: unset;
    display: flex !important;
    flex-direction: column;
  }
  .woocommerce-cart .coupon-form-row td::before{
    text-align: left!important;
    margin-bottom: 5px;
  }
  #coupon_code {
  height: 45px;
}
}
@media(max-width:1199px){
 .files-list {
  grid-template-columns: repeat(4, 1fr);

} 
}
@media(max-width:992px){
 .files-list {
  grid-template-columns: repeat(3, 1fr);

}
.custom-shape-filter, .custom-sorting, .custom-sorting .woocommerce-ordering {
  width: 100%;
  max-width: unset;
} 
}
@media(max-width:768px){
 .files-list {
  grid-template-columns: repeat(2, 1fr);

} 
}
@media(max-width:568px){
 .files-list {
  grid-template-columns: repeat(1, 1fr);

} 
.files-list span {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-left: 8px;
}
}
@media only screen and (max-width: 600px) {
	#nav_menu-2 .menu, #nav_menu-3 .menu, #block-8 .category-footer-list {
	  	max-height: 0;
	  	overflow: hidden;
	  	opacity: 0;
	  	transition: max-height 0.5s ease, opacity 0.3s ease;
	}

	#nav_menu-2.open .menu, #nav_menu-3.open .menu, #block-8.open .category-footer-list {
	  	max-height: 500px;
	  	opacity: 1;
	}
	.toggle-information, .toggle-account, .toggle-category {
	  	cursor: pointer;
	  	position: relative;
	  	padding-right: 20px;
	}

	.toggle-information::after, .toggle-account::after, .toggle-category::after {
	  	font-family: "Font Awesome 5 Free";
		content: "\f107";
	  	position: absolute;
	  	right: 0;
	  	transition: transform 0.5s ease;
	}
	 #nav_menu-2.open ~ .toggle-information::after, .toggle-information.active::after, #nav_menu-3.open ~ .toggle-account::after, .toggle-account.active::after, #block-8.open ~ .toggle-category::after, .toggle-category.active::after  {
	  	font-family: "Font Awesome 5 Free";
		content: "\f106";
	}
}
.mobileMenuWrap.open {
  width: 100%;
}
.mobileMenuWrap {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
}
.placeClickMobileCloseMenu, .placeClickPCCloseMenu {
  background: unset;
}
.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-error {
  background: #F2E9E2;
}
.woocommerce-error li a {
  color: #0F0F0F;
}
body.woocommerce-page #order_review table.shop_table tbody td {
  border-bottom: none !important;
  border-top: 1px solid #EBDACE!important;
}
body.woocommerce-page #order_review table.shop_table thead th {
  border-bottom: 1px solid #EBDACE !important;
}
body.woocommerce-page #order_review table.shop_table tfoot td {
  border-top: 1px solid #EBDACE!important;
}
body.woocommerce-page #order_review table.shop_table tfoot th {
  border-top: 1px solid #EBDACE!important;
}
body.woocommerce-page #order_review table.shop_table tbody tr:first-child td {
  border-top: none !important;
}
body.woocommerce-page #order_review table.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.mobile-contact-data .mobile-socials {
  padding: 0;
  gap: 15px;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mobile-contact-data .mobile-socials a {
  color: #0F0F0F;
  font-size: 14px;
  line-height: 21px;
}
.mobile-contact-data .mobile-socials img {
  margin-right: 9px;
}
.mobile-contact-data {
  position: relative;
}
@media(max-width:1199px){
  #menu-menutop, .top_nav_bar_wrap div {
  width: 100%;
}
.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}
.navbar-nav .nav-link{
  position: relative;
}
.dropdown-toggle.rotate::after {
    transform: rotate(180deg);
}
  .mobileMenuWrap.open > div:nth-child(2) {
    height: calc(100vh - 80px);
  }
  .mobile-box-header > div:first-child {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
 .header-data-2, .header-data-3, .header-data-4{
  display: none;
 }
}
@media(max-width:768px){
   .mobileMenuWrap.open > div:nth-child(2) {
    height: calc(100vh - 139px);
  }
  .hidden-content-configuration{
    transform: translateY(0)!important;
  }
  .product-list-custome .product .product-image img {
  width: 100%;
}
  .hero-home-info {
    padding-left: 16px;
    padding-right: 16px;
  }
	.logo-mobile-box{
		position: relative;
		top: 20px;
		height: 31px;
	}
}
.statute h4 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.statute, .delivery {
  margin-top: 70px;
  margin-bottom: 70px;
}
.statute a{
  color: #000;
}
.statute a:hover{
  color: #AF7856;
}
.no-slick img {
  width: 100%;
}
@media (min-width:768px) and (max-width:849px){
 .no-slick .product {
    max-width: 150px;
  }
    .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width:850px) and (max-width:1009px){
 .no-slick .product {
    max-width: 180px;
  }
    .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width:1010px) and (max-width:1200px){
 .no-slick .product {
    max-width: 220px;
  }
    .woocommerce ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width:1201px) and (max-width:1376px){
 .no-slick .product {
    max-width: 250px;
  }
}
@media (min-width:1377px){
.no-slick .product  {
  max-width: 309px;
}
}
.woocommerce-Price-amount.amount {
  color: #AF7856;
}