﻿/*----- Typography -----*/

body {
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	color: #58534D;
	font-size: 15px;
	line-height: 26px;
	min-width: 450px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', sans-serif;
	color:#222;
	margin-top: 0px;
	margin-bottom:20px;
	font-weight: 600;
	line-height: normal;
}
p {
	margin-bottom: 24px;
}

img {
    max-width: 100%;
    height: auto
}
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a{
	color:#0F96E2;
    transition: .5s;
}

a:hover,
a:active {
	color:#888;
	outline: 0 none;
	text-decoration: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}


@-webkit-keyframes loading-1{
    0%{
        transform:rotate(0deg);
    }
    50%{
        transform:rotate(-90deg);
    }
    100%{
        transform:rotate(-180deg);
    }
}
@keyframes loading-1{
    0%{
        transform:rotate(0deg);
    }
    50%{
        transform:rotate(-90deg);
    }
    100%{
        transform:rotate(-180deg);
    }
}
@-webkit-keyframes loading-2{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(-50px, 0);
		border-color: transparent transparent transparent #80B71B;
    }
    100%{
        transform:translate(0);
    }
}
@keyframes loading-2{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(-50px, 0);
		border-color: transparent transparent transparent #80B71B;
    }
    100%{
        transform:translate(0);
    }
}
@-webkit-keyframes loading-3{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(50px, 0);
		border-color: transparent #E42A18 transparent transparent;
    }
    100%{
        transform:translate(0);
    }
}
@keyframes loading-3{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(50px, 0);
		border-color: transparent #E42A18 transparent transparent;
    }
    100%{
        transform:translate(0);
    }
}
@-webkit-keyframes loading-4{
    0%{
        transform: translate(0);
    }
    50%{
        transform: translate(0, -50px);
		border-color: #007797 transparent transparent transparent;
    }
    100%{
        transform:translate(0);
    }
}
@keyframes loading-4{
    0%{
        transform: translate(0);
    }
    50%{
        transform: translate(0, -50px);
		border-color: #007797 transparent transparent transparent;
    }
    100%{
        transform:translate(0);
    }
}
@-webkit-keyframes loading-5{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(0, 50px);
		border-color: transparent transparent #A1AFAC transparent;
    }
    100%{
        transform:translate(0);
    }
}
@keyframes loading-5{
    0%{
        transform:translate(0);
    }
    50%{
        transform:translate(0, 50px);
		border-color: transparent transparent #A1AFAC transparent;
    }
    100%{
        transform:translate(0);
    }
}

/*----- Form -----*/

input {
	display: block;
	width: 100% !important;
	height: 80px;
	line-height: 80px;
	padding: 20px;
	font-size: 30px;
	border: 1px solid #c3c3c3;	
	margin-bottom: 15px;
	background: #f9f9f9;
	color: #58534D;
	position: relative;
	box-shadow: inherit;
	border-radius: 0px;
}
input:focus{
    border-color: #0F96E2;
	box-shadow: none;
}
input::placeholder{
    font-size: 18px;
}
input[type=submit] {
	background-color: #58534D;
    color: #fff;
	font-size: 20px;
    font-weight: 700;
}
input[type=submit]:hover {
	background-color: #0F96E2;
    color: #fff;
    font-weight: 700;
}
select {
	display: block;
	width: 100% !important;
	height: 80px;
	line-height: 80px;
	padding: 20px;
	font-size: 30px;
	border: 1px solid #c3c3c3;	
	margin-bottom: 15px;
	background: #f9f9f9;
	color: #58534D;
	position: relative;
	box-shadow: inherit;
	border-radius: 0px;
}
.info_dispo_neg {
	background: #0F96E2;
	color: #fff !important;
	font-weight: 800;
	cursor: default !important;
    opacity: 1 !important;
}
.btn_sm {
	height: 50px;
	line-height: 50px;
	padding: 0px;
}
.btn_res {
	padding-left: 35px;
	padding-right: 35px;
	width: unset !important;
	font-weight: 500 !important;
}
/*----- View -----*/

