:root {
    /*--color-1: #00ff66; <-- This is the color set by the theme */

    /* This is the fallback color incase the theme's one is not available */
    --color-1-fb: #00ff66;
}

.store-header {
    background-color: var(--color-1, --color-1-fb);
}

.store-categories {
    background-color: #7affd3;
}

/* Remove weird loading artifacts */

.woocommerce #theme-shophere-pro a.button.loading{
    padding-left: 0;
    padding-right: 0;
}

.woocommerce #theme-shophere-pro a.button.loading::after{
    content: "";
    background-color: transparent;

    top: 0;
    right: 0;
}

.woocommerce .theme-shophere-pro .products{
    margin: 0;
}

/* END: Remove weird loading artifacts */

/*.store-products {*/
/*    background-color: #bdffeb;*/
/*}*/

/*.store-footer {*/
/*    background-color: #8be6ca;*/
/*}*/

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none !important;
}

.bg-main-color {
    background: var(--color-1, --color-1-fb) !important;
}

.text-main-color {
    color: var(--color-1, --color-1-fb) !important;
}

/* Commented because this causes links in the cart element to appear in the requested color. */
/* a{
    color: var(--color-1, --color-1-fb) !important;
} */
.border-main-color {
    border-color: var(--color-1, --color-1-fb) !important;
}

nav.navbar.theme-shophere-pro-header {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    padding: 25px 0;
}

.navbar-toggler{
    background-color: white;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    color: var(--color-1, --color-1-fb);
}

.navbar-toggler:hover{
    background-color: var(--color-1, --color-1-fb);
    color: white !important;
}

.navbar-toggler i{
    line-height: 24px;
}

.theme-nav-search .input-group-text {
    background: var(--color-1, --color-1-fb) !important;
    border: none;
    padding: 14px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    color: #fff;
}

.theme-nav-search input {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 20px !important;
    border-color: #DDDDDD !important;
    color: #333333 !important;
}

.product-search-btn{
    cursor: pointer;
}

.theme-nav-cart-icon i {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

.shopping-cart-wrapper a > .ic-cart {
    border: none !important;
}

.shopping-cart-wrapper a > .cart-number {
    top: inherit;
    right: 4px;
    bottom: 0;
}

.shopping-cart-wrapper a > .cart-number {
    background: var(--color-1, --color-1-fb) !important;
}

.shopping-cart-wrapper:hover a > .ic-cart {
    background: no-repeat !important;
    color: var(--color-1, --color-1-fb) !important;
}

.theme-nav-profile-icon i {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    color: #333333 !important;
}

.category-view.shophere-theme-slide-bar h5 {
    background: var(--color-1, --color-1-fb);
    padding: 12px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border-top-right-radius: 1px;
}

.category-view.shophere-theme-slide-bar ul.store-header-categories a:hover {
    color: var(--color-1, --color-1-fb) !important;
}

.category-view.shophere-theme-slide-bar {
    background: #FFFFFF;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    min-height: 463px;
}

.store-banner-view {
    overflow: hidden;
    border-radius: 15px;
}

.store-header-delivery-notice {
    border-radius: 20px;
}

.category-view.shophere-theme-slide-bar ul.store-header-categories {
    max-height: 380px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
    /*min-height: 380px;*/
}

.category-view.shophere-theme-slide-bar h5:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #178e00;
    bottom: 0;
    content: '';
    left: -15px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.category-view.shophere-theme-slide-bar h5:before {
    background: #38a822;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    border-top-left-radius: 10px;
}

.shophere-theme-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 35px;
}

.shophere-theme-scroll::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background: whitesmoke;
    border-radius: 35px;
}

.shophere-theme-scroll::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background: #dadada !important;
}

.shophere-theme-title:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background-color: var(--color-1, --color-1-fb);
    /* background: #38a822; */
    left: 0;
    bottom: -10px;
    border-radius: 50px;
}

.categorie-single-img {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
}


h6.store-products-item-title {
    min-height: 41px;
}
.categorie-single-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2;
}

.categorie-single-img h5 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    /* bottom: 6px; */
    /* left: 0; */
    /* right: 0; */
}

.categorie-single-img.categorie-single-imageless {
    /* background: #38a822; */
    background-color: var(--color-1, --color-1-fb);
}

.categorie-single-img.categorie-single-imageless:after {
    display: none;
}

.store-products-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.store-products-item-bottom{
    min-height: 85px;
}

.store-products-item-img {
    /* height: 250px; */
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #F4F8FC;
    border-radius: 15px;
}

.woocommerce div.product div.images div.woocommerce-product-gallery__image:nth-child(n+2){
    width: 100%;
}

.single-product blockquote::after,
.single-product blockquote::before{
    border-color: var(--color-1, --color-1-fb);
    color: var(--color-1, --color-1-fb);
}

