/********************************************************
			Codezeel Custom Styles
********************************************************/
ul.faceted-slider::-moz-selection,
ul.faceted-slider::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider:hover::-moz-selection,
ul.faceted-slider:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li::-moz-selection,
ul.faceted-slider li::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li:hover::-moz-selection,
ul.faceted-slider li:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li p::-moz-selection,
ul.faceted-slider li p::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li p:hover::-moz-selection,
ul.faceted-slider li p:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div::-moz-selection,
ul.faceted-slider li div::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div:hover::-moz-selection,
ul.faceted-slider li div:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div div::-moz-selection,
ul.faceted-slider li div div::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div div:hover::-moz-selection,
ul.faceted-slider li div div:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div a::-moz-selection,
ul.faceted-slider li div a::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div a:hover::-moz-selection,
ul.faceted-slider li div a:hover::selection {
  background: none !important;
  background-color: transparent !important;
}
ul.faceted-slider li div a:focus::-moz-selection,
ul.faceted-slider li div a:focus::selection {
  background: none !important;
  background-color: transparent !important;
}
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms;
  -moz-transition: height 500ms;
  -ms-transition: height 500ms;
  -o-transition: height 500ms;
  transition: height 500ms;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: transparent;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}
/* mouse grab icon */
.grabbing {
  cursor:
    url("../img/codezeel/grabbing.png") 8 8,
    move;
}
.homeblog-latest .customNavigation {
  top: 42%;
}
.customNavigation {
  position: absolute;
  width: 100%;
  top: 47%;
  direction: ltr !important;
  right: 0;
}
.customNavigation a {
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  width: 38px;
  height: 38px;
  text-align: center;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.customNavigation a:hover {
  border-color: #252525;
  background-color: #252525;
}
.customNavigation a.prev {
  left: -50px;
  color: #fff;
  cursor: pointer;
  -o-transition: none;
  font-size: 0px;
}
.customNavigation a.next {
  right: -50px;
  color: #fff;
  font-size: 0px;
  cursor: pointer;
}
.customNavigation a.prev:before,
.customNavigation a.next:before {
  font-size: 22px;
  font-family: "FontAwesome";
  color: #000000;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  line-height: 35px;
  text-align: center;
}
.customNavigation a.prev:hover:before,
.customNavigation a.next:hover:before {
  color: #ffffff;
}
.customNavigation a.prev:before {
  content: "\f104";
}
.customNavigation a.next:before {
  content: "\f105";
  left: 5px;
}
#czleftbanner img,
#czrightbanner img {
  max-width: 100%;
}
#czleftbanner li,
#czrightbanner li {
  display: inline-block;
}
#czleftbanner li a,
#czrightbanner li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#czleftbanner li a:before,
#czrightbanner li a:before {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.top_button {
  background: url(../img/codezeel/top-arrow.png) no-repeat scroll 0 0;
  bottom: 20px;
  cursor: pointer;
  height: 45px;
  padding: 6px 12px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  z-index: 99;
  background-size: cover;
}
.flex-control-nav {
  z-index: 0 !important;
}
/********************************************************
							HEADER
********************************************************/
body {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
}
@font-face {
  font-family: "Nonchalance";
  src: url(../fonts/nonchalance-regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: "Nonchalance";
  src: url(../fonts/nonchalance-medium.otf);
  font-weight: medium;
}
@font-face {
  font-family: "Nonchalance";
  src: url(../fonts/nonchalance-bold.otf);
  font-weight: bold;
}
html,
body {
  overflow-x: hidden;
}
#header {
  z-index: 2;
}
#wrapper {
  z-index: 1;
}
#header .header-nav {
  /*display: none;*/
}
#header .header_logo {
  padding-top: 0;
}
#header .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .logo {
  height: 90px;
}
.user-info .account_text,
.user-info .account_desc,
.shopping-cart .cart-headding {
  font-size: 0;
}
#header .blockcart .blockcart-header > a.shopping-cart .mobile_count {
  left: 15px;
  height: 20px;
  width: 20px;
  padding: 3px 0px;
  text-align: center;
}
#header .header-top.fixed .user-info,
#header .header-top.fixed .search-widget,
#header .header-top.fixed .blockcart {
  z-index: 10;
}
/********************************************************
					MEGAMENU
********************************************************/
#_desktop_megamenu {
  display: none;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item:not(.nuove_collezioni) {
  position: relative;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item:first-child {
  display: none;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
  text-transform: uppercase !important;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  background-color: transparent;
  color: #303030;
  border: 0;
  padding: 22px 20px;
  min-height: unset;
  min-width: unset;
  border-radius: unset;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item.vintage > a {
  font-weight: 700;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item.saldi > a {
  font-weight: 700;
  color: #ce1f21;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item:not(:last-child)
  > a:before {
  content: "";
  position: absolute;
  right: -3px;
  width: 6px;
  height: 6px;
  background-color: #303030;
  top: 33px;
  border-radius: 50px;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  left: 5%;
  background-color: #d7d7d7;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item:hover a:after {
  height: 1px;
  width: 90%;
  background-color: #303030;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item.vintage:hover
  a:after {
  height: 2px;
  width: 90%;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item.saldi:hover
  a:after {
  height: 2px;
  width: 90%;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  > .menu_slidedown {
  left: 0 !important;
  background: #fff;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  > .menu_slidedown.cat-drop-menu
  li
  > .menu-dropdown {
  left: 0 !important;
}
#header .use-sticky,
#header .use-sticky.scroll-menu {
  width: max-content;
  max-width: unset;
}
#_desktop_megamenu .pos-menu-horizontal {
  width: max-content;
  max-width: unset;
}
#header .use-sticky.scroll-menu {
  position: relative;
  top: unset;
  left: unset;
  z-index: unset;
  border: none;
  margin: unset;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
  background: unset;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}
#header .use-sticky.scroll-menu:hover {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
#header
  .use-sticky.scroll-menu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  > a {
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-dropdown
  .submenu-item
  > a,
#_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item .column_title {
  background: none !important;
  margin-bottom: 0;
  color: #303030 !important;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  .menu-dropdown
  .pos-menu-col:not(:nth-child(2))
  .ul-column
  .submenu-item {
  margin: 10px 0 !important;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  .menu-dropdown
  .pos-menu-col:nth-child(2)
  .ul-column
  .submenu-item {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
#_desktop_megamenu
  .pos-menu-horizontal
  .menu-content
  .menu-item
  .menu-dropdown
  .pos-menu-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pos-menu-horizontal img {
  width: 100%;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.pos-menu-horizontal img:hover {
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  -webkit-transform: unset;
  transform: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.flex-control-paging li a {
  background: #ffffff;
  border: 1px solid #252525;
}
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
  background: #252525;
  border-color: #252525;
}
/********************************************************
					HOME SLIDE
********************************************************/
.display-top-inner,
.display-top-inner .container-fluid {
  padding: 0 !important;
  background-color: #fff;
}
.flexslider {
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}
.flexslider .flex-viewport {
  max-height: unset;
}
body#index .flex-direction-nav {
  display: none;
}
/********************************************************
			DISABILITA BLOCCO CATEGORIE
********************************************************/
#subcategories,
.block-categories {
  display: none !important;
}
/********************************************************
					BLOCCHI OCCHIALI
********************************************************/
.cms-banner-item .cms-banner-img > a::before,
.cms-banner-item .cms-banner-img > a::after {
  background-color: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  width: 0;
  z-index: 2;
}
.cms-banner-item .cms-banner-img > a::after {
  bottom: 0;
  right: 0;
}
.cms-banner-item .cms-banner-img > a::before {
  left: 0;
  top: 0;
}
.cms-banner-item:hover .cms-banner-img > a::before,
.cms-banner-item:hover .cms-banner-img > a::after {
  height: 100%;
  width: 100%;
}
.cms-banner-item .cms-banner-inner .cms-banner-img img {
  display: block;
  max-width: 100%;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.cms-part2 {
  background: rgba(0, 0, 0, 0) url("../img/megnor/bg-ptn.jpg") repeat scroll 0 0;
  float: right;
  margin-right: -70px;
  min-height: 600px;
  position: relative;
  transform: skew(13deg);
  width: 55%;
}
.part2-content {
  margin-top: 215px;
  position: relative;
  text-align: center;
  transform: skew(-13deg);
}
.cms-part2 .head-title {
  color: #000000;
  font-family: "Lustria", serif;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px;
  text-transform: capitalize;
}
.cms-part2 .sub-title {
  color: #000000;
  display: inline-block;
  margin-top: 22px;
  width: 56%;
}
.cms-part2 .offer-link {
  display: inline-block;
  margin: 40px auto 0;
  vertical-align: middle;
  width: 100%;
}
.cms-part2 .offer-link a {
  display: inline-block;
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 12px 43px;
  text-transform: capitalize;
  transition: all 0.3s;
  border: 1px solid #000000;
}
.cms-part2 .offer-link a:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #000000;
}
.tab-main-title {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
.tm-hometabcontent .tab-main-title {
  margin-bottom: 12px;
  margin-top: 10px;
}
.shortcode-title {
  position: relative;
  text-align: center;
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0) url("../img/megnor/heading-img.png") repeat-x
    scroll 0 center;
  margin-bottom: 0;
}
.product-accessories .shortcode-title,
.crosssell-products .shortcode-title,
.productscategory-products .shortcode-title {
  margin-bottom: 20px;
}
.big-title {
  /* display: block; */
  position: relative;
  text-align: center;
  color: #333333;
  display: inline-block;
  font-family: "Lustria", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  margin: 0 0 1px;
  padding: 0 50px;
  text-transform: capitalize;
  /* background: #fff;*/
}
#tmcms3_block .shortcode-title {
  background: transparent;
}
#tmcms3_block .big-title {
  margin-bottom: 0;
  border-bottom: 1px solid #333333;
  padding: 0;
}
.special-products .big-title {
  margin-bottom: 20px;
}
#tmcms3_block .bg_claim {
  position: absolute;
  top: 0;
  left: 0;
}
#tmcms3_block .bg_claim img {
}
#tmcms3_block {
  width: 100%;
  height: auto;
  display: flex;
}
#tmcms3_block .claim {
  display: flex;
  /* background-color: #f1e2cc; */
  /* background-color: transparent !important; */
  background: none;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
#tmcms3_block .claim .wrapper {
  padding: 40px 70px;
  /* float: left; */
  width: max-content;
  position: relative;
  /* padding-bottom: 76px; */
  background: #fff;
  margin: auto;
}
#tmcms3_block .image_store {
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-origin: border-box;
  /* transform: rotate(-6deg); */
}
#tmcms3_block .container {
  /* display: flex; */
  text-align: center;
  width: auto;
}
#tmcms3_block .container .btn_story {
  background-color: transparent;
  border: 0;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px !important;
  font:
    500 14px/22px "Roboto",
    sans-serif;
  display: inline-block;
  vertical-align: middle;
}
#tmcms3_block .container .btn_story a {
  padding: 0;
  z-index: 2;
}
#tmcms3_block .container .btn_story a:before {
  content: "";
  width: 40%;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: -15px;
}
#tmcms3_block .container .btn_story a:after {
  content: "";
  width: 40%;
  height: 3px;
  /* background: #333333; */
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border: 2px solid;
  z-index: 0;
}
#tmcms3_block .container .btn_story:hover a:after {
  content: "";
  width: 120%;
  height: 32px;
  /* background: #333333; */
  position: absolute;
  left: 40%;
  margin-left: -50%;
  top: -5px;
  border: 2px solid;
}
#tmcms3_block .container .claim_content {
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* margin-right: -15px; */
  /* margin-left: -15px; */
  /* margin: auto; */
}
#tmcms3_block .container .claim_content .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: auto;
}
#tmcms3_block .container .claim_content .pittogramma {
  text-align: center;
  display: block;
}
#tmcms3_block .container .claim_content .text {
  text-align: center;
  margin: 10px auto 20px auto;
  /* text-transform: uppercase; */
  color: #252525;
  display: block;
}
.homecms .shortcode-title {
  margin-bottom: 56px;
  margin-top: 90px;
  position: relative;
  text-align: center;
}
#homecms_tab {
  position: relative;
  width: calc(35% - 36px);
  float: left;
  margin: 0 36px 0 0;
}
#homecms_tab > ul {
  margin-bottom: 55px;
  padding: 0;
  float: left;
  text-align: center;
  width: 100%;
}
#homecms_tab li {
  display: inline-block;
  width: 100%;
}
#homecms_tab li a {
  background-color: #f7f7f7;
  border-bottom: 3px solid #ffffff;
  clear: both;
  color: #000000;
  cursor: pointer;
  display: block;
  float: none;
  font-family: "Dosis", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 24px 20px 24px 33px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
