*,
*::after,
*::before {
    box-sizing: border-box;
    position: relative;
}

:root {
    --vh-offset: 0px;
}

/** height: calc(100vh - var(--vh-offset)); **/

body {

    margin: 0;
    color: var(--color-text);
    background-color: var(--page-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    padding: 50px;
    zoom:none;
}

a { color:inherit; }

h1, h2, h3, h4, h5 { font-family: 'Montserrat', sans-serif; font-weight: 700; margin: 0!important; text-transform: uppercase;}

h1 {
    font-size: 30px;
    color:var(--main-color);
}

h2 span {
    color:var(--main-color);
}

h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.invert h3 {
    color: rgba(0, 0, 0, 0.5);
}


p {
    margin: 0;
    color: var(--color-text);
    font-size: 16px;
}

.centerimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}


#main_bg {
    transition: filter 0.5s ease-out;
    filter: none;
}

#main_bg.initial {
    filter: none;
}



#main_bg {
    opacity: 1;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#main_bg.oldContapt {
    filter:blur(20px) grayscale(100%)!important;
    opacity: 0.2!important;
}

#main_content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    background: var(--color-bg);
    -webkit-border-radius:30px;
    border-radius:30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}

#thyg_header {
    text-align: center;
    margin-bottom: 50px;
}

#thyGallery_logo {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#thyGallery_logo img {
    width: 100%;
}

#thyGallery_logo.horizontal {
    width: 90%;
    max-width: 200px;
}

#tattoo_artist_header {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 20px;
    margin: 20px 0;
}

.invert #tattoo_artist_header {
    border-color: rgba(0, 0, 0, 0.3);
}

#profile_picture {
    width: 180px;
    height: 180px;
    overflow: hidden;
    -webkit-border-radius:50%;
    border-radius:50%;
    border: 4px #fff solid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
    z-index: 10;
    margin-top: -60px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}

#info_box {
    margin-top: 40px;
}

.info_item {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius:60px;
    border-radius:60px;
    min-height: 60px;
    text-align: left;
    margin-bottom: 20px;
}

.info_item.big {
    min-height: 100px;
}

.invert .info_item {
    background: rgba(0, 0, 0, 0.2);
}

#info_box a:last-child .info_item {
    margin-bottom: 0px;
}

.info_item .icon {
    width: 60px;
    height: 60px;
    background: var(--main-color);
    -webkit-border-radius:50%;
    border-radius:50%;
    position: absolute;
    left: 0;
    top: 0;

}

.info_item.big .icon {
    width: 100px;
    height: 100px;
}

.info_item.highlighted {
    background: var(--main-color);
    color: var(--color-bg);
}

.info_item.highlighted.stroke {
    background:var(--color-text)!important;
    color:  var(--color-bg);
}

.info_item.highlighted.stroke .icon {
    background: var(--color-text)!important;
}

.info_item.highlighted .icon {
    filter: brightness(120%);
}


.info_item .icon img {
    height: 30px;
}

.info_item.big .icon img {
    height: 50px;
}

.invert .info_item.bio .icon img {
    filter:none;
}
.invert .info_item .icon img {
    filter:invert(1);
}

.info_item .content {
    padding-left: 80px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.info_item.big .content {
    padding-left: 120px;
    line-height: 100px;
    font-size: 20px;
}

.info_item.accordion {
    padding-right: 40px;
    cursor: pointer;
}

.info_item.accordion .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    display: none;
    filter:invert(0);
}

.info_item.accordion.toggle .arrow {
    display: block;
}

.invert .info_item.accordion.toggle .arrow {
    filter:invert(1);
}

#gallery_box {
    font-size: 0;
    -webkit-border-radius:30px;
    border-radius:30px;
    overflow: hidden;
    margin-top: 30px;
    overflow: hidden;
}

.gallery_item {
    width: 33.3%;
    overflow: hidden;
}

#contacts_box {
    border-top: 2px solid;
    border-color: rgba(255, 255, 255, 0.3);
    line-height: 30px;
    padding-top: 30px;
    margin-top: 30px;
}

.invert #contacts_box {
    border-color: rgba(0, 0, 0, 0.3);
}

#contacts_box h4 {
    color:var(--main-color);
    font-size: 20px;
}

#contacts_box p {
    margin-top: 10px;
    color:var(--text-color);
}

#contacts_box a:hover {
    text-decoration: underline;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#icons_box {
    margin-top: 20px;
}

.icon_item {
    width: 35px;
    margin-right: 10px;
}

#icons_box a:last-child .icon_item{
    margin-right: 0;
}

.hoverMe {
    -webkit-transition: filter 400ms ease;
    -moz-transition:  filter 400ms ease;
    -ms-transition:  filter 400ms ease;
    -o-transition:  filter 400ms ease;
    transition:  filter 400ms ease;
}

