/* WRITE YOUR CUSTOM CSS CODE. THIS WILL NOT BE DELETED ON UPDATE. */
[type="button"] {
    -webkit-appearance: unset;
}
.container .builder-row .container {
    padding: 0;
}
.module.module-image img {
    width: auto !important;
    margin: auto;
    max-width: 100%;
}

.ajax-content {
  position: relative;
}

.loading-mask {
  display: block;
  position: absolute;
  background: #fff;
  text-align: center;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 150px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.loading-mask.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.container .loading-mask {
  left: -15px;
  right: -15px;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Quicksand', sans-serif;
    color: #555;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

a, a:hover, .active {
    color: #463739;
    text-decoration: none !important;
}

.btn, a.btn {
    border-color: #463739;
    color: #463739;
    background: #fff;
    box-shadow: none !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 32px;
    min-width: 176px;
    border-radius: 5px;
}

.btn:hover, a.btn:hover {
    border-color: #463739;
    color: #fff;
    background: #463739;
}

.btn .fa {
    font-size: 24px;
    margin-right: 5px;
}

.btn .btn-text {
    padding-bottom: 2px;
}

header {
    transition: .7s;
    background-color: rgba(255,255,255,1);
}

/* .top-reached header {
    background-color: transparent;
    box-shadow: none;
} */

@media(min-width: 992px) {
    #main-navbar .nav-item {
        margin-right: 30px;
    }
}
#main-navbar .navbar-brand {
    position: relative;
}
/* #main-navbar .navbar-brand:after {
    content: "";
    background: url("/uploads/logo/logo-solutions-black.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .7s;
    pointer-events: none;
} */
/* .top-reached #main-navbar .navbar-brand:after {
    opacity: 0;
} */

#main-navbar .nav-link {
    transition: padding .7s, opacity .2s;
}

#main-navbar .nav-link, .text-small {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

#main-navbar a[href="/cart"] {
    position: relative;
}

.icon-basket svg {
    fill: #463739;
    width: 24px;
    height: 24px;
    stroke: #463739;
    stroke-width: 3px;
}

.cart-items {
    background: #463739;
    color: #fff;
    border-radius: 50px;
    padding: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    position: absolute;
    right: -13px;
    top: -6px;
    width: 20px;
    height: 20px;
    text-align: center;
}
/* .top-reached .cart-items {
    background: transparent;
} */

.top-reached #main-navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* .top-reached #main-navbar .nav-link,
.top-reached #main-navbar a {
    color: #fff;
} */
#main-navbar .search-toggle:after {
    background: #463739;
}
#main-navbar .search-toggle:before {
    border-color: #463739;
}
/* .top-reached  #main-navbar .search-toggle:after {
    background: #fff;
}
.top-reached #main-navbar .search-toggle:before {
    border-color: #fff;
}
.top-reached #main-navbar svg {
    fill: #fff;
} */

#main-navbar .nav-link {
    opacity: 0.7;
    transition: .2s;
}

#main-navbar .nav-link:hover {
    opacity: 1;
}

.logo {
    max-width: 100px;
    max-height: unset;
    transition: .7s;
}

.logo svg {
    max-width: 100%;
    height: auto;
}

.top-reached .logo {
    opacity: 0.7;
}

.top-reached .logo {
   max-width: 140px;
    width: 100%;
    height: auto;
}


.search-wrapper a.search-hide::before, .search-wrapper a.search-hide::after {
    background: #463739;
}
.search-wrapper a.search-hide {
    top: 28px;
}
.search-wrapper {
    background: rgba(255,255,255,0.95);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3000;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.page-header video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .page-header.with-video .page-header-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
} */

.page-header {
    padding-top: 123px;
    position: relative;
    color: #fff;
    background: #24181a;
    overflow: hidden;
}

.interiorpage .page-header {
    text-align: center;
}

