body {
  font-family: 'Hind', sans-serif;
}

.site {
  overflow: unset;
}

body,
button,
input,
textarea {
  font-family: 'Hind', sans-serif;
  color: #000;
}

ul,
ol {
  margin: 0px;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

::placeholder {
  color: #737373;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #737373;
}

::-ms-input-placeholder {
  color: #737373;
}

.hentry .entry-content a:not(.button) {
  text-decoration: none;
}

@media (min-width: 768px) {
  .col-full {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    clear: both;
  }
}

.site-header {
  padding-top: 0px;
  color: #000;
  animation-direction: normal;
  animation-duration: 0.3s;
  transform: translateZ(0);
  transition: all 0.5s;

}

.top-bar {
  width: 100%;
  background: #eef0f2;
  border-bottom: 2px solid #e1e4e7;
  float: left;
}

.site-header.logo-animate {
  position: fixed;
  width: 100%;
  background: #fff;
  animation-direction: normal;
  animation-duration: 0.3s;
  position: fixed;
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    top: -150px;
  }

  100% {
    top: 0px;
  }
}

/*.site-header.logo-animat .top-bar
{
	display: none;
}*/
.top-bar p {
  margin-bottom: 0px;
}

.top-bar-in {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
}

.top-right {
  display: inline-block;
  float: right;
  width: 50%;
}

.top-left {
  display: inline-block;
  float: left;
  width: 50%;
}

.top-right .widget_nav_menu ul {
  float: right;
}

.top-right .widget_nav_menu ul li {
  display: inline-block;
}

.top-right .widget_nav_menu ul li::before {
  display: none;
}

.top-right .widget_nav_menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.top-grant-main {
  display: inline-block;
  background: url(../images/checkmark.png) no-repeat center left;
  padding-left: 30px;
  background-size: 15px auto;
  height: 25px;
}

.top-grat {
  font-size: 16px;
  font-weight: 500;
  margin-top: 2px;
  display: inline-block;
  animation: vertical 16s linear infinite 0s;
  -ms-animation: vertical 16s linear infinite 0s;
  -webkit-animation: vertical 12s linear infinite 0s;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.3s all;
}

.top-grant-main span:nth-child(2) {
  animation-delay: 6s;
  -ms-animation-delay: 6s;
  -webkit-animation-delay: 4s;
}

.top-grant-main span:nth-child(3) {
  animation-delay: 12s;
  -ms-animation-delay: 12s;
  -webkit-animation-delay: 8s;
}

/*Vertical Flip Animation*/
@-webkit-keyframes vertical {

  5% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  35% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

}

.site-header .site-branding img {
  max-width: 280px;
}

.woocommerce-active .site-header .site-branding {
  width: auto;
  margin-right: 0px;
}

.seach-right {
  width: 73%;
  float: right;
}

.woocommerce-active .site-header .site-search {
  width: 49%;
  float: left;
}

.top-teliphone {
  width: 31%;
  float: left;
  padding: 15px 0px 0px 60px;
  text-align: center;
}

.top-teliphone a {
  font-size: 15px;
  color: #0f416f;
  display: inline-block;
  padding-left: 30px;
  background: url(../images/headset-yellow.png) no-repeat center left;
  background-size: 20px auto;
}

.custom-link {
  width: 20%;
  float: right;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding-top: 6px;
}

.custom-link>li {
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}

.custom-link li.whishlist-li a {
  font-size: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/whish-list.png) no-repeat center 5px;
  background-size: 22px auto;
  padding: 14px;
}

.custom-link li.whishlist-li a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/whish-list.png) no-repeat center -20px;
  background-size: 22px auto;
}

.custom-link li.login-li a {
  font-size: 0px;
  width: 25px;
  height: 25px;
  background: url(../images/user-icon.png) no-repeat center 2px;
  background-size: 24px auto;
  padding: 14px;
}

.custom-link li.login-li a:hover {
  background: url(../images/user-icon.png) no-repeat center -25px;
  background-size: 24px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}

.custom-link li.cart-li {
  margin-top: 10px;
  margin-right: 0px;
  cursor: pointer;
}

.custom-link li.cart-li ul .mini-cart {
  width: 25px;
  height: 25px;
  background: url(../images/mini-cart.png) no-repeat center 0px;
  background-size: 25px auto;
}