.low_alert {
	text-align: center;
	cursor: default;
	font-size: 30px;
	padding: 30px;
}
.low_alert_sm {
	text-align: center;
	cursor: default;
	font-size: 20px;
	padding: 60px 0 80px;
	line-height: 35px;
}
.full_container {
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 0px;
    width: 95%;
}
.main_logo {
	text-align: center;
}
.main_logo img{
	height: 100px;
	margin-bottom: 30px;
}
.secondary_logo {
	text-align: right;
}
.secondary_logo img{
	width: 15%;
}

.list_point_act {
	padding: 20px;
	cursor: pointer;
	border-bottom: 1px solid #58534D;
}
.list_point_act:hover {
	background: #f2f2f2;
	
}

.product_box {
	text-align: center;
	margin-bottom: 40px;
	cursor: pointer;
}
.product_box img{
	max-width: 90%;
	max-height: 300px;
}
.product_box_info {
	text-align: left;
	padding: 10px;
}
.product_box_info .title {
	padding: 5px 10px;
	font-size: 18px;
	border-top: 1px solid #c3c3c3;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_box_info .sub_title {
	background: #58534D;
	padding: 8px 10px;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_box_info .price {
	background: #58534D;
	padding: 8px 2px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_box_info .price span{
	font-size: 15px;
}

.device_info{
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0 20px 20px;
	border-bottom: 1px dashed #c3c3c3;
}
.device_info_img {
	float: left;
}
.device_info_tit {
	float: left;
	line-height: 50px;
	margin-left: 20px;
	margin-top: 30px;
}
.device_info_tit .marca {
	font-size: 40px;
}
.device_info_tit .modello {
	font-weight: 600;
	font-size: 50px;
}
.device_info_tit .n_prd {
	font-size: 20px;
	color: #c3c3c3;
}
.prd_tit {
	font-size: 40px;
	font-weight: 800;
	line-height: 45px;
	margin-bottom: 48px;
}
.prd_info {
	margin-top: 48px;
}
.prd_info p{
	font-size: 24px;
	line-height: 40px;
	text-align: justify;
}

.warning .ico {
	color: orange;
	font-size: 70px;
	float: left;
}
.warning .tit{
	font-size: 35px;
	font-weight: 600;
	float: left;
	line-height: 75px;
	margin-left: 15px;
}
.warning .text{
	font-size: 20px;
	margin-top: 15px;
	line-height: 35px;
	text-align: justify;
}

.prd_info_extra {
	margin-top: 80px;
	margin-bottom: 40px;
}
.prd_info_extra .ico {
	font-size: 70px;
	float: left;
}
.prd_info_extra .tit_container{
	margin: 0 auto;
}
.prd_info_extra .photo_camera{
	width: 250px;
}
.prd_info_extra .videocam{
	width: 200px;
}
.prd_info_extra .view_list{
	width: 400px;
}
.prd_info_extra .tit{
	font-size: 35px;
	font-weight: 600;
	float: left;
	line-height: 75px;
	margin-left: 15px;
}
.prd_info_extra .text{
	font-size: 20px;
	margin-top: 15px;
	line-height: 35px;
	text-align: center;
}

.items_cart {
	width: 100%;
	font-size: 20px;
	margin-top: -50px;
}
.items_cart tr{
	border-bottom: 1px solid #58534D;
}
.items_cart td{
	padding: 15px;
}
.items_cart .img {
	width: 15%;
	padding: 5px !important;
}
.items_cart .img_pers {
	width: 15%;
	padding: 5px !important;
	text-align: center;
}
.items_cart .img_pers img{
	max-width: 50%;
}
.items_cart .codice{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.items_cart .prezzo {
	font-size: 25px;
	font-weight: bold;
	width: 15%;
}
.items_cart .ico{
	width: 10%;
}
.items_cart .ico div{
	font-size: 40px !important;
}
.items_cart .ico .del{
	color: #ff0000;
}

.items_del {
	display: none;
	text-align: right;
}
.items_del input{
	float: right;
	margin-left: 2%;
}

.ship {
	text-align: center;
}
.ship div{
	cursor: pointer;
	width: 90%;
	margin: 0 auto;
}
.ship .neg {
	padding: 0px 0px 56px;
	background: #58534D;
	color: #fff;
}
.ship .drop {
	padding: 0px 0px 20px;
	background: #58534D;
	color: #fff;
}
.ship .ico {
	font-size: 300px;
}
.ship .tit {
	font-size: 25px;
	font-weight: 800;
}
.ship .info {
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
}

.sped_form span {
	font-size: 20px;
}
.sped_form input {
	margin-bottom: 30px;
}
.sped_form input[type=submit] {
	margin-top: 20px;
}

.form_info{
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #c3c3c3;
}
.items_form {
	width: 100%;
	font-size: 20px;
	clear: both;
	margin: 40px auto;
	margin-bottom: 0px;
}
.items_form tr{
	border-bottom: 1px solid #58534D;
	height: 67px;
}
.items_form td{
	padding: 15px;
}
.items_form .codice{
	font-size: 25px;
	font-weight: bold;
}
.items_form .header{
	background: #58534D;
	color: #fff;
	height: 57px;
}
.items_form .info {
	text-align: center;
	width: 15%;
}
.items_form .totale {
	text-align: center;
	width: 15%;
	font-weight: bold;
}

.result {
	text-align: center;
}
.result div{
	margin: 0 auto;
}
.result .ico {
	font-size: 300px;
}
.result .tit {
	font-size: 25px;
	font-weight: 800;
	margin-top: 60px;
}
.result .info {
	font-size: 22px;
	font-weight: 500;
	margin-top: 40px;
	line-height: 40px !important;
}
.result input{
	margin-top: 40px;;
}

.disclaimer {
	font-size: 22px;
	text-align: justify;
	line-height: 40px;
	margin-bottom: 0px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #c3c3c3;
}

.qr {
	text-align: center;
}
.qr iframe{
	width: 400px;
	height: 400px;
	border: none;
}
.qr .tit {
	font-size: 25px;
	font-weight: 800;
	margin-top: 10px;
}
.qr .info {
	font-size: 22px;
	font-weight: 500;
	text-align: justify;
	margin-top: 80px;
	line-height: 40px !important;
}

#title_msg {
	font-size: 30px;
	padding: 30px;
	background-color: #0f96e2;
	position: fixed;
	top: 0px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 800;
	z-index: 99999;
}
#title_msg .btn_func {
	position: absolute;
	font-size: 50px;
	margin-top: -12px;
	cursor: pointer;	
}
.title_msg_base {
	height: 86px;
	margin-bottom: 20px;
}

.modal_bk {
	z-index: 99999;
	opacity: 0.7;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: black;
}
.modal_form {
	z-index: 999999;
    position: fixed;
    top: 40%;
}
.prd_cmd {
	margin-top: 80px;
}
.prd_cmd .price {
	font-size: 45px;
	font-weight: 800;
	margin-bottom: 20px;
}
.prd_cmd .price span{
	font-size: 30px;
	font-weight: 500;
}

/*----- Cart command -----*/
.prd_cmd .cart{
	display: block;
	width: 100% !important;
	height: 80px;
	line-height: 48px;
	padding: 20px;
	font-size: 30px;
	margin-bottom: 15px;
	background: #f9f9f9;
	color: #58534D;
	position: relative;
	box-shadow: inherit;
}
.prd_cmd .cart{
	background-color: #58534D;
    color: #fff;
    font-weight: 700;
	font-size: 50px;
	max-width: 24%; 	
}
.prd_cmd .cart:hover{
    color: #fff;
}
.cart_cmd input{
	margin-top: 40px;
}

/*----- Button -----*/

.btn_logout {
	right: 31px;
}
.btn_store {
	left: 25px;
}
.btn_close_modal {
	bottom: 150px;
	font-size: 100px !important;
}
.btn_conf {
	background: #0F96E2 !important;;
}
.btn_back {
	left: 15px;
}
.btn_cart {
	right: 15px;
}
.btn_cart_count {
	position: absolute;
	background: #ff0000;
	height: 30px;
	border-radius: 15px;
	font-size: 20px;
	line-height: 31px;
	padding: 0px 8px;
	z-index: 1;
	top: 8px;
	right: 12px;
	cursor: pointer;
}

/*----- Footer -----*/

#footer_area{
	background: #0F96E2;
	color: #fff;
	font-size: 13px;
	border-top: 1px solid #fff;
	padding: 15px 0px;
	bottom: 0px;
	position: fixed;
	width: 100%;
	z-index: 2;
}
#footer_area div div{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#footer_area .btn_func {
	position: absolute;
	font-size: 50px;
	margin-top: -51px;
	cursor: pointer;	
}

