/*
=======================================================
theme fixes
=======================================================
*/
body {
    width: 100%;
    overflow-x: hidden;
}
html{
    font-size: 62.5%;
    /* A nice trick: all text becomes 10px.
    But How?
    100% = 16px for all browsers
    62.5% = 0.625
    16 * 0.625 = 10
    */
    line-height: 1.5; /* The magic number */
    font-family: 'Futura', sans-serif;
}
#nico_theme_editor {
    display: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border: 0;
    outline: 0;
}
div#social_band {
    display: none;
}
.hover {
    display: none!important;
}
/*
=======================================================
your css goes here
=======================================================
*/
/* futura font */
@font-face {
    font-family: 'Futura';
    src: url('../../fonts/futura/futura.eot');
    src: local('☺'), url('../../fonts/futura/futura.woff') format('woff'), url('../../fonts/futura/futura.ttf') format('truetype'), url('../../fonts/futura/futura.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../../fonts/futura/Futura Light.eot');
    src: local('☺'), url('../../fonts/futura/Futura Light.woff') format('woff'), url('../../fonts/futura/Futura Light.ttf') format('truetype'), url('../../fonts/futura/Futura Light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../../fonts/futura/Futura Medium.eot');
    src: local('☺'), url('../../fonts/futura/Futura Medium.woff') format('woff'), url('../../fonts/futura/Futura Medium.ttf') format('truetype'), url('../../fonts/futura/Futura Medium.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../../fonts/futura/Futura Bold.eot');
    src: local('☺'), url('../../fonts/futura/Futura Bold.woff') format('woff'), url('../../fonts/futura/Futura Bold.ttf') format('truetype'), url('../../fonts/futura/Futura Bold.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
body {
    font-family: 'Futura', sans-serif!important;
    font-weight: 400;
    background-color: #fff;
}
/* desperate move */
html {
    overflow-x: hidden;
    width: 100%;
}
html.add_overflow {
    overflow: visible;
}
html.remove_overflow {
    overflow: hidden;
}
a:hover, a:focus {
    color: #000;
}
/*----------------*/
h2, legend, .legend_title {
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    margin: 50px 0!important;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
p {
    color: #000;
    font-size: 16px;
}
.no_padding_content {
    padding: 0;
}
.legend_title .previous_legend, h2>.previous_legend  {
    position: relative;
}
.legend_title .previous_legend:before, h2>.previous_legend:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top:0;
    left: -10px;
}
.legend_title .previous_legend:after, h2>.previous_legend:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top:0;
    right:-10px;
}
.btn.btn-primary {
    background-color: #333;
    color: #fff;
    font-size: 1.4rem;
}
.custom_menu_slide_left {
    position: fixed;
    left: 0;
    top: 0;
    width: 30vw;
    height: 100vh;
    background-color: #000;
    z-index: 99999;
    padding-left: 60px;
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -moz-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -o-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
}
#home .custom_menu_slide_left {
    background-color: #fff;
}

body.se_menu_open_body {
    -webkit-transform: translate(30%,0);
    -moz-transform: translate(30%,0);
    -o-transform: translate(30%,0);
    transform: translate(30%,0);
    overflow: hidden;
    -webkit-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -moz-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -o-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
}
body.se_cart_open_body {
    overflow: hidden;
}
.custom_menu_slide_left.se_menu_open {
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
    z-index: 999999;
}
.custom_header {
    padding: 0 100px;
}
.header {
    z-index: 999;
    position: relative;
    padding-top: 25px;
}
body:not(#home) .header {
    margin-bottom: 100px;
}
.video_on_demand {
    background-image: url(../../../../../../image/catalog/video/backgroundimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    min-width: 100vw;
    background-position: center;
}
.logo {
    margin: 25px auto 0 auto;
    float: none;
    text-align: center;
    display: block;
}
div#header {
    padding: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.se_menu_open_body div#header {
    opacity: 0;
}
.custom_top_search_toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 999;
}
.custom_top_search_toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
    z-index: 999;
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
    -webkit-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -moz-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -o-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    padding: 30px 0 35px 0;
}
.custom_top_search_toggle.se_search_open {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.custom_top_search_toggle ul.autocomplete {
    display: none!important;
}
.custom_top_search_toggle input.search-query {
    position: relative!important;
    width: 100%!important;
    max-width: 100%!important;
    right: 0!important;
    margin-top: -29px!important;
    background-color: #f2f2f2!important;
    border: 0!important;
    border-bottom: 1px solid #ccc!important;
    z-index: 999!important;
    padding: 10px!important;
}
button.btn.btn-default.icon-search {
    z-index: 9999!important;
    position: relative!important;
    display: block!important;
}
.custom_top_search_toggle form.navbar-form.navbar-search.navbar-right {
    margin: 0;
    width: 100%!important;
    max-width: 100%!important;
    float: none!important;
    position: relative;
    display: block;
}
.custom_top_search_toggle .search-col.clearfix {
    float: none;
    display: block;
}
.custom_header_right_menu>ul>li {
    display: inline-block;
    float: left;
}
.custom_header_right_menu>ul {
    float: right;
}
.custom_header_right_menu>ul>li+li {
    margin-left: 20px;
}
.custom_header_right_menu>ul>li>a {
    font-family: 'Futura', sans-serif;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
}
#home .custom_header_right_menu>ul>li>a {
    color: #fff;
}
.se_search_close_button {
    float: right;
    margin-top: -40px;
    padding-right: 30px;
}
.custom_cart_slide_right {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    height: 100vh;
    width: 20vw;
    padding: 0 30px;
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    transform: translate(100%,0);
    -webkit-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -moz-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    -o-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
}
.custom_cart_slide_right.se_cart_open {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
button.btn.btn-default.icon-search {
    background-color: transparent;
    background-image: url(../../../../../../image/custom_icons/search.png);
    background-repeat: no-repeat;
}
.custom_header_left_menu, .custom_header_right_menu {
    margin-top: 25px;
}
.top_fade_layer {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    z-index: -9999;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    transition: 0.1s ease;
}
.top_fade_layer.top_fade_layer_visible {
    z-index: 9999;
    opacity: 1;
}
ul.nav.navbar-nav {
    margin-left: 0;
}
ul.nav.navbar-nav li {
    width: 100%;
    display: block;
    padding: 17px 0;
    background-color: transparent!important;
}
ul.nav.navbar-nav li a {
    padding: 0;
    font-size: 2rem;
    color: #fff!important;
    font-weight: 300;
    display: inline-block;
}
#home ul.nav.navbar-nav li a {
    color: #000!important;
}

