@charset "UTF-8";
/*
Theme Name: Issabella
Theme URI: https://issabella.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes/portfolio
Description: Issabella - a modern Sexy Lingerie Adult Toy Shop WordPress Theme is specifically designed for women, lingerie, undergarments, sex toys, adults, and swimsuit types of small and medium-sized eCommerce stores. The Issabella theme has all of the best features and modules for creating a stunning site for selling products, giving your online store a professional look. With the right variety conspires, your store will look enticing and elegant. Issabella is a new high-converting theme that incorporates all of the latest trends, drag and drop sections, and an all-new Online Store.
Requires at least: WordPress 5.9.6
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: issabella
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  --main: #000000;
  --text: #545353;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #000000;
  --body: #646f79;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #000000;
  --btn-bgcolor2: #fff;
  --e-global-color-primary: #000000;
  --e-global-color-secondary: #9b0401;
  --menu-color: #000;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
.jws-toolbar-wap {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    left: 0;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 12px;
    height: 68px;
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 9px rgba(0,0,0,.12);
    background: var(--btn-bgcolor);
    transition: 0.3s all;
    transform: translatey(100%);
    opacity: 0
}

.jws-toolbar-wap .jws-toolbar-item {
    flex: 1 0 20%;
    text-align: center;
    font-size: 14px
}

.jws-toolbar-wap .jws-toolbar-item a {
    color: #fff
}

.jws-toolbar-wap .jws-toolbar-item .jws-icon-dots-three-outline-vertical {
    transform: rotate(90deg);
    display: inline-block
}

.jws-toolbar-wap .jws-toolbar-item i {
    display: inline-block;
    font-size: 24px
}

.jws-toolbar-wap .jws-toolbar-item span {
    display: block;
    line-height: 16px
}

.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist .wishlist_count {
    display: inline-block;
    position: relative
}

.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist .jws_wishlist_count {
    position: absolute;
    right: -12px;
    top: -10px;
    background: #9B0401;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 1
}

.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist i {
    position: relative
}

.jws-toolbar-wap .jws-toolbar-item .jws_toolbar_wishlist.dots i:after {
    animation: fadeIn 1s ease infinite
}
@media (max-width: 1024px) {
    .jws-toolbar-wap {
        transform:translatey(0);
        opacity: 1
    }
}
