/*
	Theme Name:   Jorgobé 2.0
	Theme URI:    http://rubystudio.dk
	Description:  Jorgobe 2.0 Theme
	Author:       Ruby Studio
	Author URI:   http://www.rubystudio.dk
	Template:     savoy
	Version:      2.0
*/

/* Child theme CSS
--------------------------------------------------------------- */
/* Disable filter */
#nm-shop .nm-shop-title h1 {
	padding-bottom:10px;	
}

#filter-toggle {
	display:none;	
}

/* Global */
body {
	font-family: Karla, sans-serif !important;
    color: #252525 !important;
    line-height: 1.1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

body p {
    color: #acacac !important;
    font-size: 13px;
    line-height: 1.5 !important;
}

b, strong {
    color: #252525 !important;
}

h1, h2, h3, h4, h5, h6, p {
    color: #252525 !important;
}

.nm-row {
    max-width: 1260px !important;
}

.nm-page-overlay {
    background: rgba(143, 143, 143, 0.6) !important;
    -webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
}

::-moz-placeholder {
    opacity: 1 !important;
}

:-ms-input-placeholder {
    opacity: 1 !important;
}

:-moz-placeholder {
    opacity: 1 !important;
}

::-moz-selection {
    color: #fff;
    background: #252525;
}

::selection {
    color: #fff;
    background: #252525;
}

/* Header */
body.header-fixed .nm-header {
    position: absolute;
    transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

body .nm-header.custom-top-bar-added {
    margin-top: 40px;
}

body.header-fixed.header-on-scroll .nm-header {
    position: fixed;
    z-index: 99 !important;
    margin-top: 0 !important;
}

body .nm-header-placeholder {
    height: 145px;
}

body .nm-header-placeholder.placeholder-top-bar-added {
    height: 185px;
}

.nm-menu li.nm-menu-offscreen {
    display: block !important;
}

.nm-menu-cart .count {
    display: none !important;
}

.nm-menu-cart img {
    width: 19px;
    height: auto;
}

.nm-menu-icon {
    height: 10px !important;
}

.nm-menu-icon span {
    height: 2px !important;
    width: 25px !important;
    background: #252525 !important;
}

.nm-menu-icon span.line-2 {
    display: none !important;
}

.nm-menu-icon span.line-3 {
    bottom: 0 !important;
}

.header-border-0 #nm-mobile-menu .nm-mobile-menu-content, #nm-mobile-menu li {
    border: none !important;
}

#nm-mobile-menu .nm-mobile-menu-content {
    padding: 0 !important;
}

#nm-mobile-menu .menu {
    width: 55%;
    display: inline-block;
    float: left;
}

#nm-mobile-menu .menu-image {
    width: 45%;
    display: inline-block;
    float: left;
}

.nm-header.centered .nm-header-logo, .nm-header.centered .nm-main-menu-wrap, .nm-header.centered .nm-right-menu-wrap, .nm-header.centered #nm-header {
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.mobile-menu-open .nm-header {
    background: transparent !important;
}

.mobile-menu-open .nm-header.centered .nm-header-logo, .mobile-menu-open .nm-header.centered .nm-main-menu-wrap, .mobile-menu-open .nm-header.centered .nm-right-menu-wrap, .mobile-menu-open .nm-header.centered #nm-header, .mobile-menu-open .custom-top-bar {
    opacity: 0;
}

.mobile-menu-open .nm-menu-icon span.line-1 {
    top: 0px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.mobile-menu-open .nm-menu-icon span.line-3 {
    top: inherit !important;
    bottom: 0px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.mobile-menu-open .nm-header {
    padding-bottom: 0;
}

#nm-mobile-menu-main-ul .nm-menu-icon {
    height: 18px !important;
}

#nm-mobile-menu-main-ul .nm-menu-icon span.line-1 {
    top: 7px !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

#nm-mobile-menu-main-ul .nm-menu-icon span.line-3 {
    top: 7px !important;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.nm-mobile-menu-main #nm-mobile-menu-main-ul {
    margin-top: 20px;
}

#nm-mobile-menu {
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.01em;
    z-index: 9999 !important;
}

#nm-mobile-menu a {
    color: #252525 !important;
    padding: 0 !important;
    line-height: 1.8 !important;
    font-weight: normal;
}

.no-touch #nm-mobile-menu a:hover, #nm-mobile-menu ul li.active > a, #nm-mobile-menu ul > li.active > .nm-menu-toggle::before, #nm-mobile-menu a .label {
    color: #acacac !important;
}

#nm-mobile-menu .nm-mobile-menu-scroll {
    margin-top: 0 !important;
    padding: 40px 0 !important;
}

#nm-mobile-menu li:first-child {
    margin-top: 0 !important;
    margin-bottom: 5px;
}

#nm-mobile-menu {
    opacity: 1 !important;
}

.nm-menu-icon span {
    transition: transform 0.25s ease !important;
    -webkit-transition: -webkit-transform 0.25s ease !important;
    -o-transition: -o-transform 0.25s ease !important;
}

.csstransforms #nm-mobile-menu {
    transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
}

.csstransforms3d #nm-mobile-menu {
    -webkit-transform: translate3d(0, -410px, 0);
    transform: translate3d(0, -410px, 0) !important;
}

.csstransforms3d .mobile-menu-open #nm-mobile-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0) !important;
}

.custom-top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 40px;
    z-index: 99;
}

.custom-top-bar button {
    position: absolute !important;
    right: 5px !important;
    top: 0px !important;
    left: inherit !important;
    width: 30px !important;
    height: 28px !important;
}

.custom-top-bar button:before, .custom-top-bar button:after {
    position: absolute;
    left: 15px;
    content: '' !important;
    height: 12px;
    width: 1px;
    background-color: #252525;
}

.custom-top-bar button:before {
    transform: rotate(45deg);
}

.custom-top-bar button:after {
    transform: rotate(-45deg);
}

/* Frontpage */
/* Slider */
.nm-banner-text {
    width: 60% !important;
}

.nm-banner.text-color-light .nm-banner-text .nm-banner-title {
    text-align: center;
    color: #fff !important;
    letter-spacing: 0.01em;
    line-height: 1.1;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Products section */
.home .products ul {
    margin: 0 !important;
}

.products li {
    padding: 65px 0 35px 0 !important;
    -webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}

.products li:hover {
    background-color: #f3f3f4;
}

.products li.outofstock .nm-shop-loop-thumbnail > a:after {
	display: none !important;
}

.nm-row.products {
    margin: 30px 0;
}

.nm-shop-loop-thumbnail {
    background: transparent !important;
}

.nm-shop-loop-thumbnail {
    padding: 0 !important;
    max-width: 180px !important;
    margin: 0 auto !important;
}

.nm-shop-loop-details-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
}

.nm-shop-loop-details {
    padding: 35px 0 0 !important;
    margin: 0 !important;
    display: inline-block;
}

.nm-shop-loop-details h3 {
    font-size: 14.5px !important;
    padding: 0 !important;
}

.nm-shop-loop-details h3 a {
    color: #252525 !important;
}

.nm-shop-loop-after-title {
    margin-top: 4px !important;
    padding: 0 !important;
}

.nm-shop-loop-details .volume, .products .price .amount {
    color: #acacac !important;
}

.products .price del {
	color: #f6721f;	
}

.nm-shop-loop-details .volume:after {
    content: "/";
    padding-left: 5px;
}