.menu_toggle_button_wrapper {
    margin-top: 50px;
}
.custom_menu_slide_left .menu {
    width: 100%;
    height: 100%;
    position: relative;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .mega.dropdown {
    position: relative;
    margin: 0;
    float: none;
}
.social_links_in_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 150px;
}
.social_links_in_menu ul li {
    display: inline-block;
    float: left;
}
.social_links_in_menu>ul>li>a {
    font-size: 2.4rem;
    color: #fff;
}
#home .social_links_in_menu>ul>li>a {
    color: #000;
}
.social_links_in_menu>ul>li+li {
    margin-left: 30px;
}
.se_slide_cart_top_head span {
    float: left;
    display: inline-block;
}
.se_slide_cart_top_head a.se_toggle_cart {
    float: right;
    position: relative;
    display: block;
}
.se_slide_cart_top_head span.visible_number_total_items_in_cart {
    font-size: 1.8rem;
    color: #000;
    letter-spacing: 0;
}
.se_slide_cart_top_head {
    margin-top: 50px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding: 0 7px 20px 7px;
}
.cart-products_list {
    height: 60vh;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    display: none;
}
.bottom_of_toggled_cart {
    position: absolute;
    left: 0;
    width: 100%;
}
.drop_down_cart_product>* {
    display: inline-block;
    float: left;
}
.drop_down_cart_product_info, .drop_down_cart_product_delete {
    width: 10%;
}
.drop_down_cart_product_thumb {
    width:80%;
    text-align: center;
}
.drop_down_cart_product_thumb img {
    margin: 0 auto;
}
.drop_down_cart_product_info {
    text-align: center;
    font-size: 1.8rem;
}
.drop_down_cart_product_delete button.btn.btn-danger.btn-xs {
    background-color: transparent;
    color: #eee;
    border: 0;
    padding: 0;
}
.drop_down_cart_product_thumb p {
    color: #000;
    font-size: 1.3rem;
}
/* bad technique */
.drop_down_cart_product_info, .drop_down_cart_product_delete {
    margin-top: 85px;
}
/* -=-=-==-=-=- */
.cart_total_price {
    margin: 0 30px 0px 30px;
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    padding: 25px 7px 25px 7px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}
.se_show_cart_button a {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.se_show_cart_button {
    text-align: center;
    padding: 25px 0;
    border-top: 2px solid #000;
    background-color: #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.se_show_cart_button:hover {
    background-color: rgba(0,0,0,0.9);
}
ul.breadcrumb {
    display: none;
}
.custom_header_logo .image-logo_white, .image-white, .image_dark {
    display: none;
}
#home .image-white, #home .image-logo_white, #home .image_dark, #home .image-white {
    display: inline-block;
}
#home .image-white {
    float: left;
}
a.menu_toggle_button span {
    font-size: 1.6rem;
    color: #fff;
    float: left;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    margin-top: 4px;
}
a.menu_toggle_button span:after {
    content: '';
    width: 1%;
    display: block;
    background-color: #fff;
    position: relative;
    opacity: 0;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
    top: 0px;
    height: 1px;
}
a.menu_toggle_button:hover span:after {
    width: 100%;
    opacity: 1;
}
a.homepage_shop {
    position: absolute;
    bottom: 60px;
    left: 50%;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    transform: translate(-50%,0);
    border: 2px solid;
    padding: 5px 30px;
}
 #home .image-logo:not(.image-logo_white), #home .custom_header_left_menu .menu_toggle_button img:not(.image-white) {
    display: none;
}
#home .custom_menu_slide_left .menu_toggle_button img:not(.image_dark) {
    display: none;
}
a.image-logo img {
    margin: 0 auto;
    max-width: 300px !important;
    width: 100%;
}
.se_extra_padding {
    padding: 0 75px;
}
.se_category_desciption {
    text-align: center;
}
.se_category_desciption h1 {
    color: #b3b3b3;
    font-size: 2.6rem;
    letter-spacing: 0;
}
.se_category_desciption h2 {
    color: #000;
    font-size: 3.5rem;
    letter-spacing: 0;
}
.se_category_desciption h2:after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 25px auto 50px auto;
}
.se_category_desciption p {
    text-align: left;
    color: #000;
    font-size: 1.6rem;
}
.black_elements .custom_menu_slide_left, .black_elements .custom_top_search_toggle, .black_elements .custom_top_search_toggle input.search-query {
    background-color: #000!important;
}
.black_elements .custom_top_search_toggle input.search-query {
    color: #fff;
}
.black_elements ul.nav.navbar-nav li a {
    color: #fff!important;
}
.black_elements .social_links_in_menu>ul>li>a {
    color: #fff;
}
.footer.black {
    background-color: #fff;
    padding-bottom: 0;
    margin-top: 70px;
}

/*.footer-bank {*/
    /*width:5%*/
/*}*/

.se_top_border {
    border-top: 1px solid #bfbfbf;
    padding-top: 35px;
    margin-bottom: 25px;
}
ul.custom_pages_footer li {
    float: left;
    display: inline-block;
    width: 12%;
    text-align: center;
}
ul.custom_pages_footer li a {
    color: #000!important;
    opacity: 1;
    font-size: 1.2rem;
    font-weight: 600;
}
.social_links_in_footer ul li {
    float: right;
    display: inline-block;
    width: 25%;
    text-align: center;
}
.social_links_in_footer li a {
    color: #000!important;
    opacity: 1!important;
    font-size: 2rem;
}

.bank_icons_center {
    display: table;
    margin: 10px auto 0 auto;
}

.bank_icons_center li{
    display: inline-block;
    float: left;
}

.dropdown-menu.selectpicker li a{
    color: #000 !important;
}

.btn.dropdown-toggle.selectpicker.btn-default:hover {
    background: none;
    color: #000;
}

.btn.dropdown-toggle.selectpicker.btn-default{
    border: 0;
    border-bottom: 1px solid #000;
}

.bank_icons_center li+li{
    margin-left: 15px;
}

.bank_icons_center li img{
    max-width: 50px;
}

ul.custom_pages_footer {
    margin-top: 7px;
}
.centered-credit p {
    color: #000;
    font-size: 1.3rem;
    margin-top: 7px;
}
.centered-credit a {
    color: #000!important;
    opacity: 1;
    font-size: 1.3rem;
}
.centered-credit {
    text-align: center;
    margin-top: 35px;
}
.product .actions .name {
    display: inline-block;
    float: left;
}
.product .actions .price {
    float: right;
    display: inline-block;
}
.product .name a {
    font-family: 'Futura', sans-serif;
    color: #000;
    font-size: 1.3rem;
}
.product .price p {
    color: #000;
    font-size: 1.3rem;
}
.product-info h1 {
    font-family: 'Futura', sans-serif;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.product-short-description p {
    font-family: 'Futura', sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    color: #000;
    margin-bottom: 15px;
}
a.se_size_and_fit {
    width: 49%;
    text-align: center;
    display: inline-block;
    border: 1px solid #bfbfbf;
    padding: 15px 0 16px 0;
    margin-top: -18px;
    position: relative;
    top: -2px;
}
.size_and_fit_pop_up_maker>a:hover {
    color: #000;
    border-color: #000;
}
.product-info button#button-cart {
    display: inline-block!important;
    float: left;
    max-width: 345px;
    width: 100%;
    border: 1px solid #000!important;
    padding: 10px 0!important;
    background-color: #000!important;
    color: #fff!important;
    z-index: 9;
    position: relative;
    font-family: Futura, sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 500;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
h2.price {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
}
span.currency {
    color: #000!important;
    font-size: 2rem;
    font-weight: 400;
}
ul.nav.nav-tabs {
    border: 0;
}
#product .tab-pane p,
#product .tab-pane table,
#product .tab-pane > ul {
    padding-left: 35px;
    display: block;
}
#product .tab-content  > a {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0;
}
#product .tab-content > a:before {
    content: '';
    font-size: 2.5rem;
    padding-right: 18px;
    background-image: url("../img/plus-icon.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    display: inline-block;
    width: 12px;
    height: 12px;
}
#product .tab-content > a.open:before {
    content: '';
    font-size: 2.5rem;
    padding-right: 18px;
    background-image: url("../img/minus-icon.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
    display: inline-block;
    width: 12px;
    height: 12px;
}
#product .form-group.color {
    margin-top: 20px;
}
#product .form-group.color > label {
    display: none;
}
#product .form-group.color .radio {
    display: inline-block;
    width: 45px;
    height: 60px !important;
    border: none;
    margin: 0;
}
#product .form-group.color .radio input {
    width: 35px;
    height: 35px;
    top : 0;
    left: 0;
}
#product .form-group.color .radio label {
    padding: 0 !important;
    border: none !important;
    height: 100%;
}
#product .form-group.color .radio label.checked img {
    border: 2px solid #000 !important;
}
#product .form-group.color .radio label:hover {
    background-color: #fff;
}
#product .form-group.color .radio img {
    width: 35px;
    height: 35px;
    max-height: unset;
    border-radius: 0;
    position: absolute;
    left: 0 ;
}
#product .form-group.color .radio span {
    font-size: 1.5rem;
    font-weight: 400;
    color: #8b8b8b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#product .form-group.color .radio:hover span {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #8b8b8b;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 44px;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
