/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1830px;
    width: auto;
    margin: auto;
    padding: 0 15px; } }
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*$dream-image-path:     "../../../../../img/modules/rbthemedream/img/"!default;
$catalog-image-path:    "../../../../../../img/modules/combinationsincatalog/img/"!default;*/
.rb-ajax-loading {
  display: none; }

.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
  animation: cssload-spin 575ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rb-loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .rb-loading #loadFacebookG {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#loadFacebookG {
  width: 125px;
  height: 125px;
  display: block;
  position: relative;
  margin: auto; }

.facebook_blockG {
  background-color: white;
  border: 3px solid black;
  float: left;
  height: 89px;
  margin-left: 7px;
  width: 23px;
  opacity: 0.1;
  animation-name: bounceG;
  -o-animation-name: bounceG;
  -ms-animation-name: bounceG;
  -webkit-animation-name: bounceG;
  -moz-animation-name: bounceG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7); }

#blockG_1 {
  animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s; }

#blockG_2 {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s; }

#blockG_3 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s; }

@keyframes bounceG {
  0% {
    transform: scale(1); }
  50% {
    opacity: .3;
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-o-keyframes bounceG {
  0% {
    transform: scale(1); }
  50% {
    opacity: .3;
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-ms-keyframes bounceG {
  0% {
    transform: scale(1); }
  50% {
    opacity: .3;
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes bounceG {
  0% {
    transform: scale(1); }
  50% {
    opacity: .3;
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
@-moz-keyframes bounceG {
  0% {
    transform: scale(1); }
  50% {
    opacity: .3;
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.send-wishlist {
  display: none; }

/******* STYLE AJAX LOADING **********/
.cssload-double-torus {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 4px double;
  border-radius: 50%;
  border-color: transparent rgba(0, 0, 0, 0.9) rgba(0, 0, 0, 0.9);
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
  animation: cssload-spin 690ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/******* END STYLE AJAX LOADING **********/
/****** SALE POPUP **********/
.sale-popup {
  position: fixed;
  visibility: hidden;
  padding: 0;
  background: #fff;
  top: auto !important;
  bottom: 0;
  right: auto;
  z-index: 100;
  left: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px #333;
  -o-box-shadow: 0 0 10px #333;
  -ms-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px); }
  @media (max-width: 480px) {
    .sale-popup {
      left: 10px;
      right: 10px;
      max-width: 300px; } }
  .sale-popup.slideUp {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .sale-popup.box-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .sale-popup.flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .sale-popup .sale-popup-timeago {
    display: block;
    color: #666666;
    font-size: 0.85714em;
    line-height: normal; }
  .sale-popup .button-close {
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    background: #56cfe1;
    color: white;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    right: 0; }
    .sale-popup .button-close::before {
      content: "\f00d"; }
  .sale-popup .sale-popup-img {
    width: 70px;
    float: left; }
    .sale-popup .sale-popup-img img {
      max-height: 90px !important; }
  .sale-popup .sale-popup-content {
    width: calc(100% - 80px);
    display: block;
    padding: 0 10px;
    float: left;
    text-align: left; }
    @media (max-width: 480px) {
      .sale-popup .sale-popup-content {
        max-width: 180px; } }
  .sale-popup h3 {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    margin-bottom: 5px; }
    .sale-popup h3:hover a {
      color: #e7b053; }

/****** END SALE POPUP **********/
/****** POPUP **********/
.fancyBoxActive:after {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: ""; }

.rb-popup-flex {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }

#rb_newsletter_popup {
  /*max-width: 238px;*/
  margin: 0 5.5%; }

#rb-newsletter-popup {
  background: none;
  font-family: "Futura Medium bt";
  text-transform: uppercase;
  font-size: 22px;
  border: 2px solid #000000;
  padding: 0 20px;
  color: #000000;
  font-weight: bold;
  width: 50%;
  margin-right: 30px;
  height: 50px;
  text-align: center; }
  #rb-newsletter-popup:focus {
    outline: 0; }

.rb-send-email {
    height: 50px;
    width: 50px;
    background-color: #000000;
    border: 2px solid #000000;
    cursor:pointer;

}

  .rb-send-email:hover {
    }
  .rb-send-email i {
    }

.rb-email-alert {
  margin-top: 10px; }

.rb-email {
  display: none;
  margin-top: 10px;
  border: 1px solid #7c7c7c;
  border-radius: 22px; }

.rb-popup-text {
  text-align: center;
   }
  .rb-popup-text h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: black;
    margin: 0 50px 10px; }
  
  .rb-popup-text p {
    font-family: "Futura Medium bt";
    font-size: 22px;
    line-height: 30px;
    color: black;
    margin: 25px 50px; }
  .rb-gdpr-consent {
    margin: 25px 50px;
    font-size: 18px;
    line-height: 20px;
  }
  .rb-gdpr-consent label {
      font-family: "Futura Medium bt";
      color: black;
      font-size: 18px;
      line-height: 20px;
  }

/****** END POPUP **********/
/****** LOGIN FORM **********/
.rb-login .rb-form-container {
  width: 290px; }
.rb-login .rb-login-form .title-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .rb-login .rb-login-form .title-wrap h4 {
    display: inline-block;
    cursor: pointer;
    width: 50%;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #909090;
    font-family: "Mulish", sans-serif;
    font-size: 16px; }
    .rb-login .rb-login-form .title-wrap h4.active {
      color: #080808; }
  .rb-login .rb-login-form .title-wrap .login-tab {
    border-right: 1px solid rgba(204, 204, 204, 0.3); }
.rb-login .rb-login-form .rb-customer-form {
  display: none; }
  .rb-login .rb-login-form .rb-customer-form .svgic.input-icon {
    display: none; }
  .rb-login .rb-login-form .rb-customer-form .rb-check-box {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .rb-login .rb-login-form .rb-customer-form .rb-check-box input,
    .rb-login .rb-login-form .rb-customer-form .rb-check-box label {
      display: inline-block;
      width: auto;
      margin-bottom: 0;
      padding-left: 5px;
      color: #666666; }
  .rb-login .rb-login-form .rb-customer-form .register-button {
    margin-top: 10px; }
  .rb-login .rb-login-form .rb-customer-form.active {
    display: block; }
.rb-login .rb-login-form .form-wrap .material-icons {
  display: none; }
.rb-login .rb-login-form .icon-true input {
  background: #FFFFFF;
  border: 1px solid rgba(204, 204, 204, 0.3);
  height: 40px; }
.rb-login .rb-login-form .login-button,
.rb-login .rb-login-form .register-button {
  width: 100%;
  background: #080808;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  height: 40px;
  outline: 0;
  border-radius: 4px; }
  .rb-login .rb-login-form .login-button:hover,
  .rb-login .rb-login-form .register-button:hover {
    background: #e7b053; }
.rb-login .rb-login-form .rb-logout,
.rb-login .rb-login-form .rb-account {
  display: block; }

/****** END LOGIN FORM **********/
/****** PRODUCT REVIEW **********/
#rb_review .alert-info {
  padding: 15px 20px;
  background-color: #3d9cd2;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.61805em solid rgba(0, 0, 0, 0.15); }
#rb_review .modal-header {
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase; }
#rb_review .modal-body {
  padding: 0; }
#rb_review .btn-primary {
  display: inline-block;
  padding: 5px 20px;
  margin-top: 20px; }
#rb_review .review .comment-text {
  padding-left: 20px; }
#rb_review .review .review_button {
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    #rb_review .review .review_button ul li > span {
      display: block;
      margin-bottom: 10px; } }
  #rb_review .review .review_button .btn {
    padding: 3px 10px;
    font-size: 13px;
    text-transform: none;
    background: #ddd; }
    #rb_review .review .review_button .btn:hover {
      background: #e19b26;
      color: #FFFFFF; }
    #rb_review .review .review_button .btn.report_btn {
      margin-top: 10px; }
#rb_review .review .review_author_infos {
  width: 100%;
  display: inline-block; }

.cancel,
.cancel a {
  color: #d20000; }

.cancel:before {
  content: "\f056";
  font-family: "FontAwesome";
  font-size: 14px; }

.cancel,
.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 15px;
  height: auto;
  cursor: pointer;
  font-size: 14px; }

.star_content {
  display: inline-block; }

div.star.star_on,
div.star.star_hover {
  color: #fcbe32; }

div.star {
  color: #d8d8d8; }

div.star:before {
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 12px; }

#criterions_list {
  list-style-type: none; }
  #criterions_list li {
    margin-bottom: 10px; }
  #criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0; }

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
  font-size: 0; }

sup {
  color: #f7525a; }

/****** END PRODUCT REVIEW **********/
/****** PRODUCT COMPARE **********/
#module-rbthemefunction-compare .page-content,
#module-rbthemefunction-wishlist .page-content {
  padding: 0;
  border: none; }

.rb-compare-table .productscompare-item {
  width: 300px; }
.rb-compare-table .rb-remove-compare-product {
  float: right; }
.rb-compare-table .product-availability {
  display: none; }
.rb-compare-table .add-to-cart,
.rb-compare-table .rb-view-button {
  width: 100%; }
.rb-compare-table .price {
  font-size: 16px;
  font-weight: 700;
  color: #080808; }
.rb-compare-table .regular-price {
  color: #888;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px; }
.rb-compare-table .discount-percentage {
  color: red; }

/****** END PRODUCT COMPARE **********/
/****** PRODUCT WISHLIST **********/
#rb-wishlist .rb-list-wishlist {
  margin: 20px 0;
  overflow-x: auto; }
  #rb-wishlist .rb-list-wishlist tbody tr td:nth-child(1) {
    position: relative; }
  #rb-wishlist .rb-list-wishlist tbody tr td .cssload-container {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
#rb-wishlist .send-wishlist {
  position: relative; }
  #rb-wishlist .send-wishlist .form-send-wishlist .input-group-btn {
    position: absolute;
    z-index: 9;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%); }
  #rb-wishlist .send-wishlist .cssload-container {
    position: absolute;
    bottom: 10px;
    left: 15%; }
