/* @import 'grid-container.css'; */
/*@import 'mega-menu.css';*/
/*@import 'category-page.css';*/
/*@import 'homepage.css';*/

/* Aglet Mono font */
@import url("https://use.typekit.net/nxv4lrc.css");
/* Aglet Sans Font */
@import url("https://use.typekit.net/jci7yxt.css");
/* Aglet Slab Font */
@import url('https://use.typekit.net/oub1pvt.css');

html {
    overflow-y: initial !important;
}

body {
    font-family: aglet-sans, roboto, sans-serif;
    font-size: 1.521rem;
    max-width: 100vw;
    overflow-x: hidden;
    padding-top: 0 !important;
    background-color: transparent;
}

body input,select,textarea,button {
    font-family: aglet-sans, roboto, sans-serif;
}

body.modal-open,
body.modal-open .modal {
    padding-right: 0 !important;
}

body p {
    color: #5E5047;
}

.modal-dialogue {
    min-height: 100vh;
}

/* .citatProdus,
.subtitluProdus,
.descriere,
.descriere-produs,
article[itemprop=description] {
    font-family: aglet-sans, sans-serif, Trebuchet, 'PT Serif';
} */

/* .cartu-top-bar,
.md-button,
.md-headline,
.autorProdus,
.subtitlu-produs,
.cartu-section-title,
.grid-product-details,
.main-product,
.breadcrumb,
md-card,
footer,
.subcategoriiContainer,
.pagination,
md-checkbox,
.sortDisplayPagination,
md-option,
.checkout__summary thead th,
.checkout__summary tfoot th,
.checkout__summary tbody td:last-child,
.checkout__summary .checkout__total,
.cartu-admin-menu,
.gridProdCounter,
.tp-caption .BannerTitle,
.tp-caption .BannerSubtitle,
.tp-caption .BannerSubslide,
.iconBanners,
.hoverTitle .sectionName,
md-pagination-wrapper,
#modalLogin .modal-header,
.emailAuth,
.btn-black,
.btn-cartu,
.user-view .summary,
.alert,
.ratingContainer,
.homePage .delivery-option .hoverMe span,
.cat-image .pozitieTop,
.cat-image .numeProdus,
.gu-mirror,
*[class^="bannerVanzari-"],
#checkout-products-grid,
.modal,
v-pane-header {
    font-family: aglet-sans, Montserrat, Trebuchet, sans-serif;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: aglet-slab, Montserrat, Trebuchet, sans-serif;
}

.md-headline,
.cartu-section-title,
#productScroller button.md-button>span:first-child,
h1,
h2,
h3,
h4,
h5,
h6,
.grid-product-details .subtitlu-produs,
.productAttrLabel,
.breadcrumb,
.cartCard .pret,
.subcategoriiContainer,
.productStock,
.iconBanners {
    letter-spacing: -.03rem;
}

a {
    border-bottom: 1px solid transparent;
    margin: -1px -3px 0;
    padding: 1px 3px 0;
}

.meniu-cartu a,
.footer-links a,
a.clean-a,
.clean-a a {
    border-bottom: initial;
    margin: initial;
    padding: initial;
}

a:hover {
    border-bottom: 1px dotted rgba(0, 0, 0, .12);
    text-decoration: none;
}

.meniu-cartu a:hover,
a.clean-a:hover,
.clean-a a:hover {
    background-color: initial;
    border-bottom: initial;
    text-decoration: none;
}

.md-button,
.breadcrumb,
md-grid-tile,
md-card {
    font-weight: 400;
}

.md-button {
    padding: 0 15px;
}

#productScroller .md-button {
    padding: 0;
}

.md-title,
.productPrice {
    font-weight: 500;
}

.productPrice.discountPrice {
    color: #E2735F;
}

.breadcrumb,
h5.subtitlu-produs,
.productNew,
.tp-caption .BannerSubtitle,
#modalLogin .modal-header,
.emailAuth,
.btn-black,
.btn-cartu,
.tp-caption .BannerSubslide {
    font-weight: 200;
    text-transform: uppercase;
}

#modalLogin .modal-header,
.emailAuth,
.btn-black {
    font-size: 2.1rem;
    line-height: 1.7rem;
}

:focus {
    outline: none;
}

@media(min-width: 768px) {
    .rwd-break {
        display: none;
    }

    .pagerContainer {
        padding-left: 2rem;
    }

    .content-wrap .cartu-top-bar>.container {
        position: relative;
        padding: 0;
    }

    .modal.fade .modal-dialog {
        top: 50vh;
        position: relative;
        margin: 0 auto;
    }

    .modal-dialog .modal-content {
        top: 50%;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        margin: 0 auto;
        width: 600px;
        left: 50%;
    }

    #loginModal .modal-dialog .modal-content {
        top: 42%;
    }

    .topVanzari .tparrows {
        visibility: visible;
        height: 300px;
        width: 60px;
        position: absolute;
        pointer-events: none;
    }

    .topVanzari .tparrows:before {
        top: 50%;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60px;
    }

    .topVanzari .mTSWrapper:before,
    .topVanzari .mTSWrapper:after {
        width: 80px;
        height: 100%;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        border: solid rgba(255, 255, 255, .85);
        border-width: 0 1px;
    }

    .topVanzari .mTSWrapper:after {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .65)), to(rgba(255, 255, 255, 1)));
        background: -moz-linear-gradient(left, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
        background: -o-linear-gradient(left, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
        background: linear-gradient(to right, rgba(255, 255, 255, .65), rgba(255, 255, 255, 1));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .topVanzari .mTSWrapper:before {
        background: rgb(255, 255, 255);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .65));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .65));
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, .65)));
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .65));
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, .65));
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, .65));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .topVanzari .mTSWrapper:after {
        left: -webkit-calc(100% - 80px);
        left: -moz-calc(100% - 80px);
        left: calc(100% - 80px);
    }

    .actionBar .md-menu-toolbar button {
        min-height: 4rem;
        height: 4rem;
    }

    .md-toolbar-tools {
        height: 4rem;
        max-height: 4rem;
    }

    .very-small-logo .meniu-cartu.small-logo #logo {
        -webkit-flex-basis: 45px;
        -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    }

    .adreseCheckout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }

    #wrapper {
        padding-right: 0
    }

    #wrapper.toggled {
        padding-right: 250px;
    }

    #sidebar-wrapper {
        width: 0
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
        margin-right: 250px
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 250px
    }

    prod-list-box:nth-child(2):before {
        display: none;
    }

    prod-list-box:nth-child(2n):after,
    prod-list-box:last-child:after {
        display: none;
    }
}

.linkList>*:last-child {
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
}

.linkList>*:first-child {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "aglet-sans, Montserrat, Trebuchet, sans-serif;
}

ul.arrowList {
    list-style-type: none;
}

ul.arrowList li:before {
    content: '»';
    margin: 0 1.5rem 0 -1.5rem;
}

.linkList {
    background-color: #71984A;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 1.5rem;
}

.linkList a {
    color: white;
}

@media (max-width: 1199px) {
    .quarter {
        text-align: center;
    }

    .quarter>figure {
        max-width: 293px;
        min-width: 293px;
        display: inline-block;
        text-align: initial;
    }
}

@media (max-width: 991px) {
    .linkList {
        display: block;
        margin-top: 35px;
    }

    .quarter.moleskine {
        max-width: 293px;
        min-width: 292px;
        margin: 0 auto 30px;
        display: inline-block;
    }
}

@media(max-width: 767px) {

    .quarter.moleskine {
        max-width: 293px;
        margin: 0 auto 30px;
    }

    .cartu-top-bar.very-small-logo .logo-cartu {
        -webkit-transform: scale(.5) translateX(-100%);
        -ms-transform: scale(.5) translateX(-100%);
        -moz-transform: scale(.5) translateX(-100%);
        -o-transform: scale(.5) translateX(-100%);
        transform: scale(.5) translateX(-100%);
    }

}

@media (max-width: 319px) {
    .quarter.moleskine>figure {
        min-width: 100%;
        display: block;
    }
}



@media (max-width: 767px) {
    .categoryContent .categorie {
        margin-left: 17px;
    }
}

/* ==================== pagina categorie ==========*/
.site-category-view-823 .cartu-page {
    background-color: rgba(255, 255, 255, .85);
}

.gridProdCounter {
    font-size: 1.6rem;
    line-height: 2.7rem;
}

.offer-view md-select {
    margin: 0 0 15px;
}

md-card .offerMobileBanner img {
    width: 525px;
    height: 300px;
}

md-input-container {
    width: 100%;
}

md-input-container [data-ng-messages],
md-input-container [ng-messages],
md-input-container [x-ng-messages] {
    min-height: 20px;
}

.checkbox-container {
    padding: 6px 0 6px 6px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
}

@media (max-width: 767px) {
    .cartu-page>div>.row>*>h1 {
        display: none;
    }
}

@media (max-width: 479px) {
    .pagerContainer {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagerContainer>* {
        min-width: 35%;
        margin: -2rem 0;
    }

    .pagerContainer {
        margin-top: 2rem;
    }
}

h1.pageTitle {
    font-weight: bold;
    margin-top: 15px;
}

.collapse-toggle .material-icons {
    right: 0;
    top: 8px;
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -moz-transition: transform .3s linear, -moz-transform .3s linear;
    -o-transition: transform .3s linear, -o-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear, -moz-transform .3s linear, -o-transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.collapse-toggle.collapsed .material-icons {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

body:not(.isMobile) #container-site-category #coloana-produse {
    margin-left: 0;
}

.collapse-toggle {
    width: 100%;
    display: block;
}

/*=============================== reset bootstrap pagination ==*/

#scrollTop {
    position: fixed;
    bottom: 0;
    right: 50%;
    height: 4.5rem;
    width: 4.5rem;
    background-color: rgba(121, 153, 0, 0.35);
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 4.5rem;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    -webkit-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000001;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    border: 1px solid rgb(121, 153, 0);
    border-bottom-width: 0;
}

body {
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

#scrollTop:hover {
    background-color: rgba(121, 153, 0, 1);
}

#scrollTop .material-icons {
    font-size: 3rem;
    color: white;
    line-height: 4.4rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.pagination a {
    outline: none;
    cursor: pointer;
}

.sortDisplayPagination {
    margin: 0 -20px;
    max-width: 50%;
    min-width: 35%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
}

.sortDisplayPagination>* {
    min-width: 48%;
    padding: 0 1rem;
}

.sortDisplayPagination .switchLabel {
    text-transform: uppercase;
    white-space: nowrap;
}

.sortDisplayPagination md-input-container label.switchLabel:not(.md-no-float) {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
}

.sortDisplayPagination md-input-container input[data-ng-model="field.search_box"]:after {
    font-family: 'Material Icons';
}

.sortDisplayPagination md-input-container {
    right: -4%;
}

.sortDisplayPagination md-input-container label {
    right: 100%;
    white-space: nowrap;
    bottom: 80%;
}

.sortDisplayPagination .layoutSwitch>span.active,
.sortDisplayPagination .layoutSwitch>span.inactive {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 4px;
    display: inline-block;
}

.sortDisplayPagination .pagination,
#coloana-produse .pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

.sortDisplayPagination .pagination {
    margin: 0;
}

.layoutSwitch .material-icons {
    display: inline-block;
    font-size: 3.6rem;
    line-height: 2.0rem;
    top: 1.2rem;
    position: relative;
}

.layoutSwitch .material-icons.inactive {
    color: #ccc;
    cursor: not-allowed;
}

.layoutSwitch {
    display: none;
}

.pagination>li>a,
.pagination>li>span {
    padding: 2px 5px;
    height: 2.7rem;
    text-align: center;
    font-size: 2rem;
    line-height: 2.7rem;
    color: rgba(0, 0, 0, .87);
    font-weight: 500;
    border: none;
}

.pagerContainer div[flex] {
    position: relative;
}

.pagerContainer div[flex]:before {
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, .12);
    content: '';
    top: 50%;
    position: absolute;
}

.pagerContainer div[flex]:last-child:before {
    left: 15px;
}

.pagerContainer div[flex]:first-child:before {
    right: 15px;
}

.pagination>li {
    display: block;
    min-width: 2rem;
    text-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #71984A;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #ccc;
    cursor: not-allowed;
    background-color: transparent;
    border: none;
}

.pagination>li>a i,
.pagination>li>span i {
    font-size: 3.0rem;
    line-height: 2.7rem;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #71984A;
    cursor: default;
    background-color: transparent;
    min-width: 2rem;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: transparent;
}

grid-filter-layoutswitch {
    visibility: hidden;
}

.checkoutErrorMessages {
    text-align: right;
    border: 5px solid #E2735F;
    padding: 15px 0;
}

@media (max-width: 767px) {
    #scrollTop {
        display: none !important;
    }

    .pagerContainer .col-sm-6 {
        width: 100%;
    }

    .sortDisplayPagination md-input-container:last-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    .sortDisplayPagination {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        /*margin: -15px 0 15px;*/
    }

    .sortDisplayPagination>* {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 30%;
        text-align: left;
    }

    grid-filter-layout-switch {
        display: none;
    }

    .layout-align-space-between-center:has(> .sortDisplayPagination) {
        justify-content: end;
    }

    .sortDisplayPagination {
        width: 75%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 -8px;
    }

    #coloana-produse .gridProdCounter {
        top: 1.5rem;
        right: 1.2rem;
    }

    #coloana-produse .pagination {
        margin: 0;
    }

    .sortDisplayPagination md-input-container {
        right: 0;
        padding: 0 10px 0 0;
    }

    .sortDisplayPagination>* {}

    .sortDisplayPagination {
        min-width: 0;
    }
}


