#menu li.home a {
}
#menu .sf-menu li.home > a:hover{ }
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	background:none;
	padding:0;
	margin:0;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			54px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			-15px;
	margin-left:      1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			-15px;
	margin-left:      1px;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu a {
	font-family:arial, serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
.sf-menu > li.parent:hover > a:before,.sf-menu a  {
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
.sf-menu a:hover {
	color:#58BAE9;
}
.sf-menu > li {
	margin-left:0px;
	padding:0;
	transition:all .5s;
	-moz-transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s;
}
	.sf-menu > li.active > a { background:#c11111; color:#fff;
	}
	.sf-menu > li:first-child {
		margin-left:0;
	}
	.sf-menu > li:hover > a,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		background-color:#C11111;
		color:#fff;
	}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#fff;
	}
.sf-menu li ul {
	width:100%;
	background-color:#373737;
	padding:10px 0px;
	border-bottom:3px solid #C11111;
	text-align:left;
}
.sf-menu li li:first-child,
.sf-menu li li.last:first-child {
}
.sf-menu li li:first-child a,
.sf-menu li li.last:first-child a {
}
.sf-menu li li.last:first-child .bottom {
	height:6px;
}
.sf-menu li li:first-child ul {
	top:0 !important;
}
	.sf-menu li li {
		clear:both;
	}
	.sf-menu li li.last {
	}
		.sf-menu li li a {
			display:block;
			min-height:10px;
			line-height:20px;
			font-size:12px;
			margin:0 5px;
			padding:10px;
			color:#999;
			text-shadow:none;
		}
		.sf-menu li li a:hover,
		.sf-menu li li.sfHover > a,
		.sf-menu li li.current-menu-item > a {
			color:#fff;
			background-color:#232323;
		}
