/*
Theme Name: Caden Child
Theme URI: http://demo.roadthemes.com/caden/
Template: caden
Author: Plazathemes
Author URI: http://www.plazathemes.com/
Description: Caden is a new WordPress theme for Online Shopping. With this theme, we have presets and different layouts. With drag and drop home page layout manager, we can build many variations of home page layout. We also have ajax cart, wishlist, compare, zoom and fancybox to bring into a modern look of website. Some of amazing features like Revolution Slider, Mega Menu, Visual Composer, Product Tabs &amp; Carousel, Contact Form with Google map will makes your website more attractive.
Tags: one-column,two-columns,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,post-formats,sticky-post,threaded-comments
Version: 1.4.2.1682011376
Updated: 2023-04-20 17:22:56

*/
.archive .category-desc-inner {
    display: none;
}
.your-widget-container-class {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.your-widget-item-class {
  flex-basis: calc(50% - 10px);
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .your-widget-item-class {
    flex-basis: calc(33.33% - 10px);
  }
}

@media only screen and (max-width: 480px) {
  .your-widget-item-class {
    flex-basis: calc(50% - 10px);
  }
}
