@font-face {
  font-family: "Roboto-Condensed";
  src: url('../fonts/roboto-condensed-regular.woff2') format('woff2'),
       url('../fonts/roboto-condensed-regular.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url('../fonts/roboto-condensed-bold.woff2') format('woff2'),
       url('../fonts/roboto-condensed-bold.woff') format('woff');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  font-family: "Roboto-Condensed", sans-serif;
}

section {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}

.page_header {
  position: relative;
  top: 0;
  z-index: 15;
}

input,
select,
button {
  outline: none;
}

body {
  background-color: #efefef;
  margin: 0;
  padding: 0;
}

.page-template-template-front2 {
  background-color: #333;
}

button,
img:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -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;
}

a:hover {
  cursor: pointer;
}

nav a {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
}

p {
  line-height: 1.5;
}

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

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

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

.page-template-template-front nav {
  opacity: 1;
  z-index: auto;
}

.bapf_no_products {
  display: none;
}

.free_shipping {
	color: #4e8b43;
	font-size: 12px;
	font-family: "Roboto-Condensed";
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 5px;
}

header .header-wrap {
  background: #ffffff;
  padding: 12px 0;
}

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

header .menu-wrap {
  background: #ffde00;
  height: auto;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}

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

header .menu-wrap .menu-content .left {
  display: inline-flex;
  column-gap: 10px;
}

header .menu-cat a {
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 12px;
  background: #ffffff;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
}

header .menu-brand a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background: #333333;
  padding: 10px 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  display: inline-flex;
  column-gap: 5px;
}

header .menu-content .right {
  display: inline-flex;
  column-gap: 20px;
}

header .menu-content .right p,
header .menu-content .right a {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

header .top-menu-links ul {
  display: flex;
  column-gap: 25px;
}

header .top-menu-links ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #333333;
}

header .social-share ul {
  display: inline-flex;
  column-gap: 10px;
}

header .header-content .left-header {
  display: flex;
  align-items: center;
  column-gap: 75px;
}

header .login .user_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  position: relative;
}

header .cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

header .login .user_icon span {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

header .cart span {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

header .right-header {
  display: flex;
  column-gap: 20px;
  align-items: center;
  justify-content: end;
}

.toggle-menu:has(span:empty){
  display: none;
}

header .wc-block-mini-cart__button {
  padding: 0 !important;
}

header .wc-block-mini-cart__button:hover:not([disabled]) {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}

header .wc-block-mini-cart__badge {
  background: #ffde00;
  border: 0;
  font-size: 12px;
  line-height: 12px;
  height: 20px;
  width: 20px;
}

header .wish-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

header .wish-list a span {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

header .menu-cat {
  position: relative;
}


header nav {
  position: absolute;
  top: 39px;
  height: fit-content;
  width: 328px;
  background-color: #fff;
  color: #111433;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.page-template-template-front-php header nav {
  pointer-events: auto;
}

nav.is-active {
  pointer-events: auto !important;
}

header nav ul li {
  padding: 14px 15px;
  border-bottom: 1px solid #e0e0e0;
}

header nav ul li a {
  position: relative;
}

header nav ul li a::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  background-image: url(../images/menu/right.svg);
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
}

/*header nav ul li a span {*/
/*  padding-right: 12px;*/
/*}*/

header nav ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}

header nav.is-active {
  opacity: 1;
  z-index: 9;
}

header nav ul li a {
  padding: 0 !important;
  text-transform: unset !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #333333 !important;
  font-family: "Roboto-Condensed" !important;
}

header nav ul li a:hover {
  color: #ffde00 !important;
}

.has-children .cd-secondary-dropdown {
  visibility: hidden;
  z-index: -1;
}

.has-children .cd-secondary-dropdown.is-active {
  visibility: visible;
  z-index: 1;
}

.cd-secondary-dropdown .grid {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 40px;
  column-gap: 20px;
}

.cd-secondary-dropdown .grid .item {
  text-align: left;
}

.cd-secondary-dropdown .grid .item p {
  padding: 0 !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  color: #333333 !important;
  font-family: "Roboto-Condensed" !important;
  margin-bottom: 15px;
}

.cd-secondary-dropdown a::after {
  display: none !important;
}

.cd-secondary-dropdown .item a {
  flex-direction: column !important;
  align-items: unset !important;
}

.cd-secondary-dropdown {
  left: 100%;
  height: 100%;
  background-color: #fff;
  width: 1082px;
  padding-bottom: 0;
  position: absolute;
  top: 0;
}

.home-slider .home-content {
  margin-top: 10px;
  width: 75%;
  margin-left: 25%;
}

.brand-home {
  margin-top: 25px;
  padding-bottom: 60px;
}

.brand-home .brand-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px 75px;
}

.brand-home .title,
.new-product .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}

.product-action .title {
  display: flex;
  justify-content: space-between;
}

.product-action .tabs {
  display: flex;
  align-items: center;
  column-gap: 45px;
  margin-bottom: 40px;
}

.product-action .tabs a h3 {
  color: #aaa;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.product-action .tabs li.active a h3 {
  color: #333;
}

.product-action .tabs li img {
  padding-right: 10px;
}

.brand-home .title a,
.new-product .title a,
.product-action .title a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
  color: #333333;
  display: inline-block;
}
.brand-home .title a svg,
.new-product .title a svg,
.product-action .title a svg{
  margin-left: 4px;
}

.wp-block-woocommerce-mini-cart-contents {
  background-color: #fff !important;
}

/* search form */

.header-search {
  width: 100%;
  min-width: 25vw;
}

.header-search .aws-container .aws-search-field {
  border: 0;
  border-radius: 6px !important;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #333333;
}

.header-search .aws-container .aws-search-field::placeholder {
  color: #AAAAAA;
  opacity: 1;
}

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

.search_icon {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  right: 15px;
}

.aws-container .aws-search-form .aws-search-clear {
  background: #fff;
  z-index: 55 !important;
  height: 97% !important;
  top: 1px !important;
  right: 1px !important;
}

.aws-container .aws-search-form .aws-loader {
  background: #fff;
  top: 45% !important;
  padding: 10px;
}

.home-content .slick-dots li {
  margin: 0;
}

.home-content .slick-dots li button:before {
  font-size: 0 !important;
}

.home-content .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fbde03;
}

.super-offer-wrapper .flex {
  display: grid;
  grid-template-columns: minmax(0,75%) minmax(0,25%);
  align-items: stretch;
  column-gap: 10px;
  margin: 50px 0;
}

.super-offer-wrapper .flex .products {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px 35px;
}

.super-offer-wrapper .flex .booking {
  width: 100%;
  background: #333333;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}

/* Footer */

footer .subscribe {
  background-color: #ffde00;
  height: 220px;
  text-align: center;
  display: flex;
}

footer .subscribe p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #333333;
  display: inline-block;
}

footer .footer-content {
  background-color: #333333;
}

footer .footer-content .grid {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

footer .footer-content .grid .left {
  display: flex;
  column-gap: 100px;
}

footer .footer-content .grid .right {
  display: flex;
  column-gap: 100px;
}

footer .footer-content .grid h3 {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;

  margin-bottom: 17px;
  text-transform: uppercase;
}

.mob_social {
  display: none;
}

footer .footer-content .grid h4 {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-bottom: 20px;
}

footer .footer-content .grid .left p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

footer .footer-content .grid .left p span a{
  color: #ffde00;
}

footer .footer-content .grid .right ul li a {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  padding-bottom: 15px;
  display: inline-block;
}

footer .payment-method {
  background: #ffffff;
  padding: 25px 0;
}

footer .copyright {
  background: #ffffff;
  padding-bottom: 30px;
  padding-top: 0;
}

footer .copyright .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

footer .payment-method .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}

footer .copyright .flex p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

footer .payment-method .flex ul {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

footer .payment-method .flex ul li img {
  height: 30px;
  object-fit: contain;
}

/* listing page */

.woocommerce-products-header {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px 22px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.main_shop_cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-bottom: 100px;
}

.main_shop_cat #primary {
  width: 80%;
  padding-left: 30px;
  padding-top: 0;
}

.main_shop_cat #secondary {
  order: -1;
  width: 20%;
  padding-top: 0;
  padding-right: 30px;
  position: relative;
  z-index: 2;
  padding: 20px;

  background: #ffffff;
  border-radius: 10px;
}

.main_shop_cat #main {
  display: flex;
  flex-direction: column;
}

.main_shop_cat #main .woocommerce.columns-4 {
  display: flex;
  flex-direction: column;
}

.main_shop_cat #main .storefront-sorting {
  order: -1;
  margin: 0;
}

.mob_view {
  display: none;
}

.main_shop_cat #main .storefront-sorting:last-child {
  display: block;
  order: unset;
}

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

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

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

.main_shop_cat .archive .woocommerce-pagination {
  display: block !important;
}

.archive .woocommerce-pagination {
  margin-top: 50px;
  display: none !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-template-template-landing-page .woocommerce-pagination {
  margin-top: 50px;
  display: none !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.main_shop_cat #main .storefront-sorting:last-child .woocommerce-pagination {
  display: block;
}

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

.page-template-template-landing-page .woocommerce-pagination .page-numbers {
  display: flex;
  justify-content: center;
}

.archive .woocommerce-pagination .page-numbers li,
.page-template-template-landing-page .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-landing-page .woocommerce-pagination .page-numbers li,
.page-template-template-landing-page
  .woocommerce-pagination
  .page-numbers
  li
  a {
  font-family: "Roboto-Condensed";
  font-size: 11px;
  overflow: hidden;
  color: #333;
}

.archive .woocommerce-pagination .page-numbers li:hover a,
.page-template-template-landing-page
  .woocommerce-pagination
  .page-numbers
  li:hover
  a {
  background: #333333 !important;
  color: #ffde00 !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  background: #333333 !important;
  color: #ffde00 !important;
}

.prev.page-numbers,
.next.page-numbers {
  padding-bottom: 3px;
}

.main_shop_cat .woocommerce-result-count {
  display: none !important;
}

.main_shop_cat .category-image {
  margin: 20px 0;
  margin-bottom: 0;
  margin-top: 30px;
}

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

.main_cat_list .woocommerce-products-header div {
  width: 50%;
}

.woocommerce-ordering {
  padding: 0 !important;
}

.main_cat_list .woocommerce-products-header div > span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333333;
}

.main_cat_list .woocommerce-products-header div > h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
  line-height: 38px;
  color: #333333;
  text-transform: uppercase;
}

header .cart:hover {
  cursor: pointer !important;
}

.main_cat_list .woocommerce-products-header .sub-cat ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
  row-gap: 10px;
}

.main_cat_list .woocommerce-products-header .sub-cat ul li {
  background: #ebebeb;
  border-radius: 4px;
  padding: 6px 8px;
}

.main_cat_list .woocommerce-products-header .sub-cat ul li a {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
}

