/*  
-----------------------------------------------------

Theme Name: Allstyle Direct B2B
Theme URI: http://www.wmtd.nl
Author: WMTD
Author URI: http://www.wmtd.nl
Description: 
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html

----------------------------------------------------- 
*/


/* BACKUP COLOR GOLD */
/* #daad86 */

/* ADMIN BAR EDITS */

#wpadminbar {
    position: absolute;
}

#wpadminbar a {
    color: #fff !important;
}

/* TYPOGRAPHY */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6,
#topbar,
header a,
.header-minicart,
.woocommerce .woocommerce-breadcrumb,
span.product_field_rrp,
.product form.cart .button,
.globalcartbtn,
.vartable thead,
.woocommerce span.onsale,
.loop-buttons-inner,
.sizes_title,
.products li .quick-view-button,
.products li .yith-wcqv-button,
.product_loop_sizes span,
.home-featured-link,
#footer-menu, 
.footer-heading p, 
#copyright,
.facetwp-counts,
span.facetwp-pager-label,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.facetwp-sort select,
#filters_button,
.products-per-page select,
.woocommerce .widget_price_filter .price_slider_amount .button,
div.quick-view div.quick-view-image a.button,
.tinvwl_add_to_wishlist-text,
.single_product-usps,
.button-overview,
#submit,
.woocommerce table.shop_table th,
.woocommerce table.shop_table .product-nam,
.tinv-wishlist thead,
.tinv-wishlist .product-action button,
.tinv-wishlist tfoot .tinvwl-to-right button,
.woocommerce-cart .cart-empty,
.woocommerce-cart .button.wc-backward,
#price_toggle,
#price_toggle .acf-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.product form.cart .button,
.globalcartbtn,
.woocommerce-mini-cart__total.total,
.woocommerce-mini-cart__buttons.buttons,
.woocommerce .woocommerce-breadcrumb,
.woocommerce span.onsale,
#submit,
.woocommerce table.shop_table th,
.tinv-wishlist thead,
.tinv-wishlist .product-action button,
.tinv-wishlist tfoot .tinvwl-to-right button,
.woocommerce .woocommerce-message .button,
.woocommerce-cart .button.wc-backward {
    text-transform: uppercase;
}

#submit {
    background: none !important;
    border: solid 2px !important;
    border-radius: 0 !important;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

[type=color], [type=date], 
[type=datetime-local], [type=datetime], 
[type=email], [type=month], [type=number], 
[type=password], [type=search], [type=tel], 
[type=text], [type=time], [type=url], 
[type=week], textarea {
    font-size: 13px;
    /* height: 30px !important; */
}

.woocommerce form .form-row label {
    font-size: 13px;
}

#order_review tfoot {
    font-size: 14px;
}

/* GENERAL / LAYOUT */

html,
#wrapper {
  overflow-x: hidden;
}

#wrapper {
    margin-top: 135px;
}

.outer-row {
    padding-left: 40px;
    padding-right: 40px;
}

/*
#content {
  margin-top: 30px;
}
*/

.loggedout-product-class li#menu-item-69772,
.loggedout-product-class a.button.yith-wcqv-button,
.loggedout-product-class .tinvwl_add_to_wishlist_button {
    display: none !important;
}

.loggedout-product-class span.product_field_rrp {
    margin-top: 5px;
}

.loggedout-product-class .woocommerce ul.products li.product {
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.slick-slide {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

body #vt_added_to_cart_notification {
    top: auto !important;
    bottom: 0;
    border: none;
    width: 100%;
    left: auto;
    border-top: solid 1px #ddd;
    background: green;
}

.hide-on-load {
    display:none;
}

/* TOP BAR */

#topbar {
	height: 40px;
	font-size: 12px;
	line-height: 40px;
    /* background-color: #f9f9f9; 
    background-color: #777; */
    background-color: #333;
	border-bottom: solid 1px #dddddd;
}

#topbar-menu > li > a,
#topbar .usp__text,
#topbar .usp__outer i:before {
    color: #fff !important;
}

#topbar,
#topbar .usp__outer i,
#topbar .usp__text h4 {
    font-size: 12px;
}

#topbar .usp__text {
    margin-left: 5px;
    margin-right: 75px;
}

#topbar .usp__outer i {
    top: 0;
}

#topbar-menu > li > a {
    padding: .9rem 1rem;
    /* border-right: solid 1px #ddd; */
}

#lang_sel_list img {
    max-height: 8px;
    position: relative;
    top: -1px;
}

.user-info-block {
    padding: .9rem 1rem .8rem 1rem;
    line-height: 1;
    color: #fff;
}

.user-info-block.float-right a {
    color: #fff !important;
}

.user-info-block.float-right.logout-link {
    background: #af2437;
}

.user-info-block.float-right.registration-link {
    background: #009600!important;
}

.user-info-block.float-right.registration-link:hover {
    background: #00b900 !important; 
}

/* HEADER */

header#masthead {
	position: absolute;
	width: 100%;
    /* height: 80px; */
	border-bottom: solid 1px #dddddd;
	background: white;
    z-index: 99;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

header#masthead.fixed {
    position: fixed;
    top: 0;
}

/*
.admin-bar header#masthead {
    top: 32px !important;
}
*/

header#masthead nav {
    margin-right: 50px;
}

.header-spacer {
    float: right;
    height: 80px;
}

#site-logo {
  display: inline-block;
  padding: 15px 0 0;
  margin: 0;
  font-size: 1.5625rem;
}

h1#site-logo {
  margin: 0 !important;
}

.menu-bar {
    border-top: solid 1px #dddddd;
}

#menu-main-menu > li > a {
    padding: 20px 1rem;
}

#menu-main-menu > li:nth-child(1) > a {
    padding-left: 0;
}

.menu-bar a {
    color: #333 !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    /* top: 15px !important; */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078" !important;
    border: none !important;
    right: 25px !important;
    margin-top: -6px !important;
}

/*
#menu-main-menu>li.is-dropdown-submenu-parent>a::after {
    color: #000 !important;
}
*/

.menu-item-has-children a {
    padding-right: 2rem !important;
}

.is-dropdown-submenu {
  z-index: 11;
}

.menu-icon {
    display: none !important;
    margin-top: 2rem;
}

.menu-icon:hover::after {
    box-shadow: 0 5px 0 #cacaca, 0 10px 0 #cacaca !important;
}

/* MOBILE MENU */

.menu-mobile-view {
    display: none;
}

#searchform {
    float: right;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 18px 50px 0 20px;
}

body:not(.logged-in) #searchform {
    margin-right: 0;
}

#s {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #eaeaea;
    font-size: 13px;
    padding: .5rem 40px .5rem 10px;
    margin-bottom: 0;
}