#rb-wishlist .rb-wishlist-product {
  margin: 30px 0 0; }
  #rb-wishlist .rb-wishlist-product .rb-wishlist-item {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #rb-wishlist .rb-wishlist-product .rb-wishlist-item:hover {
      -moz-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2); }
    #rb-wishlist .rb-wishlist-product .rb-wishlist-item .thumbnail-container {
      margin-bottom: 0; }
    #rb-wishlist .rb-wishlist-product .rb-wishlist-item .product-title {
      width: 100%;
      height: 25px;
      margin-top: 10px; }
  #rb-wishlist .rb-wishlist-product .delete-wishlist-product {
    position: relative;
    text-align: right; }
    #rb-wishlist .rb-wishlist-product .delete-wishlist-product .rb-wishlist-delete {
      padding: 0; }
    #rb-wishlist .rb-wishlist-product .delete-wishlist-product .rb-ajax-loading {
      position: absolute;
      left: 0; }

#rb-view-wishlist .rb-wishlist-product {
  margin: 30px 0 0; }
  #rb-view-wishlist .rb-wishlist-product .rb-wishlistproduct-item {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center; }
    #rb-view-wishlist .rb-wishlist-product .rb-wishlistproduct-item:hover {
      -moz-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2); }
    #rb-view-wishlist .rb-wishlist-product .rb-wishlistproduct-item .thumbnail-container {
      margin-bottom: 0; }
    #rb-view-wishlist .rb-wishlist-product .rb-wishlistproduct-item .product-title {
      width: 100%;
      height: 25px;
      margin-top: 10px; }
    #rb-view-wishlist .rb-wishlist-product .rb-wishlistproduct-item .product-price-and-shipping {
      margin: 10px 0; }

