/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Header Flex*/
.header-flex {
  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;
}

.header-flex > [class*="col-"] {
  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;
}

.header-flex .header-left {
  position: static !important;
}

.header-flex .header-right {
  -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;
}

.header-flex .content-header {
  -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;
}

.header-flex .topbar-right {
  -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;
}

@media (max-width: 767px) {
  .header-flex .topbar-right {
    -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-float-header.rb-sticky {
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#index .rb-float-header.rb-sticky .header-v7 .header-desktop,
#index .rb-float-header.rb-sticky .header-v4 .header-desktop,
#module-rbthemedream-live .rb-float-header.rb-sticky .header-v7 .header-desktop,
#module-rbthemedream-live .rb-float-header.rb-sticky .header-v4 .header-desktop {
  background: rgba(0, 0, 0, 0.8);
}

#index .rb-float-header.rb-sticky .header-v2 .header-desktop,
#index .rb-float-header.rb-sticky .header-v3 .header-desktop,
#module-rbthemedream-live .rb-float-header.rb-sticky .header-v2 .header-desktop,
#module-rbthemedream-live .rb-float-header.rb-sticky .header-v3 .header-desktop {
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#header .rb-header .rbLogo img {
  max-height: 25px;
  width: auto;
}

#header .rb-header .megamenu {
  position: unset;
}

#header .rb-header.header-v4 .megamenu {
  margin-left: 0;
}

@media (min-width: 576px) {
  #header .rb-header.header-v5 .megamenu {
    margin-left: 0;
  }
}

@media (max-width: 1500px) and (min-width: 992px) {
  #header .rb-header .header-desktop {
    position: relative;
  }
}

/*Header v1*/
.header-v1 {
  margin-bottom: 0;
  position: relative;
  background: 0 0;
}

@media (max-width: 991px) {
  .header-v1 .header-wrapper {
    padding: 15px 0;
  }
}

.header-v1 .header-desktop .rb_megamenu.layout_layout5 .rb_menus_li:nth-child(2) > a {
  padding-left: 0;
}

/*Header v2*/
@media (max-width: 991px) {
  .header-v2 .header-wrapper {
    padding: 15px 0;
  }
}

.header-v2 .header-bottom-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-v2 .header-bottom-wrapper .container {
  padding: 0 !important;
}

.header-v2 .header-bottom-wrapper .menu-vertical {
  width: 277px;
}

.header-v2 .header-bottom-wrapper .menu-vertical .rb_extra_item {
  display: none;
}

.header-v2 .header-bottom-wrapper .menu-horizontal {
  flex: 1;
}

/*Header v3*/
#header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5 {
  position: static;
  background: transparent;
}

#header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul {
  background: transparent;
}

#header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
}

#header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5 .rb_megamenu_content .rb_megamenu_content_content {
  position: static;
}

#header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

@media (max-width: 1199px) {
  #header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5.changestatus {
    background: transparent;
  }
  #header .header-v3 .menu-horizontal .rb_megamenu.layout_layout5.changestatus .rb_menus_ul {
    background: #FFFFFF;
  }
}

.header-v3 .header-bottom-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
}

.header-v3 .header-bottom-wrapper .container {
  padding: 0 !important;
}

.header-v3 .header-bottom-wrapper .menu-vertical {
  margin-right: 55px;
}

.header-v3 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 {
  background: transparent;
  z-index: 1;
}

.header-v3 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul {
  background: transparent;
}

.header-v3 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
  background: transparent !important;
  padding: 20px 0 !important;
}

.header-v3 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li.vertical_menu > a .rb_menu_content_title i {
  font-size: 22px;
}

.header-v3 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

.header-v3 .header-bottom-wrapper .block-search {
  flex: 1;
}

.header-v3 .header-bottom-wrapper .block-html a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F8F9FA;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-v3 .header-bottom-wrapper {
    padding: 12px 0;
  }
}

.header-v3 .header-desktop .search-widget {
  max-width: 580px;
}

.header-v3 .header-desktop .search-widget .rb-search {
  line-height: 38px;
  background: #FFFFFF;
}

.header-v3 .header-desktop .search-widget .rb-search-btn {
  line-height: 40px;
  background: #212529;
}

.header-v3 .header-flex {
  position: relative;
}

.header-v3 .header-flex .header-center {
  position: static;
}

/*Header v4*/
#header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5 {
  position: static;
  background: transparent;
}

#header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul {
  background: transparent;
}

#header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
}

#header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5 .rb_megamenu_content .rb_megamenu_content_content {
  position: static;
}

#header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

