.product-grid article .circle {
	width: 100% !important;
	left: 0;
	margin-left: 0 !important;
}
.pagination-nav .circle-btn.disabled:hover {
	border: 2px solid #D8D8D8;
}    		   	
@media (min-width: 768px) and (max-width: 1279px) {
	.product-grid .promo-circle {
		margin-top: 4vw;
	}
	.product-grid header {
	    padding-bottom: 3vw;
	}
	.product-grid footer {
	    padding-top: 2vw;
	    padding-bottom: 1vw;
	}
}
@media (min-width: 1280px) and (max-width: 1599px) {
	.product-grid .promo-circle {
		margin-top: 50px;
	}
	.product-grid header {
	    padding-bottom: 3vw;
	}				
	.product-grid footer {
	    padding-top: 3vw;
	    padding-bottom: 2vw;
	}
}
@media (min-width: 1600px) {
	.product-grid .promo-circle {
  			margin-top: 50px;
  		} 
	.product-grid header {
	    padding-bottom: 60px;
	}
}
@media (min-width: 1200px) {
	.wishlist-grid {
	    width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
 			.wishlist-grid img {
 				width: 75%
	}
	.wishlist-grid footer .wishlist-remove {
 				padding: 7px 16px;
 			}
}
.product-filters.product-filters-active {
    z-index: 9999;
}
.iw-detail {
    display: inline-block;
    margin-top: 10px;
    margin-right: 0;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
    letter-spacing: 2px;
    line-height: 19px;
    color: #8D0439;
    font-family: "Titillium Web",sans-serif;
}
.iw-detail i {
    display: inline-block;
    vertical-align: middle;
    font-size: 23px;
    margin-right: 6px;
}

.favourite-btn {
	cursor: pointer;
}
.favourite-btn:hover {
	color: #3B3B3B !important;
}
.favourite-btn.active {
	color: #8D0439 !important;
}
.favourite-btn.active:hover {
	color: #8D0439 !important;
}
		
.btn-rounded-full.favourite-btn {
	cursor: pointer;
}
.btn-rounded-full.favourite-btn {
	background: #EDEDED !important;
}
.btn-rounded-full.favourite-btn:hover {
	background: #EDEDED !important;
}
.bg-grey7 .btn-rounded-full.favourite-btn {
	background: #D8D8D8 !important;
}
.bg-grey7 .btn-rounded-full.favourite-btn:hover {
	background: #D8D8D8 !important;
}
.btn-rounded-full.favourite-btn i {
	color: #3B3B3B !important;
}
.btn-rounded-full.favourite-btn:hover i {
	color: #3B3B3B !important;
}
.btn-rounded-full.favourite-btn.active {
	background: #3B3B3B !important;
}
.btn-rounded-full.favourite-btn.active:hover {
	background: #3B3B3B !important;
}
.btn-rounded-full.favourite-btn.active i {
	color: #EDEDED !important;
}
.btn-rounded-full.favourite-btn.active:hover i {
	color: #EDEDED !important;
}

h6 .color-name {
	text-transform: uppercase;
}

.single-product-details .product-variations ul li a {
    border: 2px solid #D8D8D8;
}

.txt-red,
.error {
	color: #8D0439;
}
a.error:hover, a.error:focus {
	color: #8D0439;
}
.form-field .error {
	font-size: 0.875em;
}
.bg-active .error {
	color: #fff;
}
.hasError input, .hasError .checkmark {
	border-color: #8D0439 !important;
}

.bg-active #formErrorsDisplay a {
	color: #fff;
}
.bg-active .bg-white .error {
    color: #8D0439;
}

.bg-white .label {
	color: black;
}
.bg-white .form-text {
	color: black;
}