.subcategoriiContainer a {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 3px 6px 1px;
    letter-spacing: -.05rem;
}

ul.subcategoriiContainer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.panel-collapse>div {
    max-height: 386px;
    overflow: auto;
}

body.isMobile ul.subcategoriiContainer li a {
    line-height: 2.7rem;
}

ul.subcategoriiContainer li a {
    display: block;
    padding: 3px 6px;
    margin: 0 -15px;
    line-height: 1.6rem;
}

div.subcategoriiContainer a:first-child {
    margin-left: -6px;
}

.loginBar md-menu-item .md-button {
    text-align: center;
    margin-left: 1rem;
}

.leftDrawer md-checkbox {
    display: block;
}

.leftDrawer .panel-collapse>div {
    max-height: initial;
}

.leftDrawer .checkbox-container {
    max-height: initial;
}

.leftDrawer.closed .drawerToggle .material-icons {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.leftDrawer .drawerToggle .material-icons {
    font-size: 4rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.leftDrawer .drawerToggle {
    font-size: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    position: absolute;
    right: 1.5rem;
    top: 0;
    width: 4.5rem;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    color: rgba(255, 255, 255, .7);
}

.leftDrawer.closed .drawerToggle {
    background-color: #71984A;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    top: 19.5rem;
    height: 4.5rem;
}

.leftDrawer.closed {
    background-color: transparent;
}

.leftDrawer.animated {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform .3s cubic-bezier(.4, 0, .2, 1), -moz-transform .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform .3s cubic-bezier(.4, 0, .2, 1), -o-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1), -moz-transform .3s cubic-bezier(.4, 0, .2, 1), -o-transform .3s cubic-bezier(.4, 0, .2, 1);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1), -webkit-transform .3s cubic-bezier(.4, 0, .2, 1);
}

.leftDrawer {
    position: fixed;
    height: -webkit-calc(100vh + 4.5rem);
    height: -moz-calc(100vh + 4.5rem);
    height: calc(100vh + 4.5rem);
    padding: 4.5rem 6rem 4.5rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    right: -webkit-calc(100vw - 320px);
    right: -moz-calc(100vw - 320px);
    right: calc(100vw - 320px);
    top: 0;
    z-index: 14;
    overflow: visible;
    background-color: rgba(121, 153, 0, 0.42);
    opacity: 1;
}

.leftDrawer.loading {
    opacity: 0;
}

.leftDrawer .panel-heading .material-icons {
    top: 0;
    font-size: 39px;
}

.leftDrawer .panel-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.leftDrawer .panel-heading {
    background-color: #71984A;
    color: white;
}

.leftDrawer .panel-heading a:active,
.leftDrawer .panel-heading a:focus,
.leftDrawer .panel-heading a:hover {
    color: white;
}

.collapse .panel-heading {
    position: relative;
}

.collapse-toggle {
    outline: none !important;
}

.leftDrawer .drawer-content {
    background-color: rgba(250, 250, 250, 1);
    padding: 10px 10px 45px;
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12);
    min-height: calc(100% + 1px);
    max-height: calc(100% + 1px);
    overflow-x: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    position: relative;
    height: -webkit-calc(100vh - 4.5rem);
    height: -moz-calc(100vh - 4.5rem);
    height: calc(100vh - 4.5rem)
}

.site-category-view md-input-container,
.search-view md-input-container {
    padding-bottom: 1rem;
    margin: 18px 0 0;
}

.md-select-menu-container {
    z-index: 1052;
}

md-backdrop.md-select-backdrop {
    z-index: 1051;
    position: fixed;
}

html {
    height: 100%;
}

.modal-header .close {
    margin: -1rem;
    font-size: 7rem;
    font-weight: 100;
    line-height: 3rem;
    font-family: 'aglet-sans', 'Montserrat', sans-serif;
}

.checkoutSection {
    margin: 2.5rem 1rem;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, .1), inset 0 3px 4px 0 rgba(0, 0, 0, .07), inset 0 3px 3px -2px rgba(0, 0, 0, .06);
    -moz-box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, .1), inset 0 3px 4px 0 rgba(0, 0, 0, .07), inset 0 3px 3px -2px rgba(0, 0, 0, .06);
    box-shadow: inset 0 1px 8px 0 rgba(0, 0, 0, .1), inset 0 3px 4px 0 rgba(0, 0, 0, .07), inset 0 3px 3px -2px rgba(0, 0, 0, .06);
}

.checkoutSection .tab-content {
    background-color: white;
    border: solid #DDD;
    border-width: 0 1px 1px;
    margin-left: -3px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 2rem;
    min-height: 225px;
}

.checkoutSection .tab-pane {
    overflow: hidden;
}

md-radio-group md-radio-button:not(:first-child) {
    position: relative;
}

@media(min-width: 768px) {
    md-radio-group md-radio-button:not(:first-child):before {
        height: 300%;
        width: 0;
        border: solid;
        border-width: 0 1px;
        border-color: transparent white transparent rgb(225, 225, 225);
        position: absolute;
        left: -5%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: ' ';
    }
}

@media (max-width: 767px) {
    .checkoutSection {
        margin: 0 0 1.5rem;
        padding: .5rem;
    }
}

.infoCheckoutBox {
    padding: 5rem 1.5rem 1.5rem;
    border: 1px solid #DDDDDD;
    position: relative;
    -webkit-border-radius: 0 3rem;
    -moz-border-radius: 0 3rem;
    border-radius: 0 3rem;
    background-color: rgba(255, 255, 255, 1);
    margin: 0 1.3rem 1.3rem;
}

@media (min-width: 768px) {
    .infoCheckoutBox {
        margin: 4.3rem 0 0;
    }
}

.checkoutSection .cartu-icons-info {
    position: absolute;
    font-size: 4rem;
    color: #DDD;
    right: 0;
    top: 0;
    height: 5rem;
    width: 5.8rem;
    text-align: center;
}

/*=============================== paper tabs =====*/

.h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 3.6rem;
    font-weight: bold;
}

.md-headline {
    font-size: 2.6rem;
    margin-bottom: 0;
}

.category-item {
    display: inline-block;
    min-height: 120px;
    float: none;
}

.site-category-index>.site-category-view>.container>.row {
    padding-top: 20px;
}

/*=================== New Cartu ======*/
.loginFlex {
    max-width: 62%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.1rem;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 200;
    overflow: hidden;
    left: 5px;
}

@media screen and (max-width: 450px) {
    .loginFlex {
        flex-direction: column;
        min-height: 180px;
        justify-content: space-around;
    }
}

.auth-client {
    margin: 0 0 0 1em;
}

.auth-clients .auth-clients {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.modal .col-xs-6 {
    text-align: center;
}

.modal .col-xs-6 button {
    display: inline-block;
    margin: 0 auto;
    min-width: 80%;
}

@media(max-width: 767px) {
    .modal.fade .modal-dialog {
        top: initial;
    }

    .modal-dialog .modal-body {
        min-height: initial;
        max-height: 85vh;
        overflow-y: auto;
    }
}

.modal-body .customer-address-create h1 {
    display: none;
}

.btn-cartu {
    color: #ffffff;
    background-color: #71984A;
    border-color: rgba(0, 0, 0, .12);
}

.btn-cartu:hover,
.btn-cartu:focus,
.btn-cartu:active,
.btn-cartu.active,
.open .dropdown-toggle.btn-cartu {
    color: #ffffff;
    background-color: #FF8533;
    border-color: rgba(0, 0, 0, .12);
}

.btn-cartu:active,
.btn-cartu.active,
.open .dropdown-toggle.btn-cartu {
    background-image: none;
}

.btn-cartu.disabled,
.btn-cartu[disabled],
fieldset[disabled] .btn-cartu,
.btn-cartu.disabled:hover,
.btn-cartu[disabled]:hover,
fieldset[disabled] .btn-cartu:hover,
.btn-cartu.disabled:focus,
.btn-cartu[disabled]:focus,
fieldset[disabled] .btn-cartu:focus,
.btn-cartu.disabled:active,
.btn-cartu[disabled]:active,
fieldset[disabled] .btn-cartu:active,
.btn-cartu.disabled.active,
.btn-cartu[disabled].active,
fieldset[disabled] .btn-cartu.active {
    background-color: #71984A;
    border-color: rgba(0, 0, 0, .12);
}

.btn-cartu .badge {
    color: #71984A;
    background-color: #ffffff;
}

.submitFormGroup {
    text-align: center;
}

.site-login .input-group-addon,
.site-signup .input-group-addon {
    min-width: 80px;
}

.site-signup .auth-clients ul,
.site-login .auth-clients ul {
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

#modalLoginForm md-input-container,
#modalSignupForm md-input-container {
    margin-top: 8px;
}

#modalLoginForm,
#modalSignupForm {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height cubic-bezier(.4, 0, .2, 1) .6s, opacity .6s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: max-height cubic-bezier(.4, 0, .2, 1) .6s, opacity .6s cubic-bezier(.4, 0, .2, 1);
    -o-transition: max-height cubic-bezier(.4, 0, .2, 1) .6s, opacity .6s cubic-bezier(.4, 0, .2, 1);
    transition: max-height cubic-bezier(.4, 0, .2, 1) .6s, opacity .6s cubic-bezier(.4, 0, .2, 1);
}

#modalLoginForm button[type="submit"],
#modalSignupForm button[type="submit"] {
    margin: 0;
    color: white;
    background-color: #71984A;
}

#modalLoginForm md-input-container:first-child,

#modalLoginForm button[type=submit],
#modalSignupForm button[type=submit] {
    min-width: 100%;
    display: inline-block;
    margin: 10px 0 30px;
}

#modalLogin .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#modalLogin .modal-dialog {
    max-width: 420px;
}

#modalLogin .modal-header {
    text-align: center;
}

#modalLoginForm.visible,
#modalSignupForm.visible {
    max-height: 400px;
    opacity: 1;
}

#modalLoginForm,
#modalSignupForm {
    padding: 15px 15px 0;
}

.auth-clients .auth-client {
    float: none;
    display: inline-block;
}

.auth-clients ul {
    text-align: center;
    padding: 0;
    margin: 0 0 0 1em;
}

.auth-link.google .material-icons {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.auth-link.google .material-icons {
    background-color: #DC4E41;
}

.auth-link.facebook .material-icons {
    background-color: #3b5998;
}

.emailAuth {}

#modalLogin .btn-black,
#modalLogin .btn-cartu {
    padding: 1rem 1rem .7rem;
}

#modalLogin h4 {}

#modalLogin .btn-black {
    min-width: 62%;
    background-color: #424242;
    color: white;
    margin: 10px 0;
}

#modalLogin .btn-black:hover {
    background-color: #212121;
    color: #D6FF43;
}

#modalLogin .btn-black.activ {
    color: white;
    background-color: #71984A;
}

#modalLogin .btn-black:active,
.btn-black:focus {
    color: white;
    background-color: #71984A;
}

.auth-clients .auth-client .auth-link .auth-title {
    display: none;
}

[data-ng-controller="dHFilterGrid"] {
    position: relative;
}

*[class^="bannerVanzari-"] {
    min-height: 300px;
}

*[class^="bannerVanzari-"] span {
    display: block;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 4.2rem;
    text-transform: uppercase;
    position: relative;
    white-space: pre;
    padding: 100px;
}


/************************* Revolution Slider ***********/


img.rev-slidebg {
    width: 100%;
    height: auto;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.tp-banner.revslider-initialised.tp-simpleresponsive {
    position: relative;
}

.tp-caption .BannerTitle {
    font-weight: 700;
    font-size: 2.6rem;
    margin: 0;
}

.tp-caption>a {
    color: #666;
}

.tp-caption>a:hover {
    color: #71984A;
    text-decoration: none;
}

.tp-caption .BannerDescription {
    background-color: rgba(121, 153, 0, .42);
    padding: 20px;
    color: white;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
}

.overflew img {
    width: -webkit-calc(100% + 40px) !important;
    width: -moz-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    margin: -20px -20px 0 -20px !important;
    height: auto !important;
}

li[data-transition="slidevertical"] {
    overflow: visible !important;
}

.tp-caption.overflew {
    top: 15px;
    -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
}

.sft.slidelink {
    z-index: 1 !important;
}

.tp-caption .SubslideTitle {
    width: 100%;
    position: absolute;
    bottom: 3px;
    background-color: #fafafa;
    overflow: hidden;
}

.tp-caption .SubslideTitle span {
    padding: 0 10px;
    display: block;
    width: 100%;
    max-height: 0;
    border-top: 3px solid #71984A;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
    transition: all .3s cubic-bezier(.4, 0, .2, 1) !important;
}

.tp-caption:hover .SubslideTitle span {
    max-height: 200px;
    padding: 10px !important;

}

.tp-caption .BannerSubslide {
    color: #787878;
    border-bottom: 5px solid #71984A;
}

.tp-revslider-mainul .tp-mask-wrap {
    min-width: 400px;
}

@media (max-width: 1199px) {
    .tp-revslider-mainul .tp-mask-wrap {
        min-width: 274px;
        max-width: 274px;
    }
}

.topPadding {
    padding-top: 15px;
}

.cartu-section-title {
    width: 100%;
    font-weight: 700;
    font-size: 2.6rem;
    padding: 0.3rem 0;
    color: #333;
    margin: 1.5rem 0 .5rem;
    position: relative;
    text-align: left;
}

.cartu-section-title.thin {
    font-weight: 400;
    top: -1px;
}

.cartu-section-title.pageTitle {
    margin-top: 0;
}

.left-right-8px {
    margin-left: .8rem;
    margin-right: .8rem;
}

.product-slider {
    margin: 15px;
}

.product-slider md-tabs[md-border-bottom] md-tabs-wrapper {
    border-bottom: none;
}

#homeProductTabs {
    position: relative;
    height: 240px;
}

