@media (min-width: 1200px) {
    .container-large {
        max-width: 1742px;
        width: auto;
        margin: auto;
        padding: 0 15px;
    }
}
.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(234, 201, 143);
    -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-1 {
    position: relative;
    padding: 25px 0;
}
@media (max-width: 480px) {
    .header-1 {
        padding: 15px 0;
    }
}
.header-1 .logo {
    max-width: 150px;
}
@media (max-width: 480px) {
    .header-1 .logo {
        max-width: 75px;
    }
}
.header-1 .search-widget {
    position: relative;
}
.header-1 .search-widget.active #click_show_search i:before {
    content: "\ea12";
    font-family: "rubicon";
}
.header-1 .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-1 .search-widget .cssload-double-torus {
    width: 25px;
    height: 25px;
}
.header-1 .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-1 .search-widget .resuilt-search .rb-resuilt {
    margin: 0;
    overflow-y: scroll;
    max-height: 400px;
    background: white;
}
.header-1 .search-widget .resuilt-search .rb-item-product {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.header-1 .search-widget .resuilt-search .rb-item-product > div {
    padding: 0 10px;
}
.header-1 .search-widget .rb-resuilt-error {
    margin: 0;
}
.header-1 .rb-search-name {
    width: 320px;
    max-width: inherit;
    padding: 0;
}
.header-1 .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-1 .rb-search-name .rb-search::-webkit-input-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-1 .rb-search-name .rb-search::-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-1 .rb-search-name .rb-search:-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-1 .rb-search-name .rb-search:-ms-input-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-1 .rb-search-name .rb-search:focus {
    outline: 0;
}
.header-1 .rb-search-name .rb-search-btn {
    position: absolute;
    background: #333b48;
    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-1 .rb-search-name .rb-search-btn:before {
    content: "";
    position: absolute;
    bottom: 50%;
    border-style: solid;
    border-color: transparent #333b48 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-1 .rb-search-name .rb-search-btn:focus {
    outline: 0;
}
.header-1 .rb-search-name .rb-search-btn:hover {
    background: #d88f0f;
}
.header-1 .rb-search-name .rb-search-btn:hover:before {
    border-color: transparent #d88f0f transparent;
}
@media screen {
    .header-1 .rb-search-name {
        width: 300px;
        right: -135px;
    }
}
.header-1 #language_selector .lang-flag {
    margin: 0 5px;
}
.header-1 .rb-login > a i {
    font-size: 18px;
}
@media (max-width: 480px) {
    .header-1 .rb-login .popup-content {
        right: -92px;
    }
}
.header-4 {
    position: relative;
    padding: 25px 0;
}
@media (max-width: 480px) {
    .header-4 {
        padding: 15px 0;
    }
}
@media (min-width: 1200px) {
    .header-4 .head_logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        margin: auto;
        display: inline-block;
        -webkit-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
        z-index: 9;
        line-height: 80px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header-4 .head_logo {
        text-align: center;
    }
}
.header-4 .logo {
    max-width: 106px;
}
@media (max-width: 480px) {
    .header-4 .logo {
        max-width: 75px;
    }
}
@media (min-width: 992px) {
    .header-4 .megamenu .rb_megamenu .rb_menus_ul {
        width: 100%;
        max-width: 850px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header-4 .megamenu .rb_megamenu .rb_menus_ul .rb_menus_li:nth-child(5) {
        margin-left: auto;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header-4 .megamenu {
        -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-4 .search-widget {
    position: relative;
}
.header-4 .search-widget.active #click_show_search i:before {
    content: "\ea12";
    font-family: "rubicon";
}
.header-4 .search-widget .popup-title {
    padding: 10px 10px 10px 0;
}
.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-4 .search-widget .cssload-double-torus {
    width: 25px;
    height: 25px;
}
.header-4 .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-4 .search-widget .resuilt-search .rb-resuilt {
    margin: 0;
    overflow-y: scroll;
    max-height: 400px;
    background: white;
}
.header-4 .search-widget .resuilt-search .rb-item-product {
    display: flex;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.header-4 .search-widget .resuilt-search .rb-item-product > div {
    padding: 0 10px;
}
.header-4 .search-widget .rb-resuilt-error {
    margin: 0;
}
.header-4 .rb-search-name {
    width: 320px;
    max-width: inherit;
    padding: 0;
}
.header-4 .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-4 .rb-search-name .rb-search::-webkit-input-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-4 .rb-search-name .rb-search::-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-4 .rb-search-name .rb-search:-moz-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-4 .rb-search-name .rb-search:-ms-input-placeholder {
    color: #999999;
    text-indent: 0px;
    font-style: italic;
}
.header-4 .rb-search-name .rb-search:focus {
    outline: 0;
}
.header-4 .rb-search-name .rb-search-btn {
    position: absolute;
    background: #333b48;
    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-4 .rb-search-name .rb-search-btn:before {
    content: "";
    position: absolute;
    bottom: 50%;
    border-style: solid;
    border-color: transparent #333b48 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-4 .rb-search-name .rb-search-btn:focus {
    outline: 0;
}
.header-4 .rb-search-name .rb-search-btn:hover {
    background: #d88f0f;
}
.header-4 .rb-search-name .rb-search-btn:hover:before {
    border-color: transparent #d88f0f transparent;
}
@media screen {
    .header-4 .rb-search-name {
        width: 300px;
        right: inherit;
        left: 0;
    }
}
.header-4 #language_selector .lang-flag {
    margin: 0 5px;
}
.header-4 .rb-login > a i {
    font-size: 18px;
}
@media (max-width: 480px) {
    .header-4 .rb-login .popup-content {
        right: -92px;
    }
}
#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: #222;
}
.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: #fff;
    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: #d88f0f;
    font-size: 12px;
}
.menu-sidebar {
    position: fixed;
    z-index: 999999;
    background: #fff;
    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: #222;
    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: "Harmonia Sans Pro Cyr";
}
.menu-sidebar .block-social {
    position: absolute;
    bottom: 30px;
}
.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 {
    text-transform: uppercase;
    color: #fff;
    padding: 14px 0;
}
.nav-html i {
    padding-right: 5px;
}
.nav-html a {
    color: #fff;
    white-space: nowrap;
}
.nav-html .btn-shop {
    color: #d88f0f;
    border-bottom: 2px solid;
    padding-bottom: 3px;
}
.nav-html2 {
    text-transform: uppercase;
    color: white;
    padding: 14px 0;
}
