html,
body {
  /* font-family: 'Roboto Mono', monospace; */
  font-family: 'Verdana', sans-serif;
  height: 100%;
}

/* body{
    cursor: url('/wp-content/uploads/2023/01/paw-mouse-svg.svg') 24 24, auto;
}
 
a,a.button,button,input[type="submit"]{
    cursor: url('/wp-content/uploads/2023/01/paw-mouse-pink-svg.svg') 24 24, auto !important;
} */

ul.sub-menu::-webkit-scrollbar {
  width: 5px;
}

ul.sub-menu::-webkit-scrollbar-track {
  background: lightgrey;
}

ul.sub-menu::-webkit-scrollbar-thumb {
  background: #000;
  transition: all 0.5s linear;
}

ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background: #000;
}

img {
  height: auto;
  width: 100%;
}

#cursor-follow {
  position: fixed;
  animation: rotation 4.5s infinite linear;
  pointer-events: none;
  transition: top 1s, left 1s;
  transition-timing-function: ease-out;
  z-index: 1000;
}
body:not(.home) #cursor-follow {
  display: none;
}
.s0 {
  fill: #6d2a6d;
}

* {
  font-family: inherit;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
}

.site-main {
  padding-top: 180px;
}

ul.products,
li.product {
  overflow: hidden;
}

.woocommerce-breadcrumb {
  padding: 12px 0;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb * {
  font-size: 13px;
}
.woocommerce-breadcrumb a {
  font-weight: 700;
  transition: all 0.5s ease;
}
.woocommerce-breadcrumb a:hover {
  color: #dd66dd;
}
ul.products li {
  width: 100% !important;
  float: none !important;
}

aside#secondary {
  display: none;
}
.shop-sidebar aside#secondary {
  display: block;
}

.header-wrapper {
  position: relative;
  z-index: 100;
}

.main-header-comp {
  position: fixed;
  left: 0;
  width: 100%;
  top: 41px;
}

.main-header-comp.scrolled {
  top: 0;
}

.main-header-comp,
.main-header-comp.scrolled,
.main-header-comp.scrolled * {
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.main-header-comp.scrolled .site-header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

.main-header-comp.scrolled .mob-search-wrapper .mob-search {
  top: 120px;
}

/* TOPBAR SECTION*/

.topbar {
  background-color: #000000;
  padding: 8px 0;
}

/* BEFORE HEADER */

.before-header {
  padding: 20px 0;
  position: relative;
  z-index: 10;
}

.before-header .site-branding a {
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
}
.before-header .site-branding a img {
  width: 100%;
  height: auto;
}
.before-header .site-branding a svg {
  width: 100%;
  max-width: 210px;
  height: auto;
}

.before-header-navigation-holder #primary-menu,
.before-header-navigation-holder .main-navigation,
.header-menu .header-navigation .menu,
.header-icons-row {
  display: flex;
  align-items: center;
}
.header-icons.abs-rt {
  top: 50%;
  transform: translateY(-50%);
}
.before-header-navigation-holder #primary-menu,
.before-header-navigation-holder .main-navigation {
  column-gap: 62px;
  justify-content: flex-end;
}

.before-header-navigation-holder .main-navigation a {
  font-size: 16px !important;
  text-transform: uppercase;
  position: relative;
}
.before-header-navigation-holder .main-navigation a::after,
.topbar-link::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: left;
}
.before-header-navigation-holder
  .main-navigation
  li.trp-language-switcher-container {
  position: relative;
}
.trp-language-switcher-container ul.sub-menu {
  width: 50px;
  max-width: initial;
}
.before-header-navigation-holder
  .main-navigation
  li.trp-language-switcher-container
  a::after {
  display: none;
}
.before-header-navigation-holder .main-navigation a:hover::after,
.topbar-link:hover::after {
  transform: scaleX(1);
}

/* .dgwt-wcas-suggestions-wrapp-fixed {
	max-height: 50vh;
} */

/* Burger */

/* BURGER 1 */

.burger-1 {
  display: none;
  width: 50px;
  height: 50px;
  /* border: 1px solid #000; */
  position: relative;
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.burger-1:hover {
  cursor: pointer;
  background: #000;
}
.burger-1 span {
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  background: #000;
  transform: translate(-50%, -50%);
  left: 50%;
}
.burger-1:hover span {
  background: #fff;
}
.burger-1 .tl {
  top: 25%;
}
.burger-1 .ml {
  top: 50%;
}
.burger-1 .bl {
  top: 75%;
}
.burger-1.open .ml {
  transform: translate(-50%, -50%) scaleX(0);
}
.burger-1.open .tl {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burger-1.open .bl {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* END BURGER 1 */

/* HEADER  */

.site-header {
  padding: 30px 0;
}

.header-text {
  font-size: 14px;
  font-weight: bold;
}

.header-menu .header-navigation .menu {
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.header-navigation .menu svg {
  margin-right: 8px;
}

.header-navigation .menu svg,
.header-navigation .menu a {
  display: block;
  vertical-align: middle;
}
.header-navigation .menu .sub-menu a {
  text-transform: capitalize;
}

.header-navigation svg path {
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.header-navigation .menu .sub-menu a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
}
.header-navigation .menu a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.header-navigation .menu li:hover > a {
  color: #dd66dd;
}

.header-navigation .menu li:hover svg path {
  fill: #dd66dd;
}

.header-icons-row {
  column-gap: 50px;
}

.woocommerce .dgwt-wcas-sf-wrapp input[type='search'].dgwt-wcas-search-input {
  border-radius: 50px;
  overflow: hidden;
}
.dgwt-wcas-details-inner {
  background: #fff;
}
.woocommerce .dgwt-wcas-product-details {
  padding: 10px;
}
.woocommerce .dgwt-wcas-details-main-image {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
  min-height: initial;
}
.woocommerce a.dgwt-wcas-details-post-title,
.woocommerce a.dgwt-wcas-details-product-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.woocommerce .dgwt-wcas-details-product-title {
  font-size: 16px;
  display: block;
}
.woocommerce .dgwt-wcas-details-product-sku {
  font-size: 14px;
  display: block;
  color: #9e1f77;
  font-weight: 700;
}
.woocommerce .dgwt-wcas-pd-addtc-form {
  flex-direction: column;
}
.woocommerce .dgwt-wcas-details-desc {
  font-size: 14px;
}

.woocommerce .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more,
.woocommerce
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more
  .dgwt-wcas-st-more
  * {
  font-size: 11px;
}
.dgwt-wcas-product-details .button {
  margin: 10px 0 0 !important;
  font-size: 14px;
}
.dgwt-wcas-si img {
  max-height: 70px;
}

.lang-switcher {
  display: none;
  align-items: center;
  gap: 10px;
  position: relative;
}

.lang-switcher::before {
  content: '/';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.header-cart {
  position: absolute;
  bottom: 0;
  left: 100%;
  line-height: 1;
  padding: 5px;
  text-align: center;
  font-size: 12px;
}
.header-cart::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #dd66dd;
  border-radius: 100%;
  width: 100%;
  height: auto;
  padding-top: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* MENU */

#header-menu > li {
  padding: 5px 0 10px;
}
ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  width: 80vw;
  max-width: 1000px;
  background: #f8f2ec;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}
.header-navigation .menu .mega-menu-brands li a {
  font-size: 14px;
}
ul.sub-menu li {
  display: block;
  margin-bottom: 10px;
}
ul.sub-menu li:last-child {
  margin-bottom: 0;
}
li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 0);
}

/* Mega Menu */

.header-menu .mega-menu ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(200px, 400px));
  column-gap: 20px;
  align-items: center;
	justify-content: space-between;
}
.header-menu ul.sub-menu li {
  display: block;
  position: relative;
  padding: 10px 0 10px 50px;
}
.header-menu ul.sub-menu li .menu-img-icon-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  margin-right: 7px;
  height: 40px;
  text-align: left;
  width: 40px;
}
.header-menu ul.sub-menu li .menu-img-icon-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.header-menu .mega-menu-brands ul.sub-menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 220px));
  column-gap: 20px;
}
.header-menu .mega-menu-brands ul.sub-menu li {
  padding: 0;
}

/* Hide scrollbar */

/* ul.sub-menu::-webkit-scrollbar {
    display: none; 
}
ul.sub-menu {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
} */

/* MOBILE MENU */

.menu-mobile-menu-container {
  background-color: #f8f2ec;
}
#mobile-menu {
  padding: 20px 0;
}
#mobile-menu > li {
  position: relative;
  transition: all 0.5s ease;
  padding: 0 20px;
}
#mobile-menu > li > a {
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 0;
}
#mobile-menu > li:hover {
  background: #dd66dd;
}
#mobile-menu > li:hover > a {
  color: #fff;
}
#mobile-menu > li .sub-menu {
  margin: 0;
}