ul.nav.nav-tabs>li>a, ul.nav.nav-tabs>li.active>a {
    font-size: 1.5rem;
    color: #000;
    padding: 5px 20px 15px 0;
    letter-spacing: 0;
    border: 0;
}
ul.nav.nav-tabs>li.active>a:after {
    content: none;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: relative;
    top: 0px;
}
.tab-pane * {
    font-family: 'Futura', sans-serif!important;
    font-size: 1.4rem!important;
    color: #000!important;
    line-height: 1.2!important;
}
.product-info .tab-pane {
    padding: 0 0 10px 0;
}
#product .tabs {
    padding-top: 10px;
    margin-bottom: 25px;
}
body.black_elements>.header {
    margin-bottom: 130px;
}
.custom_cart_slide_right.se_cart_open {
    box-shadow: -1px 1px 1px rgba(0,0,0,0.2);
}
.image-additional ul.slides {
    width: 100%!important;
}
.image-additional ul.slides>li {
    text-align: center;
    float: none!important;
    margin: 0 auto;
    max-width: 100px!important;
    max-height: 100px;
    margin-bottom: 15px;
}
.image-additional {
    /*overflow-x: scroll;*/
    margin-top: 0;
}
.image-additional ul.flex-direction-nav {
    display: none!important;
}
.image-additional a:focus {
    outline: none;
}
.custom_column_left_filters {
    float: left;
    display: inline-block;
    width: 15%;
    margin-top: 100px;
}
.custom_column_right_products {
    width: 85%;
    display: inline-block;
    float: left;
}
.custom_column_left_filters>.col-md-3, .custom_column_left_filters>.col-md-3>.category_module {
    width: 100%;
    padding: 0;
}
.product {
    padding: 0px;
}
.product .image {
    position: relative;
    top: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.image-additional .slides li a {
    padding: 0;
    margin: 0;
}
.se_category_desciption {
    text-align: center;
    margin-bottom: 100px;
}
.se_category_desciption p {
    padding: 0 15%;
    text-align: center;
}
.moving_image {
    position: relative;
    top: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.moving_image_more {
    top: 20px;
}
p.se_same_level {
    z-index: 9;
    position: relative;
    font-size: 1.6rem;
    color: #000;
    margin-top: 35px;
}
.se_about-header {
    text-align: center;
    margin-top: 50px;
}
.se_about-header h1 {
    color: #b3b3b3;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0;
}
.se_about-header h2 {
    color: #000;
    font-size: 3.6rem;
    letter-spacing: 0;
}
.se_about-header h2:after {
    content: '';
    width: 60px;
    height: 3px;
    display: block;
    background-color: #000;
    margin: 10px auto 50px auto;
}
.se_section_bg_image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 50px;
}
.se_section_bg_image img {
    opacity: 0;
}
a.button.btn.btn-primary {
    background-color: #000;
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #000;
}
.image-additional ul.slides>li:hover img {
    opacity: 0.8;
}
.image-additional ul.slides>li.active_thumb img {
    opacity: 0.5;
}
ul.nav.navbar-nav>li>ul {
    display: none!important;
}
img.thumb.se_main_image {
    opacity: 1;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
img.thumb.se_alternative_image_hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.product:hover img.thumb.se_main_image {
    opacity: 0;
}
.product:hover img.thumb.se_alternative_image_hover {
    opacity: 1;
}
.refine_categories {
    display: none;
}
.hide_information_pop_up div#notification {
    display: none;
}
.product_navigation_arrows>ul>li {
    width: 50%;
    float: left;
    display: inline-block;
}
.product_navigation_arrows>ul {
    min-width: 70px;
}
.product_navigation_arrows li a:hover img {
    opacity: 0.9;
}
.product_navigation_arrows ul li img {
    float: right;
}
.lookbook_sidemenu_wrapper {
    border: 1px solid #ccc;
    padding: 30px;
}
.lookbook_sidemenu_title h3 {
    color: #000;
    font-size: 1.6rem;
    text-align: center;
}
.lookbook_sidemenu_title h3:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 7px auto 20px auto;
}
.lookbook_sidemenu_wrapper>ul>li {
    margin-top: 5px;
    padding: 5px 0;
}
.lookbook_sidemenu_wrapper>ul>li:before {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 5px;
}
.lookbook_sidemenu_wrapper>ul>li.active {
    opacity: 0.3;
}
.lookbook_sidemenu_wrapper>ul>li>a {
    color: #000;
    font-size: 1.4rem;
}
table.table.table-bordered, table.table.table-bordered>thead, table.table.table-bordered>thead>tr, table.table.table-bordered>tbody>tr>td {
    border: 0;
}
table.table.table-bordered>thead>tr>th {
    background-color: #fff;
    border: 0;
    color: #000;
}
table.table.table-bordered>thead {
    border-bottom: 1px solid #000;
}
table.table.table-bordered>tbody>tr>td, table.table.table-bordered>tbody>tr>td>a {
    color: #000;
}
.table-bordered button.btn.btn-primary {
    background-color: #fff;
    color: #000;
}
.table-bordered a.btn.btn-danger {
    color: red;
    background-color: #fff;
    padding: 0;
}
.table-bordered .input-group.btn-block>input {
    width: 50%;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    text-align: center;
    display: block;
}
.table-bordered .input-group span.input-group-btn {
    display: block;
    width: 50%;
    float: right;
}
div#accordion {
    margin-top: 50px;
}
#accordion .panel.panel-default {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#accordion h4.panel-title>a>i {
    float: right;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #f1f1f1;
}
input#input-coupon {
    border-radius: 0;
    box-shadow: none;
}
#accordion a.accordion-toggle {
    display: block;
}
.custom_control-label {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 10px;
}
.image-caption.nymphss-texts p {
    font-weight: 400;
    text-align: center;
    color: #777;
}
.image-caption.nymphss-texts h4 {
    margin-bottom: 50px;
}
.image-caption.nymphss-texts img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    margin-bottom: 50px;
}
.image-caption.nymphss-texts a {
    font-weight: 600;
    color: #000;
}
.custom_input-group {
    width: 100%;
    display: block;
}
input#input-coupon {
    display: inline-block;
    width: 80%;
    float: left;
    color: #000;
    border: 1px solid #ccc;
}
.custom_input-group span.input-group-btn {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: right;
}
.total-table>table>tbody>tr>td {
    border: 0;
}
form#language>.btn-group>.btn.btn-link>img {
    display: none;
}
form#language>.btn-group>.btn.btn-link>span {
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
    font-family: 'Futura', sans-serif;
}
form#language>.btn-group>.btn.btn-link>i {
    color: #000;
    font-size: 1.2rem;
    position: relative;
    top: -1px;
}
form#language ul.dropdown-menu.pull-right {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    min-width: 95px;
}
form#language ul.dropdown-menu.pull-right>li>a {
    padding: 5px 0px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
}
form#language ul.dropdown-menu.pull-right>li>a:hover {
    background-color: transparent;
    opacity: 0.7;
}
form#language ul.dropdown-menu.pull-right>li>a>img {
    display: none;
}
.black_elements form#language>.btn-group>.btn.btn-link>i, .black_elements form#language>.btn-group>.btn.btn-link>span, .black_elements form#language ul.dropdown-menu.pull-right>li>a {
    color: #000;
}
#home form#language>.btn-group>.btn.btn-link>i, #home form#language>.btn-group>.btn.btn-link>span, #home form#language ul.dropdown-menu.pull-right>li>a {
    color: #fff;
}
a.custom_filter_heading_wrapper img {
    display: none;
}
.custom_filter_wrapper>div.list-group-item {
    padding: 0;
}
.custom_filter_wrapper>.list-group-item>div>label {
    display: block;
    width: 100%;
}
.custom_filter_wrapper>.list-group-item>div>label>input {
    display: none;
}
.custom_filter_wrapper label>span {
    display: inline-block;
    font-size: 1.3rem;
    color: #000;
    letter-spacing: 0.5px;
    max-width: 155px;
    font-weight: 200;
    font-family: 'Futura', sans-serif;
}
.product .name a, .product .price p {
    font-weight: 200;
    font-family: 'Futura', sans-serif;
    color: #000;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}
.se_category_thumb {
    width: 100%;
    height: 80px;
    margin-bottom: 25px;
}
label.active>.se_label_text {
    font-weight: 600;
}
.custom_filter_wrapper label.active>span:after {
    content: '';
    width: 7px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.custom_filter_heading_wrapper {
    margin-bottom: 7px!important;
    display: block;
}
.custom_filter_wrapper {
    padding-left: 15px;
}
a.custom_filter_heading_wrapper:after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -4px;
}
.custom_filter_heading_wrapper>span {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
ul.pagination {
    display: table;
    margin: 0 auto;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    color: #000;
    opacity: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pagination > .active > span:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: relative;
    top: -9px;
}
.total-table .custom_total_table_wrapper:last-child p {
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}
.total-table .custom_total_table_wrapper:last-child:before {
    content: '';
    width: 60%;
    height: 2px;
    background-color: #000;
    float: right;
    margin: 15px 0 7px 0;
}
.custom_total_table_wrapper p {
    color: #000;
    font-size: 1.4rem;
    font-family: 'Open Sans';
}
.buttons {
    margin-top: 60px;
}
div#content>h1, .cat_header>h2, .container-small>h1 {
    font-size: 3rem;
    text-align: center;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1rem;
    border: 1px solid #000;
    padding: 15px;
    position: relative;
    margin-bottom: 70px;
    color: #000;
    font-weight: 600;
}
div#content>h1:before, .cat_header>h2:before, .container-small>h1:before {
    content: '';
    width: 100px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
}
div#content>h1:after, .cat_header>h2:after, .container-small>h1:after {
    content: '';
    width: 100px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.cat_header {
    padding: 0 100px;
    max-width: 680px;
    margin: 0 auto;
}
a.accordion-toggle {
    font-size: 1.8rem;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary:focus, .btn-primary.focus {
    background-color: #333!important;
    border-color: #333!important;
}
table.table.table-bordered.table-hover>thead>tr>td {
    background-color: transparent;
    border: 0;
    color: #000;
}
.se_show_cart_button:hover{
    cursor: pointer;
}
.container.container-checkout *{
    font-size: 20px !important;
}
.container.container-checkout select.form-control,
.container.container-checkout .form-group input {
    font-size: 15px !important;
}
.container.container-checkout .account-register-checkout{
    font-size: 17px !important;
    margin-bottom: 20px;
}
.total-table.se_checkout-total-table {
    padding: 0 8px;
    margin-top: 20px;
}
.custom-product-description{
    font-size: 20px;
}
.total-table.se_checkout-total-table .custom_total_table_wrapper:last-child:before {
    width: 50%;
}
h2.account_newsletter_heading {
    margin-top: 15px;
}
.top-login ul.dropdown-menu {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 5px 0;
    color: #000;
    font-weight: 600!important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
}
.dropdown-menu > li > a:after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #000;
    display: block;
    opacity: 0;
    position: relative;
    top: 0px;
    transition: width 0.3s ease-out;
}
#home .dropdown-menu > li > a, #home .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
}
#home .dropdown-menu > li > a:after {
    background-color: #fff;
}
.dropdown-menu > li > a:hover:after {
    opacity: 1;
    width: 100%;
}
form.navbar-search:hover > div.input-group > button {
    background-color: #f2f2f2;
}
.black_elements form.navbar-search:hover > div.input-group > button {
    background-color: #000;
}
#home form.navbar-search:hover > div.input-group > button {
    background-color: #f2f2f2;
}
input#search-input {
    border: 1px solid #000;
    border-radius: 0;
}
.owl-item.active.center>div {
    min-width: 450px;
    margin-left: -50px;
    position: relative;
    z-index: 99;
    margin-top: -50px;
}
.owl-stage-outer {
    padding-top: 100px;
}
.se_extra_padding>p {
    color: #000;
    font-size: 16px;
    text-align: center;
}
.container-small input, input[type=text], input[type=password], textarea#input-enquiry {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    min-height: 40px;
    background-color: #f7f7f7;
    border-left: 5px solid #000;
    padding: 0 0 0 20px;
    transition: border 0.2s linear;
}
.container-small input:focus, input[type=text]:focus, input[type=password]:focus, textarea#input-enquiry:focus   {
    box-shadow: none;
    outline: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