#homeProductTabs .nav-tabs.nav-stacked {
    display: none;
}

.productImageContainer {
    width: 100%;
    background: white no-repeat bottom center/contain;

}

.products-container-grid .productImageContainer {
    min-height: 240px;
}

@media (max-width: 1199px) {
    .products-container-grid .productImageContainer {
        min-height: 220px;
    }
}

@media (max-width: 991px) {
    .products-container-grid .productImageContainer {
        min-height: 224px;
    }
}

@media (max-width: 767px) {
    .products-container-grid .productImageContainer {
        min-height: 240px;
    }
}

.productImageContainer img {
    max-width: -webkit-calc(100% - 4px);
    max-width: -moz-calc(100% - 4px);
    max-width: calc(100% - 4px);
    max-height: -webkit-calc(100% - 4px);
    max-height: -moz-calc(100% - 4px);
    max-height: calc(100% - 4px);
}

.site-cartu .products-container-grid {
    left: -2px;
    background-color: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}

.site-cartu-bf .products-container-grid {
    left: -2px;
    background-color: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
}

/** ADD TO WISHLIST **/

.addToWishList {
    position: relative;
    background-color: transparent;
    transition: background-color .35s cubic-bezier(.4, 0, .2, 1);
    margin: 0px;
}

.product-page .detailsContainer .wListUnderline {
    display: block!important;
}

.product-page .addToWishlist {
    margin: 0 -16px;
}

.wListsContainer {
    position: absolute;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    opacity: 0;
    transform: scale(1, 0);
    transition: all .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s .3s cubic-bezier(.4, 0, .2, 1);
    transform-origin: 50% -10%;
}

.addToWishList.open {
    background-color: white;
}

.open .wListsContainer {
    opacity: 1;
    transform: scale(1, 1);
    z-index: 8;
}

.wListsContainer > *:nth-child(1) {
    transition-delay: .02s;
}

.wListsContainer > *:nth-child(2) {
    transition-delay: .04s;
}

.wListsContainer > *:nth-child(3) {
    transition-delay: .06s;
}

.wListsContainer > *:nth-child(4) {
    transition-delay: .08s;
}

.wListsContainer > *:nth-child(5) {
    transition-delay: .1s;
}

.wListsContainer > *:nth-child(6) {
    transition-delay: .12s;
}

.wListsContainer > *:nth-child(7) {
    transition-delay: .14s;
}

.wListsContainer > *:nth-child(8) {
    transition-delay: .16s;
}

.wListsContainer > *:nth-child(9) {
    transition-delay: .18s;
}

.wListsContainer > *:nth-child(10) {
    transition-delay: .2s;
}

.addToWishList > a {
    padding: 10px 16px;
    margin-bottom: -5px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.wListsContainer {
    z-index: 10!important;
    background-color: #fdfcfc;
    top: 5px;
    border-radius: 8px;
}

.wList {
    width: 100%;
    padding: 12px;
    margin: 0;
    transform: scale(.6, 0);
    transform-origin: 50% 35%;
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .11);
    font-size: 12px;
    text-align: left;
}

.wList:last-child {
    background-color: #fffefe;
    border-radius: 0 0 8px 8px;
}

.wList strong {
    padding-left: 25px;
}

.wList strong i {
    position: absolute;
    left: 8px;
    font-size: 1.86rem;
}

.wList:hover {
    background-color: #f8f8f8;
}

.wList > .material-icons {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 1.86rem;
    color: #71984a;
    pointer-events: none;
}

.wList > .clean-a {
    display: block;
    margin: -16px;
    padding: 12px;
    font-size: 14px;
    color: #71984a;
}

.addToWishList.open .wList {
    transform: scale(1, 1);
}

.cartu-grid-list .addToWishListWrapper,
.products-container-grid .addToWishListWrapper,
.product-list-container .addToWishListWrapper,
.topVanzari .addToWishListWrapper,
.shuffleCard .addToWishListWrapper
{
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 225px;
}

.product-list-container .addToWishListWrapper
{
    top: 5px;
    left: 16%;
    width: 50%;
    max-width: 225px;
}

.addToWishListWrapper .heart {
    position: absolute;
    top: 7px;
    right: 12px;
    color: #71984A;
    z-index: 8;
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 25px;
    background-color: white;
}

.addToWishListWrapper .heart {
    background-color: white!important;
}

/* These are mutually exclusive */
.addToWishList.discount .heart,
.addToWishList.voucherDiscount .heart
{
    top:40px;
}

.products-container-grid .addToWishList .heart,
.product-list-container .addToWishList .heart,
.cartu-grid-list .addToWishList .heart,
.topVanzari .addToWishList .heart,
.shuffleCard .addToWishList .heart
{
    padding: 0!important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.product-list-container .addToWishList .heart {
    position: absolute;
    right: auto;
    left: 6px;
    top: 11px;
}

.addToWishListWrapper .heart > .material-icons {
    font-size: 1.7rem;
    line-height: 23px;
}

.addToWishListWrapper .heart.green {
    color: #71984A;
}

.wListsContainer .wList > :last-child {
    display: flex;
    justify-content: space-between;
}

md-card-footer hr, md-card-content hr {
    margin: 10px -16px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.wListCover {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 7%;
    position: absolute;
    z-index: 5;
}

.wListTop {
    background-color: #eef1e8;
    padding: 5px 15px;
    position: relative;
    text-align: left;
    font-size: 1.5rem;
}

.wListTop .wListClose {
    right: 15px;
    position: absolute;
}

.wListTop .wListClose i {
    font-size: 1.86rem;
    line-height: 23px;
}

.wListWrapper {
    max-height: 212px;
    overflow-y: scroll;
}

/** END ADD TO WISHLIST **/


.wishlist-view .products-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wishlist-view .cartu-grid-tile {
    max-width: 16.6667%;
    height: 350px;
}



.shuffleCard .product-labels .productDiscount,
.shuffleCard .product-labels .productDiscountVoucher  {
    position: absolute;
    background-color: #E2735F;
    color: white;
    padding: 1px 9px;
    -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, .21);
    -moz-box-shadow: 1px 3px 7px rgba(0, 0, 0, .21);
    box-shadow: 1px 3px 7px rgba(0, 0, 0, .21);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.shuffleCard .product-labels .productDiscount,
.shuffleCard .product-labels .productDiscountVoucher {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    top: .9rem;
    right: -.6rem;
}

.shuffleCard .product-labels .productDiscount,
.shuffleCard .product-labels .productDiscountVoucher {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    top: .9rem;
    right: -.6rem;
}

.shuffleCard .product-labels .productDiscount:before,
.shuffleCard .product-labels .productDiscount:before {
    content: '-';
}

.shuffleCard .product-labels .productDiscount:after,
.shuffleCard .product-labels .productDiscountVoucher:after {
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid transparent;
    content: ' ';
    -webkit-backface-visibility: hidden;
}

.shuffleCard .product-labels .productDiscount:after,
.shuffleCard .product-labels .productDiscountVoucher:after {
    border-left-color: rgba(52, 79, 28, 0.75);
    border-top-color: rgba(52, 79, 28, 0.75);
    bottom: -4px;
    right: 0;
}

.shuffleCard .product-labels .productDiscount:after,
.shuffleCard .product-labels .productDiscountVoucher:after {
    right: 6px;
}

div.homePage>.row:last-child {
    margin-bottom: -30px;
}

.productPrice .suma {
    font-weight: normal;
    letter-spacing: -.1rem;
    margin-right: 1px;
}

.tp-caption .slideContent {
    max-height: 290px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .wishlist-view .cartu-grid-tile {
        max-width: 20%;
    }

    .tp-mask-wrap .productImageContainer {
        height: 230px;
    }

    .tp-mask-wrap .descriere-produs {
        line-height: 18px !important;
    }

    .tp-caption .descriere-produs {
        max-height: 165px;
    }

    .tp-caption .slideContent {
        max-height: 225px;
    }

    .tp-caption .md-headline {
        max-height: 7rem;
        overflow: hidden;
    }
}

.hideMore {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 2;
    min-height: 3rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
}

#homeProductTabs .productImageContainer {
    height: 240px;
}

#homeProductTabs .productImageContainer img {
    max-width: -webkit-calc(100% - 4px);
    max-width: -moz-calc(100% - 4px);
    max-width: calc(100% - 4px);
    max-height: -webkit-calc(100% - 4px);
    max-height: -moz-calc(100% - 4px);
    max-height: calc(100% - 4px);
    visibility: hidden;
}

#productScroller button.md-button {
    height: 48px;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    text-align: left;
    border-bottom: 1px solid rgba(66, 66, 66, .3);
}

#productScroller button.md-button>span:first-child {
    font-weight: bold;
    font-size: 1.9rem;
    text-transform: none;
    top: -.7rem;
    position: relative;
}

#productScroller button.md-button>span.subtitlu {
    bottom: -.5rem;
    left: 0;
    position: absolute;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 1.5rem;
}

#productScroller button.md-button.butonActiv {
    border-bottom-color: #71984A;
}

/** nano initial setup **/
#productScroller {
    position: relative;
    margin: 0 -15px;
    height: 240px;
    overflow: hidden;
    z-index: 1;
    background-color: white;
    padding-left: 15px;
}

.product-scroller-container {
    height: 270px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px 0;
}

#admin-toggle {
    position: absolute;
    left: -4.3rem;
    top: 9px;
    width: 4.3rem;
    height: 4.2rem;
    background-color: white;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    cursor: pointer;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#admin-toggle i.material-icons {
    position: relative;
    top: 50%;
    left: 53%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    color: #aaa;
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
}

md-divider.md-default-theme {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.cartu-admin-menu.opened #admin-toggle i.material-icons {
    color: #71984A;
}

.cartu-admin-menu h2 {
    font-weight: bold;
    margin-right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.cartu-admin-menu .dropdown {
    list-style-type: none;
    text-transform: uppercase;
    position: relative;
    min-width: 100%;
}

.cartu-admin-menu .dropdown>a {
    display: block;
    text-decoration: none;
}

.cartu-admin-menu .dropdown .dropdown-menu {
    text-transform: none;
    padding: 1rem;
    position: absolute;
    min-width: 270px;
    right: 100%;
    left: initial;
    top: -1rem;
    margin-right: 1rem;
}

.cartu-admin-menu .dropdown .dropdown-menu li {
    clear: right;
}

.cartu-admin-menu .dropdown .dropdown-menu .stockItems {
    float: right;
    background-color: #f5f5f5;
    min-width: 4.2rem;
    right: 0;
    text-align: right;
    padding: 0 1rem;
    border-bottom: 1px solid white;
}

.cartu-admin-menu {
    position: fixed;
    width: 240px;
    min-height: 100px;
    background-color: white;
    right: -241px;
    top: 60px;
    -webkit-transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: right .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: right .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), -moz-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1), -moz-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: right .3s cubic-bezier(.4, 0, .2, 1), box-shadow .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 20;
}

.cartu-admin-menu.opened {
    right: -1px;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .14), 0 4px 5px 0 rgba(0, 0, 0, .098), 0 1px 10px 0 rgba(0, 0, 0, .084);
    z-index: 21;
}

.cartu-admin-menu md-list-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.cartu-admin-menu md-list-item>a {
    width: 100%;
    min-height: 100%;
    line-height: 4.8rem;
    text-transform: uppercase;
    text-decoration: none;
}

.md-button.butonActiv {
    color: #71984A;
}

.tab-pane .descriere-produs p {
    margin-bottom: 0;
    font-size: 1.6rem;
}

