﻿@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic&subset=latin,latin-ext);
@import 'https://fonts.googleapis.com/css?family=Pacifico';


body {
	font-family: 'Archivo Narrow',Arial,Helvetica,sans-serif;
	color: #666;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-icon-home {
	font-size: 20px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #202020;
}
a:hover {
	text-decoration: none;
	color: #eeb013;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
ul#tabs, .image-additional-product ul,.homeslider ul, #top-links ul{
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

#top-links > div{
	padding: 0px 13px;
    border-right: 1px solid #18D0E1;
    box-shadow: 1px 0px 0 #138792;
}
p{
	margin-bottom: 0;
}
a:hover, a:focus{
	text-decoration: none;
}
label {
	font-size: 14px;
	font-weight: normal;
}
img{
	max-width: 100%;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' ';
	color: #F00;
	margin-left: 5px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	color: #eeb013;
}
/* top */
#top {
	background-color: #ffffff;
}
#top.mobile, #main-home-slider-next-div.mobile, .main-home-slider.mobile, #supermenu > div.row > div.col-md-9.mobile, .to_hide.mobile, .nav-supermenu .tlli.mobile{
	display:none !important;
}
#top #currency .currency-select {
	text-align: left;
}
#top .btn-link, #top-links li, #top-links a {
	color: #202020;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	/*line-height: 45px;*/
}
#top-links a:hover {
	color: #eeb013;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-weight: normal;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 18px 0;
}
/* search */
#search .input-lg{
	width: 0px;
	position: absolute;
	right: 100px;
	border: none;
	border-radius: 0;
	font-size: 32px;
	color: #2f2f2f;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	top: -22px;
	background: transparent;
	height: 57px;
	padding-left: 0;
}
.top-search-open #search .input-lg{
	opacity: 1;
	visibility: visible;
	width: 1055px;
}
#search .btn-lg, #top-search-trigger {
	font-size: 16px !important;
	padding: 0px 0px;
	border: none;
	color: #202020;
	position: relative;
	z-index: 1001; 
	right: 48px;
}
#search #top-search-trigger .fa-times{
	left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.top-search-open #search #top-search-trigger .fa-times{
	opacity: 1;
}
.top-search-open #search #top-search-trigger .fa-search{
	opacity: 0;
}
.top-search-open #logo, .top-search-open #cart a.header-cart-{
	opacity: 0;
}
.top-search-open .nav-supermenu{
	display: none;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #202020;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu > div > div{
	display: inline-block;
}
#menu {
	border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
    border-radius: 0;
    border-left: none;
    border-right: none;
    position: relative;
    margin-bottom: 50px;
    height: 54px;
    z-index: 999;
}
#menu .nav-menu{
	text-align: center;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
#menu .nav-menu ul{
	float: inherit;
}
.navbar-nav > li{
	display: inline-block;
	float: none;
}
#menu > div > div > ul > li.active a{
	color: #eeb013;
}
#menu > div > div > ul > li.active a span{
	border-bottom: 2px solid #202020;
	display: block;
}
#menu > div > div > ul > li:hover > a span{
	border-bottom: 2px solid #202020;
	display: block;
}
#menu > div > div > ul > li:hover > a {
	color: #eeb013;
}
#menu > div > div > ul > li > a {
	color: #363636;
	background-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 15px;
	font-weight: bold;
	line-height: 50px;
	cursor: pointer;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #eeb013;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	text-align: left;
	min-width: 215px;
	border: none;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.3s ease-in 0s;
	top:72px;
	z-index: 99999999;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 215px;
	display: block;
	padding: 0px 15px;
	clear: both;
	line-height: 30px;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #eeb013;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #ebebeb;
	padding: 0px 15px;
	font-size: 13px;
	line-height: 30px;
	color: #eeb013;
}
#menu #category {
	float: left;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 10px;
}
#menu .btn-navbar {
	font-size: 17px;
	font-stretch: expanded;
	color: #FFF;
	padding: 3px 10px;
	float: right;
	background-color: #202020;
	border-color: #202020;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		top:52px;
	}
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* Menu level 2 */
#menu .dropdown-menu-level-2 {
    background-color: #efefef;
    float: left;
    font-size: 13px;
    left: 100%;
    list-style: outside none none;
    min-width: 215px;
    position: absolute;
    top: 25px;
    z-index: 1000;
    padding: 5px 0;
    opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.3s ease-in 0s;
}
#menu .dropdown .dropdown-menu ul li{
		position: relative;
}
#menu .dropdown .dropdown-menu ul li.dropdown-level-2:hover > a.icon-after:after{
	color: #202020;
    content: "";
    right: 15px;
    position: absolute;
    font-family: FontAwesome; 
}
@media (min-width: 768px) {
	#menu .dropdown .dropdown-menu ul li.dropdown-level-2:hover .dropdown-menu-level-2{
		opacity: 1;
		visibility: visible;
		top:5px;
	}
}
/* horizontal menu */