.nm-shop-loop-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100px;
    position: absolute !important;
    top: -11px !important;
    right: 5px !important;
    left: inherit !important;
    z-index: 999;
    -webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
    z-index: 1 !important;
}

.nm-shop-loop-actions .tooltip {
    visibility: hidden;
    opacity: 0;
    background-color: #252525;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}

.nm-shop-loop-actions:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.nm-shop-loop-actions .tooltip:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #252525 transparent transparent transparent;
}

.nm-shop-loop-actions .button, .nm-shop-loop-actions .nm-quickview-btn {
    border: none !important;
    background-color: #f6721f !important;
    margin: 0 !important;
    height: 60px;
    width: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-radius: 100%;
}

.nm-shop-loop-actions .button:hover, .nm-shop-loop-actions .nm-quickview-btn:hover, .nm-shop-loop-actions .button.loading:hover, .nm-shop-loop-actions .nm-quickview-btn.loading:hover {
    background-color: #f6721f !important;
}

.nm-shop-loop-actions .button:hover, .nm-shop-loop-actions .nm-quickview-btn:hover {
    opacity: 1;
}

.nm-shop-loop-actions .button img, .nm-shop-loop-actions .nm-quickview-btn img {
    width: 22px;
    height: auto;
}

.nm-shop-loop-actions .button.product_type_variable {
    display: none !important;
}

.large-product .nm-shop-loop-thumbnail {
    max-width: 100% !important;
    background-color: #f3f3f4 !important;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.large-product .nm-shop-loop-thumbnail img {
    max-width: 400px;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
}

.large-product .products li {
    padding-top: 0 !important;
}

.large-product .products li:hover {
    background-color: transparent;
}

.large-product .nm-shop-loop-details-wrapper {
    justify-content: left;
    align-content: normal;
}

.static-image img {
    object-fit: cover;
    height: 700px;
    max-height: 700px;
}

.static-image .static-header {
    padding: 35px 0 0;
    margin: 0;
}

.static-image .static-header h3 {
    font-size: 14.5px;
}

.static-image .static-header p {
    color: #acacac;
    font-size: 14.5px;
}

.static-image .static-header p a {
    color: #acacac;
}

.home .nm-row .col-sm-6:first-child {
    padding: 0 30px 0 15px !important;
}

.home .nm-row .col-sm-6:last-child {
    padding: 0 15px 0 30px !important;
}

.home .nm-row .col-sm-6 .nm-products {
    margin: 0 !important;
}

/* Footer */
.nm-footer {
    padding: 0 30px !important;
}

.nm-footer-widgets {
    margin: 0 auto;
    padding: 65px 0 !important;
    border-top: 1px solid #f4f4f5;
    border-bottom: 1px solid #f4f4f5;
}

ul.nm-footer-block-grid {
    display: flex;
    align-items: flex-end;
}

.nm-footer-block-grid p {
    margin-bottom: 0 !important;
}

.nm-footer-block-grid li {
    font-size: 13px;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.nm-footer-block-grid li a {
    color: #acacac !important;
}

.nm-footer-block-grid li a:hover {
    color: #252525 !important;
}

.nm-footer-block-grid > li {
    width: 16.75% !important;
    padding: 0 15px !important;
}

.nm-footer-block-grid li.about-widget {
    padding-left: 0 !important;
    padding-right: 80px !important;
    width: 33% !important;
}

.nm-footer-block-grid li.about-widget .textwidget {
    max-width: 320px;
}

.nm-footer-block-grid li.about-widget img {
    width: 75px;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.nm-footer-block-grid li.social-icons-widget {
    padding-right: 0 !important;
    text-align: right;
}

.nm-footer-block-grid li.social-icons-widget a {
    color: #252525 !important;
}

.nm-footer-block-grid li.social-icons-widget a:hover {
    color: #252525 !important;
}

.nm-footer-block-grid li.social-icons-widget i {
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
}

.nm-footer-block-grid li.social-icons-widget i.fa-instagram {
    padding-left: 10px;
}

.nm-footer-widgets.bottom {
    padding: 65px 0 30px 0 !important;
}

.nm-footer-widgets.bottom .copyright-widget p {
    text-align: center;
    font-size: 12px;
}

.nm-footer-widgets.bottom .cards-widget {
    width: 340px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Cookie bar */
button#catapultCookie {
    background: transparent !important;
    text-transform: uppercase;
    text-decoration: underline;
}

.has-cookie-bar #catapult-cookie-bar {
    padding: 11px 20px 12px 20px !important;
	z-index: 999 !important;
}

/* Shop page */
#nm-shop {
    padding-top: 0 !important;
}

#nm-shop .nm-products {
    margin: 0 !important;
}

#nm-shop .nm-shop-title h1 {
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 0.01em;
}

/* Filter */
body .nm-shop-sidebar-col {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -250px;
    top: 0;
    z-index: 1003;
    padding: 35px 20px 20px 45px;
    background: #f3f3f4;
    transition: left 1s ease;
}

body .nm-shop-sidebar-col .widget_product_categories h3 {
    font-size: 27px !important;
    margin-bottom: 25px !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
}

body .nm-shop-sidebar-col .widget h3 {
    font-size: 14.5px;
}

body .nm-shop-sidebar-col .widget ul li {
    margin-bottom: 2px;
    margin-left: 20px;
}

body .nm-shop-sidebar-col .widget ul li a {
    font-size: 14.5px;
}

body .nm-shop-sidebar-col .widget ul li a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #252525;
    background: transparent;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -2px;
    top: 0;
    left: 0;
}

.widget_layered_nav ul li.chosen, .widget_layered_nav_filters ul li.chosen {
    left: 0 !important;
}

body .nm-shop-sidebar-col .widget ul li.current-cat a:before, body .nm-shop-sidebar-col .widget ul li.chosen a:before {
    background-color: #252525;
}

.widget_layered_nav ul li.chosen a, .widget_layered_nav_filters ul li.chosen a {
    border: none !important;
    padding: 0 !important;
}

#filter-toggle {
    color: #252525;
    text-decoration: none;
    box-sizing: border-box;
    margin: 10px 0 15px 0;
}

#filter-toggle .icon {
    display: none;
}

#filter-toggle span {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 13px;
}

#filter-toggle:hover span {
    color: #252525;
}

body.nm-filter-open {
    overflow: hidden;
}

body.nm-filter-open .nm-shop-sidebar-col {
    left: 0;
}

body .nm-page-overflow {
    transition: left 1s ease;
    position: relative;
    left: 0;
}

body.nm-filter-open .nm-page-overflow {
    left: 250px;
}

body.header-fixed.header-on-scroll .nm-header {
    left: 0;
    transition: left 1s ease !important;
}

body.header-fixed.nm-filter-open .nm-header {
    transition: left 1s ease !important;
}

body.nm-filter-open.header-fixed.header-on-scroll .nm-header {
    left: 250px;
    z-index: 0;
}

body.nm-filter-closing.header-fixed.header-on-scroll .nm-header {
    z-index: 0;
}

body.nm-filter-open #nm-page-overlay {
    visibility: visible;
    opacity: 0;
    z-index: 1002 !important;
}

/* Product page */
.nm-single-product-showcase {
    padding: 0 0 55px !important;
}

.product .summary {
    padding: 50px 0 0 90px !important;
	width:calc(100% - 600px) !important;
}

.product .woocommerce-product-gallery .flex-control-thumbs {
    display: none;
}

