

.btn {
    font-family: Arial, sans-serif !important;
    font-style: normal;
    font-size: 18px;
}

.btn-acqua {
    background-color: #000000;
    color: #ffffff!important;
    border:1px solid #000000;
}

.btn-acqua:hover {
    background-color: #888;
    border: 1px solid #888;
    color: #FFFFFF!important;
}

#footer .widget .widget-title {
    font-size: 20px !important;
    color: #DF8F27  !important;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: 'Roboto',sans-serif;
}


#footer {
    background: #ffffff !important;
    color: #000000 !important;
    /* letter-spacing: .1rem; */
    padding: 0;
    margin: 0;
    font-size: 1rem;
    border-top: 3px solid #DF8F27;
}

#footer .widget-links li a {
    display: block;
    color: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: .5rem;
    /* border-bottom: 1px solid rgba(255, 255, 255, .05); */
    background-image:none;
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

#footer p {
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: inherit;
}

#footer #footer-bottom .copyright {
    font-size: .8rem;
    color: #000 !important;
}

#footer a {
    color: #000000 !important;
    transition: all .3s ease-in-out;
}


h3 {
    font-size: 2.371rem !important;
}

/*Header*/





.progress {
    position: relative;
    -webkit-box-shadow: none;
    background: #ebedef;
    box-shadow: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
	margin-top: 1.6em;
}

#gestioneUtente a{
	color: #FFFFFF !important;
	font-size: 1rem;
    font-weight: 400;
    font-family: 'PT Sans Narrow', sans-serif;
}

#gestioneUtente  .topbar-menu>ul>li {
    border-left: none;
    border-right: none;
}

#gestioneUtente  .topbar-text .topbar-text-item {
    display: inline-block;
    padding-right: .6rem;
    border-left: 1px solid #eee;
    position: relative;
    padding-left: 2.1rem;
}

#gestioneUtente .topbar-menu>ul>li {
    display: block;
    position: relative;
    float: left;
    font-size: 0.9rem;
    border-left: 0px solid #eee;
    color: rgba(0, 0, 0, .7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#gestioneUtente .topbar-menu>ul ul {
    position: absolute;
    padding-left: 0;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 300;
    background: #0a253e !important;
}



#gestioneUtente .topbar-menu>ul ul li {
    height: 38px;
    list-style: none;
}

#gestioneUtente .topbar-menu>ul ul li a {
    display: block;
    color: #fff;
    
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}


#listaMenuSx li a {
    display: block;
    padding: 0 15px;
}

#listaMenuSx li {
    display: block !important;
    vertical-align: middle;
}

#listaMenuSx li a:hover,  #listaMenuSx li a:hover i {
    color: #rgba(10,37,62,0.5) !important;
}

#gestioneUtente .topbar-menu>ul ul li a {
    display: block;
    color: #fff;
    line-height: 38px;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

#main-navigation .nav-center {
	display: inline;
    float: none;
    text-align: center;
    position: static;
}

.searchBar{
	width:100%;
	height: 30px;
}

