
/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */
div#top-bar {display: flex;width: 100%;border-bottom: #ececec 1px solid;position: relative;z-index: 333;background: white;}


div#top-bar>.nm-row {
    display: inline-block;
    line-height: 42px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #000000;
    height: 40px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 1366px !important;
}


#top-bar .onlinehelp>img {
    vertical-align: text-bottom;
    margin-right: 10px;
}

#top-bar .onlinehelp {
    padding: 0px 17px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    /* color: #000000; */
}

#top-bar .nm-row>div {
    padding: 0px 17px;
    float: left;
    display: inline-block;
    position: relative;
    margin: auto;
    min-width: 100px;
    text-align: center;
}

#top-bar .nm-row>div.clang {
    float: right;
    border-right: 1px solid #ececec;
}

#top-bar .nm-row>div.cchange {
    float: right;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

#top-bar .nm-row>div.shipto {
    float: right;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
}
.shipto {
    display: none !important;
}
a#nm-menu-cart-btn span.lialt {
    padding-left: 0px;
    margin-left: -3px;
}
.clang-menu {
    position: absolute;
    top: 41px;
    right: -1px;
    width: 200px;
    /* height: 429px; */
    border: 1px solid #ececec;
    box-shadow: 0 7px 13px -5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    z-index: 3;
    opacity: 0;
    text-align: left;
    /* padding: 30px 20px; */
    line-height: 1;
    max-height: 0px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: 0.4s all ease;
    /* border-top-width: 0px; */
    border-color: transparent;
}

.clang-menu:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    right: 42px;
    top: -11px;
    border-bottom: 5px solid #ffffff;
    z-index: 2;
}

.clang-menu:after {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    right: 42px;
    top: -13px;
    border-bottom: 5px solid #f5f5f5;
    z-index: -3;
}

.clang-menu>span {
    display: block;
    font-size: 13px;
    padding: 21px 21px 10px;
    font-weight: 700;
    line-height: 1;
    font-family: 'hero-new';
    text-transform: uppercase;
}

.clang-menu>a {
    display: block;
    padding: 13px 21px;
    /* font-weight: 700; */
    color: black;
}

.clang-menu>a:hover {
    background: #ececec;
    color: #ff0063;
    transition: 0s all ease;
}
.clang:hover .clang-menu, .cchange:hover .clang-menu {
    max-height: 500px;
    border: 1px solid #ececec;
    border-top-color: white;
    overflow: visible;
    opacity: 1;
}

.cchange.top-submenu .clang-menu {
    width: 182px;
    right: -47px;
}


.cchange.top-submenu .clang-menu>a {
    float: left;
    width: 100%;
}

.cchange.top-submenu .clang-menu>a:hover {
    background: none;
}


.hg-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.cs-2>.c-2 {
    margin-left: 20px;
}

.cs-3>.hg-col.c-2 {
    margin: auto 20px;
}

.hg-row+.hg-row {
    margin-top: 20px;
}


@media (max-width:767px)
{
}


/***** SINGLE *****/
.gallery-col-6 .woocommerce-product-gallery {
    width: 56.1%;
}

.product .summary, .product.thumbnails-vertical .summary, .product.thumbnails-vertical.product-type-variable .summary {
    width: 43.9%;
    padding-left: 23px;
    padding-right: 0px;
}

.thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #979797;
    margin-bottom: 13px;
}

.thumbnails-vertical .woocommerce-product-gallery__wrapper {
    padding-left: 31px;
    position:relative;
}
.paylix-discount{
    position:absolute;
    top:14px;
    left:38px;
    z-index:23;
}

.paylix-discount span{
    position: absolute !important;
    left: 33px;
    top: 11px;
    color: #4CFFD7;
    font-family: 'gilroy-bold';
    font-size: 43px;
}

.nm-single-product-summary-col.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.nm-single-product-top {
    display: none;
}

.nm-single-product-showcase {
    padding: 66px 0px;
}

.header-border-1 .nm-header {
    border: 0px;
}

.product .summary .product_title {
    color: #2d2932;
    padding: 0px 0px 0px;
    font-size: 24px;
    line-height: 38px;
    font-family: 'hero-new';
    font-weight: 600;
}

.pwb-single-product-brands.pwb-clearfix {
    line-height: 1;
    margin: 10px auto 25px;
    clear: none;
    display: inline-block;
    line-height: 28px;
}

.pwb-single-product-brands a {
    font-size: 13px;
    line-height: 1;
    color: #4b4b4b;
    font-family: 'Open Sans';
}

body.single .nm-single-product-showcase span.woocommerce-Price-amount.amount {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}

.woocommerce-product-details__short-description.entry-content p {
    color: #000;
    font-size: 14px;
    line-height: 1.86;
}

.thumbnails-vertical .woocommerce-product-gallery .flex-control-thumbs li img {
    padding: 2px;
}

.woocommerce-product-details__short-description {
    padding-bottom: 10px;
}


.product .summary form.cart {
    padding-top: 40px;
}

.variations tr .label label {
    color: #000000;
    font-size: 13px;
}

