/* varier30landing 

#varier30wrapper ul {
  font-size: 12px !important;
}

div#mcolumn {
  margin-top: 3%;
}

div#returnchair {
  margin-top: 3%;
}

#mc-embedded-subscribe-form {
  padding: 0px !important;
}

#ftext p {
  font-family: inherit;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 12px !important;
  margin-bottom: 0px !important;
  text-rendering: optimizeLegibility;
  color: rgba(255, 255, 255, 0.68);
}

#ttext p {
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1 !important;
}

#mc-embedded-subscribe-form input {
  width: 100% !important;
}

div#mc_embed_signup {
  min-width: 150px;
  padding: 9%;
  box-shadow: 1px 1px 5px 1px rgba(80, 80, 80, 0.08);
  border-radius: 10px;
  background-color: #668691;
  height: 222px;
}

#mc_embed_signup .button {
  background-color: rgb(149, 163, 160) !important;
}

*/

/* Polarlanding 

div#polarptext h3 {
  font-size: 1.6rem;
  margin-bottom: 5%;
  color: #95a3a0;
  line-height: 1.4;
}

div#polarp ul li {
  margin-bottom: 6px;
}

div#polarp ul {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.56);
}

span#smaltext {
  font-size: small;
  font-style: italic;
}

div#wuf-adv {
  display: none !important;
}

*/

/* HMS landing 

#HMSsignup {
  min-width: 150px;
  padding: 5%;
  box-shadow: 1px 1px 5px 1px rgba(80, 80, 80, 0.08);
  border-radius: 30px;
  border-left: 3px solid rgba(128, 128, 128, 0.58) !important;
  margin-bottom: 5%;
}

#HMSsignup h4 {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
}

#HMSsignup .button {
  background-color: #95a3a0 !important;
}

#formicon {
  float: left;
  margin: 0px 30px 20px 0px;
}

*/

/* Backtoschool landing 

.row.imggrid {
  padding-top: 15%;
  padding-right: 5%;
}

.row.imggrid img {
  width: 42%;
  padding-bottom: 69px;
}

*/

/* Contract page

#mc_embed_signup .mc-field-group input {
  padding: 3px !important;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100% !important;
  padding-bottom: 0% !important;
  min-height: 50px;
}

.hform h4 {
  line-height: 30px;
  color: rgb(149, 163, 160) !important;
}

#mc_embed_signup .button {
  margin-top: 5% !important;
}

#mc_embed_signup #mce-success-response {
  color: #82887d !important;
}

*/

/* BLK friday 2017 frontpage image	 

#blkfriday a {
  background-color: black;
  padding: 4% 10% 4% 10%;
}

div#codeblk {
  font-size: 14px !important;
  margin-top: 5px !important;
  text-transform: initial !important;
}

*/

/* Cyber monday 2017 frontpage image	 

#cyberm a {
  background-color: #01d1ff;
  padding: 4% 10% 4% 10%;
}

*/

/* Varier high five landing  */

.class-k_blank_page .attribute-header{
    display:none!important;
}

.attribute-highfive_body {
    margin-top: -7%;
}

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

#highfiveol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#highfiveol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  margin-right: 20%;
  padding-top: 10px;
  border-bottom: 1px solid #eae8e8;
}
#highfiveol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 5rem;
  margin-right: 2rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1;
}

/*
.class-k_blank_page > .attribute-header {
  display: none!important;
  border: 1px solid black;
}
.class-k_blank_page > .attribute-header ~ .attribute-header {
  display: none!important;
  border: 1px solid black;
}

*/


.highfivehero {
    max-height: 300px!important;
}

.featurette {
	height:480px;
}

img.featurette-image.img-responsive.center-block {
    padding: 10%;
}

.featurette .lead {
    font-size: 14px;
}

.text-muted {
    color: #23d83494;
    font-size: 20px!important;
}

img.featurette-image.img-fluid.mx-auto.highgif {
    width: 100%;
}

h2.featurette-heading.text-center {
    text-decoration: underline;
    text-decoration-color:#23d83494;
}

