﻿/*
    Author : www.stim-isv.com
    Date: 
    Ref: v.102

*/

body {
    margin: 0px;
    border: 0px;
    padding: 0px;
    box-sizing:border-box;
}
:root {
    --gray-default: #4d4d4d;
    --red-default: rgba(121, 10, 10, 1);
     
} 

h1 { font-size:2.2em;}

/*


*/

.background-red {
    
}

  hr{
        height: 1px;
        background-color: #ccc;
        border: none;
    }

sub {

    color: #777;
}

#menu_catalogo {
	margin: 5px;
}

    #menu_catalogo > div {
        min-height: 45px;
        line-height: 45px;
    }

/*

*/

ol
{
}
.privacy, .legal-note
{
	color: #444;
	padding: 10px;
	min-height: 500px;
}

.privacy p
{
	margin-bottom: 10px;
}

input, select, option {
	font-family: Arial;
	color: #222;
    font-size: 1em;
}

textarea
{
	font-family: Arial;
	font-size: 15px;
	color: #222;
}

img
{
	    border: 0;
    border-radius: 0.3em;
    max-width: 100%;
}

.spacer {
    height:1.5em;
    display:block;


}


/*

    */

map
{
	border: 0;
}

area
{
	border: 0;
}

.prodotto
{
	cursor: pointer;
}

div
{
	margin: 0;
    box-sizing:border-box;
}

div.half
{
	margin: 0;
    display:flex;
}

div.half > div
{
	 flex: 2 1 50%;
     padding:1.5em;
}



/*
        
*/
body
{
	font-family: Arial;
	background-color: #ffffff;
}

.main
{
	background-color: Transparent;
	width: 100%;
    padding-top : 8em;

}

.content
{
	background-color: Transparent;
	max-width: 950px;
	margin: auto;

}


.item.content {
    display: flex;
    flex-direction: row;
}

.content div  {
    flex: 1; 
}


.separator
{
	width: 100%;
	display: block;
	height: 10px;
}

.sx
{
	float: left;
	width: 700px; /*border :solid 1px red;*/
}

.dx
{
	float: right;
	width: 180px; /*border :solid 1px red;*/
}

.jcarousel-list li, .jcarousel-item
{
	float: left;
	list-style: none; /* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 75px;
	height: 75px;
}

input[type=text], textarea, select {
    border: 0;
    padding: 5px;
    /* background-color: #eee; */
    border-radius: 3px;
    border: solid 1px #ddd;
    width:100%;
}

.btn input {
    margin-bottom:10px;
}

 
.btn-send input {
    cursor: pointer;
    border: 0;
    padding: 10px;
    background-color: var(--first-color);
    color: #fff;
    border-radius: 3px;
    min-width: 150px;
    white-space: break-spaces;
}
.btn-undo input
{
	cursor: pointer;
	border: 0;
	padding: 10px;
	background-color: #eeeeee;
	color: var(--color-black);
	border-radius: 3px;
}

.btn-update input {
    cursor: pointer;
    border: 0;
    padding: 5px;
    background-color: var(--color-green);
    color: var(--color-black);
    border-radius: 15px;
    color: rgb(89, 97, 113);
    border: dashed 1px rgb(216, 222, 228);
    font-size: 12px;
}

 

.labelNoItemInCart {
    padding: 10px;
    background-color: #fff8ba;
    color: #333;
    /* font-weight: bold; */
    border-radius: 1em;
}

.areaAdvise
{
    box-sizing: border-box;
    border-left: solid 2px red;
    padding-left: 1em;
font-size:0.9em;
}

.areaAdvise img {
    border: 0;
    filter: invert(1);
    }

/*------------------------------------------------------------------------------------------------------*/

#tbcarrello
{
	width: 100%;
}

#tbcarrello thead td
{
	border-bottom: solid 1px #ddd;
	height: 30px;
}

#tbcarrello td
{
	padding: 5px;
}
#tbcarrello > tbody
{
}

#tbcarrello > tfoot > tr > td
{
	border-top: solid 1px #ddd;
	line-height: 20px;
}

#tbcarrello .column_description
{
}

#tbcarrello .column_number
{
	text-align: right;
}

/*------------------------------------------------------------------------------------------------------*/
#tableorder
{
	width: 100%;
}

#tableorder thead td
{
	height: 30px;
    border-bottom: solid 1px #ddd;

}
#tableorder td
{
	padding: 5px;
}
#tableorder > tbody
{
}

#tableorder > tfoot > tr > td
{
	border-top: solid 1px #ddd;
	line-height: 20px;
}

#tableorder .column_description
{
}

#tableorder .column_number
{
	text-align: right;
}

/*---*/


