@font-face {
    font-family: "Bauhaus W02 Bold";
    src: url('inc/fonts/Bauhaus-W02-Bold.woff');
    src: url('inc/fonts/Bauhaus-W02-Bold.woff2');
    src: url('inc/fonts/Bauhaus-W02-Bold.ttf');
}

/* body .site-content * {
    font-family: sans-serif;
} */


/* HEADER */

.header__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.header__wrapper:after {
    content: '' !important;
    height: 1px !important;
    width: 98% !important;
    position: absolute !important;
    left: 1% !important;
    bottom: 0 !important;
    border-bottom: 1px solid #53B1B3 !important;
}

.mybedbyfen-primary-navigation {
    height: 20px !important;
}

.mybedbyfen-primary-navigation>.main-navigation .menu-item>a {
    color: #53B1B3;
    font-size: 24px;
}

.mybedbyfen-primary-navigation>.main-navigation>.primary-navigation>ul>li>ul>li>a {
    font-size: 20px;
    line-height: 30px;
}

.primary-navigation>ul>li>a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

ul>li>.sub-menu {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.sub-menu>li {
    text-align: left;
    line-height: 15px;
    position: relative;
}

.sub-menu>li:hover a {
    color: #828282 !important;
    text-decoration: none;
    background-color: #fff !important;
}

.sub-menu>li>a {
    padding: 7px 10% !important;
}

.nav-menu>.menu-item-has-children>a:after {
    content: '' !important;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px !important;
    vertical-align: middle;
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.sub-menu>li:before {
    content: "";
    position: absolute;
    width: 80%;
    border-top: 1px solid #828282;
    bottom: 0;
    left: 10%;
}

.sub-menu {
    padding-bottom: 20px !important;
}

.primary-navigation {
    font-family: 'Bauhaus W02 Bold';
}

.cart-contents:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1em;
    /* float: left; */
    content: "\f07a";
    line-height: 1.618;
    margin-right: 5px;
}

.cart-contents:after {
    content: '' !important;
}

.site-search .widget_product_search form:before {
    top: 0.95em !important;
}


/* .header__wrapper .site-search {
    max-width: 200px;
} */

.header__wrapper .search-field {
    width: 240px !important;
    height: 40px;
    background-color: #fff;
    border: 1px solid #000;
}

.header__wrapper .site-header-cart {
    max-width: 300px;
}

.site-header {
    border: none !important;
}

.site-header-cart>li {
    text-align: center;
}

.site-header-cart .cart-contents {
    padding-top: 10px;
}

.search-field:focus {
    background-color: #fff !important;
}

.main-navigation {
    width: 100% !important;
    float: right;
    position: relative;
    top: -70px;
}

.primary-navigation>ul {
    /* width: 100% !important; */
    float: right;
    position: relative;
    z-index: 999;
}

.woocommerce>form.checkout {
    width: 1000px
}

.header__subtitle {
    margin-left: 50px;
    font-family: 'Bauhaus W02 Bold';
    font-size: 22px;
    padding-left: 195px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    margin: 0;
    color: #565656;
}

.woocommerce-Tabs-panel--description>h2:first-of-type {
    display: none;
}


/* END HEADER */


/* FOOTER */

.site-footer {
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 150;
}

.site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1%;
    width: 98%;
    border-top: 1px solid #53B1B3 !important;
}

.footer_menu_class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer_menu_class>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 10px;
}

.footer_menu_class>ul>li {
    font-size: 13px;
    list-style: none;
    margin-right: 15px;
}

.footer_menu_class>ul>li:hover a {
    color: #53B1B3 !important;
    text-decoration: none !important;
}


/* END FOOTER */

.site-main, .site-main .hentry {
    margin-bottom: 0;
}

.site-content {
    padding-bottom: 40px;
}

.page-template-homepage-php .widget-area {
    display: none;
}

.page-template-homepage-php .site-main {
    width: 100%;
}

.page-template-homepage-php .site-header {
    margin-bottom: 0 !important;
}

