/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
@media (min-width: 1200px) {
  .container-large {
    max-width: 1830px;
    width: auto;
    margin: auto;
    padding: 0 15px; } }
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*$dream-image-path:     "../../../../../img/modules/rbthemedream/img/"!default;
$catalog-image-path:    "../../../../../../img/modules/combinationsincatalog/img/"!default;*/
/* 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 .left-header {
    position: static !important; }
  .header-flex .center-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 .right-header {
    -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; }

.menu-bar {
  padding-right: 20px; }
  @media (max-width: 480px) {
    .menu-bar {
      padding-right: 15px; } }
  .menu-bar #click_show_menu {
    font-size: 22px;
    cursor: pointer; }

.rb-float-header .header-1 {
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }
.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); }
  .rb-float-header.rb-sticky .header-1 {
    padding: 10px 0; }

/* header */
#header {
  /* header-top */
  /* header-nav */
  /* header-nav-1 */
  /* header-nav-2 */
  /* header-nav-3 */
  /*Header 1*/
  /* Header 2 */
  /* Header 3 */
  /*Header 4*/
  /*Header 5*/
  /*Header 7*/
  /*Header 8*/
  /*Header 9*/
  /*Header 10*/ }
  @media (max-width: 991px) {
    #header .header-top {
      padding: 20px 0; } }
  #header .header-top .logo {
    max-height: 25px;
    width: auto; }
    @media (max-width: 568px) {
      #header .header-top .logo {
        max-width: 100px; } }
  #header .header-top .search-widget {
    position: relative; }
    #header .header-top .search-widget.active #click_show_search i:before {
      content: "\ea12";
      font-family: "rubicon"; }
    #header .header-top .search-widget .cssload-container {
      position: absolute;
      bottom: 50%;
      right: 60px;
      width: auto;
      height: 25px;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
    #header .header-top .search-widget .cssload-double-torus {
      width: 25px;
      height: 25px; }
    #header .header-top .search-widget .resuilt-search {
      position: absolute;
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
      -o-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
      -ms-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06); }
      #header .header-top .search-widget .resuilt-search .rb-resuilt {
        margin: 0;
        overflow-y: scroll;
        max-height: 400px;
        background: white; }
      #header .header-top .search-widget .resuilt-search .rb-item-product {
        display: flex;
        align-items: center;
        padding: 5px 0;
        border-bottom: 1px dashed rgba(204, 204, 204, 0.3); }
        #header .header-top .search-widget .resuilt-search .rb-item-product > div {
          padding: 0 10px; }
    #header .header-top .search-widget .rb-resuilt-error {
      margin: 0; }
  #header .header-top .rb-search-name {
    width: 320px;
    max-width: inherit;
    padding: 0; }
    #header .header-top .rb-search-name .rb-search {
      border: 1px solid #333b48;
      padding: 10px 80px 10px 10px;
      height: 40px;
      width: 100%;
      background: white;
      color: #414141;
      font-weight: 300;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      #header .header-top .rb-search-name .rb-search::-webkit-input-placeholder {
        color: #666666;
        text-indent: 0px;
        font-style: italic; }
      #header .header-top .rb-search-name .rb-search::-moz-placeholder {
        color: #666666;
        text-indent: 0px;
        font-style: italic; }
      #header .header-top .rb-search-name .rb-search:-moz-placeholder {
        color: #666666;
        text-indent: 0px;
        font-style: italic; }
      #header .header-top .rb-search-name .rb-search:-ms-input-placeholder {
        color: #666666;
        text-indent: 0px;
        font-style: italic; }
      #header .header-top .rb-search-name .rb-search:focus {
        outline: 0; }
    #header .header-top .rb-search-name .rb-search-btn {
      position: absolute;
      background: #080808;
      border: none;
      bottom: 50%;
      color: white;
      padding: 0px 10px;
      font-size: 14px;
      width: 50px;
      height: 40px;
      right: 0;
      cursor: pointer;
      border-radius: 0 3px 3px 0;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
      #header .header-top .rb-search-name .rb-search-btn:before {
        content: "";
        position: absolute;
        bottom: 50%;
        border-style: solid;
        border-color: transparent #080808 transparent;
        border-width: 8px 8px 8px 0;
        left: -8px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
      #header .header-top .rb-search-name .rb-search-btn:focus {
        outline: 0; }
      #header .header-top .rb-search-name .rb-search-btn:hover {
        background: #e7b053; }
        #header .header-top .rb-search-name .rb-search-btn:hover:before {
          border-color: transparent #e7b053 transparent; }
    @media screen {
      #header .header-top .rb-search-name {
        width: 290px;
        right: 0; } }
  @media screen and (max-width: 479px) {
    #header .header-top .rb-search-name {
      right: -57px; } }

  #header .header-top #language_selector .lang-flag {
    margin: 0 5px; }
  #header .header-top .rb-login > a i {
    font-size: 22px; }
  #header .header-top .rb-login > a span {
    display: none; }
  @media (max-width: 480px) {
    #header .header-top .rb-login .popup-content {
      right: -56px; } }
  #header .header-nav .box-nav-group {
    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; }
    #header .header-nav .box-nav-group .popup-over .popup-title {
      text-transform: inherit;
      padding: 0;
      color: #909090; }
      #header .header-nav .box-nav-group .popup-over .popup-title:hover {
        color: #e7b053; }
      #header .header-nav .box-nav-group .popup-over .popup-title i {
        font-size: 12px; }
    @media (max-width: 479px) {
      #header .header-nav .box-nav-group .rb-social-block {
        display: none; } }
    #header .header-nav .box-nav-group .rb-social-block .rb-title {
      display: none; }
    #header .header-nav .box-nav-group .rb-social-block a {
      margin-right: 0;
      background-color: transparent; }
      #header .header-nav .box-nav-group .rb-social-block a i {
        margin: 0;
        color: #909090; }
      #header .header-nav .box-nav-group .rb-social-block a:hover {
        color: #e7b053; }
        #header .header-nav .box-nav-group .rb-social-block a:hover i {
          color: #e7b053; }
  @media (max-width: 568px) {
    #header .header-nav .contact-link > div.phone {
      display: none; } }
  #header .header-nav-1 {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
    #header .header-nav-1 .box-nav-group > div {
      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; }
      #header .header-nav-1 .box-nav-group > div:after {
        content: "|";
        margin: 0 10px;
        color: rgba(204, 204, 204, 0.3); }
      #header .header-nav-1 .box-nav-group > div:last-child:after {
        content: none; }
      #header .header-nav-1 .box-nav-group > div i {
        margin-right: 5px; }
      @media (max-width: 479px) {
        #header .header-nav-1 .box-nav-group > div:after {
          content: none; } }
    #header .header-nav-1 .block-contact .rb-title {
      display: none; }
    #header .header-nav-1 .block-contact li {
      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; }
      #header .header-nav-1 .block-contact li:after {
        content: "|";
        margin: 0 10px;
        color: rgba(204, 204, 204, 0.3); }
      #header .header-nav-1 .block-contact li:last-child:after {
        content: none; }
      #header .header-nav-1 .block-contact li.address {
        display: none; }
      @media (max-width: 568px) {
        #header .header-nav-1 .block-contact li.phone {
          display: none; } }
      #header .header-nav-1 .block-contact li i {
        margin-right: 5px; }
      @media (max-width: 479px) {
        #header .header-nav-1 .block-contact li:after {
          content: none; } }
  #header .header-nav-2 .box-nav-group .rb-login {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgba(204, 204, 204, 0.5); }
  #header .header-nav-2 .box-nav-group .popup-over .popup-title {
    color: #e8ebf0; }
    #header .header-nav-2 .box-nav-group .popup-over .popup-title:hover {
      color: #e7b053; }
  @media (max-width: 479px) {
    #header .header-nav-2 .box-nav-group .rb-social-block {
      display: block; } }
  #header .header-nav-2 .box-nav-group .rb-social-block a i {
    color: #e8ebf0; }
  #header .header-nav-2 .box-nav-group .rb-social-block a:hover i {
    color: #e7b053; }
  #header .header-nav-3 {
    background-color: #ffdfcc;
    text-align: center; }
    #header .header-nav-3 .nav-html {
      color: #666; }
      @media (max-width: 568px) {
        #header .header-nav-3 .nav-html {
          display: block; } }
  #header .header-1 {
    position: relative; }
  #header .header-2 .rb_megamenu_content .rb_megamenu_content_content {
    -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 .header-3 .rb_megamenu_content .rb_megamenu_content_content {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
  #header .header-4 .head_logo {
    padding: 30px 0; }
    #header .header-4 .head_logo h1 {
      margin-bottom: 0;
      line-height: 24px; }
  @media (max-width: 568px) {
    #header .header-4 .logo {
      max-width: 80px; } }
  #header .header-4 .rb_megamenu_content .rb_megamenu_content_content {
    -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 .header-4 .center-header {
    text-align: center;
    border-left: 1px solid rgba(204, 204, 204, 0.3);
    border-right: 1px solid rgba(204, 204, 204, 0.3); }
  #header .header-4 .header-middle {
    border-bottom: 1px solid rgba(204, 204, 204, 0.3); }
  @media (min-width: 992px) {
    #header .header-4 .search-widget #click_show_search {
      display: none; } }
  @media (max-width: 991px) {
    #header .header-4 .search-widget #click_show_search {
      padding: 10px 0;
      margin-left: 35px; } }
  @media (min-width: 992px) {
    #header .header-4 .search-widget {
      width: 100%; }
      #header .header-4 .search-widget .cssload-container {
        position: absolute;
        bottom: 50%;
        right: 60px;
        width: auto;
        height: 25px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
      #header .header-4 .search-widget .cssload-double-torus {
        width: 25px;
        height: 25px; }
      #header .header-4 .search-widget .resuilt-search {
        position: absolute;
        z-index: 999; }
        #header .header-4 .search-widget .resuilt-search .rb-resuilt {
          margin: 0;
          overflow-y: scroll;
          max-height: 400px;
          background: white; }
        #header .header-4 .search-widget .resuilt-search .rb-item-product {
          display: flex;
          align-items: center;
          padding: 5px 0;
          border-bottom: 1px dashed rgba(204, 204, 204, 0.3); }
          #header .header-4 .search-widget .resuilt-search .rb-item-product > div {
            padding: 0 10px; }
      #header .header-4 .search-widget .rb-resuilt-error {
        margin: 0; } }
  #header .header-4.header-top {
    position: relative; }
    @media (max-width: 991px) {
      #header .header-4.header-top {
        padding: 0; } }
    @media (min-width: 992px) {
      #header .header-4.header-top .rb-search-name {
        max-width: 200px;
        padding: 0;
        position: relative;
        z-index: inherit;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
        #header .header-4.header-top .rb-search-name .rb-search {
          border: none;
          border-bottom: 1px solid rgba(204, 204, 204, 0.5);
          padding: 10px 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; }
          #header .header-4.header-top .rb-search-name .rb-search::-webkit-input-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-4.header-top .rb-search-name .rb-search::-moz-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-4.header-top .rb-search-name .rb-search:-moz-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-4.header-top .rb-search-name .rb-search:-ms-input-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-4.header-top .rb-search-name .rb-search:focus {
            outline: 0; }
        #header .header-4.header-top .rb-search-name .rb-search-btn {
          font-size: 18px;
          font-weight: 700;
          padding: 0;
          width: auto;
          color: #080808;
          background: transparent; }
          #header .header-4.header-top .rb-search-name .rb-search-btn:before {
            content: none; }
          #header .header-4.header-top .rb-search-name .rb-search-btn:focus {
            outline: 0; }
          #header .header-4.header-top .rb-search-name .rb-search-btn:hover {
            color: #e7b053;
            background: transparent; } }
    @media (max-width: 991px) {
      #header .header-4.header-top .rb-search-name {
        right: inherit;
        left: 0; } }
  @media (max-width: 991px) {
    #header .header-4 .header-wrapper {
      position: absolute;
      top: 33px;
      left: 0; } }
  #header .header-5 .header-flex .center-header {
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-justify-content: inherit;
    -ms-justify-content: inherit;
    -o-justify-content: inherit;
    justify-content: inherit;
    -ms-flex-pack: inherit; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #header .header-5 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li {
      margin-right: 23px; } }
  @media (max-width: 479px) {
    #header .header-5.header-top .rb-search-name {
      right: -84px; } }
  @media (max-width: 991px) {
    #header .header-7 {
      background-color: rgba(8, 8, 8, 0.8); } }
  @media (max-width: 991px) {
    #header .header-7 .left-header {
      order: 2;
      -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; } }
  @media (max-width: 991px) {
    #header .header-7 .right-header {
      order: 3; } }
  #header .header-7 .header-flex .center-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; }
    @media (max-width: 991px) {
      #header .header-7 .header-flex .center-header {
        order: 1; } }
  @media (min-width: 992px) {
    #header .header-7 .header-middle {
      border-bottom: 1px solid rgba(102, 102, 102, 0.25); } }
  #header .header-7 .popup-over .popup-title {
    color: #FFFFFF; }
  #header .header-7 .rb-id-wishlist a {
    color: #FFFFFF; }
  #header .header-7 #blockcart #cart-toogle i {
    color: #FFFFFF; }
  #header .header-7 .rb_megamenu_content .rb_megamenu_content_content {
    -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; }
    @media (max-width: 991px) {
      #header .header-7 .rb_megamenu_content .rb_megamenu_content_content {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
  #header .header-7 .ybc-menu-toggle .icon-bar {
    background-color: #FFFFFF; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #header .header-7 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li {
      margin-right: 23px; } }
  @media (max-width: 479px) {
    #header .header-7.header-top .rb-search-name {
      right: -84px; } }
  #header .header-8 .head_logo {
    padding: 65px 0 25px;
    text-align: center; }
    @media (max-width: 991px) {
      #header .header-8 .head_logo {
        padding: 30px 0 10px; } }
  @media (max-width: 991px) {
    #header .header-8 .left-header {
      order: 2;
      -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; } }
  @media (max-width: 991px) {
    #header .header-8 .right-header {
      order: 3; } }
  @media (max-width: 991px) {
    #header .header-8 .center-header {
      order: 1; } }
  @media (max-width: 991px) {
    #header .header-8 .header-wrapper {
      margin-bottom: 10px; } }
  #header .header-8 .rb_megamenu_content .rb_megamenu_content_content {
    -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 .header-8 .rb_megamenu.bg_submenu:before {
    left: calc((100vw - 880px) / -2);
    left: -webkit-calc((100vw - 880px) / -2);
    left: -moz-calc((100vw - 880px) / -2);
    left: -o-calc((100vw - 880px) / -2); }
  @media (min-width: 992px) and (max-width: 1024px) {
    #header .header-8 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li {
      margin-right: 20px; } }
  @media (min-width: 992px) {
    #header .header-8 .search-widget #click_show_search {
      display: none; } }
  @media (max-width: 991px) {
    #header .header-8 .search-widget #click_show_search {
      padding: 0;
      margin-left: 0; } }
  @media (min-width: 992px) {
    #header .header-8 .search-widget {
      width: 100%; }
      #header .header-8 .search-widget .cssload-container {
        position: absolute;
        bottom: 50%;
        right: 60px;
        width: auto;
        height: 25px;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%); }
      #header .header-8 .search-widget .cssload-double-torus {
        width: 25px;
        height: 25px; }
      #header .header-8 .search-widget .resuilt-search {
        position: absolute;
        z-index: 999; }
        #header .header-8 .search-widget .resuilt-search .rb-resuilt {
          margin: 0;
          overflow-y: scroll;
          max-height: 400px;
          background: white; }
        #header .header-8 .search-widget .resuilt-search .rb-item-product {
          display: flex;
          align-items: center;
          padding: 5px 0;
          border-bottom: 1px dashed rgba(204, 204, 204, 0.3); }
          #header .header-8 .search-widget .resuilt-search .rb-item-product > div {
            padding: 0 10px; }
      #header .header-8 .search-widget .rb-resuilt-error {
        margin: 0; } }
  #header .header-8.header-top {
    position: relative; }
    @media (max-width: 991px) {
      #header .header-8.header-top {
        padding: 0; } }
    @media (min-width: 992px) {
      #header .header-8.header-top .rb-search-name {
        max-width: 200px;
        padding: 0;
        position: relative;
        z-index: inherit;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
        #header .header-8.header-top .rb-search-name .rb-search {
          border: none;
          border-bottom: 1px solid rgba(204, 204, 204, 0.5);
          padding: 10px 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0; }
          #header .header-8.header-top .rb-search-name .rb-search::-webkit-input-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-8.header-top .rb-search-name .rb-search::-moz-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-8.header-top .rb-search-name .rb-search:-moz-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-8.header-top .rb-search-name .rb-search:-ms-input-placeholder {
            text-indent: 0px;
            font-style: inherit; }
          #header .header-8.header-top .rb-search-name .rb-search:focus {
            outline: 0; }
        #header .header-8.header-top .rb-search-name .rb-search-btn {
          font-size: 18px;
          font-weight: 700;
          padding: 0;
          width: auto;
          color: #080808;
          background: transparent; }
          #header .header-8.header-top .rb-search-name .rb-search-btn:before {
            content: none; }
          #header .header-8.header-top .rb-search-name .rb-search-btn:focus {
            outline: 0; }
          #header .header-8.header-top .rb-search-name .rb-search-btn:hover {
            color: #e7b053;
            background: transparent; } }
    @media (max-width: 991px) {
      #header .header-8.header-top .rb-search-name {
        right: inherit;
        left: -54px; } }
  @media (max-width: 991px) {
    #header .header-9 .left-header {
      order: 2;
      -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; } }
  @media (max-width: 991px) {
    #header .header-9 .center-header {
      order: 1; } }
  @media (max-width: 991px) {
    #header .header-9 .right-header {
      order: 3; } }
  #header .header-9 .rb_megamenu_content .rb_megamenu_content_content {
    -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; }
    @media (max-width: 991px) {
      #header .header-9 .rb_megamenu_content .rb_megamenu_content_content {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start; } }
  @media (max-width: 479px) {
    #header .header-9.header-top .rb-search-name {
      right: -56px; } }
  #header .header-10 {
    margin: 0 60px; }
    @media (max-width: 1199px) {
      #header .header-10 {
        margin: 0 15px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      #header .header-10 .left-header {
        max-width: 60%;
        flex: 0 0 60%; }
      #header .header-10 .right-header {
        max-width: 29%;
        flex: 0 0 20%; } }
    #header .header-10 .rb_megamenu_content .rb_megamenu_content_content {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
    #header .header-10 .rb_megamenu.bg_submenu:before {
      left: -60px; }
    #header .header-10 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li > a:before {
      bottom: 45px; }
    @media (min-width: 992px) {
      #header .header-10 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li > a span {
        padding: 47px 0; } }
    @media (max-width: 1366px) {
      #header .header-10 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li {
        margin-right: 15px; } }
    @media (max-width: 479px) {
      #header .header-10.header-top .rb-search-name {
        right: -84px; } }

