/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.rb-footer {
  background: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  margin-top: 60px;
  color: #585858;
  font-weight: 400;
}

@media (max-width: 767px) {
  .rb-footer {
    margin-top: 30px;
  }
}

#index .rb-footer {
  margin-top: 0;
}

#module-rbthemedream-live .rb-footer {
  margin-top: 0;
}

.rb-footer a {
  color: #585858;
}

.rb-footer .rb-block-link a {
  color: #585858;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  display: block;
}

.rb-footer .rb-block-link a:hover {
  color: #cd8f5c;
}

.rb-footer .links .collapse {
  display: inherit;
}

.rb-footer .rb-widget-heading .rb-heading-title.block-title,
.rb-footer .rb-title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 30px;
  margin: 0 !important;
  color: #111111;
  text-transform: uppercase;
  font-family: "Gilroy-Bold";
  cursor: initial;
}

.rb-footer .rb-widget-heading .rb-heading-title.block-title a,
.rb-footer .rb-title a {
  color: #111111;
}

.rb-footer .rb-widget-heading .rb-heading-title.block-title a:hover,
.rb-footer .rb-title a:hover {
  color: #cd8f5c;
}

@media (max-width: 767px) {
  .rb-footer .rb-widget-heading .rb-heading-title.block-title,
  .rb-footer .rb-title {
    padding: 20px 0;
  }
}

.rb-footer .rb-social-icon {
  padding: 0;
  background: transparent;
  color: #767676;
  margin-right: 28px;
}

.rb-footer .rb-social-icon:last-child {
  margin-right: 0;
}

.rb-footer .rb-social-icon i {
  font-size: 20px;
}

.rb-footer .rb-social-icon:hover {
  color: #cd8f5c;
}

.rb-footer .footer-copyright {
  position: relative;
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid #eeeeee;
  text-align: right;
}

@media (max-width: 991px) {
  .rb-footer .footer-copyright {
    text-align: center;
    padding: 20px 0 80px;
  }
}

.rb-footer .footer-copyright img {
  max-width: 100%;
}

.rb-footer .footer-copyright .rb-block-link .rb-title {
  display: none;
}

.rb-footer .footer-copyright .rb-block-link ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .rb-footer .footer-copyright .rb-block-link ul {
    margin-top: 15px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.rb-footer .footer-copyright .rb-block-link ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 24px;
}

.rb-footer .footer-copyright .rb-block-link ul li a {
  margin-bottom: 0;
}

.rb-footer .footer-copyright .rb-block-link ul li a:hover {
  color: #cd8f5c;
}

.rb-footer .footer-copyright .rb-block-link ul li:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .ps-emailsubscription-block {
    margin: 20px 0 0;
  }
}

.ps-emailsubscription-block .sub-letter {
  display: none;
  line-height: 23px;
  margin-bottom: 0;
}

.ps-emailsubscription-block .block_content {
  max-width: 450px;
  margin: auto;
}

@media (max-width: 991px) {
  .ps-emailsubscription-block .block_content {
    max-width: 100%;
    text-align: center;
  }
}

.ps-emailsubscription-block form {
  width: 100%;
  position: relative;
}

@media (max-width: 480px) {
  .ps-emailsubscription-block form {
    text-align: center;
  }
}

.ps-emailsubscription-block form input[type="email"] {
  border: 1px solid #ccc;
  color: #585858;
  background-color: transparent;
  font-size: 14px;
  height: 50px;
  width: 70%;
  padding: 0 12px;
  float: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ps-emailsubscription-block form input[type="email"]::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]::-moz-placeholder {
  color: #585858;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]:-moz-placeholder {
  color: #585858;
  opacity: 1;
  filter: alpha(opacity=100);
}

.ps-emailsubscription-block form input[type="email"]:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (max-width: 991px) {
  .ps-emailsubscription-block form input[type="email"] {
    width: 100%;
  }
}

.ps-emailsubscription-block form input {
  outline: 0;
}

.ps-emailsubscription-block form .btn {
  position: absolute;
  z-index: 9;
  background: #111111;
  border: none;
  color: #FFFFFF;
  padding: 0 20px;
  min-width: 30%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  right: 1px;
}