img.hoverMe {
    -webkit-transition: transform 600ms ease, filter 600ms ease;
    -moz-transition:  transform 600ms ease, filter 600ms ease;
    -ms-transition:  transform 600ms ease, filter 600ms ease;
    -o-transition:  transform 600ms ease, filter 600ms ease;
    transition:  transform 600ms ease, filter 600ms ease;
}

img.hoverMe:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hoverMe:hover {
    filter: brightness(1.15);
}

#promo_box {
    width: 100%;
    -webkit-border-radius:30px;
    border-radius:30px;
    margin-bottom: 20px;
    background: var(--color-bg);
    overflow: hidden;
}

.movie {
    overflow: hidden;
    -webkit-transition: filter 400ms ease;
    -moz-transition:  filter 400ms ease;
    -ms-transition:  filter 400ms ease;
    -o-transition:  filter 400ms ease;
    transition:  filter 400ms ease;
    overflow: hidden;
    height: 100%;
}

.movie:hover {
    filter: brightness(1.15);
}

.movie .bg {
    -webkit-transition: transform 600ms ease, filter 600ms ease;
    -moz-transition:  transform 600ms ease, filter 600ms ease;
    -ms-transition:  transform 600ms ease, filter 600ms ease;
    -o-transition:  transform 600ms ease, filter 600ms ease;
    transition:  transform 600ms ease, filter 600ms ease;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.movie:hover .bg {
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.movie_play_btn {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.movie_play_btn img {
    width: 100%;
}

.invert .movie_play_btn img {
    filter:invert(1);
}

.movie_title {
    text-align: center;
    opacity: 0.4;
}

.movie_title h2 {
    margin-bottom: 10px!important;
    line-height: 30px;
}

.dithered {
    opacity: 0.4;
}

.section_title {
    margin-bottom: 20px;
    text-align: left;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
}

.invert .section_title {
    border-color: rgba(0, 0, 0, 0.3);
}

.accordion_box {
    text-align: left;
    display: none;
}

.bio.accordion_box {
    text-align: left;
    display: none;
    border-radius:20px;
    background: var(--color-text);
    padding: 20px;
}


.accordion_box.show {
    display: block;
    margin-bottom: 20px;
}


.accordion_box h1 {
    margin-bottom: 20px!important;
}

.bio.accordion_box h1 {
    color: var(--color-bg)!important;
}

.accordion_box p {
    line-height: 23px;
}

.bio.accordion_box p {
    color: var(--color-bg)!important;
}

#small_btn_box {
    margin-bottom: 40px;
}

.invert #small_btn_box {
    filter:invert(1);
}

.small_btn_item {
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    cursor: pointer;
    padding: 20px;
    margin-right: 10px;
}

#small_btn_box .small_btn_item:last-child {
    margin-right: 0px;
}

.small_btn_item img {
    width: 40%;
}


.hidden {
    display: none;
}

.share-dialog button img, .share-dialog .button img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.share-dialog button, .share-dialog .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.share-dialog button:hover, .share-dialog .button:hover {
    border-color: #cdd;
}

.share-dialog .share-button, .share-dialog .copy-link {
    padding-left: 30px;
    padding-right: 30px;
}

.share-dialog .share-button, .share-dialog .share-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-dialog  {
    display: none;
    width: 95%;
    max-width: 500px;
    box-shadow: 0 8px 16px rgba(0,0,0,.15);
    z-index: -1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
}

.share-dialog.is-open {
    display: block;
    z-index: 2;
}

.share-dialog header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.share-dialog .targets {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.share-dialog .close-button {
    background-color: transparent;
    border: none;
    padding: 0;
}

.share-dialog .close-button svg {
    margin-right: 0;
}

.share-dialog .link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background-color: #eee;
}

.share-dialog .url {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#000;
}

#sharePopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 320;
    backface-visibility: hidden;
    display: none;
}

#sharePopup.is-open {
    display: block;
}

#QRPopup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50000;
    backface-visibility: hidden;
    display: none;
}

#QRPopup.show {
    display: block;
}

.QRclose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    background: transparent;
    cursor: pointer;
}

.QRclose img {
    width: 100%;
}

#qrcode {
    padding: 30px;
    background: #fff;
    -webkit-border-radius:30px;
    border-radius:30px;
    overflow: hidden;
}

#contapt_logo {
    width: 100px;
    margin-top:40px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

#VAT_box {
    margin-top: 40px;
}

