/** shop-sidebar **/

.shop-sidebar {
  position: relative;
}

.shop-sidebar .sidebar-widget {
  position: relative;
  display: block;
  border: dashed;
  border-width: 1px;
  border-color: #D8D8D8;
  border-radius: 10px;
  padding: 32px 30px 40px 30px;
  margin-bottom: 20px;
}

.shop-sidebar .sidebar-widget:last-child {
  margin-bottom: 10px;
}

.shop-sidebar .search-widget {
  padding-top: 40px;
}

.shop-sidebar .search-widget .form-group {
  position: relative;
  margin-bottom: 0px;
}

.shop-sidebar .search-widget .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: dashed;
  border-width: 1px;
  border-radius: 50px;
  padding: 10px 70px 10px 20px;
  font-size: 15px;
  background: #F8EDF0;
  color: var(--title-color);
  transition: all 500ms ease;
}

.shop-sidebar .search-widget .form-group button[type='submit'] {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  transition: all 500ms ease;
}

.shop-sidebar .search-widget .form-group input:focus+button,
.shop-sidebar .search-widget .form-group button:hover {
  background: #FFAC00;
}

.shop-sidebar .sidebar-widget .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
}

.price-range-slider {
  position: relative;
  width: 100%;
}

.price-range-slider .range-value {
  position: relative;
  display: flex;
  align-items: center;
}

.price-range-slider .range-value span {
  font-size: 14px;
  line-height: 24px;
  color: var(--title-color);
  margin-right: 5px;
}

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--text-font);
  color: var(--title-color);
  box-shadow: none;
  border: none;
}

.price-range-slider .range-bar {
  border: none;
  height: 2px;
  width: 100%;
  background: rgba(247, 97, 136, 0.20);
  border-radius: 30px;
}

.price-range-slider .ui-slider-range {
  height: 2px;
}

.price-range-slider .ui-slider-handle {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  top: -8px;
  border: none;
}

.price-range-slider .range-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-range-slider .range-box .theme-btn {
  padding: 4.5px 21px;
  border-color: #fff !important;
  color: #fff !important;
}

.shop-sidebar .check-box input {
  display: none;
}

