@charset "utf-8";
/* CSS Document */
 html {
     scroll-behavior: smooth;
}
section {position: relative}
 @font-face {
     font-family: 'Assistant';
     src: url('/templates/divina2025/webfonts/Assistant-Bold.eot');
     src: url('/templates/divina2025/webfonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'), url('/templates/divina2025/webfonts/Assistant-Bold.woff2') format('woff2'), url('/templates/divina2025/webfonts/Assistant-Bold.woff') format('woff'), url('/templates/divina2025/webfonts/Assistant-Bold.ttf') format('truetype');
     font-weight: bold;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Assistant';
     src: url('/templates/divina2025/webfonts/Assistant-Light.eot');
     src: url('/templates/divina2025/webfonts/Assistant-Light.eot?#iefix') format('embedded-opentype'), url('/templates/divina2025/webfonts/Assistant-Light.woff2') format('woff2'), url('/templates/divina2025/webfonts/Assistant-Light.woff') format('woff'), url('/templates/divina2025/webfonts/Assistant-Light.ttf') format('truetype');
     font-weight: 300;
     font-style: normal;
     font-display: swap;
}
 @font-face {
     font-family: 'Assistant-Regular';
     src: url('/templates/divina2025/webfonts/Assistant-Regular.eot');
     src: url('/templates/divina2025/webfonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'), url('/templates/divina2025/webfonts/Assistant-Regular.woff2') format('woff2'), url('/templates/divina2025/webfonts/Assistant-Regular.woff') format('woff'), url('/templates/divina2025/webfonts/Assistant-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
     font-display: swap;
}
 h1,h2,h3,h4,h5,h6,li,p, a, .price_prd, legend, th {
    font-family: 'Assistant', sans-serif !important;
}

.divina_wish_box h2 {font-size:26px; font-weight: bold; padding: 10px}
.divina_chat {position: relative}
.pin_overlay {position: absolute; top:-60px ; right: calc(50% - 30px); width: 60px !important}
.main_icon_menu_mobile .nav-item svg {fill:#000}
.divina_access_box ul {width: 100%}
.chat_link {width: 100%; }

.column_product_search img {
    width: 100%;
    max-height: 300px;
    width: auto;
    margin: 0 auto;
    margin-bottom: -30px;
    display: block;
}

.cc_img {width: 50%; float: left}
.link-list-wrapper h4 {text-transform: uppercase}
.box_overlay_menu ul {width: 50%; float: left}
.pre_header_secondary .swiper-slide {display: flex; justify-content: center;align-items: center}
.swiper_pre_header img { width: 65px; padding: 0px; position: relative; left: -6px; top:-2px}
.swiper_pre_header p {float: left;}
img {width: 100%}
.navbar-nav .dropdown-menu {width: 100%; position: absolute !important; left: 0; top:110px; }
.nav-up .navbar-nav .dropdown-menu, .nav-down .navbar-nav .dropdown-menu {top:88px; }
.dropdown-menu{
    display:none;
}
.close_megamenu {z-index: 99999}
.dropdown-menu.show{
    display:block;
}
.dropdown-menu-single ul {padding: 30px 10%}
.dropdown-menu-single ul li {width:20%; float: left; padding: 0 20px; position: relative}
.dom_h3 {font-size:16px; font-weight: bold; text-align: left !important}
.dropdown-menu-single.show {position: fixed !important; left: 0; top:175px; width: 100%}
.prd_title_search h3 {font-size:24px; text-align: center; color:#000}
.prd_title_search h3 a { color:#000}
.prd_title_search h4 {font-size:14px; text-align: center; text-transform: uppercase; color:#000}
.dropdown-menu-single img { height: 250px; border-radius: 10px; object-position: center; object-fit: cover}
.dropdown-menu-single h3 { text-align: center; }
.dropdown-menu-single a { position: absolute; left: 0; top:0; height: 100%; width:100%}
.prd_dropdown-menu-single img {object-fit: contain; object-position: bottom; height: 180px}
.prd_dropdown-menu-single h4 {font-size:18px;}

.column_product_search {width: 50%; min-height: 400px; float: left}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}
#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 8px;
}
#sm_menu_ham span:nth-child(4) {
  top: 16px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}

.category_product {margin-top: 20px}

 .container_header {
     clear: both;
     max-width: 90%;
     margin: 0 auto;
}
 @-webkit-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .fadeInUp {
     -webkit-animation-name: fadeInUp;
     animation-name: fadeInUp;
}
 header .input-divina_2 {
     color: black;
}
 header .registrazione_button {
    color:white
}
 .pre_megamenu {
    overflow: hidden
}
 .pre_megamenu {
     background: red;
     width: 100vw;
     position: absolute;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
     z-index: -1;
}
 .box_menu_line {
    width:50%;
    float:left;
     padding:15px;
     min-height: 320px
}
 .box_menu_line:first-child {
    border-right:1px solid #777777
}
 .dropdown-menu a:hover {
    text-decoration: none
}
 .nav-item {
    font-family: 'Assistant', sans-serif;
     font-weight:bold;
}
.nav-item a {
    color:#fff;
}
 .nav-item img {
    width:100%
}

.nav-item-icon a {position: relative}

.accordion_menu_first {padding-left: 0; margin-bottom: 0; overflow: auto; padding-top: 10px;}

.content_box_overlay ul li a {color:#000;}



.cart_menu_qty {
font-size: 12px;
    padding: 0px 7px;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 50%;
    background: #e30613;
    color: white;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
	justify-content: center;
}
 .megamenu .dropdown-menu:before {
     height:100%;
     display: block;
     width:100vw;
     position: absolute;
     left: 50%;
     right: 50%;
     top:-3px;
     margin-left: -50vw;
     margin-right: -50vw;
     content: "";
     background: white;
}
.column_product_list_left {width: calc(100% - 180px); float:left}
.column_product_list {width: 50%; display: flex; align-items: center; float: left}

.column_product_list_left h3 a {color:#000}
.column_product_list_left h3  {font-size:22px}
.divina_wish_box img {width: 180px; height: auto;  float:left}
.row_mobile {background: #666; padding: 0 0; clear: both; overflow: auto; margin-bottom: 5px; border-radius: 5px}

.accordion_menu_img p {position: absolute; left: 5px; bottom:5px; color:#fff !important; font-weight: bold}
.accordion_menu_tr li {width: 31% !important; margin: 1% !important; background: transparent !important; float: left; overflow: auto; position: relative}
.accordion_menu_tr .row_mobile {width:95% !important; float: left}
.row_mobile img {width: 70px; float: left}
.accordion_menu_img img {height: 200px; object-fit: cover}
.first_footer_mobile_menu a {text-transform: uppercase}
.accordion_menu_tr .accordion_menu_img {padding: 0}
.accordion_menu_tr .row_mobile {clear:none}
.accordion_menu_tr .row_mobile p {padding-left: 0; font-weight: bold}
.row_mobile p {float: left; padding-left: 10px;}
.accordion_menu_second {padding:0 10px 10px 10px; margin-bottom: 10px; overflow: auto; }
.accordion_menu_second li { background: #d5d5d5 !important}
.accordion_menu a:hover {text-decoration: none}
 .col_megamenu h4 {
    font-size:1rem;
	 text-transform: uppercase;
     font-weight:bold;
}
 .col_megamenu {
     position: relative;
    border-right:1px solid #777777
}
 .col_megamenu:nth-child(5) {
    border-right:0
}
 .top_link {
    text-transform: uppercase
}
 span.icon-reload:before {
    display:none;
}
 .pre_header img {
     width:20px;
     margin-right:10px 
}
 .pre_header {
     padding:1px 0;
     margin-bottom:0;
     text-align: center;
     width: 100%;
     top: 0;
     color:white;
     position: relative;
     background-image: linear-gradient(to right, #e30613, #3973b9) !important;
}

/*HEADER*/
 .close-pre_header {
    position: relative;
     right:10px;
     top:1px;
     font-size:13px;
     font-weight:bold;
     float: left;
     border-radius: 100%;
     width: 20px;
     height: 20px;
     text-align: center;
     border:1px solid #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     display: block;
	 cursor: pointer;
	 transition: all .3s;
}
.close-pre_header:hover {background: #fff; color:#000;	 transition: all .3s;
}
 .close-pre_header span {
    position: relative;
     top:-1px
}

 header .container {
     clear: both;
     width: 90%;
	 max-width: 1600px;
     margin: 0 auto;
}

.container-fluid {max-width: 2200px}

 .divina_chat_box strong a {
    font-size:24px;
     color:#000;
     clear: both
}
 .divina_chat img {
    margin-right: 0 !important
}
 .close_box_overlay {
	 display: flex; 
	 justify-content: center; 
	 align-items: center;
    text-align: center;
     width: 30px;
	 border:1px solid #fff !important;
	 border-radius: 100%;
     height: 30px;
     font-weight: normal;
     font-size:18px;
    color:#fff;
     position: absolute;
     right: 10px;
    top:14px;
	 border: 1px solid #fff; 
	 border-radius: 100%; 
	 transition: all .3s;
     z-index: 99999;
}
.close_box_overlay:hover { cursor:pointer;color:#000 !important; background:#fff !important; transition: all .3s;}
.close_box_overlay:hover p {color:#000 !important; }
 .box_overlay_menu ul {
    padding-left: 0
}



.system_message {display: none !important}
 .box_overlay_menu, .system_message {
    position: fixed;
     top:0;
     left: 0;
    width:100%;
     height: 100%;
     background: rgba(0,0,0,.65);
     display: flex;
     justify-content: center;
     z-index: 999999999;
     align-items: center
}
#system-message-container {background: #fff; width: 95%}
 .box_overlay_menu_container {
    width: 500px;
     background: #fff;
     height: auto;
     border-radius:7px;
     position: relative;
     transition: all .3s;
     top:-20px;
	 padding-bottom: 30px;
	 max-height: 100vh;
}
 .nav-find img {
    width: 23px;
     position: relative;
     top:1px
}
 .box_overlay {
    display: none
}
 .pre_header_secondary .swiper-slide {
    opacity: 0 !important;
     transition: all .3s
}
 .pre_header_secondary .swiper-slide p {
    margin-bottom: 0;
     font-weight:bold;
}
 .pre_header_secondary .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
     transition: all .3s
}

 .pre_header_b {
    border-bottom:1px solid #dbdbdb;
     background: #fff
}
 .pre_header_b img {
    padding: 6px;
     margin: 0 auto
}
 .content_box_overlay {
  overflow: auto;
}
 .pre_header_b .col-3 img {
    padding-left: 5px;
     padding-right: 5px
}
 .pre_header_b .col-2 img {
    width: 35px;
}
 .pre_header_b .col-3 img {
    width: 30px;
     float: left
}
 .pre_header_b .col-3 {
    padding-top: 2px
}
 .pre_header_b .col-3 p {
    float: left;
     margin-top: 6px;
     margin-left: 4px;
     margin-bottom: 0;
     font-size:14px;
     font-weight: bold;
}
 .pre_header_b .col-3 a {
    color:#000;
     text-decoration: none
}
 .pre_header_countdown .pre_header_count, .pre_header_countdown p {
    float:left
}

.content_box_overlay .prd_title_abs, .box_overlay_omaggio .prd_title_abs {bottom:120px; width: 97%}
 .pre_header_countdown .pre_header_count {
    font-weight: bold;
     background: black;
     padding: 2px 5px;
     line-height: 1.3;
     border-radius: 3px;
    display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
}
 .pre_header_secondary, .pre_header_main {
 width: 350px; display: flex; justify-content: center
}
 .pre_header_secondary .swiper-slide {
    width:100% !important;
     text-align: center
}
 .pre_header_secondary {
    display: block;
     width: auto;
     max-width: auto;
     max-height: 20px;
     border-left: 1px solid #fff;
     margin-left: 20px;
     text-align: left
}
 .swiper_pre_header {
    overflow: hidden;
}
 .pre_header_code {
    background: white;
     color:#000;
     border-radius: 3px;
     padding: 2px 5px;
}
 .pre_header_button {
    color:#fff !important;
     padding: 4px 3px;
     font-weight: bold !important;
     text-decoration: underline !important;
     position: relative;
     top:0px
}
 .pre_header p {
    margin-bottom: 0
}
 .pre_header_code_p {
    margin-left: 10px !important;
     position: relative;
     top:0px;
     margin-bottom: 0
}
 .pre_header_container {
    display: flex;
     justify-content: center;
     align-items: center
}
 .pre_header .swiper-slide {
    opacity: 0 !important;
     transition: all .3s;
}
 .pre_header .swiper-slide-active {
    opacity: 1 !important;
     transition: all .3s;
}
 .pre_header .swiper-slide p {
    text-align:left !important;
     padding-left: 25px
}
 .pre_header a {
position: absolute; right: -90px; top:-2px
}
 .pre_header_countdown {
     display: flex;
     justify-content: center;
     align-items: center;
}
 .divina_lang_box p {
    font-size:14px
}
 .divina_lang_box h3 {
     font-size: 1.5rem;
}
 .menu_ham {
    width: 30px;
     height: 30px;
}
 .main_icon_menu_mobile .nav-item {
    width:50%;
     float: left;
     position: relative;
     display: flex;
     justify-content: center
}
 .pre_header .pre_header_countdown p:nth-child(1) {
    margin-right: 5px; font-weight: bold; 
     margin-bottom: 0
}
 #menu_ham {
     cursor: pointer;
     height: 25px;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.5s ease-in-out 0s;
     -moz-transition: all 0.5s ease-in-out 0s;
     -o-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
     width: 30px;
     right:-10px;
     position: relative;
     top: 5px;
     z-index: 9999;
}
 #menu_ham span {
     background-color: #000;
     border-radius: 5px;
     display: block;
     height: 2px;
     left: 0;
     opacity: 1;
     position: absolute;
     -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
     transform: rotate(0deg);
     -webkit-transition: all 0.25s ease-in-out 0s;
     -moz-transition: all 0.25s ease-in-out 0s;
     -o-transition: all 0.25s ease-in-out 0s;
     transition: all 0.25s ease-in-out 0s;
     width: 30px;
}
 #menu_ham span:nth-child(1) {
     top: 0;
}
 #menu_ham span:nth-child(2), #menu_ham span:nth-child(3) {
     top: 8px;
}
 #menu_ham span:nth-child(4) {
     top: 16px;
}
 #menu_ham.open span:nth-child(1) {
     left: 50%;
     top: 18px;
     width: 0;
}
 #menu_ham.open span:nth-child(2) {
     -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
     transform: rotate(45deg);
}
 #menu_ham.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 #menu_ham.open span:nth-child(4) {
     left: 50%;
     top: 18px;
     width: 0;
}
 .header_box_overlay {
    background: black;
     width: 100%;
     overflow: auto;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
 .header_box_overlay img {
    width: 90px;
     padding: 10px;
     float:left 
}
 header .bg_cta {
    display: inline-block;
     border-radius:30px;
     width:auto;
     color:#fff;
     background-image: linear-gradient(to right, #e30613, #3973b9) !important;
     background: transparent;
}
 .pre_header .close-pre_header {
    opacity: 0;
     transition: all .3s;
}
 .pre_header:hover .close-pre_header {
    opacity: 1;
     transition: all .3s;
}

.pre_header .close-pre_header {cursor: pointer;}
.close-pre_header:hover {background: #fff; color:#000;   transition: all .3s;}
 .main_icon_menu_mobile img {
    margin: 0 auto
}
 .logo_container_mobile {
    width:50%;
     float: left
}

	.main_icon_menu_mobile img {margin: 0 auto}
	 
	.main_icon_menu_mobile_sx {float: left}
	.main_icon_menu_mobile_dx {float: right}

 .main_icon_menu_mobile_dx,  .main_icon_menu_mobile_sx  {
    display: flex;
     align-items: center;
     justify-content: flex-end
}
 .main_icon_menu_mobile_sx, .main_icon_menu_mobile_dx {
    width: 25%;
     transition:all .3s;
}
 .main_icon_menu_mobile_sx , .main_icon_menu_mobile_dx {
    float: left
}
 .main_icon_menu_mobile {
    width: 100%;
     height: auto; position: absolute;top:0; left: 0;
}
 .navbar-nav .nav-link {
     padding-right: 20px !important;
     padding-left: 20px !important;
}
 .menu_cart_quantity {
     position: absolute;
     top:-3px;
     right:25px;
     font-size:10px;
     border-radius: 50%;
     width: 15px;
     height: 15px;
     background:#e30613;
}
 .account_menu .btn-white {
     text-align: center;
     margin-bottom:10px
}
 .btn-standard {
    background: transparent;
    text-transform:uppercase;
     color:white;
     border:2px solid white;
     width:100%;
     padding:8px 0;
}
 .menu_cart_quantity p {
    padding-left:5px;
     padding-top:1px 
}
 .account_menu form {
    padding:20px 20px 10px 20px
}
 .account_menu .sub_menu > ul {
     padding: 20px 20px 0px 20px !important;
}
 .registrazione_button {
    width:100%;
     text-transform:uppercase;
}
 .cart_menu {
    position: relative
}
/*.cart_menu:hover .submenu, .cart_menu .menu_icon:hover .submenu, .cart_menu .menu_text:hover .submenu {
    visibility: visible !important;
     height: 1 !important;
     opacity:1 !important;
     display: block;
}
*/
 .cart_menu {
     cursor: pointer
}
 .cart_menu .menu_icon,.cart_menu .menu_text {
    pointer-events: none
}
 .cart_menu:hover .submenu {
    visibility: visible !important;
     height: 1 !important;
     opacity:1 !important;
     display: block;
}
 .navbar-nav .dropdown, .dropup .dropdown-menu {
     width: 100%;
}
 .account_menu .sub_menu {
    padding:0;
}
 .registrazione_submenu {
     width:100%;
     background-image: linear-gradient(to bottom right, #e30613, #3973b9);
     color:white;
     padding:10px 20px 20px 20px;
}
 .registrazione_submenu p {
     font-weight:bold;
     font-size:14px;
     padding-top:10px;
     margin-bottom:10px;
}
 .registrazione_button {
     text-align:center;
     width:100%;
 
}
 .registrazione_submenu a {
     text-transform:uppercase;
}
 .sub_menu_sx {
    width:66%;
     float:left;
}
 .sub_menu_dx {
    width:33%;
     float:left;
}
 .sub_menu_sx ul {
    padding-left:0;
     font-size:12px !important;
     padding-top:3px 
}
 .menu_text p a {
    color:white;
}
 .menu_text p a:hover {
    text-decoration:none
}
 .menu_cart_quantity {
    pointer-events: none
}
 .close_sub_menu {
    display:none;
     text-align: center;
     width:30px;
     height:30px;
     font-size:1.3rem;
     font-weight:bold;
     position: absolute;
     top:5px;
     right:15px;
}
 .menu > ul > li {
    width:33%;
     float:left;
     color:white;
     height:75px
}
 .menu_icon img {
     width:35px;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .menu_icon {
    height:48px;
     clear:both;
     cursor:pointer
}
 .menu_icon p {
    text-align:center;
     font-weight:bold;
     font-size:1.4rem;
     padding-top:5px
}
 .menu_text p {
     cursor:pointer;
     color:white;
     text-align:center;
     clear:both;
     margin-bottom:0;
     font-size:14px;
}
 .cart_menu .submenu ul li {
    height:50px !important;
     background: red
}
 .logo_container img {
    width:150px;
     height:auto;
}
 header ul {
    list-style-type: none;
}
 header {
     padding-top: 30px;
}
 .sub_menu ul {
     padding-top:0 !important;
}
 .menu_line ul li {
    display:inline;
     padding:10px 20px;
}
 .hvr-underline-reveal:before {
     height: 3px !important;
     background: #fff;
}
 .menu_line ul li a {
     text-transform: uppercase;
     color:white;
}
 .menu_line ul li a:hover {
    color:white;
}
 .uppermenu a {
    color:white;
     text-decoration: none;
     transition: all .3s
}
 .uppermenu a:hover {
     color:#e30613;
     text-decoration: none;
     transition: all .3s
}
 .uppermenu {
     color:white;
     text-align:right;
     margin-right:20px;
}
 .uppermenu .current a {
     color:#e30613 !important;
}
 .uppermenu span {
     transition:all .3s;
     font-weight:bold !important;
     margin:0 4px;
}
 .uppermenu p {
    margin-bottom:0;
}
 .sub_menu {
    z-index:99999 !important;
     visibility:hidden;
     height:0;
     width:300%;
     border-top:4px solid white;
     opacity:0;
     padding:25px;
     margin-top:30px;
}
 .account_menu .sub_menu {
    position: relative
}
 .cart_menu .sub_menu {
    position:relative;
     left:-100%;
}
 .contact_menu .sub_menu {
    position:relative;
     left:-200%;
}
 .contact_menu ul {
    margin-bottom:20px
}
 .contact_menu .cta_complex {
     margin:20px 
}
 .sub_menu > ul {
    padding-left:0;
}
 .submenu_price {
    font-size:1.5rem;
     font-weight:bold;
}
 .account_menu_hover .sub_menu {
    visibility:visible;
     display:block;
     height:auto;
     background:black;
    opacity:1;
     margin-top:0px;
     transition: all .3s;
}
 .cart_menu:hover > .sub_menu {
    visibility:visible;
     display:block;
     height:auto;
     background:black;
    opacity:1;
     margin-top:0px;
     transition: all .3s;
}
 .row_cart_submenu {
     width:100%;
     clear:both ;
     height:130px;
     border-bottom: white 1px solid;
     margin-bottom:15px 
}
 .row_cart_submenu_img {
    width:30%;
     float:left;
}
 .row_cart_submenu_text {
    width:70%;
     float:left;
     position:relative;
     top:10px
}
 .row_cart_submenu_text h3 {
     font-size: 1rem !important;
}
 .row_cart_submenu_text p {
     margin-bottom:0;
     font-size: .8rem !important;
}
 .row_cart_submenu_text a:hover {
    color:white;
}
 .cart_menu .row .col-12:nth-child(2) {
     height:30px 
}
 .sub_menu h3 {
    font-size:1.2rem ;
}
 .sub_menu .row {
    margin-bottom:10px;
}
 .menu {
     max-width: 375px;
     float:right;
}
 .alert {
     padding: 40px 5% 30px 5%;
     margin-bottom: 1rem;
     border: 0;
     border-radius: 0;
}
 .sub_menu img {
    max-height:110px;
     width: auto;
     margin: 0 auto;
}
 .submenu_qty input {
     width:80%;
     background:black;
     color:white;
     padding:5px;
     border:1px solid white;
}
 .submenu_qty, .submenu_price {
    width:50%;
     float:left;
     height:30px
}
 .menu_line {
    padding-top:60px
}
 .menu_line ul {
    text-align:center;
     padding-left:0;
}
 .menu_line li {
    font-size:1.2rem;
     margin: 0 5px;
}
 .menu_line li a:hover {
    text-decoration:none;
}
 .cart_menu > li {
    height:100px
}
 .menu_menu {
    display:none
}
 .sub_menu .plus_qty, .sub_menu .minus_qty {
    float:left;
     padding:5px 5px;
     font-size:1rem;
     margin-top:4px
}
 .sub_menu .plus_qty:after, .sub_menu .minus_qty:after {
     content: "";
     position: absolute;
     width: 18px;
     height: 18px;
     border-radius: 30px;
     -moz-border-radius: 30px;
     -webkit-border-radius: 30px;
     border: 1px solid white;
     color: #fff;
     line-height: 0;
     left: 0;
     top: 8px;
     background: transparent;
     padding: 0px 8px;
}
 .sub_menu .minus_qty:after {
     left: -1px;
}
 .sub_menu a:hover {
     text-decoration:none;
}
 .sub_menu a {
    color:white;
}
 .cart_menu .col-12 {
     padding:0;
}
 .menu .cta_complex {
     padding: 4px;
     background-image: linear-gradient(to bottom right, #e30613, #3973b9);
     text-transform: none;
     text-align:center;
     width: 100% !important;
     text-transform:uppercase;
     height: 50px;
     border: 0;
     margin: 0 auto;
     color: white;
     margin-bottom:20px 
}
 .divina_chat p, .divina_chat img {
    float:left
}
 .divina_chat p {
    margin-bottom: 0;
     font-size:14px;
     margin-top: 8px;
     position: absolute;
     right:35px;
     font-weight: 600
}
 .menu .bg_cta {
     padding: 10px 30px;
}
 .remove_submenu {
    text-align:right;
     color:#dc3334 !important;
     bottom:5px;
     right:5px;
     text-transform:uppercase;
     font-weight:bold;
     font-size:.8rem;
     position:relative;
     top:10px;
     clear:both
}
 .submit_curr {
    background: #000;
     color:#fff;
     width: 100%;
     padding: 10px 5px;
     border-radius: 30px !important;
     margin-top: 20px
}
 .box_overlay_menu {
    opacity: 0;
     pointer-events: none;
     transition: all .3s;
}
 .box_overlay_menu.divina_chat_active, .box_overlay_menu.divina_curr_active, .box_overlay_menu.divina_lang_active, .box_overlay_menu.divina_access_active, .box_overlay_menu.divina_access_box_active, .box_overlay_menu.divina_search_active {
    opacity: 1;
     pointer-events: auto !important;
     z-index: 9999999999;
     transition: all .3s;
     top:0;
}
 .box_overlay_menu_container {
     position: relative;
     top:30px;
     transition: all .3s;
}
 .divina_2025_active .box_overlay_menu_container {
    top:0;
     transition: all .3s;
}
 .input-divina_1 {
    border-radius:30px;
     padding: 10px 0
}
 .curr_box {
    width: 50%;
     float: left;
     padding: 10px 3px
}
 .curr_box p {
    margin-bottom: 0;
     font-size:12px
}
 .header_box_search {
    padding: 10px;
     display: flex ;
    justify-content: center;
     width: calc(100% - 100px)
}
 .divina_search_box .box_overlay_menu_container, .divina_wish_box .box_overlay_menu_container {
    width:800px;
     margin:0 auto;
     overflow: scroll;
     height: fit-content;
     height: 90vh
}
 .divina_search_box .box_overlay_menu_container input {
    border:1px solid #fff;
     color:#fff;
     background: #333;
     border-radius:30px !important;
     width:220px;
     padding: 12px 24px
}
 .divina_search_box .column_product_2025, .box_overlay_omaggio .column_product_2025 {
    width:50% ;
     float: left;
    margin: 0 auto;
     text-align: left;
}

.accordion_menu_bn li {width: 48%; margin:1%; min-height: 162px; float: left}

 .divina_search_box .column_product_2025 h3 a,  .box_overlay_omaggio .column_product_2025 h3 a  {
    color:#000
}
.divina_search_box .column_product_2025 h3 {text-align: center}

header.black {background: black}
.header_box_search_results {padding: 10px}

	 .divina_search_box .column_product_2025 h4,  .box_overlay_omaggio .column_product_2025 h4  {font-size:14px !important; text-align: center; padding:5px; width: 100%; overflow: auto}
.search_input_result .column_product_2025, .box_overlay_omaggio .column_product_2025, .divina_wish_box .column_product_2025 {width:50% !important; min-height: 455px; float: left; margin: 0}


.divina_wish_box h2 {font-weight: bold; padding: 15px}
.cta_wish_not {width: 40px; float: left; margin-right: 2px;}
.cta_wish_not svg {width: 25px; position: relative; top:6px}
 .cta_overlay_prd {
	 margin: 0 auto;
	 display: block;
    padding: 5px 15px;
	 text-align: center;
	 width: 145px;
	 clear: both;
     text-transform: uppercase;
     font-size:14px;
     color:#fff;
     background: #fff;
     border-radius: 30px;
     background: #000;
     position: relative;
	      border: 2px solid #000;
	 transition: all .3s;
}


 .cta_overlay_prd:hover {
     text-decoration: none;
	 transition: all .3s;
text-transform: uppercase;

     color:#000;
     background: #fff;
     border: 2px solid #000;
 
}

.profilo .vm-wrap {
    padding: 0 0;
}

.vm-orders-information img {display: none}
.column_product_list_left a {text-decoration: none}

.box_wish_admin .cta_overlay_prd { width: 150px !important; text-decoration: none}

.column_product_list .cta_overlay_prd {display: inline-block;}
.divina_chat_box .content_box_overlay {padding: 20px}

 .divina_search_box .main_image_2025 {
    background-size: contain;
     height: 300px;
     background-position: center;
     background-repeat: no-repeat
}
 .search_input strong {
    font-size:18px;
     color:#fff
}
 .divina_search_box .header_box_overlay {
    position: sticky;
     top:0;
     z-index: 99
}
 .header_box_search_results {
    text-align: center;
     font-size:20px
}
 .curr_box select {
    width: 100%;
     border: 0;
     border-bottom:2px solid #000;
     padding: 10px 5px;
}
 .divina_lang:hover, .divina_chat:hover {
    cursor:pointer
}
 .chat_link img {
    width: 22px;
     float:left;
     margin-right: 5px;
}
 .chat_link a {
    background:#000 !important;
     float:left;
     padding:10px 20px;
     border-radius: 30px;
     color:#fff;
     margin-right: 10px;
     margin-bottom: 10px
}
 .chat_link a:hover {
    color:#fff;
     text-decoration: none
}
 .divina_chat_box a {
    float: left;
     display: inline-block
}
 #adminForm td.key {
    width:220px
}
 #adminForm .table.user-details .vm-chzn-select {
    width:100%
}
 #adminForm .chzn-container {
     width: 100% !important;
}
 .pre_header_fade .pre_header {
    display:none
}
 .pre_megamenu {
    overflow: hidden
}
 .pre_megamenu {
     background: red;
     width: 100vw;
     position: absolute;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
     z-index: -1;
}
 header .input-divina_2 {
     color: black;
}
 header .registrazione_button {
    color:white
}
 #collapsePromo {
    padding:15px
}
 .box_menu_line {
    width:50%;
    float:left;
     padding:15px;
     min-height: 320px
}
 .box_menu_line:first-child {
    border-right:1px solid #777777
}
 .dropdown-menu a:hover {
    text-decoration: none
}
 .pre_header {
     display:none;
}
 .header_scroll header {
     background: #000;
}
 .header_scroll header .logo_container img {
    width:100px;
     transition: all .3s;
}
 .curly_box {
    width:50%;
     float:left;
     padding:15px;
     max-height: 200px;
}
 .curly_box p {
     margin-bottom:0;
}

 #MenuAccount img{
    width:32px;
     height:32px;
}

#MenuCart img{
    width:28px;
     height:28px;
}
 #MenuSearch img {
    width:24px;
     height:24px;
}
 .curly_box img {
    width:100%
}
 #collapseBenefits ul {
    padding-left:10px;
}
 #collapseBenefits .list-item {
    padding:10px;
     margin:10px;
    line-height: 1.5
}

 .col_megamenu {
    border-right:1px solid #777777
}
 .col_megamenu:nth-child(5) {
    border-right:0
}
 .top_link {
    text-transform: uppercase
}
 .amazon_block .cta_complex:hover p {
    color:#e30613;
     transition: all .3s 
}
 .amazon_block .cta_complex:hover {
     background-image: linear-gradient(to bottom right, #e30613, #e30613);
     transition: all .3s
}
 .amazon_block a:hover {
    text-decoration:none;
}
 #collapseBenefits ul {
    margin-top:20px
}
 .navbar {
    width:100%
}
 header {
    position: fixed;
     left: 0;
     top:0;
     width: 100%;
    z-index: 999
}
 .header_negative .positive {
    display: none
}
 .header_negative .negative {
    display: block
}
 .header_negative .top_link {
    color:#fff
}
 .dropdown-toggle::after {
    display: none
}
 .top_link {
    white-space: nowrap
}
 .megamenu .dropdown-menu:before {
     height:100%;
     display: block;
     width:100vw;
     position: absolute;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
     content: "";
     background: white;
}
 span.icon-reload:before {
    display:none;
}
 .pre_header img {
     width:20px;
     margin-right:10px 
}

 header {
     padding-top: 0;
}
 #sm_menu_ham {
    display: none
}
 header #sm_menu_ham {
    display: block
}
 header #login-form input {
     border: 2px solid #000;
}