.searchBar form {
    max-width: 600px;
    height: 25px;
    margin: 0 auto;
    margin-top:-18px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.searchBar input{
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    height: 100%;
    padding: 0 10% 0 20px;
    outline: 0!important;
    background-color:#FFF;
    color: rgba(10, 37, 62, 1) !important;
    border: none!important;
    border: 1px solid #ffffff !important;
	border-radius: 5px;
}

.searchBar button {
    position:absolute;
    width: 20px;
    font-size: 1rem;
    height: 20px;
    border: none;
    right: 20px;
    top: 1px;
    background: 0 0;
}

.searchBarIcon{
	color: rgba(10, 37, 62, 1) !important; 
}


.select-picker .filter-option {
	overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    text-align: left;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.product-quick-desc span{
    font-size: 1.1rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    border-bottom: none;
    color: #3d3d3d;
    font-weight: 400;
}


.spedIcon {
	margin-top: 2rem;
	float:right;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    display: inline-block;
    text-align: center;
    color: #rgba(10,37,62,0.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 700px !important;

}





.product_derigo{
	border: 2px solid #efefef;
    padding-bottom: .3rem;
    position: relative;
    padding-top: 1.5rem;
    margin-bottom: 1.8rem;
}

.product_derigo .product-name {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.957rem;
    font-weight: 400;
	color: #3d3d3d;
}

.product_derigo .product-quick-desc {
	/*font-family: fpthirdhand, arial;*/
    font-size: 1.286rem;
    font-weight: 400;
}


.product_derigo .product-price {
    font-size: 1.7rem;
    margin-bottom: 0;
    padding-bottom: .5rem;
    border-bottom: none;
}
.product_derigo .product-rating {
    float: right;
    padding-top: 12px;
}
.product_derigo .product-rating .rating, .product_derigo .product-rating a {
    float: left;
}
.product_derigo .product-rating .rating {
    padding-top: 2px;
}
.product_derigo .product-rating a {
    padding-left: .5rem;
}
.product_derigo .product-buttons {
    margin-top: 1.5rem;
}
.product_derigo .product-buttons .quantity {
    float: left;
    margin-right: 1.4rem;
}
.product_derigo .flexslider figure {
    background: #FFFFFF;
}
.product_derigo .quickview-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    float: left;
    margin-right: 1rem;
    margin-bottom: 0;
    padding-top: 3px;
}
.product_derigo .tags a {
    font-size: .75rem;
    padding: 2px 8px;
}
.product_derigo .btn {
    font-size: 1rem;
}
.product_derigo .product-wishlist {
    font-size: 1rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1.8rem;
    font-weight: 700;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.product_derigo .flexslider li {
	border: 0px solid #f3efec;
}
.product_derigo .flex-control-thumbs {
    margin-top: 0;
}
.product_derigo .flexslider .flex-control-nav {
    width: 105%;
    margin-left: -2.5%}
.product_derigo .flexslider .flex-control-nav li {
    width: 24%;
    margin-right: 1%;
    margin-top: 1%}
.product_derigo .tab-content {
    padding-top: 0;
}
.product_derigo .tab-content>.tab-pane {
    padding-bottom: 0;
}
.product_derigo .product-info {
    margin-top: 3rem;
}
.product_derigo .product-info .product-tabs {
    text-align: center;
    display: table;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
    margin-top: 2rem;
    border-top: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}
.product_derigo .product-info .product-tabs li {
    font-size: .95rem;
    list-style: none;
    display: inline-block;
    padding: 1.2rem 2rem;
    margin: 0 .5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.product_derigo .product-info .product-tabs li a {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.quantityNext {
    width: 75px;
    height: 50px;
    border: 2px solid #FFD953;
    position: relative;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s;
}
.quantityNext:hover {
    border: 2px solid #FFCD18;
}
.quantityNext .minus, .quantityNext .plus {
    line-height: 23px;
    border-left: 2px solid #FFD953;
    color: #562f08;
    width: 26px;
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    display: block;
    height: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
}
.quantityNext .minus:hover, .quantityNext .plus:hover {
    background: #FFCD18;
}
.quantityNext .plus {
    top: 0;
    border-bottom: 1px solid #FFD953;
}
.quantityNext input {
    width: 48px;
    height: 100%;
    border: none;
    font-weight: 600;
}




figure {
    background: #FFFFFF; 
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* XXX fix! */

.product .product-wrapper li.selected {
    z-index: 2;
    position: relative;
    opacity: 1!important;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .product-wrapper li {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    height: 100%;
    width: 60%;
    text-align: center;
	left: 20%;
}
.product .product-wrapper li.selected img {
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    margin: 0 !important;
    display: inline-block;
}
.products-list-listview .product .product-wrapper li.selected img {
    max-height: 10em;
}

.product .product-overlay {
	z-index: 10;
}


#product-slider-thumbnails .flex-direction-nav a.flex-next::before, #product-slider-thumbnails .flex-direction-nav a.flex-prev::before {
    font-size: 2.5rem;
}
#product-slider-thumbnails .flex-direction-nav a.flex-next::before, #product-slider-thumbnails .flex-direction-nav a.flex-prev::before {
    color: #000000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}

#product-slider-thumbnails .flex-direction-nav a {
    height: 50px;
    width: 30px;
    margin: -15px 0 0;
    background: 0 0;
}

#product-slider-thumbnails .flex-direction-nav li a {
    margin-top: -28px;
	background:#FFFFFF;
}

.product-single .shop-breadcrumb_back {
    float: none;
    margin-bottom: 0rem;
}

.shop-breadcrumb_back {
    float: left;
    margin-right: 2rem;
    margin-top: 7px;
}

.shop-breadcrumb_back ul {
    padding-left: 0;
}

.shop-breadcrumb_back ul li {
    color: #rgba(10,37,62,0.5);
    list-style: none;
    display: inline-block;
    font-weight: 400 !important;
    font-size: 0.9286rem;
}


.progress-bar-string-success {
    color: #49B79E;
	font-weight: 400 !important;
}
.progress-bar-string-danger {
    color: #C45959;
	font-weight: 400 !important;
}
.progress-bar-string-warning {
    color: #ff9122;
	font-weight: 400 !important;
}

#cart-quickview {
    display: none;
    position: absolute;
    right: 30px;
    background: #FFFFFF!important;
    width: 368px;
    padding-left: 0;
    padding: 0 1rem;
    box-shadow: 2px 1px 4px 1px rgba(0, 0, 0, .1);
}

#cart-quickview .cart-total span {
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #555;
}

#cart-quickview .product-price, #cart-quickview .product-qty {
    padding-top: .3rem;
    color: #555;
}