#menu .nova-menu > ul > li > div{
	background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    z-index: 999999;
    padding: 15px;
    right: 0;
    width: 100%;
}
#menu .nova-menu > ul > li:hover > div{
	opacity: 1;
	visibility: visible;
	top:52px;
}
#menu .nova-menu > ul > li > div > div{
    padding-bottom: 15px;
}
#menu .nova-menu > ul > li > a {
	color: #363636;
	background-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: bold;
	cursor: pointer;
	padding: 0 15px;
}
#menu .nova-menu span a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	color: #202020;
}
#menu .nova-menu span a:hover{
	color: #202020;
}
#menu .nova-menu a {
	display: block;
	letter-spacing: normal;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
}
#menu .nova-menu a:hover {
	color: #eeb013;
}
#menu .nova-menu > ul > li > div > div > ul > li{
	position: relative;
}
#menu .nova-menu > ul > li > div > div > ul > li:hover .dropdown-menu-level-2{
	opacity: 1;
	visibility: visible;
	top:0;
}
#menu .nova-menu > ul > li > div > div > ul > li a{
	min-width: 155px;
}
/* Menu level 2 */
#menu .nova-menu .dropdown-menu-level-2 {
    background-color: #efefef;
    float: left;
    font-size: 13px;
    left: 75%;
    list-style: outside none none;
    min-width: 215px;
    position: absolute;
    top: 20px;
    z-index: 1000;
    padding: 5px 0;
    opacity: 0;
	visibility: hidden;
	display: block;
	transition: all 0.3s ease-in 0s;
}
#menu .nova-menu .dropdown-menu-level-2 a{
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
	#menu .nova-menu .two-column {
	    clear: none !important;
	}
	#menu .nova-menu .two-column:nth-child(2n+1) {
	    clear: left !important;
	}
	#menu .nova-menu .three-column {
	    clear: none !important;
	}
	#menu .nova-menu .three-column:nth-child(3n+1) {
	    clear: left !important;
	}
	#menu .nova-menu .four-column {
	    clear: none !important;
	}
	#menu .nova-menu .four-column:nth-child(4n+1) {
	    clear: left !important;
	}
	#menu .nova-menu .five-column {
	    clear: none !important;
	}
	#menu .nova-menu .five-column:nth-child(5n+1) {
	    clear: left !important;
	}
	#menu .nova-menu .six-column {
	    clear: none !important;
	}
	#menu .nova-menu .six-column:nth-child(6n+1) {
	    clear: left !important;
	}
}
#menu .five-column{
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

/* brands menu */

#menu .brands-menu > ul > li > div {
    background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999999;
}
#menu .brands-menu > ul > li:hover > div{
	opacity: 1;
	visibility: visible;
	top:52px;
}
#menu .brands-menu > ul > li > div > div{
    padding-bottom: 15px;
    padding-top: 15px;
}
#menu .brands-menu a {
	display: block;
}

/* Custom link menu */

#menu .custom-link-menu a {
	display: block;
}

/* Custom menu */

.custom-block-menu .list-menu-custom{
	padding-top: 15px;
	padding-bottom: 30px;
}
.custom-block-menu .list-menu-custom span a{
	color: #202020;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-block-menu .list-menu-custom a {
    color: #666666;
    display: block;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 30px;
}
.custom-block-menu .list-menu-custom span a:hover{
	color: #eeb013;
}
.custom-block-menu .list-menu-custom a:hover {
    color: #eeb013;
}


#menu .custom-menu-menu > ul > li > div{
	border: medium none;
    border-radius: 0;
    display: block;
    min-width: 215px;
    opacity: 0;
    padding-bottom: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    position: absolute;
    z-index: 99999999;
    background: #fff;
    padding: 7px 0 17px 0;
}
#menu .custom-menu-menu > ul > li:hover > div{
	top: 52px;
	visibility: visible;
	opacity: 1;
}
#menu .custom-menu-menu > ul > li > div > ul > li > a{
	clear: both;
    color: #9b9b9b;
    display: block;
    font-size: 13px;
    line-height: 30px;
    min-width: 215px;
    padding: 0 15px;
}
#menu .custom-menu-menu > ul > li > div > ul > li > a:hover{
	color: #eeb013;
}
#menu .custom-menu-menu a {
	display: block;
}

/* Custom block menu */