#VAT_box p {
    font-style: italic;
    opacity: 0.7;
    font-size: 14px;
}


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

    h1 {
        font-size: 25px;
        line-height: 30px;
    }


    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    #contacts_box h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .info_item .content {
        font-size: 16px;
    }

    #profile_picture {
        width: 150px;
        height: 150px;
    }


}

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


    body{
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }

    #main_content {
        padding: 20px;
    }

    #thyg_header {
        padding-top: 40px;
        margin-bottom: 80px;
    }

    #thyGallery_logo {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }


}

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



    .info_item {
        height: 45px;
        min-height: 45px;
    }

    .info_item .icon {
        width: 45px;
        height: 45px;
        -webkit-border-radius:50%;
        border-radius:50%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .info_item .icon img {
        width: 20px;
        height: 20px;
    }

    .info_item.big .icon img {
        height: 40px;
        width: auto;
    }

    .info_item .content {
        padding-left: 60px;
        line-height: 45px;
        font-size: 16px;
    }

    .gallery_item {
        width: 50%;
    }

    #gallery_box.Big a:first-child .gallery_item {
        width: 100%;
    }

}


.menu_title {
    margin-bottom: 15px!important;
}

.menu_cat {
    padding: 20px 0!important;
}

.menu_cat_box {
    -webkit-border-radius:30px;
    border-radius:30px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    padding: 5px;
    margin: 5px 0;
}

.menu_cat_box.selected {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    background: var(--main-color);
}

.menu_cat_box.selected .menu_cat {
    color:#fff!important;
}

.menu_item {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius:30px;
    border-radius:30px;
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
}

.menu_item_highlighted {
    background: #fff!important;
}

.menu_item.highlightedItem {
    background: #fff!important;
}

.menu_item.highlightedItem .menu_item_name {
    color: var(--color-bg);
    background: var(--main-color);
}

.menu_item.highlightedItem .menu_item_info {
    color: var(--main-color);
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.bounce {
    animation-name: bounce;
    animation-duration: 0.5s;
}

#cart_badge {
    position: fixed;
    bottom: 80px;
    right: 26px;
    width: 30px;
    height: 30px;
    background-color: red;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.order_list {
    background: var(--main-color)!important;
    color: var(--color-bg);
    margin-top: 15px;
}



.order_list.whatsapp .icon {
    background-color: #4CAF50!important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.modal-header h2 {
    margin-top: 0;
}

.modal-body {
    padding-bottom: 20px;
}

.modal-footer {
    text-align: right;
}

.close {
    color: #888;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.order-summary {
    margin-bottom: 20px;
}

.order-summary p {
    margin: 0;
}

.whatsapp-button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.quantity_control {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    background:#fff;
    -webkit-border-radius:30px;
    border-radius:30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    padding: 0 5px;
    font-size: 0;
}

.quantity,
.decrease_quantity {
    display: none;
}

.quantity.visible,
.decrease_quantity.visible {
    display: inline-block;
}

.quantity_control button {
    -webkit-border-radius:50%;
    border-radius:50%;
    width: 30px;
    height: 30px;
    border:0px none;
    background: var(--main-color);
    color:#fff;
    vertical-align: middle;
    font-size: 18px;
    margin:0;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.quantity_control span {
    color: var(--main-color);
    font-weight: bold;
    margin: 0 10px;
    vertical-align: middle;
    font-size: 16px;
}


.invert .menu_item  {
    background: rgba(0, 0, 0, 0.1);
}

.menu_item_name {
    color: var(--main-color);
    background: var(--color-bg);
    padding: 10px 15px;
    font-weight: bold;
    font-size: 18px;
    -webkit-border-radius:20px;
    border-radius:20px;
}

.menu_item_highlighted .menu_item_name {
    color: var(--color-bg);
    background: var(--main-color);
}

.menu_item_info {
    padding: 15px;
    font-style: italic;
    color:#fff;
    line-height: 20px;
}

.menu_item_highlighted .menu_item_info {
    color: var(--main-color);
}

.menu_item_price {
    padding: 10px 15px;
    background: #000;
    font-weight: bold;
    -webkit-border-radius:20px;
    border-radius:20px;
}

.invert .menu_item_price  {
    background: var(--main-color);
    color: #fff;
}

.invert .menu_item_highlighted .menu_item_price  {
    background: rgba(0, 0, 0, 0.1);
    color: var(--main-color);
}

#whatsapp_float_button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 300;
    height: 60px;
    width: 60px;
    background-color: #65d358;
    line-height: 50px;
    -webkit-border-radius:50%;
    border-radius:50%;

}

#whatsapp_float_button .icon {
    filter:invert(1);
    height: 60px;
    width: 60px;
    padding: 5px;
}

#whatsapp_float_button .icon img {
    width: 30px;
    height: 30px;
}

#back_float_button {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 300;
    height: 60px;
    width: 60px;
    background: var(--main-color);
    line-height: 50px;
    -webkit-border-radius:50%;
    border-radius:50%;

}

#back_float_button .icon {
    height: 60px;
    width: 60px;
    padding: 5px;
}

.invert #back_float_button .icon {
    filter:invert(1);
}

#back_float_button .icon img {
    width: 30px;
    height: 30px;
}

.hidden {
    display: none;
}


/* Toggle Button */
.cm-toggle {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin: 10px;
}