.sod_select:before {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 15px;
    font-weight: 700;
    width: auto;
    right: 20px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.variations tr .label {
    line-height: 25px;
    padding-left: 18px;
    /* width: 100%; */
}



body .product .summary .nm-quantity-wrap {
    margin-top: 0px;
    padding-right: 10px !important;
    height: 48px;
    line-height: 48px;
}

.nm-quantity-wrap.qty-show {
    height: 48px;
    line-height: 48px;
    border: 1px solid #000000;
    min-width: 90px;
}

.nm-quantity-wrap .qty {
    height: 48px;
    line-height: 48px;
}

.product .summary .button {
    margin-top: 17px;
    line-height: 48px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    font-family: 'hero-new';
    color: white;
    height: 48px;
    box-shadow: 0 2px 0 0 rgba(73,17,146,.18);
    background-color: #36343a;
    float: right;
    width: 49%;
    border-radius: 4px;
}

.single_variation_wrap .single_add_to_cart_button {
                                                  width:100%!important;
}

.product .summary .button.paylix-button{

    float:left;
}

.paylix-button, .woocommerce a.button.alt.paylix-button{
     clear: none!important;
}

.variations tr td {
    border: 1px solid #c8c8c8;
}
h3.ad-info>span {
    background: #f8f8f8;
    padding-right: 10px;
    z-index: 2;
    position: relative;
}

h3.ad-info:after {content: '';width: 100%;height: 2px;margin: auto;position: absolute;top: 0;bottom: 0;display: table;background: #929292;z-index: 0;border-radius: 2px;}

.adinfo-container .col-1 p {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    opacity: 0.59;
}

table.shop_attributes {
    position: relative;
    top: -5px;
}
.variations tr:last-child td {border-bottom: 1px solid #c8c8c8;}

.product .summary .single_variation_wrap .nm-quantity-wrap label:not(.nm-qty-label-abbrev) {
    line-height: 48px;
    left: 0px;
    font-size: 13px;
}

.nm-quantity-wrap .quantity .nm-qty-minus, .nm-quantity-wrap .quantity .nm-qty-plus {
    width: 29px;
}

.upsells, .related {
    border-top: 0px;
    padding: 30px 0px;
}

h3.ad-info {
    /* border-bottom: 1px solid #dadada; */
    font-family: hero-new;
    font-size: 20px;
    font-weight: 600;
    color: #2d2932;
    position: relative;
    margin-bottom: 10px;
}
.adinfo-container.col-xs-12 {background-color: #f8f8f8;padding: 45px 30px 35px;margin-top: 58px;display: flex;flex-direction: row;flex-wrap: wrap;}

.adinfo-container>.col-1 {
    width: 51%;
    margin-right: 54px;
}

.adinfo-container .col-2 {
    width: calc(49% - 54px);
}
body table.shop_attributes td, body table.shop_attributes th {
    font-size: 13px;
    line-height: 3.08;
    border-bottom: 1px solid #dadada;
    padding: 0px;
    color: #000000;
}

table.shop_attributes td a {
    color: black;
}

table.shop_attributes td a:hover {
    text-decoration: underline;
}

table.shop_attributes td {
    text-align: right;
}

.sod_select .sod_label:first-child {
    /* opacity: 0; */
    font-size: 13px;
}

.sod_list>span.sod_option:first-child {
    display: none;
}

h2.linetr {
    text-align: center;
    position: relative;
    padding: 0px;
    margin: auto auto 50px;
    line-height: 1;
    font-weight: 600;
}

h2.linetr span {
    background: white;
    font-size: 18px;
    padding: 0px 32px;
    position: relative;
    z-index: 3;
}

h2.linetr:before {
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 6px;
    bottom: 0;
    display: table;
    margin: auto;
    left: 0;
    background: black;
    z-index: 0;
}

section#nm-related>.nm-row>.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.product .summary .price {
    padding: 25px 0px 30px;
    display: inline-block;
    /* float: right; */
    font-family: 'hero-new';
}

.product .summary .price ins {
    float: left;
}

.product .summary .price del {
    margin-left: 10px;
}
table.variations tbody {/* display: flex; *//* flex-direction: unset; *//* flex-wrap: nowrap; *//* width: 100%; */}

table.variations tbody tr {
    /* width: 50%; */
}
tr.spacing {
    max-width: 23px;
}
.product .summary .price del span.woocommerce-Price-amount.amount {
    color: #838383;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}

.product .summary .price del span.woocommerce-Price-amount.amount:after {content: '';width: 100%;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;background: #838383;height: 5px;border: 2px solid white;}
label.nm-qty-label-abbrev {
    display: none !important;
}

.nm-single-product-summary-col
 .nm-quantity-wrap label:first-child {
    float: left;
    margin-left: 18px;
    color: black;
    display: block;
}

.nm-quantity-wrap .quantity {
    text-align: right;
    width: 100%;
}
tr.spacing td {
    border: 0px !important;
    height: 16px!important;
    border-top: 1px solid #dadada!important;
    border: 0px !important;
}
.woocommerce-product-gallery__image a img {
    background-blend-mode: color;
    filter: brightness(97%);
}

.woocommerce-product-gallery__image:first-child {
    background: #eee;
}
#nm-quickview .nm-quantity-wrap.qty-show {
    display: none;
}

#nm-quickview .summary .single_add_to_cart_button {
    padding: 0px;
}

#nm-quickview table.variations tbody {display: flex;flex-wrap: wrap;}

#nm-quickview table.variations tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 1px solid black;
}
#nm-quickview .product .summary .price .amount {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}
div#top-bar:hover {
    z-index: 4444;
}
.button.border:not([disabled]):hover {
    color: #AAA;
}

.variations tr:last-child td {
    width: 70%;
}

.value>span.sod_select {
    /* line-height: 25px; */
    padding: 3px 40px 3px 16px;
}

#nm-quickview table.variations tbody tr>td {
    /* width: 50% !important; */
    border: 0px !important;
}


#nm-quickview table.variations tbody .label {
    width: 50%;
}

#nm-quickview table.variations tbody tr:not(:first-child) {
    margin-top: 10px;
}
#nm-quickview .product .summary .price .amount {
    color: #000000;
    font-weight: 700;
    font-size: 24px;
}

@media(max-width:1100px) and (min-width:768px)
{
    .product .summary, .product.thumbnails-vertical .summary {
        width: 100%;
        padding:0px;
    }
}
@media(max-width:767px)
{

    section#nm-related>.nm-row>.col-xs-12 {
        padding:0px 15px;
    }


    .nm-single-product-showcase {
        padding: 0px 0px 30px;
    }

    .thumbnails-vertical .woocommerce-product-gallery__wrapper {
        padding: 0px 15px;
    }

    .product.thumbnails-vertical.product-type-variable .summary, .product .summary, .product.thumbnails-vertical .summary {
        width: 100%;
        padding: 15px 15px 0px;
    }

}


/***** CART *****/

.shop_table.cart tr.woocommerce-cart-form__cart-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 45px 20px 20px;
    align-items: center;
}

.shop_table.cart tr td {
    border: 0px;
    padding: 0px;
}

.woocommerce-cart .woocommerce > form {
    padding-right: 0px;
    width: 69.6%;
    margin-top: 13px;
}

.cart-collaterals {
    padding-left: 38px;
    width: 30.4%;
    margin-top: 13px;
}

.shop_table tr.woocommerce-cart-form__cart-item td.product-thumbnail {
    width: 96px;
    display: inline-block;
}

.shop_table.cart td.nm-product-details {
    padding-left: 33px;
}