#menu .custom-block-menu > ul > li > div{
	background: none repeat scroll 0 0 #ffffff;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 72px;
    transition: all 0.3s ease-in 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999999999;
}
#menu .custom-block-menu > ul > li:hover > div{
	top: 52px;
	visibility: visible;
	opacity: 1;
}
#menu .custom-block-menu a {
	display: block;
}
/* footer */
footer .theme-block {
	color: #b6b6b6;
	padding: 25px 0 20px;
	text-align: center;
}
footer .footer-top{
	padding: 25px 0 35px;
}
footer .footer-top a {
	color: #7b7b7b;
	font-size: 10px;
	display: inline-block;
	line-height: 20px;
	letter-spacing: 1px;
text-transform: uppercase;

}
.powered .pull-left a:hover {
	color: #fff;
}
footer h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0px 0 25px 0;
	position: relative;
	background-color: #fff;
	border-radius: 0;
	text-align: right;
}
.breadcrumb h2{
	text-transform: uppercase;
	float: left;
	margin: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > .active{
	color: #202020;
}
.breadcrumb > li:last-child span {
	display: none;
}
.breadcrumb > li {
	position: relative;
	white-space: nowrap;
	font-size: 13px;
	text-transform: uppercase;
	color: #202020;
	padding-top: 9px;	
}
.breadcrumb > li span{
	margin: 0 6px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.pagination {
	margin: 40px 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 8px 16px 9px;
	font-size: 16px;
	border: 1px solid #cccccc;
	border-radius: 0px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
#grid-view{
	background: url("../image/grid-icon.png") no-repeat scroll 0px 100% transparent;
}
#grid-view:hover{
	background-position: 0px 2px !important;
}
#list-view{
	background: url("../image/list-icon.png") no-repeat scroll 0px 100% transparent;
}
#list-view:hover{
	background-position: 0px 2px !important;
}
.btn-group .selected{
	background-position: 0px 2px !important;
}
.btn-default {
	border-radius: 0;
	height: 45px;
	width: 48px;
	padding: 0;	
	background: #ffffff;
	margin-right: 8px;
	transition: all 0.1s ease-in 0s;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #202020;
	background-repeat: repeat-x;
	border-color: #202020;
	transition: all 0.3s ease-in 0s;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #eeb013;
	border-color: #eeb013;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background: #eeb013;
	border-color: #eeb013;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #202020;
	border-color: #202020;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	background: #eeb013;
	border-color: #eeb013;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #202020;
	border-color: #202020;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: none;
	color: #202020;
	padding: 8px 15px 8px 30px;
	font-size: 13px;
	text-transform: uppercase;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #eeb013;
	background: #FFF;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 a{
	font-size: 10px;
	text-transform: uppercase;
	color: #202020;
	letter-spacing: 2px;
}
.product-thumb h4 a:hover{
	color:#eeb013;
}
.product-thumb .caption {
	margin-top: 15px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.item-product-image-box:hover .rating {
	opacity: 1;
	visibility: visible;
}
.product-thumb .rating span{
	width: 13px;
}
.fa-stack {
	font-size: 8px;
}
.fa-star-o {
	color: #999;
	font-size: 15px;
}
.fa-star {
	color: #FC0;
	font-size: 15px;
}
.fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #202020;
	font-size: 14px;
	letter-spacing: 2px;
}
.product-thumb .price-sep {
	padding: 0 5px;
	color: #fff !important;
}
.product-thumb .price-old {
	color: rgb(189, 23, 23) !important;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	border: none;
	display: inline-block;
	float: left;
	background-color: #fff;
	color: #d4d4d4;
	line-height: 38px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px 0;
}
.product-thumb .button-group .cart-compare button{
	margin-right: 20px;
}
.product-list .product-thumb .button-group .cart-compare button{
	margin-right: 10px;
	height: 45px;
	width: 55px;
	background: #202020;
	text-align: center;
	transition: all 0.3s ease-in 0s;
	color: #fff;
}
.product-list .product-thumb .button-group .cart-compare button:hover{
	background: #eeb013;
	color: #fff;
}
.product-thumb .button-group .name button i{
	font-size: 17px;
}
.cart-compare i{
	font-size: 17px;
}
.product-thumb .button-group button:hover {
	color: #eeb013;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails .image-additional {
	margin: 0 10px;
}
.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0 !important;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}
.location{
	color: #999;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.location span{
	color: #000;
}
#availability-of-product{
	border: 2px dashed;
    border-radius: 10px;
    margin: 10px 0;
    padding: 0 0 0 10px;
    width: 100%;
	text-align: center;
}
#availability-of-product legend{
	border: 0 none;
    font-size: 16px;
    height: auto;
    line-height: 0;
    margin: 0;
    padding: 0 3px;
    width: auto;
}
#availability-of-product > span{
	font-size:15px;
	color:#bbb;
	padding-bottom:10px;
}
#availability-of-product .option-explication{
	float: left;
    margin: 20px 4% 20px 0;
    width: 46%;
	text-align: left;
	cursor:pointer
}
#availability-of-product .option-explication:hover{
	/*box-shadow:0 0 5px #000;*/
}
#availability-of-product .option-explication.selected{

}
#availability-of-product .option-explication.unselected{
	opacity:0.5;
}
#availability-of-product .option-explication > div{
	font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
