/* alertify */
.alertify {
    border-radius: 0;
    border: none;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 0 12px #00000030;
    font-size: 1.6rem;
}

.alertify .btn {
    margin: 0 4px;
}

.alertify-cover {
    background-color: #000;
    opacity: 0.5!important;
    -ms-filter:alpha(Opacity=50)!important;
    filter:alpha(opacity=50)!important;
}

.alertify-dialog {
    padding: 35px;
}

.alertify-logs {
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
}

.alertify-log {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    right: 0;
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.alertify-log-show {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.alertify-log-hide {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.alertify-log-success {
    background-color: #30a92a;
}

@media (max-width: 767px) {
    .alertify-logs {
        top: 0;
        bottom: auto;
    }

    .alertify-log {
        margin-top: 0;
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
    }

    .alertify-log-show {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .alertify-log-hide {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
    }

    .alertify-log {
        line-height: 22px;
        padding: 10px 15px;
    }
}
/* end alertify */

*, *:focus {
    outline: none;
}

p {
    line-height: 1.8;
}

.header-user .fa {
    font-size: 24px;
    color: #222222;
    text-align: center;
    margin-bottom: 2px;
    transition: color 300ms;
}

.header-user:hover .fa {
    color: #f58220;
}

.cart-section {
    min-height: calc(100vh - 80px - 134px);
}

.cart-top-item.active .num {
    background-color: #f58220;
}

a.cart-top-item:hover {
    background-color: #c2691e;
}

.cart-wrap {
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.cart-wrap-top {
    margin-bottom: 3rem;
}

.cart-wrap-top a {
    color: #f58220;
    margin-left: 0.5rem;
    text-decoration: none;
    border-bottom: 1px dotted #f4ba8a;
    transition: border-bottom-color 200ms, color 200ms;
    font-size: 2.8rem;
}

.cart-wrap-top a:hover {
    border-bottom-color: #c2691e;
    color: #c2691e;
}

.cart-wrap-top a i {
    margin-left: 0.5rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.cart-items {
    position: relative;
    margin-bottom: 2rem;
}

.cart-items-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.cart-items > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.cart-item-col {
    margin-bottom: 3rem;
    padding-left: 10px;
    padding-right: 10px;
}

.cart-item {
    border: 1px solid #eeeeee;
    padding: 3rem 2.5rem 4rem;
    transition: all 200ms;
    height: 100%;
}

.cart-item:hover {
    transform: scale(1.01);
    box-shadow: 0 0 12px #00000030;
}

.cart-item-name {
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.cart-item-img {
    margin-right: -1rem;
    margin-left: -1rem;
}

.cart-item p {
    color: #888888;
    margin-bottom: 2.5rem;
}

.cart-item-select span {
    font-weight: normal;
    color: #888888;
}

.cart-item-select {
    margin-bottom: 1.5rem;
}

.styled-select select {
    border-color: #cccccc;
    font-size: inherit;
}

.cart-item-checks {
    margin-bottom: 2rem;
}

.cart-item-bottom .btn {
    padding: 1.5rem 3rem;
    transition: background-color 200ms;
}

.cart-item-bottom .btn i {
    margin-right: 0.5rem;
}

.check-styled input[type=radio] + label,
.check-styled input[type=checkbox] + label {
    padding-top: 1px;
}

.check-styled input[type=radio] + label:after,
.check-styled input[type=checkbox] + label:after {
    border-color: #cccccc;
    transition: border-color 200ms;
}

.check-styled input[type=radio] + label:hover:after,
.check-styled input[type=radio]:checked + label:after,
.check-styled input[type=checkbox] + label:hover:after,
.check-styled input[type=checkbox]:checked + label:after {
    border-color: #999999;
}

.selected {
    text-decoration: none;
    margin-right: 3rem;
    font-size: 2rem;
}

.cart-bottom {
    margin-top: 0;
}

.cart-bottom .btn {
    font-size: 2rem;
}

.cart-bottom .btn i {
    margin-left: 1rem;
}

@media (max-width: 767px) {
    .cart-bottom {
        flex-wrap: wrap;
    }

    .cart-bottom .selected {
        width: 100%;
        margin: 0 0 3rem 0;
        text-align: right;
    }

    .cart-bottom-container {
        flex-wrap: wrap;
    }

    .cart-bottom-left {
        margin-bottom: 3rem;
    }

    .cart-bottom-right {
        width: 100%;
    }

    .cart-two-col {
        flex-wrap: wrap
    }

    .cart-two-col-left {
        width: 100%;
    }

    .cart-two-col-right {
        width: 100%;
    }
}

.modal-content {
    border: none;
}

.modal-title {
    font-size: 2.5rem;
}

.modal-body {
    padding: 3rem;
}

.modal .close {
    color: #cccccc;
}

.form-control {
    height: 4.5rem;
    font-size: 1.7rem;
    border: 1px solid #cccccc;
    padding: 1rem 1.2rem;
    color: #222222;
}

.modal-body .btn {
    padding: 1.5rem 3rem;
    transition: background-color 200ms;
}

.modal-body .modal-item-bottom .btn:hover {
    background-color: #e56f0a;
}

.modal-body .btn i {
    margin-right: 0.5rem;
    margin-left: 0;
}

.modal-filter-top {
    background-color: #eeeeee;
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: start;
    border: 1px solid #dddddd;
}

.modal-filter-item {
    width: 33.3%;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
}

@media (max-width: 767px) {
    .modal-filter-item {
        width: 100%;
    }
}

.modal-slider-item {
    margin: 0;
    padding: 1rem 4rem;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
}

.range-slider-name {
    color: #888888;
    font-weight: normal;
}

.select-wrap {
    margin-bottom: 1rem;
}

.select-wrap .range-slider-name {
    margin-bottom: 1rem;
}

.modal-size-input .form-control {
    width: 7rem;
}

.modal-body .nav-link {
    padding: 1rem 3rem;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    .modal-body .nav-link {
        padding: 1rem 1.5rem;
    }
}

.modal-body .nav-link i {
    margin-left: 0.5rem;
}

.modal-item-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 3rem;
}

.modal-item-col {
    padding: 0 10px;
}

.modal-item {
    border: 1px solid #eeeeee;
    padding: 2rem;
    transition: all 200ms;
    height: 100%;
    position: relative;
}

.modal-item-col-selected .modal-item {
    border-color: #248020;
}

.modal-item .icon-selected {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #248020;
    font-size: 2rem;
}

.modal-item-col-disabled .modal-item {
    opacity: 0.5;
}

.modal-item:hover {
    transform: scale(1.01);
    box-shadow: 0 0 12px #00000030;
}

.modal-item-img {
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
}

.modal-item-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-item-img a img {
    max-height: 100%;
}

.modal-item-img:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.modal-item-name {
    font-size: 1.6rem;
    line-height: 1.5;
}

.modal-item p {
    color: #888888;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    flex-grow: 1;
}

.modal-item-bottom-left {
    line-height: 1.3;
}

.modal-item-bottom-left small {
    color: #888888;
}

.modal-body .modal-item-bottom .btn {
    padding: 1rem 2rem
}

.modal-body .modal-item-bottom .btn.btn-secondary:hover {
    background-color: #278a22;
}

.modal-body .cart-bottom .btn:hover {
    background-color: #278a22;
}

.btn.btn-disabled {
    background-color: #cccccc!important;
    cursor: not-allowed!important;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.cart-table {
    margin-top: 3rem;
}

.cart-table table {
    margin-bottom: 5rem;
}

.cart-table table th {
    padding: 1rem 2rem;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    font-size: 1.7rem;
}

.cart-table table td {
    padding: 2rem;
    border-color: #eeeeee!important;
    font-size: 1.6rem;
    line-height: 1.5;
    height: auto;
}

.cart-table table tr:not(:last-of-type) td {
    border-bottom: 1px solid #fafafa!important;
}

.table-item-img {
    background: transparent;
    padding: 2rem;
    width: 12rem;
}

.table-item-img img {
    max-height: 120px;
}

.table-item-name-content {
    max-width: 40rem;
}

.table-item-name-link {
    font-size: 1.6rem;
    line-height: 1.5;
}

.cart-table table td.table-item-price {
    font-weight: bold;
    line-height: 1.3;
}

.cart-table table td.table-item-img {
    padding: 1rem 2rem;
}

.table-item-price small {
    font-weight: normal;
    color: #888888;
}

.cart-price {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: normal;
}

.cart-price strong {
    font-size: 2.5rem;
}

.cart-price-small {
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.5;
}

.cart-bottom-container {
    display: flex;
    justify-content: space-between;
}

.btn-default {
    background-color: #eeeeee;
    color: #222222;
}

.btn-default:hover {
    background-color: #dddddd;
}

.cart-bottom-left .btn {
    margin-left: 0;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
}

.cart-bottom-left .btn i {
    margin-left: 0;
    margin-right: 0.5rem;
}

.cart-price-wrap {
    margin-top: 0;
    margin-bottom: 4rem;
}

.line-headline:before {
    background: #cccccc;
}

.line-headline span i {
    margin-right: 0.5rem;
}

.form-box {
    background-color: #fafafa;
    margin: 3rem 0;
    padding: 3rem;
}

.btn-green {
    background-color: #30a92a;
    color: #ffffff;
}

.btn-green:hover {
    background-color: #278a22;
    color: #ffffff;
}

.check-styled input[type=radio] + label:before {
    background-color: #30a92a;
}

.range-slider-wrap .ui-slider-horizontal,
.range-slider-wrap .ui-slider-handle,
.range-slider-wrap .ui-slider-horizontal:hover .ui-slider-range,
.range-slider-wrap .ui-slider-horizontal:hover .ui-slider-handle {
    background-color: #30a92a;
}

.styled-select:after {
    color: #888888;
}

.check-styled input[type=checkbox] + label:before {
    background: none;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    color: #30a92a;
    transition: none;
}

.cart-items.disabled .check-styled input[type=radio] + label:before,
.cart-items.disabled .check-styled input[type=checkbox] + label:before {
    display: none;
}

.form-box .check-styled:last-of-type,
.form-box .form-group:last-of-type {
    margin-bottom: 0;
}

.assistent {
    margin-top: -11px;
}

.order-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0;
}

.order-box-item-list {
    margin-bottom: 0;
}

.order-box-item {
    border-bottom: 1px solid #eeeeee;
    padding: 0.5;
    margin: 0;
}

.order-box-item:last-of-type {
    border-bottom: none;
}

.order-box-item-img {
    width: 9rem;
    padding: 0.5rem 1rem;
}

.order-box p {
    padding: 1rem 1.5rem;
    background: #eeeeee;
    margin-bottom: 0;
}

.order-box-item-text {
    width: calc(100% - 7rem);
    padding: 1rem 1rem 1rem 0.5rem;
}

.order-box-item-name {
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.order-box-price-wrap {
    margin-top: 2rem;
    text-align: right;
}

.order-box-price {
    font-weight: normal;
}

.order-box-price strong {
    font-size: 2rem;
}

.cart-two-col-left {
    width: 70%;
}

.cart-two-col-right {
    width: 30%;
}

@media (max-width: 767px) {
    .cart-two-col {
        flex-wrap: wrap
    }

    .cart-two-col-left {
        width: 100%;
        order: 2;
    }

    .cart-two-col-right {
        width: 100%;
        order: 1;
        margin-bottom: 5rem;
    }

    .line-headline span {
        margin-left: 0;
    }

    .line-headline:before {
        content: none;
    }

    .assistent {
        margin-bottom: 5rem;
    }

    .cart-two-col-left .cart-bottom .btn {
        width: 100%;
        margin-top: 3rem;
    }

    .form-box {
        padding: 2rem;
        margin: 1rem 0 3rem;
    }

    .order-box {
        margin-top: 1rem;
    }
}

.nav-tabs .nav-item .tab-selected {
    color: #30a92a;
}

.nav-tabs .nav-item .tab-not-selected {
    color: #d90000;
}

.form-box .check-styled input[type=radio] + label,
.form-box .check-styled input[type=checkbox] + label {
    line-height: 1.8;
    padding-left: 4rem;
}

.form-box .check-styled input[type=radio] + label:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.4rem;
    left: 0.4rem;
}

.form-box .check-styled input[type=radio] + label:after {
    width: 2.4rem;
    height: 2.4rem;
}

.finish-box {
    border: 1px solid #30a92a;
    padding: 6rem 6rem 6rem 23rem;
}

.finish-box h3 {
    margin-bottom: 1rem;
}

.modal-image {
    border: 1px solid #eeeeee;
    margin-bottom: 2rem;
    max-height: 50vh;
    text-align: center;
}

.modal-image img {
    max-height: 48vh;
}

.text-default {
    color: #888888;
}

.text-grey {
    color: #bbbbbb;
}

#modal-product .modal-title {
    color: #d90000;
}

.btn:focus {
    box-shadow: none!important;
}

.modal-item-warning {
    border: 1px solid #d90000;
    padding: 2rem 2.5rem;
    margin-bottom: 5rem;
}

.modal-item-warning p {
    font-style: italic;
    color: #d90000;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.check-styled.always-checked input[type=checkbox] + label:before {
    color: #888888;
}

.modal-dialog {
    margin-bottom: 10rem;
}

@media (max-width: 767px) {
    .finish-box {
        padding: 2rem 2rem 2rem 5rem;
    }

    .finish-box:before {
        width: 5rem;
        font-size: 2rem;
    }

    .cart-bottom-finish .cart-bottom {
        justify-content: center;
    }

    .cart-bottom-finish .cart-bottom .btn {
        margin: 0 0 2rem 0;
    }

    .cart-wrap-top h1 span {
        display: inline-block;
        width: 100%;
    }

    .cart-table table tr:not(:last-of-type) td {
        border-bottom: none!important;
    }
}

.ui-tooltip {
    box-shadow: 0 0 8px #00000030;
    background: #fafafa!important;
    border: 1px solid #eeeeee!important;
    border-radius: 0!important;
    padding: 1.4rem;
    font-size: 1.3rem;
    color: #888888!important;
}

.ui-state-disabled {
    pointer-events: auto!important;
}

.date-picker {
    background-color: #ffffff!important;
    cursor: pointer;
}

.check-styled input[type=radio][readonly] + label, .check-styled input[type=checkbox][readonly] + label {
    opacity: 0.5;
}

.ui-datepicker {
    padding: 0;
    box-shadow: 0 0 12px #00000030;
}

.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
    border-radius: 0!important;
}

.ui-datepicker .ui-widget-header {
    background-image: none;
    background-color: #eeeeee!important;
    border: none;
    font-weight: normal;
    color: #222222;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    border: none!important;
    background-image: none!important;
    top: 5px!important;
    right: 4px!important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 4px!important;
}

.ui-datepicker-calendar th {
    font-weight: normal;
    color: #888888;
}

.ui-datepicker .ui-state-default {
    background-image: none!important;
}

.ui-datepicker .ui-state-active {
    border-color: #f58220!important;
    background-color: #f58220!important;
    color: #ffffff!important;
}

.ui-state-highlight {
    border-color: #aaaaaa!important;
    background-color: #dadada!important;
}

.ui-datepicker table {
    margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 2.4em;
}

.items-info {
    color: #888888;
    margin-bottom: 10px;
}

.header-user {
    position: relative;
}

.header-user:hover .fa,
.header-user:hover span {
    color: #222222;
}

.header-user > a {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px 20px 10px 20px;
    z-index: 110;
    background-color: #ffffff;
}

.header-user:hover > a {
    box-shadow: inset 0 3px 3px #cccccc;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.header-user .badge {
    position: absolute;
    z-index: 3;
    top: 7px;
    right: 7px;
    background-color: #f58220;
    display: block;
}

.header-user .cart-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    max-width: calc(100vw - 32px);
    z-index: 110;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 5px 5px #00000020;
    transition: all 200ms;
}

.header-user:hover .cart-content {
    display: block;
}

.header-user .cart-content .order-box {
    margin-top: 0;
    margin-bottom: 10px;
}

.header-user .cart-content .order-box:last-of-type {
    margin-bottom: 0;
}

.header-user .cart-content .order-box a {
    padding: 0;
}

.header-user .cart-content .buttons {
    text-align: center;
    margin-bottom: 10px;
}

.header-user .cart-content .btn {
    display: inline-block;
    padding: 1.5rem 3rem;
}

.header-user .cart-content .btn i {
    font-size: 15px;
    color: #ffffff!important;
    margin-right: 0.5rem;
    margin-bottom: 0;
}

.header-user .cart-content .order-box-price-wrap {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}

.header-user .cart-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.7;
    pointer-events: none!important;
    z-index: 100;
}

.header-user:hover .cart-overlay {
    display: block;
}

.pull-left {
    float: left;
}

.modal .order-box-item-img {
    width: 120px;
}

.modal .order-box-item-img img {
    max-height: 80px;
}

.cart-item-settings {
    flex-grow: 1;
}

.cart-item-disabled,
.order-box-disabled {
    position: relative;
}

.cart-item-warning {
    border: 1px solid #d90000;
    background-color: #ffffff;
    padding: 10px;
}

.cart-item-warning p {
    color: #d90000;
    text-align: center;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 0;
}

.cart-item-2.cart-item-disabled::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #eeeeee;
}

.cart-item-2.cart-item-disabled .cart-item-warning {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    padding: 10px 30px;
}

.order-box-disabled .order-box-item-list {
    opacity: 0.3;
}

.cart-item-disable-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

.header-logo img {
    width: 260px;
}

.assistent-img {
    border-radius: 50%;
    overflow: hidden;
}