tr.woocommerce-cart-form__cart-item.cart_item td.nm-product-details a {
    font-size: 14px;
    font-weight: 700;
    color: #2d2932;
}
.woocommerce-cart .woocommerce > h3 {
    margin-top: 36px;
    font-size: 20px;
    font-weight: 700;
    color: #2d2932;
    /* padding-bottom: 13px; */
}

.woocommerce-cart .woocommerce > form {
}
.shop_table.cart .product-quantity .quantity .nm-qty-minus, .shop_table.cart .product-quantity .quantity .nm-qty-plus {
    line-height: 22px;
    height: 22px;
}

td.product-remove {
    margin-left: auto;
}

td.nm-product-remove {
    width: 20%;
    text-align: center;
}

.shop_table.cart tr.woocommerce-cart-form__cart-item td {
    vertical-align: middle;
}

td.nm-product-quantity {
    margin-left: auto;
}

td.nm-product-details {
    max-width: 300px;
}

td.nm-product-remove span {
    font-weight: 700;
    font-size: 16px;
}

.shop_table.cart .product-remove a {
    font-weight: 700;
}

.new-cartside {
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    background-color: #fafafa;
    padding: 20px 30px 17px;
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
}

.new-cartside h2 {
    font-weight: 700;
    font-size: 17px;
    color: #000;
    padding-bottom: 23px;
    border-bottom: 1px solid #d8d8d8;
}

.cart-collaterals .shop_table tr th, .cart-collaterals .shop_table tr td {
    border: 0px;
    padding:0px;
}

.cart-collaterals .shop_table tr.shipping td {
    border-left: 0px;
    padding:0px;
}

.cart-collaterals .shop_table tr:first-child th, .cart-collaterals .shop_table tr:first-child td {
    border-top: 0px;
    padding:0px;
}

.cart-collaterals .shop_table tr.shipping .nm-shipping-th-title {
    padding: 0px;
    font-size: 15px;
    opacity: 0.63;
    font-weight: 600;
    display: none;
}

tr.order-total.cartrow-6>* {
    font-size: 22px;
    font-weight: 600;
}

p.woocommerce-shipping-destination {
    font-size: 15px;
    opacity: 0.63;
    font-weight: 600;
    padding: 0px;
    color: black;
}

#shipping_method li:last-child {
    padding: 0px;
    line-height: 39px;
    border-bottom: 1px solid #c1c1c1;
}

.cart-collaterals .shop_table {
    line-height: 39px;
}

.cart-collaterals .shop_table tr.cart-subtotal.cartrow-1>*, #shipping_method {
    /* border-top: 1px solid #ddd; */
    font-size: 15px;
    opacity: 0.63;
    font-weight: 600;
    color: #000;
}

body .cart-collaterals .shop_table tr > * {
    border-top: 1px solid #d8d8d8;
}

#shipping_method .amount {
    font-size: 15px;
    /* opacity: 0.63; */
    font-weight: 600;
    color: black;
}

ul#shipping_method {
    /* line-height: 39px; */
}

.cart-collaterals .shop_table tr:last-child th, .cart-collaterals .shop_table tr:last-child td {
    padding: 17px 0px 0px;
    border-bottom: 0px;
}

.cart_totals .nm-coupon-wrap {
    z-index: 1;
    margin-top: -1px;
    position: relative;
    border: 1px solid #d1d1d1;
    background: white;
    border-radius: 0px 0px 4px 4px;
}

.cart_totals .nm-coupon-wrap .nm-coupon-inner {
    background: #ffffff;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 4px 4px;
    padding: 19px 30px;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
}

#nm-coupon-btn:before {
    font-family: fontAwesome;
    content: '\f105';
    font-size: 14px;
    font-weight: 700;
}
.shop_table .nm-quantity-wrap .quantity {
    line-height: 24px;
    height: 24px;
    font-size: 15px;
}
.shop_table.cart .actions button[name="update_cart"], a#nm-cart-continue-button {
    /* width: 136px; */
    /* height: 54px; */
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    background-color: #fafafa;
    padding: 18px 24px 16px;
    font-weight: 600;
    width: auto;
    font-size: 15px;
    color: #474747;
    border: 1px solid #d1d1d1;
}

.shop_table.cart .actions {
    padding: 0px;
}
table.variations {
    /* margin-bottom: 10px; */
    max-width: 100%;
}
body.single .nm-single-product-showcase .paylix-info span.woocommerce-Price-amount.amount {
    font-weight: inherit;
    font-size: inherit;
}
span.sod_option {
    background: white !important;
}

.sod_select .sod_option.active {
    color: #2d2932;
}
.wc-proceed-to-checkout .button.regular-checkout-button {
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
    /* background-color: #fafafa; */
    color: #474747;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    line-height: 1;
    padding: 18px 24px 16px;
    font-weight: 600;
}

.wc-proceed-to-checkout {
    padding-top: 0px;
}

.fmenu {
    width: 25%;
    display: inline-block;
    float: left;
}

img.flogo {
    height: 33px;
}

span.flogo-text {
    display: block;
    line-height: 1.4;
    padding-top: 5px;
}

footer#nm-footer {
    color: #000;
    font-size: 13px;
}

.footer-menu li {
    line-height: 2.25;
    /* color: black; */
}

.footer-menu li a {
    color: black;
}


footer h3 {
    font-weight: 700;
    font-size: 15px;
    position: relative;
    padding-bottom: 5px;
    display: table;
}

footer .col-lg-6 {
    padding-left: 38px;
    padding-right: 8px;
}
.col-lg-3.fcol-1 {
    padding-left: 0;
    padding-right: 28px;
    border-right: 1px solid #d8d8d8;
}

.col-lg-3.fcol-2 {
    padding-right: 0;
    padding-left: 38px;
    border-left: 1px solid #d8d8d8;
}

.nl-div {
    margin-top: 10px;
}
footer h3:after {content: '';background: #eee;position: absolute;width: calc(100% + 10px);height: 16px;display: block;z-index: -1;left: -5px;top: 2px;}

h3.fh-1:after {
    background: #fecfe5;
}
h3.fh-2:after {
    background: #f4eba2;
}
h3.fh-3:after {
    background: #dcecf9;
}
h3.fh-4:after {
    background: #deefb4;
}
h3.fh-5:after {
    background: #ecc5fa;
}

.footer-menu li a:hover {
    text-decoration: underline;
}
footer#nm-footer {
    padding-top: 51px;
    /* padding-bottom: 37px; */
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 90px;
}


.fcol-2 span.flogo-text {
    /* text-align: justify; */
}