textarea#input-enquiry {
    padding: 10px 10px 10px 20px;
}
.container-small input::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea#input-enquiry::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
    color: #999;
    font-size: 1.2rem;
}
.container-small input::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea#input-enquiry::-moz-placeholder { /* Firefox 19+ */
    color: #999;
    font-size: 1.2rem;
}
.container-small input:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea#input-enquiry:-ms-input-placeholder { /* IE 10+ */
    color: #999;
    font-size: 1.2rem;
}
.container-small input:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea#input-enquiry:-moz-placeholder { /* Firefox 18- */
    color: #999;
    font-size: 1.2rem;
}
.container-small .form-group.required, .form-group.required.required_field_placeholder {
    position: relative;
}
.container-small .form-group.required:before, .form-group.required.required_field_placeholder:before {
    content: '*';
    position: absolute;
    top: 50%;
    left: -5px;
    font-size: 1.8rem;
    color: #999;
    margin-top: -11px;
}
.container-small .form-group.required .control-label:after {
    display: none;
}
.container-small .form-group.required select {
    border-radius: 0;
    -webkit-appearance: none;
    min-height: 40px;
    background-color: #f7f7f7;
    box-shadow: none;
    border: 0;
    border-left: 5px solid #000;
}
label.control-label.se_control-label {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    padding: 9px 40px 0 40px;
    margin-bottom: 10px;
}
p.se_static_page_subtitle {
    margin-bottom: 100px;
}
.register_page .radio input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.register_page .radio label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 0px;
    width: 80%;
    height: 100%;
    font-weight: 300;
    font-size: 1.2rem;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    min-height: 40px;
    -webkit-transition: all 0.25s linear;
}
.register_page input[type=radio]:checked ~ label {
    background-color: #000;
    color: #fff;
    font-weight: 600;
}
.register_page .radio.col-sm-6 {
    position: relative;
}
span.select_fake_arrow {
    background-image: url(../../../../../../image/custom_icons/select_arrow.png);
    width: 20px;
    height: 11px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 15px;
    right: 30px;
}
input.btn.btn-primary, a.btn.btn-primary {
    background-color: #000;
    border: 1px solid #000;
    width: auto;
    padding: 10px 50px;
    margin: 0 auto;
    float: none;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
input.btn.btn-primary:hover, a.btn.btn-primary:hover  {
    background-color: #fff;
    color: #000;
}
.common_header_subtitle ~ a.btn.btn-primary {
    margin-top: 40px;
}
.se_pull-center {
    text-align: center;
}
.common_header_subtitle {
    color: #000;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.well label.control-label {
    display: none;
}
.main_contact_info {
    text-align: center;
}
.dark_background {
    background-color: #000;
    margin-top: 80px;
    padding: 80px 0;
}
ul.main_contact {
    display: table;
    margin: 0 auto;
}
ul.main_contact li {
    float: left;
    display: inline-block;
    width: 33%;
    padding: 0 15px;
}
ul.main_contact>li>h3 {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 6px;
}
ul.main_contact>li>a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}
ul.main_contact>li>p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}
span.light_letters {
    font-weight: 200;
}
span.spacer_line {
    width: 50px;
    height: 5px;
    background-color: #fff;
    display: block;
    margin: 40px auto;
}
span.spacer_line {
    background: transparent;
    margin: 10px auto;
}
li.has-subtitle span.spacer_line {
    margin-top: 20px;
}
ul.main_contact>li>p.contact_info_subtitle {
    letter-spacing: 1px;
    font-size: 1.4rem;
}
.main_contact_info>p {
    font-size: 1.5rem;
}
.stockists-dark-section, .stockists-light-section {
    padding: 70px 40px;
    margin: 55px 0;
}
.stockists-dark-section {
    background-color: #eee;
}
.stockists-light-section {
    background-color: #fff;
}
.stockist-box-up-wrapper, .stockist-box-down-wrapper {
    text-align: center;
    position: relative;
}
.stockist-box-down-wrapper {
    margin-top: 60px;
}
p.stockist-up-name, p.stockist-down-name {
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 15px 30px;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 2px;
}
.stockist-box-up-wrapper>img, .stockist-box-down-wrapper>img {
    position: relative;
    top: 0px;
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: 0.7s ease-out;
    -moz-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
}
p.stockist-up-name {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -moz-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    margin-top: 30px;
    min-width: 260px;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
.stockist-box-up-wrapper:hover>p.stockist-up-name {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000;
}
.stockist-box-up-wrapper:hover>img {
    top: 10px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
p.stockist-down-name {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    margin-top: -30px;
    min-width: 260px;
    z-index: 9;
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
.stockist-box-down-wrapper:hover>p.stockist-down-name {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000;
}
.stockist-box-down-wrapper:hover>img {
    top: 10px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.size_and_fit_pop_up_maker {
    position: relative;
}
.size_and_fit_pop_up_maker>img {
    position: absolute;
    top: -280px;
    border: 1px solid #eee;
    left: 0;
    max-width: 100%;
    opacity: 0;
    z-index: -99;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.size_and_fit_pop_up_maker.open_size_and_fit>img {
    opacity: 1;
    z-index: 99;
}
a.se_size_and_fit.not_active {
    color: #ddd!important;
    opacity: 1!important;
    cursor: default;
}
.size_and_fit_pop_up_maker:not(.not_active).open_size_and_fit:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid #eee;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -33px;
    right: 125px;
}
.underline_text {
    text-decoration: underline;
}
.left-menu .panel.nico_filters {
    padding: 10px 5px!important;
}
.left-menu .panel.nico_filters .list-group {
    padding: 10px 0px!important;
}
.common_text_color p {
    position: relative;
    font-size: 18px!important;
    color: #000;
    margin-top: 35px;
}
#product h2.price {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 600;
    min-height: auto !important;
    margin: 20px 0  0 !important;
}
#product .radio {
    width: 31px;
    height: 31px!important;
    display: inline-block;
    float: left;
    padding: 0!important;
    margin: 0 7px;
}
#product .radio:first-child {
    margin-left: 0;
}
#product .radio label {
    position: relative!important;
    padding: 3px 0 0 0!important;
    max-width: 100%!important;
    max-height: 100%!important;
    width: 100%;
    box-shadow: none!important;
    border-radius: 0!important;
    font-family: 'Futura', sans-serif;
    font-weight: 400;
    color: #000;
    border: 1px solid #000!important;
    margin: 0;
    font-size: 1.5rem;
}
#product .radio label input {
    margin: 0!important;
    border: 0!important;
}
#product .radio label:hover { 
    background-color: #000;
    color: #fff;
}
#product .radio label.checked {
    margin: 0;
    border-color: #000 !important;
    background-color: #000;
    color: #fff;
}
#product .form-group.required label.custom_control-label {
    color: #000!important;
    font-size: 1.6rem!important;
    text-transform: lowercase;
    font-weight: 600;
    font-family: 'Futura',sans-serif!important;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
}
#product .form-group.required label.custom_control-label:after {
    content: '';
}
#product .form-group {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.product-details {
    margin-top: 50px;
}
.product-details p {
    font-size: 1.4rem;
}
.product-details p.se_roduct_model {
    font-size: 1.2rem;
}
.custom_add_size_option {
    margin-bottom: 50px;
}
a.stockists_more_info {
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 40px;
    margin-left: -75px;
    margin-top: -15px;
    opacity: 0;
    color: #000;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.stockists-light-section a.stockists_more_info {
    background-color: #eee;
}
.stockist-box-up-wrapper:hover a.stockists_more_info, .stockist-box-down-wrapper:hover a.stockists_more_info {
    opacity: 1;
}
.video_on_demand>video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.custom_header_right_menu>ul>li.dropdown.top-login>ul {
    min-width: 50px;
}
.row.product-info {
    margin-top: 60px;
}
div#product {
    padding-top: 0;
}
p.se_roduct_model {
    text-transform: unset;
    color: #000;
    font-size: 1.5rem;
    margin: 15px 0;
}
p.se_same_level.first_text_padding {
    padding-right: 100px;
    margin-top: 100px;
}
p.se_same_level.second_text_padding {
    padding-left: 100px;
    margin-top: 100px;
}
.old_brand_sign img {
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
}
.custom_owl_navigation .prev:hover, .custom_owl_navigation .next:hover {
    cursor: pointer;
}
li.stockists_above_social {
    width: 100%;
    display: block;
}
li.stockists_above_social a {
    font-size: 2rem!important;
    font-weight: 300;
}
li.stockists_above_social {
    width: 100%;
    display: block!important;
    margin-bottom: 35px;
}
.menu .navbar .nav {
    margin-left: 0;
}
/*
==========================================
Konstantina in the Wonderland
==========================================
*/
div#instafeed>.se_instagram_feed {
    display: block;
}
.post_image_wrapper img {
    margin: 0 auto;
}
.post_content_wrapper>h1 {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    margin: 35px 0;
}
.post_content_wrapper a {
    letter-spacing: 0;
    text-transform: none;
    float: right;
}
.post_image_wrapper.jgastonne {
    margin-top: 20px;
}
.konstantinas_press_refs h1 {
    margin-top: 0;
    text-transform: none;
    text-align: left;
}
.post_content_wrapper p {
    position: relative;
    font-size: 1.5rem!important;
    color: #000;
    margin-top: 35px;
    text-align: left;
}
#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    height: 50vh!important;
}
#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    background: #ccc;
    text-align: center;
    line-height: 1.7;
    max-height: 50vh;
    max-width: 100%;
}
a.control_prev, a.control_next {
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
    cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}