.page-template-homepage-php .entry-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-template-homepage-php .content-area {
    width: 98% !important;
    margin: 0 auto;
    float: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.home-content-head {
    width: 48%;
    font-size: 20px;
    line-height: 26px;
    color: #565656 !important;
}

.layerslider {
    width: 48%;
}

.highlighted {
    color: #53B1B3;
    font-family: 'Bauhaus W02 Bold';
}

.tax-product_cat .site-content {
    float: left;
    width: 66%;
    /* margin-left: 150px; */
}

.woocommerce-loop-product__title {
    color: #53B1B3;
}

.tax-product_cat .content-area {
    /* padding-left: 50px; */
}


/* SLIDER */

.n2-ss-widget>div>div>div {
    border: 2px solid #000 !important;
}

.n2-padding {
    padding: 0 !important;
}


/* END SLIDER */


/* WIDGET */

.wc_widget__below_header {
    display: none;
}

.tax-product_cat .wc_widget__below_header {
    display: block;
}

.tax-product_cat .header-widget-region--float_left,
.single-product .header-widget-region--float_left {
    float: left;
    width: 33%;
}

.tax-product_cat .page-title {
    display: none;
}

.wc_widget__below_header {
    /* margin-left: 25px; */
    float: left;
    padding: 0 50px;
}

.wc_widget__below_header>div {
    width: 300px;
}

.widget_recently_viewed_products>span {
    padding: 0 !important;
    margin: 0 !important;
}

.wc_widget__below_header .widget-title {
    text-align: center;
}

ul.product-categories {
    text-transform: uppercase;
}

ul.product-categories>li.current-cat {
    background-color: #565656;
    color: #fff;
}

ul.product-categories>li.cat-item {
    padding: 5px 10px;
    border: 1px solid #53B1B3;
}

ul.product-categories>li.current-cat {
    border: 1px solid #565656;
}

ul.product-categories li.cat-item>a {
    color: #565656;
}

ul.product-categories>li.current-cat>a {
    background-color: #565656;
    color: #fff;
}

ul.product-categories li.cat-item:before {
    content: '' !important;
    display: none;
}

.product_list_widget .product-title,
.product_list_widget .product-title,
.product_list_widget .amount {
    display: none !important;
}

.product_list_widget img {
    float: none !important;
    max-width: 100px !important;
    margin: 0 auto;
}

.single-product .wc_widget__below_header {
    display: block;
}


/* END WIDGET */

ul.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

ul.products>li {
    border: 1px solid #53B1B3;
    margin-right: 2% !important;
    width: 30%;
}

ul.products img {
    border: 2px solid #000;
    margin: 2px;
}

ul.products>li>a {
    padding: 15px;
}

ul.products a.button {
    display: none;
}


/* ul.products > li {
    min-width: 300px;
} */

.single-product .type-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.single-product .related.products,
.single-product .product_title,
.single-product .price {
    display: none;
}

.type-product>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 500px;
    width: 49% !important;
}

.woocommerce-mini-cart__empty-message {
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0;
}


/* .single-product .content-area {
    width: 50%;
} */

.single-product .value>select {
    width: 80%;
    padding: 8px;
}

.single-product .product_meta,
.single-product .quantity {
    display: none !important;
}

.single-product .woocommerce-variation-add-to-cart {
    float: right;
    margin-right: 2%;
    padding-top: 0 !important;
}

.single-product .entry-summary {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto;
}

.single-product div>.price {
    margin: 0 !important;
}

.single-product .images {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 !important;
}

.single-product .woocommerce-tabs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    overflow-y: scroll;
    margin-right: 10px;
    overflow-x: hidden;
}

.single-product .col-xl-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-product .woocommerce-variation-price .amount {
    font-size: 24px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 2%;
    margin-top: 10px;
}

.site-footer>.col-xl-12 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wc-tabs-wrapper>.tabs.wc-tabs {
    display: none;
    overflow: scroll;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.wc-tabs-wrapper>div {
    width: 100% !important;
}

.page-template-default .entry-content>.page_title_custom {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}

.entry-content .agb {
    line-height: 24px;
    font-size: 18px;
}

.type-page .entry-content {
    margin: 0 1%;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
    padding: 1.618em 0.75em;
}

.services-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 5%;
}