.tab-content .descriere-produs:after {
    content: '[...]';
    position: absolute;
    color: rgba(66, 66, 66, .3);
    right: 15px;
    bottom: 0;
    background-color: white;
    padding: 0 1px;
    -webkit-box-shadow: -5px 0 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: -5px 0 10px rgba(255, 255, 255, 1);
    box-shadow: -5px 0 10px rgba(255, 255, 255, 1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: 200;
}

.container-butonDetaliiProdus {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
    z-index: 3;
}

.tp-caption .descriere-produs {
    max-height: 190px;
    overflow: hidden;
}

a.md-default-theme.md-button.butonDetaliiProdus {
    line-height: 42px !important;
    color: #71984A;
}

a.md-button.md-default-theme.md-button.butonDetaliiProdus:hover {
    color: white;
    background-color: #71984A;
}


.cat-image .numeProdus span {
    padding: 0 1rem;
    display: block;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
}

.cat-image:hover>.numeProdus {
    max-height: 270px;
    padding: 1rem 0 3.5rem;
}

.cat-image .numeProdus {
    border: solid #71984A;
    border-width: 3px 0;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    background-color: rgba(255, 255, 255, .85);
    bottom: -6px;
    max-height: 0;
    padding: 0;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition-delay: .18s;
    -moz-transition-delay: .18s;
    -o-transition-delay: .18s;
    transition-delay: .18s;
}

.slider-image-vanzari>img {
    border: 2px solid white;
    border-top-width: 0;
    border-bottom-width: 0;
}

.pozitieTop {
    z-index: 2;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    position: absolute;
    color: white;
    background-color: #71984A;
    width: 4rem;
    top: -6rem;
    right: 1rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    font-size: 2.1rem;
    font-weight: 400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
}

.cat-image:hover .pozitieTop {
    top: -3.2rem;
}

.slick-track .cat-image {
    position: relative;
}

.breadcrumb {
    border-bottom: 1px dashed rgba(0, 0, 0, .07);
    font-size: 1.2rem;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.breadcrumb>* {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* ugliest thing on the planet that saves the breadcrumbs */
@media screen and (min-width: 516px) {
    .product-page-breadcrumb {
        display: -webkit-box;!important;
        padding: 0 15px 0;!important;
        margin: 0 -15px;!important;
        line-height: 4rem;!important;
        min-height: 4.5rem;!important;
    }

    .product-page-breadcrumb > li {
        line-height: 4.4rem;!important;
    }
}

.breadcrumb:before {
    padding-right: 5px;
    white-space: nowrap;
}

.cartu-full-size {
    margin: 0 -15px;
}

.cartu-home-product-slider {
    margin: 15px 0;
    height: 360px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

#homeProductList {
    list-style-type: none;
    padding: 15px 0;
    margin: 0 -15px;
}

#homeProductList md-list-item.md-2-line .md-list-item-text h3 {
    line-height: 1.4em;
    margin: 0;
}

#homeProductList md-list-item.md-2-line .md-list-item-text {
    padding: 10px 0;
}

.md-list-item-text>a:hover {
    text-decoration: none;
}

.productListItem .productTitle {
    text-transform: capitalize;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    font-size: 1.9rem;
    letter-spacing: -.05rem;
}

.productListItem .productSubtitle {
    min-height: 1em;
}

.grid-view td img {
    max-width: 100%;
    max-height: 80px;
}

.kv-grid-container td hr {
    width: -webkit-calc(100% + 16px);
    width: -moz-calc(100% + 16px);
    width: calc(100% + 16px);
    margin: 8px -8px;
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.grid-view .panel-heading .pagination {
    margin: 0;
}

.grid-view .panel-heading,
.grid-view .panel-footer {
    background-color: white;
}

.label-disabled {
    background-color: white;
    color: #787878;
    font-weight: normal;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(0, 0, 0, .07), 0 2px 1px -1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(0, 0, 0, .07), 0 2px 1px -1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 1px 0 rgba(0, 0, 0, .07), 0 2px 1px -1px rgba(0, 0, 0, .06);
}

.grid-view td .banner-subtitle-td {
    font-style: italic;
}

.cartu-home-banners {
    position: relative;
    overflow: hidden;
}

.banners-editor-link {
    position: absolute;
    top: -webkit-calc(50% - 17px);
    top: -moz-calc(50% - 17px);
    top: calc(50% - 17px);
    right: 17px;
    -webkit-box-shadow: 1px 5px 7px rgba(0, 0, 0, .35);
    -moz-box-shadow: 1px 5px 7px rgba(0, 0, 0, .35);
    box-shadow: 1px 5px 7px rgba(0, 0, 0, .35)
}

.banner-box:first-child {
    width: 100%;
}

.banner-box:nth-child(2),
.banner-box:nth-child(4),
.banner-box:nth-child(5),
.banner-box:nth-child(6) {
    width: 33.3333333333%;
}

.banner-box:nth-child(3) {
    width: 66.6666666667%;
}

.banner-box:nth-child(2),
.banner-box:nth-child(4),
.banner-box:nth-child(5),
.banner-box:nth-child(6) {
    float: left;
}

.banner-box:nth-child(3) {
    float: right;
}

.banner-box:first-child:after,
.banner-box:nth-child(2):after,
.banner-box:nth-child(3):after,
.banner-box:nth-child(4):after,
.banner-box:nth-child(5):after,
.banner-box:nth-child(6):after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    width: 100%;
    height: 0;
    content: ' ';
}

.banner-box:nth-child(3):before,
.banner-box:nth-child(5):before,
.banner-box:nth-child(6):before {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid rgba(0, 0, 0, .12);
    height: 100%;
    width: 0;
    content: ' ';
}


.banner-img {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center center;
}

.grayRow {
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .12), inset 0 1px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .12), inset 0 1px 1px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, .12), inset 0 1px 1px rgba(0, 0, 0, 0.12);
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: none;
    font-size: 3rem;
    line-height: 1rem;
    color: #71984A;
}


.actionBar .md-menu-toolbar .md-toolbar-tools button:first-child {
    /*border-radius: 4px 0 0 4px;*/
}

.actionBar .md-menu-toolbar .md-toolbar-tools button:last-child {
    /*border-radius: 0 4px 4px 0;*/
}

.actionBar .md-menu-toolbar .md-toolbar-tools {
    padding: 0;
}

.md-toolbar-tools>.md-button:first-child {
    margin: 0;
}

.actionBar .md-menu-toolbar button .cartu-icons-check:before {
    font-weight: 700;
}

.actionBar .md-menu-toolbar button .cartu-icons-check:before {
    font-weight: 700;
}

.actionBar .md-menu-toolbar button [class^="cartu-icons-"]:before {
    font-size: 2.1rem;
    top: .15rem;
    position: relative;
    left: -.5rem;
}

.actionBarText {
    font-size: 1.4rem;
    margin-top: .8rem;
}

@media (max-width: 767px) {
    .actionBar .md-menu-toolbar .md-toolbar-tools .md-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -moz-box-flex: 1;
        flex-grow: 1;
    }

    .actionBar .md-menu-toolbar .md-toolbar-tools .md-button:focus,
    .actionBar .md-menu-toolbar .md-toolbar-tools .md-button:hover,
    .actionBar .md-menu-toolbar .md-toolbar-tools .md-button:active {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .actionBar .md-menu-toolbar {
        padding-bottom: 1rem;
        border-bottom: 4px solid #F5F5F5;
    }

    .actionBar .md-menu-toolbar .md-toolbar-tools {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        margin-top: 2rem;
    }

    .actionBar .actionBarText {
        padding: 0 15px;
    }
}

.actionBar .md-menu-toolbar button {
    margin: 0 0 0 -2px;
    border: 2px solid transparent;
    background-color: #f5f5f5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-width: 25%;
    text-transform: initial;
    font-size: 1.6rem;
    font-weight: 400;
}

.actionBar .md-toolbar-tools,
.actionBar .md-menu-toolbar button {
    height: initial;
    max-height: initial;
}

.actionBar .md-menu-toolbar button:hover {
    border: 2px solid #272727;
    z-index: 1;
}

.md-white .cartu-icons-question {
    font-size: 2.6rem;
    color: rgba(0, 0, 0, .65);
}


.md-white a.md-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

.md-white .cartu-icons-reader {
    position: relative;
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

.site-cartu .banner-box .banner-img {
    display: none;
}

.site-cartu-bf .banner-box .banner-img {
    display: none;
}

.banner-box {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: white;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.banner-img a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 6;
}

.banner-text {
    display: none;
}

.banner-img img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.grid-view {
    padding-top: 20px;
}

.cartu-page {
    min-height: -webkit-calc(100vh - 80px);
    min-height: -moz-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    padding-top: 45px;
    padding-bottom: 15px;
    position: relative;
}

.cartu-page>.row:first-child,
.categoryContent {
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    -o-background-clip: content-box;
    background-clip: content-box;
}

.site-cartu .cartu-page,
.order-checkout .cartu-page {
    padding-bottom: 0;
}

.site-cartu-bf .cartu-page,
.order-checkout .cartu-page {
    padding-bottom: 0;
}

.cartu-top-bar {
    z-index: 49;
    position: fixed;
    height: 45px;
    width: 100%;
}

.cartu-top-bar #search-result-dropdown {
    text-transform: initial;
}

.container-filter-produse md-input-container .material-icons {
    position: absolute;
    right: 0;
    pointer-events: none;
}

/*************** user view *********************/

.user-view .userPicture {
    min-height: 150px;
    max-width: 150px;
    background: rgba(255, 255, 255, .12) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 5px solid rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .42;
    margin-bottom: -1.2rem;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

#userDetails .puncteLoialitate {
    background-color: white;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: inherit;
    height: 38px;
    margin: 10px -15px -10px;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

#userDetails .puncteLoialitate:hover {
    background-color: rgba(255, 255, 255, .85);
}

#userDetails .puncteLoialitate a.md-button {
    color: #333;
}

#userDetails .puncteLoialitate a.md-button:hover {
    color: #689f38;
}

.user-view #userDetails .panel-default {
    border-color: #B1C46B;
}

.user-view #userDetails:hover .userPicture {
    opacity: .63;
}

#userDetails h3.panel-title,
#userDetails .panel-default>.panel-heading {
    text-align: right;
    color: white;
    font-size: 2.1rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
}

#userDetails .md-button {
    padding: .3rem 1.5rem;
    margin: 0;
    vertical-align: inherit;
}

#userDetails a.md-button.md-default-theme:not([disabled]):hover,
#userDetails .md-button.md-default-theme:not([disabled]):hover {
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#userDetails .panel-heading {
    background-color: #B1C46B;
}

.user-view .grid-view {
    padding-top: 0;
}

.user-view .grid-view .table {
    margin-bottom: 0;
}

.user-view .table-hover>tbody>tr:hover {
    background-color: rgba(0, 0, 0, .01);
}

.user-view .grid-view table>thead>tr>th {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.user-view .kv-grid-table .glyphicon {
    font-size: 2.1rem;
    padding-right: .8rem;
}

.user-view .summary {
    line-height: 1.5rem;
    font-size: 1.5rem;
}

a.toggleHeader {
    display: block;
    padding: 10px 15px;
    margin: -10px -15px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

a.toggleHeader:hover {
    background-color: #fcfcfc;
}

a.delete-btn {
    color: #900;
}

a.delete-btn:hover {
    color: #f30;
}

a.update-btn {
    color: #369;
}

a.update-btn:hover {
    color: #39f;
}

.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th:first-child {
    border-bottom: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child {
    border-right: none;
}

.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child+td {
    border-left: none;
}

.user-view .panel-group .panel,
.user-view .panel {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.user-view .row>[class^="col-"]:last-child {
    padding-right: 15px;
}

.user-view .meniu-cartu .row>[class^="col-"]:last-child {
    padding-right: 0;
}

.user-view .row>[class^="col-"] {
    padding-right: 0;
}

/************************** alert widget *************/
.cartu-page>.row>.col-xs-12>.alert button.close {
    font-size: 6.6rem;
    line-height: 1.5rem;
    margin: -.5rem -1rem 0 0;
    padding: 1rem;
    font-weight: 100;
}

.cartu-page>.row>.col-xs-12>.alert {
    margin: 15px 0;
    font-size: 2rem;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    -webkit-transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), -moz-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1), -moz-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.cartu-page>.row>.col-xs-12>.alert:hover {
    -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .1), 0 7px 10px 1px rgba(0, 0, 0, .07), 0 2px 16px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .1), 0 7px 10px 1px rgba(0, 0, 0, .07), 0 2px 16px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .1), 0 7px 10px 1px rgba(0, 0, 0, .07), 0 2px 16px 1px rgba(0, 0, 0, .06);
}

/************************** footer *******************/
body footer.footer {
    min-height: 55px;
    background-color: #eee;
    position: relative;
    padding: 15px 0;
}

.footer-links {
    padding: 0;
    list-style-type: none;
}

.footer-links li {
    position: relative;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-top: 1px solid rgba(255, 255, 255, .85);
}

.footer-links li:first-child {
    border-top: none;
}

.footer-links li:last-child {
    border-bottom: none;
}

.footer-links li a {
    padding: 8px 0 5px 15px;
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, .87);
    font-weight: 500;
}

.footer-links .material-icons {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: right .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: right .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    transition: right .3s cubic-bezier(.4, 0, .2, 1), color .3s cubic-bezier(.4, 0, .2, 1);
    font-size: 2.7rem;
    color: rgba(0, 0, 0, .12);
}

footer .delivery-option {
    margin-bottom: 15px;
}

footer .delivery-option h4 {
    margin-bottom: 0;
}

footer .material-icons.prefix {
    font-size: 4.2rem;
    color: rgba(0, 0, 0, .12);
    -webkit-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: color .3s cubic-bezier(.4, 0, .2, 1);
    transition: color .3s cubic-bezier(.4, 0, .2, 1);
    line-height: 60px;
}

footer .schedule span {
    display: block;
}

footer .delivery-option:hover .material-icons {
    color: #71984A;
}

.sub-footer .alphabeta>* {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: left;
}

footer .alphabeta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

footer .alphabeta>*:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    text-align: right;
    padding-right: 2rem;
    font-size: 5.4rem;
    color: rgba(0, 0, 0, .12);
    line-height: 5.4rem;
}

.footer-links li:hover .material-icons {
    right: 10px;
    color: #71984A;
}

.footer-links li a:hover,
.footer-links li a:active,
.footer-links li a:focus {
    color: #71984A;
    text-decoration: none;
}

section.copyright {
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -.04rem;
}

.footer-copyright-info {
    text-align: right;
}

.footer md-input-container {
    padding: 0;
    margin: 0;
}

.followUs {
    padding-left: 80px;
}

.followUs .social-table {
    padding: 2rem 0;
}

