/* 20230131133449 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/*fullscreen background*/

body{
 /* background: url('http://assets.webshopapp.com/nsight/background-bubbles.jpg?') no-repeat center center fixed; height: 100%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/
  background:#ffffff url("https://static.webshopapp.com/shops/068307/files/073592681/tinkerbell-pattern-5.jpg") repeat fixed left;
  font-size: 15px!important;
}

body a{
  font-size: 15px!important;
}

footer .copyright-payment a {
  font-size: 12px !important;
}

/* main */
h1,h2,h3,h4,h5,h6{
  font-weight: normal;
}

h3.like-h1 {
    font-family: "Cabin", Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
}

/* logo */
.vertical.logo img{
  max-width: 200px;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .vertical.logo img{
    max-width: 280px;
    
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .vertical.logo img{
    max-width: 320px;
    
  }
}




/*topnav*/

.topnav, header{
  background-color: transparent;
  border: none;
}

.topnav{
  padding: 0;
}

.topnav .container{
  background-color: #FF6600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.topnav .container .right .english img{
  display: inline;
  margin-left: 10px;
}

/*Style Main Nav */

.align .vertical{
  vertical-align: baseline;
}

.itemLink{
  font-size: 16px;
}

.nonbounce ul.subnav{
  background-color: #FF6600;
}

.nonbounce.desktop .subnav .subitem{
  background-color: #FF6600;
}

.nonbounce.desktop .subnav .subitem .subitemLink{
  color: #FFFFFF;
  font-size: 15px;
}

.nonbounce.desktop .subnav a:hover{
  color: #FF6600;
}

.sidebar .subitemLink{
  font-size: 15px;
}

.container.content{
  background-color: #FFF;
  min-height: 800px;
}

.page-title h1, .gui-page-title{
  font-weight: normal;
}

/*sliderhandle*/
#collection-filter-price .ui-slider-handle{
  border-color: #FF6600;
  background-color: #FF6600;
}

/*page-title-row => orange*/
.page-title.row{
  padding-bottom: 30px;
  background-color: #FF6600;
  color: #fff;
}
.page-title.row a{
  color: #fff;
}
.page-title.row .breadcrumbs, .page-title.row .breadcrumbs a{
  color: #fff;
}

/*Home*/

#introrow{
  padding-bottom: 30px;
  background-color: #FF6600;
  color: #FFF;
}

.slider-prev, .slider-next{
  display:none;
}

.headline.slidert{
  margin-top: 0;
}

/*Winkelwagen*/

#gui-form-cart td[colspan="2"] a{
  color: #FF6600;
  float: right;
  font-size: 15px;
}



/*Brands Slider Styling*/

.brand-slider-title{
  text-align: center;
}

/*Sidebar Styling*/
.sidebar a.itemLink.active{
  text-decoration: underline;
}

.sidebar a.subitemLink.active{
  text-decoration: underline;
  font-size: 13px;
}

/*footer styling*/

footer{
  background-color: transparent;
}

footer hr{
  border-color: transparent;
}

footer .container{
  background-color: #FF6600;
}

footer input[type="submit"]{
  border: none;
  background-color: #FFF;
  color: #FF6600;
}

footer input[type="submit"]:hover{
  border: 1px solid #FFF;
  background-color: #FF6600;
  color: #FFF;
}

footer .copyright-payment, footer .copyright-payment .container{
  background-color: transparent;
}

/* Homepage styling  */

#intro h3{
  font-family: "Cabin", Helvetica, sans-serif;
  font-size: 1.6875em;
  font-weight: normal;
}

#intro #adres{
  padding-top: 15px;
  text-align: center;
}

#intro #adres a{
  padding: 7px 12px;
  border: 1px solid #FFF;
  font-size: 13px;
  text-decoration: underline;
  color: #FFF;
}

#intro #adres a:hover{
  background-color: #FFF;
  color: #FF6600;
}

/*Products in Archive styling*/

.products .product .image-wrap:hover .description {
    background-color: rgba(255, 102, 0, 0.95);
}

.products .product .image-wrap .cart{
  border-color: #fff;
  color: #fff;
}

/*hide reviews*/
.tabs ul li.col-2 {
    display: none;
}

.textpage h3{
  margin-top: 15px;
}

/*Pagination*/

.pager li.active a{
  color: #FF6600;
}

.pager li.prev a, .pager li.next a{
  color: #FF6600;
}


/* CSS nieuw */
body a {
font-size: 13px!important;
}

h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
margin-top: 5px;
margin-bottom: 15px;
}

h1 {
font-size: 26px;
}

#intro h3 {
font-size: 20px;
}
@media (min-width: 768px) {
.navigation {
padding-top: 20px;
}
}

nav.desktop .item {
float: left;
margin-right: 5px;
font-family: "Cabin", Helvetica, sans-serif;
font-weight: 400;
}

@media (min-width: 768px) {
.topnav .container {
background-color: #FF6600;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
}

.headline .slider {
border-radius: 20px;
max-height: 140px;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
.headline .slider {
max-height: 180px;
margin-top: 15px;
}
}
@media screen and (min-device-width: 769px) {
.headline .slider {
max-height: 295px;
}
}

.slider {
width: 98%;
}

#introrow {
padding-bottom: 30px;
background-color: #efefef;
color: #505050;
margin: 1px;
border-radius: 20px;
}

#intro {
padding: 0px 35px;
}

#intro #adres {
padding-top: 0px;
text-align: left;
}

#intro #adres a {
padding: 10px 16px;
text-decoration: inherit;
color: #FFF;
background-color: #ff6600;
border-radius: 8px;
border: 0px;
display: inline-block;
margin-top: 2px;
}

footer .container {
background-color: #FF6600;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.mc-field-group {
margin-bottom: 2px;
}

.social-media .social-icon {
opacity: 1;
border-radius: 7px;
}

.btw {
  font-size: 12px;
  margin-top: 15px;
}