.page-header-background {
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.page-header-background:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.homepage .page-header-inner > .container > .row {
    min-height: calc(100vh - 83px);
}

.interiorpage .page-header-inner > .container > .row {
    min-height: calc(30vh - 83px);
}

.page-header-inner > .container > .row > * {
    align-self: center;
}

.page-header h1, .page-header h2, .page-header h3, 
.page-header h4, .page-header h5, .page-header h6 {
    color: #fff;
}
@media (min-width: 992px) {
    .page-header h1 {
        font-size: 80px;
        letter-spacing: 3px;
        color: rgba(255, 255, 255, 0.88);
    }
}

.page-description p {
    max-width: 400px;
}

.page-header .btn {
    background-color: rgba(255,255,255,0.5);
}
.page-header .btn:hover {
    background-color: #463739;
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
}

footer .nav-link {
    padding: 0;
}

footer {
    background: #24181a;
    font-size: 14px;
}

footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ccc;
    font-size: 24px;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.row-logo-category img {
    max-width: 180px !important;
}

.row-main-categories .module-image {
    /* padding: 30px; */
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}

.row-main-categories .module-image img {
    transition: .7s;
}

.row-main-categories > *:hover .module-image img {
    transform: scale(1.1) translateY(-10px);
}

.row-main-categories .col-lg-6 {
    margin-bottom: 64px;
}

.row-main-categories .module-text h2,
.row-main-categories .module-text h3,
.row-main-categories .module-text h4 {
    font-size: 18px;
}

.row-main-categories .module-text a {
    transition: .2s;
    opacity: 0.8;
}

.row-main-categories .module-text a:hover {
    opacity: 1;
    text-decoration: none;
}


.row-coda .col-imbunatatirea-solului a {
    color: #24181a;
}
.row-coda .col-imbunatatirea-solului .module-image {
    border-color: #b0abac;
}
.row-coda .col-imbunatatirea-solului:hover .module-image {
    border-color: #24181a;
}

.row-coda .col-nutritie a {
    color: #6cb846;
}
.row-coda .col-nutritie .module-image {
    border-color: #98c084;
}
.row-coda .col-nutritie:hover .module-image {
    border-color: #6cb846;
}

.row-coda .col-stimulare a {
    color: #ff3244;
}
.row-coda .col-stimulare .module-image {
    border-color: #ffa6ae;
}
.row-coda .col-stimulare:hover .module-image {
    border-color: #ff3244;
}

.row-coda .col-imbunatatire a {
    color: #093da0;
}
.row-coda .col-imbunatatire .module-image {
    border-color: #89a1ce;
}
.row-coda .col-imbunatatire:hover .module-image {
    border-color: #093da0;
}


.row-krystaal .col-inradacinare a {
    color: #8d3174;
}
.row-krystaal .col-inradacinare .module-image {
    border-color: #e6c1dc;
}
.row-krystaal .col-inradacinare:hover .module-image {
    border-color: #8d3174;
}

.row-krystaal .col-stimulare a {
    color: #0094b2;
}
.row-krystaal .col-stimulare .module-image {
    border-color: #9ae0ee;
}
.row-krystaal .col-stimulare:hover .module-image {
    border-color: #0094b2;
}

.row-krystaal .col-inflorire a {
    color: #c42a1d;
}
.row-krystaal .col-inflorire .module-image {
    border-color: #eba099;
}
.row-krystaal .col-inflorire:hover .module-image {
    border-color: #c42a1d;
}

.row-krystaal .col-maturizare a {
    color: #d19a0f;
}
.row-krystaal .col-maturizare .module-image {
    border-color: #f3d486;
}
.row-krystaal .col-maturizare:hover .module-image {
    border-color: #d19a0f;
}


.title-box {
    display: inline-block;
    position: relative;
    padding: 12px 28px;
    min-width: 160px;
    margin-bottom: 16px;
    background: #69b23f;
    text-align: center;
}

.title-box.color-b {
    background: #00b0d2;
}

.title-box h1, .title-box h2, .title-box h3,
.title-box h4, .title-box h5, .title-box h6 {
    color: #fff;
    margin: 0;
    font-size: 24px;
}

.title-box a, .title-box a:hover {
    color: #fff;
}

.title-box:after {
    content: '';
    position: absolute;
    border-left: 15px solid #69b23f;
    border-top: 15px solid transparent;
    bottom: -7px;
    left: 50%;
    transform: rotate(-45deg);
    margin-left: -7px;
}

.title-box.color-b:after {
    border-left-color: #00b0d2;
}



.breadcrumb {
    padding: 8px;
    background: #24181a;
    border-radius: 0;
    color: #fff;
}

.breadcrumb li, .breadcrumb a {
    font-size: 13px;
    font-weight: 700;
}

.breadcrumb a {
    opacity: 0.8;
    transition: .2s;
    color: #fff;
}
.breadcrumb a:hover {
    opacity: 1;
    text-decoration: none;
}


.breadcrumb .fa {
    font-size: 9px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.breadcrumbs .breadcrumb-item.active {
    color: #fff;
}

.breadcrumbs-imbunatatirea-solului .breadcrumb,
[data-parent="imbunatatirea-solului"] .breadcrumb,
[data-parent-parent="imbunatatirea-solului"] .breadcrumb {
    background: #24181a;
}
.breadcrumbs-nutritie .breadcrumb,
[data-parent="nutritie"] .breadcrumb,
[data-parent-parent="nutritie"] .breadcrumb {
    background: #6cb846;
}
.breadcrumbs-stimulare .breadcrumb,
[data-parent="stimulare"] .breadcrumb,
[data-parent-parent="stimulare"] .breadcrumb {
    background: #ff3244;
}
.breadcrumbs-imbunatatire .breadcrumb,
[data-parent="imbunatatire"] .breadcrumb,
[data-parent-parent="imbunatatire"] .breadcrumb {
    background: #093da0;
}

.main-content-imbunatatirea-solului {
    background: #f0e9ea;
}
.main-content-nutritie {
    background: #eff4ec;
}
.main-content-stimulare {
    background: #f7eff0;
}
.main-content-imbunatatire {
    background: #e2ecfd;
} 

.col-coda a {
    margin-right: 1rem;
    padding: 10px 24px;
    color: #fff;
    background: #555;
    transition: .3s;
    opacity: 0.7;
    border-radius: 5px;
    display: inline-block;
    min-width: 192px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.col-coda a:hover {
    opacity: 1;
}

.col-coda:last-child a {
    margin-right: 0;
}

.product-item img {
    max-width: 100%;
}

.col-coda-imbunatatirea-solului a {
    background: #24181a;
}
.col-coda-nutritie a {
    background: #6cb846;
}
.col-coda-stimulare a {
    background: #ff3244;
}
.col-coda-imbunatatire a {
    background: #093da0;
}

.subcategory-item {
    margin-bottom: 1rem;
}

.subcategory-item a {
    display: inline-block;
    padding: 10px 24px;
    margin: 0 8px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #bbb;
    border-radius: 5px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
}


.subcategory-item a:hover {
    border-color: #463739;
    color: #463739;
}
.subcategory-item a.active {
    border-color: #463739;
}


.main-content-imbunatatirea-solului .subcategory-item a:hover {
    border-color: #463739;
}
.main-content-imbunatatirea-solului .subcategory-item a.active {
    border-color: #463739;
    color: #463739;
}

.main-content-nutritie .subcategory-item a:hover {
    border-color: #69b23f;
}
.main-content-nutritie .subcategory-item a.active {
    border-color: #69b23f;
    color: #69b23f;
}

.main-content-stimulare .subcategory-item a:hover {
    border-color: #ff3244;
}
.main-content-stimulare .subcategory-item a.active {
    border-color: #ff3244;
    color: #ff3244;
}

.main-content-imbunatatire .subcategory-item a:hover {
    border-color: #093da0;
}
.main-content-imbunatatire .subcategory-item a.active {
    border-color: #093da0;
    color: #093da0;
}


.main-content-imbunatatirea-solului .category-content-title {
    color: #24181a;
}
.main-content-nutritie .category-content-title {
    color: #69b23f;
}
.main-content-stimulare .category-content-title {
    color: #ff3244;
}
.main-content-imbunatatire .category-content-title {
    color: #093da0;
}

.product-item {
    position: relative;
    text-align: center;
    box-shadow: -1px 1px 3px rgba(0,0,0,0.15);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 32px;
    background: #fff;
}

.product-item.added:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #20683d;
}

.product-item-image {
    position: relative;
    overflow: hidden;
}

.product-item-image img {
    transition: 1.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    max-height: 168px;
}

.product-item:hover .product-item-image img {
    transform: scale(1.1);
}

.product-item-content {
    position: relative;
    padding: 1rem;
}

.product-title {
    font-size: 18px;
}

.product-desc {
    font-size: 12px;
    line-height: 1.3;
    text-align: justify;
    min-height: 48px;
}
.product-desc a {
    font-weight: 700;
}

.loop-product-icons {
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: 2;
}
@media(max-width: 1200px){

    .loop-product-icons{
        /* bottom: 70px;
        left: 40px; */
    }
}

.loop-product-icons img {
    width: 38px;
}

.product-item .cantitati-disponibile-box {
    min-height: 43px;
}

.product-item .cantitate-disponibila {
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn.add-to-cart {
    padding: 10px 24px;
    font-size: 12px;
}

.product-item .btn.add-to-cart {
    font-size: 10px;
    background: #463739;
    border: 0;
    color: #fff;
    transition: .2s;
}
.product-item .btn.add-to-cart:hover {
    opacity: 0.8;
}

.main-content-imbunatatirea-solului .product-item .btn.add-to-cart {
    background: #463739;
}

.main-content-nutritie .product-item .btn.add-to-cart {
    background: #69b23f;
}

.main-content-stimulare .product-item .btn.add-to-cart {
    background: #ff3244;
}

.main-content-imbunatatire .product-item .btn.add-to-cart {
    background: #093da0;
}

.product-item .btn.add-to-cart .fa {
    font-size: 20px;
    vertical-align: middle;
}

.product-item .btn.add-to-cart .btn-text {
    display: inline-block;
    transform: translateY(2px);
}

.product-item .price {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 700;

}
.main-content-imbunatatirea-solului .product-item .price {
    color: #24181a;
}
.main-content-nutritie .product-item .price {
    color: #69b23f;
}
.main-content-stimulare .product-item .price {
    color: #ff3244;
}
.main-content-imbunatatire .product-item .price {
    color: #093da0;
}


.currency-separator {
    color: #555;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.single-product-price {
    font-weight: 700;
    text-align: right;
}

.single-product-image {
    border: 1px solid #dedede;
    border-radius: 8px;
    overflow: hidden;
}


/* .top-reached[data-pagetype="products"] header {
    background-color: rgba(0,0,0,0.7);
} */


[data-pagetype="products"] .page-header-inner > .container > .row {
    min-height: 0;
}

.single-product-price .price,
.single-product-price .sale-price,
.single-product-price .price-value {
    font-size: 24px;
    font-weight: 700;
    color: #463739;
}

.single-product-icons {
    margin-top: 1rem;
}

.single-product-table {
    border: 1px solid #463739;
    border-top: 0;
    border-radius: 5px;
}

.single-product-table table {
    margin: 0;
}

.single-product-table thead {
    background: #463739;
    color: #fff;
}

.single-product-table td {
    vertical-align: middle;
}

.single-product-table .table-bordered th {
    border: 0;
}

.produs-autorizat-text {
    color: #47b04b;
    font-weight: 600;
}

.fisa-tehnica {
    margin-top: 32px;
}

.fisa-tehnica a {
    font-weight: 700;
    opacity: 0.8;
    transition: .2s;
}

.fisa-tehnica a:hover {
    opacity: 1;
}

.fisa-tehnica .fa {
    font-size: 32px;
    color: red;
    margin-right: 5px;
    vertical-align: middle;
}

#cart-message-box {
    position: fixed;
    top: 96px;
    right: 30px;
    background: rgba(224, 240, 215, 0.94);
    padding: 1rem;
    box-shadow: 2px 7px 10px rgba(0,0,0,0.25);
    z-index: 5000;
    transition: opacity 1s, visibility 1s, transform 1s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(30px);
}
#cart-message-box.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
}
.cart-message-box-buttons {
    margin-top: 16px;
    margin-bottom: 8px;
    text-align: right;
}
.cart-message-box-buttons a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: .2s;
    opacity: 0.8;
}
.cart-message-box-buttons a:hover {
    opacity: 1;
}
.cart-message-box-buttons a:not(.cart-message-box-close) {
    color: #fff;
    background: #463739;
}
.cart-message-box-close {
    margin-left: 12px;
    background: #fff;
    border: 1px solid #24181a;
}






