.shop-kiosk-content {
    margin-top: 15px;
}

.cat_products_list li {
    position: relative;
    display: inline-block;
    width: 32%;
    height: 205px;
    margin-right: 2%;
    margin-bottom: 1.5%;
    vertical-align: top;
}


@media(min-width: 976px) {
    .cat_products_list li:nth-child(3n + 0) {
        margin-right: 0%;
    }
}

@media(min-width: 1276px) {
    #p-qr-main-page-element {
        margin-bottom: 0%;
        margin-top: 4.5%;
    }
}

@media(max-width: 1276px) {
    .cat_products_list li {
        height: 151.5px;
    }

    #p-qr-main-page-element {
        margin-bottom: 0%;
        margin-top: 6.5%;
    }
}

@media(max-width: 976px) {
    .cat_products_list li {
        width: 49%;
        margin-right: 2%;
        height: 195.5px;
    }

    .cat_products_list li:nth-child(2n + 0) {
        margin-right: 0%;
    }

    #id-qr-main-page,
    #id-separator-qr-main-page {
        display: none;
    }
}

@media(max-width: 700px) {
    .cat_products_list li,
    .cat_products_list .grid_2 li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 3.5%;
    }

    .shop-kiosk-content {
        margin-top: 0px;
    }
}

.shop_cat_image {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 2px 1px 2px 0px #e1e1e1;
    border: 1px solid #eeeeee;
}

.shop_cat_image_background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: 0.4s all ease;
}

.shop_cat_image_background:hover {
    transform: scale(1.10, 1.10);
    transition: 0.4s all ease;
}

.cat_products_list li h2 {
    position: absolute;
    bottom: -3px;
    width: auto;
    max-width: 90%;
    text-align: center;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    outline: 2.5px solid white;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.4s all ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:700px) {
    .cat_products_list li h2 {
        font-size: calc(6pt + 1.9vw);
    }
}

/*PRODUCTS DETAILS ==========================================================================*/

.product-details-box {
    border-radius: 7.5px;
    padding: 25px;
    background-color: #f4f4f4;
    margin-top: 10px;
}

.product-details-box-left {
    position: relative;
    display: inline-block;
    width: 40%;
    padding: 5px 15px;
}

.product-detail-image {
    padding: 6px;
    line-height: 0px;
    background-color: white;
    margin-bottom: 7.5px;
}

.product-detail-image img {
    width: 100%;
}

.product-details-box-right {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 5px 15px;
}

.product-details-box-right h2 {
    color: black;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.create_now_box {
    margin-top: 5px;
    width: 100%;
    margin-bottom: 15px;
}

.create_now_box .button {
    float: left;
}

.create_now_box_mobile {
    display: none;
    margin-bottom: 20px;
}

.product-details-price {
    position: relative;
    white-space: nowrap;
    text-align: right;
    line-height: 1.2;
    vertical-align: bottom;
    padding: 5px 0px;
    float: right;
    width: 30%;
}

.product-details-price p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0px;
}

.product-details-box-bottom {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 10px;
    padding: 15px;
}

.create_now_box_desktop .create_now_box .button {
    float: left;
}

.create_now_box_desktop .product-details-price {
    float: right;
    text-align: right;
    padding-right: 50px;
}

.product_title_mobile {
    display: none;
}


/*media queries*/

@media(max-width: 700px) {
    .product-details-box-right {
        width: 100%;
    }
    .product-details-box-left {
        width: 100%;
    }
    .product-details-box {
        padding: 20px 7.5px;
    }
    .product_title_mobile h2 {
        font-size: 2rem;
        font-weight: 700 !important;
    }
    .create_now_box_desktop {
        display: none;
    }
    .create_now_box_mobile {
        width: 100%;
        display: inline-block;
    }
    .product_title_desktop {
        display: none;
    }
    .product_title_mobile {
        display: inline-block;
        padding: 10px 15px 0px 15px;
    }
}

@media(max-width: 400px) {}


/*WEB STYLES ==============================================================================*/

.shop-page-content-details {
    /*border: 1px solid rgb(225, 225, 225);*/
    margin-bottom: 15px;
    margin-top: 0px;
    /*padding: 20px 25px;*/
    /*background-color: rgb(225, 225, 225);*/
}

.shop-page-content-details p {
    margin-bottom: 4px;
}

.shop-page-content-details h3 {
    margin-bottom: 0px;
    padding-left: 2px;
}

.shop-page-content-products {
    /*border: 1px solid rgb(225, 225, 225);*/
    margin-top: 10px;
    /*	padding: 25px;*/
}

.shop-page-content-products h3 {
    text-align: center;
    margin-bottom: 10px;
}

.printspot_recordatorio_recogida_en_tienda {
    background-color: rgb(238, 119, 110);
    padding: 22.5px 35px;
    margin-bottom: 25px;
}