.mcFooterInputs {
    padding: 10px 0 0;
}

.mcFooterInputs+div {
    text-align: right;
}

.t-center {
    text-align: center;
}

.md-input-focused label {
    color: rgba(0, 0, 0, .87);
}

#mce-error-response {
    color: #E2735F;
}

#mce-success-response {
    color: #71984A;
}

footer svg path {
    -webkit-transition: fill .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: fill .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: fill .3s cubic-bezier(.4, 0, .2, 1);
    transition: fill .3s cubic-bezier(.4, 0, .2, 1);
}

footer svg:hover path {
    fill: white;
}

footer svg:hover {
    background-color: #71984A;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

footer svg {
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, .17);
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
}

svg:not(:root) {
    overflow: visible !important;
}

.material-icons.prefix svg {
    width: 60px;
    height: 60px;
    background-color: transparent
}

.material-icons.prefix svg path {
    fill: rgba(0, 0, 0, .17);
}

@media (max-width: 767px) {
    .footer .col-sm-6:after {
        display: table;
        clear: both;
        content: '';
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .footer md-input-container {
        padding: 2px 2px 0;
        margin-bottom: 0;
    }
}

.content-wrap {
    z-index: 0;
    padding-bottom: 20px;
}

/***************************************************************************** Search **/
.search-input input {
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    width: 100%;
}

@media (max-width: 1200px) {
    .search-input input {
        width: 300px;
    }
}

#search-input {
    background-color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
    .search-input .form-control {
        width: -webkit-calc(100% - 3px);
        width: -moz-calc(100% - 3px);
        width: calc(100% - 3px);
    }
}

#search-result-dropdown {
    position: absolute;
    top: 100%;
    background-color: white;
    width: 24em;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: all .6s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    -moz-transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s, -moz-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    -o-transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s, -moz-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    transition: all .6s cubic-bezier(.4, 0, .2, 1), box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s, -webkit-box-shadow .4s cubic-bezier(.4, 0, .2, 1) .2s;
    padding: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    left: 10em;
}

#search-result-dropdown hr.separator {
    margin: -1px 0 0;
    border-bottom: 1px solid #71984A;
}

#search-result-dropdown.opening,
#search-result-dropdown.closed:hover,
#search-result-dropdown:hover {
    max-height: 80vh;
    /*overflow: hidden;*/
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
}

#search-result-dropdown.closed {
    max-height: 0;
    overflow: hidden;
    border-top-color: #B3B3B3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search-result-dropdown li>span {
    color: #71984A;
}

#search-result-dropdown li {
    max-width: inherit;
    -webkit-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    transition: background-color .3s cubic-bezier(.4, 0, .2, 1);
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    line-height: 1;
    display: block;
    height: 36px;
    position: relative;
}

#search-result-dropdown li:hover a,
#search-result-dropdown li a:active,
#search-result-dropdown li a:focus {
    text-decoration: none;
    color: #71984A;
    outline: none;
    background-color: #f5f5f5;
}

#search-result-dropdown li a span {
    color: #506600;
}

#search-result-dropdown li a {
    color: #424242;
    display: block;
    padding: 7px 15px;
    height: 36px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;

}

#search-result-dropdown li a.block {
    min-width: 100%;
}

#search-result-dropdown li:last-child a {
    border-bottom: none;
}

#search-result-dropdown.empty {
    opacity: 0;
}

#search-result-dropdown:not(.empty) {
    opacity: 1;
    z-index: 10;
}

@media (max-width: 767px) {
    #search-result-dropdown:not(.empty) {
        z-index: 12;
        max-height: 60vh;
    }
}

#updatecheck {
    float: right;
}

table.checkout__summary {
    font-size: 1.5rem;
}

table.checkout__summary tr td {
    vertical-align: bottom;
}

.clean-a a.checkout__option {
    margin-bottom: -1.5rem;
    padding: 2px 12px;
}


/*************************** rating module ************/

.ratingText {
    font-size: 1.8rem;
    line-height: 1.5rem;
    top: 1rem;
    position: relative;
}

@media (max-width: 767px) {
    .detailsContainer .ratingContainer md-slider {
        display: none;
    }

    .ratingContainer .ratingText {
        height: 40px;
    }
}

.comentarii .ratingContainer {
    padding: 0 15px;
    overflow: visible;
}

.comentarii .reviewTitle {
    font-weight: 700;
}

.comentarii .userRating {
    color: #71984A;
    padding-left: 2rem;
}

.comentarii md-list-item.starred {
    background-color: rgba(121, 153, 0, 0.12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .12);
    border-top: none;
}

.comentarii md-list-item.starred+md-list-item.starred {
    margin-top: 2.4rem;
}

.comentarii md-content {
    overflow: visible;
}

.comentarii md-list-item {
    border-top: 1px solid rgba(0, 0, 0, .12);
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.comentarii md-list-item.starred+md-list-item {
    border-top: none;
}

.product-page md-toolbar.md-default-theme {
    background-color: transparent;
}

/*************************** menu ************/

.cartu-top-bar md-input-container {
    background-color: white;
}

.cartu-top-bar md-toolbar-tools {
    height: 45px;
}

.cartu-top-bar md-input-container.md-icon-float>input {
    padding-top: 20px;
}

md-button i {
    vertical-align: middle;
    line-height: 45px;
}

#cart-btn i {
    font-size: 2.4rem;
    top: -2px;
    position: relative;
}

body {
    opacity: 1;
    overflow-x: hidden;
    -webkit-transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    -o-transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
}

.logo-cartu {
    position: absolute !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    z-index: 24;
    -webkit-box-shadow: 1px 5px 12px rgba(0, 0, 0, .21);
    -moz-box-shadow: 1px 5px 12px rgba(0, 0, 0, .21);
    box-shadow: 1px 5px 12px rgba(0, 0, 0, .21);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    width: 90px;
    height: 90px;
    background: #71984A url('../img/logo\ carturesti\ online\ 2022-01.svg') center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: inline-block;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}

.meniu-cartu a.logo-cartu:hover {
    background-color: #71984A;
}

.small-logo .logo-cartu {
    -webkit-transform: scale(.667) translateX(-75%);
    -ms-transform: scale(.667) translateX(-75%);
    -moz-transform: scale(.667) translateX(-75%);
    -o-transform: scale(.667) translateX(-75%);
    transform: scale(.667) translateX(-75%);
}

.very-small-logo .small-logo .logo-cartu {
    -webkit-transform: scale(.5) translateX(-100%);
    -ms-transform: scale(.5) translateX(-100%);
    -moz-transform: scale(.5) translateX(-100%);
    -o-transform: scale(.5) translateX(-100%);
    transform: scale(.5) translateX(-100%);
}

.meniu-cartu {
    background-color: white;
}

.cartu-top-bar .md-button.menu-toggle .material-icons,
.cartu-top-bar .md-button.menu-toggle .cartu-icons-love2 {
    font-size: 24px;
    height: 45px;
    width: 45px;
}

.meniu-cartu md-menu {
    padding: 0;
}

md-menu-content {
    max-height: -webkit-calc(100vh - 112px);
    max-height: -moz-calc(100vh - 112px);
    max-height: calc(100vh - 112px);
    display: block;
}

md-menu-content.container {
    max-height: -webkit-calc(100vh - 117px);
    max-height: -moz-calc(100vh - 117px);
    max-height: calc(100vh - 117px);
    padding-bottom: 72px;
}

.md-open-menu-container .cartu-icons-reader {
    font-size: 24px;
    line-height: 15px;
    top: 3px;
    position: relative;
}

@media (max-width: 767px) {

    .hasProducts a.checkout__button,
    .hasProducts a.checkout__button:hover {
        background-color: #E2735F;
    }
}

/* ============================== mega menu ==========*/

.kv-editable-link {
    padding: 1px 6px;
}

/*************** order-checkout ************/


.checkoutTotals>[class^="col-"] {
    vertical-align: baseline;
}

.checkoutTotals {
    padding: 1.5rem;
}

.checkoutTransport,
.checkoutTotals {
    background-color: #FAFAFA;
    border-top: 1px solid rgba(121, 153, 0, 0.21);
    border-bottom: 1px solid rgba(121, 153, 0, 0.21);
}

.checkoutPayment md-radio-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.checkoutPayment .radioContainer {
    -webkit-box-flex: 33;
    -webkit-flex: 33;
    -ms-flex: 33;
    -moz-box-flex: 33;
    flex: 33;
    padding: 15px;
    position: relative;
}

.checkoutPayment .radioContainer:after {
    content: ' ';
    width: 0;
    position: absolute;
    right: 2%;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, .09);
    border-right: 1px solid rgba(255, 255, 255, .85);
    height: 70%;
}

.checkoutPayment .radioContainer:last-child:after {
    display: none;
}

.checkoutPayment .radioContainer md-radio-button {
    margin: 0 0 15px;
}

.payment-solution-provider-logo-container {
    float: right;
}

@media screen and (max-width: 768px) {
    .footer-image-groups-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-consumer-protection-image-group {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-payment-logos-image-group {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .payment-solution-provider-logo-container {
        display: inline-block;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 30%;
    }
}

.paymentImages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-line-pack: justify;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.paymentImages span {
    -webkit-box-flex: 0 0 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    -moz-box-flex: 0;
    flex: 0 0 60px;
}

.paymentImages span img {
    width: 60px;
    /*height: 36px;*/
}

@media (max-width: 991px) and (min-width: 768px) {
    .paymentImages {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 130px;
    }
}

@media (max-width: 767px) {
    .checkoutPayment md-radio-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }
}

.radioContainer>.ng-binding {
    padding-left: 3rem;
}

#quantity-form .image-product-column {
    padding-left: 15px;
}

#quantity-form a.remove-from-cart {
    color: #900;
}

#quantity-form a.remove-from-cart:hover {
    color: #f00;
}

#quantity-form hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .containerVoucher {
        border-right: 1px solid #AC6;
    }
}

.containerVoucher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

#send-voucher {
    border: 1px solid #ccc;
    left: -10px;
}

.cartu-page .form-control {
    width: 100%;
}

.field-product-quantity .form-control {
    padding: 6px 6px 6px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 6px;
}

.field-product-quantity {
    margin: 8px -8px;
}

.containerVoucher md-input-container {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}

@media (min-width: 768px) {
    .containerVoucher md-input-container {
        max-width: 350px;
    }
}

.coloanaProdus {
    font-size: 1.8rem;
    text-transform: uppercase;
}

.coloanaProdus a {
    color: #333;
}

.coloanaProdus .prodSubtitle {}

#checkout-lower .bigTotal {
    font-size: 2.7rem
}

.image-product-column .thumbnail {
    display: block;
    max-width: 100px;
    background-color: transparent;
}

.image-product-column>div {
    margin: -8px;
    padding: 5px 0;
    background-color: white;
}

.image-product-column>div a.thumbnail:hover {
    border: none;
}

.image-product-column>div .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.loginForm md-card md-menu-content {
    background-color: transparent;
}

.loginForm md-card {
    padding: 0 15px 15px;
    position: relative;
    margin: 16px 0;
}

.order-checkout .row.clientLogin {
    background-color: #FAFAFA;
    border-top: 1px solid rgba(121, 153, 0, 0.21);
    border-bottom: 1px solid rgba(121, 153, 0, 0.21);
}

.loginForm md-card .auth-clients {
    margin-top: 55px;
}


.order-checkout table.table {
    border-collapse: initial;
}

.order-checkout table.table td {
    border-top: 1px solid rgba(121, 153, 0, 0.42);
}

h1 em {
    font-weight: normal;
}

.grid-product-details>a {
    position: relative;
    display: block;
}

.adreseCheckout,
.order-checkout table.table {
    border: 1px solid rgba(0, 0, 0, .09);
    border-left-width: 0;
    border-right-width: 0;
}

.adreseCheckout {
    margin-top: 15px;
    background-color: #f8f8f8;
}

.adresaLivrare {
    z-index: 1;
    position: relative;
}

.table>thead>tr>th,
.order-checkout table.table tfoot td {
    border-bottom: 0;
    background-color: #FAFAFA;
}

.order-checkout table.table {
    margin-top: 1rem;
}

.order-checkout .importExport {
    margin-bottom: -4rem;
}

.order-checkout .grid-view .summary {
    margin: 0 15px;
}

.order-checkout .table {
    margin-bottom: 0;
}

.orderGridView {
    padding-top: 0;
}

/******************** Offer box *******************/
.offer-box {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    box-shadow: initial;
    z-index: 7;
    overflow-y: auto;
}

.offer-box .offer-description {
    white-space: pre-line;
    max-height: 235px;
    overflow-y: auto;
    margin: 0 -20px 0 0;
}

md-toast {
    margin-top: 45px;
    position: fixed !important;
}


@media (min-width: 1200px) {
    .offer-box {
        display: block;
        position: absolute;
        bottom: -30px;
        right: 30px;
        width: -webkit-calc(40% - 30px);
        width: -moz-calc(40% - 30px);
        width: calc(40% - 30px);
        background-color: #ffffff;
        padding: 20px;
        -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
        -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12);
        z-index: 7;
        overflow-y: visible;
    }

    .banner-box,
    .cartu-home-banners {
        overflow: visible;
    }
}

/******************** IE fixes *******************/

@media screen\0 {
    .search-container {
        top: 5px;
    }
}

/******************** FF fixes *******************/

