@charset "UTF-8";

/*
Theme Name: Coinpilots Agent
Theme URI: 
Author: the Coinpilots team
Author  
Description: Navigate the Future of Crypto CoinPilots. Explore, Invest, and Grow in the World of Digital Assets
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coinpilotsagent
Tags:  
*/



@font-face {
    font-family: 'Satoshi-Regular';
    src: url('fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
    url('fonts/satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


@font-face {
    font-family: 'Satoshi-Medium';
    src: url('fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
    url('fonts/satoshi/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi-Bold';
    src: url('fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
    url('fonts/satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-Light';
    src: url('fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
    url('fonts/satoshi/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}


*{

    box-sizing: border-box;
}
body {
  font-family: 'Satoshi-Regular';
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  background:  #FFF ;

  z-index: 1;
  position: relative;
} 

.clear{
    clear: both;
}
.container{
    width: 90%;
    margin:0 auto;
} 
a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
    font-family: 'Satoshi-Bold';

} 

.no-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
  -ms-overflow-style: none; /* IE and Edge */
}


.references a,.reference-links a{
    font-size: 14px;
    padding: 0px  ;
    text-decoration: underline;
    display: inline-block;
    margin-right:5px;
    margin-bottom: 5px;
    background: none;
    color: #000; 
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.references a:hover,.reference-links a:hover{

    color: #005293;
}
.references br ,.reference-links br {
    display: none !important;
}
.related-questions ul ,.related-questions ul ,.reference-links ul, .reference-links ol{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.reference-links ul li, .reference-links ol li{
    display: inline-block;
}
.related-questions ol li, .related-questions ul li, .related-questions span,.related-questions p,.related-questions li{
 padding: 0px;
 display :block;
 width: 100%;
 background:none ;
 color: #000; 
 border-radius: 6px;
 margin-bottom: 10px;
 cursor: pointer;

}
.related-questions ol li:hover, .related-questions ul li:hover, .related-questions span:hover,.related-questions p:hover,.related-questions li:hover{

    color: #005293; 
}
.related-questions.hauto ol li, .related-questions.hauto ul li, .related-questions.hauto span,.related-questions.hauto p,.related-questions.hauto li{
    height: auto;
    overflow: visible;
}
.related-questions br {
    display: none !important;
} 
.related-questions.hauto ul li:before,.related-questions.hauto span:before{
    content: 'Q.';
    display: inline-block;
    margin-right: 5px;
}
.suggest{
    display: inline-block;
    padding: 20px;
    width: 100%;
    text-align: left;
}

.ebba-right-sec.full .suggest{
    padding: 20px 15vw;
}
.head2 {
    text-align: center;
    font-family: 'Satoshi-Medium';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}
.tile{
    width: 22%;
    height: 260px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 10px;
    margin: 10px;
    padding:  0px;
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 9;
}
.tile-bg{
    background-color: #000000ae;
    backdrop-filter: blur(2.5px);
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    bottom:  -40vh ;
    left: 5px;
    right: 5px;
    color: white;
    transition: 0.9s;
    text-align: left;
    z-index: 99;
}

.tile-bg.show{
    bottom: 5px;
}
.tile-bg >h2{
    font-family: 'Satoshi-Medium';
    font-size: 15px;
    color: white;
    transition: 0.5s;
    line-height: 1.2;
    margin: 0px;
}
.tile-bg >p{
    font-family: 'Satoshi-Light';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin: 0px;
    margin-top: 5px;
    color: white;
    float: left;
    width: calc(100% - 45px);
    min-height: 25px;
}
 
.search-prompt-video{ 
    position:absolute; 
    left:0px;
    top:0px;
    z-index:-1;
    width: 100%;
    height: 100%;
    opacity: 0;

}
.search-prompt-video.show{
 opacity: 1;
}
.search-prompt-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: -1;
}
.explore{
  width: 26px;
  height: 26px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin: 0;
  transition: 0.9s;
  float: right;
  text-align: center;
  padding-top: 4px;
  margin-top: 5px;
  position: absolute;
  right: 15px;
  bottom: 15px; background-color:  #fff;
    border: 1px solid #fff;
}
.explore>img{
    width: 16px; filter: invert(100%);
}
.tile:hover .explore{
   
}
.tile:hover .explore>img{
    filter: invert(100%);
}
.t-1{
    background-image: url(../images/sugg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.t-2{
    background-image: url(../images/sugg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.t-3{
    background-image: url(../images/sugg-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.t-4{
    background-image: url(../images/sugg-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.t-5{
    background-image: url(../images/sugg-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.t-6{
    background-image: url(../images/sugg-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.prompt-add {
    position: fixed;
    bottom: -20px;
}

.Prompt-bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.prompt-ind-1, .prompt-ind-2 {
    text-align: center;
    color: black;
    font-family: 'Satoshi-medium';
    text-decoration: none;
    margin-top: -11rem;
    z-index: 5;
}
.prompt-ind-1>img{
    width: 30px;
    margin-bottom: 10px;
    filter: invert();
}
.prompt-ind-2>img{
    width: 30px;
    margin-bottom: 10px;
    filter: invert();
}

.prompt-ind-2{
    opacity: 50%;
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo .explore>img {
    width: 16px;
}
.errormsg {
  margin: 0px 0px 5px 0px;
  font-size: 15px;
  color: #ff6943;
  display: none;
}

.ebba-pad{
    padding: 20px;
    padding-top: 70px;
}
.ebba-inner-right-sec{
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: calc(100% - 340px);
    float: right;
}
.ebba-inner-right-sec.full{

    width:  100% !important;
    float: right;
}
.ebba-inner-right-sec.full .ebba-full-screen-nav { 
    top: 10px !important; 
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner img{
    width: 100%;
} 
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner{
    position: relative;
    line-height: 1px;
    height: 520px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet{
    position: absolute;
    width: 40%;
    top:  0%;
    left: 10%;
    color: #fff;
    line-height: 1.5;
    z-index: 9;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    height: 100%;
}

.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet .ebba-stor-banner-btn{
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 8px;
    margin-top: 20px;   display: inline-block;width: 263px;
    text-align: center;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet h2{
    margin: 0px;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet p{
 margin: 10px 0px;
 font-size: 18px;
 color: #fff;
 display: inline-block;
 width: 100%;
}
.pro-category{
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}
.pro-category a{
    text-decoration: underline;
    color: #000;
}
.ebba-store-slider {
    margin: 0px !important;
}

.ebba-store-slider .slick-dots {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 1rem 0;
    bottom: 30px;
    list-style-type: none;
}
.ebba-store-slider .slick-dots  li {
    margin: 0 0.25rem;width: 10px;
}

.ebba-store-slider .slick-dots  li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #bfbfbf;
    text-indent: -9999px;
}

.ebba-store-slider .slick-dots  li.slick-active button {
    background-color: #fff;
}
.ebba-store-slider .ebba-store-slide{
    position: relative;
    line-height: 1px;
    height: 100vh;
    overflow: hidden;
}
.ebba-store-slider .ebba-store-slide img{
    width: 100%;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet{
    position: absolute;
    width: 100%;
    top:  0%;
    left: 0%;
    color: #fff;
    line-height: 1.5;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 100%;
}


.ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet h2{
    margin: 0px;
    font-size: 62px;
    line-height:68px;
    color: #fff;  font-family: 'Satoshi-Light';
}
.ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet h2 span{
    font-weight: normal;
    font-family: 'Satoshi-Bold';
}
.ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet p{
 margin: 10px 0px;
 font-size: 18px;
 color: #fff;
 display: inline-block;
 width: 100%;
} 
.ebba-stor-product-banner{
    height: 320px;
    position: relative;
    margin-bottom: 15px;
}
.ebba-stor-product-banner:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.ebba-stor-product-banner .ebba-stor-product-banner-content{
    padding: 0px 40px;
    padding-top: 160px;
    position: relative;
    z-index: 2;
    }
    .ebba-stor-product-banner .ebba-stor-product-banner-content h2{
        margin: 0px;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    }
    .ebba-stor-product-banner .ebba-stor-product-banner-content p {
    margin: 10px 0px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.ebba-stor-product-sec{
    padding:  0px;
    overflow: hidden;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.ebba-stor-product-sec .ebba-stor-product-inner h2{
    margin-top: 0px;
}
.woocommerce-result-count, .woocommerce-ordering{
    display: none !important;
}
.ebba-inner-page h1{
    margin-top: 0px;
}
.ebba-inner-page{
 /* background: #fff;*/
 padding: 15px;
 border-radius: 16px;
}
.ebba-stor-product-sec .ebba-stor-product-listing{
    margin: 0px -10px; 
    padding-bottom: 10px;
    padding-left: 30px;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box{
    float: left;
    width: 25%;
    padding: 10px;
  
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner{
position: relative;
overflow: hidden;
  background: #fff;
    border-radius: 8px;
}
 .ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner:after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content:'';
 background: linear-gradient(to bottom,  rgba(47,131,216,1) 0%,rgba(0,94,168,1) 100%); 
 z-index: 2;
 opacity: 0.9;     backdrop-filter: blur(2px);
 display: none;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box:hover .ebba-stor-product-box-inner:after,.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner.show:after{
 display:block; }
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner .ebba-stor-product-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: ;
    z-index: 9;
    display: none;
    color: #fff;
    padding: 20px;
}

.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner .grab-now-btn{
    background: #fff;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    color: #000;
    border-radius: 36px;
    display: inline-block;
    margin-top: 10px;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box:hover .ebba-stor-product-box-inner .ebba-stor-product-content,.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner .ebba-stor-product-content.show{
    display: block;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-img{
    background: #fff;
    border-radius: 8px;
    padding: 40px 10px;
}

.ebba-stor-product-sec.ebba-experience-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-img{
    padding: 0px;
    height: 320px;
    overflow: hidden;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-img img{
    border-radius: 8px;
    width: 100%;
} 
.ebba-stor-product-sec.ebba-experience-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-img img{
    width: auto;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image */
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box h3{
    margin: 0px;
    margin-top: 10px;
    font-size: 17px;
    padding-right: 15px;
    color: #fff;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box h3 a{
    color: #fff;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .price{
    font-size: 32px;
    margin-top: 12px;
    display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    color: #000;
    font-size: 15px;
    line-height: 20px;
}
.price{
/*  color: #005AA0 !important;*/ 
font-weight: 700!important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
   float: left;
   margin: 0 1.9% 1.6em 0;
   margin-left: 0px;
   margin-left: 0px;
   padding: 0;
   position: relative;
   width: 23.05%;
   margin-left: 0; 

}
.woocommerce .woocommerce-ordering {
 margin-right: 21px;
}
.ebba-wrapper .ebba-left-sec{
    width: 340px;
    float: left;
    /*background-image: linear-gradient(139deg, rgba(46, 131, 216, 0.10) 0%, rgba(255, 255, 255, 0.10) 221.35%);*/
    background: #0b1117;
    box-shadow: 20px 0 30px #0000000a;
    padding: 15px;
    height: 100%;
    text-align: center;
    color: #fff;
    /*overflow: auto;*/transition: left 0.5s;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    -webkit-border-top-right-radius: 26px;
    -webkit-border-bottom-right-radius: 26px;
    -moz-border-radius-topright: 26px;
    -moz-border-radius-bottomright: 26px;
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
}
.ebba-wrapper .ebba-left-sec.hide-nav{
    left: -100vw;
    position: fixed;
}
.ebba-wrapper .ebba-left-sec .ebba-logo{
    padding: 20px 20px;
}
.ebba-wrapper .ebba-left-sec .ebba-logo img{
    width: 130px;
}

.ebba-wrapper .ebba-left-sec .ebba-chat-btn a{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    color: #000;font-family: 'Satoshi-Medium';
    font-size: 16px;
    width: 100%;
    display: inline-block;
    transition: background 0.5s ease;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.ebba-wrapper .ebba-left-sec .ebba-rght-btn div{
    width: 50%;
    float: left;
    padding: 0px 5px;


}
.ebba-wrapper .ebba-left-sec .ebba-discover-btn a{
    background: linear-gradient(5deg, #005293 4.17%, #0061AD 96.07%); color: #fff;

    border-radius: 8px;
    padding: 10px;
    font-family: 'Satoshi-Medium';
    font-size: 16px;
    width: 100%;
    display: inline-block;
    transition: background 0.5s ease;
    text-transform: uppercase;
}
.new-chat-btn{
  background: #fff;
  color: #000;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Satoshi-Medium';
  font-size: 14px;
  width: calc(100% - 20px);
  display: inline-block;
  transition: background 0.5s ease;
  text-transform: uppercase;
  margin: 15px 10px;
}
.ebba-wrapper .ebba-left-sec .ebba-discover-btn a:hover{

}
.ebba-wrapper .ebba-left-sec .ebba-about{
    padding: 15px 0px;
}
.ebba-wrapper .ebba-left-sec .ebba-about h3{ 
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Satoshi-Medium';
}
.ebba-wrapper .ebba-left-sec .ebba-about p{
    font-size: 14px;
    font-family: 'Satoshi-Regular';
    line-height: 18px;
    margin: 0px;
}

.ebba-wrapper .ebba-left-sec .ebba-boutique-btn a{
    background: none;
    border-radius: 36px;
    padding: 15px;
    color: #000;
    font-size: 19px;font-family: 'Satoshi-Medium';
    width: 100%;
    display: inline-block;
    border:#000 solid 2px;
    text-transform: uppercase;
}
.ebba-wrapper .ebba-left-sec .ebba-boutique-btn a:hover{
    background: #000;
    color: #fff;

}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-social{
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-social a:hover svg path{
    fill: #fff !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright{
    padding: 10px 0px;
    padding-top: 20px;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-family: 'Satoshi-Regular';
    font-weight: normal;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright a{
    font-size: 13px;
    line-height: 20px;
    color: #FECB00;
    padding: 0px 10px;
    font-weight: normal;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright a.underline{
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0px;
}

.ebba-wrapper .ebba-left-sec .ebba-footer .text-base{
    color: #575555;
}
.ebba-wrapper .ebba-right-sec{
    width: calc(100% - 340px);
    float: left;
    height: 100vh;
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    transition: width 0.5s;
    float: right;
}
.ebba-wrapper .ebba-right-sec.full{
 width: 100% !important;
}

.ebba-flex{
    display: flex;
    flex-direction: column;
}
.ebba-flex-end{
    justify-content: flex-end;
}

.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner{
    position: relative;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .chat-plus-icon{
    position: absolute;
    right: 15px;
    top: 13px;

}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .chat-plus-icon img{

    width: 18px;
}
.slick-list {
    padding: 0 15% 0 0 !important;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .ebba-seacrh-funnel{
    background:#005293;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    text-align: center;
    float: left;
    padding: 8px;
    position: absolute;
    left: -52px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .ebba-seacrh-funnel img{
    width: 100%;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .ebba-right-seacrh-form-input{
    float: left;
    width: 100%;
    padding-left: 0px;
}

.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input{
    padding: 10px 15px;

    -webkit-appearance: none;
    appearance: none;
    background: #fff; 

    border-radius: 8px; 
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5rem; 
    width:  100% ;
    border-radius: 8px;
    color: #000;
    outline: none;
    padding-right: 40px;
    border:1px solid #0000007e ;
    float: left;
}

.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input::-ms-input-placeholder { /* Edge 12-18 */
  color: #000;
}

.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input::placeholder {
  color: #000;
}

.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.search-button img{
    width: 21px !important;
    display: inline-block;
    margin-top: 2px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form button,.search-button{
 float: right;
 background: #005293;
  /*
   background: linear-gradient(135deg,  rgba(19,50,143,1) 0%,rgba(30,87,153,1) 0%,rgba(129,68,236,1) 100%); 
  */ border-radius: 8px;
 padding: 9px 12px;
 padding-bottom: 8px;
 border:0px;
 cursor: pointer;
 -webkit-appearance: none;
 appearance: none;
 position: absolute;
 right: -53px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll{
 padding: 10px 120px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form{

    padding: 0px 120px;
}
.ebba-wrapper .ebba-right-sec.full .ebba-right-seacrh-form{

    padding: 0px 20vw;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll.scroll{
    overflow: auto;
    max-height: calc(100vh - 65px); 
}
.ebba-wrapper .ebba-right-sec.full .ebba-right-seacrh-scroll {
    padding: 0px 20vw;
}
.ebba-wrapper .ebba-right-sec.full  .ebba-right-seacrh-scroll.scroll{

    padding-right: 19vw;

}
.ebba-wrapper .ebba-right-sec .ebba-right-logo{
    position: absolute;
    top: 2%;
    width: 100%;
    left: 0px;
    z-index: 2;
    text-align: center;
    height: 98%;
    overflow-y: auto;
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo h3{
    color: #fff;
    margin: 5px 0px;
    font-size: 16px;
    font-family: 'Satoshi-Regular';
}
.not-found-page{
    padding-top: 110px;
}
.not-found-page h1{
    color: #fff;

    font-size:76px;

}
.not-found-page p{
    color: #fff;
    margin: 5px 0px;
    font-size: 18px;
    font-family: 'Satoshi-Regular';
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo.hide{
    opacity: 0;
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo img{
    width: 100px;
}
.flex-col{
 flex-direction: column;
}
.flex{ 
    display: flex;
    width: 100%;
}    
.rounded-base, .search-typing div{
    padding: 20px;
    border-radius:6px;
    background-color: #1a1a25;
    color:#fff;
    margin: 5px 0px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;font-family: 'Satoshi-Regular';
    /* display: flex;  */


}
.search-typing div{

    background: none;
    color: #000;
    padding: 10px 0px;
}
.rounded-base.blue{
    /* flex-direction: column; */
    background: linear-gradient(180deg, #2CA9FF 0%, #006BB5 100%);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.10);  /* background: #ececec;*/
    color: #fff; 
    position: relative;
    width: 100%;
    max-width: inherit;
    padding: 15px;
}
.search-text-show .flex{
    width: 100%;
}
.edit-chat-btn{
    position: absolute;
    top: 25px;
    right: 15px;
}
.user-info-you{
    display: block;
    width: 110px;
    font-size: 18px;
    line-height: 44px;
    margin-bottom: 10px;
    font-family: 'Satoshi-Medium';
}
.rounded-base.blue span#search-text {
    padding-top: 10px;
    width: 70%;
    color:#fff;
}
.user-info-you img{
    float: left;
    margin-right: 10px;
}
#content-to-reveal div:first-child{
    max-width: 276px;
}
.ebba-right-seacrh-result .flex .flex-col {

}
.ebba-setting-sec{
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 9;
}
.ebba-setting-sec.mobile {
    display:none;
}
.ebba-setting-sec.desktop {
    display:inherit;
}
.ebba-setting-sec .ebba-setting-sec-inner{
    position: relative;  display:none !important;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-dots-icon{
    width: 5px;
}

.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box{
   display: none;
   border-radius: 8px;
   border: 1px solid #FFF;
   background: rgba(0, 86, 170, 0.9);
   box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
   backdrop-filter: blur(2px);

   width: 260px;
   position: absolute;
   top: 0px;
   right: 10px;
   color: #fff;
   font-family: 'Satoshi-Regular';
   z-index: 999;
   overflow: hidden;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box.show{
    display: block;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-user-info {
    font-size: 14px;
    padding: 10px;padding-top: 35px;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-user-info img{
    float: left;
    margin-right: 10px;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-user-info h3{
    margin: 0px;font-family: 'Satoshi-Regular';
    font-size: 18px;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav{
    display: inline-block;
    width: 100%;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.279);
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li:last-child{
    border-bottom:0px;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li a{
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li a.signout{
   color: #FF5353;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li a img{
    margin-right: 15px;
    float: left;
    width: 22px;
    /* filter: invert();*/
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li a.signout img{
/*filter: invert(0);*/
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-setting-box .ebba-setting-nav ul li a:hover{

    background-color: rgba(255, 255, 255, 0.100);
}
.ebba-search-suggition{
    display: inline-block;
    width: 100%;
    padding: 0px 120px;
    padding-top: 15px;
    margin: 0px -5px;
}
.ebba-right-sec.full .ebba-search-suggition{
    padding: 0px 20vw;
}
.ebba-search-suggition .ebba-search-suggition-box{
  float: left;
  width: 33.33%;
  padding:0px 5px;
  /* padding-top: 10px; */
  padding-bottom: 10px;
  text-align: left; 

}
.ebba-search-suggition .slick-list{padding:0 6% 0 0 !important;}

.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner{
    position: relative;

    border-radius: 8px;
    overflow: hidden;
    line-height: 1px;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner:after{
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner span{
  position: absolute;
  width: 76%;
  color: #fff;
  bottom: 10px;
  left: 10px;
  font-size: 13px;
  line-height: 18px;
  z-index: 2;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner .search-suggest{
    position: absolute;

    color: #fff;
    bottom: 16px;
    right: 20px;
    z-index: 2;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner img{
    width: 100%;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border:0px;
}
.rounded-full {
    border-radius: 9999px;
}
body.open-nav{
    overflow: hidden !important;
    position: fixed;
    left: 80vw;
    transition: right 0.5s;
    top: 0px;
    height: 100%;
    width: 100vw;
}

body.open-nav .ebba-mobile-header{
    background: none;

}
body.open-nav:after{
    background: rgba(255, 255, 255, 0.6);
    content:'';
    width: 100%;
    height: 100%;
    z-index: 1;
    display: inline-block;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
body.open-nav .ebba-right-seacrh-form{
    display: none !important;
}
/*body.open-nav .ebba-wrapper .ebba-right-sec { 
    height: auto !important;
}*/
.main-nav-toggle-icon{

    cursor: pointer; margin-left:10px; margin-top: 14px; 
}

.main-nav-toggle-icon #menu-toggle-icon {
  width: 20px;
  height: 20px;
  position: relative; 
  -webkit-transform:rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.main-nav-toggle-icon #menu-toggle-icon.open {  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.main-nav-toggle-icon #menu-toggle-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.main-nav-toggle-icon #menu-toggle-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 37px;
    margin-left: -8px;

}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.main-nav-toggle-icon #menu-toggle-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
}

.ebba-full-screen-nav{
 position: fixed;
 top: 20px;
 left: 20px;
 cursor: pointer;  z-index: 999;    margin-top: 14px; 
}

.ebba-full-screen-nav #ebba-full-screen {
  width: 20px;
  height: 20px;
  position: relative; 
  -webkit-transform:rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.ebba-full-screen-nav #ebba-full-screen.open {  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ebba-full-screen-nav #ebba-full-screen span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.ebba-full-screen-nav #ebba-full-screen span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.ebba-full-screen-nav #ebba-full-screen span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 37px;
    margin-left: -8px;
}

.ebba-full-screen-nav #ebba-full-screen span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.ebba-full-screen-nav #ebba-full-screen.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
}

.ebba-full-screen-nav #ebba-full-screen.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.ebba-full-screen-nav #ebba-full-screen.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
}

.ebba-mobile-header{
   background:rgba(255, 255, 255, 0.10);
   padding: 10px;
   display: none;
   justify-content: space-between;
   -webkit-border-bottom-right-radius: 18px;
   -webkit-border-bottom-left-radius: 18px;
   -moz-border-radius-bottomright: 18px;
   -moz-border-radius-bottomleft: 18px;
   border-bottom-right-radius: 18px;
   border-bottom-left-radius: 18px;
}
.ebba-mobile-header .ebba-mobile-logo{
 position: absolute;
 width: 100%;
 left: 0px;
 text-align: center;
}
.ebba-mobile-header .ebba-mobile-logo span {
  text-align: center;
  font-family: 'Satoshi-Medium';
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  padding-top: 10px;
  display: inline-block;
}
.ebba-mobile-header .ebba-mobile-logo img{
    width: 90px;
}
.ebba-mobile-header .ebba-mobile-newchat a{
 background: #fff;
 border-radius: 6px;
 padding: 4px 12px;
 color: #000;
 font-family: 'Satoshi-Medium';
 font-size: 11px;
 width: 100%;
 display: inline-block;
 border: #fff solid 2px;
 text-transform: uppercase;
 margin-top: 5px;
}
.ebba-right-seacrh-result{
    position: relative; 
    margin-bottom: 20px;
}
.ebba-right-seacrh-result.show{
    position: relative;
/*    background-image: linear-gradient(rgb(15 18 30 / 100%),rgba(20,19,35,0));*/
background: #fff;
padding: 15px;
border-radius: 8px;
padding-bottom: 0px;
overflow: hidden;
}
.ebba-right-seacrh-result .speaker-btn{
    position: absolute;
    right: 10px;
    top: 10px;
}
#content-to-reveal2{
    padding-top: 10px;
}
.ebba-product-listing,.home-product-slider{
    display: inline-block;
    width:100%;
}
.home-product-slider {
    width: 100%;
}
.product-box{
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(0, 82, 147, 0.04);
    backdrop-filter: blur(2.5px);
    width: 22%;
    padding: 5px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.product-box.show{
    display: inline-block;
}

.product-box .product-yes-no{
 margin-bottom: 10px; 
 display: inline-block;
 width: 100%;
}
.product-box .product-yes-no a{
 display: inline-block;
 width: 46%; 
 color: #000;
 border: 1px solid rgba(0, 0, 0, 0.20);
 background: #FFF;
 padding: 6px;
 border-radius: 5px;
 font-size: 14px;
 margin-top: 5px;
}
.product-box .product-yes-no a.no{
    float: right;
}
.product-box .product-yes-no a.yes{
    float: left;
}
.product-box .product-yes-no a.yes.active{
    color: #fff;
   /*? background: #3fc135;
    border-color: #3fc135;*/
    background: #005293;
}
.product-box .product-yes-no a.no.active{
    color: #fff;
   /* background: #de5a5a;
    border-color: #de5a5a;*/
    background: #de5a5a;
}
.product-box  img {
    height: auto;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.product-box .prduct-img{
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.product-box.brand-box{
    background: none !important;
    border: 0px !important;
}
.product-box.brand-box .prduct-img img{
    width: auto;
    height: 100%;
}

.product-box.brand-box .prduct-img {
    height: 160px;
    overflow: hidden;
    border-radius: 100%;
    margin: 10px auto;
    width: 160px;
    border: 1px solid rgba(0, 0, 0, 0.20);
}
.product-box  .product-content h3{
    margin: 2px 0px;
    font-size: 16px;
    color: #000;
}
.product-box  .product-content p{
    margin: 5px 0px;
    font-size: 14px; color: #000;
}
.product-box  .product-content p.single-line {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.product-box  .product-content .pro-price{
    color: #005293;
    font-family: 'Satoshi-Bold';
    font-size: 16px;
}
.product-box  .product-content a.view-product{
    background: #005293;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
}
.product-box.brand-box .product-content p.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* padding: 0px 10px; */
    height: 37px;
    line-height: 17px;
    font-size: 14px;
}
.product-box.brand-box .product-content a.view-product{
    background: none;
    color: #000;
    padding: 0px;
    text-decoration: underline;
    font-size: 13px;
    font-family: 'Satoshi-Medium';
    text-transform: capitalize;
    margin: 0px;
}
.ebba-sug-tags{
    display: none;
}
.ebba-sug-tags.show{
    display: block;

}
.ebba-sug-tags .ebba-sug-tag{
    font-size: 11px; 
    font-family: 'Satoshi-Regular';
    background: #080615;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 36px;
    border:#9747FF solid 1px;
    color: rgba(255, 255, 255, 0.80);
}
.ebba-sug-tags .ebba-sug-tag span{
    color: #fff; 
}
.ebba-sug-tags .ebba-sug-tag i{
   padding-left: 7px;
   float: right;
   margin-top: 1px;
}
.ebba-app-store-btn{
   width: 36%;
   display: inline-block;
   cursor: pointer;
}
.ebba-qrcode-img img{
    width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
}
.signup-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;z-index: 999;
    display: none;
}
.signup-modal.show{
    display: block;
}
.signup-modal .signup-modal-inner{
    background:transparent;
    color: #fff;
    border-radius: 16px;
    padding:  0px; 
    width: 460px;
    margin: 3vh auto;
    position: relative;
}
.signup-modal .signup-modal-inner .signup-modal-ebba-logo{
    text-align: center;
}
.signup-modal .signup-modal-inner .signup-modal-ebba-logo img{
    width: 120px;
    text-align: center;
}
.signup-modal .signup-modal-inner .signup-modal-ebba-logo  h4{
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin: 10px 0px;font-family: 'Satoshi-Regular';

}

#signin-modal.signup-modal .signup-modal-inner{ 
    margin: 10vh auto;
}
.signup-modal .signup-modal-inner h3{ 
    text-align: center;
    font-size: 38px;font-family: gtsuperdisplayregular;
    margin: 0px;
}
.signup-modal .signup-modal-inner .signup-modal-content p{
    color: #6c6a83;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
}
.signup-modal .signup-modal-inner  .form-card {
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(2.5px);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
}
.signup-modal .signup-modal-inner .signup-modal-field{

    padding: 10px 20px; 
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent; 
    border-radius: 0;
    border:#c5c5ca solid  1px;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    border-radius: 10px;
    outline: none;
    margin-bottom: 15px;
    color: #fff;
}
.signup-modal .signup-modal-inner .signup-modal-btn{
  /*background: linear-gradient(to right, rgba(19,50,143,1) 0%,rgba(10,49,135,1) 0%,rgba(147,70,252,1) 100%);*/
  background-image: linear-gradient(to right, #063083 , #9747FF);
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-family: 'Satoshi-Medium';
  font-size: 16px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  display: inline-block;

  text-transform: uppercase;
}
.signup-modal .signup-modal-inner .signup-modal-close{
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
.signup-modal .signup-modal-inner .signup-modal-close img{
    width: 15px;
    filter: invert();
}

.signup-modal .signup-modal-inner .have-an-account{
    color: #fff;
    font-size: 14px;
    text-align: center;

}
.signup-modal .signup-modal-inner .have-an-account a{
    color: #9747FF;
}
.signup-modal .signup-modal-inner .orline{
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Satoshi-Regular';
    margin-top: 10px;
}
.signup-modal .signup-modal-inner .orline hr{
    width: 100%;
    border-color: rgba(255, 255, 255, 0.5);
}
.signup-modal .signup-modal-inner .orline>p{
    padding-left: 10px;
    padding-right: 10px;
}
.signup-modal .signup-modal-inner .googlediv{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px 18px;
    border-radius: 10px;
    font-family: 'Satoshi-Medium';
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}
.signup-modal .signup-modal-inner .googlediv>a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}
.signup-modal .signup-modal-inner .googlediv>a>img{
    width: 30px;
    margin-right: 15px;
}

.signup-modal-overlay{
    /*background: rgba(9, 10, 15, 1);*/
    background: linear-gradient(108deg, #2E83D8 0%, #FFF 100%);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none; 

}

.signup-modal-overlay-new{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    backdrop-filter: blur(2px);
}
.signup-modal-overlay.show,.signup-modal-overlay-new.show{
    display: block;
}

.settings-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;z-index: 999;
    display: none;
}
.settings-modal.show{
    display: block;
}
.settings-modal .settings-modal-inner{
  background: #fff;
  border-radius: 16px;     width: 350px ;
  margin: 0.5% auto;
  overflow: hidden;
  position: relative; 
}
.settings-modal .settings-modal-inner .settings-modal-header{
    padding: 15px;
    color: #fff;
    background: linear-gradient(5deg, #005293 4.17%, #0061AD 96.07%);
    font-size: 18px;
}
.settings-modal .settings-modal-inner .settings-modal-header .settings-modal-close{
    float: right;
    cursor: pointer;
}
.settings-modal .settings-modal-inner .settings-modal-header .settings-modal-close img{
    filter: invert();
    width: 15px;
}
.settings-modal .settings-modal-inner .settings-modal-footer{
    padding: 15px;
    font-size: 12px;
    text-align: center;
    color: #9747FF;
    font-family: 'Satoshi-Regular';
    font-weight: normal;

}

.settings-modal .settings-modal-inner .settings-modal-footer a {
  font-size: 13px; 
  color: #00599f;
  padding: 0px 10px;
  font-weight: normal;
}
.settings-modal .settings-modal-inner  h3{
    padding: 10px 15px;
    color: #00599f;
    font-family: 'Satoshi-Regular';
    font-size: 18px;
    margin: 0px;
}
.settings-modal .settings-modal-inner .settings-modal-account,.settings-modal .settings-modal-inner .settings-modal-about{
    border-bottom:#E1E1E1 solid 1px;
    padding-bottom: 10px;
}
.settings-modal .settings-modal-inner ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.settings-modal .settings-modal-inner ul li a{
    padding: 8px 20px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 100%;font-family: 'Satoshi-Regular';
}
.settings-modal .settings-modal-inner ul li a span span{
    font-size: 13px;
    display: block;
}
.settings-modal .settings-modal-inner ul li a img{
    margin-right: 15px;
    float: left;
    width: 23px;
}
.settings-modal .settings-modal-inner ul li a.ebba-app-link img{
    width: 16px;

}
.qrcode-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top:0px;z-index: 999;
    display: none;
}
.qrcode-modal.show{
    display: block;
}
.qrcode-modal .qrcode-modal-inner{
 width: 450px;
 margin: 0 auto;
 position: relative;
 text-align: center;
 padding: 0px;
 border-radius: 0px;
 background-image: linear-gradient(139deg, rgba(46, 131, 216, 0.10) 0%, rgba(255, 255, 255, 0.10) 221.35%);
 box-shadow: 0px 0px 20px #0000001a;

 color: #fff;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 /* margin: 15px; */
 height: 100vh;
}
.qrcode-modal .qrcode-modal-inner .qrcode-logo img{  width: 140px;}
.qrcode-modal .qrcode-modal-inner .qrcode-content{
    padding: 30px 0px;
}

.qrcode-modal .qrcode-modal-inner .qrcode-phone{
    /*margin-bottom: -24px;*/
}
.qrcode-modal .qrcode-modal-inner .ebba-qrcode-btn{
    padding-top: 15px;
}
.qrcode-modal .qrcode-modal-inner .ebba-qrcode-btn img{
   width: 120px; 
   margin: 0px 4px;
}
.qrcode-modal .qrcode-modal-inner .qrcode-img img{
    width: 110px; 
    margin-top: 20px;
    filter: invert();
}
.qrcode-modal .qrcode-modal-inner h4{
    width: 60%;
    margin: 0 auto;font-family: 'Satoshi-Regular';
    font-size: 16px;
    margin-bottom: 15px;
}
.qrcode-modal .qrcode-modal-inner h3{
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
} 
.qrcode-modal .qrcode-modal-inner .qrcode-modal-close{
    position: absolute;
    right: 25px;
    top: 45px;
    cursor: pointer;
}
.qrcode-modal .qrcode-modal-inner .qrcode-modal-close img{
    width: 15px;filter: invert();
}
.my-1{
    margin-bottom: 15px;
}
.ebba-thinking{
    font-size: 16px;
    color: #000;
}
.dot-typing {
  position: relative;
  left: -9975px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  animation: dot-typing 1.5s infinite linear;
  display: inline-block;
}

@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
}
16.667% {
    box-shadow: 9984px -10px 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
}
33.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
}
50% {
    box-shadow: 9984px 0 0 0 #000, 9999px -10px 0 0 #000, 10014px 0 0 0 #000;
}
66.667% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
}
83.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px -10px 0 0 #000;
}
100% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
}
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
    padding: 10px 5px;
    padding-top: 0px !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    width: 16%;
}
.woocommerce .ebba-experience-detail-page div.product div.images .flex-control-thumbs li {
    width: 20%;
    clear: inherit !important;
    float: left;
    margin: 0;
    list-style: none;
    padding: 10px 5px;
    padding-top: 0px !important;
}
.woocommerce .ebba-experience-detail-page div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;margin-top: 10px;
    padding: 0;
    float: left;
    width: 100%;
}

.product-detial-content{
        background: #fff;
    padding:  0px;
    border-radius: 12px;
}
.product-detial-content .product-detial-content-box{
    border-bottom: #cdcccc solid 1px;
    padding:30px 20px;
font-size: 16px;
line-height: 1.6;
}
.product-detial-content .product-detial-content-box:last-child{
    border:0px !important;
}
.product-detial-content .product-detial-content-box p{
    font-size: 16px;
line-height: 1.6;
}
.product-detial-content .product-detial-content-box h2{
     font-size: 22px;
    line-height: 24px;
    color: #000 ; 
    margin-top: 0px;
    }
    .product-detial-content .product-detial-content-box h3{
     font-size: 18px;
    line-height: 18px;
    color: #000 ; 
    margin-bottom: 5px;
    }
     .product-detial-content .product-detial-content-box ul {
        width: 100%;
        list-style: none;

padding: 0px; margin:0px;       display: grid;
  grid-template-columns: auto auto;
     }
        .product-detial-content .product-detial-content-box ul li{
             
            padding:5px 20px; 
            line-height: 1.5;
            background: url(images/check-mark-red.png) no-repeat;
               background-size: 12px;
    background-position: 0px 10px;

        }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 60%;
    padding-right: 20px;
}
.single-product div.images .flex-viewport{
    width: 83%;
    float: right;  border-radius: 12px;
    height: 586px !important;
}
.single-product .ebba-experience-detail-page div.images .flex-viewport{
    width: 100%;
    float: inherit;  border-radius: 12px;
    height: inherit !important;
}
 
.single-product .prduct-description p{
    font-size: 16px;
    line-height: 26px;
}
.single-product .prduct-description{
    max-height: 242px;
    overflow: hidden;
}
.single-product .prduct-description.show{
    max-height: inherit;
    padding-bottom: 30px;
}
.single-product .container{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.ebba-inner-right-sec.full .single-product .container{
    width: 70%;
}

.single-product .single-product{
    padding: 40px 0px;
}
.single-product .single-product h2{
   font-size: 30px;
   line-height: 40px; 
}
.single-product .single-product .product-list-inner h2{
    font-size: 16px;
    line-height: 24px;
    color: #000;

}
.woocommerce div.product form.cart .button {
 color: #fff;
 font-weight: normal;
 font-size: 18px; 
 padding: 16px 50px;
 border-radius: 8px;
 background: linear-gradient(5deg, #005293 4.17%, #0061AD 96.07%);

 text-transform: uppercase;
}
.woocommerce ul.products .star-rating{
    display: none !important;
}
.woocommerce .quantity .qty {
   width: 5.631em;
   text-align: center;
   border: 0px;
   background: #F3F3F3;
   border-radius: 4px;
   padding: 13px;
}
.woocommerce .woocommerce-ordering select{
    border: 0px;
    background: #F3F3F3;
    border-radius: 4px;
    padding: 13px;
    padding: 10px 15px;
    border:#fff solid 1px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
   /* color: #858585;
    font-size: 1.25em;*/
    color: #005AA0;
    font-size: 28px;
    font-family: 'Satoshi-Bold';
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    color: #005AA0;
    font-size: 40px;
    text-decoration: none;
    display: block;
}
.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .button,.woocommerce span.onsale{
    display: none;
}
.comment-respond .comment-form textarea, .comment-respond .comment-form input{
    padding: 15px 20px;
}
#learn-press-course #comments{
    display: none !important;
}
.woocommerce ul.products li.product  .product-list-inner{
    background: #fff;
    border-radius: 8px;
    padding: 40px 20px;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;

}

.woocommerce .ebba-experience-sec ul.products li.product  .product-list-inner{
    padding: 0px;
    height: 320px;
    overflow: hidden;
}
 
.woocommerce .ebba-experience-sec  ul.products li.product  .product-list-inner img{
    width: auto !important;
    height: 100% !important;
    max-width: inherit !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the image */
}
.woocommerce ul.products li.product  .product-list-inner:after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content:'';
 background: linear-gradient(to bottom,  rgba(47,131,216,1) 0%,rgba(0,94,168,1) 100%); 
 z-index: 2;
 opacity: 0.9;     backdrop-filter: blur(2px);
 display: none;
}
.woocommerce ul.products li.product  .product-list-inner:hover:after,.woocommerce ul.products li.product  .product-list-inner.show:after{
 display:block; }
.woocommerce ul.products li.product  .product-list-inner .product-list-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: ;
    z-index: 9;
    display: none;
    color: #fff;
    padding: 20px;
}

.woocommerce ul.products li.product  .product-list-inner  .grab-now-btn{
    background: #fff;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    color: #000  !important;
    border-radius: 36px;
    display: inline-block;
    margin-top: 10px;
}
.woocommerce ul.products li.product  .product-list-inner:hover .product-list-content,.woocommerce ul.products li.product  .product-list-inner .product-list-content.show{
    display: block;
}
 
.woocommerce ul.products li.product   h2{
    color: #fff !important;
}
.woocommerce ul.products li.product .product-list-inner  .price{
    font-size: 32px;
    margin-top: 12px;
    display: block;
    color: #fff !important;
}
.woocommerce ul.products li.product  .product-list-inner a{
    text-decoration: none;
    color: #fff !important;
}
.woocommerce ul.products li.product a img{
    margin-bottom: 0px;
    border-radius: 8px;
}
.woocommerce ul.products li.product .hm-buy-btn{
    float: left;
}

.woocommerce .related.products ul.products li.product .product-list-inner
{  
  padding: 50px 10px;
  }

  .woocommerce .ebba-experience-sec .related.products ul.products li.product .product-list-inner {
    padding: 0px;
    height: 295px;
    overflow: hidden;
}
  .woocommerce .related.products ul.products li.product .product-list-inner .product-list-content
{
 
  padding: 10px;
}
.woocommerce  .related.products ul.products li.product .product-list-inner .price
{
  font-size: 22px;
  }
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
   
}
.woocommerce ul.products li.product .hm-buy-btn   a {
    color: #00A839;
    font-size: 14px;
    
    text-decoration: none;
}

.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
    font-size: .857em;
    font-family: 'Satoshi-Bold';
}
.woocommerce ul.products li.product  .hm-buy-btn,.product_meta{
    display: none !important;
}
.inner-page-banner{
    position: relative;
    line-height: 1px;
}

.inner-page-banner img{
    width: 100%;
}
.inner-page-banner:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.inner-page-banner h2{ 
    margin: 0px;
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 20%;
    z-index: 2;
}
.plistcontainer{
    padding: 30px;
}
.inner-page-banner .term-description{ 
     position: absolute;
    left: 30px;
    bottom: 10%;
    z-index: 2;
    line-height: 1.5;
}
.inner-page-banner .term-description p{ 
margin: 10px 0px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    width: 100%;
    }
.product-dtop{
   /* background: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding: 40px 0px;
    margin-bottom: 40px;*/
}
.woocommerce div.product div.images img {
 border-radius: 16px;
 max-width: inherit !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px;
    background-color:transparent;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 10px 15px;
}

.woocommerce div.product div.summary h2{
 color: #282828;
 font-size: 28px;
 line-height: 38px;
 margin: 0px;
/*  min-height: 114px;*/

}
.woocommerce div.product .posted_in a{
  color: #696969;
  text-decoration: none;
  font-size: 18px; 
}
.woocommerce div.product .posted_in,.woocommerce div.product .summary  .price{
    border-bottom: #609DDA solid 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {

    right: 47px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab{
    padding-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: none;
    color: #515151;
    z-index: 2; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 4px;
    color: #515151;
    text-decoration: none;
    background: #FFFFFF;
    font-weight: normal;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    box-shadow: #bcbcbc 0px 0px 5px;
    color: #fff;
    text-decoration: none;
    background: #EA2427;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding: 20px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel p{

    color: #696969;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0px;
    margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {

    border-bottom: 1px solid #c7c7c7;
}
.woocommerce .quantity .qty {
 width: 6em;
 text-align: center;
 padding: 15px;border-radius: 8px;
 border: #059 solid 2px;
}

.single-product .shop_attributes tr th, .single-product .shop_attributes tr td {
    background: none !important;
    border: 0px !important;
    width: 100%;
    display: inline-block;
}
.single-product .shop_attributes {
    border: 0px !important;
}

.single-product .shop_attributes tr th {
    text-align: left;
    width: 80px;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 22px;
    padding-left: 0px;
}

.single-product .shop_attributes .values-attribute.Color p {
    padding: 0px !important;
}

.single-product .shop_attributes .values-attribute.Color span {
    float: left;
    border-radius: 100%;
    margin-right: 15px;
    width: 20px !important;
    height: 20px !important;
    border: #00569a solid 1px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.colors span {
    float: left;
    border-radius: 100%;
    margin-right: 15px;
    width: 15px !important;
    height: 15px !important;
    border: #00569a solid 1px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 3px;
}
.shop_attributes .values-attribute.Color .value {
    color: transparent;
    font-size: 0px;
    display: inline-block;
    cursor: pointer;
}
.shop_attributes .brown {
    background: #A52A2A;
}
.shop_attributes .off-white {
    background: #f5f2d0;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .white {
    background: #fff;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .brown {
    background: #A52A2A;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .black {
    background: #000;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .red {
    background: #ff0000;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .green {
    background: #33CC00;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .blue {
    background: #3333CC;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .yellow {
    background: #FFFF00;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .grey {
    background: #808080;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .pink {
    background: #FFC0CB;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .purple {
    background: #800080;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.shop_attributes .orange {
    background: #FFA500;
    color: transparent;
    font-size: 5px;
    width: 30px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.shop_attributes .black {
    background: #000000;
}

.shop_attributes .grey {
    background: #808080;
}

.shop_attributes .dark-grey {
    background: #A9A9A9;
}

.shop_attributes .ash-grey {
    background: #beb2bb;
}

.shop_attributes .gainsboro {
    background: #DCDCDC;
}

.shop_attributes .blue {
    background: #0000FF;
}

.shop_attributes .light-blue {
    background: #ADD8E6;
}

.shop_attributes .sky-blue {
    background: #87CEEB;
}

.shop_attributes .light-sky-blue {
    background: #87CEFA;
}

.shop_attributes .dark-blue {
    background: #00008B;
}

.shop_attributes .navy {
    background: #000080;
}

.shop_attributes .royal-blue {
    background: #4169E1;
}

.shop_attributes .indigo {
    background: #4B0082;
}

.shop_attributes .pink {
    background: #FFC0CB;
}

.shop_attributes .light-pink {
    background: #FFB6C1;
}

.shop_attributes .hot-pink {
    background: #FF69B4;
}

.shop_attributes .red {
    background: #FF0000;
}

.shop_attributes .dark-red {
    background: #8B0000;
}

.shop_attributes .maroon {
    background: #800000;
}

.shop_attributes .salmon {
    background: #FA8072;
}

.shop_attributes .orange {
    background: #FFA500;
}

.shop_attributes .dark-orange {
    background: #FF8C00;
}

.shop_attributes .gold {
    background: #FFD700;
}

.shop_attributes .green {
    background: #00ff00;
}

.shop_attributes .dark-green {
    background: #006400;
}

.shop_attributes .light-green {
    background: #90EE90;
}

.shop_attributes .sea-green {
    background: #2E8B57;
}

.shop_attributes .dark-sea-green {
    background: #8FBC8F;
}

.shop_attributes .dark-olive-green {
    background: #556B2F;
}

.shop_attributes .yellow-green {
    background: #96CC39;
}

.shop_attributes .metallic-green {
    background: #3B5C0A;
}

.shop_attributes .yellow {
    background: #FFFF00;
}

.shop_attributes .light-yellow {
    background: #FFFFE0;
}

.shop_attributes .lemonchiffon {
    background: #FFFACD;
}

.shop_attributes .khaki {
    background: #F0E68C;
}

.shop_attributes .dark-khaki {
    background: #BDB76B;
}

.shop_attributes .yellow-green {
    background: #9ACD32;
}

.shop_attributes .green-yellow {
    background: #ADFF2F;
}

.shop_attributes .purple {
    background: #800080;
}

.shop_attributes .medium-purple {
    background: #8FBC8F;
}

.shop_attributes .magenta {
    background: #FF00FF;
}

.shop_attributes .dark-magenta {
    background: #8B008B;
}

.shop_attributes .white {
    background: #ffffff;
}

.shop_attributes .snow {
    background: #FFFAFA;
}

.shop_attributes .white-smoke {
    background: #F5F5F5;
}

.shop_attributes .cyan {
    background: #00FFFF;
}

.shop_attributes .light-cyan {
    background: #E0FFFF;
}

.shop_attributes .aqua {
    background: #00FFFF;
}

.shop_attributes .dark-cyan {
    background: #008B8B;
}

.shop_attributes .dark-cyan{
    background: #008B8B;
}
.shop_attributes .pastel-rainbow{
    background: #9ec1cf;
}
.shop_attributes .fuchsia{
    background: #d25895;
}
.shop_attributes .ecru{
    background: #1e201d;
}
.shop_attributes .crewneck{
    background: #f7e6ca;
}
.shop_attributes .beige{
    background: #d5b086;
}
.shop_attributes .olive-green{
    background: #696750;
}
.shop_attributes .sage{
    background: #cebda1;
}
.shop_attributes .avio{
    background: #748191;
}
.shop_attributes .olive{
    background: #6C654B;
}
.shop_attributes .pistacchio{
    background: #979A65;
}
.shop_attributes .arancio{
    background: #fd7234;
}
.shop_attributes .lime-green{
    background: #DCEB82;
}
.shop_attributes .dusty-green{
    background: #C3C4B6;
}
.shop_attributes .light-olive{
    background: #9C9A81;
}
.shop_attributes .sand{
    background: #D1C1AA;
}


.shop_attributes .jade{
    background: #B4C2A1;
}
.shop_attributes .rush-pink{
    background: #FE4682;
}
.shop_attributes .ocean-fog{
    background: #4e6d9b;
}
.shop_attributes .lavender{
    background: #b57edc;
}
.shop_attributes .khaki-gray{
    background: #6a5f31;
}
.shop_attributes .lemon-chiffon{
    background: #fffacd;
}
.shop_attributes .bright-white{
    background: #ffffff;
}
.shop_attributes .silver{
    background: #aaa9ad;
}
.shop_attributes .taupe {
    background: #483c32;
}
.shop_attributes .heather-grey {
    background: #483c32;
}



.single-product .shop_attributes .values-attribute.Size span {
 background: none;
 background-image: none;
 color: #000;
 margin: 3px;
 font-size: 15px;
 cursor: pointer;
 display: inline-block;
 position: relative;
 display: inline-block;
 text-align: center;
 min-width: 55px;
 padding: 8px 5px 5px 5px;
 border: 1px solid #00569a;
 color: black;
 cursor: pointer;
 background-image: linear-gradient(139deg, rgba(46, 131, 216, 0.10) 0%, rgba(255, 255, 255, 0.10) 221.35%);
 font-style: normal;
}


.single-product .shop_attributes .values-attribute.Size span.active,
.single-product .shop_attributes .values-attribute.Size span:hover {
   background: linear-gradient(5deg, #005293 4.17%, #0061AD 96.07%) !important;
   color: #fff !important;
}

.single-product .product-detail-inner {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.single-product .product-detail-inner .flex-control-thumbs li {
    margin-bottom: 15px !important;
}

.tabs.wc-tabs {
    display: none;
}

.values-attribute.Size {
    color: #090a0a;
    font-size: 15px;
    text-transform: uppercase;
}

.single-product .shop_attributes .values-attribute.Color span.active {
    position: relative;
    overflow: hidden;
}
.single-product .shop_attributes .values-attribute.Color span.active:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-product .shop_attributes .values-attribute.Color span.active:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    left: 1px;
    top: 3px;
    text-align: center;
    width: 100%;
}

.woocommerce div.product form.cart .variations {
    display: none;
}

.single-product .ebba-wrapper .ebba-right-sec.ebba-scroll-over{
    overflow: inherit !important;
    height: auto!important;
    width: 100% !important;
}

.woocommerce div.product .woocommerce-tabs{
    background: #fff;
    padding: 20px;
    border-radius: 12px; display: none;
}
.woocommerce div.product .woocommerce-tabs h2{
    margin-top: 0px;
}
body.single-product{
    height: auto !important;
}
.related.products{
    display: inline-block;
    width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li { 
    padding: 10px 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 8px;
}

.slick-track { 
  margin-left: 0;
}


.welcome-text {
 position: absolute;
 left: 0px;
 bottom: 11%;
 width: 100%;
 z-index: 1;
}

.welcome-text.fadeOutUp.hide{
    display: none;
}
.welcome-text  .welcome-text-inner{
    width:76%;
    margin:0px auto;
    background: linear-gradient(to bottom,  rgba(255,255,255,0.32) 0%,rgba(255,255,255,0) 100%);  
    display: block;
    border-radius: 12px;
    padding: 15px;
}
.ebba-wrapper .ebba-right-sec.full .welcome-text .welcome-text-inner {
  width: 61%;
}
.welcome-text p {
    width: 100%;
    font-size: 16px;
    line-height: 24px; 
    background: rgba(255,255,255,0.05);
    padding: 15px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #000; 
    margin: 0px;
    color: #000;
    margin-bottom:8px;
}  



.mobile-bottom-nav {
  position:fixed;
  bottom:-20px;
  width: 100%;
  z-index: 9;
  display: none;
}

.mobile-bottom-nav .Prompt-bg p{ 
    margin-top: 0px;
}
.mobile-bottom-nav .Prompt-bg {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:70px; background: url(images/navigation-bg.png) no-repeat;
  height: 130px;
  background-size: 100%;
  background-position: top center;
}
.mobile-bottom-nav .prompt-ind-1,
.mobile-bottom-nav .prompt-ind-2 {
  text-align:center;
  color:#000; 
  font-size:12px;
  text-decoration:none;
  margin-top:0%;
  z-index:5;

}
.mobile-bottom-nav .prompt-ind-1>img,
.mobile-bottom-nav .prompt-ind-2>img {
  width:28px;
  margin-bottom:0px;
  filter: invert(1) !important;
}
.mobile-bottom-nav .prompt-ind-2 {
  opacity:50%
}
.mobile-bottom-nav .add-btn {
    width: 80px;
    height: 80px;
    margin-top:-7.5rem;
    font-size: 30px;
    border-radius:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background: radial-gradient(ellipse at center,  rgba(0,82,147,1) 1%,rgba(0,25,45,1) 100%); 

    color:#fff;


    margin-left:-11px;
    cursor:pointer;
    z-index:10
}
.mobile-bottom-nav .bottom-res {
  width:300px;
  background:transparent
}
.mobile-bottom-nav .bottom-res>img {
  width:100%;
  opacity:80%;
  background:transparent
}
.related.products{
    /*background: #fff;*/
    padding: 15px;
    border-radius: 16px;
}
.woocommerce-page div.product div.summary {
 width: 40%;
 background: #fff; 
 padding: 15px;
 border-radius: 16px;
 position: relative;
 overflow: hidden;
}
.prduct-description .prduct-description-show-btn{
    position: absolute;
    bottom: 0px;
    text-align: center;
    z-index: 9;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,1) 100%);
    width: 100%;
    padding: 15px;
    left: 0px;

}
.prduct-description .prduct-description-show-btn span{
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
    display: none;
}
.prduct-description .prduct-description-show-btn span.pshow-more.show{
    display: block;
}

.prduct-description .prduct-description-show-btn span.pshow-less{
    display: none;
}
.prduct-description .prduct-description-show-btn span.pshow-less.show{
    display: block;
}
.ebba-inner-right-sec{
    position: relative;
}
.ebba-inner-right-sec .ebba-stor-navigation{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    z-index: 99;
}
.ebba-inner-right-sec .ebba-stor-navigation ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ebba-inner-right-sec .ebba-stor-navigation ul li{
    display: inline-block;
    padding: 0px 15px;
}
.ebba-inner-right-sec .ebba-stor-navigation ul li a{
    color: #fff;
    font-size: 16px;
}

.ebba-store-slider .slick-list {
  padding: 0 !important;
}


.ebba-setting-close img{
    width: 15px;
    filter: invert();
}
.ebba-setting-close{
    float: right;
    margin: 15px;
    cursor: pointer;
}
@media only screen and (min-width:1440px)  {
    .tile { 
        height: 330px;
    }
    .ebba-wrapper .ebba-left-sec .ebba-chat-btn a , .ebba-wrapper .ebba-left-sec .ebba-discover-btn a{
        padding: 14px;
    }
    .ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll{
     padding: 10px 10vw;
 }
 .ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form{

    padding: 0px 10vw;
}
.ebba-wrapper .ebba-right-sec.full .ebba-right-seacrh-form{

    padding: 0px 20vw;
}

.ebba-wrapper .ebba-right-sec.full .ebba-right-seacrh-scroll {
    padding: 0px 20vw;
}
.ebba-wrapper .ebba-right-sec.full .ebba-right-seacrh-scroll.scroll{
    padding-right: 19vw;
}
.ebba-search-suggition{ 
    padding: 0px 10vw; 
}
.ebba-right-sec.full .ebba-search-suggition{
    padding: 0px 20vw;
}
#signin-modal.signup-modal .signup-modal-inner {
  margin: 12vh auto;
}
.signup-modal .signup-modal-inner { 
  margin: 8vh auto; 
}

}

@media only screen and (min-width:1580px) { 
    .ebba-stor-product-sec.ebba-experience-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-img {
    padding: 0px;
    height: 420px;
    overflow: hidden;
}
.ebba-stor-product-banner .ebba-stor-product-banner-content
{
 
  padding-top: 190px;
}
    .woocommerce ul.products li.product .product-list-inner .product-list-content
{ 
  font-size: 22px;
  line-height: 29px;
}
.woocommerce ul.products li.product .product-list-inner .price
{
  font-size: 42px;
}
    .woocommerce ul.products li.product .woocommerce-loop-product__title
{ 
  font-size: 20px;
  line-height: 30px;
}

    .ebba-stor-product-banner .ebba-stor-product-banner-content p
{
  margin: 10px 0px;
  font-size: 21px;
}.ebba-stor-product-banner
    
{
  height: 360px;
}.ebba-stor-product-banner .ebba-stor-product-banner-content h2
{
  margin: 0px;
    margin-top: 0px;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
}
    .ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box h3 {
  
    font-size: 26px; 
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .ebba-stor-product-box-inner .ebba-stor-product-content
{ 
  font-size: 21px;
}
    .ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .price {
    font-size: 36px;
    margin-bottom: 20px;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box {
     
    min-height: 480px;
}
    .pro-category { 
  font-size: 18px;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet p {
     font-size: 20px;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet h2 {
     font-size: 46px;
    line-height: 52px;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner {
     height: 620px;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet p {
    margin: 15px 0px;
    font-size: 22px;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet h2 {
     font-size: 72px;
    line-height: 78px;
}
    .ebba-inner-right-sec .ebba-stor-navigation { 
    padding: 25px; 
}
    .ebba-inner-right-sec .ebba-stor-navigation ul li a { 
    font-size: 20px;
}

 .welcome-text  .welcome-text-inner{
    width:74%; 
}
.ebba-wrapper .ebba-right-sec.full .welcome-text .welcome-text-inner {
  width: 61%;
}
.tile {
  width: 23%;
  height: 330px;
}
.tile-bg > h2 {
 font-size: 20px;
}
.tile-bg > p {
 font-size: 16px;
}

.signup-modal .signup-modal-inner .signup-modal-ebba-logo img {
  width: 150px;
}
.signup-modal .signup-modal-inner .signup-modal-field {
  padding: 15px 20px; 
  font-size: 1.2rem;
}
.signup-modal .signup-modal-inner .signup-modal-btn {
 padding: 18px;
}
.signup-modal .signup-modal-inner .googlediv {
 padding: 13px 18px;
}
.signup-modal .signup-modal-inner{ 
    margin: 12vh auto; 
}
#signin-modal.signup-modal .signup-modal-inner{ 
    margin: 15vh auto;
}
.settings-modal .settings-modal-inner ul li a img {
  margin-right: 15px; 
  width: 28px;
}
.settings-modal .settings-modal-inner ul li a {
  padding: 10px 25px; 
  font-size: 18px;
}
.settings-modal .settings-modal-inner {
   width: 390px;margin: 15vh auto;
}
.settings-modal .settings-modal-inner ul li a span span {
  font-size: 14px;
  display: block;
}
.ebba-qrcode-img img{
     margin-bottom: 20px;

} 
.not-found-page p {
  color: #fff;
  margin: 5px 0px;
  font-size: 28px;
  font-family: 'Satoshi-Regular';
}
.not-found-page h1 {
  color: #fff;
  font-size: 116px;
}
.qrcode-modal .qrcode-modal-inner h3 {
   font-size: 26px;
}
.qrcode-modal .qrcode-modal-inner h4 {
   font-size: 18px;
}

.qrcode-modal .qrcode-modal-inner { 

  width: 550px;
}
.ebba-wrapper .ebba-left-sec {
  width: 360px;
}
.ebba-wrapper .ebba-left-sec .ebba-logo img {
    width: 170px;
}
/*.ebba-wrapper .ebba-left-sec .ebba-logo {
    padding: 90px 20px;
}*/
.ebba-wrapper .ebba-right-sec {
    width: calc(100% - 360px); 
    padding: 15px 0px;
}
.ebba-inner-right-sec {
  width: calc(100% - 360px);
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form ,.ebba-search-suggition,
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll {
    padding: 10px 12rem;
}

.ebba-wrapper .ebba-left-sec .ebba-about p {
    font-size: 16px;
    line-height: 23px;
}
.ebba-wrapper .ebba-left-sec .ebba-about h3 {
 font-size: 28px;
}
.ebba-wrapper .ebba-left-sec .ebba-chat-btn a , .ebba-wrapper .ebba-left-sec .ebba-discover-btn a{

    padding: 15px; 
    font-size: 20px; 
}
.ebba-wrapper .ebba-left-sec .ebba-boutique-btn a { 
    padding: 18px; 
    font-size: 20px;

}
.rounded-base, .search-typing div { 
    font-size: 18px;
    margin-bottom: 12px;
}
#content-to-reveal div:first-child {
    max-width: 312px;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner span {
 font-size: 16px;
 line-height: 22px;
}
.product-box .prduct-img {
  height: 210px;
}

.ebba-sug-tags .ebba-sug-tag {
  font-size: 14px; 
  padding: 8px 15px; 
  letter-spacing: 1px;
}
}
@media only screen and (min-width:1780px) { 
.ebba-stor-product-banner .ebba-stor-product-banner-content
{
 
  padding-top: 230px;
}
    .ebba-stor-product-banner
    
{
  height: 400px;
}
    .tile { 
        height: 395px;
    }
    .tile-bg > p {
        font-size: 18px;
    }
    .tile-bg > h2 {
        font-size: 23px;
    }

    .product-box .prduct-img {
      height: 260px;
  }
  .ebba-wrapper .ebba-left-sec {
      width: 390px;
  } 
  .ebba-wrapper .ebba-right-sec {
    width: calc(100% - 390px); 
    padding: 15px 0px;
}
.ebba-inner-right-sec {
  width: calc(100% - 390px);
}
.ebba-wrapper .ebba-left-sec .ebba-about p {
    font-size: 18px;
    line-height: 25px;
}
.ebba-wrapper .ebba-left-sec .ebba-logo {
  padding: 60px 20px;
}
.ebba-wrapper .ebba-left-sec .ebba-about {
  padding: 40px 0px;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright {
  font-size: 16px;
  line-height: 26px; 
  padding: 10px;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-copyright a{
 font-size: 17px;
 line-height: 26px;
}

}
@media only screen and (min-width: 1025px) and (max-width:1290px) {
.tile {
  width: 29%;
  height: 280px;
  }
}
@media only screen and (min-width: 651px) and (max-width:1024px) {
    .tile {
  width: 29%;height: 290px;
}
    .product-box.brand-box .prduct-img {
  height: 145px; 
  width: 145px;
}
.product-box .product-content h3 {
 
  font-size: 12px; 
  line-height: 1.3;
}
.ebba-store-slider .ebba-store-slide{
    height: auto ;
}
body.open-nav { 
  left: 45vw;
}
    .ebba-wrapper .ebba-left-sec{
        position: fixed;
        left: -100vw;
        top: 0px;
        width: 45vw;
        z-index: 9; transition: left 0.5s; 
    }
    .ebba-wrapper .ebba-left-sec.show{
        left: 0px;
    }
    .ebba-wrapper .ebba-right-sec {
        width: 100% ;
        float: left;
        height: calc(100vh - 86px);
        padding: 15px 0px;
        position: relative;
        overflow: hidden;
    }
    .ebba-inner-right-sec {
      width:  100%  ;
  }
  .ebba-search-suggition .ebba-search-suggition-box {
      float: left;
      width: 50%;

  }
  .ebba-search-suggition .ebba-search-suggition-box:last-child{
    display: none;
}
.ebba-mobile-header{
    display: flex;
}
.ebba-full-screen-nav{
    display: none!important;
}
/*html{
    background: rgb(8, 8, 32);
}
 */
  .ebba-wrapper .ebba-left-sec.show {
    left: 0px;
    background: linear-gradient(108deg, #2E83D8 0%, #C5DDF3 100%);
  }
  body.open-nav {
    background: #4B95DD;
  }
}
  .store-main-nav-toggle-icon,.ebba-store-slide-img-mobile,.ebba-logo-mobile{
        display: none !important;
}
@media only screen and (max-width: 650px) {
    body.open-nav .mobile-bottom-nav,body.store-open-nav .mobile-bottom-nav{
        display: none !important;
    }

    .inner-page-banner .term-description p
{
  margin: 5px 0px;
  font-size: 16px; 
  width: 80%;
}
.inner-page-banner h2
{
  margin: 0px;
  font-size: 26px;
  line-height: 39px;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 49%;
  z-index: 2;
}
    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product
{
  width: 100%;
  float: left;
  clear: both;
  margin: 0 0 1.2em;
}
.ebba-logo-mobile{
display: block !important;
text-align: center;
padding-top: 30px;
} 
.ebba-logo-mobile img {
  width: 130px;
}
    .store-main-nav-toggle-icon{
position: absolute;
    top: -44px;
    right: 20px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 14px;
    display: block !important;
    z-index: 999;
}

.store-main-nav-toggle-icon #store-menu-toggle-icon {
  width: 20px;
  height: 20px;
  position: relative; 
  -webkit-transform:rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 9;
}
.store-main-nav-toggle-icon #store-menu-toggle-icon.open {  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.store-main-nav-toggle-icon #store-menu-toggle-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background:#fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.store-main-nav-toggle-icon #store-menu-toggle-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.store-main-nav-toggle-icon #store-menu-toggle-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 37px;
    margin-left: -8px;

}

.store-main-nav-toggle-icon #store-menu-toggle-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.store-main-nav-toggle-icon #store-menu-toggle-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
}

.store-main-nav-toggle-icon #store-menu-toggle-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.store-main-nav-toggle-icon #store-menu-toggle-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 3px;
}
    .ebba-inner-right-sec .ebba-stor-navigation {
 background: linear-gradient(108deg, #2E83D8 0%, #C5DDF3 100%);
  z-index: 99;
  overflow-y: auto;
position: fixed;
    right: -100vw;
    top: 0px;
    width: 80vw;
    z-index: 9;
    transition: right 0.5s;
    -webkit-border-top-left-radius: 26px;
  -webkit-border-bottom-left-radius: 26px;
  -moz-border-radius-topleft: 26px;
  -moz-border-radius-bottomleft: 26px;
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
  height: 100%;
    left: inherit;
  
    height: 100%;
}
  .ebba-inner-right-sec .ebba-stor-navigation.show{
    right: 0px;
}
.single-product .single-product {
  padding:  0px;
}
body.store-open-nav {
  overflow: hidden !important;
  position: fixed;
  right: 80vw;
  transition: right 0.5s;
  top: 0px;
  height: 100%;background: #4B95DD;
  width: 100vw;
}   .ebba-inner-right-sec .ebba-stor-navigation ul{
    padding-top: 50px;
}
    .ebba-inner-right-sec .ebba-stor-navigation ul li{
        width: 100%;
        display: block;
        padding: 10px 0px;
    }
    .ebba-inner-right-sec .ebba-stor-navigation ul li a { 
  font-size: 18px;
  color:#fff;
}
    .ebba-store-slider .ebba-store-slide{
        height: auto ;
    }
    .ebba-store-slide-img-desktop{
        display: none!important;
}
.ebba-store-slide-img-mobile{
        display: block!important;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet p {
  margin: 10px auto;
  font-size: 14px;  
  width: 70%;
}
    .ebba-inner-right-sec .ebba-stor-page .ebba-store-slider .ebba-store-slide-contnet h2 {
   font-size: 36px;
  line-height: 46px;padding: 0px 30px;
}
    .single-product div.images .flex-viewport{
        height: inherit !important;
        width: 100%;
    }
    .woocommerce div.product div.images .flex-control-thumbs {
     width: 100%;
 }
 .woocommerce div.product div.images .flex-control-thumbs li {
  padding:  5px !important;
  width: 25%;
}
.single-product  .ebba-mobile-logo{
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 100%;
  padding-right: 0px;
}
.woocommerce-page div.product div.summary {
  width: 100%; 
}
.single-product .container {

  display: block; 
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

  min-height: inherit;
  margin: 0 0 1.5em;
}
.woocommerce ul.products li.product .product-list-inner
{ 
  padding: 40px 5px;
  }
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet {

  width: 90%;
}
.ebba-inner-right-sec{
 padding-bottom: 160px;
 padding-top: 20px;
}
.ebba-inner-right-sec .ebba-stor-page{
    margin-top: -75px;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner {
 height: 420px;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet .ebba-stor-banner-btn {
 font-size: 14px;
 padding: 9px 15px;
 border-radius: 8px;
 margin-top: 15px;
 display: inline-block;
 width: 200px;
 text-align: center;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet p {
 font-size: 15px;
 width: 80%;
}
.ebba-inner-right-sec .ebba-stor-page .ebba-stor-banner .ebba-stor-banner-contnet h2 {
 font-size: 26px;
 line-height: 40px;
}
.ebba-stor-product-sec .ebba-stor-product-inner h2 {
 font-size: 24px;
}
.ebba-stor-product-banner .ebba-stor-product-banner-content p
{
  margin: 5px 0px;
  font-size: 16px;
   }
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box .price {
  font-size: 14px;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box h3 {
 margin-top: 5px;
 font-size: 13px;
 padding-right: 0px;
 line-height: 18px;
}
.ebba-stor-product-sec .ebba-stor-product-listing .ebba-stor-product-box {
  float: left;
  width: 50%;
  padding: 5px;
  min-height: 320px;
}
.ebba-stor-product-sec .ebba-stor-product-listing {
  margin: 0px -5px;
  padding: 0px !important;
  padding-bottom: 20px !important;
}
.ebba-stor-product-sec .ebba-stor-product-listing .slick-list
{
  padding: 0 15% 0 15% !important;
}
.new-chat-btn{
    margin: 0px 5px;
}
.ebba-inner-right-sec {
  width: 100%;
  float: right;
}
.ebba-wrapper .ebba-left-sec .ebba-about {
  padding: 0px;
}
.ebba-wrapper .ebba-left-sec .ebba-footer .ebba-footer-social {
  
  padding-top:  0px;
}
.ebba-wrapper .ebba-left-sec .ebba-chat-btn a,.ebba-wrapper .ebba-left-sec .ebba-discover-btn a {
 
  padding: 10px; 
  font-size: 13px;
  width: 100%; 
  margin-bottom: 5px;
}
.ebba-wrapper .ebba-left-sec .ebba-rght-btn div {
 
  float: left;
  padding:  5px;
}
.head2{display: none;}
.welcome-text .welcome-text-inner {
  width: 98%;
}
.mobile-bottom-nav{
    display: block;
}
.welcome-text {

    bottom: 46px !important;
    position: fixed !important;
}
.single-product .container {
    width: 100%;
    margin: 0px auto;
}
.ebba-wrapper .ebba-right-sec {
    overflow-y: scroll!important;
}
.ebba-setting-sec {
  right: 20px;
  top: 20px;
}
.ebba-mobile-newchat {
  position: relative;
  right: 30px;
}
.ebba-setting-sec.mobile {
    display:inherit;
}
.ebba-setting-sec.desktop {
    display:none;
}
.signup-modal .signup-modal-inner .signup-modal-ebba-logo h4 {

  margin: 10px auto; 
  width: 52%;
}
.signup-modal-overlay::after {
  width: 600px;  
  left: -30vw; 
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form input {

  font-size: 0.8rem; 
  padding-right: 38px; 
  width: calc(100% - 54px);
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .chat-plus-icon {
  position: absolute;
  right: 62px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form button, .search-button {

  position: static;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form .ebba-right-seacrh-form-inner .ebba-seacrh-funnel{
    display: none;
}
.ebba-setting-sec .ebba-setting-sec-inner .ebba-dots-icon {
  width: 3px;
}
.settings-modal .settings-modal-inner { 
  width: 90%;
  margin: 5% auto;
}
.ebba-full-screen-nav{
    display: none;
}
.signup-modal .signup-modal-inner .form-card {
  padding: 20px;
  border-radius: 16px;
  margin:10px 0px;
}
.signup-modal .signup-modal-inner h3 { 
  font-size: 30px;
}
.signup-modal .signup-modal-inner .signup-modal-content p { 
  font-size: 14px; 
}

.ebba-wrapper .ebba-left-sec{
    position: fixed;
    left: -100vw;
    top: 0px;
    width: 80vw; 
    overflow: auto;
    z-index: 99; transition: left 0.5s; 
}
.ebba-wrapper .ebba-left-sec.show{
    left: 0px;
    
}
.ebba-wrapper .ebba-right-sec {
    width: 100%;
    float: left;
    /*height: calc(100vh - 160px);*/
    height: 91%;
    padding: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    overflow-y: hidden;
    padding-bottom: 0px;
    position: fixed;
    top: 0px;
}
.ebba-search-suggition .ebba-search-suggition-box {
    float: left;
    width: 100%;
    padding: 5px  ;
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo {
    position: absolute;
    top: 8%;
}
.ebba-wrapper .ebba-right-sec .ebba-right-logo img {
    width: 60px;
}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner span { 
    font-size: 16px;
}
.ebba-mobile-header{
    display: flex;
    background:none;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-form ,.ebba-search-suggition{
    padding: 0px 15px;
}
.ebba-search-suggition img{
    width: 100% !important;
}
.ebba-right-seacrh-form{
    position: fixed;
    width: 100%;
    bottom: 5px;left: 0px;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll {
    padding: 10px  15px;
}
.product-box {
    display: none;
    width: 100%;
    text-align: center;
    float: left;
    margin: 0px;
    margin-bottom: 15px;
}
    /*.rounded-base, .search-typing div { 
        max-width: 86%;
    }*/
    .ebba-sug-tags .ebba-sug-tag {
       font-size: 11px;
       padding: 6px 10px;
       margin-right: 3px;
       margin-bottom: 5px; 
       line-height: 10px;
       letter-spacing: 1px;
   }
   .ebba-sug-tags .ebba-sug-tag  i img{
    width: 8px;
}
.signup-modal .signup-modal-inner { 
 width: 86%;
 margin: 10vh auto;
}
#signin-modal.signup-modal .signup-modal-inner {
  margin: 20vh auto;
}
.ebba-wrapper .ebba-right-sec .ebba-right-seacrh-scroll.scroll {
  overflow: auto;
  max-height: calc(100vh - 130px);

}
.ebba-search-suggition .ebba-search-suggition-box .ebba-search-suggition-box-inner {
   height: 120px;
}
.qrcode-modal .qrcode-modal-inner { 
  width: 90%;

}
.qrcode-modal .qrcode-modal-inner .qrcode-content{
    padding-top: 120px;

}
.qrcode-modal .qrcode-modal-inner h4 {
  width: 90%; 
  font-size: 14px; 
}
.qrcode-modal .qrcode-modal-inner h3 { 
  font-size: 16px;
  margin-top: 5px;
}
.product-box{
    max-width: inherit !important;
    margin: 5px;
}
.ebba-product-listing {
    display: inline-block;
    width: 100%;
    overflow: hidden !important;
}


.flex {
  display: block;
}
.search-text-show.flex, .search-text-show.flex  .flex{
  display: flex;
}

.ebba-sug-tags .ebba-sug-tag:last-child{
    display: none !important;
}
.rounded-base.blue span#search-text {
  width: 55%;
}
.suggest {
  padding:20px 10px;
  padding-bottom: 90px;
}
.tile {
    width: 47%;
    margin: 4px 5px;
}
body.open-nav{background: #4B95DD;}
.woocommerce div.product div.summary h2 {
  color: #282828;
  font-size: 24px;
    line-height: 35px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
 color: #000;
font-size: 26px;
    margin-top: 20px !important;
}
.woocommerce div.product .posted_in, .woocommerce div.product .summary .price {
 padding-bottom: 5px;
 margin-bottom: 5px;
 margin-top: 0px;
}
.woocommerce table.shop_attributes th{
    padding: 0px;
}
}