#mobile-menu > li.item-has-children > a::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 7px;
  transform-origin: center;
  transition: all 0.5s ease;
  transform: rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
#mobile-menu > li .sub-menu {
  width: 100%;
  background: transparent;
  margin-bottom: 10px;
}
#mobile-menu li.menu-item-20140 .sub-menu {
  overflow-y: scroll;
}
.menu-item-has-children:hover > a::after {
  transform: translateY(-10%) rotate(180deg);
}

#mobile-menu > li .sub-menu li {
  padding: 5px 10px;
  margin: 0;
  width: 100%;
}
#mobile-menu > li .sub-menu li a {
  font-size: 14px;
}
#mobile-menu > li:hover .sub-menu li a {
  color: #fff;
}
#mobile-menu .after-menu a {
  padding-top: 10px;
  color: #dd66dd;
  font-weight: bold;
}
#mobile-menu > li .sub-menu li a {
  display: block;
  position: relative;
  width: 100%;
}
#mobile-menu > li .sub-menu li a::before {
  content: '';
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.5s ease;
  transform-origin: left;
  transform: scaleX(0);
}
#mobile-menu > li .sub-menu li a:hover::before {
  transform: scaleX(1);
}
#mobile-menu > li:hover .sub-menu li a::before {
  background: #fff;
}

/* MINI CART */

.minicart-message {
  font-size: 15px;
  padding: 10px;
}

.minicart-message .woocommerce-Price-amount {
  font-weight: 700 !important;
  font-size: 15px;
}

.mini-cart-overlay {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: #00000080;
  backdrop-filter: blur(2px);
  z-index: 100;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  pointer-events: none;
}

.mini-cart-holder {
  position: fixed;
  top: 50%;
  z-index: 900;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: aliceblue;
  border: 1px solid #000;
  max-width: 500px;
  opacity: 0 !important;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 24px;
  overflow: hidden;
}

.mini-cart-overlay.active,
.mini-cart-holder.active {
  opacity: 1 !important;
  pointer-events: all;
}

.mini-cart-intro {
  border-radius: 24px 24px 0 0;
  font-size: 22px;
  font-weight: 700;
}

.mini-cart-close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #000;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: url('/wp-content/uploads/2023/01/paw-mouse-pink-svg.svg');
  transform: translate(50%, -50%);
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 12px;
}

.mini-cart-close:hover {
  color: #fff;
  background-color: #dd66dd;
}

p.woocommerce-mini-cart__empty-message {
  padding: 10px;
  text-align: center;
}

ul.woocommerce-mini-cart {
  max-height: 60vh;
  overflow-y: auto;
  background: #fff;
}

ul.woocommerce-mini-cart,
.mini-cart-total-wrapper,
.mini-cart-intro {
  padding: 20px !important;
}

ul.woocommerce-mini-cart li {
  display: grid;
  gap: 20px;
  padding: 5px 0;
  min-height: 130px;
  grid-template-columns: 10px 1fr 110px;
  align-items: center;
}
ul.woocommerce-mini-cart li img {
  float: left;
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 70px;
  margin-right: 5px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
ul.woocommerce-mini-cart li a {
  font-size: 14px;
}
ul.woocommerce-mini-cart li a:nth-child(2) {
  display: block;
  padding-left: 70px;
  min-height: 70px;
  display: grid;
  align-items: center;
  position: relative;
}

ul.woocommerce-mini-cart li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

ul.woocommerce-mini-cart .woocommerce-Price-amount.amount * {
  color: #dd66dd;
  font-weight: 700;
}

.mini-cart-total-wrapper,
.mini-cart-intro {
  background-color: #dd66dd7a;
}

.woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount * {
  font-weight: 700;
}
.woocommerce-mini-cart__buttons {
  padding: 0 20px;
}
.woocommerce-mini-cart__buttons a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
}

/* WBW Product FIlter styles */

.wpfFilterButtons {
  padding-bottom: 3rem;
}
button.wpfFloatingSwitcher,
button#wpfFloatingSwitcher-1_361560,
button#wpfFloatingSwitcher-1_94932 {
  padding: 10px 40px;
  background: #dd66dd;
  line-height: 1;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
}

/* FOOTER */

.site-footer p {
  font-weight: 400;
}
#colophon {
  background-color: #f8f2ec;
  padding: 50px 0;
}

#colophon ul {
  padding: 0;
}

.footer-contact * {
  font-weight: 600;
  font-size: 16px;
}

.footer-menu-title {
  margin-bottom: 12px;
}

.footer-time p {
  margin: 5px 0;
}

.footer-time p.note {
  font-size: 14px;
}

#colophon a:not(.custom-logo-link):not(.footer-social-cell a) {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#colophon a:not(.custom-logo-link):not(.footer-social-cell a):hover {
  color: #dd66dd;
}

#colophon svg path,
.newsletter-social svg path {
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

#colophon svg:hover path,
.newsletter-social svg:hover path {
  fill: #dd66dd;
}

.footer-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 14px;
  padding-top: 26px;
}

.footer-copyright {
  padding-top: 30px;
}

.footer-copyright,
.footer-copyright a {
  font-size: 16px;
  font-weight: 700;
}

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

/* HOME PAGE */
.hero-section {
  /* background-color:#f8f2ec; */
  background: #92c0e9;
  padding: 80px 0 0;
}

.hero-banner {
  width: 100%;
  padding-top: 30%;
}
.hero-banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

/* HOME CATEGORIES */
.home-categories-holder {
  background-color: #f8f2ec;
  padding: 40px 0;
  min-height: 626px;
}