.divina_wish_box .column_product_list {padding: 10px}
.nav-link:hover {opacity: .7; color:#fff; transition: all .3s;}
.navbar-nav .nav-link.show {
    color:#3973b9
}
.close_megamenu {border-radius: 100%; border:1px solid #000; width: 25px; height: 25px; display: flex; justify-content: center; position: absolute; top:10px; right:10px}
.dropdown-tipo .close_megamenu {top:0}
 .chat_link {
    overflow: auto; position: relative; top: 20px
}

.divina_chat_box ul {margin-top: 40px}
 .input-divina_2 {
     color: black;
}
 .input-divina_2 {
     border-radius: 5px;
     width: 100%;
     background: transparent;
     border: 2px solid black !important;
     border-style: solid;
     padding: 10px 10px !important;
     margin-bottom: 10px;
}
 .sub_menu_sx ul {
     padding-left: 0;
     font-size: 12px !important;
     padding-top: 3px;
}
 .sub_menu_sx ul {
    list-style-type: none
}
 .sub_menu_sx ul li {
    font-weight: bold
}
 .divina_2025_active {
     opacity: 1 !important;
     transition: all .3s;
     visibility: visible !important;
     z-index: 99999999999 !important;
     pointer-events: auto !important
}
 .pre_header a {
    text-transform: uppercase;
     font-size:14px;
     font-weight: 500;
     text-decoration:underline;
     color:white;

}
 .curly_box_question p:nth-child(1) {
    font-size:56px;
     font-weight:400;
     line-height: 74px;
     text-align:center
}
 .curly_box_question p:nth-child(2) {
    font-size:12px;
     line-height: 1;
     text-align:center
}

.main_icon_menu_mobile {display:none}

.cta_megamenu_promozioni {border: 1px solid #000;
    padding: 10px 25px; white-space: nowrap;
    position: relative; font-size:13px;
    top: 20px; cursor:pointer; border-radius: 30px;
left: 10px;transition: all .3s;}

.col_megamenu_promo_1 {clear: both; float: left; position: relative; top:60px;}

.cta_megamenu_promozioni:hover {color:#fff;cursor:pointer; background: #000; transition: all .3s;}

#collapsePromo {padding: 10px 10px 0 10px !important}
.col_megamenu h4 {margin-bottom:  0 !important}
.col_megamenu_promo img { max-height: 170px !important; object-fit: cover; object-position: center}
.dropdown-menu {padding:20px 15px 40px 15px}
.col_megamenu_promo_a {width: 50%; float: left}	
.col_megamenu_promo br {display: none}
.col_megamenu_promo img {height: 200px; width: 100%; object-fit: cover; object-position: center}

.col_megamenu_promo {border-right: 0 !important}


 .navbar-collapsable {
     width: 100%;
}
 .divina_chat_box li {
    font-size:1.4rem; line-height: 1.2;
}
 .megamenu {
    position: static
}
 .navbar-nav {
     float: right;
}
 .dropdown-menu {
     padding: 20px 15px 40px 15px;
}

 .megamenu_image_2022 {
    display: none;
     width: 57.5%;
     top:0;
     right: 0;
     max-width: 250px;
     height:100%;
     background-size: 105% auto;
     background-repeat: no-repeat;
     background-position: center;
     position: absolute
}
 .line_active .megamenu_image_2022 {
    display: block;
}
 .box_menu_2022 p {
line-height: 1.35;     width:45%;
	 margin-bottom: 20px;
     font-size: 14px
}
 .box_menu_2022 p strong {
     font-size: 18px 
}
 .line_active p {
    opacity: 1;
     font-size: 14px
}
 .line_active p strong {
    text-decoration: underline;
}
 .nav-item-icon .dropdown-menu {
    background: white
}
 .registrazione_button {
     color:white;
	 background:transparent; border:0 ;
     font-weight: bold;
}
 .whatsapp_help .cta_complex {
     height: 50px;
     margin: 0;
     width: 100%;
     padding: 0;
}
 .whatsapp_help .bg_cta {
     padding: 13px 30px;
}
 .sub_menu_sx li a {
    font-size:14px;
     color: black;
     font-weight: bold
}
 .input-divina_1 {
     border: 2px solid black;
     width: 100%;
     font-weight: bold;
     text-transform: uppercase;
     background: white;
     color: black;
     transition: all .3s;
}
 [type=submit].input-divina_1 :hover, [type=submit].input-divina_2:hover {
     transition: all .3s;
     background: black;
     color: white;
}
 header #login-form input {
    border:2px solid #000
}
 .nav-link .bg_cta p {
    color:white
}

 .megamenu_image {
    background-position: center center;
     background-size: cover;
     width:100%;
     height:335px
}

/*POPU2022*/
 .popup_2022 {
    position: fixed;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     left: 0;
     top:0;
     background: rgba(0,0,0,.75);
     z-index: 9999999
}
 .swiper-container-popup_2022 {
    position: relative;
     width: 500px
}
 .popup_2022 {
    opacity: 0;
     pointer-events: none;
     visibility: hidden;
     transition: all .3s;
}
 .popup_2022_visible {
    opacity: 1;
     pointer-events: auto;
     visibility: visible;
     transition: all .3s;
}
 .swiper-container-popup_2022 img {
    width:100%
}
 .swiper-container-popup_2022 p {
    text-transform:uppercase;
    margin-top: 10px;
     font-size: 22px;
     color:#fff
}
 .swiper-container-popup_2022 a, .swiper-container-popup_2022 a:hover {
    text-decoration: none
}
 .close_popup_2022 {
     position: absolute;
     top: 0;
     top:15px;
     right: 15px;
     width: 50px;
     height: 50px;
     border-radius: 100%;
     color: #fff;
     border: 1px solid #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 32px;
     z-index: 999999;
     cursor: pointer;
}
 .swiper-button-next_popup_2022 svg, .swiper-button-prev_popup_2022 svg {
    fill:#fff
}
 .swiper-button-next_popup_2022, .swiper-button-prev_popup_2022 {
     position: absolute;
     top: 50%;
     width: 27px;
     height: 44px;
     margin-top: -22px;
     z-index: 10;
     cursor: pointer;
     background-size: 27px 44px;
     background-position: center;
     background-repeat: no-repeat;
}
 .swiper-button-prev_popup_2022 {
     left: 10px;
     right: auto;
}
 .swiper-button-next_popup_2022 {
     right: 10px;
     left: auto;
}
 .popup_2022_container {
    position: relative
}


.dropdown-menu  .whatsapp_help .bg_cta p {color:white; font-weight: normal}


.first_footer_mobile_menu ul {padding-left: 5px}
.first_footer_mobile_menu ul li {padding: 5px 0; margin-bottom: 5px; width: 95%; font-weight: bold }

.divina_lang_box li img {width:60px; position: relative; left: 3px}
.divina_lang_box .content_box_overlay {padding: 15px 15px 0 15px}
header.nav-down, header.nav-up { background: #000 !important; transition: all .3s;}
header { background: #000; transition: all .3s;}
header.nav-up .logo_container img, header.nav-down .logo_container img {width: 115px;transition: all .3s;}

.nav-up .dropdown-menu-single.show, .nav-down .dropdown-menu-single.show {
    position: fixed !important;
	top: 150px;}

 .uppermenu_mobile {
     width: 100%;
     height: 25px;
     display: none;
     clear: both;
}
 .uppermenu_mobile select {
     margin-right:15px;
     color:white;
     background:black;
     font-size: 14px;
     float:right 
}
 .uppermenu_mobile option {
    background:black;
}
/*banner_subscribe*/
 #banner_subscribe p {
    font-size: 1.3rem;
}
 #banner_subscribe h3 {
    padding-top:20px
}
 .banner_2020_left, .banner_2020_right {
    width:50%;
     float:left
}
 .banner_subscription_2020 {
    width:100%;
}
 .banner_2020_left p {
     font-size:1rem !important;
     position: relative;
     top: -6px;
     left: 10px;
}
 .banner_subscription_2020 {
    background: transparent;
     border: 0 !important;
     border-bottom:1px solid white !important;
    color:white;
     margin: 20px 0 10px;
}
 .banner_subscription_2020::placeholder {
    color:white;
}
 .banner_privacy_2020 {
    float:left;
}

.logo_container .positive {display: none}
 .close_button_banner_2020 {
     width: 40px;
     background: transparent;
     border:2px solid white;
     height: 40px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #fff;
     font-size: 1.6rem;
     padding-top: 0;
     cursor: pointer;
     float: none;
     margin-top: 15px;transition: all .3s;
}
.close_button_banner_2020:hover { background: #fff; color:#000; transition: all .3s;;
}



 .banner_submit_2020 {
     float:right;
     margin-top:30px;
     border: 3px solid white;
     background: transparent;
     font-family: 'Assistant', sans-serif;
     font-weight:bold;
     color:white;
     padding:10px 20px;
	 border-radius: 5px !important; cursor: pointer; transition: all .3s;
}
.banner_submit_2020:hover {background: white; color:#3973b9; transition: all .3s;}
 .divina_riv_sal_box h2 {
    text-align:center; margin-bottom: 0
}
.divina_riv_sal_active {
    opacity:1;
     pointer-events: auto
}
 .riv_sal_box {
    width:50%; position: relative;
     float:left;
     padding:20px;
}
 .riv_sal_box img {
    transition: all .3s;
     width:100%;
     border-radius: 100% ; float: left;
}
.img_rivsal {width:100%; float: left}
.riv_sal_half {width: 100%; float:left; padding-top: 30px;  display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center}

.riv_sal_box h2 {font-size:16px;position: relative; text-transform: uppercase; font-weight: bold}
.riv_sal_box h3 {font-size:24px; }
.riv_sal_box h4 {font-size:18px; font-weight: 500}

 .riv_sal_box .cta {
     text-align:center;
     position: relative;
     transition: all .3s;
     background: black;
     color: #fff !important;
     width: 130px;
	 margin: 0 0 !important;
     font-size: 14px;
     text-transform: uppercase;
}

 .riv_sal_box a:hover {
    text-decoration: none;
}
 .riv_sal_box a:hover .cta {
    color:#fff;
     transition: all .3s;
     background: #3973b9;
}
 .riv_sal_box a:hover img {
    transform: scale(1.05);
     transition: all .3s;
}
 .divina_riv_sal_active .box_overlay_menu_container {
    width: 650px;
     padding-bottom: 40px !important
}
 .divina_riv_sal_box .box_overlay_menu_container {
    width: 800px; 
}
.divina_riv_sal_box .box_overlay_menu_container {overflow: scroll}

 .box_overlay_menu ul {
     padding-left: 0;
}
 .box_overlay_menu ul {
     list-style-type: none;
}
 .whatsapp_help .bg_cta {
     padding: 13px 30px;
}
 .whatsapp_help .bg_cta {
     display: inline-block;
     border-radius: 30px;
     width: auto;
     color: #fff;
}
 .whatsapp_help .bg_cta {
     background-image: linear-gradient(to right, #e30613, #3973b9) !important;
     background: transparent;
}
 .divina_chat_box ul li:nth-child(2) {
    margin-top: 15px
}
 .divina_chat_box ul li strong {
    font-size:16px
}
 .divina_chat img {
     float: right;
}
 .shop_step_1 .plus_qty, .shop_step_1 .minus_qty,.shop_step_1 .quantity {
     color: white !important;
}
 .acq_link_1:hover {
    cursor:pointer
}
 .logo_container {
    width:200px 
}
 header .input-divina_2 {
     color: black;
}
 header .registrazione_button {
    color:white
}
 #collapsePromo {
    padding:15px
}
 .box_menu_line {
    width:50%;
    float:left;
     padding:15px;
     min-height: 320px
}
 .box_menu_line:first-child {
    border-right:1px solid #777777
}
 .dropdown-menu a:hover {
    text-decoration: none
}
 .pre_header {
     display:none;
}
 .pre_header_active .pre_header {
     display:block;
}
 .curly_box {
    width:50%;
     float:left;
     padding:15px;
     max-height: 200px;
}
 .curly_box p {
     margin-bottom:0;
}

 #dropdownMenuAccount img, #MenuCart img, #dropdownMenuHelp img, .divina_account img, .divina_search img {
    width:28px;
     height:auto;
}
 .curly_box img {
    width:100%
}
 #collapseBenefits ul {
    padding-left:10px;
}
 #collapseBenefits .list-item {
    padding:10px;
     margin:10px;
    line-height: 1.5
}
 
 .col_megamenu {
    border-right:1px solid #777777
}
 .col_megamenu:nth-child(5) {
    border-right:0
}
 .top_link {
    text-transform: uppercase
}
 .amazon_block .cta_complex:hover p {
    color:#e30613;
     transition: all .3s 
}
 .amazon_block .cta_complex:hover {
     background-image: linear-gradient(to bottom right, #e30613, #e30613);
     transition: all .3s
}
 .amazon_block a:hover {
    text-decoration:none;
}
 #collapseBenefits ul {
    margin-top:20px
}