@media (max-width: 1199px) {
  #header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5.changestatus {
    background: transparent;
  }
  #header .header-v4 .menu-horizontal .rb_megamenu.layout_layout5.changestatus .rb_menus_ul {
    background: #FFFFFF;
  }
}

.header-v4 .header-bottom-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
}

.header-v4 .header-bottom-wrapper .container {
  padding: 0 !important;
}

.header-v4 .header-bottom-wrapper .menu-vertical {
  margin-right: 152px;
}

@media (max-width: 1500px) {
  .header-v4 .header-bottom-wrapper .menu-vertical {
    margin-right: 50px;
  }
}

.header-v4 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 {
  background: transparent;
  z-index: 1;
}

.header-v4 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul {
  background: transparent;
}

.header-v4 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
  background: transparent !important;
  padding: 20px 0 !important;
}

.header-v4 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li.vertical_menu > a .rb_menu_content_title i {
  font-size: 22px;
}

.header-v4 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

.header-v4 .header-bottom-wrapper .block-search {
  flex: 1;
}

.header-v4 .header-bottom-wrapper .block-html a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F8F9FA;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-v4 .header-bottom-wrapper {
    padding: 12px 0;
  }
}

.header-v4 .header-desktop .search-widget {
  max-width: 870px;
}

@media (max-width: 1500px) {
  .header-v4 .header-desktop .search-widget {
    max-width: 580px;
  }
}

.header-v4 .header-desktop .search-widget .rb-search {
  line-height: 38px;
  background: #FFFFFF;
}

.header-v4 .header-desktop .search-widget .rb-search-btn {
  line-height: 40px;
  background: #212529;
}

.header-v4 .header-flex {
  position: relative;
}

.header-v4 .header-flex .header-center {
  position: static;
}

/*Header v5*/
#header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5 {
  position: static;
  background: transparent;
}

#header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul {
  background: transparent;
}

#header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
}

#header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5 .rb_megamenu_content .rb_megamenu_content_content {
  position: static;
}

#header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

@media (max-width: 1199px) {
  #header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5.changestatus {
    background: transparent;
  }
  #header .header-v5 .menu-horizontal .rb_megamenu.layout_layout5.changestatus .rb_menus_ul {
    background: #FFFFFF;
  }
}

#header .header-v5 .header-bottom {
  background: #212529;
}

.header-v5 .header-bottom-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -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;
}

.header-v5 .header-bottom-wrapper .container {
  padding: 0 !important;
}

.header-v5 .header-bottom-wrapper .menu-vertical {
  width: 340px;
  margin-right: 20px;
}

@media (max-width: 1500px) {
  .header-v5 .header-bottom-wrapper .menu-vertical {
    width: auto;
    margin-right: 50px;
  }
  .header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 {
    background: transparent;
  }
  .header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul {
    background: transparent;
  }
}

.header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 {
  z-index: 1;
}

.header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li > a {
  color: #212529;
  background: transparent !important;
  padding: 20px !important;
}

.header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_menus_ul .rb_menus_li.vertical_menu > a .rb_menu_content_title i {
  font-size: 22px;
}

@media (min-width: 1500px) {
  .header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_columns_ul {
    width: 100% !important;
    background: #FFFFFF !important;
  }
  .header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_columns_ul .rb_tabs_li {
    width: 100%;
  }
  .header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_columns_ul .rb_tabs_li .rb_tab_li_content {
    width: 100% !important;
    background: #FFFFFF;
  }
}

.header-v5 .header-bottom-wrapper .menu-vertical .rb_megamenu.layout_layout5 .rb_extra_item {
  display: none;
}

.header-v5 .header-bottom-wrapper .block-search {
  flex: 1;
}

.header-v5 .header-bottom-wrapper .block-html a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F8F9FA;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-v5 .header-bottom-wrapper {
    padding: 12px 0;
  }
}

@media (min-width: 1500px) {
  #index .header-v5 .menu-vertical .rb_megamenu.layout_layout5 .rb_columns_ul {
    min-height: 1000vh;
  }
}

@media (min-width: 1200px) {
  #index .header-v5 .header-bottom > .container {
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  #module-rbthemedream-live .header-v5 .menu-vertical .rb_megamenu.layout_layout5 .rb_columns_ul {
    min-height: 1000vh;
  }
}

@media (min-width: 1200px) {
  #module-rbthemedream-live .header-v5 .header-bottom > .container {
    padding-left: 0;
  }
}

.header-v5 .header-desktop .search-widget {
  max-width: 760px;
}

@media (max-width: 1500px) {
  .header-v5 .header-desktop .search-widget {
    max-width: 580px;
  }
}

