/*  ECOMMERCE: DASHBOARD  */
.cui-ecommerce-dashboard-list-img {
    display: inline-block;
    width: 4.61rem;
    height: 4.61rem;
    border: 1px solid #e4e9f0;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.cui-ecommerce-dashboard-list-img img {
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

/*  ECOMMERCE: CART / CHECKOUT  */
.cui-ecommerce-cart .content {
    min-height: 7.69rem;
}

.cui-ecommerce-cart .content > .body {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
}

.cui-ecommerce-cart .actions {
    padding-top: 2.3rem;
    border-top: 1px solid #e4e9f0;
}

.cui-ecommerce-cart table .text-right input[type='text'] {
    display: inline-block;
    text-align: center;
}

/*  ECOMMERCE: PRODUCT DETAILS */
.cui-ecommerce-product-descr {
    margin-top: 0.76rem;
}

.cui-ecommerce-product-option {
    margin-bottom: 1.53rem;
    font-weight: 300;
}

.cui-ecommerce-product-option:last-child {
    margin-bottom: 0.38rem;
}

.cui-ecommerce-product-option_title {
    color: black;
    margin-bottom: 0.76rem;
    font-weight: 500;
}

.cui-ecommerce-product-price {
    font-size: 2.38rem;
    font-weight: bold;
    margin: 20px 0;
}

.no-photo {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}

.no-photo img {
    padding: 35%;
}

.product-counters {
    font-size: 1rem;
}

.product-counters img {
    height: 1.5rem;
    position: relative;
    bottom: 1px;
    margin-left: 5px;
}

.cui-ecommerce-product-price-before {
    display: inline-block;
    margin-left: 0.76rem;
    font-size: 1.38rem;
    text-decoration: line-through;
    color: black;
    position: relative;
    top: -0.24rem;
    font-weight: normal;
}

.cui-ecommerce-product-price-vat {
    display: inline-block;
    margin-left: 0.76rem;
    font-size: 1.38rem;
    color: black;
    position: relative;
    top: -0.24rem;
    font-weight: normal;
}

.cui-ecommerce-product-sku {
    float: right;
    color: black;
    text-align: right;
    margin-top: 0.23rem;
}

.cui-ecommerce-product-rating {
    margin-top: 0.38rem;
    color: #f2a654;
    font-size: 1.38rem;
}

.item.product-item {
    cursor: pointer;
}

.cui-ecommerce-product-controls .btn {
    padding: 1.2rem 3.07rem !important;
}

.cui-ecommerce-product-controls .btn-link {
    margin-top: 0.23rem;
    padding: 1.15rem 1.15rem !important;
}

.cui-ecommerce-product-photos {
    margin-left: -1.54rem;
    margin-top: -1.16rem;
}

.cui-ecommerce-product-photos-item {
    margin-left: 1.53rem;
    width: calc(25% - 1.42rem);
    text-align: center;
    float: left;
    border: 1px solid #e4e9f0;
    border-radius: 0.38rem;
    overflow: hidden;
    margin-bottom: 1.53rem;
    background: #fff;
    cursor: pointer;
}

.cui-ecommerce-product-photos-item img {
    width: 5.38rem;
    max-width: 100%;
}

.cui-ecommerce-product-photos-item-active {
    border-color: black;
}

.cui-ecommerce-product-main-title {
    /*margin-top: 1.53rem;*/
    font-size: 2.76rem;
}

.cui-ecommerce-product-info {
    margin-top: 3.07rem;
}

/*  ECOMMERCE: PRODUCTS CATALOG  */
.cui-ecommerce-catalog-item {
    /*padding: 1.53rem;*/
    margin-bottom: 2.69rem;
    position: relative;
    background: #fff;
    /*min-height: 400px;*/
}

.cui-ecommerce-catalog-item-status {
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1.92rem;
    border-style: solid;
    width: 0;
    height: 0;
    border-color: #fb434a transparent transparent #fb434a;
    z-index: 10;
}

.cui-ecommerce-catalog-item-status-title {
    position: relative;
    top: -0.47rem;
    left: -1.31rem;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff !important;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: bold;
    white-space: nowrap;
}

.cui-ecommerce-catalog-item-img {
    position: relative;
    text-align: center;
    overflow: hidden;
    /*margin: -20px -20px 0;*/
}

.cui-ecommerce-catalog-item-img a {
    display: block;
}

.cui-ecommerce-catalog-item-img a img {
    padding: 2px 1px 1px 1px;
    min-height: 19.23rem;
    max-height: 19.23rem;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.cui-ecommerce-catalog-item-img a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cui-ecommerce-catalog-item-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #e4e9f0;
    padding-top: 1rem;
    position: relative;
    height: 5rem;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
}

.cui-ecommerce-catalog-item-title.service {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #e4e9f0;
    padding-top: 1rem;
    position: relative;
    height: 5rem;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
}

.cui-ecommerce-catalog-item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.cui-ecommerce-catalog-item-title.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    margin-bottom: 10px;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.cui-ecommerce-catalog-item-descr {
    /*padding-right: 7.69rem;*/
    font-style: italic;
    color: #393749;
}

.cui-ecommerce-catalog-item-descr-sizes {
    font-style: normal;
}

.cui-ecommerce-catalog-item-descr-sizes span.fi {
    border: none;
}

.cui-ecommerce-catalog-item-descr-sizes span {
    display: inline-block;
    /*margin-right: 0.38rem;*/
    border: 1px solid #d2d9e5;
    line-height: 1.07rem;
    border-radius: 1.53rem;
    padding: 0.25rem 1rem;
    min-width: 2.3rem;
    text-align: center;
    margin-bottom: 0.38rem;
}

.cui-ecommerce-catalog-item-title.service .cui-ecommerce-catalog-item-title-name {
    width: 100%;
}

.cui-ecommerce-catalog-item-title-name {
    width: 55%;
}

.cui-ecommerce-catalog-item-price {
    width: 45%;
    font-size: 1.23rem;
    text-align: right;
    line-height: 16px;
}

.cui-ecommerce-catalog-item-price-old {
    font-size: 1rem;
    font-weight: bold;
    color: black;
}

.cui-ecommerce-catalog-service-price {
    width: 45%;
    font-size: 1.23rem;
    text-align: right;
    line-height: 16px;
}

.cui-ecommerce-catalog-service-price-old {
    font-size: 0.8rem;
    font-weight: bold;
    color: black;
}

.cui-ecommerce-catalog-item-like {
    position: absolute;
    z-index: 2;
    top: 0.76rem;
    right: 0.76rem;
    font-size: 1.84rem;
    cursor: pointer;
    color: #393749;
}

.cui-ecommerce-catalog-item-like i {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0.2;
    color: black;
}

.cui-ecommerce-catalog-item-like:hover i {
    opacity: 0.4;
}

.cui-ecommerce-catalog-item-like-selected i {
    opacity: 1 !important;
}

.cui-ecommerce-catalog-item-img-remove {
    position: absolute;
    z-index: 100;
    top: 0.76rem;
    right: 1.15rem;
}

.btn-black {
    color: #fff;
    background-color: black;
    border-color: white;
}

.btn-black:hover {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-black:focus {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-white {
    color: black;
    background-color: white;
    border-color: black;
}

.btn-white:hover {
    cursor: pointer;
    color: white !important;
    background-color: black;
    border-color: white;
}

.btn-white:focus {
    color: white;
    background-color: black;
    border-color: black;
}

.btn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'PulpDisplay', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    border-width: 1px;
    border-radius: 30px !important;
    background-color: #ffffff;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    padding: 0.4rem 3rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-atom:hover {
    background-color: #198842;
    background-image: none;
    border-color: #198842;
    color: #ffffff;
}

.btn-atom.selected {
    background-color: #198842;
    background-image: none;
    border-color: #198842;
    color: #ffffff;
}

.btn-atom-action {
    color: #000000;
    font-size: 14px;
    font-family: 'PulpDisplay', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    border-width: 1px;
    border-radius: 30px !important;
    background-color: #ffffff;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    padding: 0.3rem 1.5rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-atom-action:hover {
    background-color: #198842;
    background-image: none;
    border-color: #198842;
    color: #ffffff;
}


@media only screen and (max-width: 1366px) {
    .cui-ecommerce-catalog-item-title.factory {
        font-size: 0.8rem;
    }

    .cui-ecommerce-catalog-item-title.service {
        font-size: 0.8rem;
    }

    .cui-ecommerce-catalog-item-title {
        font-size: 0.8rem;
    }

    .cui-ecommerce-catalog-item-price {
        font-size: 0.8rem;
    }

    .cui-ecommerce-catalog-item-price-old {
        font-size: 0.7rem;
    }

    .cui-ecommerce-catalog-service-price {
        font-size: 0.8rem;
    }

    .cui-ecommerce-catalog-service-price-old {
        font-size: 0.7rem;
    }
}