.main_shop_cat .category-image img {
  width: 100%;
  border-radius: 10px;
}

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

.woocommerce_single_wrap .products .item {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  min-height: 40vh;
  height: 40vh;
}

.woocommerce_single_wrap .related .products .item  {
  min-height: auto;
  height: auto;
}


.home .product-action .product {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  /*min-height: 407px;*/
}

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

.tab_container ul.products li a img {
  margin-top: 30px;
  aspect-ratio: 1;
  object-fit: contain;
}

/* Single page  */

.single-flex-wrap .related .products {
  margin-top: 20px;
  margin-bottom: 70px;
}

.single-flex-wrap .product .product_title {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}

.single-flex-wrap .product .price {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 30px;
  min-height: 40px;
  overflow: hidden;
  line-height: 20px;
}

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

.single-flex-wrap .share-button {
  margin-top: 40px;
}

.single-flex-wrap .quantity {
  display: none;
}

.single-flex-wrap {
  background: #fff;
  overflow: hidden;
}

.breadcrumpsWrap .storefront-breadcrumb {
  margin: 0;
  padding: 10px 0;
}

.breadcrumpsWrap .woocommerce-breadcrumb a:first-of-type::before {
  content: " ";
}

.woocommerce-breadcrumb {
  font-family: "Roboto-Condensed";
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.breadcrumpsWrap .woocommerce-breadcrumb a {
  font-family: "Roboto-Condensed";
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}

#secondary h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 20px;
}

#secondary .berocket_single_filter_widget h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 10px;
}

#secondary .berocket_single_filter_widget ul {
  border-top: 1px solid #e0e0e0;
  margin-bottom: 10px !important;
}

#secondary .berocket_single_filter_widget ul li {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;

  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0 !important;
}

#secondary .berocket_single_filter_widget ul li .pcs {
  float: right;
}

.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(../images/checked.svg);
  background-size: contain;
}

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

.berocket_aapf_widget_selected_filter,
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bapf_sfilter ul li a {
  display: flex !important;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 5px;
  color: #1b242b;
  padding: 7px;
  display: block;
  background-color: #fff;
  border: 0px solid #ebebeb;
  column-gap: 10px !important;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.storefront-sorting {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0;
  display: flex;
}

.storefront-sorting select {
  width: auto;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #AAAAAA;
}

.grid_list {
  display: flex;
  align-items: center;
  border: 1px solid #AAAAAA;
  background: #fff;
  height: 30px;
  border-radius: 4px;
  margin-right: 10px;
  padding: 0 10px;
}
.grid_list.mobile_preview {
  display: none;
}

.grid_list li img {
  height: 12px;
  margin-left: 10px;
}

.grid_list p {
  font-size: 13px;
}

.grid_list li {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.active_list img {
  -webkit-filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
  filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
}


.grid_list .show_four {
  margin: 0 10px;
}

.bapf_sfa_taxonomy ul {
  display: flex;
}

.bapf_sfa_mt_hide {
  margin-top: -30px;
  width: 60%;
}

.berocket_aapf_widget_selected_filter {
  width: 100%;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  display: none !important;
}

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

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


.grid_list.mobile_preview .close {
  width: 100%;
  justify-content: flex-end;
}

.grid_list.mobile_preview .txt {
  width: 100%;
  justify-content: center;
}

.grid_list .show_four,
.grid_list .show_list {
  width: 50%;
  margin: 0;
  justify-content: center;
}

.mobile_preview img {
  -webkit-filter: none !important;
  filter: none !important;
}

.mobile_preview .show_four img,
.mobile_preview .show_list img {
  width: 60px !important;
  height: 60px !important;
}

.grid_list.mobile_preview .txt {
  font-size: 17px;
  text-align: center;
}


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

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


.site-main ul.products.columns-4.list li.product {
  margin-bottom: 25px;
}

.site-main ul.products.columns-4 li.product {
  padding: 20px;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;

  width: 100%;
  min-width: 100%;
}

#related-single-slider .slick-slide img {
  padding: 25px;
  min-width: 100%;
}

.product-action .slick-slide img {
  padding: 25px;
  min-width: 100%;
}

ul.products::before,
ul.products::after {
  content: "";
  display: none !important;
}

.main_shop_cat .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 10px !important;
  left: auto !important;
}

.woocommerce_single_wrap
  .products
  .add-to-wishlist-before_image
  .yith-wcwl-add-to-wishlist {
  right: 10px !important;
  left: auto !important;
}
 

.fa {
  font-family: "FontAwesome" !important;
}

.woocommerce .products .fa-heart-o:before {
  color: #b5b5b5;
  font-size: 20px;
}

.products .yith-wcwl-add-button span {
  display: none;
}

ul.products li.product .price {
  margin-bottom: 0 !important;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerc {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;

  min-height: 40px;
}

.bapf_sfa_unall {
  display: none;
}

.archive .star-rating {
  margin-bottom: 15px;
}

/* Start price css */

/* price without sale price */
.archive .main_shop_cat .price .amount bdi,
.single-related-wrapper .price .amount bdi,
.product-action .price .amount bdi,
.new-product .price .amount bdi,
.counter-products .price .amount bdi {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* end price without sale price */

.archive .main_shop_cat .price del .amount bdi,
.single-related-wrapper .price del .amount bdi,
.product-action .price del .amount bdi,
.new-product .price del .amount bdi,
.counter-products .price del .amount bdi {
  color: #AAAAAA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  text-decoration-color: #AAAAAA;
}

.price del{
  text-decoration-color: #AAAAAA;
}

.archive .main_shop_cat .price ins .amount bdi,
.single-related-wrapper .price ins .amount bdi,
.product-action .price ins .amount bdi,
.new-product .price ins .amount bdi,
.counter-products .price ins .amount bdi {
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.archive .main_shop_cat .price {
  display: flex;
  flex-direction: column;
  /* min-height: 40px; */
  overflow: hidden;
  line-height: 20px;
}

.single-flex-wrap .price-wrapper .amount bdi {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single-flex-wrap .price-wrapper .price del .amount bdi {
  color: #828282;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
}

.single-flex-wrap .price-wrapper .price ins .amount bdi {
  color: #f00;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single-flex-wrap .price-wrapper .price ins,
.single-flex-wrap .price-wrapper .price del,
.new-product .price-wrapper .price del,
.counter-products .price-wrapper .price del {
  text-decoration: none;
}

.new-product .price ins,
.counter-products .price ins {
  text-decoration: none;
}

.counter-products .price {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  align-items: flex-start;
}

/* end price css */

ul.products li.product .price ins {
  margin-left: 0 !important;
  text-decoration: none;
}

.woocommerce_single_wrap .products li .onsale {
  position: absolute !important;
  top: -10px;
  left: 20px;

  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.main_cat_list #primary .onsale {
  position: absolute !important;
  top: -10px;
  left: 20px;

  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.main_cat_list #primary ul.products li.product img {
  margin-bottom: 0 !important;
  padding: 25px;
  min-width: 100%;
}

.main_cat_list #primary ul.products li.product .custom_stock_text_list {
  left: 50%;
  top: 15px;
}

/* Grid list product */

.main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link {
  display: flex;
}

.main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .price {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 50%;
}

.main_shop_cat #primary .products.grid_product li.product .woocommerce-LoopProduct-link .price,
.main_shop_cat #primary .products.grid_product li.product .woocommerce-LoopProduct-link .free_shipping {
  position: static;
  width: 100%;
}

.main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .free_shipping {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 50%;
}

.main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
  margin-top: 30px;
  min-height: inherit;
  height: 40px;
}

.main_shop_cat #primary .products.grid_product li.product .woocommerce-LoopProduct-link {
  display: inherit;
}

.main_cat_list #primary ul.products.grid_product li.product img {
  width: 90%;
  min-width: 90%;
  display: flex;
  margin: auto;
}

.main_cat_list #primary ul.products li.product img {
  width: 50%;
  min-width: 50%;
}

.woocommerce-page .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, 
.woocommerce-page .yith-wcwl-add-button .add_to_wishlist img {
  margin-right: 0;
}

.site-main .storefront-sorting:last-of-type ul,
.site-main .storefront-sorting:last-of-type .mob_view {
  display: none;
}

.site-main .storefront-sorting:last-of-type ul.page-numbers {
  display: flex;
}

/*  */

.main_cat_list .products .feedback,
.main_cat_list .products .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0 !important;
}

.main_cat_list .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  font-size: 16px;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  margin-right: 10px !important;
}

.main_cat_list .products .fa-heart-o:before,
.woocommerce_single_wrap .fa-heart-o:before {
  color: #333333;
  font-size: 20px;
}

.main_cat_list .products .fa-heart-o:hover::before,
.woocommerce_single_wrap .fa-heart-o:hover::before {
  color: #ed2024;
}

.main_cat_list .products .fa-heart:before,
.woocommerce_single_wrap .fa-heart:before {
  color: #ed2024;
  font-size: 19px;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  display: inline-block !important;
  padding: 0 0.5407911001em !important;
}

.single-flex-wrap .woocommerce-product-details__short-description h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 40px;
}

.single-flex-wrap .woocommerce-product-details__short-description p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 10px;
}

.single-flex-wrap .product_meta {
  display: none;
}

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

.single-flex-wrap .woo-right .summary {
  position: relative;
}

.single-flex-wrap .woo-right .summary .custom-sku {
  font-family: "Roboto-Condensed";
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}

.single-flex-wrap .woo-right .summary .barcod-wrapper {
  margin-top: 15px;
  font-family: "Roboto-Condensed";
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}

.stock.in-stock {
  margin-bottom: 10px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #aaaaaa;
}


.single-flex-wrap .woo-right .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.single-flex-wrap .woo-right .yith-wcwl-add-to-wishlist a,
.single-flex-wrap .woo-right .yith-wcwl-wishlistaddedbrowse {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  font-family: "Roboto-Condensed";
}

.single-tabs-wrapper {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 50px;
}

.single-tabs-wrapper .wc-tabs {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333333;
}

.single-tabs-wrapper .wc-tabs li {
  background: #aaaaaa;
  border-radius: 6px 6px 0px 0px;
  padding: 0;
  min-height: 40px;
  width: 150px;
  text-align: center;
  line-height: 40px;
}

.single-tabs-wrapper .wc-tabs li a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  width: 100%;
  line-height: 40px;
}

.single-tabs-wrapper .wc-tabs li.active {
  background: #333333;
}

.single-related-wrapper {
  width: 100%;
  padding-top: 60px;
  margin-top: 20px;
  border-top: 1px solid #333333;
}

.single-flex-wrap .wplogout-social-wrapper,
.wplogout-social-wrapper ul {
  display: flex;
  align-items: center;
}

.single-flex-wrap .wplogout-social-wrapper span {
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0;
}

.wplogout-social-wrapper ul li {
  margin-left: 20px;
}

