/* DEFINE COLORS */
.app-header-primary {
    background-color: #A48F7A;
}
.header-menu .menu>.menu-item.here>.menu-link .menu-text {
    color: #A48F7A;
}
.header-menu .menu>.menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-text, .header-menu .menu>.menu-item:not(.here)>.menu-link:hover:not(.disabled):not(.active):not(.here) .menu-text {
    color: #A48F7A;
}
.menu-state-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #A48F7A;
}
.menu-state-primary .menu-item.show>.menu-link .menu-title {
    color: #A48F7A;
}
.menu-state-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #A48F7A;
}
.header-menu .menu>.menu-item.show>.menu-link .menu-text {
    color: #A48F7A;
}
.btn.btn-primary {
    border-color: #A48F7A;
    background-color: #A48F7A;
}
.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary {
    color: #fff;
    border-color: #A48F7A;
    background-color: #A48F7A !important;
}
.menu-state-primary .menu-item.here>.menu-link .menu-title {
    color: #A48F7A;
}
.form-check.form-check-solid .form-check-input:checked {
    background-color: #A48F7A;
}


/* Chrome, Safari, Edge, Opera */
.without-arrows::-webkit-outer-spin-button,
.without-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.without-arrows[type=number] {
    -moz-appearance: textfield;
}

.dashed-outline {
    border: 1px dashed #e4e6ef !important;
}

.dashed-outline-top {
    border-top: 1px dashed #e4e6ef !important;
}

.dashed-outline-bottom {
    border-bottom: 1px dashed #e4e6ef !important;
}

.radius-1 {
    border-radius: 0.475rem;
}

.radius-2 {
    border-radius: 1.875rem;
}

.btn-drag i {
    font-size: 1.6em;
}

.btn-drag-small i {
    font-size: 1.4em;
}

.main-category-items {
    background: #cecece;
}

.sub-category-items {
    background: #ededed;
}

.input-image-uploader .image-uploader {
    width: 100%;
    height: 43px;
    min-height: unset;
    margin-left: auto;
    cursor: pointer;
    background: white;
    margin-right: 10px;
    border-radius: 0.475rem;
}

.input-image-uploader .image-uploader .uploaded {
    padding: 0.2rem;
    line-height: 0;
}

.input-image-uploader .image-uploader .upload-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.input-image-uploader .image-uploader .upload-text i {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.input-image-uploader .image-uploader .uploaded .uploaded-image {
    width: 100% !important;
    height: 35px !important;
    margin: 0;
}

.input-image-uploader-attachment .image-uploader {
    width: 100%;
    height: 300px;
    min-height: unset;
    margin-left: auto;
    cursor: pointer;
    background: white;
    margin-right: 10px;
    border-radius: 0.475rem;
    margin-bottom: 18px;
}

.input-image-uploader-attachment .image-uploader .uploaded {
    padding: 0.2rem;
    line-height: 0;
}

.input-image-uploader-attachment .image-uploader .upload-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.input-image-uploader-attachment .image-uploader .upload-text i {
    font-size: 2.6rem;
    margin-bottom: 0;
}

.input-image-uploader-attachment .image-uploader .uploaded .uploaded-image {
    width: 100% !important;
    height: 293px !important;
    margin: 0;
}


.table-td-width-50 tbody tr td {
    width: 50%;
}

.items-block-detail .symbol .symbol-label {
    background-color: white;
}

.danger-border {
    border: 1px solid red !important;
}

.svg-icon-plus svg {
    height: 1.2rem !important;
    width: 1.2rem !important;
}

.svg-icon-delete svg {
    height: 1.7rem !important;
    width: 1.7rem !important;
}

.white-icon svg {
    color: white;
}

.summary-block tr td {
    vertical-align: middle;
}

.h-18px {
    height: 18px;
}

.button-change-commision {
    padding-left: 10px !important;
    padding-right: 8px !important;
}

.button-edit-commision i {
    font-size: 1.5rem;
}

#the-basics .twitter-typeahead {
    width: 100%;
}