/****** END PRODUCT WISHLIST **********/
.footer_links {
  clear: both;
  margin-top: 30px; }
  .footer_links .btn {
    background: #080808;
    color: white;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    white-space: normal; }
    .footer_links .btn i {
      font-size: 14px;
      padding-right: 3px; }

.footer_links li {
  padding: 5px 0;
  display: inline-block; }

@media (min-width: 640px) {
  .footer_links li.pull-xs-right {
    float: right; } }

/*# sourceMappingURL=front.css.map */


.popnewsletter_email-n-submit {
    display:         flex;
    flex-wrap:       nowrap;
    justify-content: center;
    margin-bottom: 30px;
}

.rb-popup-container {
    background-color: #FFF596;
    overflow: hidden;
}

.popnewsletter-separator {
    width: 80px;
    border-top: 10px solid #000000;
}


.fancybox-inner {
    overflow: hidden !important;
}

body.fancyBoxActive .fancybox-close {
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: 22px 22px;
    background-image: url('/themes/rb_covan/modules/rbthemefunction/views/imgs/chiudi.png');
}

@media (max-width: 480px) {
    
    .rb-popup-container {
        width: 100% !important;
    }
    
    .rb-popup-text h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 20px 10px; 
    }

    .rb-popup-text p {
        font-family: "Futura Medium bt";
        font-size: 16px;
        line-height: 20px;
        color: black;
        margin: 15px 30px; 
     }
     
    .rb-gdpr-consent {
        margin: 25px 50px;
        font-size: 12px;
        line-height: 16px;
    }
    .rb-gdpr-consent label {
        font-family: "Futura Medium bt";
        color: black;
        font-size: 12px;
        line-height: 16px;
    }   
    
    #rb-newsletter-popup {
        text-transform: uppercase;
        font-size: 12px;
        border: 2px solid #000000;
        padding: 0 20px;
        color: #000000;
        font-weight: bold;
        width: 80%;
        margin-right: 15px;
        height: 50px;
        text-align: center; 
    }

}

.gdpr-contacts .custom-checkbox label {
    margin: 0 0 1px;
    cursor: pointer;
    padding-top: 4px;
    display: flex;
    align-items: flex-start;
}

.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    width: 20px;
    height: 20px;
    flex: 20px 0 0;
    margin-top: 1px;
    margin-right: 10px;
    border: 2px solid #000000 !important;
}

/*.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    margin-right: 8px;
    margin-top: 2px; 
}

.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    margin-right: 3px;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #232323;
}*/