.cart-page__container,
.checkout-page__container {
    max-width: 1140px;
}

.cart-content .cart-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 48px;
}
.cart-item figure {
    text-align: center;
    border: 1px solid #c5ecb2;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 4px;
    width: 160px;
}
.cart-item img {
    width: 80px;
}
.cart-prod-title {
    display: block;
    font-weight: 700;
    text-align: left;
    margin-bottom: 8px;
}
.cart-item .remove-btn {
    -webkit-appearance: unset;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #463739;
    border-radius: 5px;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .2s;
}
.cart-item .remove-btn:hover {
    opacity: 0.5;
}
.cart-item .remove-btn .fa {
    margin-right: 6px;
    color: red;
}

.item-qty input {
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.cart-item .item-value {
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 700;
    color: #463739;
}

.cart-sumar-details {
    display: block;
    margin-bottom: 16px;
}

.summary-items ul li {
    list-style: initial;
}
.summary-items ul li:first-child {
    font-weight: 700;
}
.summary-items ul li:last-child {
}

.variation-name {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.variation-value {
    font-size: 16px;
    color:#4c180c;
}

.variation-prices {
    font-size: 12px;
}

.variation-prices strong {
    font-weight: 600;
    color: #6cb846;
}

.form-control:hover, .form-control.hover,
.form-control:active, .form-control.active,
.form-control:focus, .form-control.focus {
    box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
    border-color: #a3da84;
}

.checkout-form-col label {
    font-weight: 700;
    color: #888;
}
#persoana-fizica + label {
    margin-right: 32px;
}

.checkout-form-col .hide {
    display: none;
}

.search-wrapper {
    opacity: 0;
    pointer-events: none;
}
.search-wrapper.show {
    opacity: 1;
    pointer-events: auto;   
}


.contact-item {
    position: relative;
    text-align: center;
}

.contact-item i {
    display: block;
    font-size: 64px;
    margin-bottom: 8px;
    color: #4c180c;
    
}
.contact-item h2, .contact-item h3, .contact-item h4, .contact-item h5, .contact-item h6 {
    font-size: 16px;
}

.img-bidoane img {
    max-width: 720px !important;
}

.slide-product-item.product-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 60px;
}