#gr-lang .expand-more {
  display: none; }
#gr-lang #language_selector {
  margin-bottom: 10px; }
#gr-lang .language-selector,
#gr-lang .currency-selector {
  padding: 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 li {
    padding: 0; }
  #gr-lang .dropdown-menu .dropdown-item {
    padding: 3px; }

.rb-id-wishlist {
  margin: 0;
  padding: 10px 0 10px 25px; }
  .rb-id-wishlist a {
    position: relative;
    color: #080808; }
  .rb-id-wishlist i {
    font-size: 18px; }
  .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: #e7b053;
    font-size: 12px; }

/***** menubar **/
.menu-sidebar {
  position: fixed;
  z-index: 999999;
  background: #FFFFFF;
  width: 550px;
  height: 100%;
  padding: 60px 80px;
  top: 0;
  overflow-y: auto;
  left: 0;
  -webkit-transform: translate(-550px, 0);
  -moz-transform: translate(-550px, 0);
  -ms-transform: translate(-550px, 0);
  -o-transform: translate(-550px, 0);
  transform: translate(-550px, 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: 767px) {
    .menu-sidebar {
      width: 400px;
      padding: 60px 40px; } }
  @media (max-width: 320px) {
    .menu-sidebar {
      width: 320px;
      padding: 60px 30px; } }
  [dir="rtl"] .menu-sidebar {
    -webkit-transform: translate(550px, 0);
    -moz-transform: translate(550px, 0);
    -ms-transform: translate(550px, 0);
    -o-transform: translate(550px, 0);
    transform: translate(550px, 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 #click_off_menu {
    color: #080808;
    position: absolute;
    top: 20px;
    padding: 5px;
    cursor: pointer;
    right: 20px; }
    .menu-sidebar #click_off_menu i {
      font-size: 26px;
      font-weight: 600; }
  .menu-sidebar .rb-html {
    line-height: 24px;
    font-weight: 300; }
    .menu-sidebar .rb-html .title_block {
      font-size: 14px;
      font-weight: 600;
      margin: 0 0 20px;
      display: inline-block;
      text-transform: uppercase;
      font-family: "Mulish", sans-serif; }
  .menu-sidebar .block-social {
    position: absolute;
    bottom: 30px; }

/** .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); }

.nav-html {
  color: #e8ebf0; }
  @media (max-width: 568px) {
    .nav-html {
      display: none; } }
  .nav-html i {
    padding-right: 5px; }
  .nav-html a {
    color: #FFFFFF;
    white-space: nowrap; }
  .nav-html .btn-shop {
    color: #e7b053;
    border-bottom: 2px solid;
    padding-bottom: 3px; }

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