#searchform:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    background: #f9f9f9;
    text-align: center;
    line-height: 1;
    padding-top: 12px;
    border: solid 1px #eaeaea;
    border-left: none;
}

#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    width: 39px;
    height: 39px;
    cursor: pointer;
    background: transparent;
    z-index: 9;
    border: none;
    text-indent: -9999999px;
}

#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444;
}
#s::-moz-placeholder { /* Firefox 19+ */
  color: #444;
}
#s:-ms-input-placeholder { /* IE 10+ */
  color: #444;
}
#s:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

.mobile-bottom-bar {
    position: relative;
}

.mini-account-outer,
.mini-wishlist-outer,
.mini-cart-outer {
    display: inline-block;
    position: relative;
    float: left;
    padding: 20px 1rem;
    line-height: 1;
    height: 78px;
}

.mini-cart-outer {
    padding-right: 0;
}

.icon-count {
    position: relative;
    display: inline-block;
    float: left;
}

.mini-account-outer svg,
.icon-count, 
.cart-contents svg, 
.mini-wishlist-outer svg {
    width: 36px;
    height: 36px;
}

.account-svg {
    width: 36px;
    height: 36px;
    background: url(img/account.svg);
    background-size: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.cart_contents_count {
    position: absolute;
    background: #daad86;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    left: 21px;
    top: 19px;
    padding-top: 3px;
    font-size: 13px;
}

.cart-contents .woocommerce-Price-amount {
    position: relative;
    top: 11px;
    margin-left: 20px;
    color: #000;
}

.cart-contents .woocommerce-Price-amount span {
    margin-right: 2px;
}

.header-minicart {
    display: none;
    position: absolute;
    top: 79px;
    right: 0;
    width: 400px;
    background: #fff;
    border: solid 1px #eee;
    border-top: none;
    z-index: 11;
}

.header-minicart:hover,
.mini-cart-outer:hover .header-minicart {
  display: block;
}

.header-minicart ul.cart_list {
    list-style: none outside;
    padding: 0;
    margin: 0;
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

.header-minicart ul.cart_list li {
    height: 90px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: solid 1px #eee;
    padding: 20px 0;
}

.header-minicart ul.cart_list li::after,
.header-minicart ul.cart_list li::before {
    content: ' ';
    display: table;
}

.header-minicart ul.cart_list li::after {
    clear: both;
}

.header-minicart ul.cart_list li img {
    float: left;
    width: 90px;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    margin-top: -20px;
    border-right: solid 1px #eee;
}

.header-minicart ul.cart_list li a {
    color: #333 !important;
    padding-right: 50px;
    display: block;
    font-weight: 700;
}

.header-minicart .quantity {
    font-weight: 400;
    margin-top: 5px;
    display: block;
}

.header-minicart .quantity .woocommerce-Price-amount.amount {
    font-weight: 700;
}

.header-minicart .quantity .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.header-minicart .remove.remove_from_cart_button {
    float: right;
    border: solid 1px #eee;
    border-radius: 0;
    width: 30px;
    height: 30px;
    font-size: 1.5em;
    text-align: center;
    line-height: 30px !important;
    padding: 0 !important;
    position: relative;
    top: 10px;
    right: 10px;
}

.header-minicart .remove.remove_from_cart_button:hover {
    color: #fff !important;
    background: red;
    border-color: red;
}

.woocommerce-mini-cart__total.total {
    background: #fafafa;
    padding: 20px;
    border-bottom: solid 1px #eee;
    text-transform: uppercase;
}

/*
.woocommerce-mini-cart__total.total strong {
    font-weight: 400 !important;
}
*/

.woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
    float: right;
}

.woocommerce-mini-cart__total .woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

.woocommerce-mini-cart__buttons.buttons {
    text-transform: uppercase;
    padding: 0 20px;
}

.woocommerce-mini-cart__buttons.buttons a {
    width: 47%;
    border: solid 1px;
    border-radius: 0;
    background: none;
    color: #666 !important;
    border-color: #eee;
}

.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    margin-left: 6%;
    color: #fff !important;
}

.wishlist_products_counter {
    display: inline-block;
    line-height: 1;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 20px;
    right: 17px;
}

.wishlist_products_counter_number {
    position: absolute;
    background: #daad86;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    right: -4px;
    bottom: -4px;
    padding-top: 3px;
    font-size: 13px;
}

/* USP's */

#row__usps {
    background: #f9f9f9;
    color: #777;
    font-weight: 700;
    /* margin: 0 -9999px;
    padding: 15px 9999px; */
    border-bottom: solid 1px #dddddd;
}

#row__usps .usp__outer {
    padding-top: 15px;
    padding-bottom: 15px;
}

.usp__outer i {
    font-size: 20px;
    position: relative;
    top: -5px;
    /* margin-right: 5px; */
}

.usp__icon {
    float: left;
    width: 30px;
}

.usp__text {
    display: inline-block;
    margin-left: 10px;
}

.usp__text h4 {
    margin: 0 0 -5px 0;
    font-size: 15px;
}

.usp__text p {
    margin: 0;
    font-size: 13px;
}

/* HERO */

#heroslider-outer {
    position: relative;
    /* height: 40vh; */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* margin-bottom: 120px; */
}

/*
#heroslider-outer:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2980B9;
  opacity: 0.1;
}
*/

/*
#heroslider-outer .form-outer {
    width: 100%;
    position: absolute;
    bottom: 100px;
}
*/

#heroslider-outer .form-outer {
    padding-right: .9375rem;
    padding-left: .9375rem;
}

#heroslider-outer #searchform {
    margin: 0 auto;
    float: none;
    /*  background: #fff;
    border: solid 1px #4183d7; */
    background: #f9f9f9;
    max-width: 800px;
}

#heroslider-outer #s {
    height: 50px;
    border-radius: 6px;
}

#heroslider-outer #searchsubmit,
#heroslider-outer #searchform:after {
    width: 50px;
    height: 50px;
    border-radius: 0 7px 7px 0;
}

#heroslider-outer #searchform:after {
    padding-top: 17px;
    background: #eaeaea;
}

#heroslider,
#heroslider .slick-list.draggable, 
#heroslider .slick-track {
  height: 100%;
}

#heroslider.slick-slider {
    margin-bottom: 75px;
}

#heroslider .hero-slide {
  background-size: cover !important;
  background-position: center center !important;
}

#heroslider .slick-slide img {
  min-width: 100%;
}

.slick-dots {
    /* bottom: 5px !important; */
    margin: 0;
}

.slick-dots li button:before {
    font-size: 15px !important;
}

.slide_product_dot {
    position: absolute;
    top: 45%;
    left: 10%;
    line-height: 1.1;
}

@keyframes circle {
  0% {
    transform: scale(0)
  }
  65% {
    transform: scale(2)
  }
  100% {
    transform: scale(0)
  }
}