#availability-of-product .option-explication > div > span{
	font-size:16px;
	color:#dbcd04;
	font-weight:bold;
	text-transform: lowercase;
	text-decoration: underline;
}
#availability-of-product .option-explication > div > img{
	float: left;
    margin-right: 5px;
	margin-top: 10px;
}
#product #blockProductOption{
	/*background: #ccc;
    opacity: 0.5;*/
    position: absolute;
	z-index: 9;
}
#tab-gallery > div .bigImage{
	/*width:70%;*/
	/*float:left;*/
	border: 1px dashed #ccc;
	padding:5px;
	margin-top:10px;
	text-align:center;
}
#tab-gallery > div .thumbs{
	/*width:29%;*/
	/*margin-right:1%;*/
	/*float:left;*/
	margin-top:10px;
}
#tab-gallery > div .bigImage img{
	/*width:100%*/
}
#tab-gallery > div .thumbs div{
	border: 1px dashed #ccc;
	padding:5px;
	/*margin:5px;
	float:left;*/
	cursor:pointer;
	text-align:center;
}
#tab-gallery > div .thumbs div.selected {
	border: 1px solid #AAA;
}
#tab-gallery > div .thumbs div:hover {

}
.tab-content .tab-pane.active {
    display: block;
	padding:10px !important;
}
.tab-content .tab-pane { 
    display: none;   
}
.product-option-select-wrapper{
	/*float:left;*/
	text-align:right;
	/*width:69%;*/
	/*margin-right: 30px;*/
}
.product-option-select-wrapper.bordered{
	border:1px solid #ccc;
	margin: 5px -6px -6px;
	height: 36px;
	text-align: center;
}
.product-option-select-wrapper.bordered .drop-down{
	background:rgb(240,240,240);
	border-left: 1px solid #cccccc;
    cursor: pointer;
    float: right;
    line-height: 34px;
    text-align: center;
    width: 44px;
}
.product-option-select-wrapper.bordered span.selectedResult{
	font-size:16px;
	font-weight:bold;
	line-height: 33px;
	text-transform:uppercase;
}
.product-option-to-select{
	background: rgb(240, 240, 240);
     box-shadow: 0 0 5px 0 #aaa;
    margin: 20px -6px -5px;
    max-height: 150px;
    overflow: auto;
    position: relative;
    text-align: center;
    width: calc(100% + 12px);
    z-index: 999999;
	text-transform:uppercase;
	font-weight:bold;
	display:none;
}
.product-option-to-select > div{
	height: 41px;
    line-height: 40px;
	border-bottom:#ccc 1px solid;
	cursor:pointer;
}
.product-option-to-select > div:hover{
	background:#ddd;
}
.product-option-to-select > div i{
	color: #669966;
    float: left;
    margin-right: -14px;
    padding: 14px 0 0 14px;
}
.product-option-select-wrapper .div1{
	/*background:#eee;*/
	padding:10px;
	/*width:80px;*/
	text-align:center;
	/*height:42px;*/
	/*float:left;*/
}
.product-option-select-wrapper .div2{
	width:20px;
}
.product-option-select-wrapper .add-up{
	background: #DDD;
	border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
	padding: 6px 9px;
    /*position: absolute;*/
    text-align: center;
    width: 20px;
	color: #202020;
    font-size: 15px;
}
.product-option-select-wrapper .add-down{
	background: #DDD;
	border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
	padding: 6px 9px;
    /*position: absolute;*/
    text-align: center;
    width: 20px;
	color: #202020;
    font-size: 16px;
	/*margin-top: 21px;*/
}
.product-option-select-wrapper .add-up-down-disabled{
	background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 40px;
    margin-left: -36px;
    margin-top: -9px;
    position: absolute;
    width: 40px;
}
#product div.form-group{
	/*float:left;*/
	border: 1px solid #ccc;
	padding:5px;
}
#product div.form-group label{
	/*float:left;
	width:30%;*/
	text-transform:uppercase;
	font-weight:bold;
}
.info_icons { display:inline-block;width:auto;margin:0 10px 0 0;padding:0;float:left; cursor:default;}

a.tooltipsico {
  position: relative;
  display: inline;
}
a.tooltipsico span {
  position: absolute;
  width: auto;
	height: auto;
  color: #FFFFFF;
  background: #000000;
padding: 5px;
font-size: 13px;
text-transform: uppercase;
  text-align: center;
  visibility: hidden;
  border-radius: 0px;
}

a.tooltipsico span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltipsico span {
  visibility: visible;
  opacity: 0.9;
  top: 70px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.additionaltab ul li{
	
}
.additionaltab .product-grid{
	float:none !important;
}
.bg-grey{
 background:#ccc !important;
}
#welcomeMessages{
	position: absolute;
    text-align: center;
    width:100%;
}
#welcomeMessages span{
	display:none;
	position:absolute;
	line-height:normal;
	/*top:30px;*/
	width:100%;
	left:0px;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
