/* Archive page start */
.archive-title {
    font-family: "Faustina", sans-serif;
    font-size: 44.79px;
}

p.archive-content {
    font-size: 18px;
}

.archive-bg-image {
    min-height: 300px;
    background-position: top center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.archive-category-list a {
    background: #212121;
    color: #fff !important;
    display: inline-block;
    border: 1px solid #212121;
    font-size: 18px;
    padding: 12px 20px;
    margin-right: 15px;
}

.archive-category-list a.active,
.archive-category-list a:hover {
    background: #648934;
    border-color: #648934;
    text-decoration: none;
    color: #ffffff;
}

.archive-category-list {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.top-section {
    margin: 0px 0px 40px 0px;
}

ul#sidebar {
    padding: 0;
    list-style: none;
    background-color: #fff;
    padding-bottom: 20px;
}

ul#sidebar>li {
    padding: 0 20px;
}

ul#sidebar>li:first-child {
    padding: 0;
    border-radius: 5px 5px 0 0;
}

ul#sidebar h2.wp-block-heading {
    margin: 0;
    background-color: #648934;
    padding: 10px 20px 10px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
}

ul#sidebar ol {
    padding-left: 18px;
}

ul#sidebar ol li {
    margin-bottom: 5px;
}

.archive-wrapper {
    display: flex;
    margin-top: 50px;
}

/* .left-content-section {
    flex: 0 0 75%;
    padding-right: 1.5rem;
}

.right-sidebar {
    flex: 0 0 25%;
    padding-left: 1.5rem;
} */

.grid-image {
    position: relative;
    overflow: hidden;
}

.grid-image img {
    object-fit: cover;
    transition: all .2s ease-in;
    width: 100%;
}

.stone-item:hover img {
    opacity: .9;
    transform: scale(1.02);
}

.stone-item:hover a {
    text-decoration: none;
    color: #333;
}

.delbetalning-badge,
.easteston-design-badge {
    background-color: #638934;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    padding: 7px 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 6px 0 0 0;
}

.easteston-design-badge {
    left: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}

/* Archive page end */
/* More Info pop-up start */
.modal .modal-dialog {
    width: 100%;
    max-width: 1296px;
    padding: 0 15px;
    margin: 0 auto;
}

.modal-open .modal {
    padding-top: 50px;
}

.modal-title {
    color: #638934;
    margin: 0;
}

.modal-content {
    border: 0;
}

.slick-slide img {
    min-width: 100%;
}

.modal-content .slick-track {
    display: flex;
    align-items: center;
}

.info-images-slider {
    background-color: #faf8f5;
    padding: 20px;
    overflow: hidden;
}

span.slide-prev,
span.slide-next {
    position: absolute;
    top: 45%;
    right: -26px;
    background-color: #fff;
    height: 54px;
    width: 54px;
    text-align: left;
    line-height: 54px;
    color: #638934;
    border-radius: 100%;
    cursor: pointer;
    font-size: 20px;
    padding-left: 8px;
}

span.slide-prev {
    right: auto;
    left: -26px;
    padding-left: 0;
    padding-right: 8px;
    text-align: right;
}

span.slide-prev:hover,
span.slide-next:hover {
    background-color: #638934;
    color: #fff;
}

.modal-header button.close {
    background-color: #638937;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.more-info-list .more-title {
    color: #000;
}

.more-info-list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 18px;
}

body .eaststone-btn-secondary,
body .eaststone-btn-primary {
    background-color: #212121;
    padding: 10px 25px;
    display: inline-flex;
    color: #fff !important;
    border-radius: 10px;
    font-family: "Asap", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
}

body .eaststone-btn-secondary {
    background-color: transparent;
    border: 1px solid #638934;
    color: #638934 !important;
}

body .eaststone-btn-primary:hover,
body .eaststone-btn-primary:focus {
    opacity: 0.9;
    background-color: rgb(33 33 33 / 90%);
    outline: unset;
}

body .eaststone-btn-secondary:hover {
    background-color: #638934;
    border: 1px solid #638934;
    color: #fff !important;
}

.mor-info-action-inner-wrapper {
    padding: 30px 0 10px;
    display: flex;
}