a.control_next {
    right: 0;
}
.custom_blog_wrapper {
    overflow: hidden;
}
.custom_blog_wrapper>.insta_scroll_vertical {
    overflow-y: scroll;
    height: 55vh;
}
div#instafeed {
    overflow-y: scroll;
}
.blog_post_article {
    height: 50vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.blog_post_article_on_top_image {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: auto;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}
.blog_post_article_on_top_image>h3>a {
    color: #fff;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
    z-index: 1;
}
.blog_post_article_on_top_image>a {
    color: #fff;
    text-decoration: underline;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.blog_post_article img {
    opacity: 0;
}
.blog_post_article_on_top_image:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(86, 86, 86, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 0;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
div#instafeed>.se_instagram_feed {
    display: block;
    border: 2px solid #eee;
    border-radius: 2px;
    margin-bottom: 15px;
}
div#instafeed>a.se_instagram_feed>img {
    border: 1px solid #fff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
div#instafeed>a.se_instagram_feed:hover>img {
    border-color: #eee;
    opacity: 0.9;
}
ul.blog_post_slider_navigation {
    display: table;
    margin: 0 auto;
}
ul.blog_post_slider_navigation li {
    display: inline-block;
    float: left;
    margin: 10px;
}
.blog_post_article.blog_post_article_hover:hover .blog_post_article_on_top_image:after {
    background-color: rgba(0,0,0,0.6);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
/*
==========================================
newsletter popup
==========================================
*/
.newspopup {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none!important;
    border-radius: 0!important;
}
.newsletter_pop_form_wrapper {
    position: absolute;
    top: 65px;
    bottom: 110px;
    /* right: 22%; */
    width: 50%;
    height: 100%;
}
.newsletter_pop_form_inner_wrapper {
    position: absolute;
    margin-top: 25px;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-right: 35px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.newsletter_popup_title, .newsletter_pop_up_subtitle {
    text-align: center;
}
.newspopup .newsletter_popup_title span, .newspopup .newsletter_pop_up_subtitle span{
    float: none;
}
.newspopup .newsletter_popup_title>p {
    font-size: 2rem;
    text-align: center;
    font-family: 'Futura', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1rem;
    border: 1px solid #000;
    padding: 15px;
    position: relative;
    margin-bottom: 70px;
    color: #000;
    font-weight: 200;
}
.newspopup  .newsletter_popup_title>p:before {
    content: '';
    width: 100px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
}
.newspopup .newsletter_popup_title>p:after {
    content: '';
    width: 100px;
    height: 15px;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
}
span.bold_letters {
    font-weight: 600;
}
#newsletterModal .modal-body {
    padding: 0;
}
.newspopup .newsletter_pop_up_subtitle {
    margin-bottom: 35px;
}
.newspopup .newsletter_pop_up_subtitle>p {
    font-size: 1.4rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.7;
    color: white;
    text-shadow: 1px 1px black;
}

.newspopup .newsletter_pop_up_input_fields label {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: white;
    font-family: 'Futura', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 5px;
    text-shadow: 1px 1px black;
}
input#subscribe_email {
    background: none;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 0!important;
    min-width: 92%!important;
    min-height: 40px!important;
    color: #000;
    padding-left: 10px!important;
    font-weight: 300;
}
.newsletter_subscribe_button_wrapper {
    text-align: center;
}
.newsletter_subscribe_button_wrapper>input {
    background-color: transparent!important;
    color: white !important;
    background: none!important;
    box-shadow: none!important;
    border: 1px solid white!important;
    border-radius: 0!important;
    padding: 10px 35px!important;
    margin-top: 20px!important;
    font-weight: 400!important;
}
.newsletter_subscribe_button_wrapper>input:hover {
    background-color: #000!important;
    color: #fff!important;
}
.fancybox-item.fancybox-close {
    top: 0;
    right: 0;
}
.modal-newsletterpopup .modal-dialog button.close {
    top: 15px;
    right: 15px;
    background-image: url(../../../../../../image/custom_icons/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 8040;
    opacity: 1;
}
html.fancybox-lock {
    overflow: visible!important;
}
input#input-coupon {
    background-color: #fff;
    color: #000!important;
}

ul.slides li:not(.myCarouselItems) {
    width: 100%!important;
    height: 100vh!important;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
li:not(.myCarouselItems).flex-active-slide {
    opacity: 2!important;
}


/*
==========================================
redesign website
==========================================
*/
body#home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}
body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li>a {
    color: #fff!important;
    text-transform: none!important;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
}
body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li>a {
    color: #000!important;
    text-transform: none!important;
    font-weight: 400;
    font-family: 'Futura', sans-serif;
}
body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li+li,
body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li+li {
    margin-left: 40px;
}
body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li,
body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li {
    display: inline-block;
    float: left;
    width: auto;
}
body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav,
body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav {
    display: table;
    margin: 20px auto 0 auto;
}
body#home .menu,
body.black_elements .menu {
    display: inline-block;
    width: 100%;
}
body#home .custom-icons-header .dark {
    display: none;
}
.black_elements .custom-icons-header img:not(.dark) {
    display: none;
}
.custom-icons-header {
    max-width: 25px;
    display: block;
}

.slideshow .slides img {
    width: auto;
    height: 100%;
}
.homepage-centered-title {
    text-align: center;
    font-size: 36px;
    color: #000;
    margin: 100px 0 50px 0;
}

.custom-banners-homepage {
    display: inline-block;
    width: 100%;
    margin-top: -8px;
    opacity: 0;
}
.custom-banners-homepage.active {
    opacity: 1;
    transition: 0.6s ease 1.6s;
}
.custom-banners-homepage-col .background-image-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.custom-banners-homepage-col .background-image-banner .background-image-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.custom-banners-homepage-col .background-image-banner .background-image-banner-link:hover {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.custom-banners-homepage-col .background-image-banner .background-image-banner-link span {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 30px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.custom-banners-homepage-col {
    display: inline-block;
    float: left;
    width: 50%;
}
.custom-banners-homepage-col {
    padding-right: 1px;
}
.custom-banners-homepage-col + .custom-banners-homepage-col {
    padding-right: 0px;
    padding-left: 1px;
}

.text-over-slider {
    position: absolute;
    left: 0;
    top: 35%;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.text-over-slider-wrapper h3 {
    font-size: 24px;
    display: block;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Futura', sans-serif;
}
.text-over-slider-wrapper p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: 'Futura', sans-serif;
}
.common-button-over-slider {
    color: #fff;
    display: block;
    max-width: 180px;
    border: 1px solid #fff;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 600;
    margin: 30px auto 0 auto;
    font-family: 'Futura', sans-serif;
}
.common-button-over-slider:hover {
    background: #fff;
    color: #000;
    -webkit-transition: background 0.4s ease, color 0.6s ease;
    -moz-transition: background 0.4s ease, color 0.6s ease;
    -o-transition: background 0.4s ease, color 0.6s ease;
    transition: background 0.4s ease, color 0.6s ease;
}
.custom_header_logo .logo>a {
    max-width: 450px;
}
.custom_header_left_menu {
    display: none;
}
.custom-bg-image.custom-bg-image-mobile {
    display: none;
}
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    top: 100px!important;
}
.sequence .controls.container {
    display: none!important;
}
.product .price p.the-price {
    font-weight: 400;
    font-family: 'Futura', sans-serif;
}
#productsCount {
    position: absolute;
    top: 40px;
    right: 5px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 1);
}