.single-tabs-wrapper p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 10px;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.single-flex-wrap .add-to-cart-wrapper {
  display: flex;
  align-items: center;
}

.custom-stock-text {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  margin-left: 50px;
}

.custom-stock-text p {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto-Condensed";
  color: #212121;
}

.custom_stock_delivery .custom-stock-text {
  margin-right: 45px;
}

.instock .woo-right .custom-stock-text span::before {
  content: "";
  background: url(../images/check_in.svg);
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.instock .woo-right .custom-stock-text span::after {
  content: "Dostupno odmah";
  color: #212121;
  font-family: "Roboto-Condensed";
}

.outofstock .woo-right .custom-stock-text-out-of-stock span::before {
  content: "";
  background: url(../images/check_out.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.outofstock .woo-right .custom-stock-text-out-of-stock span::after {
  content: "Proizvod trenutno nije na stanju";
  color: #212121;
  font-family: "Roboto-Condensed";
}

.outofstock .stock.out-of-stock {
  display: none;
}

.single_variation_wrap .single_add_to_cart_button,
.single_add_to_cart_button {
  background-image: url(../images/btn-cart.svg) !important;
  display: inline-block;
  background-size: 18px 18px !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-position-x: 140px;
  background-position-y: center;
}

.woocommerce-product-gallery__lightbox {
  right: 0px !important;
}

.wpgs-has-gallery-images .slick-list {
  min-height: 500px;
}

.thumbnail_image img {
  height: 120px !important;
  object-fit: contain !important;
}

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

.single-flex-wrap .wpgs_image img {
  margin: 0 auto;
}

/* MESSAGE ADD TO CART  */

.single .woocommerce-message {
  background: #333333;
  text-align: center;
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 0;
  color: #fff;
  z-index: 99;
}

.single .woocommerce-message a {
  color: #fff;
}

/* END MESSAGE ADD TO CART  */

/* my account page */

.all_pages_wrapper {
  background-color: #fff;
  overflow: hidden;
}

.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-Condensed";
  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-Condensed";
  font-weight: 300;
}

.all_pages_wrapper .heading h1 {
  font-family: "Roboto-Condensed";
  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 {
  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;
}

.show-password-input {
  background: transparent !important;
}

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

.woocommerce-account .woocommerce-LostPassword a {
  color: #323e48;
  font-weight: 700;
}

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

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

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

.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%;
  background: #efefef;
  padding: 30px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  margin-bottom: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 80%;
  padding-left: 30px;
}

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



/* end my account page */

/* my cart */

.woocommerce-cart .shop_table {
  margin: 0;
}

.shop_table {
  width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 40%;
  margin: 50px 0 50px auto;

  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

.woocommerce-cart .coupon {
  padding-top: 20px;
  text-align: right;
  display: block;
  width: 30%;
  margin: 20px 0 0 auto;
  column-gap: 20px;
  margin-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
  padding: 10px;
  font-weight: 700;
  color: #333333;
  text-align: left;
  font-size: 14px;
  width: 40%;
}

.woocommerce-cart .wc-proceed-to-checkout {
  border: 1px solid #333333 !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  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 !important;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin-top: 20px;
}

.woocommerce-cart .wc-proceed-to-checkout a {
  color: #fff !important;
}

.woocommerce-cart .shop_table th {
  border-bottom: 1px solid #ebebeb;
  padding: 16px 12px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}

.woocommerce-cart .actions .coupon .button.wp-element-button {
  width: 100%;
  background: #333333;
  border-radius: 6px;
  padding: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
}

.woocommerce-cart .woocommerce-Price-amount {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-size: 15px;
  color: #333333;
}

.woocommerce-cart .cart-collaterals .cart_totals th {
  padding: 10px;
  font-family: "Roboto-Condensed";
  font-weight: normal;
  color: #333333;
  text-align: left;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-cart .shop_table td {
  padding: 0 20px;
}

.woocommerce-cart .wc-block-mini-cart,
.woocommerce-checkout .wc-block-mini-cart {
  visibility: visible !important;
}

.woocommerce-cart .woocommerce-cart-form {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce-cart .shop_table td img {
  height: auto;
  width: 150px;
  padding: 10px;
}

.woocommerce-cart .coupon input {
  width: 100%;
  background: transparent;
  border-radius: 6px;
  padding: 10px 35px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: inherit;
  color: #fff;
  border: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  border: 1px solid #ebebeb;
  color: #333333;
}

.woocommerce-cart .shop_table .product-name a {
  color: #333;
  font-size: 16px;
  font-family: "Roboto-Condensed";
}

.woocommerce-cart .actions .button {
  background: #fbde03;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  float: right;
  margin-top: 15px;
}

.woocommerce-cart .actions .button:nth-of-type(1) {
  margin-right: 15px;
}

.woocommerce-cart .actions .button:hover {
  cursor: pointer;
}

.woocommerce-cart a.remove {
  color: #333;
}

.woocommerce-cart .woocommerce-shipping-methods label {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-size: 15px;
  color: #333333;
}

.woocommerce-cart .woocommerce-shipping-destination {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-size: 15px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-cart strong,
.woocommerce-cart b {
  font-weight: 700;
  color: #000;
}

.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #333333;
}

.woocommerce-cart .shop_table .cart-subtotal th,
.woocommerce-cart .shop_table .order-total th,
.woocommerce-cart .shop_table .woocommerce-shipping-totals th {
  border-bottom: 1px solid transparent;
}

.woocommerce-cart .woocommerce-cart-form__cart-item td {
  text-align: center;
}

.woocommerce-cart .quantity .input-text {
  width: auto;
  background: transparent;
  border-radius: 6px;
  padding: 10px 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  border: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  border: 1px solid #ebebeb;
  width: 50px;
}

/* checkout */

.checkout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  column-gap: 50px;
  padding-bottom: 30px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item td {
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .flex_quantity {
  justify-content: center;
}

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

.checkout.woocommerce-checkout
  .woocommerce-account-fields
  .create-account
  input {
  padding: 10px !important;
}

.woocommerce-checkout
  #order_review
  .woocommerce-checkout-payment
  .woocommerce-notice {
  padding-left: 0;
}

.woocommerce-checkout-payment {
  margin-left: 2px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce-checkout-payment .payment_box p {
  font-family: "Roboto-Condensed";
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
  width: 100%;
  padding: 0 7px;
}

.woocommerce-checkout .payment_box.payment_method_bacs,
.woocommerce-checkout .payment_box.payment_method_cod {
  width: 100%;
}

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

.checkout #order_review_heading {
  display: none;
}

#customer_details input {
  width: 100%;
}

.woocommerce-checkout .all_pages_content input {
  width: auto;
  font-family: "Roboto-Condensed";
  background: transparent;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: inherit;
  color: #000;
  border: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  border: 1px solid #000;
  margin-bottom: 10px;
  text-align: left;
}

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

.woocommerce-checkout h3 {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-size: 20px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 25px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  grid-column: span 2;
}

.woocommerce-info {
  font-family: "Roboto-Condensed";
}

#order_review td {
  padding-left: 10px;
  font-family: "Roboto-Condensed";
}

table.shop_table ul,
.woocommerce-checkout-payment ul,
.payment_box.payment_method_cod p {
  list-style: none;
  padding-left: 0 !important;
}

table.shop_table ul li,
.woocommerce-checkout-payment ul li {
  margin: 0;
  padding: 0;
}

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

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

.woocommerce-checkout
  .woocommerce-checkout-review-order-table
  .ts-product-image {
  display: inline-block;
}

.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: #ebebeb70;
}

.woocommerce-checkout-review-order .payment_methods .wc_payment_method {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.woocommerce-checkout .place-order button {
  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: 20px;
  margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
  margin-top: 20px;
}

.woocommerce-checkout .shop_table {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
}

.woocommerce-checkout #customer_details .col-1 {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.woocommerce-checkout #customer_details .col-2 {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  margin-top: 30px;
}

table.wishlist_table {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 35px;
}

table.wishlist_table a {
  font-family: "Roboto-Condensed";
  font-size: 14px;
  color: #000;
}

table.wishlist_table span {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
}

table.wishlist_table .product-price {
  font-size: 14px;
}

.single .compare {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  font-family: "Roboto-Condensed";
  position: absolute;
  top: 0;
  right: 200px;
  margin: 0;
}

.single .br_compare_button {
  display: initial;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  color: #333333;
  font-family: "Roboto-Condensed";
  position: absolute;
  top: 0;
  right: 170px;
  width: auto;
  padding: 0;
  margin: 0;
  margin-top: 0px !important;
}

.single .br_compare_button::after {
  position: absolute;
  left: -25px;
  top: 5px;
  content: "";
  background-image: url(../images/compare_icon.svg);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: block !important;
}

.single .br_compare_button i {
  display: none !important;
}

.br_compare_button:hover {
  color: #000 !important;
  background-color: transparent !important;
}

.main_cat_list .main_shop_cat .br_compare_button::after {
  position: absolute;
  right: 40px;
  top: 15px;
  content: "";
  background-image: url(../images/compare_icon.svg);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: block !important;
}

.main_cat_list .main_shop_cat .br_compare_button i {
  display: none !important;
}

.main_cat_list .main_shop_cat .br_compare_button_text {
  font-size: 0;
}

.main_cat_list .main_shop_cat .br_compare_button {
  padding: 0 !important;
}

.berocket_compare_widget_toolbar {
  display: block !important;
  background-color: #f4f4f4 !important;
  border-top: 1px solid #ebebeb !important;
  padding: 5px !important;
}

.berocket_hide_compare_toolbar {
  display: none;
}

.berocket_compare_widget_toolbar_block h3 {
  display: none;
}

.berocket_compare_widget_toolbar_block .berocket_compare_widget {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.berocket_compare_widget_start .berocket_compare_widget .berocket_open_compare,
.berocket_compare_widget_toolbar
  .berocket_compare_widget
  .berocket_open_compare {
  background: #fbde03 !important;
  border-radius: 6px !important;
  padding: 0;
  font-weight: 700;
  font-size: 12px !important;
  line-height: 19px !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  border: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  margin: 0;
  margin-top: 0;
  position: relative !important;
  height: 100px !important;
  width: 200px;
  line-height: 100px !important;
}

.berocket_compare_widget li img {
  width: 35% !important;
  margin: 0 5%;
  height: auto;
}

.berocket_compare_widget_toolbar .berocket_compare_widget ul {
  display: flex !important;
  width: 85% !important;
  column-gap: 15px;
}

.berocket_compare_widget_toolbar .berocket_compare_widget_image li {
  width: 25% !important;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 0;
}

.berocket_compare_widget_toolbar
  .berocket_compare_widget_image
  li
  a:last-child {
  display: flex;
  align-items: flex-start;
}

.berocket_compare_widget li span {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 20px;
  color: #333333;
  padding-top: 27px;
  text-align: left !important;
}

.berocket_compare_widget li .br_remove_compare_product {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  background: #333333 !important;
  border-radius: 15px;
  right: 8px;
  top: 8px;
  z-index: 1;
  display: flex !important;
  color: #ffde00 !important;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  width: 25px !important;
  height: 25px !important;
  right: 0 !important;
}

#related-single-slider .br_compare_button_text {
  display: none;
}

#related-single-slider .br_compare_button {
  top: 10;
  right: 30px;
}


#related-single-slider .slick-slide .yith-wcwl-add-to-wishlist {
  right: 0 !important;
  top: 0 !important;
}

/* the slides */

#related-single-slider .slick-slide,
.home .product-action .slick-slide {
  margin: 0 10px;
}



/* the parent */
#related-single-slider .slick-list,
.home .product-action .slick-list {
  margin: 0 -10px;
}

#related-single-slider .slick-dots {
  bottom: -35px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.page-id-76 .berocket_compare_widget_start {
  display: none !important;
}

.home .product-action {
  margin-bottom: 60px;
}

.home .product-action .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 10px !important;
  left: auto !important;
}