.store_themes_add_to_cart_button{
    background: var(--color-1, --color-1-fb) !important;
    /* background: var(--color-1, --color-1-fb) !important; */
    border-radius: 15px !important;
    transition: all ease 0.5s;
    color: #ffffff !important;
}

.woocommerce .store-products-item a.store_themes_add_to_cart_button{
    color: white;
    padding: 15px;
    line-height: 20px;
    font-size: 12px;
}

a.added_to_cart {
    display: none;
}

.dokan-pagination-container li.active a {
    background: var(--color-1, --color-1-fb) !important;
    border: none !important;
    color: #ffffff !important;
}

.dokan-pagination-container li a {
    border-radius: 7px !important;
    border: none !important;
    background-color: var(--color-1, --color-1-fb) !important;
}

.after-loop-wrapper .woocommerce-pagination .page-numbers{
    min-width: 36px;
    padding: 0 3px 0 3px;
    margin: 0 5px 0 5px;
    line-height: 32px;
}

.woocommerce .after-loop-wrapper nav.woocommerce-pagination ul li a:hover{
    border-color: var(--color-1, --color-1-fb);
}

.woocommerce .after-loop-wrapper nav.woocommerce-pagination ul li span.current{
    border-color: var(--color-1, --color-1-fb);
}

.woocommerce .after-loop-wrapper nav.woocommerce-pagination ul.page-numbers{
    border: none;
}

.woocommerce .after-loop-wrapper nav.woocommerce-pagination ul li{
    border: none;
}

.col-sort-dropdown{
    text-align: right;
}

.woocommerce form.woocommerce-ordering{
    margin: 0;
}

.shophere-theme-dropdown .dropdown-menu {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    border: none;
    max-height: 250px;
    overflow: auto;
}

.shophere-theme-dropdown .dropdown-item:active {
    background-color: #38a822;
}

.shophere-theme-dropdown a#dropdownMenuLink, a#orderbyDropdownMenuLink {
    font-size: 16px;
    background: no-repeat;
    border: none;
    color: var(--color-1, --color-1-fb);
}

.shophere-theme-footer-bannner-img {
    width: 100%;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.footer-social i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 10px;
    color: #fff;
    background: var(--color-1, --color-1-fb);
}

.footer-social a{
    color: var(--color-1, --color-1-fb);
}

ul.footer-social i.fa.fa-facebook-f {
    background: #4267b2;
}

i.fab.fa-instagram {
    background: #c200d0;
}

i.fab.fa-twitter {
    background: #5eaade;
}

i.fab.fa-linkedin-in {
    background: #0077b5;
}

.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-nav i {
    width: 30px;
    height: 30px;
    background-color: var(--color-1, --color-1-fb);
    /* background: #38a822; */
    border-radius: 8px;
    margin: 0 5px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

/*.add_to_cart_button:hover {*/
.store_themes_add_to_cart_button:hover{
    background: #000000bd !important;
}

.woocommerce .store-products-item a.store_themes_add_to_cart_button:hover{
    color: white;
}

button:focus {
    outline: none;
}

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

button.single_add_to_cart_button.button.alt {
    background: var(--color-1, --color-1-fb) !important;
    border-radius: 15px !important;
    transition: all ease 0.5s;
}

button.single_add_to_cart_button.button.alt:hover {
    background: #000000bd !important;
}

span.wc-product-of-stock{
	position: absolute;
    background: #989898;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    top: 5px;
    right: 20px;
}

span.wc-product-on-sale{
	position: absolute;
    background: var(--color-1, --color-1-fb) !important;;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    top: 5px;
    right: 20px;
}
/*------------Responsive------------*/



@media screen and (max-width: 1920px) and (min-width: 1560px) {



}


@media only screen and (max-width: 1400px) {



}




@media only screen and (max-width: 1366px) {



}



@media only screen and (max-width: 1200px) {




}

@media only screen and (max-width: 1279px) {

    #main > .page-container, .container {
        padding-right: 15px;
        padding-left: 15px;
    }


}





@media only screen and (max-width: 1024px) {




}





@media only screen and (max-width: 990px) {




}





@media only screen and (max-width: 768px) {




}






@media only screen and (max-width: 767px) {


    .category-view.shophere-theme-slide-bar {
        display: none;
    }
    h6.store-products-item-title {
        min-height: 44px;
    }
    .shopping-cart-wrapper a > .ic-cart {
        font-size: 24px;
    }

    .shopping-cart-wrapper i {
        font-size: 24px;
        color: #333333 !important;
    }
    nav.navbar.theme-shophere-pro-header {
        padding: 15px 0;
    }

}






@media only screen and (max-width: 500px) {




}





@media only screen and (max-width: 350px) {




}