.custom-link li.cart-li ul .mini-cart:hover {
  background: url(../images/mini-cart.png) no-repeat center -30px;
  background-size: 25px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-link li.cart-li ul .mini-cart .count {
  position: absolute;
  font-size: 11px;
  background: #ff5555;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  right: -3px;
  top: -4px;
}

.woocommerce-active .site-header .site-header-cart {
  width: auto;
}

.site-header-cart .cart-contents .amount {
  display: none;
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
  padding-left: 1em !important;
}

.site-search .widget_product_search form::before {
  display: none;
}

.widget_product_search form button[type=submit] {
  clip: unset;
  -webkit-clip-path: unset;
  clip-path: unset;
  height: 30px;
  widows: 30px;
  background: url(../images/search-icon.png) no-repeat center center;
  background-size: 22px auto;
  font-size: 0px;
  padding: 18px;
  top: 10px;
  right: 8px;
  left: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.site-branding,
.site-search,
.site-header-cart,
.site-logo-anchor,
.site-logo-link,
.custom-logo-link {
  margin-bottom: 0;
}

.seach-right .site-search .widget_product_search form input[type=search] {
  background-color: #fff;
  color: #808080;
  border: 1px solid #d7d8d9;
  font-size: 15px;
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 53px;
}

.site-header .col-full {
  padding: 20px 0px;
}

.site-header-cart .widget_shopping_cart {
  min-width: 300px;
  text-align: left;
}

.woocommerce-active .site-header .main-navigation {
  width: 100%;
  float: none;
  margin-right: 0;
}

.site-header .storefront-primary-navigation .col-full {
  padding: 0px 0px;
}

.storefront-primary-navigation {
  background: #102f4b;
}

.main-navigation ul.menu>li {
  padding: 0px 20px;
}

.main-navigation ul.menu>li>a,
.main-navigation ul.nav-menu>li>a {
  padding: 20px 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  margin: 0 5px;
}

#gform_2 .quantity {
  display: none !important;
}

/*#gform_2 button#gform_submit_button_2{padding: 5px 20px; margin: 10px; float: right;}
#gform_2 button#gform_submit_button_2:hover{background-color: #102f4b}*/
.site-header ul#menu-top-menu li.current-menu-item>a {
  color: #000000 !important
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
  color: #fecc0a !important
}

/*.main-navigation ul.menu > li > a:after
{
	content: "";
    position: absolute;
    z-index: 9;
    left: 0;
    right: 100%;
    bottom: 15px;
    background: #fff;
    height: 1px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.main-navigation ul.menu > li > a:hover:after
{
	right:0px;
}*/
.home-side {
  background: #f2f2ee;
  padding: 30px;
}

.home-side .widget .widgettitle {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  border-bottom: 0px;
  margin-bottom: 0px;
}

.home-side .widget ul li {
  background: #fff;
  padding: 15px;
  border: 1px solid #e2e5e7;
  border-radius: 6px;
}

.home-side .widget ul li::before {
  display: none;
}

.home-side .widget ul li img {
  width: 27px;
  margin-right: 30px;
}

.home-side .widget ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-decoration: none !important;
  display: block;
  background: url(../images/arrow-yellow.png) no-repeat right 10px top 6px;
  background-size: 8px auto;
}

.home-side .widget ul li:hover a {
  background: #fff url(../images/arrow-yellow.png) no-repeat right 10px top -17px;
  background-size: 8px auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.home-side .widget {
  margin-bottom: 0px;
}

.slider-txt {
  color: #fff !important;
}

.slider-txt h3 {
  font-size: 50px !important;
  color: #fff;
  font-weight: 600 !important;
}

.slider-txt h5 {
  font-size: 25px !important;
  color: #fff;
  font-weight: 400 !important;
  line-height: 65px !important;
}

.slider-txt a {
  font-size: 17px !important;
  color: #fff;
  font-weight: 500 !important;
  padding: 18px 40px !important;
  background: #fecc0a !important;
  border-radius: 35px;
  display: inline-block;
}

.home-cat-section .vc_column-inner {
  position: relative;
}

.home-cat-section .vc_column-inner>.wpb_wrapper .wpb_single_image figure {
  overflow: hidden;
}

.home-cat-section .vc_column-inner>.wpb_wrapper figure .vc_single_image-wrapper {
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}

.home-cat-section .vc_column-inner>.wpb_wrapper:hover figure .vc_single_image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home-cat-section .home-cat {
  position: absolute;
  bottom: 64px;
  left: 52px;
}

.home-cat-section .wpb_content_element {
  margin-bottom: 0px;
}

.home-cat-section .wpb_single_image {
  margin-bottom: 30px;
}

.home-cat-section .home-cat h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 1px #000;
}

.home-cat-section .home-cat a {
  font-size: 17px;
  display: inline-block;
  padding: 4px 44px;
  border: 2px solid #fecc0a;
  border-radius: 35px;
  color: #fff;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.home-cat-section .home-cat a:hover {
  background-color: #fecc0a;
  color: #000;
}

.home-cat-section .percent {
  position: absolute;
  width: 73px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  font-size: 24px;
  color: #fff;
  background: #ff5400;
  font-weight: 700;
  top: 30px;
  right: 40px;
  border-radius: 50%;
  text-shadow: 1px 3px #b23b00;
}

.home-cat-link {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.home-cat-link h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 31px;
}

.home-cat-link h3 strong {
  font-weight: 700;
}