.home .product-action .onsale {
  position: absolute !important;
  top: -10px;
  left: 20px;
  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.home .product-action .br_compare_button_text {
  font-size: 0;
}

.home .product-action .br_compare_button::after {
  position: absolute;
  right: 50px;
  top: 15px;
  content: "";
  background-image: url(../images/compare_icon.svg);
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  display: block !important;
}

.home .product-action .br_compare_button i {
  display: none !important;
}

.home .product-action .product .price {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  align-items: flex-start;
  height: 40px;
}

.home .product-action .slick-list,
#related-single-slider .slick-list {
  overflow: auto;
  padding-top: 10px;
}

.home .product-action .slick-track {
  margin-bottom: 30px;
}

.custom_stock_text_list {
  position: absolute;
  top: 30px;
  font-size: 15px;
  color: #333333;
}

.related.products .custom_stock_text_list {
  top: 0;
}

.custom_stock_text_list span {
  display: flex;
  align-items: center;
}

.custom_stock_text_list.on_stock span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #52d424;
  display: block;
  margin-right: 5px;
}

.custom_stock_text_list.out_of_stock span:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  display: block;
  margin-right: 5px;
}

header .login .user_icon img {
  width: 18px;
  height: 18px;
}

header .wish-list a img {
  width: 18px !important;
  height: 18px !important;
}

header .cart {
  row-gap: 0;
}

.wc-block-mini-cart__icon {
  height: 18px;
  width: 18px;
}

#slick-home .desktop {
  display: block;
}

#slick-home .mobile {
  display: none;
}

#slick-home img {
  padding: 0;
}

.booking-content {
  padding: 55px 35px 35px 35px;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
}

.booking .booking-content h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.booking .booking-content p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.booking .booking-content a {
  border-radius: 6px;
  border: 2px solid #ffde00;
  color: #ffde00;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 30px;
  margin-top: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  align-self: start;
}

footer .footer-content .grid .left .item {
  margin-bottom: 60px;
}

#commentform {
  display: flex;
  flex-direction: column;
}

.comment-form-cookies-consent {
  position: relative;
  order: 5;
}

.form-submit {
  position: relative;
  order: 10;
}

.comment-form-comment {
  order: 5;
  position: relative;
}

.comment-notes {
  order: 10;
  position: relative;
}

.comment-form-rating {
  margin-bottom: -15px;
  margin-top: 25px;
}

.form-submit input {
  display: block;
  margin: 1em 0px;
  border: 1px solid;
  border-radius: 4px 4px 4px 4px;
  border-color: #adb1b8 #a2a6ac #8d9096;
  padding: 3px 10px;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  font-weight: 600;
  color: black;
  letter-spacing: normal;
  font-size: 1em;
  text-transform: none;
  background: #333333 !important;
  border-radius: 6px !important;
  padding: 10px 50px !important;
  color: #fff !important;
}

#reviews {
  width: 100%;
  margin: 0 auto;
}

#review_form_wrapper span,
#review_form_wrapper label {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 10px;
}

.comment-form-author {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.comment-form-email {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
  width: 60%;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
  display: none !important;
}

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

.woocommerce-product-rating .woocommerce-review-link {
  color: #333;
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.cr-credits-div {
  display: none !important;
}

.cr-average-rating span {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
  font-family: "Roboto-Condensed";
}

#ivole-histogramTable tr.ivole-histogramRow a {
  font-family: "Roboto-Condensed";
  color: #333333;
}

.cr-count-row-count {
  font-family: "Roboto-Condensed";
}

.cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__author,
  #reviews.cr-reviews-ajax-reviews
  #comments.cr-reviews-ajax-comments
  .cr-ajax-reviews-list
  .comment-text
  .meta
  .woocommerce-review__author {
  font-family: "Roboto-Condensed";
  font-weight: 700;
}

#ivole-histogramTable tr.ivole-histogramRow td {
  font-family: "Roboto-Condensed";
  color: #aaaaaa;
}

.woocommerce-review__published-date {
  font-family: "Roboto-Condensed";
  color: #333333;
}

.cr-all-reviews-shortcode
  ol.commentlist
  li
  .comment-text
  .meta
  .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews
  #comments.cr-reviews-ajax-comments
  .cr-ajax-reviews-list
  .comment-text
  .meta
  .woocommerce-review__verified {
  display: none !important;
}

#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
  background: #333333 !important;
  border-radius: 6px !important;
  padding: 10px 50px !important;
  color: #fff !important;
}

.ivole-meter {
  height: 10px !important;
  box-shadow: unset !important;
}

.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews
  #comments.cr-reviews-ajax-comments
  .cr-ajax-reviews-list
  .comment-text
  .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating {
  color: #ffde00 !important;
}