/* To create surface of toggle button */
.cm-toggle:after {
    content: '';
    width: 60px;
    height: 28px;
    display: inline-block;
    background: rgba(196, 195, 195, 0.55);
    border-radius: 18px;
    clear: both;
}


/* Contents before checkbox to create toggle handle */
.cm-toggle:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    z-index: 1;
}


/* Shift the handle to left on check event */
.cm-toggle:checked:before {
    left: 32px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Background color when toggle button will be active */
.cm-toggle:checked:after {
    background: #16a085;
}

/* Transition for smoothness */
.cm-toggle,
.cm-toggle:before,
.cm-toggle:after,
.cm-toggle:checked:before,
.cm-toggle:checked:after {
    transition: ease .3s;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -o-transition: ease .3s;
}

.slide-image {
    overflow: hidden;
    width: 150px;
    margin: 20px;
    background: #c93131;
}

.slide-image img.selected {
    opacity: 0.6;
}

body.back {
    background-color: #cccccc;
    padding-left: 350px;
    min-height:100vh;
}

#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    padding: 10px;
}

#sidebar .main_btn {
    width: 100%;
}

#main_container {
    background:#fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;
}

.main_small_box {
    background:#fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
}

.main_small_box h1 {
    color:#3c7773;
    font-size: 25px;
}

.main_small_box span {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    color:#c93131;
}

#welcomeBox {
    background: #3c7773;
    color:#fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;
}

#welcomeBox p {
    margin-top: 10px;
}

.header_text_box {
    color:#3c7773;
    border: 2px #3c7773 solid;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    margin-top: 10px;
}

.header_text_box h2 {
    font-size: 20px;
}

.form_box {
    background:#fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    margin-top: 10px;
}

section {
    color:#3c7773;
    border: 2px #cccccc solid;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

section.in_evidenza {
    border: 2px #e03a3a solid;
}

.form_box section:last-child {
    margin-bottom: 0;
}

.spacer {
    margin: 15px 0;
}

.form_box .form_col h3 {
    font-size:  20px!important;
    color:#636363;
    margin-bottom: 20px!important;
}

.back_section_title {
    position: absolute;
    top: -10px;
    left: 30px;
    background: #fff;
    padding: 0 20px;
}

#slide_edit_box {
    background: #fff;
    margin-top: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 20px;
}

.login a {
    margin-left: 10px;
}

.login input[type="submit"] {
    margin-top: 0!important;
}


#sidebar .main_btn:hover {
    color:#ffffff!important;
    text-decoration: none;
}

#sidebar .main_btn.selected:hover {
    color:#4b7673!important;
    text-decoration: none;
}

.sortable-categories button {
    padding: 0 10px!important;
    height: 25px!important;
    line-height: 25px!important;
}

.drag-handle {
    width: 35px!important;
    height: 35px!important;
    background: #7a7a7a;
    color: #fff;
    position: absolute;
    left: 0;
    top: 7px;
    cursor: pointer;
    font-synthesis: 0;
    padding: 0!important;
    font-size: 0!important;
}


.drag-handle .icon img {
    width: 100%;
}

.sortable-categories h3 {
    margin: 0!important;
    padding-top: 10px!important;
}

.sortable-categories li  {
    padding-left: 40px;
}

.sortable-categories li > div input[type="text"] {
    margin-top: 20px;
}

.sortable-items li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.sortable-items .highlighted {
    color: red!important;
}




.sortable-categories strong {
    font-size: 18px;
    padding-top: 10px!important;
    display: block;
}

.form-group {
    border: 2px #4b7673 solid;
    background: #fff;
    padding: 20px;
    width: 100%;
    margin:  20px 0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.form-group input[type="text"], .form-group input[type="number"] {
    margin-top: 20px;
}

.form-group input[type="text"] {
    width: 100%;
}

.sortable-items li {
    padding-left: 40px;
}

.sortable-items li  .drag-handle {
    top:0;
}

.delete-button {
    margin-top: 10px;
}

.ingredient strong {
    font-size: 14px;
    margin-top: 0!important;
}

.reorder_category {
    background-color:#4b7672;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.sortable {
    touch-action: pan-y;
}

.sortable li {
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


.submenu_item {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    padding: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.submenu_item_name {
    font-size: 18px;
    font-weight: bold;
}

.submenu_item_description {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    padding-bottom: 10px;
    margin: 10px 0;
}

.has_submenu .quantity_control {
    display:none;
}


.add_extra_button {
    display: none;
    height: 45px;
    line-height: 45px;
    background: transparent;
    border:0px none;
    color: var(--color-primary);
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    width: auto;
    margin-top: 20px;
    width:100%;
    background: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border:0px none!important;
}

#order_popup {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: var(--color-bg);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    max-width: 500px;
    left: 50%;
    margin-left: -250px;
    z-index:10001;
    padding: 20px;
    padding-top: 55px;
    display:none;
}

#order_popup h2 {
    color:var(--main-color);
}

#order_list_overlay {
    z-index:10000;
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* OpacitÃ  dell'overlay */
    backdrop-filter: blur(8px); /* Sfocatura del filtro di sfondo */
    display:none;
}

#closePopupBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    opacity: 0.5;
    cursor: pointer;
}

#closePopupBtn img {
    width: 100%;
}

.order_list.whatsapp {
    background-color: #4CAF50!important;
    color: var(--color-bg);
    margin-top: 15px;
    cursor: pointer;
    bottom:20px;
    position: absolute;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0!important;
}

#order_popup ul {
    position: absolute;
    top: 100px;
    right: 20px;
    left: 20px;
    bottom: 100px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

#order_popup ul li {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 5px;
    line-height: 20px;
}


#view_order_button {
    cursor:pointer;
}

#whatsapp_float_button {
    cursor:pointer;
}

li.category {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border:1px rgba(0, 0, 0, 0.3) solid;
    margin: 20px 0;
    padding: 10px;
}

li.category h3 {
    background: #3c7773;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    color:#fff;
    padding:10px;
    z-index:10;
    padding-right: 100px;
}

.edit-category-button {
    background: #2b5653;
    width:35px;
    height: 35px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top: 15px;
    right: 20px;
}

.edit-category-button img {
    width: 17px;
}

.delete-category-button {
    width:35px;
    height: 35px;
    font-size: 14px;
    border:0px none;
    background-color: #ce4242;
    color:#fff;
    z-index:10;
    position: absolute;
    top: 15px;
    right: 60px;
}

.delete-category-button img {
    width: 17px;
}

li.category ul.items {
    margin: 20px 0;
    margin-top: -27px;
    overflow: hidden;
    font-size: 14px;
    padding-top: 30px;
}

li.category ul.items:last-child {
    margin-bottom: 0;
}

.show-addItemForm {
    background: #3b9673!important;
    border:0px none;
    width: 100%;
    color:#fff;
    width: 100%;
}