.home-cat-section .home-category-link .vc_column-inner>.wpb_wrapper:hover figure .vc_single_image-wrapper {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.site-main ul.products li.product.first {
  clear: none !important;
}

.home-grey-section {
  background: #e4e7eb;
  margin: 0px -100px;
  padding: 50px 100px;
  z-index: 9;
  position: relative;
}

.home-grey-section img {
  max-width: 216px;
}

.home-grey-section p {
  color: #3f4e5d;
  font-size: 18px;
  font-weight: 500;
}

.grey-ul {
  list-style-type: none;
}

.grey-ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding-left: 30px;
  background: url(../images/yellow-check.png) no-repeat top left;
  background-size: 20px auto;
  margin-right: 9%;
}

.grey-ul li:last-child {
  margin-right: 0;
}

.red-img,
.curtain-img {
  margin: 0px -100px;
}

.curtain-img {
  left: 0;
  right: 0;
  margin: 0px -95px;

}

.c-post {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.c-post li {
  width: 32%;
  position: relative;

}

.c-post li a.pst-img-a {
  position: relative;
  display: block;
}

.c-post li a.pst-img-a:after {
  background: -o-linear-gradient(bottom, rgba(16, 47, 75, 1) 0%, rgba(32, 124, 202, 0.01) 50%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 47, 75, 1)), color-stop(50%, rgba(32, 124, 202, 0.01)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to top, rgba(16, 47, 75, 1) 0%, rgba(32, 124, 202, 0.01) 50%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#102f4b', endColorstr='#007db9e8', GradientType=0);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-post li img {
  margin-bottom: 0px !important;
}

img {
  border-radius: 0;
}

.c-post .post-cat {
  margin: 0;
  font-size: 14px;
  color: #fecc0a;
  text-transform: uppercase;
}

.c-post h3,
.c-post h3 a {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 5px 0px 15px;
  line-height: 23px;
}

.post-btn {
  margin: 0;
  font-size: 14px;
  color: #bac1c8;
}

.post-btn .author {
  text-transform: capitalize;
}

.post-cnt {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 85%;
  z-index: 9;
}

/***************** login page css  ***************/
.page-template-my-account-temlate-php:not(.logged-in) .site-content .col-full {
  max-width: 2560px;
}

.login-left {
  max-width: 50%;
  text-align: right;
  background: #eef4f5;
  width: 100%;
}

.col2-set#customer_login .col-1 {
  display: inline-block;
  float: none !important;
  text-align: left;
  max-width: 585px;
  width: 100% !important;
  margin-right: 0px;
  padding-right: 22%;
  padding-top: 230px;
  padding-bottom: 230px;
}

.login-right {
  text-align: left;
  background: #eaeee2 url(../images/login-bg.png) no-repeat right bottom;
  max-width: 50%;
  width: 100%;
}

.col2-set#customer_login .col-2 {
  float: none !important;
  max-width: 585px;
  width: 100% !important;
  display: inline-block;
  margin-right: 0px;
  padding-left: 22%;
  padding-top: 230px;
  padding-bottom: 230px;
}

.col2-set#customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.storefront-breadcrumb {
  margin: 0px;
}

#customer_login h2 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

#customer_login .login-left h2 {
  margin-bottom: 58px;
}

#customer_login .form-row input,
#customer_login .form-row textarea {
  background: #fff;
  font-size: 16px;
  color: #000;
  border: 1px solid #d3d8dd;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 24px;
  line-height: 22px;
}

#customer_login .form-row {
  position: relative;
}

#customer_login .form-row input:focus {
  border: 1px solid #fecc0a;
}

#customer_login .form-row label {
  display: none;
  display: block;
  position: absolute;
  top: -9px;
  left: 18px;
  background: #eef4f5;
  padding: 0px 6px;
  font-size: 13px;
  background: rgba(238, 244, 245, 1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238, 244, 245, 1)), color-stop(0%, rgba(238, 244, 245, 1)), color-stop(0%, rgba(238, 244, 245, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(238, 244, 245, 1) 0%, rgba(238, 244, 245, 1) 0%, rgba(238, 244, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 244, 245, 1)), color-stop(0%, rgba(238, 244, 245, 1)), color-stop(0%, rgba(238, 244, 245, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(238, 244, 245, 1) 0%, rgba(238, 244, 245, 1) 0%, rgba(238, 244, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

#customer_login .login-right .form-row label {
  background: rgba(234, 238, 226, 1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234, 238, 226, 1)), color-stop(24%, rgba(234, 238, 226, 1)), color-stop(68%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 0.99)));
  background: -o-linear-gradient(top, rgba(234, 238, 226, 1) 0%, rgba(234, 238, 226, 1) 24%, rgba(255, 255, 255, 0.99) 68%, rgba(255, 255, 255, 0.99) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 238, 226, 1)), color-stop(24%, rgba(234, 238, 226, 1)), color-stop(68%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0.99)));
  background: linear-gradient(to bottom, rgba(234, 238, 226, 1) 0%, rgba(234, 238, 226, 1) 24%, rgba(255, 255, 255, 0.99) 68%, rgba(255, 255, 255, 0.99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeee2', endColorstr='#ffffff', GradientType=0);
}

#customer_login .form-row label.show-label {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#customer_login label.woocommerce-form__label-for-checkbox {
  display: inline-block !important;
  position: static;
  visibility: visible;
  opacity: 1;
  background: transparent;
}

