/*!
Theme Name: Shoppable Wardrobe
Theme URI: https://bosathemes.com/shoppable-wardrobe
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Shoppable Wardrobe is beautiful multipurpose ecommerce theme. Shoppable Wardrobe is beautiful, fast, lightweight, responsive, extremely customizable, multipurpose ecommerce theme that you can use as a foundation to build versatile sites such as ecommerce, online business, accessories, clean, clothes, clothing, creative, dokan, fashion, interior, marketplace, minimal, modern, multi purpose, responsive, shoes, vendor, shop and stores and preferably ideal for any type of sites. Shoppable Wardrobe works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Wardrobe is built with SEO, speed, and usability in mind with the multiple Header & Footer layouts, predesigned starter sites includes awesome Home & Inner Pages that is incredibly customizable and powerful enough to take a stand among the crowd. Shoppable Wardrobe is compatible with all major plugins like WooCommerce, Yoast, Contact form 7, Mailchimp for WordPress, bbPress, etc. Looking for a multipurpose ecommerce theme? Look no further! Browse the demos to see that it's the only theme you will ever need: https://demo.bosathemes.com/shoppable/wardrobe
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: hello-shoppable
Text Domain: shoppable-wardrobe
Tags: blog, portfolio, news, grid-Layout, one-column, two-columns, three-columns, flexible-header, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, theme-options, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks

Shoppable Wardrobe WordPress Theme, Copyright 2024 Bosa Themes
Shoppable Wardrobe is distributed under the terms of the GNU General Public License v3

Shoppable Wardrobe is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #111111;
  font-family: 'Jost', serif;
  font-weight: 500;
}

.entry-content h1 a,
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a {
  text-decoration: underline;
}
.entry-content p a, 
.comment-content p a, 
.entry-content li a, 
.comment-content li a, .widget p a, 
.comments-area .comment-list .comment-content a {
  color: #2e92ff;
}
.entry-content p a:hover, 
.entry-content p a:focus, 
.comment-content p a:hover, 
.comment-content p a:focus, 
.entry-content li a:hover, 
.entry-content li a:focus, 
.comment-content li a:hover, 
.comment-content li a:focus, 
.widget p a:hover,
.widget p a:focus,
.comments-area .comment-list .comment-content a:hover,
.comments-area .comment-list .comment-content a:focus {
  color: #086abd;
}
.slide-item .entry-content h3 a,
.list-post .entry-content h3 a,
.grid-post .entry-content h3 a,
.single-post .entry-content h3 a {
  text-decoration: none;
}
.wp-block-quote {
  padding: 30px 30px 30px 50px;
  margin: 30px 0 30px 30px;
}

/*leading brands css*/
.section-leading-area {
  padding-bottom: 70px;
}
.section-leading-area .content-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.section-leading-area .section-title-wrap {
  text-align: center;
}
.section-leading-area .leading-items {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  text-align: center;
}
.section-leading-area .leading-items .entry-title {
  margin-bottom: 0;
  padding: 15px;
}
@media screen and (max-width: 991px) {
  .section-leading-area .content-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section-leading-area .content-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .section-leading-area .content-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*vendors css*/ 
.section-vendor-area {
  padding-bottom: 80px;
}
.vendor-content-wrap {
  background-color: #f8f8f8;
  padding: 35px 35px 5px 35px;
  margin-bottom: 30px;
}

/*view section css*/
.section-view-area {
  padding-bottom: 40px;
}
.section-view-area .view-item {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.view-content {
  width: calc(100% - 115px);
}
.section-view-area .featured-image {
  width: 80px;
  position: relative;
}
.view-item .opinion-quote-icon {
  position: absolute;
  right: 20px;
  bottom: 5px;
  opacity: 0.1;
  font-size: 40px;
}
.view-content .entry-title {
  margin-bottom: 10px;
}

/*Featured ad section css*/ 
.section-featured-ad-area {
  padding-bottom: 70px;
}
.section-featured-ad-area .content-wrap {
  margin-bottom: -30px;
}
.featured-ad-content-wrap {
  margin-bottom: 30px;
}
.featured-ad-content-wrap .featured-image {
  border: 1px solid rgba(243, 243, 243, 0.6);
  padding: 15px;
}