md-toolbar.md-default-theme .mega-menu-container:hover .md-button {
    background-color: rgba(0, 0, 0, 0.09);

    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

#addressForm .input-group-addon,
.adreseCheckout .input-group-addon,
.field-order-shipping_tax .input-group-addon {
    min-width: 123px;
    text-align: right;

}

/**************************** layout and responsiveness **************************/

@media (min-width: 768px) {

    .before-banner,
    .after-banner {
        position: absolute;
        left: -5px;
        height: 21px;
        width: 21px;
    }

    .before-banner {
        top: -5px;
    }

    .after-banner {
        bottom: -5px;
    }

    .before-banner:before,
    .after-banner:before,
    .before-banner:after,
    .after-banner:after {
        background-color: rgba(0, 0, 0, .85);
        content: ' ';
        display: block;
        position: absolute;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }

    .before-banner:before,
    .after-banner:before {
        height: 21px;
        width: 1px;
    }

    .before-banner:after,
    .after-banner:after {
        width: 21px;
        height: 1px;
    }

    .before-banner:before {
        top: 50%;
        left: 30%;

    }

    .after-banner:before {
        top: 50%;
        left: 30%;
    }

    .before-banner:after {
        top: 30%;
        left: 50%;
    }

    .after-banner:after {
        top: 70%;
        left: 50%;
    }

    [data-ng-controller="dHFilterGrid"]>[banner-corners]>* {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    /*.hoverTitle .top {
        position: relative;
        width: 100%;
        text-align: center;
        display: block;
        left: inherit;
        -webkit-transform: initial;
        -ms-transform: initial;
        -moz-transform: initial;
        -o-transform: initial;
        transform: initial;
    }*/
}

@media (max-width: 1199px) {
    .after-banner {
        bottom: initial;
        left: initial;
        top: -5px;
        right: -5px;
    }

    .after-banner:before {
        top: 50%;
        left: 70%;
    }

    .after-banner:after {
        top: 30%;
        left: 50%;
    }
}

@media (min-width: 1200px) {
    [data-ng-controller="dHFilterGrid"]>[banner-corners]>* {
        margin-bottom: 15px;
        overflow: hidden;
        padding-bottom: 5px;
    }

    /*.hoverTitle .top {
        width: 100%;
    }
    .hoverTitle .sectionName {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: relative;
        font-size: 3.66rem;
        font-weight: 200;
        letter-spacing: -.05rem;
        text-transform: uppercase;
        padding: 1rem;
    }
    .hoverTitle {
        opacity: 1;
        -webkit-transition: opacity .6s cubic-bezier(.4,0,.2,1);
        -moz-transition: opacity .6s cubic-bezier(.4,0,.2,1);
        -o-transition: opacity .6s cubic-bezier(.4,0,.2,1);
        transition: opacity .6s cubic-bezier(.4,0,.2,1);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        text-align: center;
    }*/
    /*.homePage .productGridRow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .homePage .even .productGridRow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        flex-direction: row-reverse;
    }
    .homePage .productGridRow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }*/
}

@media (min-width: 1200px) {
    /* .gridBanner {
        pointer-events: none;
    }
    .gridBanner a {
        pointer-events: initial;
    }*/
}

@media (max-width: 1199px) {
    /*.hoverTitle .sectionName {
        font-size: 3.5rem;
        padding-top: 2rem;
        padding-bottom: 5rem;
        text-align: center;
    }
    .banner-box {
        height: auto !important;
    }*/
    /*.productGridRow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        margin-bottom: 1rem;
    }*/
    /*.productGridContainer, .gridBanner {
        -webkit-box-flex: 100;
        -webkit-flex: 100;
        -ms-flex: 100;
        -moz-box-flex: 100;
        flex: 100;
        max-width: 100%
    }
    .grid-product-details {
        height: 75px;
        max-height: 75px;
    }
    *[class^="home-banner-"] > *[id^="w"] {
        display: none;
    }*/
}

.meniu-dreapta .cartProductName a {
    color: white;
}

.tparrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    cursor: pointer;
}

.sliderTypewriter .tparrows:before {
    color: white;
}

.tparrows:before {
    position: absolute;
    top: 50%;
    content: '\e001';
    font-family: 'cartu-icons';
}

.tparrows.tp-rightarrow:before {
    right: 0;
}

.tparrows.tp-rightarrow:before {
    -webkit-transform: scale(-1, 1) translateY(-50%);
    -ms-transform: scale(-1, 1) translateY(-50%);
    -moz-transform: scale(-1, 1) translateY(-50%);
    -o-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%);
}

.tp-leftarrow.tparrows:before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tparrows,
.tparrows:hover {
    background-color: transparent;
}

.tparrows:before {
    color: #A6B373;
    font-size: 7.7rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, .33);
    -webkit-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
}

.row.sliderTypewriter .tparrows:before {
    color: white;
}

.tp-banner-container {
    min-height: 400px;
    background-color: #fcfcfc;
}

@media (max-width: 1199px) {
    .tp-banner-container {
        min-height: 331px;
    }
}

@media (max-width: 991px) {
    .tp-banner-container {
        min-height: 256px;
    }
}

.tp-banner-container:hover .tparrows:before,
.twrtr-container:hover .tparrows:before {
    text-shadow: 1px 12px 5px rgba(0, 0, 0, .07);
}

.tp-banner-container:hover .tparrows.tp-rightarrow:before {
    text-shadow: -1px -12px 5px rgba(0, 0, 0, .07);
}

.twrtr-container:hover .tparrows:before {
    text-shadow: 1px 12px 5px rgba(0, 0, 0, .17);
}

.twrtr-container h5.md-headline a {
    color: #333;
    text-decoration: none;
}

.twrtr-container h5.md-headline a:hover {
    color: #71984A;
}

.menu-icon-wrapper {
    position: absolute;
    right: 20px;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: .2em;
    pointer-events: none;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    z-index: 100
}

.menu-icon-wrapper.toggled {
    right: -226px
}

.menu-icon-wrapper.scaled {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    -moz-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.menu-icon-wrapper svg path {
    stroke: #000;
    stroke-width: 60px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent
}

.menu-icon-wrapper.toggled svg path {
    stroke: #fff
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: visiblePainted;
    background-position: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.menu-icon-wrapper .menu-icon-trigger:focus,
.menu-icon-wrapper .menu-icon-trigger:hover {
    outline: 0
}

@media (min-width: 768px) and (max-width: 1419px) {
    #page-content-wrapper>.container {
        padding: 0 125px;
        left: -115px;
        position: relative
    }
}

#page-content-wrapper>.container>.row.background {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

#sidebarH2 {
    color: #fff;
    margin-left: 15px
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    transition: all .5s cubic-bezier(.4, 0, .2, 1)
}

#wrapper.toggled {
    padding-right: 250px
}

#sidebar-wrapper {
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .5s cubic-bezier(.4, 0, .2, 1);
    transition: all .5s cubic-bezier(.4, 0, .2, 1);
    z-index: 50
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
    z-index: 50
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none
}

.sidebar-nav>.sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px
}

.sidebar-nav>.sidebar-brand a {
    color: #999
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: 0 0
}

.background {
    background: #fff
}

.main {
    padding-top: 7em
}

@media only screen and (min-width: 768px) {
    .main {
        padding-top: 7em
    }
}

@media only screen and (min-width: 992px) {
    .main {
        padding-top: 10em
    }
}

.customer-address-form {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .cartu-page>div>.row>*>h1 {
        font-size: 2.1rem;
    }
}

@media (min-width: 1200px) {
    .main {
        padding-top: 14em
    }
}

.header h1 {
    font-size: 2em;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center
}

.header h1 span {
    display: block;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    font-size: 3.2em;
    line-height: 65px
}

[data-ng-controller="AttsAndCats"] {
    position: absolute;
    top: 100%;
    width: 100%;
}

.cartu-grid-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product-view .cartu-grid-list .list-product-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    position: relative;
    max-width: calc(100% - 190px);
}

.product-view .cartu-grid-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.site-cartu .cartu-grid-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.site-cartu-bf .cartu-grid-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