#customer_login label.woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #000;
}

#customer_login label.woocommerce-form__label-for-checkbox input {
  display: none;
}

#customer_login label.woocommerce-form__label-for-checkbox span:before {
  content: '';
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #d3d8dd;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 3px;
}

#customer_login label.woocommerce-form__label-for-checkbox input:checked+span:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 11px;
  border: solid #102f4b;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce-LostPassword.lost_password {
  display: inline-block;
  float: right;

}

.woocommerce-LostPassword.lost_password a {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #686a6b;
}

.woocommerce-form-login__submit {
  width: auto;
  font-size: 16px;
  background: #102f4b;
  color: #fff;
  border-radius: 29px;
  padding: 8px 38px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #102f4b;
  margin-top: 30px;
}

.woocommerce-form-login__submit:hover {
  background: #fff;
  color: #102f4b;
  border: 2px solid #102f4b
}

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

.register .woocommerce-Button {
  background: transparent;
  color: #102f4b;
  border: 2px solid #102f4b;
  width: auto;
  font-size: 16px;
  border-radius: 29px;
  padding: 8px 38px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 30px;
}

.register .woocommerce-Button:hover {
  background: #102f4b;
  color: #fff;
  border: 2px solid #102f4b;
}

.regi-content h4 {
  font-size: 19px;
  color: #102f4b;
}

.regi-content ul {
  list-style: none;
  padding: 5px 0px 33px;
}

.regi-content ul li {
  padding-left: 30px;
  font-size: 16px;
  color: #102f4b;
  line-height: 34px;
  background: url(../images/yellow-check.png) no-repeat center left;
  background-size: 15px auto;
}

.woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  color: #102f4b;
}

.woocommerce-breadcrumb a {
  color: #7f91a0;
  font-size: 14px;
  text-decoration: none;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  content: "\f0da";
  font-size: 14px;
}

.page-template-my-account-temlate .storefront-breadcrumb {
  position: absolute;
  max-width: 1180px;
  left: 0;
  right: 0;
  margin: 17px auto;
  top: auto;
  padding: 0px;
}


/************ faq page css start   ****************************/

#menu-klantenservice-menu li::before {
  display: none;
}

#menu-klantenservice-menu li {
  border: 1px solid #e6e6e6;
  padding: 20px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 10px;
}

#menu-klantenservice-menu li:hover,
#menu-klantenservice-menu li.current-menu-item {
  background: #eef0f2;
  border: 1px solid #eef0f2;
}

#menu-klantenservice-menu li img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

#menu-klantenservice-menu li a>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-left: 15px;
  width: 80%;
}

#menu-klantenservice-menu li a>span>span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #0f416f;
  font-weight: 600;
}

.page-template-template-fullwidth .entry-header {
  display: none;
}

.menu-title,
.faq-main-title {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 35px;
}

.faq-section {
  margin-top: 0px;
}

.faq-section>.vc_column_container.vc_col-sm-8 {
  padding-left: 60px;
}

.faq-top {
  font-size: 16px;
  color: #4c4c4c;
  text-align: justify;
}

.faq-top a,
span.bloe-color {
  color: #102f4b
}

span.bloe-color {
  font-weight: bold;
}

.faq-title,
.klantservice-main h4.vc_custom_heading {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 50px 0px 20px;
}

.faq-section .vc_tta-panel-title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.faq-section .vc_tta-panel .vc_tta-panel-heading {
  background: #fff !important;
  margin-bottom: 10px !important;
  border: 1px solid #e0e3e7 !important;
  border-radius: 3px !important;
}

.faq-section .vc_tta-panel .vc_tta-panel-body {
  background: #fff !important;
  font-size: 16px !important;
  color: #4c4c4c !important;
  border: 1px solid #e0e3e7 !important;
  -webkit-box-shadow: 0px 1px 2px 0px #e5e5e5;
  box-shadow: 0px 1px 2px 0px #e5e5e5;
}

.faq-section .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
  padding-left: 20px !important;
  color: #000 !important;
  font-weight: 500 !important
}

.faq-section .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 20px;
}

.faq-section .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 14px;
}

.faq-section .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.faq-section .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
  border-color: #15334f !important;
}

.dwnld-btn {
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 13px;
  color: #3a5d7d;
  padding-right: 25px;
  background: url(../images/download-icon.png) no-repeat top right;
  background-size: 16px auto;
}

.klantservice-main .vc_column_container.vc_col-sm-8 {
  padding-left: 60px;
}

.klantservice-main .vc_column_container.vc_col-sm-8 p {
  margin-bottom: 30px;
}

.klantservice-main .vc_column_container.vc_col-sm-8 .faq-top p {
  line-height: 30px;
}

.granti-ul {
  list-style-type: none;
}

.granti-ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  background: url(../images/yellow-check.png) no-repeat center left;
  background-size: 21px auto;
  color: #000;
  padding-left: 35px;
}

.tarif-mat {
  font-size: 18px;
  color: #102f4b;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
  font-weight: 700;
}