li.category ul.items li.item {
    padding: 10px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

li.category ul.items li.item.highlighted > .itemName {
    color:#ac2929;
}

li.category ul.items li.item.notvisible > .itemName {
    opacity: 0.3;
}

li.category ul.items li.item.notvisible > img {
    opacity: 0.3;
}





ul.items li.item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

li.category .form-group {
    border:0px none!important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    margin-top: -20px;
    border-top:1px rgba(0, 0, 0, 0.3) solid!important;
    margin-bottom: -20px;
    padding-bottom: 35px;
}

.edit-item-button {
    background: #ffffff;
    width:30px;
    height: 30px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top: 15px;
    right: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.delete-item-button {
    background: #ffffff;
    width:30px;
    height: 30px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top:15px;
    right: 115px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.eye-item-button {
    background: #ffffff;
    width:30px;
    height: 30px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top:15px;
    right: 80px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}


.show-addSubmenuItemForm {
    background: #ffffff;
    width:30px;
    height: 30px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top: 15px;
    right: 45px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.show-addSubmenuItemForm img, .delete-item-button img, .edit-item-button img, .eye-item-button img {
    width: 15px;
}


.noComponible .show-addSubmenuItemForm {
    display: none;
}

.noComponible .eye-item-button {
    right: 45px;
}

.noComponible .delete-item-button {
    right: 80px;
}

.itemName {
    padding: 10px 0;
    line-height: 20px;
    padding-right: 145px;
}

.noComponible .itemName {
    padding-right: 120px;
}

.subcategories {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    padding: 10px;
}

.ingredientsBox {
    width: 100%;
    padding: 5px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
}

.ingredient {
    padding: 5px 15px!important;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ebebeb;
    margin: 2px;
}

.edit-subitem-button {
    background: #a1d3ce;
    width:26px;
    height: 26px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top:5px;
    right: 0px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.delete-submenuitem-button {
    background: #f4c6c6;
    width:26px;
    height: 26px;
    font-size: 14px;
    border:0px none;
    color:#fff;
    z-index:10;
    position: absolute;
    top:5px;
    right: 40px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}

.edit-subitem-button img, .delete-submenuitem-button img {
    width: 13px;
}

.menu_item .submenu {
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 10px;
    padding: 20px;
}

.menu_item.highlightedItem .submenu {
    background: rgba(0, 0, 0, 0.1);
}

.menu_item.notvisible {
    display: none;
}

.menu_item .submenu label {
    color: #fff;
}

.menu_item.highlightedItem .submenu label {
    color: #000;
}


.menu_item .submenu select {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background:#fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin: 10px 0;
    color:#000!important;
}


.edit-category-form {
    padding:20px;
    background: #2b5653;
}

.edit-category-form .main_btn {
    color: #2b5653;
    background: #fff;
}

.edit-category-form input[type="text"] {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
}

.edit-item-form, .addItemForm {
    padding:20px;
    background: #ffffff;
    z-index: 10;
}

.addItemForm {
    padding:0px;
    padding-bottom: 20px;
    background: #ffffff;
    z-index: 10;
}

.edit-item-form input[type="text"], .addItemForm input[type="text"], #addCategoryForm input[type="text"] {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
    border:1px #9e9e9e solid;
}

.addSubmenuItemForm {
    background: #ffffff;
    z-index: 10;
    margin-top: 30px;
}

.addSubmenuItemForm .form-group {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0);
}

.addSubmenuItemForm input[type="text"] {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
    border:1px #9e9e9e solid;
}

.addSubmenuItemForm textarea {
    height: 150px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
    border:1px #9e9e9e solid;
}

.edit-subitem-form {
    padding:20px;
    background: #ffffff;
    z-index: 10;
}

.edit-subitem-form input[type="text"] {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
    border:1px #9e9e9e solid;
}

.edit-subitem-form textarea {
    height: 150px;
    line-height: 45px;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    background: #fff;
    font-size: 16px;
    padding:0 15px;
    width: 100%;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
    border:1px #9e9e9e solid;
}


.add_to_menu_button {
    background: transparent;
    border:0px none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius:50%;
    border-radius:50%;
    font-size: 0;
}

.add_to_menu_button img {
    width: 30px;
}

.noOrders .add_to_menu_button {
    display:none!important;
}

.delete_item_button {
    background: transparent;
    border:0px none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    background: #ce4e4e;
    -webkit-border-radius:50%;
    border-radius:50%;
    font-size: 0;
}

.delete_item_button img {
    width: 28px;
}

.swiper {
    margin-top: 30px;
}

.product_image {
    overflow: hidden;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-bottom: 10px;
}

.main_btn.icon img {
    width: 20px;
    vertical-align: middle;
}

.main_btn.icon.selected img {
    filter: invert(41%) sepia(28%) saturate(633%) hue-rotate(127deg) brightness(94%) contrast(87%);
}

.main_btn.icon span {
    vertical-align: middle;
    margin-left: 10px;
}

#giant_home_selection_box {
    font-size: 0;
    padding: 40px;
}

.giant_home_selection_item {
    width: 48%;
    margin: 1%;
    -webkit-border-radius:20px;
    border-radius:20px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    text-align: center;
    padding: 30px;
}

.giant_home_selection_item .icon {
    background: #4b7673;
    width: 120px;
    margin: 0 auto;
    margin-top: -40px;
}

.giant_home_selection_item .icon img {
    width: 70px;
}

.giant_home_selection_item .title {
    color: #4b7673;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}

.giant_home_selection_item p {
    font-size: 18px;
    line-height: 25px;
}

.highlighted-news h3 {
    font-size: 20px;
    color:var(--main-color);
}

.highlighted-news p {
    margin-top: 10px;
    line-height: 20px;
}

.highlighted-news {
    background: var(--color-bg);
    padding: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    text-align: left;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    margin-bottom: 30px;
}

.highlighted-news.has-image {
    padding-left: 220px;
}


.highlighted-news-img {
    -webkit-border-radius:20px;
    border-radius:20px;
    overflow: hidden;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
}

.posts_item .info_item {
    margin-top: 20px;
}

.category_description {
    margin-top: 20px;
    line-height: 20px;
}


.posts_item {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    padding: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin: 25px 0;
    text-align: left;
    line-height: 20px;
}

.posts_item p {
    margin-top: 15px;
    line-height: 20px;
}

.posts_item ul {
    margin-top: 10px;
}

.posts_item ul li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 20px;
}

.posts_item ol li {
    list-style-type:decimal;
    list-style-position: outside;
    line-height: 20px;
}


.posts_item h3 {
    color:var(--main-color);
    margin-bottom:15px!important;
}

#posts_box .posts_item:last-child {
    margin-bottom: 0;
}


.posts_img {
    margin-bottom: 20px;
    -webkit-border-radius:20px;
    border-radius:20px;
    overflow: hidden;
}

.editposts_img {
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-top: 17px;
}

.editProducts_img {
    width: 100%;
    max-width: 300px;
    -webkit-border-radius:20px;
    border-radius:20px;
    margin-top: 20px;
}

.header_info_box {
    padding: 20px;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
    -webkit-box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.3);
    box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.3);
    background: rgba(255, 255, 255, 0.1);
}

.invert .header_info_box {
    -webkit-box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.3);
    box-shadow:inset 0 0 30px 0 rgba(0,0,0,0.3);
}

.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin_preview {
    -webkit-border-radius:20px;
    border-radius:20px;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    border:6px #fff solid;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    box-shadow:0 0 30px 0 rgba(0,0,0,0.3);
}

.carousel-container {
    overflow: hidden;
    white-space: nowrap;
}