.product .woocommerce-product-gallery__wrapper {
    width: 100% !important;
    padding: 0 !important;
}

.woocommerce-product-gallery {
    padding: 0 !important;
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev::after, .woocommerce-product-gallery .flex-direction-nav .flex-next::after {
    font-size: 35px !important;
    color: #acacac !important;
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 10px !important;
}

.woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 10px !important;
}

.gallery-col-6 .woocommerce-product-gallery {
    background-color: #f3f3f4;
    height: 600px;
	width:600px !important;
}

.woocommerce-product-gallery__image {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.woocommerce-product-gallery__image img {
    width: 380px !important;
    height: auto;
}

.woocommerce-product-gallery__image.image_photo img {
	width:100% !important;
	height:100%;
	object-fit:cover;	
}

.product .summary h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.product .summary h2 {
    font-size: 14.5px;
    color: #acacac !important;
}

.product .summary .price {
    padding: 15px 0 25px 0 !important;
}

.product .summary .price .amount {
	font-size:20px;	
}

.product .summary .price del {
	text-decoration:line-through !important;
	color:#f6721f !important;	
}

.product .summary .price del .amount {
	font-size:20px !important;
	padding-right:5px;
	color:#252525 !important;
	text-decoration:none !important;	
}

.product .summary .selling-points {
    padding-bottom: 25px;
}

.product .summary .selling-points .item {
    text-transform: uppercase;
    line-height: 1.5;
}

.product .summary .product-description .entry-content {
    max-height: 190px;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    margin-bottom: 5px;
}

.product .summary .product-description ul {
    margin-bottom: 24px;
}

.product .summary .product-description ul li {
    list-style: outside;
    list-style-position: inside !important;
}

.product .summary .product-description .fade {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    height: 100px;
    margin-top: -100px;
    position: relative;
    display: block;
    top: 0;
}

.product .summary .product-description.open .fade {
    display: none;
}

.product .summary ul li {
    color: #acacac;
    line-height: 1.4;
}

.product .summary .nm-quantity-wrap {
    display: none;
}

.product .summary form.cart {
    padding-top: 25px !important;
}

.product .summary .stock.out-of-stock {
	color:#fff !important;
}

.product .single_variation_wrap {
    width: 160px !important;
    display: inline-block;
    float: left;
}

.product .variations {
    width: 160px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    background-color: #f3f3f4;
}

.variations_form.nm-select-hide-labels tr {
    width: 100%;
    display: block;
}

.product .variations tbody, .variations_form.nm-select-hide-labels tr .value {
    display: block;
    border: none !important;
}

.sod_select .sod_list_wrapper {
    border: none !important;
}

.sod_select .sod_label {
    line-height: 44px;
    color: #8f8f8f !important;
}

.sod_select:after {
    content: "" !important;
    width: 10px !important;
    height: 1px !important;
    background-color: #8f8f8f;
    position: absolute;
    right: 16px;
    top: 21px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.sod_select:before {
    content: "" !important;
    width: 10px !important;
    height: 1px !important;
    background-color: #8f8f8f;
    position: absolute;
    top: 21px !important;
    right: 22px !important;
    height: 44px;
    -webkit-transform: rotate(50deg) !important;
    -moz-transform: rotate(50deg) !important;
    -ms-transform: rotate(50deg) !important;
    -o-transform: rotate(50deg) !important;
    transform: rotate(50deg) !important;
}

.sod_select .sod_list_wrapper {
    right: 0 !important;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sod_select.open .sod_list_wrapper {
    visibility: visible;
    opacity: 1;
}

.sod_select {
    line-height: 44px !important;
}

.sod_select .sod_option {
    color: #8f8f8f !important;
    background-color: #f3f3f4 !important;
    border-bottom: 0 !important;
    border-top: 1px solid #e0e0e0 !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sod_select.above .sod_option:first-child {
    border-top: 0 !important;
}

.sod_select.above .sod_option:last-child {
    border-bottom: 1px solid #e0e0e0 !important;
}

.sod_select .sod_option.active {
    background-color: #252525 !important;
    color: #f3f3f4 !important;
}

.button[disabled], .button.disabled, .button.loading {
    opacity: 1 !important;
}

.button[disabled]:hover, .button.disabled:hover, .button.loading:hover {
    opacity: 1 !important;
    background-color: transparent !important;
    color: #252525 !important;
}

.button:hover, input[type="submit"]:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #252525 !important;
}

.product .summary .button,
.entry-content-wrapper .button {
    background-color: transparent;
    border: 2px solid #252525;
    text-transform: uppercase;
    color: #252525;
    font-size: 14.5px;
    letter-spacing: 0.01em;
    font-weight: bold;
    max-width: 160px;
    padding: 12px 14px 12px 14px !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.button.button-link,
.product .summary .button.button-link {
    padding: 0 !important;
    text-align: center;
    border: none !important;
    text-decoration: underline;
    font-size: 13px;
    color: #acacac;
    font-weight: 400;
    max-width: 100%;
    background: none;
}

.button.button-link:hover,
.product .summary .button.button-link:hover {
    background-color: transparent !important;
    color: #acacac !important;
}

.product .summary .product-description.open .button.show-more,
.entry-content-wrapper.open .button.show-more {
    margin-top: 20px;
}

.upsells, .related {
	padding:55px 0 70px;
    border: none !important;
    margin:0;
}

.upsells h2, .related h2 {
    text-transform: uppercase;
}

.upsells h2, .related ul {
    margin: 0 !important;
}

/* Custom page */
.page-template-page-custom h1 {
    text-align: center;
    letter-spacing: 0.01em;
    color: #fff !important;
    line-height: 1.1;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
}

.page-template-page-custom h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.page-template-page-custom .featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-custom .page {
    padding:70px;
}

.page-template-page-custom .entry-content-wrapper .entry-content {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    margin-bottom: 5px;
}

.page-template-page-custom .entry-content-wrapper .fade {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    height: 100px;
    margin-top: -100px;
    position: relative;
    display: block;
    top: 0;
}

.page-template-page-custom .entry-content-wrapper.open .fade {
    display: none;
}

.page-template-page-custom .entry-content-wrapper button.show-more {
    display: block;
    margin: 0 auto;
}

/* Stocklist page */
.input_results {
	max-width:960px;
	top:45px;	
	padding:0 45px;
}

.retailers-search-form {
	padding:60px;	
}

.retailers-search-form .input_wrapper {
	padding-right: 0px;
	width: calc(100% - 160px);
	flex:0 0 calc(100% - 160px);
}

#retailers-search-input {
	height: 38px;
	line-height: 38px !important;
}

#retailers-search-button {
	color: #252525;
	font-size: 14.5px;
	letter-spacing: 0.01em;
	font-weight: bold;
	margin-left:20px;	
	max-width:140px;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.retailers-search-form .btn_wrapper {
	width: 105px;
}

#stockist_title {
	top:275px;	
}

.retailers-results-wrapper {
	padding:0 60px 60px 60px;	
}
.retailers-results-wrapper h2 {
	text-transform:uppercase;
	font-size: 27px;
	letter-spacing: 0.01em;
	line-height:1;
	margin-bottom:20px;	
}
#retailers-results tr td {
	color:#acacac;	
}
#retailers-results tr td.retailer-name {
	padding-left:0;
}
#retailers-results tr td.point-icon {
	padding-right:0;
	text-align:right;
}