.tarif-mat .terif-span {
  float: right;
}

.tarif-mat .terif-span small {
  font-weight: 500;
}

.online-meet {
  margin-bottom: 100px;
}

.online-meet .menu li::before {
  display: none;
}

.online-meet .menu li {
  display: inline-block;
  width: 49%;
  border: 2px solid #e2e5e7;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.online-meet .menu li:hover {
  background: #eef0f2;
  border: 2px solid #eef0f2;
}

.online-meet .menu li a:after {
  content: '';
  width: 20px;
  height: 30px;
  background: url(../images/pdf-icon.png) no-repeat center center;
  background-size: 20px auto;
  position: absolute;
  top: 15px;
  right: 15px;
}

.online-meet .menu li img {
  width: 30px;
  margin-right: 25px;
}

.online-meet .menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
}

.online-meet .menu li:nth-child(odd) {
  margin-right: 1%;
}

.met-ul {
  margin-top: 100px;
}

.klantservice-main .vc_sep_holder {
  margin-top: 20px;
}

/*product page*/
.gform_wrapper ul.gform_fields li.gfield.hidden-field {
  display: none !important;
}

.p-level2,
.p-level3,
.p-level4,
.p-level5,
.p-level6,
.open-step:not([data-id="2"]),
.gratis-text:not([data-id="2"]),
.next-steps-bt:not([data-id="2"]) {
  display: none;
}

.product_totals {
  display: none;
}

.psteps {
  cursor: pointer;
}

.left_required {
  display: none;
}



.term-houten-jaloezieen ul.products li.product .woocommerce-LoopProduct-link,
.term-houten-jaloezieen.custom-child-category .site-main ul.products.columns-3 li.product h3 .feed-item-baslik {
  pointer-events: none;
}

.site-header-cart .widget_shopping_cart {
  display: none !important;
}

.custom-child-category .site-main ul.products.columns-3 li.product .added_to_cart {
  display: none !important;
}

.about-banner {
  overflow: hidden;
}

.about-banner .vc_row {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-right: 0px;
  margin-left: 0px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.masking {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: transform 1s cubic-bezier(.785, .135, .15, .86);
  -moz-transition: transform 1s cubic-bezier(.785, .135, .15, .86);
  transition: transform 1s cubic-bezier(.785, .135, .15, .86);

}

.about-banner .masking {
  -webkit-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.animated .masking {
  -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -moz-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  -o-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);

}

.custom.tp-bullets .tp-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.5
}

.custom.tp-bullets .tp-bullet.selected {
  opacity: 1
}

.custom-child-sample ul.products li.product .price {
  display: none;
}

.custom-child-sample ul.products li.product span.term-name {
  padding-bottom: 0px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:focus {
  outline: none;
}

form#gform_13 .gform_wrapper .top_label li ul.gfield_radio {
  max-width: calc(100% + -70px);
}

/************** media css  ******************/
@media screen and (max-width: 1200px) {

  .col2-set#customer_login .col-1,
  .col2-set#customer_login .col-2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .login-right {
    background: #eaeee2;
  }

  .klantservice-main .vc_column_container.vc_col-sm-8 {
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .col2-set#customer_login {
    display: block;
  }

  .col2-set#customer_login .col-1,
  .col2-set#customer_login .col-2 {
    max-width: 100%;
    width: 100% !important;
    margin-right: 0px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .login-right,
  .login-left {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .site .site-content .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px !important
  }

  #customer_login .login-left h2 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .klantservice-main .vc_column_container.vc_col-sm-8 .faq-top p {
    line-height: 26px;
  }

  .klantservice-main .vc_column_container.vc_col-sm-8 p {
    margin-bottom: 20px;
  }

  .faq-title,
  .klantservice-main h4.vc_custom_heading {
    margin: 30px 0px 10px;
  }

  .c-post {
    display: block;
  }

  .c-post li img {
    width: 100%;
  }

  .c-post li {
    width: 100%;
    margin-bottom: 15px;
  }

  .post-cnt {
    text-align: left;
  }

  .c-post h3,
  .c-post h3 a {
    font-size: 17px;
    margin: 5px 0px 5px;
    line-height: 18px;
  }

  .top-bar {
    display: none;
  }

  .main-navigation ul.menu>li>a,
  .main-navigation ul.nav-menu>li>a {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  .main-navigation ul.menu>li {
    padding: 0px;
  }

  .main-navigation ul.menu {
    background: #0f416f;
    padding: 0px 0px;
    height: 100%;
  }

  .handheld-navigation {
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    left: 0;
    top: 124px;

  }

  nav.toggled .handheld-navigation {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;


  }

  .site-header {
    border-bottom: 1px solid #102f4b;
    padding-bottom: 15px;
  }

  .header-widget-region {
    display: none;
  }

  .site-header.logo-animate {
    position: static !important;
  }

  .site-header.logo-animate .seach-right .custom-link {
    width: 100%;
    text-align: left;
    padding-top: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    left: 0;
    padding-bottom: 10px;
    z-index: 999;
    border-bottom: 1px solid #102f4b;
  }

  .woocommerce-active .site-header.logo-animate .main-navigation .menu-toggle {
    position: fixed;
    right: 15px;
    top: 40px;
    z-index: 999;
  }

  .site-header.logo-animate .handheld-navigation {
    top: 50px;
    z-index: 999;
  }

}