p.terms {
    font-size: 10px;
}


/* Sizes ----------------------- */

@media (max-width: 767px) {
h3 {
    font-size: 13px;
}

.highfivehero {
    max-height: 200px!important;
}

#highfiveol li{
	margin-right: 0%;
}

}




/* SEEDS ----------------------- */
/* new checkout by michel VAR-21 */

.cart-header {
  background: transparent;
  padding: 0;
}

.cart-header .item img {
  width: auto;
  height: 24px;
  margin-right: 5px;
}

.cart-header .item {
  float: left;
  border-left: 1px solid #ccc;
  padding: 0 15px;
  font-size: 13px;
  font-family: Fakt-Bold;
  text-transform: uppercase;
  color: #3f3f40;
}

.cart-header .item:first-child {
  margin-left: 15px;
}

.cart-header .item:last-child {
  border-right: 1px solid #ccc;
}

.cart-content {
  padding: 60px 0;
  border: 1px solid #cccccc;
  margin: 5px 0 10px 0;
}

.cart-product-item .cart-addon-item__main img,
.cart-product-item img {
  margin-bottom: 20px;
}

.cart-product-item.cart-product-item--secondary {
  background: transparent;
  padding: 0;
  margin-top: 0;
}

.product-price h4.cart-product-item__product-price,
.product-price .cart-addon-item__price {
  color: #787b82;
  font-size: 18px;
}

.item-price-sum h4.cart-product-item__total-price,
.item-price-sum .cart-addon-item__total-price {
  color: #3f3f40;
  font-size: 18px;
}

.product-description-wrapper {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

.cart-product-item hr {
  margin-top: 0;
}

.cart-product-item .line-separator.line-bottom {
  margin-top: 10px;
  padding: 0;
}

.cart-addon-item__main .line-separator.line-bottom {
  padding: 0 15px;
}

.cart-product-item .cart-product-item__product-spec {
  padding: 0;
}

.total-price h3 {
  font-size: 28px;
}

.terms .custom-checkbox {
  margin-bottom: 0;
  padding-bottom: 0;
}

.terms .custom-checkbox:before {
  top: 3px;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: -20px;
}

section.terms .custom-checkbox__label {
  margin-left: 15px;
  margin-right: 0;
}

section.terms .buttons-checkout {
  margin-top: 40px;
}

.payment-wrapper input[type="checkbox"]:checked+label:before,
.agree-checkbox:before {
  line-height: 5px;
}

section.terms .error small.error {
  text-align: center;
}

.cart-addon-item__main {
  margin-top: 0 !important;
}

#formConfirmOrder .buttonblock {
  margin-bottom: 50px;
}

.checkout__breadcumb {
  display: block;
  text-align: center;
  /*margin: 50px 0 10px 0;*/
}

.checkout__breadcumb a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #999;
}

.checkout__breadcumb a.active {
  color: #3f3f40;
}

.checkout__breadcumb a::before {
  content: " ";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxnPjxwYXRoIGQ9Ik00ODQuMTQsMjI2Ljg4NkwzMDYuNDYsNDkuMjAyYy01LjA3Mi01LjA3Mi0xMS44MzItNy44NTYtMTkuMDQtNy44NTZjLTcuMjE2LDAtMTMuOTcyLDIuNzg4LTE5LjA0NCw3Ljg1NmwtMTYuMTMyLDE2LjEzNmMtNS4wNjgsNS4wNjQtNy44NiwxMS44MjgtNy44NiwxOS4wNGMwLDcuMjA4LDIuNzkyLDE0LjIsNy44NiwxOS4yNjRMMzU1LjksMjA3LjUyNkgyNi41OEMxMS43MzIsMjA3LjUyNiwwLDIxOS4xNSwwLDIzNC4wMDJ2MjIuODEyYzAsMTQuODUyLDExLjczMiwyNy42NDgsMjYuNTgsMjcuNjQ4aDMzMC40OTZMMjUyLjI0OCwzODguOTI2Yy01LjA2OCw1LjA3Mi03Ljg2LDExLjY1Mi03Ljg2LDE4Ljg2NGMwLDcuMjA0LDIuNzkyLDEzLjg4LDcuODYsMTguOTQ4bDE2LjEzMiwxNi4wODRjNS4wNzIsNS4wNzIsMTEuODI4LDcuODM2LDE5LjA0NCw3LjgzNmM3LjIwOCwwLDEzLjk2OC0yLjgsMTkuMDQtNy44NzJsMTc3LjY4LTE3Ny42OGM1LjA4NC01LjA4OCw3Ljg4LTExLjg4LDcuODYtMTkuMUM0OTIuMDIsMjM4Ljc2Miw0ODkuMjI4LDIzMS45NjYsNDg0LjE0LDIyNi44ODZ6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  margin: 0 5px;
}

