@import url(/admin/fonts/roboto/font.css);
* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wk-page {
  width: 100%;
  position: relative;
}

.wk-page-filler {
  width: 100%;
  padding-bottom: 141.5%;
}
.wk-page-filler-clickable {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.wk-page,
.wk-header,
.wk-footer,
.wk-body {
  width: 100%;
  overflow: hidden;
}

.wk-header,
.wk-footer,
.wk-body {
  position: absolute;
  left: 0;
}

.wk-header,
.wk-footer {
  height: 8%;
}
.wk-header {
  top: 0;
}
.wk-footer {
  bottom: 0;
}
.wk-body {
  top: 8%;
  height: 84%;
}
/* If the header/footer are absent, size up the body */
.wk-body.wk-no-header ,
.wk-body.wk-no-footer {
  height: 92%;
}
.wk-body.wk-no-header {
  top: 0%;
}
.wk-body.wk-no-footer {
  top: 8%;
}
.wk-body.wk-no-header.wk-no-footer {
  top: 0;
  height: 100%;
}

.wk-fill-div {
  width: 100%;
  height: 100%;
}

.wk-padded {
  padding: 45px;
}
.wk-footer.wk-padded {
  padding: 20px 40px;
}

.wk-footer-left {
  text-align: left;
  width: 30%;
  float: left;
  font-weight: bold;
}
.wk-footer-left img{
  max-width: 100%;

}
.wk-footer-right {
  text-align: right;
  width: 70%;
  float: left;
}

.wk-footer-right-price-list {
  padding-top: 5px;
  font-size: small;
  text-align: right;
  width: 100%;
  float: right;  
}

.buy-button a{
  color: #fff;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
  background-color: #f3384a;
  user-select: none;
  position: relative;
  outline: none;
  border: 0;
  padding: 6px 10px;
  display: inline-block;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  float: right;
  margin-bottom: 5px;
}

/* General styles */


.img-responsive {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;

}

ul {
  padding-left: 25px;
}

.clearfix {
  clear: both;
}

/**** SHARED PRODUCT PAGE STYLES ******/

.products-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.p-product {
  height: 100%;
  width: 100%;
  position: relative;
 /* padding: 15px; */
}

.product-title {
  margin: 20px 0 10px 0;
  text-transform: uppercase;

  /* Do not wrap titles, they must take up only one line */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 100%;
  font-weight: bold;
}

.product-big-price {
  display: none;
}

.product-brand {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.product-code {
  margin-bottom: 15px;
  font-size: 95%;
  color: #999;
  font-weight: bold;
}

.price-desc{
  font-size: 12px;


}

/******* 1 PRODUCT *******/

.p-1-wrap {
  height: 100%;
  width: 100%;
  padding: 15px;
}
.p-1-images-wrap,
.p-1-description,
.p-1-title,
.p-1-prices {
 /* padding: 0 80px; */
}
.p-1-main-image {
  width: 100%;
}
.p-1-main-image img {
  width: 100%;
}
.p-1-sub-images {
  padding-top: 8px;
  margin-left: -4px;
  margin-right: -4px;
}
.p-1-sub-image {
  width: 25%;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}

.p-1-description {
  overflow: hidden;
  max-height: 130px;
  margin-top: 6px;
}
.p-1-description.p-1-desc-scs {
  margin-bottom: 6px;
}
.p-1-style-color-size {
  margin-top: 1em;
}

.p-1-prices {
  margin-top: 6px;
  font-size: 110%;
}
.p-1-title {
  position: relative;
  overflow: hidden;
}
.p-1-title .product-title {
 /* font-size: 200%; */
}
.p-1-title a {
  text-decoration: none;
  color: #000;
}

.p-1-prices{
  float: left;
  margin-top: 5px;

}

/**************************/

/******* 2 PRODUCT *******/
.p-2-wrap {
  padding: 10px;
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
}
.p-2-wrap.row-index-0 {
  top: 0;
}
.p-2-wrap.row-index-1 {
  top: 50%;
}

.p-2-code {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 90%;
  color: #999;
  font-weight: bold;
}
.p-2-title a {
  text-decoration: none;
  color: #000;
}


.p-2-images-wrap {
  width: 66.66%;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -138px;

}
.p-2-content-wrap {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -78px;
}

.row-index-1 .p-2-images-wrap{
  right:0;
  left: initial;


}

.row-index-1 .p-2-content-wrap{
  left:0;
  padding-left: 0;
  padding-right: 15px;



}
.row-index-1 .p-2-title{
  float: right;
  text-align: right;


}
.p-2-description {
  font-size: 90%;
  max-height: 220px;
  overflow: hidden;
}

.p-2-main-image {
  width: 66.6%;
  float: left;
  padding-right: 2px;
}
.p-2-full-image {
  width: 100%;
  float: left;
  padding-right: 2px;
}
.p-2-sub-images {
  width: 33.3%;
  float: left;
}
.p-2-sub-image {
  padding-left: 5px;
}
.p-2-sub-image:not(.last-child) {
  padding-bottom: 8px;
}
.p-2-title {
  position: relative;
  overflow: hidden;
}
.p-2-title .product-title {
  margin: 10px 0;
  text-transform: uppercase;
 /* font-size: 180%; */
}
.p-2-prices{
  float: left;
  margin-top: 5px;

}

/**************************/

/******* 3 PRODUCT *******/
.p-3-wrap {
  /*
  padding: 10px;
  height: 33.3%;
  width: 100%;
  position: absolute;
  left: 0;
  */
 position: relative;
 float: left;
 height: 50%;
 padding:15px;
}
.p-3-wrap.row-index-0 {

  width: 50%;
}
.p-3-wrap.row-index-1 {
 
  width: 50%;
}
.p-3-wrap.row-index-2 {

  width: 100%;
}

.p-3-title a {
  text-decoration: none;
  color: #000;
}
.p-3-code {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 90%;
  color: #999;
  font-weight: bold;
}

.p-3-images-wrap {
  width: 100%;
  float: left;
}
.p-3-content-wrap {
  width: 100%;
  float: left;

  overflow: hidden;
}
.p-3-description {
  font-size: 90%;
  height: 140px;
  overflow: hidden;
}
.p-3-description.p-3-desc-scs {
  margin-bottom: 6px;
}
.p-3-style-color-size {
  margin-top: 1em;
}

.p-3-main-image {
  text-align: center;
  width: 100%;
  float: left;
 
}
.p-3-sub-images {
  width: 33.3%;
  float: left;
}
.p-3-sub-image {
  padding-left: 5px;
}
.p-3-sub-image:not(.last-child) {
  padding-bottom: 8px;
}
.p-3-title {
  position: relative;
}
.p-3-title .product-title {
    font-size: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.p-3-title .product-code {
  display: none;
}
.p-3-content-wrap .product-code-2 {
  display: block;
}

.row-index-2 .p-3-images-wrap {
  width: 66.66%;
  float: left;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -138px;

}
.row-index-2 .p-3-content-wrap {
  width: 33.33%;
  float: left;
  padding-left: 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -78px;
  padding-left: 0;
  padding-right: 15px;
}
.p-3-prices{
  float: left;
  margin-top: 5px;

}
/**************************/

/******* 4 PRODUCT *******/
.p-4-wrap {
  width: 50%;
  height: 50%;
  padding: 15px;
  position: absolute;
}
.p-4-wrap.row-index-0 {
  top: 0;
}
.p-4-wrap.row-index-1 {
  top: 50%;
}
.p-4-wrap.col-index-0 {
  left: 0;
}
.p-4-wrap.col-index-1 {
  left: 50%;
}

.p-4-title a {
  text-decoration: none;
  color: #000;
}
.p-4-images-wrap {
}
.p-4-content-wrap {
  overflow: hidden;
}
.p-4-description {
  font-size: 90%;
  height: 140px;
  overflow: hidden;
}
.p-4-description.p-4-desc-scs {
  margin-bottom: 6px;
}
.p-4-style-color-size {
  margin-top: 1em;
}

.p-4-main-image {
  text-align: center;
    width: 100%;
    float: left;
}
.p-4-title {
  position: relative;
}

.p-4-title .product-title {
    font-size: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.p-4-title .product-code {
    display: none;
}

.p-4-prices{
  float: left;
  margin-top: 5px;

}

/******* 6 PRODUCT *******/
.p-6-wrap {
  width: 50%;
  height: 33.33%;
  font-size: 95%;
  padding: 5px 15px;
  position: absolute;
}
.p-6-wrap.row-index-0 {
  top: 0;
}
.p-6-wrap.row-index-1 {
  top: 33.3%;
}
.p-6-wrap.row-index-2 {
  top: 66.6%;
}
.p-6-wrap.col-index-0 {
  left: 0;
}
.p-6-wrap.col-index-1 {
  left: 50%;
}

.p-6-images-wrap {
}
.p-6-content-wrap {
  overflow: hidden;
}

.p-6-title a {
  text-decoration: none;
  color: #000;
}
.p-6-main-image {
   text-align: center;
    width: 100%;
    float: left;
}
.p-6-title {
  position: relative;
}
.p-6-title .product-code {
  font-size: 80%;
  margin: 0 0 1px 0;
}
.p-6-title .product-title {
    font-size: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.p-6-prices{
  float: left;
  margin-top: 5px;
}
.p-6-description {
  font-size: 90%;
  height: 60px;
  overflow: hidden;
}
.p-6-description.p-6-desc-scs {
  height: 60px;
  margin-bottom: 2px;
}
.p-6-description .scs-colour-options {
  margin-bottom: 1px;
}

/**************************/


/******* 12 PRODUCT *******/
.p-12-wrap {
  width: 33.33%;
  height: 25%;
  font-size: 90%;
  padding: 5px 15px;
  position: absolute;
}
.p-12-wrap.row-index-0 {
  top: 0;
}
.p-12-wrap.row-index-1 {
  top: 25%;
}
.p-12-wrap.row-index-2 {
  top: 50%;
}
.p-12-wrap.row-index-3 {
  top: 75%;
}
.p-12-wrap.col-index-0 {
  left: 0;
}
.p-12-wrap.col-index-1 {
  left: 33.33%;
}
.p-12-wrap.col-index-2 {
  left: 66.67%;
}

.p-12-images-wrap {
}
.p-12-content-wrap {
  overflow: hidden;
}

.p-12-title a {
  text-decoration: none;
  color: #000;
}
.p-12-main-image {
   text-align: center;
    width: 100%;
    float: left;
}
.p-12-title {
  position: relative;
}
.p-12-title .product-code {
  font-size: 80%;
  margin: 2px 0 0 0;
}
.p-12-title .product-title {
    font-size: 100%;
    margin-bottom: 0;
    font-weight: bold;
}
.p-12-prices{
  float: left;
  margin-top: 5px;

}

/**************************/

/******* SIMPLE BLOG *****/

.blog-simple-images {
  width: 100%;
}
.blog-simple-image {
  width: 16.6%;
  float: left;
  padding: 4px;
}
.blog-simple-title {
  font-size: 220%;
  margin: 10px 0;
}

/**************************/


/******* COVER PAGE *******/

.cover-title {
  font-size: 250%;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.cover-hero {
  margin-bottom: 20px;
}
.cover-logo {
  margin: 0 auto;
  text-align: center;
}

/**************************/

/***** STANDARD BLOG PAGE *****/

.blog-post {
  padding: 45px;
}
.blog-post-images {
  width: 100%;
  margin-bottom: 20px;
}
.blog-post-image {
    position: relative;
}
.blog-post-title {
  font-size: 160%;

}
.blog-post-date {
  color: #999;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog-post-content {
      position: relative;
}
.blog-post-content:before {
     
    content: " ";
    position: absolute;
    top: -65px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 713px 0px 0;
    border-color: transparent #fff transparent transparent;
}
.post-type {
    height: 45px;
    width: 45px;
    background: #E61958;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 20px;
    z-index: 99;
    -webkit-box-shadow: 0 4px 13px -6px #000000;
    -moz-box-shadow: 0 4px 13px -6px #000000;
    box-shadow: 0 4px 13px -6px #000000;
}

.blog-post-blockquote {

    background: #eee;
    font-style: italic;
    font-size: 14px;
    margin: 25px 0;
    padding: 12.5px 25px;
    margin: 0 0 25px;

    border-left: 5px solid #E61958;
}

/**************************/

/**** STICKERS ******/
.product-sticker {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

/**** PRICE LIST ******/
.catalogue_price_list {
  padding: 1rem 1rem 0 1rem;
}
.price-list-scs-child-row {
  background-color: #f7f7f7;
  font-size: 85%;
}
.price-list-scs-child-row .colour-size-title {
  /* opacity: 0.4; */
  font-weight: bold;
  font-size: 90%;
}
.w-100 {
  width: 100%;
}
.price-list-col-1 {
  display: inline-block;
  width: 13%;
  padding: 1px 2px;
  vertical-align: top;
}
.price-list-col-2 {
  display: inline-block;
  width: 42%;
  padding: 1px 2px;
  vertical-align: top;
}
.price-list-col-3 {
  display: inline-block;
  width: 15%;
  padding: 1px 2px;
  vertical-align: top;
}
.price-list-col-4 {
  display: inline-block;
  width: 15%;
  padding: 1px 2px;
  vertical-align: top;
}
.price-list-col-2-3 {
  display: inline-block;
  width: 60%;
  padding: 1px 2px;
}
.price-list-col-scs-1 {
  display: inline-block;
  width: 30%;
  padding: 1px 2px;
}
.price-list-col-scs-2 {
  display: inline-block;
  width: 30%;
  padding: 1px 2px;
}
.price-list-col-scs-3 {
  display: inline-block;
  width: 20%;
  padding: 1px 2px;
}
.price-list-table {
  width: 100%;
  border-spacing: 0;
  font-size: smaller;
}
.price-list-table thead th {
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
}
.price-list-table .col-price {
  font-weight: bold;
  text-align: right;
}
.price-list-table .col-rrp-price {
  font-weight: bold;
  text-align: right;
}
.price-list-table .col-title {
}
.text-muted {
  opacity: 0.6;
}
.text-muteder {
  opacity: 0.4;
}
.price-list-table .scs-header {
  text-align: right;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  padding-right: 0.5rem;
}
.price-list-table .price-list-row {
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
  font-size: small;
}


.price-list-category-group {
  background-color: #525252;
  font-size: 160%;
  font-weight: bold;
  color: #fff;
}
.price-list-title {
  font-size: medium;
  font-weight: bold;
}
.price-list-title.title-level-0 {
  background-color: #6d6d6d;
  border-bottom: 1px solid #333;
  color: #fff;
}
.price-list-title.title-level-1 {
  background-color: #969696;
  border-bottom: 1px solid #333;
  color: #fff;
}
.price-list-title.title-level-2 {
  background-color: #bdbdbd;
  border-bottom: 1px solid #333;
  color: #fff;
}
.price-list-title.title-level-3 {
  background-color: #d5d5d5;
  border-bottom: 1px solid #333;
  color: #fff;
}
.price-list-title.title-level-4 {
  background-color: #e0e0e0;
  border-bottom: 1px solid #333;
  color: #fff;
}

.price-list-table-titles {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: small;
}
.price-list-table-titles > div {
  /*opacity: 0.5;*/
  color: #999;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 90%;
  text-align: left;
}

/*******************/

.scs-options-title {
  font-weight: bold;
  font-size: 75%;
  opacity: 0.5;
  text-transform: uppercase;
}
.scs-colour-options {
  font-size: 90%;
  margin-bottom: 3px;
}
.scs-size-options {
  font-size: 90%;
  margin-bottom: 6px;
}
/*.price-description{
  margin-left: -60px!important;
}
.col-desc{
  margin-left: -60px!important;
}*/