.ivole-meter .ivole-meter-bar {
  background: #ffde00 !important;
  background: -webkit-linear-gradient(top, #ffce00, #ffde00) !important;
  background: linear-gradient(to bottom, #ffce00, #ffde00) !important;
  background-color: #ffde00 !important;
  box-shadow: unset !important;
}

.cr-voting-cont-uni span {
  font-family: "Roboto-Condensed";
}

.commentlist .review {
  padding-bottom: 20px;
}

.woocommerce-product-attributes-item__value p {
  margin: 0;
}

.woocommerce-product-attributes-item__value p a {
  font-weight: 700;
  color: #ff0000;
}

.woocommerce-product-attributes-item__label {
  font-family: "Roboto-Condensed";
}

/* stars store front */

.woocommerce-product-rating {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 5px;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.55em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.star-rating:before,
.star-rating span:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating:before {
  opacity: 0.25;
  float: left;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #ffde00;
}

p.stars {
  display: inline-block;
  margin: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  content: "";
  font-size: 0.95em;
  color: #43454b;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a:before {
  color: #43454b;
  opacity: 0.25;
}

p.stars:hover a:before {
  color: #ffde00;
  opacity: 1;
}

p.stars.selected a.active:before {
  color: #ffde00;
  opacity: 1;
}

p.stars.selected a.active ~ a:before {
  color: #43454b;
  opacity: 0.25;
}

p.stars.selected a:not(.active):before {
  color: #ffde00;
  opacity: 1;
}

/* end stars store front */

.product-action .title h2 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}

.new-product .title h2 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.brand-home .title h2 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.woocommerce_single_wrap {
  position: relative;
}

.woocommerce_single_wrap .onsale {
  position: absolute !important;
  top: 10px;
  left: 0;
  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.wc-block-mini-cart__template-part .wc-block-mini-cart__empty-cart-wrapper a {
  background-color: #ffde00 !important;
  border-radius: 6px;
  border: 0;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #333333 !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 17px;
  padding-bottom: 15px;
  cursor: pointer;
  margin-top: 15px;
}

.wc-block-components-totals-item__description {
  display: none !important;
}

.wp-block-woocommerce-mini-cart-title-items-counter-block {
  display: none !important;
}

.wp-block-woocommerce-mini-cart-title-block span {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #333;
  font-size: 16px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  line-height: normal;
  margin-bottom: 10px;
}

.wc-block-components-product-price {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-item__label {
  font-family: "Roboto-Condensed";
  font-weight: 700;
}

.wc-block-cart-item__remove-link {
  color: #333 !important;
  font-size: 14px !important;
  font-family: "Roboto-Condensed" !important;
  font-style: normal !important;
  line-height: normal !important;
}

.wc-block-components-product-badge {
  margin: 10px 0;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wc-block-components-product-metadata {
  display: none !important;
}

.wc-block-components-product-price__regular {
  color: #828282;
}

.wc-block-components-product-price__value.is-discounted {
  color: #f00;
  text-decoration: none;
}

.wp-block-woocommerce-empty-mini-cart-contents-block
  .wc-block-mini-cart__empty-cart-wrapper {
  font-family: "Roboto-Condensed";
  font-weight: 700;
}

.wc-block-components-product-badge {
  display: none !important;
}

#commentform input {
  padding: 10px;
  margin-bottom: 0;
  font-family: "Roboto-Condensed";
  font-weight: 300;
}

#cr-ajax-reviews-cancel {
  padding: 10px;
  margin-bottom: 0;
  font-family: "Roboto-Condensed";
  font-weight: 300;
  display: block;
  margin: 1em 0px;
  border: 1px solid;
  border-radius: 4px 4px 4px 4px;
  border-color: #adb1b8 #a2a6ac #8d9096;
  padding: 3px 10px;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  font-weight: 600;
  color: black;
  letter-spacing: normal;
  font-size: 1em;
  text-transform: none;
  background: #333333 !important;
  border-radius: 6px !important;
  padding: 5px 50px !important;
  color: #fff !important;
}

.new-product {
  padding-bottom: 60px;
}

.new-home-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
  column-gap: 15px;
}

.new-home-products .item {
  border-radius: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
}

.new-home-products .item .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.stock.in-stock,
.stock.out-of-stock {
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.stock.in-stock:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52d424;
  display: block;
  margin-right: 5px;
}

.stock.out-of-stock:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff0000;
  display: block;
  margin-right: 5px;
}

.new-home-products .item h3 {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  padding-right: 10px;
}

.new-home-products .product_details {
  padding-left: 30px;
}
.new-home-products .product_details .price {
  display: flex;
  flex-direction: column;
}

.new-home-products .image {
  position: relative;
}

.new-home-products .image img,
.product-action .slick-slide img {
  border-radius: 10px;
  padding: 15px;
}

.new-home-products .item .onsale {
  position: absolute !important;
  top: -10px;
  left: 15px;
  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.new-product .item .delivery {
  color: #4e8b43;
  font-size: 12px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fluentform_wrapper_2 {
  width: 40%;
  margin: 0 auto;
  margin-top: 25px;
}

.fluentform_wrapper_2 .frm-fluent-form .ff-t-cell:first-of-type {
  flex-basis: 75% !important;
}

.fluentform_wrapper_2 .frm-fluent-form .ff-t-cell:last-of-type {
  flex-basis: 25% !important;
}

form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
  background-color: rgba(255, 222, 0, 1);
  border-color: rgba(51, 51, 51, 1);
  border-radius: 2px;
  min-width: 100%;
  color: #333 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.counter-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0;
  column-gap: 30px;
  width: 100% !important;
}

.counter-products .item .onsale {
  position: absolute !important;
  top: -10px;
  left: 15px;
  border-color: transparent !important;
  background: #ff0000;
  border-radius: 4px;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding: 7px 18px !important;
}

.counter-products .item .grid{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.counter-products .item .grid .product_details{
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.counter-products .item .grid .product_details h3{
  margin-bottom: auto;
}

.counter-products .image {
  position: relative;
  min-height: 290px;
}

.timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.timer-wrapper > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.timer-wrapper h2 {
  color: #333;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.timer-wrapper h2 strong {
  color: #ff0000;
}

.timer-wrapper p {
  color: #828282;
  font-family: "Roboto-Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.timer-wrapper ul {
  column-gap: 10px;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.timer-wrapper ul li {
  border-radius: 4px;
  background: #333;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.super-offer-wrapper .product_details h3 {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #333333;
  text-align: left;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  margin-top: 15px;
}

.counter-products .image img {
    border-radius: 10px;
    padding: 15px;
    object-fit: contain;
    height: 250px;
}

.woocommerce-message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
}

.woocommerce-message .close-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}

.wc-block-cart-item__remove-link:hover,
.wc-block-components-drawer .components-modal__header .components-button:hover,
.woocommerce-message .close-icon:hover {
  cursor: pointer;
}

.woocommerce-message .close-icon i {
  color: #fff;
}

.banner-loop-category {
  margin-top: 35px;
}

.banner-loop-category img {
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.aws-search-result .aws_result_title {
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
  color: #000 !important;
}

.aws-search-result .aws_result_excerpt {
  font-size: 12px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
  color: #000 !important;
}

.aws-search-result .aws_result_price {
  font-size: 12px;
  font-style: normal;
  font-weight: 700 !important;
  color: #000 !important;
}

.aws-search-result .aws_search_more a {
  font-size: 12px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
  color: #000 !important;
}

.aws-search-result .aws_onsale {
  background: #f40004 0 0 !important;
  color: #fff;
  font-size: 12px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
}

.aws-search-result ul li {
  color: #000;
  font-size: 12px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
}

table.wishlist_table {
  margin-top: 50px;
}

table.wishlist_table thead th {
  color: #000;
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
}

p.wishlist-empty,
table.wishlist_table tbody td.wishlist-empty {
  color: #000;
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-size: 14px;
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400 !important;
}

.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 10px 15px;
  border: 2px solid #333;
}

#fluentform_2 .ff_submit_btn_wrapper_custom button {
  border-radius: 5px !important;
}


.logged-in header .login .user_icon::after {
  content: "";
  background: #90cc93;
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  border-radius: 50px;
  top: -7px;
  right: 10px;
}

.cwginstock-subscribe-form {
  background: #efefef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 80%;
}

.single-flex-wrap .outofstock .price {
  margin-bottom: 15px;
}

.cwginstock-subscribe-form {
  margin-top: 0;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  color: #333333;
  background-color: transparent !important;
  border-color: transparent !important;
  margin-top: 10px;
}

.cwginstock-panel-heading h4 {
  color: #333333 !important;
  text-align: left !important;
}

.cwginstock-subscribe-form .panel-primary {
  border-color: transparent !important;
}

.cwgstock_output {
  margin-top: 10px;
  color: #212121;
  font-family: "Roboto-Condensed";
  font-size: 14px;
}

.cwginstock-panel-body input[type="email"] {
  margin-bottom: 15px;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  border: 0;
  width: 95% !important;
}

.cwgstock_button {
  width: 100%;
  padding-top: 5px;
  background: transparent !important;
  border-radius: 6px;
  border: 2px solid #333;
  color: #333 !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 20px !important;
}

.cwginstock-subscribe-form .form-group {
  margin-bottom: 0;
}

.cwginstock-subscribe-form .panel-body {
  padding: 0 15px 15px 15px !important;
}

.cwginstock-subscribe-form .row > .col-md-12 > .col-md-12 {
  display: grid !important;
  grid-template-columns: 80% 20% !important;
  padding: 0;
}

.cwginstock-subscribe-form .form-group {
  width: 100% !important;
}

.cwginstock-panel-body input[type="text"],
.cwginstock-panel-body input[type="email"] {
  margin-bottom: 0 !important;
  border: 2px solid transparent;
  text-align: left !important;
}

.custom-stock-text-out-of-stock {
  background: #efefef;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px dashed #aaa;
  width: 80%;
}

.instock .custom-stock-text-out-of-stock {
  display: none;
}

.brands-wrapper .grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.brands-wrapper .grid-item {
  background-color: transparent;
  border: 1px solid #dce2e7;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brands-wrapper .grid-item:hover {
  transform: scale(1.02);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.brands-wrapper .grid-item img {
  height: 150px;
  width: 150px;
  object-fit: scale-down;
}

.brands-wrapper .grid-item img {
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.brands-wrapper .grid-item img:hover {
  filter: none;
  -webkit-filter: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.brands-wrapper {
  padding-bottom: 100px;
  padding-top: 50px;
  background-color: #fff;
}

.brands-wrapper h1 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.brands-wrapper p {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 10px;
}

#brand-home-slider .slick-slide img {
  height: 100px;
  width: 125px;
  object-fit: scale-down;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.5;
}
#brand-home-slider .slick-slide img:hover {
  filter: none;
  opacity: 1;
}

/* All pages content */

.all_pages_content h5 {
  margin-bottom: 25px;
  margin-top: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.all_pages_content p {
  margin-bottom: 8px;
}

.all_pages_content h6 {
  margin-bottom: 25px;
  margin-top: 35px;
  font-family: "Roboto-Condensed";
  font-weight: 400;
  font-size: 14px;
}

.all_pages_content ul {
  padding-left: 40px;
  list-style: disc;
}

.all_pages_content ul li,
.all_pages_content ol li {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  padding-bottom: 15px;
}

/* Slider */

.slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .slider-wrapper .slick-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
  }
}

.slider-wrapper .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slider-wrapper .slick-list:focus {
  outline: none;
}

.slider-wrapper .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slider-wrapper .slick-slider .slick-list,
.slider-wrapper .slick-track,
.slider-wrapper .slick-slide,
.slider-wrapper .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-wrapper .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slider-wrapper .slick-track:before,
.slider-wrapper .slick-track:after {
  content: "";
  display: table;
}

.slider-wrapper .slick-track:after {
  clear: both;
}

.slider-wrapper .slick-loading .slick-track {
  visibility: hidden;
}

.slider-wrapper .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slider-wrapper .slick-slide img {
  display: block;
  max-width: 100%;
}

.slider-wrapper .slick-slide.dragging img {
  pointer-events: none;
}

.slider-wrapper .slick-initialized .slick-slide {
  display: block;
}

.slider-wrapper .slick-loading .slick-slide {
  visibility: hidden;
}

.slider-wrapper .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slider-wrapper .slick-slide > .slick-slider-img {
  position: relative;
  display: block;
  width: 100%;
}

.slider-wrapper .slick-slide img {
  display: block;
  width: 100%;
}

.slider-wrapper .slick-slide img.slick-loading {
  display: none;
}

.slider-wrapper .slick-prev {
  border: none;
  border-radius: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding: 0.25em 0.5em;
  width: 40px;
  height: 40px;
  z-index: 400;
}

.slider-wrapper .slick-next {
  border: none;
  border-radius: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  padding: 0.25em 0.5em;
  width: 40px;
  height: 40px;
  z-index: 400;
}

.slider-wrapper .slick-next:before,
.slick-prev:before {
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 6px !important;
}

/* progress bar */

.slider-wrapper .slider-progress {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
}

.slider-wrapper .slider-progress .progress {
  width: 0;
  height: 5px;
  background: #ffde00;
}

.product-action .tab_container .none {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.product-action .tab_container .block {
  height: auto !important;
  opacity: 1;
}

.bapf_show_hide {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #333333;

  margin-bottom: 10px;
  display: inline-block;
}

.slick-list.draggable {
  overflow-x: hidden !important;
}

.f-buttons {
  display: none;
}


.cart_totals ul {
  padding-left: 0;
  list-style: none;
}


.woocommerce-message {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}

.wc-block-components-totals-item__label {
  font-size: 0;
}

@media only screen and (max-width: 1350px) {
	body {
		overflow-x: hidden;
	}
	.home-slider .home-content {
		width: 73%;
		margin-left: 27%;
	}
	.cd-secondary-dropdown .item img {
		width:65%;
	}
	.cd-secondary-dropdown {
		width: 73vw;
	}
	.cd-secondary-dropdown .grid {
    	grid-template-columns: repeat(4, 1fr);
	}
	.counter-products .image img {
		object-fit: contain;
	}
	header nav ul li {
		padding: 12.3px 15px;
	}
	.cd-secondary-dropdown .grid {
		row-gap: 45px;
    	column-gap: 30px;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 1250px) {
	.home-slider .home-content {
		width: 72%;
		margin-left: 28%;
	}
	.brand-home .brand-wrapper {
		padding: 37px 30px;
	}
	header nav ul li {
		padding: 11.3px 15px;
	}
	.booking .booking-content a {
		padding: 16px 0;
		text-align:center;
		width:100%;
	}
}

@media only screen and (max-width: 1200px) {
	.home-slider .home-content {
		width: 70%;
		margin-left: 30%;
	}
	.cd-secondary-dropdown .grid .item p {
		font-size: 13px !important;
	}
	header .header-content .left-header {
    	column-gap: 35px;
	}
	header .top-menu-links ul li a {
		 font-size: 15px;
	}
	.counter-products .image img {
		object-fit:contain;
	}
	header nav ul li {
        padding: 9px 15px;
    }
	header nav ul li a {
		font-size: 15px !important;
	}
	.super-offer-wrapper .flex .products {
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 1100px) {
	.home-slider .home-content {
		margin-top: 10px;
		width: 65%;
		margin-left: 35%;
	}
	header .top-menu-links ul {
    	column-gap: 20px;
	}
	header .header-content .left-header {
    	column-gap: 10px;
	}
	header .top-menu-links ul li a {
        font-size: 12px;
    }
	header .login .user_icon span,
	header .wish-list a span,
	header .cart span {
		font-size:11px;
	}

  /* Product list */

  .main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .free_shipping {
    left: 0;
    right: auto;
    text-align: center;
  }

  .main_shop_cat #primary .products.grid_product li.product .woocommerce-LoopProduct-link .free_shipping {
    text-align: left;
    width: 100%;
  }

  .main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .price {
    bottom: 17px;
  }



}

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

  header nav {
    pointer-events: auto;
  }

	.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;
	  height: 17px;
	  z-index: 10;
	  display:none;
	}
	.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.active span:before,
	.toggle-menu.active span:after {
	  background-color: #000 !important;
	}



	.toggle-menu span:before {
	  top: 7px;
	}
	.toggle-menu span:after {
	  top: -7px;
	}
	.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);
	}

	.toggle-menu span:before,
	.toggle-menu span:after,
	.toggle-menu span {
	  background-color: #000 !important;
	}

	.toggle-menu.active span {
	  background-color: #fff !important;
	}

  /* Nav dropdown */

	
	.wc-block-mini-cart__button .wc-block-mini-cart__icon {
		height: 30px !important;
        width: 30px !important;
	}
	header .cart span {
		margin-top: -5px;
	}
	
	.home-slider .home-content {
		width:100%;
		margin-left:0;
	}
	
	.counter-products {
		column-gap: 15px;
	}
	
	.counter-products .image img {
		min-height: 300px;
		object-fit: contain;
	}
	
	.counter-products .image {
		min-height: inherit;
		height: 260px;
	}
	
	.product-action .tabs li a h3 {
		white-space:nowrap;
	}
	
	.product-action .tabs {
    	column-gap: 25px;
	}
	
	.product-action .tabs a h3 {
		font-size: 12px;
	}
	
	.booking .booking-content a {
		width:100%;
		text-align:center;
		padding: 16px 0;
	}
	
	footer .footer-content .grid .left {
    	column-gap: 50px;
	}
	
	footer .footer-content .grid .left .item {
    	margin-bottom: 35px;
	}
	
	footer .footer-content .grid .left p {
		font-size: 15px;
	}
	
	footer .footer-content .grid .right ul li a {
		font-size: 15px;
    	line-height: 16px;
	}
	
	.booking-content {
		padding: 20px 15px 35px 15px;
	}
	
	/* Nav menu */
	
	header .menu-wrap .menu-content .left {
		width:100%;
		margin-top: 15px;
	}
	
	header .menu-wrap .menu-content {
	   display: flex;
       flex-wrap: wrap;
	}
	header .menu-cat,
	.menu-brand {
		width:50%;
	}
	header .menu-brand a {
		width:100%;
	}
	.search_form {
		order: -1;
	}
	header .menu-content .right {
		order: -2;
	}
	header nav {
		position: absolute;
    left: 0;
    right: 0;
    top: 128px;
    width: 100%;
		display:none;
    opacity: 1;
    z-index: 2;;
	}
	header .menu-cat {
		position: static;
	}
	header .menu-wrap {
		position: relative;
        z-index: 3;
	}
	.cd-secondary-dropdown {
		width: 100%;
    margin-top: 15px;
    border-top: 1px solid #f2f2f2;
		position:static;
		visibility:visible;
		z-index:3;
		display:none;
    margin-top: 10px;
	}
	.mob_nav_down {
		position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    z-index: 5;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
		cursor:pointer;
	}
	.mob_nav_down::after {
		content: "";
    background-image: url(../images/menu/right.svg);
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
	}
	.rotate-arrow.mob_nav_down {
		transform: rotate(90deg);
	}
	.has-children .cd-secondary-dropdown {
	    visibility:visible;
		z-index:3;
	}

  .has-children .cd-secondary-dropdown .item {
    padding: 0;
  }

  header nav ul li {
    padding: 10px 10px 10px 20px;
  }
	
	header nav ul li.has-children {
		position:relative;
	}
	header nav ul li.has-children a {
		display:inline-block;
		position:static;
		padding-right: 30px !important;
	}
	header nav ul li a::after {
		display:none;
	}
	.slider-wrapper {
		z-index:1;
	}
	
	.new-home-products .product_details {
		padding-left: 0px;
	}
	
	.booking .booking-content h3 {
		font-size: 20px;
	}
	.timer-wrapper h2 {
		font-size:30px;
	}
	.timer-wrapper p {
		font-size:14px;
	}
	
	.left-header .social-share {
		display:none;
	}
	header .top-menu-links ul li a {
    font-size: 11px;
  }

  .cd-secondary-dropdown .grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    column-gap: 0;
    padding: 0;
  }

  .cd-secondary-dropdown .item img {
    width: 50px;
    display: none;
  }

  .cd-secondary-dropdown .item a span {
    display: none;
  }

  .cd-secondary-dropdown .item a {
    align-items: unset !important;
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: flex-end;
    padding: 10px 0 !important;
  }

  .cd-secondary-dropdown .grid .item {
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
  }

  .cd-secondary-dropdown.is-hidden .grid .item:last-child {
    margin-bottom: -10px;
  }

  .cd-secondary-dropdown .grid .item p {
    margin-bottom: 0;
  }


  header {
    position: relative;
    z-index: 7;
    top: 0;
  }

  /* Registration */

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

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

	
}