#retailers-results tr td.point-icon img {
    width: 14px;
    height: auto;
}

#retailers-results tr:hover {
	background:transparent;	
}

#retailers-map {
	height:75vh;	
}

#retailers-map .gm-style .gm-style-iw-c {
	font-family: Karla, sans-serif !important;
	border-radius: 0 !important;
	top: -2px !important;
	box-shadow: none !important;
}

#retailers-map .gm-style .gm-style-iw-t:after {
	top: -2px !important;
	box-shadow: none !important;
}

#retailers-map .gm-style .gm-style-iw-t button {
	top: -2px !important;
	right: -2px !important;
	opacity: 1;
}

#retailers-map h4 {
    text-transform: uppercase;
	padding-right: 10px;
    font-size: 18px;
    letter-spacing: 0.01em;
}

/* Popup pages */
.nm-mfp-fade-in.mfp-bg, .nm-mfp-zoom-in.mfp-bg {
    background: rgba(143, 143, 143, 0.6) !important;
    -webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.nm-mfp-fade-in.mfp-bg.mfp-ready, .nm-mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 1 !important;
}

.nm-mfp-fade-in.mfp-bg.mfp-removing, .nm-mfp-zoom-in.mfp-bg.mfp-removing,
.nm-mfp-fade-in.mfp-removing .mfp-content {
	opacity: 0 !important;
}

.mfp-container {
	position:fixed !important;
	overflow:scroll !important;
	-webkit-overflow-scrolling: touch;
	
}

.mfp-wrap .mfp-content {
    width: 720px !important;
    max-width: 100% !important;
    padding: 50px;
    background-color: #fff !important;
	-webkit-transition: all 1s ease !important;
    -o-transition: all 1s ease !important;
    transition: all 1s ease !important;
    transition-delay: 0.25s !important;
	z-index:9999 !important;
}

.nm-mfp-quickview .mfp-content {
	width:1200px !important;
}

#nm-quickview .nm-qv-summary {
	width:calc(100% - 600px) !important;
	padding-left:0 !important;
}

#nm-quickview .nm-qv-summary-content.align-bottom {
	position:relative !important;
	padding: 0 20px 0 0 !important;
	width:100% !important;
}	

#nm-quickview .nm-qv-product-image {
	width:600px !important;	
}

#nm-quickview-slider img {
	width:380px !important;	
}

#nm-quickview .product .summary {
	padding:0 !important;
	width:100% !important	
}

#nm-quickview .mfp-close {
	top:-35px !important;
	right:-40px !important;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.nm-mfp-fade-in.mfp-removing .mfp-content {
    opacity: 0 !important;
    transition-delay: 0s !important;
}

.mfp-close {
    position: absolute !important;
    right: 19px !important;
    top: 15px !important;
    left: inherit !important;
    width: 23px !important;
    height: 23px !important;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1 !important;
}

.mfp-close:before, .mfp-close:after {
    position: absolute;
    left: 15px;
    content: '' !important;
    height: 23px;
    width: 2px;
    background-color: #252525;
}

.mfp-close:before {
    transform: rotate(45deg);
}

.mfp-close:after {
    transform: rotate(-45deg);
}

.nm-mfp-fade-in .mfp-content h1 {
    font-size: 27px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
	color: #252525 !important;
	position: relative !important;
	text-align: left !important;
	letter-spacing:0 !important;
	line-height:1.4 !important;
	font-weight: normal;
} 

.nm-mfp-fade-in .mfp-content .page {
	padding:0 !important;	
}

.nm-mfp-fade-in .mfp-content h4 {
    font-size: 14.5px;
    padding-top: 10px;
}

.mfp-content .nm-popup-content {
    min-height: 150px;
}

.blockUI.blockMsg {
    display: none !important;
}

body > .blockUI.blockOverlay {
    position: fixed!important;
    z-index: 100000!important;
    background-color: transparent !important;
    opacity: 1 !important;
}

/* Static page */
.page-template-page-static h1 {
	font-size: 27px;
	margin-bottom: 10px;
    text-transform: uppercase;	
}

.page-template-page-static h4 {
	font-size: 14.5px;
    padding-top: 10px;
}

.page-template-page-static .page {
	padding:0 70px;
}

.page-template-page-static .page.post-121 {
	margin-bottom:30px;
}


/* Q&A - Accordion */
.vc_tta-container {
	min-height:370px;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading {
    padding: 0 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading h4 {
	padding:0 !important;	
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading h4 a {
	text-decoration:none !important;	
}

.vc_tta.vc_tta-accordion .vc_tta-panel-heading .vc_tta-title-text {
    font-size: 14.5px !important;
}

.vc_tta-panel p, .nm-mfp-fade-in .mfp-content p {
    font-size: 14.5px !important;
}

.vc_tta-panel .vc_tta-panel-body ul li, .vc_tta-panel .vc_tta-panel-body ol li {
	font-size: 14.5px !important;
	color:#acacac;
}

.nm-mfp-fade-in .mfp-content a, .vc_tta-panel .vc_tta-panel-body a {
	color:#acacac;
	text-decoration:underline;	
}

.nm-mfp-fade-in .mfp-content .nm-row {
    padding: 0 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel-title > a:before {
    display: none !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel {
    padding: 10px 0;
    border: 0 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    padding: 0 !important;
}

/* Contact form */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background-color: #f3f3f4;
    color: #8f8f8f;
}

.wpcf7 .wpcf7-form-control-wrap.your-name, .wpcf7 .wpcf7-form-control-wrap.your-email {
    width: 50%;
    display: inline-block;
    float: left;
}

.wpcf7 textarea {
    height: 180px;
    resize: none;	
}

.nm-mfp-fade-in .mfp-content .post-121 {
    padding: 0 10px;
}

.nm-mfp-fade-in .mfp-content .post-121 p, .page .post-121 p {
    padding-top: 10px;
    margin-bottom: 15px !important;
}

.nm-mfp-fade-in .mfp-content .post-121 #form-message {
	min-height:435px;
}

.wpcf7 input.wpcf7-submit {
    float: right;
    text-transform: uppercase;
    background: transparent;
    color: #252525;
    border: 2px solid #252525;
    font-weight: 700;
    padding: 10px 0 !important;
    width: 140px !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

span.wpcf7-form-control-wrap {
    overflow: hidden;
}

.wpcf7-form-control-wrap .wpcf7-recaptcha {
	width:50% !important;
	float:left !important;	
}

.wpcf7-form-control-wrap .wpcf7-recaptcha:after {
	content:"";
	clear:both;	
}

div.wpcf7-response-output {
	display:none !important;
}

span.wpcf7-not-valid-tip {
	position:absolute;
	bottom:6px;	
}

/* Newsletter */
#mailchimp-newsletter {
	padding:0 10px;
}

#mailchimp-newsletter h3 {
	font-size: 27px !important;
	margin-bottom: 19px;
	padding-bottom: 0 !important;
	text-transform: uppercase;	
}

#mailchimp-newsletter p {
	margin-bottom:5px !important;	
}

#mc_embed_signup form {
	text-align:left !important;	
}

#mc_embed_signup input.email {
	width: calc(100% - 160px) !important;
	float: left;
	margin-right: 20px !important;
	height:44px !important;
	line-height:44px !important;
	font-size:14.5px !important;
	border-radius:0 !important;
	font-family:Karla,sans-serif !important;
}

