/* General /

.title {
    font-size: 2.5rem;
}

/* preloader */

.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3, .bounce-loader .bounce4 {
    background-color: #6bbf2a;
}

.bounce-loader .bounce3 {
    border: 3px solid #6bbf2a;
}


/* Header middle */ 

.header-middle {
    background: #6BBF2A;
    background: -moz-linear-gradient(-45deg, #6BBF2A 2%, #0A9929 50%, #FFC20F 100%);
    background: -webkit-linear-gradient(-45deg, #6BBF2A 2%,#0A9929 50%,#FFC20F 100%);
    background: linear-gradient(135deg, #6BBF2A 2%,#0A9929 50%,#FFC20F 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BBF2A', endColorstr='#FFC20F',GradientType=1 );
}

.header-search .input-wrapper {
    display: flex;
    position: relative;
}

*, ::after, ::before {
    box-sizing: inherit;
}

.header-search.hs-simple {
    max-width: 45rem;
    width: 100%;
}

.header-search .input-wrapper {
    display: flex;
    position: relative;
}

.header-search.hs-simple .btn {
    font-size: 2rem;
    min-width: 6.5rem !important;
}

.header-search.hs-simple .btn-search {
    position: absolute;
    background: transparent;
    color: #333;
    min-width: 43px;
    height: 100%;
    border-radius: 25px;
    right: 0;
}

.header-middle {
    color: #fff;
}
.cart-dropdown .cart-price {
    color: #fff;
}

.cart-dropdown .cart-count {
    color: #fff;
}

.cart-dropdown .minicart-icon {
    color: #fff;
}

.cart-dropdown:hover .minicart-icon {
    background: #ffffff;
}

.cart-dropdown:hover .cart-count {
    color: #000;
}

.login:hover {
    color: #fff;
}

.dropdown:hover>a, .dropdown.show>a {
    color: #fff;
}

/**** Header bottom */

.category-dropdown>a {
    background: #6BBF2A;
}


.menu li:hover>a:not(.menu-title), .menu .active>a:not(.menu-title) {
    color: #6BBF2A;
}

.header-bottom .d-flex .mr-4 a:hover {
    color: #6bbf2a;
}

.header-bottom .d-flex .mr-4 i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: middle;
}


/* Vertical menu */

.cat-icons{
    vertical-align: middle;
    margin-right:10px;
}

.banner.banner-fixed.overlay-zoom.overlay-dark {
    margin-top: 280px;
}

/* Beneficii */

.home .service-list .icon-box-icon {
    color: #fff;
}

.home .service-list .icon-box-icon:before{
    background: #6BBF2A;
    background: -moz-linear-gradient(-45deg, #B4D133 2%, #6BBF2A 50%, #0A9929 100%);
    background: -webkit-linear-gradient( 
-45deg
 , #B4D133 2%,#6BBF2A 50%,#0A9929 100%);
    background: linear-gradient( 
135deg
 , #B4D133 2%,#6BBF2A 50%,#0A9929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BBF2A', endColorstr='#0A9929',GradientType=1 );
    border-radius: 100px;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: block;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
}


/* slider homepage */


.intro-slider .banner img {
    object-position: 0px 0px;
}

@media only screen and (max-width: 768px) {
    .intro-slider .banner img {
        height: 350px;
        object-fit: cover;
    }

    .intro-slider .owl-stage-outer {
        height: 350px;
    }

    .intro-slider.animation-slider.owl-carousel.owl-theme.owl-dot-inner.owl-loaded.owl-drag {
        margin-top: 15px;
    }

}

@media only screen and (max-width: 600px) {
    .intro-slider .banner img {
        height: 280px;
        object-fit: cover;
    }

    .intro-slider .owl-stage-outer {
        height: 280px;
    }

    .intro-slider.animation-slider.owl-carousel.owl-theme.owl-dot-inner.owl-loaded.owl-drag {
        margin-top: 15px;
    }

}



.owl-theme .owl-dots .owl-dot.active span {
    background-color: #6bbf2a;
    border-color: #6bbf2a;
}

@media only screen and (max-width: 414px) {
    .intro-slider .banner img {
        height: 180px;
        object-fit: cover;
    }

    .intro-slider .owl-stage-outer {
        height: 180px;
    }

    .intro-slider.animation-slider.owl-carousel.owl-theme.owl-dot-inner.owl-loaded.owl-drag {
        margin-top: 15px;
    }

}

/* newsletter section */

.banner-cta {
    display: flex;
    justify-content: center;
    padding: 4.5rem 6%;
}

.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}


.mb-7 {
    margin-bottom: 3.5rem !important;
}


.text-center {
    text-align: center !important;
}

.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}

.banner-subtitle {
    letter-spacing: -.025em;
    line-height: 1;
}

.ls-s {
    letter-spacing: -.01em !important;
}

.banner-cta .banner-title {
    font-size: 3.6rem;
}

.banner-title, .banner-price-info {
    line-height: 1;
}

.banner-cta p {
    margin-bottom: 1.8rem;
    font-size: 1.6em;
    line-height: 1;
}

.text-dark {
    color: #222 !important;
}

font-primary {
    font-family: Poppins,sans-serif !important;
}

.banner-cta .input-wrapper {
    height: 50px;
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 40px;
}

.banner-cta .input-wrapper .form-control {
    padding: 1rem 1.5rem;
    height: 5rem;
    background: #fff;
    color: #666;
    border: 2px solid #fff;
    border-radius: 24px 0 0 24px;
    width: 38rem;
}

.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem;
}

.form-control {
    display: block;
    width: 100%;
    min-height: 4rem;
    padding: .85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
    font-family: "Open Sans",sans-serif;
}

.banner-cta .input-wrapper .btn {
    padding: 1em 2.7em;
    border-radius: 0 24px 24px 0;
    height: 5rem;
}

.input-wrapper-inline .btn {
    line-height: 1;
}


.btn-dark {
    color: #fff;
    border-color: #222;
    background-color: #222;
}


/* Devino client Restart Energy */

a.btn.rounded-red-btn {
    border-radius: 30px !important;
    background-color: #F40018;
    border-color: #F40018;
    color: #fff;
}

a.btn.rounded-red-btn:hover {
    background-color: #6BBF2A !important;
    border-color: #6BBF2A !important;
}

span.d-inline-block.font-weight-normal {
    line-height: 2.5rem;
}

.product-wrapper .banner-content {
    padding: 0 7.9%;
}

@media only screen and (max-width: 600px) {
    .banner.col-12.overlay-dark.banner-devino-client {
        min-height: 350px;
    }
}



/* Big product */ 
.btn-product {
    background-color: #6bbf2a;
}

.btn-product-icon:hover {
    border-color: #6bbf2a;
    color: #fff;
    background-color: #6bbf2a;
}

h3.product-name {
    padding: 0px 20px;
}

.product-price .new-price {
    margin-right:0px;
}

.product-price .new-price {
    margin-right: 0px;
    color: #f40018;
    font-size: 1.7rem;
}

/* product carousel */

.product-wrapper h3.product-name {
    text-align: center;
}

.product-wrapper span.price {
    margin: 0 auto;
}

.product-wrapper del.old-price, .product-wrapper ins.new-price {
    margin: 0 auto;
}

.product-wrapper .product-label.label-sale {
    background: #f40018;
}

.product-wrapper .product-label.label-new {
    background: #6bbf2a;
}


/* Banner newsletter */

@media only screen and (max-width: 575px) {

    .banner {
        font-size: .8rem;
    }
    .banner-cta .input-wrapper .form-control {
    padding: .5rem 1.5rem;
    height: 4rem;
    background: #fff;
    color: #666;
    border: 2px solid #fff;
    border-radius: 0;
    width: 20rem;
    }
    
    .banner-cta .input-wrapper .btn {
    padding: .5em;
    border-radius: 0;
    height: 4rem;
    }
}

.input-wrapper-inline {
    display: flex;
    position: relative;
    max-width: 61.3rem;
    width: 100%;
    height: 40px;
}



.banner-cta button.btn.btn-dark.btn-sm {
    border-color: #f40018;
    background-color: #f40018;
}


.banner-cta button.btn.btn-dark.btn-sm:hover {
    border-color: #6BBF2A;
    background-color: #6BBF2A;
}


/* Cart preview */


element.style {
}
.product.product-cart .product-price {
    margin: 0;
    color: #6bbf2a;
    font-family: Poppins,sans-serif;
}

/* mobile menu */

.mobile-menu-container .input-wrapper .btn-search {
    background-color: #6BBF2A;
    border-color: #6BBF2A;
}

.mobile-menu-container .nav-item.show .nav-link, .mobile-menu-container .nav-item .nav-link.active {
    color: #6BBF2A;
    border-color: #6BBF2A;
}


a:hover {
    color: #6BBF2A;
}


.cart-dropdown .cart-action .btn {
    border-radius: 30px;
}


/* mobile search */

.header-search .btn-search {
    background-color: #79c43c;
}


.header-search.hs-toggle:hover {
    color: #fad300;
}


@media only screen and (max-width: 575px) {
    
    .home .service-list .icon-box {
        padding: 0rem 0 1.5rem 0;
    }
    .home .banner-group.mt-10 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    }
    .home .grey-section.pt-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    }
}


