/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1800px;
    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: 1001;
  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: 991px) {
    .sale-popup {
      left: 15px;
      right: 15px;
      bottom: 45px;
      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: #8d8d8d;
    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: 90px;
    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: "Cerebri Sans Pro", sans-serif;
    margin-bottom: 5px; }
    .sale-popup h3:hover a {
      color: #ff6f00; }

/****** 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 {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end; }

#rb_newsletter_popup {
  max-width: 343px;
  margin: 0 5.5%; }

#rb-newsletter-popup {
  background: none;
  border: 1px solid #000000;
  padding: 0 15px 0 45px;
  color: #a3a3a3;
  width: 100%;
  height: 45px; }
  #rb-newsletter-popup:focus {
    outline: 0; }

.rb-your-email {
  position: relative; }
  .rb-your-email:before {
    content: "\e90c";
    position: absolute;
    top: -6px;
    left: 16px;
    font-family: "icomoon";
    color: #000;
    font-size: 17px; }

.rb-send-email {
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  padding: 0 30px;
  margin-top: 20px;
  color: #FFFFFF;
  border: none;
  text-transform: uppercase;
  background-color: #ff6f00; }
  .rb-send-email:hover {
    color: #FFFFFF;
    background-color: #cc5900; }
  .rb-send-email i {
    display: none; }

.rb-email-alert {
  margin-top: 10px; }

.rb-email {
  display: none;
  margin-top: 10px;
  border: 1px solid #7c7c7c;
  border-radius: 22px; }

.rb-popup-text h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Cerebri Sans Pro", sans-serif; }
.rb-popup-text p {
  font-size: 16px;
  color: #a3a3a3;
  margin-bottom: 20px; }

/****** END POPUP **********/
/****** LOGIN FORM **********/
/*.rb-login {
  .rb-form-container {
    width: 290px;
  }
  .rb-login-form {
    .title-wrap {
      @include display(flex);
      margin-bottom: 20px;
      h4 {
        display: inline-block;
        cursor: pointer;
        width: 50%;
        text-align: center;
        margin: 0;
        font-weight: 700;
        color: $theme-color-tertiary;
        font-family: $font-family-base;
        font-size: 16px;
        &.active {
          color: $theme-color-secondary;
        }
      }
      .login-tab {
        border-right: 1px solid $border-color;
      }
    }
    .rb-customer-form {
      display: none;
      .svgic.input-icon {
        display: none;
      }
      .rb-check-box {
        margin-bottom: 5px;
        @include display(flex);
        @include align-items(center);
        input,
        label {
          display: inline-block;
          width: auto;
          margin-bottom: 0;
          padding-left: 5px;
          color: $theme-color-senary;
        }
      }
      .register-button {
        margin-top: 10px;
      }
      &.active {
        display: block;
      }
    }
    .form-wrap {
      .material-icons {
        display: none;
      }
    }
    .icon-true {
      input {
        background: $white;
        border: 1px solid $border-color;
        height: 40px;
      }
    }

    .login-button,
    .register-button {
      width: 100%;
      background: $theme-color-secondary;
      color: $white;
      text-transform: uppercase;
      margin-bottom: 4px;
      font-size: 14px;
      height: 40px;
      outline: 0;
      @include border-radius(4px);
      &:hover {
        background: $theme-color-default;
      }
    }
    .rb-logout,
    .rb-account {
      display: block;
    }
  }
}*/
#rb-login > .rb-dropdown {
  width: 320px;
  position: fixed;
  z-index: 999999;
  border: none;
  top: 0;
  left: inherit;
  right: 0;
  padding: 70px 20px 50px;
  margin: 0;
  height: 100%;
  display: block;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: inherit;
  -moz-transform-origin: inherit;
  -ms-transform-origin: inherit;
  -o-transform-origin: inherit;
  transform-origin: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  animation: inherit;
  border-radius: 0; }
#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: 30px; }
  #rb-login .rb-login-form .title-wrap h4 {
    display: inline-block;
    cursor: pointer;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
    color: #a3a3a3;
    font-size: 16px;
    text-transform: uppercase; }
    #rb-login .rb-login-form .title-wrap h4.active {
      color: #000000; }
  #rb-login .rb-login-form .title-wrap .login-tab {
    border-right: 1px solid #eaeaea; }
#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: #8d8d8d; }
  #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 #ccc;
  height: 50px;
  color: #8d8d8d;
  border-radius: 0; }
  #rb-login .rb-login-form .icon-true input::-webkit-input-placeholder {
    color: #8d8d8d; }
  #rb-login .rb-login-form .icon-true input::-moz-placeholder {
    color: #8d8d8d; }
  #rb-login .rb-login-form .icon-true input:-moz-placeholder {
    color: #8d8d8d; }
  #rb-login .rb-login-form .icon-true input:-ms-input-placeholder {
    color: #8d8d8d; }