#mc_embed_signup .button {
	width:140px !important;
	border:2px solid #252525 !important;
	background-color:transparent !important;
	color:#252525 !important;
	border-radius:0 !important;
	text-transform:uppercase !important;
	font-weight:700 !important;
	letter-spacing:0.01em !important;
	font-family:Karla,sans-serif !important;
	font-size:14.5px !important;
	height:44px !important;
	-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
	-webkit-transition: all 0.25s ease !important;
    -o-transition: all 0.25s ease !important;
    transition: all 0.25s ease !important;
}

#mc_embed_signup .button:hover {
	background-color:#252525 !important;
	color:#fff !important;	
}

/* Mini cart */
#nm-widget-panel {
    width: 400px !important;
    -webkit-transition: -webkit-transform 1s ease !important;
    transition: transform 1s ease !important;
    -webkit-transform: translate3d(400px, 0, 0) !important;
    transform: translate3d(400px, 0, 0) !important;
}

.widget-panel-open #nm-widget-panel {
    -webkit-transform: translate3d(-100%, 0, 0) !important;
    transform: translate3d(-100%, 0, 0) !important;
}

.nm-cart-panel-list-wrap {
    padding: 80px 48px 300px 48px !important;
}

.nm-widget-panel-header {
	position:absolute !important;	
}

.nm-cart-panel-summary {
    padding: 0 48px !important;
	position:absolute !important;
	bottom:0 !important;
}

#nm-widget-panel .product_list_widget > li > div {
    padding: 25px 0 0 !important;
    border: 0 !important;
}

.nm-cart-panel-title {
    display: block !important;
    opacity: 1 !important;
    text-align: center;
    line-height: 79px;
    text-transform: uppercase;
    font-size: 25px;
    color: #252525;
    font-weight: normal;
    letter-spacing: 0.01em;
}

#nm-widget-panel-close {
    padding: 0 !important;
}

.nm-widget-panel-header-inner {
    border-bottom: 0 !important;
}

.nm-widget-panel-close-title {
    position: absolute;
    right: 48px;
    top: 29px;
    width: 23px;
    height: 23px;
}

.nm-widget-panel-close-title:before, .nm-widget-panel-close-title:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 23px;
    width: 2px;
    background-color: #252525;
}

.nm-widget-panel-close-title:before {
    transform: rotate(45deg);
}

.nm-widget-panel-close-title:after {
    transform: rotate(-45deg);
}

.nm-cart-panel-item-details .product-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.nm-cart-panel-item-details .volume, .product_list_widget .amount {
    color: #acacac !important
}

.nm-cart-panel-item-details .volume:after {
    content: "/";
    padding-left: 5px;
}

#nm-widget-panel .product_list_widget .remove {
    width: auto !important;
    height: auto !important;
    font-size: 12px !important;
    text-transform: uppercase;
    line-height: 1.1 !important;
    color: #acacac;
    border-bottom: 1px solid #acacac;
    top: 50px !important;
    opacity: 1 !important;
}

.woocommerce-mini-cart__buttons .checkout, #nm-widget-panel .buttons.nm-cart-empty-button .button {
    background-color: transparent !important;
    color: #252525 !important;
    border: 2px solid #252525 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.woocommerce-mini-cart__buttons .checkout:hover, #nm-widget-panel .buttons.nm-cart-empty-button .button:hover {
    background-color: #252525 !important;
    color: #fff !important;
}

#nm-widget-panel .nm-cart-panel-empty .buttons.nm-cart-empty-button {
	padding: 0 !important;
}

#nm-widget-panel .total {
    border-top: 2px solid #252525 !important;
    border-bottom: 2px solid #252525 !important;
}

#nm-widget-panel .total {
    font-size: 14.5px !important;
    font-weight: 400;
}

#nm-widget-panel .cart-subtotal {
	padding:4px 0 5px 0;
}

#nm-widget-panel .cart-review-description {
	padding:5px 15px;
}

#nm-widget-panel .cart-review-wrapper .separator {
	margin-top:13px;
	margin-bottom:11px;	
}

#nm-widget-panel .cart-review-wrapper {
	padding-bottom:20px;
}

/* Checkout */
.woocommerce-checkout header li.nm-menu-cart img {
	display:none !important;	
}

.woocommerce-checkout .empty-cart {
	text-align:center;	
}

.woocommerce-checkout .empty-cart .back-btn {
	width: 160px;
	margin:0 auto;	
}

.woocommerce-checkout .empty-cart .back-btn a {
	display:block;
	background-color: transparent;
	border: 2px solid #252525;
	text-transform: uppercase;
	font-size: 14.5px;
	letter-spacing: 0.01em;
	font-weight: bold;
	padding: 12px 14px 12px 14px !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.woocommerce-checkout .empty-cart .back-btn a:hover {
	background-color:#252525;
	color:#fff !important;	
}

#stripe-payment-data p {
    display: none;
}

.payment_method_paypal p {
	display:none;	
}

.nm-shop-notice {
    display: none !important;
}

form.woocommerce-checkout {
    margin: 0 0 100px 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout h3 {
    text-transform: uppercase;
    font-size: 25px !important;
    letter-spacing: 0.01em;
	padding-bottom:27px !important;
	padding-top:0 !important;
}

#customer_details {
    width: calc(100% - 510px) !important;
	padding-right:90px !important;
}

#customer_details .woocommerce-shipping-fields h3 {
	display:none;	
}

.checkout-review-order {
    position: relative;
    float: right;
    width: 510px;
}

.checkout-review-order #order_review {
    width: 100%;
    float: none;
}

.woocommerce-checkout-payment .place-order {
    margin-bottom: 0px!important;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], input.input-text, select, textarea, .select2-container .select2-selection--single {
    border: none !important;
    background-color: #f3f3f4 !important;
    color: #8f8f8f !important;
    padding: 0 15px !important;
    line-height: 44px !important;
    font-size: 14.5px !important;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    line-height: 44px !important;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-results {
    border: none !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 4px !important;
}

.select2-results__option {
    border-bottom: none !important;
    border-top: 1px solid #e0e0e0 !important;
    padding: 0 15px !important;
    line-height: 44px !important;
    background-color: #f3f3f4 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #252525 !important;
    color: #f3f3f4 !important;
}

.select2-dropdown, .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8f8f8f !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "" !important;
    width: 10px !important;
    height: 1px !important;
    background-color: #8f8f8f;
    position: absolute;
    right: 16px;
    top: 21px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "" !important;
    width: 10px !important;
    height: 1px !important;
    background-color: #8f8f8f;
    position: absolute;
    top: 21px !important;
    right: 22px !important;
    height: 44px;
    -webkit-transform: rotate(50deg) !important;
    -moz-transform: rotate(50deg) !important;
    -ms-transform: rotate(50deg) !important;
    -o-transform: rotate(50deg) !important;
    transform: rotate(50deg) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
    right: 0 !important;
}

p#billing_country_field, p#billing_state_field, p#billing_postcode_field,
p#shipping_country_field, p#shipping_state_field, p#shipping_postcode_field {
    width: 33.33% ;
    display: inline-block;
    vertical-align: top;
}

.woocommerce-checkout p.form-row.form-row-50-wide {
    width: 50% !important;;
}

p#billing_first_name_field {
    width: 50% !important;
    padding-right: 10px;
}

p#billing_last_name_field {
    width: 50% !important;
    padding-left: 10px;
}

p#billing_country_field,
p#shipping_country_field {
    padding-right: 10px;
}