/* }napoi in site */

a.btn.rounded-green-btn {
    border-radius: 30px !important;
    background-color: #6BBF2A;
    border-color: #6BBF2A;
    color: #fff;
    padding: 0.8em 0.8em 0.8em 0.6em;
    text-transform: none;
}

a.btn.rounded-green-btn:hover {
    background-color: #0A9929!important;
    border-color: #0A9929!important;
    color: #fff;
}

a.btn.rounded-green-btn i{
    margin-right: 0.3em;
}


.header-center a.logo.d-lg-none {
    margin-right: 2rem;
    margin-left: 2rem;
}

a.btn.rounded-green-btn.back-home-mobile.d-lg-none {
    font-size: 1.3rem;
    margin-right: 2rem;
}
 

/* cta banners  mobile */


@media only screen and (max-width: 575px) {
.banner-group p {
    max-width: 25rem;
    }
}

/* tablet burger menu */

@media only screen and (min-width: 768px) {
    .mobile-menu-toggle {
        color: #fff;
    }
}

.mobile-menu-toggle {
    color: #fff;
}

a.mobile-menu-toggle {
    color: #fff !imprtant;
}

i.d-icon-bars2 {
    color: #fff !important;
}



/************* SHOP PAGE ************/


.btn-primary {
    color: #fff;
    border-color: #6bbf2a;
    background-color: #6bbf2a;
    border-radius: 30px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #0A9929;
    background-color: #0A9929;
}