.mor-info-action-inner-wrapper .eaststone-btn-primary {
    width: 80%;
    margin-right: 20px;
    text-align: center;
    display: block;
}

.mor-info-action-inner-wrapper .eaststone-btn-secondary {
    width: 20%;
    display: block;
    text-align: center;
}

.modal-open .modal {
    padding-top: 0;
    max-height: 90vh;
    margin-top: 23px;
    max-width: 90%;
    padding-right: 0 !important;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%, 0);
}

.gravstenar-stone-container-main {
    height: 70vh;
    overflow-y: auto;
    padding-bottom: 50px;
}

.gravstenar-popup-sidebar {
    height: 70vh;
    overflow-y: auto;
    padding-bottom: 50px;
}

.eaststone-btn-primary.gravstensmodell-url {
    display: block;
    text-align: center;
}

.gravstenar-popup-product-details {
    margin-top: auto;
}

.selected-stone-title {
    margin-bottom: 10px;
    font-size: 30px;
    color: #638937;
    margin-top: 50px;
}

/* More Info pop-up end */
.content-area {
    background-color: #F2F2F2;
}

.wp-block-contact-form-7-contact-form-selector input[type=number],
.wp-block-contact-form-7-contact-form-selector input[type=text] {
    margin-bottom: 15px;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-list-item span.wpcf7-list-item-label {
    line-height: 1.2;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 0;
    background-color: #212121;
    padding: 10px 25px;
    display: inline-flex;
    justify-content: center;
    color: #fff !important;
    border-radius: 10px;
    font-family: "Asap", Sans-serif;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.9;
    background-color: rgb(33 33 33 / 90%);
}

.item-action {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

.item-action a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.item-action * {
    font-family: "Faustina", sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.eaststone-category {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.archive-bottom-content {
    margin-bottom: 50px;
}

.archive-bottom-content h3 {
    margin-top: 30px;
}

.error {
    color: #FF0000;
}

form#eaststone-gdr-form {
    background: #faf8f5;
}

fieldset#eaststone-form-fields {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, .02));
    padding: 12px 24px 24px;
}

.accordian-content {
    display: none;
}

button.select-stone-btn.eaststone-btn-primary {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    border-radius: 0 0 22px 22px;
}

.eaststone-price-section .color-of-stone-heading,
.eaststone-price-section .font-heading,
.eaststone-price-section .farg-heading,
.optional-item-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    padding: 0;
}

.selected-fyllnadsfarg,
.selected-typsnitt,
.selected-stone,
.optional-item-container {
    padding-top: 20px;
    border-radius: 6px;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

button.btn.btn-primary.select-stone-btn.select-style {
    border-radius: 6px;
}

.eaststone-product-sidebar {
    padding: 0;
}

.eaststone-product-sidebar li {
    list-style: none;
}

.eaststone-product-image-container {
    position: relative;
}

a.eaststone-image-more-btn {
    position: absolute;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    color: white !important;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

h1.eaststone-single-page-title {
    color: #000000;
    font-family: Crimson Text, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

a.eaststone-change-headstone-btn-section {
    background: black;
    border: black;
    color: white;
}

.eaststone-title-btn-section {
    margin: 0px 0px 24px 0px;
}

.product-information-section {
    font-size: 18px;
    font-weight: 500;
}

span.eaststone-product-value {
    color: gray;
    font-weight: 500;
}

p.mounting-description.mb-2.mt-2 {
    color: gray;
}

.eaststone-single-right-section {
    background: #faf8f5;
    padding: 1rem 2rem 0rem;
}

.eaststone-single-right-section h2 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.eaststone-single-right-section span {
    color: #5f5f5f;
    display: block;
    font-family: HKGrotesk, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

.eaststone-single-right-section input.wpcf7-submit {
    width: 100%;
    color: #ffffff;
    background: #000000;
    border: #000000;
}

.eaststone-single-right-section input.number-box,
.eaststone-single-right-section input.Name-box {
    border: none;
    border-bottom: 1px solid #cbc4c4;
    background: none;
    padding: 0px 0px 10px 0px;
}

.eaststone-single-product-info p {
    background: #faf8f5;
    font-size: 17px;
    margin-bottom: 0.75rem;
    padding: 0.5rem;

}

div#eaststone-sticky-bar {
    padding: 0.5rem 0;
    background: #ffffff;
    color: #f1f1f1;
    position: sticky;
    top: 154px;
    width: 100%;
    z-index: 49;
    filter: drop-shadow(0 4px 20px rgba(183, 181, 170, .26));
}

.eaststone-current-image img {
    border-radius: 50%;
    height: 60px;
    margin-right: 1rem;
    max-height: 60px;
    max-width: 60px;
    width: 60px;
}

.eaststone-stickybar-title h3 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
}

.eaststone-stickybar-title a.more-info-btn {
    align-items: center !important;
    color: #000000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !IMPORTANT;
    font-size: 18px !important;
    font-weight: 500;
    text-align: left;
    text-decoration: underline !important;
}

span.eaststone-total-price {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

p.archive-title {
    font-size: 44.79px;
}

p.archive-content {
    font-size: 18px;
}

.top-section {
    margin: 0px 0px 40px 0px;
}

.eaststone-tilvall-section {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, .02));
}

.easstone-tilvall-title-section.justify-content-between {
    position: relative;
}

.eaststone-tilvall-section a.accordian-title.tillval {
    position: absolute;
    top: 0;
    right: 0;
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1300px;
}

.eaststone-price-section {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, .02));
}

