/*
Theme Name: Joux
Author: Fullo
Version: 1.0
Text Domain: Joux
*/

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Roboto-Itallic";
  src: url("../fonts/Roboto-Itallic.ttf");
}

@font-face {
  font-family: "Belleza-Regular";
  src: url("../fonts/Belleza-Regular.ttf");
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Roboto-Regular";
}

button,
img:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

p {
  font-family: "Roboto-Regular";
  line-height: 1.5;
  color: #000;
  margin-bottom: 15px;
}

h2 {
  font-size: 25px;
  text-transform: uppercase;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tns-horizontal.tns-subpixel {
  white-space: normal !important;
}

.home-products .tns-nav {
  display: none;
}

.tiny-all-products .tns-nav {
  display: none;
}

.container {
  width: 100%;
  max-width: 1680px;
  padding: 0 15px;
  margin: auto;
}

header .logo img {
  width: 150px;
  height: auto;
}

.home-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);

  /* top: 50%; */

  top: 40%;

  z-index: 9;
  text-align: center;
}

.home .section .gradient > img {
  height: 100vh;
  width: 100%;
}

.home .section h1 {
  color: #fff;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.72px;
  text-transform: uppercase;
}

.home .section p {
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  width: 55%;
  margin: 0 auto;
}

.xxx .products {
  margin: 0 -10px;
  padding-top: 30px;
}

.xxx .slick-track {
  display: flex;
}

.home .section a {
  background: #d0ae67;

  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;

  line-height: normal;
  letter-spacing: 2px;

  padding: 20px 85px;

  display: inline-block;
  margin: 20px auto;
  text-align: center;
  margin-top: 35px;
}

.home header {
  box-shadow: unset;
}

header {
  background: #fff;
}

.home header {
  background: transparent;
}

header {
  /* padding: 30px 0; */
  padding: 15px 0;
  /* position: absolute; */
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 19;
  /* background-color: #030f46; */
  box-shadow: 0px 3px 6px #00000015;
}

header.headerScroll {
  /* background: #3d3935; */
  background: #fff;
  box-shadow: 0px 3px 6px #00000015;
}

.home header.headerScroll {
  /* background: #3d3935; */
  background: #18191b;
}

header .current-menu-item a {
  color: #d0ae67 !important;
}

footer .current-menu-item a {
  color: #d0ae67 !important;
}

header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .nav ul {
  display: flex;
}

header .nav ul li {
  padding-right: 62px;
}

header .nav ul li:last-child {
  padding-right: 0;
}

header .nav .links li a {
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 60px 0;
}

header .header-icons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

header .icons-custom {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

header .icons-custom a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}

header .icons-custom img {
  height: 24px;
}

