/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.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.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

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

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

@keyframes bounceG {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}

@-o-keyframes bounceG {
  0% {
    -o-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -o-transform: scale(0.7);
    opacity: 0.1;
  }
}

@-ms-keyframes bounceG {
  0% {
    -ms-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -ms-transform: scale(0.7);
    opacity: 0.1;
  }
}

@-webkit-keyframes bounceG {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}

@-moz-keyframes bounceG {
  0% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.7);
    opacity: 0.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: 991px) {
  .sale-popup {
    bottom: 40px;
  }
}

@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: #6C757D;
  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: 14px;
  max-width: 255px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.sale-popup h3:hover a {
  color: #D70018;
}

/****** 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: 350px;
  margin: 0 7.8%;
}

#rb-newsletter-popup {
  background: none;
  border: 1px solid #7c7c7c;
  padding: 10px 20px;
  line-height: 22px;
  font-size: 16px;
  color: #535353;
  border-radius: 22px;
  width: 100%;
  height: 44px;
}

#rb-newsletter-popup:focus {
  outline: 0;
}

.relative {
  position: relative;
}

.rb-send-email {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  border: none;
  background: none;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

/****** END POPUP **********/
/****** LOGIN FORM **********/
#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;
}

#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: #999999;
  font-size: 16px;
  text-transform: uppercase;
}

#rb-login .rb-login-form .title-wrap h4.active {
  color: #212529;
}

#rb-login .rb-login-form .title-wrap .login-tab {
  border-right: 1px solid #CED4DA;
}

#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: #6C757D;
}

#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: #6C757D;
  border-radius: 0;
}

#rb-login .rb-login-form .icon-true input::-webkit-input-placeholder {
  color: #6C757D;
}

#rb-login .rb-login-form .icon-true input::-moz-placeholder {
  color: #6C757D;
}

#rb-login .rb-login-form .icon-true input:-moz-placeholder {
  color: #6C757D;
}

#rb-login .rb-login-form .icon-true input:-ms-input-placeholder {
  color: #6C757D;
}

#rb-login .rb-login-form .login-button,
#rb-login .rb-login-form .register-button {
  width: 100%;
  background: #212529;
  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: #D70018;
}

#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: #212529;
  border-bottom: 1px solid #CED4DA;
  padding: 10px 0;
}

#rb-login .rb-indent > a:hover {
  color: #D70018;
}

#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: #212529;
  font-size: 16px;
  font-weight: 500;
}

#rb-login .my-info a.rb-logout {
  color: #6C757D;
}

#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 .rb-id-wishlist a,
#rb-login .rb-id-compare a {
  color: #212529;
  padding: 10px 0;
  border-bottom: 1px solid #CED4DA;
}

#rb-login .rb-id-wishlist a:hover,
#rb-login .rb-id-compare a:hover {
  color: #D70018;
}

#rb-login .rb-id-wishlist .rb-amount-inline,
#rb-login .rb-id-compare .rb-amount-inline {
  display: inline-block;
}

#rb-login .rb-id-wishlist .rb-amount-inline:before,
#rb-login .rb-id-compare .rb-amount-inline:before {
  content: "(";
  display: inline-block;
}

#rb-login .rb-id-wishlist .rb-amount-inline:after,
#rb-login .rb-id-compare .rb-amount-inline:after {
  content: ")";
  display: inline-block;
}

#rb-login .rb-id-wishlist i,
#rb-login .rb-id-compare i {
  font-size: 16px;
}

#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: #212529;
  border-bottom: 1px solid #CED4DA;
  padding: 10px 0;
}

#rb-login #language_selector > div > a:hover,
#rb-login #currency_selector > div > a:hover {
  color: #D70018;
}

#rb-login #language_selector > div > a img,
#rb-login #currency_selector > div > a img {
  vertical-align: inherit;
}

#rb-login #language_selector > div > a .la-money-bill,
#rb-login #currency_selector > div > a .la-money-bill {
  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;
}

/****** 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: #D70018;
  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: #212529;
}

.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: #212529;
  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;
  }
}