.easstone-price-title-section.justify-content-between {
    position: relative;
}

.easstone-price-title-section a.accordian-title.alternativ {
    position: absolute;
    top: 0;
    right: 0;
}

.form-data-section.container {
    padding-top: 15px;
}

.error {
    color: #FF0000;
}

.selected:after {
    content: "";
    background-image: url(http://wpdev.local/eaststone/wp-content/uploads/2023/04/selected-icon.svg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 50px;
    width: 50px;
    background-size: 69%;
    background-repeat: no-repeat;
}

.material img {
    position: relative;
}

.eaststone-upload-section {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    filter: drop-shadow(0 0 25px rgba(0, 0, 0, .02));
}

.elementor-kit-4 h3.grave-title {
    margin: 0;
}

.eaststone-divider:before,
.eaststone-divider:after {
    content: '';
    border-bottom: 1px solid #212121;
    content: "";
    flex: 1 1;
    margin: auto;
}

.eaststone-divider:before {
    margin-right: 1.25rem;
}

.eaststone-divider:after {
    margin-left: 1.25rem;
}

.eaststone-divider {
    position: relative;
    display: flex;
    justify-content: center;
}

h3.eaststone-divider {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 2rem 0;
    text-align: center;
    width: 100%;
}

.eaststone-form a.accordian-title {
    align-items: center;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    padding: 0 0 0 2rem;
    right: 0;
    text-align: center;
    text-decoration: underline;
    top: 0;
}

.eaststone-accordion-section-desc {
    font-style: italic;
    color: #707070;
}

.display_selected_dekorer,
.selected-dekorers {
    list-style: none;
    padding: 0;
}

.display_selected_dekorer li .dekor-list-item,
.selected-dekorers li .dekor-list-item,
.selected-tillval li .selected-tillval-item {
    padding: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}

.display_selected_dekorer li .dekor-list-item img,
.selected-dekorers li .dekor-list-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.selected-tillval li .selected-tillval-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.display_selected_dekorer li .dekor-list-item .dekor-title h4,
.selected-dekorers li .dekor-list-item .dekor-title h4,
.selected-tillval li .selected-tillval-item .tillval-title h4 {
    font-style: normal;
    font-size: 16px;
    margin: 0;
    font-family: "Asap", sans-serif;
    color: #61893e;
}

.display_selected_dekorer li .dekor-list-item .dekor-list-remove-item,
.selected-dekorers li .dekor-list-item .dekor-list-remove-item,
.selected-tillval li .selected-tillval-item .remove-tillval {
    font-size: 26px;
    cursor: pointer;
}

.selected-tillval-container {
    margin-top: 15px;
}

.selected-tillval li .selected-tillval-item figcaption.tillval-title {
    text-align: center;
}

.selected-tillval li .selected-tillval-item span.price {
    font-size: 16px;
    font-style: normal;
}

.show-in-mobile {
    display: none;
}

.gravstone-name {
    margin-bottom: 20px;
}

.eaststone-form-field-wrapper {
    margin-bottom: 20px;
}

.color-include-item,
.font-include-item,
.farg-inger-item,
.optional-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.color-include-item .selected-stone,
.font-include-item .selected-typsnitt,
.farg-inger-item .selected-fyllnadsfarg,
.optional-item-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    border-radius: 22px;
    border: 1px solid #dee2e6 !important;
}