.circle-outer {
  position: absolute;
  top: -7px;
}

.circle {
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.circle.one {
  top: 12px;
}

.circle.two {
/*  opacity: 0; */
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  position: relative;
  animation: circle 2s infinite linear;
}

.slide_product_dot:hover {
  cursor: pointer;
}

.slide_product_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.hero-slide .grid-container,
.hero-slide .grid-container .grid-x,
.hero-slide .grid-container .grid-x .cell {
  height: 100%;
}

.hero-slide h3 {
    max-width: 500px;
    color: #fff !important;
    position: absolute;
    bottom: 40px;
    text-shadow: 1px 1px 10px #666;
}

/*
.slide_product_link:before {
  content: '';
  position: absolute;
  width: 15px;
  border: solid 1px;
  left: -20px;
  bottom: 6px;
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.slide_product_dot:hover .slide_product_link,
.slide_product_dot:hover .circle.two {
  opacity: 1;
}
*/

/* HOME */

.featured-products,
.featured-categories {
    margin-top: 40px;
}

.featured-cat-tile {
    display: block;
    position: relative;
    height: 190px;
    margin-bottom: 30px;
    background-size: cover !important;
    background-position: center center !important;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.featured-cat-tile h3 {
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0 5px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

/*
.featured-cat-tile:hover h3 {
    top: 0;
    padding-top: 115px;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
*/

.home-featured-link {
    float: right;
    border: solid 2px;
    padding: 10px 20px;
    line-height: 1;
    margin-top: -30px;
}

.home-featured-link:hover {
    color: #fff !important;
}

.home-featured-link i {
    margin-left: 5px;
}

.top-brands {
    margin-top: 100px;
}

.top-brands img {
    margin: 0 80px 60px 0px;
    height: 60px;
    width: auto;
}

.top-brands img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}





/* PAGE - GENERAL STYLING */

.page-outer {
    padding: 50px 0;
    background: #eee;
}

.page-outer h1 {
    margin-bottom: 40px;
}




/* WOOCOMMERCE - VARIATIONS TABLE */

.globalcartcol {
    display: none;
}




/* WOOCOMMERCE - BREADCRUMB */

/*
.woocommerce .woocommerce-breadcrumb {
    background: #daad86;
    color: #fff;
    font-weight: 700;
    margin: 0 -9999px;
    padding: 10px 9999px;
}
*/

.header-breadcrumb {
    background: #f9f9f9;
}

.woocommerce .woocommerce-breadcrumb {
    color: black;
    margin: 2em 0;
}

/*
.woocommerce .woocommerce-breadcrumb a {
    color: #c4c4c4 !important;
}
*/

.woocommerce-breadcrumb span {
    margin: 0px 10px;
    color: #c4c4c4;
    font-size: 9px;
    position: relative;
    top: -2px;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  opacity: 0.5;
}

.woocommerce .woocommerce-breadcrumb i {
    padding: 0 5px;
}


/* WOOCOMMERCE -- LOOP */

.woocommerce div.product .awdr_discount_bar,
.woocommerce ul.products li.product a .awdr_discount_bar {
    padding: 5px 10px;
    min-width: 50px;
    color: #fff !important;
    background-color: #dd052b !important;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 0;
    display: inline-block;
    width: auto;
    align-self: flex-start;
    position: absolute;
    top: 7px;
    z-index: 2;
    left: -10px;
}

.awdr_discount_bar.awdr_row_0 + .onsale {
    display: none;
}

.woocommerce div.product .awdr_discount_bar {
    left: auto;
    right: 10px;
    top: -25px;
}

.woocommerce div.product .summary .awdr_discount_bar {
    display: none !important;
}

.woocommerce ul.products li.product {
    padding-top: 20px;
    padding-bottom: 20px;
}

.woocommerce-header-background {
    padding: 20px 0;
    margin-bottom: 40px;
}

.woocommerce-header-background.no-background {
    border-bottom: solid 1px #eaeaea;
    border-top: solid 1px #eaeaea;
}

.woocommerce-header-background h1 {
    margin: 0;
}

.woocommerce-header-background.has-background {
    background-size: cover !important;
    background-position: center center !important;
    padding: 85px 0;
}

.woocommerce-header-background.has-background h1 {
    color: #fff;
}

.single-product .woocommerce-header-background.no-background {
  border-bottom: none;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering select,
.facetwp-sort select,
.products-per-page select,
#filters_button,
.facetwp-counts {
  font-size: 12px;
}

.woocommerce .woocommerce-result-count,
.facetwp-counts {
    margin-top: 10px;
    float: left;
}

.facetwp-sort {
    float: right;
}

#filters_button {
    height: 2.4375rem;
    margin-right: 5px;
    padding: .5rem 35px .5rem .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    line-height: 1.9;
    color: #0a0a0a;
    float: right;
    background: url(img/filters_alt.svg);
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-size: 23px;
    cursor: pointer;
}

.woocommerce ul.products li.product {
    text-align: center;
    margin-bottom: 50px !important;
}

.woocommerce ul.products li.product h2 {
    font-weight: 700;
    color: #000;
    padding: .5em !important;
}

.woocommerce ul.products li.product .star-rating {
  display: inline-block !important;
}

.woocommerce ul.products li.last, 
.woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.featured-products li.product {
  margin-bottom: 0 !important;
}

.woocommerce ul.products li.product .price {
  font-weight: 700 !important;
  font-size: 16px;
  color: #a6a6a6;
}

.woocommerce span.onsale {
    min-height: 1px;
    min-width: 1px;
    background-color: #dd052b;
    line-height: 1;
    position: absolute;
    top: 15px !important;
    left: -10px !important;
    padding: .3rem .5rem .3rem .5rem;
    z-index: 1;
    border-radius: 0;
    right: auto !important;
}

/*
.woocommerce span.onsale:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    border-top: .35rem solid #a5001d;
    border-right: .35rem solid #a5001d;
    border-bottom: .35rem solid transparent;
    border-left: 0.35rem solid transparent;
}
*/

.loop-buttons {
    height: 39px;
    margin: 10px 0 20px;
}

.loop-buttons-inner {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 5px 0 2px;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.loop-buttons-inner a {
    color: #666 !important;
}

.loop-buttons-inner a.woocommerce-LoopProduct-link {
    display: none !important;
}

.loop-buttons-inner a {
    font-size: 13px !important;
    text-transform: uppercase;
    padding-left: 30px !important;
    letter-spacing: -0.05em;
    color: #666 !important;
}

/*
.loop-buttons-inner a:hover {
  color: #daad86 !important;
}
*/

.loop-buttons-inner a:before,
.products li .quick-view-button:before,
.products li .yith-wcqv-button:before {
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* left: 10px; */
    margin-top: -1px;
    margin-left: -25px;
}

.products li .quick-view-button,
.products li .yith-wcqv-button {
    opacity: 0;
    position: absolute;
    z-index: 1;
    margin-top: -15px !important;
    top: 25% !important;
    left: 5%;
    background: #444;
    width: 90%;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.products li .quick-view-button:hover,
.products li .yith-wcqv-button:hover {
    background: #444;
}

.woocommerce a.added_to_cart {
    padding-left: 0px !important;
    padding-top: 0;
    position: relative;
    top: -1px;
}

.products li .quick-view-button:before,
.products li .yith-wcqv-button:before {
  content: "\f06e";
}

.loop-buttons-inner .add_to_cart_button:before {
  content: "\f07a";
}

.outofstock .loop-buttons-inner .ajax_add_to_cart:before {
  content: "\f090";
}

.loop-buttons-inner .button {
  margin-top: 0 !important;
  background: none !important;
}

.quick-view-button span {
  display: none !important;
}

.woocommerce ul.products li.product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: .2s;
}

.woocommerce ul.products li.product:hover::after {
  box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.3);
/*  box-shadow: 0px 0px 40px -10px rgba(218,173,134,1); */
  opacity: 1;
}

.woocommerce ul.products li.product:hover .quick-view-button,
.woocommerce ul.products li.product:hover .yith-wcqv-button  {
    opacity: 1;
}

/*
.woocommerce ul.products li.product:hover .loop-buttons-inner {
  border-color: #daad86;
}
*/

.sizes_title,
.product_loop_sizes span {
    color: #666;
    font-size: 13px;
}

.product_loop_sizes span {
    text-transform: uppercase;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.product_loop_sizes span:after {
    content: "/";
    font-size: 10px;
    position: absolute;
    top: 4px;
    color: #bbb;
    right: -9px;
}

.product_loop_sizes span:nth-child(1) {
    padding-left: 0;
}

.product_loop_sizes span:nth-last-child(1):after {
    display: none;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    right: 10px !important;
}

.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist_button {
    position: absolute !important;
    top: 5px;
    right: 5px;
    padding: 12px !important;
    background: none !important;
    margin-top: 0 !important;
}

.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist_button:before {
    content: "\f08a";
    display: inline-block;
    left: 9px;
    font-family: 'FontAwesome'!important;
    font-size: 18px !important;
}

.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
    content: "\f004";
}

.tinvwl-loop-button-wrapper .tinvwl_add_to_wishlist-text {
    display: none;
}

/*
.before-shop-loop {
    min-height: 90px;
    width: 100%;
}
*/

.brand-logo-outer {
    float: left;
    margin: 5px 40px 20px 0;
}

.term-description {
    margin-bottom: 40px;
    min-height: 65px;
}

.woocommerce-pagination {
    margin-bottom: 50px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    /* border-radius: 50%; */
    border: solid 1px #ddd;
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:nth-last-child(1) {
    margin-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 10px 0;
    width: 35px;
    height: 35px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
}

.facetwp-pager {
    text-align: center;
    margin-bottom: 50px;
}

a.facetwp-page {
    border: solid 1px #ddd;
    margin-right: 15px;
    padding: 9px 0;
    width: 40px;
    height: 40px;
    text-align: center;
}

a.facetwp-page.active,
a.facetwp-page:hover {
    color: #fff !important;
}

.facetwp-wmtd-spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 0;
    text-align: center;
    background: rgba(0,0,0,0.1);
    display: none;
}

.facetwp-wmtd-spinner.opened {
    display: block;
}

.facetwp-wmtd-spinner--positioner {
    position: relative;
    top: 50%;
    margin-top: -22px;
}





/* WOOCOMMERCE SIDEBAR */

#sidebar-shop {
    font-size: 14px;
    border-right: solid 1px #eaeaea;
    padding-right: 30px;
    padding-bottom: 10px;
}

h3.widget-title,
h4.widget-title {
    font-size: 16px;
    text-transform: uppercase;
}

#sidebar-shop aside {
    margin-bottom: 40px;
}