#homecms_tab li.selected a::after {
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #fa8b6e;
  border-top: 10px solid rgba(0, 0, 0, 0);
  content: "";
  left: 100%;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
#homecms_tab li.selected a {
  background-color: #fa8b6e;
  border-color: #fa8b6e;
  color: #ffffff;
}
.homecms .to-right {
  float: left;
  margin-top: 0;
  width: 100%;
  text-align: left;
}
.homecms .bottom-left {
  float: left;
}
.homecms .main-title {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.homecms .sub-title {
  margin-bottom: 20px;
  margin-right: 95px;
  text-align: left;
  position: relative;
}
.main-image-block img {
  max-width: 100%;
}
.homecms .left > div {
  float: left;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.homecms .bottom-left {
  float: left;
}
.bottom-feature {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 0 56px;
  text-align: left;
}
.bottom-list::before {
  color: #b3b3b3;
  content: "\f192";
  font-family: FontAwesome;
  left: -28px;
  position: absolute;
  top: 0;
  line-height: 41px;
}
.bottom-list {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
}
.homecms .to-right .main-image-block {
  float: right;
  margin: 0 27px;
  position: relative;
}
.first-block-content {
  margin-bottom: 62px;
  position: relative;
}
#homecms_tab .main-image-block {
  float: right;
}
#homecms_tab .spec-img {
  float: left;
  height: 30px;
  margin-right: 29px;
  width: 60px;
  background: rgba(0, 0, 0, 0) url("../img/icon/icon.png") no-repeat scroll 0 0;
}
#homecms_tab .first .spec-img {
  background-position: 0 4px;
}
#homecms_tab li.selected .first .spec-img {
  background-position: 0 -61px;
}
#homecms_tab .second .spec-img {
  background-position: 0 -126px;
}
#homecms_tab li.selected .second .spec-img {
  background-position: 0 -193px;
}
#homecms_tab .third .spec-img {
  background-position: 0 -256px;
}
#homecms_tab li.selected .third .spec-img {
  background-position: 0 -323px;
}
#homecms_tab .fourth .spec-img {
  background-position: 0 -387px;
  height: 32px;
}
#homecms_tab li.selected .fourth .spec-img {
  background-position: 0 -452px;
}
#homecms_tab .fifth .spec-img {
  background-position: 0 -517px;
  height: 36px;
}
#homecms_tab li.selected .fifth .spec-img {
  background-position: 0 -583px;
}
#tmcms3_block .homecms .tab_product {
  clear: none;
  float: left;
  margin: 0;
  width: 65%;
  padding-left: 36px;
  display: none;
}
#tmcms3_block .homecms .tab_product.selected {
  display: block;
}
#tmcms3_block .image_store img {
  /* filter: contrast(1.4) grayscale(0.8); */
}
#cms.cms-id-6 #main .page-header {
  display: none;
}
#cms.cms-id-6 #main #content {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}
#cms.cms-id-6 #main #content h3 {
  margin-top: 25px;
}
#cms.cms-id-6 #main #content img {
  margin: 15px;
  display: inline;
  max-width: 300px;
  height: auto;
  filter: saturate(0);
}
#cms.cms-id-6 #main #content .frase_mission {
  font-style: italic;
  font-weight: 600;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}