.header-v5 .header-desktop .search-widget .rb-search {
  line-height: 38px;
  background: #FFFFFF;
  border-color: #DEE2E6;
}

.header-v5 .header-desktop .search-widget .rb-search-btn {
  line-height: 40px;
}

.header-v5 .header-flex {
  position: relative;
}

.header-v5 .header-flex .header-center {
  position: static;
}

#bwp-topbar {
  font-size: 13px;
  height: 50px;
}

#bwp-topbar.topbar-v1 {
  background: #2e2e2e;
  color: #FFFFFF;
}

#bwp-topbar.topbar-v2 {
  background: #ffffff;
  color: #212529;
}

#bwp-topbar.topbar-v2 .email a {
  color: #212529;
}

#bwp-topbar.topbar-v2 .language-selector .expand-more,
#bwp-topbar.topbar-v2 .currency-selector .expand-more {
  color: #212529;
}

#bwp-topbar.topbar-v3 {
  background: transparent;
}

#bwp-topbar.topbar-v3 .topbar-inner {
  background: #f0f0f0;
}

@media (min-width: 992px) {
  #bwp-topbar.topbar-v3 .topbar-inner {
    padding: 0 30px;
  }
}

#bwp-topbar.topbar-v6 {
  background: #2e2e2e;
  color: #FFFFFF;
}

#bwp-topbar .topbar-right > * {
  padding-right: 20px;
}

#bwp-topbar .topbar-right > div:last-child {
  padding-right: 0;
}

#bwp-topbar .email,
#bwp-topbar .ship {
  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;
}

#bwp-topbar .email i,
#bwp-topbar .ship i {
  margin-right: 10px;
  font-size: 20px;
  position: relative;
}

#bwp-topbar .email {
  position: relative;
  margin-right: 20px;
}

#bwp-topbar .email:before {
  position: absolute;
  content: "";
  right: 0;
  background: #565656;
  width: 1px;
  height: 18px;
  top: calc(50% - 9px);
}

#bwp-topbar .email a {
  color: #FFFFFF;
}

#bwp-topbar .email a:hover {
  color: #D70018;
}

#gr-lang .expand-more {
  display: none;
}

#gr-lang #language_selector {
  margin-bottom: 10px;
}

#gr-lang .language-selector,
#gr-lang .currency-selector {
  padding: 0;
  margin: 0;
}

#gr-lang .title_block {
  display: block;
  width: 100%;
}

#gr-lang .dropdown-menu {
  display: block;
  position: relative;
  margin-top: 7px;
  padding: 5px;
  min-width: 140px;
}

#gr-lang .dropdown-menu::before {
  display: none;
}

#gr-lang .dropdown-menu li {
  padding: 0;
}

#gr-lang .dropdown-menu .dropdown-item {
  padding: 3px;
}

.rb-id-wishlist {
  margin: 0;
}

.rb-id-wishlist a {
  position: relative;
}

.rb-id-wishlist i {
  font-size: 18px;
}

/** .bg-over-lay **/
.bg-over-lay {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 120vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  will-change: opacity;
  z-index: 1000;
}

.show-over-lay {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.header-mobile {
  padding: 15px 0;
  background: #FFFFFF;
}

.header-mobile .header-right {
  -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;
}

.header-mobile .header-center {
  -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;
}

.header-mobile .header-mobile-fixed {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  align-items: center;
  box-shadow: 0 1px 12px 2px #8f8f8f4d;
}

.header-mobile .header-mobile-fixed > div {
  flex: 1;
  text-align: center;
}

.header-mobile .header-mobile-fixed i {
  font-size: 26px;
  color: #6C757D;
}

.header-mobile .rb_megamenu.layout_layout5 {
  background: transparent;
}

.header-mobile .rb_megamenu.layout_layout5:not(.ybc_vertical_menu) .rb_menus_ul {
  background: #FFFFFF;
}

.header-mobile .popup-over .popup-title {
  margin-left: 0;
  padding: 0;
}

.header-mobile .rb-id-wishlist,
.header-mobile .blockcart {
  padding: 0;
  margin-left: 0;
}

#header .header-mobile .rbLogo img {
  max-height: 20px;
}

.header-mobile .wishlist-box .rb-id-wishlist .title {
  display: none;
}

.header-mobile .wishlist-box .rb-id-wishlist .rb-wishlist-quantity {
  position: absolute;
  height: 16px;
  width: 16px;
  line-height: 16px;
  text-align: center;
  top: -10px;
  color: #FFFFFF;
  font-weight: 500;
  right: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #D70018;
  font-size: 12px;
}