.ps-emailsubscription-block form .btn i {
  display: none;
}

.ps-emailsubscription-block form .btn:hover {
  background: #cd8f5c;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .ps-emailsubscription-block form .btn {
    position: relative;
    right: inherit;
    left: inherit;
    margin-top: 20px;
    width: auto;
    padding: 0 40px;
  }
}

#footer_social_block a {
  font-size: 24px;
  margin: 0 10px;
}

@media (min-width: 768px) {
  .rb-footer-1 {
    text-align: center;
  }
}

.rb-footer-1 .box-footer-center {
  padding: 64px 0;
}

@media (max-width: 767px) {
  .rb-footer-1 .box-footer-center {
    padding: 20px 0 40px;
  }
}

.rb-footer-1 .rb-widget-prestashop-widget-Logo {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .rb-footer-1 .rb-widget-prestashop-widget-Logo {
    margin-top: 50px;
  }
}

.rb-footer-1 .rb-widget-heading .rb-heading-title.block-title,
.rb-footer-1 .rb-footer .rb-title {
  padding-bottom: 12px;
}

.rb-footer-1 .rb-widget-prestashop-widget-Phone .fa,
.rb-footer-1 .rb-widget-prestashop-widget-Address .fa,
.rb-footer-1 .rb-widget-prestashop-widget-Email .fa {
  display: none;
}

.rb-footer-1 .footer-copyright {
  position: relative;
  padding: 30px 0;
}

@media (min-width: 992px) {
  .rb-footer-1 .footer-copyright .rb-widget-wrap {
    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: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}

@media (max-width: 991px) {
  .rb-footer-1 .footer-copyright {
    text-align: center;
    padding: 20px 0 75px;
  }
  .rb-footer-1 .footer-copyright .rb-block-link ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .rb-footer-1 .footer-copyright .rb-social-icons-wrapper {
    margin-top: 15px;
  }
}

.rb-footer-1 .RbBlockLink {
  line-height: 30px;
  margin-bottom: 20px;
}

.rb-footer-1 .RbBlockLink ul {
  margin-bottom: 0;
}

.rb-footer-1 .RbBlockLink ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px;
}