.overlayKas{
	/*margin-top: -76px;
    position: relative;
    width: 100%;
    z-index: 100;*/
}
.overlayKas form{
	overflow:visible;
	/*width: 50%;
    max-width: 70%;*/
	height: auto;
	padding: 0 0 5px;
}
.overlayKas form input{
	border: 0 none;
    border-radius: 0px;
   /* max-width: 100%;*/
    padding: 6px;
	color:#202020;
    width: 100%;
}
.overlayKas form button{
	border-radius: 0px;
	/*margin-left: 24px;*/
	 width: 100%;
}
.overlayKas form > div > div.fff{
	color:#fff;
}
.overlayKas .options{
	margin-top:8px;
	font-size: 14px;
   text-transform:uppercase; 
}
.overlayKas .options > div{
	float: left;
	margin: 0 15px;
	
}
.overlayKas .options .option{
	cursor:pointer;
	/*border: 1px solid #fff;*/
}
.kascontainer .groups{
	
}
.kascontainer .groups.mobile > div.tab_content{
	position:relative;
	margin-top:10px;
}
.kascontainer .groups.mobile > div.tab{
	width:100%;
	float:none;
}
.kascontainer .groups > div.tab{
	margin-left:1%;
	text-align:center;
	color:#000;
	float:left;
	line-height: 45px;
	cursor:pointer;
	background:#eee;
	margin-top:10px;
	text-transform: uppercase;
	font-family: "Lato",Arial,Helvetica,sans-serif;
	font-size:10px;
	
}
.kascontainer .groups > div.tab:hover{
	
	background:#C8D428;
}
.kascontainer .groups > div.tab.active{
	/*box-shadow:inset 0px 3px 5px #bbb;*/
	background: #15BDCC;
}
.kascontainer .groups > div.tab i {
	float:left;
	margin-right:3px;
	margin-left:10px;
	line-height: 45px;
	color:#000;
}
.kascontainer .groups > div.tab_content{
	position:absolute;
	margin-top:60px;
	display:none;
}
.kascontainer .groups > div.tab_content.active{
	display:block;
}
.kascontainer .groups > div.tab_content label{
	border: 1px solid #ccc;
    height: 130px;
    width: 130px;
	cursor:pointer;
}
.kascontainer .groups > div.tab_content label span{
	line-height: normal;
    margin-top: 60px;
    position: absolute;
    text-align: center;
	text-transform:uppercase;
    width: 130px;
}
.kascontainer .groups > div.tab_content label img{
	margin-left: 50px;
    margin-top: 20px;
    position: absolute;
}
.kascontainer .groups > div.tab_content label:hover{
	background:#aaa;
	color:#fff;
}
.kascontainer .groups > div.tab_content label.selected{
	background:#000;
	color:#fff;
}