/*----- Personalizzazione -----*/

				.divBtnAnnulla{
					background-color: #F10381;
					height: 38px;
					position: absolute;
					bottom:0px;
					vertical-align: middle;
					font-size: 22px;
					width: inherit;
				}
				.arrowsButtonsDiv{
					margin:0 auto !important;
					margin-top: 50px !important;
				}
				.arrowsButtonsDiv div{
					height:130px;
					text-align: center;
				}
				.arrowsButtonsDiv div i{
					font-size: 90px;
					line-height: 90px;
					cursor: pointer;
				}
				.creaCoverLink{
					font-size:38pt; 
					position: relative; 
					
				}		
				#canvas_fabric {
					margin: 0px auto;
					width: 252px;
					height: 439px;
					position: absolute;
					left: 0px;
					top: 10px;
					user-select: none;
				}			
				#scale {
					background-color: #ffffff;
					width: 612.283464558px;
					height: 1096.06299211px;
				}
				.btn_checked, .btn_checked:hover {
					color: black;
				}
				.cursor: pointer; {
					cursor: pointer;
				}						
				input[type='range'] {
					-webkit-appearance: none;
					width: 100%;
					height: 3px;
					border-radius: 5px;   


					outline: none;
					opacity: 0.7;
					-webkit-transition: .2s;
					transition: opacity .2s;
				}
				input[type='range']::-moz-range-track {
					-webkit-appearance: none;
					width: 100%;
					height: 3px;
					border-radius: 5px;   
					background: #58534d;
					outline: none;
					opacity: 0.7;
					-webkit-transition: .2s;
					transition: opacity .2s;
				}
				input[type='range']::-webkit-slider-thumb {
					-webkit-appearance: none;
					appearance: none;
					width: 36px;
					height: 36px;
					border-radius: 50%; 
					background: #58534D;
					cursor: pointer;
					z-index: 100;
				}
				input[type='range']::-moz-range-thumb {
					width: 36px;
					height: 36px;
					border-radius: 50%;
					background: #58534D;
					cursor: pointer;
					z-index: 100;
				}							
				#loading-div-background {
					display: none;
					position: fixed;
					top: 0;
					left: 0;
					background: black;
					width: 100%;
					height: 100%;
				}
				@media screen and (min-width: 1281) {
					.creaCoverLink{
						top:40px;
					}
				}
				@media screen and (max-width: 1280) {
					.creaCoverLink{
						top:-10px;
					}
				}
				.popup_window{
					padding:15px;
					z-index:100;
					display:inline-block;
					overflow:hidden;
					width:auto
				}
				.popup_panel{
					padding:5px;
					display:inline-block;
					background:#fff;
					border:2px solid #ef2929;
					border-radius:5px!important
				}
				.btn_popup{
					display:inline-block;
					height:30px;
					padding:5px
				}
				.btn_font{
					font-size:70%
				}
				canvas{
					width:252.669291335;
					height:439.77836103179;
					border:none;
				}
				.panel-popup-main{
					position: absolute;
					z-index: 1;
					bottom: 0px;					
				}
				.panel-popup-settings{
					background-color: #58534D;
					border: 2px solid #58534D;
					padding: 5px;
				}
				#panel-popup-text div div div{
					width: 45px;
					height: 45px;
					background-color: #fff;
					margin: 0 auto;
					border-radius: 7px !important;
					margin-top: 15px;
					color: #58534D;
					text-align: center;
					line-height: 45px;
					font-size: 25px;
					cursor: pointer;
				}
				#panel-popup-color div div div{
					height: 50px;
					margin-bottom: 11px;
					cursor: pointer;
					border-radius: 7px !important;
				}
				#panel-popup-font div div div{
					background-color: #fff;
					text-align: center;
					cursor: pointer;
					border-radius: 4px !important;
					margin-bottom: 4px;
					padding: 4px 0px;
					white-space: nowrap;
					overflow: hidden;
					text-overflow: ellipsis;
				}
				#panel-popup-coverbackground-color div div div{
					height: 50px;
					margin-bottom: 11px;
					cursor: pointer;
					border-radius: 7px !important;
				}
				.panel-popup-coverbackground-btn{
					background-color: #fff;
					border-radius: 5px !important;
					color: #58534D;
					text-align: center;
					line-height: 23px;
					font-size: 16px;
					cursor: pointer;
					margin-top: 18px;
					padding: 19px 5px;
					font-weight: 700;
				}
				.panel-popup-close{
					background-color: #fff;
					border-radius: 5px !important;
					color: #58534D;
					font-size: 18px;
					cursor: pointer;
					float: right;
					padding: 7px 12px 4px;
					font-weight: 700;					
				}
				.panel-popup-arrow{
					margin: 0 auto;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 31px 31px 0 31px;
					border-color: #58534D transparent transparent transparent;"
				}
				.btn_delete_image{
					cursor: pointer;
					position: absolute;
					text-align: center;
					width: 6%;
					min-width: 50px;
					height: 50px;
					border-radius: 25px !important;
					color: #fff;
					background-color: #58534D;
					left: 70%;
					top: -20px;
				}
				.btn_upload_file{
					border: 2px solid #58534D;
					height: 94px;
					margin: 2px;
				}
				.btn_upload_file img{
					height:90px;
					width:100%;
					cursor:pointer;
				}
				.btn_upload_file textarea{
					cursor: pointer;
					color: #fff;
					height: 90px;
					width: 100%;
					resize: none;
					background-color: #58534D;
					border: 0px solid;
					border-radius: 0px;
				}
				.image_check{
					display: none;
					position: absolute;
					text-align: center;
					width: 35px;
					height: 35px;
					color: #0f96e2;
					top: 70px;
					border-radius: 20px !important;
					background-color: #FFF;
				}
				#btn_new_text i{
					font-size: 90px;
					line-height: 150px;
					cursor: pointer;
					color: #58534D;
					text-align: center
				}
				#panel_popup_rotate {
					color: #58534D;
					margin-bottom: 50px;
				}
				#panel_popup_rotate div{
					height:18px;
					margin:0 auto !important;
					margin-top: 8px !important;
				}
				#panel_popup_rotate .main-rotate{
					padding: 0px;
					text-align: center;
				}
				#panel_popup_rotate .main-rotate i{
					font-size: 23px;
					cursor: pointer;
				}
				#panel_popup_rotate .sub-rotate{
					line-height: 10px;
					cursor: pointer;
				}
				#panel_popup_rotate .sub-rotate i{
					font-size: 19px;
				}
				#slider_custom {
					float:left;
					width:100%;
					margin-top: -10px;
				}
				#panel_popup_zoom{
					clear:left;
					color: #58534D;
				}
				#panel_popup_zoom div{
					height: 55px;
					margin:0 auto;
				}
				#panel_popup_zoom .main-zoom{
					padding: 0px;
					text-align: center;
				}
				#panel_popup_zoom .main-zoom i{
					font-size: 23px;
					margin-top: 19px;
				}
				#sliderzoom_custom {
					float:left;
					width:100%;
					margin-top: 6px;
				}
				#panel-text-font-settings-div {
					height: 100px;
					color: #58534D;
				}
				#panel-text-font-settings-div div{
					position:relative;
				}
				#panel-text-font-settings-div div div{
					text-align: center;
					border: 2px solid #58534D;
					margin-bottom: 5px;
				}
				#panel-text-font-settings-div div div i{
					font-size: 41px;
					line-height: 50px;
					cursor: pointer;
				}	
				#set-color-btn_area{
					padding: 0px;
					cursor: pointer;
				}
				#set-color-btn_area div{
					text-align: center;
					font-size: 21px;
					padding: 14px 10px 8px;
					background-color: #58534D;
					color: #fff;
				}

/*----- End Style  -----*/