@media only screen and (max-width: 800px) {
  /* Product list */
  .main_shop_cat #primary .products {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .main_cat_list .woocommerce-products-header .sub-cat ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}



@media only screen and (max-width: 768px) {
	
  .toggle-menu {
	display:block;
  }


  /* Brendovi */
	
  .brands-wrapper .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }



  /* view cart */


  .woocommerce-cart .shop_table {
    margin: 0px auto 0;
  }

  table.shop_table_responsive thead {
    display: none;
  }

  .shop_table .product-name, 
  .shop_table .product-subtotal {
    display: flex;
  }

  table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
  }

  table.cart td.product-remove a.remove {
    position: static;
    font-size: 1.41575em;
    font-size: 20px;
  }

  table.cart td.product-remove {
    text-align: right;
  }


  .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
    text-align: center;
  }

  table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
    content: '';
    display: table;
  }

  table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
    color: #3D3137;
  }

  table.shop_table_responsive tr td[data-title]::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
  }

  .shop_table tbody tr td {
    border-bottom: 1px solid #f2f2f2;
  }

  .woocommerce-cart-form table.cart th, table.cart td {
    padding: 9px 0px !important;
  }

  table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
    font-family: "Roboto-Condensed";
    font-weight: normal !important;
    font-size: 14px;
    padding-right: 5px;
    color: #3D3137;
  }

  .shop_table .product-name a, .shop_table .product-subtotal .woocommerce-Price-amount {
    width: 100%;
    text-align: right;
  }

  .shop_table.shop_table_responsive td {
    font-size: 14px;
  }

  .woocommerce-cart .coupon input { 
    height: 35px;
  }

  .cart-collaterals .cart_totals .shop_table_responsive td[data-title]::before {
    font-size: 0;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 16px;
  }

  .shop_table_responsive .actions {
    border-bottom: none;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item {
    position: relative;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

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


  .woocommerce-cart .coupon {
    width: 100%;
  }

  .woocommerce-cart .actions .button:nth-of-type(1) {
	  margin-right: 10px;
	  margin-top: 20px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
	  margin: 50px 0 0px auto;
  }

  .woocommerce-cart .woocommerce-cart-form__cart-item td {
	  text-align: right;
  }

  /* end view cart */


  .wc-block-mini-cart__footer
    .wc-block-mini-cart__footer-actions
    .wp-block-woocommerce-mini-cart-cart-button-block,
  .wc-block-mini-cart__footer
    .wc-block-mini-cart__footer-actions
    > .block-editor-inner-blocks
    > .block-editor-block-list__layout
    .wp-block-woocommerce-mini-cart-cart-button-block {
    display: flex !important;
  }



  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }

  .bapf_sfa_mt_hide {
    margin-top: 20px;
    width: 100%;
  }

  .woocommerce-products-header {
    margin-bottom: 25px;
  }

  footer .subscribe {
    padding-top: 35px;
    height: 100%;
  }

  .fluentform_wrapper_2 {
    width: 80%;
  }

  .f-buttons {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 15px;
    width: fit-content;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	z-index:2;
  }
	
  .bapf_sfilter.bapf_sfa_mt_hide .berocket_aapf_widget_selected_filter {
	overflow:scroll;
  }
	
  .bapf_sfilter.bapf_sfa_mt_hide .bapf_sfa_taxonomy ul li {
	white-space:nowrap;
  }
	
  #secondary h2 {
	width:100%;
	position:relative;
  }
	
  #secondary h2::after {
	content: '';
	background: url('/wp-content/uploads/2025/05/close_filter.svg');
	width:15px;
	height:15px;
	background-size:contain;
    filter: brightness(0) saturate(100%) invert(0);
	position: absolute;
    right: 0;
  }

  .f-buttons #open_filters {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
  }

  .main_shop_cat #secondary {
    display: none;
  }

  .main_shop_cat #secondary {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    left: 0;
    right: 0;
    padding: 50px 15px 0;
    height: 100vh;
    overflow: scroll;
  }

  .home .product-action .product {
    padding: 10px;
    min-height: 405px;
  }

  .woocommerce_single_wrap .products .item {
    padding: 10px;
  }

  .product-action .slick-slide img {
    padding: 0;
    min-width: 100%;
  }

  #related-single-slider .slick-slide,
  .home .product-action .slick-slide {
    margin: 0 5px;
  }

  #related-single-slider .slick-slide img {
    padding: 0;
    min-width: 100%;

    top: 25px;
    position: relative;
    margin-bottom: 25px;
  }

  .banner-loop-category {
    margin-top: 25px;
  }

  #related-single-slider .br_compare_button {
    position: absolute !important;
    top: 10px !important;
    right: -10px !important;
  }

  .product-action .tabs {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    overflow: scroll;
    width: 100%;
    flex-wrap: inherit;
    white-space: nowrap;
    height: 60px;
    column-gap: 40px;
  }

  .counter-products {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
	
  .counter-products .image img {
	height:100%;
	min-height:inherit;
  }
	
  .super-offer-wrapper .product_details h3 {
	font-size: 16px;	
  }
	
  .super-offer-wrapper .flex .booking img {
    width:100%;
  }

  .timer-wrapper > div {
    display: block;
    margin-bottom: 20px;
  }

  .new-home-products {
    grid-template-columns: repeat(1, 1fr);
  }

  .timer-wrapper h2 {
    font-size: 28px;
  }

  .timer-wrapper {
    flex-wrap: wrap;
  }

  .super-offer-wrapper .flex .products {
    padding: 20px 20px;
  }

  footer .footer-content .grid .left .grid-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }

  footer .footer-content .grid .left .item {
    margin-bottom: 40px;
  }

  .main_cat_list .woocommerce-products-header .sub-cat ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .mob_social {
    display: block;
  }

  .mob_social ul {
    display: flex;
  }

  .mob_social ul li a {
    color: #fff;
  }

  .mob_social ul li {
    margin-right: 20px;
  }

  .mob_social ul li a {
    font-size: 20px;
  }

  footer .footer-content .grid .left .grid-left .item:first-child {
    order: 1;
  }

  footer .footer-content .grid .left .grid-left .item:nth-child(2) {
    order: 3;
  }

  footer .footer-content .grid .left .grid-left .item:nth-child(3) {
    order: 2;
  }

  footer .footer-content .grid .left .grid-left .item.mob_social {
    order: 4;
  }

  footer .footer-content .grid .left .grid-left {
    grid-gap: 20px;
  }

  footer .footer-content .grid .left p {
    font-size: 13px;
  }

  footer .footer-content .grid .left .item {
    margin-bottom: 15px;
  }

  footer .footer-content .grid .right > .conditions-links {
    margin-top: 25px;
  }

  footer .footer-content .grid .right > .conditions-links h4 {
    position: relative;
  }

  footer .footer-content .grid .right > .conditions-links h4::after {
    content: "\f0da";
    font-family: "font awesome 5 pro";
    box-shadow: none;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 0;
  }

  footer .conditions-links h4 {
    cursor: pointer;
  }

  footer .payment-method .flex ul {
    padding: 0;
    column-gap: 10px;
  }

  footer .payment-method {
    padding: 15px 0 25px;
  }

  footer .copyright .flex p {
    font-size: 13px;
  }
  
  footer .copyright {
    padding-bottom: 20px;
  }

  .main_cat_list .woocommerce-products-header div {
    width: 100%;
  }

  #slick-home .desktop {
    display: none;
  }

  #slick-home .mobile {
    display: block;
  }

  #slick-home img {
    padding: 0;
    height: auto;
  }

  .single-flex-wrap .share-button {
    margin-top: 0;
  }

  header .login .user_icon span {
    font-size: 12px;
  }

  header .wish-list a span {
    font-size: 12px;
  }

  header .cart span {
    font-size: 12px;
  }

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

  header .menu-wrap .menu-content {
    display: flex;
  }

  .search_form {
    width: 100%;
  }

  header .top-menu-links ul {
    column-gap: 15px;
  }

  header .top-menu-links ul li a {
    font-size: 14px;
  }

  header .menu-wrap .menu-content .left {
    /*display: none;*/
  }

  header .menu-wrap .menu-content .left.open_mob_nav {
    display: flex;
  }

  header .menu-content .right {
    display: none;
  }

  header .menu-cat a,
  header .menu-brand a {
    font-size: 13px;
  }

  header .menu-brand a {
    column-gap: 10px;
  }

  .home-slider .home-content {
    width: 100%;
    margin-left: 0;
  }

  footer .subscribe p {
    font-size: 22px;
    line-height: 28px;
  }
  footer .subscribe p span{
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .cd-secondary-dropdown {
    display: none;
  }

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

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

  .wpgs-has-gallery-images .slick-list {
    min-height: 100%;
  }

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

  .woocommerce-breadcrumb {
    font-size: 12px;
  }

  .breadcrumpsWrap .woocommerce-breadcrumb a {
    font-size: 12px;
  }


  .single-tabs-wrapper {
    padding-top: 20px;
  }

  .single-tabs-wrapper .wc-tabs li {
    padding: 0 15px;
    width: auto;
    flex: 1;
  }

  .single-tabs-wrapper .wc-tabs li a {
    font-size: 12px;
    line-height: 15px;
  }

  .single-flex-wrap .woocommerce-product-details__short-description {
    margin-bottom: 30px;
  }

  .thumbnail_image img {
    height: 80px !important;
    object-fit: contain !important;
    padding: 0px !important;
  }

  .single-flex-wrap .woo-right .yith-wcwl-add-to-wishlist {
    position: relative;
    top: 55px;
    right: 0;
    margin: 0;
    order: 2;
  }

  .single .br_compare_button {
    position: relative;
    top: 30px;
    right: 0;
    order: 3;
    width: 50%;
    margin-left: 50%;
  }

  .yith-wcwl-wishlistaddedbrowse .feedback {
    margin: 0 auto 0 0;
  }

  .single .br_compare_button::after {
    position: absolute;
    top: 5px;
    content: "";
    background-image: url(../images/compare_icon.svg);
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    display: block !important;
    left: 25%;
  }

  .slick-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    padding: 0;
  }

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

  /* order mobile */

  .single-flex-wrap .woo-right .summary {
	  display: flex;
	  flex-flow: row wrap;
	  justify-content: space-between;
	  align-items: center;
	  column-gap: 15px;
  }

  .single-flex-wrap .woocommerce-product-details__short-description {
    order: 4;
  }

  .single-flex-wrap .woocommerce-product-details__short-description h2 {
    margin-top: 70px;
  }

  .single-flex-wrap .product_meta {
    order: 5;
  }

  .single-flex-wrap .share-button {
    order: 6;
  }

  /* end order mobile */

  #primary .product .price {
    margin-top: 0;
    margin-bottom: 0;
    min-height: 100%;
  }

  .main_shop_cat #primary .product .price {
    min-height: inherit;
  }


  .single-flex-wrap .add-to-cart-wrapper {
    display: block;
  }

  .custom-stock-text {
    margin-left: 0;
    margin-top: 15px;

    position: absolute;
    left: 0;
    bottom: -35px;
  }

  .single-flex-wrap .product .price span bdi {
    font-size: 18px !important;
  }

  .woo-left .custom-sku {
    font-family: "Roboto-Condensed";
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #aaaaaa;
    margin-top: 15px;
  }

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

  .woocommerce_single_wrap .onsale {
    position: static !important;
  }

  .price-wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
    column-gap: 15px;
    justify-content: space-between;
    order: 1;
    position: relative;
  }

  #related-single-slider .slick-slide img {
    margin-top: 0;
  }

  #related-single-slider .slick-slide img {
    margin-top: 0;
    padding: 0 25px 25px;
  }

  .main_cat_list #primary ul.products li.product img  {
    padding-left: 0 !important;
    padding: 0 20px;
  }

  .main_cat_list #primary ul.products.grid_product li.product img {
    padding: 0 !important;
  }


  #related-single-slider .slick-slide img {
    height: auto;
    min-height: auto;
  }

  .woocommerce_single_wrap .products .item {
    padding: 20px;
  }

  .woocommerce_single_wrap .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    flex-direction: row;
  }

  .single-flex-wrap .product .price span bdi {
    font-size: 16px !important;
  }

  

  .single-flex-wrap .woocommerce-product-details__short-description h2 {
    margin-top: 60px;
  }

  .main_shop_cat {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 25px;
	  position:relative;
  }

  .main_shop_cat #primary {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    position: relative;
  }

  .storefront-sorting select,
  .grid_list {
    height: 39px;
  }

  .form-wppp-select.products-per-page {
		display:none;
	} 

  .main_shop_cat #main {
    display: flex;
    flex-direction: column;
  }

  .main_shop_cat #primary .products {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
  }

  .main_cat_list .woocommerce-products-header .sub-cat {
    display: none;
  }

  .main_shop_cat #secondary {
    order: -1;
    width: 100%;
  }

  .storefront-sorting {
    justify-content: right;
    position: static;
    margin: 0 !important;
    padding-bottom: 0px;
  }

  .main_shop_cat .category-image {
    margin: 20px 0;
    margin-bottom: 0;
  }

  .main_cat_list .woocommerce-products-header {
    display: flex;
    flex-direction: column;
    align-items: unset;
    z-index: 6;
  }

  .main_cat_list .woocommerce-products-header div > h1 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: inherit;
  }
  .yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0 !important;
  }

  .main_shop_cat #main .storefront-sorting {
    margin: 20px 0;
  }

  header .social-share {
    display: none;
  }

  .left-header .logo img {
    width: 130px;
  }

  .center-header {
    display: none;
  }

  .super-offer-wrapper .flex {
    display: block;
  }

  .super-offer-wrapper .flex .products {
    width: 100%;
    margin-bottom: 25px;
  }

  .super-offer-wrapper .flex .booking {
    width: 100%;
  }

  #brand-home-slider img {
    display: block;
    height: 100%;
    object-fit: none;
    min-height: 100% !important;
    padding: 0;
    width: 100%;
  }

  .brand-home .brand-wrapper {
    padding: 0;
  }

  footer .copyright .flex {
    display: block;
    text-align: center;
  }

  /* footer */

  footer .footer-content .grid {
    flex-direction: column;
  }

  footer .footer-content .grid .left {
    display: flex;
    column-gap: 25px;
  }

  footer .footer-content .grid .right {
    display: block;
  }

  footer .footer-content .grid .right > .product-links {
    display: none;
  }

  footer .footer-content .grid .right > .conditions-links {
    display: block;
    margin-top: 10px;
  }

  footer .footer-content .grid .right > .conditions-links ul {
    display: none;
  }

  footer .footer-content .grid .right > .conditions-links h4 {
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
  }

  footer .footer-content .grid .left {
    display: block;
  }

  footer .footer-content .grid .left .logo img {
    width: 130px;
  }

  /* Registration */

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

  .woocommerce-account .all_pages_content .u-column1.col-1, .woocommerce-account .all_pages_content .u-column2.col-2 {
    padding: 20px;
  }
	
	
}