#the-basics .tt-menu {
    width: 100%;
    background: #f5f4f4;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 5px -2px #989898
}

#the-basics .tt-menu .tt-dataset {
    padding: 5px;
}

#the-basics .tt-menu .tt-dataset .tt-suggestion {
    padding: 3px 5px;
    border-radius: 4px;
    margin-bottom: 4px;
}

#the-basics .tt-menu .tt-dataset .tt-suggestion:last-child {
    margin-bottom: 0;
}

#the-basics .tt-menu .tt-dataset .tt-suggestion:hover {
    background: #d6d5d5;
    cursor: pointer;
}

.disabled-block {
    opacity: .4;
    pointer-events: none;
}

.ul-match {
    list-style: none;
    display: block;
    padding: 10px;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 0px 3px 5px -1px #c0bdbd;
    margin-bottom: 0;
}

.ul-match li:first-child {
    font-weight: 600;
}

.use-match-data {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    position: relative;
    padding: 0;
}

.use-match-data .overlay-use-match-data {
    background: #27272745;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    border-radius: 4px;
    opacity: 0;
    transition: .3s;
}

.use-match-data .overlay-use-match-data i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
}

.use-match-data:hover .overlay-use-match-data {
    opacity: 1;
    transition: .2s;
}

.iti {
    display: block !important;
}

.timeline.timeline-4 {
    position: relative;
    width: 100%;
}

.timeline.timeline-4:after {
    content: "";
    position: absolute;
    width: 5px;
    top: 0;
    margin-top: 0.1rem;
    bottom: 0;
    left: 50%;
    margin-left: -2.5px;
    background-color: #EBEDF3;
    border-radius: 0.42rem;
}

.timeline.timeline-4 .timeline-bar {
    border-radius: 0.42rem;
    width: 20px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    background-color: #EBEDF3;
    bottom: 0;
}

.timeline.timeline-4 .timeline-items {
    position: relative;
}