.eaststone-price-section .selected-stone .color-stone-image-holder,
.farg-inger-item .selected-fyllnadsfarg .fatg-image-holder,
.optional-item-container .optional-image-holder {
    width: 100px;
    margin: 0 15px;
}

.font-include-item .selected-typsnitt .font-image-holder {
    margin: 0 15px;
}

.eaststone-price-section .selected-stone .color-stone-image-holder img,
.farg-inger-item .selected-fyllnadsfarg .fatg-image-holder img,
.optional-item-container .optional-image-holder img {
    width: 100px;
    max-width: 100px;
}

.optional-item-container .optional-image-holder img {
    height: 150px;
    object-fit: contain;
}

.optional-item-container .optional-item-action {
    width: 100%;
}

.optional-item-container .tillval-btn.eaststone-btn-primary {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 22px 22px;
    position: relative;
}

.optional-item-container .tillval-btn.eaststone-btn-primary i {
    position: absolute;
    right: 10px;
}

.color-stone-image-holder img,
.fatg-image-holder img {
    border-radius: 15px;
}

.color-stone-image-holder img,
.font-image-holder img,
.fatg-image-holder img {
    height: 100px;
    object-fit: cover;
}

.product-edurus-decorations p.product-edurus-decorations-title,
.selected-tillval-container .valda-tillval-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.selected-tillval-container p.valda-tillval-title {
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
}

.selected-tillval-container p.valda-tillval-title:after {
    content: '';
    height: 1px;
    background: #000000;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-edurus-decorations {
    margin-top: 25px;
}

#color_of_stone .modal-dialog,
#model_typesnitt .modal-dialog,
#model_fyllnadsfarg .modal-dialog {
    max-width: 1000px;
}

#color_of_stone .modal-dialog .select-material,
#model_fyllnadsfarg .select-fyllnadsfarg,
#dekorer_popup .dekor-list .dekor-list-item-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

#color_of_stone .modal-dialog .select-material .material,
#model_fyllnadsfarg .select-fyllnadsfarg .fyllnadsfarg,
#dekorer_popup .dekor-list .dekor-list-item-container .dekor-list-item {
    padding: 10px;
    background: #faf8f5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

#color_of_stone .modal-dialog .select-material .material .material-image-container,
#model_fyllnadsfarg .select-fyllnadsfarg .fyllnadsfarg .fyllnadsfarg-image-container,
#dekorer_popup .dekor-list .dekor-list-item-container .dekor-list-item .dekor-image-container {
    height: 100%;
}

#color_of_stone .modal-dialog .select-material .material img,
#model_fyllnadsfarg .select-fyllnadsfarg .fyllnadsfarg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#dekorer_popup .dekor-list .dekor-list-item-container .dekor-list-item img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

#color_of_stone .modal-dialog .select-material .material h4,
#model_fyllnadsfarg .select-fyllnadsfarg .fyllnadsfarg h4,
#dekorer_popup .dekor-list .dekor-list-item-container .dekor-list-item h4 {
    margin: 0;
    font-size: 16px;
}

#color_of_stone .modal-dialog .select-material:hover .material,
#color_of_stone .modal-dialog .select-material.selected .material,
#model_fyllnadsfarg .select-fyllnadsfarg:hover .fyllnadsfarg,
#model_fyllnadsfarg .select-fyllnadsfarg.selected .fyllnadsfarg,
#dekorer_popup .dekor-list .dekor-list-item-container:hover .dekor-list-item,
#dekorer_popup .dekor-list .dekor-list-item-.selected .dekor-list-item {
    background: #fff5e5;
}