p#billing_state_field,
p#shipping_state_field {
    padding: 0 10px;
}

p#billing_postcode_field,
p#shipping_postcode_field {
    padding-left: 10px;
}

#ship-to-different-address {
    margin-bottom: 12px !important;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span:before, #ship-to-different-address #ship-to-different-address-checkbox {
    display: none !important;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox span {
    text-transform: uppercase;
    text-decoration: underline;
    color: #acacac;
    font-size: 13px;
}

.woocommerce-privacy-policy-text {
    display: none;
}

p.woocommerce-mailchimp-opt-in {
    margin-bottom: 0;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 3px !important;
}

.woocommerce-form__label-for-checkbox span a {
	color:#252525;	
}

.woocommerce-form__label-for-checkbox span a:hover {
	color:#acacac;	
}

.woocommerce-form__label-for-checkbox input + span:before {
    border: 2px solid #252525 !important;
    border-radius: 100% !important;
}

.woocommerce-form__label-for-checkbox input:checked + span:before {
    background-color: #252525 !important;
    content: '';
}

.woocommerce-terms-and-conditions-wrapper {
    padding: 0 !important;
}

#order_review .shop_table tbody .nm-checkout-product-thumbnail {
    width: 50px !important;
}

#order_review .shop_table .nm-checkout-product {
    padding: 5px 0 0 20px;
}

#order_review .shop_table .product-name {
    padding: 0 !important;
    font-weight: 700;
    font-size: 14.5px !important;
}

#order_review .shop_table .nm-checkout-product {
    display: inline-block;
}

#order_review .shop_table .nm-checkout-product .product-meta .volume, #order_review .shop_table .nm-checkout-product .product-meta .price {
    color: #acacac !important
}

#order_review .shop_table .nm-checkout-product .product-meta .volume:after {
    content: "/";
    padding-left: 5px;
}

#order_review .shop_table .product-remove {
    display: inline-block;
    float: right;
    padding-top: 29px;
    text-transform: uppercase;
    font-size: 12px;
}

#order_review .shop_table .product-remove a {
    color: #acacac !important;
    border-bottom: 1px solid #acacac;
    display: block;
    line-height: 1.1;
}

#order_review .shop_table tfoot tr.table-cart-review-footer td {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-align: inherit;
}

.cart-review-coupon .nm-coupon-error {
	margin-top:4px;
	color:#ff0808 !important;
}

#order_review .shop_table tbody tr th, #order_review .shop_table tbody tr td {
	border-bottom:0 !important;	
}

#order_review .shop_table tbody tr:last-child td {
	padding-bottom:80px !important;	
}

.cart-review-coupon .nm-coupon-inner button#nm-apply-coupon-btn {
	border:2px solid #252525;
	font-weight:bold;	
	font-size:14.5px !important;
	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.cart-review-coupon .nm-coupon-inner .col-xs-9 {
	width:calc(100% - 165px) !important;
	padding-right:10px !important;
}

.cart-review-coupon .nm-coupon-inner .col-xs-3 {
	width:165px !important;
	padding-left:10px !important;
}

.cart-review-coupon.nm-coupon-wrap {
    border: none;
    margin-bottom: 20px;
}

.cart-review-coupon .nm-coupon-inner {
    background: none;
    padding: 0;
}

.cart-review-coupon .nm-coupon-inner .input-text {
    width: 100%;
}

.cart-review-coupon .nm-coupon-inner button#nm-apply-coupon-btn {
    float: right;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    padding: 8px 0;
    text-transform: uppercase;
}

.cart-review-wrapper .separator {
    border-top: 2px solid #252525;
    margin-top: 10px;
    margin-bottom: 9px;
}

.cart-review-wrapper .separator:first-child {
    margin-top: 0;
	margin-bottom:8px;
}

.cart-review-wrapper .cart-review-label,
.cart-review-wrapper .cart-review-value {
    font-size: 14.5px;
    font-weight: 400;
}

.cart-review-wrapper .cart-review-value {
    text-align: right;
    color: #acacac;
}

.cart-review-wrapper .cart-review-description,
.cart-review-coupon .nm-coupon-error {
    color: #acacac;
    font-size: 12px;
}

.cart-review-wrapper .order-total .cart-review-description {
    line-height: 12px;
}

.cart-review-coupon .nm-coupon-error {
    color: #f27362;
}

.cart-review-wrapper .order-total .cart-review-label {
    font-weight: 700;
}

.woocommerce-remove-coupon {
	display:none !important;	
}

.cart-review-wrapper .order-total .cart-review-description strong {
    display: none;
}

.cart-review-wrapper .order-total .cart-review-description small {
    color: #acacac;
    font-size: 12px;
}

#payment .payment_methods {
	background-color:#f3f3f4 !important;
	padding:20px !important;
	border:0 !important;
	margin-bottom:10px;	
}

#payment .payment_methods li {
	padding:0 !important;
	border:none !important;	
	margin-bottom:5px;	
}

#payment .payment_methods li .payment_box {
	padding:0 !important;
	line-height:5px;
}

.wc_payment_method .payment_box label {
	padding:0 0 2px 0;	
}

#payment .payment_methods li .payment_box .form-row.form-row-first, #payment .payment_methods li .payment_box .form-row.form-row-last {
	margin-bottom:0 !important;	
}

#payment .payment_methods label[for=card-element] {
	display:none;	
}

#payment .payment_methods li label {
	padding-left:15px !important;
	padding-top:1px;
}

#payment .payment_methods li label:before {
	margin-top:-4px !important;	
}

#payment .payment_methods li:last-child {
	margin-bottom:0;
}

#payment .payment_methods li img {
	float: none !important;
	padding-left: 4px !important;
	max-height: 17px !important;
	height: 17px !important;
	margin-top: -3px !important;
	padding-right: 3px !important;
}

.nm-custom-radio-label:before {
	border-color: #252525;
}

.nm-custom-radio:checked + .nm-custom-radio-label:before {
	background-color: #252525;
}

/* Stripe payment form */
#stripe-card-element, #stripe-exp-element, #stripe-cvc-element  {
    background: #ffffff !important;
    padding: 14px 10px 12px 10px !important;
	border:0 !important;
	margin-bottom:0 !important;
}

.wc-stripe-error li {
	color:#ff0808;
	font-size:12px !important;
	margin-top:5px;
}

#place_order {
	border:2px solid #252525 !important;
	color:#252525 !important;
	background-color:transparent !important;
	font-weight:700 !important;
	font-size:14.5px !important;
	text-transform:uppercase !important;
	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;	
}

#place_order:hover {
	background-color:#252525 !important;
	color:#fff !important;
}

.nm-validation-inline-notices .form-row.woocommerce-invalid-required-field:after {
	display:none !important;	
}

.nm-validation-inline-notices .form-row.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text, 
.nm-validation-inline-notices .form-row.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text a {
	color:#ff0808;	
}

.nm-validation-inline-notices .form-row.woocommerce-invalid-required-field .woocommerce-terms-and-conditions-checkbox-text a:hover {
	color:#acacac;	
}

.nm-validation-inline-notices .form-row.woocommerce-invalid-required-field .woocommerce-form__label-for-checkbox input + span:before {
	border:2px solid #ff0808 !important;
}

.woocommerce-invalid-required-field input::placeholder {
	color: #ff0808 !important;
}

/* Thank you page */
.woocommerce-order-received .nm-checkout-ty {
	max-width:1200px !important;	
}