.cont-footer-2 {
    height: 50px;
    background: rgba(213, 213, 213, 0.05);
    border-top: 1px solid #E9E9E9;
    margin-top: 30px;
    line-height: 40px;
}
.cont-footer-2.container>.row {
    max-width: 1366px;
    margin: auto;
}

footer .f1, footer .f2 {
    display: inline-block;
    width: 50%;
    float: left;
}

footer .f2 {
    text-align: right;
    display: flex;
    padding: 14px 0px 8px;
    line-height: 40px;
}

.f2 img {
    max-height: 30px;
    display: inline-block;
    position: relative;
}

.secheck {
    display: inline-block;
    line-height: 1;
    text-align: left;
    font-size: 11px;
    top: -1px;
    padding: 0px 10px;
    position: relative;
}

img.paylix-small {position: relative;top: -4px;}

img.botlock {
    margin-left: auto;
    height: 22px;
}

img.paylix-small {
    margin-right: 10px;
}

img.group4 {
    top: -2px;
}

.top-submenu:hover>.clang-menu {
    max-height: 200px;
    opacity: 1;
}
.cchange.top-submenu .clang-menu:before, .cchange.top-submenu .clang-menu:after {
    left: 0;
    right: 0;
    /* width: 10px; */
    display: block;
    margin: auto;
    width: 0px;
    /* z-index: 222; */
}

.nm-product-share-wrap {
    padding: 0px;
    margin: 10px auto 25px;
    /* clear: left; */
    display: inline-block;
    float: right;
}


body.home .nm-banner-slider ul.slick-dots {
    display: none !important;
}

body.home .nm-banner-slider {
    padding-bottom: 0px !important;
}
div.mb-tab {
    display: none;
}

.pli-w-title {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.94;
    letter-spacing: normal;
    color: #312e34;
    font-family: gilroybold;
    position: absolute;
    top: 202px;
    left: 19px;
}
img.info-logo-img {
    position: absolute;
    top: 23px;
    left: 21px;
}
.pli-w-text {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #918d97;
    font-size: 12px;
    position: absolute;
    top: 242px;
    left: 19px;
}
.pli-window {
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s all ease;
    border-radius: 8px 8px 0px 0px;
}


@media(max-width: 767px)
{
	.nm-myaccount-login, .nm-myaccount-lost-reset-password {
		padding: 34px 14px;
	}
    div.mb-tab {
        overflow: auto;
        max-height: calc(100% - 74px);
    }

    .woocommerce-cart .woocommerce > form {
        width: 100%;
        padding: 15px;
    }

    table.variations tbody {
        display: inherit;
    }
    .shop_table.cart .nm-product-quantity-pricing .product-subtotal {
        float: none;
    }

    .shop_table.cart .nm-product-quantity-pricing {
        margin: auto;
    }

    .shop_table.cart .product-quantity .nm-quantity-wrap .quantity {
        margin: auto;
        display: block;
        width: 100%;
        text-align: center;
    }

    .shop_table.cart .product-quantity {
        float: none;
    }

    .shop_table.cart tr.woocommerce-cart-form__cart-item {
        flex-direction: column;
        padding: 30px 20px;
        position: relative;
    }

    .shop_table.cart tr.woocommerce-cart-form__cart-item td {
        text-align: center;
        padding: 0px 0px 5px;
        margin: auto;
        text-align-last: center;
        width: 100%;
        text-align: center;
    }

    .shop_table.cart .nm-product-details > *:last-child {
        padding: 0px;
        text-align: center;
    }

    tr.woocommerce-cart-form__cart-item.cart_item td.nm-product-details a {
        padding: 0px 20px 10px;
    }

    .nm-quantity-wrap label:first-child {
        margin: auto;
        margin-right: 10px;
    }

    .shop_table.cart .product-quantity .quantity .nm-qty-minus, .shop_table.cart .product-quantity .quantity .nm-qty-plus {
        height: 28px;
        line-height: 28px;
    }

    .shop_table.cart .product-quantity .quantity .qty {
        height: 24px;
        line-height: 24px;
    }

    .nm-quantity-wrap.qty-show {
        height: 24px;
        line-height: 24px;
    }

    .woocommerce-cart .woocommerce > h3 {
        text-align: center;
    }

    .cart-collaterals {
        padding: 0px 15px 15px;
        width: 100%;
    }
	.nm-shop-loop-details {
		margin-top: 4px;
	}

	.nm-shop-loop-details h3 {
		line-height: 1.1;
	}
    td.product-remove {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px !important;
    }
	.nm-products li:hover .nm-shop-loop-price {
		opacity: 1;
	}

	.nm-products li:hover .nm-shop-loop-actions {
		opacity: 0;
	}

    footer#nm-footer {
        padding: 40px 0px 0px;
        margin-top: 80px;
        margin-bottom: 0px;
    }

    .col-lg-3.fcol-1 {
        border: 0px;
        padding: 0px;
        text-align: center;
        padding: 0px 30px;
    }

    .col-lg-3.fcol-2 {
        border: 0px;
        padding: 34px 27px 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    footer .col-lg-6 {
        padding: 20px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px 40px 20px 50px;
    }

    .fmenu {
        width: 50%;
        padding: 10px 0px;
    }

    .cont-footer-2 {
        height: auto;
        padding: 20px 0px 10px;
    }

    .cont-footer-2.container>.row {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    footer .f1, footer .f2 {
        width: auto;
        /* text-align: center; */
        display: block;
        vertical-align: middle;
        padding: 10px 20px 0px;
        margin: auto;
    }

    footer#nm-footer>div>.nm-row {
        /* padding: 0px 30px; */
    }

    img.botlock {
        margin: auto;
    }

    footer .f2>* {
        vertical-align: top;
        /* margin: auto; */
        /* float: left; */
        max-height: 32px;
        font-size: 14px;
        line-height: 1.05;
    }
    h3.fh-5 {
        margin: auto;
    }

    span.flogo-text {
        text-align: center;
    }

    .fcol-2 .flogo-text {
        max-width: 260px;
        margin: auto;
        text-align: center !important;
    }

    .nl-div {
        text-align: center;
    }

    .f1 {
        display: none !important;
    }

    .f2 {
        display: flex;
    }

    img.group4 {
        /* float: right; */
        height: 24px;
    }

    img.paylix-small {
        margin-left: 0px;
        max-height: inherit;
        height: 36px;
        /* float: none; */
        top: -10px;
        width: auto;
        width: 112px;
    }

	.fmenu:nth-child(even) {
		padding-left: 20px;
	}

	.fcol-1 img.flogo {
		height: 29px;
		width: 120px;
	}
	img.botlock {
        height: 30px;
    }

    .secheck {
        padding-left: 4px;
    }
	input.nl-email {
		padding: 13px 22px 11px;
	}
	.nm-shop-loop-after-title.action-link-hide {margin-top: 0px;}
}
a#chart-button {
    background: none;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    padding-left: 27px;
    background: url(/wp-content/themes/savoy-child/images/sizechart.png) no-repeat !important;
    background-position: 3px 50% !important;
    height: 20px;
    display: table;
    text-decoration: underline;
    float: right;
    background: none !important;
    opacity: 0.69;
    /* line-height: 0.92; */
    letter-spacing: normal;
    color: #000000;
    top: 14px;
    position: relative;
}