#color_of_stone .modal-dialog .select-material.selected .material .material-image-container,
#color_of_stone .modal-dialog .select-material:hover .material .material-image-container,
#model_fyllnadsfarg .select-fyllnadsfarg:hover .fyllnadsfarg .fyllnadsfarg-image-container,
#model_fyllnadsfarg .select-fyllnadsfarg.selected .fyllnadsfarg .fyllnadsfarg-image-container,
#dekorer_popup .dekor-list .dekor-list-item-container:hover .dekor-list-item .fyllnadsfarg-image-container,
#dekorer_popup .dekor-list .dekor-list-item-.selected .dekor-list-item .fyllnadsfarg-image-container {
    opacity: 0.8;
}

#color_of_stone .modal-dialog button.btn.eaststone-btn-primary,
#model_typesnitt .modal-dialog button.btn.eaststone-btn-primary,
#model_fyllnadsfarg .modal-dialog button.btn.eaststone-btn-primary {
    justify-content: center;
    width: 100%;
}

#model_typesnitt .typsnitt {
    padding: 10px;
    background: #faf8f5;
    cursor: pointer;
}

#model_typesnitt .select-typsnitt {
    margin-top: 10px;
    margin-bottom: 10px;
}

#model_typesnitt .typsnitt:hover {
    background: #fff5e5;
}

#model_typesnitt .typsnitt .typsnitt-image-container {
    margin-bottom: 10px;
}

#model_typesnitt .typsnitt .typsnitt-image-container img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

div#dekorer_popup {
    width: 100%;
    max-width: 100%;
}

div#dekorer_popup .modal-dialog {
    max-height: 95vh;
    max-width: 95%;
}


ul.dekor-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

ul.selected-dekorers,
ul.selected-tillval {
    list-style: none;
    padding: 0;
}

.selected-dekorers li.item {
    width: 100% !important;
    max-width: 100% !important;
}

.selected-dekorers li img {
    max-width: 80px;
    display: flex;
    border-radius: 6px;
}

.eaststone-mr-5 {
    margin-right: 5px;
}

#extra_kostnad_popup {
    max-width: 700px;
}

#extra_kostnad_popup h3.tillval-modal-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

#extra_kostnad_popup h3.tillval-modal-title:after {
    content: '';
    border-bottom: 1px solid #212121;
    content: "";
    flex: 1 1;
    margin: auto;
    margin-left: 1.25rem;
}

#extra_kostnad_popup img.wp-post-image {
    max-height: 250px;
    object-fit: contain;
}

#extra_kostnad_popup span.tillva-price {
    font-size: 20px;
    font-weight: 500;
}

#extra_kostnad_popup span.desc {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}

#extra_kostnad_popup .file-upload,
.eaststone-upload-section .eaststone-file-upload {
    position: relative;
    display: flex;
    border-top: 1px solid rgb(33 33 33/ 50%);
    border-bottom: 1px solid rgb(33 33 33/ 50%);
    padding: 10px;
    justify-content: space-between;
}

#extra_kostnad_popup .img-preview img,
.eaststone-upload-section .eaststone-file-upload .eaststone-file-upload-img-preview img {
    width: 100px;
    max-height: 30px;
    object-fit: contain;
}

#extra_kostnad_popup input#tillval-upload,
.eaststone-upload-section input#eaststone-single-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6%;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.eaststone-upload-section .eaststone-file-upload {
    margin-top: 25px;
    margin-bottom: 15px;
}

#extra_kostnad_popup .upload-container,
.eaststone-upload-section .eaststone-single-upload-container {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#extra_kostnad_popup button.select-tillval.eaststone-btn-primary {
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
}

button#eaststone-submit {
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
}

.eaststone-sticky-bar-container,
.eaststone-sticky-product-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.eaststone-sticky-product-left {
    display: flex;
    align-items: center;
}

.eaststone-sticky-product-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.selected-stone .no-selection,
.selected-typsnitt .no-selection,
.selected-fyllnadsfarg .no-selection {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100px;
    align-items: center;
}

.dekorer-popup-btn.eaststone-btn-primary {
    max-width: 400px;
    width: 100%;
    justify-content: center;
}

.other-request {
    padding: 15px;
    border: 1px solid rgb(33 33 33 / 50%);
    border-radius: 10px;
}

.other-request p {
    font-style: italic;
}