.home-categories-holder-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-categories-holder-inner .home-categories-cell {
  padding: 90px 0 20px;
}
.home-categories-holder-inner .home-categories-cell a {
  padding: 20px;
  display: block;
  transition: all 0.5s ease-in-out;
}
.home-categories-holder-inner .home-categories-cell a:hover {
  /* box-shadow: 0px 0px 32px -10px #000; */
  box-shadow: 0px 0px 32px -10px #000, 1px 1px 110px 40px inset #d6d;
}
.home-categories-cell .home-cat-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.home-categories-cell .home-cat-image svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-categories-holder .owl-nav,
.home-products-holder .owl-nav {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: calc(100% + 120px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.owl-nav button path {
  transition: all 0.5s ease-in-out;
}
.owl-nav button:hover path {
  stroke: #000;
}
.owl-nav button.disabled path {
  stroke: #9d9d9d;
}

.home-categories-holder .owl-nav button,
.home-products-holder .owl-nav button {
  pointer-events: all;
}

/* HOME PRODUCTS */

.home-products-holder-inner {
  padding: 0 80px;
}
.home-products-holder {
  background-color: #d9d9d9;
}
.home-product-cell {
  padding: 20px;
  border: 1px solid #dd66dd54;
  border-radius: 24px;
  background: #fff;
}
.home-products-intro {
  padding: 7vh 0;
}

.home-product-thumb-holder {
  width: 100%;
}
.home-product-thumb-holder img {
  width: 100%;
  display: block;
  height: auto;
}

.home-product-title {
  padding: 20px 0 10px;
}
.home-product-price {
  padding-bottom: 40px;
}

.cell-down {
  transform: translateY(50px);
}

.home-products-holder-inner .owl-stage-outer {
  padding-bottom: 10vh;
}

.button {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #000;
  padding: 7px 33px;
  background: transparent;
  border-radius: 50px;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.button:hover {
  background-color: #000;
  color: white;
}

/* HOME PARTY SECTION */
.home-party-holder {
  background-color: #dd66dd;
}
.home-party-image-holder {
  position: relative;
  padding-top: 52.533%;
  overflow: hidden;
}
.home-party-image-holder img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.home-party-holder-inner {
  padding: 26px 0;
}

.home-party-image-holder img {
  width: 100%;
  object-fit: cover;
}

.home-party-text-holder {
  width: min-content;
  margin: 0 auto;
}
.home-party-text-holder a,
.home-party-text-holder h2 {
  background: #00000001;
}
.button.button-white {
  border-color: #fff;
  color: #fff;
}

.button.button-white:hover {
  background-color: #fff;
  color: #000;
}
.home-party-svg {
  width: 25vw;
  height: 25vw;
}
.home-party-svg svg {
  width: 100%;
  height: auto;
}
.home-party-svg svg,
.about-contact-col-l-svg svg {
  animation: rotate 22s linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/* HOME ABOUT SECTION */
.home-about-section,
.home-social-holder {
  background-color: #f8f2ec;
}

.home-about-section {
  padding-bottom: 180px;
}

.home-about-holder-inner {
  padding: 25% 0;
  max-width: 1300px;
  margin: 0 auto;
}

.home-about-text h2 {
  text-transform: uppercase;
}

.about-image-cell {
  position: absolute;
  z-index: 1;
}
.about-image-cell::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-image-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff20;
}
.about-image-cell img {
  width: 100%;
  height: auto;
}
.about-image-cell-1 {
  left: -120px;
  top: 150px;
  width: 25vw;
}
.about-image-cell-2 {
  right: 90px;
  top: 100px;
  width: 15vw;
}
.about-image-cell-3 {
  left: 100px;
  bottom: -200px;
  width: 15vw;
}
.about-image-cell-4 {
  right: 0;
  bottom: -40px;
  width: 30vw;
}

.home-about-overlay-text-holder {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  pointer-events: none;
  width: 110vw;
}

.home-about-overlay-text {
  color: #fcd61566;
  font-size: 17vw;
}

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.marguee-content-cell {
  width: max-content;
  background: #00000001;
}

.about-page-wrapper.top-pad {
  padding-top: 260px;
}

/* HOME SOCIAL SECTION */
.home-social-holder {
  padding: 50px 0;
}

/* HOME NEWSLETTER SECTION */
.home-newsletter-intro {
  background-color: #000000;
  padding: 26px 0;
}

.home-newsletter-intro-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.newsletter-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.newsletter-social svg path {
  fill: white;
}

.home-newsletter-form-bg-holder {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
}

.home-newsletter-form-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.home-newsletter-form {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-newsletter-form input[type='email'] {
  background-color: #b2b6b8;
  border: none;
  color: #000;
}

.home-newsletter-form input[type='email']::placeholder {
  color: #000;
  font-weight: 700;
}

.home-newsletter-form input[type='email'],
.home-newsletter-form input[type='submit'] {
  border-radius: 50px;
  padding: 10px 45px;
}

.home-newsletter-form input[type='submit'] {
  background-color: #f48852;
  display: block;
  margin-top: 10px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.home-newsletter-form input[type='submit']:hover {
  background-color: black;
  color: #f48852;
}

/* HOME BEFORE FOOTER */
.home-before-footer-section {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

.home-grid-row {
  display: flex;
  align-items: center;
}

.home-grid-row > * {
  flex-basis: 50%;
  height: 100%;
}

.home-grid-image img {
  height: 100%;
  width: 100%;
}

.home-grid-text h3 {
  display: flex;
  align-items: center;
}

/* PRODUCT CATEGORY */

.shop-main .woof_autohide_wrapper {
  display: none;
}

/* SINGLE PRODUCT PAGE */
.single-product div.product {
  padding-top: 30px;
  display: grid;
}
.single-product div.product .woocommerce-tabs {
  order: 2;
}
.single-product .after-single-product,
.single-product div.product .related.products {
  order: 3;
}

.onsale {
  position: absolute;
  top: 49px;
  left: -37px;
  z-index: 2;
  transform: rotate(-45deg);
  background-color: #fcd615;
  width: 200px;
  text-align: center;
  color: black;
}

.single-product div.product .woocommerce-product-gallery {
  float: none !important;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image
  .wp-post-image
  img {
  max-height: 680px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.single-product
  div.product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  right: 16px !important;
  /* right: auto !important; */
  top: 16px !important;
  /* bottom:16px !important; */
}

.price-yellow {
  background: #fcd615;
  padding: 15px;
  border-radius: 10px;
  width: max-content;
  margin: 0;
}

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

.price del bdi,
.price del span {
  font-size: 15px;
}

.price ins {
  text-decoration: none;
}

.price ins bdi,
.price ins span {
  font-weight: 600;
  font-size: 22px;
}

.product-availability {
  font-size: 16px;
  color: #b32187;
  padding: 15px 0;
}

.stock {
  display: none;
}
.variations {
  margin-bottom: 30px;
}
.variations .value select {
  height: 40px;
  border-color: #fd63fd;
  background: #f1c0f1;
  border-radius: 10px;
  padding: 0 10px;
  display: block;
}
.variations tr {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

.woocommerce-variation.single_variation {
  margin-bottom: 25px;
}

.quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 200px;
  margin: 10px 0;
  font-family: sans-serif;
}

.quantity label {
  display: none; /* Keep it accessible but visually hidden */
}

.quantity input[type="number"] {
  width: 60px;
  padding: 8px 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  appearance: textfield;
}

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

.quantity button {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #333;
  background-color: unset;
  border: 1px solid #000;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quantity button:hover {
  background-color: #000;
  color: #fff;
}

.quantity button:active {
  background-color: #000;
  color: #fff;
}

.quantity input[type="number"]:focus {
  border-color: #f1c0f1;
  outline: none;
  box-shadow: 0 0 0 2px #f1c0f1;
}

.qib-button-wrapper {
  margin: 3px 0 !important;
}

body .qib-button-wrapper {
  border: 1px solid #f190f18c;
  border-radius: 22px;
  display: flex;
  text-align: center;
  margin: 0 !important;
  width: max-content;
  float: none;
  align-items: center;
  justify-content: center;
  gap: 0;
}
body .qib-button-wrapper button.qib-button,
body .qib-button-wrapper div.quantity.wqpmb_quantity {
  float: none !important;
  height: 40px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
  padding: 0 !important;
  width: 41px;
  height: auto !important;
  text-align: center;
  line-height: 2;
  margin-bottom: 15px;
}
.woocommerce-cart .qib-button-wrapper button.qib-button {
  font-size: 14px;
  width: 40px;
  line-height: 1;
  background-color: #000 !important;
  color: #fff;
  text-align: center;
  padding: 0;
}
.qib-button-wrapper button.qib-button {
  border-radius: 50% !important;
  font-size: 30px;
}
.quantity input {
  border: none !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  font-size: 16px;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffcddc !important;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.product-template-default .woocommerce-message {
  display: block;
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}
.woocommerce-message * {
  font-size: 16px;
}
.woocommerce-message .button {
  font-size: 14px;
}

.woocommerce-tabs {
  padding: 0;
  margin-top: 50px;
}

.woocommerce-tabs ul.tabs {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 12px 0;
}
.woocommerce-tabs .gutter {
  margin: 0;
}
.woocommerce-tabs ul.tabs li {
  flex-basis: 50%;
}

ul.tabs a {
  cursor: initial;
  font-size: 28px;
  font-weight: 700;
}

.woocommerce-tabs h2 {
  display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description p {
  padding-right: 150px;
}

.woocommerce-tabs::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: calc(50% - 45px);
  height: 100%;
  background-color: #dd66dd69;
  z-index: -1;
  padding: 10px;
  border-radius: 24px;
  padding: 0;
}
.tab-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 50px;
}
.additional_information_tab {
  padding: 25px;
  border: 1px solid #000;
  border-radius: 24px;
}
.description_tab {
  padding: 25px;
  border: 1px solid #000;
  border-radius: 24px;
  margin-bottom: 24px;
}
.additional_information_tab {
  background: #f3f3f3;
}
.additional_information_tab .wc-tab-title,
.description_tab .wc-tab-title {
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}
.woocommerce-product-attributes {
  border-collapse: collapse;
}
.woocommerce-product-attributes-item th {
  padding: 5px 20px 5px 0;
}
.woocommerce-product-attributes-item td {
  padding: 5px 0 5px 20px;
}
.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td {
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #dd66dd69;
}
.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item th *,
.woocommerce-product-attributes-item td,
.woocommerce-product-attributes-item td * {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.wc-tab-info--wrapper p {
  font-size: 16px;
  line-height: 1.4;
}
.additional_information_tab .wc-tab-title::before,
.description_tab .wc-tab-title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.berocket_brand_post_image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  border: 1px solid #d6d;
  overflow: hidden;
  border-radius: 24px;
  text-align: center;
}

.woocommerce-product-details__short-description {
  background-color: #f1c0f1;
  max-width: fit-content;
  padding: 5px 20px;
  border-radius: 15px;
}

.woocommerce-product-gallery ol {
  /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; */
}
#wpgs-gallery.wcgs-woocommerce-product-gallery {
  max-width: 100% !important;
}

/* .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    width: 100%;
    height: auto;
} */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 10px;
}

/* .woocommerce-product-gallery__image .wp-post-image {
    width: 100%;
    height: auto;
} */

.pswp__bg {
  opacity: 0.8 !important;
}

.wc-pao-addons-container textarea {
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #d6d;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.berocket_brand_description {
  margin: 0;
}
.berocket_brand_description img {
  width: 150px;
  float: none;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  pointer-events: none;
}
.tax-berocket_brand .woocommerce-products-header {
  position: relative;
}
.tax-berocket_brand .brand_description_block {
  width: 92%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

/* SINGLE VARIABLE PRODUCT */
.prod-variation-cell {
  padding-bottom: 15px;
}

.single-product .variations_form .variation-value select {
  padding: 10px 15px;
  border-radius: 24px;
  width: max-content;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}

.woocommerce-variation-description {
  font-size: 14px;
  padding-bottom: 14px;
}

.single-product .woocommerce-variation-add-to-cart,
.single-prod-atc {
  display: flex;
  align-items: center;
  gap: 20px;
}

.woocommerce-variation-add-to-cart {
  padding-bottom: 10px;
}

.single-product div.product .woocommerce-product-gallery {
  border: 1px solid #d6d;
  overflow: hidden;
  border-radius: 24px;
  text-align: center;
}

.wapf {
  max-width: 450px;
}
.wapf label span {
  font-size: 14px;
}
.wapf input {
  font-size: 18px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 0 10px;
}

.product_meta a,
.product_meta span {
  font-size: 14px;
}
.product_meta > span {
  display: block;
}
.product_meta a {
  font-weight: 700;
}

/* RELATED PRODUCT */

.related {
  margin: 20px 0;
  padding: 20px 0;
}
.related.products {
  position: relative;
  z-index: 10;
}
.related.products::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f8f2ec;
  transform: translateX(-50%);
}

.related ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-content: flex-start;
}
.related ul.products.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
ul.products li.product .button {
  display: block;
  width: calc(100% - 40px);
  padding: 5px 0;
  text-align: center;
  margin: 0;
}
.related ul.products.columns-4 .button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  padding: 5px 10px;
  text-align: center;
}
.variations_form.cart .variations > div {
  display: flex;
  gap: 20px;
  padding: 20px 0 10px;
  position: relative;
}
.variations_form.cart .variations > div label {
  font-size: 12px;
}
.variations_form.cart .variations .reset_variations {
  color: red;
  font-size: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woof_list.woof_list_checkbox > li > ul > li {
  display: grid;
  grid-template-columns: 27px 1fr;
  position: relative;
}
.woof_list.woof_list_checkbox li .woof_childs_list_opener {
  position: absolute;
  right: 0;
  top: 6px;
}
.woof_list.woof_list_checkbox li .woof_childs_list {
  padding: 0 !important;
}

/* CART PAGE */
.cart-wrapper {
  padding-bottom: 22px;
}
.cart-collaterals {
  margin: 25px 0;
}
.woocommerce-cart-form .coupon {
  margin-top: 25px;
  padding: 25px;
  border-radius: 24px;
  background-color: #ffe7ff;
}
.woocommerce-cart-form .coupon input[type='text'] {
  font-size: 18px;
  border-radius: 24px;
  padding: 6px 20px;
}
.page-template-default.woocommerce-cart .entry-content ul li {
  padding: 0;
}
.page-template-default.woocommerce-cart .entry-content ul li label {
  font-size: 16px;
  font-weight: 400;
}
.page-template-default.woocommerce-cart .entry-content ul li label bdi,
.page-template-default.woocommerce-cart
  .entry-content
  ul
  li
  label
  bdi
  .woocommerce-Price-currencySymbol {
  color: #641764;
  font-weight: 700;
}
.page-template-default.woocommerce-cart .entry-content p {
  font-size: 16px;
  font-weight: 400;
}
.page-template-default.woocommerce-cart .entry-content strong {
  font-weight: 700;
}
.woocommerce-cart .woocommerce-shipping-totals td {
  font-size: 14px;
}
dl.variation {
  display: flex;
  align-items: flex-start;
}
.shipping-calculator-button {
  display: block;
  width: max-content;
  margin: 10px 0;
  border-radius: 24px;
  color: #ffe7ff;
  border: 1px solid #000;
  background: #000;
  padding: 6px 20px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.shipping-calculator-button:hover {
  background: #fff;
  color: #000;
}
.woocommerce-cart .shop_table {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
  border-bottom: 1px solid #dd66dd;
  padding: 5px 0;
}
.woocommerce-cart .shop_table .product-thumbnail {
  text-align: center;
}
.woocommerce-cart .shop_table .product-thumbnail img {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}
.woocommerce-cart .cart_totals .shop_table td,
.woocommerce-cart .cart_totals .shop_table th {
  padding: 5px;
  border: 1px solid #000;
}
.woocommerce-cart
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
}
.woocommerce-cart .cart_totals input[type='text'],
.woocommerce-cart .cart_totals input[type='email'] {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 0 8px;
  line-height: 28px;
  color: #444;
}

dl.variation p {
  margin: 0;
}

.woocommerce-cart button[name='update_cart'] {
  display: none;
}

.cart-coupon-holder {
  margin: 100px 0 40px 0;
  padding: 50px 10px;
}

.cart-coupon-holder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  width: 85vw;
  height: 100%;
  background-color: #dd66dd;
  border-radius: 0 220px 0 0;
  z-index: -1;
}

.cart-coupon-holder input#coupon_code {
  background: transparent;
  border-bottom: 2px solid white !important;
  color: #fff;
  width: 200px;
}

.woocommerce-cart .cart_totals {
  background-color: #dd66dd69;
  padding: 30px;
  border-radius: 10px;
}
.woocommerce-cart .checkout-button {
  font-size: 14px;
  margin-top: 10px;
}

.woocommerce-cart .cart_totals * {
  font-weight: 700;
}
.woocommerce-cart .cart_totals h2 {
  margin: 0 0 10px 0;
}

.cross-sells ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

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

/* CHECKOUT */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout
  .woocommerce-additional-fields__field-wrapper
  .form-row
  label {
  display: block;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input {
  font-size: 18px;
  width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .select2-container,
.woocommerce-checkout
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea {
  width: 100% !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.woocommerce-checkout .select2-selection {
  background-color: #ffcddc !important;
  height: 40px;
  border: none !important;
  border-radius: 10px !important;
  font-size: 18px;
  padding: 0 10px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input {
  width: calc(100% - 20px) !important;
}
.woocommerce-checkout .select2-selection {
  width: 100% !important;
}

.woocommerce-checkout .select2-selection {
  padding-top: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  padding-top: 10px;
}

.woocommerce-checkout
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea {
  border: 1px solid #dd66dd !important;
}

.woocommerce-checkout-review-order-table th {
  width: 50%;
}

.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th {
  text-align: left;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}

.woocommerce-checkout-review-order-table dl.variation {
  display: none;
}

#order_review li {
  padding: 0;
}

.payment_methods {
  padding-left: 0;
  padding-top: 15px;
}

.wc_payment_method input {
  position: relative;
}

.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
  padding: 12px 0;
}

.wc_payment_method input::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  top: -3px;
  left: -3px;
  border: 1px solid #dd66dd;
}

.wc_payment_method input:checked:after {
  background-color: #dd66dd;
}
.payment_method_ppcp-gateway img {
  max-width: 30px;
}

/* New Filters */

.wpfPriceInputs label {
  font-size: 0;
}
.wpfMainWrapper .wpfPriceInputs .wpfCurrencySymbol,
.wpfMainWrapper .wpfPriceInputs input {
  font-size: 15px !important;
}
.wpfMainWrapper .ui-slider-handle {
  background: #dd66dd !important;
}
.wpfMainWrapper select {
  font-size: 15px;
}
.wpfMainWrapper #wpfBlock_3 .wpfFilterVerScroll {
  max-height: 265px;
}
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton,
.wpfMainWrapper span.wpfFilterTaxNameWrapper {
  font-size: 14px !important;
}
.wpfFilterButton.wpfButton,
.wpfClearButton.wpfButton {
  cursor: pointer;
  transition: all 0.5s ease;
}
.wpfFilterButton.wpfButton {
  background: #dd66dddd;
}
.wpfFilterButton.wpfButton:hover {
  background: #dd66dd;
}
.wpfClearButton.wpfButton {
  background: #fbd612dd;
}
.wpfClearButton.wpfButton:hover {
  background: #fbd612;
}

/* New Checkout */

.showcoupon {
  font-weight: 700;
}
.checkout_coupon.woocommerce-form-coupon {
  background-color: #ffcddc !important;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.checkout_coupon.woocommerce-form-coupon p {
  margin: 0 0 15px !important;
  font-size: 18px !important;
}
.checkout_coupon.woocommerce-form-coupon input[type='text'] {
  font-size: 18px;
  border-radius: 24px;
  padding: 6px 20px;
}
.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: 1fr 400px;
  margin-top: 10px;
  gap: 10px;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  padding: 30px;
  background-color: #f8f2ec;
  border-radius: 10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  margin: 0 0 10px;
}
.woocommerce-checkout #order_review_heading {
  margin: 10px 0 0;
  padding: 20px 30px;
  background: #f8f2ec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.woocommerce-checkout #order_review {
  padding: 0 30px 20px;
  background: #f8f2ec;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  padding: 20px;
  background: #fff;
  width: 100%;
  border-radius: 10px;
}
.woocommerce-checkout-payment {
  padding: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
  border-bottom: 1px solid #00000036;
  padding: 5px 10px;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr.order-total
  td,
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr.order-total
  th {
  border-bottom: 0;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr
  td:nth-child(2n),
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr
  th:nth-child(2n) {
  text-align: left;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr
  td:nth-child(2n + 1),
.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  tr
  th:nth-child(2n + 1) {
  /* text-align: right; */
  border-right: 1px solid #00000036;
}
.woocommerce-checkout .checkout.woocommerce-checkout {
  margin-bottom: 50px;
}
.woocommerce-checkout #customer_details .col-2 #ship-to-different-address {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #00000036;
}
.woocommerce-checkout #customer_details .col-2 #ship-to-different-address span {
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-checkout
  #customer_details
  .col-2
  #ship-to-different-address
  .woocommerce-form__label-for-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px;
}
.woocommerce-checkout
  #customer_details
  .col-2
  .woocommerce-additional-fields
  label,
.woocommerce-checkout
  #customer_details
  .col-2
  .woocommerce-additional-fields
  label
  span {
  font-size: 16px;
}
.woocommerce-checkout
  #customer_details
  .col-2
  .woocommerce-additional-fields
  label {
  margin-bottom: 10px;
  display: block;
}
.woocommerce-checkout #customer_details .col-2 textarea {
  padding: 10px;
  font-size: 16px;
  min-height: 100px;
  width: calc(100% - 20px) !important;
}
.woocommerce-checkout .shipping_address label {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 5px;
}
.woocommerce-checkout .shipping_address input {
  background-color: #ffcddc !important;
  height: 40px;
  font-size: 16px !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 0 15px;
  width: calc(100% - 30px);
  line-height: 20px;
  margin-bottom: 5px;
}
.woocommerce-checkout .shipping_address .form-row {
  width: 100%;
  display: block;
  margin: 0;
}
.woocommerce-checkout .shipping_address span {
  font-size: 14px;
  line-height: 1;
}