.woocommerce-order-received header #nm-mobile-menu-button, .woocommerce-order-received header .nm-menu-cart {
	display:none;	
}

.woocommerce-order-received .page > .woocommerce {
	padding:0 !important;	
	margin-top:-12px;
}

.woocommerce-order-received .customer-info, .woocommerce-order-received .order-info {
	width:50%;
	display:inline-block;
	float:left;
}

.woocommerce-order-received .order-info {
	padding-left:50px;	
}

.woocommerce-order-received .customer-info {
	padding-right:50px;	
}

.woocommerce-order-received .customer-info p.text {
	color:#252525 !important;
	margin-bottom:25px !important;	
}

.woocommerce-order-received .customer-info .order-number {
	margin-bottom:7px;	
}

.woocommerce-customer-details .woocommerce-column__title {
	font-size:20px !important;
	padding-bottom:12px !important;
	margin:0 !important;
	padding-top:62px !important;	
}

.woocommerce-order-received .order-info #order_review {
	width:100% !important;	
}

.woocommerce-customer-details address, .addresses address {
	line-height:21px;	
}

.woocommerce-customer-details address .woocommerce-customer-details--phone {
	padding-top:25px;	
}

.woocommerce-order-received h2 {
	text-transform: uppercase;
	font-size: 27px;
	letter-spacing: 0.01em;	
	margin-bottom:20px;
}

/*.woocommerce-order-received .empty-cart {
	display: none;
}*/

@media (min-width:400px) {
/* Frontpage */
	.home .large-product.col-sm-6 .nm-products.small-block-grid-2 li.product {
		width: 100%;
	}
}
@media (min-width:750px) {
/* Frontpage */
	.home .products ul li:nth-child(4) {
		display: none;
	}
	.home .large-product.col-sm-6 .nm-products.medium-block-grid-2 li.product {
		width: 100%;
	}
	.home .large-product,
	.home .static-image {
		width: 50%;
		float: left;
	}
}
@media (min-width:1020px) { 
/* Frontpage */
	.home .products ul li:nth-child(4) {
		display: block;
	}
}
@media (max-width:1200px) {
/* Frontpage */
	.home .large-product .nm-shop-loop-thumbnail img {
		max-width:75%;
	}
	.home .large-product .nm-shop-loop-thumbnail {
		height: 55vw;
	}
	.home .static-image img {
		height: 55vw;
	}
/* Product */
	.product .summary {
		padding: 50px 0 0 70px !important;
	}
	
/* Checkout */
	#order_review_heading {
		width: 45%; 
		float: left;
	}
	
/* Quick view */
	#nm-quickview .product .single_variation_wrap, #nm-quickview .product .variations {
		width:100% !important;	
	}
	
	#nm-quickview .product .summary .button { 
		margin-top:15px;
		max-width:100%;
	}
	#nm-quickview .mfp-close {
		right:-30px !important;
	}
}

@media (max-width:1100px) {
/* Quick view */
	#nm-quickview {
		max-width:none !important;	
	}
	
	#nm-quickview .nm-qv-summary, #nm-quickview .nm-qv-product-image {
		width:100% !important;
		padding-right:0 !important;
		padding-bottom:0 !important;
	}
	
	.nm-mfp-quickview .mfp-content {
		width:720px !important;
	}
	
	#nm-quickview .product .single_variation_wrap, #nm-quickview .product .variations {
		width: 160px !important;	
	}
	#nm-quickview .product .summary .button { 
		margin-top:0px;
	}
}

@media (max-width:1080px) {
	.product .summary {
		padding:50px 0 0 !important;
	}
	.woocommerce-product-gallery {
		margin:0 -30px !important;	
	}
	#customer_details {
		width:50% !important;
		padding-right:50px !important;
		float:left !important;	
	}
	.checkout-review-order {
		width:50%;
		/*padding-left:25px;	*/
	}
	.gallery-col-6 .woocommerce-product-gallery, .product .summary {
		width:auto !important;
	}
}

@media (max-width: 991px) {
/* Shop */
	body .nm-shop-sidebar-col {
		padding: 35px 20px 20px 30px !important;
	}
	#nm-shop-sidebar .widget .nm-shop-widget-col:last-child {
		height: auto !important;
	}
	#nm-shop-sidebar .widget .nm-widget-title {
		padding: 0px !important;
	}
	#nm-shop-sidebar .widget .nm-widget-title:after {
		display: none !important;
	}
		#nm-shop-sidebar .widget .nm-shop-widget-col:last-child > * {
		border-top: none !important;
		padding: 0 !important;
	}
	#nm-shop-sidebar h3.nm-widget-title {
		margin-bottom: 16px !important;
		border: none !important;
	}
	#nm-shop-sidebar li.widget {
		margin-bottom: 43px !important;
	}
}

@media (max-width: 950px) {
	/* Footer */
	#nm-footer .col-xs-12 {
		padding:0px;
	}
	ul.nm-footer-block-grid {
		flex-wrap: wrap;
	}
	ul.nm-footer-block-grid li.about-widget {
		width: 70% !important;
		max-width: 69% !important;
		padding: 0 15px !important;
		margin-bottom: 50px !important;
		order: 1;
	}
	ul.nm-footer-block-grid > li:nth-child(5) {
		width: 30% !important;
		text-align: right;
		padding-right: 15px !important;
		order: 2;
		margin-bottom: 50px !important;
	}
	ul.nm-footer-block-grid > li:nth-child(2),
	ul.nm-footer-block-grid > li:nth-child(3),
	ul.nm-footer-block-grid > li:nth-child(4){
		width: 33.33% !important;
		order: 3;
		
	}
}
@media (max-width: 880px) { 
	#nm-header {
		padding-top: 25px;
		padding-bottom: 25px;
		background:#fff;
    }
  	  
	body .nm-header-placeholder {
		height: 105px!important;
    }

    body .nm-header-placeholder.placeholder-top-bar-added {
		height: 145px!important;
    }
    
	#nm-mobile-menu .nm-mobile-menu-main {
		padding: 0 30px;
	}
	.woocommerce-order-received .customer-info, .woocommerce-order-received .order-info {
		width:100%;
		display:block;
		float:none;	
	}
	
	.woocommerce-order-received .order-info {
		padding-left:0;
		margin-top:30px;	
	}
	
	.woocommerce-order-received .customer-info {
		padding-right:0;
	}	
	
	/* Checkout */
	#customer_details {
		width: 100% !important;
		padding-right: 0px !important;
	}
	#order_review_heading,
	#order_review{
		width: 100% !important;
	}
	
	.checkout-review-order {
		width: 100% !important;	
	}
	
	.checkout-review-order tbody, .checkout-review-order h3 {
		display:none !important;
	}
}

@media (max-width: 820px) { 
/* Shop single */
	.product .summary {
		padding:25px 0 0 !important;
	}
	.nm-single-product-summary-row {
		padding: 0 15px !important;
	}
	.upsells, .related {
		padding:25px 0 !important;	
	}
}
@media (max-width: 768px) {
/* Header */
	#nm-mobile-menu .menu-image {
		display: none;
	}
	#nm-mobile-menu .menu {
		width: 100%;
	}