#sidebar-shop #searchform {
    float: none;
    margin: 0;
}

.widget_product_categories ul {
    list-style: none;
    margin: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #dd052b;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #ddd;
    border: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    text-transform: uppercase;
    border: solid 2px #777;
    border-radius: 0;
    background: transparent;
    padding: 5px 15px;
}

/* WOOCOMMERCE --> LAYERED NAV */

/*
.wc-brand-list-layered-nav-product_brand {
    max-height: 305px;
    overflow: hidden;
    border: solid 1px #eaeaea;
    padding: 10px 20px !important;
    overflow-y: scroll;
}
*/

.widget_layered_nav ul,
.wc-brand-list-layered-nav-product_brand {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_layered_nav li.chosen {
    background-color: transparent !important;
}

.widget_layered_nav li.chosen a {
    margin-left: 0 !important;
}

.widget_layered_nav li.chosen a,
.widget_layered_nav li.chosen .count {
    color: #000 !important;
}

.wc-layered-nav-term {
    position: relative;
    color: #777;
}

.widget_layered_nav .woocommerce-widget-layered-nav-list__item--chosen a:before {
    display: none;
}

.wc-layered-nav-term:not(.chosen) {
    order: 1;
}

.wc-layered-nav-term a {
    /* display: flex !important; */
    padding: 0 5px 0 25px !important;
    text-decoration: none;
    transition: .4s;
    position: relative;
}

.wc-layered-nav-term:before {
    content: '' !important;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #eaeaea;
}

.wc-layered-nav-term.chosen a:after {
    content: '✔';
    color: #dd052b;
    position: absolute;
    left: 2px;
    top: -9px;
    font-size: 20px;
}

.widget-area .facetwp-checkbox {
    padding-left: 25px; 
}

.widget-area .facetwp-checkbox.checked {
    position: relative;
    background: url(https://nocomply.nl/wp-content/plugins/facetwp/assets/images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
}

.widget-area .facetwp-checkbox.checked:after {
    content: '✔';
    color: #dd052b;
    position: absolute;
    left: 2px;
    top: -7px;
    font-size: 20px;
}

.widget-area span.facetwp-counter {
    color: #666;
    margin-left: 5px;
}

/* WOOCOMMERCE - SINGLE PRODUCT */

.woocommerce div.product {
    margin-top: 30px;
}

.button-overview {
    position: absolute;
    z-index: 2;
    top: -30px;
    color: #fff !important;
    border-radius: 3px;
    padding: 3px 15px;
}

.button-overview:hover {
  background: #ca162f;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    margin: 20px 0 0;
}

.woocommerce div.product .product_title {
    font-size: 24px;
    margin-bottom: 0;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.product_field_rrp {
    color: #00b900;
    margin: -10px 0 20px;
    display: block;
    font-style: italic;
    font-size: 90%;
}

.loop-price-title .product_field_rrp {
    display: none;
}

.woocommerce div.product div.images {
    margin-bottom: 0px;
    width: 42%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin: 10px -10px 0 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    padding-right: 10px;
}

.woocommerce .star-rating {
  color: gold;
}

.woocommerce-review-link {
  color: #a6a6a6 !important;
  font-weight: 700;
  font-size: 14px;
}

.woocommerce div.product p.stock {
    position: relative;
    padding-left: 28px;
    color: #00b900;
    font-weight: 700;
}

.woocommerce div.product p.stock:before {
    content: "\f00c";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    background: #00b900;
    border-radius: 50%;
    padding-top: 4px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
}

.woocommerce div.product .out-of-stock {
    color: red !important;
}

.woocommerce div.product .out-of-stock:before {
    background: red !important;
}

a.reset_variations {
    display: none !important;
}

table.variations tbody {
    border: none;
}

table.variations tbody tr:nth-child(even) {
    background: none;
}

table.variations select {
    height: auto;
    padding: 0.3rem 0.5rem;
}

.woocommerce div.product form.cart .variations td.label {
    background: none;
    padding-top: 13px;
}

.product form.cart {
    width: 100%;
    max-width: 375px;
    padding: 10px 0 0;
    /* border-bottom: solid 1px #ddd; */
    margin-bottom: 6em;
}

.woocommerce-variation-add-to-cart {
    margin-top: 45px;
}

.woocommerce .quantity .qty {
    margin-bottom: 0;
}

.product form.cart .button,
.globalcartbtn {
    background-color: #00b900 !important;
/*  border: 1px solid #008c00;
    box-shadow: inset 0 -2px 0 0 #090; */
    color: #fff !important;
    width: 312px;
    padding: 0.8em 1em 0.65em !important;
    height: 39px;
    border-radius: 3px;
}

.product form.cart .button:hover,
.product form.cart .button:active,
.globalcartbtn:hover {
    background: #009600 !important;
/*  border-color: #005e00;
    box-shadow: inset 0 -2px 0 0 #005e00; */
}

.woocommerce.single-product .woocommerce-message {
  display: none;
}

.woocommerce.single-product .woocommerce-message:nth-child(1) {
  display: block !important;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button,
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart {
  /* text-transform: uppercase; */
  margin-top: 25px;
  margin-bottom: 25px;
}

.product_meta,
.shareintro {
  font-weight: 700;
  font-size: 13px;
}

.product_meta .sku_wrapper,
.product_meta .posted_in {
  width: 100%;
  display: block;
}

.product_meta .sku_wrapper span.sku {
  color: #a6a6a6;
}

.product_meta .posted_in a {
    color: #fff !important;
    background: #af2437 !important;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.product_meta .posted_in a:hover {
    background: #333 !important;
    color: #fff !important;
}

.productshare {
    margin: 20px 0;
}

.shareintro {
    margin-right: 5px;
}

.productshare a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 7px;
    border: solid 1px #eaeaea;
    color: #000 !important;
}

.wl-add-to.wl-add-link {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wl-add-to.wl-add-link:before {
    content: "\f006";
}

.product form.cart .wl-add-to.wl-add-but.button {
    background: none !important;
    border: solid 1px;
    width: 100%;
}

a.wl-add-to.wl-add-but.button:hover {
    background: none !important;
}

.single_product-usps {
    margin-top: 30px;
}

.single_usp {
    margin-bottom: 5px;
    color: #777;
}

.single_usp i {
    margin-right: 5px;
    color: #00b900;
}

.woocommerce-tabs.wc-tabs-wrapper {
    background: #f9f9f9;
    padding: 80px 5000px 50px;
    margin: 70px -5000px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    display: block !important;
    max-width: 700px;
    margin: 0 auto 2em;
}

.woocommerce-tabs h2 {
    font-size: 15px;
    text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border-radius: 50%;
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
}

.related.products {
    border-top: solid 1px #dddddd;
    margin-top: 40px;
    padding-top: 70px;
}

/* WOOCOMMERCE - SINGLE PRODUCT - VARIATIONS TABLE */

.vartable thead th.vartable_globalcart {
    display: none;
}

.vartable thead,
.vartable tbody {
    border: none !important;
}

.globalcartbtn .vt_products_count {
    letter-spacing: 3px;
    margin-left: 2px;
}

.vartable tr {
    border-bottom: solid 1px #ddd !important;
}

.vartable table.vartable td, 
.vartable table.vartable th {
    padding: 0px 5px;
}

.vartable td.stockcol {
    font-weight: 700;
}

.vartable span.instock {
    color: #00b900;
}

.vartable span.lowstock {
    color: #E87E04;
}

.vartable td.pricecol del {
    color: #aaa;
    font-size: 85%;
    margin-right: 5px;
}

.vartable td.pricecol ins {
    text-decoration: none;
}

.vartable td.qtycol {
    padding: 2px !important;
}

.vartable input.qty {
    margin: 0 !important;
    text-align: center !important;
    box-shadow: none;
    border-radius: 0;
    height: 35px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}

.vartable_gc_wrap .globalcartbtn, 
.vartable_gc_wrap .vartable_selectall {
    float: none;
}

/* WOOCOMMERCE - QUICK VIEW */

.pp_woocommerce_quick_view .product form.cart {
    max-width: 100%;
}

.tax-product_cat .pp_woocommerce_quick_view .pp_content {
    width: 100% !important;
}

.pp_woocommerce_quick_view div.quick-view div.quick-view-image,
.pp_woocommerce_quick_view div.quick-view div.quick-view-content {
  width: 49% !important;
}

div.pp_woocommerce div.ppt {
    display: none !important;
}

div.quick-view div.quick-view-image a.button {
    text-transform: uppercase;
    border: solid 2px;
    border-radius: 0;
    background: none;
}

div.quick-view div.quick-view-image a.button:hover {
    color: #fff !important;
}

div.pp_woocommerce .pp_details {
    padding-top: 0 !important;
}

/* WOOCOMMERCE - YITH QUICK VIEW */

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
    padding: 20px;
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none;
    padding: 20px;
}

#yith-quick-view-close {
    opacity: 0.7;
    border-radius: 6px;
    top: 10px;
    right: 10px;
}

#yith-quick-view-content div.summary {
    padding-top: 0;
}

#yith-quick-view-content div.summary h1 {
    font-size: 22px;
}

