/*!
Theme Name: Shoppable Fashion
Theme URI: https://bosathemes.com/shoppable-fashion
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Shoppable Fashion is beautiful multipurpose ecommerce theme. Shoppable Fashion 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, marketplace, minimal, modern, multi purpose, responsive, shoes, vendor, shop and stores and preferably ideal for any type of sites. Shoppable Fashion works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Fashion 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 Fashion 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/fashion
Version: 1.0.1
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-fashion
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 Fashion WordPress Theme, Copyright 2024 Bosa Themes
Shoppable Fashion is distributed under the terms of the GNU General Public License v3

Shoppable Fashion 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;
}

/*Coupons section css*/ 
.section-coupons-area {
  padding-bottom: 70px;
}
.section-coupons-area .content-wrap {
  background-color: #FAFAFA;
  padding: 25px;
}
.section-coupons-area .content-wrap .row {
  row-gap: 25px;
}

/*Comments css*/
.section-comment-area {
  padding-bottom: 50px;
}
.comment-item {
  margin-bottom: 30px;
}
.comment-item .entry-content {
  background-color: #f8f8f8;
  padding: 70px 30px 30px;
  position: relative;
}
.comment-item .featured-image {
  border-radius: 100%;
  height: 100px;
  overflow: hidden;
  width: 100px;
  margin: 0 auto -45px;
  position: relative;
  z-index: 1;
}
.comment-quote-icon {
  font-size: 40px;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 16px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  transform: scaleX(-1);
}
.comment-item .entry-content a {
  text-decoration: none;
}

/*Detail section css*/
.section-detail-area {
  padding-bottom: 70px;
}
.section-detail-area .content-wrap {
  margin-bottom: -30px;
}
.section-detail-area .detail-content-wrap {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
  padding: 20px;
}
.section-detail-area [class*="col-"]:nth-child(2n+2) .detail-content-wrap {
  background-color: #f7f7f7;
  box-shadow: none;
}
.detail-content-wrap .detail-icon {
  margin-bottom: 20px;
}
.detail-content-wrap .detail-icon i {
  background-color: #f1f1f1;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.section-detail-area [class*="col-"]:nth-child(2n+2) .detail-content-wrap .detail-icon i {
  background-color: #FFFFFF;
}

/*Memorial section css*/
.section-memorial-area {
  padding-bottom: 70px;
}
.section-memorial-area .content-wrap {
  margin-bottom: -30px;
}
.section-memorial-area .memorial-content-wrap {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.memorial-content-wrap .entry-title {
  background: #fff;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-memorial-area {
    padding-bottom: 50px;
  }
}