.share_buttons-wrapper {
    display: table;
    margin: 0;
}
.share_buttons-wrapper>p {
    font-size: 2rem;
}
.share_buttons-wrapper>p,
.share_buttons-wrapper>ul {
    display: inline-block;
    float: left;
}
.share_buttons-wrapper>ul>li {
    display: inline-block;
    float: left;
}
.share_buttons-wrapper>ul>li>a {
    font-size: 2.4rem;
}
.share_buttons-wrapper>ul>li+li {
    margin-left: 20px;
}
.product_sale.left {
    background: #000;
}
.row.product-info button.btn.btn-danger {
    background: #000;
    color: #fff!important;
}
.delivery-options {
    margin-top: 25px;
}
.delivery-options ul li {
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
}
.delivery-options ul li:last-child {
    margin-top: 15px;
    font-weight: 600;
}

.delivery-options ul li a {
    font-weight: 500;
}
.attribute-list li {
    list-style: initial;
}
.attribute-list li:empty,
.attribute-list li:blank {
    display: none;
}
#home .custom-bg-image img {
    width: 100%;
}
/*
==========================================
responsive
==========================================
*/
.display_none {
    display: none;
}
.black_elements ul.nav.navbar-nav li a:focus {
    background-color: transparent;
}
.alert.alert-danger, .alert.alert-success {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border: 1px solid #eee;
}
.agree_text_register_mobile {
    display: inline-block;
}
span.video_button {
    font-size: 1rem;
    position: relative;
    top: -5px;
}
.nymph-carousel {
    min-height: 725px;
}
.custom_youtube_bg {
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.mobile_fixed_buttons {
    display: none;
}
.slideshow {
    padding: 0;
}

input,
input[type=text],
input[type=password],
textarea#input-enquiry,
textarea,
select {
    font-family: 'Open sans', sans-serif!important;
}

.stockist-item .name {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 2rem;
}
.stockist-item .name2 {
    font-size: 1.4rem;
}
.stockist-item  .area {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.8rem;
}
.stockist-item .address {
    font-size: 1.8rem;
}
.stockists-wrapper .country {
    font-weight: 600;
    font-size: 2rem;
}
.stockists-wrapper .row {
    text-align: center;
}

.sequence > .sequence-canvas > li.custom-slider-item {
    position: relative;
}
.custom-bg-image {
    position: relative!important;
}
#sequence-seq_0 {
    height: 100%!important;
}
.contact-info-heading {
    padding: 0 30px;
    text-align: center;
}
.contact-info-heading .title {
    font-size: 3rem;
    font-weight: 600;
}
.contact-info-heading .address {
    font-size: 1.8rem;
}
.find-also-online {
    display: none;
    text-align: center;
    margin-bottom: 100px;
}
.find-also-online .heading {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 25px;
}
.find-also-online .heading:after {
    display: none;
}
.find-also-online a {
    font-size: 2rem;
    color: #000;
    text-decoration: underline;
}
.find-us-info {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-align: center;
}
.find-us-info p {
    font-size: 1.8rem;
}
.find-us-info a {
    color: #000000;
}
.find-us-info a:hover {
    color: #777;
}
.toggle-all-menu {
    display: none;
}


.force-black-header a.image-logo.image-logo_white {
    display: none!important;
}
.force-black-header a.image-logo:not(.image-logo_white) {
    display: inline-block!important;
}
body#home.force-black-header .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li>a,
.force-black-header .sequence h3,
.force-black-header .text-over-slider-wrapper p {
    color: #000!important;
}
.force-black-header .custom-icons-header>img:not(.dark){
    display: none;
}
.force-black-header .custom-icons-header .dark {
    display: block!important;
}
.force-black-header .common-button-over-slider {
    border-color: #000;
    color: #000;
}

.flex-control-nav , .flex-direction-nav {
    display: none;
}
.carouselButtons {
    text-align: center;
    padding: 20px 0;
    font-size: 1.7em;
}
.carouselButtons .carouselButton {
    padding: 20px;
}

@media (max-width: 375px) {
    #productsCount {
        top: 22px !important;
        right: 40px !important;
    }
}

@media (max-width: 425px) {
    #productsCount {
        top: 23px;
        right: 45px;
    }
}

@media (max-width: 320px) {
    #productsCount {
        top: 24px !important;
        right: 35px !important;
    }
}