#yith-quick-view-content div.summary p.price {
    font-size: 18px;
}

#yith-quick-view-content div.summary p.price del {
    color: #aaa;
    font-size: 85%;
    margin-right: 5px;
}

#yith-quick-view-content div.summary p.price ins {
    text-decoration: none;
}

/* WOOOCMMERCE MESSAGES */

.woocommerce-message {
    border-top-color: #01b902;
    line-height: 2.1;
}

.woocommerce-message::before {
    color: #01b902;
}

.woocommerce .woocommerce-message .button {
    background-color: #01b902;
    color: #fff !important;
}

.woocommerce .woocommerce-message .button:hover {
    background-color: #009600;
}



/* WOOCOMMERE - CART */

.woocommerce-cart-form {
    width: 68%;
    float: left;
}

.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
    width: 30%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart_totals h2 {
    display: none;
}

table tbody, 
table tfoot, 
table thead {
    background-color: transparent !important;
}

.woocommerce table.shop_table {
    border: none;
    background: #fff;
    padding: 30px !important;
}

table tbody tr:nth-child(even) {
    background-color: transparent;
}

.woocommerce table.shop_table .product-name a {
    color: #000 !important;
}

/*
.woocommerce table.shop_table th.product-remove {
    width: 50px;
}
*/

/* .woocommerce table.shop_table thead, */
.woocommerce .shop_table .product-price {
    display: none;
}