.theme_box {
    display: inline-block;
    transition: transform 0.3s ease;
    width: 350px;
    padding: 20px 0;
}

.theme_box .swiper-wrapper {
    width: 220px;
}

.theme_box .swiper-slide {
    width: 235px;
    height: 300px;
}

.theme_item {

    border:6px #fff solid;
    -webkit-border-radius:20px;
    border-radius:20px;
    width: 235px;
    overflow: hidden;
}

.posts_badge {
    background-color:var(--main-color);
    position: absolute;
    top:-7px;
    left: -7px;
    width: 40px;
    height: 40px;
    z-index: 10;
}

.posts_badge img {
    width: 18px;
}

.invert #icons_box a:last-child .icon_item,
.invert div#small_btn_box img,
.invert .posts_badge img {
    filter: invert(1);
}

.theme_item .bg {
    background:#000;
}

.theme_item_box {
    background:#fff;
    -webkit-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    bottom: 0;
    top:50px!important;
    width: 200px;
    position: absolute;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
}

.theme_profile {
    width: 60px;
    background: #c5c5c5;
    margin-top: -20px;
    border:3px #fff solid;
}

.theme_cover {
    width: 80%;
    background: #c5c5c5;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.theme_item01 {
    width: 80%;
    height: 15px;
    background: #c5c5c5;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.theme_item02 {
    width: 80%;
    height: 15px;
    background: #c5c5c5;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

.theme_item03 {
    width: 80%;
    height: 15px;
    background: #c5c5c5;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}

#theme_01 .theme_item_box {
    background: #fff;
}

#theme_01 .theme_item01, #theme_01 .theme_item02, #theme_01 .theme_item03 {
    background: #000;
}

#theme_01 .selectThemeButton {
    background: #000;
}

#theme_02 .theme_item_box {
    background: #fff;
}

#theme_02 .theme_item01, #theme_02 .theme_item02, #theme_02 .theme_item03 {
    background: #172d6b;
}

#theme_02 .selectThemeButton {
    background: #172d6b;
}

#theme_03 .theme_item_box {
    background: #000;
}

#theme_03 .theme_item01, #theme_03 .theme_item02, #theme_03 .theme_item03 {
    background: #937b47;
}

#theme_03 .selectThemeButton {
    background: #937b47;
}

#theme_04 .theme_item_box {
    background: #fff;
}

#theme_04 .theme_item01, #theme_04 .theme_item02, #theme_04 .theme_item03 {
    background: #89b8ae;
}

#theme_04 .selectThemeButton {
    background: #89b8ae;
}

#theme_05 .theme_item_box {
    background: #ffffff;
}

#theme_05 .theme_item01, #theme_05 .theme_item02, #theme_05 .theme_item03 {
    background: #8d3636;
}

#theme_05 .selectThemeButton {
    background: #8d3636;
}

#theme_06 .theme_item_box {
    background: #ffffff;
}

#theme_06 .theme_item01, #theme_06 .theme_item02, #theme_06 .theme_item03 {
    background: #f3916a;
}

#theme_06 .selectThemeButton {
    background: #f3916a;
}

#theme_07 .theme_item_box {
    background: #ffffff;
}

#theme_07 .theme_item01, #theme_07 .theme_item02, #theme_07 .theme_item03 {
    background: #356487;
}

#theme_07 .selectThemeButton {
    background: #356487;
}

#theme_08 .theme_item_box {
    background: #ffffff;
}

#theme_08 .theme_item01, #theme_08 .theme_item02, #theme_08 .theme_item03 {
    background: #b83a3a;
}

#theme_08 .selectThemeButton {
    background: #b83a3a;
}

#theme_09 .theme_item_box {
    background: #ffffff;
}

#theme_09 .theme_item01, #theme_09 .theme_item02, #theme_09 .theme_item03 {
    background: #4f9f4f;
}

#theme_09 .selectThemeButton {
    background: #4f9f4f;
}

#theme_10 .theme_item_box {
    background: #000;
}

#theme_10 .theme_item01, #theme_10 .theme_item02, #theme_10 .theme_item03 {
    background: #356487;
}

#theme_10 .selectThemeButton {
    background: #356487;
}

#theme_11 .theme_item_box {
    background: #000;
}

#theme_11 .theme_item01, #theme_11 .theme_item02, #theme_11 .theme_item03 {
    background: #b83a3a;
}

#theme_11 .selectThemeButton {
    background: #b83a3a;
}

#theme_12 .theme_item_box {
    background: #000;
}

#theme_12 .theme_item01, #theme_12 .theme_item02, #theme_12 .theme_item03 {
    background: #4f9f4f;
}

#theme_12 .selectThemeButton {
    background: #4f9f4f;
}

#theme_13 .theme_item_box {
    background: #ffffff;
}