@media screen and (max-width: 480px) {
  #menu-klantenservice-menu li {
    padding: 15px 15px;
  }

  #menu-klantenservice-menu li a>span {
    font-size: 16px;
    padding-left: 2px;
    width: 82%;
  }

  .dwnld-btn {
    position: static;
  }

  .menu-title,
  .faq-main-title {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .col-full {
    padding: 0 15px;
  }

  form#gform_13 .gform_wrapper .top_label li ul.gfield_radio {
    max-width: calc(100% + 00px);
  }

  form#gform_13 .single-product div.product form.cart .gform_wrapper .plevel-field .gfield_label {
    width: 36%
  }
}

.single-product div.product .summary .price {
  display: none;
}

/* Steps */
.step-container {
  width: 60%;
  position: relative;
  float: right;
  padding: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}

.step-configure {
  width: calc(56% - 15px);
  float: left;
  margin-right: 15px;
}

.selected-option-view {
  float: right;
  width: 44%;
  font-size: 13px;
}

.step-container .heading-text {
  padding: 15px 20px;
  margin: 0;
  background: #fecc0a;
}

.step-container.wsf-bs .panel-group {
  margin-bottom: 0;
}

.step-container .heading-text h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.step-container .panel-default>.panel-heading {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 0;
  position: relative;
  background: url(../images/edit-icon.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.step-container .panel-group .panel {
  background: #e1e4e7;
  border-radius: 0;
  border: 0;
}

.step-container .panel-group .panel:last-child .next-steps .next-btn-row {
  display: none;
  visibility: hidden;
}

.step-container .panel-heading a {
  padding: 15px 20px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.step-container .completed .panel-heading a {
  color: #6d7e8d;
}

.step-container .panel-default>.panel-heading a[aria-expanded="true"] {
  pointer-events: none;
}

.step-container .panel-heading .num {
  width: 23px;
  height: 23px;
  color: #fff;
  border-radius: 50%;
  background: #fecc0a;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  margin-right: 10px;
}

.step-container .awspc-step-total-price img {
  max-width: 15px;
}

.step-container .completed .panel-heading .num {
  background: url(../images/icon-completed.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent;
}

.step-container .panel-body {
  background-color: #eff0f4;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #e1e4e7;
}

.step-container .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 5px solid #e1e4e7;
}

.step-container .awspc-field-row {
  border-bottom: 1px solid #e1e4e7;
  padding: 15px 20px;
}

.step-container .awspc-field-row.field-type-band {
  padding-top: 24px;
  padding-bottom: 24px;
}

.step-container .awspc-field-row .awspc-field-label-line {
  font-size: 14px;
  vertical-align: top;
  width: 41%;
  margin: 8px 0 0;
  font-weight: 600;
  display: inline-block;
}

.step-container .awspc-field-row .awspc-field-widget-line {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 57%;
  margin: 0;
}

.step-container .awspc-field-row select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  border-color: #e1e4e7;
  border-radius: 5px;
  -webkit-appearance: none;
  background: #fff url(../images/down-arrow.png);
  background-position: right 15px center;
  font-weight: 500;
  background-repeat: no-repeat;
  padding: 0 40px 0px 10px;
  box-shadow: 1px 3px 7px 0px #e2e2e2;
  -webkit-box-shadow: 1px 3px 7px 0px #e2e2e2;
}

.step-container .wpc-product-form .awspc-field-widget input[type="text"],
.step-container .quantity .qty {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  border: solid 2px #e1e4e7;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1.5;
  height: 40px;
  text-align: left;
}

.step-container .wpc-product-form .field-locatie .awspc-field-widget input[type="text"] {
  width: 100%;
}

.step-container .awspc-field-widget {
  display: flex;
  flex-direction: column;
  position: relative;
}

.step-container .awspc-field-error {
  font-size: 10px;
  display: none;
}

.step-container .info {
  background: url(../images/icon-info.png);
  background-size: contain;
  display: inline-block;
  width: 16px;
  margin: 2px 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  float: left;
  opacity: 0.5;
  transition: 0.05s all;
}

.step-container .info:hover {
  transform: scale(1.2);
  opacity: 1;
}

.step-container .awspc-text-after-field {
  width: 56%;
  position: absolute;
  right: 0;
  margin: 8px 0;
  color: #6b6c6d;
}

.step-container .next-steps a.btn-next {
  display: block;
  width: 100%;
  background: url(../images/right-arrow.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
  max-width: 326px;
  padding: 15px 30px;
  color: #fff;
  background-color: #102f4b;
  border-radius: 25px;
  line-height: 1;
  font-weight: 700;
  margin: 5px auto 5px;
}

.step-container .next-steps .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.step-container .next-steps .awspc-btn {
  color: #000;
  width: 100%;
  background: url(../images/right-arrow-one.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
  padding: 15px 30px;
  background-color: #fecc0a;
  border-color: #fecc0a;
  border-radius: 25px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  height: auto;
  float: none;
}

.step-container .next-steps .free-sample {
  display: block;
  padding: 4px 0;
}

.free-sample a,
.free-sample button.button {
  text-align: center;
  display: flex;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

.free-sample button.button {
  background: transparent;
  padding: 0;
  height: auto;
  text-align: left;
  line-height: 1.3;
  border-radius: 0;
}

.free-sample a:before,
.free-sample button.button:before {
  content: "";
  background-image: url(../images/pattern.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 21px;
  width: 21px;
  height: 27px;
  display: inline-block;
  margin-right: 9px;
}

.your-order .awspc-step-right-container {
  display: block !important;
}

.single-product div.product .summary {
  margin: 0;
}

.step-container .sov-content {
  display: flex;
  flex-direction: column;
}

.step-container .sov-content .totaal-prijs {
  height: 100%;
}

.step-container .sov-content ul {
  margin: 0;
  width: 100%;
}

.step-container .sov-content h3 {
  margin: 0;
}

.step-container .sov-content ul li {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.step-container .sov-content ul li li {
  padding: 0;
  margin: 0 !important;
}

.step-container .sov-dynamic-form-label-content>li {
  padding: 20px;
}

.step-container .sov-dynamic-form-label-content>li.quantity-show {
  padding-top: 0;
  margin-top: -21px !important;
}

.step-container .sov-content ul li span {
  font-weight: normal;
  width: auto;
}

.step-container .sov-content ul li .left-sov {
  margin-right: 10px;
  width: auto;
  white-space: nowrap;
}

.step-container .sov-content ul li span.right-sov {
  width: auto;
}

.step-container .sov-content ul li span.right-sov input {
  width: 100%;
}

.step-container .e-p-content .print-screen {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}

.step-container .product-wishlist {
  text-align: center;
  font-size: 15px;
  padding: 5px 0 20px;
}

.step-container .product-wishlist a {
  color: #000;
}

.step-container a:hover,
.step-container a:focus {
  color: #23527c;
  text-decoration: none;
}

.step-container .modal-header {
  border-bottom: 0;
  background: #eff0f2;
  padding: 15px 30px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.step-container .modal-title {
  color: #102f4b;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
}

.step-container .modal-body {
  padding: 15px 30px;
  color: #102f4b;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  max-height: 500px;
  height: 100%;
  overflow-y: scroll;
}

.step-container .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: #f5f5f5;
}

.step-container .modal-body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.step-container .modal-body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(194, 194, 194);
}

.step-container .modal-body::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}

.step-container .modal-body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 30px;
  margin: 0;
}

.step-container .modal-body h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.step-container .modal-body img {
  margin: 0 auto 20px;
  clear: both;
  display: block;
}

.step-container .modal-body p {
  margin: 0 0 1.41575em;
}

.step-container .modal-content {
  box-shadow: none;
  width: 100%;
  border: 1px solid #888;
}

.step-container button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  z-index: 9;
  color: #aaaaaa;
  opacity: 1;
  font-size: 28px;
}

.single-product div.product .edit-link {
  display: none;
}

.step-container .awspc-image-selection img {
  display: none;
}

.step-container .awspc-image-selection-wrapper .awspc-image-selection-box {
  margin: 0 20px 0 0;
  text-align: left;
  float: left;
}

.step-container .awspc-image-selection-box-active {
  border: 0;
}

.step-container .awspc-image-selection-wrapper .awspc-image-selection-box .awspc-image-selection-box-content-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.step-container .awspc-image-selection-wrapper .awspc-image-selection-box .awspc-image-selection-box-content-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 2px #e1e4e7;
  border-radius: 50%;
}

.step-container .awspc-image-selection-wrapper .awspc-image-selection-box.awspc-image-selection-box-active .awspc-image-selection-box-content-label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #3790ff;
  border-radius: 50%;
}

.step-container .awspc-image-selection-wrapper .awspc-image-selection-box.awspc-image-selection-box-active .awspc-image-selection-box-content-label {
  font-weight: 400;
}

.step-container .awspc-image-selection-wrapper {
  padding: 7px 0 10px;
  display: inline-block;
  width: 100%;
  float: left;
}

.step-container .awspc-output-product {
  margin-bottom: 0;
}

.step-container .awspc-output-product .awspc-output-result-label {
  display: none;
}

.step-container .awspc-output-result-row.field-error {
  position: absolute;
  top: -30px;
  right: 0;
  display: none;
}

.step-container .awspc-output-result-row.field-error .awspc-output-result-value {
  display: block;
  font-size: 14px;
  background: red;
  color: #fff;
  padding: 3px 15px;
  text-transform: uppercase;
}

.step-container .awspc-output-result-row.field-error .awspc-output-result-value:empty {
  display: none;
}

.step-container form {
  margin-bottom: 0;
}

.reset-form input,
.reset-form select,
.reset-form input[type="radio"] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  color: #000;
  pointer-events: none;
  text-align: right;
  max-width: initial;
  direction: rtl;
  outline: 0;
}