.rb-footer-1 .RbBlockLink ul li:after {
  content: "/";
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 50%;
  right: -5px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

.rb-footer-1 .RbBlockLink ul li:last-child:after {
  display: none;
}

.rb-footer-1 .RbBlockLink ul li a {
  font-size: 16px;
  font-weight: 700;
  font-family: "Gilroy-SemiBold";
  color: #111111;
  text-transform: uppercase;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.rb-footer-1 .RbBlockLink ul li a:hover {
  color: #cd8f5c;
}

@media (max-width: 575px) {
  .rb-footer-1 .RbBlockLink ul li a {
    font-size: 14px;
  }
}

.rb-footer-3 .box-footer-center {
  padding: 80px 0 50px;
}

@media (max-width: 991px) {
  .rb-footer-3 .box-footer-center {
    padding: 60px 0 30px;
  }
}

.rb-footer-3 .rb-widget-social-icons {
  margin-top: 30px;
}

.rb-footer-3 .block-contact ul li {
  line-height: 23px;
  margin-bottom: 15px;
}

.rb-footer-3 .block-contact ul li i {
  display: none;
}

.rb-footer-3 .block-contact ul li a {
  color: #FFFFFF;
}

.rb-footer-3 .rb-widget-prestashop-widget-Address {
  margin: 30px 0 40px;
}

.rb-footer-3 .rb-widget-prestashop-widget-Address i {
  display: none;
}

@media (max-width: 991px) {
  .rb-footer-3 .rb-widget-prestashop-widget-Address {
    margin: 20px 0;
  }
}

@media (min-width: 768px) {
  .rb-footer-3 .footer-copyright .rb-widget-copyright .text-sm-center {
    text-align: left !important;
  }
}

.rb-footer-3 .ps-emailsubscription-block {
  margin: 0;
}

.rb-footer-3 .ps-emailsubscription-block .title-newsletter .sub-letter {
  display: none;
  margin-bottom: 20px;
}

.rb-footer-3 .ps-emailsubscription-block .newsletter-input-group {
  border-bottom: 2px solid #eeeeee;
}

.rb-footer-3 .ps-emailsubscription-block .newsletter-input-group:focus {
  border-bottom-color: #cd8f5c;
}

.rb-footer-3 .ps-emailsubscription-block form input[type="email"] {
  color: #767676;
  background-color: transparent;
  height: 55px;
  border-radius: 0;
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.rb-footer-3 .ps-emailsubscription-block form input[type="email"]::placeholder {
  color: #767676;
}

.rb-footer-3 .ps-emailsubscription-block form .btn {
  background: transparent;
  color: #111111;
  height: 55px;
  font-weight: 600;
  padding: 0;
  min-width: auto;
  position: absolute;
  right: 0;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) and (min-width: 481px) {
  .rb-footer-3 .ps-emailsubscription-block form .btn {
    position: absolute;
    right: 0;
    margin-top: 0;
    padding: 0 20px;
  }
}

.rb-footer-3 .ps-emailsubscription-block form .btn:hover {
  color: #cd8f5c;
}

.rb-footer-2 .box-footer-center {
  margin: 0;
  padding: 64px 0;
}

.rb-footer-2 .footer-copyright {
  position: relative;
  padding: 30px 0;
  text-align: right;
}

@media (max-width: 991px) {
  .rb-footer-2 .footer-copyright {
    text-align: center;
    padding: 20px 0 75px;
  }
}

@media (min-width: 768px) {
  .rb-footer-2 .footer-copyright .rb-widget-copyright .text-sm-center {
    text-align: left !important;
  }
}

.rb-footer-2 #footer_social_block {
  display: block !important;
}

.rb-footer-2 .ps-emailsubscription-block {
  margin: 0;
  padding: 0 !important;
}

.rb-footer-2 .ps-emailsubscription-block .title-newsletter {
  text-align: center;
  margin-bottom: 30px;
}

.rb-footer-2 .ps-emailsubscription-block .title-newsletter .rb-title {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-family: "Gilroy-SemiBold";
  padding: 0 0 16px;
}

.rb-footer-2 .ps-emailsubscription-block .title-newsletter .sub-letter {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.rb-footer-2 .ps-emailsubscription-block .block_content {
  flex: 1;
  max-width: 100%;
}

.rb-footer-2 .ps-emailsubscription-block form .newsletter-input-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.rb-footer-2 .ps-emailsubscription-block form input[type="email"] {
  border: none;
  border-bottom: 2px solid #EEEEEE;
  color: #585858;
  background-color: #FFFFFF;
  height: 48px;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.rb-footer-2 .ps-emailsubscription-block form .btn {
  position: relative;
  background: transparent;
  height: 48px;
  text-transform: uppercase;
  border-bottom: 2px solid #111111;
  padding: 0;
  color: #111111;
  min-width: auto;
  margin: 0 0 0 20px;
  font-family: "Gilroy-SemiBold";
}

.rb-footer-2 .ps-emailsubscription-block form .btn:hover {
  color: #cd8f5c;
  border-bottom-color: #cd8f5c;
}

@media (min-width: 768px) {
  .rb-footer-2 .ps-emailsubscription-block {
    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-footer-2 .ps-emailsubscription-block .title-newsletter {
    width: 50%;
    text-align: left;
    margin-bottom: 0;
  }
  .rb-footer-2 .ps-emailsubscription-block .block_content {
    width: 50%;
  }
}

.rb-footer-2 .rb-widget-rb_links .rb-block-link ul {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.rb-footer-2 .rb-widget-rb_links .rb-block-link a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.rb-footer-2 .rb-widget-rb_links .rb-block-link a:hover {
  color: #cd8f5c;
}

@media (max-width: 767px) {
  .rb-footer-2 .rb-widget-rb_links {
    margin: 15px 0;
  }
}

.rb-footer-4 .box-footer-center {
  margin: 0;
  padding: 64px 0;
}

.rb-footer-4 .footer-copyright {
  position: relative;
  padding: 30px 0;
  text-align: right;
}

@media (max-width: 991px) {
  .rb-footer-4 .footer-copyright {
    text-align: center;
    padding: 20px 0 75px;
  }
}

@media (min-width: 768px) {
  .rb-footer-4 .footer-copyright .rb-widget-copyright .text-sm-center {
    text-align: left !important;
  }
}

.rb-footer-4 #footer_social_block {
  display: block !important;
}

.rb-footer-4 .ps-emailsubscription-block {
  margin: 0;
  padding: 0 !important;
}

.rb-footer-4 .ps-emailsubscription-block .title-newsletter {
  text-align: center;
  margin-bottom: 30px;
}

.rb-footer-4 .ps-emailsubscription-block .title-newsletter .rb-title {
  position: relative;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-family: "Gilroy-SemiBold";
  padding: 0 0 16px;
}

.rb-footer-4 .ps-emailsubscription-block .title-newsletter .sub-letter {
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.rb-footer-4 .ps-emailsubscription-block .block_content {
  flex: 1;
  max-width: 680px;
  margin: auto;
}

.rb-footer-4 .ps-emailsubscription-block form .newsletter-input-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.rb-footer-4 .ps-emailsubscription-block form input[type="email"] {
  border: none;
  border-bottom: 2px solid #EEEEEE;
  color: #585858;
  background-color: #FFFFFF;
  height: 48px;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.rb-footer-4 .ps-emailsubscription-block form .btn {
  position: relative;
  background: transparent;
  height: 48px;
  text-transform: uppercase;
  border-bottom: 2px solid #111111;
  padding: 0;
  color: #111111;
  min-width: auto;
  margin: 0 0 0 20px;
  font-family: "Gilroy-SemiBold";
}

.rb-footer-4 .ps-emailsubscription-block form .btn:hover {
  color: #cd8f5c;
  border-bottom-color: #cd8f5c;
}

.rb-footer-4 .rb-widget-rb_links .rb-block-link ul {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.rb-footer-4 .rb-widget-rb_links .rb-block-link a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.rb-footer-4 .rb-widget-rb_links .rb-block-link a:hover {
  color: #cd8f5c;
}

@media (max-width: 767px) {
  .rb-footer-4 .rb-widget-rb_links {
    margin: 15px 0;
  }
}

.block-toggler .title,
.rb-footer .links .title {
  position: relative;
  cursor: pointer;
}

.block-toggler .title .collapse-icons .remove,
.rb-footer .links .title .collapse-icons .remove {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.rb-footer .links .title[aria-expanded="true"] .collapse-icons .add {
  display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.rb-footer .links .title[aria-expanded="true"] .collapse-icons .remove {
  display: block;
}

.block-toggler .navbar-toggler,
.rb-footer .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 0;
}

.block-toggler.DdBlockLink ul li,
.rb-footer .links.DdBlockLink ul li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons,
  .rb-footer .links.accordion_small_screen .collapse-icons {
    display: none;
  }
}

.block-toggler.accordion_small_screen .collapse,
.rb-footer .links.accordion_small_screen .collapse {
  display: block;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse,
  .rb-footer .links.accordion_small_screen .collapse {
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  .block-toggler.accordion_small_screen .collapse,
  .rb-footer .links.accordion_small_screen .collapse {
    display: none;
  }
  .block-toggler.accordion_small_screen .collapse.in,
  .rb-footer .links.accordion_small_screen .collapse.in {
    display: block;
  }
}

.footer-support {
  background: #FCF6F2;
  padding: 60px 0;
}

#index .footer-support {
  display: none;
}

#module-rbthemedream-live .footer-support {
  display: none;
}

.footer-support .rb-icon {
  margin-right: 20px;
}

.footer-support .rb-icon i {
  font-size: 38px;
  width: 38px;
  height: 38px;
  text-align: center;
  color: #111111;
}

.footer-support .rb-icon-box-content {
  font-size: 16px;
  line-height: 24px;
  color: #767676;
}

@media (min-width: 992px) {
  .footer-support .rb-icon-box-content {
    width: 70%;
  }
}

.footer-support .rb-icon-box-content .rb-icon-box-title {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 16px;
}

.footer-support .rb-icon-box-content p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-support .rb-icon-box-wrapper {
    margin-bottom: 20px;
  }
  .footer-support .rb-icon-box-content {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-support .rb-icon-box-content .rb-icon-box-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