/**************************************
			PRODUCT LIST
***************************************/
#toggle_filter_sidebar {
  width: 100px;
  height: 29px;
  float: left;
  display: flex;
  margin-right: 10px;
  cursor: pointer;
  background-color: transparent;
}
#toggle_filter_sidebar button {
  padding: 0 5px;
  display: flex;
  width: 100%;
  background-color: transparent;
  position: relative;
  border: 0 !important;
  outline: none !important;
}
#toggle_filter_sidebar button:after {
  content: "";
  width: 2px;
  background-color: #ededed;
  height: 100%;
  right: -2px;
  position: absolute;
}
#toggle_filter_sidebar svg {
  height: 28px;
  margin: auto;
  fill: #000;
}
#toggle_filter_sidebar span {
  margin: auto;
  font-size: 18px;
}
#toggle_filter_sidebar:hover {
}
#toggle_filter_sidebar button:hover,
#toggle_filter_sidebar button.active {
  background-color: #000000;
  color: #fff;
  border: 0 !important;
  outline: none !important;
}
#toggle_filter_sidebar button:hover:after,
#toggle_filter_sidebar button.active:after {
  background-color: transparent;
}
#toggle_filter_sidebar button:hover svg,
#toggle_filter_sidebar button.active svg {
  fill: #fff;
}
#toggle_filter_sidebar button:hover span,
#toggle_filter_sidebar button.active span {
}
#content-wrapper {
}
.products .product_list li.item .product-price-and-shipping,
.products .product_list li.product_item .product-price-and-shipping {
  margin-bottom: 0px;
}
.products .product_list li .quick-view {
  display: none;
}
.block-category {
  margin-bottom: 0;
}
#newproduct_block {
  display: none !important;
}
.products .product_list li .outer-functional,
.products .product_list li .outer-functional:hover {
  left: 0px;
  display: none;
}
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  border: none;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.7);
}
.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color,
.color,
.custom-checkbox input[type="checkbox"] + span.color {
  border: none;
  box-shadow: none;
}
#search_filters .facet .facet-label {
  width: 100%;
  text-align: left;
}
#search_filters .facet .facet-label .custom-checkbox {
  top: 8px;
  margin-right: 0;
}
#search_filters .facet .facet-label .custom-radio {
  top: -6px;
  margin-right: 0;
}
#search_filters .facet .facet-label .custom-checkbox.color i.checkbox-checked,
#search_filters .facet .facet-label .custom-radio.color i.checkbox-checked {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 50px;
  color: #28a745;
  padding: 0px;
  border: 1px solid #28a745;
  text-align: center;
  font-weight: bold;
}
#search_filters .facet .facet-label .custom-checkbox.color,
#search_filters .facet .facet-label .custom-radio.color {
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #cacaca;
}
#search_filters .facet .facet-label .custom-checkbox.texture i.checkbox-checked,
#search_filters .facet .facet-label .custom-radio.texture i.checkbox-checked {
  position: absolute;
  right: 3px;
  top: -2px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 50px;
  color: #28a745;
  padding: 0px;
  border: 1px solid #28a745;
  text-align: center;
  font-weight: bold;
}
#search_filters .facet .facet-label .custom-checkbox.texture,
#search_filters .facet .facet-label .custom-radio.texture {
  top: 4px;
}
#search_filters .facet .facet-dropdown {
  padding: 0;
}
#search_filters .facet .facet-dropdown .select-title {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 5px;
  border-bottom: 1px solid #303030;
}
#search_filters .facet .facet-dropdown .dropdown-menu {
  padding: 0;
  width: 100%;
  margin: 0;
}
.isMobile #search_filters .dropdown-backdrop {
  display: none !important;
}
#search_filters .facet .facet-dropdown .dropdown-menu a.select-list {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 13px;
  text-transform: uppercase;
}
#search_filters .facet .facet-dropdown .dropdown-menu a.select-list:hover {
  background-color: #f3f3f3;
  color: #252525;
}
.js-mailalert {
  text-align: left !important;
}
.products .product-title {
  /* margin-top: 30px; */
}
.products .product-title a {
  text-transform: uppercase;
  font-size: 20px;
}
.products .product-price-and-shipping,
.product-price {
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 22px;
}
body#cart .product-line-info.product-price {
  display: none;
}
.products .description {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Quicksand", sans-serif;
}
.products .product_text p {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Quicksand", sans-serif;
}
.products .product_list.list li .btn.add-to-cart {
  border: 2px solid #64c57a;
  background: transparent;
  text-transform: uppercase;
  font-size: 18px;
  color: #64c57a;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.products .product_list.list li .btn.add-to-cart:focus,
.products .product_list.list li .btn.add-to-cart:hover {
  border-color: #64c57a;
  background: #64c57a;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
}
#product-availability .product-last-items,
.product-availability .product-last-items {
  background-color: transparent;
  padding: 3px 12px 5px;
  border: 1px solid #ff9a52;
  color: #ff9a52;
  border-radius: 3px;
  font-weight: 700;
}
.products .product_list.list li .quick-view {
  width: 42px;
  height: 45px;
  text-align: center;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.products .product_list.list li .quick-view i.material-icons {
}
.products .product_list.list li .quick-view:hover {
}
#js-product-list .comments_note span {
  display: none;
}
.plist_attribute_images {
  min-height: 65px;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
body#product #productscategory-carousel .item .plist_attribute_images {
  min-height: 61px;
}
.plist_attribute_images .variant-counter {
  /*display: none;*/
}
.plist_attribute_images .variant-counter {
  min-height: 48px;
  line-height: 48px;
  min-width: 100%;
}
body.isMobile .plist_attribute_images .variant-counter {
  /* display: none; */
}
body:not(.isMobile):not(#product)
  .plist_attribute_images
  .variant_thumbnails_container {
  display: flex;
  place-content: center;
}
body:not(.isMobile)
  .product_item:hover
  .plist_attribute_images
  .variant_thumbnails_container {
  min-height: 48px;
}
body.isMobile .plist_attribute_images .variant_thumbnails_container {
  display: none;
  width: 100%;
}
body.isMobile .item:hover .plist_attribute_images .variant_thumbnails_container,
body.isMobile
  .product:hover
  .plist_attribute_images
  .variant_thumbnails_container,
body.isMobile
  .product_item:hover
  .plist_attribute_images
  .variant_thumbnails_container {
  display: block;
}
.plist_attribute_images .variant_thumbnails_container a {
  display: none;
}
body.isMobile .plist_attribute_images .variant_thumbnails_container a,
body#product .plist_attribute_images .variant_thumbnails_container a,
.product_item:hover .plist_attribute_images .variant_thumbnails_container a {
  display: inline-block;
  margin: 5px 2.5px 0 2.5px;
}
body.isMobile .plist_attribute_images .variant_thumbnails_container a {
  margin-top: 5px;
  margin-bottom: 5px;
  float: none;
}
#productscategory-carousel .item:hover .plist_attribute_images .variant-counter,
.product_item:hover .plist_attribute_images .variant-counter {
  display: none;
}
.plist_attribute_images a {
  display: inline-block;
  margin: 0 0 0px 0;
}
.plist_attribute_images img {
  margin-bottom: 0px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  margin-top: 0px;
}
.plist_attribute_images img:hover {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #000000 !important;
}
#product .plist_attribute_images img {
  width: 100px;
}
.products .product-thumbnail img.fliper_image {
  /* display: none !important; */
  transform: unset !important;
}
/**************************************
			PRODUCT PAGE
***************************************/
#category #search_filter_toggler,
#manufacturer #search_filter_toggler,
#new-products #search_filter_toggler,
#best-sales #search_filter_toggler,
#prices-drop #search_filter_toggler {
  width: 100%;
  border-bottom: 1px solid #808080;
  color: #000000;
  background-repeat: no-repeat;
  text-align: left;
  background-color: #fff;
}
#category #search_filter_toggler svg,
#manufacturer #search_filter_toggler svg,
#new-products #search_filter_toggler svg,
#best-sales #search_filter_toggler svg,
#prices-drop #search_filter_toggler svg {
  width: 21px;
  display: inline;
  float: left;
  margin-right: 4px;
}
#category #search_filter_toggler:hover,
#manufacturer #search_filter_toggler:hover,
#new-products #search_filter_toggler:hover,
#best-sales #search_filter_toggler:hover,
#prices-drop #search_filter_toggler:hover {
  width: 100%;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}