.reset-form input:focus,
.reset-form select:focus {
  outline: 0;
  background: transparent;
}

.reset-form .awspc-text-after-field,
.reset-form .awspc-field-error,
.reset-form img {
  display: none !important;
}

.wpc-cart-container .wpc-edit-icon.button {
  display: none;
}

.step-container .sov-content .totaal-prijs li:last-of-type .left-sov {
  background: transparent;
}

.step-container .sov-content ul li.levertijd .left-sov {
  background: transparent;
  display: flex;
  align-items: center;
}

.step-container .sov-content ul li.levertijd .left-sov:after {
  content: '';
  background: url(../images/tempo-icon.png);
  width: 20px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  height: 14px;
}

.step-container .sov-content ul li span.from {
  font-size: 13px;
  margin-right: 5px;
}

.step-container .sov-content ul li span.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woo-content-right ul.products {
  display: flex;
  flex-wrap: wrap;
}

.choose-color {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.choose-color ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}

.choose-color ul li {
  width: 32px;
  height: 32px;
  box-shadow: inset 0 0 0 1px transparent;
  float: left;
  background: #e1e4e7;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0;
  margin-right: 10px;
  transition: all 0.3s;
}

.choose-color ul li.active,
.choose-color ul li:hover {
  box-shadow: inset 0 0 0 2px #333;
}