/***** menubar **/
.menu-sidebar {
  position: fixed;
  z-index: 999999;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 40px 50px;
  top: 0;
  overflow: hidden;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 1400px) {
  .menu-sidebar {
    padding: 30px;
  }
}

[dir="rtl"] .menu-sidebar {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.menu-sidebar.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .menu-sidebar.active {
    overflow-x: hidden;
  }
}

.menu-sidebar .container-large {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

#header .menu-sidebar .megamenu {
  position: relative;
  -webkit-box-align: inherit;
  -moz-box-align: inherit;
  box-align: inherit;
  -webkit-align-items: inherit;
  -moz-align-items: inherit;
  -ms-align-items: inherit;
  -o-align-items: inherit;
  align-items: inherit;
  -ms-flex-align: inherit;
}

#header .menu-sidebar .megamenu .rb_megamenu::before {
  display: none;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_megamenu_content {
  height: 100%;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_megamenu_content .container {
  height: 100%;
  max-width: 100%;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_megamenu_content .rb_megamenu_content_content {
  height: 100%;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul {
  margin: 20px 0;
  max-width: 100%;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li > a,
#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li > span {
  display: none;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul {
  position: unset;
  display: inline-block;
  height: 100%;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li {
  margin-bottom: 10px;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_tab_li_content {
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #212529;
  font-weight: 500;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_tab_has_child::after {
  content: "\e914";
  font-family: "icomoon";
  width: 36px;
  height: 36px;
  margin-top: 0;
  border: none;
  background: transparent;
  text-align: center;
  line-height: 36px;
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_columns_contents_ul {
  max-height: 100%;
  flex-flow: inherit;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: scroll;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_columns_contents_ul::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_tab_toggle_title {
  padding: 10px 0;
  color: #212529;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_tab_toggle_title > a {
  color: #212529;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li .rb_tab_toggle_title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #212529;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li:hover .rb_tab_toggle_title::before, #header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li.open .rb_tab_toggle_title::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li:hover .rb_tab_has_child::after, #header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li.open .rb_tab_has_child::after {
  background: #f5f5f5;
}

#header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li:hover.rb_tabs_has_content .rb_tab_li_content .rb_tab_name::before, #header .menu-sidebar .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li .rb_columns_ul .rb_tabs_li.open.rb_tabs_has_content .rb_tab_li_content .rb_tab_name::before {
  border-right-color: #000;
}

.menu-sidebar .sidebar-bottom {
  width: 25%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #CED4DA;
}

.menu-sidebar .rb-lang {
  margin-bottom: 10px;
}

.menu-sidebar .rb-lang .language-selector,
.menu-sidebar .rb-lang .currency-selector {
  padding: 0;
}

.menu-sidebar .rb-lang .language-selector > a,
.menu-sidebar .rb-lang .currency-selector > a {
  color: #212529;
  text-transform: none;
}

.menu-sidebar .rb-lang .language-selector .dropdown-menu,
.menu-sidebar .rb-lang .currency-selector .dropdown-menu {
  top: inherit;
  bottom: 100%;
  margin-bottom: 10px;
}

.menu-sidebar .rb-lang .language-selector .dropdown-menu::before,
.menu-sidebar .rb-lang .currency-selector .dropdown-menu::before {
  top: inherit;
  bottom: -14px;
  border-bottom-color: transparent;
  border-top-color: #dadada;
}

.menu-sidebar .rb-lang .language-selector .dropdown-menu li,
.menu-sidebar .rb-lang .currency-selector .dropdown-menu li {
  margin-bottom: 0;
}

.menu-sidebar .rb-lang .language-selector {
  margin-left: 30px;
}

.menu-sidebar .rb-social-block .rb-title {
  display: none;
}

.menu-sidebar #footer_social_block a {
  width: auto;
  height: auto;
  border: none;
  margin: 0 10px 0 0;
  line-height: normal;
}

.menu-sidebar #footer_social_block a i {
  font-size: 20px;
}

body.off-canvas-active {
  width: auto;
  overflow: hidden;
}

.close-menubar {
  color: #212529;
  display: inline-block;
}

.close-menubar #click_off_menu,
.close-menubar #click_off {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.close-menubar #click_off_menu::before, .close-menubar #click_off_menu::after,
.close-menubar #click_off::before,
.close-menubar #click_off::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #777;
  transform-origin: 50% 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}

.close-menubar #click_off_menu::before,
.close-menubar #click_off::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-menubar #click_off_menu::after,
.close-menubar #click_off::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-menubar #click_off_menu:hover::before, .close-menubar #click_off_menu:hover::after,
.close-menubar #click_off:hover::before,
.close-menubar #click_off:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.close-menubar i {
  font-size: 26px;
  font-weight: 600;
}