#category #search_filter_toggler:hover svg,
#manufacturer #search_filter_toggler:hover svg,
#new-products #search_filter_toggler:hover svg,
#best-sales #search_filter_toggler:hover svg,
#prices-drop #search_filter_toggler:hover svg {
  fill: #fff;
}
body#product
  #productscategory-carousel
  .item
  .plist_attribute_images
  .variant_thumbnails_container {
  display: none;
}
body#product.isMobile
  #productscategory-carousel
  .item
  .plist_attribute_images
  .variant_thumbnails_container {
  /* display: flex; */
}
body#product
  #productscategory-carousel
  .item:hover
  .plist_attribute_images
  .variant_thumbnails_container {
  display: block;
  place-content: center;
}
body#product
  #productscategory-carousel
  .item
  .plist_attribute_images
  .variant_thumbnails_container
  img {
  width: 70px;
}
body#product.product-id-manufacturer-0 .pp-right-column .titolo > div,
body#product.product-id-manufacturer-0 .pp-right-column .primary_info > div {
  margin: 0;
  padding: 0;
  width: 100%;
}
.blockreassurance_product > div {
  padding: 10px 5px;
}
.blockreassurance_product > div:not(:nth-last-child(2)):not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.blockreassurance_product .item-product {
  margin-right: 10px;
}
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  visibility: visible !important;
}
#circle-thumbnails {
  display: block;
  width: 100%;
}
#circle-thumbnails ul.product_list.gridcount {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#circle-thumbnails ul.product_list.gridcount li.thumb-container {
  float: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  overflow: hidden;
}
#circle-thumbnails ul.product_list.gridcount li.thumb-container div.thumb {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
#circle-thumbnails ul.product_list.gridcount li.thumb-container div.thumb:hover,
#circle-thumbnails
  ul.product_list.gridcount
  li.thumb-container
  div.thumb.selected {
  cursor: pointer;
  background-color: #000;
} /*
body#product.product-id-23 .product-cover,
body#product.product-id-23 #circle-thumbnails{
	display: none !important;
}
body#product.product-id-23 #circle-thumbnails2{
	display: block !important;
}*/
#circle-thumbnails2 {
}
#circle-thumbnails2 #circleThumbnailIndicators {
}
#circle-thumbnails2 #circleThumbnailIndicators ol.carousel-indicators {
  position: relative;
  border: unset;
  left: unset;
  width: auto;
  z-index: unset;
  display: flex;
  bottom: unset;
  margin: auto 5px;
}
#circle-thumbnails2 #circleThumbnailIndicators ol.carousel-indicators li {
  float: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50%;
  margin: 0 10px;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
}
#circle-thumbnails2
  #circleThumbnailIndicators
  ol.carousel-indicators
  li.active {
  background-color: #000;
}
#circle-thumbnails2 .carousel-control-prev span.carousel-control-prev-icon,
#circle-thumbnails2 .carousel-control-next span.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
#circle-thumbnails2 .carousel-control-prev {
  left: 0;
  justify-content: flex-start;
}
#circle-thumbnails2 .carousel-control-prev span.carousel-control-prev-icon {
}
#circle-thumbnails2 .carousel-control-prev span.carousel-control-prev-icon svg {
  fill: #000;
}
#circle-thumbnails2 .carousel-control-next {
  right: 0;
  justify-content: flex-end;
}
#circle-thumbnails2 .carousel-control-next span.carousel-control-next-icon {
}
#circle-thumbnails2 .carousel-control-next span.carousel-control-next-icon svg {
  fill: #000;
}
#carousel-navigation {
  display: flex;
  min-width: 100%;
  max-width: 100%;
}
#circle-thumbnails2 .carousel-control-prev,
#circle-thumbnails2 .carousel-control-next {
  display: flex;
  width: 25px;
  color: #fff;
  text-align: right;
  opacity: 1;
  left: unset;
  justify-content: unset;
}
#circle-thumbnails2 .carousel-control-prev {
  margin: auto 5px auto auto;
}
#circle-thumbnails2 .carousel-control-next {
  margin: auto auto auto 5px;
}
#circle-thumbnails2:hover .carousel-control-prev,
#circle-thumbnails2:hover .carousel-control-next {
  opacity: 1;
}
#circle-thumbnails2 #circleThumbnailIndicators .carousel-inner {
}
#circle-thumbnails2 #circleThumbnailIndicators .carousel-item {
}
#circle-thumbnails2 #circleThumbnailIndicators .carousel-item img {
}
#circle-thumbnails2 #circleThumbnailIndicators .carousel-item.active {
}
#circle-thumbnails2 #circleThumbnailIndicators .carousel-item.active img {
}
#mobile_zoom_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  display: block;
  background-color: #fff;
}
#mobile_zoom_btn:before {
  content: "";
  width: 20px;
  height: 20px;
  left: 2px;
  top: 2px;
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
}
#mobile_zoom_btn:hover:before {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
#mobile_zoom_btn:after {
  content: "";
  width: 11px;
  height: 2px;
  top: 24px;
  left: 19px;
  position: absolute;
  display: block;
  /* background-color: red; */
  border-radius: 50px;
  transform: rotate(45deg);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
}
#mobile_zoom_btn:hover:after {
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
}
#mobile_zoom_btn:hover {
}
#mobile_zoom_btn svg {
  width: 100%;
  height: auto;
}
#mobile_zoom_btn svg:hover {
}
#mobile_img_product_zoom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999999;
  display: none;
  /*opacity: 0;*/
}
#mobile_img_product_zoom svg {
  cursor: pointer;
}
#mobile_img_product_zoom #img_product_zoom_navigations {
  position: absolute;
  bottom: 25px;
  width: calc(100% - 50px);
  left: 25px;
  text-align: center;
  z-index: 9999999;
}
#mobile_img_product_zoom #img_product_zoom_navigations a {
  width: 25px;
  height: 25px;
  display: inline-block;
}
#mobile_img_product_zoom #img_product_zoom_navigations a span {
}
#mobile_img_product_zoom #img_product_zoom_navigations a svg {
  width: 25px;
  height: 25px;
}
#mobile_img_product_zoom #img_product_zoom_navigations a.carousel-control-prev,
#mobile_img_product_zoom #img_product_zoom_navigations a.carousel-control-next {
}
#mobile_img_product_zoom #img_product_zoom_navigations a.carousel-control-prev {
}
#mobile_img_product_zoom #img_product_zoom_navigations a.carousel-control-next {
}
#mobile_img_product_zoom .close_zoom {
  width: 25px;
  height: 25px;
  margin: 0 15px;
}
#mobile_img_product_zoom .close_zoom svg {
}
#mobile_img_product_zoom > .zoom {
  margin: auto;
  width: 80%;
  position: relative;
}
#mobile_img_product_zoom img {
  cursor: grab;
}
[available="sold-out"] .product-quantity .qty {
  display: none;
}
[available="sold-out"] .product-quantity .add .add-to-cart,
[available="sold-out"] .product-quantity .add .add-to-cart:hover {
  cursor: default;
  background-color: transparent;
  border: 3px solid #ce1f21;
  color: #ce1f21;
  opacity: 1;
}
/**************************************
			FEATURE ICON
***************************************/
.feature_icon {
  width: 50px;
}
#search_filters .feature_icon {
  width: 50px;
}
#search_filters .facet .facet-label .custom-checkbox.feature_icon_container,
#search_filters .facet .facet-label .custom-radio.feature_icon_container {
  left: -2px;
  width: 55px;
  top: 1px;
}
#search_filters
  .facet
  .facet-label
  .custom-checkbox.feature_icon_container
  i.checkbox-checked,