.timeline.timeline-4 .timeline-items .timeline-item {
    position: relative;
    margin-left: 0;
    width: 50%;
    min-height: 3rem;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left {
    left: 0;
    padding-right: 2.85rem;
    position: relative;
}

.timeline.timeline-4 .timeline-items .timeline-item:first-child {
    top: 2rem;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 3.5rem;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right {
    left: 50%;
    padding-left: 2.86rem;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-badge {
    right: -10px;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge > div {
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0.5rem;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-label {
    text-align: right;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-content {
    position: relative;
    border-radius: 0.42rem;
    padding: 1rem 1rem 0.6rem 1rem;
    background-color: #F3F6F9;
}

.timeline.timeline-4 .timeline-items .timeline-item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 3rem;
    left: 100%;
    margin-left: -3rem;
    border-left: solid 10px #F3F6F9;
    border-bottom: solid 17px transparent;
    border-right: solid 17px transparent;
    border-top: solid 17px transparent;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right:after {
    right: 100%;
    left: auto;
    margin-right: -3rem;
    border-right: solid 10px #F3F6F9;
    border-left: solid 17px transparent;
}

.timeline .timeline-item {
    display: inherit;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right .timeline-badge {
    left: -10px;
}

.timeline-label:before {
    content: none;
}

.timeline.timeline-4 .timeline-items .timeline-item .symbol {
    position: absolute;
    top: 2.8rem;
    left: -20px;
    border: 2px solid #EBEDF3;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    line-height: 0;
    z-index: 2;
}

.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .symbol {
    right: -20px;
    left: unset;
}

@media (max-width: 991.98px) {
    .timeline.timeline-4 .timeline-bar {
        left: 5px !important;
    }

    .timeline.timeline-4 .timeline-items {
        padding: 1rem 0;
    }

    .timeline.timeline-4:after {
        left: 5px !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
        left: -5px !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
        text-align: left !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item:after {
        right: 100%;
        left: auto !important;
        margin-left: auto;
        margin-right: -3rem;
        border-right: solid 10px #F3F6F9;
        border-left: solid 17px transparent;
    }

    .timeline.timeline-4 .timeline-items .timeline-item {
        width: 100% !important;
        left: 0 !important;
        padding-right: 0 !important;
        padding-left: 2.85rem !important;
        position: relative;
        top: 0 !important;
        bottom: 0 !important;
        margin-bottom: 1.5rem;
    }

    .timeline.timeline-4 .timeline-items .timeline-item:last-child {
        margin-bottom: 0 !important;
    }

    .timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .symbol {
        right: unset;
        left: -20px;
    }
}

.timeline-imgs-block {
    display: inline-flex;
    gap: 12px;
    padding-bottom: 8px;
    padding-top: 10px;
}

.timeline-imgs-block > div {
    width: 110px;
    position: relative;
}

.timeline-imgs-block img {
    border-radius: 6px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    display: block;
}

.timeline-imgs-block small {
    display: block;
    line-height: 1;
}

.remove-image-project {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    justify-content: center;
    align-items: center;
    height: 1.65rem;
    width: 1.65rem;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10px -2px #00000013;
    border-radius: 100%;
    top: -0.825rem;
    right: -0.825rem;
    color: black;
}

/* Track */
.timeline-imgs-block::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.timeline-imgs-block::-webkit-scrollbar-thumb {
    background: #9d9d9d;
}

.timeline-imgs-block:hover::-webkit-scrollbar-thumb {
    background: #9d9d9d;
}

/* Handle on hover */
.timeline-imgs-block::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn-send-document {
    height: calc(1em + 1.2rem + 2px) !important;
    width: calc(1em + 1.2rem + 2px) !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eff2f5;
!important;
}

.bigdrop {
    width: 600px !important;
    box-shadow: 0px 1px 17px -2px #00000087;
}

.img-in-select2 {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.collapse-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.collapse-button i {
    font-size: 22px;
}

.dropzone {
    border: 1px dashed #e4e6ef;
    background-color: white;
}

.dropzone .dz-message {
    justify-content: center;
    text-align: center;
}

.dropzone:hover {
    background-color: #eff2f5 !important;
}

.invoice-edit-bank-block {
    background-color: #e8fff3;
    padding: 10px 10px 5px 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    color: #50cd89;
}

.invoice-edit-bank-block h1 {
    margin-bottom: 5px;
    color: #50cd89;
    font-weight: 900;
}

.actual-points-span {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    left: 6px;
    bottom: -6px;
}

.actual-points-span span {
    color: red;
}

.timeline-opinion.timeline-label:before {
    content: "";
    position: absolute;
    left: 94px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: #eff2f5;
}

.timeline-opinion .timeline-label {
    width: 75px;
    line-height: 1;
}

.timeline-opinion .timeline-label:before {
    left: 75px;
}

.timeline-opinion .timeline-label .timeline-item {
    margin-bottom: 2.7rem;
}

.toastr.toastr-success {
    background-color: #51cc89 !important;
}

.toastr-top-right {
    top: 120px;
}

.timeline-label .timeline-badge {
    margin-left: 1rem;
}

.timeline-label .timeline-item {
    align-items: center;
}

.timeline-label .timeline-content {
    flex-grow: initial;
}

.hidden {
    display: none !important;
}

audio::-webkit-media-controls-panel {
    height: 2rem;
    width: 250px;
}

audio {
    height: 2rem;
    width: 250px;
}

.img-chat {
    object-fit: cover;
    width: 230px;
}

.disabled-area {
    opacity: .4;
}

.chat-textarea[readonly] {
    background-color: white !important;
}

.openChat {
    cursor: pointer;
}

.openChat:hover {
    background-color: #e4e6ef5e !important;
}

.openChat.bg-secondary:hover {
    background-color: #e4e6ef !important;
}

.unloading-opd-input {
    height: 30px;
    width: 60px;
    text-align: right;

}

.table-align-items td {
    vertical-align: initial;
}

.max-h-250px {
    max-height: 250px;
}

.max-h-400px {
    max-height: 400px;
}

.max-h-600px {
    max-height: 600px;
}

.form-check-clip {
    position: relative;
    overflow: hidden;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.form-check-clip .btn-check:checked + div {
    border: 2px solid red;
    transition: all 0.2s ease-in-out;
}

.form-check-clip .form-check-wrapper {
    border-radius: 0.625rem;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.form-check-clip .form-check-indicator {
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 1.75rem;
    height: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: 50%;

    border-bottom-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.form-check-clip .btn-check:checked + div .form-check-indicator {
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.form-check-clip .form-check-label {
    padding-top: 0.5rem;
    font-size: 1.05rem;
    color: #3f4254;
    font-weight: 500;
}

.chat-customer-fixed {
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 500px;
    z-index: 2;
}

.chat-emloyees-fixed {
    position: fixed;
    bottom: 0;
    right: 650px;
    width: 500px;
    z-index: 2;
}

.chat-customer-fixed .accordion-button, .chat-emloyees-fixed .accordion-button {
    padding: 10px !important;
    background: #30424e !important;
    box-shadow: 0px -7px 11px -11px #a3a3a3 !important;
}

.chat-customer-fixed .accordion-button::after, .chat-emloyees-fixed .accordion-button::after {
    transform: rotate(180deg) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2350CD89'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.chat-customer-fixed .accordion-button:not(.collapsed)::after, .chat-emloyees-fixed .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg) !important;
}

.chat-customer-fixed .accordion-item, .chat-emloyees-fixed .accordion-item {
    border: 1px solid #525252;
}

.chat-customer-fixed .accordion-item:last-of-type, .chat-emloyees-fixed .accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.chat-customer-fixed .accordion-item:last-of-type .accordion-button.collapsed, .chat-emloyees-fixed .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.statement-no {
    background: #404253;
    color: white;
}

.statement-no:hover {
    background: #53566c;
    color: white;
}

.statement-show-document {
    border: 1px solid #404253 !important;
}

.height-43 {
    height: 43px;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 0 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
}
.accordion-button {
    padding: 0;
}
.fixed-save-in-document {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 0 0 0 0 !important;
    width: 100%;
    border-radius: 4px !important;
    z-index: 9;
    border: none !important;
}

.fixed-save-in-document .cont {
    box-shadow: 0px -6px 10px -5px #00000042;
    background: white;
    padding: 12px 20px 30px 20px;
}
.public-link-content h1 {
    font-size: 3rem;
}
.public-link-content .tree-img {
    border-radius: 12px;
}
.public-link-content .link-trees {
    padding: 10px 20px;
    background: #006647;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.public-link-content h2:before {
    content: '';
    border-left: 5px solid #006647;
    margin-right: 10px;
}
.public-link-content .sub-title {
    color: #ce9e36;
    font-weight: 700;
    font-size: 1.8em;
}
.reviews-slick .slick-slide {
    margin: 0 15px;
}
.about-us-customer h5 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #006647;
}
.item-review h5 {
    color: #0e0e0e !important;
}
.item-review .product-ratting ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.item-review .product-ratting li {
    display: inline-block;
    margin: 0 -2px;
    font-size: 12px;
}
.item-review .product-ratting ul.five li a i {
    color: #ffb800;
}
.slick-prev:before, .slick-next:before {
    color: #2c2c2c;
    font-size: 32px;
}

.reviews-slick .slick-slide {
    margin: 0 10px !important;
}
.reviews-slick .slick-next {
    right: 0 !important;
}
.reviews-slick .slick-prev {
    left: 0 !important;
}
.reviews-slick .slick-prev, .slick-next {
    z-index: 2;
}
.item-review {
    border-radius: 6px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.05);
}
.reviews-slick .slick-list {
    padding: 20px 0;
}
.more-reviews {
    display: inline-block;
    padding: 10px 20px;
    background: #ffb800;
    font-size: 20px;
    color: #1e1e1e;
    border-radius: 8px;
    font-weight: 500;
}
.public-link-bcg {
    background: url(../media/bcg-shape.png);
    background-repeat: no-repeat;
    background-size: inherit;
    -ms-background-position-x: right;
    background-position-x: right;
    background-position-y: top;
    -ms-background-position-y: top;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}
.public-link-logo {
    background: #ce9e36;
    display: inline-block;
    padding: 10px;
    border-radius: 8px 8px 0 0px;
    margin-left: 10px;
}
.public-link-logo img {
    width: 50px;
}










.filters{
    padding-top:40px;
    text-align: center;
}

.filter_link {
    color: #fff;
    background: #ce9e36;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 10px;
    display: inline-block;
}
.filter_link:active,
.filter_link:focus,
.filter_link:hover {
    color: #fff !important;
    opacity: 0.8;
}
.cd-container:after{
    content: "";
    clear: both;
}
.categ,
.cd-item-info .add-to-cart,
.cd-trigger {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cd-trigger,
.filter_link {
    text-transform: uppercase;
}
.cd-container {
    width: 98%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container:after {
    display: table;
}
.cd-items {
    padding: 1em 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.cd-item > img {
    display: block;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    height: 100%;
}
.cd-item {
    position: relative;
    width: calc(25% - 25px);
    margin-left: 25px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 8px -4px #0000007d;
}
.cd-item .subtitle {
    display: block;
    text-align: center;
    margin-top: 4px;
    min-height: 20px;
}
@media only screen and (min-width: 1024px) {
    body.overlay-layer::after {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }
}
.cd-trigger {
    border-radius: 4px;
    position: absolute;
    padding: 10px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s, background-color 0.2s;
    -moz-transition: opacity 0.2s, background-color 0.2s;
    transition: opacity 0.5s, background-color 0.5s;
}
@media only screen and (max-width: 1024px) {
    .cd-trigger {
        height: 30%;
        top: 70%;
        padding-top: 0;
        bottom: 0;
        visibility: visible;
        opacity: 1;
    }
    .cd-slider li img {
        max-width: 290px !important;
    }
    .cd-item-info {
        padding: 20px 2em !important;
    }
}
@media only screen and (max-width: 414px) {
    .cd-slider li img {
        max-width: 215px !important;
    }
    .cd-item-info h2 {
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 1.4em;
    }
    .cd-item {
        position: relative;
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-top: 10px;
    }
}
.cd-item:hover .cd-trigger {
    visibility: visible;
    opacity: 1 !important;
}
.touch .cd-item .cd-trigger {
    opacity: 1 !important;
}
.cd-slider li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.cd-slider li img {
    display: block;
    width: 100%;
    max-width: 400px;
}
.cd-slider li.selected {
    position: relative;
    z-index: 3;
}
.add-content .cd-slider {
    margin-right: 3em;
}
.cd-slider-navigation {
    opacity: 0;
}
.add-content .cd-slider-navigation {
    opacity: 1;
}
.cd-slider-navigation li {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.cd-slider-navigation li:first-child {
    left: 0;
}
.cd-slider-navigation li:last-child {
    right: 3em;
}
.cd-slider-navigation li .cd-next,
.cd-slider-navigation li .cd-prev {
    display: block;
    width: 40px;
    height: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s, background 0.2s;
    -moz-transition: opacity 0.2s, background 0.2s;
    transition: opacity 0.2s, background 0.2s;
}
.cd-slider-navigation li .cd-next::after,
.cd-slider-navigation li .cd-next::before,
.cd-slider-navigation li .cd-prev::after,
.cd-slider-navigation li .cd-prev::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 14px;
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 12px;
}
.cd-slider-navigation li .cd-next::before,
.cd-slider-navigation li .cd-prev::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-slider-navigation li .cd-prev::after {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -moz-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    -o-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.add-content .cd-slider-navigation li .cd-next,
.add-content .cd-slider-navigation li .cd-prev {
    opacity: 0.8;
    background: rgba(63, 170, 245, 0.16);
}
.no-touch .cd-slider-navigation li .cd-next:hover,
.no-touch .cd-slider-navigation li .cd-prev:hover {
    background: rgba(71, 55, 78, 0.8);
    opacity: 1;
}
.touch .cd-slider-navigation li .cd-next,
.touch .cd-slider-navigation li .cd-prev {
    opacity: 1;
}
.cd-slider-navigation li:first-child .cd-next::before,
.cd-slider-navigation li:first-child .cd-prev::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-slider-navigation li:first-child .cd-next::after,
.cd-slider-navigation li:first-child .cd-prev::after {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.cd-item-info {
    position: absolute;
    padding: 2em 2em 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s;
    -moz-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s;
}
.cd-item-info h2 {
    font-size: 28px;
    font-size: 1.75rem;
}
.cd-item-info p {
    line-height: 1.6;
    margin: 1em 0;
    color: #67919c;
}
.cd-item-info .cd-item-action li {
    display: inline-block;
    margin-right: 1em;
}
.cd-item-info .cd-item-action li:first-child {
    margin-left: -4px;
}
.categ,
.cd-item-info .add-to-cart {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0.25em;
    border: none;
    padding: 0.6em 1.2em;
    background-color: #f82f53;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
}
.categ {
    background: #3faaf5;
}
.add-content .cd-item-info {
    position: relative;
    visibility: visible;
    opacity: 1;
}
.add-content .cd-item-info h2 {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
.add-content .cd-item-info p {
    -webkit-animation: cd-slide-in 0.4s;
    -moz-animation: cd-slide-in 0.4s;
    animation: cd-slide-in 0.4s;
}
.add-content .cd-item-info .cd-item-action {
    -webkit-animation: cd-slide-in 0.5s;
    -moz-animation: cd-slide-in 0.5s;
    animation: cd-slide-in 0.5s;
}
@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translate3d(-40px, 0, 0);
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
    }
}
@keyframes cd-slide-in {
    0% {
        -webkit-transform: translate3d(-40px, 0, 0);
        -moz-transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
        -o-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.cd-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
    transition: transform 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}
.cd-close::after,
.cd-close::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5px;
    display: inline-block;
    height: 4px;
    width: 20px;
    background: #47374e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-close::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.no-touch .cd-close:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.add-content .cd-close {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s;
    transition: transform 0.3s 0s, visibility 0s 0s;
}
.cd-close,
.cd-slider-navigation li,
.cd-trigger {
    cursor: pointer;
}
.cd-slider {
    float: left;
    margin: 0;
}
i.fa.fa-tag::before {
    content: "\f02b";
    font-family: fontawesome;
    font-style: normal;
    margin-right: 10px;
}
.reorder-sub-block input {
    font-size: 12px;
    padding: 4px;
}
.reorder-sub-block textarea {
    font-size: 12px;
    padding: 4px;
}
.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}
.btn-drag-small {
    width: calc(0.5em + 1.5rem + 2px) !important;
}
.pointer-event-none {
    pointer-events: none;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}
.header-menu .menu>.menu-item>.menu-link {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
@media (min-width: 992px) {
    .app-header-secondary {
        height: 70px;
    }
    [data-kt-app-header-stacked=true] .app-header {
        flex-direction: column;
        height: calc(var(--kt-app-header-primary-height) + 70px, 0px);
    }
}
