@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;800&display=swap');

* {
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #F8F8F8;
	overflow-x: hidden;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

a {
    color: #1c7daa;
}
a:hover {
    color: #156185;
}
a:hover, button:hover {
    text-decoration: underline;
}
/*
p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
}
*/

.alert {
    margin-top: 1rem;
}
.grecaptcha-badge { display: none !important; }

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both;}
.no-margin { margin: 0;}
.no-padding { padding: 0; }
.dark-gray { color: #575757;}
.anchor-blue { color: #1c7daa; }

.orange-button {
    background-color: #FF6601;
    color: #fff;
}
.orange-button:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.8;
}
.dark-blue-button {
    background-color: #221c2e;
    color: #fff;
}
.dark-blue-button:hover {
    color: #fff !important;
    text-decoration: none;
    opacity: 0.8;
}
.big-button {
    padding: 15px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.medium-button {
    padding: 10px 20px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.woocommerce-message {
    border-top-color: #d5d5d5;
    border-top-width: 1px;
    font-size: 15px;
}
.woocommerce-message::before {
    color: #FF6600;
}

.woocommerce-message a.wc-forward {
    padding: 10px 20px!important;
    -webkit-border-radius: 60px!important;
    -moz-border-radius: 60px!important;
    border-radius: 60px!important;
    background-color: #FF6601!important;
    color: #fff!important;
}
.woocommerce-message .wc-forward:hover {
    text-decoration: underline!important;
    color: #fff!important;
}

section.search-results {
    margin: 30px 0;
}
section.search-results h2 {
    font-size: 30px;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-shadow: 0 0.5px 0.2px #6b6b6b;
}

section.search-results h3.search-title {
    font-size: 22px;
    margin: 10px 0;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;    text-shadow: 0 0.5px 0.2px #6b6b6b;
}

/* Header */
header {
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.3);
    background-color: #fff;
}

.header-top-bar {
    padding: 20px 0;
}

.header-top-bar .header-small-column .logo {
    max-width: 235px;
    max-height: 54px;
}

.header-top-bar .header-small-column .logo img {
    width: 100%;
    object-fit: contain;
}

.header-top-bar .top-isodiscount-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.category-highlight-view-content li {
    list-style-image: url(https://www.isodiscount.nl/wp-content/themes/isodiscount_theme/lib/assets/img/icons/complete-icon.png);
    list-style-position: inside;
    line-height: 25px;
}
.header-top-bar .top-isodiscount-menu .header-search,
.header-top-bar .top-isodiscount-menu ul,
.header-top-bar .top-isodiscount-menu .header-kiyoh,
.header-top-bar .business-register
{
    display: inline-block;
}

.header-top-bar .top-isodiscount-menu .header-search {
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #000;
    cursor: pointer;
}

.header-top-bar .top-isodiscount-menu .header-search img {
    width: 13px;
    height: 14px;
}

.header-search-box {
    display: none;
    position: absolute;
    top: 45px;
    left: 30px;
    padding: 15px;
    background-color: #fff;
    z-index: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #d5d5d5;
}
.header-search-box.open {
    display: block;
}

.header-search-box form {
    display: flex;
    flex-direction: column;
}
.header-search-box form label, .header-search-box form input {
    margin: 5px 0;
}
.header-search-box form label {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.header-search-box form input[type=text] {
    padding: 5px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
}
.header-search-box form input[type=submit] {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.header-top-bar .top-isodiscount-menu ul {
    padding-left: 25px;
    padding-right: 25px;
}

.header-top-bar .top-isodiscount-menu ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-top-bar .top-isodiscount-menu ul li:last-child {
    margin-right: 0;
}

.header-top-bar .top-isodiscount-menu ul li a {
    color: #818181;
    font-size: 14px;
}
.header-top-bar .business-register {
    margin-left: 15px;
}
.header-top-bar .business-register a {
    padding: 15px;
    color: #fff;
    font-size: 15px 25px;
    background-color: #000;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-weight: 600;
}
.header-top-bar .business-register a:hover {
    color: #fff!important;
}

.header-main-bar {
    background-color: #000;
    padding: 15px 0;
}

.header-main-bar .main-menu-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu {
    display: inline-block;
    height: 100%;
}
.header-main-bar .main-menu-column nav.main-isodiscount-menu ul {
    height: 100%;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li {
    display: inline-block;
    padding: 10px 0;
    position: relative;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li.has-children:hover {
    background-color: #fff;
}
.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li.has-children:hover a {
    color: #000;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li.has-children:hover ul.menu-child-list,
.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li ul.menu-child-list:hover{
    display: inline-block;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li ul.menu-child-list {
    position: absolute;
    z-index: 9999999;
    left: 0;
    top: 40px;
    background-color: #fff;
    list-style: none;
    text-align: left;
    display: none;
    height: auto;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li ul.menu-child-list li {
    display: block;
    position: initial;
    min-width: 250px;
}
.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li ul.menu-child-list li a {
    color: #000;
    padding: 7px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0;
    text-align: center;
    font-size: 14px;
}
.header-main-bar .main-menu-column nav.main-isodiscount-menu ul li ul.menu-child-list li a img {
    width: 14px;
    height: 14px;
}

.header-main-bar .main-menu-column .cart-button-bar {
    display: inline-block;
    position: relative;
}

.header-main-bar .main-menu-column .cart-button-bar a {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
    border-radius: 5px;
    background-color: #FF6600;
    cursor: pointer;
    min-width: 44px;
}

.header-main-bar .main-menu-column .cart-button-bar a img {
    width: 14px;
    height: 15px;
}

.header-top-bar .hamburger, .header-top-bar .main-isodiscount-mobile-menu {
    display: none;
}

.cart-contents-count {
  background: #0ba69b;
  border-radius: 50%;
  display: block;
  position: absolute;
  padding-top: 4px;
  font-size: 12px;
  top: -8px;
  right: -12px;
  color: #fff;
  height: 26px;
  width: 26px;
  text-align: center;
}

section.breadcrumb_area {
    padding: 15px 0;
}

.breadcrumb_text ul {
    display: flex
}

.breadcrumb_text ul li {
    padding-right: 30px;
    position: relative;
}

.breadcrumb_text ul li a {
    color: #c2c0c0;
    font-weight: 600;
    font-size: 13px;
}

.breadcrumb_text ul li img {
    width: 10px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.breadcrumb_text ul li:last-child, .breadcrumb_text ul li:last-child a {
    color: #1c7daa;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.usp-header-bar {
    display: flex;
    justify-content: space-between;
}

.usp-main-bar {
    padding: 10px 0;
}

.usp-main-bar .main-usp-items {
    display: inline-block;
}

.usp-main-bar .main-usp-items ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.usp-main-bar .main-usp-items ul li {
    margin-right: 17px;
}
.usp-main-bar .main-usp-items ul li img {
    max-width: 40px;
    max-height: 40px;
}
.usp-main-bar .main-usp-items ul li span {
    font-size: 14px;
    padding-left: 5px;
    color: #3d3d3d;
}
.telephone-number-bar {
    display: block;
    width: 25%;
    text-align: right;
}

.telephone-number-bar span {
    padding-right: 5px;
}

.telephone-number-bar a {
    margin-top: 2px;
    font-size: 14px;
    color: #252525;
    line-height: 24px;
    position: relative;
    top: 2px;
}
.telephone-number-bar a:hover {
    text-decoration: none;
}

.telephone-number-bar a img {
    width: 15px;
}

/* Category selector */
section.category-selector {
    margin: 30px 0 40px;
}

section.category-selector .category-highlight-view {
    padding: 20px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

section.category-selector .category-highlight-view .category-highlight-view-content {
    padding-right: 5%;
}

section.category-selector .category-highlight-view h1 {
    color: #fff;
    font-size: 39px;
    line-height: 45px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-shadow: 0 0.5px 0.2px #6b6b6b;
}

section.category-selector .category-highlight-view p {
    font-size: 14px;
    margin: 30px 0;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    text-shadow: 0 0.5px 0.2px #6b6b6b;
}

section.category-selector .category-highlight-view a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
}

section.category-selector .category-parent-items {
    padding: 15px 30px;
    background-color: #fff;
}

section.category-selector .category-parent-items h3 {
    font-size: 26px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding-bottom: 10px;
}

section.category-selector .category-parent-items li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: scale(1);
    transition: 0.25s all ease;
}

section.category-selector .category-parent-items li a:hover {
    text-decoration: none;
    transform: scale(0.95);
}

section.category-selector .category-parent-items li p {
    display: flex;
    margin-bottom: 10px;
    margin-top:10px;
}
section.category-selector .category-parent-items li p:not(:first-child) {
    align-items: center;
    justify-content: center;
}
section.category-selector .category-parent-items li p span {
    display: block;
}

section.category-selector .category-parent-items li p span.parent-category-description-container {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.category-selector .category-parent-items li p span.parent-category-description-container span {
    color: #D8D8D8;
    font-size: 14px;
}

section.category-selector .category-parent-items li p span.parent-category-description-container span.parent-category-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

section.category-selector .category-parent-items li p img.category-icon {
    width: 61px;
    height: 61px;
    padding: 4.5px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px 0 #dee0df;
    -moz-box-shadow: 0 0 10px 0 #dee0df;
    box-shadow: 0 0 10px 0 #dee0df;
    object-fit: none;
}
/* End Category selector */

/* Product list */
section.newest-products .main_title {
    margin-bottom: 20px;
}

section.newest-products .main_title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 26px;
    margin-top: 20px;
}
.newest-products-list .product-item div.product-item-container {
    display: block;
    -webkit-box-shadow: 0 2px 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 2px 4px 0 rgba(130,130,130,1);
    box-shadow: 0 2px 4px 0 rgba(130,130,130,1);
    background-color: #fff;
    height: calc(100% - 30px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/* - */
.newest-products .product_information {
	padding-bottom: 10px !important;
}

.newest-products-list .product-item .product_information .product_img {
    min-height: 160px;
    max-height: 160px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px 20px 0 20px;
}	

.newest-products-list .product-item .product_information .product_img img {
    width: 100%;
    object-fit: scale-down;
    height: 100%;
}

.newest-products-list .product-item .product_information .product_data,
.newest-products-list .product-item .product_information .product_text,
.newest-products-list .product-item .product_information .product_links {
    padding: 20px;
}
.newest-products-list .product-item .product_information .product_links {
    padding: 10px 20px;
}	
/* - */
.newest-products-list .product-item .product_information .product_data {
	flex-grow: unset;
}
/* - */
.newest-products-list .product-item .product_information .product_data.top {
	padding-bottom: 0;
	flex-grow: unset;
}
/* - */
table.padding_6 td {
	padding-top: 3px;
	padding-bottom: 3px;
}
/* - */
table.padding_6 {
	margin-bottom: 6px;
}
/* - */
.newest-products-list .product-item .product_information .product_data.top table {
	width: auto;
}
/* - */
.newest-products-list .product-item .product_information .product_inner > div.product_data {
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 80px;
}
/* - */
.newest-products-list .product-item .product_information .product_data.top img,
.newest-products-list .product-item .product_information .product_data img.term-img {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 5px 0 0 !important;
}
/* - */
.newest-products-list .product-item .product_information .product_data.top span {
	margin-left: 1px;
}

.newest-products-list .product-item .product_information hr {
    margin: 0 20px 0 20px;
}

.bolder {
	font-weight: 600 !important;
}

.bolder.xl {
	font-size: 16px !important;
	font-weight: 800 !important;
}

.line_height_normal {
	line-height: 1.4;
	padding-top: 6px !important;
}

.checker {
	font-size: 13px;
	margin-bottom: 12px;
}

.checker img {
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.newest-products-list .product-item .product_information {
    color: #000;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newest-products-list .product-item .product_information table {
    width: 100%;
}

.newest-products-list .product-item .product_information .product_data h3 {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.newest-products-list .product-item .product_information .product_data a:hover {
    text-decoration: none;
}
.newest-products-list .product-item .product_information .product_data table {
    font-size: 14px;
    font-weight: 400;
}
.newest-products-list .product-item .product_information .product_data table th {
    padding: 5px 5px 5px 0;
    font-weight: 400;
}

.newest-products-list .product-item .product_information .product_data table td span {
    font-size: 13px;
}

.newest-products-list .product-item .product_information .product_data table td img.term-img {
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 100px;
    border: 1px solid #dee0df;
    -webkit-box-shadow: 0 0 10px 0 #dee0df;
    -moz-box-shadow: 0 0 10px 0 #dee0df;
    box-shadow: 0 0 10px 0 #dee0df;
    object-fit: contain;
    margin-right: 5px;
    margin-bottom: 5px;
}

.newest-products-list .product-item .product_information .product_add_to_cart {
    padding-left: 15px;
    padding-right: 15px;
}

.newest-products-list .product-item .product_information .product_add_to_cart form {
    display: flex;
    justify-content: center;
    align-content: center;
}

.newest-products-list .product-item .product_information .product_add_to_cart form .quantity {
    margin-right: 15px;
	display: inline-table;
}

.newest-products-list .product-item .product_information .product_add_to_cart form .quantity input {
	height: 32px;
    max-width: 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    margin-top: 9px;
    border-radius: 4px;
	border: 1px solid #B1B1B1;
}

.single_add_to_cart_button span{
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
	font-size: 15px;
	font-weight: 700 !important;	
}

.single_add_to_cart_button span:before {
	content: url(/wp-content/uploads/2022/05/wagen-wit.svg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.button_wrap {
	width: 100%;
	text-align: center;
}

.newest-products-list .product-item .product_information .product_add_to_cart form .single_add_to_cart_button {
    background-color: #FF6601;
    color: #fff;
    padding: 12.5px 20px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-weight: 600;
	line-height: 1;
}

.newest-products-list .product-item .product_information .product_links {
    display: flex;
    justify-content: space-between;
}

.newest-products-list .product-item .product_information .product_links a {
    color: #000000;
    font-size: 14px;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}

.newest-products-list .product-item .product_information .product_text .product-sizes th {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.newest-products-list .product-item .product_information .product_text .next-table-row-data th {
    padding: 0;
    color: #000;
}
.newest-products-list .product-item .product_information .product_text .next-table-row-data th h3 {
    padding-top: 15px;
    padding-bottom: 0;
}

.newest-products-list .product-item .product_information .product_text .next-table-row-data td {
    padding-top: 15px;
}

section.newest-products .products-link-button {
    margin: 20px 0 30px;
}

section.newest-products .products-link-button a {
    display: inline-block;
}

/* winkel pagina (loop) */

.newest-products-list.loop .product-item .product_information {
    flex-direction: row;
}

.newest-products-list.loop .product-item .product_information .product_img {
    padding: 20px 20px 20px 20px;
    width: 200px;
}

.newest-products-list.loop .product_information {
    padding-top: 30px;
}

.product_img.first {
	flex: 0 0 200px;
}

.product_inner.middle {
	padding-right: 10px;
	width: 310px;
}

.product_inner.last {
	flex: 0 0 315px;
	padding-left: 10px;
	padding-right: 10px;
}

img.wagen-wit {
	position: relative;
	top: -2px;
	margin-right: 4px;
}

.button_wrap_right {
	margin-left: 60px;
}

.newest-products-list.loop .product-item .product_information .button_wrap_right .product_links {
	justify-content: center;
	text-decoration: underline;
}

.product_inner.last form div.quantity {
	margin-bottom: 4px;
	margin-top: 0;
}

.newest-products-list.loop .product-item .product_information .product_data table td span {
	font-size: 14px;
}

.newest-products-list.loop .product-item .product_information .product_data h3 {
	padding-bottom: 10px;
}

.newest-products-list.loop .product-item .product_information hr {
	margin-top: 6px;
}

.voordelen {
	text-align: center;
	margin-bottom: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.voordelen ul {
	margin: 0 auto 0 auto !important;
	padding: 0;
	height: 22px;
	position: relative;
	background-color: #F8F8F8;
	display: inline-block;
}

.voordelen ul:before {
	content: '';
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 11px;
	left: -105px;
	background-color: #000000;
}

.voordelen ul:after {
	content: '';
	height: 1px;
	width: 100px;
	position: absolute;
	bottom: 11px;
	right: -105px;
	background-color: #000000;
}

.voordelen ul li {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
}

/* End Product list */

/* Double post */

section.double-post-blog {
    margin: 25px 0;
}

section.double-post-blog .post-highlight {
    margin-bottom: 20px;
}

section.double-post-blog .post-highlight img {
    width: 100%;
    max-height: 139px;
    object-fit: cover;
}
section.double-post-blog .post-highlight h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 0 15px;
}
section.double-post-blog .post-highlight p {
    margin-bottom: 5px;
}

section.double-post-blog .post-highlight a {
    font-size: 14px;
    color: #1c7daa;
    text-decoration: underline;
}

/* End Double post */
section.description-block {
    padding: 20px 0 20px;
}

.description-column p {
	margin-bottom: 0;
	font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
}

.description-column h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.description-column a {
    margin-top: 10px;
    display: inline-block;
    font-weight: 600;
	font-size: 15px;
}
.description-column a:hover {
    text-decoration: underline;
	color: #1c7daa;
}

section.description-block .benefits-column {
    margin-bottom: 20px;
}

.description-column .orange-button.big-button {
	margin-top: 22px;
	margin-bottom: 22px;
}

body.home .description-block .benefits-column {
	padding-top: 22px;
}

.category-shop-sidebar h4 {
    font-size: 18px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    padding-bottom: 10px;
}

.category-shop-sidebar li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.category-shop-sidebar li p {
    display: flex;
    margin-bottom: 10px;
    margin-top:10px;
}
.category-shop-sidebar li p:not(:first-child) {
    align-items: center;
    justify-content: center;
}
.category-shop-sidebar li p span {
    display: block;
}

.category-shop-sidebar li p span.parent-category-description-container {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-shop-sidebar li p span.parent-category-description-container span.parent-category-text {
    font-size: 14px;
    color: #000;
}
.category-shop-sidebar li p span.parent-category-description-container span.parent-category-text.active {
    font-weight: 600;
}
.category-shop-sidebar li p img.category-icon {
    width: 61px;
    height: 61px;
    padding: 4.5px;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 10px 0 #dee0df;
    -moz-box-shadow: 0 0 10px 0 #dee0df;
    box-shadow: 0 0 10px 0 #dee0df;
    object-fit: none;
}

.category-shop-sidebar .mail-address {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.category-shop-sidebar .product-archive-container {
    position: relative;
}

.product-archive-container h1 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.product-archive-container p {
    font-size: 14px;
}
.product-archive-container ul{
    margin:20px 0;
}
.product-archive-container ul li img {
    width: 10px;
    margin-right: 5px;
    height: auto !important;
}
.product-archive-container h2 {
    margin: 20px 0 15px;
}
.product-archive-container .woocommerce-result-count {
    display: none;
}

.product-archive-container form.woocommerce-ordering {
    padding: 6px 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.product-archive-container form.woocommerce-ordering {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.product-archive-container form.woocommerce-ordering label {
    margin-bottom: 0;
    font-size: 14px;
    padding-right: 15px;
}
.product-archive-container form.woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 1px solid #d5d5d5;
    outline: none;
    padding: 5px;
    background: url('../img/icons/angle-down.png') 93% / 15% no-repeat #fff;
    background-size: 9px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}
.product-archive-container .benefits-column {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.product-archive-container .products-usp-bar {
    padding: 15px 0;
    margin: 15px 0 25px;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}
.product-archive-container .products-usp-bar ul {
    display: flex;
    justify-content: space-between;
}
.product-archive-container .products-usp-bar ul li span {
    font-size: 14px;
}

.product-archive-container nav.woocommerce-pagination {
    text-align: right;
}
.product-archive-container nav.woocommerce-pagination .page-numbers {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #fff;
}
.product-archive-container nav.woocommerce-pagination ul li {
    border-right: none;
}
.product-archive-container nav.woocommerce-pagination ul li:first-child {
    border-right: 1px solid #d3ced2;
}
.product-archive-container nav.woocommerce-pagination ul li:last-child {
    border-left: 1px solid #d3ced2;
}
.product-archive-container nav.woocommerce-pagination ul li a:hover, .product-archive-container nav.woocommerce-pagination ul li a:focus {
    background: none;
}
.product-archive-container nav.woocommerce-pagination ul li:first-child {
    padding-left: 10px;
}
.product-archive-container nav.woocommerce-pagination ul li:last-child {
    padding-right: 10px;
}
.product-archive-container nav.woocommerce-pagination ul li a, .product-archive-container nav.woocommerce-pagination ul li span {
    padding: 15px;
}
.product-archive-container nav.woocommerce-pagination ul li span.current {
    color: #8a7e88;
    background: none;
}
.product-archive-container nav.woocommerce-pagination ul li a {
    color: #d5d5d5;
}
.product-archive-container nav.woocommerce-pagination ul li:last-child {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-archive-container nav.woocommerce-pagination ul li ~ a.next {
    border-left: 1px solid #d5d5d5;
}
.product-archive-container nav.woocommerce-pagination ul li a.next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* Webshop */

/* Single product */
section.single-product {
    margin: 20px 0;
}

section.single-product .single-product-information .product-category-list {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 2;
}

section.single-product .single-product-information .product-category-list img {
    width: 52px;
    height: 52px;
    padding: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #dee0df;
    -webkit-box-shadow: 0 0 10px 0 #dee0df;
    -moz-box-shadow: 0 0 10px 0 #dee0df;
    box-shadow: 0 0 10px 0 #dee0df;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 5px;
}

.single-product-information-block {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.single-product-information-block h1 {
    font-size: 39px;
    line-height: 45px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    text-shadow: 0 0.5px 0.2px #6b6b6b;
    margin-bottom: 15px;
}
.single-product-information-block p {
    font-size: 14px;
    line-height: 24px;
    color: #575757;
}

.single-product-data {
    display: flex;
}

.single-product-data figure.woocommerce-product-gallery__wrapper {
    width: 50%;
    padding: 0 20px;
}
.single-product-data .woocommerce-product-gallery__image {
    margin-top: 15px;
}
.single-product-data figure.woocommerce-product-gallery__wrapper:first-child a {
    display: block;
}
.single-product-data figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    max-height: 250px;
    object-fit:contain;
    width: 100%;
}

.single-product-data figure.woocommerce-product-gallery__wrapper .product-sub-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-product-data figure.woocommerce-product-gallery__wrapper .product-sub-image .woocommerce-product-gallery__image {
    padding-right: 10px;
}

.single-product-data figure.woocommerce-product-gallery__wrapper .product-sub-image .woocommerce-product-gallery__image:first-child img {
    max-height: 100%;
    object-fit: none;
    width: auto;
}

.single-product-data .single-product-summary {
    width: 50%;
    padding-left: 15px;
}

.single-product-data .single-product-summary .single-product-specifications h4 {
    font-size: 16px;
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.single-product-data .single-product-summary .single-product-specifications table tr.more {
    display: none;
}

.single-product-data .single-product-summary .single-product-specifications table th,
.single-product-data .single-product-summary .single-product-specifications table td {
    font-size: 14px;
    color: #575757;
}
.single-product-data .single-product-summary .single-product-specifications table td {
    padding-left: 25px;
    padding-top: 5px;
}

.single-product-data .single-product-summary .single-product-specifications table td.read-more-specifications {
    padding-left: 0;
}

.single-product-data .square-roll-calc {
    margin-top: 20px;
}
.single-product-data .square-roll-calc div {
    display: flex;
    justify-content: space-between;
}
.single-product-data .square-roll-calc div h4, .single-product-data .square-roll-calc p {
    margin: 0;
}
.single-product-data .single-product-add-to-cart form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.single-product-data .single-product-add-to-cart form input[type=number] {
    padding: 6px 0;
}
.woocommerce .single-product-data .single-product-add-to-cart form:before {
    display: none!important;
}
.single-product-data .single-product-summary form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding: 0;
}
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    content: none!important;
}
.single-product-data .single-product-summary .single-product-add-to-cart .single_add_to_cart_button {
    background-color: #FF6601;
    color: #fff;
    padding: 15px 25px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.scroll_arrow {
    display: none;
}
.single-product-data .single-product-summary .single-product-add-to-cart .single_add_to_cart_button:hover, .woocommerce .tab-list .add-to-cart button.single_add_to_cart_button:hover, .newest-products-list .product-item .product_information .product_add_to_cart form .single_add_to_cart_button:hover {
    background-color: #FF6601;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.specifications-column article p img, .specifications-column div img {
    height: auto;
    max-width: 100%;
    width: 20px !important;
    margin-right: 10px !important;
}
.specifications-column div img
/* End Single product */

/* Cross-sells */
section.cross-sells {
    margin: 40px 0;
}
section.cross-sells h4 {
    font-size: 18px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
}
.cross-sell-item img.cross-sell-image {
    width: 100%;
    object-fit: none;
    height: 200px;
}
.cross-sell-item h4 {
    font-size: 16px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-top: 10px;
}
.cross-sell-item p {
    margin: 0;
    font-size: 14px;
}
.cross-sell-item .add-cross-sell-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#StickyHeader.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 13;
    background: #fff;
}
.tab-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    margin: 15px 0;
    width: 100%;
    text-align: right;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin: 0 auto;
}
#StickyHeader.sticky .tab-list {
    border-top: unset;
    border-bottom: unset;
}

.tabs-section ul.wc-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tabs-section ul.wc-tabs li {
    padding-right: 40px;
    display: inline-block;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.tabs-section ul.wc-tabs li a {
    color: #1d7daa;
}

.tab-list .add-to-cart form {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-list .add-to-cart button.single_add_to_cart_button {
    background-color: #FF6601;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 15px;
}

div.woocommerce-Tabs-panel {
    margin: 25px 0;
}

div.woocommerce-Tabs-panel h4.tab-title {
    font-size: 18px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin: 25px 0;
}

div.woocommerce-Tabs-panel .faq-column {
    margin-bottom: 20px;
}

section.webshop-products .newest-products-list {
    width: calc(100% + 30px);
}

.webshop-products {
    margin: 20px 0;
}
.webshop-products .category-project-choice h4 {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.webshop-products .category-project-choice h4 span img {
    width: 14px;
}

.webshop-products .category-project-choice h4 span img.plus {
    display: none;
}

.webshop-products .category-project-choice h4 span {
    font-size: 14px;
}

.product-archive-container {
    font-size: 14px;
}

.product-archive-container .read-more-content-anchor {
    margin: 15px 0;
    display: block;
}

.product-archive-container .read-more-content {
    display: none;
}

/* Default page */
.page-hero {
    min-height: 300px;
    background-color: #d5d5d5;
}
.page-hero img {
    width: 100vw;
    object-fit: cover;
    max-height: 300px;
}
.page-content-area {
    margin-bottom: 50px;
    margin-top: 20px;
}

.default-page-content {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.default-page-content h1 {
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 34px;
    margin-top: 20px;
}
b, strong {
          font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.default-page-content h2, .webshop-products h2, .single-product-information-block h2 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.default-page-content h4, .single-product h3, .default-page-content h3, #tab-specifications h2 {
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.default-page-content ol li {
    list-style: decimal;
    font-size: 14px;
    color: #818181;
    line-height: 24px;
}
.default-page-content ol {
    padding-left: 20px;
}
.breadcrumb_text .list {
    padding: 0 !important;
}
.breadcrumb_text .list li {
    list-style: none;
}

.default-page-content ul li, .single-product-information-block ul li {
    list-style: url(/wp-content/themes/isodiscount_theme/lib/assets/img/icons/complete-icon.png);
    font-size: 14px;
    color: #818181;
    line-height: 24px;
}
.default-page-content ul, .single-product-information-block ul {
    padding-left: 20px;
}
/* End default page */


/* Testimonial page */
section.testimonials {
    margin-top: 20px;
}
.testimonial-content {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonial-content .testimonial-content-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.testimonial-content .testimonial-content-header h1 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
}
.testimonial-content .testimonial-content-header img {
    width: 76px;
    height: 32px;
}

.testimonial-items .testimonial-item {
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
}

.testimonial-items h4 {
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}

.testimonial-items .testimonial-item table.testimonial-list tr th {
    font-size: 14px;
    padding-right: 35px;
    padding-top: 10px;
}
.testimonial-items .testimonial-item table.testimonial-list tr th.author {
    font-size: 16px;
    min-width: 200px;
}
.testimonial-items .testimonial-item table.testimonial-list tr td {
    font-size: 14px;
    padding-top: 10px;
}
.testimonial-items .testimonial-item table.testimonial-list tr td a {
    color: #549dbf;
}

.testimonial-items .testimonial-item p.testimonial-excerpt {
    padding-top: 10px;
}

.testimonial-content p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #3d3d3d;
    line-height: 26px;
    margin-bottom: 5px;
}

.testimonial-pagination {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    float: right;
    margin: 30px 0;
}
.testimonial-pagination span, .testimonial-pagination a {
    padding: 10px 10px;
    display: inline-block;
}
.testimonial-pagination span.current {
    color: #575757;
}
.testimonial-pagination a {
    color: #549dbf;
}
.testimonial-pagination a.next {
    border-left:1px solid #d8d8d8;
}
.testimonial-pagination a.next img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.testimonial-pagination a.prev {
    border-right:1px solid #d8d8d8;
    padding: 10px 15px;
}
/* End Testimonial page */

/* Cart page */

section.cart {
    margin: 40px 0;
}

section.cart .cart-details {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

section.cart .cart-details .cart-products {
    padding: 10px 0;
}

section.cart .cart-details h1 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
}

section.cart .cart-details .cart-product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

section.cart .personal-contact-column {
    margin-top: 20px;
}

section.cart .cart-details .cart-product .cart-product-first-part {
    display: flex;
    flex-direction: row;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-image img {
    max-width: 150px;
    object-fit: contain;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-information {
    padding-left: 25px;
    font-size: 14px;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-information h4 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 24px;
}
section.cart .cart-details .cart-product .cart-product-first-part .cart-product-metadata {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}
section.cart .cart-details .cart-product .cart-product-first-part .cart-product-metadata span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
section.cart .cart-details .cart-product .cart-product-first-part .cart-product-metadata span:first-child {
    font-size: 15px;
    padding-right: 25px;
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-edit {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}
section.cart .cart-details .cart-product .cart-product-first-part .cart-product-edit .quantity {
    padding-right: 15px;
}
section.cart .cart-details .cart-product .cart-product-first-part .cart-product-edit .quantity input {
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-edit a {
    color: #1c7daa;
}

section.cart .cart-details .cart-product .cart-product-first-part .cart-product-price {
    font-size: 15px;
    padding-right: 25px;
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

section.cart .cart-product-second-part {
    padding: 15px;
}
section.cart .cart-details .cart-product .cart-product-second-part .cart-product-price span {
    font-size: 24px;
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

section.cart .cart-collaterals  {
    display: flex;
    flex-direction: column;
}

section.cart .cart-collaterals .cart-collateral {
    display: flex;
    flex-direction: row;
    justify-content: end;
    border-top: 1px solid #d8d8d8;
    padding: 10px 0;
}

section.cart .cart-collaterals .cart-collateral table th {
    display: block;
    padding-right: 25px;
}

section.cart .cart-collaterals .cart-collateral table tr th {
    padding: 10px 25px 0;
    font-size: 15px;
}

section.cart .cart-collaterals .cart-collateral table tr td {
    padding: 10px 0;
    font-size: 15px;
}

section.cart .cart-collaterals .cart-collateral table tr.woocommerce-shipping-totals th {
    color: #0ba79c;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

section.cart .cart-collaterals .shipping-collateral .cart-shipping-options {
    font-size: 14px;
}
section.cart .cart-collaterals .shipping-collateral .cart-subtotal-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding-right: 20px;
    color: #000;
}

section.cart .cart-footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
}

section.cart .cart-footer .cart-footer-alignment {
    display: block;
}

section.cart .cart-footer .cart-footer-alignment .back-to-webhop a {
    color: #1c7daa;
    font-size: 14px;
}
section.cart .cart-footer .cart-footer-alignment .finalize-cart a {
    display: block;
    text-align: center;
    margin-top: 10px;
    width: max-content;
}

section.cart .cart-footer .cart-footer-finalize {
    display: flex;
    justify-content: end;
    padding-top: 15px;
    font-size: 15px;
}
section.cart .cart-footer .cart-footer-finalize p { margin-bottom: 0;}

.cart-cross-sells {
    margin-top: 40px;
}
.cart-cross-sells h4 {
        font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.cart-cross-sells .cross-sell-item h4 {
    font-size: 16px;
}
.cart-cross-sells .cross-sell-item {
    margin-bottom: 20px;
}
/* End cart page */

.progress-bar-items {
    display: flex;
    margin: 35px 0;
}

.progress-bar-items li {
    margin-right: 30px;
    padding: 15px 30px 15px 15px;
    position: relative;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}
.progress-bar-items li:after {
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    width: 0;
    content: '';
    height: 0;
    position: absolute;
    top: 0;
    right: -15px;
}

.progress-bar-items li.done {
    background-color: #0BA79C;
}
.progress-bar-items li.done:after {
    border-left: 15px solid #0BA79C;
}

.progress-bar-items li.active {
    background-color: #000;
}
.progress-bar-items li.active:after {
    border-left: 15px solid #000;
}

.progress-bar-items li.next {
    background-color: #949494;
}
.progress-bar-items li.next:after {
    border-left: 15px solid #949494;
}

/* Checkout page */

section.checkout {
    margin: 35px 0;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 8px 1em 0 0;
    vertical-align: top;
}
#order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}
#order_comments {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    height: 90px;
}

.customer-details {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.customer-details .checkout-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-details .checkout-box-title h3 {
       font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 22px;
}

.customer-details .checkout-box-title h3, .customer-details .checkout-box-title .checkout-info-box {
    width: 100%;
    display: block;
}

.customer-details .checkout-box-title .checkout-info-box {
    padding: 15px 20px;
    background-color: #0BA79C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.customer-details .checkout-box-title .checkout-info-box p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.customer-details .checkout-field-wrapper p {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    width: 100%;
}
.customer-details .checkout-field-wrapper p label {
    margin: 0;
}
.checkout #billing_postcode_field {
    width: 34% !important;
}
#billing_email_field {
    width: 65%;
}
.customer-details .checkout-field-wrapper p input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 15px 10px;
    font-size: 14px;
    color: #575757;
}

.customer-details .woocommerce-shipping-fields p#ship-to-different-address {
    font-size: 14px;
    margin-top: 20px;
}

.order-details h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 0.6em;
    margin-bottom: 20px;
}

.order-details .checkout-product-item {
    margin: 10px 0 25px;
}

.order-details .checkout-product-item .checkout-product-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-details .checkout-product-item .checkout-product-image img {
    max-width: 50%;
    object-fit: contain;
}

.order-details .checkout-product-item .checkout-product-image a {
    font-size: 14px;
    color: #1c7daa;
}

.order-details .checkout-product-item .checkout-product-title {
    margin: 10px 0;
}
.order-details .checkout-product-item .checkout-product-title h3 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.order-details .checkout-product-item .checkout-product-metadata {
    margin: 5px 0;
}

.order-details .checkout-product-item .checkout-product-metadata .metadata {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.order-details .checkout-product-item .checkout-product-metadata span {
    color: #575757;
    font-size: 14px;
}
.order-details .checkout-product-item .checkout-product-metadata .metadata span:first-child {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.order-details .checkout-product-item .checkout-product-price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    padding-top: 10px;

}
.order-details .checkout-product-item .checkout-product-price span.checkout-product-price-tag {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.checkout-total-price table th {
    padding-right: 20px;
    font-size: 16px;
    display: block;
}
.checkout-total-price table td {
    font-size: 16px;
}
.checkout-total-price table td ul li label {
    font-size: 14px;
}

.shipping-selection {
    background-color: #fff;
    margin-top: 30px;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;    font-size: 21px;
}

#customer_details .shipping-selection ul {
    margin-top: 15px;
    font-size: 14px;
}

#customer_details .shipping-selection ul li {
    border-top: 1px solid #d8d8d8;
    padding: 15px 0;
    margin: 0;
}

#customer_details .shipping-selection ul li label {
    padding-left: 15px;
}

#customer_details .payment-selection {
    background-color: #fff;
    margin-top: 30px;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;    font-size: 14px;
}
#customer_details .payment-selection h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;    font-size: 22px;
    padding-bottom: 20px;
}

section.checkout .woocommerce-thankyou-page {
    background-color: #fff;
    padding: 25px;
    -webkit-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -moz-box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    box-shadow: 0 0 4px 0 rgba(130,130,130,1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

section.checkout section.woocommerce-order-details table th, section.woocommerce-order-details table.woocommerce-table {
    margin:10px 0;
}
section.woocommerce-order-details table th, section.woocommerce-order-details table td {
    font-size: 14px;
}

section.checkout section.woocommerce-customer-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: initial;
}

section.checkout section.woocommerce-customer-details .row {
    width: 100%;
}
section.checkout section.woocommerce-customer-details h2, section.woocommerce-order-details h2 {
    font-family: 'Poppins', sans-serif;
font-weight: 400;
    font-size: 22px;
}

section.checkout section.woocommerce-customer-details h2 {
    margin: 10px 0;
}

section.checkout section.woocommerce-customer-details .billing-column address,
section.checkout section.woocommerce-customer-details .shipping-column address {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

button#place_order {
    padding: 15px 20px;
    background-color: #0BA79C;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
button#place_order:hover {
    text-decoration: underline;
}

.select2-container .select2-selection--single {
    height: 50px;
    padding-top: 10px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-left: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

/* End Checkout page */


.whitespace.big {
  height: 80px;
}
.whitespace.middle {
  height: 60px;
}
.whitespace.small {
  height: 40px;
}


.text h1,
.text h2,
.text h3,
.text h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.text p {
  color: #222;
  font-size: 15px;
  line-height: 24px;
}

.cta.bg_black a {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}
.text ul li {
  font-size: 15px;
  margin-bottom: 10px;
  list-style: disc;
    list-style-position: outside;
  list-style-position: inside;
}
.text ul {
  padding-left: 10px;
}
.text_links .inner {
  background: #fff;
  padding: 40px;
  border-radius: 15px 0px 0px 15px;
}
.foto_links {
  border-radius: 15px 0px 0px 15px;
  overflow: hidden;
}
.text_rechts .inner {
  background: #fff;
  padding: 40px;
  border-radius: 0px 15px 15px 0px;
}
.foto_rechts {
  border-radius: 0px 15px 15px 0px;
  overflow: hidden;
}
.text_foto img {
  height: 100%;
  width: 100%;
  border: 0px !important;
}
.quote_text p {
  color: #222;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 28px;
}
.naam_functie {
  color: #222;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}
#quote .quote_text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 54px;
  height: 32px;
  background-image: url("/wp-content/uploads/2023/12/unnamed-file.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.usps .inner {
  text-align: center;
  position: relative;
}
.usps .usp_item {
  padding-left: 22px;
  padding-right: 12px;
  display: inline;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.owl-carousel {
  display: block !important;
}
#usp_item_list::before {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 140px;
  left: 0px;
  top: 14px;
}
#usp_item_list::after {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 140px;
  right: 0px;
  top: 14px;
}
.usps .usp_item img {
  margin-bottom: 4px;
}




/* Register Page */

.default-page-content #register-form {
    margin: 20px 0;
}

.default-page-content #register-form label {
    font-size: 14px;
}
.default-page-content #register-form input {
    font-size: 14px;
}

.default-page-content #register-form .signup-submit input[type=submit] {
    background-color: #FF6601;
    color: #fff;
    border: none;
    padding: 15px 25px;
    width: max-content;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.default-page-content #register-form .signup-submit input[type=submit]:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}
/* End Register Page */

/* Login Page */
.default-page-content #loginform {
    margin: 20px 0;
}

.default-page-content #loginform p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.default-page-content #loginform label {
    font-size: 14px;
}
.default-page-content #loginform input[type=text], .default-page-content #loginform input[type=password] {
    font-size: 14px;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.default-page-content #loginform p.login-submit input {
    background-color: #FF6601;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: max-content;
    text-align: center;
    font-weight: 600;
}
.default-page-content #loginform p.login-submit input:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}
.default-page-content .login-form-container a.forgot-password {
    font-size: 14px;
}
/* End Login Page */

/* Lost password Page */

.default-page-content .woocommerce-ResetPassword {
    margin: 20px 0;
}
.default-page-content .woocommerce-ResetPassword p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.default-page-content .woocommerce-ResetPassword label {
    font-size: 14px;
}
.default-page-content .woocommerce-ResetPassword input {
    font-size: 14px;
    padding: 7px;
}
.default-page-content .woocommerce-ResetPassword button.woocommerce-Button {
    background-color: #FF6601;
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 15px 25px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: max-content;
    text-align: center;
    font-weight: 600;
}
.default-page-content .woocommerce-ResetPassword button.woocommerce-Button:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
}
/* Lost password Page */


.inner.bg_black {
  background: #f60;
  padding: 60px 0px;
  color: #fff;
  border-radius: 15px;
}


.inner.bg_black h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}
.inner.bg_black p {
  color: #fff;
  font-size: 15px;
}
.cta.bg_white a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  margin: 0;
    margin-right: 0px;
  display: inline-block;
  float: left;
  margin-right: 20px;
}












/* Gravity forms */
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #221c2e !important;
	color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 25px !important;
    font-weight: bold !important;
	cursor: pointer;
}
#gform_submit_button_1:hover {
    text-decoration: underline !important;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    font-size: inherit;
    font-family: inherit;
    padding: 8px 9px !important;
    letter-spacing: normal;
    border-radius: 10px !important;
    border: 1px solid #ccc !important;
	margin-top: 0 !important;
}
.gform_wrapper textarea {
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
}
/* Gravity forms */

/* Footer */
footer {
    background-color: #fff;
}

footer a {
    text-decoration: underline;
}

footer .footer-widget-bar {
    padding: 40px 0;
}

footer .footer-widget-bar .footer-widget {
    margin-bottom: 20px;
}

footer .footer-widget-bar h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}

footer .footer-widget-bar .footer-column {
    font-size: 14px;
}

footer .footer-widget-bar .footer-column h3  {
    font-size: 15px;
}

footer .about-us-column a {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

footer .footer-widget-bar .recent-testimonial-column .footer-column .review-score-images {
    display: block;
    margin-bottom: 5px;
}

footer .footer-widget-bar .footer-contact-information-block .contact-information-item {
    display: flex;
}

footer .footer-widget-bar .footer-contact-information-block .contact-information-item p:first-child {
    width: 25px;
}

footer .footer-widget-bar .footer-contact-information-block .contact-information-item span:not(:first-child) {
    display: block;
}

footer .footer-widget-bar .footer-contact-information-block .contact-information-item span a {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
}
footer .footer-widget-bar .footer-contact-information-block .contact-information-item span a:hover {
    text-decoration: underline;
}

footer .footer-bottom-bar {
    padding: 10px 0;
    background-color: #F8F8F8;
    font-size: 14px;
}

footer .footer-bottom-columns {
    display: flex;
    justify-content: space-between;
}

footer .footer-bottom-columns div a {
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    float: left;
    height: 100%;
}

footer .footer-bottom-columns .footer-bottom-icons {
    display: flex;
}

footer .footer-bottom-columns .footer-bottom-icons li {
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}



.part-loader {
    display: table-row;
}
.part-loader.changing-shipping-method {
    display: none;
}
.part-loader__circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 40px;
    margin: auto;
}

.part-loader__path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke: #2a3749;
    stroke-width: 5;
    stroke-linecap: round;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.woocommerce-error li a {
  font-size: 14px !important;
  color: #333;
}

@media (max-width: 1200px) {
	.owl-carousel .owl-item img {
  display: block;
  margin-bottom: -18px;
  margin-left: -20px;
  width: 14px !important;
}
.cta.bg_white a {
  margin-bottom: 10px !important;
}
#quote .quote_text::before {
  left: 15px;
  z-index: -1;
}
.owl-carousel.owl-drag .owl-item {
    margin-right: 20px;
}
#usp_item_list::before {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 10px;
  left: -15px;
  top: 30px;
}
#usp_item_list::after {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 10px;
  right: -15px;
  top: 30px;
}
	
	.newest-products-list.loop .product-item .product_information .product_img.first {
		padding: 20px 10px 20px 20px;
		width: auto;
		flex: 0 0 120px;
	}
	
	.product_inner.middle {
		padding-right: 0;
	}

	.product_inner.middle .product_data {
		padding-right: 10px;
	}	

	.product_inner.last {
		flex: 0 0 280px;
	}	
	
/*
	.product_inner.middle {
		padding-right: 10px;
	}

	.product_inner.last {
		flex: 0 0 315px;
		padding-left: 10px;
		padding-right: 10px;
	}
*/	
}

@media (max-width: 768px) {
	.geschikt_voor {
		display: none;
	}
	
	.geschikt_voor_td {
		padding-bottom: 12px;
	}
}

@media (max-width: 650px) {

	.geschikt_voor_td {
		padding-bottom: 12px;
	}
.owl-carousel .owl-item img {
  display: block;
  margin-bottom: -18px;
  margin-left: -20px;
  width: 14px !important;
}

#quote .quote_text::before {
  left: 15px;
  z-index: -1;
}
.owl-carousel.owl-drag .owl-item {
    margin-right: 20px;
}
#usp_item_list::before {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 10px;
  left: -15px;
  top: 30px;
}
#usp_item_list::after {
  position: absolute;
  content: "";
  border: 0.5px solid #414548;
  width: 10px;
  right: -15px;
  top: 30px;
}
    .text_links .inner {
  background: #fff;
  padding: 30px;
  border-radius: 15px 15px 0px 0px;
}
	.foto_links {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}.text_rechts .inner {
  background: #fff;
  padding: 30px;
  border-radius: 0px 0px 15px 15px;
}
.foto_rechts {
  border-radius: 0px 0px 15px 15px;
  overflow: hidden;
}

.inner.bg_black {
  background: #f60;
  padding: 30px 30px;
  color: #fff;
  border-radius: 15px;
}
.cta.bg_white a {
  margin-bottom: 10px !important;
}
	.newest-products-list .product-item .product_information,
	.newest-products-list.loop .product-item .product_information .product_img.first,
	.newest-products-list .product-item .product_information .product_img,
	.newest-products-list .product-item,	
	.product_inner.middle, 
	.product_inner.last,
	.product_inner {
		display: block !important;
		width: 100% !important;
	}
	
	.newest-products-list.loop .product-item .product_information .product_img.first,
	.newest-products-list .product-item .product_information .product_img {
		height: 200px !important;
	}

	.newest-products-list .product-item .product_information .product_img img {
		width: auto;
		max-height: 200px;
		object-fit: inherit;
		position: relative;
	}

	.newest-products-list .product-item .product_information .product_text .product-sizes.attributes,
	.newest-products-list .product-item .product_information .product_data, 
	.newest-products-list .product-item .product_information .product_links,
	.product_inner.last	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.newest-products-list .product-item .product_information .product_data.price,
	.newest-products-list.loop .product-item .product_information .product_add_to_cart	{
		padding-left: 0;
		padding-right: 0;
	}

	.newest-products-list.loop .product_information {
		padding-top: 0;
		padding-bottom: 10px;
	}			
}	

@media (max-width: 525px) { 
	
	.newest-products-list .product-item .product_information {
		display: block !important;
	}
	
	.newest-products-list.loop .product-item .product_information .product_img.first,
	.newest-products-list .product-item .product_information .product_img {
		display: inline-block !important;
		width: 100px !important;
		float: left;
		height: auto !important;
		padding: 15px 0 15px 15px !important;
	}
	
	.newest-products-list.loop .product-item .product_information .product_img.first img,
	.newest-products-list .product-item .product_information .product_img img {		
		width: 100%;
		max-width: 85px;
		height: auto;	
	}
	
	.product_inner.middle,
	.product_inner.last,
	.newest-products-list.newest .product_inner {
		float: right;
		max-width: calc(100% - 110px);
	}
	
	.product_inner.middle .product_data {
		padding-top: 15px !important;
	}
	
	.product_inner.middle hr,
	.product_inner hr,
/*	.product_data.product_text table, */
	.product_add_to_cart .quantity,
	.product_data.top	{
		display: none !important;
	}
	
	
	.product_data.product_text.price .checker {
		margin-top: 2px;
	}
	
	
	.product_data.product_text.price table {
		display: block !important;
	}
	
	.newest-products-list.loop .product-item .product_information .product_data h3 {
		padding-bottom: 5px;
	}
	
	.product_inner.middle .product_data.product_text {
		padding-top: 0 !important;
	}
	
	.button_wrap_right {
		margin-left: 0;
	}
	
	.newest-products-list .product-item .product_information .product_text .product-sizes.attributes, 
	.newest-products-list .product-item .product_information .product_data, 
	.newest-products-list .product-item .product_information .product_links, 
	.product_inner.last {
		padding-left: 5px;
		padding-right: 15px;
	}

	.newest-products-list.newest .product-item .product_information .product_data h3 {
		padding-top: 20px;
	}

	.product_add_to_cart {
		padding-left: 5px !important;
	}

	.single_add_to_cart_button span	{
		padding-right: 0;
		font-weight: 600 !important;
	}
	
	.newest-products-list.loop .product-item .product_information .product_inner > div.product_data	{
		padding-bottom: 0;
	}
	
	.newest-products-list.loop .product-item .product_information .product_data.product_text.price > br {
		display: none;
	}
	
	.newest-products-list.loop .product-item .product_information .product_data.product_text.price .checker {
		margin-top: 8px;
	}
	
}