.services-wrapper span {
    margin-left: 5px;
}

.services-wrapper>.service-btn {
    text-decoration: none !important;
    color: #565656;
    outline: none;
    border: 1px solid #565656;
    padding: 40px;
    width: 250px;
    margin: 10px;
    font-size: 18px;
}

.services-wrapper>.service-btn:hover {
    background-color: #565656;
    color: #FFF;
}

.topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.topbar * {
    color: #565656
}

.dropdown_konto {
    position: relative;
}

.dropdown_konto:after {
    content: '' !important;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px !important;
    vertical-align: middle;
    border-top: 3px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.dropdown_konto>ul {
    border: 1px solid #000;
    width: 110px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 5px 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 9999;
    background-color: #fff;
    display: none;
}

.topbar>div,
.topbar>a,
.topbar>p {
    margin-left: 10px;
    font-size: 11px;
    margin-top: 5px;
}

.logged_in_username {
    color: #53B1B3;
}

.konto_list {
    list-style: none;
    padding: 3px 10px;
}

.woocommerce-account .login input[type='text'],
.woocommerce-account .login input[type='password'],
.woocommerce-account .register input[type='text'],
.woocommerce-account .register input[type='password'],
.woocommerce-account .register input[type='email'],
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-account-fields input,
.woocommerce-shipping-fields__field-wrapper input {
    display: block;
    height: 34px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857;
    /* color: #efefef; */
    background-color: #fff;
    background-image: none;
    border: 1px solid #676767;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    width: 100%;
}

.register .select {
    padding: 5px;
}

.js_message {
    line-height: 18px;
    font-size: 18px;
    margin-top: 5px;
}

.vat_message {
    color: #53b1b3;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: rgb(85, 85, 85);
    background-color: whitesmoke;
    text-decoration: none;
}

.account_title {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    background-color: rgb(83, 177, 179);
    display: block;
    margin: 0px;
    padding: 5px 20px;
}

.woocommerce-MyAccount-content a {
    text-decoration: underline;
}

.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation a {
    color: #000;
}

.woocommerce-MyAccount-navigation-link {
    border: none;
}

.woocommerce-MyAccount-navigation ul li {
    border: none;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: 5px 10px;
    color: #fff;
    background-color: rgb(103, 103, 103);
}

.woocommerce-account input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background-color: #FFF;
    color: #565656;
    border-color: #565656;
    border: 1px solid #565656;
}

.woocommerce-account input[type="submit"]:hover {
    background-color: #565656;
    color: #FFF;
}

.woocommerce-cart-form table,
.cart-collaterals table,
.woocommerce-checkout-review-order table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.cart td,
table.cart th {
    border: 1px solid #000;
    background-color: #fff;
}

table.cart td.product-remove,
table.cart td.actions {
    border: 1px solid #000;
}

.woocommerce-cart-form,
.cart-collaterals {
    width: 75%;
    margin: 0 auto;
}

.cart-collaterals td,
.cart-collaterals th {
    border: 1px solid #000;
    background-color: #fff;
}

.wc-proceed-to-checkout>a {
    width: 300px;
    float: right;
    background-color: #fff !important;
    color: #565656 !important;
    border: 1px solid #565657;
}

.return-to-shop>.button {
    border: 1px solid #000;
    background-color: #fff;
}

body a {
    color: #2c2d33;
}

.site-branding>a {
    position: relative;
    z-index: 999;
}

.site-header-cart .widget_shopping_cart a img {
    margin: 0 auto !important;
}

.site-header .widget_shopping_cart li .variation,
.site-header .widget_shopping_cart p.buttons .variation,
.site-header .widget_shopping_cart p.total .variation {
    margin: 0;
}

.site-header .widget_shopping_cart li,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart p.total {
    border: 1px solid #565656;
    border-radius: 5px;
    margin: 10px;
}

.site-header .widget_shopping_cart li a,
.site-header .widget_shopping_cart li .quantity {
    color: #53B1B3;
}


