/*!
Theme Name: Shoppable Electronics
Theme URI: https://bosathemes.com/shoppable-electronics
Author: Bosa Themes
Author URI: https://bosathemes.com
Description: Shoppable Electronics is beautiful multipurpose ecommerce theme. Shoppable Electronics is beautiful, fast, lightweight, responsive, extremely customizable, multipurpose ecommerce theme that you can use as a foundation to build versatile sites such as electronics, computer shop, computer store, electronic, electronic shop, gadget, gadget shop, gadget store, handphones, laptop, online shop, shop, store, woocommerce, and preferably ideal for any type of sites. Shoppable Electronics works perfectly with Gutenberg and the most popular page builder Elementor that can easily drag-and-drop your ideas from the interface. Shoppable Electronics 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 Electronics 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/electronics
Version: 1.0.0
Requires PHP: 5.6
Tested up to: 6.8
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-electronics
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 Electronics WordPress Theme, Copyright 2025 Bosa Themes
Shoppable Electronics is distributed under the terms of the GNU General Public License v3

Shoppable Electronics 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;
}
.entry-content a {
  text-decoration: underline;
}
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;
}


/*section Best Deal item area */
.best-deal-items-area {
    margin-bottom: 70px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.2);
}
.best-deal-items-area .content-wrap {
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    background-color: transparent;
    padding: 30px 20px;
    margin-left: auto;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    position: relative;
    z-index: 2;
}
.best-deal-items-area .content-wrap .category-content-wrap {
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    gap: 10px;
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
}
.best-deal-items-area .content-wrap .category-content-wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    background-color: rgba(217, 217, 217, .5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.best-deal-items-area .content-wrap .category-content-wrap:hover:before {
    width: 100%;
    left: 0;
}
.best-deal-items-area .category-content-wrap .item-image {
    border-radius: 10px;
    overflow: hidden;
    width: 115px;
}
.best-deal-items-area .category-content-wrap .entry-title {
    margin-left: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.best-deal-items-area .entry-title a:hover i {
    -webkit-animation: moveright 0.4s infinite alternate;
            animation: moveright 0.4s infinite alternate;
}
/*              animation start                 */
@-webkit-keyframes moveright {
    from {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
    }
    to {
        -webkit-transform: translatex(6px);
                transform: translatex(6px);
    }
}
@keyframes moveright {
    from {
        -webkit-transform: translatex(0px);
                transform: translatex(0px);
    }
    to {
        -webkit-transform: translatex(6px);
                transform: translatex(6px);
    }
}
@media screen and (max-width: 992px) {
    .best-deal-items-area .content-wrap .category-content-wrap {
        width: 47%;
    }
}
@media screen and (max-width: 576px) {
    .best-deal-items-area .content-wrap .category-content-wrap {
        width: 100%;
        margin-bottom: 0;
    }
}
/*Item Info area section*/
.section-item-info-area {
    margin-bottom: 70px;
}
.section-item-info-area .info-content-wrap {
    padding: 28px 24px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #fff;
    -webkit-box-shadow: 15px -15px 70px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 15px -15px 70px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.section-item-info-area .info-content-wrap:hover {
    margin-top: 15px;
}
.section-item-info-area .info-content-wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f8f8;
    -webkit-transform: rotate(45deg) scale(0);
        -ms-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    opacity: 0.02;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.section-item-info-area .info-content-wrap:hover:before {
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    opacity: 1;
}
.section-item-info-area .info-content-wrap .entry-title {
    position: relative;
    z-index: 1;
    padding-bottom: 4px;
}
.section-item-info-area .info-content-wrap .entry-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #EB5A3E;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.section-item-info-area .info-content-wrap .entry-header p {
    margin-bottom: 0;
}
@media screen and (max-width: 467px) {
    .section-item-info-area .info-content-wrap {
        flex-direction: column;
        padding: 40px 20px;
        gap: 25px;
    }
    .section-item-info-area .info-content-wrap .entry-header {
        text-align: center;
    }
    .section-item-info-area .info-content-wrap .info-icon {
        font-size: 70px;
    }
}

/*expo section css*/
.section-expo-area {
  padding-bottom: 55px;
}
.expo-iconbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 25px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.expo-iconbox .expo-icon {
  background-color: #F2F2F2;
  border-radius: 25px;
  color: #333;
  font-size: 30px;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.section-expo-area .expo-iconbox:hover {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.section-expo-area .expo-iconbox:hover .expo-icon{
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.expo-iconbox .entry-content {
  width: calc(100% - 78px);
  padding-left: 25px;
}
.expo-iconbox .entry-content h3 {
  margin-bottom: 8px;
}
.expo-iconbox .entry-content h3 a {
  text-decoration: none;
}