@media only screen and (max-width: 600px) {
	.brands-wrapper .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
	.brands-wrapper p {
		width:100%;
		font-size:15px;
	}
	.brands-wrapper .grid-item img {
		height: 100px;
	}
	ul.woocommerce-error li {
		font-size: 13px;
    line-height: 1.3;
    list-style: none !important;
	}
	ul.woocommerce-error {
	  padding: 0;
		outline: none;
	}

  /* Single product */
	.price-wrapper {
		column-gap: 15px;
		flex-wrap: wrap;
	}
	.price-wrapper .stock {
		width: 100%;
    order: -1;
		margin-bottom:0;
	}
	ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
	ul.products li.product .br_compare_button {
		display: none !important;
	}
  .archive .woocommerce-pagination {
    padding: 20px 7px;
  }
  .archive .woocommerce-pagination .page-numbers li, 
  .page-template-template-landing-page .page-numbers li {
    margin: 0 3px;
    min-width: 15px;
  }
	.cwginstock-subscribe-form {
		width:100% !important;
		margin-top: 20px;
	}
	.cwginstock-subscribe-form .row > .col-md-12 > .col-md-12 {
		display:flex !important;
		flex-direction: column;
	}
	.cwginstock-panel-body input[type="email"] {
		width: 100% !important;
		margin-bottom:20px !important;
	}
	.custom-stock-text-out-of-stock {
		width: 100%;
		margin-top: 20px;
	}
	/* Product list */
	.woocommerce_single_wrap .products .item {
		min-height: inherit;
    	height: inherit;
	}
	.woocommerce_single_wrap .products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    	right: 0px !important;
	}
	.berocket_compare_widget_toolbar .berocket_compare_widget ul {
		width:100% !important;
		overflow: scroll;
	}
	.berocket_compare_widget_toolbar .berocket_compare_widget_image li {
	  width: 50% !important;
      min-width: 50%;
	}
	.berocket_compare_widget_toolbar {
      padding: 15px !important;
	}
	.berocket_compare_widget_toolbar_block .berocket_compare_widget {
		overflow:hidden;
	}
	.berocket_compare_widget_toolbar .berocket_compare_widget .berocket_open_compare {
		width:100%;
		line-height: 50px !important;
        height: 50px !important;
	}

  /* List grid */

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

  .storefront-sorting {
    padding-bottom: 10px;
  }

  .main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .free_shipping {
    left: auto;
    right: 0;
    text-align: left;
  }

  .main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .price {
    bottom: 40px;
  }

  .main_shop_cat #primary .products li.product .woocommerce-LoopProduct-link .woocommerce-loop-product__title {
    margin-top: 20px;
  }

  .price del {
    text-decoration: none;
  }

  .main_shop_cat .category-image {
    display: none;
  }

  .main_cat_list #primary ul.products li.product img {
    padding-left: 0;
  }

  .main_cat_list #primary ul.products.grid_product li.product img {
    padding-left: 25px;
  } 

  .mob_view {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 4px 4px;
    height: 39px;
    width: 40px;
    background: #fff;
    order: 1;
    margin-left: 10px;
  }

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

  .main_cat_list #primary .onsale {
    top: -5px;
  }

  .mob_view img {
    width: 15px;
    max-width: 100%;
    display: block;
  }

  .grid_list {
    display: none;
  }

  .mobile_preview .grid_list {
    display: block;
  }

  .grid_list.mobile_preview.open_mob_view {
    display: flex;
    flex-wrap: wrap;
  }

  .grid_list.mobile_preview .txt {
    width: 100%;
  }

  .grid_list .show_four,
  .grid_list .show_list {
    width: 50%;
    margin: 0;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .grid_list .show_four {
    justify-content: flex-end;
  }

  .grid_list .show_list {
    justify-content: flex-start;
  }

  .f-buttons {
    border-radius: 4px;
    border: 1px solid #AAAAAA;
  }

  .banner-loop-category {
    display: none;
  }

  .mobile_preview {
    display: none;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    width: 93%;
    background: #fff;
    z-index: 7;
    height: auto !important;
    top: 44%;
    padding: 20px;
  }

  .show_four.active_list img {

  }

  

  .grid_list p {
    font-size: 16px;
  }
  
	
	/* Home	*/
	
	.counter-products {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 0;
    }
	
	.counter-products .item .grid {
	   display: grid;
       grid-template-columns: repeat(2, 1fr);
	}
	
	.counter-products .image {
	   min-height: inherit;
       height: inherit;
	   padding-right: 20px;
	}
	
	.timer-wrapper ul li {
		padding: 5px 10px;
		font-size: 17px;
	}
	
	.timer-wrapper {
		margin-bottom: 0;
	}
	
	.counter-products .image img {
        min-height: inherit;
        height: 120px;
        padding: 0;
    }
	
	.counter-products .item {
		border-bottom: 1px solid #E0E0E0;
		padding: 15px 0;
	}
	
	.counter-products .item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.timer-wrapper {
        flex-wrap: wrap;
        border-bottom: 1px solid #E0E0E0;
    }
	
	 .booking-content {
        padding: 20px 25px 35px 25px;
    }
	
	.booking .booking-content a {
        width: auto;
        padding: 15px 25px;
        font-size: 14px;
    }
	.brand-home {
    	margin-top: 0;
    	padding-bottom: 40px;
	}
	.super-offer-wrapper .flex {
		margin: 50px 0 40px;
	}
	.brand-home .title h2,
	.new-product .title h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	
    /* Products */
	
    .new-home-products .item .grid {
		display: inline;
	}
	
	.new-home-products .item {
		margin: 0 5px;
		padding: 10px;
	}
	
	.home .product-action .product,
	.new-home-products .item {
		min-height: 270px;
	}
	
	.new-home-products .product_img img,
	.tab_container li.product img {
		height:135px;
		object-fit:contain;
	}
	
	.tab_container li.product img {
		padding: 15px;
	}
	
	.new-home-products .item h3 {
		padding-right:0;
	}
	
	ul.products li.product .woocommerce-loop-product__title, 
	ul.products li.product .woocommerc {
		margin-top: 0;
	}
	
	.home .product-action .product .price {
		margin-top:0;
	}
	
	.home .product-action .slick-list {
		margin: 0;
	}
	
	.archive .main_shop_cat .price del .amount bdi, 
	.single-related-wrapper .price del .amount bdi, 
	.product-action .price del .amount bdi, 
	.new-product .price del .amount bdi, 
	.counter-products .price del .amount bdi {
		font-size:13px !important;
	}

  .woocommerce_single_wrap .products li .onsale {
    left: -10px;
  }

  .single-flex-wrap .related .product .price {
    display: flex;
    height: 40px;
    justify-content: flex-end;
  }
	
	.new-product {
    padding-bottom: 40px;
	}
	
	.new-home-products,
	.tab_container {
		margin: 0 -5px;
	}
	
	.product-action .tabs {
		margin-bottom: 20px;
	}
	
	.home .product-action {
		margin-bottom: 10px;
	}

  .product-action .title h2 {
    margin-bottom: 20px;
  }

  /* Cart */

  .woocommerce-cart .actions .button {
    width: 100%;
  }

  .woocommerce-cart .actions .button:nth-of-type(1) {
    margin-right: 0;
  }

  .woocommerce-cart .wc-proceed-to-checkout .checkout-button {
    font-size: 14px;
  }
	
	.woocommerce-cart .shop_table td {
    padding: 0;
  } 

  .woocommerce-shipping-calculator {
    padding: 10px 0;
  }

  .woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
    padding: 10px 0;
    display: block;
  }

  /* Registration */

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

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 0;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
  }

  /* Checkout */

  form.checkout {
    grid-template-columns: 100%;
  }

  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    grid-column: span 1;
  }
}