.choose-color li .change-color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
}

.woocommerce-products-header .child-before-loop-content .child-blc-row {
  display: none;
}

p+h2,
p+header h2,
p+h3,
p+h4,
ul+h2,
ul+header h2,
ul+h3,
ul+h4,
ol+h2,
ol+header h2,
ol+h3,
ol+h4,
table+h2,
table+header h2,
table+h3,
table+h4,
blockquote+h2,
blockquote+header h2,
blockquote+h3,
blockquote+h4,
form+h2,
form+header h2,
form+h3,
form+h4 {
  margin-top: 1em;
}

@media screen and (max-width: 480px) {
  .step-container .sov-dynamic-form-label-content>li {
    padding: 20px 5px;
  }

  .step-container .sov-content ul li span.left-sov {
    width: auto;
  }

  .step-configure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .selected-option-view {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .step-container .modal-dialog {
    width: 50%;
    margin: 30px auto;
  }
}

@media screen and (max-width: 991px) {
  .step-container {
    width: 100%;
    margin: 20px auto 0;
  }
}


@media print and (orientation: portrait) {


  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-price,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .cart-detail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;

  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .cart-detail .awspc-variation {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;

  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .cart_item td::before {
    margin-right: 2% !important;
  }



}

@media print {

  body,
  .woocommerce-cart {
    margin: 0;
    padding: 0;
    background: white;
    width: 100%;
    box-shadow: none;
  }

  .product-template-default div.product .woocommerce-product-gallery,
  .product-template-default .step-configure,
  .product-template-default .choose-color {
    display: none;
  }

  .product-template-default .selected-option-view {
    width: 100% !important;
  }

  .product-template-default div.product .woocommerce-tabs {
    width: 100%;
  }

  .product-template-default .woocommerce-product-attributes .woocommerce-product-attributes-item__value {
    text-align: right !important;
  }

  .product-template-default .image-n-tabing .wc-tabs {
    display: inline-block !important;
  }

  .product-template-default .image-n-tabing .wc-tabs #tab-title-description,
  .product-template-default .image-n-tabing .wc-tabs #tab-title-custom_meten,
  .product-template-default .image-n-tabing .wc-tabs #tab-title-custom_monteren {
    display: none !important;
  }


  .woocommerce-cart .woocommerce .top-process {
    display: none;
  }

  tr.woocommerce-cart-form__cart-item.cart_item td.product-name .cart-detail .open-close {
    display: none;
  }

  .cart-detail dl.variation dd:nth-of-type(2)~dd,
  .cart-detail dl.variation dt:nth-of-type(2)~dt {
    display: inline-block !important;
  }

  .cart-detail,
  .cart_totals {
    page-break-inside: avoid;
  }

  table.cart td.actions,
  .wc-proceed-to-checkout,
  a.remove,
  table.shop_table_responsive tr td[data-title]::before {
    display: none !important;
  }

  table.shop_table_responsive thead {
    display: table-header-group;

  }

  a[href]:after {
    content: none !important;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-price,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-subtotal {
    display: table-cell !important;
    width: auto !important;
    text-align: center;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name {
    width: 70% !important;
    text-align: left;
  }

  .woocommerce-cart tr.woocommerce-cart-form__cart-item.cart_item td.product-name .cart-detail {
    display: block;
    text-align: left;
    padding-left: 110px;
  }

  .woocommerce-cart .woocommerce .woocommerce-cart-form .product-name .cart-detail .awspc-variation {
    justify-content: flex-start;
  }
}