.bootstrap-datetimepicker-widget {
  font-size: 1.125em; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 14em; }
    .bootstrap-datetimepicker-widget.dropdown-menu .table thead th {
      border-top: none; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td:hover {
    background-color: #8D0439; }
  .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #8D0439; }
  .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover,
  .bootstrap-datetimepicker-widget table td span.active {
    background-color: #8D0439; }
  .bootstrap-datetimepicker-widget table td.day {
    height: 1.75em;
    width: 2em;
    line-height: 1.75em; }
  .bootstrap-datetimepicker-widget table th {
    line-height: 1.75em;
    height: 1.75em;
    width: 2em; }
    .bootstrap-datetimepicker-widget table th.picker-switch {
      height: 34px;
      line-height: 34px; }

.datetimepicker input:focus {
  outline: none; }

.datetimepicker .input-group-text {
  position: absolute;
  bottom: 1em;
  right: 0;
  display: block !important;
  z-index: 1001;
  width: 3em;
  background: no-repeat;
  border: none; }
  
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 100%;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: #3B3B3B;
	padding: 10px 16px;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 2 */

.inputfile-2 + label {
    color: #3B3B3B;;
    border: 1px solid #E5E5E5;
    width: 100%;
    font-weight: normal;
    position: relative;
    border-radius: 26px;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #3B3B3B;
}

.inputfile-2 + label i {
	padding: 0 15px;
	position: absolute;
	right: 0;
	color: white;
	background: #8D0439;
	font-style: normal;
	top: 0;
	bottom: 0;
	line-height: 2.8em;
}

.group-file p,
.group-file label span {
    color: #fff;
}
.bg-white .group-file p,
.bg-white .group-file label span {
    color: #000;
}

.visionmirror-modal .mfp-image-holder .mfp-close, .visionmirror-modal .mfp-iframe-holder .mfp-close, .visionmirror-modal .blog-layer .mfp-close {
    top: 20px;
    right: 10px;
}
@media (min-width: 768px) {
	.visionmirror-modal .mfp-image-holder .mfp-close, .visionmirror-modal .mfp-iframe-holder .mfp-close, .visionmirror-modal .blog-layer .mfp-close {
		top: 20px;
	}
}

/*
.vision-mirror-wrapper .share-frame-container {
	padding: 0;
}
*/
.wishlist-promotion .wishlist-coupon.bck-white,
.wishlist-promotion .wishlist-coupon.bck-white .wishlist-coupon-discount div {
    background-color: #fff;
}

.info-promotion h4 {
	letter-spacing: 1.5px;
    color: #8D0439;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 991px) {
	.product-actions {
		max-width: 365px;
		margin-left: auto;
		margin-right: auto;
	}   
	.promoWebProduct {
		margin-top: 40px;
	}
}
/*
@media (min-width: 992px) and (max-width: 1024px) {
	.coupon-product {
		
	}
}
@media (min-width: 1920px) {
	.coupon-product {
		margin-top: 150px;
	}
}
*/
@media (min-width: 1200px)  and (max-width: 1440px) {
	.margin-top-less-150 {
		margin-top: -150px;
	}	
}
@media (min-width: 1441px)  and (max-width: 1600px) {
	.margin-top-less-150 {
		margin-top: -100px;
	}	
}

@media (min-width: 992px) and (max-width: 1365px) {
	body#dettaglio .col1 {
		max-width: 10%;
		flex: 0 0 10%;
		padding: 0 !important;
	}
	body#dettaglio .col2 {
		max-width: 55%;
		flex: 0 0 55%;
	}
	body#dettaglio .col3 {
		max-width: 35%;
		flex: 0 0 35%;
	}
	
	body#dettaglio .col4 {
		max-width: 10%;
		flex: 0 0 10%;
	}
	body#dettaglio .col5 {
		max-width: 45%;
		flex: 0 0 45%;
	}
	body#dettaglio .col6 {
		max-width: 45%;
		flex: 0 0 45%;
	}
}
@media (min-width: 1366px) and (max-width: 1600px) {
	body#dettaglio .col1 {
		max-width: 15%;
		flex: 0 0 15%;
	}
	body#dettaglio .col2 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	body#dettaglio .col3 {
		max-width: 35%;
		flex: 0 0 35%;
	}
	
	body#dettaglio .col4 {
		max-width: 15%;
		flex: 0 0 15%;
	}
	body#dettaglio .col5 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	body#dettaglio .col6 {
		max-width: 35%;
		flex: 0 0 35%;
	}
}