grid-pagination {
    pointer-events: visiblePainted;
    z-index: 0;
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

grid-pagination .md-button {
    height: 45px;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
}

grid-pagination .md-button .material-icons {
    font-size: 36px;
}

.cartu-grid-tile {
    position: relative;
    padding: 0 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 20px;
    -webkit-transition: margin-left .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: margin-left .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: margin-left .4s cubic-bezier(.4, 0, .2, 1);
    transition: margin-left .4s cubic-bezier(.4, 0, .2, 1);
    z-index: 3;
}

.no-animate.ng-hide.ng-hide-animate {
    display: none !important;
}

body.isMobile .cartu-grid-tile {
    -webkit-flex-basis: -webkit-calc(50% / 3);
    -ms-flex-preferred-size: calc(50% / 3);
    flex-basis: -moz-calc(50% / 3);
    flex-basis: calc(50% / 3);
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .cartu-page>h1 {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .cartCard {
        left: -15px;
        position: relative;
    }

}

.product-view .cartu-grid-tile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.site-cartu .cartu-grid-list {
    padding: 15px;
}

@media (min-width: 1200px) {
    .site-category-view .site-carousel {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .sectionName:has(.active-subtitle) {
        padding: 0rem;
    }
}

.site-cartu-bf .cartu-grid-list {
    margin: 0 15px -20px;
}

.cartu-grid-tile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
}


@media (max-width: 1199px) {
    .cartu-grid-tile {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    body.isMobile .cartu-grid-tile {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media (max-width: 991px) {
    .cartu-grid-tile {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        min-width: 33%;
    }

    .wishlist-view .cartu-grid-tile {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        min-width: 25%;
    }

    body.isMobile .cartu-grid-tile {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        min-width: 25%;
    }

    /*.homePage .cartu-grid-tile {
        min-width: initial;
    }
    .homePage .cartu-grid-tile {
        -webkit-box-flex: 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 1 25%;
        -moz-box-flex: 0;
        flex: 0 1 25%;
    }*/
}

@media (max-width: 767px) {
    .cartu-grid-tile {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
    }

    body.isMobile .cartu-grid-tile,
    .wishlist-view .cartu-grid-tile {
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        min-width: 33%;
    }


    body.isMobile .cartu-grid-tile {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 185px;
    }

    /*.homePage .cartu-grid-tile {
        -webkit-box-flex: 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 1 33.333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333%;
    }*/
}

@media (max-width: 767px) and (min-width: 600px) {
    .product-view .cartu-grid-tile {
        display: block;
    }
}

@media (max-width: 599px) and (min-width: 360px) {

    .cartu-grid-tile,
    .site-cartu .cartu-grid-tile {
        margin-bottom: 15px;
    }

    /*.homePage .cartu-grid-tile {
        min-width: -webkit-calc(50vw - 10px);
        min-width: -moz-calc(50vw - 10px);
        min-width: calc(50vw - 10px);
    }*/
    .wishlist-view .cartu-grid-tile {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
    }
}

@media(max-width: 559px) {
    #coloana-produse {
        width: 99%;
    }
}

@media (max-width: 359px) {
    .cartu-grid-tile {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }

    .site-cartu .cartu-grid-list .cartu-grid-tile {
        margin-right: -webkit-calc(10% - 20px);
        margin-right: -moz-calc(10% - 20px);
        margin-right: calc(10% - 20px);
        margin-left: 7px;
    }

    .wishlist-view .cartu-grid-tile {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }

    .cartu-grid-tile,
    .site-cartu .cartu-grid-tile,
    .product-view .cartu-grid-tile {
        margin-bottom: 15px;
    }
}

.grid-product-details {
    min-height: 80px;
    margin-bottom: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: .5rem;
    background-color: rgba(255, 255, 255, .85);
    border-top: 1px solid white;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
}

.productImageContainer {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    height: -webkit-calc(100% - 105px);
    height: -moz-calc(100% - 105px);
    height: calc(100% - 105px);
    position: relative;
    text-align: center;
}

.tp-carousel-wrapper .productImageContainer {
    height: 290px;
}


.product-page .product-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border-bottom: 1px dotted rgba(0, 0, 0, .14);
}

.product-page .product-list-container>a,
prod-list-box>a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    padding: 12px 10px;
    position: relative;
    display: block;
    border-bottom: 1px solid white;
    overflow: hidden;
    min-width: 100px;
}

.product-list-container .list-product-details>a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

.product-list-container .list-product-details>a {
    color: rgb(51, 51, 51);
}

.product-list-container .list-product-details>a>h5 {
    font-weight: 900;
    margin-bottom: 3px;
    max-height: 44px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.product-list-container>a>* {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-list-container .list-product-details {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: initial;
    padding-left: 5px;
    min-height: 120px;
}

.product-list-container .product-labels {
    min-width: 90px;
    min-height: 120px;
    padding-top: 5px;
}

.product-list-container .productImageContainer img {
    max-width: 100%;
    max-height: 130px;
}

.product-list-container .productImageContainer img.img-responsive {
    display: inline-block;
    width: auto;
    height: auto;
    display: inline-block;
}

.product-list-container .subtitlu-produs {
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-height: 4.8rem;
    overflow: hidden;
}

.product-list-container .productStock {
    float: right;
    display: inline-block;
}

.product-list-container .productStock {
    padding: 2px 5px 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: -.05rem;
    text-align: right;
}

.list-product-details {
    position: relative;
}

.product-list-container .productStock,
.product-list-container .productDiscount,
.product-list-container .productDiscountVoucher,
.product-list-container .productNew {
    color: white;
}

.product-list-container .productDiscount,
.product-list-container .productDiscountVoucher {
    background-color: #E2735F;
    padding-right: .5rem;
    margin-top: 5px;
}

.productDiscountVoucher {
    text-align: center;
    padding: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.product-list-container .productStock.in-stoc {
    color: black;
}

.product-list-container .productPrice {
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: -.1rem;
    float: right;
}

.product-list-container .productPrice span.bani {
    position: relative;
    top: -0.55em;
    font-size: 60%;
    text-align: center;
    letter-spacing: -.05rem;
    font-weight: 500;
}

.product-list-container .productPrice span.bani:after {
    position: absolute;
    content: ' ';
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
    bottom: -1px;
    left: 2px;
    margin: 0 auto;
    border-bottom: 3px solid rgba(0, 0, 0, .12);
}

.hideOnLoad {
    display: none;
}

.spinner {
    -webkit-animation: rotation 1.4s linear infinite;
    -moz-animation: rotation 1.4s linear infinite;
    -o-animation: rotation 1.4s linear infinite;
    animation: rotation 1.4s linear infinite;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

.circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-animation: turn 1.4s cubic-bezier(.4, 0, .2, 1) infinite;
    -moz-animation: turn 1.4s cubic-bezier(.4, 0, .2, 1) infinite;
    -o-animation: turn 1.4s cubic-bezier(.4, 0, .2, 1) infinite;
    animation: turn 1.4s cubic-bezier(.4, 0, .2, 1) infinite;
}

@-webkit-keyframes turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-moz-keyframes turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        -moz-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@-o-keyframes turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

@keyframes turn {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        -moz-transform: rotate(450deg);
        -o-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}

next-page svg,
prev-page svg {
    stroke: #71984A;
    height: 33px;
    width: 33px;
}

grid-pagination .md-button:not(:disabled) {
    color: #71984A;
}

.cookieInfo {
    position: fixed;
    bottom: 0;
    padding: 10px 20px;
    background-color: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
    z-index: 1015;
}

.cookieInfo button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: navajowhite;
    font-size: 3rem;
    line-height: 2.6rem;
}

body #zenbox_tab {
    top: 67%;
}

@media (max-width: 767px) {
    #zenbox_tab {
        display: none ! important;
    }
}

md-input-container {
    margin: 18px 0 0;
}

.delivery-option svg {
    max-height: 95px;
    width: auto;
}

@media(max-width: 767px) {
    .order-checkout table.table {
        border: none;
    }

    #checkout-products-grid-container>.table>tbody>tr {
        position: relative;
        margin: 10px 0;
    }

    #checkout-products-grid-container>.table>tbody>tr:not(:last-of-type) {
        border-bottom: 1px solid #ddd;
    }

    #checkout-products-grid-container thead {
        display: none !important;
    }

    #checkout-products-grid-container>.table>tbody>tr>td {
        white-space: initial;
    }

    #checkout-products-grid-container .table-hover>tbody>tr:hover {
        background-color: white;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:first-child {
        position: absolute;
    }

    #checkout-products-grid-container .image-product-column>div {
        background-color: transparent;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(3) {
        font-size: small;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(3)[style] {
        width: 100% !important;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(4),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(6),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(7) {
        width: 100% !important
    }

    #checkout-products-grid-container>.table>tbody>tr>td {
        text-align: left;
        border: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(2),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(3) {
        padding-left: 100px;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(5) {
        position: absolute;
        top: 0;
        right: 2rem;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(2) {
        text-align: left;
        padding-right: 30px;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(4):before,
    .table-responsive>.table>tbody>tr>td:nth-child(6):before,
    .table-responsive>.table>tbody>tr>td:nth-child(7):before {
        width: 35%;
        position: relative;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(4),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(6),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(7) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(4):before {
        content: attr(data-label) ':';
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(6):before {
        content: attr(data-label) ':';
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(7):before {
        content: attr(data-label) ':';
    }

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(4) div {
        width: 100px;
        padding-right: 10px;
    }

    #checkout-products-grid-container>.table>tbody>tr>td:last-child {
        border-bottom: 5px solid #f5f5f5;
    }

    .kv-table-wrap th,
    .kv-table-wrap td {
        font-size: 1.5rem;
    }

    .kv-table-footer td {
        display: none;
    }

    .kv-table-footer {
        border: none;
    }

    .order-checkout table.table tfoot td {
        background-color: transparent;
        border: none;
    }

    .order-checkout table.table tfoot td:nth-child(2) {
        display: block;
        border-bottom: 5px solid #f5f5f5;
    }

    .kv-table-footer td:nth-child(6),
    .kv-table-footer td:nth-child(7) {
        width: 50% !important;
        display: inline-block !important;
        text-align: initial;
    }

    .kv-table-footer td:nth-child(7) {
        text-align: right;
    }

    #checkout-products-grid-container>.table>*>tr>td:not(:first-child, :last-child) {
        padding-left: 100px;
    }

    .order-checkout table.table tfoot td:nth-child(6),
    .order-checkout table.table tfoot td:nth-child(7) {
        background-color: #f5f5f5;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }

    h4,
    .h4 {
        font-size: 1.6rem;
    }

    /*.hoverTitle .sectionName {
        font-size: 2.1rem;
    }*/
    /*.iconBanners [class^="cartu-icons"] {
        font-size: 4rem;
        line-height: initial;
    }*/
    .delivery-option svg {
        max-height: 60px;
        font-size: 1.4rem;
    }

    h1.pageTitle {
        display: none;
    }

    /*general responsive labels for gridview*/
    .table-mobile-labels table thead {
        display: none;
    }

    .table-mobile-labels tbody td {
        font-size: 14px !important;
        text-align: right;
        white-space: pre-wrap;
        padding-left: 30%;
        position: relative;

    }

    .table-mobile-labels tbody tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .table-mobile-labels tbody td:first-child {
        border-top: 1px solid #ccc !important;
        margin-top: 0;
    }

    .table-mobile-labels tbody td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
    }

    .table-mobile-labels .table-responsive {
        border: 0;
    }
}

@media(max-width: 480px) {

    /* properly aligning rmv item btn on mobile */
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(5) {
        position: absolute;
        top: 0;
        right: -88%;
        display: table-cell;
    }

    #checkout-products-grid-container>.table>tbody>tr {
        position: relative;
        display: table;
        width: 100%;
    }
}


/********************************************** responsiveness for checkout gridview = don't change if not sure! */
@media (min-width: 481px) and (max-width: 767px) {

    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(2),
    #checkout-products-grid-container>.table>tbody>tr>td:nth-child(3) {
        position: relative;
        padding-left: 100px;
    }

    #checkout-products-grid-container>.table>tbody,
    #checkout-products-grid-container>.table>tfoot,
    #checkout-products-grid-container>.table>*>tr,
    #checkout-products-grid-container>.table>tbody>tr>td {
        display: block;
    }

    #checkout-products-grid-container>table.table {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
    }

    #checkout-products-grid-container>table.table tfoot {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        -moz-box-ordinal-group: 3;
        order: 2;
    }

    #checkout-products-grid-container>table.table tbody {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        -moz-box-ordinal-group: 2;
        order: 1;
    }
}

#checkout-lower .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.nav-tabs>li>a {
    color: #555;
}

/******************************************* home top slider */
.cartuSlider {
    margin: 0 -15px;
    min-height: 400px;
    height: 400px;
    position: relative;
    background: white center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cartuArrows {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    z-index: 4;
    pointer-events: none;
}

.cartuArrows>* {
    position: relative;
    cursor: pointer;
    pointer-events: visiblePainted;
}

.topVanzari .cartuArrows>* {
    pointer-events: none;
}

.topVanzari md-content,
.comentarii md-content {
    background-color: transparent;
}

.cartuArrows>*:before {
    font-family: 'cartu-icons', fantasy;
    content: '\f100';
    color: #A6B373;
    font-size: 4.8rem;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
    transition: text-shadow .4s cubic-bezier(.4, 0, .2, 1);
}

.cartuArrows:hover>*:before {
    text-shadow: 1px 12px 5px rgba(0, 0, 0, .07);
}

.cartuArrows .rightArrow {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.sliderTypewriter .cartuArrows>*:before {
    color: white;
}

.sliderDots {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -moz-inline-box;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    left: 50px;
    z-index: 3;
    padding: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    background-color: rgba(250, 250, 250, .75);
    border: 1px solid rgba(0, 0, 0, .05);
}

.isMobile .sliderDots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sliderDots span {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #8fb300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px 3px;
}

.isMobile .sliderDots span {
    width: 22px;
    height: 22px;
}

.sliderDots span.active {
    background-color: #8fb300;
}

.cartuSlider .ct-slide {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    -webkit-transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
    transition: opacity .4s cubic-bezier(.4, 0, .2, 1);
}

.cartuSlider .ct-slide.active {
    opacity: 1;
}

.ct-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.hasLink:hover .ct-caption {
    color: #71984A;
}

.ct-caption {
    position: absolute;
    bottom: 10%;
    padding: 2rem;
    background-color: rgba(250, 250, 250, .75);
    color: #666;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transform: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transform: background-color .3s cubic-bezier(.4, 0, .2, 1);
    -o-transform: background-color .3s cubic-bezier(.4, 0, .2, 1);
    transform: background-color .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid rgba(0, 0, 0, .05);
    border-left: none;
}

.ct-slide:hover .ct-caption {
    background-color: rgba(256, 256, 256, .85);
}

.ct-slide .ct-caption {
    max-width: 78%;
}


.ct-caption h5 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin: 0;
    letter-spacing: -1px;
}

.ct-caption>div {
    font-size: 1.5rem;
    text-transform: uppercase;

}

.ct-slide .productsHolder {
    position: absolute;
    bottom: -15px;
    right: -100%;
    opacity: 0;
    -webkit-transition: right .54s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), bottom .2s cubic-bezier(.4, 0, .2, 1), opacity .2s linear;
    -moz-transition: right .54s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), bottom .2s cubic-bezier(.4, 0, .2, 1), opacity .2s linear;
    -o-transition: right .54s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), bottom .2s cubic-bezier(.4, 0, .2, 1), opacity .2s linear;
    transition: right .54s cubic-bezier(.4, 0, .2, 1), opacity .2s cubic-bezier(.4, 0, .2, 1), bottom .2s cubic-bezier(.4, 0, .2, 1), opacity .2s linear;
}

.ct-slide.active .productsHolder {
    right: 6%;
    opacity: 1;
}

.ct-slide.active-remove .productsHolder {
    right: 6%;
    opacity: 0;
}

.productsHolder .slideProduct:hover {
    background-color: white;
}

.productsHolder .slideProduct {
    min-height: 286px;
    min-width: 187px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12);
    background: white center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

.productsHolder .slideProduct {
    display: block;
    -webkit-transition: right .3s cubic-bezier(0.55, 0.22, 0.55, 0.2);
    -moz-transition: right .3s cubic-bezier(0.55, 0.22, 0.55, 0.2);
    -o-transition: right .3s cubic-bezier(0.55, 0.22, 0.55, 0.2);
    transition: right .3s cubic-bezier(0.55, 0.22, 0.55, 0.2);
}

.productsHolder .slideProduct:first-child {
    z-index: 3;
    right: 0;
    -webkit-transition-delay: .42s;
    -moz-transition-delay: .42s;
    -o-transition-delay: .42s;
    transition-delay: .42s;
}

.active .productsHolder .slideProduct:first-child,
.active-remove .productsHolder .slideProduct:first-child {
    right: 220px;
}

.productsHolder .slideProductName {
    position: absolute;
    background-color: white;
    padding: 0;
    text-transform: uppercase;
    bottom: 0;
    width: 100%;
    max-height: 0;
    border: solid #71984A;
    border-width: 3px 0;
    overflow: hidden;
    -webkit-transition: max-height .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: max-height .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: max-height .3s cubic-bezier(.4, 0, .2, 1);
    transition: max-height .3s cubic-bezier(.4, 0, .2, 1);
}

.slideProductName div {
    padding: 1.5rem;
    font-size: 1.4rem;
}

.slideProduct:hover .slideProductName {
    max-height: 200px;
}

cartu-timer {
    display: block;
    position: absolute;
    height: 5px;
    background-color: rgba(0, 0, 0, .12);
    border-bottom: 1px solid #8fb300;
    z-index: 1;
    top: 0;
}

.site-category-view .cartuSlider {
    margin: 0 -1.5rem 3rem;
}

/* mobile lists */
.product-list-container prod-list-box:nth-child(2n+1) {
    clear: left;
}

prod-list-box>.prod-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    max-height: 150px;
    min-height: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
}

prod-list-box>.prod-list-box>a h5 {
    font-weight: 700;
}

prod-list-box .productDiscount:before {
    content: "-";
}

.mSectionName {
    font-size: 4rem;
    font-weight: 200;
    letter-spacing: -.05rem;
    text-transform: uppercase;
    padding: 1rem;

}

.mSectionName a {
    color: black;
    text-decoration: none;
}

prod-list-box>.prod-list-box>*:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end;
}

prod-list-box>.prod-list-box .productImageContainer {
    max-height: 130px;
    margin: 10px 0;
    max-width: 100px;
}

prod-list-box .list-product-details>a {
    display: block;
}

.product-list-container prod-list-box {
    position: relative;
    min-height: 120px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
}

prod-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

prod-list-box:after {
    content: ' ';
    position: absolute;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 0;
    left: 100%;
    top: 20px;
    border-left: 1px dotted #ccc;
}