.sf-menu li li li {
}
.sf-menu li li li:first-child a,
.sf-menu li li li.last:first-child a {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
	.sf-menu > li > a.sf-with-ul .middle {
		padding-right: 	1.25em;
	}
.sf-sub-indicator {
	position:	absolute;
	display:		block;
	right:			12px;
	top:			1.05em; /* IE6 only */
	width:			9px;
	height:			40px;
	/*text-indent: 	-999em;*/
	overflow:		hidden;
	background:		url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/menu-arr.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: 0  -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; top:.6em; }
.sf-menu ul a > .sf-sub-indicator { background-position:  -10px 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: 0 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sf-menu > li.parent:hover > a:before  {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c11111;
    bottom:-10px;
    box-shadow: none;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
    z-index:100;
}
@charset "utf-8";
/* CSS Document */

/********** < Navigation */
.nav-container { float:left; margin:0; padding-bottom:0; padding-top:0; position:relative; text-align:left; width:100%; }
#nav { display:inline-block; font-size:13px; margin:0 auto;	padding:0; float:left; }
#nav li ul.level0{ position:absolute; left:-9999px; top:54px; padding:20px 10px; width:100%; border-top:1px solid #2B2B2B; border-bottom:3px solid #C11111; background:#232323; background:rgba(1, 1, 1, 0.9); }
#nav li:hover ul.level0{ left:0px; }
#nav li ul.level0 li.level1{ padding:0px 10px; width:20%; float:left; }
#nav li ul.level0 li.level1 > a{ color:#fff; background:#c11111; }
#nav li ul.level0 li.level1 a{ display:inline-block; width:100%; vertical-align:top; padding:7px 12px; }
#nav li ul.level0 li.level1 ul.level1{ margin-top:10px; display:inline-block; width:100%; vertical-align:top; }
#nav li ul.level0 li.level1 ul.level1 li{ display:inline-block; width:100%; vertical-align:top;padding:1px 0px 0px; }
#nav li ul.level0 li.level1 ul.level1 li a{ background:#333; background:rgba(0,0,0,0.5); color:#5f5f5f; }
#nav li ul.level0 li.level1 ul.level1 li a:hover{ background:#444; background:rgba(0,0,0,0.4); color:#4f4f4f; }
#nav li ul.level0 li.level1 ul.level1 li a span{ display:inline-block; padding-left:6px; }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 { }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li a{ background:#444; background:rgba(0,0,0,0.4); color:#6f6f6f; padding-left:23px; }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li a:hover{ background:#555; background:rgba(0,0,0,0.3); color:#6f6f6f; }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li a{ background:#555; background:rgba(0,0,0,0.3); padding-left:35px; }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li.level3 ul.level3 li a:hover{ background:#666; background:rgba(0,0,0,0.2); }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li.level3 ul.level4 li a{ background:#666; background:rgba(0,0,0,0.2); padding-left:47px; }
#nav li ul.level0 li.level1 ul.level1 li.level2 ul.level2 li.level3 ul.level4 li a:hover{ background:#777; background:rgba(0,0,0,0.1); }
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box; }

body          { background:#fff; font:12px/1.55 'Open Sans', sans-serif; color:#2f2f2f; text-align:center; font-weight:400; }

img           { border:0; vertical-align:top; max-width:100%; }
span.green{ color:#060; font-weight:bold; text-transform:uppercase; }
.std a.page-link{ text-decoration:underline; font-weight:bold; }
button.button span, .footer_bottom ul li a:before, .itemInner .btn-right,
a             { color:#c11111; text-decoration:none;
	 transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
}

a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.f-block      { display:inline-block; width:100%; vertical-align:top; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear		  { clear:both; }

/* Grid */

.span12 {
width: 100%;
}
.span11 {
width: 91.5%;
}
.span10 {
width: 83%; 
}
.span9 {
width:74.5%;
}
.span8 {
width:66%; 
}
.span7 {
width: 57.5%;
}
.span6 {
width: 49%;
}
.span5 {
width:40.5%;
}
.span4 {
width: 32%;
}
.span3 {
width: 23.5%;
}
.span2 {
width:15%;
}
.span1 { width:6.5%;}
[class*="span"]{ float:left; margin-bottom:2%; }
[class*="span"] + [class*="span"]{ margin-left:2%; }

/* ======================================================================================= */

/* Layout ================================================================================ */

.container{ max-width:1280px; margin:0px auto; vertical-align:top; width:100%; padding:0px 20px; }
.logBox .container{ padding-bottom:20px; }
.container .container{ padding:0px; }
.cms-home .content-wrapper{ padding-top:0px; }
.content-wrapper{ padding-top:20px; }
.content-wrapper .container{ text-align:left; }
.content-wrapper .container .std{ display:inline-block; width:100%; vertical-align:top; }
.wrapper { }
.page { display:inline-block; float:none; vertical-align:top; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_img.jpg) no-repeat center 265px }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:0px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { min-height:400px; }

/* Base Columns */
.col-left { }
.col-main { }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; word-wrap:break-word; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'Open Sans', sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select ,div select { padding:1px; box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty {  }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span, .bottomBox a.btn, .button-b{ display:block; font-weight:400; border:0px none; background:#101010; padding:0px; font-size:12px; text-align:center; white-space:nowrap; color:#fff; display:inline-block; }
button.button:hover span, .bottomBox a.btn:hover{ background:#c11111; }
button.button span span{ border:0; padding:10px 16px; }
.account-login button.button span span{ border:0; padding:12px 20px; font-size:13px; }
.account-login a{ margin:10px 15px 0px 0px; }
.bottomBox a.btn, .button-b { padding:8px 16px; }
.data-table > li.tableRow .item-options {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #E3E3E3;
    display: inline-block;
}
.data-table > li.tableRow .item-options dt {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.data-table > li.tableRow .item-options dd {
    float: left;
    margin-right: 10px;
}
.span2 .bottomBox a.btn { padding:8px 10px; }
.span2 button.button span span{ padding:10px; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.button span span .fa-shopping-cart, .bottomBox a.btn .fa-shopping-cart{ margin-right:7px; font-style:normal; }

button.btn-checkout span { }
button.btn-checkout span span { }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#f9f9f9; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#333; position:relative; z-index:0; padding:0px 0px 3px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width:49%; }
.form-list .field + .field { margin-left:2%; }
.form-list input.input-text, .discount-form input.input-text { width:100%; height:38px; padding:0px 10px; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; height:40px; padding:9px 10px 8px 6px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box; }
.form-list li.wide .input-box { }
.form-list li.wide input.input-text { }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.contacts-index-index .buttons-set{ margin-bottom:20px; }
.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { text-align:left; }
.fieldset .legend { position:relative; margin:20px 0px 10px; }

/* Form Validation */
.footer .input-box .msg-block{ position:relative; }
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:11px; font-weight:bold; line-height:13px; color:#eb340a; max-width:260px; }
.footer .input-box .msg-block .validation-advice{ position:absolute; left:0px; top:34px; width:240px; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#000; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; text-align:left; }
.messages { width:100%; box-shadow:0px 0px 2px 2px rgba(0, 0, 0, 0.1); }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:15px 8px 12px 45px !important; font-size:13px !important; position:relative; text-shadow:1px 1px 1px #b6f797; }
.error-msg { border-color:#b32b29; background-color:#ef403d; color:#323232; text-shadow:1px 1px 1px #f56a68; box-shadow:0px 0px 0px 1px rgba(243,104,101,0.5) inset; }
.success-msg { border-color:#82b968; background-color:#96df73; color:#3a6028; box-shadow:0px 0px 0px 1px rgba(216,255,198,0.5) inset; }
.note-msg{ border-color:#d2ae43; background-color:#ffd557; color:#55481f; text-shadow:1px 1px 1px #fff0c4; box-shadow:0px 0px 0px 1px rgba(255,224,132,0.5) inset; }
.notice-msg { border-color:#89b7bf; background-color:#acdae2; color:#394e52; text-shadow:1px 1px 1px #dafaff; box-shadow:0px 0px 0px 1px rgba(189,231,239,0.5) inset; }
.error-msg:before, .success-msg:before, .note-msg:before, .notice-msg:before{ position:absolute; left:14px; top:15px; color:#fff; font-size:20px; text-shadow:0px 1px 1px rgba(0,0,0,0.4); }
.note-msg:before, .notice-msg:before{ left:20px; }
.notice-msg:before{ }
.messages a{ color:#000; font-weight:bold; }

.mdlajax-confirm .messages{ box-shadow:none; }
.mdlajax-confirm .messages .success-msg { color:#313131; text-shadow:none; }
.mdlajax-confirm .messages .success-msg:before { content:'' }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:0px 0px 20px; text-align:left; background:rgba(153,153,153,0.1); padding:11px 20px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; padding-bottom:10px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.slider-box + .slider-box{ margin-top:40px; }
.new-collections .container{ }
.headingBox{ text-align:center; position:relative; display:inline-block; width:100%; padding:10px 0px 20px; }
.headingBox:after{ position:absolute; top:40%; border-bottom:1px solid #dfdfdf; width:100%; content:''; height:0px; left:0px; }
.headingBox h2{ display:inline-block; }
.headingBox span{ display:inline-block; font-size:22px; background:#c11111; line-height:44px; padding:0px 32px; color:#fff; text-transform:uppercase; position:relative; z-index:1; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#c11111; }

/* Pager */
.pager { text-align:center; }
.pager .amount { float:left; margin:4px 0px 0px; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:5px; vertical-align:middle; }
.pager .pages { margin:0px; }
.toolbar-bottom .pager .pages { padding:5px 0px; border-bottom:1px solid #E2E2E2; border-top:1px solid #E2E2E2; }
.toolbar-bottom .toolbar .sorter{ border:0px none; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}
.limiter{ float:right; margin:0px; }
.toolbar .limiter{ margin-top:4px; }

/* Sorter */
.sorter { padding:3px 0px; border-top:1px solid #e2e2e2; width:100%; display:inline-block; margin:20px 0px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode a{ color:#101010; }
.sorter .view-mode strong{ color:#c11111; }
.toolbar-bottom .sorter .view-mode, .toolbar-bottom .limiter, .toolbar-bottom .sorter .sort-by{ display:none; }
.sorter .view-mode label{ display:inline-block; font-weight:bold; padding:4px 5px 0px 0px; vertical-align:top; }
.sorter .sort-by { float:right;  margin:4px 0px 0px 10px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { float:left; display:none; width:100%; padding:0px; }
.toolbar-bottom .pager { display:block; }
.toolbar .sorter { border-bottom:1px solid #e2e2e2; }
.toolbar-bottom {}
.toolbar .grid, .toolbar .list{ display:inline-block; font-size:24px; vertical-align:text-top; }
.view-mode span{ text-indent:-9999em; display:inline-block; }
.toolbar .grid:before, .toolbar .list:before{ text-indent:0; }
.toolbar-bottom .pager li a, .toolbar-bottom .pager li span{ border:1px solid #DDD; background:#f2f2f2; display:inline-block; width:25px; line-height:24px; }

/* Data Table */
.quick_right .data-table { width:66%; }
.quick_right .regular-price .price{ font-size:14px; }
.data-table {
    border: 1px solid #DDD;
    width: 100%;
	background:#fff;
}
.data-table > li, .data-table > li .row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.data-table > li.tableRow {
    border-bottom: 1px solid #DDDDDD;
}
.data-table > li.heading {
    background: none repeat scroll 0 0 #F6F6F6;
    padding: 5px 0;
}
.data-table > li.heading div, .data-table > li.heading div h2.product-name {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.data-table > li.tableBottomRow {
    background: none repeat scroll 0 0 #F2F2F2;
    padding: 10px 0;
}
.data-table > li .tableImg {
    float: left;
    padding: 10px 2%;
    position: relative;
    width: 20%;
}
.data-table > li .tableImg a.product-image {
    border: 1px solid #F2F2F2;
    display: inline-block;
    max-width: 100%;
}
.data-table > li .tableContent {
    float: left;
    padding-top: 10px;
    width: 80%;
}
.data-table > li .tableContent .product-name {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}
.data-table > li .tableContent .price-box {
    clear: none;
    float: left;
    width: 50%;
}
.data-table > li .tableContent .price-box div {
    float: left;
}
.data-table > li .tableContent .price-box .qty-wrap, .data-table > li .tableContent .price-box .cart-price-box {
    width: 23%;
}
.data-table > li .tableContent .price-box .cartDeta2, .data-table > li .tableContent .price-box .Cartsep {
    width: 10%;
}
.data-table > li.tableRow .button-b {
    margin-bottom: 10px;
}
.data-table > li .tableContent .price-box .cartDeta6 {
    float: left;
    width: 10%;
}
.data-table .odd {
    background: none repeat scroll 0 0 #F8F8F8;
}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:#2B2B2B; color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { box-shadow:inset 0px 3px 3px rgba(0,0,0,0.1); }
.data-table tfoot tr { background-color:#f6f6f6 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
.data-table.cart-table tbody td { border-right:0px none; }
.data-table.cart-table tbody td + td{ border-left:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; padding-left:0; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:normal; }
.std .store-listing{ display:inline-block; width:100%; vertical-align:top; padding:10px 0px; margin:0px; }
.std .store-listing li{ display:block; padding:4px 0px 4px 28px; position:relative; font-size:13px; color:#101010; }
.std .store-listing li:before{ position:absolute; left:12px; top:8px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0px; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { }
.link-wishlist { }
.link-reorder { font-weight:bold; color:#c11111 !important; }
.link-compare { }
.link-print { /*background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#c11111; }
.link-rss { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:14px; height:14px; font-size:0; line-height:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:14px; height:14px; font-size:0; line-height:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.data-table .btn-remove2 { float:right; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.header .f-fix .container .span4 { margin-bottom:1% !important; }
.logo { float:left; }
.header-container, .header-container02{ background:#2b2b2b; position:relative; z-index:9999; }
.header-container:before, .header-container02:before{ height:32px; background:#000; left:0px; top:0px; width:100%; content:''; position:absolute; }
.header-container01 { background:#2b2b2b; position:relative; z-index:9999; }
.header-container01:before{ height:52px; background:#000; left:0px; top:0px; width:100%; content:''; position:absolute; }
.header { position:relative; z-index:10; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/header_bkg.jpg) no-repeat center top; }
.logo-row{ padding:0px 0px 1% 0px; }
.header-container02 .logo-row{ padding-bottom:10px; } 
.header-container01 .logo-row{ padding-top:0px; } 
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header-container02 .header .logo { margin:1px 0px 0px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo, .header .logo { margin:0; }
.header .logo a,.header h1.logo img, .header .logo img, .header .logo{ width:100%; }
.header .toll-free h2{ font-size:24px; color:#f2f2f2; line-height:30px; margin:10px 0px 0px; text-align:left; font-family:"Times New Roman", Times, serif; letter-spacing:1px; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { float:left; width:100%; position:relative; margin-top:12px; }
.header-container01 .header .form-search { margin-top:0px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search select,.header .form-search input.input-text { float:right; height:34px; border-color:#fff; width:60%; border:0px none;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; padding:0px 10px; color:#666; font-size:12px; line-height:34px; }
.header .form-search select{ float:left; width:38%; padding:8px 10px 6px; }
.header .form-search select option{ padding-top:2px; padding-bottom:2px; }
.header .form-search select .parent-cat{ padding-left:10px; font-weight:bold; }
.header .form-search select .child-cat{ padding-left:18px; }
.header .form-search button.button { float:left; position:absolute; right:0px; bottom:0px; }
.header .form-search button.button span{ background:none; border:0px none; color:#c11111; font-size:16px;} 
.header .form-search button.button span span{ padding:8px 16px; }
.header .form-search button.button span span {  }
.header .form-search .search-autocomplete { z-index:999; left:auto !important; top:34px !important; right:0px; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0px; }
.header-container01 .header .links { float:left; padding-top:7px; }
.header-container02 .header .links { padding-bottom:7px; }
.header .links li { float:left; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header-container02 .header .links li.first { padding-left:0px; }
.header .links a { color:#939393; text-decoration:none; }
.header .links a:hover { color:#666; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.header-top{ color:#aaa; padding:5px 0px 0px; font-size:11px; }
.header-container01 .header-top{ padding-top:9px; }
.header_currency,.language-switcher{ float:left; position:relative; }
.header-container01 .header_currency,.header-container01 .language-switcher{ margin-top:5px; }
.header_currency{ margin-left:26px; }
.language_detail, .currency_detail{ position:absolute; display:none; top:0px; right:0px; ; z-index:99; padding:26px 0px 0px; }
.header-top .col-lg-6.f-left .language_detail, .header-top .col-lg-6.f-left .currency_detail{ left:0px; right:auto; }
.header-container01 .language_detail, .header-container01 .currency_detail{ top:4px; }
.header-container01 .currency_detail .currency-inner, .header-container01 .language_detail .language-inner{ background:#333; border-color:#222; }
.currency_detail .currency-inner, .language_detail .language-inner{ background:#fff; width:154px; padding:0px; border:1px solid #010101; text-align:left; }
.currency_detail .currency-inner a, .language_detail .language-inner a{ display:block; clear:both; color:#666; padding:3px 10px; font-size:11px; }
.header-container01 .currency_detail .currency-inner a, .header-container01 .language_detail .language-inner a{ color:#999; }
.currency_detail .currency-inner a + a, .language_detail .language-inner a + a{ border-top:1px solid #f2f2f2; }
.header-container01 .currency_detail .currency-inner a + a, .header-container01 .language_detail .language-inner a + a{ border-color:#222; }
.currency_detail .currency-inner a:hover, .language_detail .language-inner a:hover{ background:#f6f6f6; text-decoration:none; }
.header-container01 .currency_detail .currency-inner a:hover, .header-container01 .language_detail .language-inner a:hover{ background:#444; }
.select_lang label, .select_lang span,.select_lang label i{ display:inline-block; }
.header-container01 .select_lang, .header-container01 .currency_pan{ border:1px solid #4b4b4b; padding:5px 10px; }
.header-container01 .select_lang label, .header-container01 .currency_pan{ color:#666; }
.select_lang span, .currency_pan span{ color:#fffefe; min-width:50px; padding:0px 5px; }
.header-container01 .select_lang span, .header-container01 .currency_pan span{ color:#999; }
.select_lang i, .currency_pan i{ color:#740a0a; display:inline-block; vertical-align:top; margin-top:4px; }
.remain_cart{ display:none; position:absolute; top:20px; right:0px; }
.header .header_cart{ background:#c11111; color:#fff; position:relative; float:right; border:0px none; margin:-5px 0px 0px 20px; }
.header-container01 .header_cart, .header-container02 .header_cart{ margin:0px; }
.header_cart .bag{ float:left; width:32px; height:32px; text-align:center; background:rgba(0,0,0,0.2); font-size:14px; line-height:32px; }
.header-container01 .bag, .header-container02 .bag{ width:64px; height:54px; font-size:24px; line-height:52px; }
.header_cart .classy{ float:left; margin:0px; font-size:12px; padding:3px 5px; }
.header-container01 .header_cart .classy, .header-container02 .header_cart .classy{ padding:14px 25px; }
.header_cart .classy a,
.header_cart .classy span{ float:left; color:#fff; padding:5px 2px; }
.header_cart .remain_cart{ position:absolute; top:20px; right:0px; padding:12px 0px 0px; z-index:9; }
.header-container01 .header_cart .remain_cart,.header-container02 .header_cart .remain_cart{ top:42px; }
.header_cart .remain_cart:before{ }
.header_cart .minicartInner{ display:block; background:#fff; border:1px solid #010101; padding:10px 0px; color:#333; width:300px; }
.header_cart .mini-products-list li{ padding:10px; background:none; border-bottom:#999 1px dotted; }
.header_cart .mini-products-list li.last{ border:0px none; }
.header .welcome-msg{ color:#939393; padding-right:30px; font-style:italic; }
.header-container01 .header .welcome-msg, .header-container02 .header .welcome-msg{ padding:7px 0px 0px; font-style:normal; }
.header-container02 .header .welcome-msg{ padding-top:0px; }
.header-container01 .input-text, .header-container01 select{ background:#333; }
.banner-top { background:#2B2B2B; }
.banner-top .container ul{ background:#1c1c1c; display:inline-block; padding:15px 0px; width:100%; vertical-align:top; }
.banner-top .container li{ margin-bottom:0px; text-align:left; color:#aaa; font-size:12px; line-height:27px; text-transform:uppercase; padding-left:40px; }
.banner-top .container li a span{ color:#aaa; }
.banner-top .container li + li{ border-left:1px solid #5c5c5c; }
.banner-top .container li span{ vertical-align:text-bottom; display:block; margin:4px 0px 0px 35px; line-height:16px; }
.banner-top .container li em{ font-size:24px; color:#c11111; float:left; }

/* Navigation */

.nav-container{ background:#000; }
#nav > li, .sf-menu > li { border-right: 1px solid #262626;  float: left; }
#nav > li > a, .sf-menu > li > a{ color:#AAA; float:left; font-weight:400; padding:17px 42px; text-transform:uppercase; }
.sf-menu > li > a{ padding:20px 42px; }
.contacts-index-index .nav-container li.contact-link a,
.cms-home .nav-container li.home a, .cms-index-index .nav-container li.home a,.nav-container ul#nav li.active > a,
.contacts-index-index .nav-container ul#nav li.contact-link a,
.cms-home .nav-container ul#nav li.home a,
.nav-container ul#nav li:hover a{ background:#c11; color:#fff !important; }
.cms-home .sf-menu li.home a,
.contacts-index-index .sf-menu li.contact a{ background:#c11111; color:#fff; }
.customMenu h2{ text-transform:uppercase; color:#aaa; margin-bottom:10px; }
.customMenu p{ margin:10px 0px 0px; color:#ddd; color:rgba(255,255,255,0.4); text-align:justify; }
.mobMenu{ display:none; }

.promoBox.span3 li{ width:100%; margin:10px 0px 0px; }
.promoBox.container { margin-top:20px; }
.promoBox img{ display:block; width:100%; }

/* About us */

.about-block{}
.about-bottom .img-left img,.about-block .img-block{ padding:5px; border:1px solid #e3e3e3; display:block; }
.about-block h3{ font-size:18px; color:#333; padding:10px 0px; display:block; font-weight:400; }
.about-block p{ font-size:12px; line-height:20px; color:#666; text-align:justify; }
.std .about-bottom{ border-top:5px solid #c11111; padding:20px 0px 0px; }
.about-bottom .img-left{ width:140px; height:140px; float:left; }
.std .about-bottom li{ display:inline-block; width:100%; padding:20px 0px; }
.std .about-bottom li + li{ border-top:1px solid #e3e3e3; }
.std .about-bottom li .about-content{ margin-left:160px; }
.std .about-bottom li .about-content h4{ font-size:16px; font-weight:400; }
.std .about-bottom li .about-content a{ font-size:14px; font-weight:bold; }

/*	Static Block	*/

.about-footer{  }
.about-footer .container{ padding:20px; }
.static-block{ text-align:left; margin-bottom:0px; }
.block-title{ background:#010101; padding:10px 22px; display:inline-block; width:100%; }
.block-title h2{ color:#fff; font-size:16px; font-weight:600; margin:0px; }
.block-title h2 .fa{ margin-right:14px; font-size:20px; }
.block-content{ display:block; padding:10px 0px 0px; }
.block-content p{ font-size:12px; line-height:20px; text-align:justify; }
.twitter-twets li{ padding:0px 0px 10px 26px; position:relative; }
.twitter-twets li:before{ position:absolute; left:0px; color:#c11111; top:18px; font-size:16px; }
.twitter-twets li p{ margin-bottom:0px; }
.twitter-twets li a:hover{ text-decoration:underline; }
.fb-like-box{
 border:2px solid #fff;
 width:298px;
 height:240px;
 z-index:10; 
 overflow: hidden;
 position:relative;
 top:-1px; 
 left:-2px;
}
.fb-like-box iframe{
  left:-5px;
  overflow:hidden;
  position:relative;
  top:-1px;
}
.contacts-index-index .page .span4 img{ max-width:100%; }

/* Sidebar =============================================================================== */
.block, .paypal-logo{ margin:0 0 15px; text-align:left; }
.block .block-title { padding:0px; }
.block .block-title strong, .fieldset .legend { display:block; background:#2B2B2B; font-weight:600px; font-size:15px; line-height:22px; padding:15px 10px 15px 30px; color:#fff; text-transform:uppercase; font-weight:400; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0px 0px 2px; padding:5px 9px; font-size:13px; font-weight:normal; text-transform:uppercase; color:#313131; background:#f2f2f2; }
.block .block-content { }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name a{}
.block .block-content .product-name a:hover{ color:#303030; }
.header_cart .btn-pencil, .block-content .btn-pancil{ float:right; font-size:18px; color:#000; margin-left:5px; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#f2f2f2; padding:6px 9px; text-align:right; border-top:1px solid #ddd; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0px 0px 5px; padding:5px 10px; background:#f6f6f6; }
.header_cart .actions_checkout .button{ margin:5px 10px 0px; }

.header .block li.odd ,.header .block li.even { background:none; }
.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }
.block-related li.odd, .block-related li.even { background:none; }


.welcome-block{ padding:20px; background:#f6f6f6; border:1px solid #e9e9e9; text-align:left; margin:0 auto 20px; }
.welcome-block .f-fix + .f-fix{ padding-top:10px; }
.welcome-block [class*="span"]{ margin-bottom:0px; padding-right:12px; }
.welcome-block [class*="span"] + [class*="span"]{ margin-bottom:0px; margin-left:0px; padding:0px 0px 0px 12px; }
.welcome-block img{ display:block; border:5px solid #fff; }
.welcome-block h2.welecome-title{ font-size:36px; line-height:36px; color:#c11; }
.welcome-block h2 + h4{ margin-bottom:20px; }
.welcome-block h3{ font-size:30px; line-height:30px; margin-bottom:20px; font-weight:normal; color:#c11; }
.welcome-block h4{ font-size:18px; font-weight:normal; }
.welcome-block .img-block img{ border-width:10px; display:block; }
.welcome-block p{ font-size:13px; line-height:22px; text-align:justify; color:#666; }
.welcome-block .right > .span6{ border-right:1px dashed #c9c9c9; }
.welcome-block .right > .span6 + .span6, .welcome-block .right > .span6 .f-fix + .f-fix { border:0px none; }
.welcome-block .right > .span6 .f-fix{ border-bottom:1px dashed #c9c9c9; }

/* New Collections */

.new-collections{ padding:0px; display:none !important; }
.new-collections ul{ margin:0px auto; padding:25px 0px; float:none;display:inline-block; vertical-align:top; }
.new-collections ul li{ width:50%; float:left; background:#010101; position:relative; }
.new-collections ul li div{  }
.new-collections ul li .content-block{ width:35%;  text-transform:uppercase; height:100%; float:left; position:absolute; z-index:9; }
.new-collections ul li .content-block:after{ position:absolute; content:''; height:0px; width:0px; border-top:15px solid transparent; border-bottom:15px solid transparent; border-left: 15px solid #000; top:20px; right:-15px; }
.new-collections ul li div.content-cover{ width:100%; height:100%; display:table; padding:10px; }
.new-collections ul li div.content-cover .content-inner{ display:table-cell; vertical-align:middle; }
.new-collections ul li div.content-cover h3{ font-size:16px; font-weight:bold; color:#fff; line-height:22px;}
.new-collections ul li div.content-cover a{ color:#fff; text-decoration:underline; font-size:12px; font-family:"Times New Roman", Times, serifl; }
.new-collections ul li .img-block{ width:65%; float:right;}
.new-collections ul li .img-block img{ width:100%; display:block; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #b9b9b9; padding:0px; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title {  }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfbfb; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:7px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li strong{ display:inline-block; padding:7px 0px; }
.block-account .block-content li a:hover { color:#c11111; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; color:#c11111; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .currently{ margin-bottom:10px; }
.block-layered-nav .block-subtitle { line-height:18px; background:#101010; padding:10px 15px; text-transform:uppercase; color:#f9f9f9; font-weight:normal; }
.block-layered-nav .block-content { border:1px solid #D9D9D9; margin-top:10px; padding:20px; }
.block-layered-nav dt { padding:7px 10px; font-weight:bold; text-transform:uppercase; position:relative; color:#666; }
.block-layered-nav dt:before{ font-size:16px; left:0px; position:absolute; top:3px; }
.block-layered-nav dt .toggleBtn{ float:right; cursor:pointer; color:#c11; position:absolute; right:0px; top:7px; }
.block-layered-nav dd { padding:0 12px 20px; margin-bottom:10px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd li{ color:#333; padding:5px 10px; }
.block-layered-nav dd li a{ color:#333; }
.block-layered-nav dd li a:hover{ color:#c11111; }
.block-layered-nav dd.last { background:none; margin-bottom:0px; padding-bottom:0px; }
.block-layered-nav .currently li { background:#f6f6f6; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_block-cart.gif); }
.block-cart .summary { position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#F3F3F3; text-align:center; padding:8px 0px; font-size:14px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {  }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print {  padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#f2f2f2; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fff; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; padding:5px 10px 12px; text-transform:uppercase; color:#333; font-weight:400; }
.block-poll label { color:#555; font-weight:400; }
.block-poll input.radio { float:left; margin:0px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:7px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo {display:block; margin:10px 0; text-align:center;}
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.loderPan{text-align:center;}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
 display: inline-block;
 zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
 display: block;
 width: 12px;
 height: 12px;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);/*IE7 fix*/
 opacity: 0.5;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
 filter: Alpha(Opacity=100);/*IE7 fix*/
 opacity: 1;
}
#owl-demo4 .itemInner {
    border: 1px solid #EEEEEE;
    box-shadow: none;
}
#owl-demo4 .owl-item {
    padding: 1px;
}
#owl-demo4 .ic_caption {
    margin-bottom: 20px;
}
#block-related .owl-item {
    padding: 10px;
}

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item.secondViewInner .grid-inner{  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box; margin:20px;
	 transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
 }
.products-grid li.item.secondViewInner:hover .grid-inner{ box-shadow:0px 0px 10px rgba(0,0,0,0.2); padding:20px; margin:0px; }
.cartSell .products-grid li.item { width:25%; }
.mix_wrapper ul li a.product-image,.products-grid .product-image { 
    display:block;
    margin-bottom:0px;
    outline: medium none;
    padding: 5%;
    position: relative;
    text-align: center;
	overflow:hidden;
}
.badge{ position:relative; z-index:99; }
.badge span{ position:absolute; left:30px; top:10px; width:40px; height:40px; text-align:center; line-height:40px; background:#313131; color:#fff; font-size:10px; font-weight:bold; border-radius:50%; z-index:9; }
.badge span strong{ transform:rotate(-30deg); -ms-transform:rotate(-30deg); -webkit-transform:rotate(-30deg); display:inline-block; }
.badge span:before, .badge span:after{ height:1px; width:10px; background:#1c1c1c; content:''; position:absolute; top:49%; }
.badge span:before{ left:-14px; }
.badge span:after{ right:-14px;  }
.badge span.new{ background:#c11111; }
.badge span.sale{ background:#11c13f; }
.badge span b{ display:none; }
.badge span + span{ top:60px; }
.product-image { position:relative; padding:10px 0px; display:block; text-align:center; overflow:hidden; }
.products-grid .product-image, .owl-item .product-image, .newProducts .product-image  { }
.span6 .col-main .products-grid .product-image, .span6 .col-main .owl-item .product-image, .span6 .col-main .newProducts .product-image  { height:160px; }
#recently-viewed-items .product-image { width:50px; float:left; border:1px solid #ccc; }
#recently-viewed-items .product-image img{ width:100%; display:block; }
#recently-viewed-items .recent_left{ margin-left:70px; }
#recently-viewed-items .product-name a{ color:#444; line-height:18px; display:inline-block; }
.product-image .front-img{ 
-webkit-transform: rotateX(0deg) rotateY(0deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateX(0deg) rotateY(0deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;
-o-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
max-width:100%;
 }
.product-image:hover .front-img{ 
-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg); 
}
.products-grid .product-image .back-img{
}
.product-image .back-img{ 
 -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box;
position: absolute;
top:10px; 
left:0px;
width:100%;
z-index: -1; 
-webkit-transform: rotateY(-180deg);
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-transform: rotateY(-180deg);
-moz-transform-style: preserve-3d;
-moz-backface-visibility: hidden;
-o-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-webkit-transition: all .6s ease-in-out;
transition: all .6s ease-in-out;
 }
.product-image:hover .back-img{ -webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	z-index:10;
	position:absolute; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 0px 0px; margin-bottom:10px; }
.products-list li.item.last { border-bottom:0; margin-bottom:0px; }
.products-list .itemInner{ padding:5px; border:1px solid #ddd; box-shadow:none; }
.products-list .product-image { margin:0px; display:block; }
.products-list .product-shop { text-align:left; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:0px; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; text-align:center; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display:inline-block; vertical-align:top; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:56px; height:13px; font-size:0; line-height:0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_rating.gif) 0px -202px repeat-x; }
.seb1{ text-align:center; padding:5px 0px 0px; width:100%; display:inline-block; }
.seb1 .no-rating{ background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_rating.gif) 0px 0px repeat-x; text-indent:-9999em; margin-top:7px; width:55px; }
.bottomBox .ratings .rating-links{ display:none; }
.ratings .rating-box { margin-right:5px; display:inline-block; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; float:left; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.data-table .price-box { display:inline-block; width:100%; clear:both; vertical-align:top; }
.data-table .price-box .qty-wrap{ float:left; }
.data-table .price-box .cart-price-box{ float:left; }
.data-table .price-box .cart-price-box,
.data-table .price-box .Cartsep{ float:left; padding:0px 5px; }
.price-box .price { font-weight:bold; color:#c11111; }
.data-table .price-box .price{ color:#444; }
.data-table input.qty{ width:40px; text-align:center; margin-right:5px; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:400; font-size:24px; color:#C11111; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; white-space:nowrap; color:#303030; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#303030; font-size:13px; }
.minimal-price-link .price { font-weight:normal; color:#202020; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:normal; white-space:nowrap; font-size:13px; }

.price-to { margin:0; font-size:13px; }
.price-to .price-label { white-space:nowrap; }
.price-to .price{ color:#313131; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:20px 0px 10px; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; min-width:250px; }
.tier-prices li { line-height:1.4; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#000; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin:12px 10px 0px 0px; font-weight:400; font-size:14px; color:#666; }
.add-to-cart .qty_pan{ float:left; position:relative; }
.add-to-cart .qty_pan .add{ width:24px; height:24px; font-size:14px; color:#fff; line-height:24px; text-align:center; background:#c11111; position:absolute; right:0px; top:0px; cursor:pointer; }
.add-to-cart .qty_pan .dec { top:26px; }
.add-to-cart .qty { float:left; height:50px; width:62px; border:1px solid #e6e6e6; text-align:center; color:#999; margin-right:26px; }
.add-to-cart button.button { float:left; margin-left:8px; }
.add-to-cart button.button span span{ font-size:16px; padding:18px 26px 17px; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.product-shop .add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }
.product-essential { }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { clear:both; }
.product-collateral h2 { font-weight:400; font-size:18px; color:#333; border-bottom:1px solid #ddd; padding:0 0 10px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.quickBox .product-img-box{ float:left; width:30%; }
.quickBox .quick_right{ float:right; width:66%; }
.quickBox .quick_right .ratings, .product-shop .ratings{ text-align:left; }
.quickBox .product-options-bottom .add-to-cart{ float:left; margin-bottom:10px; }
.product-view .product-img-box .product-image-zoom,
.product-view .product-img-box .product-image { position:relative; width:100%; overflow:hidden !important; z-index:9; padding:2px; border:5px solid #fff; box-shadow:0px 0px 0px 1px #e6e6e6; 
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6e6e6,endColorstr=#e6e6e6); 
 }
.catalog-product-view .product-view .product-img-box .product-image-zoom{ margin-left:2px; overflow:hidden; }
.quick_product .product-img-box .product-image-zoom{ height:228px; }
.catalog-product-view .product-view .product-img-box.left-carousel .product-cover{ float:right; width:75%; }
.catalog-product-view .product-view .product-img-box.left-carousel .no-thumb-view{ width:100%; }
.product-view .product-img-box .product-image-zoom .zoomBtn{ position:absolute; left:0px; bottom:0px; display:inline-block; width:50px; height:50px; border:1px solid #e6e6e6; z-index:99999; line-height:46px; font-size:18px; color:rgba(0,0,0,0.3); background:rgba(255,255,255,0.3); text-align:center; }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0px 0px 10px; text-align:center; color:#999; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .thumbbox{ width:204px; margin:0px auto; border:1px solid #efefef; position:relative; }
.product-view .left-carousel .thumbbox{ float:left; width:122px; margin:30px 0px; }
.product-view .left-carousel .thumbbox .jcarousel-clip{ height:370px; }
.product-view .thumbbox .jcarousel-clip{ width:100%; overflow:hidden; }
.product-view .thumbbox .jcarousel-prev, .product-view .thumbbox .jcarousel-next{ position:absolute; width:24px; height:24px; text-align:center; background:#ccc; top:18px; line-height:24px; color:#c11111; cursor:pointer; }
.product-view .left-carousel .thumbbox .jcarousel-prev, .product-view .left-carousel .thumbbox .jcarousel-next{ left:50%; margin-left:-12px; }
.product-view .left-carousel .thumbbox .jcarousel-next{ top:-32px; }
.product-view .left-carousel .thumbbox .jcarousel-prev{ bottom:-32px; top:auto; }
.product-view .thumbbox .jcarousel-prev{ left:-30px; }
.product-view .thumbbox .jcarousel-next{ right:-30px; }
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { float:left; margin:0 5px 5px 0px; width:65px; height:60px; }
.product-view .product-img-box .more-views li a { display:inline-block; padding:2px; max-height:100%; border:1px solid #e3e3e3; width:60px; height:60px; }
.product-view .product-img-box.left-carousel .more-views li { width:120px; height:120px; }
.product-view .product-img-box.left-carousel .more-views li a { width:110px; height:110px; }
.product-view .product-img-box.left-carousel .more-views li a img{ width:100%; height:100%; }
.product-view .product-img-box .more-views li a img{ width:54px; height:44px;  display:block; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.review a{ color:#999; }
.product-view .product-shop { display:block; padding:0px 10px; text-align:left; }
.product-view .product-shop .product_left{ position:relative; }
.product-view .product-shop .product_left .nextPre{ position:absolute; right:0px; top:4px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 10px; }
.product-view .product-shop .product-name h1 { margin:0; font-size:24px; font-weight:400; color:#c11111; padding-right:60px; }
.product-view .product-shop .availability { padding:10px 0px 8px; font-size:14px; color:#999; }
.product-view .product-shop .out-of-stock span,
.product-view .product-shop .in-stock span{ display:inline-block; background:#a0ce62; text-transform:uppercase; font-size:10px; color:#fff; padding:3px 8px; }
.product-view .product-shop .out-of-stock span{ background:#990000;}
.product-view .product-shop .short-description { padding:10px 0 0; color:#999; }
.product-view .product-shop .price-box { margin:3px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { float:left; }
.product-view .product-shop .add-to-links li{ float:left; padding-right:20px; }
.product-view .addthis_toolbox{ float:left; padding:10px 0px 0px; clear:both; min-width:135px; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a ,.email-friend a{ color:#101010; font-size:13px; background:none; }

/* Product Options */
.product-shop .pro-left .add_to_cart{ margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #e6e6e6; }
.product-options { position:relative; padding-bottom:20px; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:10px 0px 0px; margin:0px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:100%; height:43px; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; height:20px; padding:12px 10px; border:1px solid #e6e6e6; color:#999; font-size:12px; height:45px;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box; }
.product-options dd select.multiselect { height:100px; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:0px; top:14px; }

.product-options-bottom {  }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#000; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#000; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .price_box{ float:left; width:130px; }
.product-shop .price_box .availability{ display:none; }
.product-shop .product-options-bottom { margin:0 0 10px; float:right; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.static-links{ border:1px solid #dedddd; padding:5px; margin:30px 0px 0px; background:#fff; }
.static-links li{ float:left; width:33%; text-align:center; }
.static-links li + li{ border-left:1px dashed #dedddd; }
.static-links li a{ width:100%; display:inline-block; color:#999; margin-bottom:10px; padding:5px 0px; }
.static-links li a span{ font-size:13px; color:#c11111; display:inline-block; width:100%; }

.product-view .accordionRow{ display:none; }
.product-view .tabs{ float:left; width:100%; }
.product-view .tabs .product-tabs{ float:left; width:100%; position:relative;  }
.product-view .tabs .product-tabs li{ float:left; margin-right:2px; }
.product-view .tabs .product-tabs li a,.product-view .accordionRow dt a{ float:left; background:#e6e6e6; border:1px solid #e6e6e6; border-bottom:0px none; color:#444; padding:7px 15px; }
.product-view .accordionRow dt a{ width:100%; }
.product-view .accordionRow dt.active a{ background:#c11111; border-color:#c11111; color:#fff; cursor:default; }
.product-view .tabs .product-tabs li.active a{ background:#fff; cursor:default; }
.product-view .product-tabs-content{ float:left; width:100%; padding:20px; border:1px solid #e6e6e6; margin-top:-1px; text-align:left; color:#999; line-height:20px; font-size:12px; text-align:justify; background:#fff; }
.pro-static-block li { display:inline-block; width:100%; vertical-align:top; padding:5px 0px; }
.pro-static-block li .f-left{ width:40px; height:40px; text-align:center; color:#fff; background:#c11111; font-size:18px; line-height:40px; }
.pro-static-block li .f-left .fa{ margin-left:5px; }
.pro-static-block li p{ margin-left:54px; font-size:12px; color:#999; line-height:18px; }
.customLeft img, .customRight img{
    float: left;
    padding: 0 20px 15px 0;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; max-width:305px; margin:0 5px 0 0; padding:0px; }
.product-view .box-tags .form-add input.input-text { width:100%; height:35px; }
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#000; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:0px 0px 20px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#101010; }
.tags-list li a:hover { color:#c11111; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; padding:5px 20px; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#010101; background:#101010; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { display:inline-block; width:100%; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #e3e3e3; padding:12px 15px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 30px; color:#c11111; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#010101; background:#101010; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_discount.png); }
.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text { }

.cart .shipping h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_shipping.png); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { border:1px solid #e2e2e2; }
.cart .totals .sec-heading{ padding:10px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:150px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; margin-left:-70px; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.cart{ padding:20px 0px 0px; text-align:left; }
.checkout-types-top { display:inline-block; width:100%; }
.checkout-types-top li.first{ float:right; }
.checkout-types-top li.last{ float:left; }
.checkout-types-top li a{ font-size:18px; display:inline-block; }
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#000; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#000; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; line-height:1.35; background:#f7f7f7; border:1px solid #e7e7e7; margin:0 0 6px; padding:5px 8px; color:#333; }
.block-progress dd { background:#fcfcfc; border:1px solid #e3e3e3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#f6f6f6; color:#333; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; border-left:1px solid #e3e3e3; background:#fff; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#f1f1f1; border:1px solid #e3e3e3; border-bottom:0; color:#333; cursor:pointer; }
.opc .allow .step-title .number { background:#c11111; border-color:#c11111; color:#fff; }
.opc .allow .step-title h2 { color:#c11111; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f8f8f8; border:1px solid #e3e3e3; padding-bottom:5px; color:#c11111; cursor:default; }
.opc .active .step-title .number { background:#c11111; border-color:#c11111; color:#fff; }
.opc .active .step-title h2 { color:#c11111; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #e3e3e3; border-top:0; background:#fcfcfc; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#c11111; color:#c11111; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#333; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#f9f9f9; border:1px solid #e3e3e3; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f9f9; border-bottom:1px solid #e3e3e3; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#333; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#c11111; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span {  }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#010101; background:#101010; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#010101; background:#101010; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e3e3e3; background:#fff; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login .messages{ max-width:600px; margin:0px auto !important; }
.account-login{ float:left; width:100%; padding:50px 0px 0px; }
.account-login .col2-set{ max-width:600px; margin:0px auto; min-height:340px; padding:20px; background:#fff; }
.account-login .content { }
.account-login .content h2 { font-weight:300; font-size:20px; margin:0 0 24px; padding:10px 0px; color:#fff; background:#010101; text-align:center; }
.account-login .new-users h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }
.account-login .form-list li{ margin:0px 0px 10px; display:inline-block; width:100%; }
.account-login .form-list .input-box{ width:100%; padding-left:45px; position:relative; }
.account-login .form-list .unlock-block:before,
.account-login .form-list .key:before{ color:#FFF; font-size:18px; left:0px; position:absolute; top:0px; height:44px; width:45px; text-align:center; line-height:44px; background:#2B2B2B; }
.account-login .form-list input.input-text{ width:100%; height:44px; border-color:#eee; padding:0px 10px; }
.login-buttons-set{ border-top:1px solid #eee; padding:10px 0px 0px; margin-top:10px; }
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; background:#fff; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding:0px 0px 5px 21px; color:#c11111; }

.dashboard .box .box-title { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#000; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
.my-account{ text-align:left; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:100%; height:109px;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box;  }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#232323; background:#101010; }
#wishlist-table .add-to-links { white-space:nowrap; }
.add-to-cart-alt input.qty{ width:40px; height:36px; text-align:center; margin-bottom:5px; vertical-align:top; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
.loadBox{ text-align:center; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container, .footer-container01{ background:#2b2b2b; padding:30px 0px 0px; position:relative; }
.footer-container:after, .footer-container01:after{ bottom:0px; left:0px; height:60px; background:#010101; content:''; position:absolute; width:100%; }
.footer-container02 { background:#3a3a3a; padding:30px 0px 0px; position:relative; }
.footer-container02:after{ bottom:0px; left:0px; height:60px; background:#303030; content:''; position:absolute; width:100%; }
.footer {  text-align:left; position:relative; z-index:9; }
.footer_top{ border-bottom:2px solid #393939; }
.footer-container01 .footer_top, .footer-container02 .footer_top{ border:0px none; }
.footer_bottom { padding:30px 0px 0px; }
.footer_bottom h3{ font-size:14px; color:#fff; margin-bottom:20px; }
.footer-container02 .footer_bottom h3{ font-weight:normal; border-bottom:1px solid #4b4b4b; color:#868686; padding-bottom:6px; }
.footer_bottom ul{ float:left; }
.footer_bottom p{ color:#aaa; margin-bottom:20px; line-height:20px; }
.footer-container02 .footer_bottom p{ color:#868686; margin-bottom:10px; line-height:18px; }
.footer-container02 .footer_bottom p em, .footer-container02 .footer_bottom p strong{ font-size:14px; margin-right:5px;  }
.footer_bottom ul li{ float:left; width:100%; padding:4px 0px; }
.footer_bottom ul li a{ position:relative; padding-left:18px; }
.footer_bottom ul li a:before{ color:#c11111; position:absolute; left:0px; top:2px; }
.footer_bottom ul li a:hover:before{ left:2px; }
.footer_bottom ul li a:hover{ text-decoration:none; color:#ccc; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#aaa; text-decoration:none; }
.footer-container02 .footer a { color:#868686; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer-container01 .footer-bottom-links{ padding-top:5px; }
.footer ul.links { display:block; }
.footer li { display:inline; padding:0 7px 0 4px; }
.footer-container01 .footer li { padding:0px 10px 0 4px }
.footer-container01 .footer li.first { padding-left:0px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
.social-media{ }
.copyright { padding:20px 0px; }
.copyright .copyText{ color:#aaa; margin:0px; }
.footer-container02 .copyright .copyText{ color:#868686; }
.copyright ul.footer-bottom-links li{ background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/bkg_pipe1.gif) no-repeat scroll 100% 60%; }
.social-media li{ float:left; padding:0px 12px 0px 0px; }
.social-media li a{ float:left; text-align:center; width:56px; height:56px; line-height:56px; color:#fff; background:#555; font-size:18px; position:relative; }
.social-media li a:hover{ text-decoration:none; color:#fff; }
.social-media li a.twitter:hover{ background:#0084B4; }
.social-media li a.facebook:hover{ background:#3B5998; }
.social-media li a.google-plus:hover{ background:#cf3e2b; }
.social-media li a.linkedin:hover{ background:#006599; }
.social-media li a.youtube:hover{ background:#bc1e2c; }
.social-media li a.rss:hover{ background:#de4f27; }
.social-media li a.dribblbe:hover{ background:#dc4882; }
.social-media li a span{ position:absolute; text-indent:-9999em; }
.form-subscribe{ background:#010101; position:relative; float:left; padding:12px 28px; margin-right:20px; }
.footer-container01 .form-subscribe{ padding:0px; background:none; margin:0px; float:right; }
.form-subscribe:after{ float:right; content:''; height:0px; width:0px; border-top:29px solid transparent; border-bottom:29px solid transparent; border-left:20px solid #010101; position:absolute; top:50%; right:-20px; margin-top:-30px; }
.footer-container01 .form-subscribe:after{ border:0px none; }
.footer-container01 .form-subscribe h3{ display:none; }
.form-subscribe h3{ font-size:12px; font-weight:400; color:#888; float:left; text-transform:uppercase; margin:9px 15px 0px 0px; }
.form-subscribe .input-box{ float:left; }
.form-subscribe .input-box .input-text{ float:left; height:34px; width:260px; background:#2b2b2b; padding:0px 10px; border:0px none; margin-right:1px; color:#888; }
.footer-container01 .form-subscribe .input-box .input-text,.footer-container01 .form-subscribe .input-box button.button span span{ background:#3b3b3b; background:rgba(0,0,0,0.1); }

.form-subscribe .input-box button.button span span{ background:#2b2b2b; text-transform:uppercase; padding:10px 16px 9px; color:#888; }
.goTop{ position:fixed; bottom:20px; right:20px; height:46px; background:rgba(0,0,0,0.6); text-align:center; z-index:9; padding:0px 20px; }
.goTop a{ color:#fff; font-size:12px; line-height:46px; display:block; }
.goTop a i{ font-size:16px; }
.goTop a span{ display:inline-block; padding-left:5px; }
.goTop a:hover{ color:#C11111; text-decoration:none; }
.content-wrapper .container , .new-collections ul, .headingBox, .about-footer .container, .promoBox.container, .bannerRow .container,
.logBox .container { }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/*	Mobile Menu	*/

.mobMenu{ text-align:left; }
.mobMenu h1{ background:#c11111; margin:0px; padding:5px 10px; color:#fff; }
.mobMenu h1 span{ font-size:14px; vertical-align:top; display:inline-block; line-height:26px; }
.mobMenu h1 a{ color:#fff; float:right; }
.mobMenu .accordion{ background:#fff; }
.mobMenu .accordion li{ display:block; position:relative; font-size:13px; }
.mobMenu .accordion li + li{ border-top:1px solid #e7e7e7; }
.accordion li ul li { background:#F7F6F4; border-top:1px solid #e7e7e7; font-size:11px; }
.accordion li ul li ul li { background:#f1f1f1; }
.mobMenu .accordion li a{ color:#333; display:block; padding:5px 10px; }
.mobMenu .accordion em.open-close {
    background: url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/common.png) no-repeat scroll 2px -392px rgba(0, 0, 0, 0);
    padding: 8px 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.mobMenu .accordion em {
    margin-right: 10px;
}
.mobMenu .accordion li.active > em.open-close {
    background: url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/common.png) no-repeat scroll 2px -427px rgba(0, 0, 0, 0);
}

/* ======================================================================================= */

.guest-select {width:305px !important;}


/*=================		Responsive		======================*/

/*----------------	for Desktop 1024 	----------------------*/

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

.container{ margin:0px 2%; width:96%; }
.container .container{ margin:0px; width:100%; }
}
@media only screen and (min-width:767px) and (max-width: 1024px) {

.social-media li{ float:left; padding:0px 10px 0px 0px; }

}
@media screen and (max-width:1024px){

.page{ display:block; }	
.container{ padding:0px 15px; }
.header .form-search .search-autocomplete{ width:468px !important; top:74px !important; }
#nav > li > a{ padding:17px 27px; }
.sf-menu > li > a{ padding:20px 27px; }
.form-subscribe h3{ margin:0px 0px 5px; }
.form-subscribe .input-box .input-text{ width:312px; }
div .camera_effected h2{ font-size:72px; line-height:72px; }
.catalog-product-view .product-view .product-img-box.left-carousel .product-cover{ width:70%; }
.catalog-product-view .product-view .product-img-box.left-carousel .no-thumb-view{ width:100%; }
.welcome-block h2.welecome-title{ margin:5px 0px; font-size:24px; }
.welcome-block h3{ margin:5px 0px; font-size:18px; }
	
}

/*----------------	for ipad and mobile device 	----------------------*/

/*@media only screen and (min-width:767px) and (max-width: 960px) {

.col-lg-6{ width:330px; }
.header .links{ padding:10px 0px; }
.header-container02 .header .links{ padding-top:0px; }
.header .welcome-msg{ padding-right:0px; }
button.button span span i, button.button span i, .bottomBox a.btn i{ display:none; }
.header .form-search button.button span i{ display:inline-block; }
.newProducts li{ margin:0px 2%; width:46%; }
.minimal-price-link{ display:inline-block; padding-left:10px; }
.bottomBox a.btn{ padding:5px 10px; }
.new-collections ul li div.content-cover h3{ font-size:13px; font-weight:400; line-height:16px; }
.products-grid .product-image, .owl-item .product-image, .newProducts .product-image{ }
.product-view .thumbbox{ width:164px; }
.product-view .product-img-box .more-views li{ width:48px; height:48px; }
.product-view .tabs .product-tabs li a{ padding:5px 9px; }
.product-image .back-img{ margin-left:0px; left:0px; }
.product-view .product-img-box .more-views li a{ width:43px; }
.product-view .product-img-box .more-views li a img{ height:32px; }
ul.newProducts .span2, div ul.newProducts .spanNew{ width:31%; margin:0px 1%; }
.form-subscribe .input-box .input-text{ width:180px; }
}*/
@media only screen and (min-width:767px) and (max-width: 960px),
@media screen and (max-width:960px){

.nav-container #nav, .nav-container .sf-menu{ display:none; }
.mobMenu{ display:block; }
.container{ padding:0px 10px; }
.headingBox span{ padding:10px 20px; font-size:18px; line-height:18px; }
.header .form-search .search-autocomplete{ top:73px !important; width:353px !important; }
.block .block-title strong, .fieldset .legend{ font-size:14px; line-height:14px; padding:10px 15px; }
.social-media li a{ width:38px; height:38px; line-height:38px; }
.camera_prev, .camera_next, .camera_commands{ width:36px; height:36px; font-size:24px; line-height:32px; }
.add-to-cart button.button span span{ padding:18px 16px 17px; }
.add-to-cart .qty{ width:50px; }
.header-container01 .header .span4{ width:49%; }
.header-container01 .header .welcome-msg{ display:none; }
.block-title h2{ font-size:15px; }
.social-media li{ padding:0px 9px 0px 0px; }
.banner-top .container li{ width:50%; margin:8px 0px !important; }
.banner-top .container li.safe-secure{ border-left:0px none; }
.header-container02 .logo-row{ padding:20px 0px; }
div .toll-free{ width:100%; }
.cartSell .products-grid li.item { width:50%; }
.header .toll-free h2{ text-align:center; margin-top:0px; }
div .nav-container{ background:none; text-align:center; background:none; }
.header-container01 .header .header_cart, .header-container02 .header .header_cart{ float:none; display:inline-block; vertical-align:top; margin-bottom:20px; width:298px; }
.header-container02 .cat-search,
.header-container02 .logo-span, .header-container02 .header h1.logo{ width:100%; text-align:center; margin:0px; }
.header-container02 .header .logo{ float:none; }
div .camera_effected h2{ font-size:46px; line-height:46px; padding:4px 10px; }
div .camera_effected .bannerButton{ display:none; }
div .camera_prev, div .camera_next, div .camera_commands{ width:36px; height:36px; line-height:32px; font-size:20px; border-width:1px; margin-top:-18px; }
.welcome-block .right .span6 [class*="span"], .welcome-block .left [class*="span"]{ width:100%; margin-left:0px; padding-left:0px; padding-right:0px; }
.catalog-product-view .product-view .product-img-box.left-carousel .product-cover{ width:100%; }
.product-view .left-carousel .thumbbox{ display:none; }

}

/*----------------	for Only Mobile Device 	----------------------*/

@media screen and (max-width:767px){
	
[class*="span"]{ display:inline-block; width:100% !important; float:none; margin:0px 0px 20px !important; }
.container{ padding:0px 10px; }
.header .form-search .search-autocomplete{ width:100% !important; top:77px !important; }
.new-collections ul li,.new-collections ul li .content-block,
.new-collections ul li .img-block{ width:100%; position:relative; }
.new-collections ul li div.content-cover{ margin:30px 0px; }
.col-lg-6,.header .links, .col-lg-4 ,.header h1.logo{ width:100%; }
.header_currency, .language-switcher{ float:none; display:inline-block; }
.header-top .header_cart{ float:none; display:inline-block; margin:20px 0px 10px; }
.header-top .header_cart .remain_cart{ left:50%; right:auto; margin-left:-150px; }
.header .links li{ min-width:74px; float:none; }
.header .links li.first{ padding-left:7px; }
.header .welcome-msg{ padding:5px 0px 0px; width:100%; }
.data-table > li.heading div, .data-table > li.heading div h2.product-name{ font-size:13px; }
.data-table > li.heading div.price-box{ display:none; }
.logo-row,
.header-container02 .logo-row{ padding:20px 0px 0px; }
.header .logo a{ display:inline-block; float:none; margin:0px 0px 10px; }
.header .form-search select{ margin-bottom:5px; }
.header-top .sbHolder{ float:none; margin:0px auto; }
.header .form-search select,.header .form-search input.input-text { width:100%; margin-top:2px; }
.navFull { clear:both; }
.banner-top .container li + li{ border-left:0px none; }
.banner-top .container{ padding-bottom:0px; }
div .contentPos-left, div .contentPos-right,div .contentPos-center{ top:20%; }
div .camera_prev, div .camera_next, div .camera_commands{ width:24px; height:24px; line-height:16px; font-size:16px; border-width:1px; margin-top:-12px; }
.header-container01 .logo-row .f-right{ width:100%; }
.header-container01 .header_currency, .header-container01 .language-switcher{ margin:0px 0px 10px; min-width:144px; }
.header-container01 .header .logo a, .header-container01 .header .logo{ margin-bottom:10px; }
div .camera_next{ right:20px; }
div .camera_prev{ left:10px; }
div .contentPos-left, div .contentPos-right{ width:50%; }
div .sliderNab{ z-index:9; width:100% }
div .sliderNab a{ position:absolute;}
div .sliderNab a.jcarousel-prev{ left:0px; }
div .sliderNab a.jcarousel-next{ right:0px; }
.headingBox span{ font-size:18px; }
fieldset{ display:table-cell; }
.products-grid .product-image, .owl-item .product-image, .newProducts .product-image{ height:auto; }
.product-image .front-img{ max-width:525px; }
.product-image .back-img{ max-width:605px; }
.product-view .addthis_toolbox{ float:left; clear:both; width:100%; padding:5px 0px 0px; }
.account-login .content h2{ padding:10px; }
.data-table.cart-table{ display:table; }
.product-view .tabs{ display:none; }
.product-view .accordionRow{ display:block; }
.product-view .accordionRow dt{ display:inline-block; width:100%; }
.checkout-progress{ padding:0px; }
.checkout-progress li{ width:100%; margin:0px 0px 5px; }
.form-list .field, .col2-set .col-wide,.col2-set .col-narrow{ width:100%; }
.form-list .field + .field{ margin:8px 0px 0px; }
.new-collections ul li .content-block:after{ top:auto; bottom:-30px; margin-left:-16px; left:50%; border-left:16px solid transparent;	border-right:16px solid transparent; border-top:16px solid #000; }
.form-subscribe .input-box{ clear:both; }
.form-subscribe .input-box .input-text{ width:165px; }
.data-table > li .tableContent .product-name, .data-table > li .tableContent .price-box {
    padding: 0 0 5px 10px;
    text-align: left;
    width: 100%;
}
.welcome-block .right > .span6{ border-right:0px none; }
body div .itemInner .quick_view, body div .itemInner a.quick_view, div .itemInner .btn-right .quick_view{ display:none; }
.welcome-block [class*="span"],
.welcome-block [class*="span"] + [class*="span"]{ padding:0px; }
.social-media li{ padding-right:11px; }
.copyright{ padding:20px 0px 10px; }
.copyright ul.footer-bottom-links,
.copyright .copyText{ width:100%; text-align:center; }
.copyright ul.footer-bottom-links li { float:none; display:inline-block; }
.footer_bottom .last{ margin-bottom:0px !important; }
.goTop a span{ display:none; }
}
@media only screen and (min-width:580px) and (max-width: 767px) {

.footer-container02 .footer_bottom{ padding-top:0px; }
ul.social-media{ width:100%; display:inline-block; text-align:center; }
.social-media li { float:none; }
.social-media li a{ float:none; display:inline-block; }
.form-subscribe h3{ margin-top:8px; }
.form-subscribe .input-box{ clear:inherit; padding-left:10px; }
.form-subscribe .input-box .input-text{ width:250px; }
}

@media screen and (max-width:580px){
div .mix_wrapper ul li{ margin:0px 15px; max-width:none; }
div .newProducts li{ width:100%; margin:0px;  max-width:none; }
.header-top .col-lg-6.f-left .currency_detail{ left:auto; right:0px; }
.cartSell .products-grid li.item { width:100%; margin-left:0px; margin-right:0px; }
.social-media li{ padding:0px 8px 0px 0px;}
.form-subscribe{ padding:12px 18px; }
.form-subscribe .input-box .input-text{ width:167px; }
#wishlist-table.data-table ,#wishlist-table.data-table tr, #wishlist-table.data-table tr th, #wishlist-table.data-table tr td{ float:left; display:inline-block; width:100%; clear:both;  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; -ms-box-sizing: border-box;  }
div .contentPos-left, div .contentPos-right,div .contentPos-center{ top:10%; }
div .camera_effected h2{ font-size:30px; line-height:36px; padding:0px 10px; margin-bottom:10px; }
div .owl-wrapper .owl-item .secondViewInner, div .newProducts li.secondViewInner .new-inner{ float:none; }
div .toll-free{ margin:15px 0px !important; }
.data-table > li.heading{ display:none; }
#wishlist-table.data-table tr th, #wishlist-table.data-table tr td{ border-right:0px none; }
.data-table tr td.last{ border-bottom:0px none; }
.my-wishlist .buttons-set .btn-update{ margin-top:10px; }
.header-container02{ box-shadow:0px 82px 0px #000000 inset; }
.header-container02 .header-top .container > .f-left, .header-container02 .header-top .container > .f-right{  width:100%; }
.header-container02 .header .links{ text-align:left; }
.header-container02 .header .links li{ display:inline-block; min-width:49%; background:none; padding:0px; text-align:center; }
.product-view .product-tabs-content{ padding:5px; }
.product-view .product-tabs-content .data-table{ border-right:0px none; border-bottom:0px none; }
.product-view .product-tabs-content .data-table th{ padding:3px; font-weight:normal; font-size:11px; }
.data-table > li .tableImg, .checkout-types-top, .data-table > li .tableContent {
    text-align: center;
    width: 100%;
}

.data-table > li, .data-table > li .row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.data-table > li .tableContent .product-name {
    padding-left: 0;
    text-align: center;
}
.footer-container01 .form-subscribe .input-box .input-text{ width:221px; }
}

/*----------------	for Mobile Small Screen 	----------------------*/

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

.camera_effected p{ display:inline-block; max-height:76px; overflow:hidden; line-height:18px; }
.header-container01 .header .header_cart,.header-container02 .header .header_cart{ width:258px; }
.header_cart .minicartInner{ width:260px; }
.footer-container{ box-shadow:0px -100px 0px #010101 inset; }
.footer-container01{ box-shadow:0px -70px 0px #010101 inset; }
.footer-container02 { box-shadow:0px -100px 0px #303030 inset; }
.footer-container01 .footer li{ min-width:127px; text-align:center; display:inline-block; padding:0px; }
.form-subscribe .input-box .input-text{ width:127px; }
.footer-container01 .form-subscribe .input-box .input-text{ width:183px; }
.footer-container02 .social-media li a{ width:33px; }
.social-media li{ padding:0px 3px 0px 0px;}
.header-container02 .language_detail{ left:0px; right:auto; }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top:-9px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left:0px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top:9px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left:-9px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #c11111;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #c11111;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #c11111;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #c11111;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #c11111;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #c11111;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #c11111;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #c11111;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #c11111;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

@media only screen and (-Webkit-min-device-pixel-ratio:1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-device-pixel-ratio: 1.5) {

.cart .discount h2{ background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_discount@2x.png); background-size:22px; }
.cart .shipping h2{ background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/i_shipping@2x.png); background-size:24px; }
.btn-remove2{ background-image:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/btn_trash.gif); background-size:16px; }
	
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.ttditalia.it/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

.mix_container {
    position: relative;
}
.std .itemInner .minimal-price{ margin-bottom:0px }
.itemInner{ box-shadow:0px 0px 2px rgba(0,0,0,0.2); padding-bottom:10px; position:relative; }
.sec-view-inner{ box-shadow:none; padding-bottom:0px; overflow:hidden; }
.itemInner .btn-right{ position:absolute; bottom:-50px; right:5px; z-index:99; }
.item:hover .itemInner .btn-right{ bottom:5px; }

.itemInner .btn-right a.link-wishlist, .itemInner .btn-right a.compareR,
.itemInner .btn-right .quick_view{ color: #fff; text-decoration:none; float:right; display:inline-block; line-height:36px;	background:#000; width:36px; height:36px; text-align:center; margin-left:1px; font-size:12px; position:static; }
.span6 .col-main .itemInner .btn-right a.link-wishlist, .span6 .col-main .itemInner .btn-right a.compareR, .span6 .col-main .itemInner .btn-right .quick_view{ width:30px; height:30px; line-height:30px; }
.item .product-name{ text-align:center; font-size:13px; font-weight:400; display:block; margin-top:10px; padding:0px 10px 3px;overflow:hidden; }
.header_cart .item .product-name{ text-align:left; padding:0px; }
.block-content .item .product-name{ text-align:left; padding:0px; margin:0px; }
.block-reorder .block-content .item .product-name{ padding-left:20px; }
.products-list .item .product-name{ padding:0px; text-align:left; }
.products-list .ratings, .products-list .item .price-box{ text-align:left; }
.item .box2 .product-name{ margin-bottom:0px; }
.item .box2 .product-name, .item .box2 .price-box{ }
.item .price-box{ text-align:center; margin:0px; }
.item .regular-price .price,
.item .price-box .price, .item .minimal-price .price-label{ font-size:15px; color:#c11111; font-weight:400; }
.item .special-price .price{ color:#101010; }
.item .minimal-price-link .price{ color:#303030; }
.itemInner .minimal-price .price-label{ color:#444; font-weight:400; font-size:14px; }
.bottomBox{ padding:10px 6px; margin:10px 0px 0px; text-align:left; display:inline-block; width:100%; border:1px solid #dfdfdf; background:#fafafa; }
.bottomBox2{ padding:0px;text-align:center; border:0px none; background:none; }
.bottomBox2 button.button span span{ padding:14px 28px; font-size:13px; }
div .bottomBox2 .btn{ padding:12px 28px; font-size:13px; }
.products-grid .bottomBox2{ margin-bottom:20px; }
.std .addBox2, .item .addBox2{ display:inline-block; width:100%; margin:0px; vertical-align:top; }
.mix_nav {
	height: 74px;
	position: absolute;
	right: 0;
	top: 75px;
	width: 100%;
	z-index:0;
}
.bottomBox > .button, .bottomBox > a.btn{ float:left; }
.buttonox-center a{ font-size:14px; }
.addtobox{ float:right; }
.mix_wrapper .jcarousel-prev, .mix_wrapper .jcarousel-next, .slider-box .viewAll, .nextPre .prod-prev, .nextPre .prod-next{
    background-color: #101010;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 25px;
    outline: medium none;
    -moz-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	transition: all 400ms ease-in-out 0s;
 	width:25px;
    z-index: 1;
	color:#fff;
	text-align:center;
	text-decoration:none;
	margin-left:1px;
	float:right;
	line-height:24px;
}
.product_right .customNavigation{ float:left; width:100%; text-align:center; padding:10px 0px 0px; }
.product_right .customNavigation .jcarousel-next{ display:inline-block; float:none; }
.slider-box .viewAll { position:absolute; top:18px; right:0px; }
.sliderNab {
    height: 25px;
    position: absolute;
    right:0px;
    top: -59px;
    width: 60px;
}
.mix_wrapper ul{padding:0px;}

.mix_wrapper .jcarousel-prev.jcarousel-prev-disabled-horizontal { background-position:left top; }
.newProducts .seb1 .no-rating,.std .owl-carousel p.no-rating, .products-grid .item .seb1 .no-rating{ margin:7px 0px 0px; display:inline-block; }
.newProducts .ratings .rating-links .separator, .newProducts .ratings .rating-links .add_review,
.products-grid .ratings .rating-links .separator, .products-grid .ratings .rating-links .add_review{ display:none; }
.col-wrapper.span6 .addBox2, .item .buttonox{ text-align:center; }
.item .buttonox .button, .item .buttonox .btn{ float:left;  }
.item .bottomBox2 .buttonox .button, .item .bottomBox2 .buttonox .btn{ float:none;  }
.col-wrapper.span6 .addBox2 li, .col-wrapper.span6 .addBox2 li.compareR2, .col-wrapper.span6 .item .buttonox .button{ float:none; display:inline-block; }
.col-wrapper.span6 .btn-right{ display:inline-block; }
.col-wrapper.span6 .buttonox, .col-wrapper.span6 .bottomBox, .col-wrapper.span6 .bottomBox,
.span9 .std .item .bottomBox { text-align:center; }
.span9 .std .item .bottomBox .btn-right{ display:inline-block; }
.col-wrapper.span6 .buttonox .button, .col-wrapper.span6 .bottomBox .button, .col-wrapper.span6 .bottomBox .fancybox,
.span9 .std .item .bottomBox .button, .span9 .std .item .bottomBox a.btn
{ margin-bottom:5px; float:none; display:inline-block; vertical-align:top; }
.col-wrapper.span6 .bottomBox .button span span{ padding:10px 12px; }
.col-wrapper.span6 .bottomBox .btn { padding:8px 12px; }
.col-wrapper.span6 .bottomBox .button i, .col-wrapper.span6 .bottomBox .btn i{ display:none; }
.col-wrapper.span6 .buttonox .compareR , .col-wrapper.span6 .bottomBox .compareR,
.col-wrapper.span6 .buttonox .link-wishlist, .col-wrapper.span6 .bottomBox .link-wishlist{ float:none; }
.mix_wrapper .jcarousel-next:hover ,
.mix_wrapper .jcarousel-prev:hover { background-color:#333; }
.mix_nav span:hover{ opacity:1.0; }
.mix_wrapper .jcarousel-clip { overflow:hidden; }
.mix_wrapper { position:relative; margin:0px auto; }
.mix_wrapper .mix_inner, .mix_wrapper .brandbox .brandlogo{ overflow:hidden; }
.mix_wrapper ul li, .newProducts li, .owl-wrapper .owl-item .item{
    float: left;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-decoration: none;
	padding:10px;
	list-style-type:none;
}
.owl-wrapper .owl-item .item{ width:100%; }
.owl-wrapper .owl-item .secondViewInner, .newProducts li.secondViewInner .new-inner{ 
	 transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
	margin:20px; 
	padding:10px 0px;
	width:auto;
 }
.span6 .col-main .owl-wrapper .owl-item .secondViewInner,
.span9 .std .owl-wrapper .owl-item .secondViewInner{ width:80%; margin:20px 10%; padding:0px; }
.span6 .col-main .owl-wrapper .owl-item .secondViewInner:hover,
.span9 .std .owl-wrapper .owl-item .secondViewInner:hover{ margin:10px 5%; padding:10px 5%; width:90%; }
.owl-wrapper .owl-item .secondViewInner:hover, .newProducts li.secondViewInner:hover .new-inner{ box-shadow:0px 0px 10px rgba(0,0,0,0.2); padding:20px 10px; margin:10px; }

.mix_wrapper ul li ul li, .newProducts li ul li{ background:none; }
.newProducts li{ padding:10px 0px; }
.itemInner .quick_view{ position:absolute; right:0px; top:0px; background:#000; color:#fff; width:40px; height:40px; text-align:center; line-height:38px; z-index:99; }
ul.newProducts .spanNew{ margin:0px 1%; width:18%; }
.mix_wrapper ul li .buttonox-center a{ font-size:12px; text-transform:uppercase; vertical-align:super; }
.mix_wrapper ul li .buttonox-center a i{ font-size:13px; }
.mix_wrapper ul li .buttonox-center, .item .buttonox-center { }
.mix_wrapper ul li .addBox2 li, .item .addBox2 li { padding:0px 5px; margin-top:5px; height:18px; float:left; }
.mix_wrapper ul li .addBox2 li.compareR2, .item .addBox2 li.compareR2 { float:right; }
.brandBox ul li{ text-align:center; padding:30px 10px;  }
.mix_wrapper ul li a , .newProducts li .product-name a, .item .addBox2 li a{
    color: #000; text-decoration:none;
}
.mix_wrapper ul li a i{ font-style:normal; }
.mix_wrapper ul li a.link-wishlist, .mix_wrapper ul li a.compareR,
.bottomBox .link-wishlist, .bottomBox .compareR
{
    color: #fff; text-decoration:none;
	float:right; display:inline-block; line-height:34px;
	background:#c11111; width:35px; height:35px; text-align:center; margin-left:1px;
}
.bottomBox .link-wishlist:hover, .bottomBox .compareR:hover{ background:#101010; }
.span2 .bottomBox .link-wishlist, .span2 .bottomBox .compareR{ width:26px; }
.mix_wrapper ul li p.no-rating a{font-size:11px;}
.mix_wrapper ul li a img:hover {
	opacity:1.0;
}
.mix_wrapper ul li a.product-image {
}
.mix_wrapper ul li a.product-image img, .newProducts li .product-image img{ }
.mix_wrapper ul li a.product-image img.hoverImg{}
.mix_wrapper ul li:hover a.product-image img.hoverImg{bottom:0px; }
.mix_wrapper button.button span span {
	box-shadow:none;
}
.outer.box{position:relative;}
ul.newProducts{margin:0px; display:inline-block; width:100%;}
/* Specific style for the examples */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align:center;
}
.owl-carousel .owl-wrapper-outer p{ margin:0px; font-size:12px; }
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	text-align:center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://www.ttditalia.it/skin/frontend/glamshop/default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}

/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: empty 1ms both ease;
  -moz-animation: empty 1ms both ease;
  animation: empty 1ms both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index:9999;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index:9999;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	background:url(https://www.ttditalia.it/skin/frontend/glamshop/default/images/camera-loader.gif) no-repeat center center;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top:5px;
	right:5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1103;
	display: none;
	background:#fff;
	color:#000;
	line-height:30px;
	text-align:center;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom:5px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	outline: none;
	z-index: 9999;
	background:#fff;
	color:#000;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);
}

#fancybox-left {
	right:40px;
}

#fancybox-right {
	right:5px;
}

#fancybox-left-ico, #fancybox-right-ico {
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    width: 30px;
    z-index: 1102;
}



#fancybox-left:hover, #fancybox-right:hover {
	background:#c11111;
	color:#fff;
}



.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width:10px;
	height:10px;
	z-index: 1001;
	background:#fff;
}

#fancybox-bg-n {
	top: -10px;
	left: 0;
	width: 100%;
}

#fancybox-bg-ne {
	top: -10px;
	right: -10px;
}

#fancybox-bg-e {
	top: 0;
	right: -10px;
	height: 100%;
}

#fancybox-bg-se {
	bottom: -10px;
	right: -10px;
}

#fancybox-bg-s {
	bottom: -10px;
	left: 0;
	width: 100%;
}

#fancybox-bg-sw {
	bottom: -10px;
	left: -10px;
}

#fancybox-bg-w {
	top: 0;
	left: -10px;
	height: 100%;
}

#fancybox-bg-nw {
	top: -10px;
	left: -10px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
    display: block;
    padding: 10px 3%;
    width:85%;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
}