ul.item-label-value {
    text-align: left;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

ul.item-label-value > LI
{
	text-align: left;
	display: inline-block;
}


    ul.item-label-value > LI:first-child {
        min-width: 150px;
    }



.input-indirizzodestinazione
{
	width: 300px;
}

.input-capdestinazione
{
	width: 100px;
}

.panel_advise {
	background-color: rgb(255, 248, 220);
	border-left: 5px solid rgb(255, 235, 142);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align:center;
}

    .panel_advise p {
        color: #444;
    }

.panel-button {
    text-align: end;
    padding: 20px;
    border-top: solid 1px #ddd;
}

/*.payment-type
    */
.paymenttype_list > .content {
    clear: both;
    padding: 20px;
    border: solid 5px #fff;
    background-color: #f5f5f5;
    display: flex;
    gap: 2em;
    border-radius: 15px;
    flex-direction: row;
    align-items: center;
    border: solid 2px transparent;
    margin-bottom: 5px;
}

.dark-theme .paymenttype_list > .content {
    background-color: #f5f5f52b;
}

    .paymenttype_list > .content input,
    .paymenttype_list > .content label {
        cursor: pointer;
    }

    .paymenttype_list > .content:has(input[type=radio]:checked) {
        border: solid 2px #0075ff;
        background-color: aliceblue;
        color: #222;
    }


.paymenttype_list .payment__type {
    max-width: 150px;
}
/*


*/
.page-footer {
    min-height: 50px;
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.box-data-half
{
	padding: 20px;
	width: 48%;
	display: inline-block;
	background-color: #eee;
	border-right: solid 5px #fff;
	border-bottom: solid 10px #fff;
	vertical-align: top;
	min-height: 380px;
	position: relative;
}

.box-data-half > p
{
	line-height: 1.2em;
}

.box-data-half > h3
{
	font-size: 1.0em;
}
.box-data-fill
{
	width: auto;
	min-height: 0;
	padding: 20px;
	background-color: #fff;
}

.box-data p
{
	text-align: center;
	font-size: 1.5em;
	line-height: 100px;
}

.background-italy {
    background-image: url(../images/icon/italy.png);
    background-repeat: no-repeat;
    background-position: 95% 10%;
}

/* ---------------------- */
.content-item
{
    display: inline-block;
    width: 22%;
    margin: 10px;
    vertical-align: top;
    margin-bottom: 50px;

}

.content-item > div {
    margin-bottom:10px;
	vertical-align: top;
    text-transform: lowercase;

}
.content-item >  img, .content-item > a > img 
{
	width: 100%;
	vertical-align: top; /*max-height:230px;*/
    border-radius:10px;
}

    .content-item > p.titolo {
        font-weight: normal;
        color: #222;
        padding-top: 10px;
        font-size: 1.35em;
        font-weight: bold;
        min-height: 60px;
    }


    /* ---------------------- */
.content-wide-item {
    /* display: inline-block; */
    /* width: 48.5%; */
    margin: 0;
    vertical-align: top;
    display: flex;
}

.background-gray
{
    background-color: #f2f2f2;
}


.content-wide-item > div
{
	padding: 1em;
	vertical-align: top;
    flex: 1;
}
.content-wide-item > div > img
{
    vertical-align: top;
    max-height: 55vh;
    border-radius: 0 5em 5em 5em;
}

.p10
{
	padding: 10px;
}

/* ---------------------------------------- */
#itemnavigator
{   
        display: block;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #eeeee;
    border-radius: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #ddd;
}

#itemnavigator > a.navigator-menu {
    display: inline-block;
    width: 40.4%;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    font-size: 1.2em;
   font-weight: bolder;
    text-decoration: underline;
}

#ContentPlaceHolder1_ItemNavigator_previous
{
    background: url('../images/icon/arrow-left-2.svg');
    background-repeat: no-repeat ;
    background-position: 5% center;
}
    

#ContentPlaceHolder1_ItemNavigator_next
{
    background-image : url('../images/icon/arrow-right-3.svg');
    background-repeat: no-repeat ;
    background-position: 95% center;
}


/*

*/


.area-ecommerce
{
    display:inline-block;
    min-height:150px;
    cursor:pointer;
    text-align :center;
    position:relative;
    }

.area-ecommerce h2
{
    position: absolute;
    top: 30%;
    right: 0;
    background-color: #fff;
    padding: .5em;
    border-radius: .5em 0 0 .5em;
    font-weight: 100;
    color: #0037ff;
    text-decoration: underline;
}



.button--outline input, 
.button--outline a {
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-size: 1.2em;
    padding: 0.5em 1.3em;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    background-color: rgb(255 255 255);
    border: solid 2px rgb(17 17 17);
    color: rgb(17 17 17);
}

.button-cta {
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-size: 1.2em;
    padding: 0.8em 2em;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    background-color: #69ffc3;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: #e9e9e9 0px 0px 6px 2px;
    transition: all .2s ease-in-out;
    text-align: center;
}

.button-cta:hover {
    transform: scale(1.02);
}


/*

*/
#news_update > h3 {
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--color-text-alt);
    padding: 10px;
    border-radius: 0 20px 20px 20px;
    text-align: center;
    font-size: 1.2em;
    font-family: Arial;
    column-gap: 10px;
    font-weight: initial;
}

#news_update > h3 > img {
    background-color: white;
    border-radius: 50%;
    padding: 7px;
}

.image-cover > img {
    object-fit: none;
    height: 100%;
}

#logo {
    text-align: center;

}


.shop > div {
    min-height:450px;
}

/*
*/

@media screen and (max-width: 1200px) {

    body {
        padding:1em;
    }

    div.half {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .content-wide-item {
        vertical-align: top;
        display: flex;
        flex-direction: column;
    }


    .item.content {
        display: flex;
        flex-direction: column;
    }



    .item-iconcart {
        display: inline-block ;
    }

    .content {
        display: flex;
        flex-direction: column;
    }

    .content-item {
        width:initial
    }

    #panelcategorie .content{
        display: grid;
        grid-template-columns: 50% 50%;
    }


    .bd-grid {
        justify-items: start;
    }

    
    .content-wide-item > div {
        padding:0;
    }
    
    .content-wide-item > div > img {
     border-radius: inherit;
    }


    ul.item-label-value {
        text-align: left;
        list-style-type: none;
        margin-bottom: 1em;
        display: flex;
        flex-direction: column;
    }

    .panel-button {
        gap:1em;
    }



    .paymenttype_list > .content  {
        flex-direction:column;
        gap:1em;
        text-align:left;
    }


    /* 
        end @media*/
}