.kascontainer .options .option .hover{
	background-color: rgba(255, 255, 255, 1.0); 
	/*box-shadow: 0 10px 6px -6px #777;*/
    /*height: 100px;*/
    left: 0px;
    /*position: absolute;*/
    width: 100%;
	color:#000;
	/*display:none;*/
	padding:20px 40px;
}
.overlayKas .options .option:hover .hover{
	display:table !important;
}
.kascontainer .options .option .hover .title{
	font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.kascontainer .options .option .hover .selectedValue{
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.kascontainer .options .option .hover .select{

}
.kascontainer .options .option .hover .selected_option{
	border: 1px solid #ccc;
    height: 50px;
    line-height: 46px;
    text-align: center;
}
.kascontainer .options .option .hover .select_option_list{
	border: 1px solid #ccc;
	display:none;
}
.kascontainer .options .option .hover .select_option{
    height: 50px;
    line-height: 46px;
    text-align: center;
	border: 1px solid #fff;
}
.kascontainer .options .option .hover .select_option:hover{
	border: 1px solid #ccc;
	cursor:pointer;
}
.kascontainer .options .option .hover .select_option img{
	float:left;
}
.kascontainer .options .option .hover .slider.slider-horizontal .tooltip-main {
	display:none !important; 
}
.kascontainer .options .option .hover .slider.slider-horizontal{
	font-size:12px !important;
	margin-bottom: 10px !important;
}
#kasAutocomplete{
	background:#fff;
	position:absolute;
	padding:5px 10px;
	border:1px solid #ccc;
	border-radius:8px;
	box-shadow: 0px 0px 5px #ccc;
	z-index:99999;
	margin-top: 48px;
	color:#202020;
	line-height:normal;
}

#kasAutocomplete > div{
	font-size:15px;
	padding:5px;
	line-height:normal;
	border-bottom: 1px solid #ddd;
	border-radius: 8px;
}
#kasAutocomplete > div:hover{
	background:#eee;
}
#kasAutocomplete > div > span{
	font-size:12px;
	margin-left: 5px;
}
#kasAutocomplete  > div img{
	border-radius: 8px;
    clear: both;
    float: left;
    margin-right: 3px;
}
#main-select-option-sliders{
	width:100%;
	/*border:1px solid;*/
	/*background:#ccc;*/
	position:absolute;
	top:-10000px;
}
#main-select-option-sliders .container{
	background:#fff;
}
.kas_header_image.mobile, .kas_header_image_div.mobile{
	display:none !important;
}
#popup_kas{
	height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999999;
	background:rgba(0,0,0,0.85);
	display:none;
	padding-top:10%;
	top:0px;
}
#popup_kas .body{
	background:#fff;
	padding:15px;
}
#popup_kas .pop-box{
	animation: 1.2s ease 0s normal forwards 1 running iconosani;
    background: #fff none repeat scroll 0 0;
    display: block;
    height: auto;
    margin: auto;
    padding: 0;
}
#popup_kas .pop-box > .pop-box-title {
    background: #c8d428 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Lato";
    font-size: 32px;
    font-weight: 800;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
}
#popup_kas .pop-box-text p {
    font-family: "Lato",helvetica,arial,sans-serif;
    font-size: 0.9em;
    padding: 0 20px 12px;
    text-align: center;
}
#popup_kas ._form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #3e3e3e;
    font-weight: normal;
    margin: 0 auto;
    width: 90%;
}
#popup_kas ._form ._field {
    cursor: default;
    font-style: normal;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#popup_kas ._form ._field table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px !important;
    margin: 0 0 18px;
    padding: 0;
    table-layout: fixed;
    width: 100% !important;
}
#popup_kas ._form ._field table {
    width: 100% !important;
}
#popup_kas ._form ._field table tbody tr td {
    font-size: 15px;
    width: 50% !important;
}
#popup_kas ._form ._field table td {
    color: #606060;
    font-size: 13px !important;
    line-height: 18px;
    padding: 0 10px 0 0 !important;
    text-align: left;
}
#popup_kas ._form ._field ._label {
    color: #3e3e3e;
    font-family: "Lato",arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 4px;
    text-transform: uppercase;
}
#popup_kas ._form ._field ._label {
    display: block;
    font-size: 15px;
    margin: 0 0 0.5em;
    padding: 0 !important;
}
#popup_kas ._form ._field input[type="text"],#popup_kas ._form ._field input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fafafa none repeat scroll 0 0;
    border-color: #b6b6b6 #c7c7c7 #c7c7c7;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 6px;
    width: 99%;
}
#popup_kas ._form ._field ._option {
    color: #3e3e3e;
    font-family: lato,arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