.checkout__breadcumb a:first-child:before {
  display: none;
}

.payment-wrapper {
  border: 1px solid #cccccc;
}

.payment-wrapper fieldset legend {
  font-size: 22px;
  font-weight: bold;
  padding-left: 7px;
}

.payment-wrapper .checkout__personal-details,
.payment-wrapper .checkout__becomemember,
.payment-wrapper .checkout__navigation {
  background: transparent;
}

.payment-wrapper .checkout__personal-details {
  padding: 50px 100px;
}

.payment-wrapper .checkout__personal-details input[type="checkbox"]:checked+label:before {
  padding-top: 15px;
}

.payment-wrapper .checkout__personal-details span.custom-checkbox__label {
  padding-top: 6px;
}

.payment-wrapper .checkout__becomemember {
  padding: 30px 10px;
}

.payment-wrapper .block-input-item#campaign-code {
  margin-left: 35px;
  float: left;
  width: 135px;
}

.payment-wrapper .checkout__navigation {
  padding: 0;
}

.payment-wrapper .custom-campaign-code {
  margin-bottom: 10px;
}

.payment-wrapper button.default {
  background: transparent;
  float: left;
  border: 0;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
}

/* sidebar cart - VAR-21 - by michel */

.sidebar-cart.cart-product-item {
  padding-top: 15px;
}

.sidebar-checkout h3 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 7px;
  margin: 0;
  padding: 25px 0 0 0;
  text-align: left;
  margin-bottom: 10px;
}

.sidebar-cart.cart-product-item .product-image {
  padding: 0;
}

.sidebar-cart.cart-product-item .product-cart-sidebar {
  padding-right: 0;
}

.sidebar-cart.cart-product-item .product-cart-sidebar .special-char {
  font-size: 10.5px;
}

.sidebar-cart.cart-product-item .product-cart-sidebar h4.cart-product-item__product-name {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  margin-right: 10px;
}

.sidebar-cart.cart-product-item .product-cart-sidebar .product-price {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.sidebar-cart.cart-product-item .product-cart-sidebar .product-cart-sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sidebar-cart.cart-product-item .product-cart-sidebar .cart-product-item__product-spec__color {
  font-size: 13px;
}

.sidebar-checkout .total-cart h3 {
  padding: 10px 0;
}

.sidebar-checkout .total-cart h3 strong {
  float: right;
}

.sidebar-checkout .features-cart .item div {
  width: 55px;
  text-align: center;
  margin-right: 10px;
  float: left;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.sidebar-checkout .features-cart .item span {
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-checkout .features-cart .item img {
  vertical-align: middle;
}

.sidebar-checkout .features-cart .item img.img-truck {
  width: 40px;
}

.sidebar-checkout .features-cart .item img.img-reload {
  height: 25px;
}

.sidebar-checkout .features-cart .item img.img-box {
  height: 25px;
}

.sidebar-checkout .features-cart {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
}

.sidebar-checkout .features-cart .item {
  display: block;
  margin-bottom: 5px;
  height: 40px;
  clear: both;
}

.sidebar-cart.cart-product-item .product-cart-sidebar .line-separator hr {
  margin: 0 0 10px 00;
}

.no-padding-right {
  padding-right: 0;
}

.sidebar-checkout .payment-method-cart h3,
#formConfirmOrder h3 {
  font-size: 18px;
}

.sidebar-checkout .payment-method-cart .payment-icon-sidebar,
#formConfirmOrder .payment-icon-sidebar {
  display: inline-block;
  margin-right: 3px;
}

.sidebar-checkout .payment-method-cart .payment-icon-sidebar img,
#formConfirmOrder .payment-icon-sidebar img {
  width: 40px;
  max-height: 40px;
  height: auto;
  margin-left: 3px;
  margin-top: -8px;
}