.link-list-wrapper h4 {margin-bottom: 10px !important}

.ben_megamenu {width:33.333%; float: left; text-align: center; min-height: 145px}
.ben_megamenu img  {width: auto; height: 100px; margin: 0 auto}
.ben_megamenu h3 {font-size:14px; text-transform: uppercase; text-align: center; margin-top: 5px; font-weight: bold}
 span.icon-reload:before {
    display:none;
}
.category_product ul {padding-left: 0}
.category_product ul li {float:left; padding: 10px 20px; border-radius: 30px; border:1px solid #000; margin-bottom: 10px; margin-right: 10px}

 .pre_header img {
     width:20px;
     margin-right:10px 
}
 .pre_header {
     padding:3px 0;
     margin-bottom:0;
     text-align: center;
     width: 100%;
     top: 0;
     color:white;
     position: relative;
     background-image: linear-gradient(to right, #e30613, #3973b9) !important;
}
 header {
     padding-top: 0;
}

 .pre_header_fade .pre_header {
    display:none
}
 .menu_text p a {
    color:white;
}
 .menu_text p a:hover {
    text-decoration:none
}
 .menu_cart_quantity {
    pointer-events: none
}
 .close_sub_menu {
    display:none;
     text-align: center;
     width:30px;
     height:30px;
     font-size:1.3rem;
     font-weight:bold;
     position: absolute;
     top:5px;
     right:15px;
}
 .menu > ul > li {
    width:33%;
     float:left;
     color:white;
     height:75px
}
 .menu_icon img {
     width:35px;
     display: block;
     margin-left: auto;
     margin-right: auto;
}
 .menu_icon {
    height:48px;
     clear:both;
     cursor:pointer
}
 .menu_icon p {
    text-align:center;
     font-weight:bold;
     font-size:1.4rem;
     padding-top:5px
}
 .menu_text p {
     cursor:pointer;
     color:white;
     text-align:center;
     clear:both;
     margin-bottom:0;
     font-size:14px;
}
 .cart_menu .submenu ul li {
    height:50px !important;
     background: red
}
 header ul {
    list-style-type: none;
}
 .sub_menu ul {
     padding-top:0 !important;
}
 .menu_line ul li {
    display:inline;
     padding:10px 20px;
}
 .hvr-underline-reveal:before {
     height: 3px !important;
     background: #fff;
}
 .menu_line ul li a {
     text-transform: uppercase;
     color:white;
}
 .menu_line ul li a:hover {
    color:white;
}
 .uppermenu a {
    color:white;
     text-decoration: none;
     transition: all .3s
}
 .uppermenu a:hover {
     color:#e30613;
     text-decoration: none;
     transition: all .3s
}
 .uppermenu {
     color:white;
     text-align:right;
     margin-right:20px;
}
 .uppermenu .current a {
     color:#e30613 !important;
}
 .uppermenu span {
     transition:all .3s;
     font-weight:bold !important;
     margin:0 4px;
}
 .uppermenu p {
    margin-bottom:0;
}
 .sub_menu {
    z-index:99999 !important;
     visibility:hidden;
     height:0;
     width:300%;
     border-top:4px solid white;
     opacity:0;
     padding:25px;
     margin-top:30px;
}
 .account_menu .sub_menu {
    position: relative
}
 .cart_menu .sub_menu {
    position:relative;
     left:-100%;
}
 .contact_menu .sub_menu {
    position:relative;
     left:-200%;
}
 .contact_menu ul {
    margin-bottom:20px
}
 .contact_menu .cta_complex {
     margin:20px 
}
 .sub_menu > ul {
    padding-left:0;
}
 .submenu_price {
    font-size:1.5rem;
     font-weight:bold;
}
 .account_menu_hover .sub_menu {
    visibility:visible;
     display:block;
     height:auto;
     background:black;
    opacity:1;
     margin-top:0px;
     transition: all .3s;
}

.info_link p, .ama_link p, .acq_link p {margin-bottom: 0}

 .cart_menu:hover > .sub_menu {
    visibility:visible;
     display:block;
     height:auto;
     background:black;
    opacity:1;
     margin-top:0px;
     transition: all .3s;
}
 .row_cart_submenu {
     width:100%;
     clear:both ;
     height:130px;
     border-bottom: white 1px solid;
     margin-bottom:15px 
}
 .row_cart_submenu_img {
    width:30%;
     float:left;
}
 .row_cart_submenu_text {
    width:70%;
     float:left;
     position:relative;
     top:10px
}
 .row_cart_submenu_text h3 {
     font-size: 1rem !important;
}
 .row_cart_submenu_text p {
     margin-bottom:0;
     font-size: .8rem !important;
}
 .row_cart_submenu_text a:hover {
    color:white;
}
 .cart_menu .row .col-12:nth-child(2) {
     height:30px 
}
 .sub_menu h3 {
    font-size:1.2rem ;
}
 .sub_menu .row {
    margin-bottom:10px;
}
 .menu {
     max-width: 375px;
     float:right;
}
 .alert {
     padding: 40px 5% 0 5%;
     margin-bottom: 1rem;
     border: 0;
     border-radius: 0;
}
 .sub_menu img {
    max-height:110px;
     width: auto;
     margin: 0 auto;
}
 .submenu_qty input {
     width:80%;
     background:black;
     color:white;
     padding:5px;
     border:1px solid white;
}
 .submenu_qty, .submenu_price {
    width:50%;
     float:left;
     height:30px
}
 .menu_line {
    padding-top:60px
}
 .menu_line ul {
    text-align:center;
     padding-left:0;
}
 .menu_line li {
    font-size:1.2rem;
     margin: 0 5px;
}
 .menu_line li a:hover {
    text-decoration:none;
}
 .close_side_menu {
	 display: flex;
    justify-content: end;
    text-align: right;
	 width: 100%;
	 font-weight: bold;
}
 .accordion_menu_a {
     font-weight: bold;
	 padding: 12px 10px !important;
     text-decoration: none;
}

.dropdown-tipo ul li:nth-child(5) img {width: 170px; height: 170px; object-fit: cover; opacity: .65}

.accordion_menu_item .row_mobile:nth-child(1) {margin-top: 10px}
 .accordion_menu_item {
    background: #eaeaea;
     position: relative;
     border-radius: 5px;
     padding: 15px 10px;
     margin-bottom: 5px
}
 .menu_mobile_2025 {
     position: fixed;
     overflow: scroll;
    width: 85%;
     padding: 10px;
     height:100%;
    left: 0;
     top:0;
     background: #fff;
     z-index: 999999999999999;
     left: -80px;
     pointer-events: none;
     opacity: 0;
     transition: all .3s;
}
 .accordion_menu_item li {
    position: relative
}
.accordion_menu_first li {background: #dbdbdb; margin:5px 0; border-radius: 5px}




.menu_mobile_2025 h3 {font-size:17px; text-transform: uppercase; font-weight: bold; }
 .close_subaccordion {
     font-size:30px;
     position: absolute;
     right: 0px;
     top:0;
	 height: 100%;
     width: 100%;
     padding-right: 20px;
     text-align: right;
     color:#000;
}
.close_subaccordion .acc_min {font-size:38px}
 .cta_mob_pro {
     border-radius: 30px;
    width: 100px;
     color:#fff!important;
     font-weight:bold;
     font-size:10px;
     padding: 5px 0;
     text-align: center;
     text-transform: uppercase;
     position: absolute;
     left: calc(50% - 50px);
     bottom: 10px;
     background: rgba(0,0,0,1);
     margin-bottom: 0
}
 .first_footer_mobile_menu {
    margin-top:20px;
}
 .menu_mobile_active {
    left: 0;
     pointer-events: auto;
     opacity: 1;
     transition: all .3s;
}
 .first_footer_mobile_menu, .second_footer_mobile_menu {
    width: calc(100% + 20px);
     position:relative;
     left: -10px;
}
 .first_footer_mobile_menu a, .second_footer_mobile_menu a {
    padding-left: 20px
}
 .first_footer_mobile_menu ul, .second_footer_mobile_menu ul {
    margin-bottom:0;
}
 .close_firstaccordion {
    color: #000;
     position: absolute;
     right: 0px;
     width: 30%;
     padding-right: 10px;
     text-align: right;
     top: 4px;
     right:0;
     font-size: 26px;
	 width: 100%;
}

    .info_link_2025 {
        font-size: 15px; position: relative; top:-10px; right: -8px;
    }


.divina_avvisami_box .content_box_overlay {padding: 20px 20px 0 20px }

.column_product_list_left h4 {font-size:14px}
.menu_img {width: 70px; float: left; transform: scale(1.2); margin-right: 10px}

.divina_access_box li img {width: 26px; float: left; margin-right: 10px}
 .promo_mobile {
     width: 48%; margin:0 1%; float: left;
    position: relative
}
 .menu_mobile_2025 .promo_mobile img {
    width: 100%;
     display: block
}
 .acc_plus {
     display: block;
}
 .acc_min {
     display: none;
}
 .active .acc_plus {
     display: none;
}
 .active .acc_min {
     display: block;
}
 .menu_mobile_2025 p, .menu_mobile_2025 a, .menu_mobile_2025 h3 {
    color:#000; margin-bottom: 0;
}
 .menu_mobile_2025 li a {
     padding: 7px 7px;
     width: 100%;
	 overflow: auto;
     display: block;
     line-height: 1.5;
     font-size: 16px;
	 display: flex;
	 align-items: center; 
}
 .logo_menu_mobile_2025 {
    position: absolute;
    top:10px;
     left: 10px;
     width: 80px
}
 .close_side_menu p {
        margin: 10px 0 15px; color:#000;
	 width: 35px; height: 35px; border-radius: 100%; border:1px solid #000; display: flex; justify-content: center; align-items: center
}

   .pre_header p {
         padding: 0 3px
    }

.bg_cta {display: flex; justify-content: center; align-items: center; border-radius: 30px}
.title_preheader {font-size:16px !important;}

.dropdown-menu a {color:#000;}

	 .divina_saloni img, .divina_wish img {width:26px; height: 26px}
.divina_saloni p {font-size:12px; line-height: 1; float: left; padding-left: 15px; width: 60px}
.pre_header_newsletter {position: relative}

.nav-item svg {width: 29px; fill:#fff;}
.divina_wish svg {width: 26px;}
.divina_saloni svg {width: 30px; position: absolute; left: 0px; top:5px}
#MenuSearch svg {width: 28px; position: relative;}

.swiper-button-prev-prd-desktop svg , .swiper-button-next-prd-desktop svg, .swiper-button-prev-prd-desktop::after , .swiper-button-next-prd-desktop::after {display: none}


#login-form {background: black}
	.divina_search_box .main_image_2025 {background-size: contain; height: 300px;}

 .divina_search {top:-3px; position: relative}

.pre_header a
 {width: 33% !important; float: left; background: transparent !important}
.accordion_menu_bn li a {display: block !important;}
.accordion_menu_bn li img {width: 90%; position: relative; left: 5%}
.accordion_menu_bn li p {font-weight:bold; text-align: center;}
.accordion_menu_bn li {background: transparent}
.accordion_menu_tr .row_mobile a {color:#fff !important; background: #000; border-radius: 30px;padding: 10px 20px; display: inline-block; width: 170px; text-align: center; margin-top: 10px}
.accordion_menu_tr .row_mobile a p {color:#fff !important; text-transform: uppercase; font-size:13px; text-align: center; width: 100%}

.divina_wish_box .cta_wish_not {top:0px}


.social_slider h2 {background: -webkit-linear-gradient(0deg, #dc3334, #5c72ac);
    -webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

 @media screen and (max-width: 1550px) {
     .megamenu_image {
        height:250px
    }
}
 @media screen and (max-width: 1200px) {
     
     .dropdown-menu-single ul li {padding: 10px}
     
     .cta_megamenu_promozioni {
         padding: 10px 15px;}
     
  .dropdown-menu {
    padding: 20px 0px 40px 0px;
}
     .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px
    }
}
 @media screen and (max-width: 1024px) {

     .logo_container img {
         width: 150px;
    }
     header .container {
         max-width: 95%;
		 width: 95%;
    }
     .navbar-expand-lg .navbar-nav .nav-link {
         font-size: 13px !important;
    }
     .navbar-collapsable {
        width: calc(100% - 150px);
         position: relative; 
    }
	 .navbar-nav .dropdown-menu {width: calc(100% + 150px); left: -150px; 
    padding: 20px 0 40px 0;     top: 67px;}
     .navbar-nav .dropdown-tipo {left: -70px;   top: 145px !important;}
	 
     .navbar-nav {
        flex-direction: row !important;
    }

     .megamenu_image {
         height: 190px;
         background-size: contain;
         background-repeat: no-repeat;
    }
     .navbar-nav .nav-link {
         padding-right: 15px !important;
         padding-left: 15px !important;
    }
	 .ben_megamenu img {
	height: 80px;}
	 .logo_container {
    width: 150px;
	 }
}



 #sm_menu_ham {
    z-index:9999999999 
}
 #sm_menu_ham span {
     background-color: #000000 !important;
	 
}

:focus-visible {
    outline: -webkit-focus-ring-color #3973b9 1px !important;
}
.black_header header {background:#000}
	 .cta a {color:#fff}

	 header .positive {display: none}
	 header .negative {display: block}

 @media screen and (max-width: 900px) {
     .fascia_destra {
         width: 100%;}
     .menu_footer_3 {margin-bottom: 20px}
     #MenuSearch {top:-3px}
     .promo_image {display: none}
     .divina_chat img {right:5px}
     .divina_lang img  {left:5px; position: relative}
     .riv_sal_half {

         padding-top: 10px;}

    .divina_search {top:2px; position: relative}
.filter_activator_button {top:-28px}
      header.nav-down .main_icon_menu_mobile_dx, header.nav-up .main_icon_menu_mobile_dx, header.nav-up .main_icon_menu_mobile_sx, header.nav-down .main_icon_menu_mobile_sx {top:-28px !important}
     .divina_wish_box .column_product_list img {
         width: 150px;}
     .column_product_list_left {
         width: calc(100% - 150px);}
     #MenuSearch svg {
    width: 23px;
}
     .nav-link {padding: 0 !important}
     .divina_wish svg {width:21px;  position: relative}
     .column_product_list {width: 100%}
     .divina_saloni svg {left: auto; width: 26px; top:-12px}
     .sidenav_filter{padding: 10px}
     .divina_account svg {width: 28px}
     .card-body {padding: 0}
     .divina_riv_sal_box h2 {font-size:12px;}
     #adminForm td {width: 100%; display: block}
     #adminForm tr {display: block}
	     .pre_header_active .filter_2025 {top: 120px !important; }
	 header.nav-up .logo_container img, header.nav-down .logo_container img {
		 width: 80px;}
	 .riv_sal_box_2 {padding-bottom: 0px !important}
     .reminder_2025 svg {top:3px !important}
	 .img_rivsal {display: flex; justify-content: center}
	 .riv_sal_box img {max-height: 180px; max-width: 180px; display: block; margin: 0 auto}
	 .img_rivsal, .riv_sal_half {
    width: 100%;
}
     .riv_sal_box h4 {
         font-size: 16px;}
	 	.search_input_result {overflow: auto; padding:5px; padding-bottom: 20px; }

	.banner_submit_2020 { margin-top:15px !important;
		    width: 100% !important; 
    float: left;
    margin-top: 10px !important;
    margin-right: 0 !important;
}
.divina_search_box .main_image_2025 {
	height: 200px	  }
	 .divina_search_box .column_product_2025 h3, .box_overlay_omaggio .column_product_2025 h3 {
    font-size: 20px !important;
}.divina_search_box .column_product_2025 h4, .box_overlay_omaggio .column_product_2025 h4 {
	font-size: 12px !important;}

	 .pre_header_b .col-3 p {margin-top: 3px}
	 .pre_header_b .col-2 img {
    width: 30px;
position: relative;
	top:2px
}
     .colonna h2 {
         font-size: 16px;}
	 .pre_header_b .col-3 img {
    width: 27px;
}
     .colonna.quantita ul li, .colonna.quantita ul li a {width: 32px; height: 32px; font-size: 22px;}

	 .pre_header a {
    right: -80px;
    top: -2px;
}
	 
	 .divina_chat_box .content_box_overlay, .divina_lang_box .content_box_overlay {padding: 10px}
	 

	 	.cart_menu_qty {right:-5px; top:-10px}

	 .ama_link span {display: none}
	 .logo_container {width:120px}
	 					header .container { width: 100%; max-width: 100%; padding-left: 5px !important; padding-right: 5px !important}

	 	 header .positive {display: block}
	 header .negative {display: none}
	 .logo_container img {width: 90%; margin: 0 auto}
	 	.title_preheader {font-size:14px !important; margin-top: 3px !important; }

	 	.position_absolute_2020 header .negative {display: none}
	 		.logo_container_desktop {display: none}
.logo_container_mobile {display: block}
	 .header_scroll header {
    background: #fff;
}
	 
	.main_icon_menu_mobile {position: absolute; right:0; top:30px; width: 100%; padding: 0 10px}
.menu_mobile_promo {width:100%;}

     .pre_header {
         padding: 0 0 !important
    }
     .swiper_pre_header {
        overflow: hidden;
         position: relative;
        top:3px
    }
     .pre_header_button {
        position: relative;
         top:2px
    }
     .pre_header_newsletter p {
        line-height: 1.5;
         font-size:12px !important
    }
   
     .pre_header p {
        margin-top: 5px
    }
     .pre_header_countdown .pre_header_count {
         padding: 0px 3px;
         border-radius:2px;
    }
     .pre_header_secondary, .pre_header_main {
         top: 0px;
    }
     .pre_header_secondary p {
        margin-bottom: 0;
         text-align: center;
         font-size:14px
    }
     .pre_header_secondary {
        height: 100%;
         display: flex;
        justify-content: center;
         align-items: center
    }
     .pre_header .swiper-slide p {
        text-align:right !important;
         padding-right: 25px;
         margin-top: 22px !important
    }
     .pre_header_secondary {
        border-left: 0;
         max-width: auto;
         max-height: auto
    }
     .pre_header_container {
         padding:5px 0;
         display: block !important;
    }
     .pre_header_secondary {
        width:100%;
         margin-left: 0
    }
     .pre_header_main {
        width:55%;
    }
     .pre_header {
        padding: 10px 0
    }
     header .pre_header {
         padding-top: 0;
         padding-bottom: 0;
    }
     .pre_header_count span {
        position: relative;
         top:0
    }

     .pre_header_countdown {
        display: block;
         padding:3px 0 0 0;
         overflow: auto
    }
     .pre_header_secondary .swiper-slide{
        wifth:100% !important
    }
     .pre_header_code_p {
        margin-left: 10px !important
    }

     .pre_header_main {
        width:100%;
         display: flex;
         justify-content: center
    }
	 
	 
	 .search_input {position: relative; left:-20px}
	 
	 #sm_menu_ham {transform: scale(.9)}
	 
     .divina_search_box .box_overlay_menu_container input {
         border: 1px solid #fff;
         color: #fff;
         background: #333;
         border-radius: 30px !important;
         width: 200px;
         padding: 8px 18px;
    }
	 .header_box_search_results {margin-top: 10px}
	 .divina_search_box .main_image_2025 {
    background-size: contain;
    height: 225px;
}
 .content_box_overlay {
    padding: 0
}
	 .search_input_result {overflow: auto; padding:5px; padding-bottom: 20px; }

	 

     .divina_search_box .box_overlay_menu_container {
        height: 88vh
    }
     .header_scroll header {
        background: #fff;
    }

     .main_icon_menu_mobile .nav-item {
        width:50%;
    }
	 
	 .divina_account img, #MenuCart img {width: 25px !important; height: 25px !important}

     .main_icon_menu_mobile_sx, .main_icon_menu_mobile_dx { height: 50px;
        width: calc(50% - 60px); top:-20px; position: relative
    }
	     .header_scroll .main_icon_menu_mobile_sx, .header_scroll .main_icon_menu_mobile_dx {
    top:-7px;
    }
	 
    
     .header_scroll .main_icon_menu_mobile_sx, .header_scroll .main_icon_menu_mobile_dx {
         margin-top: -10px;
         transition:all .3s;
    }
     .pre_header_active .dropdown-menu {
         position: fixed;
         top: 140px;
         left: 0;
         width: 100% !important;
    }
     .nav-item-icon .dropdown-menu {
         left: 0;
         width: 100%;
         min-width: 100%;
    }
     .dropdown-menu {
         position: fixed;
         top: 90px;
    }
     .minus_qty {
        padding-left:12px
    }
     .pre_header_active .sm_menu_outer {
         height: calc(100vh - 140px);
    }
     .sm_menu_outer {
         height: calc(100vh - 90px);
    }
     header .pre_header {
        padding-top:10px;
         padding-bottom:10px
    }
 
     .bg_cta_container_2025 .icon_shop_2025 {
         top: 13px;
    }
     .cta_complex {
         height: auto;
    }
     .cta_complex p {
        margin-bottom:0
    }

     .uppermenu span:nth-child(1) {
        position: relative;
         top:4px;
    }
     .navbar-nav .nav-link {
         padding-right: 10px !important;
         padding-left: 10px !important;
    }
     .pre_header a {
         font-size: 12px;
         font-weight: bold 
    }
     .pre_header p {
         width:100%;
    }
     .pre_header img {
        position: absolute;
         left:5px
    }
     header {
        background: white;
    }
     .pre_header_active header {
        padding-top: 0;
    }
     header {
        z-index:999999999;
    }
     .navbar {
        background: #fff
    }
     .pre_header .col-12 {
        padding: 0
    }
     .navbar-nav .nav-link {
         padding-right: 5px !important;
         padding-left: 5px !important;
    }
     .navbar {
        padding: 8px 0 !important
    }
     .pre_header_b .col-2, .pre_header_b .col-3 {
        padding-left: 5px !important;
         padding-right: 5px !important
    }
     .pre_header_active .sm_menu_outer {
         top: 140px;
         height: calc(100vh - 140px);
    }
     .prd_container_2025 h3, .prd_sale_container_2025 h3 {
        margin-top:0
    }
     #navbarNav_desktop {
        display:none !important
    }
     .main_icon_menu_mobile{
        display:block;
         position: relative;
    }
     .column_product_2025 {
        width:49%;
         float:left
    }
     .image_2025_container {
        display:flex;
         align-items: center;
    }
     .offerta_2025, .acquista_2025, .offerta_2025 a {
         font-size: 13px;
    }
     

	      .prd_container_2025 h3, .prd_sale_container_2025 h3 {
        margin-top:0
    }
	     
     #sm_menu_ham {
         z-index:9999999999;
         top:3px;
         position: relative;
         right: 0
    }
     #sm_menu_ham span {
         background-color: #000000 !important;
    }
     .sm_menu_outer {
         pointer-events: none;
         height: calc(100vh - 170px);
         z-index: 99999999999999
    }
     .mobile_menu .uppermenu a {
        color:white !important;
    }
     .mobile_menu .uppermenu .current a {
         color: #e30613 !important;
    }
     .pre_header_active .sm_menu_outer {
         top: 140px;
         height: calc(100vh - 140px);
    }

     #navbarNav_desktop {
        display:none !important
    }

   

     .logo_container_desktop {
        display: none
    }
     .nav-item img {
        width: 20px !important
    }
	 
	 
	 .filter_activator_button, .filter_main p {font-size:12px}
	  #MenuCart {position: relative;}
	 
     .divina_account img, #MenuCart img {
        width:30px !important;
         height: 30px
    }
    
     header {
        background: #fff;
         position: fixed;
         top:0;
         left: 0;
         width: 100%
    }
	 .logo_container .positive {display: block}
     .header_negative .positive {
         display: block;
    }
     .header_negative .negative {
         display: none;
    }
     .divina_chat p {
        display: none
    }
     .riv_sal_box .cta {
         width: 120px;
         font-size: 12px; margin: 0 auto !important
    }

     .riv_sal_box {
         padding: 10px;
    }
     .pre_header {
         padding: 0 0 !important
    }
     .swiper_pre_header {
        overflow: hidden;
         position: relative;
        top:3px
    }
     .pre_header_button {
        position: relative;
         top:2px
    }
     .pre_header_newsletter p {
        line-height: 1.5;
         font-size:12px !important
    }

     .pre_header p {
        margin-top: 5px
    }
	 .title_preheader {margin-top: 3px}
	 .close-pre_header {top:2px; transform: scale(.9)}
     .pre_header_countdown .pre_header_count {
         padding: 0px 3px;
         margin-top: 4px;
         border-radius:2px;
         top: -4px;
		 font-size:13px;
    }
     .pre_header_secondary, .pre_header_main {
         top: 0px;
    }
     .box_menu_line a {
        text-transform: none;
    }
     .box_menu_line {
        padding: 0 10px
    }
     .box_menu_line p {
        font-size:14px;
         text-transform: none;
        line-height: 1.3;
         margin-bottom: 0
    }
     .box_menu_line p strong{
        font-size:17px;
    }

     .pre_header_secondary p {
        margin-bottom: 0;
         text-align: center;
         font-size:14px
    }
     .pre_header_secondary {
        height: 100%;
         display: flex;
        justify-content: center;
         align-items: center
    }
     .pre_header .swiper-slide p {
        text-align:right !important;
         padding-right: 25px;
         margin-top: 22px !important
    }
     .pre_header_secondary {
        border-left: 0;
         width: 100%;
         max-height: auto
    }
     .pre_header_container {
         padding:5px 0;
         display: block !important;
    }
     .pre_header_secondary {
        width:100%;
         margin-left: 0
    }
     .pre_header_main {
        width:100%;
    }
     .pre_header {
        padding: 10px 0
    }
     header .pre_header {
         padding-top: 0;
         padding-bottom: 0;
    }
     .pre_header_count span {
        position: relative;
         top:0
    }
     .pre_header p {
        margin: 0 0 !important;
         font-size: 13px;
        max-width: 100%;
    }
     .pre_header_countdown {
        display: block;
         padding:3px 0 0 0;
    }
     .nav-find img {
        width: 24px
    }
     .menu_burg {
        height: 40px
    }
     .ham_scroll {
        top:110px
    }
     .pre_header_code_p {
        margin-left: 10px !important
    }
     .pre_header p {
        line-height:1.35
    }
     .navbar {
         display: block !important
    }
     header .logo_container {
         margin: 0 auto!important;
         position: relative;
         top:-30px
    }
 
     main {
         margin-top: 90px;
    }
     header .pre_header {
        padding-top:10px;
         padding-bottom:10px
    }

     .pre_header p {
        margin: 0 30px;
         line-height: 1.15;
         text-align: left !important;
         max-width:100%; padding: 5px 0
    }
     .pre_header img {
        position: absolute;
         left:5px
    }
     header {
        background: white;
    }
     .pre_header_active header {
        padding-top: 0;
    }
}
 
@media screen and (max-width: 800px) {
    .column_product_search img {
        width: 100%; max-height: auto}

     .content_box_overlay .prd_title_abs, .box_overlay_omaggio .prd_title_abs {bottom:90px; }
}
@media screen and (max-width: 600px) {

 .box_overlay_menu_container {
        width: 98% !important;
         max-width: 98% !iportant;
    }
}

/* 	BANNER  */

.cta_banner p:hover {text-decoration: none;}


.cta_banner p {font-size:20px !important;border: 3px solid;
    width: 205px; padding:15px; }

.banner_promo_minimize .cta_banner img {top:0;}

.cta_banner img {width:30px; float:left; margin-right:30px;     transform: rotate(0deg) !important; position:relative; top:-5px; left:15px !important;}

.banner_promo .cta_complex {  margin-top: 55px;  width: 250px;}
.banner_promo .bg_cta p {font-size:1.2rem; line-height: .9;}
.banner_promo .bg_cta {
	background: transparent !important; border: 2px solid white; }

.banner_promo  .cta_subsciption_text p:nth-child(2) {
    font-size: .8rem !important;
	text-transform:inherit !important;
}


.banner_promo .cta_complex {
    margin-top: 0;
    width: 150px;
}

.promo_club img {     
bottom: 45px;
    left: 0px;
    transform: rotate(-9deg); }

.banner {position:fixed; bottom:0px; left:0; width:100%; z-index:10000000000; height:auto; pointer-events: none}

.banner_newsletter {bottom:45px !important;}

.banner_promo_minimize .close_button_banner, .banner_promo_minimize .close_button_banner_2 {
   right: 0 !important; 
  top: 0 !important; 
}

.banner_promo_minimize .cta_banner img { width: 25px; }

.banner_promo_minimize .promo_image {visibility: hidden;  width:0 !important; transition: all .5s}



.banner_promo_minimize h2 { font-size: 1.5rem !important; transition: font-size .1s; width:300px; float:left}



.banner_promo_minimize {height:60px !important; transition:all .3s}

.banner_promo_minimize h2, .banner_promo_minimize .promo_testo p, .banner_promo_minimize .promo_image img, .banner_promo_minimize ol {display:none;}

.close_button_banner_2 {display:none}

.banner_promo_minimize .cta_banner {display: none}



.close_button_banner, .close_button_banner_2 { right:15px; font-weight:bold; font-size:1.5rem; cursor:pointer; float:right;}

.close_button_banner_2_visible  {display: block}

.promo_image {max-height:275px; position: relative}

.cta_banner p {
	border:0; 
    padding: 0;
}

.banner_promo_minimize .promo_testo h3 {width:75%; float:left; }

.banner_promo_minimize .cta_mobile {width:25%; float:left; }


.banner_promo_minimize .promo_testo h3:lang(es)  {width:74%; }

.banner_promo_minimize .cta_mobile:lang(es)  {width:26%;  }


.promo_image img {width:300px; position: absolute; bottom: 30px; left:0px;}

.banner_promo h2 { font-size:3rem; font-weight:bold; text-transform:uppercase; margin-bottom:0; margin-top:30px}

.banner_promo h3 { font-size:1.1rem; font-weight:bold;  margin-bottom:0}

.banner_promo a { font-size:1.1rem; font-weight:bold; text-transform: uppercase; margin-bottom:0 }

.banner_promo_minimize .banner_promo a  {margin-top:5px;}

.banner_promo ol {font-size:.9rem;}

.promo_testo p { margin-bottom:30px !important }

.promo_club p { margin-bottom: 0 !important; text-align:left; }

.banner_promo {
	pointer-events: all;
	color:white;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;	
	position:relative;
    background-image: linear-gradient(to bottom right, #e30613, #3973b9);
	width:100%;
	height:0px;
	bottom:-300px;
	visibility:hidden;
	opacity:0;
	z-index: 10000000;
	transition:all .3s;
}
.banner_promo.reveal_banner {bottom:0px; height:auto;	opacity:1 !important; visibility:visible;
	opacity:0; transition:all .5s; 	pointer-events:auto;} 

.promo_scopri a {font-weight:bold; text-decoration:underline; float:right}

.banner_privacy input[type="button" i] {
	text-decoration:underline;
	margin-top:8px;
	float:right;
	background: black;
    color: white;
    font-weight: bold;
    font-size:.9rem;
    border: 0;}


.club_divina_subscribe {
	padding: 8px 15px; }

.banner_privacy { 
	pointer-events: all;
	color:white;
	height:auto;
	padding:10px 0;
	background-color: black;
 	z-index: 10000000;
    width: 100%;
	bottom:0;

	}
.banner_privacy p, .banner a, .banner_privacy p a { font-size:.8rem !important; color:white !important  }

.banner p, .banner a, .banner a:hover {color:white; font-size:.9rem; margin-bottom:0;}

.banner_promo_minimize .cta_mobile {display:block}


.row_omaggio { padding:50px 0;position: fixed; bottom:-100px; left: 0; width: 100%; z-index: 99999999999;  opacity: 0; pointer-events: none; transition: all .3s; }
		.row_omaggio.omaggio_visible { bottom:0; opacity: 1; pointer-events: auto; transition: all .3s; }

		.img_mob_omaggio {display:none}
		.img_des_omaggio {display:block}
		.row_omaggio img {width: 75%; float: left}
		.close_omaggio {position: absolute; top:10px; right:10px; width: 40px; cursor: pointer;
    background: transparent;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-top: 0;
    cursor: pointer;
    float: none;
    margin-top: 15px;}
	
.content_box_overlay


.cta_omaggio { float: left;
    border: 3px solid black;
    background: transparent;
    font-family: 'Assistant', sans-serif;
    font-weight: bold;
    color: black;
    padding: 10px 20px; display: inline-block;  margin-top: 220px;
    }
	.cta_omaggio:hover {background: black; color:white; transition: all .3s}

.divina_access_box ul {padding: 10px; margin-bottom: 0; width: 100%}

.accordion_menu_top {text-decoration: none}



.btn-white {background: transparent}
.dvna-articol h1 {font-weight: bold}
.dvna-articol h4 {margin-top: 10px}

/*.divina_access_box a {width: 100%; font-weight: bold; display: block; border-radius:5px;background: #dbdbdb; padding: 15px 15px; margin-bottom: 10px}*/
#login-form {width: 100%;  display: block; padding: 10px 10px; margin-bottom: 10px; background: #fff; overflow: auto}
.divina_access_box .box_overlay_menu_container {padding-bottom: 0}
.registrazione_button {border-radius:5px; padding: 15px 15px; border:2px solid #fff;}
		@media screen and (max-width: 1200px) {
			.cta_omaggio {margin-top: 20px; float:left; margin-left: 15px}
          .row_omaggio img {width: 85%;}
			.row_omaggio { padding:25px 0;} }
@media screen and (max-width: 800px) {
	.riv_sal_box {
		 width: 100%;}
	.logo_container .positive {
     display: block; 
}
	.riv_sal_half h2, .riv_sal_half h3,  .riv_sal_half h4 { text-align: center}
	.riv_sal_half {display: block}
	
	.logo_container_desktop {display: none}
	.row_omaggio { padding:30px 0 15px 0;}
		.img_mob_omaggio {display:block;  }
		.img_desk_omaggio {display:none !important}
				.cta_omaggio {margin-top: 10px; float:left; margin-left:5px; transform: scale(.8); transform-origin: left}
.row_omaggio img {width: 100% !important;}
	.close_omaggio {top:-5px; right: 5px; transform: scale(.8)}
	
}