.shop-sidebar .check-box label {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 26px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.shop-sidebar .check-box label:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.shop-sidebar .check-box label:after {
  position: absolute;
  content: '\e919';
  font-family: 'icomoon';
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 8px;
  color: #fff;
  background-image: none;
  opacity: 0;
}

.shop-sidebar .check-box input:checked+label:after {
  opacity: 1;
}

.shop-sidebar .check-box input:checked+label:before {}

.shop-sidebar .category-widget .accordion {
  position: relative;
}

.shop-sidebar .category-widget .accordion .acc-btn {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 28px;
  padding-right: 30px;
  cursor: pointer;
}

.shop-sidebar .category-widget .accordion .acc-btn:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.shop-sidebar .category-widget .accordion .acc-btn.active:before {}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box {
  position: absolute;
  content: '';
  right: 0px;
  top: 7px;
  width: 17px;
  height: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #B5B5B5;
  font-size: 14px;
  color: #B5B5B5;
  text-align: center;
  background: transparent;
  font-weight: 600;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box {}

.shop-sidebar .category-widget .accordion .acc-btn .icon-box:before {
  position: absolute;
  content: '+';
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 10px;
  left: 0px;
  top: 0px;
  right: 0px;
}

.shop-sidebar .category-widget .accordion .acc-btn.active .icon-box:before {
  content: '-';
  font-size: 30px;
  font-weight: 400;
  line-height: 3px;
}

.shop-sidebar .category-widget .accordion .acc-content {
  padding-left: 27px;
  margin-bottom: 10px;
}

.shop-sidebar .color-widget .color-list {
  position: relative;
  display: inline-block;
}

.shop-sidebar .color-widget .color-list li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
}

.shop-sidebar .color-widget .color-list li .check-box label {
  padding: 0px;
}

.shop-sidebar .color-widget .color-list li .check-box label:before,
.shop-sidebar .color-widget .color-list li .check-box label:after {
  top: -19px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: none;
}

.shop-sidebar .color-widget .color-list li .check-box label:after {
  color: #fff;
}

.shop-sidebar .color-widget .color-list li .check-box label:after {
  line-height: 22px;
}

.shop-sidebar .color-widget .color-list li:first-child .check-box label:before {
  background: #F8CD2E;
}

.shop-sidebar .color-widget .color-list li:nth-child(2) .check-box label:before {
  background: #0578FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(3) .check-box label:before {
  background: #FF6B00;
}

.shop-sidebar .color-widget .color-list li:nth-child(4) .check-box label:before {
  background: #000000;
}

.shop-sidebar .color-widget .color-list li:nth-child(5) .check-box label:before {
  background: #792424;
}

.shop-sidebar .color-widget .color-list li:nth-child(6) .check-box label:before {
  background: #2EC8F8;
}

.shop-sidebar .color-widget .color-list li:nth-child(7) .check-box label:before {
  background: #FF0000;
}

.shop-sidebar .color-widget .color-list li:nth-child(8) .check-box label:before {
  background: #6100FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(9) .check-box label:before {
  background: #4DB8A5;
}

.shop-sidebar .color-widget .color-list li:nth-child(10) .check-box label:before {
  background: #92DE57;
}

.shop-sidebar .color-widget .color-list li:nth-child(11) .check-box label:before {
  background: #C24444;
}

.shop-sidebar .color-widget .color-list li:nth-child(12) .check-box label:before {
  background: #B72EF8;
}

.shop-sidebar .color-widget .color-list li:nth-child(13) .check-box label:before {
  background: #063F83;
}

.shop-sidebar .color-widget .color-list li:nth-child(14) .check-box label:before {
  background: #FFA96A;
}

.shop-sidebar .color-widget .color-list li:nth-child(15) .check-box label:before {
  background: #0578FF;
}

.shop-sidebar .color-widget .color-list li:nth-child(16) .check-box label:before {
  background: #FF6B00;
}

.shop-sidebar .review-widget .category-list li label i {
  font-size: 16px;
  margin-right: 7px;
  color: #FFC844;
}

.shop-sidebar .review-widget .category-list li label i.light {
  color: #D3D3D3;
}


/** rtl-css **/

.rtl .shop-sidebar .check-box label {
  padding-left: 0px;
}

.rtl .shop-sidebar .check-box label:after {
  left: inherit;
  right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn:before {
  left: inherit;
  right: 0px;
}

.rtl .shop-sidebar .category-widget .accordion .acc-btn .icon-box {
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}


.filter-container {

  max-width: 420px;
  width: 100%;
  animation: containerFadeIn 0.6s ease-out;
  border: dashed;
  border-width: 1px;
  border-color: #D8D8D8;
  border-radius: 10px;
  padding: 32px 30px 40px 30px;
  margin-bottom: 20px;
}

@keyframes containerFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.filter-header {
  margin-bottom: 32px;
  position: relative;
}

.filter-header::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 13%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.filter-title {
  font-size: 20px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: 30px;
}

.size-options-list {
  list-style: none;
  display: grid;
  gap: 14px;
}

.size-option-item {
  animation: itemSlideIn 0.5s ease-out backwards;
}

.size-option-item:nth-child(1) {
  animation-delay: 0.1s;
}

.size-option-item:nth-child(2) {
  animation-delay: 0.15s;
}

.size-option-item:nth-child(3) {
  animation-delay: 0.2s;
}

.size-option-item:nth-child(4) {
  animation-delay: 0.25s;
}

.size-option-item:nth-child(5) {
  animation-delay: 0.3s;
}

.size-option-item:nth-child(6) {
  animation-delay: 0.35s;
}

.size-option-item:nth-child(7) {
  animation-delay: 0.4s;
}

.size-option-item:nth-child(8) {
  animation-delay: 0.45s;
}

.size-option-item:nth-child(9) {
  animation-delay: 0.5s;
}

@keyframes itemSlideIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.checkbox-wrapper {
  position: relative;
}

.checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkbox-label {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f8f9fa;
  border: 2px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.checkbox-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.checkbox-label:hover::before {
  width: 300px;
  height: 300px;
}

.checkbox-custom-icon {
  width: 24px;
  height: 24px;
  border: 2.5px solid #adb5bd;
  border-radius: 8px;
  margin-right: 16px;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: white;
}

.checkbox-custom-icon::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-45deg);
  color: white;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}

.size-label-text {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.checkbox-input:checked+.checkbox-label {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #667eea;
  color: white;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  transform: translateY(-2px);
}

.checkbox-input:checked+.checkbox-label .checkbox-custom-icon {
  background: white;
  border-color: white;
  transform: rotate(360deg);
}

.checkbox-input:checked+.checkbox-label .checkbox-custom-icon::after {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
  opacity: 1;
  color: #667eea;
}

.checkbox-label:hover {
  border-color: #667eea;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.checkbox-input:checked+.checkbox-label:hover {
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.5);
}

.checkbox-label:active {
  transform: translateX(4px) scale(0.98);
}

/* Selected count badge */
.selected-count-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(245, 87, 108, 0.4);
  animation: badgePop 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filter-container.has-selection .selected-count-badge {
  opacity: 1;
}

@keyframes badgePop {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 480px) {
  .filter-container {
    padding: 28px;
  }

  .filter-title {
    font-size: 24px;
  }

  .checkbox-label {
    padding: 14px 18px;
    font-size: 15px;
  }
}


   /* blog page styles  */
       

        .blog-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .blog-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        .blog-header h1 {
            font-size: 2.5rem;
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .blog-details {
            display: flex;
            justify-content: center;
            gap: 30px;
            font-size: 0.9rem;
            color: #7f8c8d;
            margin-top: 20px;
        }

        .main-content {
            display: grid;
            grid-template-columns: 1fr 350px;
            gap: 40px;
            margin-bottom: 60px;
        }

        .blog-article {
            background: white;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            animation: fadeInLeft 0.8s ease;
        }

        .featured-image {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        }

        .featured-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .featured-image:hover img {
            transform: scale(1.05);
        }

        .blog-title {
            font-size: 2rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 700;
            line-height: 1.3;
        }

        .blog-meta {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            padding-bottom: 20px;
            border-bottom: 2px solid #ecf0f1;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #7f8c8d;
            font-size: 0.9rem;
        }

        .blog-excerpt {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 30px;
            font-style: italic;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.3);
        }

        .blog-content {
            color: #555;
            font-size: 1.05rem;
            line-height: 1.8;
            margin-bottom: 30px;
        }

        .product-showcase {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
            margin-top: 40px;
        }

        .product-card {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            border-radius: 15px;
            padding: 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.2);
        }

        .product-card img {
            width: 100%;
            height: 300px;
            object-fit: contain;
            border-radius: 10px;
            background: white;
            padding: 15px;
            margin-bottom: 15px;
        }

        .sidebar {
            animation: fadeInRight 0.8s ease;
        }

        .sidebar-section {
            background: white;
            border-radius: 20px;
            padding: 30px;
            margin-bottom: 25px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .sidebar-section:hover {
            transform: translateY(-5px);
        }

        .sidebar-title {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 20px;
            font-weight: 700;
            padding-bottom: 15px;
            border-bottom: 3px solid #667eea;
        }

        .search-box {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .search-box input {
            flex: 1;
            padding: 12px 20px;
            border: 2px solid #ecf0f1;
            border-radius: 25px;
            font-size: 0.95rem;
            transition: border-color 0.3s ease;
        }

        .search-box input:focus {
            outline: none;
            border-color: #667eea;
        }

        .search-box button {
            padding: 12px 25px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            transition: transform 0.2s ease;
        }

        .search-box button:hover {
            transform: scale(1.05);
        }

        .category-list {
            list-style: none;
        }

        .category-item {
            padding: 12px 0;
            border-bottom: 1px solid #ecf0f1;
            color: #555;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .category-item:hover {
            color: #667eea;
            padding-left: 10px;
        }

        .category-count {
            background: #667eea;
            color: white;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 0.8rem;
        }

        .recent-post {
            display: flex;
            gap: 15px;
            padding: 15px 0;
            border-bottom: 1px solid #ecf0f1;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .recent-post:hover {
            transform: translateX(5px);
        }

        .recent-post img {
            width: 80px;
            height: 80px;
            border-radius: 10px;
            object-fit: cover;
        }

        .recent-post-info h4 {
            color: #2c3e50;
            font-size: 0.95rem;
            margin-bottom: 5px;
        }

        .recent-post-date {
            color: #7f8c8d;
            font-size: 0.85rem;
        }

        .promo-card {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            color: white;
        }

        .promo-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
        }

        .promo-card button {
            background: white;
            color: #f5576c;
            padding: 12px 30px;
            border: none;
            border-radius: 25px;
            font-weight: 700;
            cursor: pointer;
            margin-top: 15px;
            transition: transform 0.3s ease;
        }

        .promo-card button:hover {
            transform: scale(1.1);
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @media (max-width: 968px) {
            .main-content {
                grid-template-columns: 1fr;
            }

            .product-showcase {
                grid-template-columns: 1fr;
            }

            .blog-title {
                font-size: 1.5rem;
            }
        }
    