#popup_kas ._form ._type_input ._option input[type="submit"],#popup_kas ._form ._type_input ._option input[type="button"] {
    background: #28b8ce none repeat-x scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-family: lato,arial,sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 48px;
    margin: 10px 0 !important;
    padding: 2px 15px !important;
    text-align: center;
    width: 99%;
}
#mobile_come_funziona{
 display:block;
}
#mobile_come_funziona.mobile{
 display:none;
}
.receiveAvailibilityLoading{
	background: rgba(255,255,255,0.3);
	/*border: 1px solid #ccc;*/
	position: absolute;
    text-align: center;
}
.social_network_icons div a{
	float: left; 
	text-align: center; 
	color: rgb(255, 255, 255); 
	border-radius: 50%; 
	background: rgb(220, 224, 225) none repeat scroll 0% 0%; 
	height: 37px; 
	width: 37px; 
	padding-top: 7px; 
	font-size: 23px !important;
	margin-right: 10px;
}
.social_network_icons div a:hover{
	background:#c8d428;
}
#main-home-slider-next-div .last-transparented-div{
	background:rgba(0,0,0,0.5);
	position: absolute; 
	bottom:0px; 
	height: 25%; 
	width:100%; 
	z-index: 99; 
	text-align:center; 
	color:#fff;
	font-size:1em;
}
#main-home-slider-next-div .last-transparented-div .container{
	color:#fff;
	font-size:1em;
	text-align:left; 
	padding: 2% 0px;
}
#main-home-slider-next-div .last-transparented-div .container > div{
	width: 25%; 
	float: left;
	/*border-left: 1px solid; */
	margin-top: 0.7%;
    padding-left: 8px;
}
#main-home-slider-next-div .last-transparented-div .container > div .first{
	text-transform:uppercase; 
	font-size: 18px; 
	font-weight: bold;
}
#main-home-slider-next-div .last-transparented-div .container > div .second{
	color:#ccc; 
	font-size:14px; 
	font-weight:normal; 
	text-transform:none;
}
#kas995{
	/*border:1px solid #ccc;*/
	
}
#kas995 #shkalaSteps{
	margin-top:10px;
}
#kas995 #shkalaSteps .shkala{
	width:20%;
	height:10px;
	background:#ddd;
	float:left
}
#kas995 #shkalaSteps .shkala.last{
	width:0;
}
#kas995 #shkalaSteps .shkala.passed, #kas995 #shkalaSteps .shkala .point.passed{
	background:#27b7cf;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#27b7cf), to(#2BA0B5));
	background-image: -webkit-linear-gradient(top, #27b7cf, #2BA0B5);
	background-image: -moz-linear-gradient(top, #27b7cf, #2BA0B5); 
	background-image: -ms-linear-gradient(top, #27b7cf, #2BA0B5); 
	background-image: -o-linear-gradient(top, #27b7cf, #2BA0B5);
	background-image: linear-gradient(top, #27b7cf, #2BA0B5);
	box-shadow: 0px 0px 1px #228A9C;
}
#kas995 #shkalaSteps .shkala .point{
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
    border: 0px solid #bbb;
    border-radius: 50%;
    height: 30px;
    margin-left: -15px;
    margin-top: -10px;
    position: absolute;
    width: 30px;
	cursor:pointer;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}
#kas995 #shkalaSteps .shkala .point:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: -moz-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -ms-linear-gradient(top, #eaeaea, #f6f6f6); 
	background-image: -o-linear-gradient(top, #eaeaea, #f6f6f6);
	background-image: linear-gradient(top, #eaeaea, #f6f6f6);
}
#kas995 .nextstep{
	color: #28b9ce;
    cursor: pointer;
    /*float: right;*/
    font-size: 53px;
    font-weight: bold;
	text-transform:uppercase;
	padding:0px;
}
#kas995 .nextstep > div{
	border: solid 1px #27b7cf;
	text-align:center;
	height: 60px;
}
#kas995 #steps{
	/*border: 1px solid #000;*/
	margin-top:40px;
	height:134px;
	overflow:hidden;
}
#kas995 #steps .steps{
	width:100%;
}
#kas995 #steps .steps .step{
	float:left;
	cursor:pointer;
	width: 100%;
}
#kas995 #steps .steps .step .loading{
	font-size: 40px;
    height: 134px;
    line-height: 121px;
    padding: 5px 0;
    text-align: center;
}
#kas995 #steps .steps .step .options{
	/*width:calc(100% - 34px);*/
	width:100%;
	float: left;
	/*border: 1px solid #000;*/
	margin-bottom: 12px;
}
#kas995 #steps .steps .step .option{
	float:left;
	/*width:210px;*/
	/*margin-right:10px;*/
	margin-bottom:10px;
	height:60px;
	text-transform:uppercase;
	padding:0 5px 0 0;
}
#kas995 #steps .steps .step .option > div{
	height:100%;
}
#kas995 #steps .steps .step .option:hover > div{
	background:rgba(0,0,0,0.3) !important;
}
#kas995 #steps .steps .step .option input[type="radio"]{
	visibility:hidden;
}
#kas995 #steps .steps .step .option img{
	width:50px;
	float:left;
}
#kas995 #steps .steps .step .option .bgimg{
	border-radius: 50%;
    height: 50px;
    width: 50px;
	margin:5px;
	float: left;
}
#kas995 #steps .steps .step .option.selected .bgimg{
	background:rgba(0,0,0,0.5);
}
#kas995 #steps .steps .step .option .text{
	color: #fff;
    float: left;
    margin-top: 10px;
	font-size:13px;
    text-align: center;
    width: calc(100% - 60px);
	padding: 0 5px 0 5px;
}
#kas995 #steps .steps .step .option.budget > div{
	background:#ccc;
}
#kas995 #steps .steps .step .option.conchi > div{
	background:#9da720;
}
#kas995 #steps .steps .step .option.durata > div{
	background:#c1a100;
}
#kas995 #steps .steps .step .option.appetito > div{
	background:#146141;
}
#kas995 #steps .steps .step .title{
	color: #27b7cf;
    font-size: 20px;
	font: lato;
    margin-bottom: 20px;
	text-transform:uppercase;
}
#kas995 #steps .steps .step .skip{
	text-align:right;
	font-size:15px;
	clear: both;
	color:#27b7cf;
	text-transform:uppercase;
}
.category-fullwidth .product-hover-box{
	background: none repeat scroll 0 0 #fff;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
    text-align: center;
	z-index:9;
	cursor:pointer;
}
.category-fullwidth.filter_box .product-hover-box a{
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-top: 63px;
	
}
.category-fullwidth.filter_box .product-hover-box div.first{
	font-size:30px;
	font-weight:bold;
	color:#dbcd04;
	padding-top:15px;
}
.category-fullwidth.filter_box .product-hover-box div.second{
	text-transform:uppercase;
	font-size:10px;
}
.category-fullwidth.filter_box .product-inner.fixed{
	float:left;
	margin: 0 0 30px;
}
.category-fullwidth .act-imageview-button, .category-fullwidth .quickview-colorbox{
	position: static;
}
.category-fullwidth .item-product-image-box:hover img{
	-ms-transform: scale(1.0); /* IE 9 */
    -webkit-transform: scale(1.0); /* Chrome, Safari, Opera */
    transform: scale(1.0);
}
.category-fullwidth .item-product-image-box:hover .quickview-colorbox{
	margin-left: 0px;
    left: inherit;
}
.category-fullwidth .item-product-image-box:hover .act-imageview-button{
    margin-right: 8px;
    right: inherit;
}
.category-fullwidth .product-thumb .button-group button{
	float: none;
}
.category-fullwidth .act-imageview-button, .category-fullwidth .quickview-colorbox{
	display: inline-block !important;
}
.category-fullwidth .product-thumb h4 a{
	font-size: 14px;
	padding-top: 20px;
}
.category-fullwidth .rating{
	padding-bottom: 20px;
}
.category-fullwidth .product-thumb .caption{
	padding: 20px 0;
}
.category-fullwidth.filter_box .product-thumb .caption{
	padding: 0px !important;
	text-align:center;
	left:35px;
	right:35px;
	top:70px;
	position:absolute;
	cursor:pointer;
}
.category-fullwidth.filter_box .product-thumb .caption h4{
	margin:0px;
}
.category-fullwidth.filter_box .product-thumb .caption h4 a{
	color:#fff;
	padding:0px;
}
.category-fullwidth .products-row{
	margin-left: 0;
	margin-right: 0;
}
.category-fullwidth .latest-product-content{
	padding-bottom: 0;
}
.category-fullwidth .act-imageview-button{
	margin-right: 8px;
}
.category-fullwidth .product-thumb .button-group .name button{
	background: #eeb013;
	color: #fff;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: normal;
	padding: 0 20px;
	transition: all 0.2s ease-in-out 0s;
}
.category-fullwidth .product-thumb .button-group .name{
	padding-top: 20px;
}
.category-fullwidth .product-thumb .button-group .name button:hover{
	background: #202020;
}
.category-fullwidth .fullwidth-slider .product-thumb .caption{
	padding: 5px 0 20px;
}
#button-cart.greenbtnprenota {
	background: rgb(143,200,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
	background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
#button-cart.greenbtnprenota:hover {
	background: rgb(102,142,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
	background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}

.greenbtnprenota {
	background: rgb(143,200,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmYzgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjhlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(143,200,0,1) 0%, rgba(102,142,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,200,0,1)), color-stop(100%,rgba(102,142,0,1)));
	background: -webkit-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	background: linear-gradient(top,  rgba(143,200,0,1) 0%,rgba(102,142,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#668e00',GradientType=0 );
}
.greenbtnprenota:hover {
	background: rgb(102,142,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OGUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZmM4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(102,142,0,1) 0%, rgba(143,200,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,142,0,1)), color-stop(100%,rgba(143,200,0,1)));
	background: -webkit-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	background: linear-gradient(top,  rgba(102,142,0,1) 0%,rgba(143,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e00', endColorstr='#8fc800',GradientType=0 );
}
.btnprenota {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;

}
.titlebtnprenota {
	padding: 9px;
	float: left;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.pricebtnprenota {
	padding: 9px;
	float: left;
	color: rgba(0,0,0,0.4);
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	text-transform: uppercase;	
	border-left: 1px solid rgba(0,0,0,0.2);
}

#videoplayerEploreat {
	width: 100%;
	height: 500px;
	background: rgba(81, 150, 191, 0.60);
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	background: url("http://exploreat.eu/image/cache/catalog/home-Venice-San-Giorgio-Mag-jetty-pier-gondolas-boats-sea-evening-sunset-lights-light-lighting-1920x500.jpg") no-repeat center center;
	background-size: cover;
}
span.special_date_end{
	font-size:12px; 
	display: block; 
	line-height: 10px;
	text-transform:uppercase; 
	color:#999999;
}
div.special_date_end{
	background:#c8d428;
	color:#fff;
	margin-top:-25px;
	padding:2px 5px;
	text-transform:uppercase; 
	position:absolute;
}
#gift {
    margin-top: -10px;
}
#gift .wrap-gift {
    display: inline-block;
    font-size: 12px;
	text-transform:uppercase; 
	position: relative;
    padding-left: 10px;
    text-align: left;
}
#gift .wrap-gift .text-gift {
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: bold;
	color: #15BDCC !important;
    margin: 0;
}
#gift .gift-inner i{
color: rgb(255, 255, 255);
border-radius: 50%;
background: rgb(220, 224, 225) none repeat scroll 0% 0%;
height: 40px;
width: 40px;
padding-top: 8px;
font-size: 24px !important;
}

#gift .gift-inner i:hover {
    background: #c8d428;
	}
#gift .dropdown-menu {
    display:none;
	z-index:99999;
margin-top: 10px;
font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
background-color: white;
padding: 9px 11px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #c5c5c5;
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

#gift .dropdown-menu #tip {
background-image: url('/image/tip.png');
background-repeat: no-repeat;
background-size: auto;
height: 11px;
position: absolute;
top: -11px;
left: 100px;
width: 20px;
}

