/* general before */
/* V 1.9 */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap'); */

/* Input field */

.myshp_checkout_customerdata_field input[type="email"].myshp_checkout_value,
.myshp_checkout_customerdata_field input[type="tel"].myshp_checkout_value {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Slogan */
.myshp-slogan {
  padding: .7rem 0;
  background: #de4217;
}

.myshp-slogan__text {
  color: white;
  text-align: center;
  font-size: 15px;
}

.myshp_menu_basket_count {
  background: green;
  color: white;
  font-size: 14px;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  position: absolute;
  right: -17px;
  padding: 3px 7px;
  top: -9px;
}

@media (max-width:992px) {
  .myshp_menu_basket_count {
    padding: 0 7px;
  }
}

span.myshp_menu_basket {
    background-image: url(https://myshop.s3-external-3.amazonaws.com/shop2157800.images.cart4.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    width: 2rem;
    height: 2rem;
    float: right;
    position: relative;
    font-size: 0px;
}

body .myshp-cart-content-container {
  display: none !important;
}

.myshp-shpcart-container .myshp-basket-count {
  background-color: #de4217 !important;
  left: 30px !important;
  padding: 2px 7px !important;
}

.myshp-shpcart-container .myshp-control-buttons a {
  padding: 0 !important;
  border: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  background-color: #de4217 !important;
  background-image: none !important;
  background-repeat: repeat !important;
  background-position: 0 0 !important;
  padding: 10px 20px !important;
  cursor: pointer !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
}

tr.myshp-cart-total td:first-child,
.myshp-order-line-feature.myshp-order-line-feature-shipping td:first-child {
  display: none !important;
}

.myshp_list_product_price {
  font-weight: 700;
  color: #de4217;
}

.myshp_list_product_features,
.myshp_list_product_value {
  color: #777;
}

.price-btn {
  display: flex;
  float: left;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.price-btn div {
  width: 100%;
}

.price-btn .myshp_control_buttons {
  text-align: right;
}

.ul-checklist {
  margin-top: 2rem;
}

.ul-checklist li {
  font-size: 20px;
  padding-bottom: 1rem;
}

.ul-checklist li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #de4217;
  margin-right: .8rem;
}

.twemco-img {
  float: right;
}

.info-block {
  margin-top: 4rem;
}

@media (max-width:769px) {
  .twemco-img {
    width: 7rem;
  }

  .info-block {
    margin-top: 1rem;
  }
}

@media handheld, only screen and (max-width: 767px) {
  .row {
    width: unset;
    min-width: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
}

.myshp_container {
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 0 10px;
  width: 1054px;
  position: relative;
  behavior: url(/skins/master/pie/PIE.htc);
}

.myshp_main {
  float: left;
  width: 100%;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}

body,
button,
input,
textarea,
select {
  color: #333333;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

.myshp_container {
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

body,
button,
input,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 500px) {
  .myshp_list_product_price {
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 0px !important;
  }
}

@media (min-width: 0) {

  a.myshp_button,
  button,
  button.myshp_button,
  .myshp_block_inner_button,
  a.myshp_button:link,
  a.myshp_button:visited,
  a.myshp_button:active,
  a.myshp_button:hover {
    padding: 0 !important;
    border: none !important;
    border-width: 1px !important;
    border-style: solid !important;
    /* border-color: #CCCCCC; */
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    background-color: #de4217 !important;
    background-image: none !important;
    background-repeat: repeat !important;
    background-position: 0 0 !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
  }

  a.myshp_button span,
  button span {
    display: inline-block;
  }

  a.myshp_button:hover,
  button:hover,
  .myshp_block_inner_button:hover {
    color: #fff !important;
    background-color: #949596 !important;
  }
}

input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
}

textarea {
  text-indent: 2px;
}

input {
  height: 23px;
  text-indent: 1px;
}

@media \0screen {
  input {
    line-height: 20px;
  }
}

header {
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
}

header .myshp_wrapper {
  padding: 0px 10px;
}

.myshp_logo {
  float: left;
  width: 100%;
  padding-top: 2rem;
}

.myshp_logo a,
.myshp_logo a:link,
.myshp_logo a:visited,
.myshp_logo a:active,
.myshp_logo a:hover {
  margin: auto;
  font-family: inherit;
  font-size: 24px;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
}

.myshp_top_menu {
  float: right !important;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .myshp_top_menu {
    float: left !important;
  }

  #app-myshop-shoppingcart {
    margin-left: 15px;
  }
}

.myshp_top_menu ul {
  float: left;
  clear: right;
}

.myshp_top_menu ul li {
  float: left;
  clear: right;
}

.myshp_top_menu ul li a,
.myshp_top_menu ul li a:link,
.myshp_top_menu ul li a:visited,
.myshp_top_menu ul li a:active {
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  font-size: 11px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #000;
}

.myshp_top_menu ul li:first-child a {
  border-left: 0px;
}

.myshp_slogan {
  float: left;
  clear: left;
  color: #FDFDFD;
  font-style: italic;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
}

.myshp_main .myshp_slogan {
  color: #FDFDFD;
}

nav {
  float: left;
  width: 100%;
  border-radius: 0px;
  margin: 1.45em 0 1px;
  /* background-color: #949596;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0; */
  position: relative;
  /* behavior: url(/skins/master/pie/PIE.htc); */
  border-top: 2px solid #de4217;
  border-bottom: 2px solid #de4217;
  margin-bottom: 0;
}

nav ul {
  float: left;
  width: 100%;
}

nav ul li {
  float: left;
}

nav ul li a,
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active,
nav ul li a:hover {
  padding: 0;
  display: block;
  line-height: 33px;
  /* height: 33px; */
  font-size: 16px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}

nav ul li a span.bi {
  color: #de4217;
  margin-left: 2px;
}

nav ul li a:hover {
  background-color: #fff;
  color: #de4217;
  text-decoration: solid underline #de4217 10px !important;
}

nav ul li a.myshp_tabOn {
  background-color: #fff;
  color: #de4217;
  text-decoration: solid underline #de4217 10px !important;
}

.myshp_main .myshp_wrapper {
  padding: 30px 10px 10px 10px;
}

/* Start of Column CSS */
.myshp_container3 {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
}

.myshp_container2 {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
  /*right:18%;*/
  overflow: hidden;
}

.myshp_container1 {
  float: left;
  width: 100%;
  position: relative;
  /*right:64%;*/
  overflow: hidden;
}

.myshp_col1,
.myshp_col2,
.myshp_col3 {
  margin: 10px 0 0 0;
}

.myshp_col1 .myshp_pad,
.myshp_col2 .myshp_pad,
.myshp_col3 .myshp_pad {}

.myshp_col1 {
  float: left;
  width: 21%;
  position: relative;
  /*left:82%;*/
  overflow: hidden;
}

.myshp_col1 .myshp_pad {
  margin-right: 10px;
}

.myshp_col2 {
  float: left;
  width: 58%;
  position: relative;
  /*left:82%;*/
  overflow: hidden;
}

.myshp_column_count_1 .myshp_col2 {
  width: 100%;
}

.myshp_column_count_2 .myshp_col2 {
  width: 79%;
}

.myshp_column_count_3 .myshp_col2 {
  width: 58%
}

.myshp_col2 .myshp_pad {
  /* padding: 10px; */
  background-color: #fff;
  /* border: 1px solid #CCCCCC; */
}

.myshp_col3 {
  float: left;
  width: 21%;
  position: relative;
  /*left:82%;*/
  overflow: hidden;
}

.myshp_col3 .myshp_pad {
  margin-left: 10px;
}

.myshp_block {
  margin-bottom: 10px;
  border-radius: 0px;
  background: #fff;
  /* border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  behavior: url(/skins/master/pie/PIE.htc); */
}

.myshp_block .myshp_box {
  padding: 7px;
}

h3,
.myshp_box_title {
  /* padding: 7px !important;
  display: block;
  margin: 0 0 0px 0; */
  color: #000000;
  /* font-size: 1px; */
  font-weight: bold;
  /* border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CDCDCD;
  background-color: #EEECEC;
  background-image: url("/skins/bologna_v2/5/spritev.png");
  background-repeat: repeat-x;
  background-position: 0 -11px; */
}

h3,
.myshp_box_title {}

.myshp_list h3 {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -moz-box-sizing: border-content;
  -moz-box-sizing: content-box;
}

/*set=block-links;sequence=3;*/
.myshp_block a,
.myshp_block a:link,
.myshp_block a:visited,
.myshp_block a:active {}

/**/
.myshp_block fieldset {
  width: 100%;
}

.myshp_box .jcarousel-container .jcarousel-prev, .myshp_box .jcarousel-container .jcarousel-next {
  border-top-color: transparent;
  border-right-color: #000000;
  border-bottom-color: transparent;
  border-left-color: #000000;
}

/*set=menu-block;sequence=1;*/
.myshp_menu_side_show_all .myshp_not_active_menu_item ul {
  display: block;
}

.myshp_not_active_menu_item ul {
  display: none
}

.myshp_active_menu_item a.myshp_menu_item_active {
  font-weight: bold
}

.myshp_menu ul ul {
  padding-left: 10px;
}

.myshp_menu ul li a, .myshp_menu ul ul li:first-child a {
  margin: 7px 0 0px 0;
  display: block;
}

.myshp_menu ul li:first-child a {
  margin: 0px 0 0px 0;
}

.myshp_menu ul li a.myshp_tabOn {
  font-weight: bold;
}

.myshp_menu_2 {
  text-indent: 15px;
}

myshp_menu a.myshp_menu_item_active {
  font-weight: bold;
}

/**/
/*set=breadcrumb-block;sequence=1;*/
.myshp_block.myshp_breadcrumb {
  background: none;
  border: none;
}

.myshp_block.myshp_breadcrumb .myshp_breadcrumb_inner {
  padding: 0;
}

/**/
/*set=shopping-cart-block;sequence=1;*/
.myshp_side_basket p {
  margin-bottom: 5px;
  margin-top: 0;
}

/**/
/*set=search-block;sequence=1;*/
.myshp_side_search .myshp_button {
  float: right;
}

.myshp_side_search input {
  width: 100%;
  margin-bottom: 7px;
  float: left;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .myshp_side_search input {
    width: 100%;
  }

  .myshp_side_search .myshp_button {
    margin-top: 2px;
  }
}

/**/
/*set=login;sequence=1;*/
.myshp_side_login .myshp_button,
.myshp_side_logout .myshp_button {
  float: right;
}

.myshp_side_login input,
.myshp_side_logout input {
  width: 100%;
}

.myshp_side_login label,
.myshp_side_logout label {
  float: left;
  margin-bottom: 5px;
}

.myshp_side_login .myshp_myaccount_login_info,
.myshp_side_logout .myshp_myaccount_login_info {
  clear: left;
  float: left;
  cursor: pointer;
}

.myshp_side_login .myshp_myaccount_login_info a,
.myshp_side_logout .myshp_myaccount_login_info a {
  cursor: pointer;
}

/**/
/*set=price-slider;sequence=1;*/
.myshp_price_slider .myshp_box {
  padding: 17px 7px 14px;
}

.myshp_price_slider a.myshp_button {
  float: right;
  margin: 7px 0 0 0 !important;
}

.myshp_slide_filter .jslider-value input {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**/
footer {
  float: left;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem 0;
  border-top: 2px solid #de4217;
  /* padding: 0 10px;
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0; */
}

.footer-img {
  margin: auto;
  width: 35rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .footer-img {
    width: 100%;
  }
}

.myshp_contact_submit .myshp_block_inner_button.button {
  height: 2.5rem;
  margin-bottom: 1rem;
}

footer .myshp_wrapper {
  padding: 15px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  background-color: #FAFAFA;
}

footer ul {
  float: right;
}

footer ul li {
  float: left;
}

footer ul li a,
footer ul li a:link,
footer ul li a:visited,
footer ul li a:active,
footer ul li a:hover {
  padding: 0 2px;
  display: inline-block;
  font-size: 11px;
  padding: 0 0.5em;
  margin: 0 0 0 0px;
  color: #666666;
  font-size: 11px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

footer ul li a:hover {
  text-decoration: none;
  color: #949596;
}

footer ul li:first-child a {
  border-left: 0;
}

footer div.myshp_footer_text {
  font-size: 11px;
  color: #666666;
}

/* Product List */
/* Contact */
body.myshp_block_inner {
  background: none repeat scroll 0 0 transparent;
}

body.myshp_block_inner .myshp_block_inner_button {
  padding: 0 10px;
}

#myshp_contact_form fieldset {
  border: 0 none;
}

.myshp_checkout_orderpage .myshp_button_next {
  float: right;
}

body.myshp_block_inner h3 {
  background-color: transparent;
  background-image: none;
  border: medium none;
  margin: 0;
}

body.myshp_block_inner .myshp_contact_field {
  clear: both;
  display: block;
  margin: 5px 0 0;
  padding: 1px 3px;
  width: 100%;
}

/* Responsive modifications */
@media (max-width: 768px) {
  .myshp_main .myshp_wrapper {
    padding: 0;
  }

  nav {
    margin: 0;
  }

  .myshp_container, .myshp_logo, .myshp_logo img, .myshp_logo a {
    width: 100%;
  }

  .myshp_logo a {
    height: auto !important;
    width: 100% !important;
  }

  .myshp_col2.myshp_col,
  .myshp_col1.myshp_col,
  .myshp_col3.myshp_col {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .myshp_col .myshp_pad {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
  }

  body .myshp_list_product {
    width: 100% !important;
    margin-bottom: 10px;
  }

  footer ul {
    float: right;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  footer div.myshp_footer_text {
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .myshp_side_search input {
    width: 100%;
    margin: 10px 0;
  }

  .myshp_info_image {
    width: 100% !important;
  }

  .myshp_info_features {
    width: 100%;
  }

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

  .myshp_cookies_warning {
    opacity: 0.9;
  }

  .myshp_container .myshp_container_wrapper {
    padding: 0 10px;
    float: left;
  }

  .myshop_level1 {
    padding: 5px 0;
  }

  .customer__fileds1 {
    margin: 0 !important;
  }

  .msresp_payment__control, .msresp_shipping__control {
    margin: 0 6px;
  }

  .msresp_payment__description, .msresp_shipping__description {
    width: 80%;
  }

  .msresp_shipping__cost {
    float: left;
    margin-left: 9%;
  }

  .panel-default {
    height: auto !important;
    min-height: initial !important;
  }

  .panel-default p {
    margin: 0;
  }

  .help_btn {
    display: none !important;
  }

  .myshp_list_row {
    margin-bottom: 0;
  }
}

.myshp_cookies_warning {
  left: 0;
}

@media (min-width :768px) {
  .msresp_address_form label {
    display: inline-block;
    width: 25%;
  }

  .msresp_address_form__control {
    width: 73%;
    display: inline-block;
    float: none !important;
  }
}

@media (max-width: 769px) {
  .myshp_list_product_box {
    padding-bottom: 2rem;
  }
}

.flexnav.flexnav-show {
  padding: 0 15px;
}

.flexnav.flexnav-show span.bi {
  display: none;
}

@media (min-width :800px) {
  .flexnav {
    max-height: inherit !important;
  }
}

.customer__fileds1 {
  margin: 10px;
}

.title_adress_h3 {
  padding: 10px;
}

.msresp_address_form__control label {
  width: auto;
  float: none;
}

.msresp_cobreadcrumb {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px 0;
}

@media (min-width: 800px) {
  .flexnav {
    padding: 1rem 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flexnav li {
    padding-right: .2% !important;
  }
}

.myshp_main {
  background-image: none !important;
}

@media (max-width: 768px) {
  .flexnav li ul {
    width: 100% !important;
  }

  .flexnav li a {
    border-left: none !important;
  }

  .myshp_menu .myshp_menu__title, .myshp_block_menu_filter .myshp_menu__title {
    padding: 10px;
    margin: 0;
  }

  .myshp_side_search {
    border: none;
  }

  .myshp_main {
    background-image: none;
  }

  .myshp_slogan {
    color: #555;
    position: relative;
    bottom: inherit;
  }
}

.flexnav li {
  margin-right: 0 !important;
}

.flexnav.sm-screen li {
  float: none;
}

.flexnav li ul li a {
  margin-bottom: 0;
  font-size: 11px !important;
  border: 0;
  line-height: normal;
}

.flexnav li ul li {
  padding-top: 0 !important;
}

.menu-button {
  height: auto;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

@media (max-width: 500px) {
  .navbar-toggle.menu-button {
    left: 0px !important;
  }
}

.navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-toggle.menu-button {
  background-color: #a3a3a3;
}

.navbar-toggle.menu-button.active {
  background-color: #575757;
}

.flexnav .touch-button {
  height: 28px !important;
}

.flexnav .touch-button .navicon {
  top: 8px !important;
}

.flexnav li ul {
  background-color: #ccc;
}

.flexnav li ul li a {
  padding: 10px;
}

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  margin-bottom: 0;
}

/* gerneral after */

/* Started Footer payment methods Styling Started */
body .footer__methods iframe{
    margin: 0 !important;
}
@media(max-width: 1000px) {
  .footer__methods {
    width: 100%;
    height: auto;
    overflow-x: inherit;
    justify-content: flex-start !important;
  }
    /* Webshop Keurmerk */
    body .footer__methods > a img {
        height: 75px !important;
    }

    /* iDEAL and PostNL */
    body .footer__methods img[alt="ideal"],
    body .footer__methods img[alt="postnl"] {
        height: 65px !important;
    }

    /* Mastercard */
    body .footer__methods img[alt="mastercard"] {
        height: 55px !important;
    }

    /* Bank transfer and Bancontact */
    body .footer__methods img[alt="bank transfer"],
    body .footer__methods img[alt="bancontact"] {
        height: 75px !important;
    }

    /* Billink */
    body .footer__methods img[alt="billink"] {
        height: 25px !important;
    }

  /* PostNL iframe widget */
  body .footer__methods iframe {
      display: block;
      width: 200px !important;
      height: 92px !important;
      margin: 0 !important;
      flex: 0 0 200px;
  }
}

@media only screen and (max-width: 700px){
  .footer__methods{
   gap: 10px !important;
  }

}

/* End Footer payment methods Styling Started */