#cart-quickview .cart-empty {
    padding-top: .8rem;
    color: #555;
    margin-bottom: .8rem;
}

#cart-quickview .cart-total span.cart-total-value {
    text-align: right;
    float: right;
    color: #555;
}

#aside-nav {
    background: #FFFFFF;
    width: 280px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out;
}

#main-aside-menu>ul>li>a {
    color: #000000 !important;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'alte_haas_groteskbold', Helvetica, sans-serif;
}

#main-aside-menu>ul>li>ul a {
    color: #000000;
    webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'alte_haas_groteskbold', Helvetica, sans-serif;
}

#main-aside-navigation footer a {
    background: #rgba(10,37,62,0.5);
    color: #3d3d3d;
    text-align: center;
    display: block;
    position: relative;
    outline: 0;
    height: 3rem;
    margin: 0;
    padding: 0;
    line-height: 3rem;
    border: none;
    border-right: 1px solid #rgba(10,37,62,0.5);
    width: 33.33333%;
    float: left;
    font-size: 1.286rem;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.2, .3, .5, 1);
    -moz-transition: all .3s cubic-bezier(.2, .3, .5, 1);
    transition: all .3s cubic-bezier(.2, .3, .5, 1);
}

.pagination-wrapper ul li a {
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0 1.3rem;
    font-weight: 500;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #ff661b;
    border: none;
    background: 0 0;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1.071rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.shop-breadcrumb ul li a {
    color: #3d3d3d;
    font-size: 0.9286rem;
    transition: all .3s ease-out;
    font-weight: 400 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000 !important;
}

a, a:focus, a:hover {
    color: #3d3d3d;
    text-decoration: none;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn.btn-default, .btn.btn-link {
    color: #3d3d3d;
}


.select-filter ul li a {
    font-size: 1rem;
    color: #3d3d3d;
    font-weight: 400;
    display: block;
}


table {
    background: #FFFFFF;
    color: #3d3d3d;
}


.form-group label {
    color: #000000;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0px;
    padding-right: 6px;
}

.cart-wrapper {
    color: #3d3d3d;
    background: #E6E6E6;
    padding: 1.3rem 1.3rem .5rem;
}

.cart-wrapper .cart-total td:last-child {
    color: #3d3d3d;
    font-size: 1.429rem;
    font-weight: 400;
}

.btn-blue-dark {
    background-color: #000000;
}

.btn-blue-dark:hover {
    background-color: #E6E6E6;
	color: #000000;
}


.alert-info {
    background-color: #d4d4d4;
    color: #666;
}

.t-dark, .t-dark a, .t-dark h1, .t-dark h2, .t-dark h3, .t-dark h4, .t-dark h5, i.t-dark {
    color: #3d3d3d!important;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 3px 3px 1px #000;
}


.tp-caption-title {
    font-family: 'alte_haas_groteskbold', Helvetica, sans-serif;
    font-size: 64px;
    text-shadow: 4px 4px 1px #000;
    color: #DF8F27;
    display: block;
    margin-bottom: 30px;
}

.tp-caption-subtitle {
    font-family: 'Roboto',sans-serif;
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 25px !important;
    line-height: 40px;
    font-weight: 300;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    border-radius: 0;
    text-align: center;
}


#slideMin li{
	width:10em !important;
	height: 10em !important;
	display: inline-block !important;
    text-align: center !important;
}

.imgThumbToch{
	height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
	border: 0px;
	bottom: 2em;
}

.imgBigDiv	{
    width: 100% !important;
    height: 30em!important;
    text-align: center !important;
}

.imgBig{
	height: 100% !important;
    width: 100% !important;
    max-height: 100%;
    max-width: 100%;
    border: 0px;
}

.zoomImg{
	    max-height: 100%;
    width: auto !important;
}

.itemImg{
	width:5em !important;
	height: 5em !important;
	border: 1px solid #efefef;
	display: inline-block !important;
    text-align: center !important;
}

.itemImg img{
	height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
	border: 0px;
	display:inline-block !important;

}


.taglie label {
    margin: 0;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 38px;
    margin: 25px 10px 0 0;
}

.taglie {
    margin-bottom: 1.625em;
    position: relative;
    display: inline-block;
    width: 100%;
}

.taglie label span {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #767676;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 2px;
}

.taglie label.not_available span,
.taglie label.not_available span:hover {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #969696;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 2px;
    background: #eee;
    border: 2px solid #cAcEC8;
}

.taglie label.available span {
    background: #fff;
    border: 2px solid #cAcEC8;
}

.taglie label.active span,
.taglie label.active:hover span {
    background: #bb5042;
    border: 2px solid #bb5042;
    color: #fff;
}

.taglie label:hover span {
    color: #767676;
}

.taglie .details-links a {
    border: none;
    margin: 0;
    display: inline-block;
    float: none;
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 10px;
    margin-left: 5px;
    margin-bottom: 0;
}

.taglie .details-links a h6 {
    vertical-align: text-bottom;
    line-height: 21px;
    margin-left: 5px;
    margin-bottom: 0;
    display: inline;
}


.rettangolo_1 {
	width:100%;
	height:0.2rem;
	background:green;
}

.rettangolo_2 {
	width:100%;
	height:0.2rem;
	background:#90EE90;
}

.rettangolo_3 {
	width:100%;
	height:0.2rem;
	background:red;
}

.cart_variante label.active span, .cart_variante label.active:hover span {
    background: grey !important;
    color: #fff;
}


/*Carrello TC*/
.quantity_tc {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(10,37,62,0.5);
    position: relative;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    transition: border .3s;
}

.quantity_tc .minusNext, .quantity_tc .plusNext {
    line-height: 23px;
    border-left: 2px solid rgba(10,37,62,0.5);
    color: #562f08;
    width: 16px;
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    display: block;
    height: 50%;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
}


.quantity_tc .plusNext {
    top: 0;
    border-bottom: 1px solid #rgba(10,37,62,0.5);
}

.quantity_tc input {
    width: 25px;
    height: 100%;
    border: none;
    font-weight: 500;
}

.quantity_tc .minusNext {
    border-top: 1px solid rgba(10,37,62,0.5);
    bottom: 0;
}

.quantity_tc .minusNext:hover, .quantity_tc .plusNext:hover {
	/*border-left: 2px solid rgba(10,37,62,0.5);*/
    background: rgba(10,37,62,0.5);
	color: #FFFFFF;
}

.quantity_tc input {
    text-align: center;
}


//Girglia
.tableGriglia{
	color: #a2a1a0;
    background: #ffffff;
	border:1px solid #a2a1a0;
}

.tableGriglia thead{
	color: #a2a1a0;
    background: #f8f8f8;
}

.tableGriglia>tbody>tr>td, .tableGriglia>thead>tr>th {
    border-top: none;
    padding: 1px 1px !important;
}


.toast-info {
    background: #000000;
}

.desc-product p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    /* text-align: center; */
    color: #3d3d3d;
    font-size: 1rem;
}