body.single-product .nm-quantity-wrap.qty-show {
    display: none;
}

div#nm-shop-taxonomy-header {
    max-width: 1366px;
    margin: auto;
}
/** instagram hide **/
.home h2.new-h2, .instagrid {
    /*display: none;*/
}

#wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
    font-family: 'hero-new' !important;
    text-transform: uppercase;
}
ul.wp-megamenu-sub-menu {
    max-width: calc(100vw - 47px);
}
.nm-shop-loop-details h3 a {font-size: 13px;}
.nm-shop-loop-details {
    padding-bottom: 0px;
}
.mobile-menu-open .nm-menu-icon span.line-2 {
    opacity: 0;
}
#nm-mobile-menu a {font-family: 'hero-new';}


div#mobilemenu { display:none; }
.mb-tab-menu-title.menu-2-row {
    font-weight: 600;
    color: #000;
    font-family: 'hero-new';
    line-height: 65px;
    height: 48px;
}

.mb-tab-menu>a.sarrow:after {content: '\f105';font-family: fontAwesome;position: absolute;right: 31px;display: block;font-size: 19px;font-weight: 600;top: 0;bottom: 0;margin: auto;display: table;}

#nm-mobile-menu-2 {/* display:none; */}

.p-divider 
{
	height: 1px;  opacity: 0.81;  width:100%; background-color: #d4d4d4;
}
.paylix-info {
    display: inline-block;
    line-height: 80px;
    height: 74px;
    margin-left: 20px;
    font-family: hero-new;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #2d2932;
}

img.p-paylix-logo {
    vertical-align: text-bottom;
    margin: 0px 2px;
}

.paylix-info a {
    font-family: hero-new;
    font-size: 14px;
    font-weight: 600;
    color: #003dff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}



div#nm-mobile-menu-2 {
    display: none;
}
span#plinfot {
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

#pli-cont
{
	width: 220px;
	height: 376px;
	box-shadow: 0 6px 9px -4px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	border: 1px solid #e7e7e7;
	background-color: #ffffff;
	position: absolute;
	top: 30px;
	right: -102px;
	z-index: 22222;
	padding: 18px 13px 18px 21px;
}

img.window-img {
    position: absolute;
    top: 45px;
    left: 26px;
}



.pli-nav {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 16px;
    font-weight: 700;
}

span.pli-prev, span.pli-next {
    display: inline-block;
    /* float: left; */
    padding: 0px 5px;
    transition: 0.4s all ease;
}


.pli-dots>span {
    width: 6px;
    height: 6px;
    background-color: #d8d8d8;
    display: inline-block;
    margin: 0px;
    float: left;
    border-radius: 50%;
    transition: 0.4s all ease;
    margin-right: 7px;
}

.pli-dots {
    position: absolute;
    bottom: 21px;
    left: 21px;
}

.pli-dots>span.active {
    background-color: #702de5;
}

.pli-window.active {
    opacity: 1;
}
.pw-3 .pli-w-title {
    top: 218px;
}
div#pli-cont[data-id="1"] .pli-prev {
    opacity: 0.4;
}
div#pli-cont[data-id="4"] .pli-next {
    opacity: 0.4;
}
.pli-w-top-4 {
    width: 100%;
    height: 242px;
    /* border-radius: 8px 8px 0px 0px; */
    background-color: #702de5;
}

img.plogo-img {
    position: absolute;
    left: 0;
    right: -15px;
    margin: auto;
    top: 127px;
    display: table;
}
div#pli-cont:before {
    content: '';
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    bottom: 100%;
    border: 6px solid transparent;
    border-right-width: 7px;
    border-left-width: 7px;
    border-bottom-color: #d8d8d8;
    display: none;
}
.pli-w-t-4 {
    position: absolute;
    /* width: 157px; */
    height: 25px;
    font-family: gilroybold;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #ffffff;
    top: 201px;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
}

.pli-w-4-info {
    width: 172px;
    height: 32px;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    text-align: center;
    color: #312e34;
    position: absolute;
    top: 271px;
    display: table;
    left: 0;
    right: 0;
    margin: auto;
}


a.pli-w-4-link {
    width: 99px;
    height: 21px;
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.62;
    color: #0086ff;
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
    margin: auto;
}
#plinfot div#pli-cont {
    opacity: 0;
    z-index: -1;
    border-radius: 0px;
}

#plinfot.active div#pli-cont {
    opacity: 1;
    z-index: 2222;
}
.pli-close {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 22;
}
span#plinfot>img {
    transition: 0.4s all ease;
    border-radius: 50%;
}
span#plinfot.active>img {
    box-shadow: 0 2px 0 rgba(73, 17, 146, 0.18);
}
.product .single_variation {
    display: none !important;
}