.woocommerce-cart .woocommerce table.shop_table td {
    border-top: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
}


.woocommerce-cart table.shop_table tbody tr:nth-last-child(1) td {
  border: none;
}


.woocommerce-cart table.cart .product-thumbnail {
    max-width: 200px;
}

.woocommerce-cart table.cart img {
    width: 100%;
}

.woocommerce-cart table.cart .product-quantity {
    width: 100px;
}

.woocommerce-cart table.cart .product-subtotal {
    width: 100px;
    text-align: right;
}



/*
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
  background-color: #62bcfa;
  text-transform: uppercase;
  padding: 1em 1em 0.8em;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
  background-color: #89bdd3;
}
*/

.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.shipping-calculator-form button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-message,
.woocommerce-page .woocommerce-message .button,
.woocommerce-error,
.woocommerce-info {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.shipping-calculator-form button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-page .woocommerce-message .button {
  text-transform: uppercase;
}

#coupon_code {
  /* background: #e6e6e6; */
  border-radius: 0;
  box-shadow: none;
  width: 200px;
  padding: 8px 10px 7px;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  height: auto;
}

td.actions .button,
.shipping-calculator-form button {
  padding: 12px 15px 11px !important;
  border-radius: 0;
  color: #fff !important;
  background: #777 !important;
}

td.actions .button:hover,
.shipping-calculator-form button:hover {
  color: #fff;
  background: #444 !important;
}

/*
.woocommerce td.actions input.button:disabled, 
.woocommerce td.actions input.button:disabled[disabled] {
  padding: 12px 15px 11px !important;
}
*/

.shop_table_responsive td.actions {
  padding: 20px 0 !important;
  font-size: 12px;
}

small.includes_tax {
    display: block;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce-page .woocommerce-message .button {
  color: #fff !important;
  background: #00b900 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background: #009600 !important
}

.cart_checkout_shipping_notice p {
    margin: 0 0 5px 0;
    font-style: italic;
    font-size: 14px;
}

.cart__payment-methods img {
    max-width: 232px;
}

#place_order {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    width: 100%;
}

.woocommerce-cart .cart-empty {
    text-align: center;
    font-size: 40px;
    margin: 30px auto 60px;
    max-width: 350px;
    width: 100%;
    line-height: 1.3;
}

.woocommerce-cart .return-to-shop {
    margin: 0 auto 40px;
    max-width: 312px;
    width: 100%;
}

.woocommerce-cart .button.wc-backward {
    background-color: #00b900 !important;
    color: #fff !important;
    width: 100%;
    padding: 0.8em 1em 0.65em !important;
    height: 39px;
    border-radius: 3px;
}

.woocommerce-cart .button.wc-backward:hover {
    background: #009600 !important;
}

.woocommerce table.shop_table td.product-remove {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* WOOCOMMERCE - CHECKOUT */

.woocommerce form.checkout.woocommerce-checkout .col2-set, 
.woocommerce-page form.checkout.woocommerce-checkout .col2-set {
    width: 49%;
    float: left;
    background: #fff;
    border-radius: 3px;
    padding: 30px;
}

.woocommerce form.checkout.woocommerce-checkout .col2-set .col-1, 
.woocommerce-page form.checkout.woocommerce-checkout .col2-set .col-1,
.woocommerce form.checkout.woocommerce-checkout .col2-set .col-2, 
.woocommerce-page form.checkout.woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout h3 {
    font-size: 24px !important;
}

h3#order_review_heading {
    display: none;
}

.checkout_adress_notice {
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}

#billing_city_field {
    width: 47%;
    overflow: visible;
    float: right;
    clear: none;
}

#billing_postcode_field {
    width: 47%;
    overflow: visible;
    float: left;
}

.woocommerce-checkout #customer_details #billing_phone_field,
.woocommerce-checkout #customer_details #billing_address_2_field,
.woocommerce-checkout #customer_details #last_name_field,
.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
    display: none !important;
}

#select2-billing_country-container {
    background: #e6e6e6;
    pointer-events: none;
}

.woocommerce-billing-fields__field-wrapper span.select2 {
    font-size: 13px;
}

#customer_details input {
    height: 30px !important;
}

#order_comments {
    height: 70px !important;
}

#order_review {
    float: right;
    width: 49%;
}

#order_review .cart-subtotal {
    height: 100px;
}

#order_review .cart-subtotal th,
#order_review .cart-subtotal td {
    vertical-align: bottom !important;
    border-bottom: 0 !important;
}

#order_review tfoot td {
    border-bottom: 0 !important;
}

.woocommerce .blockUI.blockOverlay {
  position: fixed !important;
}

#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods {
    padding: 15px 16px;
    margin-bottom: 5px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline-block !important;
    margin: 0;
}


/* CART & CHECKOUT STEPS */

#cart-checkout-steps {
    width: 100%;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px;
}

#cart-checkout-steps a,
#cart-checkout-steps span.order-received-step {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    opacity: 0.2;
}

#cart-checkout-steps a.active,
#cart-checkout-steps span.order-received-step.active {
    opacity: 1;
}

/*
#cart-checkout-steps svg {
    width: 100px;
    height: 100px;
}
*/

.cart-step {
    background: url('img/cart.svg');
}

.checkout-step {
    background: url('img/payment.svg');
}

.order-received-step {
    background: url('img/shipping.svg');
}

#cart-checkout-steps .step-spacer {
    display: inline-block;
    width: 80px;
    border: solid 1px #777;
    position: relative;
    top: -20px;
    margin: 0 40px;
}

.woocommerce-order-received .middle-step.active {
    opacity: 0.2 !important;
}


/* ORDER RECEIVED */

.woocommerce-order-received h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.woocommerce .woocommerce-customer-details address {
    border: none;
    padding: 0;
    font-size: 14px;
}

.woocommerce-order-details {
    margin: 50px 0 !important;
}

