﻿    .save-product-modal .modal-dialog {
    width: 100%;
    height: 100%;
    top: 0px;
    width: 90vw !important;
}

.save-product-modal .modal-header {
    border-radius: 0px;
    width: 1280px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    background-color: unset;
    border-bottom: 0px;
}

.modal-header-wrapper {
    background: #D8ECF1;
}

.modal-header {
    background: #D8ECF1;
}

    .modal-header .close {
        font-weight: 500;
        font-size: 60px;
        text-shadow: unset;
        padding: 0px;
        margin: 0px;
        font-family: OpenSans-Light;
        line-height: 30px;
    }

.save-product-modal .modal-body {
    padding: 15px 40px 35px 40px;
    width: 1280px;
    margin: auto;
}

.save-product-container {
    margin-bottom: 93px;
}

    /*first section*/

    .save-product-container .save-this-language .container {
        padding: 0px;
        padding-left: 20px;
    }

    .save-product-container .save-this-language .checkmark-click {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .save-product-container .save-this-language .checkmark {
        top: 13px;
    }

    .save-product-container .form-entry {
        display: flex;
        flex-flow: column;
        margin-bottom: 10px;
        position: relative;
        /*width: 47%;*/
        width: calc(100% / 2 - 30px / 2);
    }

        .save-product-container .form-entry img {
            position: absolute;
            top: 29px;
            right: 10px;
            width: 15px;
            cursor: pointer;
        }

        .save-product-container .form-entry .percent {
            width: 12px;
            top: 33px;
        }

        .save-product-container .form-entry label {
            font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.05px;
            color: rgba(0, 0, 0, 0.48);
            margin-bottom: 5px;
            padding-left: 16px;
        }

        .save-product-container .form-entry input,
        .save-product-container .form-entry select {
            height: 35px;
            border: 1px solid rgba(0, 0, 0, 0.16);
            background-color: #ffffff;
            font-size: 12px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.05px;
            color: #000000;
            padding-left: 10px;
            width: 100%;
            border-radius: 100px;
        }

            .save-product-container .form-entry input[type=checkbox] {
                height: 12px;
                width: 12px;
            }

        .save-product-container .form-entry option {
            font-size: 15px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -0.05px;
            color: #000000;
        }

        .save-product-container .form-entry input::placeholder {
            color: #cacaca;
        }

        .save-product-container .form-entry .dselect2 .dselect2-selected {
            height: 35px;
            border-radius: 0px;
            border-color: #d9d5c9;
            font-weight: 100;
        }

    .save-product-container .dselect2-selected-item label,
    .save-product-container .dselect2-item label {
        font-weight: 100 !important;
    }

    .save-product-container .product-description {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

        .save-product-container .product-description .left-column {
            /*width: calc(25% - 20px);*/
            width: 260px;
        }

        .save-product-container .product-description .right-column {
            /*width: calc(75% - 20px);*/
            width: calc(100% - 290px);
        }

    .save-product-container .subtitle {
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.05px;
        color: #8b8b8b;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .save-product-container .half-column {
        /*width: 49%;*/
        width: calc(100% / 2 - 30px / 2);
    }

    .save-product-container .input-wrapper {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

    .save-product-container .column-wrapper {
        flex-flow: column;
    }

        .save-product-container .column-wrapper .form-entry {
            width: 100%;
        }

            .save-product-container .column-wrapper .form-entry:last-child {
                margin-bottom: 0px;
            }

    .save-product-container .textarea-entry {
        width: 100%;
        height: 100%;
    }

        .save-product-container .textarea-entry textarea {
            width: 100%;
            height: 100%;
            max-width: unset;
            padding-left: 10px;
            padding-top: 17px;
            border: 1px solid rgba(0, 0, 0, 0.16);
            font-size: 12px;
        }

    .save-product-container .right-column .textarea-entry {
        margin-bottom: 0px;
    }

    .save-product-container .quarter-entry {
        /*width: 21%;*/
        width: calc(100% / 4 - 90px / 4);
        margin-bottom: 0px;
    }

    .save-product-container .specification-element {
        margin-bottom: 30px;
        width: calc(100% / 2 - 30px / 2);
    }

        .save-product-container .specification-element .spec-row {
            display: flex;
            flex-flow: row;
            justify-content: space-between;
            width: 100%;
        }

            .save-product-container .specification-element .spec-row .form-entry {
                width: 44%;
            }

            .save-product-container .specification-element .spec-row .order-input {
                width: 64px;
            }

        .save-product-container .specification-element .actions-button {
            display: flex;
            justify-content: flex-end;
        }

            .save-product-container .specification-element .actions-button span {
                font-family: OpenSans-Regular;
                font-size: 14px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.23px;
                color: #B78141;
                margin-right: 30px;
                cursor: pointer;
            }

            .save-product-container .specification-element .actions-button img {
                cursor: pointer;
            }



    .save-product-container .product-preview .preview-layout {
        display: flex;
        flex-flow: wrap;
        margin-left: -30px;
    }

    .save-product-container .preview-layout .form-entry {
        /*width: 23%;
        width: 260px;*/
        width: calc(25% - 30px);
        margin-left: 30px;
    }

    .save-product-container .preview-description .form-entry {
        width: 100%;
    }

        .save-product-container .preview-description .form-entry input {
            max-width: unset !important;
        }



    .save-product-container .product-specifications {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
    }

        .save-product-container .product-specifications .new-arrow {
            display: flex;
            align-items: center;
            margin-right: 20px;
        }

            .save-product-container .product-specifications .new-arrow .container {
                padding-left: 20px;
                padding-right: 0px;
                margin-bottom: 0px;
                font-size: unset;
            }

                .save-product-container .product-specifications .new-arrow .container .checkbox {
                    font-size: 15px;
                    font-weight: 500;
                }

                .save-product-container .product-specifications .new-arrow .container .checkmark {
                    top: 4px;
                    border: solid 1px #979797;
                    width: 15px;
                    height: 15px;
                }

                .save-product-container .product-specifications .new-arrow .container .checkmark-click {
                    font-weight: normal;
                    margin-bottom: 0px;
                    font-size: 15px;
                }

                .save-product-container .product-specifications .new-arrow .container input:checked ~ .checkmark {
                    background-color: #979797;
                }

                .save-product-container .product-specifications .new-arrow .container .checkmark:after {
                    left: 5px;
                    top: 1px;
                    width: 4px;
                }

    .save-product-container .secondary-button {
        padding: 0 35px;
        margin-right: 10px;
    }

    .save-product-container .buttons {
        display: flex;
        flex-flow: row;
        justify-content: center;
        margin-top: 20px;
    }

    .save-product-container .primary-button {
        padding: 0 44px;
    }

    .save-product-container .add-option-entry input {
        border: solid 1px #000000;
        color: #000000;
        cursor: pointer;
    }

        .save-product-container .add-option-entry input:hover {
            border: solid 1px #000000;
            color: #000000;
        }

.seo-section {
    display: flex;
    justify-content: space-between;
}

    .seo-section .left-side-seo {
        width: calc(50% - 15px);
    }

        .seo-section .left-side-seo .left-side-seo-header {
            display: flex;
            justify-content: space-between;
        }

        .seo-section .left-side-seo .left-side-seo-footer {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0px;
        }

            .seo-section .left-side-seo .left-side-seo-footer .image-form {
                width: 60px;
                margin-bottom: 0px;
            }

            .seo-section .left-side-seo .left-side-seo-footer .img-item {
                border: 0px;
                width: 60px;
                height: 60px;
            }

                .seo-section .left-side-seo .left-side-seo-footer .img-item img {
                    top: unset;
                    right: unset;
                }

            .seo-section .left-side-seo .left-side-seo-footer .textarea-entry {
                width: 85%;
                margin-bottom: 0px;
            }

seo-section .left-side-seo .left-side-seo-footer .textarea-entry textarea {
    min-height: 60px;
}

.seo-section .right-side-seo {
    width: calc(50% - 15px);
}

.daterangepicker i {
    position: initial;
    border: 0px;
}



/*second section*/
.save-product-container .second-section {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 20px 35px 28px 35px;
    margin-top: 20px;
}

    .save-product-container .second-section .other-input-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 30px;
        margin-bottom: 20px;
    }

        .save-product-container .second-section .other-input-wrapper .small-form-entry {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-column-gap: 30px;
        }

        .save-product-container .second-section .other-input-wrapper .form-entry {
            width: 100%;
        }

.save-product-container .entry-title {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.05px;
    color: #140F14;
}

.save-product-container .awards-container {
    margin-bottom: 20px;
}

    .save-product-container .awards-container .awards-list {
        border-radius: 2px;
        border: solid 1px #d9d5c9;
        display: flex;
        flex-flow: row wrap;
        padding: 5px;
        min-height: 40px;
    }

        .save-product-container .awards-container .awards-list .award-item {
            display: flex;
            flex-flow: row;
            border-radius: 4px;
            background-color: #d6b786;
            align-items: center;
            padding-left: 10px;
            padding-right: 10px;
            height: 28px;
            margin-right: 5px;
        }

            .save-product-container .awards-container .awards-list .award-item .award-name {
                font-size: 15px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.25px;
                color: #ffffff;
                margin-right: 10px;
            }

            .save-product-container .awards-container .awards-list .award-item .remove-award {
                color: #ffffff;
                font-size: 20px;
                cursor: pointer;
            }

    .save-product-container .awards-container .awards-entry {
        width: 100%;
    }

        .save-product-container .awards-container .awards-entry input {
            width: 100%;
            max-width: unset;
        }

.save-product-container .images-container {
    margin-bottom: 20px;
}

    .save-product-container .images-container .img-list {
        display: flex;
        flex-flow: wrap;
    }

    .save-product-container .images-container .img-item {
        width: 144px;
        height: 190px;
        border-radius: 16px;
        margin-right: 10px;
        position: relative;
    }

        .save-product-container .images-container .img-item .hover-actions {
            position: absolute;
            bottom: 5px;
            display: flex;
            flex-flow: row;
            width: 100%;
            justify-content: space-evenly;
            display: none;
        }

            .save-product-container .images-container .img-item .hover-actions .actions-button {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background-color: #ffffff;
            }

                .save-product-container .images-container .img-item .hover-actions .actions-button:first-child {
                    background-image: url("'../../../../../img/other-icons/eye.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                    cursor: pointer;
                }

                .save-product-container .images-container .img-item .hover-actions .actions-button:last-child {
                    background-image: url("'../../../../../img/other-icons/trash.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                    cursor: pointer;
                }

        .save-product-container .images-container .img-item .image-url {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 16px;
            border: 1px solid #D6D6D6;
        }

        .save-product-container .images-container .img-item:hover .hover-actions {
            display: flex;
            z-index: 1;
        }

        .save-product-container .images-container .img-item .overlay {
            width: 100%;
            height: 100%;
            border-radius: 16px;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0px;
            display: none;
        }

        .save-product-container .images-container .img-item:hover .overlay {
            display: block;
        }

    .save-product-container .images-container .add-img {
        background-image: url(../../img/other-icons/grey-plus/plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

        .save-product-container .images-container .add-img:hover {
            background-color: #F4EDE0;
        }

    .save-product-container .images-container .galery {
        display: flex;
        flex-flow: row;
    }



.save-product-container .form-entry input.input-validation-error,
.save-product-container .form-entry textarea.input-validation-error {
    border: 1px solid red;
}

.save-product-container .text-danger {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    right: 0px;
}

.save-product-container .tab-danger {
    border-top: solid 2px red;
}

.save-product-container .form-entry .dselect2 .dselect2-selected .dselect2-placeholder {
    font-weight: 100;
}

/*preview modal*/
#PreviewAwardModal .modal-dialog {
    width: 500px;
    height: 750px;
    margin: unset;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    #PreviewAwardModal .modal-dialog .modal-body {
        width: 100%;
        padding: 0px;
    }

        #PreviewAwardModal .modal-dialog .modal-body img {
            object-fit: contain;
            height: 675px;
            margin: auto;
            display: block;
            width: 100%;
        }

    #PreviewAwardModal .modal-dialog .preview-close {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-self: flex-end;
        align-items: center;
        margin-top: 5px;
        margin-right: 5px;
        z-index: 2;
    }

        #PreviewAwardModal .modal-dialog .preview-close .close {
            color: black;
            width: 100%;
            margin-top: -1px;
        }

    #PreviewAwardModal .modal-dialog .close-overlay {
        filter: blur(4px);
        background-color: rgba(0, 0, 0, 0.3);
        width: 28px;
        height: 28px;
        position: absolute;
        right: 7px;
        top: 7px;
        border-radius: 50%;
        z-index: 1;
    }

#PreviewAwardModal.modal-overlay {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(37, 37, 37, 0.7);
}

