.font-size-label {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
	.font-size-label.size-sm{
		font-size: 14px !important;
	}
	.font-size-label.size-md{
		font-size: 20px !important;
	}
	.font-size-label.size-lg{
		font-size: 28px !important;
	}

.swiper-btn-center-lr {
    margin-bottom: 15px !important;
}

.card-item.style-6 {
    box-shadow: 0 7px 15px 0 rgb(100 100 111 / .2) !important;
}

.product-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 18px !important;
}

.carrusel-product-media {
    height: 140px;
    object-fit: cover;
}

.add-banner2 img{
    object-fit: contain;
    height: 180px;
}

.add-banner2 video{
    object-fit: contain;
    height: 180px;
}

.logo-container img{
    position: relative;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

.size-settings {
  padding: 15px 10px 10px;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap; }
  .size-settings span {
    font-size: 0.875rem;
    font-weight: 500; }
  .size-settings li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px; }
    .size-settings li input {
      display: none; }
    .size-settings li label {
      background-color: #cccccc;
      width: 40px;
      border-radius: var(--border-radius-base);
	  border: 1px solid #ccc;
      height: 40px;
      margin: 0 auto 5px;
      position: relative;
      display: block; }
      .size-settings li label:after {
        content: "\f00c";
        position: absolute;
        top: 50%;
        left: 50%;
        display: none;
        transform: translate(-50%, -50%);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #fff; }
    .size-settings li input:checked + label:after {
      display: block; }



.sidebar .navbar-nav li>.mode {
    position: relative;
    padding: 8px 15px 8px 0;
    color: inherit;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #000;
}

.dz-icon {
    stroke: #bfc9da;
}

.max-lines-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.max-lines-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.max-lines-5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.language-settings {
  padding: 15px 10px 10px;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap; }
  .language-settings span {
    font-size: 0.875rem;
    font-weight: 500; }
  .language-settings li {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px; }
    .language-settings li input {
      display: none; }
    .language-settings li label {
      background-color: #000;
      width: 40px;
      border-radius: var(--border-radius-base);
	  border: 1px solid #ccc;
      height: 40px;
      margin: 0 auto 5px;
      position: relative;
      display: block; }
      .language-settings li label:after {
        content: "\f00c";
        position: absolute;
        top: 50%;
        left: 50%;
        display: none;
        transform: translate(-50%, -50%);
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        font-size: 16px;
        color: #fff; }
    .language-settings li input:checked + label:after {
      display: block; }


.media-product-detail {
  min-height: 55px;
  max-height: 250px; 
  overflow: hidden;
}

.media-product-detail img{
  width: 100%;
  height: 250px;  
  object-fit: cover;
}
  
.media-product-list img{
  width: 100%;
  height: 100px; 
  object-fit: cover;
}
  
.media-product-list {
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100px;
  min-width: 100px;
  min-height: 40px;
  max-height: 100px; 
  overflow: hidden;
}

.product-carrusel-list {
    max-width: 300px;
}

.product-swiper .swiper-wrapper .swiper-slide, .meat-swiper .swiper-wrapper .swiper-slide {
    width: auto;
    max-width: 300px;
}


.r-btn {
  top: 10px;
  right: 12px;
  left: auto;
  z-index: 1;  }


input[type='search']::-webkit-search-cancel-button {
	filter: grayscale(1);
}

.menubar-area .toolbar-inner .nav-link,
.menubar-area .toolbar-inner .menu-toggler {
	width: 50%  !important; 
}
	  
.nav-scroll {
	white-space: nowrap;
	display:block!important;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	scrollbar-width: none;
	scroll-margin: 20px;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch
}

.nav-scroll li {
	display: inline-block
}

.search-container {
	padding-left: 0px;
	padding-right: 0px;
}

  .header.style-6 {
    border: 0; }
    .header.style-6 .header-content {
      margin: 10px 0 5px; }
    .header.style-6::after {
      position: absolute;
      content: '';
      background-color: var(--primary);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.8; }
	  
.offer-box-2 {
    margin-top: 80px !important;
}

.header.style-41 {
    min-height: 70px !important;
}