section.woocommerce-order-details table.shop_table {
    padding: 20px 0 !important;
}


/* WOOCOMMERCE - MY ACCOUNT */

form.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
}

.woocommerce-account .woocommerce {
    padding: 30px;
    background: #fff;
    border-radius: 7px;
}

.username_notice small {
    display: block;
    margin-bottom: 20px;
}

form.edit-account .button,
.woocommerce-MyAccount-content input.button {
    background-color: #00b900 !important;
    color: #fff !important;
    width: 312px;
    padding: 0.8em 1em 0.65em !important;
    height: 39px;
    border-radius: 3px;
}

form.edit-account .button:hover,
.woocommerce-MyAccount-content input.button:hover {
    background: #009600 !important;
}

.woocommerce-EditAccountForm label[for=account_first_name],
.woocommerce-EditAccountForm label[for=account_last_name],
.woocommerce-EditAccountForm label[for=account_email],
.woocommerce-EditAccountForm input#account_first_name,
.woocommerce-EditAccountForm input#account_last_name,
.woocommerce-EditAccountForm input#account_email {
    display: none !important;
}



/* WISHLIST */

.tinv-wishlist form {
    background: #fff;
    border-radius: 7px;
}

.tinv-header {
    display: none;
}

.tinv-wishlist .product-remove button {
    cursor: pointer;
}

.tinv-wishlist .product-action {
    width: 210px;
}

.tinv-wishlist tfoot .tinvwl-to-right {
  text-align: left;
}

.tinv-wishlist .product-action button, 
.tinv-wishlist tfoot .tinvwl-to-right button {
  background-color: #00b900 !important;
}



/* GRAV GRAVITY FORM */

#page-content .gform_wrapper {
    max-width: 600px;
}

p.gform_required_legend {
    display: none !important;
}

.gchoice {
    border-bottom: solid 1px #ddd;
}

.gchoice input {
    margin-top: 5px !important;
    position: relative;
    top: 5px !important;
}

.gform_footer .button {
    background-color: #00b900 !important;
    color: #fff !important;
    width: 312px;
    padding: 0.8em 1em 0.65em !important;
    height: 39px;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.gform_footer .button:hover {
    background: #009600 !important;
}


/* FOOTER */

footer {
    margin-top: 40px;
    padding: 60px 0 60px;
    color: #777;
    background: #f9f9f9;
}

.footer-widgets {
    margin-bottom: 40px;
}

#footer-menu {
    font-weight: 700;
}

#footer-menu ul {
    margin-left: 0;
}

#footer-menu li {
    list-style: none;
}


#footer-menu a {
    font-size: 14px !important;
    color: #777 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#footer-menu .menu-item-has-children {
    float: left;
    width: 33%;
}

#footer-menu .menu-item-has-children > a {
    font-size: 16px !important;
    text-transform: uppercase;
    padding: 0 0 .7rem 0;
}

#footer-menu .sub-menu {
    margin: 0 0 10px 0;
}

.footer-heading p {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1.1rem;
}

footer .socials a {
  max-width: 30px;
  display: inline-block;
  margin-right: 7.5px;
}

.mc_embed_input {
  position: relative;
}

#mce-EMAIL {
  padding-left: 15px;
  padding-right: 150px;
  position: relative;
  box-shadow: none;
  border: none;
  height: 50px;
  margin-bottom: 0;
}

#mc-embedded-subscribe {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  height: 50px;
  color: #fff;
  background: #7d4627;
  text-transform: uppercase;
  padding: .85em 2em;
  font-weight: 700;
  border-radius: 0;
}

#mc-embedded-subscribe:hover {
  background: #ab501d;
}

#copyright {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#copyright a {
    color: #ddd !important;
}

#copyright a:hover {
    color: #eee !important;
}

#price_toggle {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #666;
}

#price_toggle ul.acf-radio-list {
    display: inline-block;
}

#price_toggle .acf-button {
    background-color: #00b900 !important;
    color: #fff !important;
    width: 312px;
    padding: 0.8em 1em 0.65em !important;
    height: 39px;
    border-radius: 3px;
}

#price_toggle .acf-button:hover {
    background: #009600 !important;
}

#price_toggle ul.acf-radio-list li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 1250px) { 



.home .woocommerce ul.products li.product {
    width: 32% !important;
    margin-right: 2% !important;
}

.home .woocommerce ul.products li.product:nth-child(3n+3) {
    margin-right: 0 !important;
}

#searchform {
    max-width: 400px;
}

#topbar .usp__text {
    margin-right: 50px;
}

}


@media only screen and (min-width: 1024px) { 

.two-col .submenu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.three-col .submenu {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.four-col .submenu {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    padding-top: 10px;
    padding-bottom: 10px;
}

}

@media only screen and (max-width: 1024px) { 

#wrapper {
    margin-top: 77px;
}    

.menu-icon,
.menu-mobile-view {
  display: block !important;
}

.topbar-menu,
.menu-desktop-view {
    display: none;
}

.admin-bar header nav {
    padding-top: 32px;
    background: #fff;
}

header nav {
  position: fixed;
  overflow-y: scroll;
  background: #fff;
  top: 0;
  left: -500px;
  z-index: 99;
  width: 50%;
  max-width: 500px;
  min-width: 280px;
  height: 100% !important;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
       -o-transition: all 1s ease;
          transition: all 1s ease;
}

nav.opened {
  left: 0;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.mobile-closer.opened {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  background: rgba(0,0,0,0.5);
}

.is-drilldown {
    border-right: solid 1px #eaeaea;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
}


.is-drilldown,
.is-drilldown-submenu {
  background: #fff !important;
  overflow-y: scroll;
}

#main-menu,
#main-menu li,
.is-drilldown {
  display: block;
}

.menu-bar {
    border-top: none;
}

.menu-bar a {
    border-bottom: solid 1px #ddd;
    padding: 20px 40px !important;
}

.drilldown .js-drilldown-back>a::before {
    border-color: transparent #fff transparent transparent;
}

.drilldown .js-drilldown-back>a:hover {
  color: #fafafa !important;
}

.drilldown .is-drilldown-submenu-parent>a::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054" !important;
    border: none !important;
    right: 25px !important;
}

/*
.is-drilldown-submenu-parent>a::before {
  content: '';
  position: absolute;
  height: 49px;
  width: 55px;
  border: solid 1px;
  right: 0px;
  top: 0;
}
*/

.js-drilldown-back {

}

li.js-drilldown-back a {
    background: #4183d7;
    color: #fff !important;
    cursor: pointer;
}

/*
.js-drilldown-back::before {
  margin-top: 18px !important;
}

.js-drilldown-back::after {
  content: '';
  position: absolute;
  height: 49px;
  width: 100%;
  border-bottom: solid 1px;
  left: 0px;
  top: 0;
}
*/

#copyright {
    margin-bottom: 50px;
}

