/* Font Start */
@font-face {
  font-family: 'Inter-light';
  font-weight: 300;
  src: url(../fonts/Inter-Light.ttf);
}
@font-face {
  font-family: 'Inter-regular';
  font-weight: 400;
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: 'Inter-medium';
  font-weight: 500;
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: 'Inter-semibold';
  font-weight: 600;
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: 'Inter-bold';
  font-weight: 700;
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: 'Inter-extrabold';
  font-weight: 800;
  src: url(../fonts/Inter-ExtraBold.ttf);
}
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:500&display=swap');
/* Font End */
.blur-footer {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
html, body {
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}
.hover-underline {
  position: relative;
  text-decoration: none;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #2b2c2f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.hover-underline:not(:hover)::after {
  transform-origin: right;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
input[type="search"] {
  appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
* {
  scrollbar-width: none;
}
* {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.10);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.scroll-hidden::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.uk-container {
  max-width: 1356px;
}
.uk-dropdown {
  max-width: auto;
  width: auto;
  min-width: auto;
}
.uk-grid-column-small>*, .uk-grid-small>* {
  padding-left: 20px;
}
.uk-grid-column-small, .uk-grid-small {
  margin-left: -20px;
}
.toggle-transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #2b2c2f;
  text-decoration: none;
}
.hover-underline {
  position: relative;
  text-decoration: none;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #2b2c2f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.hover-underline:not(:hover)::after {
  transform-origin: right;
}
.uk-accordion-default .uk-accordion-title {
  stroke-width: 0px;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.uk-checkbox, .uk-radio {
  border-color: #000000;
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin-right: 15px;
  margin-top: 0;
}
.uk-margin label {
  width: 100%;
}
.custom-product-page .product {
  display: inline-block;
}
.woocommerce img, .woocommerce-page img {
  height: 100%;
}
.uk-thumbnav li {
  opacity: .5;
}
.uk-thumbnav li:hover {
  opacity: 1;
}
.uk-thumbnav li.uk-active {
  opacity: 1;
}
.wishlist-button {
  padding: 0 8px;
}
.wishlist-button a span {
  display: none;
}
.wishlist-button a svg {
  stroke-width: 2px;
  width: 20px !important;
  height: 20px !important;
  position: relative;
  top: 0.5px;
}
.yith-wcwl-add-to-wishlist-button--added {
  background-color: #e11f26 !important;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.yith-wcwl-add-to-wishlist-button--added svg {
  color: #fff !important;
  fill: #fff;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 8px !important;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 12px;
}
.yith-wcwl-add-to-wishlist-button {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.uk-lightbox {
  background-color: #fff;
}
.uk-lightbox .uk-close {
  color: #000 !important;
}
.uk-lightbox .uk-slidenav {
  color: #000 !important;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 16px 0px 0px 40px;
  }
  .woocommerce-message::before {
    content: "\e015";
    color: #000;
    padding: 16px 0px 0 16px;
  }
  .woocommerce-view-order .hide-side {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  
 .uk-grid-column-small>*, .uk-grid-small>* {
    padding-left: 16px;
  }
  .uk-grid-column-small, .uk-grid-small {
    margin-left: -16px;
  }
 .yith-wcwl-add-to-wishlist-button--added {
    background-color: transparent !important;
 }
 .yith-wcwl-add-to-wishlist-button {
  width: auto !important;
  height: auto !important;
 }
  .yith-wcwl-add-to-wishlist-button--added svg {
    color: #e11f26 !important;
    fill: #e11f26;
  }
  .yith-add-to-wishlist-button-block {
    margin: 0 !important;
  }
  .wishlist-button a span {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block !important;
  }
  
}
.avatar-name {
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
nav .active {
  color: #121212;
}
nav .active::after {
  background-color: #121212;
  transform: scaleX(1);
}
.hide-stock .stock {
  display: none;
}
.cart-remove svg {
  max-width: max-content;
}
.payment_method_qpay img {
  display: none;
}
.woocommerce-privacy-policy-text {
  display: none;
}
.uk-accordion-default .uk-accordion-content {
    margin-top: 8px;
}
.primary-filter {
  filter: brightness(0) saturate(100%) invert(15%) sepia(58%) saturate(2917%) hue-rotate(225deg) brightness(99%) contrast(90%);
}
.contact label {
  font-size: 15px;
  margin-bottom: 16px;
  display: block;
  font-weight: 600;
  font-family: Inter-SemiBold;
}
.contact input {
  border: 1px solid #ddd;
    height: 40px;
    width: 100%;
    padding: 0 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact textarea {
      border: 1px solid #ddd;
    height: 96px;
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 10px;
}
.contact .wpcf7-submit {
  background-color: #2c388c;
  border: 0;
  margin-top: 0;
  height: 44px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.woocommerce-view-order .detail-slider {
  display: none;
}
.woocommerce-dashboard .detail-order {
  display: none;
}