.slide-product {
    padding: 30px 0;
}


.slide-product-item {
    box-shadow: -1px -3px 4px rgba(0,0,0,0.07);
    transition: box-shadow 1s;
}

.slide-product-content {
    background: #dbd2d4;
}

.row-carousel {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.row-carousel > * {
    padding: 0;
}


.from-category-imbunatatirea-solului .slide-product-content {
    background: #f0e9ea;
}
.from-category-nutritie .slide-product-content {
    background: #eff4ec;
}
.from-category-stimulare .slide-product-content {
    background: #f7eff0;
}
.from-category-imbunatatire .slide-product-content {
    background: #e2ecfd;
} 


.slick-current .slide-product-item {
    box-shadow: -1px -3px 10px 8px rgba(0,0,0,0.1);
}
.slick-current .slide-product-item img {
    transform: scale(1.1);
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    padding: 16px 22px;
    font-size: 16px;
    width: 48px;
    height: 48px;
    transition: .2s;
    border: 1px solid #cecece;
    border-radius: 5px;
    z-index: 10;
}

.slick-arrow:hover {
    border-color: #888;
}

.slick-arrow.fa-angle-left {
    left: 32px;
}

.slick-arrow.fa-angle-right {
    right: 32px;
}


.cantitate-disponibila {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    transition: .3s;
}

.cantitate-disponibila.selected {
    cursor: default;
}

.checkbox-icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.checkbox-icon-sm {
    width: 16px;
    height: 16px;
}

.cantitate-disponibila .checkbox-icon {
    margin: auto;
}

.checkbox-icon span {
    display: block;
}

.checkbox-square {
    width: 100%;
    height: 100%;
    background: #7d7979;
    transition: .3s;
}

.cantitate-disponibila.selected .checkbox-square {
    background: #463739;
}

.checkbox-check {
    position: absolute;
    bottom: 10px;
    left: 13px;
    opacity: 0;
    transition: .3s;
}

.checkbox-icon-sm .checkbox-check {
    left: 6px;
    bottom: 4px;
}

.cantitate-disponibila:hover .checkbox-check {
    opacity: 0.3;
}

.cantitate-disponibila.selected .checkbox-check {
    opacity: 1;
}

.checkbox-check:before,
.checkbox-check:after  {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 2px;
    transform-origin: bottom;
    background: #fff;
}

.checkbox-check:before {
    height: 6px;
    transform: rotate(-34deg)
}

.checkbox-icon-sm .checkbox-check:before {
    height: 5px;
}

.checkbox-check:after {
    height: 15px;
    transform: rotate(34deg)
}

.checkbox-icon-sm .checkbox-check:after {
    height: 10px;
}

.cantitate-disponibila-text {
    transition: .3s;
}

.cantitate-disponibila.selected .cantitate-disponibila-text {
    color: #4c180c;
}

.type-product .cantitati-disponibile-box {
    background: #c0e6c5;
    padding: 1rem;
}



.item-variations {
    text-align: left;
}
.row-cart-item-variation {
    margin-top: 32px;
    padding-top: 8px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #c5ecb2;
}
.row-cart-item-variation:first-child {
    margin-top: 8px;
}


/* maro - #24181a (imbunatatirea solului) */

/* verde - #6cb846 (nutritie) */ 

/* rosu - #ff3244 (stimulare) */

/* albastru - #093da0 (imbunatatire) */

/* portocaliu - #ff9e34 */

.scroll-to-top {
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 1000;
    bottom: 125px;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.scroll-to-top:before {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    line-height: 1;
    font-size: 30px;
    font-style: normal;
    direction: ltr;
    height: 30px;
    display: block;
    width: 30px;
    font-size: 24px;
    padding-top: 1px;
    padding-left: 2px;
}

.scroll-to-top.hidden {
    opacity: 0;
    -webkit-animation: fade-out-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            animation: fade-out-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.scroll-to-top.visible {
    opacity: 1;
    -webkit-animation: fade-in-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
            animation: fade-in-right 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-webkit-keyframes fade-out-right {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes fade-out-right {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}


@media (max-width: 1000px) {
    .col-coda {
        width: 50%;
        padding-left: 15px;
        padding-left: 15px;
    }
    .col-coda a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        min-width: unset;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
        letter-spacing: 0.5px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .logo {
        max-width: 100px;
    }
    .top-reached .logo {
        max-width: 100px;
    }
    .img-bidoane img {
        max-width: 100% !important;
    }

    #main-navbar-collapse {
        background: rgba(255,255,255,0.9);
        text-align: center;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    /* .top-reached #main-navbar-collapse {
        background: rgba(0,0,0,0.9);
    } */
    #main-navbar .navbar-toggler {
        transform: translateY(-9px);
        outline: 0 !important;
    }
    #main-navbar .nav-link.search-toggle {
        display: inline-block;
    }
    /* .top-reached .navbar-toggler .icon-bar {
        background: #fff;
    } */
    .search-wrapper {
        max-height: calc(100vh - 0px);
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .top-reached .search-wrapper {
        max-height: calc(100vh - 0px);
    }
    .search-wrapper .search-results {
        width: 100%;
    }
    .search-wrapper .search-results ul li img {
        width: 56px;
    }
    .search-wrapper .search-results ul li a {
        font-size: 12px;
        font-weight: 700;
    }
    .col-subcategory {
        width: 50%;
        float: left;
    }
    .subcategory-item a {
        display: block;
    }
}

@media (max-width: 575px) {

    .cart-content .cart-item {
        margin-right: 0;
        display: block;
    }
    .col-cart-item-variation {
        max-width: 220px;
    }
    .cart-message-box-buttons a {
        font-size: 9px;
    }
    #cart-message-box {
        right: 0;
        width: 100%;
    }
}


.pret-taiat {
    position: relative;
    margin-right: 10px;
    font-style: italic;
}
.pret-taiat, .pret-taiat span,
.pret-taiat .price-value {
    color: #7d9797 !important;
}
.pret-taiat:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 50%;
    left: 0;
    content: '';
    background: #24181a;
}

.price-posibil-redus.cu-pret-redus .price-original {
    display: inline-block;
    position: relative;
    font-style: italic;
    line-height: 1;
    padding: 0 5px;
}
.price-posibil-redus.cu-pret-redus .price-original span,
.price-posibil-redus.cu-pret-redus .price-original .price {
    color: #7d9797 !important;
}

.price-posibil-redus.cu-pret-redus .price-original:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 50%;
    left: 0;
    content: '';
    background: #7d9797;
    margin-bottom: 1px;
}

.price-posibil-redus.fara-pret-redus .price-redus {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.single-product-price .price-posibil-redus.cu-pret-redus .price-original::after {
    margin-bottom: -3px;
}

.alert.fade:not(.show) {
    opacity: 1;
}
.alert {
    z-index: 5000;
    font-weight: 600;
    text-align: center;
}