.mce-edit-area iframe {
    min-height: 258px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset;
    }
}


.sync-zoho-container {
    background-color: #ffff;
    color: #B78141;
    padding: 5px;
}

    .sync-zoho-container:hover {
        cursor: pointer;
    }

    .sync-zoho-container > div {
        display: inline-block;
    }

    .sync-zoho-container div:last-of-type label {
        margin-bottom: 0px !important;
    }

.sync-arrow {
    background: url("../../../img/other-icons/sync-arrow/sync-arrow.svg") no-repeat;
}

.sync-zoho-container .sync-arrow {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}


.save-route-container .images-container {
    margin-bottom: 20px;
}

    .save-route-container .images-container .img-list {
        display: flex;
        flex-flow: row;
    }

    .save-route-container .images-container .img-item {
        width: 144px;
        height: 190px;
        border-radius: 16px;
        margin-right: 10px;
        position: relative;
    }

        .save-route-container .images-container .img-item .hover-actions {
            position: absolute;
            bottom: 5px;
            display: flex;
            flex-flow: row;
            width: 100%;
            justify-content: space-evenly;
            display: none;
        }

            .save-route-container .images-container .img-item .hover-actions .actions-button {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background-color: #ffffff;
            }

                .save-route-container .images-container .img-item .hover-actions .actions-button:first-child {
                    background-image: url("'../../../../../img/other-icons/preview/eye.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                    cursor: pointer;
                }

                .save-route-container .images-container .img-item .hover-actions .actions-button:last-child {
                    background-image: url("'../../../../../img/other-icons/trash.svg");
                    background-repeat: no-repeat;
                    background-position: center;
                    cursor: pointer;
                }

        .save-route-container .images-container .img-item .image-url {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 16px;
            border: 1px solid #D6D6D6;
        }

        .save-route-container .images-container .img-item:hover .hover-actions {
            display: flex;
            z-index: 1;
        }

        .save-route-container .images-container .img-item .overlay {
            width: 100%;
            height: 100%;
            border-radius: 16px;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0px;
            display: none;
        }

        .save-route-container .images-container .img-item:hover .overlay {
            display: block;
        }

    .save-route-container .images-container .add-img {
        background-image: url(../../../img/other-icons/grey-plus/plus.svg);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

        .save-route-container .images-container .add-img:hover {
            background-color: #F4EDE0;
        }

    .save-route-container .images-container .galery {
        display: flex;
        flex-flow: row;
    }

.save-route-container .container-links {
    display: flex;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .save-route-container .container-links .link-item {
        display: inline-flex;
        margin-bottom: 15px;
        align-items: baseline;
    }

        .save-route-container .container-links .link-item label:first-child {
            margin-right: 5px;
        }

        .save-route-container .container-links .link-item input {
            max-width: 600px;
            margin-right: 5px;
        }

    .save-route-container .container-links .secondary-button {
        height: 28px;
        margin-left: 10px;
    }

.save-route-container .tags-filter-container {
    margin-top: 40px;
}

    .save-route-container .tags-filter-container .custom-shadow {
        padding: 20px;
        margin-top: 20px;
    }

    .save-route-container .tags-filter-container .primary-checkbox-container {
        margin-bottom: 15px;
    }

.save-route-container .container-links .link-item {
    display: flex;
    flex-flow: column;
}

.save-route-container .container-links {
    margin-top: 0px;
}

    .save-route-container .container-links .links-button {
        margin-top: 10px;
    }


.route-listing-container {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 20px;
}

    .route-listing-container .item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 2px;
        margin-bottom: 15px;
        min-height: 60px;
        padding-left: 20px;
        padding-right: 15px;
        position: relative;
        z-index: 1;
        width: calc(25% - 25px);
        margin-right: 25px;
        cursor: pointer;
    }

        .route-listing-container .item .name {
            font-size: 15px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: -.06px;
            color: #140f14;
        }


        .route-listing-container .item .buttons {
            display: flex;
        }

    .route-listing-container .overlay {
        position: absolute;
        box-shadow: 3px 6px 12px 0 rgb(0 0 0 / 8%);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .route-listing-container .icon-tooltip {
        margin-right: 8px;
    }


.category-show-container {
    margin-bottom: 20px;
}

    .category-show-container .category-list {
        border-radius: 2px;
        border: solid 1px #d9d5c9;
        display: flex;
        flex-flow: row wrap;
        padding: 5px;
        min-height: 40px;
    }

        .category-show-container .category-list .category-item {
            display: flex;
            flex-flow: row;
            border-radius: 4px;
            background-color: #000000;
            align-items: center;
            padding-left: 10px;
            padding-right: 10px;
            height: 28px;
            margin-right: 5px;
            cursor: pointer !important;
        }

            .category-show-container .category-list .category-item .category-name {
                font-family: OpenSans-Regular;
                font-size: 15px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: 0.25px;
                color: #ffffff;
                margin-right: 10px;
            }

            .category-show-container .category-list .category-item .remove-category {
                color: #ffffff;
                font-size: 20px;
                cursor: pointer;
            }

    .category-show-container .category-container .category-entry {
        width: 100%;
    }

    .category-show-container .category-entry input {
        width: 100%;
        max-width: unset;
    }

.save-route-modal .modal-dialog {
    width: 90vw !important;
}

.save-route-modal .web-image .image-form {
    width: 100% !important;
}

.save-route-modal .web-image .add-img {
    width: 100% !important;
    height: 200px !important;
}

.save-route-modal .tablet-image .image-form {
    width: 100% !important;
}

.save-route-modal .tablet-image .add-img {
    width: 770px !important;
    height: 150px !important;
}

.save-route-modal .mobile-image .image-form {
    width: 100% !important;
}

.save-route-modal .mobile-image .add-img {
    width: 375px !important;
    height: 85px !important;
}

.save-route-modal .image-form {
    color: #797979;
    font-size: 13px;
}

.save-route-modal .show-in-list {
    display: flex;
    margin: 30px 0px 30px 0px;
}

.customization-container {
    margin: 10px 0px;
}

    .customization-container .table {
        border: solid 1px;
    }

        .customization-container .table thead {
            width: 1130px;
            height: 50px;
            border-radius: 2px 2px 0px 0px;
            background: var(--D8ECF1, #D8ECF1);
        }

        .customization-container .table tbody tr {
            border-bottom: solid 1px;
        }

    .customization-container .combination-item {
        display: flex;
        align-items: center;
        position: relative;
    }

    .customization-container .image-color {
        width: 16px;
        height: 16px;
        margin-left: 4px;
        border-radius: 50%;
        border: solid 1px #000000;
    }

    .customization-container .combination-item .hover-image-color {
    }

    .customization-container .combination-item .hover-image-color {
        display: none;
        width: 129px;
        height: 102px;
        position: absolute;
        bottom: -90px;
        left: 50%;
        z-index: 10;
        border-radius: 10px !important;
        border: solid 1px #000000;
    }

    .customization-container .combination-item .image-color:hover + .hover-image-color {
        display: initial;
        cursor: pointer;
    }