.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-top: solid 1px #eaeaea;
}

.mobile-bottom-bar > div {
    position: relative;
    height: 50px;
    width: 33.33%;
    text-align: center;
    border-right: solid 1px #eaeaea;
    margin-right: 0;
    padding: 10px 0;
}

.mini-wishlist-outer a,
.mini-cart-outer a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.2); */
}

.wishlist_products_counter_number {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 18px;
    right: -30px;
}

.cart_contents_count {
    top: 9px;
    right: -25px;
    left: auto;
}

.mini-cart-outer .icon-count {
    float: none;
    top: 9px;
}

.cart-contents .woocommerce-Price-amount {
    display: none;
}

.archive.woocommerce ul.products li.product {
    width: 48% !important;
    margin-right: 4% !important;
}

.archive.woocommerce ul.products li.product:nth-child(3n+3) {
    margin-right: 4% !important;
}

.archive.woocommerce ul.products li.product:nth-child(2n+2) {
    margin-right: 0 !important;
}

.featured-categories .cell {
    margin-bottom: 30px;
}


/*
.loop-buttons-inner {
    position: relative;
    bottom: 0;
}

a.button.yith-wcqv-button {
    opacity: 1;
    position: relative;
    top: auto !important;
    left: 0;
    margin-bottom: -5px;
    margin-top: -10px !important;
}
*/

li.product .loop-buttons.clearfix {
    margin-top: 50px;
}

li.product a.button.yith-wcqv-button {
    opacity: 1;
    top: auto !important;
    bottom: 75px !important;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    top: 20px;
    left: 12px;
}

}


@media only screen and (max-width: 1023px) { 
    #sidebar-shop {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: -500px;
    height: 100%;
    width: 50%;
    max-width: 500px;
    min-width: 280px;
    background: #fff;
    z-index: 9999999;
    padding: 40px; 
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}

/*
#sidebar-shop:after {
    content: '';
    position: absolute;
    top: 0;
    right: -400%;
    width: 400%;
    background: red;
    height: 100%;
}
*/

#sidebar-shop.opened {
  left: 0;
  -webkit-transition: all .35s ease;
     -moz-transition: all .35s ease;
      -ms-transition: all .35s ease;
       -o-transition: all .35s ease;
          transition: all .35s ease;
}

.sidebar-closer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0%;
  cursor: pointer;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
}

.sidebar-closer.opened {
    display: block;
}

}

@media only screen and (max-width: 900px) { 

.home .woocommerce ul.products li.product {
    width: 48% !important;
    margin-right: 4% !important;
}

.home .woocommerce ul.products li.product:nth-child(3n+3) {
    margin-right: 4% !important;
}

.home .woocommerce ul.products li.product:nth-child(2n+2) {
    margin-right: 0 !important;
}

footer .cell {
  margin-bottom: 30px;
}

#footer-menu .menu-item-has-children {
  width: 50%;
  margin-bottom: 30px;
}

.outer-row {
  padding-left: 0;
  padding-right: 0;
}

/* WOOCOMMERCE */

.woocommerce-cart-form,
.woocommerce .cart-collaterals, 
.woocommerce-page .cart-collaterals {
    width: 100%;
    float: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before,
.shop_table_responsive tr.woocommerce-cart-form__cart-item.cart_item td.product-price {
    display: none !important;
}

.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td {
    display: table-cell !important;
    text-align: left !important;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail, 
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
    display: block;
}

.woocommerce .woocommerce-cart-form .shop_table_responsive td.actions {
    width: 100% !important;
    display: block !important;
}

}

@media screen and (max-width: 782px) {

.admin-bar header nav {
    padding-top: 46px;
}

}

@media only screen and (max-width: 768px) { 

#wrapper {
    margin-top: 135px;
}

#topbar .usp__text {
    margin-right: 20px;
}

header#masthead.fixed {
    position: absolute;
    top: auto;
}

header #searchform {
    /* float: none; */
    max-width: 100%;
    margin: 0 0 20px 0;
}

/*
#heroslider-outer {
    margin-bottom: 100px;
}
*/

#row__usps,
#heroslider-outer .form-outer {
    display: none;
}

.woocommerce table.shop_table {
    padding: 15px !important;
}

#coupon_code {
    width: 48%;
}

.woocommerce .woocommerce-result-count {
    width: 100%;
    margin-bottom: 20px;
}

#filters_button,
form.form-wppp-select.products-per-page,
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering,
.woocommerce div.product div.images {
  width: 100%;
}


.woocommerce .woocommerce-ordering select {
  margin: 0;
}

#filters_button {
  margin: 0 0 30px 0;
}

.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal {
    width: auto; 
}

.woocommerce form.checkout.woocommerce-checkout .col2-set, 
.woocommerce-page form.checkout.woocommerce-checkout .col2-set,
#order_review {
    float: none;
    width: 100%;
}

#order_review {
    margin-top: 30px;
}

.facetwp-sort {
    width: 100%;
}

}


@media only screen and (max-width: 650px) { 

.user-info-block.float-right.registration-link,
.usp__outer:nth-child(2),
.usp__outer:nth-child(3) {
    display: none;
}


}



@media only screen and (max-width: 500px) { 

.home .woocommerce ul.products li.product,
.archive.woocommerce ul.products li.product {
    width: 100% !important;
    border: solid 1px #eee;
}

.home .woocommerce ul.products li.product,
.home .woocommerce ul.products li.product:nth-child(2n+2), 
.home .woocommerce ul.products li.product:nth-child(3n+3),
.archive.woocommerce ul.products li.product,
.archive.woocommerce ul.products li.product:nth-child(2n+2), 
.archive.woocommerce ul.products li.product:nth-child(3n+3) {
    margin-right: 0 !important;
}

#footer-menu .menu-item-has-children {
  width: 100%;
}

.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
    display: none !important;
}

}


@media only screen and (max-width: 480px) { 

body #yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary {
    padding-top: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    width: calc(100% - 100px);
}

#yith-quick-view-content div.images img {
    max-height: 200px;
    object-fit: contain !important;
}

.yith-quick-view table.vartable tr {
    font-size: 13px;
    line-height: 1;
    display: table;
}

.yith-quick-view table.vartable td {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    line-height: 2;
    padding: 5px 8px 5px 8px !important;
    width: auto;
}

.yith-quick-view table.vartable td.globalcartcol {
    display: none !important;
}

.yith-quick-view table.vartable td:before {
    display: block !important;
    float: none !important;
}

.yith-quick-view table.vartable input.qty {
    text-align: right;
    height: 25px;
}

.yith-quick-view .product_meta .posted_in a {
    font-size: 12px;
}

.yith-quick-view-content.woocommerce div.summary .product_meta {
    display: none !important;
}

}