@media (max-width: 1024px)
{
	/*
	div#mobilemenu {
		display:block;
		position: fixed;
		bottom: 0;
		height: 85px;
		background: white;
		left: 0;
		width: 100%;
		border-top: 1px solid rgba(237,237,237,1);
	}
	*/
    a#nm-mobile-menu-cat-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        z-index: -1;
        opacity: 0;
        padding-left: 8px;
    }

    body.mb-open.mobile-menu-open.mobile-menu-open-category a#nm-mobile-menu-cat-button {
        opacity: 1;
        z-index: 2;
        background: white;
    }
	.mb-row {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		height: 100%;
	}

	.mb-col {
		width: 25%;
		display: inline-block;
		height: 100%;
		position: relative;
		transition: 0.4s all ease;
	}


	.mb-img-bg, .mb-img-bg-active {
		width: 72px;
		height: 28px;
		left: 0;
		right: 0;
		position: absolute;
		background-position: top center;
		margin: 18px auto 6px;
		background-size: auto;
		background-repeat: no-repeat;
		transition: 0.4s all ease;
	}
	.mb-img-bg-active { opacity:0; }

	span.mb-text {font-family: 'hero-new';font-size: 11px;text-align: center;display: block;color: #000000;line-height: 1;position: absolute;left: 0;right: 0;margin: auto;bottom: 22px;}

    .mb-tab {
        background: white;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: calc(100% - 74px);
        z-index: 9999;
        transition: 0s all ease;
        /* transform: translateX(5%); */
        opacity: 0;
        z-index: -1;
        display: none;
    }

    div#mb-tab-3 {
        /* transform: translateX(100%); */
    }

    div#mb-tab-4 {
        /* transform: translateY(-100%); */
    }
    .mb-col.active .mb-text {
        color: #ff3366;
    }
	.mb-col.active .mb-img-bg { opacity:0; }
	.mb-col.active .mb-img-bg-active { opacity:1; }
	div.mb-tab.active {
        transform: none !important;
        opacity: 1;
        z-index: 2;
        display: block;
    }
	.tab-banner {
        height: 105px;
        background: #666;
        position: relative;
        margin-bottom: 3px;
        background-size: cover;
        background-position: center;
    }

    .mb-tab-menu>a, .mb-tab-menu>div.mb-tab-menu-title {
        height: 40px;
        display: table;
        position: relative;
        width: 100%;
        line-height: 40px;
        padding: 0px 29px;
        /* border-bottom: 1px solid rgba(242,242,242,1); */
        color: black;
        /* font-size: 14px; */
    }

    .tab-title {
        font-size: 16px;
        font-family: 'hero-new';
        color: white;
        line-height: 1;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        left: 30px;
        text-align: left;
        position: absolute;
    }

    .mb-tab-menu>div.mb-tab-menu-title {
        font-size: 16px;
        font-weight: 600;
    }

    .mb-tab-menu>a {
        font-weight: 400;
        font-size: 14px;
        color: #000000;
    }

    .mb-tab-menu-sep {
        height: 5px;
        background: #f2f2f2;
    }

    .mb-tab-menu>a:after {content: '\f105';font-family: fontAwesome;right: 29px;position: absolute;top: 0;bottom: 0;line-height: 1;margin: auto;font-size: 14px;display: none;}

    .mb-tab-menu {
        /* overflow: auto; */
        /* max-height: calc(100% - 108px); */
    }
    body.mb-open {
        overflow: hidden;
    }
	.mb-cart-item-img {
		width: 128px;
	}

	.mb-cart-items {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}
	.mb-cart-item {width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;border-bottom: 1px solid #eee;padding: 18px 21px 19px;}
	div#mb-tab-3 .tab-banner {
        background-image: url(/wp-content/themes/savoy-child/images/cart_header.png);
    }
    div#mb-tab-4 .tab-banner {
        background-image: url(/wp-content/themes/savoy-child/images/account_header.png);
    }

    .mb-cii-title a {
        font-family: 'hero-new';
        font-size: 13px;
        color: #000000;
        font-weight: 500;
    }

    .mb-cii-title {
        line-height: 1.25;
        margin-top: 19px;
    }

    .mb-cii-meta li {
        color: rgba(0,141,225,1);
        font-family: 'hero-new';
        font-weight: 400;
    }

    .mb-cii-meta {
        margin: 5px 0px;
    }

    .mb-cart-item-info {
        padding-left: 17px;
        width: calc(100% - 128px);
    }

    .mb-cii-meta ul.variation li {
        display: inline-block;
        width: auto;
    }

    .mb-cii-meta ul.variation li + li:before {content: ', ';}


    .mb-cii-quantity .nm-quantity-wrap.qty-show {
        border: 0px;
        display: inline-block;
        float: right;
        width: auto;
        height: 26px;
        line-height: 26px;
    }

    .mb-cii-price {
        width: 50%;
        display: inline-block;
        font-weight: 600;
        color: #000;
        font-size: 16px;
        font-family: 'hero-new';
    }

    .mb-cii-quantity {
        width: 50%;
        display: inline-block;
        float: right;
    }

    span.woocommerce-Price-amount.amount {}

    .mb-cii-quantity .nm-quantity-wrap .quantity>* {
        height: 26px;
        line-height: 26px;
    }

    .mb-cii-quantity .nm-quantity-wrap .quantity>div {
        background: #d8d8d8;
        width: 26px;
        border-radius: 50%;
        height: 26px;
        color: white;
        z-index: 2;
    }

    .mb-cii-quantity .quantity input {
        color: rgba(0,141,225,1);
        font-size: 15px;
        font-family: 'hero-new';
    }

    .mb-cii-quantity .nm-quantity-wrap .quantity>div.nm-qty-minus:before {content: "\f068";font-size: 14px;line-height: 26px;font-family: 'fontAwesome';}
    .mb-cii-quantity .nm-quantity-wrap .quantity>div.nm-qty-plus:before {content: "\f067";font-size: 14px;line-height: 26px;font-family: 'fontAwesome';}
    .mb-tab-menu.mb-coupon>a {
        height: 56px;
        line-height: 56px;
        font-weight: 500;
        font-size: 15px;
        color: #000000;
    }
    .mb-tab-cart-totals {
        padding: 10px 30px 0px;
    }

    .mb-tab-cart-title {
        font-weight: 500;
        color: #000;
        font-size: 17px;
        font-family: hero-new;
        border-bottom: rgba(229,229,229,1) 1px solid;
        line-height: 3;
    }

    .mb-cart {
        font-family: 'hero-new';
        /* overflow: auto; */
        /* max-height: calc(100% - 108px); */
    }

    .mb-tab-cart-row {
        font-size: 15px;
        color: #000000;
        font-weight: 400;
        line-height: 3;
        display: flex;
        flex-wrap: wrap;
        border-bottom: rgba(229,229,229,1) 1px solid;
    }
    .mb-tab-cart-row:not(.cart-row-total)>div {
        opacity: 0.63;
    }
    .cart-col-2 {
        margin-left: auto;
    }
    

    .mb-tab-cart-row.cart-row-total {
        border: 0px;
        font-size: 20px;
        color: #000;
        font-weight: 500;
        line-height: 3;
    }
    .mb-tab-cart-buttons {
            widtH: Calc(100% - 12px);
            display: block;    
    }

    .mb-tab-cart-buttons>.col-half {
        width: 100%;
        display: block;
        margin: auto 6px;
        background: rgba(250,250,250,1);
        text-align: center;
        height: 58px;
        line-height: 58px;
        position: relative;
        border: 1px solid rgba(209,209,209,1);
        /* color: rgba(71,71,71,1); */
        box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05);
        border-radius: 4px;
        margin-bottom:10px;
    }

    .mb-tab-cart-buttons>.col-half a {
        color: rgba(71,71,71,1);
        font-size: 15px;
        font-weight: 600;
        /* box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.05); */
        /* border: 1px solid rgba(209,209,209,1); */
        /* background-color: white; */
    }
	
	.mb-tab-menu.mb-coupon>a:after {
		transform: rotate(90deg);
		font-weight: 700;
	}
	
	.mb-tab-toggle { max-height:0px; transition:0.4s all ease; overflow:hidden; }
	.mb-toggle.open + .mb-tab-toggle { max-height:400px; }
    a.mb-toggle { transition:0.4s all ease; }
	a.mb-toggle.open {
        border-bottom-color: transparent;
    }

    .mb-tab-cart-row-1 {
        padding: 0px 29px;
    }

    .mb-tab-cart-row-1>div {
        padding-bottom: 20px;
        width: 100%;
    }

    .mb-tab-cart-row-1 input, .mb-tab-cart-row-1 button {
        width: 100%;
    }

    body.mb-open .nm-page-overflow {
        /* opacity: 0; */
        transition: 0.4s all ease;
    }
    a.mb-cat-a {
        display: table;
        height: 26%;
        width: calc(100% / 3 - 22px);
        /* background: #eee; */
        margin: 0px 11px 0px;
        outline: none;
    }

    .mb-cats {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0px 15px;
        width: 100%;
        z-index: 3;
    }
	.mb-cat-img {
        height: 94px;
        border-radius: 6px;
        background-size: cover;
        background-position: center;
        background-color: #eee;
 }
    span.mb-cat-name {
        color: #000000;
        font-weight: 500;
        font-family: 'hero-new';
        font-size: 13px;
        line-height: 3;
        text-transform: uppercase;
        display: table;
        word-break: break-word;
    }

    .mb-search-row {
        padding: 25px 29px 29px;
    }

    .mb-search-form {
        display: table;
        position: relative;
        width: 100%;
        border-bottom: 2px solid #000;
    }

    .mb-search-form>input {
        width: 100%;
        border: 0px;
        outline: 0px;
        color: #000000;
        font-family: 'hero-new';
        font-size: 13px;
        padding: 0px;
        height: 40px;
        line-height: 40px;
    }

    img.mb-search-icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        width: 24px;
        height: 21px;
    }
	.mb-search-form>input::placeholder {
		color: #000000 !important;
		opacity:1;
	}
	.mb-tab-cat {
        transform: translateX(5%);
        position: absolute;
        width: 100%;
        z-index: -1;
        top: 0px;
        height: 100%;
        display: none;
        background: white;
        opacity: 0;
        transition: 0s all ease;
        max-width: 100%;
        left: 0;
    }

    .mb-cat-header {
		background-color:#eee;
		height: 173px;
		background-size: cover;
		background-position: 30% 0%;
		position: relative;
		width: 100%;
		}

    .mb-cat-header-title {
        position: absolute;
        font-size: 24px;
        text-transform: uppercase;
        color: white;
        font-weight: 500;
        font-family: 'hero-new';
        margin: auto;
        top: 0;
        bottom: 0;
        left: 25px;
        display: table;
        line-height: 1;
    }
    .mb-tab-cat.open {
        transform: none;
        opacity: 1;
        z-index: 3;
        display: table;
    }
    .mb-cat-back {
        color: white;
        position: absolute;
        left: 25px;
        top: 23px;
        line-height: 1;
        display: table;
        font-size: 20px;
    }

    .mb-cat-cats {
        padding: 16px 30px 20px;
        font-family: 'hero-new';
        color: #000000;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        z-index: 33;
        position: relative;
        max-width: 100%;
        background: white;
        box-sizing: border-box;
    }

    .mb-subcat-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        margin: 20px auto 10px;
		text-transform:uppercase;
    }


    .mb-subcat-menu {
        line-height: 2.28;
    }

    .mb-subcat-menu>a {
        color: black;
    }


    .mb-subcat-block .mb-subcat-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .mb-subcat-block.big-menu {
        width: 100%;
    }

    .mb-subcat-block.small-menu {
        width: 50%;
        display: inline-block;
    }

    .mb-subcat-block.big-menu .mb-subcat-menu>a {
        width: 50%;
        display: inline-block;
    }


    .mb-subcat-block.big-menu .mb-subcat-menu {
        flex-direction: row;
    }
    div#cat-tab-2428 .mb-subcat-title {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    /** cart page override **/
    body.woocommerce-cart div#mb-tab-3 {
        opacity: 1;
        z-index: 2;
        display:block;
    }
    body.woocommerce-cart div#mb-tab-4,
    body.woocommerce-cart div#mb-tab-2,
    body.woocommerce-cart div#mb-tab-1
    {

        z-index:3 !important;
    }
    body.woocommerce-cart .nm-page-overflow header+div {
        /* opacity: 0; */
    }
    .mb-img span.nm-menu-cart-count.count {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        display: table;
        width: 22px;
        height: 16px;
        top: 11px;
        right: -33px;
    }
    .mobile-menu-open #nm-mobile-menu {
        height: 100%;
        overflow: auto;
    }
	
	body.woocommerce-cart .woocommerce {
		opacity: 0;
	}
		
		
	#nm-mobile-menu-2 {
		position: absolute;
		top: -100%;
		left: 0;
		z-index: -1;
		width: 100%;
		opacity: 0;
		overflow: hidden;
		background: #fff;
	}
	.header-fixed #nm-mobile-menu-2 {
		position: fixed;
		z-index: 1001;
	}
	.mobile-menu-open #nm-mobile-menu-2 {
		bottom: 0px;
		opacity: 1;
		z-index: 1001;
		top: auto;
		position: fixed;
		display: block;
	}
	.csstransforms #nm-mobile-menu-2 {
		-webkit-transition: opacity 0.25s ease, ease;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}
	.csstransforms3d #nm-mobile-menu-2 {
		-webkit-transform: translate3d(0, -150px, 0); transform: translate3d(0, -150px, 0);
	}
	.csstransforms3d .mobile-menu-open #nm-mobile-menu-2 {
		-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
	}
	.no-csstransforms3d #nm-mobile-menu-2 {
		-webkit-transform: translateY(-150px); transform: translateY(-150px);
	}
	.no-csstransforms3d .mobile-menu-open #nm-mobile-menu-2 {
		-webkit-transform: translateY(0); transform: translateY(0);
	}

	.header-fixed #nm-mobile-menu-2 .nm-mobile-menu-scroll { /* Scroll only needed when the mobile-menu (and header) is fixed */
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#nm-mobile-menu-2 {
		position: absolute;
		top: -100%;
		left: 0;
		z-index: -1;
		width: 100%;
		opacity: 0;
		overflow: auto;
		background: #fff;
		max-height: 100%;
		height: calc(100% - 71px);
		-webkit-overflow-scrolling: touch;
	}
	#nm-mobile-menu-2 .nm-mobile-menu-content {
		padding: 0 0 17px;
		/*background: #fff;*/
	}
	.header-border-0 #nm-mobile-menu-2 .nm-mobile-menu-content {
		border-top: 1px solid #eee;
	}
	.menu-2-row {
        height: 40px;
        display: flex;
        position: relative;
        width: 100%;
        line-height: 40px;
        padding: 0px 29px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .menu-2-row>span {
        margin-left: auto;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #000000;
        font-family: 'hero-new';
        min-width: 40px;
        text-align: left;
    }

    .menu-2-row a {
        width: auto;
        margin: auto;
        margin-left: 0px;
        display: flex;
        text-align: left;
        color: #000000;
        font-size: 14px;
    }
	body.mobile-menu-open {
		overflow: hidden;
	}
	.mb-social>a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin: 0px;
        margin-right: 15px;
        text-align: center;
        line-height: 40px;
        background: rgba(50,44,59,1);
        border-radius: 20px;
        font-size: 20px;
        color: white;
    }

    .mb-social {
        display: flex;
        clear: both;
        /* width: 100%; */
        padding: 0px 29px;
        margin-top: 13px;
    }
    .menu-2-row>span>span {
        border-bottom: 2px solid rgb(50,44,59);
        position: relative;
    }
    select#sel_lang, select#sel_cur {
        right: 0;
        top: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
    } 
    body.mobile-menu-open-category .nm-mobile-menu-content {
        max-height: 100vh;
        overflow: hidden;
    }
	
	/* remove cat name name from cat header (paylix club) */
	div#cat-tab-5929 .mb-cat-header-title {
		display: none;
	}
	.nm-mobile-menu-scroll {
        max-height: calc(100vh - 71px);
        overflow: auto;
        height:100%;
    }
	body.going-to-category {
		transition: 0.5s all ease;
		transform: translateX(-100%);
	}


    .adinfo-container.col-xs-12 {
        max-width: calc(100% - 30px);
        margin-right: 0;
        margin: 40px 15px 0px;
        flex-direction: column;
    }

    .adinfo-container>.col-1 {
        width: 100%;
        margin: auto;
    }

    .adinfo-container .col-2 {
        width: 100%;
        margin: 30px auto auto;
    }

    div#pli-cont {
        position: fixed;
        /* left: 0; */
        right: 0px;
        margin: auto;
        /* top: 0; */
        top: auto;
        bottom: 0px;
        transform: translateY(100vh);
        opacity: 0;
        transition: 0.4s all ease;
        z-index: -900;
        width: 100%;
        margin: auto;
        height: 350px;
    }

    div#pli-cont.active {
        transform: none;
        opacity: 1;
        z-index: 1;
    }

    div#pli-cont:before {
        left: auto;
        right: 10px;
    }

    .but-2>.paylix-button {
        color: white !important;
        padding: 0px !important;
        width: 100%;
        height: 58px;
        line-height: 58px;
        margin: 0px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .col-half.but-2 .regular-checkout-button {
        display: none;
    }

    span.paylix-line.paylix-start-line {
        display: none !important;
    }
    .paylix-info {
        line-height: 1;
        height: 50px;
        margin: auto;
        font-size: 15px;
    }
    .pli-window {
        border-radius: 8px 8px 0px 0px;
    }
    a#chart-button {top: 0px;}
    .product .summary .price {
        padding-bottom: 10px;
    }
    .product .summary form.cart {
        padding-top: 0px;
    }

    .paylix-info ~ .p-divider {
        display: none;
    }

    .pli-w-text {
        max-width: calc(100% - 35px);
        top: 128px;
        font-size: 13px;
    }

    .pli-w-top-4 {
        height: 132px;
        border-radius: 6px 6px 0px 0px;
    }

    img.plogo-img {
        top: 44px;
    }

    .pli-w-t-4 {
        top: 92px;
        /* max-width: calc(100% - 30px); */
    }

    .pli-w-4-info {
        top: 147px;
    }

    a.pli-w-4-link {
        top: 182px;
        bottom: auto;
    }
    img.window-img {
        display: none;
    }

    div#pli-cont {
        height: 250px;
    }
    .pli-dots {
        bottom: 30px;
    }

    .pli-nav {
        bottom: 26px;
        opacity: 0;
    }
    .pli-w-title {
        top: 62px;
        font-size: 30px;
        max-width: calc(100% - 30px);
    }

	.pw-3 .pli-w-title {
		top: 90px;
	}
    #plinfot div#pli-cont {
        border-radius: 8px 8px 0px 0px;
        border-bottom: 0px;
    }
    .pli-close {
        position: absolute;
        right: 16px;
        top: 16px;
        z-index: 9999;
        width: 20px;
        height: 20px;
        text-align: center;
        }
}

@media (max-width:769px) {
    span.woocommerce-Price-amount.amount {
        visibility:hidden;
        /*padding-left: 0px;*/
        /*margin-left: 34px;*/
        /*position: relative;*/
        /*bottom: 14px;*/
    }
    .nm-right-menu ul li.nm-menu-cart {
        display: block;
        top: 2px;
    }
    .nm-menu li.nm-menu-offscreen{
        position:absolute !important;
        right:20px;
        bottom:15px;
    }

    .woocommerce-checkout{
        padding:15px;
    }
}