/* CONFIRMED ORDER */

.wc-item-meta {
  display: none;
}

.woocommerce-table--order-details tbody tr:nth-child(odd) {
  background-color: #f1c0f1;
}
.woocommerce-table--order-details tbody tr td {
  padding: 10px;
}

/* SHOP ARCHIVE PAGE */
/* .shop-main img {width: 100%; height: auto;} */
.woocommerce-products-header.top-pad {
  padding-top: 180px;
}
.shop-archive-wrapper ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  padding-top: 30px;
  gap: 20px;
}
.woocommerce-loop-product__title {
  font-size: 18px;
  margin: 10px 0;
}
ul.products li.product img {
  margin: 0 auto;
}

ul.products li.product .price {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

ul.products li.product .product-availability {
  text-align: center;
}

ul.products li.product .price bdi {
  background: #fcd615;
  padding: 5px;
  border-radius: 10px;
  width: max-content;
  display: block;
}

ul.products li.product {
  border: 1px solid #dd66dd54;
  border-radius: 24px;
  position: relative;
  padding-bottom: 54px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s ease;
  background: #fff;
}
ul.products li.product:hover {
  background: #ededed;
}
ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  padding: 20px 20px 42px;
  position: relative;
  min-height: 415px;
}
ul.products li.product a.woocommerce-LoopProduct-link .price {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
ul.products li.product .product_type_variable,
ul.products li.product .product_type_simple,
ul.products li.product .add_to_cart_button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
ul.products li.product-category {
  padding-bottom: 0;
}

ul.products li.product-category img {
  position: relative !important;
  transform: none !important;
  top: unset !important;
  left: unset !important;
}

ul.products li.product-category .woocommerce-loop-category__title {
  text-align: center;
  font-size: 18px;
}
.archive-page-flex .woof {
  flex-basis: 20%;
}
p.woocommerce-result-count {
  font-size: 14px;
  margin: 0 0 10px;
}

.added_to_cart {
  width: 100%;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #a804b2;
  position: absolute;
  bottom: 48px;
}
.archive-page-flex .woocommerce {
  flex-basis: 80%;
}

.woof_label_count {
  background-color: white !important;
  color: black !important;
}
.woof_label_term {
  background-color: #dd66dd !important;
  color: white;
}
.widget.widget-woof label,
.widget.widget-woof label span {
  font-size: 14px;
}

.shop-sidebar .widget-area {
  border: 1px solid #dd66dd54;
  padding: 20px;
  border-radius: 24px;
}

.shop-sidebar .woof_container_inner h4 {
  padding-bottom: 3px;
  border-bottom: 1px solid #00000050;
}

.woof_reset_button_2 {
  background-color: transparent;
  border: 1px solid #dd66dd;
  cursor: pointer;
}

.woocommerce-ordering .orderby {
  background-color: transparent;
  border: none;
  border: 1px solid #dd66dd94;
  padding: 5px;
}

ul.page-numbers {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding-bottom: 40px;
}
ul.page-numbers a,
ul.page-numbers span {
  padding: 5px;
  display: flex;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  height: 30px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

ul.page-numbers a {
  border: 1px solid #000;
}
ul.page-numbers span {
  background-color: #000;
  color: white;
}

ul.page-numbers a:hover {
  background-color: #dd66dd;
  color: white;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link
  > span.product-image-wrapper {
  position: relative;
  padding-top: 80%;
  display: block;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}

ul.products li.product img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.grid.shop-archive-wrapper {
  position: relative;
}
.filter-toggler {
  width: 40px;
  height: 40px;
  background: aliceblue;
  position: absolute;
  right: 20px;
  top: -50px;
  border-radius: 5px;
  border: 1px solid;
  display: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.filter-toggler:hover,
.filter-toggler:focus {
  background: #000;
}
.filter-toggler span {
  display: block;
  width: 80%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  height: 1px;
  background: #000;
  transition: all 0.5s ease;
  transform-origin: center;
}
.filter-toggler:hover span,
.filter-toggler:focus span {
  background: #fff;
}
.filter-toggler span:first-child {
  top: 10px;
}
.filter-toggler span:nth-child(2) {
  top: 20px;
}
.filter-toggler span:nth-child(3) {
  top: 30px;
}

.filter-toggler span::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  transition: all 0.5s ease;
}
.filter-toggler:hover span::before {
  background: #fff;
}
.filter-toggler span:first-child::before {
  left: 70%;
}
.filter-toggler span:nth-child(2)::before {
  left: 20%;
}
.filter-toggler span:nth-child(3)::before {
  right: 0;
}

.filter-toggler.open span {
  top: 50%;
}
.filter-toggler.open span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.filter-toggler.open span:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.filter-toggler.open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.filter-toggler.open span::before {
  opacity: 0;
}

/* ACCOUNT PAGE */

.woocommerce-account .entry-title {
  display: none;
}
.woocommerce-account .entry-content > .woocommerce .u-columns {
  display: flex;
  margin: 0 auto;
  gap: 40px;
  align-items: start;
  width: 100%;
  justify-content: space-between;
}
.woocommerce-account .entry-content > .woocommerce .u-columns > div {
  border-radius: 24px;
  padding: 20px;
  border: 1px solid #dd66dd;
  margin-bottom: 50px;
  width: 100%;
  max-width: 600px;
  display: block;
}
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text * {
  font-size: 16px;
}

/* LOGGED IN */
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: max-content;
  border: 1px solid #dd66dd;
  border-radius: 24px;
  padding: 20px;
  margin: 0;
  background: #f8f2ec;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  font-weight: 700;
  text-decoration: underline;
  color: #723972;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.woocommerce-account 

/* NOT LOGGED IN */

.woocommerce-account:not(.logged-in) .form-row label {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-row input {
  margin-top: 10px;
  width: 100%;
}
.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin-bottom: 50px;
  gap: 20px;
}

.account-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 33px;
}

.account-wrapper > * {
  flex-basis: 50%;
}

.my-account-forms {
  min-height: 880px;
}

.woo-account-intro {
  text-transform: uppercase;
  font-size: 3vw;
}

.login-form,
.register-form {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  width: 90%;
}

.login-form.active,
.register-form.active {
  user-select: all;
  pointer-events: all;
  opacity: 1;
}

.account-buttons-holder {
  position: absolute;
  bottom: 20%;
  left: 0;
}

.account-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.account-button {
  background-color: black;
  padding: 8px 15px;
  color: white;
  border-radius: 24px;
  cursor: pointer;
  border: 1px solid black;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.account-button:hover {
  background-color: transparent;
  color: black;
}

.account-photo-holder {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.account-photo-holder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}
.woocommerce-account .form-row input[type='text'],
.woocommerce-account .form-row input[type='email'],
.woocommerce-account .form-row input[type='password'] {
  border: none;
  border-bottom: 1px solid #dd66dd;
  border-radius: 0;
  font-size: 20px;
  display: block;
  width: 100%;
}
.page-template-default .entry-content .woocommerce-form-register p,
.woocommerce-form-login *,
.woocommerce-form-register *,
.woocommerce-form-row em {
  font-size: 14px;
}
.woocommerce-form-row label {
  font-weight: 700;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.woocommerce-privacy-policy-text a {
  font-weight: 700;
}

/* FORGOT PASSWORD */

/* DEFAULT PAGE */

.default-page-wrapper .entry-title {
  font-size: 40px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}

.page-template-default .entry-title {
  font-size: 50px;
  border-bottom: 2px solid #1c1b1c;
  color: #1c1b1c;
  margin-top: 0;
}

.page-template-default .entry-content,
.page-template-default .page-post-thumbnail-holder {
  margin-top: 50px;
}

.page-template-default .entry-content p {
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0;
}

.page-template-default .entry-content ul {
  margin: 0;
  padding: 0;
  line-height: 30px;
  list-style-type: none;
}

.page-template-default input {
  border: none;
  border-radius: 0;
}

.page-template-default textarea {
  border-color: #efaf54;
}

.page-template-default .entry-content ul li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}
.page-template-default .entry-content ul li:last-child {
  margin: 0;
}

.page-template-default .entry-content ul li a {
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.wp-block-separator {
  border-top: 0px;
  border-bottom: 0px;
  background-color: #000;
  border: 0;
  height: 1px;
  margin: 25px 0;
}

/* ABOUT US PAGE */
.about-page-intro {
  min-height: 15vw;
}

.about-page-title {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about-page-title h1 {
  font-size: 8vw;
}

.about-page-intro-image-holder .about-intro-image-cell {
  max-width: max-content;
}
.about-page-intro-image-holder .about-intro-image-cell img {
  width: 100%;
  height: auto;
}
.about-page-intro-image-holder {
}

.about-intro-image-cell-1,
.about-intro-image-cell-2 {
  position: absolute;
  z-index: 2;
}

.about-intro-image-cell-1 {
  top: 42px;
  right: 0;
}
.about-intro-image-cell-2 {
  bottom: 120px;
  left: 30%;
}
.about-intro-image-cell-3 {
  top: 0;
  left: 0;
}

.about-intro-image-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff1a;
}

.about-info-col-l h4 {
  text-transform: uppercase;
  margin: 0;
}
.about-info-col-r h3 {
  line-height: 44px;
  font-weight: 400;
  margin: 0;
}

.about-contact-holder {
  padding-bottom: 30px;
}

.about-contact-intro::after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100px;
  background-color: black;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}

.about-contact-title {
  font-size: 5vw;
  text-transform: uppercase;
}

.about-contact-row {
  padding-top: 130px;
}

.about-contact-col-l img {
  width: 100%;
  height: auto;
}

.about-contact-col-l-svg {
  position: absolute;
  top: -100px;
  left: -50px;
}
.about-contact-col-l-svg svg {
  width: 300px;
  height: 300px;
}

.about-contact-cell {
  border-bottom: 2px solid;
  padding-bottom: 15px;
}
.about-contact-cell p {
  font-size: 40px;
  margin: 0;
}
.about-contact-cell a {
  font-size: 3vw;
  letter-spacing: 3px;
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.about-contact-cell a:hover {
  color: #dd66dd;
}

.about-contact-row .about-contact-cell:nth-child(2) {
  margin: 22% 0;
}

/* FAQ */

.accordion-panel {
  display: none;
  padding: 20px 150px 20px 18px;
}

.accordion-item {
  margin-bottom: 47px;
  border-bottom: 1px solid #171b20;
}

.accordion-thumb {
  padding: 20px;
}

.accordion-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.accordion-svg svg {
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.accordion-item.is-active .accordion-svg svg {
  transform: rotate(180deg);
}

.question-col-l {
  padding-top: 30px;
}

/* 404 PAGE */
.error-404 {
  padding: 5% 0;
}

.error-page-title {
  font-size: 5vw;
}

.error-page-image {
  position: absolute;
  bottom: -7px;
  right: 0px;
  z-index: -1;
  opacity: 0.4;
}

.owl-dots {
  display: none;
}

/* RESPONSIVE */

.mob-view {
  display: none;
}

.mob-search-wrapper {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.mob-search-wrapper.open-search {
  opacity: 1;
  pointer-events: all;
}
.mob-search-wrapper .mob-search {
  position: absolute;
  top: 190px;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
.mob-search-wrapper .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -120%;
  right: 0;
}
.mob-search-wrapper .close::before,
.mob-search-wrapper .close::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
}
.mob-search-wrapper .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mob-search-wrapper .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce-orders-table {
  width: 100%;
}

#mobile-menu {
  display: none;
}

.dgwt-wcas-st > span {
  font-size: 14px;
}

.single-product-col-r .entry-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-product-col-r .br_brand_product_container {
  order: -3;
}
.single-product-col-r .product_title {
  margin: 0;
  order: -2;
  font-size: 28px;
}
.single-product-col-r .brand_description_block {
  display: none;
}
.woocommerce-product-details__short-description {
  order: -1;
}

.single-product-col-r .product-brand-logo {
  width: 150px;
  height: 150px;
  border: 1px solid #d6d;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  order: -3;
}
.single-product-col-r .product-brand-logo * {
  display: block;
}
.single-product-col-r .product-brand-logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
/* Checkout Field Editor */
#billing_type_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
}
#billing_type_field input {
  width: max-content !important;
}
.invoice-field {
  background: hsl(0 0% 97% / 1);
  padding: 20px;
  margin: 0 !important;
  border-radius: 0px !important;
  display: flex;
  flex-direction: column;
}

/* Upsales */

.up-sells ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-content: flex-start;
}

/* WPML sub menu */

.wpml-ls-menu-item .sub-menu {
  background: transparent;
}

.wpml-ls-menu-item {
  position: relative;
  z-index: 999;
}

/*  */
ul.woof_list.woof_list_checkbox > li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
}
ul.woof_list.woof_list_checkbox > li label {
  display: block !important;
  margin: 0 !important;
}

