.col-sx .page-title {
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.4em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #21a1a5;
}

.col-sx .page-subtitle {
	font-size: 1.1em;
	margin-bottom: 10px;
}

.col-sx .page-description {
	font-size: 0.9em;
}

.alert-message {
	background-color: #ebebeb;
    padding: 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.9em;
}

.alert-message .title {
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.4em;
    line-height: 1.0em;
    text-transform: uppercase;
    color: #21a1a5;
    background-image: url(../img/icon-virus.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    height: 36px;
    line-height: 36px;
    padding-left: 50px;
}

.doc-container {
	display: flex;
    flex-wrap: wrap;
    float: left;
}

.col-sx .doc a {
	display:block;
}

.col-sx .doc {
    float: left;
    width: 33.33%;
	margin-bottom:20px;
	padding:0 10px 70px;
	color:#333;
	border-bottom: solid 1px #ccc;
	position: relative;
}

.col-sx .doc img:hover {
	border: 1px solid #21A1A5;
}

.col-sx .doc h3 {
	font-size:1.0em;
	margin-bottom:10px;
	color: #333;
}

.col-sx .doc h3:hover {
	color: #21A1A5;
}

.col-sx .doc .price {
	color: #21A1A5;
	font-family: 'Roboto Slab', serif;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:20px;
	display:block;
}

.col-sx .doc .button.list {
    text-align: center;
    font-size: 1.0em;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
	background-color: #21A1A5;
	color: #fff;
}

.col-sx .doc .button.list:hover, .col-sx .doc .button.list:focus {
	background-color:#2FB2B2;
}

.col-sx .doc .button.list:after {
	content:"Aggiungi al carrello";
}

.col-sx .doc .button.active {
	color:#666;
	background-color: #ddd;
	font-size:0.9em;
	padding-top: 10px;
	line-height: 16px;
}

.col-sx .doc .button.active:hover, .col-sx .doc .button.active:focus {
	background-color: #ddd;
	cursor: default;
}

.col-sx .doc .button.list.active:after {
	content:"";
}

.col-sx .doc .button.free {
	
}

.col-sx .doc .button.free:after {
	content:"";
}

.col-sx .doc .label-sold {
	color:#999;
	font-size: 0.8em;
	font-weight: bold;
	position: absolute;
    bottom: 20px;
    left: 10px;
    right: 10px;
	height: 42px;
	text-align: center;
	font-family: 'Roboto Slab', serif;
}

.col-sx .doc img {
    width: 100%;
	border: 1px solid #ddd;
    border-radius: 10px;
	margin-bottom:20px;
}

.col-sx .doc.dettaglio {
	width:100% !important;
	display:block;
	padding: 0 9px 0px;
}

.col-sx .text {
	margin-bottom: 20px;
}

.col-sx .text ul {
	padding: 0 0 10px 0;
    margin: 10px 0 20px 0;
    border-bottom: dashed 1px #ccc;
}

.col-sx .text ul li {
	display: list-item;
    list-style-position: inside;
    list-style: none;
    margin-bottom: 10px;
    text-align: left;
}

.col-sx .text ul li:before {
	content: "\2022";
	color: #21A1A5;
	font-weight: bold;
	display: inline-block;
	width: 0.8em;
}

.col-sx .doc.dettaglio h2 {
	font-size: 1.1em;
	color: #999;
	font-weight: normal;
	margin-bottom: 10px;
}

.col-sx .doc.dettaglio a, .col-sx .text a {
    color: #21A1A5;
}

.col-sx .doc.dettaglio ul {
	padding: 0 0 10px 0;
    margin: 10px 0 20px 0;
    border-bottom: dashed 1px #ccc;
}

.col-sx .doc.dettaglio ul li{
	display:list-item;
	list-style-position: inside;
	list-style:none;
	margin-bottom:10px;
	text-align: left;
}

.col-sx .doc.dettaglio ul li:before {
	content: "\2022";
	color: #21A1A5;
	font-weight: bold;
	display: inline-block;
	width: 0.8em;
}

.col-sx .doc.dettaglio .short-description {
	width:100%;
	display:block;
	margin-bottom: 20px;
}

.col-sx .doc.dettaglio .download-title {
	width:100%;
	display:block;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	color: #999;
}

.col-sx .doc.dettaglio .label-sold-detail {
	color:#21A1A5;
	margin-bottom: 40px;
	font-weight: bold;
	display: block;
	font-family: 'Roboto Slab', serif;
	background-image: url(../img/icon-star.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
	padding-left: 34px;
}

.col-sx .doc.dettaglio .content-left {
	float: left;
	width: 35%;
}

.col-sx .doc.dettaglio .content-right {
	float: left;
	width: 65%;
	padding-left: 20px;
}


@media only screen and (max-width: 1024px) {
	.col-sx .doc.dettaglio .content-left, .col-sx .doc.dettaglio .content-right {
		width: 100%;
		padding-left: 0;
	}
}

.col-sx .doc.dettaglio .content-left img {
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

.col-sx .doc.dettaglio .content-left ul.photo-gallery {
	display:flex;
	width: 100%;
	margin:0 0 20px;
	padding: 0;
}

.col-sx .doc.dettaglio .content-left ul.photo-gallery li {
	width: 33.33%;
	float:left;
	padding:0 5px;
	margin: 0;
}

.col-sx .doc.dettaglio .content-left ul.photo-gallery li:before {
	display: none;
}

.col-sx .doc.dettaglio .content-left ul.photo-gallery li a{
	display:block;
}

.col-sx .doc.dettaglio .text {
	width:100%;
	float:left;
}

.col-sx .doc.dettaglio span.price {
	font-family: 'Roboto Slab', serif;
	font-size:1.0em;
	margin-bottom:40px;
	display:block;
	color:#333;
}

.col-sx .doc.dettaglio span.price strong {
	color: #21A1A5;
	font-weight:bold;
	font-size:1.4em;
}

.col-sx .offerta-pacchetto {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 20px 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
	display: inline-block;
	width: 100%;
}

.col-sx .offerta-pacchetto .titolo-pacchetto {
	display: block;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
	color: #333;
	font-size: 0.9em;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
}

.col-sx .offerta-pacchetto .titolo-pacchetto .name {
	font-weight: bold;
	font-size: 1.3em;
}

.col-sx .offerta-pacchetto .titolo-pacchetto .old-price {
	text-decoration: line-through;
	color:#999;
}

.col-sx .offerta-pacchetto .titolo-pacchetto .new-price {
	font-weight: bold;
	font-size: 1.3em;
}

.col-sx .offerta-pacchetto ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
    border-bottom: dashed 1px #ccc;
}

.col-sx .offerta-pacchetto ul li {
	width: 50%;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    align-items: center;
    display: flex;
	padding: 0 10px;
}

@media only screen and (max-width: 720px) {
	.col-sx .offerta-pacchetto ul li {
		width: 100%;
	}
}

.col-sx .offerta-pacchetto ul li a {
	color:#333;
}

.col-sx .offerta-pacchetto ul li a:hover {
	opacity:0.8;
}

.col-sx .offerta-pacchetto ul li img {
	float: left;
	width: 100px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border: solid 1px #ccc;
}

.col-sx .offerta-pacchetto ul li span {
	font-family: 'Roboto Slab', serif;
	line-height: normal;
	font-size: 0.9em;
}

.col-sx .offerta-pacchetto ul li span.price {
	color: #21A1A5;
	font-weight: bold;
}

.col-sx .offerta-pacchetto .button {
	display:inline-block;
}

.col-sx .doc-download {
	float: left;
    width: 100%;
}

.col-sx .doc-download h2 {
	font-size: 1.0em;
	width:100%;
	color: #999;
    font-weight: 300;
}

.col-sx .doc-download .box {
	display:block;
	width:100%;
}

.col-sx .doc-download .box p a {
	font-weight:bold;
	color:#333;
}

.col-sx .doc-download .box p a:hover {
	opacity: 0.8;
}

.col-sx .doc-download .login-info {
	font-size: 0.9em;
}

.col-sx .doc-download .login-info a {
	display:inline;
}

.col-sx .pro-shop {
	list-style: none;
    display: inline-block;
    width: 100%;
    border: 0 !important;
    margin: 0 0 8px 0 !important;
}

.col-sx .pro-shop li {
	display: flex !important;
	align-items: center;
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 2px !important;
	font-size: 0.85em;
	width: 100%;
}

.col-sx .pro-shop li:before {
	display:none !important;
}

.col-sx .pro-shop li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.col-sx .pro-shop li:last-child {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.col-sx .pro-shop li img {
	border:0;
	width: 28px;
	margin: 0 10px 0 0;
	display: inline-block;
}

.col-sx .pro-shop li span {
	display: inline-block;
}

.col-sx .button.download {
	background-image:url(../img/icon-download.svg);
	background-size:20px 20px;
	background-position:10px center;
	background-repeat:no-repeat;
	padding-left:40px;
	display:inline-block;
	margin: 0 20px 20px 0;
	font-size:1.0em;
    color: #fff !important;
}

.col-sx .button.download.cart {
	background-image:url(../img/icon-cart.svg);
	margin-right: 0;
    color: #333 !important;
}

.col-sx .licenza {
	margin-top: 20px;
    font-size: 0.8em;
    padding-top: 20px;
    border-top: solid 1px #ccc;
}

.col-sx .licenza img {
	margin:0 auto 10px;
}

.col-sx .licenza a {
	color:#333;
	font-weight: bold;
}

.col-sx .doc-video {
	float: left;
    width: 100%;
	border-bottom: solid 1px #ddd;
	margin-bottom:20px;
	text-align:center;
}

.col-sx .doc-video h2 {
	font-size: 1.2em;
	width:100%;
}

.col-sx .doc-video .box {
	margin-bottom:20px;
	display:block;
	width:100%;
}

.col-sx .doc-sharing {
	float: left;
    width: 100%;
	border-bottom: solid 1px #ddd;
	margin-bottom:40px;
	padding-bottom:20px;
	text-align:center;
}

.col-sx .doc-sharing:before {
	content: 'Condividi su:';
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
}

.cart-container {
	display: block;
    width: 100%;
    margin-bottom: 40px;
}

.cart-container .adv {
    float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.cart-container .cart h1 {
    font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6em;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #21a1a5;
    border-bottom: dashed 1px #ccc;	
}

.cart-container ul li {
	display:block;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: 1px #ccc solid;
	position:relative;
}

.cart-container ul li.coupon {
	overflow:auto;
	text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cart-container ul li.coupon .button {
	float: none;
	display: inline-block;
}

.cart-container ul li.coupon .button.disabled {
	opacity:0.3;
}

.cart-container ul li.coupon input {
	float: none;
	width: 200px;
	height: 40px !important;
	line-height: 40px !important;
	margin-left: 20px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 24px;
	padding-right: 35px;
}

.cart-container ul li.coupon input.true {
	background-image: url(../img/icon-input-true.svg);
}

.cart-container ul li.coupon input.false {
	background-image: url(../img/icon-input-false.svg);
}

.cart-container ul li.coupon .coupon-text {
	display: inline-block;
	line-height: normal !important;
	font-size: 0.75em;
}

.cart-container ul li.coupon .coupon-text strong {
    display: block;
}

.cart-container ul li:last-child {
	border-bottom: none;
    overflow:hidden;
	line-height: 50px;
}

.cart-container ul li .titolo {
	display: block;
    width: 100%;
    font-size: 1.0em;
    padding-right: 130px;
	color: #333;
}

.cart-container ul li .titolo:hover {
	opacity:0.7;
}

.cart-container ul li .price {
	position: absolute;
    right: 40px;
    color: #21a1a5;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 1.2em;
    width: 80px;
    text-align: right;
	top: 50%;
    margin-top: -24px;
	height:28px;
}

.cart-container ul li .delete {
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}

.cart-container ul li .delete img{
	display:block;
	width: 28px;
}

.cart-container ul li .delete:hover {
	opacity: 0.5;	
}

.cart-container ul li .totale {
	font-size:1.2em;
	float:left;
}

.cart-container ul li .price-totale {
	font-weight:bold;
	font-family: 'Roboto Slab', serif;
	font-size:1.4em;
}

.cart-container ul li .button {
	float:right;
	margin-left:20px;
}

.cart-container ul li .payment-link {
	text-align: right;
    color: #999;
    display: inline-block;
    width: 100%;
    font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 20px;
}

.cart-container ul li .payment-link:hover {
	opacity: 0.8;
}

.cart .text-link {
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	color: #21a1a5;
}

.cart .text-link:hover {
	opacity: 0.8;
}


/* COLONNA DX */
.col-dx .cart {
	float:left;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}

.col-dx .cart .title{
	border-bottom:solid 1px #ddd;
	margin-bottom: 20px;
	padding-bottom:10px;
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #bbb;
	font-size: 1.1em;
	text-align:center;
}

.col-dx .cart ul {
	border-bottom: solid 1px #ccc;
}

.col-dx .cart ul li {
	display:inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ebebeb;
	width:100%;
	font-family: 'Roboto Slab', serif;
    line-height: 1.2em;
}

.col-dx .cart ul li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 10px 0 20px;
}

.col-dx .cart ul li .no-prod {
	float:left;
	font-size:0.8em;
	width: 100%;
}

.col-dx .cart ul li .prod-title {
	width: 75%;
	float:left;
	font-size:0.8em;
	text-align:left;
}

.col-dx .cart ul li .prod-price {
	width: 25%;
	float:right;
	text-align:right;
	font-weight: bold;
	font-size:0.9em;
}

.col-dx .cart ul li.result .prod-title {
	width: 50%;
	font-size:1.2em;
	font-weight:bold
}

.col-dx .cart ul li.result .prod-price {
	width: 50%;
	font-size:1.2em;
	font-weight:bold;
	color: #21A1A5;
}

.col-dx .cart .button {
	display: inline-block;
    margin: 0 10px 20px;
	margin:0 auto 20px;;
}


/* CATEGORIE */
.categorie-docs {
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
	float: right;
	width: 300px;
}

.categorie-docs .title {
	border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #bbb;
    font-size: 1.1em;
    text-align: center;
	width: 100%;
	display: block;
}

.categorie-docs li {
	display:inline-block;	
}

.categorie-docs li a{
	display: block;
    height: 30px;
    line-height: 30px;
    background-color: #ffd33c;
    font-family: 'Roboto Slab', serif;
    color: #333;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    font-size: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.categorie-docs li a:hover {
	background-color: #ffe486;
}

/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
	.col-sx .doc .button.list {
		/*background-image: url(../img/icon-cart.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size:24px;*/
	}
	
	.col-sx .doc .button.list:after {
		content:"Acquista";
	}
	
	.categorie-docs {
		width: 30%;
	}
}

@media only screen and (max-width: 1080px) {
	.col-sx .doc {
		width: 50%;
	}
}

@media only screen and (max-width: 992px) {
	.cart-container ul li .titolo {
		font-size: 0.9em;
	}
	
	.cart-container ul li.coupon {
		text-align: center;
		padding-bottom: 0;
        display: block;
	}
    
    .cart-container ul li.coupon .coupon-text {
		display: block;
        margin-bottom: 20px;
	}
	
	.cart-container ul li.coupon input {
		margin: 0 20px !important;
	}
	
	.cart-container ul li .price, .cart-container ul li .totale {
		font-size: 1.0em;
	}
	
	.cart-container ul li:last-child {
		text-align:center;
	}
	
	.cart-container ul li .price-totale {
		font-size: 1.2em;
	}
	
	.cart-container ul li .totale {
		width:100%;
		margin-bottom:20px;
	}
	
	.cart-container ul li .button {
		margin: 0 auto 20px;
		float:none;
		display:inline-block;	
	}
	
	.cart-container ul li .payment-link {
		text-align: center;
	}
}


@media only screen and (max-width: 768px) {
	.categorie-docs {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.cart-container ul li.coupon .button {
		display: inline-block;
		margin: 0 10px 20px !important;
	}
	
	.cart-container ul li.coupon input {
		display: inline-block;
		margin-bottom: 20px;
		margin: 0 10px 20px !important;
	}
	
	.cart-container ul li.coupon .coupon-text {
		display: block;
		line-height: normal;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 420px) {
	.cart-container ul li.coupon .button {
		display: inline-block;
	}
}