#formConfirmOrder .payment-icon-sidebar {
  margin-left: 10px;
}

#formConfirmOrder .payment-icon-sidebar input[type="radio"] {
  display: inline-block;
}

#formConfirmOrder .payment-icon-sidebar:first-child {
  margin-left: 0;
  /*margin-top: 20px;*/
}

.cart-content h3.code_accepted {
  font-size: 22px;
  margin-bottom: 30px;
  padding-left: 50%;
}

.payment-method-cart .payment-icon-sidebar img {
  margin: 0 !important;
}

#formConfirmOrder .payment-icon-checkout img {
  vertical-align: middle;
}

.btn-block.button--primary.pressed:before,
.btn-block.button--primary:hover:before {
  -webkit-transform: scale3d(-10, -9, 1);
  -moz-transform: scale3d(-10, -9, 1);
  -ms-transform: scale3d(-10, -9, 1);
  transform: scale3d(-24, -9, 1);
}

.basket_total h3 {
  margin-top: 0;
}

span.custom-checkbox__label .material-icons {
  vertical-align: middle;
  font-size: 20px;
  margin-left: 3px;
  margin-top: -5px;
}

footer .footer-title {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 45px;
}

#formConfirmOrder .payment-wrapper .checkout__personal-details .heading h2 {
  font-size: 22px;
  font-weight: bold;
}

/*.custom-radio {
    color: #4d4d4d;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.custom-radio:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    padding-top: .3125rem;
    left: 0;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    position: absolute;
}*/

/* media queries - VAR-21 - by michel */

@media (max-width: 1200px) {
  .payment-wrapper .checkout__personal-details {
    padding: 50px;
  }
  .sidebar-checkout .total-cart h3 strong {
    float: none;
  }
}

@media(min-width: 991px) and (max-width: 1024px) {
  .cart-product-item .item-price-sum,
  .cart-product-item .quantity {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .cart-product-item__total-price {
    text-align: left;
  }
  .cart-content .discount-wrapper {
    padding-right: 80px;
  }
}

@media (max-width: 992px) {
  .sidebar-checkout .total-cart h3 strong {
    float: right;
  }
  .cart-product-item__total-price {
    text-align: right;
  }
  .cart-product-item .line-separator {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .cart-product-item .line-separator.line-bottom {
    display: none;
  }
  #formConfirmOrder .payment-icon-sidebar {
    display: block;
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .cart-content .discount-wrapper>div {
    padding-right: 35px !important;
  }
  .cart-content .discount-wrapper {
    padding-right: 0;
  }
  .cart-header.show-for-small-only {
    padding: 0 15px;
  }
  .cart-header.show-for-small-only .row div:nth-child(2) {
    padding: 4px 0 0 15px;
  }
  .cart-addon-item__main .item-price-sum,
  .cart-product-item__total-price {
    text-align: left;
  }
  .terms .custom-checkbox:before {
    top: 0;
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: 0;
  }
  section.terms .custom-checkbox__label {
    margin-left: 45px;
    margin-right: 45px;
    text-align: left;
  }
  section.terms .buttons-checkout {
    text-align: left;
  }
  .payment-wrapper .custom-checkbox__label {
    top: 0;
  }
  .payment-wrapper button.default {
    margin: 10px 30px;
  }
  .payment-wrapper .checkout__personal-details {
    padding: 20px;
  }
  .cart-content h3.code_accepted {
    padding-left: 0;
  }
}


.cart-product-item__product-name.discount-title {
    font-size: 18px;
    text-transform: none;
    font-weight: 100;
}

.cart-product-item__product-price > .discount-value {
    color: #000;
}