#rb-login .rb-login-form .login-button,
#rb-login .rb-login-form .register-button {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  height: 50px;
  outline: 0;
  border-radius: 4px; }
  #rb-login .rb-login-form .login-button:hover,
  #rb-login .rb-login-form .register-button:hover {
    background: #ff6f00; }
#rb-login .rb-login-form .rb-logout,
#rb-login .rb-login-form .rb-account {
  display: block; }
#rb-login .rb-indent {
  max-height: 100%;
  overflow-y: auto; }
  #rb-login .rb-indent::-webkit-scrollbar {
    width: 0;
    height: 0; }
  #rb-login .rb-indent > a {
    color: #000000;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    display: block; }
    #rb-login .rb-indent > a:hover {
      color: #ff6f00; }
    #rb-login .rb-indent > a i {
      font-size: 16px; }
#rb-login .my-info {
  text-align: center;
  margin-bottom: 20px; }
  #rb-login .my-info a {
    color: #000000;
    font-size: 16px;
    font-weight: 500; }
    #rb-login .my-info a.rb-logout {
      color: #8d8d8d; }
      #rb-login .my-info a.rb-logout span {
        text-decoration: underline; }
  #rb-login .my-info .rb-account {
    text-transform: uppercase; }
  #rb-login .my-info i {
    font-size: 70px;
    width: auto; }
#rb-login .close-menubar {
  position: absolute;
  top: 15px;
  left: 20px; }
#rb-login .form-wrap {
  margin-bottom: 30px; }
#rb-login #language_selector,
#rb-login #currency_selector {
  display: block !important; }
  #rb-login #language_selector > div,
  #rb-login #currency_selector > div {
    width: 100%;
    padding: 0;
    margin: 0; }
    #rb-login #language_selector > div > a,
    #rb-login #currency_selector > div > a {
      position: relative;
      text-transform: none;
      color: #000000;
      border-bottom: 1px solid #eaeaea;
      padding: 10px 0; }
      #rb-login #language_selector > div > a:hover,
      #rb-login #currency_selector > div > a:hover {
        color: #ff6f00; }
      #rb-login #language_selector > div > a img,
      #rb-login #currency_selector > div > a img {
        vertical-align: inherit;
        width: 20px; }
      #rb-login #language_selector > div > a .fa-money,
      #rb-login #currency_selector > div > a .fa-money {
        font-size: 15px;
        padding-right: 3px; }
      #rb-login #language_selector > div > a .fa-angle-down,
      #rb-login #currency_selector > div > a .fa-angle-down {
        position: absolute;
        right: 0;
        bottom: 50%;
        width: auto;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
  #rb-login #language_selector .dropdown-menu,
  #rb-login #currency_selector .dropdown-menu {
    position: relative;
    top: inherit;
    width: 100%;
    border: none;
    padding-left: 25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none; }
    #rb-login #language_selector .dropdown-menu::before,
    #rb-login #currency_selector .dropdown-menu::before {
      display: none; }
#rb-login.active .rb-dropdown {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
#rb-login.active .bg-over-lay {
  visibility: visible;
  opacity: 1; }
#rb-login.active .rb-id-wishlist,
#rb-login.active .rb-id-compare {
  padding: 0; }
  #rb-login.active .rb-id-wishlist a,
  #rb-login.active .rb-id-compare a {
    display: block;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea; }
    #rb-login.active .rb-id-wishlist a:hover,
    #rb-login.active .rb-id-compare a:hover {
      color: #ff6f00; }
  #rb-login.active .rb-id-wishlist .title,
  #rb-login.active .rb-id-compare .title {
    display: inline-block; }
  #rb-login.active .rb-id-wishlist .rb-amount-inline,
  #rb-login.active .rb-id-compare .rb-amount-inline {
    display: inline-block; }
    #rb-login.active .rb-id-wishlist .rb-amount-inline:before,
    #rb-login.active .rb-id-compare .rb-amount-inline:before {
      content: "(";
      display: inline-block; }
    #rb-login.active .rb-id-wishlist .rb-amount-inline:after,
    #rb-login.active .rb-id-compare .rb-amount-inline:after {
      content: ")";
      display: inline-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: #ff6f00;
      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: #000000; }
.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; }

.view-wishlist-product i {
  margin-right: 5px;
  vertical-align: bottom; }

/****** END PRODUCT WISHLIST **********/
.footer_links {
  clear: both;
  margin-top: 30px; }
  .footer_links .btn {
    background: #000000;
    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;
      margin-right: 5px; }

.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 */