/* ##### CSS HACKS #####*/


/* I couldn't remove woocommerce-breadcrumbs with hooks in functions.php */

.woocommerce-breadcrumb {
    display: none !important;
}


/* MESSAGE POSITION AFTER PURCHASE */

.col-xl-12>.woocommerce {
    position: absolute;
    top: 204px;
    left: 360px;
    z-index: 999;
}


/* NORMALIZE STYLE IS HAVING TROUBLE WITH .site */

.site {
    overflow: visible;
}


/* ###### END CSS HACKS ##### */

.site-header {
    padding-top: 0 !important;
}

.site-header-cart.focus .widget_shopping_cart,
.site-header-cart:hover .widget_shopping_cart {
    top: 40px;
    background-color: #fff;
    color: #53b1b3;
}

td.product-thumbnail img {
    max-width: 100px !important;
}

.woocommerce-mini-cart__total.total {
    color: #6d6d6d;
}

.woocommerce-cart .entry-header {
    display: none;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.woocommerce-cart-form__cart-item > td {
    background-clip: padding-box;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.has-cookie-bar #catapult-cookie-bar {
    position: absolute !important;
}

.content__text {
    font-size: 20px;
    line-height: 26px;
    color: #565656 !important;
}

.archive.post-type-archive-product.woocommerce .products {
    display: flex;
    justify-content: center;
    flex-flow: center;
}

.slick-slider {
    width: 90% !important;
    margin: 0 auto;
}

body {
    margin-top: 0 !important;
}

.woocommerce-checkout .hentry.type-page .entry-header {
    padding: 0 !important;
}


@media(max-width: 1023px) {
    .woocommerce-active .site-header .site-search {
        width: auto;
    }
    .site-header-cart .cart-contents {
        padding: 0;
    }
    .main-navigation {
        top: -45px;
    }
    .home-content-head {
        width: 100%;
    }
    .layerslider {
        width: 100%;
    }
    .page-template-homepage-php .entry-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 1.618em 0.5em;
    }
}