h4 a:hover, h4 a:focus {
	color: #8D0439;
	text-decoration: none;
}
h4 a {
	color: #8D0439;
	text-decoration: underline;
}

.header-hero.only-image:after {
	content: none;
}
.header-hero.only-image img {
	width: 100%;
}

@media (max-width: 991px) {
	.active-filters-wrapper .filter-chips .filter-chip {
	    float: left;
	}
}

.no-hover:hover {
	text-decoration: none;
}

/*1366x648,768, 1440x780,900, 1536x744,864, 1600x780,900, 1920x1080*/
@media (min-width: 1366px) {
	#slider-hero,
	#slider-hero .slider-hero .slick-list .slick-track,
	#slider-hero .slider-hero .slick-list,
	#slider-hero .slider-hero {
	    height: 48vw;
	}
}@media (min-width: 1440px) {
	#slider-hero,
	#slider-hero .slider-hero .slick-list .slick-track,
	#slider-hero .slider-hero .slick-list,
	#slider-hero .slider-hero {
	    height: 56.2vw;
	}
}
@media (min-width: 1536px) {
	#slider-hero,
	#slider-hero .slider-hero .slick-list .slick-track,
	#slider-hero .slider-hero .slick-list,
	#slider-hero .slider-hero {
	    height: 50vw;
	}
}
@media (min-width: 1600px) {
	#slider-hero,
	#slider-hero .slider-hero .slick-list .slick-track,
	#slider-hero .slider-hero .slick-list,
	#slider-hero .slider-hero {
	    height: 50vw;
	}
}
@media (min-width: 1920px) {
	#slider-hero .slider-hero .slick-list .slick-track,
	#slider-hero .slider-hero .slick-list,
	#slider-hero .slider-hero {
	    height: 50vw;
	}
}
@media (min-width: 992px) {
	.brand-list {
	    padding-bottom: 30px;
	}
}

.btn-vision-large {
	min-width: 300px;
	margin-bottom: 15px !important;
	position: relative;
	padding-right: 40px;
    padding-left: 20px;
}
@media (min-width: 360px) {
	.btn-vision-large {
		padding-right: 50px;
	    padding-left: 30px;
	}
}
.btn-vision-large i {
    position: absolute;
    right: 20px;
    font-size: 20px;
}
/*
@media (min-width: 992px) {
	.btn.btn-vision-large:hover:after, button.btn.btn-vision-large:hover:after {
	    opacity: 0;
	    width: 0;
	    padding-left: 0;
	    color: transparent;
	}
}
*/

@media (max-width: 991px) {
	.single-product-details .btn-rounded-full {
	    top: 0;
	}
}

.btn-opticalCenter-call {
	text-decoration: none !important;
}
@media (min-width: 992px) {
	.btn-opticalCenter-call {
		bottom: 40px;
		position: absolute;
		left: 50px;
	}
}

@media (min-width: 992px) {
	.btn.small, button.btn.small {
	    padding: 7px 32px;
	}
}

@media (max-width: 767px) {
	.info-promotion {
		padding-top: 60px;
	}
}

