.paypal-messaging {
	margin-top: 2.25rem;
}
.paypal-messaging-basket {
	margin-bottom: 1rem;
}
.product-custom-extra-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #40a100;
	min-height: 48px;
	margin-bottom: 1rem;
	padding: 1rem 0;
}
.product-custom-extra-info {
	display: flex;
	justify-content: left;
	align-items: center;
}
.product-custom-extra-icon {
	height: 48px;
	padding: 1rem;
	aspect-ratio: 1;
}
.product-custom-extra-icon img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.product-custom-extra-title {
	color: #fff;
	font-size: 14px;
    font-weight: normal;
}
.product-custom-extra-checkbox {
	padding: 1rem;
}
.product-custom-extra-checkbox input {
	width: 15px;
	height: 15px;
}

.shopwired-info-message {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding: 25px;
    background: #000;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    z-index: 9999;
    opacity: 0;
  }
  .shopwired-info-message a {
    color: inherit;
  }
  .shopwired-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
  }
  .shopwired-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }
  .shopwired-previous-orders-table {
    font-size: 13px;
    margin: 30px 0 0;
    width: 100%;
  }
  .shopwired-previous-orders-table th {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px 10px;
  }
  .shopwired-previous-orders-table td {
    padding: 5px 20px;
  }
  .shopwired-previous-orders-table th:first-child,
  .shopwired-previous-orders-table td:first-child {
    padding-left: 0;
  }
  .shopwired-previous-orders-table th:last-child,
  .shopwired-previous-orders-table td:last-child {
    padding-left: 0;
  }
  .shopwired-previous-orders-table .empty {
    text-align: center;
  }
  .shopwired-order-details {
    font-size: 13px;
  }
  .shopwired-order-details .section {
    margin-top: 30px;
  }
  .shopwired-order-details .label {
    display: inline-block;
    vertical-align: top;
    width: 225px;
    text-transform: uppercase;
  }
  .shopwired-order-details .value {
    display: inline-block;
    vertical-align: top;
    max-width: 770px;
    font-weight: 700;
  }
  .shopwired-order-products {
    font-size: 13px;
    margin: 30px 0 0;
    width: 100%;
  }
  .shopwired-order-products th {
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px 2px;
  }
  .shopwired-order-products td {
    padding: 8px 20px;
  }
  .shopwired-order-products th:first-child,
  .shopwired-order-products td:first-child {
    padding-left: 0;
  }
  .shopwired-order-products th:last-child,
  .shopwired-order-products td:last-child {
    padding-left: 0;
  }
  .shopwired-order-products .empty {
    text-align: center;
  }
  .shopwired-order-products .separator:last-child {
    display: none;
  }
  .shopwired-share-buttons a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background-repeat: no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
  }
  .shopwired-share-buttons .facebook {
    background-image: url('//static.kodajo.com/sharing/facebook.jpg');
  }
  .shopwired-share-buttons .twitter {
    background-image: url('//static.kodajo.com/sharing/twitter.jpg');
  }
  .shopwired-share-buttons .pinterest {
    background-image: url('//static.kodajo.com/sharing/pinterest.jpg');
  }
  .shopwired-share-buttons .google {
    background-image: url('//static.kodajo.com/sharing/google.jpg');
  }
  .shopwired-share-buttons .tumblr {
    background-image: url('//static.kodajo.com/sharing/tumblr.jpg');
  }
  .shopwired-form-field {
    display: none !important;
  }
  .shopwired-basket-modal {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
    color: #000;
    line-height: 1.2;
    font-size: 13px;
    font-weight: normal;
  }
  .shopwired-basket-modal .inner {
    width: 700px;
    border: 5px solid #f2f2f2;
    margin: 0 auto;
    background-color: #fff;
    padding: 22px;
    position: relative;
    box-sizing: border-box;
  }
  .shopwired-basket-modal h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
  }
  .shopwired-basket-modal .items {
    margin-top: 30px;
  }
  .shopwired-basket-modal .item {
    overflow: hidden;
  }
  .shopwired-basket-modal .item .shopwired-image-container {
    width: 150px;
    height: 150px;
    padding: 0;
    float: left;
    box-sizing: border-box;
  }
  .shopwired-basket-modal .item .info {
    margin-top: 15px;
    background-color: #f8f8f8;
    margin-left: 150px;
    display: table;
    width: 496px;
  }
  .shopwired-basket-modal .item .info .title {
    font-size: 16px;
  }
  .shopwired-basket-modal .item .info .options {
    font-size: 0;
    margin-top: 5px;
  }
  .shopwired-basket-modal .item .info .options span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
  }
  .shopwired-basket-modal .item .info .options span::after {
    display: inline-block;
    vertical-align: top;
    content: ',';
    margin: 0 4px 0 -3px;
  }
  .shopwired-basket-modal .item .info .options span:last-child::after {
    display: none;
  }
  .shopwired-basket-modal .item .info .basket-remove-button {
    color: #ca0134;
    font-size: 13px;
  }
  .shopwired-basket-modal .item .info .column {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    box-sizing: border-box;
  }
  .shopwired-basket-modal .item .info .column:first-child .content {
    padding: 20px 0 20px 25px;
    width: 333px;
    box-sizing: border-box;
  }
  .shopwired-basket-modal .item .info .column:last-child .content {
    width: 140px;
    text-align: center;
    box-sizing: border-box;
  }
  .shopwired-basket-modal .item .info .price {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
  .shopwired-basket-modal .item + .item {
    margin-top: 15px;
  }
  .shopwired-basket-modal .buttons {
    text-align: right;
    margin-top: 35px;
  }
  .shopwired-basket-modal .shopwired-basket-modal-button {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    padding: 0 40px 2px;
    text-align: center;
    border: none;
    background: #000;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
  }
  .shopwired-basket-modal .main-color {
    color: #2272a4;
  }
  .shopwired-basket-modal .main-background-color {
    background-color: #2272a4;
  }
  .shopwired-basket-modal .alternative-color {
    color: #ca0134;
  }
  .shopwired-basket-modal .alternative-background-color {
    background-color: #ca0134;
  }
  .shopwired-basket-modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 36px;
    height: 36px;
    background: #000 url('../images/default/basket-modal-close-button.png') center no-repeat;
    -webkit-background-size: 16px;
    background-size: 16px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    .shopwired-basket-modal .inner {
      width: auto;
      margin-left: 24px;
      margin-right: 24px;
      padding: 15px;
    }
    .shopwired-basket-modal h2 {
      text-align: center;
    }
    .shopwired-basket-modal .item .shopwired-image-container {
      margin: 0 auto;
      float: none;
    }
    .shopwired-basket-modal .item .info {
      margin: 15px 0 0;
      display: block;
      width: auto;
      padding: 15px;
    }
    .shopwired-basket-modal .item .info .column {
      display: block;
      height: auto;
      vertical-align: top;
    }
    .shopwired-basket-modal .item .info .column .content {
      min-height: 1px !important;
      padding: 0 !important;
      width: auto !important;
      text-align: left !important;
    }
    .shopwired-basket-modal .item .info .price {
      margin: 5px 0;
    }
    .shopwired-basket-modal .item + .item {
      margin-top: 20px;
    }
    .shopwired-basket-modal .shopwired-basket-modal-button {
      display: block;
      width: 100%;
      margin: 15px 0 0;
      padding-left: 0;
      padding-right: 0;
    }
  }
  .collection-container .page-link.hidden {
    display: none;
  }
  .box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  .header-logo {
    background: #000;
    padding: 15px 0;
  }
  .header-logo img {
    margin: 0 auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .popup {
    margin: 70px auto;
    background: #fff;
    border-radius: 5px;
    width: 32%;
    position: relative;
    transition: all 1s ease-in-out;
  }
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    opacity: 1 !important;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
  }
  .popup .close:hover {
    color: #F5F5F5;
    opacity: 0.5 !important;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
    padding: 20px;
  }
  .popup .content h3 {
    font-family: 'nimbus_sans';
    font-weight: bold;
  }
  @media screen and (max-width: 700px) {
    .box {
      width: 70%;
    }
    .popup {
      width: 70%;
    }
  }
  @media screen and (max-width: 374px) {
    .popup .content {
      overflow: scroll;
      min-height: 220px;
      height: 200px;
      max-height: 350px;
    }
  }
  .flex-table {
    display: table;
  }
  .flex-table-item {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
  }
  .flex-table-item-primary {
    width: 99%;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light.svg#nimbussanslight') format('svg');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular.svg#nimbussansregular') format('svg');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sansbold_.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold.svg#nimbussansbold') format('svg');
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black.svg#nimbussansblack') format('svg');
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_light_italic.svg#nimbussanslightitalic') format('svg');
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_regular_italic.svg#nimbussansregularitalic') format('svg');
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_bold_italic.svg#nimbussansbolditalic') format('svg');
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: 'nimbus_sans';
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.eot');
    src: url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.eot?#iefix') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/nimbus_sans/nimbus_sans_black_italic.svg#nimbussansblackitalic') format('svg');
    font-weight: 900;
    font-style: italic;
  }
  @font-face {
    font-family: 'interstate';
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.eot');
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.eot?#iefi100') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/interstate/interstate_100_normal.svg#interstate100') format('svg');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'interstate';
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.eot');
    src: url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/interstate/interstate_300_normal.svg#interstate_300') format('svg');
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-kc0a35');
    src: url('../fonts/icomoon.eot?#iefix-kc0a35') format('embedded-opentype'), url('../fonts/icomoon.woff?-kc0a35') format('woff'), url('../fonts/icomoon.ttf?-kc0a35') format('truetype'), url('../fonts/icomoon.svg?-kc0a35#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  [class^="icon-"],
  [class*=" icon-"] {
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-arrow1-down:before {
    content: "\e600";
  }
  .icon-arrow1-left:before {
    content: "\e601";
  }
  .icon-arrow1-right:before {
    content: "\e602";
  }
  .icon-arrow1-up:before {
    content: "\e603";
  }
  .icon-arrow2-down:before {
    content: "\e604";
  }
  .icon-arrow2-left:before {
    content: "\e605";
  }
  .icon-arrow2-right:before {
    content: "\e606";
  }
  .icon-arrow2-up:before {
    content: "\e607";
  }
  .icon-blog-menu-icon:before {
    content: "\e608";
  }
  .icon-checkbox:before {
    content: "\e609";
  }
  .icon-checkbox-unchecked:before {
    content: "\e60a";
  }
  .icon-close-icon:before {
    content: "\e60b";
  }
  .icon-menu-icon:before {
    content: "\e60c";
  }
  .icon-newsletter:before {
    content: "\e60d";
  }
  .icon-open-icon:before {
    content: "\e60e";
  }
  .icon-radiobutton:before {
    content: "\e60f";
  }
  .icon-radiobutton-not-selected:before {
    content: "\e610";
  }
  .icon-search-icon:before {
    content: "\e611";
  }
  .icon-shopping-basket:before {
    content: "\e612";
  }
  .icon-star:before {
    content: "\e613";
  }
  .icon-triangle:before {
    content: "\e614";
  }
  body {
    font-family: 'nimbus_sans';
    font-weight: 100;
    font-style: normal;
    color: #333333;
  }
  img {
    max-width: 100%;
  }
  .inline {
    display: inline-block;
  }
  .row-table {
    display: table;
  }
  a {
    word-wrap: break-word;
    color: #cb0000;
  }
  a:hover {
    color: #969696;
    text-decoration: none;
  }
  a:focus {
    outline: none;
    text-decoration: none;
  }
  .product-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 100;
  }
  .new-label {
    background: #2785ce;
    color: #ffffff;
  }
  .two-for-one-label {
    background: #2785ce;
    color: #ffffff;
  }
  .product-label + .product-label {
    margin-top: 25px;
  }
  .border-tb {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 0;
  }
  .text-box {
    background: #d7d7d7;
    padding: 12px 10px;
    text-align: center;
    color: #4d4e52;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
  }
  .search-form input.form-control {
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-position-x: 3%;
    background-position-y: center;
    padding-left: 32px;
  }
  .search-form input.form-control,
  .search-form .btn {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .search-form input.form-control:focus,
  .search-form input.form-control:hover,
  .search-form .btn:focus,
  .search-form .btn:hover {
    border: 0;
    box-shadow: none;
  }
  .search-form .btn {
    padding: 6px 5px 4px 5px;
    height: 34px;
  }
  .search-form .btn span {
    font-size: 20px;
  }
  .search-form .btn:focus,
  .search-form .btn:hover {
    background-color: #fff;
  }
  .payments-buttons {
    margin-bottom: 15px;
  }
  .payments-buttons button {
    margin-top: 15px;
    margin-right: 10px;
  }
  .payments-icons a {
    display: inline-block;
    margin: 5px 0;
  }
  .payments-icons a + a {
    margin-left: 5px;
  }
  .headline-theme {
    padding: 6px 10px;
    background: #cb0000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 0 -10px 10px -10px;
  }
  .headline-theme.headline-theme-sm {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .headline-lg {
    color: #4d4e52;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
    padding-bottom: 7px;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  .headline-line {
    color: #4d4e52;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    margin: 0;
    background: -moz-linear-gradient(#FFF 0px,#FFF 15px,#d7d7d7 15px,#d7d7d7 16px,#FFF 17px,#FFF 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(15px,#ffffff),color-stop(15px,#d7d7d7),color-stop(16px,#d7d7d7),color-stop(17px,#ffffff),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(#FFF 0px,#FFF 15px,#d7d7d7 15px,#d7d7d7 16px,#FFF 17px,#FFF 100%);
    background: -o-linear-gradient(#FFF 0px,#FFF 15px,#d7d7d7 15px,#d7d7d7 16px,#FFF 17px,#FFF 100%);
    background: linear-gradient(#FFF 0px,#FFF 15px,#d7d7d7 15px,#d7d7d7 16px,#FFF 17px,#FFF 100%);
    padding: 0 50px;
  }
  .headline-line span {
    background-color: #fff;
  }
  .headline-md {
    color: #000;
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  .headline-sm {
    color: #000;
    font-size: 15px;
    text-transform: capitalize;
    margin: 5px 0;
  }
  .headline-xs {
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    margin: 5px 0;
  }
  .no-margin-b {
    margin-bottom: 0;
  }
  .margin-t-xlg {
    margin-top: 30px;
  }
  .margin-t-lg {
    margin-top: 25px;
  }
  .margin-t-md {
    margin-top: 15px;
  }
  .margin-t-sm {
    margin-top: 10px;
  }
  .margin-b-md {
    margin-bottom: 15px;
  }
  .padding-r-sm {
    padding-right: 10px;
  }
  .padding-l-sm {
    padding-left: 10px;
  }
  .padding-t-lg {
    padding-top: 30px;
  }
  .full-width {
    width: 100%;
  }
  .medium {
    width: 80%;
  }
  .small {
    width: 40%;
  }
  .text-theme {
    color: #cb0000;
  }
  .text-bold {
    font-weight: bold;
  }
  .text-large {
    font-size: 22px;
  }
  .show-under-sm,
  .show-under-md,
  .show-under-lg {
    display: none;
  }
  @media (max-width: 1040px) {
    .container {
      width: 100%;
      padding: 0 20px;
    }
    .hide-under-lg {
      display: none;
    }
    .full-lg {
      width: 100%;
    }
    .margin-lg-t {
      margin-top: 20px;
    }
    .show-under-lg {
      display: block;
    }
    .text-boxes {
      display: none;
    }
  }
  @media (max-width: 790px) {
    .full-md {
      width: 100%;
    }
    .margin-md-t {
      margin-top: 20px;
    }
    .hide-under-md:not(.sidebar-nav) {
      display: none !important;
    }
    .show-under-md {
      display: block;
    }
  }
  @media (max-width: 670px) {
    .hide-under-sm {
      display: none !important;
    }
    .show-under-sm {
      display: block;
    }
    .full-sm,
    .medium,
    .small {
      width: 100%;
    }
    .payments-icons {
      text-align: center;
    }
  }
  @media (max-width: 490px) {
    .full-xxs {
      width: 100%;
      margin: 0;
    }
    .hide-under-xxs {
      display: none;
    }
  }
  [class*=" button-"] {
    font-size: 14px;
    border: 0;
    border-radius: 0;
    font-weight: 600;
    padding: 6px 10px;
  }
  [class*=" button-"]:focus,
  [class*=" button-"]:hover {
    opacity: .8;
    outline: none;
  }
  .btn:focus,
  .btn:active {
    outline: none !important;
    outline: -webkit-focus-ring-color auto 0 !important;
    outline-offset: 0 !important;
    box-shadow: none;
  }
  .button-theme {
    color: #ffffff;
    background-color: #cb0000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .button-theme:focus,
  .button-theme:hover {
    color: #ffffff;
  }
  .button-view-info {
    color: #ffffff;
    background-color: #cb0000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .button-view-info:focus,
  .button-view-info:hover {
    color: #ffffff;
  }
  .button-theme2 {
    color: #fff;
    background-color: #2785ce;
    text-transform: uppercase;
  }
  .button-theme2:focus,
  .button-theme2:hover {
    color: #fff;
  }
  .button-proceed-to-checkout {
    color: #ffffff;
    background-color: #2785ce;
    text-transform: uppercase;
  }
  .button-proceed-to-checkout:focus,
  .button-proceed-to-checkout:hover {
    color: #ffffff;
  }
  .button-secure-payment {
    color: #ffffff;
    background-color: #2785ce;
    text-transform: uppercase;
  }
  .button-secure-payment:focus,
  .button-secure-payment:hover {
    color: #ffffff;
  }
  .button-paypal {
    color: #ffffff;
    background-color: #cb0000;
    text-transform: uppercase;
  }
  .button-paypal:focus,
  .button-paypal:hover {
    color: #ffffff;
  }
  .button-pay-offline {
    background: #4d4e52;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .button-pay-offline:focus,
  .button-pay-offline:hover {
    color: #ffffff;
  }
  .button-add-to-basket {
    color: #ffffff;
    background-color: #2785ce;
    text-transform: uppercase;
  }
  .button-add-to-basket:focus,
  .button-add-to-basket:hover {
    color: #ffffff;
  }
  .button-add-to-wishlist {
    background: #4d4e52;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .button-add-to-wishlist:focus,
  .button-add-to-wishlist:hover {
    color: #ffffff;
  }
  .button-t-theme {
    font-size: 14px;
    background: transparent;
    color: #cb0000;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
  }
  .button-t-theme:focus,
  .button-t-theme:hover {
    color: #4d4e52;
    opacity: .8;
  }
  .button-t-theme2 {
    font-size: 12px;
    background: transparent;
    color: #2785ce;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
  }
  .button-t-theme2:after {
    content: "»";
    display: inline-block;
    padding: 0 4px;
  }
  .button-t-theme2:focus,
  .button-t-theme2:hover {
    color: #2785ce;
    opacity: .8;
  }
  .button-t-grey {
    font-size: 14px;
    background: transparent;
    color: #858585;
    font-weight: 600;
    padding: 0;
    text-transform: capitalize;
  }
  .button-t-grey:after {
    font-family: "icomoon";
    content: " \e614";
    color: #cb0000;
    font-size: 10px;
  }
  .button-t-grey:focus,
  .button-t-grey:hover {
    color: #4d4e52;
    opacity: .8;
  }
  .button-guest {
    background: #fff;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    padding: 15px 0;
    margin-top: 20px;
  }
  .button-guest:focus,
  .button-guest:hover {
    color: #000;
  }
  .button-grey {
    background: #4d4e52;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  .button-grey:focus,
  .button-grey:hover {
    color: #fff;
  }
  .button-t-border {
    background: transparent;
    color: #4d4e52;
    box-shadow: inset 0 0 0 2px #cb0000;
    margin: 15px 0;
  }
  .button-t-border:focus,
  .button-t-border:hover {
    color: #4d4e52;
  }
  @media screen and (max-width: 670px) {
    .button-add-to-wishlist {
      margin-top: 10px;
    }
  }
/*   @media screen and (min-width: 1040px) {
    .button-add-to-basket {
      margin-left: 240px;
    }
  } */
  .breadcrumb {
    background: transparent;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .breadcrumb a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    color: #cb0000;
  }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #cb0000;
  }
  .breadcrumb a.active {
    color: #3a3a3a;
  }
  .breadcrumb > li + li:before {
    content: "// ";
    padding: 0 2px;
    color: #3a3a3a;
    font-size: 14px;
  }
  .pagination {
    border-radius: 0;
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pagination .next-page,
  .pagination .previous-page {
    color: #cb0000;
  }
  .pagination li + li a:before {
    content: "|";
    margin-right: 10px;
    display: inline-block;
    color: #969696;
  }
  .pagination > li {
    display: inline-block;
  }
  .pagination > li > a {
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #4d4e52;
    padding: 5px;
    float: none;
    word-break: normal;
    word-wrap: normal;
  }
  .pagination > li > a:focus,
  .pagination > li > a:hover {
    color: #4d4e52;
    background-color: #fff;
  }
  @media (max-width: 400px) {
    .pagination > li > a {
      font-size: 12px;
    }
  }
  .slick-slide img {
    width: 100%;
  }
  .banner-slider-wrapper {
    position: relative;
      margin-top: 2rem;
  }
  .banner-slider-wrapper .slick-slider {
    margin-bottom: 20px;
  }
  .banner-slider-wrapper .slider-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
  }
  .banner-slider-wrapper .slider-arrow [class^="icon-"],
  .banner-slider-wrapper .slider-arrow [class*=" icon-"] {
    background-color: #3a3a3a;
    padding: 15px 5px;
  }
  .banner-slider-wrapper .slider-arrow-left {
    left: 0;
  }
  .banner-slider-wrapper .slider-arrow-right {
    right: 0;
  }
  .banner-img {
    position: relative;
  }
  .banner-text {
    font-size: 26px;
    font-family: 'interstate';
    font-weight: 200;
    background-color: #3a3a3a;
    color: #ffffff;
    letter-spacing: -0.1rem;
    padding: 6px 15px;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
  .featured-products-headline {
    color: #fff;
    background: #3a3a3a;
    font-size: 22px;
    padding: 10px 20px;
    margin: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
  }
  .featured-products {
    border: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .featured-products .slick-slide .inner-holder {
    padding: 0 15px;
    border-left: 1px solid transparent;
    box-sizing: border-box;
  }
  .featured-products .slick-slide img {
    width: 100%;
  }
  .featured-products .slick-list {
    margin: 0 20px;
  }
  .featured-products .slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    cursor: pointer;
  }
  .featured-products .slider-arrow.slider-arrow-left {
    left: 10px;
  }
  .featured-products .slider-arrow.slider-arrow-right {
    right: 10px;
  }
  .featured-products .slick-slide.slick-active + .slick-slide.slick-active .inner-holder {
    border-color: #d7d7d7;
  }
  .featured-products h4 {
    font-weight: normal;
    font-size: 16px;
    margin: 15px 0;
  }
  .featured-products .product-price {
    font-size: 20px;
    color: #3a3a3a;
    font-weight: bold;
  }
  .featured-products .product-price.featured-price {
    color: #cb0000;
  }
  .featured-products .product-price.featured-price .product-price-ex {
    font-size: 16px;
    text-decoration: line-through;
    color: #3a3a3a;
    padding-left: 5px;
  }
  .featured-products .product-price-l {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 100;
    display: block;
  }
  .featured-products .btn {
    margin-top: 20px;
  }
  .product-img-slider {
    margin-top: 20px;
  }
  .product-img-slider .slick-slide img {
    width: 100%;
  }
  .product-img-slider .slider-arrow {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
  }
  .product-img-slider .slider-arrow span {
    color: #4d4e52;
  }
  .product-img-slider .slick-list {
    margin: 0 10px;
  }
  .product-img-slider .slick-slide {
    padding: 8px;
  }
  .product-img-slider .slider-arrow-right {
    right: 0;
  }
  .product-img-slider .slider-arrow-left {
    left: 0;
  }
  @media (max-width: 1040px) {
    .banner-slider-wrapper {
      margin-top: 16px;
    }
  }
  @media (max-width: 790px) {
    .banner-text {
      font-size: 20px;
      text-align: center;
      position: static;
      margin: 0;
      display: block;
    }
    .banner-slider-wrapper .slick-slide.slick-active img {
      max-width: 100%;
      width: auto;
    }
    .banner-slider-wrapper .slider-arrow {
      margin-top: 0;
    }
  }
  @media (max-width: 400px) {
    .banner-text {
      font-size: 14px;
    }
  }
  label {
    font-weight: 100;
  }
  .form-control {
    border: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
  }
  .form-control:focus {
    outline: none;
    box-shadow: none;
  }
  .checkout-form h5 {
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .checkout-form h5 .custom-checkbox {
    margin-left: 10px;
  }
  .contact-info .row {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
  }
  .gift-card-info {
    padding: 20px;
    background-color: #efefef;
    max-width: 310px;
    margin-left: 20px;
  }
  span.customSelect {
    font-style: italic;
    font-size: 14px;
    color: #969696;
    background: #fff url(../images/custom-select.png) right 15px center no-repeat;
    background-position-x: right 15px;
    background-position-y: center;
    border: 1px solid #ddd;
    padding: 7px 9px;
    border-radius: 0;
    width: 155px;
    white-space: nowrap;
  }
  .custom-select {
    cursor: pointer;
    box-shadow: none;
  }
  .custom-checkbox {
    text-transform: none;
    font-size: 13px;
    color: black;
    display: block;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 0;
    padding-left: 25px;
  }
  .custom-checkbox input {
    display: none;
  }
  .custom-checkbox span {
    font-size: 16px;
    color: #cb0000;
    vertical-align: -2px;
    display: inline-block;
  }
  .custom-checkbox .icon-toggle {
    margin-right: 5px;
    margin-left: -25px;
  }
  .input-theme {
    border: 1px solid #d7d7d7;
  }
  .input-theme input,
  .input-theme .btn {
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }
  .input-theme input:focus,
  .input-theme input:hover,
  .input-theme .btn:focus,
  .input-theme .btn:hover {
    box-shadow: none;
    outline: none;
    background: #fff;
  }
  .input-theme .btn {
    text-transform: uppercase;
    color: #cb0000;
    font-weight: bold;
  }
  .input-theme.input-theme2 .btn {
    color: #2785ce;
  }
  @media (min-width: 1040px) {
    label {
      padding-top: 6px;
    }
  }
  @media (max-width: 1040px) {
    .billing-form {
      padding-top: 20px;
      clear: both;
    }
    .contact-info {
      margin-top: 20px;
    }
  }
  .table  > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    vertical-align: bottom;
  }
  .table-responsive {
    border: 1px solid #dfe4e5;
    border-top: 0;
  }
  .table-responsive thead {
    border-top: 1px solid #dfe4e5;
  }
  .table {
    margin-bottom: 0;
  }
  .account-home-table {
    margin-top: 20px;
  }
  .account-home-table .table > thead > tr > th {
    border-bottom: 0;
  }
  .account-home-table .table-condensed > tbody > tr > td,
  .account-home-table .table-condensed > tbody > tr > th,
  .account-home-table .table-condensed > tfoot > tr > td,
  .account-home-table .table-condensed > tfoot > tr > th {
    padding: 7px 10px;
    font-weight: 300;
  }
  .account-home-table .table-condensed > thead > tr > td,
  .account-home-table .table-condensed > thead > tr > th {
    padding: 10px;
  }
  .table-order {
    margin-top: 20px;
  }
  .table-order h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }
  .table-order li {
    font-weight: 300;
  }
  .table-order li:empty {
    height: 20px;
  }
  table.table-order-info thead th {
    border-bottom: 0;
    font-weight: normal;
    padding: 0;
  }
  table.table-order-info thead th h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
  }
  table.table-order-info tbody tr td {
    border-top: 0;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
  }
  table.table-order-info tbody td.text-bold {
    font-weight: 600;
  }
  table.table-order-info tbody tr.empty td {
    padding: 10px;
  }
  @media (max-width: 400px) {
    table.table-order-info .text-bold {
      padding-left: 10px;
    }
  }
  .sort-options {
    margin-top: 10px;
  }
  .sort-options .select-container {
    position: relative;
    width: 170px;
  }
  .sort-options .control-label {
    color: #969696;
    padding-right: 0;
    padding-top: 7px;
  }
  .sort-options .hasCustomSelect {
    width: 100% !important;
  }
  .sort-options .customSelectInner {
    width: 100% !important;
  }
  .sort-options span.customSelect {
    width: 100% !important;
  }
  @media (max-width: 520px) {
    .sort-options {
      display: block;
      width: 100%;
    }
    .sort-options .select-container {
      width: 100%;
    }
    .sort-options .control-label {
      display: none;
    }
    .sort-options .customSelect {
      display: block !important;
    }
    .sort-options .customSelectInner {
      width: 100% !important;
    }
    .sort-options .full-xxs {
      width: 100%;
    }
  }
  header {
    background-color: #020102;
    color: #ffffff;
  }
  header a {
    color: #ffffff;
  }
  .logo img {
    height: 75px;
  }
  .shopping-bag ul {
    margin-bottom: 0;
  }
  .shopping-bag a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
  }
  .navbar {
    min-height: 1px;
    margin-bottom: 0;
  }
  .navbar-default {
    border: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .navbar-toggle {
    float: left;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    padding: 0;
    margin: 11px 10px 11px 0;
    padding-right: 1px;
  }
  .navbar-toggle .icon-menu-icon {
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
  }
  .navbar-toggle .menu-title {
    text-transform: uppercase;
    padding-left: 5px;
    vertical-align: middle;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background: transparent;
    color: #ffffff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    color: #ffffff;
  }
  .customer-navigation .navbar {
    border: 0;
  }
  .customer-navigation .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    line-height: normal;
  }
  .customer-navigation .navbar-nav > li > a:hover {
    background: transparent;
  }
  .customer-navigation li + li {
    margin-left: 15px;
  }
  .currencies-nav .list-inline {
    margin: 5px 0;
  }
  .currencies-nav a {
    color: #969696;
    text-transform: uppercase;
    font-size: 12px;
  }
  .currencies-nav a.active,
  .currencies-nav a:focus,
  .currencies-nav a:hover {
    color: #ffffff;
    background: transparent;
  }
  .header-form {
    width: 220px;
  }
  .header-form input.form-control {
    background-image: url("../images/search-icon.png");
  }
  .main-navigation{
      border-top: 1px solid white;
  }
  
  .main-navigation .navbar-nav > li:last-child a,
  .main-navigation .navbar-nav > li:last-child a:hover{
      padding: 10px 10px;
      background-color: #007f39;
  }
  
  .main-navigation .navbar-toggle {
    width: 100%;
    float: none;
  }
  .main-navigation .navbar-brand {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
    margin-right: 25px;
    margin-left: 0 !important;
    height: auto;
  }
  .main-navigation .navbar-brand:hover {
    color: #ffffff;
  }
  .main-navigation .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 0;
  }
  .main-navigation .navbar-nav > li > a:focus,
  .main-navigation .navbar-nav > li > a:hover {
    color: #ffffff;
    background: transparent;
  }
  .main-navigation .dropdown-menu {
    border: 0;
  }
  .main-navigation .dropdown-menu a {
    font-size: 12px;
    text-transform: uppercase;
  }
  .mobile-nav {
    display: none;
    height: 44px;
  }
  .mobile-nav span {
    color: #fff;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
  }
  .mobile-nav .icon-shopping-basket {
    font-size: 20px;
    text-align: center;
    background: #cb0000;
    padding: 0 12px;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
  }
  .mobile-nav .icon-search-icon {
    font-size: 24px;
    padding-left: 5px;
  }
  .mobile-search {
    width: 100%;
    margin-top: 1px;
  }
  .mobile-search input,
  .mobile-search .btn {
    padding: 4px 12px;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #ffffff;
    height: 40px;
  }
  .mobile-search input {
      color: #333;
  }
  .mobile-search input:focus,
  .mobile-search input:hover,
  .mobile-search .btn:focus,
  .mobile-search .btn:hover {
    box-shadow: none;
    outline: none;
  }
  .mobile-search .btn {
    color: #cb0000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 3px;
  }
  @media (min-width: 1040px) {
    .logo {
      margin-top: -5px;
    }
    .customer-navigation {
      margin-top: 10px;
    }
    .customer-navigation .navbar-nav.navbar-right {
      text-align: right;
      float: none;
    }
    .customer-navigation .navbar-nav > li {
      float: none;
      display: inline-block !important;
    }
    .main-navigation .icon-close-icon,
    .main-navigation .icon-open-icon {
      display: none;
    }
    .main-navigation .navbar-collapse {
      padding-left: 0;
      margin-left: 66px;
    }
    .main-navigation .navbar-nav li {
      margin-right: 25px;
      display: inline-block;
      float: none;
    }
    .main-navigation .navbar-nav li:last-child {
      margin-right: 0;
    }
    .main-navigation li.dropdown:hover .dropdown-menu {
      display: inline-block;
    }
    .main-navigation .dropdown-toggle:after {
      content: "\e614";
      font-family: "icomoon";
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      color: #ffffff;
      position: absolute;
      bottom: -6px;
      left: 50%;
      margin-left: -5px;
      visibility: hidden;
    }
    .main-navigation li.dropdown:hover .dropdown-toggle:after,
    .main-navigation li.open .dropdown-toggle:after {
      visibility: visible;
    }
    .main-navigation .dropdown-menu {
      left: -20px;
      color: #ffffff;
      box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
      border-radius: 2px;
    }
    .main-navigation .dropdown-menu a:before {
      content: "\e606";
      font-family: "icomoon";
      color: #cb0000;
      padding-right: 2px;
    }
    .main-navigation .dropdown-menu a {
      color: #000;
      padding-left: 15px;
    }
    .main-navigation .dropdown-menu a.active,
    .main-navigation .dropdown-menu a:focus,
    .main-navigation .dropdown-menu a:hover {
      color: #cb0000;
      background: transparent;
    }
  }
  @media (max-width: 1040px) {
    .customer-navigation {
      margin-bottom: 20px;
      background: #000;
      margin-right: -20px;
      margin-left: -20px;
      padding: 0 5px;
    }
    .main-navigation .navbar-collapse {
      border: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none;
    }
    .main-navigation .navbar-nav {
      margin-top: 0;
      margin-bottom: 0;
    }
    .main-navigation .navbar-header {
      margin-top: 20px;
      border-top: 1px solid #fff;
    }
    .main-navigation .navbar-header .navbar-brand {
      display: none;
    }
    .main-navigation li {
      border-top: 1px solid #fff;
    }
    .main-navigation .dropdown.open .dropdown-toggle {
      padding-bottom: 0;
    }
    .main-navigation .dropdown-menu {
      padding: 0;
    }
    .main-navigation .dropdown-menu li {
      border-top: 0;
    }
    .main-navigation .navbar-nav .open .dropdown-menu > li > a {
      color: #ffffff;
      font-size: 11px;
      padding-top: 0;
      padding-bottom: 5px;
    }
    .main-navigation .navbar-nav .open .dropdown-menu > li > a:focus,
    .main-navigation .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #ffffff;
    }
    .main-navigation .dropdown-toggle .icon-close-icon,
    .main-navigation .dropdown-toggle .icon-open-icon {
      float: right;
      line-height: 20px;
    }
    .main-navigation .dropdown-toggle .icon-close-icon {
      display: none;
    }
    .main-navigation .dropdown.open .dropdown-toggle .icon-open-icon {
      display: none;
    }
    .main-navigation .dropdown.open .dropdown-toggle .icon-close-icon {
      display: inline-block;
    }
  }
  @media (max-width: 1040px) and (min-width: 790px) {
    .customer-navigation .navbar-toggle {
      display: none;
    }
    .customer-navigation .nav > li {
      display: inline-block;
    }
    .customer-navigation .collapse.in {
      display: none !important;
      visibility: hidden !important;
    }
    .customer-navigation .collapse {
      display: block !important;
      visibility: visible !important;
    }
  }
  @media (max-width: 790px) {
    .customer-navigation {
      margin-bottom: 0;
    }
    .customer-navigation .navbar-nav {
      margin-top: 0;
      margin-bottom: 0;
    }
    .customer-navigation #navbar-customer li + li {
      margin-left: 0;
    }
    .customer-navigation #navbar-customer li {
      border-top: 1px solid #fff;
    }
    .customer-navigation #navbar-customer li a {
      padding: 7px 0;
    }
    .currencies-nav .list-inline {
      text-align: left;
    }
    .currencies-nav .list-inline li:first-child {
      padding-left: 0;
    }
    .mobile-nav {
      display: table;
      margin-left: auto;
    }
  }
  .sidebar-nav {
    width: 210px;
    float: left;
    margin-top: 2px;
  }
  .sidebar-nav ul {
    list-style: none;
    padding-left: 0;
  }
  .sidebar-nav ul li {
    padding: 0;
  }
  .sidebar-nav ul li a {
    color: #4d4e52;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
    display: block;
  }
  .sidebar-nav ul li a.active,
  .sidebar-nav ul li a:hover {
    color: #cb0000;
    text-decoration: none;
  }
  .sidebar-nav ul li.dropdown a {
    position: relative;
  }
  .sidebar-nav ul li.dropdown a.dropdown-toggle:after {
    content: "\e606";
    font-family: "icomoon";
    font-size: 10px;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
  }
  .sidebar-nav.sidebar-category .dropdown.open .dropdown-toggle {
    border-color: transparent;
    padding-bottom: 0;
  }
  .sidebar-nav.sidebar-category .dropdown.open .dropdown-toggle:after {
    content: "\e604";
    margin-top: -3px;
  }
  .sidebar-nav.sidebar-category .dropdown.open .dropdown-toggle:focus,
  .sidebar-nav.sidebar-category .dropdown.open .dropdown-toggle:hover {
    text-decoration: none;
  }
  .sidebar-nav.sidebar-category .dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    position: static;
    float: none;
  }
  .sidebar-nav.sidebar-category .dropdown-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;
    border-bottom: 0;
    white-space: pre-wrap;
  }
  .sidebar-nav.sidebar-category .dropdown-menu li a:focus,
  .sidebar-nav.sidebar-category .dropdown-menu li a:hover {
    background: transparent;
  }
  @media (min-width: 1040px) {
    .sidebar-wide {
      width: 27%;
      margin-left: 3%;
    }
    .sidebar-wide.sidebar-wide-lg {
      width: 30%;
      margin-left: 0;
    }
  }
  @media (max-width: 1040px) {
    .sidebar-wide {
      margin-top: 20px;
    }
    .sidebar-category {
      display: none;
    }
    .sidebar-category.hide-under-md {
      display: inline-block;
    }
  }
  /*@media (max-width: 790px) {
    .sidebar-nav {
      display: none;
    }
    .sidebar-category.hide-under-md {
      display: none;
    }
  }*/
  .page-content h5 {
    font-weight: bold;
  }
  @media (min-width: 800px) and (max-width: 1039px) {
    .sidebar-nav {
      width: 25%;
    }
    .page-content {
      width: 75%;
    }
  }
  @media (max-width: 790px) {
    .page-content {
      width: auto;
    }
  }
  @media (min-width: 1040px) {
    .content-small {
      width: 70%;
    }
  }
  @media (max-width: 1040px) {
    .page-content.category-content {
      width: 100%;
    }
  }
  .shopwired-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
  }
  .shopwired-image-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
  }
  .items-gallery .photo-title {
    text-align: center;
    height: 60px;
    padding-top: 5px;
  }
  .gallery {
    position: relative;
    padding-top: 20px;
  }
  .image-box {
    z-index: 100;
    position: relative;
  }
  .image-box img.img-glow {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 96.5%;
    z-index: -1;
  }
  .items-gallery .shopwired-image-container {
    border: 1px solid #d7d7d7;
  }
  .items-gallery .shopwired-image-container img {
    width: 100%;
  }
  .product-box {
    border: 1px solid #d7d7d7;
  }
  .items-featured-categories .shopwired-image-container img {
    right: 0;
    left: auto;
  }
  .items-featured-categories .product-box .headline-sm {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    margin-top: 15px;
  }
  .items-featured-categories .product-box p {
    margin: 15px 0;
    font-weight: bold;
    color: #3a3a3a;
    font-size: 16px;
  }
  .items-featured-categories .product-box p .product-price {
    color: #cb0000;
  }
  @media (min-width: 700px) {
    .items-featured-categories .product-box {
      height: 165px;
      margin-bottom: 20px;
    }
    .items-featured-categories .product-box .product-info {
      display: inline-block;
      padding: 0 15px;
      float: left;
      width: 55%;
    }
  }
  @media (max-width: 700px) {
    .items-featured-categories .col-sm-6 {
      width: 100%;
    }
    .items-featured-categories .product-info {
      display: block;
      padding: 15px;
      text-align: center;
    }
    .items-featured-categories p {
      margin: 0;
      margin-bottom: 20px;
    }
    .items-featured-categories .shopwired-image-container {
      display: none;
    }
    .items-featured-categories .col-sm-6 + .col-sm-6 .product-box {
      border-top: 0;
    }
  }
  @media (max-width: 300px) {
    .image-box img.img-glow {
      top: 95%;
    }
  }
  .blog-content + .blog-content {
    margin-top: 30px;
  }
  .blog-content time {
    display: block;
    text-align: center;
    color: #969696;
    margin-bottom: 10px;
  }
  .blog-img {
    width: 170px;
    display: inline-block;
    float: left;
  }
  .blog-img img {
    vertical-align: top;
  }
  .blog-content-box {
    display: table-cell;
    float: none;
    width: auto;
  }
  .blog-content-box p {
    font-weight: 200;
  }
  .blog-box {
    background: #efefef;
    padding: 10px;
    padding-top: 30px;
    position: relative;
  }
  .blog-box .blog-box-title {
    background: #2785ce;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 12px;
    position: absolute;
    top: -15px;
    left: -15px;
    margin: 0;
  }
  .blog-box ul {
    list-style: none;
    padding-left: 0;
  }
  .blog-box ul li {
    padding: 5px 0;
  }
  .blog-box ul li a {
    color: #3a3a3a;
  }
  .blog-box + .blog-box {
    margin-top: 30px;
  }
  .blog-navigation {
    display: none;
  }
  .blog-navigation .navbar-header {
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
  }
  .blog-navigation .navbar-header .menu-title {
    font-weight: bold;
  }
  .blog-navigation .navbar-header .icon-blog-menu-icon {
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
  }
  .blog-navigation .navbar-collapse {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 100;
    margin: 0;
  }
  .blog-navigation .navbar-collapse .navbar-nav {
    margin: 0 -15px;
    background: #2785ce;
  }
  .blog-navigation .navbar-collapse .navbar-nav li {
    padding-left: 20px;
  }
  .blog-navigation .navbar-collapse .navbar-nav li a {
    padding: 6px 0;
    color: #fff;
  }
  .blog-navigation .navbar-collapse .navbar-nav li a:focus,
  .blog-navigation .navbar-collapse .navbar-nav li a:hover {
    background: #2785ce;
    color: #fff;
  }
  .blog-navigation .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #fff;
  }
  .blog-navigation .navbar-default {
    background: #2785ce;
    color: #fff;
    min-height: 1px;
    margin: 0;
  }
  .blog-navigation .navbar-default .navbar-toggle {
    margin: 11px 0;
  }
  @media (max-width: 1040px) {
    .blog-navigation {
      display: block;
    }
  }
  @media (max-width: 670px) {
    .blog-img {
      display: none;
    }
  }
  .postcode {
    border: 1px solid #d9d8d8;
    padding: 7px 0;
  }
  .postcode-validate {
    background: #0072a2;
    padding: 8px 10px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
  }
  .postcode-container input {
    padding-left: 10px;
  }
  .postcode-container input.postcode.error {
    margin-bottom: 15px;
  }
  .postcode-container div.error {
    position: absolute;
    color: red;
    display: block;
    bottom: -5px;
  }
  .postcode-container button:disabled {
    background: rgba(0,114,162,0.5);
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  input::-webkit-input-placeholder {
    color: #787878;
  }
  input:-moz-placeholder {
    color: #787878;
  }
  input::-moz-placeholder {
    color: #787878;
  }
  input:-ms-input-placeholder {
    color: #787878;
  }
  .basket-product-img {
    padding-right: 0;
    width: 142px;
  }
  .basket-product-img img {
    width: 100%;
  }
  .basket-product-info .headline-xs {
    font-size: 16px;
  }
  .basket-product-info .selected-option {
    font-weight: 600;
  }
  .basket-product-info .selected-name {
    padding-right: 20px;
  }
  .basket-product-info .extra-selected {
    margin-top: 20px;
  }
  .basket-product-info .extra-selected p {
    font-weight: 600;
    margin-bottom: 2px;
  }
  
/*   .mobile-quantity{
      display: none;
  } */
  
  @media (max-width: 670px) {
	  .desktop-quantity {
		  margin-bottom: 1rem;
		  padding-bottom: 1rem;
		  border-bottom: 1px solid #d7d7d7;
	  }
	  .separator-quantity {
		  display: none;
	  }
/*       .mobile-quantity{
          display:block;
      } */
  }
  
  .qty {
    text-align: center;
  }
  .qty .qty-box {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 5px 0;
    padding-left: 10px;
    text-align: left;
    width: 100px;
    margin: 0 auto;
  }
  .qty .qty-box span {
    color: #4d4e52;
    display: inline-block;
    font-size: 12px;
    width: 35px;
    font-weight: bold;
    text-align: center;
  }
  .qty .qty-box input {
    border: 0;
    width: 45px;
    display: inline-block;
    color: #4d4e52;
    text-align: center;
    font-weight: bold;
  }
  .qty button {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #2785ce;
    font-size: 14px;
    font-weight: bold;
    padding: 6px;
  }
  .basket-product-update .product-price {
    font-size: 20px;
    font-weight: bold;
    color: #cb0000;
  }
  .sidebar-basket-box {
    border: 1px solid #d7d7d7;
    padding: 10px;
    padding-top: 0;
    font-size: 13px;
    background-color: #fbfbfb;
    font-weight: 100;
  }
  .sidebar-basket-box .text-bold {
    font-weight: bold;
  }
  .sidebar-basket-box.summary {
    margin-bottom: 20px;
  }
  .sidebar-basket-box + .sidebar-basket-box {
    margin-top: 30px;
  }
  .basket-box-b {
    border: 1px solid #d7d7d7;
    padding: 10px;
    background-color: #fbfbfb;
  }
  @media (max-width: 790px) {
    .product-price {
      color: #cb0000;
      font-size: 20px;
      font-weight: bold;
    }
  }
  @media (max-width: 670px) {
    .basket-product-img {
      clear: right;
      margin-bottom: 20px;
    }
    .basket-product-info {
      clear: left;
    }
    .qty {
      text-align: left;
      margin-top: 10px;
    }
  }
  .payment-label {
    width: 100px !important;
  }
  .select-size {
    width: 25% !important;
  }
  @media screen and (min-width: 1040px) {
    .payment-label {
      width: 100px !important;
    }
    .select-size {
      width: 7.3% !important;
    }
  }
  @media screen and (max-width: 1040px) {
    span.customSelectInner {
      width: 0px !important;
    }
  }
  .stockist-box ul {
    margin-bottom: 0;
  }
  @media (min-width: 1040px) {
    .stockist-box {
      border-top: 1px solid #d7d7d7;
      padding: 20px;
    }
    .stockist-box:last-child {
      border-bottom: 1px solid #d7d7d7;
    }
    .stockist-box .col-lg-6 {
      border-right: 1px solid #d7d7d7;
    }
    .stockist-box .col-lg-6:last-child {
      border-right: 0;
      padding-left: 35px;
    }
    .stockist-box .col-lg-6:first-child {
      padding-left: 0;
    }
  }
  @media (max-width: 1040px) {
    .stockist-box .stockist-box-full {
      border-top: 1px solid #d7d7d7;
      padding: 20px 0;
    }
    .stockist-box:last-child .col-lg-6:last-child .stockist-box-full {
      border-bottom: 1px solid #d7d7d7;
    }
  }
  @media (max-width: 490px) {
    .stockist-box h5 {
      margin: 0;
    }
  }
  .recycling-extra,
  .assembling-extra {
    padding: 14px 15px;
    padding-left: 55px;
    background: #40a100 url("../recycling.png") no-repeat 10px center;
    background-size: 33px auto;
    color: #fff;
    font-size: 14px;
    margin: 8px 0;
    padding-right: 31px;
    position: relative;
  }
  .recycling-extra .custom-checkbox,
  .assembling-extra .custom-checkbox {
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .recycling-extra .custom-checkbox .title,
  .assembling-extra .custom-checkbox .title {
    vertical-align: middle;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .recycling-extra .custom-checkbox .icon-toggle,
  .assembling-extra .custom-checkbox .icon-toggle {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
  }
  .recycling-extra .custom-checkbox .icon-toggle:before,
  .assembling-extra .custom-checkbox .icon-toggle:before {
    color: #40a100;
    background: #fff;
    font-size: 16px;
    border: 0;
  }
  .view-video-link {
    float: right;
    color: #2785ce;
    margin-top: -2px;
  }
  .view-video-link a {
    font-size: 16px;
  }
  .video-icon-image {
    margin-top: -3px;
  }
  .assembling-extra {
    background: #cb0000 url("../assembling-extra.png") no-repeat 10px center;
    background-size: 33px auto;
  }
  .assembling-extra .custom-checkbox .icon-toggle:before {
    color: #cb0000;
  }
  .product-extras .product-extra-box:first-child {
    margin-top: -11px;
  }
  .product-extras .product-extra-box:last-child {
    margin-bottom: -11px;
  }
  .product {
    margin: 10px auto;
    position: relative;
    z-index: 90;
  }
  .ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon-wrapper .ribbon {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    background-color: #dcdcdc;
    font-size: 10px;
  }
  .ribbon-wrapper .ribbon-red {
    font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    font-size: 10px;
    background-color: #e11e3c;
    color: white;
  }
  .ribbon-wrapper .ribbon-green{
      font: bold 15px sans-serif;
    color: #333;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    top: 15px;
    left: -30px;
    width: 120px;
    font-size: 10px;
      background-color: #007f39;
      color: white;
  }
  
  .ratings span.icon-star {
    color: #2785ce;
    cursor: pointer;
  }
  .ratings span.icon-star.rate {
    opacity: .7;
  }
  .product-left {
    width: 450px;
  }
  .product-left .main-image {
    position: relative;
  }
  .product-left .video-container {
    display: none;
  }
  .product-left .video-container img {
    visibility: hidden;
  }
  .product-single .headline-lg {
    border-bottom: 0;
    margin-bottom: 10px;
  }
  .product-single hr {
    border-color: #d7d7d7;
    margin: 10px 0;
  }
  .product-single .code,
  .product-single .rrp {
    text-transform: uppercase;
  }
  .product-single .rrp .price {
    color: #cb0000;
  }
  .product-single .rrp:before {
    content: "// ";
    margin: 0 10px;
  }
  .product-single .show-hide-reviews {
    float: right;
  }
  .product-single .show-hide-reviews a {
    color: #2785ce;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 10px;
  }
  .product-single .product-price-value,
  .product-single .product-sale-price-value {
    color: #cb0000;
    font-size: 24px;
    font-weight: bold;
  }
  .product-single .reward-points {
    padding-top: 8px;
  }
  .product-single .product-reward-points-value {
    background: #cb0000;
    color: #fff;
    padding: 2px 4px;
    font-size: 13px;
    margin: 0 5px;
  }
  .product-single .product-video-link {
    color: #cb0000;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
  }
  .product-single .headline-md {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .product-single .product-add-buttons button {
    vertical-align: top;
  }
  .product-single .qty {
    display: inline-block;
    text-align: left;
    margin-right: 10px;
  }
  .product-single .qty .qty-box {
    padding: 4px 0px 4px 10px;
  }
  .product-single .customer-name {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 500;
  }
  .product-single .leave-review h4 {
    margin-top: 0;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 500;
  }
  .product-sale-price-value,
  .add-button,
  .product-form .in-stock {
    display: none;
  }
  #product-container.has-sale-price .product-sale-price-value {
    display: inline-block;
  }
  #product-container.can-be-added .add-button {
    display: inline-block;
  }
  #product-container.can-be-added .out-of-stock-button {
    display: none;
  }
  #product-container.in-stock .product-form .in-stock {
    display: inline-block;
  }
  #product-container.in-stock .product-form .out-of-stock {
    display: none;
  }
  @media (min-width: 1040px) {
    .product-related-slider .slick-list {
      margin: 0 -10px;
    }
    .product-related-slider .slider-arrow-right {
      right: -25px;
    }
    .product-related-slider .slider-arrow-left {
      left: -25px;
    }
    .product-right {
      width: 55%;
    }
  }
  @media (max-width: 1040px) {
    .product-left {
      margin: 0 auto;
      margin-top: 16px;
    }
/*     .product-form {
      margin-top: 20px;
    } */
  }
  @media (max-width: 670px) {
    .product-single .qty {
      margin-top: 0;
    }
    .product-single .product-add-buttons button {
      margin-top: 10px;
    }
  }
  @media (max-width: 490px) {
    .product-left {
      width: 100%;
    }
    .product-single .code,
    .product-single .rrp {
      font-size: 12px;
    }
    .product-single .show-hide-reviews {
      float: none;
      display: block;
      padding-top: 10px;
    }
    .reward-points {
      float: none !important;
      display: block;
      padding-bottom: 8px;
    }
  }
  .videos .video-title {
    height: 50px;
    text-align: center;
  }
  .items-subcategory,
  .items-wishlist {
    clear: left;
  }
  .items-subcategory .gallery,
  .items-wishlist .gallery {
    margin-top: 20px;
    padding-top: 0;
  }
  .items-subcategory .gallery .shopwired-image-container img,
  .items-wishlist .gallery .shopwired-image-container img {
    width: 100%;
  }
  .items-subcategory .product-title,
  .items-wishlist .product-title {
    height: 170px;
  }
  .items-subcategory .product-title h4,
  .items-wishlist .product-title h4 {
    font-weight: normal;
    font-size: 14px;
    margin: 15px 0;
  }
  .items-subcategory .product-title .product-price,
  .items-wishlist .product-title .product-price {
    font-size: 20px;
    color: #cb0000;
    font-weight: bold;
  }
  .items-subcategory .product-title .product-price.featured-price,
  .items-wishlist .product-title .product-price.featured-price {
    color: #cb0000;
  }
  .items-subcategory .product-title .product-price.featured-price .product-price-ex,
  .items-wishlist .product-title .product-price.featured-price .product-price-ex {
    font-size: 16px;
    text-decoration: line-through;
    color: #3a3a3a;
    padding-left: 5px;
  }
  .items-subcategory .product-title .product-price-l,
  .items-wishlist .product-title .product-price-l {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 100;
    display: block;
  }
  .items-subcategory .product-title .btn,
  .items-wishlist .product-title .btn {
    margin-top: 20px;
  }
  @media (min-width: 1040px) {
    .items-wishlist .col-lg-2 {
      width: 20%;
    }
  }
  @media (max-width: 490px) {
    .items-subcategory .product-title h4,
    .items-wishlist .product-title h4 {
      margin: 2px 0;
    }
    .items-subcategory .product-title .product-price-l,
    .items-wishlist .product-title .product-price-l {
      font-size: 12px;
    }
    .items-subcategory .product-title .product-price,
    .items-wishlist .product-title .product-price {
      font-size: 16px;
    }
    .items-subcategory .product-title .product-price.featured-price .product-price-ex,
    .items-wishlist .product-title .product-price.featured-price .product-price-ex {
      font-size: 12px;
      padding-left: 0;
    }
    .items-subcategory .product-title .button-theme,
    .items-wishlist .product-title .button-theme {
      margin-top: 2px;
    }
  }
  footer {
    margin-top: 20px;
    color: #ddd;
  }
  footer a {
    color: #ffffff;
  }
  footer ul {
    list-style: none;
    padding-left: 0;
  }
  .socials a {
    margin-right: 10px;
    display: inline-block;
  }
  .footer-form {
    max-width: 350px;
    margin-bottom: 15px;
  }
  .footer-form input.form-control {
    background-image: url("../images/newsletter.png");
  }
  .footer {
    background: #4d4e52;
    color: #ffffff;
    padding: 20px 0;
  }
  .footer h2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .subfooter {
    padding-top: 10px;
    background: #3a3a3a;
    color: #ffffff;
    border-top: 1px solid #969696;
  }
  @media (min-width: 1040px) {
    footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    body {
      min-height: 100%;
      position: relative;
      padding-bottom: 285px;
    }
    html {
      height: 100%;
    }
  }
  @media (max-width: 790px) {
    .subfooter .text-right {
      text-align: left;
    }
  }
  @media (max-width: 370px) {
    .socials a {
      width: 10%;
      margin-right: 6px;
    }
  }
  .form-errors {
    color: red;
    list-style: none;
    margin: 15px 0;
    padding: 0;
  }
  .form-errors:first-child {
    margin-top: 0;
  }
  .form-with-validation div.error {
    display: block;
    margin-top: 5px;
    color: #f00;
  }
  .collection-container.loading .items {
    position: relative;
  }
  .collection-container.loading .items::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #product-container .product-sale-price-value,
  #product-container .reward-points,
  #product-container .add-button,
  #product-container .in-stock,
  #product-container .video-container {
    display: none !important;
  }
  #product-container.in-stock .in-stock {
    display: inline !important;
  }
  #product-container.in-stock .out-of-stock {
    display: none !important;
  }
  #product-container.has-sale-price .product-sale-price-value {
    display: inline !important;
  }
  #product-container.has-reward-points .reward-points {
    display: inline-block !important;
  }
  #product-container.can-be-added .add-button {
    display: inline-block !important;
  }
	@media (min-width: 1040px) { 
		#product-container.can-be-added .add-button {
			width: 168px;
		}
	}
  #product-container.can-be-added .out-of-stock-button {
    display: none !important;
  }
  #product-container.playing-video .main-photo {
    display: none !important;
  }
  #product-container.playing-video .video-container {
    display: block !important;
  }
  #product-container .video-container {
    padding-bottom: 100%;
    height: 0;
    background-color: #000;
    z-index: 20;
    position: relative;
  }
  #product-container .video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
  }
  .shopwired-basket-modal .close-button {
    opacity: 1;
  }
  .shopwired-basket-modal .buttons a {
    color: #ffffff;
    background-color: #2785ce;
  }
  .shopwired-basket-modal .buttons .close-button {
    color: #ffffff;
    background-color: #4d4e52;
  }
  header .logo-container:first-child {
    margin-top: 20px;
  }
  header .shopping-bag + .search-container {
    margin-top: 10px;
  }
  .category-description {
    margin-bottom: 10px;
  }
  .pagination-container .pagination {
    font-size: 0;
  }
  .pagination-container .pagination a {
    font-size: 14px;
    margin-left: 4px;
  }
  .blog-post-content img {
    width: 100%;
  }
  .blog-post-content {
    margin-bottom: 10px;
  }
  .account-form {
    margin-top: 15px;
  }
  .account-home-table td {
    vertical-align: top !important;
  }
  .category-box .shopwired-image-container {
    float: right;
    width: 142px;
    height: 163px;
    padding: 0;
  }
  .gallery .shopwired-image-container {
    background-color: #fff;
  }
  #product-container .product-price-value,
  #product-container .product-sale-price-value {
    color: #cb0000;
  }
  #product-container.has-sale-price .product-price-value {
    text-decoration: line-through;
    color: #3a3a3a;
    margin-left: 10px;
  }
  form > .sidebar-basket-box:first-child {
    margin-top: 30px;
  }
  .button-proceed-to-checkout {
    margin-bottom: 10px;
  }
  .billing-form h5 .custom-checkbox {
    display: inline-block;
  }
  .postcode-error {
    color: red;
    line-height: 1.2;
    margin: 10px 0 0;
    display: none;
  }
  .destination-container {
    display: none;
  }
  .termToggleItems {
    display: none;
  }
  .postcodeGo {
    display: none;
  }
  
  .descriptionTabs {
      padding-top: 16px;
      margin-top: 8px;
      padding-bottom: 16px;
  }
  
  .descriptionTabs .tabs > ul{
      display: flex;
      list-style: none;
      padding-left: 0px;
  }
  .tabs .mobile-title {
      text-transform: capitalize; 
      font-size: 15px; 
      font-weight: 600;
  }
  
  .descriptionTabs .tabs > ul li{
      flex-grow: 1;
      padding-bottom: 3px;
      cursor: pointer;
      text-align: center;
      color: #4d4e52;
      font-family: nimbus_sans;
      border-bottom: 2px solid #ddd;
      background-color: #f5f5f5;
      padding: 7px;
  }
  
  .descriptionTabs .tabs > ul li.active, .descriptionTabs .tabs > ul li:hover{
      color: #cb0000;
      font-family: nimbus_sans;
      border-bottom: 2px solid #cb0000;
  }
  
  .descriptionTabs .tabText > div{
      display:none;
  }
  
  .descriptionTabs .tabText > div.open{
      display:block;
  }
  
  .mobile-tab-header {
      display: block;
      width: 100%;
      background-color: #4d4e52;
      border: none;
      margin-bottom: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      text-align: center;
      outline: none;
      font-size: 10px;
      font-family: nimbus_sans;
  }
  .mobile-tab-header.active, .mobile-tab-header:hover{
      background-color:  #4d4e52;
      color: #fff;
      font-family: nimbus_sans;
  }
  .mobile-tab-header:before {
      content: '+';
      font-weight: 600;
      font-size: 23px;
      margin-right: 12px;
      padding-left: 12px;
      text-align: center;
      color: #fff;
  }
  
  .mobile-tab-header.active:before {
      content: '-';
      font-weight: 600;
      font-size: 23px;
      margin-right: 12px;
      padding-left: 12px;
      text-align: center;
      color: #fff;
  }
  
  @media (min-width: 1040px) {
      .mobile-tab-header {
          display: none;
      }
  }
  @media (max-width: 1039px) {
      .descriptionTabs .tabs > ul {
          display: none;
      }
      
      .mobile-tab-header {
          text-align: left;
      }
      
      .mobile-tab-header .mobile-title {
          display: inline-block;
          position: relative;
          top: -3px;
          font-size: 15px!important;
          color: #fff;
          font-family: nimbus_sans;
          font-weight: 600;
      }
      .mobile-tab-header .mobile-title:visited {
          color: #fff;
      }
  }
  
  
  @media(max-width: 500px){
      .descriptionTabs .tabs > ul li{
          padding:4px 8px;
          display:inline-block;
          margin-left:-4px;
      }
  
      .descriptionTabs .tabs > ul{
          display:none;
      }
  
      .descriptionTabs .tabs > ul li:first-child{
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
      }
  
      .descriptionTabs .tabs > ul li:last-child{
          border-top-right-radius: 0px;
          border-bottom-right-radius: 0px;
      }
  }
  .popup-div {
      height:40px;
      padding-top: 10px;
      padding-left: 10px;
      font-weight: bold;
      padding-bottom: 10px;
      border: 1px solid #ddd;
      background: #f5f5f5;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .popup-box {
      color: #4d4e52;
      display: block;
      margin: 0;
  }
  
  .popup-box span {
      font-weight: bold;
      text-decoration: underline;
  
  }
  
  @media (max-width: 1040px) {	
      .popup-div {
          margin-top: 15px;
          margin-bottom: 20px;
          height: auto;
          border-top: 1px solid #ddd;
      }
  }
  
  @media (max-width: 970px) {
      #text-banner-widget_frame {
          height: 70px;!important;
      }
  }
  
  @media (min-width: 1040px) {
      .small-visible {
          display: none !important;
      }
  }
  
  @media (max-width: 1039px) {
      .small-hidden {
          display: none !important;
      }
      
      .product-left {
          width: auto;
          max-width: 100%;
      }
  }
  
  .row-table {
      display: table;
      width: 100%;
      height: 100%;
  }
  
  .row-table.half .col-cell {
      width: 50%;
  }
  
  .row-table.top .col-cell {
      vertical-align: top;
  }
  
  .row-table .col-cell {
      display: table-cell;
      vertical-align: middle;
  }
  
  .mobile-search {
      display: none;
  }
  
  .mobile-search.open {
      display: table;
      margin-bottom: -20px;
  }
  
  .product-mobile-carousel .arrow {
      position: absolute;
      z-index: 1;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      padding: 5px 7px;
      color: #fff;
      background: #000;
  }
  
  .product-mobile-carousel .arrow-left {
      left: 0;
  }
  
  .product-mobile-carousel .arrow-right {
      right: 0;
  }
  
  .button-quick-to-basket {
      color: #000;
      background: #f3f14f;
      width: 168px;
      margin-top: 5px;
  }
  
  .button-quick-to-basket:hover {
      color: #000;
  }
  
  @media(max-width: 1040px){
      .button-quick-to-basket{
          margin-top: 0;
      }
      
      .product-single-images {
          max-width: 450px;
          margin: 0 auto;
      }
  }
  
  @media(max-width: 790px){
      .button-quick-to-basket{
          width: auto;
      }
  }
  
  @media(max-width: 671px){
      .button-quick-to-basket {
          width: 100%;
      }
  }
  
  .add-to-basket-container{
      text-align: right;
/*       margin-top: -33px; */
  }
  
  @media(max-width: 790px){
      .add-to-basket-container{
          margin-top: 0;
          text-align: left;
      }
      
      .product-single-images {
          max-width: 100%;
      }
  }
  
  
  /* Shopwired: Banner Message */
  .banner-message{
      background-color: #f19b00;
      color: black;
  }
  
  .banner-message p{
      margin-bottom: 0px;
      padding: 1rem 0;
  }
  
  .banner-message p span{
      color: #cb0000;
      font-weight: bold;
  }
  
  .banner-slider-wrapper.small{
      display: none;
  }
  
  @media(max-width: 700px){
      .banner-slider-wrapper.large{
          display: none;
      }
      .banner-slider-wrapper.small{
          display: block;
      }
  }
  
  /* 13/01/22 UPDATE */
  
  .banner-message {
      text-align: center;
  }
  
  /* T7475: 18/11/22 Product Filters */
  .filter-group-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .filter-group {
      font-weight: 700;
  }
  @media screen and (max-width: 671px) {
      .filter-group {
          width: 50%;
      }
  } 
  .filter-container {
      font-weight: normal;
  }