@media (min-width: 1450px) {
    .image-additional ul.slides>li {
        min-width: 150px!important;
        min-height: 150px!important;
    }
    .product-info .image-additional img {
        max-width: 150px!important;
        height: 150px;
    }
}
@media(max-width: 1280px ) {
    .nymph-carousel {
        min-height: 525px;
    }
    .social_links_in_menu {
        margin-bottom: 80px;
    }
    .navbar.yamm.col-md-12 {
        margin-top: 0px;
    }
    p.stockist-up-name,p.stockist-down-name {
        min-width: 175px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 689px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .custom_container_fluid {
        margin-left: -30%;
        margin-right: -30%;
    }
    .custom_blog_wrapper {
        height: 55vh;
    }
    body {
        -webkit-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
        -moz-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
        -o-transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
        transition: 1s 0s cubic-bezier(0.2,1,0.4,1);
    }
}
/*@media (min-width: 1200px) and (max-width: 1450px){
    .custom_column_right_products {
        width: 85%;
    }
    .custom_column_left_filters {
        width: 15%;
    }
}*/
@media (max-width: 1200px) and (min-width: 992px) {
    #slider {
        max-width: 500px;
    }

    .custom_column_right_products {
        width: 75%;
    }

    .custom_column_left_filters {
        width: 25%;
    }

    .product .actions {
        min-height: 60px;
    }

    .se_extra_padding {
        padding: 0 30px;
    }

    ul.nav.nav-tabs > li > a, ul.nav.nav-tabs > li.active > a {
        padding: 5px 10px 15px 0px;
    }

    .size_and_fit_pop_up_maker > img {
        top: -165px;
    }

    .custom_cart_slide_right {
        width: 30vw;
    }

    .custom_menu_slide_left {
        width: 35vw;
        padding-left: 30px;
    }

    body.se_menu_open_body {
        -webkit-transform: translate(35%, 0);
        -moz-transform: translate(35%, 0);
        -o-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }

    ul.main_contact li {
        width: 100%;
        margin: 25px 0 !important;
    }

    .stockist-box-up-wrapper {
        margin-top: 60px;
    }

    .stockist-box-up-wrapper img, .stockist-box-down-wrapper img {
        margin: 0 auto;
    }

    .stockist-box-up-wrapper > p.stockist-up-name, .stockist-box-down-wrapper > p.stockist-down-name {
        top: 50%;
    }

    .logo {
        text-align: right;
    }

    body#home .menu .navbar-collapse.collapse > ul.nav.navbar-nav {
        margin-right: 0;
    }

    .text-over-slider {
        width: calc(66.66666667% - 200px);
        left: 0;
        top: 45%;
        -webkit-transform: translate(70%, -50%);
        -moz-transform: translate(70%, -50%);
        -o-transform: translate(70%, -50%);
        transform: translate(70%, -50%);
    }
}
@media(max-width: 1024px) {
    .custom_header_left_menu {
        display: block;
    }
    body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li+li,
    body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li+li {
        margin-left: 0;
    }
    body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li,
    body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li {
        display: block;
        width: 100%;
    }
    body#home .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li>a {
        color: #000!important;
        display: block;
    }
    .custom_header_logo .menu .navbar-collapse.collapse {
        display: none;
    }
    .text-over-slider {
        top: 40%;
    }
    .text-over-slider-wrapper p {
        font-size: 16px;
        line-height: 1.4;
    }
    .text-over-slider-wrapper h3 {
        font-size: 24px;
    }
    .common-button-over-slider {
        max-width: 200px;
        padding: 10px 10px;
        font-size: 16px;
        margin-top: 10px;
    }
    .custom-banners-homepage-col .background-image-banner .background-image-banner-link {
        opacity: 1;
        background: no-repeat;
    }
    .navbar.yamm.col-md-12 {
        margin-top: 20px;
    }
    .custom_header_right_menu>ul>li+li {
        margin-left: 7px!important;
    }
    body.black_elements .menu .navbar-collapse.collapse>ul.nav.navbar-nav>li>a {
        color: #fff!important;
    }
    .navbar-collapse.collapse {
        border: 0!important;
    }
    .custom_header_logo .menu {
        display: none!important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    html {
        font-size: 56%;
    }
    .custom_menu_slide_left {
        padding-left: 25px;
        width: 40vw;
    }
    body.se_menu_open_body {
        -webkit-transform: translate(40%,0);
        -moz-transform: translate(40%,0);
        -o-transform: translate(40%,0);
        transform: translate(40%,0);
        overflow-x: hidden;
    }
    .custom_header {
        padding: 0 15px;
    }
    .custom_header_right_menu>ul>li {
        width: 25%;
        margin-left: 0!important;
    }
    .custom_header_right_menu>ul>li {
        display: inline-block;
        float: left;
        width: 25%;
        margin: 0;
    }
    .custom_header_right_menu>ul {
        width: 100%;
    }
    .custom_cart_slide_right {
        width: 40vw;
    }
    .custom_column_left_filters {
        width: 30%;
    }
    .custom_column_right_products {
        width: 70%;
    }
    .se_extra_padding {
        padding: 0 30px;
    }
    .bottom_credits_footer {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .social_links_in_footer {
        margin-top: 30px;
    }
    .social_links_in_footer>ul {
        display: table;
        margin: 0 auto;
    }
    .social_links_in_footer ul li {
        padding: 0 15px;
    }
    .moving_image {
        top: 0!important;
        margin: 10px auto;
    }
    .lookbook_sidemenu_wrapper {
        margin: 30px;
    }
    .owl-item.active.center>div {
        min-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .image-caption {
        margin: 30px;
    }
    .image-additional ul.slides>li {
        float: left!important;
    }
    div#wrap>a>img {
        margin: 0 auto;
    }
    .product_navigation_arrows {
        margin-top: 10px;
    }
    .image-additional ul.slides {
        width: auto!important;
        margin: 25px auto 0 auto;
        display: table;
    }
    form#language>.btn-group>.btn.btn-link>span, .custom_header_right_menu>ul>li>a {
        font-size: 1.2rem;
    }
    form#language>.btn-group>.btn.btn-link>i {
        font-size: 0.8rem;
        top: 0px;
    }
    .container-small {
        padding: 30px;
    }
    .custom_blog_wrapper {
        height: 100%;
    }
    .cat_header {
        padding: 0 10px;
    }
    .size_and_fit_pop_up_maker>img {
        top: -445px;
    }
    ul.main_contact li {
        float: left;
        display: inline-block;
        width: 100%;
        margin: 25px 0!important;
    }
    .stockist-box-up-wrapper {
        margin-top: 60px;
    }
    .stockist-box-up-wrapper img, .stockist-box-down-wrapper img {
        margin: 0 auto;
    }
    .stockist-box-up-wrapper>p.stockist-up-name, .stockist-box-down-wrapper>p.stockist-down-name {
        top:50%;
    }
    .lookbook_sidemenu_wrapper>ul {
        display: table;
        margin: 0 auto;
    }
    div#instafeed>.se_instagram_feed {
        width: 46%;
        float: left;
        display: inline-block;
        margin: 1% 1%;
    }
   /* .video_on_demand>video {
        display: none;
    }*/
    .custom_filter_wrapper>div>div>label {
        padding: 5px 0;
    }
    .custom_filter_wrapper label>span.se_label_text {
        font-size: 1.4rem;
        max-width: 145px !important;
    }
    ul.custom_pages_footer li {
        width: 20%;
    }
    .custom_filter_group_wrapper>.custom_filter_heading_wrapper {
        margin-bottom: 15px!important;
    }
    .nymph-carousel {
        min-height: 440px;
    }
}
@media (min-aspect-ratio: 16/9) {
   
}