#theme_13 .theme_item01, #theme_13 .theme_item02, #theme_13 .theme_item03 {
    background: #7a7a7a;
}

#theme_13 .selectThemeButton {
    background: #7a7a7a;
}

#theme_14 .theme_item_box {
    background: #000;
}

#theme_14 .theme_item01, #theme_14 .theme_item02, #theme_14 .theme_item03 {
    background: #7a7a7a;
}

#theme_14 .selectThemeButton {
    background: #7a7a7a;
}


.selectThemeButton {
    position: absolute;
    z-index: 11;
    text-align: center;
    left: 10px;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius:30px;
    border-radius:30px;
    line-height: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    font-weight: bold;
    color:#fff;
}

.selected .selectThemeButton {
    color:#fff;
}

.theme_arrow_left, .theme_arrow_right {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #3C7773;
    -webkit-border-radius:50%;
    border-radius:50%;
    font-size: 0;
    z-index: 20;
}

.theme_arrow_left img, .theme_arrow_right img {
    width: 20px;
}

.theme_arrow_left {
    top: 50%;
    margin-top: -20px;
    left:10px;
}

.theme_arrow_right {
    top: 50%;
    margin-top: -20px;
    right: 10px;
}


.theme_check_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #3C7773;
    -webkit-border-radius:50%;
    border-radius:50%;
    font-size: 0;
    z-index: 20;
    left: 50%;
    margin-left: -30px;
    bottom: 5px;
    transform: translateY(200px);
    transition:  transform 600ms ease, filter 600ms ease;
}

.theme_check_icon img {
    width: 50px;
}

.theme_item.selected {
    border:6px #3C7773 solid;
}

.theme_item.selected .theme_check_icon {
    transform: translateY(0px);
}

.fixed_header {
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    background: var(--color-bg);
    -webkit-border-radius:0 0 30px 30px;
    border-radius:0 0 30px 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0);
    z-index: 300;
    left: 50%;
    margin-left: -300px;
    height: 50px;
    top: -90px;
    transition: top 0.3s ease, box-shadow 0.3s ease;;
}

.fixed_header.scrolled {
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}

.fixed_header #profile_picture {
    position: absolute;
    left: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    top: 0;
    margin: 0;
}

.fixed_header #tattoo_artist_header {
    border: 0px none;
    font-size: 10px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left:0;
    padding: 0 20px;
    right: 170px;
}

.fixed_header #small_btn_box {
    margin-top: 5px;
    position: absolute;
    right: 15px;
}

.fixed_header .small_btn_item {
    width: 40px;
}

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

    body.back {
        padding-left: 120px;
    }


    #sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 70px;
        background: #fff;
        z-index: 100;
    }

    #sidebar .main_btn {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: auto;
        padding: 0;
    }

    #sidebar .main_btn:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%;
    }

    #sidebar .main_btn span {
        display:none;
    }

    #sidebar .main_btn img {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        margin-left: -10px;
        margin-top: -10px;
    }

    #main_container {
        background:#fff;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 20px;
    }

    #welcomeBox h1 {
        font-size: 30px;
    }

}


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

    body.back {
        padding-left: 50px;
    }


    #sidebar {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        background: #fff;
        z-index: 100;
        height: 60px;
        text-align: right;
        padding: 8px;
    }

    #main_container {
        background:#fff;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        padding: 20px;
    }

    #sidebar .main_btn {
        width: 40px;
        margin-left: 2%;
        margin-top: 0;
    }

    #sidebar .main_btn.home {
        float: left;
        margin-left: 5px;
        margin: 0;
    }

    #welcomeBox h1 {
        font-size: 25px;
    }


    #giant_home_selection_box {
        font-size: 0;
        padding: 10px;
    }

    .giant_home_selection_item {
        width: 100%;
        margin: 20px 0;
    }

}

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

    .fixed_header {
        max-width: 100%;
        left: 50px;
        right: 50px;
        margin-left: 0;
        width: auto;
    }

    .fixed_header .small_btn_item {
        width: 40px;
        margin-right: 2px;
    }

    .fixed_header #tattoo_artist_header {
        right: 155px;
    }


}

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

    body.back {
        padding: 15px;
        padding-bottom: 80px;
    }

    #welcomeBox h1 {
        font-size: 20px;
    }

    #order_popup {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        background: var(--color-bg);
        -webkit-border-radius: 20px;
        border-radius: 20px;
        max-width: 100%;
        left: 20px;
        margin-left: 0;
        z-index:10001;
        padding: 20px;
        padding-top: 55px;
        display:none;
    }

    .highlighted-news.has-image {
        padding-left: 170px;
    }

    .highlighted-news-img {
        width: 150px;
    }

    .header_info_box {
        margin-left: -20px;
        margin-right: -20px;
    }

    .theme_box {
        width: 100%;

    }

    .fixed_header {
        left: 15px;
        right: 15px;
    }




}