.product-filters-toggle {
	display: inline-block;
	background: #cb0000;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}

@media (min-width: 791px) {
	.product-filters-toggle {
		display: none;
	}
}

.product-filters-toggle:hover,
.product-filters-toggle:focus {
	color: #fff;
}

@media (max-width: 790px) {
	.product-filters-heading {
		display: none;
	}
}

@media (min-width: 791px) {
	.product-filters-refine-by {
		display: none;
	}
}

.product-filters-refine-by {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

@media (min-width: 791px) {
	.hr-for-small {
		display: none;
	}
}

.product-filters-mobile-close {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

@media (min-width: 791px) {
	.product-filters-mobile-close {
		display: none;
	}
}

@media (max-width: 790px) {
	.sidebar-nav {
		position: fixed;
		top: 0;
		right: 0;
		transform: translateX(325px);
		transition: linear 0.25s transform;
		z-index: 999;
		width: 325px;
		height: 100%;
		background: #fff;
		margin-top: 0;
	}
}

@media (max-width: 790px) {
	.sidebar-nav ul li a {
		text-transform: uppercase;
	}
}
.basket-addons {
	/* padding: 1rem 0; */
}
.basket-addons {
	display: none;
}
.basket-requires-update .basket-addons {
	display: block;
}
.basket-requires-update .basket-delivery-form, .basket-requires-update .postcodeGo {
	display: none !important;
}
@media (min-width: 1040px) {
	.basket-form-container {
		display: flex;
	}
}
.basket-form-container .basket-addons {
	top: 1rem;
	position: sticky;
}