prod-list-box:before {
    content: ' ';
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-top: 1px dotted #ccc;
    height: 0;
    left: 20px;
    bottom: 100%;
}

prod-list-box:first-child:before {
    display: none;
}

.asistenta-contact [data-link] {
    padding-top: 6rem;
    margin-top: -6rem;
    position: relative;
    display: block;
}

#girafa_idle {
    margin-right: 28px;
}

#girafa {
    position: absolute;
    right: 100%;
}

.girafa .buttons {
    position: absolute;
    right: 100%;
    width: 100px;
    top: 270px;
    visibility: hidden;
    opacity: 0;
}

.girafa .buttons .material-icons {
    font-size: 3.6rem;
    color: #71984A;
    cursor: pointer;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-moz-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-o-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -moz-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -moz-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -moz-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        -o-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        animation-timing-function: cubic-bezier(.4, 0, .2, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        -moz-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
}

@-o-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -moz-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -moz-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -moz-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -moz-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -o-animation-delay: .15s;
    animation-delay: .15s;
}

.bounceInDown,
.hinge {
    display: inline-block;
}

.cartu-grid-tile.ng-enter {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

[class^="kiosk-"]:first-child:before {
    margin-left: 0;
}

md-input-container [ng-messages] :not(.md-char-counter),
.ng-message,
.order-checkout .error-message {
    color: rgb(221, 44, 0);
    font-size: 1.8rem;
    line-height: 2rem;
    overflow: visible;
}

md-input-container.md-input-invalid ._md-label {
    color: rgb(221, 44, 0);
}

md-radio-group md-radio-button:not(:first-child) {
    margin-top: 0;
}

.deliveryMethod {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

md-card md-card-title md-card-title-text .md-subhead {
    font-size: 1.45rem;
}

a.checkout__option,
#mc-embedded-subscribe {
    background-color: rgba(255, 255, 255, .9);
}

.zendeskButton .cartu-icons-question:before {
    position: absolute;
}

.zendeskButton .cartu-icons-question {
    font-size: 2.4rem;
    line-height: 1.8rem;
    top: .2rem;
    position: relative;
    display: inline-block;
    height: 20px;
    width: 24px;
}

.zendeskButton span {
    padding-left: .5rem;
}

.isMobile .zendeskButton {
    display: none;
}

@-webkit-keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-o-keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.zendeskButton .cartu-icons-question:before {
    position: absolute;
}

.cartu-icons-question.rotating:before {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.zendeskButton {
    background-color: #71984A;
    color: white;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 99999;
    padding: 1.6rem;
    font-size: 1.6rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'aglet-sans', Montserrat, sans-serif;
    line-height: 1.8rem;
    cursor: pointer;
}

.modalCatParent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 100%;
}

md-input-container textarea.md-input {
    min-height: 120px;
    overflow-y: auto;
}

.commentMeta {
    margin-bottom: 18px;
}

.comentarii md-list-item p {
    white-space: pre-wrap;
    font-family: 'aglet-sans', 'Pt Sans' sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}

backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.42);
    z-index: 20;
}

.panel>*>.bg-info {
    margin: 10px -10px 0;
    padding: 1px 10px 10px;
    border: solid rgba(0, 0, 0, .07);
    border-width: 1px 0;
}

.orderGridView .panel {
    border: 1px solid rgba(0, 0, 0, .07)
}

.brand-moleskine ul.breadcrumb {
    display: none;
}

.quarter .img-responsive {
    min-height: 267px;
    background-color: #f5f5f5;
}

.quarter {
    margin-top: 15px;
    margin-bottom: 15px;
}

.quarter figcaption {
    color: white;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding: 1.5rem;
    min-height: 77px;
}

.quarter figcaption h5 {
    margin: 0;
}

.file-preview-frame,
.file-preview-image,
.file-preview-other {
    height: initial;
    max-height: 160px;
}

.halfCardsContainer md-card-header {
    min-height: 96px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, .85);
    position: absolute;
}

md-list.half-cards md-card .md-card-image {
    margin-top: 96px;
}

.halfCardsContainer md-card {
    position: relative;
}

.importantNotice {
    background-color: #424242;
    position: relative;
    color: white;
    padding: 1.5rem;
}

.importantNotice .dismissNotice {
    width: 4.5rem;
    height: 4.5rem;
    float: right;
    margin: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.importantNotice .dismissNotice .material-icons {
    font-size: 4.2rem;
}

.importantNotice:before {
    background: transparent url(../img/triangles_pattern.svg) repeat center top;
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% + 3px);
    display: block;
    top: 0;
    left: 0;
    opacity: .21;
}

@media(min-width: 1300px) {
    .cartuSlider .cartuArrows .rightArrow {
        left: 80px;
    }

    .cartuSlider .cartuArrows .leftArrow {
        right: 80px;
    }

    .cartuArrows>*:before {
        font-size: 7.7rem;
    }
}

@media (min-width: 1200px) {
    .ct-slide .ct-caption {
        max-width: 50%;
    }
}

@media (max-width: 1199px) {
    .cartuSlider {
        min-height: 331px;
        height: 331px;
    }

    .ct-slide .productsHolder {
        -webkit-transform: scale(.83);
        -ms-transform: scale(.83);
        -moz-transform: scale(.83);
        -o-transform: scale(.83);
        transform: scale(.83);
    }

    .ct-caption {
        -webkit-transform: scale(.83);
        -ms-transform: scale(.83);
        -moz-transform: scale(.83);
        -o-transform: scale(.83);
        transform: scale(.83);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .BannerSubslide a>div:first-child {
        min-height: 240px !important;
    }
}

@media(min-width: 992px) {
    .ct-slide .ct-caption {
        max-width: 60%;
    }
}

@media (max-width: 991px) {
    .cartuSlider {
        min-height: 256px;
        height: 256px;
    }

    .ct-slide .productsHolder {
        -webkit-transform: scale(.64);
        -ms-transform: scale(.64);
        -moz-transform: scale(.64);
        -o-transform: scale(.64);
        transform: scale(.64);
    }

    .ct-caption {
        -webkit-transform: scale(.64);
        -ms-transform: scale(.64);
        -moz-transform: scale(.64);
        -o-transform: scale(.64);
        transform: scale(.64);
    }

    .mSectionName {
        font-size: 3.2rem;
    }

    [data-ng-controller="mHFilterList"] .product-list-container {
        border-bottom: 1px solid #e8e8e8;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .BannerSubslide a>div:first-child {
        min-height: 185px !important;
    }

    .product-list-container .list-product-details>a>h5 {
        max-height: 36px;
    }

    h5.md-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .mSectionName {
        font-size: 2.4rem;
    }

    .product-list-container .list-product-details>a>h5.md-title {
        max-height: none;
        font-size: 18px;
        overflow: visible;
    }

    prod-list-box .product-labels {
        padding-top: 1rem;
    }

    .zendeskButton span {
        display: none;
    }

    .BannerSubslide a>div:first-child {
        min-height: 24.08vw !important;
    }
}

@media (max-width: 768px) and (min-width: 600px) {
    .cartuSlider {
        min-height: .1078vw;
        height: 33.33vw;
    }
}

@media(max-width: 640px) {
    .ct-slide .ct-caption {
        max-width: 100%;
    }
}

@media (max-width: 359px) {
    .mSectionName {
        font-size: 1.8rem;
    }

    .product-list-container .list-product-details>a>h5 {
        max-height: initial;
    }

    h5.md-title {
        font-size: 15px;
    }
}

/* Blog list box begin */

blog-list-box>a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    -moz-box-flex: 0;
    flex: 0 0 20%;
    padding: 12px 10px;
    position: relative;
    display: block;
    border-bottom: 1px solid white;
    overflow: hidden;
    min-width: 100px;
}

blog-list-box>.blog-list-box>a h5 {
    font-weight: 700;
}

blog-list-box>.blog-list-box>*:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end;
}

blog-list-box>.blog-list-box .productImageContainer {
    max-height: 130px;
    margin: 10px 0;
    max-width: 100px;
}

blog-list-box .list-blog-details>a {
    display: block;
}

.blog-list-container blog-list-box {
    position: relative;
    min-height: 120px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
}

blog-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
}

blog-list-box:after {
    content: ' ';
    position: absolute;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 0;
    left: 100%;
    top: 20px;
    border-left: 1px dotted #ccc;
}

blog-list-box:before {
    content: ' ';
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-top: 1px dotted #ccc;
    height: 0;
    left: 20px;
    bottom: 100%;
}

blog-list-box:first-child:before {
    display: none;
}

blog-list-box .product-labels {
    padding-top: 1rem;
}

.blog-list-container .list-blog-details {
    text-align: initial;
    padding-left: 5px;
    min-height: 120px;
}

.blog-list-container .list-blog-details>a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: left;
    color: rgb(51, 51, 51);
}

.blog-list-container .list-blog-details>a>h5 {
    font-weight: 900;
    margin-bottom: 3px;
    max-height: 44px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.blog-view .cartu-grid-list .list-blog-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    position: relative;
    max-width: calc(100% - 190px);
}

@media (max-width: 359px) {
    .product-list-container .list-blog-details>a>h5 {
        max-height: initial;
    }
}

@media (max-width: 767px) {
    .blog-list-container .list-blog-details>a>h5.md-title {
        max-height: none;
        font-size: 18px;
        overflow: visible;
    }

    blog-list-box .product-labels {
        padding-top: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .blog-list-container .list-blog-details>a>h5 {
        max-height: 36px;
    }

    h5.md-title {
        font-size: 18px;
    }
}

@media (min-width: 991px) {
    .blog-list-container .list-blog-details {
        min-width: 81%;
    }
}

blog-list-box .list-blog-details>a {
    display: block;
}

.list-blog-details {
    position: relative;
}

.product-filter-container .productGridRow {
    display: flex;
    min-height: 340px;
}

.product-filter-container .even .productGridRow {
    flex-direction: row-reverse;
}

.product-filter-container .productGridRow {
    display: flex;
    flex-wrap: wrap;
}

.product-filter-container .cartu-grid-tile {
    flex: 0 1 25%;
}

@media (min-width: 1200px) {
    .product-filter-container .products-container-grid {
        margin-left: -15px;
        margin-right: 5px;
    }
}

/* Blog list box end */

/* Product grid voucher helper begin */

.voucher-product-grid-section .flexy-row {
    width: 100%;
    display: flex;
    padding: 0 15vw;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 124px;
}

.voucher-product-grid-section .flexy-row i {
    font-size: 8rem;
}

.voucher-product-grid-section .flexy-row > div {
    flex: 1 0 auto;
}

.voucher-product-grid-section p.clean {
    margin: 0;
    padding: 0 2rem;
}

@media (max-width: 767px) {
    .voucher-product-grid-section .flexy-row {
        padding: 0 5vw;
        height: 185px;
        flex-wrap: wrap;
    }

    .voucher-product-grid-section p.clean {
        max-width: 20rem;
    }
}

@media (max-width: 320px) {
    .voucher-product-grid-section .flexy-row {
        padding: 0 5vw;
        height: 210px;
        flex-direction: column;
    }

    .voucher-product-grid-section .flexy-row i {
        font-size: 6rem;
    }
}

/* Product grid voucher helper end */

#coloana-produse .cartu-grid-list .availableInLocation {
    position: absolute;
    left: 0;
    background: #fff;
    font-size: 2.5rem;
    padding: .25rem;
    top: 50%;
    transform: translateY(-50%);
}

.select-location-menu-item i:not(#a):not(#b) {
    line-height: 1;
}

.klarna-not-available-message {
    color: red;
}

md-toast .md-toast-content a {
    margin: 0;
}

.checkbox-container {
    max-height: 16em;
}

@media (max-width: 991px) {
    .checkbox-container {
        max-height: 25em !important;
    }

    .modal-checkbox-container-form {
        max-width: 25em !important;
        min-width: 20em !important;
        max-height: 40em !important;
    }

    .checkbox-container {
        max-height: 25em !important;
    }

    .container-filter-attributes {
        margin-top: 5px;
    }

    .modal-checkbox-container {
        max-height: calc(40em - 55px - 78px) !important;
    }
}

/*
 * Fix for iOS Safari: Enables "Open in New Tab" option on long touch for links.
 */
@supports (-webkit-touch-callout: default) {
    @media screen and (max-device-width: 1024px) {
        a {
            -webkit-touch-callout: default !important;
        }

        .modal-checkbox-container {
            max-height: calc(65vh - 55px - 78px) !important;
        }

        .modal-checkbox-container-form {
            max-height: 65vh !important;
        }
    }
}

.cartu-grid-list {
    margin-left: 4px !important;
}

.search-box-modal {
    padding-left: 0.5em !important;
}

.icon-search-box-modal {
    position: fixed;
    right: 0.5em;
}

.modal-fixed-header {
    padding-top: 1em;
}

.modal-checkbox-container-form {
    max-width: 40em;
    min-width: 30em;
    max-height: 70em;
    display: grid;
    padding: 0 0.5em 0 1.5em;
}

.modal-checkbox-container {
    max-height: calc(50em - 55px - 78px);
    min-height: 5em;
    overflow: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    display: grid;
}

.md-input-container-modal {
    max-height: 3em;
}

.md-dialog-content-modal {
    display: flex !important;
}

md-checkbox {
    max-height:max-content;
}

.subtitle-see-more-slider {
    color: #71984A;
    text-transform: none;
    padding-left: 1rem;
    font-size: large;
}