@media (max-aspect-ratio: 16/9) {
    .video_on_demand>video  {
        width: 300%;
        left: -100%;
    }
}
@media(max-width: 991px) {
    .custom-bg-image {
        display: none!important;
    }
    .custom-bg-image.custom-bg-image-mobile {
        display: block!important;
    }
    .custom-bg-image.custom-bg-image-mobile img {
        margin: 0 auto;
        opacity: 0;
    }
    #sequence-seq_0 {
        height: 100%;
    }
    .text-over-slider {
        top: 20%;
        width: 100%;
        -webkit-transform: translate(0%,-50%);
        -moz-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
    .logo {
        text-align: center;
    }
}
@media(width: 768px) and (height:1024px) {
    .modal-dialog.modal-custom-size.modal-dialog-centered {
        margin-left: 75px;
    }
}
@media (max-width: 767px){
    /*.video_on_demand>video {*/
        /*display: none;*/
    /*}*/
    .table-bordered .input-group.btn-block>input {
        width: 100%;
    }
    .table-bordered .input-group span.input-group-btn{
        float: left;
    }
    .newspopup{
        height: 273px !important;
        background-repeat: no-repeat;
    }
    .modal-content{
        margin-top: 150px;
    }
    .newsletter_pop_form_inner_wrapper{
        margin-top: unset !important;
        top: 45% !important;
    }
    .toggle-all-menu {
        display: block;
    }
    ul.collections-custom-menu>li:not(.active) {
        display: none;
    }
    .toggle-all-menu {
        text-align: center;
        display: block;
        font-size: 1.6rem;
    }
    ul.collections-custom-menu.active-menu>li {
        display: block;
    }
    .stockists-dark-section,
    .stockists-light-section {
        margin: 0;
    }
    .row.product-info > .col-md-8 {
        padding: 0;
    }
    .product-info h1 {
        font-size: 3.2rem;
    }
   
    p.se_roduct_model {
        font-size: 1.6rem;
    }
    .tab-pane * {
        font-size: 2rem!important;
    }
    #product .radio label {
        font-size: 1.8rem;
    }
    #product .form-group.required label.custom_control-label {
        font-size: 1.8rem!important;
        padding-top: 2px;
    }
    .text-over-slider-wrapper h3 {
        font-size: 18px;
    }
    .text-over-slider-wrapper p {
        font-size: 14px;
    }
    .common-button-over-slider {
        max-width: 140px;
        padding: 5px 10px;
        font-size: 12px;
        margin-top: 10px;
    }
    div#sequence-seq_0 {
        height: 100vh;
    }
    .se_category_thumb {
        display: none;
    }
    .nymph-carousel {
        min-height: 380px;
    }
    .custom_header {
        padding: 0;
        margin: 0 -5px;
    }
    .custom_menu_slide_left {
        width: 100vw;
        height: 100vh;
        padding-left: 35px;
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
        -o-transform: translate(-100%,0);
        transform: translate(-100%,0);
        overflow-y: scroll;
    }
    body.se_menu_open_body {
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -o-transform: translate(100%,0);
        transform: translate(100%,0);
    }
    .navbar-collapse {
        display: block;
        background-color: #000;
        padding-left: 0;
    }
    #home .navbar-collapse {
        background-color: #fff;
    }
    .navbar-header button.navbar-toggle {
        display: none;
    }
    .custom_cart_slide_right {
        width: 100vw;
        overflow-y: scroll;
    }
    .cart-products_list {
        background-color: #fff;
    }
    .custom_header_right_menu>ul {
        width: 100%;
    }
    .custom_header_right_menu>ul>li {
        width: 33.33%;
        margin-left: 0!important;
    }
    .se_extra_padding {
        padding: 0 10px;
    }
    .se_category_desciption {
        margin-bottom: 10px;
    }
    .custom_column_left_filters, .custom_column_right_products {
        width: 100%;
        display: block;
    }
    .product .actions {
        opacity: 1;
    }
    .image-additional ul.slides>li {
        float: left!important;
        max-width: 60px!important;
        max-height: 60px;
    }
    .product_navigation_arrows ul li img {
        float: none;
        margin: 0 auto;
    }
    .nav-tabs > li {
        float: left;
    }
    a.se_size_and_fit {
        padding: 20px 0;
        margin-top: -13px;
    }
    .image-additional {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .product-info h1, p.se_roduct_model {
        text-align: center;
    }
    .col-sm-9>ul>li {
        text-align: center;
    }
    .bottom_credits_footer {
        float: none;
        text-align: center;
    }
    ul.custom_pages_footer li {
         width: 100%;
         margin-bottom: 10px;
    }
    .social_links_in_footer {
        margin-bottom: 20px;
    }
    .lookbook_sidemenu_wrapper {
        padding: 15px;
        margin: 30px;
    }
    .image-caption {
        margin: 30px;
        padding: 15px;
    }
    .custom_owl_navigation {
        margin: 0 auto;
        float: none;
        width: 100px;
    }
    .moving_image {
        top: 0!important;
    }
    .se_about-header {
        text-align: center;
        margin-top: 0;
    }
    .owl-item.active.center>div {
        min-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .container-small {
        padding: 30px;
    }
    p.se_same_level.first_text_padding {
        padding-right: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    p.se_same_level.second_text_padding {
        padding-left: 0px;
        margin-top: 100px;
    }
    .custom_blog_wrapper {
        height: 100%;
    }
    .newsletter_pop_form_wrapper {
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .newsletter_pop_form_inner_wrapper {
        padding-left: 45px;
        padding-right: 50px;
    }
    .newspopup .newsletter_popup_title>p {
        margin-bottom: 2px;
    }
    .newspopup .newsletter_pop_up_subtitle {
        margin-bottom: 10px;
    }
    .newsletter_subscribe_button_wrapper>input {
        margin-top: 10px!important;
    }
    .social_links_in_menu {
        position: relative;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .navbar.yamm.col-md-12 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 50px;
    }
    .se_show_cart_button {
        padding: 35px 0;
    }
    .cart_total_price {
        padding:10px 7px 10px 7px;
        margin: 0 20px;
    }
    .se_slide_cart_top_head {
        margin-top: 20px;
    }
    .left-menu .panel.nico_filters {
        padding: 0px 20px!important;
    }
    .cat_header {
        padding: 0 10px;
    }
    ul.main_contact li {
        margin-left: 0!important;
        width: 100%;
        display: block;
        margin-bottom: 35px;
    }
    div#content>h1, .cat_header>h2, .container-small>h1 {
        font-size: 2rem;
        letter-spacing: 3px;
        margin-bottom: 0px;
    }
    p.se_static_page_subtitle {
        margin-bottom: 30px;
    }
    #account .form-group.required>.col-sm-6, .col6-50-mobile>.col-sm-6 {
        width: 50%;
        float: left;
        display: inline-block;
    }
    .agree_text_register_mobile {
        display: inline-block;
        float: left;
        position: relative;
        top: 15px;
        margin-right: 10px;
    }
    .newspopup .newsletter_popup_title>p {
        letter-spacing: 2px;
    }
    /* desperate */
    .custom_top_search_toggle>.container {
        width: 90%;
        float: left;
    }
    .se_search_close_button {
        width: 10%;
        float: left;
        padding: 10px 13px 6px 0px;
        margin: 0;
    }
    /* --------- */
    #home .mobile_hide_on_home {
        display: none;
    }
    .custom_header_left_menu {
        margin-top: 0px;
    }
    .custom_header_left_menu img {
        margin: 0 auto;
    }
    .custom_header_right_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        border-top: 1px solid #000;
        width: 100%;
        padding: 9px 0 7px 0;
    }
    .custom_top_search_toggle {
        top: 200%;
        padding: 6px 0;
    }
    .custom_top_search_toggle.se_search_open {
        top:100%;
        transform: translate(0,-100%);
    }
    li.dropdown.top-login.open {
        position: initial;
    }
    li.dropdown.top-login.open>ul {
        top: -100%;
        width: 100%!important;
        left: 0!important;
        padding: 11px 0;
        background-color: #f2f2f2;
        border-top: 1px solid #000;
    }
    .black_elements li.dropdown.top-login.open>ul {
        background-color: #000;
    }
    .dropdown-menu > li > a {
        color: #000;
    }
    .black_elements .dropdown-menu > li > a {
        color: #fff;
    }
    li.dropdown.top-login.open>ul.dropdown-menu>li {
        display: inline-block;
        float: left;
        width: 50%;
        text-align: center;
    }
    ul.nav.navbar-nav li:hover a:after, .custom_header_right_menu>ul>li:hover>a:after {
        opacity: 0;
    }
    .navbar-collapse.collapse>ul {
        border: 0;
        box-shadow: none!important;
    }
    .black_elements ul.nav.navbar-nav li a:hover {
        background-color: initial;
    }
    .btn {
        margin-right: -1px;
    }
    .row.product-info>.col-md-8>.col-md-10 {
        padding: 0!important;
    }
    .product-info .image-additional img {
        max-width: 60px;
        height: auto;
    }
    .image-additional ul.slides {
        width: 240px!important;
        margin: 0 auto;
    }
    .custom_header_left_menu img {
        max-width: 35px;
    }
    .size_and_fit_pop_up_maker>img {
        top: -175px;
    }
    .register_page .radio label {
        padding: 5px 0;
        min-height: 30px;
    }
    body:not(#home) .header {
        margin-bottom: 35px;
    }
    .custom_column_left_filters{
        margin-top: 30px;
    }
    .stockist-box-up-wrapper {
        margin-top: 60px;
    }
    .stockist-box-up-wrapper img, .stockist-box-down-wrapper img {
        margin: 0 auto;
    }
    .stockist-box-up-wrapper>p.stockist-up-name, .stockist-box-down-wrapper>p.stockist-down-name {
        top:50%;
    }
    .lookbook_sidemenu_wrapper>ul {
        display: table;
        margin: 0 auto;
    }
    .prod .product {
        padding: 0 35px;
    }
    .lookbook_sidemenu_wrapper>ul>li {
        padding: 7px 0;
    }
    .container-small .form-group.required:before, .form-group.required.required_field_placeholder:before{
        left:0;
    }
    .social_links_in_footer>ul {
        display: table;
        margin: 0 auto;
    }
    .social_links_in_footer>ul>li {
        padding: 15px 18px;
        width: auto;
    }
    .custom_filter_wrapper>div>div>label {
        padding: 5px 0;
    }
    .custom_filter_wrapper label>span.se_label_text {
        font-size: 1.4rem;
        max-width: 145px !important;
    }
    ul.custom_pages_footer li {
        width: 100%;
    }
    .custom_filter_group_wrapper>.custom_filter_heading_wrapper {
        margin-bottom: 15px!important;
    }
    .mobile_fixed_buttons {
        display: block;
    }
    .mobile_fixed_buttons {
        display: block;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    a.fake_play_button {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        margin-left: -30px;
        z-index: 99999;
    }
    a.fake_play_button img {
        max-width: 60px;
    }
    a.shop_now_button {
        font-size: 2rem;
        color: #fff;
        font-weight: 600;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
        text-align: center;
        padding: 10px 0;
        z-index: 99999;
    }
    a.shop_now_button i {
        margin-left: 7px;
        position: relative;
        top: -1px;
        left: 0;
    }
    a.shop_now_button:hover i {
        left: 7px;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .slideshow .slides img {
        display: none;
    }
    /* redesign homepage */
    .custom_header_left_menu {
        float: right;
    }
    .custom_header_logo {
        max-width: 265px;
        margin-top: -55px;
    }
    .menu_toggle_button {
        display: inline-block;
    }
    .custom_header_logo .menu {
        display: none!important;
    }
    .custom_header_right_menu>ul>li+li {
        margin-left: 0!important;
        text-align: center;
    }
    .custom_header_right_menu>ul>li {
        text-align: center;
    }
    .custom_header_right_menu>ul>li>a {
        display: inline-block;
    }
    .custom-banners-homepage-col {
        padding: 0!important;
        width: 100%;
    }
    .custom-banners-homepage-col .background-image-banner {
        margin-bottom: 2px;
    }
    .banners .col-sm-4.banner {
        text-align: center;
    }
    .stockist-item {
        margin-bottom: 35px;
    }
    #collection_active + .col-lg-10 .owl-stage-outer {
        padding-top: 0;
    }

}
@media(max-width:766px) {
    .modal-newsletterpopup .modal-dialog {
        width: 95%;
    }
}
@media (max-width: 480px) {
    html {
        font-size: 52%;
    }
    .newspopup .newsletter_popup_title>p {
        padding: 5px;
        letter-spacing: 0;
    }
    .newspopup  .newsletter_popup_title>p:before, .newspopup  .newsletter_popup_title>p:after {
        display: none;
    }
    .newspopup .newsletter_pop_up_subtitle {
        margin-bottom: 0px;
    }
    .text-over-slider {
        top: 25%;
    }
}
@media (min-width: 770px) {
    .se_category_desciption img {
        margin-left: 22px;
    }
}

@media (max-width: 400px) {
    .custom-banners-homepage-col .background-image-banner {
        min-height: 530px;
    }
}
@media (min-width: 401px) and (max-width: 550px) {
    .custom-banners-homepage-col .background-image-banner {
        min-height: 650px;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    .custom-banners-homepage-col .background-image-banner {
        min-height: 850px;
    }
}
@media (min-width: 768px) {
    .custom-banners-homepage-col .background-image-banner {
        min-height: 1000px;
    }
}