.printspot_recordatorio_recogida_en_tienda p {
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
}

.shop-page-content-left {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    /*padding: 17px 20px 20px 20px;*/
    /*border: 1px solid rgb(225, 225, 225);*/
    /*border-radius: 7.5px;*/
    margin-right: 2%;
    /*margin-top: 6px;*/
    background-color: white;
}

#map {
    height: 225px;
    width: 100% !important;
    border: 0px solid rgb(225, 225, 225);
    margin-bottom: 3%;
}

.shop-page-content-right {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
    /*border-radius: 4px;*/
    /*background-color: rgb(255, 35, 109);*/
    border-left: 1px solid rgb(238, 19, 0);
    margin-top: 4px;
    height: 225px;
}

.shop-page-content h2 {
    position: relative;
    font-size: 1.1em;
    border-bottom: 0px solid rgb(225, 225, 225);
    padding-bottom: 0px;
    color: black;
    margin: 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-title-separator {
    width: 71px;
    border-bottom: 5px solid black;
    margin: 30px 0px 20px 0px;
}

@media (max-width: 786px) {
    .shop-page-content-left {
        width: 100%;
    }
    .shop-page-content-right {
        width: 100%;
        padding: 15px 0px;
        border: 0px;
        height: auto;
    }
}


/*LANDING PAGE ===========================================================================*/

.landing_separator {
    /*width: 9%;*/
    width: 100%;
    border-top: 3px solid;
    margin-bottom: 15px;
    margin-top: 15px;
}

.landing_page_box {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 15px;
}

.contact_section_box {
    width: 100%;
}

.conctact_section_info {
    width: 100%;
    text-align: center;
}

.contact_section_info_item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact_section_info_item p {
    line-height: 19px;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.map_hidden_info {
    display: none;
}

.contact_section .landing_separator{
	margin-bottom: 40px;
    margin-top: 50px;
}

@media(max-width: 700px) {
    .contact_section_box {
        width: 100%;
    }
    .landing_page_box {
        margin-bottom: 25px;
    }
    .details_right {
        padding-left: 0;
        margin-top: 15px;
    }
    .site-header {
        height: 57.28px;
    }
    .conctact_section_info {
        width: 100%;
        /*padding-left: 15%;*/
    }
}


/** QR styles **/


/* Category */

.category-qr {
    right: 0%;
    position: absolute;
    z-index: 5;
}

.list_item_header {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 7.5px;
}

.list_item {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    padding: 25px 25px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    background-color: rgb(225, 225, 225);
}

.shop_searcher_site_item_id {
    width: 20%;
    display: inline-block;
}

.shop_searcher_site_item_url {
    width: auto;
    display: inline-block;
}


/*
* Shop searcher styles
*/

.shop_searcher_header {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgb(225, 225, 225);
    width: 100%;
    padding-bottom: 7.5px;
    margin-bottom: 5px;
}

.shop_searcher_content {
    padding: 15px;
}

.shop_searcher_form {
    padding: 1% 0%;
    margin-bottom: 4%;
}

.shop_searcher_form label input {
    margin-right: 2% !important;
}

.shop_searcher_form_item {
    margin: auto;
    padding: unset;
    text-align: center;
}

.shops_list_box_item {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    /* padding: 25px 25px; */
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    background-color: rgb(225, 225, 225);
}

.shops_list_box_left {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding: 10px 25px 15px 15px;
}

.shops_list_box_left p {
    color: rgb(85, 86, 90);
}

.shops_list_box_right_map {
    display: inline-block;
    width: 50%;
    padding: 25px 35px;
    text-align: right;
    vertical-align: top;
    border-radius: 7.5px;
}

.search_result_box {
    position: relative;
    border-bottom: 1px solid rgb(225, 225, 225);
    width: 100%;
    padding-bottom: 11px;
    margin-bottom: 5px;
}

.results_searcher_form_left {
    float: left;
    width: auto;
}

.results_searcher_form_right {
    float: left;
    min-width: 125px;
}

#searcher_button {
    line-height: 25.5px;
    border-radius: 0px 7.5px 7.5px 0px;
    padding: 7px 24px !important;
    font-size: 16px;
    border: 0px solid rgb(221, 221, 221);
    margin-top: 0px;
    box-shadow: rgba(200, 200, 200, 0.5) 0px -2px 3px 0px;
}

.shops_list_box_left h5 {
    border-bottom: 1px solid rgb(189, 178, 178);
    font-weight: 600;
    padding-bottom: 5px;
}


/*private flow login page======================================*/
.landing_catalog_intro {
    margin-bottom: 20px;
}

.private_flow_login_outside_box {
    position: relative;
    padding: 0px;
    margin-top: 30%;
    width: 100%;
    max-width: 900px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.private_flow_login_outside_box img {
    width: 100%;
}

.private_flow_login {
    position: absolute;
    border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 35px 50px;
    border-radius: 4.5px;
    width: 100%;
}

.private_flow_login_outside_box .private_flow_login p {
    margin-bottom: 1.5px;
}

.private_flow_login_outside_box .private_flow_login .button {
    margin-bottom: 2.5px;
    margin-top: 7.5px;
}

.qr_main_page {
    display: flex;
    /* margin-left: 10%;
    margin-right: 10%; */
}

.qr_main_page_element {
    width: 33%;
    position: relative;
    text-align: center;
}

.qr_main_page_element p {
    /* position: absolute; */
    bottom: 0;
}

.qr_main_page_element svg {
    width: 200px;
    top: 0;
}

.qr_main_page_element img {
    margin-top: 4%;
}

#proceed_to_store_checkout_5_disabled {
    margin-top: 20px;
    display: none;
    cursor: not-allowed;
    pointer-events: none;
    background-color: #8080805c !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

/*social media*/
.social_media_box {
    display: flex;
    width: 20%;
    margin: auto;
    margin-top: 15px;
}

@media(max-width: 976px) {
    .social_media_box {
        width: 30% !important;
    }
}

@media(max-width: 600px) {
    .social_media_box {
        width: 80% !important;
    }
}
.social_media_item {
    flex: 1;
    margin: auto;
    text-align: center;
}

/* Look & feel custom options */
.catalogue_product_name.under_thumbnail,
.catalogue_category_name.under_thumbnail
{
    position: relative;
    transform: translate(0);
    left: unset;
    margin: 0;
    max-width: 100%;
    bottom: 0;
    outline: none;
    color: rgb(85, 86, 90);
    background-color: transparent;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    padding: 0;
    cursor: default;
}

.imaxel_trigger_printspot .create_button, .slider_button{
    padding: 8px;
}

.create_button, .slider_button {
    width: 100%;
    border-radius: 4px;
    padding: 8px!important;
    font-size: 1.6rem;
    margin-top: 20px;
    margin-bottom: 1.5%;
}

.create_button_container{
    opacity: 1!important;
    margin-top: auto;
}

.caption_container{
    margin: 20px;
}

.catalogue_product_price{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
}

.catalogue_product_description{
    text-align: left;
    margin-top: 10px;
}

.cat_products_list ul {
    display: flex;
    flex-wrap: wrap;
}

.cat_products_list li {
    height: auto;
    display: inline-flex;
    flex-direction: column;
}

.shop_cat_image{
    height: auto;
}


.shop_cat_image_background {
    height: 205px;
}

@media(max-width: 1276px) {
    .shop_cat_image_background {
        height: 151.5px;
    }
}

@media(max-width: 976px) {
    .shop_cat_image_background {
        width: 100%;
        margin-right: 2%;
        height: 195.5px;
    }
}

.category_container{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cat_products_list li h2 {
    left: initial;
    transform: none;
    position: relative;
    margin-top: -30px;
}

/* GRID 2 COLUMNS */
.cat_products_list .grid_2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(230px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 50px;
    justify-content: space-between;
}

.cat_products_list .grid_2 li {
    width: 100%;
    margin: 0;
}

@media(max-width: 700px) {
    .cat_products_list .grid_2 {
        grid-template-columns: repeat(1, minmax(230px, 1fr));
    }
}

/* GRID 4 COLUMNS */
.cat_products_list .grid_4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(230px, 1fr));
	grid-column-gap: 30px;
	grid-row-gap: 50px;
    justify-content: space-between;
}

.cat_products_list .grid_4 li {
    width: 100%;
    margin: 0;
}

@media(max-width: 1276px) {
    .cat_products_list .grid_4 {
        grid-template-columns: repeat(3, minmax(230px, 1fr));
    }
}

@media(max-width: 976px) {
    .cat_products_list .grid_4 {
        grid-template-columns: repeat(2, minmax(230px, 1fr));
    }
}

@media(max-width: 700px) {
    .cat_products_list .grid_4 {
        grid-template-columns: repeat(1, minmax(230px, 1fr));
    }
}

.mark_container{
    position: absolute;
    right: 0;
}

mark.count{
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0;
    white-space: nowrap;
    background-color: white;
}

mark.count.one-digit{
    border-width: 40px 0 0 40px;
}

mark.count.two-digits{
    border-width: 50px 0 0 50px;
}

mark.count.three-digits{
    border-width: 60px 0 0 60px;
}

mark.count.four-digits{
    border-width: 70px 0 0 70px;
}

.mark_container span{
    z-index: 1;
    position: absolute;
    top: 0;
    right: 5px;
    font-weight: bold;
}

/* CUSTOM MENUS */
.custom-menu{
    width: 100%;
    float: left;
}

.custom-menu ul {
    display: grid;
    grid-template-columns: repeat(10, minmax(100px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}