/* Frontpage */
	.home .slider .nm-banner-text .nm-banner-title {
		font-size: 45px !important;
		overflow: inherit;
		text-overflow: inherit;
		white-space: inherit;
	}
	.nm-page-wrap-inner > .nm-row,
	.nm-page-wrap-inner > #nm-header{
		padding-right: 15px;
		padding-left: 15px;
	}
	.home .large-product,
	.home .static-image {
		width: 50%;
		float: left;
	}
	.home .large-product .nm-shop-loop-thumbnail,
	.home .static-image img{
		height: 60vw;
		max-height: 500px;
	}
/* Shop */
	.nm-page-wrap #nm-shop {
		padding-right: 15px;
		padding-left: 15px;
	}

/* Quick view */
	.nm-mfp-quickview .mfp-content, .mfp-wrap .mfp-content {
		width:100% !important;	
	}
	#nm-quickview .images {
		margin:-50px -50px 0 -50px;
	}
	.mfp-container {
		padding:0 !important;	
	}
	
	.mfp-wrap {
		background:#fff;	
	}
	
	.mfp-wrap .mfp-content #post-101 {
		padding-bottom:50px;
	}
}

@media (max-width: 680px) {
	/* Stocklist page */
	.input_results {
		top: 0px;
		padding:0;
	}
	.retailers-search-form {
		padding: 0 0 30px 0;
	}
	
	.retailers-search-form .input_wrapper {
		width: calc(100% - 140px);
		flex: 0 0 calc(100% - 140px);
	}	
	
	.retailers-results-wrapper {
		padding: 0 0 30px;
	}
	#retailers-results tr td {
		padding: 10px 10px 10px 0;
	}
	#retailers-results tr td.retailer-city {
		padding-right: 0px;
	}
}

@media (max-width: 550px) {
/* Header */
	#nm-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	  
	body .nm-header-placeholder {
		height: 85px!important;
    }

    body .nm-header-placeholder.placeholder-top-bar-added {
		height: 125px!important;
    }
    
	.header-mobile-alt .nm-menu li.nm-menu-offscreen .nm-menu-cart-count,
	.nm-mobile-menu-top{
		display: none !important;
	}
	#nm-header.centered .nm-menu > li > a {
		padding: 16px 12px 16px 0;
	}
	.nm-header.centered .nm-main-menu {
		margin-left: 0px !important;
	}
	.header-mobile-alt .nm-header.centered .nm-right-menu-wrap,
	.nm-header.centered .nm-main-menu-wrap,
	.header-mobile-alt .nm-right-menu ul li.nm-menu-cart{
		display: block !important;
	}
	.header-mobile-alt .nm-header.centered .nm-main-menu {
		float: left !important;
	}
	.header-mobile-alt .nm-header.centered .nm-main-menu-wrap,
	.header-mobile-alt .nm-header.centered .nm-right-menu-wrap{
		width: 50% !important;
	}
	#nm-header.centered .nm-header-logo {
		position: absolute;
		top: 50%;
		left: 50% !important;
		z-index: 10;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.nm-mobile-menu-main #nm-mobile-menu-main-ul {
		margin-top: 0px;
	}
/* Frontpage */
	.home .slider {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}
	.home .slider .nm_column {
		padding: 0px;
		width: calc(100% + 60px);
	}
	.home .slider .nm-banner-text {
		width: 100vw !important;
		margin: 0px !important;
		padding: 0 10%;
	}
	.home .slider .nm-banner-text .nm-banner-title {
		font-size: 30px !important;
	}
	.home .nm-row .large-product.col-sm-6,
	.home .nm-row .static-image.col-sm-6 {
		width: 100%;
		float: left;
		padding: 0 15px 0 15px !important;
	}
	.home .large-product .nm-shop-loop-thumbnail,
	.home .static-image img{
		height: 120vw;
		max-height: 500px;
	}
	.home .products .small-block-grid-2 > li {
		width: 100%;
	}
	.nm-shop-loop-thumbnail {
		max-width: 220px !important;
	}
	.home .large-product.col-sm-6 .nm-products.small-block-grid-2 li.product {
		width: 100%;
	}
/* Shop */
	#nm-shop-products .small-block-grid-2 > li {
		width: 100%;
	}
/* Shop single */
	#nm-related .nm-products li.product {
		width: 100%;
	}
	.woocommerce-product-gallery__image, .gallery-col-6 .woocommerce-product-gallery {
		height:80vw;	
	}
	.woocommerce-product-gallery__image img, #nm-quickview-slider img {
		width:60vw !important;
	}
	.product .summary .button {
		max-width:100%;	
	}
/* Quickview */
	.nm-mfp-quickview .product .variations {
		width:100%;
		margin-bottom:15px;
	}
	
	.nm-mfp-quickview .product .single_variation_wrap {
		width:100% !important;	
	}
	
	.nm-mfp-quickview .product .summary .button {
		max-width:100%;	
	}
	
/* Stocklist */
	#retailers-results tr td.point-icon {
		display:none;	
	}
	
	#retailers-results tr td.retailer-city {
		text-align:right;	
	}
	
/* Cart */
	.widget-panel-open #nm-widget-panel {
		width: 100vw !important;
	}
	.widget-panel-open #nm-widget-panel {
		-webkit-transform: translate3d(-100vw, 0, 0) !important;
		transform: translate3d(-100vw, 0, 0) !important;
	}
	.nm-cart-panel-summary-inner {
		padding-bottom: 37px !important;
	}

/* Checkout */
	#order_review .shop_table .nm-checkout-product {
		padding-left: 0px !important;
	}
	p#billing_first_name_field,
	p#billing_last_name_field,
	p#billing_country_field,
	p#billing_postcode_field,
	p#billing_state_field,
	.form-row-first, 
	.form-row-last{
		width: 100% !important;
		padding-right: 0px;
		padding-left: 0px;
	}
	
/* Custom page */ 
	.page-template-page-custom .page {
		padding: 25px 0;
	}
	.page-template-page-custom h1 {
		font-size: 45px;
	}
	
/* Static page */ 	
	.page-template-page-static .page {
		padding:0;
	}
	
/* Footer */
	#nm-footer {
		margin-top: 50px;
	}
	.woocommerce-page #nm-footer {
		margin-top:0;	
	}
	ul.nm-footer-block-grid li.about-widget {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 15px !important;
		text-align: center;
		margin-bottom: 30px !important;
	}
	.nm-footer-block-grid li.about-widget .textwidget {
		margin: 0 auto;
	}
	ul.nm-footer-block-grid > li:nth-child(5) {
		width: 100% !important;
		text-align: center;
		order: 3;
		margin-top: 20px;
		margin-bottom: 0px !important;
	}
	ul.nm-footer-block-grid > li:nth-child(2),
	ul.nm-footer-block-grid > li:nth-child(3),
	ul.nm-footer-block-grid > li:nth-child(4){
		width: 100% !important;
		order: 2;
		margin-bottom: 20px !important;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.product .variations {
		width:100%;
		margin-bottom:15px;
	}
	
	.product .single_variation_wrap {
		width:100% !important;	
	}
	
	.nm-mfp-quickview .mfp-content, .mfp-wrap .mfp-content {
		padding:30px !important;	
	}
	
	.mfp-wrap .mfp-content #post-101 {
		padding-bottom:30px;
	}
	
	#nm-quickview .images {
		margin:-30px -30px 0 -30px;	
	}
	
	.nm-cart-panel-list-wrap {
    	padding: 80px 30px 300px 30px !important;
	}
	
	.nm-widget-panel-close-title {
		right: 32px;
	}

	.nm-cart-panel-summary {
		padding: 0 30px !important;
	}
}