/* Pojo */
.pojo-a11y-toolbar-left .pojo-a11y-toolbar-inner * {
  font-size: 14px;
  line-height: 1.1;
}
.irs-grid-text {
  background: #00000001;
}
.pojo-sr-only {
  color: #fff;
  background: #00000001;
}

.cc_div .c-bn>span {
	color: #000 !important;
}

/* New Slider */

.custom-product-thumbnails {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.thumbnails-slider {
  display: flex;
  gap: 10px;
  overflow: hidden;
  width: 100%;
}
.thumbnail-item {
  flex: 0 0 30%;
  max-width: 30%;
}
.thumbnail-item a {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  width: 100%;
  margin: 0 auto;
}
.thumbnail-item a img {
  border-radius: 24px;
  border: 1px solid #d6d;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.slick-list {
  padding: 40px 0 !important;
  width: calc(100% - 60px);
  margin: 0 auto !important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 60%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid #d6d;
  border-left: 2px solid #d6d;
}
.slick-next::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 40%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #d6d;
  border-right: 2px solid #d6d;
}

.berocket_brand_post_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.menu-item-object-language_switcher .trp-flag-image {
  max-width: 20px;
}
.footer-logo {
  max-width: 250px;
}

.shop-main .product-availability {
  margin: 0;
  padding: 0;
}