.banner-content .text-secondary {
    color: #fad300 !important;
}

/* General filter */

.filter-items a:hover {
    color: #6bbf2a;
}

.filter-items .show>a {
    color: #6bbf2a;
}

/* price filter */

.noUi-horizontal .noUi-handle {
    width: 1.2rem;
    height: 1.2rem;
    background: #6bbf2a;
}

/* product list */

.product-price .new-price {
    font-size: 2rem;
}

.product-price {
    font-size: 2rem;
}

.product-wrap span.price {
    padding-top: 1.3em;
}

/* mobile filters */

.btn-primary.btn-outline {
    color: #6bbf2a;
    border-color: #6bbf2a;
}

.btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
    background-color: #6bbf2a;
}

/* Desktop filters */

.toolbox .toolbox-sort .form-control {
    max-width: 18rem;
}



/******** PRODUCT PAGE ********/


/* benefits */

.single-product .service-list .icon-box-icon i {
    width: 70px;
    height: 70px;
    color: #fff;
}



.single-product .service-list .icon-box i::before {
    margin: 0;
    background: #6BBF2A;
    background: -moz-linear-gradient(-45deg, #B4D133 2%, #6BBF2A 50%, #0A9929 100%);
    background: -webkit-linear-gradient( 
-45deg
 , #B4D133 2%,#6BBF2A 50%,#0A9929 100%);
    background: linear-gradient( 
135deg
 , #B4D133 2%,#6BBF2A 50%,#0A9929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6BBF2A', endColorstr='#0A9929',GradientType=1 );
    border-radius: 100px;
    width: 70px;
    height: 70px;
    display: block;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* product price */

.product .product-single .product-price {
    color: #000;
}

.product-single .product-price .new-price {
    font-size: 3rem;
}

.product-single span.discount-percent {
    color: #a2a2a2;
    font-size: 2.4rem;
}

.product-single del.old-price {
    color: #000 !important;
}

 /*product title */

.product-single .product-name {
    font-weight: 500;
}

.restart-code label {
    color: #222;
    font-weight: 600;
    text-transform: none;
}

/* Restart energy clients discount code */

.coupon-restart .btn {
    display: inline-block;
    border: 2px solid #6bbf2a;
    background-color: #6bbf2a;
    color: #fff;
    outline: 0;
    border-radius: 30px;
    margin-top: 0.5em;
}

input#coupon_code {
    border-radius: 30px;
}

.coupon.coupon-restart {
    margin-right: 1em;
}


.calculeaza-economia {
    color: #f40018;
}

p.restart-not-client {
    font-size:1.2em;
}

.product-availability p {
    line-height: 0px;
}

.product-availability span.in-stoc {
    font-weight: 700;
    color: #6bbf2a;
}

p.product-info {
    font-size: 1rem;
}

.product-form .btn-cart {
    background-color: #f40018;
    border-radius: 30px;
}

.product-single .btn-wishlist:hover, .product-single .btn-compare:hover {
    color: #6bbf2a;
}

.text-primary {
    color: #6bbf2a !important;
}

/* Produse asemanatoare  Carousel  */

.owl-nav-full .owl-nav .owl-prev:not(.disabled):hover, .owl-nav-full .owl-nav .owl-next:not(.disabled):hover {
    color: #6bbf2a;
}

/* Bestseller section */


.product-name a:hover {
    color: #6bbf2a;
}

.widget-products .product-price {
    color: #6bbf2a;
}


.widget-products h3.product-name {
    padding: 0px 0px;
}


/******* CART PAGE *******/

.step-by .title.title-step.active {
    color: #6bbf2a;
}


/* buttons */

.cart .btn {

    border: 2px solid #6bbf2a;
    background-color: #6bbf2a;
    color: #fff;
}

.cart .btn:hover {
    border: 2px solid #fad300;
    background-color: #fad300;
    color:#000;
}

.cart button.btn.btn-md, .cart a.btn.btn-md, .cart a.btn.btn-dark.btn-checkout {
    border-radius: 30px;
} 


/* product list */

.cart .product-price .new-price {
    font-size: 1.4rem;
}

.cart .product-price {
    font-size: 1.4rem;
}

.cart a.btn.btn-dark.btn-checkout{
    margin-top: 2rem;
    border: 2px solid #F40018;
    background-color: #F40018;
}



/************* CHECKOUT PAGE ***********/



.checkout .already-client {
    margin-bottom: 2rem;
}
.checkout a.showlogin {
    color: #000;
    font-weight:700;
}


select.form-select.checkout-select-form {
    margin-bottom: 2rem;
    display: block;
    min-height: 4rem;
    padding: .85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.checkout .form-checkbox-gdpr .form-control-label {
    padding-left: 2.4rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.checkout .form-checkbox-gdpr {
    margin-top: 1rem;
}


.checkout .form-checkbox-gdpr .custom-checkbox+label:before {
    top: 1.3rem;
}

.custom-checkbox:checked+label::before {
    border-color: #6bbf2a;
    background: #6bbf2a;
}


.checkout .sticky-sidebar .btn-dark {
    color: #fff;
    border-color: #F40018;
    background-color: #F40018;
    border-radius: 30px;
}


/******** ORDER PAGE *********/


.order a.btn.btn-icon-left.btn-back.btn-md.mb-4 {
    background-color: #6bbf2a;
    border-color: #6bbf2a;
    border-radius: 30px;
    color: #fff;
}

.order a.btn.btn-icon-left.btn-back.btn-md.mb-4:hover {
    background-color: #fad300;
    border-color: #fad300;
    border-radius: 30px;
    color: #000;
}

.order .order-message i {
    color: #6bbf2a;
}



/* general restyle cart */

main.main.cart {
    background-color: #fbfbfb;
}

.blue-bg-cart {
    background-color: #deedf7;
    border-radius: 3px;
    padding: 2rem;
}

.blue-bg-cart tr{
    box-shadow: 2px 2px 4px #bccad2;
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    margin: 1rem !important;
    display:block
}

.shop-table td {
    border-top: none;
}

.shop-table tbody {
    border-bottom: none;
}

input#coupon_code {
    background-color: #fff;
    border: 1px solid #6bbf2a;
}

.cart-actions.mb-6.pt-6 {
    padding: 0 1em;
}


.cart .reload-cart.btn {
    border: 2px solid #a0a0a0;
    background-color: #a0a0a0;
    color: #fff;
}

.product-quantity label {
    vertical-align: middle;
    font-weight: 500;
}


.quantity-buc {
    display: block;
    width: 100%;
    text-align: center;
}

.cart.main .product-quantity {
    width: 15.3rem;
    text-align: center;
}


.btn-remove-product, .save-to-favs {
    font-size: 1.2rem;
    display:block;
}

 .save-to-favs {
    font-size: 1.2rem;
    color: #6bbf2a;
    margin-top:2rem;
}

.btn-remove-product {
    font-size: 1.2rem;
    color: #999;
    margin-top:2rem;
}


.cart .btn.btn-update {
    border: 1px solid #6bbf2a;
    background-color: #fbfbfb;
    color: #6bbf2a;
}

.cart .btn.btn-update:hover {
    border: 1px solid #6bbf2a;
    background-color: #6bbf2a;
    color: #fff;
}


.cart .summary {
    line-height: 2.15;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #bccad2;
    
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}

.summary-total-price {
    font-size: 2.5rem;
}


.cart a.btn.btn-dark.btn-checkout:hover {
    margin-top: 2rem;
    border: 2px solid #6BBF2A;
    background-color: #6BBF2A;
    color:#fff;
}


.btn-checkout i, .btn-order i  {
    font-size: 2rem;
    margin-right: 1rem;
    vertical-align: middle;
}

.btn-checkout, .btn-order {
    font-size: 1.8rem;
}

.cart a.btn.btn-dark.btn-checkout{
    padding: 1rem;
}

@media only screen and (max-width: 767px) {

    .shop-table tbody {
        border: 0px solid #e1e1e1;
    }
}

.cart .reload-cart.btn:hover {
    border: 2px solid #fad300;
    background-color: #fad300;
    color: #000;
}

.blue-bg-cart .tab-content {
    box-shadow: 2px 2px 4px #bccad2;
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    display: block;
}

.tab-nav-solid .nav-item.show .nav-link, .tab-nav-solid .nav-item .nav-link.active, .tab-nav-solid .nav-item:hover .nav-link {
    color: #fff;
    background-color: #6bbf2a;
    border-color: #6bbf2a;
}

.checkout .summary {
    padding-top: 1.8rem;
    line-height: 2.15;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 4px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}

button.btn.btn-dark.btn-order {
    padding: 1rem;
	color: #fff;
    border-color: #F40018;
    background-color: #F40018;
    border-radius: 30px;
}

p.dicount-price-restart {
    font-size: 1.2rem;
    margin-top: 1rem;
}

.order-message.blue-bg-cart {
    border: none;
}

.order-details {
    line-height: 2.15;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}


.checkout .accordion-card-bg .card-header a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    background-color: #ffffff;
}
.checkout .card-header {
    padding: 1rem;
}

.accordion.accordion-card-bg.accordion-boxed.accordion-plus.accordion-gutter-md.accordion-other-address {
    margin-bottom: 4rem;
}

.checkout .card-body {
    padding: 2rem;
}


.card-header:hover a {
    color: #6bbf2a !important;
}


.checkout .card-header {
    text-transform:  none;
}


/****** Login page ******/

.page-title {
    margin-bottom: 0;
    text-transform: none;
}


form.grey-section {
line-height: 2.15;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
    text-align: center;
}

form.grey-section label {
    font-weight: 500;
    color: #222;
    font-size: 1.5rem;
}


.btn-facebook {
    background: #415a94;
    border-color:  #415a94;
    margin-bottom: 1rem;
}

.btn-facebook:hover {
    background: #21376a;
    border-color:  #21376a;
}

.btn-google {
    background: #e94235;
    border-color:  #e94235;
    margin-bottom: 1rem;
}

.btn-google:hover {
    background: #c12a1e;
    border-color:  #c12a1e;
}

.page-login {
    background: #f7f7f7;
}


.page-login .contact-section .form-control {
    background: #fff;
    border-color: transparent;
    width: 100%;
    height: 50px;
    color: #495057;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    transition: border-color .3s;
}

.page-login .contact-section .form-control:focus{
    background: #fff;
    border-color: transparent;
    width: 100%;
    height: 50px;
    display: block;
    color: #495057;
    background: #fff;
    border: 1px solid #6BBF2A;
    border-radius: 30px;
    transition: border-color .3s;
}

.register-here:hover{
    color: #6bbf2a;
}



.page-login h1.page-title {
    margin-bottom: 0;
    text-transform: none;
    font-size: 2.5rem;
    margin-bottom:1rem;
}

form.grey-section .form-checkbox label {
    font-weight: 300;
    color: #333;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 1rem;
}

.form-checkbox.form-checkbox-gdpr {
    text-align: left;
    margin-top: 2rem;
}

.custom-checkbox+label::before {
    top: 1.5rem;
}
    
/*****  Generic page  ******/
    
aside.col-lg-3.sidebar-generic {
    line-height: 2.15;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
    margin-bottom:3rem;
}



.sidebar-generic h1.widget-title {
    color: #6bbf2a;
}

.shop-sidebar .widget-title {
    padding: 1.2rem 0 1.4rem 2rem;
}

.sidebar-generic .filter-items i, .sidebar-generic .filter-items li {
    color: #0A9929;
}

.sidebar-generic .filter-items i {
    color: #6bbf2a;
}


.sidebar-generic i {
    padding-right:1rem;
}


.sidebar-generic h1.widget-title {
    color: #ffffff;
    background-color: #6bbf2a;
    padding-left: 1rem;
    border-radius: 30px;
}

.sidebar-generic .input-wrapper input.form-control {
    border-radius: 30px;
}
.shop-sidebar .widget-title {
    padding: 1.2rem 0 1.4rem 2rem;
}

.sidebar-generic aside.col-lg-3.sidebar-generic, .sidebar-generic .sidebar-content {
    background-color: #fafafa;
}

.sidebar-generic h1.widget-title {
    padding-left: 2rem;
    margin-bottom: 2rem;
}


.sidebar-generic .sticky-sidebar {
    line-height: 2.15;
    position: relative;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}

.sidebar-generic.shop-sidebar .widget-title {
    border: none;
}


.sidebar-generic h3.widget-title {
    padding-left: 0px !important;
}



/****** My account page ********/

a.btn.btn-my-order {
    background-color: #f6f7f9;
    border: 1px solid #6bbf2a;
    color: #6bbf2a;
    margin-bottom: 1rem;
}

a.btn.btn-my-order:hover {
    background-color: #6bbf2a;
    border: 1px solid #6bbf2a;
    color: #fff;
}

.my-account .card-body span.delivered-order{
    color: #6bbf2a;
    font-weight: 700;
}
.cardbody-left {
    text-align: right;
}

.col-lg-12.mb-4.card.card-order-item {
    line-height: 2.15;
    position: relative;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}


.my-account .card-body span.canceled-order{
    color: #F40018;
    font-weight: 700;
}

.my-account .card-body span.processing-order{
    color: #f48300;
    font-weight: 700;
}

.blue-bg {
    background-color: #deedf7;
    border-radius: 3px;
    padding: 2rem;
}

.tab-vertical .tab-content {
    padding-left: 3rem;
    padding-right: 3rem;
}

.tab-content.blue-bg {
    margin-left:2rem;
}

.account .toolbox-item  .form-control {
    font-size: 1.3rem;
    font-family: Poppins,sans-serif;
    transition: background-color .3s, border-color .3s;
    color: #222;
}


.account label {
    margin-bottom: 0 !important; 
    margin-right : 2rem;
}


.account .toolbox-item .form-control {
    color: #444;
}

.account .form-control:focus {
    border-color: #6bbf2a;
}

.account .disabled>.page-link {
    color: #a2a2a2;
}
:hover>.page-link, .active>.page-link {
    border-color: #a2a2a2;
}

.account ul.nav.nav-tabs.mb-4 {
    line-height: 2.15;
    position: relative;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
}

.btn-secondary.btn-link {
    background-color: transparent;
    color: #6bbf2a;
}

.btn-secondary.btn-underline:hover, .btn-secondary.btn-underline:active, .btn-secondary.btn-underline:focus {
    color: #0A9929;
}

.account .form-control:focus {
    border-color: #6bbf2a;
    background-color: #fff;
}

.account input.form-control {
    margin-top: 1rem;
    margin-bottom:1rem;
}


@media only screen and (max-width: 768px) {
.tab-content.blue-bg {
    margin-left: 0;
}
}

.account .toolbox .select-box::before {
    font-size: 1rem;
    color: #000 !important;
    right: 1rem;
    z-index: 1000;
}

.account .toolbox {
    background-color: #deedf7;
}


/***** Order details page *****/

.order-date-total {
    line-height: 2.15;
    position: relative;
    border-radius: 8px;
    box-shadow: 4px 4px 10px #bccad2;
    padding: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    border: 0 none;
    background-color: #fff;
}

.account .cart-table .product-price {
    width: 150px;
}

.account table.shop-table.cart-table.mt-2 {
    background: #fff;
    border: 1px solid #e1e1e1;
}

.account td.product-thumbnail, .account td.product-name, .account td.product-price, .account h4.summary-subtitle, .account td.product-total, .account .order-table .summary-total-price {
     padding:1rem;
}

.account a.nav-link:hover {
    color: #6bbf2a !important;
}

 td.product-price {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .account .cart-table .product-price {
        width: 100%;
        display:block;
    }
}

.account td.product-total {
    text-align: right;
}

.wishlist-table .wishlist-in-stock {
    color: #6bbf2a;
}

.wishlist-table .btn-product {
    background-color: #6bbf2a;
    border-radius: 30px;
    color: #fff;
    margin-top:2rem;
}

.wishlist-table .btn-product:hover {
    background-color: #0A9929;
    border-radius: 30px;
    color: #fff;
}

.wishlist-table td.product-price, .wishlist-table td.product-name, .wishlist-table td.product-thumbnail  {
    margin: 2rem;
    padding: 2rem !important;
}

table.shop-table.wishlist-table.mt-2.mb-4 {
    background-color: #fff;
    box-shadow: 2px 2px 4px #bccad2;
    padding: 2rem;
    border-radius: 5px;
    background-color: #fff;
    display: block;
}

.wishlist-table tr {
    border-bottom: 1px solid #eee;
}

.account a.btn-product.more-products {
    background-color: #999b99;
    transition: color .3s, background-color .3s;
    border-radius: 30px;
}

.wishlist-table .product-price, .wishlist-table .product-price .new-price {
    font-size: 1.4rem;
    display:block;
}

.account a.btn-product.more-products:hover {
    background-color: #6bbf2a;
    color:#fff;
}

@media only screen and (max-width: 768px) {
     .shop-table .btn-product{
    margin-left: 0;
    margin-right: 0;
}
    td.product-price {
    text-align: center;
}
    
    .wishlist-table td.product-price, .wishlist-table td.product-name, .wishlist-table td.product-thumbnail {
    margin: 0rem;
}



}
.navigare {
    color: #fff;
    #background-color: #6bbf2a;
    #border-color: #6bbf2a;
	height: 50px;
	width: 200px;
	text-align : center;
	text-transform : uppercase;
	font-weight : 600;
	padding-top : 1.6rem;
}

.navigare.active {
    color: #fff;
    background-color: #6bbf2a;
    border-color: #6bbf2a;
}