textarea#other_requests {
    background: #fff;
    color: #525252;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    padding: 0 0 8px;
    transition: all .2s ease-in-out;
    background-image: -o-linear-gradient(transparent, transparent calc(4ch - 1px), #cfcdcb 0);
    background-image: linear-gradient(transparent, transparent calc(4ch - 1px), #cfcdcb 0);
    background-size: 100% 4ch;
    border-bottom: none;
    line-height: 4ch;
    resize: vertical;
    border: 0;
}

textarea#other_requests:focus-visible,
textarea#other_requests:focus {
    outline: none;
}

.eaststone-thanks-page .article-body {
    margin-bottom: 3rem;
    margin-top: 2.5rem;
}

.eaststone-thanks-page {
    background: #faf8f5;
}

.eaststone-thanks-page-container {
    max-width: 42rem;
    margin: 0 auto;
}

.eaststone-thanks-page h1 {
    font-size: clamp(44.79px, 2.77778vw, 40px);
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.eaststone-thanks-page p {
    font-size: 18px;
}

.hide-in-mobile {
    display: block;
}

.show-in-mobile {
    display: none;
}

input[type="date"] {
    position: relative;
    padding: 10px;
  }
  
  input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
  }
  
  input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 16px;
    color: #999;
  }



@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

}

@media only screen and (max-width:1200px) {
    .archive-category-list a {
        padding: 5px 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .eaststone-category {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
    }
}


@media only screen and (max-width:768px) {

    .eaststone-single-page-information-section .row-revers {
        flex-direction: column-reverse;
    }

    .show-in-mobile {
        display: block;
    }

    .hide-in-mobile {
        display: none;
    }

    .eaststone-price-section a.accordian-title.alternativ,
    .eaststone-tilvall-section a.accordian-title.tillval {
        position: unset;
        padding: 0;
        font-size: 14px;
        margin-bottom: 0;
    }

    h3.eaststone-divider {
        margin-bottom: 10px !important;
        font-size: 16px;
    }

    p.eaststone-accordion-section-desc {
        font-size: 14px;
    }

    .eaststone-recipient-of-drawing {
        margin-top: 0 !important;
    }

    .eaststone-single-product-info.show-in-mobile {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    
    .eaststone-sticky-bar-container .eaststone-stickybar-title h3 {
        font-size: 16px;
    }

    .eaststone-sticky-bar-container .eaststone-stickybar-title a.more-info-btn {
        font-size: 14px !important;
    }

    .eaststone-sticky-bar-container button.eaststone-change-headstone-btn.eaststone-btn-primary {
        padding: 0;
        background: transparent;
        color: #000000 !important;
        text-decoration: underline;
    }

    .eaststone-sticky-bar-container span.eaststone-total-price {
        color: #5a5a5a;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
    }

    .eaststone-sticky-bar-container .eaststone-sticky-product-right {
        gap: 0;
        align-items: end;
    }

    .eaststone-sticky-bar-container .eaststone-current-image img {
        height: 50px;
        width: 50px;
        margin-right: 0;
    }

    .eaststone-sticky-bar-container .eaststone-stickybar-title a.more-info-btn i {
        display: none;
    }

}

@media only screen and (max-width:640px) {

    .display_selected_dekorer li .dekor-list-item img,
    .selected-dekorers li .dekor-list-item img {
        width: 45px;
        height: 45px;
    }

    .display_selected_dekorer li .dekor-list-item .dekor-title h4,
    .selected-dekorers li .dekor-list-item .dekor-title h4 {
        font-size: 14px;
    }

    .display_selected_dekorer li .dekor-list-item .dekor-list-remove-item,
    .selected-dekorers li .dekor-list-item .dekor-list-remove-item {
        font-size: 18px;
    }

    ul.archive-category-list {
        flex-wrap: wrap;
    }

    ul.archive-category-list li.eaststone-cat-item {
        width: 100%;
    }

    ul.archive-category-list li.eaststone-cat-item a {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.active_content >.typsnitt {
    border: #097c2c solid 2px !important;
}

#tillval-submit{
    margin-bottom: 16px;
    color: #fff!important;
    background-color: #1D1D1B;
    border-color: #1D1D1B;
    width: auto;
    padding: 24px 32px 24px 32px;
    font-size: 18px;
    }