#search_filters
  .facet
  .facet-label
  .custom-radio.feature_icon_container
  i.checkbox-checked {
  position: absolute;
  right: 3px;
  top: -2px;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  border-radius: 50px;
  background-color: #28a745;
  color: #fff;
  padding: 0px;
}
#search_filters
  .facet
  .facet-label
  .custom-checkbox.feature_icon_container
  .ps-shown-by-js,
#search_filters
  .facet
  .facet-label
  .custom-radio.feature_icon_container
  .ps-shown-by-js {
  width: 52px;
  height: 25px;
  border: 0;
}
#search_filters .facet .facet-label .custom-checkbox.feature_icon_container + a,
#search_filters .facet .facet-label .custom-radio.feature_icon_container + a {
  width: calc(100% - 65px);
  font-weight: 500;
}
#search_filters .facet .faceted-slider p {
  color: #303030;
}
.product_item .feature_icon {
  width: 50px;
}
/* Flexslider */
#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #f2f2f2;
  width: 100%;
  min-height: 580px;
  z-index: 9999;
}
/**************************************
		DESKTOP TOPBAR MENU
***************************************/
.menu#menu_tip_occhiali {
  width: auto;
  margin: 0 auto 0 0;
  float: left;
  height: 40px;
  display: flex;
}
.menu#menu_tip_occhiali .categories {
  /* min-width: 460px; */
  margin: auto 0;
}
.menu#menu_tip_occhiali .categories .category {
  width: auto;
}
.menu#menu_tip_occhiali .categories .category a.link-item {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 16px;
  white-space: nowrap;
}
.menu#menu_tip_occhiali .categories .category a.link-item:last-child {
}
/**************************************
	TAB VISTA/SOLE/VINTAGE HOME
***************************************/
#czcategorytabs1 .products-section-title,
#czcategorytabs .products-section-title {
  margin-bottom: 15px;
}
#czcategorytabs1 .nav-item .category-title,
#czcategorytabs .nav-item .category-title {
  font-size: 18px;
  font-weight: normal;
}
#czcategorytabs1 .czcategory-tab {
  /*display: none;*/
}
/**************************************
			COOKIES NOTIFY
***************************************/
#cookieNotice {
  opacity: 1 !important;
  z-index: 999999999999 !important;
}
#cookieNotice table tr td:first-child {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#cookieNotice p {
  padding: 10px 15px !important;
}
#cookieNotice .closeButtonNormal {
  padding: 2px 5px !important;
  color: #1e1e1e !important;
  font-weight: 700 !important;
}
/********************************************************
		PRODOTTI DISPONIBILI SOLO IN STORE
********************************************************/
.only_in_store_item .product-price-and-shipping {
  opacity: 1 !important;
}
.only_in_store_label {
  text-align: center;
}
.products .only_in_store_item .only_in_store_label,
#products .only_in_store_item .only_in_store_label {
  bottom: auto;
  text-transform: uppercase;
  color: #000;
  position: absolute;
  top: calc(100% - 45px);
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  padding: 7px 10px;
  box-shadow: 0 0px 5px 0px #ddd;
  line-height: normal;
  min-height: 60px;
}
#product .only_in_store_item .product-prices {
  /*display: none !important;*/
}
#product .only_in_store_item .product-quantity > .qty {
  display: none !important;
}
#product .only_in_store_item .product-information .only_in_store_label {
  color: #ffffff;
  text-align: center;
  padding: 10px;
  line-height: normal;
  width: 100%;
  font-size: 1rem;
  font-weight: 900;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 3px;
}
/********************************************************
							FOOTER
********************************************************/
.footer-container .block-social li.facebook:hover a:before {
  color: #4267b2;
}
.footer-container .block-social li.instagram:hover a:before {
  color: #d82b7e;
}
.payement_logo_block a img {
  /* filter: unset !important; */
  /* -webkit-filter: unset !important; */
}
[installment-container] {
  margin-top: 15px;
  /*border-top: 5px solid #cacaca;*/
}
#vedi_sedi a {
  color: #fff;
  width: 100%;
}
#vedi_sedi a:hover {
  color: #303030;
}
/**************************************
			VINTAGE BTN
***************************************/
.custom_btn {
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f2f2f2;
}
.custom_btn .row {
}
.custom_btn .row > div {
}
.custom_btn .row > div p {
  font-size: 1.3rem;
  margin-bottom: 0px;
}
.custom_btn .row > div a {
  display: inline-block;
  padding: 5px 15px;
  background-color: transparent;
  border: 2px solid #323232;
  color: #323232;
  cursor: pointer;
  margin-left: 5px;
  font-weight: 600;
}
.custom_btn .row > div a:hover {
  background-color: #323232;
  color: #fff;
}
.whatsappDiv.right {
  left: 5px;
  right: unset;
  bottom: 12px;
}
/**************************************
        CUSTOM NEWSLETTER POPUP
***************************************/
.wt-popup {
  height: auto;
}
.wt-popup .inner {
  width: 100%;
}
.wt-popup .inner .newsletter-content {
  padding: 50px 25px;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.g-banner-popup h3 {
  font-family: inherit;
  color: #000;
}
.g-banner-popup .line {
  height: 5px;
  width: 100px;
  margin: 0 auto;
  background-color: #f12a43;
  border-radius: 50px;
}
.g-banner-popup p {
  font-size: 1rem;
}
.g-banner-popup p strong {
  font-weight: 900;
}
.newsletter-form {
}
.newsletter-form .checkbox {
  left: 0;
}
.g-newsletter-form {
  float: none;
  border: 0;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: 300px;
}
#regisNewsletterMessage {
  height: auto;
}
.newsletter-form p.policy {
  font-size: 0.6rem;
  margin-bottom: 0;
  line-height: normal;
}
.newsletter-form p.notice {
  font-size: 0.6rem;
  margin-bottom: 0;
  line-height: normal;
}
.wt-popup-close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.wt-popup-close a {
  text-align: right;
  float: right;
  background-color: #000;
  width: 90%;
  height: 90%;
  border-radius: 0 0 0 120px;
  display: flex;
}
.wt-popup-close a img {
  margin: 6px 6px auto auto;
  width: 35px;
}
.banner-brand {
  display: none;
  margin-top: -30px;
  margin-bottom: 30px;
}
.banner-brand .logo {
}
.banner-brand .logo img {
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: block;
}
.banner-brand .banner {
}
.banner-brand .banner img {
  width: 100%;
}
.banner-brand .description p {
  font-weight: 500;
  text-align: center;
  padding: 0 25px;
  max-width: 992px;
  margin: auto;
}
/**************************************
			RESPONSIVE
***************************************/
@media (max-width: 1600px) {
  .customNavigation a.prev {
    left: 0;
  }
  .customNavigation a.next {
    right: 0;
  }
}
@media (max-width: 1459px) {
  #index .spinner {
    min-height: 475px;
  }
}
@media (max-width: 1199px) {
  #header .header-top .header-right {
    width: 80%;
  }
  #index .spinner {
    min-height: 388px;
  }
}
#_desktop_search_filters_clear_all button,
#_mobile_search_filters_clear_all button {
  text-transform: unset !important;
}
@media (max-width: 991.9px) {
  .active_filters .active-filter-title {
    display: block;
  }
  #toggle_filter_sidebar {
    display: none !important;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a:after {
    width: 80%;
    height: 1px;
  }
  #czcategorytabs .nav-tabs {
    text-align: center;
  }
  #_desktop_megamenu .pos-menu-horizontal,
  #header .use-sticky,
  #header .use-sticky.scroll-menu {
    width: 100%;
    max-width: 100%;
  }
  .pos-menu-horizontal img {
    width: 50%;
    margin: 0px 0px 0px 20px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    .column_title {
    display: none;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item {
    display: block;
    width: 100%;
    position: relative;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    .menu_opener {
    position: absolute;
    z-index: 2;
    right: 0;
    height: 100%;
    width: 50%;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
    text-align: left;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.hasChild
    > a:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #303030;
    background-color: transparent;
    right: 30px;
    content: "";
    position: absolute;
    top: 27px;
    border-radius: 50px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.hasChild
    > .menu_opener[aria-expanded="true"]
    + a:before {
    border-top: 7px solid #303030;
    border-bottom: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    background-color: transparent;
    right: 25px;
    top: 29px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:hover
    > .menu_slidedown,
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu_slidedown.cat-drop-menu
    li:hover
    > .menu-dropdown {
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:hover
    > .menu_slidedown,
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu_slidedown {
    opacity: 1;
    visibility: visible;
    -o-transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    position: relative;
    /* display: block; */
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu_slidedown
    .pos-menu-row {
    display: block;
    width: 100%;
    padding: 0 0px 10px 10px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu_slidedown
    .pos-menu-col {
    display: block;
    width: 100%;
    padding: 0px 0px 10px 10px !important;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu_slidedown
    .pos-menu-col:first-child {
    padding-bottom: 0px !important;
  }

  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.saldi
    > a:before {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #303030;
    background-color: transparent;
    right: 30px;
    content: "";
    position: absolute;
    top: 27px;
    border-radius: 50px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.saldi
    > a:after {
    display: none;
  }
  #header .header-top .header-inner-content {
    padding: 15px 0;
  }
  #header .header-top .header-right {
    width: auto !important;
  }
  #_mobile_main_menu li:nth-child(1),
  #_mobile_main_menu li:nth-child(2) {
    display: none;
  }
  #header .logo {
    margin-left: 30px;
  }
  #header .mobile-menu {
    position: absolute;
    left: 15px;
    height: 100%;
    top: 0;
    z-index: 99999;
    display: flex;
  }
  #header .menu-icon {
    padding: 7px 0;
    display: flex;
    height: 60px;
  }
  #header .slide .menu-icon {
    background-image: url(https://www.otticaparisi.it/img/ottica-parisi-logo-1594220424.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: 16px center;
  }
  #header .header-top.fixed {
    z-index: 2;
    background: #fff;
    position: fixed;
    min-height: 70px;
    top: 0;
    left: 0;
  }
  #header .menu-icon .cat-title {
    font-size: 0px;
    color: #000 !important;
    margin: auto 0;
  }
  #header .slide .menu-icon .cat-title {
    position: absolute;
    right: 22px;
  }
  #header .mobile-menu.fixed > .menu-icon {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50px;
    z-index: 0;
    padding: 12px 15px;
    animation: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  #header .mobile-menu .menu-icon .cat-title:after {
    display: block;
    font-family: "FontAwesome";
    content: "\F0C9";
    position: absolute;
    left: 0px;
    top: 11px;
    font-size: 18px;
    font-weight: 400;
  }
  #header .mobile-menu .menu-icon.active .cat-title:after {
    content: "\F00D";
  }
  #index .spinner {
    min-height: 424px;
  }
}
@media (max-width: 767px) {
  #cms.cms-id-6 #main #content img.img_1 {
    float: left;
    margin: 20px 20px 10px 0px;
  }
  #cms.cms-id-6 #main #content img.img_2 {
    float: right;
    min-width: 350px;
    margin: 20px 0px 10px 20px;
  }
  #czbannercmsblock {
    border: 5px solid rgb(0 0 0 / 50%);
  }
  #tmcms3_block {
    float: none !important;
    display: block;
    margin: 0px auto;
  }
  #tmcms3_block .image_store {
    display: flex;
    /* background-color: #fff; */
  }
  #tmcms3_block .image_store img {
    width: 100%;
    max-width: 300px;
    margin: auto;
    /* padding: 25px; */
    border: 35px solid #fff;
  }
  #tmcms3_block .claim .wrapper {
    margin: 0px auto;
    padding: 40px 90px;
    width: 100%;
  }
  #index .spinner {
    min-height: 453px;
  }
  #tmcms3_block .container .claim_content .pittogramma img {
    width: 120px;
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 575px) {
  body:not(.isMobile) .customNavigation {
    top: -40px;
  }
  #index .spinner {
    min-height: 335px;
  }
  #tmcms3_block .container .claim_content .pittogramma img {
    width: 90px;
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 479px) {
  #vintageBtn .row > div p {
    font-size: 1.1rem;
  }
  #vintageBtn .row > div a {
    display: block;
    width: max-content;
    margin: 10px auto 0 auto;
    clear: both;
  }
  #cms.cms-id-6 #main #content img.img_1,
  #cms.cms-id-6 #main #content img.img_2 {
    float: none;
    margin: 40px 0px 40px 0px;
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  #index .spinner {
    min-height: 276px;
  }
  #tmcms3_block .container .claim_content .pittogramma {
    width: 100%;
  }
  #tmcms3_block .container .claim_content .pittogramma img {
    width: 120px;
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 1.3rem;
    letter-spacing: 4px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #header .header-top .header-right {
    width: 80%;
  }
  #cms.cms-id-6 #main #content img.img_1 {
    float: left;
    margin: 40px 40px 20px 0px;
  }
  #cms.cms-id-6 #main #content img.img_2 {
    float: right;
    min-width: 500px;
    margin: 40px 0px 20px 40px;
  }
  #tmcms3_block .image_store,
  #tmcms3_block .claim {
    width: 50%;
    margin: 0 2%;
    margin-left: auto;
    background-color: #fff;
  }
  #tmcms3_block .image_store {
    display: flex;
  }
  #tmcms3_block .image_store img {
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    padding: 35px;
  }
  #tmcms3_block {
    width: 100%;
    height: auto;
    display: flex;
    /* min-height: 700px; */
    margin: 50px auto;
  }
  #tmcms3_block .claim .wrapper {
    padding: 60px 70px;
    /* float: left; */
    width: max-content;
    position: relative;
    /* padding-bottom: 76px; */
    background: #fff;
    margin: auto;
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 1.2rem;
    letter-spacing: 4px;
  }
  #tmcms3_block .container .claim_content .pittogramma img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  #columns_inner {
    display: flex;
    overflow: hidden;
  }
  #left-column {
    margin-left: -500px;
    opacity: 0;
    padding: 0px 20px 15px 0px;
    border-right: 1px solid #ededed;
  }
  #left-column #search_filters > .block_title {
    display: none;
  }
  #left-column .block .block_content {
    padding-top: 0px !important;
  }
  #content-wrapper {
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
  }
  #header .logo {
    height: 60px;
    margin-top: 16px;
  }
  #header .header-top .header-right {
    width: 85%;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
    font-size: 16px;
    padding: 22px 11px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:not(.nuove_collezioni)
    > .menu-dropdown {
    width: 450px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.vintage
    > .menu-dropdown {
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.saldi
    > .menu-dropdown {
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.nuove_collezioni
    > .menu-dropdown {
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.uomo
    > .menu-dropdown,
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.donna
    > .menu-dropdown {
    left: -166px !important;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.bambino
    > .menu-dropdown {
    left: unset !important;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:not(.nuove_collezioni)
    > .menu-dropdown
    > .pos-menu-row {
    width: 100%;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.nuove_collezioni
    > .menu-dropdown
    ul {
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.nuove_collezioni
    > .menu-dropdown
    ul
    li {
    width: 33.333333%;
    float: left;
    text-align: left;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item
    > .menu-dropdown
    > .pos-menu-row
    img {
    max-width: 150px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:not(:last-child)
    > a:before {
    top: 29px;
  }
  #mobile_img_product_zoom {
    display: none;
  }
  #cms.cms-id-6 #main #content img.img_1 {
    float: left;
    margin: 40px 40px 20px 0px;
  }
  #cms.cms-id-6 #main #content img.img_2 {
    float: right;
    min-width: 500px;
    margin: 40px 0px 20px 40px;
  }
  #tmcms3_block .image_store,
  #tmcms3_block .claim {
    width: 40%;
    margin: 0 5%;
    background-color: #fff;
    margin-left: auto;
    margin-left: a;
  }
  #tmcms3_block .image_store img {
    width: 100%;
    /* max-width: 400px; */
    margin: auto;
    padding: 50px;
  }
  body#category.category-id-14 #header .logo {
    height: auto;
    max-width: 180px;
    /* margin-top: 25px; */
  }
  #header .user-info {
    padding: 26px 0px 10px 24px;
  }
  #header .user-info:after {
    top: 25px;
  }
  #header .blockcart {
    margin-top: 29px;
  }
  #header .header-top .header-inner-content {
    padding: 10px 0;
  }
  /* IMPOSTA WIDGET RICERCA SU DESKTOP COME MOBILE */
  #header .search-widget {
    width: auto;
    float: right;
    margin: 29px 5px -51px 0;
    padding: 0;
  }
  #header .search-widget:after {
    content: "";
    border-right: 1px solid #e5e7e3;
    height: 40px;
    position: absolute;
    right: -12px;
    top: -4px;
  }
  #header .search-widget .search_button {
    display: inline-block;
    background: url(../img/codezeel/search.png) no-repeat scroll 0px -23px;
    background-size: 25px;
  }
  #header .search-widget .search_button:hover {
    background-position: 0px -88px;
    transition: none;
  }
  #header .search-widget .search_toggle {
    top: 55px;
    right: 0;
    display: none;
    z-index: 9;
    position: absolute;
    width: 270px;
  }
  #header .search-widget form button[type="submit"] {
    font-size: 0;
    width: 50px;
    background: url(../img/codezeel/search.png) no-repeat scroll center -8px;
    background-size: 22px;
  }
  #header .search-widget form button[type="submit"]:hover {
    background-position: center -64px;
    background-color: transparent;
  }
  #header .search-widget form input[type="text"] {
    padding-left: 15px;
    border: 1px solid #eee;
    padding-right: 40px;
    background: #fff;
    border-radius: 0;
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
  }
  /*NASCONDI LE CAT TIPOLOGIE OCCHIALI DAL MAIN MENU SU DESKTOP */
  #_desktop_main_menu li:nth-child(1),
  #_desktop_main_menu li:nth-child(2) {
    display: none !important;
  }
  #_desktop_main_menu {
    display: flex;
    width: auto;
    height: 100%;
    padding: 0;
  }
  #_desktop_main_menu #top-menu {
  }
  #_desktop_main_menu #top-menu li {
    float: left;
    position: relative;
    display: flex;
    height: 90px;
  }
  #_desktop_main_menu #top-menu li a {
    padding: 22px 15px;
    font-size: 18px;
    color: #303030;
    font-weight: 500;
    letter-spacing: 3px;
    margin: auto 0;
    text-transform: uppercase;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  #_desktop_main_menu #top-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    left: 5%;
    background-color: #000;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  #_desktop_main_menu #top-menu li:last-child a {
    text-transform: uppercase;
    font-weight: 700;
  }
  #_desktop_main_menu #top-menu li.current a:after,
  #_desktop_main_menu #top-menu li a:hover:after {
    width: 90%;
  }
  #_desktop_main_menu #top-menu li:last-child a:after {
    height: 2px;
  }
  #_desktop_main_menu #top-menu li:last-child a:hover:after {
    height: 2px;
  }
  #_desktop_main_menu #top-menu li:last-child a:hover {
  }
  #_desktop_main_menu #top-menu li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -3px;
    width: 6px;
    height: 6px;
    background-color: #303030;
    top: 43px;
    border-radius: 50px;
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 1.3rem;
    letter-spacing: 5px;
    line-height: 1.8rem;
  }
}
@media (min-width: 1200px) {
  #header .header-top .header-right {
    width: 82%;
  }
  #header .logo {
    height: 90px;
    margin-top: 0px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item:not(:last-child)
    > a:before {
    top: 33px;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
    font-size: 19px;
    padding: 22px 14px;
  }
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.nuove_collezioni
    > .menu-dropdown
    ul
    li {
    width: 33.333333%;
    float: left;
    text-align: left;
  }
  #cms.cms-id-6 #main #content img.img_1 {
    float: left;
    margin: 40px 40px 20px 0px;
  }
  #cms.cms-id-6 #main #content img.img_2 {
    float: right;
    min-width: 500px;
    margin: 40px 0px 20px 40px;
  }
  #_desktop_main_menu #top-menu li a {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 22px 15px;
    margin: auto 0;
  }
  body#category.category-id-14 #header .logo {
    height: auto;
    /* max-width: 280px; */
    /* margin-top: 10px; */
  }
  #tmcms3_block .container .claim_content .text {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 6px;
  }
}
@media (min-width: 1460px) {
  #_desktop_megamenu
    .pos-menu-horizontal
    .menu-content
    .menu-item.nuove_collezioni
    > .menu-dropdown
    ul
    li {
    width: 25%;
    float: left;
    text-align: left;
    margin-bottom: 10px !important;
  }
  #header .header-top .header-right {
    width: 81%;
  }
  #_desktop_megamenu .pos-menu-horizontal .menu-content .menu-item > a {
    font-size: 21px;
    padding: 22px 20px;
  }
  #_desktop_main_menu #top-menu li a {
    font-size: 21px;
    letter-spacing: 2px;
    padding: 22px 20px;
    margin: auto 0;
  }
  body#category.category-id-14 #header .logo {
    height: auto;
    /* max-width: unset; */
    /* width: 300px; */
    /* margin-top: 7px; */
  }
}
body.product-id-manufacturer-17 div[paypal-messaging-banner][data-pp-message] {
  display: none !important;
}