.btn-header-call {
	display: none;
}
.optical-center-title span {
	font-weight: 700;
}
.optical-center-title span:first-child {
	margin-right: 15px;
}
.optical-center-title span:last-child {
	margin-left: 15px;
}
.optical-center-title i {
	position: relative;
	width: 1.5em;
}
.optical-center-title i:before {
	color: #9d9ea3;
	position: absolute;
    top: -0.75em;
    left: -0.35em;
}
@media (min-width: 768px) {
	.optical-center-title span {
		font-size: 18px;
	}
	.optical-center-title i {
		font-size: 1.5em;
	}
}
@media (min-width: 992px) {
	.optical-center-title span {
		font-size: 22px;
	}
	.optical-center-title i {
		font-size: 1.5em;
	}
}
@media (min-width: 1920px) {
	.optical-center-title span {
		font-size: 28px;
	}
	.optical-center-title i {
		font-size: 2em;
	}
	.optical-center-title i:before {
		color: #9d9ea3;
		position: absolute;
	    top: -0.75em;
	}
}
body.optical-center.landing .row-header .header-logo-col .logo-back p {
	letter-spacing: 0px;
	font-size: 14px;
	font-weight: 700;
}
@media (min-width: 1200px) {
	body.optical-center.landing .header-hero > .container {
	    margin-top: 30px;
	    margin-bottom: 70px;
	}
	body.optical-center.landing .header-image {
	    margin-top: -70px;
	}
	body.optical-center.landing .row-header .header-logo-col .logo-back i.icon-bkg-big {
	    font-size: 22px;
	}
	body.optical-center.landing .header-hero:after {
	    bottom: -220px;
	}
}
body.optical-center.landing .btn-find-visionottica.btn-find-visionottica-fixed:hover {
    margin-left: -290px;
}

@media (min-width: 1600px) {
	.btn-header-call {
		display: inline-block;
	}
}