header .icons-custom span {
  color: #fff;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

header .cart_count span {
  color: #fff;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

header .cart_count a {
  color: #fff;
  font-family: "Roboto-Bold";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

footer .logo {
  text-align: center;
}

footer .under-grid > p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  width: 100%;
  margin-top: 45px;
  margin-bottom: 55px;
}

.home.fp-viewing-3 header {
  display: none;
}

footer .footer-links {
  border-top: 0.5px solid rgba(24, 25, 27, 0.5);
  border-bottom: 0.5px solid rgba(24, 25, 27, 0.5);
  padding: 35px 0;
}

footer .footer-links ul {
  display: flex;
  justify-content: center;
}

footer .footer-links ul li {
  padding-right: 67px;
}

footer .footer-links ul li:last-child {
  padding-right: 0;
}

footer .footer-links ul li a {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

/* Start WooCommerce */

.main_cat_list {
  padding-top: 133px;
}

.single #primary {
  padding-top: 133px;
}

.main_cat_list .container {
  width: 100%;
  max-width: 1420px;
  padding: 0 15px;
  margin: auto;
}

.archive header .nav .links li a,
.single header .nav .links li a,
.woocommerce-cart .nav .links li a,
.woocommerce-checkout .nav .links li a,
.page-template-template-about .nav .links li a,
.page-template-template-contact .nav .links li a,
.page-template-template-rug-size .nav .links li a,
.page-template-template-fitting-room .nav .links li a,
.woocommerce-account .nav .links li a {
  color: #18191b;
}

.archive .header-icons .icons-custom img,
.single .header-icons .icons-custom img,
.woocommerce-cart .header-icons .icons-custom img,
.woocommerce-checkout .header-icons .icons-custom img,
.page-template-template-about .header-icons .icons-custom img,
.page-template-template-contact .header-icons .icons-custom img,
.page-template-template-rug-size .header-icons .icons-custom img,
.page-template-template-fitting-room .header-icons .icons-custom img,
.woocommerce-account .header-icons .icons-custom img {
  filter: brightness(0) invert(0);
}

/* Hamburger Menu */

.archive .toggle-menu span,
.single .toggle-menu span,
.woocommerce-cart .toggle-menu span,
.woocommerce-checkout .toggle-menu span,
.page-template-template-about .toggle-menu span,
.page-template-template-contact .toggle-menu span,
.page-template-template-rug-size .toggle-menu span,
.page-template-template-fitting-room .toggle-menu span,
.woocommerce-account .toggle-menu span {
  background-color: #000;
}

.archive .toggle-menu span:before,
.archive .toggle-menu span:after,
.single .toggle-menu span:before,
.single .toggle-menu span:after,
.woocommerce-cart .toggle-menu span:before,
.woocommerce-cart .toggle-menu span:after,
.woocommerce-checkout .toggle-menu span:before,
.woocommerce-checkout .toggle-menu span:after,
.page-template-template-about .toggle-menu span:before,
.page-template-template-about .toggle-menu span:after,
.page-template-template-contact .toggle-menu span:before,
.page-template-template-contact .toggle-menu span:after,
.page-template-template-rug-size .toggle-menu span:before,
.page-template-template-rug-size .toggle-menu span:after,
.page-template-template-fitting-room .toggle-menu span:before,
.page-template-template-fitting-room .toggle-menu span:after,
.woocommerce-account .toggle-menu span:before,
.woocommerce-account .toggle-menu span:after {
  background-color: #000 !important;
}

/* end Hamburger Menu */

/* .archive .header-icons .dgwt-wcas-search-icon svg,
.single .header-icons .dgwt-wcas-search-icon svg,
.woocommerce-cart .header-icons .dgwt-wcas-search-icon svg,
.woocommerce-checkout .header-icons .dgwt-wcas-search-icon svg,
.page-template-template-about .header-icons .dgwt-wcas-search-icon svg,
.page-template-template-contact .header-icons .dgwt-wcas-search-icon svg,
.page-template-template-rug-size .header-icons .dgwt-wcas-search-icon svg,
.page-template-template-fitting-room .header-icons .dgwt-wcas-search-icon svg,
.woocommerce-account .header-icons .dgwt-wcas-search-icon svg {
  filter: brightness(0) invert(0);
} */

.archive .header-icons .dgwt-wcas-search-icon:after,
.single .header-icons .dgwt-wcas-search-icon:after,
.woocommerce-cart .header-icons .dgwt-wcas-search-icon:after,
.woocommerce-checkout .header-icons .dgwt-wcas-search-icon:after,
.page-template-template-about .header-icons .dgwt-wcas-search-icon:after,
.page-template-template-contact .header-icons .dgwt-wcas-search-icon:after,
.page-template-template-rug-size .header-icons .dgwt-wcas-search-icon:after,
.page-template-template-fitting-room .header-icons .dgwt-wcas-search-icon:after,
.woocommerce-account .header-icons .dgwt-wcas-search-icon:after {
  content: "";
  background: url(../images/search_icon_black.svg);
  background-size: contain;
  width: 20px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
}

.archive header .cart_count span,
.single header .cart_count span,
.woocommerce-cart header .cart_count span,
.woocommerce-checkout header .cart_count span,
.page-template-template-about header .cart_count span,
.page-template-template-contact header .cart_count span,
.page-template-template-rug-size header .cart_count span,
.page-template-template-fitting-room header .cart_count span,
.woocommerce-account header .cart_count span {
  color: #18191b;
}

.archive header .cart_count a,
.single header .cart_count a,
.woocommerce-cart header .cart_count a,
.woocommerce-checkout header .cart_count a,
.page-template-template-about header .cart_count a,
.page-template-template-contact header .cart_count a,
.page-template-template-rug-size header .cart_count a,
.page-template-template-fitting-room header .cart_count a,
.woocommerce-account header .cart_count a {
  color: #18191b;
}

.dgwt-wcas-search-icon::after {
  content: "";
  background: url(../images/search_icon.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top: 2px;
}

/* .archive .header-icons .cart_icon img,
.single .header-icons .cart_icon img,
.woocommerce-cart .header-icons .cart_icon img,
.woocommerce-checkout .header-icons .cart_icon img,
.page-template-template-about .header-icons .cart_icon img,
.page-template-template-contact .header-icons .cart_icon img,
.page-template-template-rug-size .header-icons .cart_icon img,
.page-template-template-fitting-room .header-icons .cart_icon img,
.woocommerce-account .header-icons .cart_icon img {
  filter: brightness(0) invert(0);
} */

.main_shop_cat #primary .products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin-top: 35px;
}

.main_cat_list .woocommerce-products-header {
  text-align: center;
  margin-top: 56px;
}

.main_cat_list .woocommerce-products-header h1 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.main_cat_list .woocommerce-products-header .page-description {
  width: 90%;
  margin: 0 auto;
}

.main_cat_list .woocommerce-products-header .page-description p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.16px;
}

.storefront-breadcrumb {
  width: 100%;
  max-width: 1680px;
  padding: 0 15px;
  margin: auto;
}

/* Logo  */

header .black-logo {
  display: block;
}

header .white-logo {
  display: none;
}

.home header .white-logo {
  display: block;
}

.home header .black-logo {
  display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  padding: 0 7px !important;
  text-indent: initial !important;
  color: rgba(24, 25, 27, 0.5) !important;
}

.breadcrumpsWrap .storefront-breadcrumb {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.breadcrumpsWrap .storefront-breadcrumb a {
  color: rgba(24, 25, 27, 0.5);
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none !important;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  display: none !important;
}

/* Single */

.woocommerce_single_wrap {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce_single_wrap .woo-left,
.woocommerce_single_wrap .woo-right {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.woocommerce_single_wrap .woo-right {
  padding-left: 55px;
}

.single-flex-wrap .product .product_title {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.single-flex-wrap .single_add_to_cart_button {
  font-family: "Roboto-Bold";
  background-color: #d0ae67 !important;
  border-radius: 0px;
  border: 0;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  padding-left: 25px;
  padding-right: 50px;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;

  width: 100%;
}

.woocommerce-product-details__short-description p {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input {
  height: 0;
  width: 0;
  opacity: 0;
  display: none;
}

.variable-item.radio-variable-item.selected .variable-item-contents {
  color: #18191b !important;
}

.reset_variations {
  display: none !important;
}

.single-flex-wrap .container {
  width: 100%;
  max-width: 1420px;
  padding: 0 15px;
  margin: auto;
}

.single-flex-wrap .custom-sku span {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.single-flex-wrap .custom-sku {
  color: #18191b;
  font-family: "Roboto-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

/* .single-tabs-wrapper {
  display: none;
} */

.accordion-content {
  display: none;
}

.accordion-container {
  margin-top: 60px;
}

.content-entry {
  border-radius: unset;
  background: transparent;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(24, 25, 27, 0.5);
}

.content-entry:last-child {
  margin: 0;
}

.accordion-content p {
  margin: 0;
  padding: 15px 0px;
  text-align: left;
  background: transparent;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 14px !important;
  font-family: "Roboto-Regular";
}

.accordion-content {
  background: unset;
}

.accordion-container .article-title {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.accordion-container .article-title a {
  color: #18191b;
  font-size: 15px;
}

.product-info-price .price-box.price-final_price .price {
  font-size: 30px !important;
}

.accordion-content.block div {
  padding: 10px;
}

.article-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.article-title a:hover {
  cursor: pointer;
}

/* Variation  */

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item.radio-variable-item
  img {
  border-radius: 5px;
  display: none !important;
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  row-gap: 20px;
}

.value.woo-variation-items-wrapper {
  background-color: transparent !important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(24, 25, 27, 0.5);
  /* margin-bottom: 40px; */
}

table:not(.has-background) th {
  background-color: transparent !important;
}

table.variations {
  width: 100%;
}

.single .edit-link {
  display: none;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  .variable-item-contents {
  /* color: #18191b; */
  color: rgba(24, 25, 27, 0.5);
  font-family: "Roboto-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.variable-item-contents .price ins {
  text-decoration: none;
}

.variable-item-contents .price ins span {
  color: #a60000;
}

table.variations th {
  display: none !important;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item
  input
  + span {
  margin-inline: 0 !important;
}

.single .quantity {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* .woocommerce-variation.single_variation {
  margin-bottom: 25px !important;
} */

.variation-label span {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-top: 35px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(24, 25, 27, 0.5);
  display: block;
}

footer .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 90px;
}

footer .grid .left ul li span {
  color: #d0ae67;
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

footer .grid .left ul li {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

footer .grid .left ul li a {
  color: #18191b;
}

footer .grid .left .logo {
  margin-bottom: 52px;
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
}

footer .copyright p {
  margin: 0;
  color: #18191b;
  text-align: right;
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .grid .right h2 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

footer .grid .right p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Cart */

/* 
.woocommerce-cart .container h1 {
  padding-top: 150px;
}

.woocommerce-checkout .container h1 {
  padding-top: 150px;
} */

/* Gallery custom */

/* .single .woo-left .slick-list {
  height: 900px !important;
}


.wpgs_image img {
  height: 900px;
  object-fit: cover;
}

.thumbnail_image img {
  width: 100%;
} */

.single .wvg-single-gallery-image-container {
  height: 900px !important;
}

.single .wvg-single-gallery-image-container img {
  height: 900px !important;
  object-fit: cover;
}

.var_info_custom {
  margin-bottom: 20px;
}

/* Var info custom */

.var_info_custom .price .amount bdi {
  color: #a60000;
  font-family: "Roboto-Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.var_info_custom ins {
  text-decoration: none;
}

.var_info_custom del {
  text-decoration: line-through;
}

/* Two price DEL TAG */

.var_info_custom .price del .amount bdi {
  color: #18191b;
  font-size: 20px;
}

.var_info_custom .price {
  display: flex;
  flex-direction: column;
}

.single .custom_sale_badge {
  background-color: #a60000;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 120px;
  padding: 8px;
  position: absolute;
  top: 70px;
  right: 25px;
}

.single .woo-left {
  position: relative;
}

.woo-variation-swatches
  .variable-items-wrapper.radio-variable-items-wrapper
  .radio-variable-item {
  padding: 0 !important;
}

footer .container {
  max-width: 1420px;
}

/* About us */

.main_shop_cat .products li {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.main_shop_cat .products .custom_sale_badge {
  background-color: #a60000;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 120px;
  padding: 8px;
  position: absolute;
  top: 20px;
  right: 25px;
}

.main_shop_cat .products .price {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.main_shop_cat .products .woocommerce-loop-product__title {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 20px;
  margin-bottom: 8px;
}

.site-main .storefront-sorting:first-child,
.site-main .storefront-sorting:first-child .sort_list,
.archive .site-main .storefront-sorting.first-sort,
.archive .site-main .storefront-sorting.first-sort .sort_list {
  display: none;
}

.storefront-sorting .woocommerce-ordering select {
  border: unset;
  border-radius: 0;
  padding: 6px 10px;
  font-size: 14px;
  color: #18191b;
  font-family: "Roboto-Regular";

  background: url(../images/down_arrow.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center right 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* .storefront-sorting {
  display: none;
} */

.main_shop_cat #main .storefront-sorting:last-child .woocommerce-ordering {
  display: none !important;
}

.storefront-sorting .woocommerce-result-count:last-child {
  display: none !important;
}

.single .default-price {
  color: #a60000;
  font-family: "Roboto-Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 15px;
}

/* Mini cart dropdown */

.modal_cart {
  display: none;
  background-color: rgba(95, 95, 95, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 1;
}

.woocommerce-mini-cart.cart_list.product_list_widget {
  display: inherit;
  max-height: 40vw;
  overflow: scroll;
}

.widget_shopping_cart_content {
  padding-top: 15%;
}

.header-widgets-cart .widgettitle {
  font-weight: normal;
}

.header-widgets-cart .widgettitle {
  position: absolute;
  right: 20px;
  top: 20px;
  left: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 0 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;

  font-family: "Roboto-Regular";
}

.header-widgets-cart .widgettitle::after {
  content: "";
  background: url(../images/close_icon-1.svg);
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}

.my_cart .woocommerce-Price-amount.amount {
  display: none;
}

.my_cart {
  position: relative;
}

.cart_icon img {
  min-width: 20px;
  height: 24px;
}

.cart_icon {
  cursor: pointer;
  position: relative;
}

.my_cart .cart-customlocation {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #d0ae67;
  margin: 0;
  font-family: "Inter-Regular";
  font-size: 12px;
  padding: 0;
  font-weight: bold;
  top: -20px;
  border: 2px solid #d0ae67;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}

.header-widgets-cart {
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;

  transform: translateX(0px);
  width: 480px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.header-widgets-cart.open_cart {
  transform: translateX(-480px);
  box-shadow: 0px 3px 6px #00000015;
}

header .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 17px;
  display: block;
  font-family: "Roboto-Regular";
}

.empty_cart_icon {
  display: block;
  margin: 0 auto -65px !important;
  width: 70%;
}

header .woocommerce-mini-cart-item.mini_cart_item a {
  display: flex !important;
  align-items: center;
  padding-top: 15px !important;
  padding-right: 10px !important;
  color: #333333;
  font-size: 14px;
  color: #231f20;

  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 15px !important;
  font-weight: normal !important;
  position: relative;
  padding-left: 15px;

  font-family: "Roboto-Regular";
}

header .woocommerce-mini-cart-item.mini_cart_item {
  position: relative;
  margin-left: 0;
  padding-right: 0;
}

header .woocommerce-mini-cart-item.mini_cart_item img {
  width: 100px !important;
  height: 100px !important;
  border: 1px solid #f2f2f2;
  float: none !important;
  margin-right: 15px;
}

.header-widgets-cart .woocommerce-Price-amount.amount {
  /*  display: block !important;*/
  padding-left: 5px;
}

.header-widgets-cart .quantity {
  display: flex;
  position: absolute;
  bottom: 11%;
  left: 27.5%;
  font-size: 14px;

  font-family: "Roboto-Regular";
}

.header-widgets-cart .remove.remove_from_cart_button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 1;
  text-decoration: underline;
  z-index: 10;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: unset;
  width: 100%;
  pointer-events: all;
}

.header-widgets-cart .remove.remove_from_cart_button::before {
  content: "Ukloni iz korpe";
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}

.woocommerce-mini-cart__buttons.buttons a {
  width: 48%;
  text-align: center;
  border: 1px solid #d0ae67 !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  font-size: 15px;
  font-family: "Roboto-Regular";
}

.woocommerce-mini-cart__buttons.buttons a:first-child {
  background: transparent;
  color: #d0ae67;
}

.woocommerce-mini-cart__buttons.buttons a:first-child:hover {
  background: #d0ae67;
  color: #fff;
}

.woocommerce-mini-cart__buttons.buttons a:nth-child(2) {
  background: #d0ae67;
  color: #fff;
}

.woocommerce-mini-cart__buttons.buttons a:nth-child(2):hover {
  color: #d0ae67;
  background: #fff;
}

header .woocommerce-mini-cart__total.total {
  position: absolute;
  bottom: 80px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: "Roboto-Bold";
}

header .woocommerce-mini-cart-item.mini_cart_item .variation {
  display: none;
}

.cart-customlocation span {
  display: none;
}

.mini_cart {
  position: relative;

  display: flex;
  column-gap: 10px;
}

.cart-customlocation .woocommerce-Price-amount.amount {
  display: none;
}

/* .cart-customlocation {
  position: absolute;
  top: -15px;
  left: 5px;
  color: #d0ae67;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "Roboto-Bold";
} */

/* .cart-customlocation:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d0ae67;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
} */

/* .woocommerce-notices-wrapper  {
  display: flex;
  justify-content: center;
  align-items: center;

  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 10px;
} */

.archive .woocommerce-notices-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: -15px;
  z-index: 9;
  text-align: center;
  display: none;
}

.woocommerce-notices-wrapper {
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #3d3137;
  text-align: center;
  margin-top: -25px;
}

.single .woocommerce-message {
  background: #d1ae67;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
}

/* .single .woocommerce-notices-wrapper,
.archive .woocommerce-notices-wrapper {
  display: none;
} */

/* .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message {
  background: #18191b;
  text-align: center;
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 99;

  display: flex;
  align-items: center;
  justify-content: center;
} */

.woocommerce-notices-wrapper a {
  margin-bottom: 0;
  font-family: "Belleza-Regular";
  font-style: normal;
  font-size: 14px;
}

.woocommerce-notices-wrapper a {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.woocommerce-notices-wrapper a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

.notices-custom-close {
  margin-left: 10px;
  display: none;
}

.notices-custom-close img {
  width: 24px;
}

.notices-custom-close:hover {
  cursor: pointer;
}

.woocommerce-products-header .category-header {
  margin-top: 70px;
  margin-bottom: 70px;
}

.woocommerce-result-count {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-top: 25px;
  margin-bottom: 0;
}

.category-header ul li a {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;

  display: inline-block;
  padding: 10px;
  background: transparent;
  padding: 10px;
}

.category-header ul li.active a {
  width: 100%;
  background: #d0ae67;
  display: inline-block;
  padding: 10px;
  color: #fff;
}

.category-header ul {
  display: flex;
  justify-content: center;
  column-gap: 25px;
  align-items: center;
  flex-direction: row-reverse;
}

.filters {
  margin-top: 50px;
  border-top: 1px solid rgba(24, 25, 27, 0.5);
  border-bottom: 1px solid rgba(24, 25, 27, 0.5);
  /* padding-top: 20px;
  padding-bottom: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.about-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-wrapper .grid {
  display: grid;
  grid-template-columns: 45% 50%;
  column-gap: 5%;
}

.about-wrapper .grid span {
  color: #d0ae67;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}

.about-wrapper .grid h1 {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.about-wrapper .grid p {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.16px;
}

.about-wrapper .container {
  max-width: 1420px;
}

.single-related-wrapper .related > h2 {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.single-related-wrapper .related .item h2 {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-top: 25px;
  margin-bottom: 8px;
}

.single-related-wrapper .related .item .price {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.single-related-wrapper .related .slick-slide {
  margin: 0 10px;
}

.single-related-wrapper .related .slick-list {
  margin: 0 -10px;
}

.single-tabs-wrapper {
  margin-bottom: 100px;
}

.single-related-wrapper .related .custom_sale_badge {
  top: 20px;
}

.all-page-wrapper {
  padding-top: 25px;
}

.header-widgets-cart.open_cart a.remove {
  position: absolute !important;
  bottom: 25px;
  right: 15px;
  z-index: 99;
  border-bottom: 0;
  font-size: 0 !important;
}


a.remove::before {
  font-size: 18px !important;
}

.paddingHeader {
  padding-top: 133px;
}

/* Contact */

.contact-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-wrapper .grid {
  display: grid;
  grid-template-columns: 45% 50%;
  column-gap: 5%;
}

.contact-wrapper .grid span {
  color: #d0ae67;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}

.contact-wrapper .grid h1 {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.contact-wrapper .grid p {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.16px;
}

.contact-wrapper .grid p strong {
  font-family: "Roboto-Bold";
}

.contact-wrapper .grid a {
  color: #d0ae67;
  font-family: "Roboto-Bold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 58px; /* 193.333% */
  letter-spacing: -1px;
}

.contact-wrapper .container {
  max-width: 1420px;
}

.contact-wrapper .maps {
  margin-top: 100px;
}

/* Cart and Checkout page */

.woocommerce-cart .breadcrumpsWrap,
.woocommerce-checkout .breadcrumpsWrap {
  padding-top: 133px;
}

.woocommerce-cart h1,
.woocommerce-checkout h1 {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 10px;
}

table.wc-block-cart-items .wc-block-cart-items__header th {
  font-family: "Roboto-Bold";
  font-weight: 700;
  color: #18191b;
}

.wc-block-components-product-name {
  font-family: "Roboto-Bold";
  color: #18191b;
  font-size: 18px !important;
}

.wc-block-components-formatted-money-amount {
  font-family: "Roboto-Bold";
  color: #18191b;
}

.wc-block-components-totals-coupon a {
  font-family: "Roboto-Bold";
  color: #18191b;
}

.is-large.wc-block-cart.wc-block-cart__totals-title {
  font-family: "Roboto-Bold";
  color: #18191b;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-family: "Roboto-Regular";
}

.wc-block-components-totals-item__label {
  font-family: "Roboto-Regular";
}

.wc-block-components-product-price {
  font-size: 16px;
  font-family: "Roboto-Regular";
}

.wc-block-components-product-details.wc-block-components-product-details li {
  font-family: "Roboto-Regular";
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-cart-item__quantity
  .wc-block-cart-item__remove-link {
  font-family: "Roboto-Bold" !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block {
  font-family: "Roboto-Bold" !important;
  color: #18191b !important;
}

.wc-block-components-checkout-step__title {
  font-family: "Roboto-Regular" !important;
}

.wc-block-components-checkout-step__description {
  font-family: "Roboto-Regular" !important;
}

.wc-block-checkout__terms {
  font-family: "Roboto-Regular" !important;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
  font-family: "Roboto-Regular" !important;
}

.home-about {
  background: #ebe8e3;
  backdrop-filter: blur(6.5px);
  padding: 80px 0;
}

.home-about .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  align-items: center;
}

.home-about .content span {
  color: #d0ae67;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}

.home-about .content h2 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.home-about .content h2 span {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: lowercase;
  display: block;
}

.home-about .content p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  letter-spacing: -0.16px;
  width: 75%;
  margin: 25px auto;
}

.home-about .content a {
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  display: inline-flex;
  height: 50px;
  padding: 18px 80px 16px 83px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #d0ae67;
}

.home-products {
  background: #fff;
  /* height: 500px; */
  padding: 100px 0;
}

.home-info {
  background: #ebe8e3;
  backdrop-filter: blur(6.5px);
  padding: 50px 0 40px 0;
}

.home-info .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 60px;
}

.home-info .grid div {
  text-align: center;
}

.home-info h2 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  width: 85%;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 25px;
}

.home-info p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer {
  padding-top: 50px;
}

.home-products h2 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 75px;
}

.home-products .flex h4 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.home-products .flex p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 50%;
  margin: 25px auto;
  margin-bottom: 75px;
}

.home-products .flex a {
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  display: inline-flex;
  height: 50px;
  padding: 18px 80px 16px 83px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #d0ae67;
}

.home-products .flex {
  display: flex;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
  background: #f5f5f5;
  backdrop-filter: blur(6.5px);
}

.home-products .flex:nth-child(odd) {
  flex-direction: row-reverse;
}

.home-products .flex .col {
  width: 50%;
}

.home-products h3 {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-top: 75px;
  margin-bottom: 50px;
}

.home-products .slider-home .woocommerce-loop-product__title {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
  margin-top: 25px;
  text-transform: unset;
  margin-bottom: 10px;
}

.home-products .slider-home .price {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.home-products li {
  position: relative;
}

.home-products .custom_sale_badge {
  background-color: #a60000;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  width: 100px;
  padding: 8px;
  position: absolute;
  top: 20px;
  right: 25px;
}

.home-products .slick-slide {
  margin: 0 10px;
}

.home-products .slick-list {
  margin: 0 -10px;
}

.filters-click h2 {
  color: #444443;
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: initial;
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 20px;
  border-left: 1px solid rgba(24, 25, 27, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
}

.filters .filters-wrapper {
  background: #fff;
  display: block;
  height: 100%;
  left: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(0px);
  width: 480px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 50px 15px;
}

.filters .filters-wrapper.open_cart {
  transform: translateX(-480px);
  box-shadow: 0px 3px 6px #00000015;
}

.filters .filters-wrapper .filters-close::before {
  content: "";
  background: url(../images/close_icon-1.svg);
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  padding-right: 0px;
}

.filters .filters-wrapper h3.filters-close {
  color: #444443;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: left;
}

.filters .filters-wrapper .bapf_head {
  text-align: left;
  margin-bottom: 10px;
}

.filters .filters-wrapper .bapf_body ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 7px;
}

.filters .filters-wrapper .bapf_head {
  color: #444443;
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: left;
  margin-top: 20px;
}

.berocket_aapf_widget_selected_filter,
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.bapf_sfa_taxonomy span,
.bapf_sfa_taxonomy ul,
.braapf_unselect_all {
  font-size: 13px;
  color: #212121 !important;
  font-family: "Roboto-Regular";
  column-gap: 5px !important;
}

.braapf_unselect {
  border-radius: 0 !important;
  padding: 7px 15px 7px 15px !important;
  color: #212121;
  background: #f2f2f2;
}

.bapf_sfilter ul li a {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 5px;
  font-size: 12px;
}

.bapf_sfilter ul li a i {
  color: #d0ae67;
  padding-left: 10px;
  padding-top: 2px;
}

.braapf_unselect_all {
  display: none !important;
}

.bapf_sfa_taxonomy > span {
  display: none;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
  margin-bottom: 0 !important;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul {
  margin-bottom: 0 !important;
  column-gap: 5px !important;
}

.bapf_sfilter {
  margin-bottom: 0 !important;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a i {
  margin-left: -1.2em !important;
  top: 1.1em !important;
}

.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
  background: #18191b !important;
}

.bapf_sfilter.bapf_divi_sfa
  .berocket_aapf_widget_selected_filter
  ul
  li
  a
  i::after,
.bapf_sfilter.bapf_divi_sfa
  .berocket_aapf_widget_selected_filter
  ul
  li
  a
  i::before {
  border-top: 1px solid #d0ae67 !important;
}

.braapf_unselect {
  border-radius: 0 !important;
  padding: 7px 10px 7px 15px !important;
  color: #fff !important;
  background: #18191b !important;
}

.yith-wcan-filters input[type="checkbox"],
.woof_sid_widget input[type="checkbox"],
.bapf_body input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 14px;
  width: 14px;
  background-image: url(/wp-content/uploads/2024/06/check.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative !important;
  margin: 0;
  opacity: 1 !important;
  border-radius: 0 !important;
}

.yith-wcan-filters input[type="checkbox"]:checked:before,
.woof_sid_widget input[type="checkbox"]:checked:before,
.bapf_body input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  height: 14px;
  width: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/wp-content/uploads/2024/12/check_in_up.png);
  background-size: contain;
}

.bapf_sfilter ul li {
  font-family: "Roboto-Regular";
  font-size: 14px;
  margin-bottom: 5px;
}

.dgwt-wcas-search-icon svg {
  fill: #fff;
  display: none;
}

.broj-cekiranih {
  border-radius: 60px;
  background: #18191b;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
}

.archive .filters .right {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

/* .archive .tp-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
} */

/* .archive .tp-image-wrapper img {
  height: 400px;
  object-fit: cover;
} */

/* .archive .tp-image-hover {
  height: 400px;
  object-fit: cover;
  position: relative !important;
  top: unset;
  left: unset;
  opacity: 1 !important;
  transition: unset !important;

  visibility: visible;
}

.tp-image-hover {
  visibility: hidden;
 }

 .slick-slide img {
  width: 100%;
} */

/* .archive .tp-image-hover {
  height: 400px;
  object-fit: cover;
  position: relative !important;
  top: unset;
  left: unset;
  opacity: 1 !important;
  transition: unset !important;

  visibility: visible;
}

.tp-image-hover {
  visibility: hidden;
 } */

/* Archive Style */

.tp-image-hover {
  visibility: hidden;
}

.archive .tp-image-wrapper img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.main_shop_cat #primary .products {
  grid-template-columns: repeat(1, 1fr);
}

.main_shop_cat #primary .products .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.custom-img-half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.custom-img-full img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.custom-img-half img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

/* .main_shop_cat .products li:nth-child(2) .tp-image-wrapper,
.main_shop_cat .products li:nth-child(3n) .tp-image-wrapper,
.main_shop_cat .products li:nth-child(7) .tp-image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}

.main_shop_cat .products li:nth-child(2) .tp-image-wrapper img,
.main_shop_cat .products li:nth-child(3n) .tp-image-wrapper img,
.main_shop_cat .products li:nth-child(7) .tp-image-wrapper img {
  height: 480px;
  object-fit: cover;
}

.main_shop_cat .products li:nth-child(2) .tp-image-hover,
.main_shop_cat .products li:nth-child(3n) .tp-image-hover,
.main_shop_cat .products li:nth-child(7) .tp-image-hover {
  height: 480px;
  object-fit: cover;
  position: relative !important;
  top: unset;
  left: unset;
  opacity: 1 !important;
  transition: unset !important;
  visibility: visible !important;
} */

/* Archive Style */

.archive .woocommerce-pagination .page-numbers,
.page-template-template-product-LANDING .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
}

.archive .woocommerce-pagination .page-numbers li,
.page-template-template-product-LANDING
  .woocommerce-pagination
  .page-numbers
  li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #d0d0d0;
  margin: 0 7px;
}

.archive .woocommerce-pagination .page-numbers li,
.archive .woocommerce-pagination .page-numbers li a,
.page-template-template-product-LANDING
  .woocommerce-pagination
  .page-numbers
  li,
.page-template-template-product-LANDING
  .woocommerce-pagination
  .page-numbers
  li
  a {
  font-family: "Roboto-Regular";
  font-size: 12px;
  overflow: hidden;
  color: #000;
}

.woocommerce-pagination .page-numbers li .page-numbers.current,
.page-template-template-product-LANDING .page-numbers li .page-numbers.current {
  background: #444443 !important;
  color: #fff !important;
}

.site-main .storefront-sorting:first-child .woocommerce-pagination,
.archive .site-main .storefront-sorting.first-sort .woocommerce-pagination {
  display: none !important;
}

/* my account page */

.all_pages_wrapper {
  background-color: #fff;
}

.woocommerce-account .all_pages_content .u-columns.col2-set {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
}

.woocommerce-account label {
  display: block;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #3d3137;
}

.all_pages_wrapper {
  padding: 25px 0 60px 0;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
}

#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-family: "Roboto-Regular";
  font-weight: 300;
}

.all_pages_wrapper .heading h1 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: #333333;
}

.all_pages_wrapper .heading {
  margin-bottom: 20px;
}

.woocommerce-account .all_pages_content .u-column1.col-1,
.woocommerce-account .all_pages_content .u-column2.col-2 {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 35px;
}

.woocommerce-account .all_pages_content button {
  font-family: "Roboto-Bold";
  background: #333333;
  border-radius: 6px;
  padding: 10px 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
}

.woocommerce-form__input-checkbox {
  width: auto !important;
}

.woocommerce-account .woocommerce-LostPassword a {
  color: #323e48;
  font-family: "Roboto-Bold";
}

.woocommerce-account h2 {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 20px;
}

.woocommerce-account p {
  font-family: "Roboto-Regular";
  font-style: normal;
  font-size: 15px;
  color: #333333;
  margin-bottom: 10px;
}

.woocommerce-account .topline p {
  margin-bottom: 0px !important;
  font-size: 14px !important;
}

.all_pages_content a {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #000;
}

.woocommerce-MyAccount-navigation a {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 80%;
}

.woocommerce-account .woocommerce-notices-wrapper {
  margin-bottom: 25px;
}

.woocommerce-account .breadcrumpsWrap {
  padding-top: 133px;
}

/* end my account page */

.gradient {
  /*z-index: 4;*/
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/linear-gradient.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rug-size-wrapper {
  padding-top: 100px;
  padding-bottom: 25px;
}

.rug-size-wrapper .container {
  max-width: 1420px;
}

.rug-size-wrapper h1 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.rug-size-wrapper h1 span {
  text-transform: uppercase;
  display: block;
}

.rug-size-wrapper p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 70%;
  margin: auto;
  margin-top: 30px;
}

.rug-size-wrapper .room {
  background: #f5f5f5;
  backdrop-filter: blur(6.5px);
  padding: 100px;
  padding-bottom: 0;
}

.rug-size-wrapper .room:nth-of-type(1) {
  margin-top: 70px;
}

.rug-size-wrapper .room {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}

.rug-size-wrapper .room img {
  margin: 70px 0px;
}

.rug-size-wrapper .room .info li {
  color: #000;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
}

.rug-size-wrapper .room .info li span {
  color: #000;
  font-family: "Roboto-Bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.rug-size-wrapper .room .info ul {
  width: 60%;
  text-align: left;
  margin: auto;
}

.newslleter-form .fluent_form_4 .wpf_has_custom_css.ff-btn-submit {
  background-color: #d0ae67;
  border-color: #d0ae67;
  color: #ffffff;
  min-width: 100%;
  border-radius: 0;
}

.newslleter-form .fluent_form_4 .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: #fff;
  border-color: #d0ae67;
  color: #d0ae67;
  min-width: 100%;
}

.newslleter-form .ff-default .ff-el-form-control {
  border-radius: 0;
}

.newslleter-form .fluentform .ff-el-tc label.ff_tc_label {
  display: unset;
}

.newslleter-form .ff-el-tc label.ff_tc_label > span {
  padding-right: 10px;
}

.newslleter-form .ff_t_c {
  margin: 0;
  padding: 0 5px 0 0;
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer .social-icons span {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-top: 30px;
}

footer .social-icons .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 10px;
}

.rug-size-wrapper .container > p {
  margin-bottom: 100px;
}

.room:last-child {
  padding-bottom: 100px;
}

.fitting-room-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fitting-room-wrapper .container {
  max-width: 1420px;
}

.fitting-room-wrapper h1 {
  color: #18191b;
  text-align: center;
  font-family: "Belleza-Regular";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.fitting-room-wrapper h2 {
  color: #18191b;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.fitting-room-wrapper p {
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 45%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}

.fitting-room-wrapper .form {
  margin-top: 70px;
}

.fitting-room-wrapper .form .step-1-post-code-cont {
  margin: 0 auto;
  width: 40%;
}

.fitting-room-wrapper .form .odabir-sobe-cont .ff_el_checkable_photo_holders {
  width: 100%;
  justify-content: center;
  display: flex;
  column-gap: 60px;
}

.odabir-sobe-cont .ff-el-form-check.ff-el-image-holder {
  border: 0 !important;
}

.odabir-sobe-cont .ff-el-form-check.ff-el-image-holder span {
  color: #18191b !important;
  text-align: center !important;
  font-family: "Roboto-Regular" !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: -0.2px !important;
  margin-top: 20px !important;
}

.odabir-sobe-cont .ff-el-form-check.ff_item_selected label > span {
  background-color: transparent !important;
  box-shadow: unset !important;
  color: #d0ae67 !important;
}

.fitting-room-wrapper .form .step-nav {
  margin-top: 100px;
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
}

.fitting-room-wrapper .form .ff_step_nav_last button.ff-btn-prev {
  background: #fff;
  border: 1px solid #18191b;
  padding: 12px 100px;
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.fitting-room-wrapper .form .ff_step_nav_last button.ff-btn-next {
  background: #d0ae67;
  border: 1px solid #d0ae67;
  padding: 12px 100px;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.fitting-room-wrapper .form button.ff-btn-submit {
  background-color: #d0ae67 !important;
  border: 1px solid #d0ae67;
  padding: 12px 100px;
  color: #fff;
  text-align: center;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px !important;
}

.fitting-room-wrapper .form .ff-el-is-error .text-danger {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.datum-step {
  width: 25%;
  margin: auto;
}

.vreme-step {
  width: 25%;
  margin: auto;
}

.tepih-step {
  width: 25%;
  margin: auto;
}

.opciono_radio_step .ff-el-form-check {
  background: transparent;
  width: 84px;
  height: 84px;
  border-radius: 50px;
  display: grid;
  place-content: center;
  border: 1px solid #18191b;

  font-family: "Roboto-Regular";
  font-size: 14px;
}

.opciono_radio_step .ff-el-form-check.ff_item_selected {
  background: #d0ae67;
  color: #fff;
  border: 1px solid #d1ae67;
}

.opciono_radio_step .ff-el-form-check label.ff-el-form-check-label {
  cursor: pointer !important;
  margin-bottom: 0 !important;

  width: 84px;
  height: 84px;
  display: grid;
  place-content: center;
}

.opciono_radio_step .ff-el-input--content {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-top: 50px;
}

.opciono_radio_step .ff-el-form-check-label .ff-el-form-check-input {
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: none;
}

.fluentform .ff-step-titles li.ff_active:before {
  background: #d0ae67 !important;
  border: 1px solid transparent;
  color: #d0ae67 !important;

  width: 14px !important;
  line-height: 14px !important;
}

.fluentform .ff-step-titles li.ff_completed:before {
  background: #d0ae67 !important;
  border: 1px solid transparent;
  color: #d0ae67 !important;
}

.fluentform .ff-step-titles li.ff_active:after {
  background: #d0ae67 !important;
}

.fluentform .ff-step-titles li.ff_completed:after {
  background: #d0ae67 !important;
}

.ff-step-header {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px !important;
}

.fluentform .ff-step-titles li:before {
  background: #f5f5f5 !important;
  border-radius: 50px !important;
  color: #f5f5f5 !important;

  width: 12px !important;
  line-height: 12px !important;
}

.fluentform .ff-step-titles li:after {
  background: #f5f5f5 !important;
  height: 3px !important;
  top: 6px !important;
}

.fitting-room-wrapper .ff-default .ff-el-form-control {
  background: #f5f5f5 !important;
  backdrop-filter: blur(6.5px);
  border-radius: 0;
  border: 0;
}

.fitting-room-wrapper .choices[data-type*="select-multiple"] .choices__inner {
  cursor: text;
  padding: 0 10px;
  background: #f5f5f5 !important;
  backdrop-filter: blur(6.5px);
  border-radius: 0;
  border: 0;
  height: 42px;
  display: inline-flex;
  align-items: center;
}

.fitting-room-wrapper .ff-default .ff-el-input--label label {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.slider-home .slick-arrow {
  display: none !important;
}

.home-products .mabel-siwc-img-wrapper img {
  width: 100% !important;
}

.home-products .mabel-siwc-img-wrapper {
  width: 100% !important;
}

.flex-most-visited {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-most-visited span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-most-visited span a {
  color: #18191b;
  text-align: right;
  font-family: "Roboto-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
}

.contact-wrapper .grid .ff-default .ff-el-form-control {
  background: #f5f5f5;
  backdrop-filter: blur(6.5px);
  resize: none;
}

.home .slider-home .slick-slide img {
  height: 400px;
  object-fit: cover;
  image-rendering: pixelated;
}

.single-related-wrapper .slick-slide img {
  height: 400px;
  object-fit: cover;
  image-rendering: pixelated;
}

.home .slider-home .tns-inner img {
  height: 400px;
  object-fit: cover;
  image-rendering: pixelated;
}

.single-related-wrapper .tns-inner img {
  height: 400px;
  image-rendering: pixelated;
  object-fit: cover;
}

.archive .tp-image-wrapper:hover::after {
  content: "Select options";
  height: fit-content;
  background-color: #d0ae67;
  padding: 18px;
  position: absolute;
  width: -webkit-fill-available;
  left: 0%;
  bottom: 0%;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
}

.archive .left .custom-img-full:hover::after,
.archive .right .custom-img-half:hover::after {
  content: "Select options";
  height: fit-content;
  background-color: #d0ae67;
  padding: 18px;
  position: absolute;
  width: -webkit-fill-available;
  left: 0%;
  bottom: 0%;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
}

.maps iframe {
  filter: grayscale(100%);
}

div.mb-siwc-popup div.mb-siwc-popup-inner h1 {
  font-family: "Roboto-Regular";
}

div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
  font-family: "Roboto-Regular";
  padding-bottom: 10px;
}

div.mb-siwc-popup div.mb-siwc-popup-inner a {
  font-family: "Roboto-Regular";
  height: auto !important;
  background: #d0ad67 !important;
}

form.fluent_form_5 .wpf_has_custom_css.ff-btn-submit:hover {
  background-color: #ffffff;
  border-color: #d0ad67 !important;
  color: #d0ad67 !important;
}

/* Nav dropdown */

.links .menu-item .nav-drop-full {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 0;
  border-top: 1px solid #f2f2f2;
  padding-top: 0;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  -moz-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top: 50px;
  padding-bottom: 70px;
  top: 103px;
}

.links .nav-drop-full.active-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}

.links .menu-item .nav-drop-full .dropList {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.links .menu-item .nav-drop-full .dropList p {
  margin: 0;
}

.links .menu-item .nav-drop-full .dropList h3 a {
  color: #d0ae67 !important;
  font-family: "Belleza-Regular" !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.links .menu-item .nav-drop-full .dropList h3 {
  margin-bottom: 15px;
  min-height: 30px;
}

.links .menu-item .nav-drop-full .dropList p a {
  color: #1e1e1e !important;
  font-family: "Roboto-Regular" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  padding: 0;
}

.dropList .dropLinks {
  width: 20%;
}

footer .nav-drop-full {
  display: none !important;
}

.checkout {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  padding-bottom: 30px;
}

.checkout .col2-set,
.checkout #order_review {
  width: 50%;
  padding-left: 50px;
}

.checkout #order_review_heading {
  display: none;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-account .woocommerce-MyAccount-content input,
#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-family: "Roboto-Regular";
  font-weight: 300;
  margin-bottom: 0 !important;
}

.woocommerce-checkout #order_review {
  padding-top: 65px;
}

.shop_table {
  width: 100%;
}

.checkout.woocommerce-checkout #order_review thead {
  font-family: "Roboto-Regular";
  font-weight: normal;
  color: #333333;
  padding: 10px;
}

.checkout.woocommerce-checkout #order_review th {
  padding: 10px;
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-size: 15px;
  color: #333333;
  text-align: left;
  background-color: #f2f2f2 !important;
}

.checkout.woocommerce-checkout
  table.woocommerce-checkout-review-order-table
  .product-name {
  word-wrap: break-word;
  font-family: "Roboto-Light";
  font-weight: 300;
  padding-right: 16px;
  font-size: 13px;
  padding: 7px 0 7px 7px;
  display: flex;
  align-items: center;
}

.checkout.woocommerce-checkout .shop_table .product-name,
.checkout.woocommerce-checkout .shop_table .product-subtotal {
  text-align: left !important;
}

.shop_table thead th,
table.wishlist_table {
  font-family: "Roboto-Regular";
  font-size: 13px !important;
}

.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .ts-product-image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: #f5f5f5;
}

.woocommerce-checkout-review-order .payment_methods .wc_payment_method {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.woocommerce-checkout #order_review .wc_payment_methods li {
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto-Regular";
  font-size: 14px;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-row.place-order .button.alt {
  background: #d0ae67;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  padding: 10px 45px;
  display: inline-block;
  border: 1px solid #d0ae67;
}

.sliderContainer .slick-slide img {
  width: 100%;
}

.checkout h3 {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #3d3137;
  letter-spacing: -0.03em;
  font-family: "Roboto-Regular";
  margin-top: 20px !important;
  margin-bottom: 10px;
}

.checkout .form-row label {
  display: block;
  font-family: "Roboto-Regular";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #3d3137;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.woocommerce-account .woocommerce-MyAccount-content input,
#customer_login input {
  padding: 10px !important;
  margin-bottom: 15px !important;
  font-family: "Roboto-Light";
  font-weight: 300;
  margin-bottom: 0 !important;
}

#order_comments {
  min-height: 300px;
  font-family: "Roboto-Regular";
}

.checkout.woocommerce-checkout .woocommerce-Price-amount {
  padding-left: 10px;
  font-family: "Roboto-Light";
  font-weight: 300;
  color: #3d3137;
}

.checkout .place-order .woocommerce-privacy-policy-text p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  margin-top: 25px;
}

.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
}

.woocommerce-checkout #order_review .wc_payment_methods li p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  margin: 0;
  margin-top: 15px;
}

.woocommerce-checkout #order_review .wc_payment_methods li label {
  font-family: "Roboto-Regular";
}

.wp-block-separator.has-alpha-channel-opacity {
  display: none;
}

.mob-btn {
  display: none;
}

.wc-forward::after,
.woocommerce-Button--next::after {
  display: none !important;
}

#accordion .content-entry a img {
  transform: rotate(90deg);
  width: 6px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#accordion .content-entry.open a img {
  transform: rotate(-90deg);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sub-menu {
  position: absolute;
  background: #fff;
  border: 1px solid transparent;
  top: 5vw;
  margin-left: -5.5vw;
  min-width: 15vw;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 25px;
  text-align: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  -moz-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  border-top: 1px solid #f2f2f2;
}

.sub-menu li a {
  color: #d0ae67 !important;
  font-family: "Roboto-Regular" !important;
  font-size: 14px !important;
}

.nav-drop-small {
  top: 103px !important;
  /* top: 4.25vw !important; */
  z-index: 6 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  -moz-box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  box-shadow: 0px 4px 5px -4px rgba(166, 164, 166, 1);
  border-top: 1px solid #f2f2f2;
}

/*  custom archive page */

.archive .left .custom-img-full,
.archive .right .custom-img-half {
  position: relative;
}

.single-tabs-wrapper li .grid .right {
  display: none;
}

.slider-home li .grid .right {
  display: none;
}

/*  custom archive page */

.single .quantity-flex {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  column-gap: 6px;
  align-items: center;
}

.single .quantity-flex button {
  background-color: transparent;
  border-color: transparent;
  color: #18191b;
  font-size: 20px;
  cursor: pointer;
}

.single .quantity-flex .qty {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #18191b;
  color: #fff;
  border: unset;
  text-align: center;
  font-family: "Roboto-Bold";
  pointer-events: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.living-room-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 80%;
  margin: 0 auto;
}

.bedroom-room-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 0 auto;
}

.dinning-box-room {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
  margin: 0 auto;
}

.rug-size-wrapper .room .col-img {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.rug-size-wrapper .room .col img {
  margin: 0;
}

.variable-item-radio-value-wrapper .variableitemradiovalue {
  display: inline-block;
  min-width: 200px;
}

/* Custom PopUp */

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.popup {
  position: fixed;

  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

  border-radius: 0px;

  width: 600px;

  background: #fff;

  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 4;
  padding: 25px;
  color: #5e5e5e;

  border: 1px solid #5e5e5e;
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 80%;
  }
}

.popup-header {
  text-transform: uppercase;
  font-size: 18px;
}

.popup-body {
  padding: 25px 0;
}

/* Custom FORM */

.xoo-el-form-container button.btn.button.xoo-el-action-btn {
  background-color: #d0ae67 !important;
  border: 0;
}

.xoo-aff-input-group .xoo-aff-input-icon {
  display: none !important;
}

form.xoo-el-action-form {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

/* Custom FORM */

.xoo-el-form-container ul.xoo-el-tabs li {
  background-color: transparent !important;
  color: #1e1e1e !important;
  border-bottom: 1px solid #18191b80;
  font-family: "Roboto-Regular" !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: transparent !important;
  color: #1e1e1e !important;
  border-bottom: 2px solid #d0ae67;
  font-weight: 900 !important;
  font-family: "Roboto-Bold" !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-login-tgr {
  border-right: 1px solid #18191b80 !important;
}

/* end Custom PopUp */

.icons-custom {
  cursor: pointer;
}

.logged-in .user-icon {
  position: relative;
}

.logged-in header .icons-custom .user-icon::after {
  content: "";
  background: #90cc93;
  width: 8px;
  height: 8px;
  position: absolute;
  display: block;
  border-radius: 50px;
  top: -7px;
  right: -7px;
}

form.xoo-el-action-form {
  text-align: center;
}

.xoo-el-login-btm-fields label {
  display: none !important;
}

.xoo-el-fields-cont {
  display: flex;
  flex-wrap: wrap;
}

.xoo-aff-group.xoo-el-login-btm-fields {
  justify-content: center !important;
  column-gap: 25px;
}

a.xoo-el-lostpw-tgr {
  margin: 0;
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto-Regular" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto-Bold";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.woocommerce-MyAccount-navigation ul li a::before {
  margin: 0 !important;
}

.woocommerce-Address-title.title {
  display: none;
}

.acc-three-grid .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 55px;
  margin-top: 50px;
  width: 75%;
}

.acc-three-grid .grid > div {
  border: 0.5px solid #18191b;
  background: #fff;
}

.acc-three-grid .grid > div:hover {
  background: #d0ae67;
  border: 0.5px solid transparent;
}

.acc-three-grid .grid > div a {
  padding: 13px 30px;
  display: block;
  text-align: center;
}

.acc-three-grid .grid > div a:hover {
  color: #fff;
}

.xoo-aff-group input[type="text"],
.xoo-aff-group input[type="password"],
.xoo-aff-group input[type="email"],
.xoo-aff-group input[type="number"],
.xoo-aff-group select,
.xoo-aff-group select + .select2,
.xoo-aff-group input[type="tel"] {
  background: #fff !important;
}

.xoo-aff-group label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  color: #1e1e1e;
  text-align: center;
  font-family: "Roboto-Regular" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

table:not(.has-background) th {
  padding: 20px;
  background-color: #f5f5f5 !important;
}

table:not(.has-background) td {
  padding: 5px;
  background-color: #f5f5f5 !important;
  text-align: center;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.woocommerce-account address {
  color: #18191b;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
}

.woocommerce-order-details {
  padding-top: 20px;
}

.woocommerce-customer-details {
  padding-top: 50px;
}

.xoo-aff-checkbox_single a {
  color: #18191b;
}

.woocommerce-MyAccount-content mark {
  background: #f5f5f5;
}

.woocommerce-account .all_pages_content button {
  background: #d0ae67;
  border: 0.5px solid transparent;
  border-radius: 0;
  cursor: pointer;
}

.woocommerce-EditAccountForm.edit-account button {
  margin-top: 50px;
}

.woocommerce-EditAccountForm.edit-account {
  width: 50%;
}

.woocommerce-address-fields {
  width: 50%;
}

.result_carpet_model_wrapper {
  display: flex;
  column-gap: 10px;
}

.page-template-template-fitting-room .width-70 {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.result_carpet_model_wrapper .first,
.result_carpet_model_wrapper .second {
  width: 50%;
}

.result_carpet_model_wrapper img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.result_carpet_model_wrapper p {
  color: #18191b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  margin-bottom: 13px;
}

.result_carpet_model_wrapper span {
  color: #18191b;
  font-family: "Belleza-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.carpet_model {
  display: none;
}

.carpet_model.active {
  display: block;
}

.carpet_dimension {
  display: none;
}

.carpet_dimension.active {
  display: none;
}

.result_carpet_model_wrapper .price {
  color: #d0ae67 !important;
}

.fitting-room-wrapper .choices[data-type*="select-multiple"] .choices__input {
  font-size: 12px !important;
  /* padding: 11.5px !important;
  width: 100% !important; */
}

.you-can-choose {
  margin-bottom: 7px;
}

.content_finish {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
}

.fitting-room-wrapper h3 {
  color: #18191b;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-top: 35px;
}

.result_carpet_model_wrapper .content {
  height: 90px;
  min-height: 90px;
}

.woocommerce-cart .wc-block-cart-item__wrap {
  text-align: left;
}

/* .product_id_hidden {
  display: none;
}

.final-step .ff-name-field-wrapper {
  display: none;
}

.final-step .ff-name-address-wrapper  {
  display: none;
}

.final-step .ff-t-container.ff-column-container.ff_columns_total_2  {
  display: none !important;
} */

.desc-accordion ul {
  padding: 15px;
}

.desc-accordion ul li {
  color: #18191b;
  font-size: 14px;
  padding-bottom: 7px;
}

.shipping-accordion h3 {
  font-family: "Roboto-Bold";
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 12px;
}

.shipping-accordion ul li {
  color: #18191b;
  font-size: 14px;
  padding-bottom: 5px;
}

.shipping-accordion p {
  font-family: "Roboto-Bold";
  padding: 0;
}

.price_filters_wrapper {
  width: 75%;
}

.price_filters_wrapper span {
  font-size: 14px;
}

.wc_payment_method.payment_method_msu label {
  display: flex;
  align-items: center;
  column-gap: 7px;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .all_pages_content > p {
  width: 50%;
  margin-bottom: 50px;
}

#company_custom_field .checkbox {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 15px;
}

#company_custom {
  width: auto;
}

#company_custom_field .optional {
  display: none;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  margin: 50px 0;
}

.woocommerce-checkout .woocommerce-error {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: left;
}

.woocommerce-checkout .woocommerce-error li {
  color: #f56c6c;
}

.result_carpet_model_first_select .amountPrice {
  display: none;
}

.result_carpet_model_another_room .amountPrice {
  display: none;
}

.start_forms_wrapper h3 {
  text-align: left;
}

.start_forms_wrapper p {
  width: 100%;
  text-align: left;
}

.back_menu {
  display: none;
}

.page-id-929 {
  padding-top: 200px;
}

.mon-friday-select {
  display: none !important;
}

.saturday-select {
  display: none !important;
}

.custom-block {
  display: block !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #d1ae67 !important;
  border-color: #d1ae67 !important;
}


.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span {
  background-color: transparent !important;
}

#totalPrice {
  display: none;
}

.error-postal-code {
  margin-top: 10px;
  color: #18191b;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 14px;
}



/* Responsive */

@media only screen and (max-width: 1600px) {
  .single .wvg-single-gallery-image-container {
    height: 700px !important;
  }

  .single .wvg-single-gallery-image-container img {
    height: 700px !important;
    object-fit: cover;
  }

  .progressBarContainer {
    left: -5%;
    top: 45%;
  }

  .home .section h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }

  .home-content {
    top: 50%;
  }

  .home-info h2 {
    font-size: 24px;
    width: 95%;
  }

  .home .section p {
    width: 90%;
  }
}

@media only screen and (max-width: 1300px) {
  header .nav ul li {
    padding-right: 25px;
  }

  header .nav .links li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {




  .back_menu {
    display: block;
    position: absolute;
    top: -30px;
    font-size: 14px;
  }

  .start_forms_wrapper h3 {
    text-align: left;
    font-size: 18px;
  }

  .woocommerce-checkout .all_pages_content > p {
    width: 100%;
    margin-bottom: 20px;
  }

  .woocommerce-EditAccountForm.edit-account {
    width: 100%;
  }

  .all_pages_content a {
    background: transparent;
    border-color: transparent;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 25px;
  }

  .acc-three-grid .grid {
    grid-template-columns: 100%;
    column-gap: unset;
    margin-top: 40px;
    width: 100%;
    row-gap: 10px;
  }

  .home .slider-home .tns-inner img {
    height: 400px;
    object-fit: cover;
    image-rendering: pixelated;
  }

  .variable-item.radio-variable-item.selected .variable-item-contents {
    color: #d1ae67 !important;
  }

  .result_carpet_model_wrapper {
    display: flex;
    column-gap: 10px;
  }

  .result_carpet_model_wrapper p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }

  .content_finish {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .result_carpet_model_wrapper img {
    height: 250px;
  }
  .fitting-room-wrapper h2 {
    font-size: 24px;
  }

  .single .woo-variation-product-gallery {
    width: 100% !important;
  }

  .variable-item-radio-value-wrapper .variableitemradiovalue {
    display: inline-block;
    min-width: 100px;
  }

  .custom-img-full img {
    height: 300px;
  }

  .custom-img-half img {
    height: 300px;
  }

  .main_shop_cat #primary .products .grid .left {
    margin-bottom: 20px;
  }

  .main_shop_cat #primary .products .grid .right {
    margin-bottom: 20px;
  }

  .main_shop_cat #primary .products .grid {
    column-gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-img-half {
    column-gap: 5px;
  }

  .home {
    overflow-x: hidden !important;
  }

  header .cart_count span {
    display: none;
  }

  header .icons-custom span {
    display: none;
  }

  .dinning-box-room {
    grid-template-columns: repeat(1, 1fr);
  }

  .living-room-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .bedroom-room-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .rug-size-wrapper .room .col-img {
    height: fit-content;
    margin-top: 25px;
  }

  .breadcrumpsWrap .storefront-breadcrumb {
    background-color: #f5f5f5;
    padding: 10px 10px;
  }

  .sub-menu {
    margin-left: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: unset !important;
    padding: 0 !important;
    min-width: unset !important;
    transition: unset !important;
  }

  .nav-drop-small {
    position: relative !important;
    top: 0 !important;
    box-shadow: unset;
    border-top: 0;
    padding: 0;
    margin-left: 0;
  }

  .checkout {
    flex-direction: column;
  }

  .checkout .col2-set,
  .checkout #order_review {
    width: 100%;
  }

  .home header {
    background-color: #18191b;
    padding: 20px 0;
  }

  .mob-btn {
    display: block;
  }

  header .nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  header .nav ul li {
    padding-right: 0;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  header .nav .links li a {
    color: #000;
    font-size: 16px;
    padding: 0;
    padding-bottom: 15px;
    display: inline-block;
  }

  /* MOB BTN */

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 30px;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 26px;
  }

  .toggle-menu span:before {
    top: 9px;
  }

  .toggle-menu span:after {
    top: -9px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
    background: #fff;
  }

  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .b_shaddow {
    overflow: hidden !important;
  }

  .links .menu-item .nav-drop-full .dropList {
    justify-content: left;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .links .menu-item .nav-drop-full {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    top: 35px;
    box-shadow: unset;
    border-top: 0;
    z-index: 9;
  }

  .dropList .dropLinks {
    width: 50%;
  }

  .back-button-menu {
    position: absolute;
    top: -10px;
  }

  li.menu-item-88,
  li.menu-item-217,
  li.menu-item-474 {
    position: relative;
  }

  li.menu-item-88::after,
  li.menu-item-217::after,
  li.menu-item-474::after {
    content: "";
    background-image: url("/wp-content/uploads/2024/08/right.svg");

    width: 24px;
    height: 24px;
    position: absolute;
    right: 15px;
    background-repeat: no-repeat;
    background-size: 12px 12px;

    background-position: center center;
    transform: rotate(90deg);
    top: 0;
    right: 0;
  }

  li.menu-item-88.rotate::after,
  li.menu-item-217.rotate::after,
  li.menu-item-474.rotate::after {
    transform: rotate(-90deg);
  }

  .single-tabs-wrapper {
    margin-bottom: 0;
  }

  .tb-mob-nav {
    display: none;
    position: absolute;
    right: 0;
    transform: translate(0%);
    bottom: 0;
    top: 95px;
    background: #fff;
    z-index: 60;
    width: 100%;
    /* height: fit-content; */
    height: 100vh;
    padding: 50px;
  }

  footer .grid .right h2 {
    font-size: 28px;
  }

  .woocommerce-account .all_pages_content .u-columns.col2-set {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 25px;
  }

  .fitting-room-wrapper .form .step-1-post-code-cont {
    width: 80%;
  }

  .tepih-step {
    width: 80%;
  }

  .datum-step {
    width: 80%;
  }

  .vreme-step {
    width: 80%;
  }

  .fitting-room-wrapper .form .step-nav {
    margin-top: 50px;
    justify-content: center;
  }

  .odabir-sobe-cont .ff-el-form-check.ff-el-image-holder span {
    margin-top: 0px !important;
  }

  .fitting-room-wrapper .form .ff_step_nav_last button.ff-btn-prev {
    padding: 7px 40px;
    font-size: 12px;
  }

  .fitting-room-wrapper .form .ff_step_nav_last button.ff-btn-next {
    padding: 7px 40px;
    font-size: 12px;
  }

  .fitting-room-wrapper .form .odabir-sobe-cont .ff_el_checkable_photo_holders {
    column-gap: 30px;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .contact-wrapper .grid h1 {
    font-size: 36px;
  }

  .contact-wrapper .grid {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .single-flex-wrap .product .product_title {
    font-size: 30px;
  }

  .single .default-price {
    font-size: 28px;
    margin-top: 10px;
  }

  .woocommerce-mini-cart.cart_list.product_list_widget {
    display: inherit;
    max-height: 90vw;
    overflow: scroll;
  }

  .header-widgets-cart .quantity {
    left: 32.5%;
  }

  .logo img {
    width: 110px !important;
  }

  .header-widgets-cart.open_cart {
    transform: translateX(-100%);
    width: 100%;
  }

  header .links {
    display: none;
  }

  .footer-links {
    display: none;
  }

  .rug-size-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fitting-room-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-wrapper {
    padding-top: 55px;
    padding-bottom: 55px;
    text-align: center;
  }

  .fitting-room-wrapper h1 {
    font-size: 36px;
  }

  .rug-size-wrapper h1 {
    font-size: 36px;
  }

  .fitting-room-wrapper p {
    width: 95%;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .rug-size-wrapper .container > p {
    margin-bottom: 50px;
  }

  .rug-size-wrapper .container > p {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rug-size-wrapper .room {
    padding: 50px 20px 0 20px;
    padding-bottom: 0;
  }

  .rug-size-wrapper p {
    width: 100%;
    margin-top: 25px;
  }

  .rug-size-wrapper .room .info ul {
    width: 100%;
    text-align: left;
  }

  .about-wrapper .grid {
    grid-template-columns: 100%;
    column-gap: 0;
  }

  .about-wrapper .grid h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }

  footer .grid {
    grid-template-columns: 100%;
    padding-top: 0;
    row-gap: 50px;
  }

  footer .copyright {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 10px;
  }

  footer .grid .right p {
    margin-bottom: 50px;
  }

  .sliderContainer .slick-slide img {
    height: 700px;
    object-fit: cover;
  }

  .home .section h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .home .section p {
    width: 100%;
    font-size: 14px;
  }

  .home .section a {
    font-size: 12px;
    padding: 14px 60px;
    margin-top: 25px;
  }

  .home-about .content h2 {
    font-size: 38px;
  }

  .home-about .content h2 span {
    font-size: 30px;
  }

  .home-content {
    width: 90%;
    top: 50%;
  }

  .progressBarContainer {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    top: unset !important;
    z-index: 9 !important;
    bottom: 10% !important;
  }

  .home-about .content {
    grid-template-columns: 100%;
    row-gap: 50px;
  }

  .home-about .content p {
    width: 100%;
    font-size: 14px;
  }

  .home-products .flex {
    flex-direction: column;
    row-gap: 50px;
  }

  .home-products .flex .col {
    width: 100%;
  }

  .home-products .flex:nth-child(odd) {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }

  .home-info .grid {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 15px;
  }

  .home-info h2 {
    font-size: 26px;
  }

  .home-products .flex h4 {
    font-size: 22px;
    margin-top: 25px;
  }

  .home-products .flex p {
    width: 90%;
    margin: 25px auto;
    margin-bottom: 25px;
  }

  .flex-most-visited span {
    white-space: nowrap;
  }

  .flex-most-visited span a {
    font-size: 16px;
  }

  .home-products h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  .home-products h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .home-products {
    padding: 60px 0;
    overflow-x: hidden;
  }

  .main_shop_cat #primary .products {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
  }

  .archive .tp-image-wrapper img {
    height: 300px;
  }

  .main_shop_cat .products li:nth-child(2) .tp-image-wrapper img,
  .main_shop_cat .products li:nth-child(3n) .tp-image-wrapper img,
  .main_shop_cat .products li:nth-child(7) .tp-image-wrapper img {
    height: 300px;
    object-fit: cover;
  }

  .filters .filters-wrapper.open_cart {
    transform: translateX(-100%);
    box-shadow: 0px 3px 6px #00000015;
    width: 100%;
  }

  .berocket_single_filter_widget {
    display: block;
  }

  .filters .result-selected {
    display: none;
  }

  .woocommerce_single_wrap .woo-left,
  .woocommerce_single_wrap .woo-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .woocommerce_single_wrap .woo-right {
    padding-left: 0;
  }

  .single .woo-left .wpgs-thumb .slick-list {
    height: auto !important;
  }

  .images.wpgs-wrapper {
    padding-bottom: 0;
  }

  .woocommerce_single_wrap .woo-right {
    padding-top: 0px;
  }
  .woocommerce_single_wrap .woo-left {
    padding-bottom: 0px;
  }

  .single .woo-left .wpgs-image .slick-list {
    /* height: 300px !important; */
    height: 600px !important;
  }

  .wpgs_image img {
    height: 600px !important;

    /* height: 300px !important; */

    width: 100% !important;

    /* object-fit: fill !important; */

    object-fit: cover !important;
  }

  .var_info_custom .price del .amount bdi {
    font-size: 18px;
  }

  .var_info_custom .price .amount bdi {
    font-size: 24px;
  }

  .main_cat_list .woocommerce-products-header h1 {
    font-size: 36px;
  }

  .main_shop_cat .products li {
    margin-bottom: 0;
  }
}