.espa-banner {
    position: fixed;
    bottom: 0;
    z-index: 9999;
	max-width:220px;
}

@media only screen and (max-width: 1540px) {
  .shop-sidebar.block-20 {
    width: 30%;
  }
  .shop-main.block-80 {
    width: 70%;
  }
  .about-info-col-r h3 {
    line-height: 1.4;
    font-size: 24px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .before-header-navigation-holder #primary-menu,
  .before-header-navigation-holder .main-navigation,
  .header-icons-row {
    column-gap: 20px;
  }
  .before-header .site-branding a {
    width: 200px;
    left: 20px;
  }
  .before-header {
    padding: 10px 0;
  }
  .top-pad {
    padding-top: 46px;
  }
  .home-categories-holder-inner .home-categories-cell {
    padding: 20px 0;
  }
  .home-grid-text .block-50 {
    width: 80%;
  }
  .home-products-holder-inner {
    padding: 0;
  }
  .topbar .grid {
    width: 100%;
  }
  .topbar-left,
  .topbar-right {
    width: 30%;
  }
  .topbar-center {
    width: 40%;
  }
  .header-icons-row {
    padding: 0;
  }
  .shop-archive-wrapper ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-intro-image-cell-1 {
    width: 30vw;
  }
  .about-intro-image-cell-2 {
    width: 20vw;
  }
  .about-intro-image-cell-3 {
    width: 25vw;
  }
  .about-contact-row .about-contact-cell:nth-child(2) {
    margin: 100px 0;
  }

  .fs-16 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 17px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .woocommerce-products-header__title {
    font-size: 28px;
  }
  .fs-36 {
    font-size: 32px;
  }
  .fs-40 {
    font-size: 36px;
  }
  .home-grid-text h3 {
    font-size: 18px;
  }
  .footer-text {
    font-size: 30px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1260px) {
  .dgwt-wcas-search-wrapp {
    min-width: 180px;
  }
  .header-wrapper .grid {
    width: 100%;
  }
  .header-cart {
    bottom: 60%;
    right: -14px;
    width: 15px;
    line-height: 15px;
    font-size: 15px;
  }
  .single-prod-atc {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .woocommerce-breadcrumb a,
  .woocommerce-breadcrumb,
  .header-cart,
  .topbar .fs-16 {
    font-size: 13px;
  }
  .single-product-col-r .product_title {
    font-size: 20px;
  }
  .woocommerce-loop-product__title {
    font-size: 16px;
  }
  ul.products li.product .product_type_variable,
  ul.products li.product .add_to_cart_button {
    font-size: 16px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 1160px) {
  .desk-view {
    display: none;
  }
  .mob-view {
    display: block;
  }
  .ico-magnifier {
    width: 20px;
  }
  .topbar-left,
  .topbar-right {
    width: 20%;
  }
  .topbar-center {
    width: 60%;
  }
  .header-menu .header-navigation .menu {
    padding: 0 300px;
  }
  .main-header-comp .site-branding {
    width: 40%;
  }
  .main-header-comp .before-header-navigation-holder {
    width: 60%;
  }
  .main-header-comp .header-text-holder {
    display: none !important;
  }
  .footer-logo img {
    width: 170px;
    height: auto;
  }
  .home-newsletter-form-bg-holder {
    padding-top: 35%;
  }
  .dgwt-wcas-search-wrapp {
    max-width: initial !important;
  }
  .search-button:hover {
    cursor: pointer;
  }

  .before-header-navigation-holder .main-navigation a {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1160px) {
  .mob-search-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .about-info-col-r h3 {
    font-size: 20px;
  }
  .page-template-default .entry-content p {
    font-size: 16px;
  }
  .woocommerce-account.logged-in .woocommerce-MyAccount-content * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .tax-berocket_brand .woocommerce-products-header.top-pad {
    padding-top: 250px;
  }
  .tax-berocket_brand .shop-sidebar aside#secondary {
    display: none;
  }
  .tax-berocket_brand .berocket_brand_description img {
    width: auto !important;
    height: 120px !important;
  }
  /* body #pojo-a11y-toolbar {top: 250px !important;} */
  body #pojo-a11y-toolbar {
    top: initial !important;
    bottom: 0;
  }
  .header-menu .mega-menu-brands ul.sub-menu {
    grid-template-columns: repeat(3, 1fr);
  }
  body #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 14px;
  }
  .home-before-footer-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-newsletter-form-bg.general-bg {
    background-position: 10% 50% !important;
  }
  .home-newsletter-form {
    width: 50%;
  }
  .owl-nav button svg {
    width: 35px;
    height: 35px;
  }
  .home-categories-holder .owl-nav,
  .home-products-holder .owl-nav {
    width: calc(100% + 25px);
  }
  .home-about-section {
    padding-bottom: 140px;
  }
  .about-image-cell-3 {
    bottom: -110px;
  }
  .footer-row .block-25 {
    width: 100%;
  }
  .footer-row .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .footer-row .gutter .footer-cell:nth-child(1) {
    order: 1;
  }
  .footer-row .gutter .footer-cell:nth-child(2) {
    order: 3;
  }
  .footer-row .gutter .footer-cell:nth-child(3) {
    order: 4;
  }
  .footer-row .gutter .footer-cell:nth-child(4) {
    order: 2;
  }
  .before-header .site-branding a {
    width: 140px;
  }
  .site-header {
    padding: 20px 0 15px;
  }
  .home-party-svg {
    width: 20vw;
    height: 20vw;
  }
  .home-party-text-holder .button {
    width: max-content;
  }
  .header-menu .header-navigation .menu {
    padding: 0 100px 0 170px;
  }
  .home-party-image-holder img {
    height: 340px;
  }
  .woocommerce-loop-product__title {
    font-size: 16px;
  }
  .shop-sidebar.block-20,
  .shop-main.block-80 {
    width: 100%;
  }
  .shop-sidebar.block-20 {
    margin-bottom: 20px;
  }
  .shop-main .gutter-left,
  .shop-sidebar .gutter-right {
    margin: 0;
  }
  .woocommerce-products-header.top-pad {
    padding-top: 160px;
  }
  .shop_table img {
    width: 60px;
    height: auto;
  }
  .shop_table th,
  .shop_table td {
    padding: 0 5px;
  }
  .qib-button-wrapper button.qib-button,
  .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px !important;
    width: 30px !important;
  }
  .qib-button-wrapper button.qib-button {
    padding: 0px 7px 2px !important;
  }
  .qib-button-wrapper .quantity input.input-text.qty.text {
    width: 30px !important;
  }
  .page-template-default .entry-content ul.woocommerce-shipping-methods li {
    padding: 0;
    margin: 0;
  }
  .woocommerce-checkout #customer_details {
    grid-template-columns: 1fr;
  }
  .up-sells ul.products.columns-4,
  .related ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-contact-row .about-contact-cell:nth-child(2) {
    margin: 70px 0;
  }
  .home-about-text h4 {
    font-weight: 400;
  }
  .about-page-intro {
    margin: 0 0 50px;
  }
  .about-page-wrapper.top-pad {
    padding-top: 150px;
  }
  .about-info-col-r h3 {
    padding: 0;
    margin: 20px 0 0;
    font-size: 15px;
  }
  .about-image-cell-1 {
    left: 0;
  }
  .grid {
    width: 100%;
  }
  .about-info-holder-inner > div {
    width: 100%;
  }
  .filter-toggler {
    display: block;
  }
  .shop-sidebar aside#secondary {
    display: none;
  }
  .shop-sidebar.open-filter aside#secondary {
    display: block;
  }

  .about-contact-cell a {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .woocommerce-info *,
  .woocommerce-info,
  .woocommerce-form-coupon,
  .woocommerce-form-coupon *,
  .shop_table * {
    font-size: 14px !important;
  }
  .page-template-default .entry-title {
    font-size: 40px;
    margin: 20px 0;
  }
  #colophon a:not(.custom-logo-link):not(.footer-socialcell a) {
    font-size: 14px;
  }
  .about-contact-cell p,
  .fs-40,
  .fs-36,
  .fs-24 {
    font-size: 20px;
  }
  .woocommerce-mini-cart__buttons a {
    font-size: 18px;
  }
  .fs-36 {
    font-size: 28px;
  }
  .wc-tab-info *,
  .header-navigation .menu a {
    font-size: 14px;
  }
  .woocommerce-products-header__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  table.shop_table_responsive tr td::before {
    display: none;
  }
  .before-header-navigation-holder,
  .header-menu {
    display: none !important;
  }
  .burger-1 {
    display: block;
    margin-left: auto;
  }
  #mobile-menu {
    display: none;
    height: calc(100vh - 70px);
    overflow-y: auto;
    text-align: center;
  }
  #mobile-menu.menu-open {
    display: block;
  }
  .header-icons.abs-rt {
    top: -30px;
    right: 90px;
    z-index: 100;
  }
  .header-cart {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
  }
  .site-header {
    padding: 0;
    z-index: 100;
    position: relative;
  }
  ul.sub-menu {
    position: unset;
    transform: none;
    opacity: 1;
    box-shadow: none;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
  }
  li.menu-item-has-children:hover ul.sub-menu {
    transform: none;
  }
  ul.sub-menu li {
    width: 60%;
  }
  .woof_show_filter_for_mobile.woof {
    width: 86%;
  }
  /* .shop-sidebar aside#secondary {display: none;} */
  .woof_show_mobile_filter {
    padding-left: 5px;
  }
  ul.woocommerce-mini-cart li {
    grid-template-columns: 1fr;
  }
  table.shop_table_responsive tr td {
    padding: 5px;
    border-bottom: 1px solid;
    text-align: left !important;
  }
  body .qib-button-wrapper {
    float: none !important;
    width: max-content;
  }
  .header-menu .mega-menu-brands ul.sub-menu {
    grid-template-columns: repeat(2, 1fr);
  }
  ul.products li.product a.woocommerce-LoopProduct-link {
    min-height: 365px;
  }

  #cursor-follow {
    display: none;
  }
  .hero-banner {
    padding-top: 50%;
  }
  .hero-banner img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 90%;
    top: initial;
    display: block;
  }
  .home-about-section {
    padding: 60px 0;
  }
  .home-about-text.block-50 {
    width: 80%;
  }
  .about-image-cell-1 {
    left: 10px;
    top: 40px;
  }
  .about-image-cell {
    opacity: 0.6;
  }
  .home-newsletter-form-bg-holder {
    padding-top: 45%;
  }
  .header-menu .header-navigation .menu {
    padding: 0 90px 0 0;
    max-width: 100%;
    gap: 20px;
    justify-content: end;
  }
  .home-party-svg {
    left: 75%;
    top: 230px;
  }
  .home-party-holder-inner .block-50 {
    width: 100%;
  }
  .home-party-text-holder {
    width: 92%;
  }
  .home-party-holder-inner {
    padding: 0 0 25px 0;
  }
  .home-newsletter-intro-inner {
    justify-content: space-between;
    gap: 20px;
  }
  .newsletter-social {
    gap: 15px;
  }
  .newsletter-social svg {
    width: 20px;
    height: auto;
    display: block;
  }
  .home-newsletter-form {
    width: 80%;
  }
  .home-categories-holder .owl-nav,
  .home-products-holder .owl-nav {
    width: calc(100% + 20px);
  }
  .home-newsletter-form-holder {
    background: #00000080;
  }
  .newsletter-text h2,
  .newsletter-text p {
    color: #fff;
  }
  .site-main {
    padding-top: 120px;
  }
  .single-product-col-l,
  .single-product-col-r {
    width: 100%;
  }
  .single-product-col-l .gutter-left,
  .single-product-col-r .gutter-right,
  .single-product-col-l .gutter-right,
  .single-product-col-r .gutter-left {
    margin: 0;
  }
  .single-product .product > .grid > .gutter {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .single-product .product .single-product-col-l {
    order: -1;
    max-width: 450px;
  }
  .button {
    padding: 5px 13px;
  }
  .woocommerce-message .button {
    float: right;
  }
  .woocommerce-tabs::before {
    display: none;
  }
  .tab-grid {
    grid-template-columns: 1fr;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-checkout .select2-selection {
    height: 30px;
  }
  .payment_method_eurobank_gateway img {
    width: 100px;
  }
  .woocommerce-account.logged-in .woocommerce {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  ul.page-numbers {
    gap: 8px;
  }
  ul.page-numbers span,
  ul.page-numbers a {
    width: 18px;
    height: 18px;
    font-size: 14px;
  }

  .woocommerce-terms-and-conditions-wrapper *,
  .wc_payment_methods *,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper * {
    font-size: 16px !important;
  }
  .page-template-default .entry-title {
    font-size: 30px;
    margin: 10px 0;
  }
  .fs-40 {
    font-size: 28px;
  }
  .fs-36 {
    font-size: 22px;
  }
  .fs-24 {
    font-size: 18px;
  }
  .home-grid-text h3 {
    font-size: 16px;
  }
  .woocommerce-message * {
    font-size: 14px;
  }
  .footer-copyright a {
    font-size: 14px;
    font-weight: 700;
  }
  .footer-copyright {
    font-size: 14px;
    font-weight: 400;
  }
  .woocommerce-breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .before-header .site-branding a {
    width: 100px;
  }
  .main-header-comp .before-header-navigation-holder {
    width: 100%;
  }
  .site-branding {
    position: absolute;
    left: 0;
    top: 0;
  }
  .shop-archive-wrapper ul.products {
    grid-template-columns: 1fr;
  }
  .woocommerce-ordering .orderby {
    width: 100%;
  }
  .woof_container_inner h4 {
    margin: 9px 0;
    font-size: 14px;
  }
  .footer-row .footer-grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .footer-row .footer-grid .ta-right {
    text-align: left;
  }
  .footer-social {
    justify-content: flex-start;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
  .woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    .select2-container,
  .woocommerce-checkout
    .woocommerce-additional-fields__field-wrapper
    .form-row
    textarea {
    width: calc(100% - 20px) !important;
  }
  .woocommerce-account .entry-content > .woocommerce .u-columns {
    display: block;
  }
  .woocommerce-account .entry-content > .woocommerce .u-columns > div {
    width: calc(100% - 40px);
  }
  .mini-cart-holder {
    max-width: 350px;
  }
  ul.woocommerce-mini-cart li img {
    max-width: 40px;
  }
  ul.woocommerce-mini-cart li a:nth-child(2) {
    padding-left: 50px;
  }
  .home-about-overlay-text-holder {
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .up-sells ul.products.columns-4,
  .related ul.products.columns-4 {
    grid-template-columns: 1fr;
  }
  ul.products li.product a.woocommerce-LoopProduct-link {
    min-height: initial;
  }

  .wc-tab-info *,
  ul.woocommerce-mini-cart .quantity,
  ul.woocommerce-mini-cart .quantity * {
    font-size: 15px;
  }
  .wc_payment_methods *,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper * {
    font-size: 14px !important;
  }
  .gutter.justify-content--space-between {
	flex-direction: column;
	margin-bottom: 13px;
  }
  .woocommerce-products-header__title {
    font-size: 20px;
  }
  .header-navigation .menu a {
    font-size: 14px;
  }
  .before-header-navigation-holder .fs-16,
  .before-header-navigation-holder .main-navigation a {
    font-size: 12px !important;
  }
  .header-cart,
  .topbar .fs-16 {
    font-size: 11px;
  }
  .topbar .topbar-left .fs-16 {
    font-size: 0;
  }
  .widget.widget-woof label,
  .widget.widget-woof label span {
    font-size: 12px;
  }
  /* TROPOI APOSTOLIS */

    .page-id-44 table {
        font-size: 10px;
    }
}
@media only screen and (max-width: 525px) {
  .before-header .site-branding a {
    width: 80px;
  }
  .home-newsletter-form-bg-holder {
    padding-top: 300px;
  }
  .home-newsletter-form-bg.general-bg {
    background-position: 50% 50% !important;
  }
  .home-categories-holder {
    min-height: 240px;
  }
  .home-newsletter-form {
    width: 92%;
  }
  .home-social-holder {
    padding: 50px 0 20px;
  }
  .home-categories-holder .owl-nav,
  .home-products-holder .owl-nav {
    width: 100%;
  }
  .header-menu .header-navigation .menu {
    padding: 0 70px 0 0;
  }
  .header-icons-row {
    column-gap: 10px;
  }
  .topbar-left,
  .topbar-right {
    width: 50%;
  }
  .topbar-center {
    display: none !important;
  }
  .home-about-holder-inner {
    padding: 150px 0;
  }
  .header-menu .header-navigation .menu {
    gap: 10px;
  }
  .woocommerce-checkout #order_review {
    padding: 0 20px;
  }
  .woocommerce-checkout-payment {
    padding: 20px 0;
  }
  .woocommerce-checkout #customer_details .woocommerce-billing-fields,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #customer_details .col-1,
  .woocommerce-checkout #customer_details .col-2 {
    padding: 10px;
  }
  .footer-row .footer-grid {
    gap: 20px;
  }
  .hero-banner {
    padding-top: 38%;
  }

  .fs-40 {
    font-size: 22px;
  }
  .fs-36 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 15px;
  }
  .footer-text {
    font-size: 22px;
    line-height: 35px;
  }
  .header-navigation .menu a {
    font-size: 12px;
    line-height: 1;
  }
}
@media only screen and (max-width: 420px) {
  .header-navigation .menu a,
  .before-header-navigation-holder .fs-16,
  .before-header-navigation-holder .main-navigation a {
    font-size: 11px !important;
  }

  .woocommerce-checkout .woocommerce-checkout-review-order-table td *,
  .woocommerce-checkout .woocommerce-checkout-review-order-table th * {
    font-size: 12px !important;
  }
}

#wpfFloatingWrapper-1_321900 .wpfFloatingClose {
    font-size: 26px !important;
    line-height: 26px !important;
    top: 10px !important;
    right: 10px !important;
}

#wpfFloatingWrapper-1_949691 .wpfFloatingClose::after {
	content: "X";
	display: block;
	font-size: 20px;
}
.wpfFilterWrapper[data-filter-type] {
    padding: 5px 10px;
}

 i.wpfFloatingClose {
	font-size:26px !important;
}

.product-availability + .quantity,
.variations_form .quantity.hidden,
.woocommerce-variation-add-to-cart .quantity.hidden {
    display: none !important;
}