@media (max-width: 767px) {
    .services-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tax-product_cat .header-widget-region--float_left,
    .single-product .header-widget-region--float_left {
        width: 100%;
    }
    .tax-product_cat .site-content {
        width: 90%;
    }
    .single-product .type-product>div,
    .type-product>div {
        width: 100% !important;
        float: none;
    }
    .single-product .content-area {
        max-width: 767px;
    }
    .single-product .type-product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
    .header__wrapper {
        height: 150px;
    }
    .site-branding,
    .site-branding a {
        float: none !important;
        margin: 0 auto;
    }
    .site-branding a,
    .site-branding img {
        margin: 0 auto;
    }
    .site-header-cart .cart-contents,
    .site-search {
        display: block;
    }
    .header__wrapper .site-header-cart {
        max-width: none;
        position: relative;
        top: 30px;
    }
    .woocommerce-active .site-header .site-search {
        text-align: center;
        position: relative;
        top: 40px;
    }
    .site-search .widget_product_search form:before {
        display: none;
    }
    .header__subtitle {
        padding: 0;
        right: 20px;
    }
    .main-navigation {
        top: -200px;
        z-index: 999;
    }
    .handheld-navigation {
        top: 200px;
        position: relative;
    }
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 0;
    }
    .footer_menu_class>ul {
        margin: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    table.cart td.product-remove a.remove {
        top: 0;
        right: 0;
    }
    .wc_widget__below_header {
        float: none;
    }
    .tax-product_cat .header-widget-region--float_left,
    .single-product .header-widget-region--float_left {
        float: none;
    }
    .wc_widget__below_header,
    .wc_widget__below_header>div {
        width: 100%;
    }
    .widget_recently_viewed_products {
        display: none;
    }
    .tax-product_cat .site-content {
        float: none;
    }
    ul.products li.product {
        width: 200px;
        margin: 0 auto !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .col-xl-12>.woocommerce {
        left: 0;
    }

    table.cart td.product-quantity .qty {
        position: relative;
        top: -9px;
    }

    .site-content {
        padding-bottom: 160px;
    }
}

@media(max-width: 700px) {
    .single-product .content-area {
        max-width: 425px;
    }
}

@media(max-width: 425px) {
    .single-product .content-area {
        max-width: 320px;
    }
}

@media(max-width: 422px) {
    .header__wrapper {
        padding: 0 1%;
        height: 170px;
    }
    .header__wrapper .site-header-cart {
        position: relative;
        /* top: 15px; */
    }
    .woocommerce-active .site-header .site-search {
        position: relative;
        /* top: 15px; */
    }
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    background-color: #53b1b3;
}


.n2-ss-widget {
    top: -50px !important;
}


/* ##### ZOOM PLUGIN ##### */

img.zoomImg {
    display: none !important;
}

.zoom img {
    margin: 0 auto !important;
}

.wpis-slider-nav>div>div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.wpis-slider-nav>div>div img {
    border: 1px solid #000;
}

a.wpis-popup {
    padding: 18px 5px 15px 5px;
    color: #53B1B3;
    border: 1px solid #53B1B3;
    border-radius: 5px;
}


/* ##### END ZOOM PLUGIN ##### */

@media (max-width: 1550px) {
    .tax-product_cat .site-content {
        width: 66%;
        margin: 0 auto;
    }
}

@media (max-width: 1050px) {
    .tax-product_cat .site-content {
        /* width: 310px; */
        margin: 0 auto;
    }
    .wc_widget__below_header>div {
        width: auto;
    }
}

.cat-parent {
    display: none;
}

.current-cat-parent,
.current-cat {
    display: list-item;
    border: none !important;
}

.current-cat-parent>.children>li,
.current-cat>.children>li {
    border: 1px solid #53B1B3;
    padding: 5px 5px 5px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.current-cat-parent>.children>.current-cat {
    background-color: #565656;
    border: 1px solid #565656;
    color: #fff;
}

.current-cat-parent>.children>.current-cat>a,
.current-cat-parent>.children>.current-cat>span {
    color: #fff;
}

ul.product-categories>li.current-cat {
    background-color: #fff;
    color: #565656;
}

.current-cat.cat-parent>.count {
    color: #fff;
    text-align: right;
    margin-top: -23px;
    margin-right: 5px;
}

.cat-parent.current-cat-parent>.count {
    color: #000;
    text-align: right;
    margin-top: -25px;
    margin-right: 5px;
}

#customer_details {
    width: 33%;
}

.woocommerce-billing-fields__field-wrapper>p,
.woocommerce-shipping-fields__field-wrapper>p {
    float: none !important;
    width: 100% !important;
}

@media(max-width: 1024px) {
    #customer_details {
        width: 50%;
    }
    .n2-ss-widget {
        top: 200px !important;
    }
}

@media(max-width: 768px) {
    #customer_details {
        width: 80%;
        margin: 0 auto;
    }
}

#billing_postcode_field {
    width: 33% !important;
    float: left !important;
}

#billing_phone_field {
    width: 55% !important;
    float: right;
    clear: none;
}

#billing_email_field {
    clear: both;
}

#billing_phone_field {
    width: 60% !important;
    /* float: right !important; */
    clear: none;
    margin-right: 0 !important;
}

.current-cat.cat-parent>a {
    padding: 5px 5px 5px 5px;
}

.current-cat-parent>a {
    border: 1px solid #53B1B3;
    padding: 5px 5px 5px 5px;
}

.current-cat.cat-parent,
.cat-parent.current-cat-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.woocommerce-checkout .woocommerce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media(max-width: 768px) {
    .woocommerce-checkout .woocommerce>form>div,
    .woocommerce-checkout .woocommerce>form>h3 {
        width: 100% !important;
    }
}

.woocommerce-checkout .woocommerce .woocommerce-info{
    position: absolute;
}

.woocommerce-column__title {
    word-wrap: normal;
}

.woocommerce-customer-details .woocommerce-column__title { 
	word-break: break-all;
font-size:20px !important;
}