.color-black {
  color: #000000 !important; }

.color-grey {
  color: #737371 !important; }

.color-grey2 {
  color: #6F6F6F !important; }

.color-grey3 {
  color: #A7A7A7 !important; }

.color-grey4 {
  color: #E5E5E5 !important; }

.color-grey5 {
  color: #ADADAD !important; }

.color-grey6 {
  color: #C7C7C7 !important; }

.color-grey7 {
  color: #EDEDED !important; }

.color-grey8 {
  color: #D8D8D8 !important; }

.color-grey9 {
  color: #DDDDDD !important; }

.color-light-grey {
  color: #F3F3F3 !important; }

.color-active {
  color: #8D0439 !important; }

.color-active-dark {
  color: #7D0433 !important; }

.color-blue {
  color: #19395B !important; }

.color-green {
  color: #A2C89C !important; }

.color-violet {
  color: #B78BED !important; }

.color-yellow {
  color: #F0D96D !important; }

.color-cyan {
  color: #B0E2E7 !important; }

.color-brown {
  color: #8F673B !important; }

.color-red {
  color: #EA4E4E !important; }

.color-orange {
  color: #E69853 !important; }

.color-pink {
  color: #F5BFBF !important; }

.color-gold {
  color: #A9A47C !important; }
  
.color-white {
  color: #FFFFFF !important; }
  
.color-white p a {
  color: #FFFFFF !important; }
  
.background-75-red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d0439+1,8d0439+75,ffffff+75,ffffff+75 */
background: #8d0439; /* Old browsers */
background: -moz-linear-gradient(top, #8d0439 1%, #8d0439 75%, #ffffff 75%, #ffffff 75%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8d0439 1%,#8d0439 75%,#ffffff 75%,#ffffff 75%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8d0439 1%,#8d0439 75%,#ffffff 75%,#ffffff 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0439', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}
.background-65-red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d0439+1,8d0439+75,ffffff+75,ffffff+75 */
background: #8d0439; /* Old browsers */
background: -moz-linear-gradient(top, #8d0439 1%, #8d0439 65%, #ffffff 65%, #ffffff 65%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8d0439 1%,#8d0439 65%,#ffffff 65%,#ffffff 65%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8d0439 1%,#8d0439 65%,#ffffff 65%,#ffffff 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0439', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}
.background-55-red {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d0439+1,8d0439+75,ffffff+75,ffffff+75 */
background: #8d0439; /* Old browsers */
background: -moz-linear-gradient(top, #8d0439 1%, #8d0439 55%, #ffffff 55%, #ffffff 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #8d0439 1%,#8d0439 55%,#ffffff 55%,#ffffff 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #8d0439 1%,#8d0439 55%,#ffffff 55%,#ffffff 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0439', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	
}
.background-red {
	background-color: #8d0439;
} 
@media (max-width: 768px) {
	.background-red-mobile {
		background-color: #8d0439;
	}
	.bPadding30-mobile {
		padding-bottom: 30px;
	}
}

@media (min-width: 1200px) {
	body.optical-center.center .header-image {
	    margin-top: -228px;
	}
}

@media (min-width: 992px) {
	.form.opticalCenter {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 767px) {
	#iw-container .iw-content .btn.btn-booking {
		white-space: normal;
	}
	body.optical-center .row-header .header-logo-col.landing {
		padding: 4px 0 0 0 !important;
	}
	body.optical-center .row-header .header-logo-col.landing .logo-back i.icon-back {
	    font-size: 18px;
	}
	body.optical-center .row-header .header-logo-col.landing .logo-back i.icon-bkg-big {
	    font-size: 15px;
	}
}

.h6.note {
  	letter-spacing: 1px;
}
.h6.note a {
	color: #499B00;
  	font-weight: 700; 
}

.main-accordion a.toggler {
   	color: #3B3B3B;
   	text-decoration: none;
}
.main-accordion a.toggler .icon-arrow {
	position: absolute;
    left: 10px;
    color: #8D0439;
    width: 28px;
    height: 28px;
    background: white;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
}
@media (min-width: 992px) {
   	.main-accordion a.toggler .icon-arrow {
	    left: 0;
    }
}
.main-accordion a.toggler .icon-arrow:before {
    transform: rotate(-90deg);
    position: absolute;
    left: 20%;
    top: 15%;
    z-index: 2;
}	    
.main-accordion a.toggler.collapsed .icon-arrow:before {
    transform: rotate(90deg);
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: 2;
}

@media (min-width: 2500px) {
	.headerimg-below-menu .header-hero.img-hero.hero-promo {
	    background-size: contain !important;
	    height: 25vw;
	}
	.header-hero.img-hero .tPadding170 {
	    padding-top: 250px;
	}
}

@media all and (-ms-high-contrast:none) {
	.headerimg-below-menu .header-hero > div {
		position: static
	}
}

#modalPopup {
	justify-content: center; 
	align-items: center; 
	background: rgba(86,86,86,0.7); 
	opacity: 1; 
	display: none;		
}
#modalPopup .modal-lg {
	max-width: 700px; 
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
@media (min-width:768px) {
	#modalPopup .modal-lg { 
		padding: 40px;
	}
}
#modalPopup .modal-lg p {
	line-height: 1.4em;
}
#modalPopup .modal-lg .close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.8;
}
#modalPopup .modal-lg .close:hover {
  opacity: 1;
}
#modalPopup .modal-lg .close:before, #modalPopup .modal-lg .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #333;
}
#modalPopup .modal-lg .close:before {
  transform: rotate(45deg);
}
#modalPopup .modal-lg .close:after {
  transform: rotate(-45deg);
}
#modalPopup .icon-location {
	color: #8D0439;
    font-size: 1.5em;
    background: #f5e4ec;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
@media (min-width: 992px) {
	.btn-find-visionottica.stick:hover {
		margin-left: -400px !important;
	}
}
.row-header #main-menu > ul > li a.submenu-arrow {
	display: none;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
	.header-scroll .row-header #main-menu > ul > li > a {
		padding: 0 15px 0 10px;
		white-space: nowrap;
	}
	.row-header #main-menu > ul > li a.submenu-arrow {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	#slider-hero .slider-hero.style-a .slide-hero .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-b .slide-hero .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-c .slide-hero .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-d .slide-hero .rounded-element .rounded-element-content {
		right: -15% !important;
		width: 70%;
	}
	#slider-hero .slider-hero.style-a .slide-hero .vertical-centering-wrapper.hover .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-b .slide-hero .vertical-centering-wrapper.hover .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-c .slide-hero .vertical-centering-wrapper.hover .rounded-element .rounded-element-content, #slider-hero .slider-hero.style-d .slide-hero .vertical-centering-wrapper.hover .rounded-element .rounded-element-content {
		right: -15% !important;
	}
}