.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-MyAccount-orders th, .woocommerce-MyAccount-orders td{
	text-align: left;
}
.woocommerce-order-received .woocommerce-order-details{
	margin-top: 20px;
}
.woocommerce-order-received h2{
	margin-bottom:10px;
}
.woocommerce-columns--addresses{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between; 
	align-items: start;
	gap: 30px;
}
.woocommerce-columns--addresses > div{
	flex: 1;
}

@media (max-width:991px){
	.woocommerce-columns--addresses{
		flex-flow: column nowrap;
	}
}

.page-id-9428 table{
	border-collapse: collapse;
	border: 1px solid black;
}
.page-id-9428 th, .page-id-9428 td {
  	border: 1px solid black;
	padding: 10px;
}


.menu-cat > nav > ul > li.has-children > a > span > img{
	width: 22px;
	height: 22px;
	object-fit: contain;
}

#slick-home .slick-dots{
  bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
#slick-home .slick-dots li.slick-active button:before{
  display: none;
}

#slick-home .slick-dots li,
#slick-home .slick-dots li button{
  width: 10px;
  height: 10px;
  padding: 0;
  background: #AAAAAA;
  border-radius: 50%;
}
#slick-home .slick-dots li.slick-active ,
#slick-home .slick-dots li.slick-active button{
  background: #FFDE00;
}
#slick-home .slick-slide img{
  border-radius: 10px;
}


.wc-block-mini-cart__button .wc-block-mini-cart__icon{
  transform: scale(1.25);
}

.woocommerce-notices-wrapper:not(:empty){
  padding: 10px 0;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error a{
  color: #FF0000
}
.woocommerce-notices-wrapper .woocommerce-error a{
  text-decoration: underline;
}

.breadcrumpsWrap{
  background: #F8F8F8;
}

/*   K O N T A K T   S T R A N I C A   */

.page-template-template-contact .all_pages_wrapper{
  background: #EFEFEF;
  padding: 80px 0 200px;
  display: block;
  overflow: hidden;
}
.page-template-template-contact .heading h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 70px;
}
.page-template-template-contact .contact-wrap{
  display: grid;
  grid-template-columns: minmax(0, 68%) minmax(0,32%);
  grid-auto-rows: auto;
  column-gap: 5%;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 100px;
}
.page-template-template-contact .contact-form h2{
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 22px;
}
.page-template-template-contact .contact-form input,
.page-template-template-contact .contact-form textarea{
  padding: 16px 20px;
  background: white;
  border: 1px solid #33333338;
  border-radius: 4px;
  outline: none;

  font-family: "Roboto-Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.page-template-template-contact .contact-form input:focus,
.page-template-template-contact .contact-form textarea:focus{
  border-color: #333333;
}

.page-template-template-contact .contact-form .ff-btn-submit{
  padding: 18px 58px;
  background: #FFDE00 !important;
  border-radius: 6px;

  font-family: "Roboto-Condensed", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #333333 !important;
  text-transform: uppercase;
}

.page-template-template-contact .contact-info{
  background: white;
  border-left: 10px solid #FFDE00;
  border-radius: 10px;
  box-shadow: 0px 1px 1px 0px #00000040;
  padding: 50px 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.page-template-template-contact .contact-info h2{
  font-weight: 700;
  font-size: 32px;
  line-height: 1.18;
  color: #333333;
  margin-bottom: 18px;
}
.page-template-template-contact .contact-info div p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.page-template-template-contact .contact-info div p strong{
  font-weight: 700;
}
.page-template-template-contact .ff_submit_btn_wrapper{
  margin-bottom: 0 !important;
}

.google-map{
  width: 100%;
  height: auto;
  aspect-ratio: 4.47;
  border-radius: 10px;
}

@media (max-width:1024px){
  .page-template-template-contact .all_pages_wrapper{
    padding: 60px 0 100px;
    overflow: hidden;
  }
  .page-template-template-contact .heading h1 {
    margin-bottom: 50px;
  }
  .page-template-template-contact .contact-wrap{
    column-gap: 20px;
    margin-bottom: 80px;
  }
  .page-template-template-contact .contact-info{
    padding: 30px;
  }
}

@media (max-width: 767px){
  .page-template-template-contact .all_pages_wrapper{
    padding: 30px 0 60px;
  }
  .page-template-template-contact .heading h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-template-template-contact .contact-wrap{
    grid-template-columns: minmax(0,1fr);
    row-gap: 30px;
    margin-bottom: 30px;
  }
  .page-template-template-contact .contact-form h2{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .page-template-template-contact .contact-info h2{
    font-size: 28px;
  }
  .google-map{
    aspect-ratio: 2;
  }
}

@media (max-width:767px){
  .single-product .product_title.entry-title{
    margin-bottom: 30px;
  }
}



