@-webkit-keyframes rotating /* Safari and Chrome */ {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotating, .page.coco-category .coco-content .coco-list .ias-spinner:before {
  -webkit-animation: rotating ease-in-out 1.5s;
  animation: rotating ease-in-out 1.5s; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.clearfix {
  /**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    clear: both; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

.icon-home {
  @include retina-sprite($icon-home-group);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.rotating, .page.coco-category .coco-content .coco-list .ias-spinner:before {
  -webkit-animation: rotating .7s linear infinite !important;
  animation: rotating .7s linear infinite !important; }

/* Large desktop */
body.page-cocorepublic .ui-datepicker {
  border-radius: 0px;
  background: black;
  border: 1px solid white; }
  body.page-cocorepublic .ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: capitalize;
    font-weight: normal; }
  body.page-cocorepublic .ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    background: black;
    border: 0;
    color: white; }
  body.page-cocorepublic .ui-datepicker .ui-state-active {
    border: 1px solid #5AC3B9; }
  body.page-cocorepublic .ui-datepicker th {
    font-size: 16px;
    color: white;
    font-weight: normal; }
  body.page-cocorepublic .ui-datepicker td .ui-state-default {
    font-size: 16px;
    background: black;
    font-weight: normal;
    color: white; }

body.page-cocorepublic .dk-select {
  position: relative; }
  body.page-cocorepublic .dk-select.dk-select-open-up .dk-selected:before, body.page-cocorepublic .dk-select.dk-select-open-down .dk-selected:before {
    border-bottom: 0;
    margin-top: -3px;
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg); }
  body.page-cocorepublic .dk-select.dk-select-open-up .dk-select-options, body.page-cocorepublic .dk-select.dk-select-open-down .dk-select-options {
    display: block;
    border-color: #e6e6e6;
    z-index: 999999; }
  body.page-cocorepublic .dk-select .dk-selected {
    display: block;
    height: auto !important;
    line-height: normal !important;
    font-family: 'BaskervilleLT-Regular';
    color: black;
    letter-spacing: -0.01em;
    font-size: 14px;
    width: 100%;
    max-height: none;
    overflow: hidden;
    padding: 15px 15px 12px; }
    body.page-cocorepublic .dk-select .dk-selected:before {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0px;
      height: 4px;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid #020303;
      right: 12px;
      margin: 0;
      padding: 0; }
    body.page-cocorepublic .dk-select .dk-selected:after {
      border-left: 0;
      background: transparent;
      top: -5px;
      height: 40px; }
  body.page-cocorepublic .dk-select .dk-select-options {
    width: 100%;
    height: auto;
    max-height: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    font-family: 'BaskervilleLT-Regular', Arial;
    color: #666666; }
    body.page-cocorepublic .dk-select .dk-select-options .dk-option {
      width: 100%;
      font-size: 14px;
      color: #020303;
      padding: 10px;
      letter-spacing: -0.01em; }
      body.page-cocorepublic .dk-select .dk-select-options .dk-option.dk-option-selected, body.page-cocorepublic .dk-select .dk-select-options .dk-option.dk-option-highlight {
        color: white;
        background: #020303; }
      body.page-cocorepublic .dk-select .dk-select-options .dk-option:first-child {
        color: #020303 !important;
        background: white !important; }

body.page-cocorepublic .input-phone {
  padding-left: 30px; }

body.page-cocorepublic form.ds-form-dark .ds-field-default, body.page-cocorepublic form.ds-form-dark input, body.page-cocorepublic form.ds-form-dark textarea {
  box-sizing: border-box;
  width: 100%;
  font-family: 'Baskerville-Reg';
  font-size: 16px;
  color: white;
  background: #191919;
  border: 0;
  outline: none;
  letter-spacing: -0.04em; }

body.page-cocorepublic form.ds-form-dark input {
  margin-bottom: 10px;
  height: 40px !important;
  padding: 4px 20px 0;
  letter-spacing: 0.0em;
  font-size: 18px; }
  body.page-cocorepublic form.ds-form-dark input#datepicker {
    cursor: pointer;
    background-image: url("../img/grey-select-arrow.png");
    background-repeat: no-repeat;
    background-position: 96%; }

body.page-cocorepublic form.ds-form-dark textarea {
  height: 140px;
  padding: 15px 20px 8px;
  margin-bottom: 20px; }

body.page-cocorepublic form.ds-form-dark input::-webkit-input-placeholder, body.page-cocorepublic form.ds-form-dark textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white; }

body.page-cocorepublic form.ds-form-dark input::-moz-placeholder, body.page-cocorepublic form.ds-form-dark textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white; }

body.page-cocorepublic form.ds-form-dark input:-ms-input-placeholder, body.page-cocorepublic form.ds-form-dark textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: white; }

body.page-cocorepublic form.ds-form-dark input:-moz-placeholder, body.page-cocorepublic form.ds-form-dark textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white; }

body.page-cocorepublic form.ds-form-dark select.form-control {
  -webkit-appearance: none;
  background: url(../img/grey-select-arrow.png) center right no-repeat; }

body.page-cocorepublic form.ds-form-dark label {
  display: inline-block;
  font-family: 'BaskervilleLT-Regular';
  text-transform: none;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  margin: 13px 0;
  line-height: 100%; }

body.page-cocorepublic form.ds-form-dark .dk-selected {
  background: #191919;
  border: 0;
  font-size: 18px;
  height: 40px !important;
  color: white;
  padding: 14px 20px 0;
  letter-spacing: 0.0em;
  line-height: normal;
  margin-bottom: 10px; }
  body.page-cocorepublic form.ds-form-dark .dk-selected:before {
    top: 50%;
    border: 0;
    border-width: 0;
    border-top-color: transparent;
    margin: -0.125em 1.25em 0 0; }
  body.page-cocorepublic form.ds-form-dark .dk-selected:after {
    margin: 13px 15px;
    border: 0;
    top: 0; }

body.page-cocorepublic form.ds-form-dark .radio {
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */ }
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label,
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label {
    padding: 0 40px 0 0;
    cursor: pointer; }
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before {
    content: '';
    right: 0;
    top: -7px;
    margin: 0; }
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after {
    transition: all 0.2s ease-in-out;
    content: '';
    right: 0;
    top: -7px; }
  body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

body.page-cocorepublic form.ds-form-dark .tick {
  overflow: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */ }
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label,
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label {
    padding: 0 0 0 30px;
    cursor: pointer;
    margin: 0 0 10px; }
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before {
    content: '';
    left: 0;
    top: -2px;
    margin: 0; }
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after {
    transition: all 0.2s ease-in-out;
    content: '';
    left: 0;
    top: -2px; }
  body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }

@media only screen and (max-width: 480px) {
  body.page-cocorepublic form.ds-form-dark .form-field .dk-select {
    display: table;
    margin-bottom: 10px; }
  body.page-cocorepublic form.ds-form-dark .form-field .dk-selected {
    font-size: 14px;
    padding: 4px 15px 0;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle; }
  body.page-cocorepublic form.ds-form-dark .form-field input {
    font-size: 14px;
    letter-spacing: -0.05em;
    height: 45px !important;
    padding: 4px 15px 0; }
  body.page-cocorepublic form.ds-form-dark .form-field button {
    margin-top: 50px;
    width: 100%;
    height: 40px !important;
    font-size: 20px !important; }
  body.page-cocorepublic form.ds-form-dark .form-field textarea {
    margin-top: 15px; } }

body.checkout-onepage-index .field-default, body.checkout-onepage-index .field label, body.checkout-onepage-index .field .input-box {
  text-align: left;
  padding-right: 0;
  padding-top: 0;
  vertical-align: middle;
  display: table-cell;
  float: none; }

body.checkout-onepage-index .field {
  display: table;
  float: none;
  margin-bottom: 15px !important; }
  body.checkout-onepage-index .field label {
    width: 140px;
    font-size: 14px;
    color: #020303;
    letter-spacing: 0.01em;
    font-family: 'BaskervilleLT-Regular'; }
  body.checkout-onepage-index .field .input-box input.input-text {
    color: #666666;
    padding: 8px 20px;
    max-width: 300px;
    height: 45px !important; }
  body.checkout-onepage-index .field .input-box input.input-postal {
    max-width: 135px; }
  body.checkout-onepage-index .field .input-box select {
    color: #666666;
    padding: 8px 20px;
    max-width: 300px;
    height: 45px !important;
    border-radius: 0;
    -webkit-appearance: none;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url("../img/select-arrow.png"); }

body.checkout-onepage-index .input-tick {
  float: none;
  width: 100%;
  display: block; }

body.checkout-onepage-index label {
  font-weight: normal;
  font-family: 'BaskervilleLT-Regular';
  font-size: 14px;
  color: black;
  letter-spacing: 0; }

body.checkout-onepage-index input[type="radio"] + label {
  width: auto;
  padding: 0 0 0 40px;
  vertical-align: top;
  position: relative;
  display: block;
  text-align: left;
  color: black;
  margin: 15px 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: 'BaskervilleLT-Regular'; }
  body.checkout-onepage-index input[type="radio"] + label::before {
    content: '';
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0; }
  body.checkout-onepage-index input[type="radio"] + label span {
    font-family: 'BaskervilleBT-Italic';
    font-size: 14px;
    letter-spacing: 0;
    display: block; }

@font-face {
  font-family: 'MercuryDisplayBold';
  src: url("../../fonts/Mercury_Display_Bold.eot");
  src: url("../../fonts/Mercury_Display_Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Mercury_Display_Bold.woff") format("woff"), url("../../fonts/Mercury_Display_Bold.ttf") format("truetype"), url("../../fonts/Mercury_Display_Bold.svg#BigCaslon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Baskerville-Reg';
  src: url("../../fonts/Baskerville-Reg.eot");
  src: url("../../fonts/Baskerville-Reg.eot?#iefix") format("embedded-opentype"), url("../../fonts/Baskerville-Reg.woff") format("woff"), url("../../fonts/Baskerville-Reg.ttf") format("truetype"), url("../../fonts/Baskerville-Reg.svg#Baskerville-Reg") format("svg");
  font-weight: normal;
  font-style: normal; }

.font-mercury, h1, .page.enquiry .banner h1, .page.enquiry .content .col-right .product-name {
  font-family: 'MercuryDisplayBold'; }

.font-tradeGothic, .page.enquiry .content .col-left form .field input, .page.enquiry .content .col-left form .field textarea {
  font-family: 'TradeGothicLTStd-Light'; }

.font-tradeGothic18, .ds-btn, .ds-btn:hover {
  font-family: 'TradeGothicLTStd-Cn18'; }

.font-BaskervilleBT-Italic, .page.enquiry .content .col-left form .field input[type="checkbox"] + label, .page.enquiry .content .col-left .bottom-copy p, .page.enquiry .content .col-right .product-brand, .page.enquiry .content .col-right .product-price, .page.enquiry.thank-you .content h1, .page.enquiry.thank-you .content h2, .contact-us-form .form-list li .checkbox-wrap input[type="checkbox"] + label, .contentmanager-contenttype-news #content-news .sidebar-right .contenttype-listing-readmore, .contentmanager-contenttype-news #content-news .sidebar-right .social-links p, .page.designer-booking #ds-banner-bottom .wrap h1, .page.designer-booking #ds-banner-bottom .wrap a {
  font-family: 'BaskervilleBT-Italic'; }

.font-Baskerville-Reg, body.page-cocorepublic .ui-datepicker .ui-datepicker-title, body.page-cocorepublic .ui-datepicker th, body.page-cocorepublic .ui-datepicker td .ui-state-default, #mobile-header-nav ul.mobile-main-menu li.menu-type-custom a {
  font-family: 'Baskerville-Reg'; }

.coco-sprite, body.page-cocorepublic form.ds-form-dark .dk-selected:after, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after, body.checkout-onepage-index input[type="radio"] + label::before, body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons div,
body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons div, .page.coco-category #coco-hero .category-slide .owl-buttons div, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:after, .page.coco-category .coco-content .coco-list .ias-spinner:before, body.coco-product #lightbox-wrap .fancy-ico, body.coco-product .lightbox-outer:before, body.coco-product .lightbox-outer:after, body.coco-product .lightbox-nav.lightbox-prev span, body.coco-product .lightbox-nav.lightbox-next span, .page.product-view #details .detail-left .breadcrumbs span.sep:before, .page.product-view #details .detail-left #product-slider .owl-buttons div, .page.product-view #gallery #gallery-slider .owl-buttons div, #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field:after, #mobile-header-nav ul.mobile-main-menu li a#mobile_login_popup_link:before, #mobile-header-nav ul.mobile-main-menu li.has-child:after, #coco-footer-bottom .social-links ul li a {
  display: inline-block;
  background: url("../img/sprite.png"); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .coco-sprite, body.page-cocorepublic form.ds-form-dark .dk-selected:after, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
    body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
    body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
    body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
    body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after, body.checkout-onepage-index input[type="radio"] + label::before, body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons div,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons div, .page.coco-category #coco-hero .category-slide .owl-buttons div, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:after, .page.coco-category .coco-content .coco-list .ias-spinner:before, body.coco-product #lightbox-wrap .fancy-ico, body.coco-product .lightbox-outer:before, body.coco-product .lightbox-outer:after, body.coco-product .lightbox-nav.lightbox-prev span, body.coco-product .lightbox-nav.lightbox-next span, .page.product-view #details .detail-left .breadcrumbs span.sep:before, .page.product-view #details .detail-left #product-slider .owl-buttons div, .page.product-view #gallery #gallery-slider .owl-buttons div, #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field:after, #mobile-header-nav ul.mobile-main-menu li a#mobile_login_popup_link:before, #mobile-header-nav ul.mobile-main-menu li.has-child:after, #coco-footer-bottom .social-links ul li a {
      background: url("../img/sprite@2x.png"); } }

.black-caret-sm, body.coco-product #lightbox-wrap .fancy-ico, body.coco-product .lightbox-outer:before, body.coco-product .lightbox-outer:after, body.coco-product .lightbox-nav.lightbox-prev span, body.coco-product .lightbox-nav.lightbox-next span, .page.product-view #details .detail-left #product-slider .owl-buttons div {
  background-image: url(../img/sprite.png);
  background-position: -28px -161px;
  width: 12px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .black-caret-sm, body.coco-product #lightbox-wrap .fancy-ico, body.coco-product .lightbox-outer:before, body.coco-product .lightbox-outer:after, body.coco-product .lightbox-nav.lightbox-prev span, body.coco-product .lightbox-nav.lightbox-next span, .page.product-view #details .detail-left #product-slider .owl-buttons div {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.border-caret-sm, .page.product-view #details .detail-left .breadcrumbs span.sep:before {
  background-image: url(../img/sprite.png);
  background-position: -213px -36px;
  width: 7px;
  height: 11px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .border-caret-sm, .page.product-view #details .detail-left .breadcrumbs span.sep:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.check-in, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after {
  background-image: url(../img/sprite.png);
  background-position: -105px -140px;
  width: 20px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .check-in, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
    body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.check-out, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before {
  background-image: url(../img/sprite.png);
  background-position: -125px -140px;
  width: 20px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .check-out, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
    body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.custom-view-check {
  background-image: url(../img/sprite.png);
  background-position: -144px -49px;
  width: 32px;
  height: 32px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-view-check {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-facebook, #coco-footer-bottom .social-links ul li.link-facebook a {
  background-image: url(../img/sprite.png);
  background-position: -42px -140px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-facebook, #coco-footer-bottom .social-links ul li.link-facebook a {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-fb {
  background-image: url(../img/sprite.png);
  background-position: -40px -161px;
  width: 10px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-fb {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-fullscreen {
  background-image: url(../img/sprite.png);
  background-position: -83px -109px;
  width: 23px;
  height: 24px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-fullscreen {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-google-plus {
  background-image: url(../img/sprite.png);
  background-position: -126px -109px;
  width: 24px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-google-plus {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-heart {
  background-image: url(../img/sprite.png);
  background-position: -163px -140px;
  width: 17px;
  height: 16px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-heart {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-instagram, #coco-footer-bottom .social-links ul li.link-instagram a {
  background-image: url(../img/sprite.png);
  background-position: -63px -140px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-instagram, #coco-footer-bottom .social-links ul li.link-instagram a {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-pinterest, #coco-footer-bottom .social-links ul li.link-pinterest a {
  background-image: url(../img/sprite.png);
  background-position: -84px -140px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-pinterest, #coco-footer-bottom .social-links ul li.link-pinterest a {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-printer {
  background-image: url(../img/sprite.png);
  background-position: -106px -109px;
  width: 20px;
  height: 24px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-printer {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-select-arrow, body.page-cocorepublic form.ds-form-dark .dk-selected:after {
  background-image: url(../img/sprite.png);
  background-position: -192px -109px;
  width: 20px;
  height: 14px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-select-arrow, body.page-cocorepublic form.ds-form-dark .dk-selected:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-tick-in, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after {
  background-image: url(../img/sprite.png);
  background-position: -176px -49px;
  width: 31px;
  height: 31px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-tick-in, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
    body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-tick-out, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before {
  background-image: url(../img/sprite.png);
  background-position: 0px -109px;
  width: 31px;
  height: 31px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-tick-out, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
    body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-twit {
  background-image: url(../img/sprite.png);
  background-position: -150px -109px;
  width: 24px;
  height: 17px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-twit {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-twitter, #coco-footer-bottom .social-links ul li.link-twitter a {
  background-image: url(../img/sprite.png);
  background-position: 0px -140px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-twitter, #coco-footer-bottom .social-links ul li.link-twitter a {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.grey-vimeo, #coco-footer-bottom .social-links ul li.link-vimeo a {
  background-image: url(../img/sprite.png);
  background-position: -21px -140px;
  width: 21px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .grey-vimeo, #coco-footer-bottom .social-links ul li.link-vimeo a {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

#coco-footer-bottom .social-links ul li.link-wechat a {
    /*background-image: url(../img/sprite.png);
    background-position: -63px -532px;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 18px;
    height: 15px;
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 3px; }
    #coco-footer-bottom .social-links ul li.link-wechat a:before{
      content: "\f1d7";
      font-size: 19px;
      color: #666;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .grey-vimeo, #coco-footer-bottom .social-links ul li.link-vimeo a {
        background-image: url(../img/sprite@2x.png);
        background-size: 226px 185px; } }

.lamericano {
  background-image: url(../img/sprite.png);
  background-position: -101px -81px;
  width: 108px;
  height: 11px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .lamericano {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.little-sparrow {
  background-image: url(../img/sprite.png);
  background-position: -101px 0px;
  width: 125px;
  height: 23px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .little-sparrow {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.max-sparrow {
  background-image: url(../img/sprite.png);
  background-position: -101px -36px;
  width: 112px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .max-sparrow {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.radio-in-black {
  background-image: url(../img/sprite.png);
  background-position: -207px -49px;
  width: 18px;
  height: 18px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio-in-black {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.radio-in, body.checkout-onepage-index input[type="radio"]:checked + label::before {
  background-image: url(../img/sprite.png);
  background-position: -57px -109px;
  width: 26px;
  height: 26px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio-in, body.checkout-onepage-index input[type="radio"]:checked + label::before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.radio-out-black {
  background-image: url(../img/sprite.png);
  background-position: -145px -140px;
  width: 18px;
  height: 18px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio-out-black {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.radio-out, body.checkout-onepage-index input[type="radio"] + label::before {
  background-image: url(../img/sprite.png);
  background-position: -31px -109px;
  width: 26px;
  height: 26px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .radio-out, body.checkout-onepage-index input[type="radio"] + label::before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.reload, .page.coco-category .coco-content .coco-list .ias-spinner:before {
  background-image: url(../img/sprite.png);
  background-position: -101px -49px;
  width: 43px;
  height: 32px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .reload, .page.coco-category .coco-content .coco-list .ias-spinner:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.republic-furniture {
  background-image: url(../img/sprite.png);
  background-position: 0px -100px;
  width: 187px;
  height: 9px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .republic-furniture {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.teen-sparrow {
  background-image: url(../img/sprite.png);
  background-position: -101px -23px;
  width: 115px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .teen-sparrow {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.tick-in, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:after {
  background-image: url(../img/sprite.png);
  background-position: -180px -140px;
  width: 16px;
  height: 16px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tick-in, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.tick-out, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.amshopby-attr-selected:before, .page.coco-category .coco-content .coco-sidebar .filter-block ol li.amshopby-attr-selected a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a.amshopby-attr-selected:after {
  background-image: url(../img/sprite.png);
  background-position: -196px -140px;
  width: 16px;
  height: 16px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .tick-out, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.amshopby-attr-selected:before, .page.coco-category .coco-content .coco-sidebar .filter-block ol li.amshopby-attr-selected a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol li a.amshopby-attr-selected:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-arrow-right {
  background-image: url(../img/sprite.png);
  background-position: -216px -23px;
  width: 8px;
  height: 13px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-arrow-right {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-caret-mobile, #mobile-header-nav ul.mobile-main-menu li.has-child:after {
  background-image: url(../img/sprite.png);
  background-position: -220px -36px;
  width: 6px;
  height: 10px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-caret-mobile, #mobile-header-nav ul.mobile-main-menu li.has-child:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-caret-sm, .page.product-view #gallery #gallery-slider .owl-buttons div {
  background-image: url(../img/sprite.png);
  background-position: -207px -67px;
  width: 5px;
  height: 8px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-caret-sm, .page.product-view #gallery #gallery-slider .owl-buttons div {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-caret, body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons div,
body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons div, .page.coco-category #coco-hero .category-slide .owl-buttons div {
  background-image: url(../img/sprite.png);
  background-position: 0px -161px;
  width: 13px;
  height: 24px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-caret, body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons div,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons div, .page.coco-category #coco-hero .category-slide .owl-buttons div {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-login, #mobile-header-nav ul.mobile-main-menu li a#mobile_login_popup_link:before {
  background-image: url(../img/sprite.png);
  background-position: -13px -161px;
  width: 15px;
  height: 20px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-login, #mobile-header-nav ul.mobile-main-menu li a#mobile_login_popup_link:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-play {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 101px;
  height: 100px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-play {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.white-search, #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field:after {
  background-image: url(../img/sprite.png);
  background-position: -174px -109px;
  width: 18px;
  height: 17px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .white-search, #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field:after {
      background-image: url(../img/sprite@2x.png);
      background-size: 226px 185px; } }

.fixed {
  position: fixed; }

.relative, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label, .coco-container, .ds-row, .ds-col-default, .ds-col-12, .ds-col-9, .ds-col-8, .ds-col-7, .ds-col-6, .ds-col-5, .ds-col-4, .ds-col-3, .ds-col-2 {
  position: relative; }

.absolute, body.page-cocorepublic form.ds-form-dark .radio, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .radio[type="radio"]:checked + label:after, body.page-cocorepublic form.ds-form-dark .tick, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:before,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:before, body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:not(:checked) + label:after,
body.page-cocorepublic form.ds-form-dark .tick[type="checkbox"]:checked + label:after {
  position: absolute; }

.ds-wrap-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.background-cover {
  background-size: cover; }

.ds-display-desktop {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .ds-display-desktop {
      display: none !important; } }

.ds-display-mobile {
  display: none !important; }
  @media only screen and (max-width: 768px) {
    .ds-display-mobile {
      display: block !important; } }

hr {
  border: none;
  margin: 30px 0; }
  hr.grey {
    border-bottom: 1px solid #e5e5e5; }

.coco-container {
  width: auto;
  max-width: 1370px !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px; }
  @media only screen and (max-width: 1024px) {
    .coco-container {
      position: static;
      padding: 0; } }

.coco-container-xl {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px; }

.ds-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both; }
  .ds-row.no-gutter {
    margin-left: 0;
    margin-right: 0; }
    .ds-row.no-gutter .ds-col-8,
    .ds-row.no-gutter .ds-col-6,
    .ds-row.no-gutter .ds-col-4,
    .ds-row.no-gutter .ds-col-12 {
      padding-left: 0;
      padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    .ds-row {
      margin: 0; } }
  @media only screen and (max-width: 768px) {
    .ds-row .ds-col-2,
    .ds-row .ds-col-3,
    .ds-row .ds-col-4,
    .ds-row .ds-col-5,
    .ds-row .ds-col-6,
    .ds-row .ds-col-7,
    .ds-row .ds-col-8,
    .ds-row .ds-col-9,
    .ds-row .ds-col-12 {
      width: 100%; } }

.border-box, .ds-row, .ds-col-default, .ds-col-12, .ds-col-9, .ds-col-8, .ds-col-7, .ds-col-6, .ds-col-5, .ds-col-4, .ds-col-3, .ds-col-2 {
  box-sizing: border-box; }

.ds-col-default, .ds-col-12, .ds-col-9, .ds-col-8, .ds-col-7, .ds-col-6, .ds-col-5, .ds-col-4, .ds-col-3, .ds-col-2 {
  min-height: 1px;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 768px) {
    .ds-col-default, .ds-col-12, .ds-col-9, .ds-col-8, .ds-col-7, .ds-col-6, .ds-col-5, .ds-col-4, .ds-col-3, .ds-col-2 {
      padding-left: 20px;
      padding-right: 20px; } }

.ds-col-12 {
  width: 100%; }

.ds-col-9 {
  width: 75%; }

.ds-col-8 {
  width: 66.66666667%; }

.ds-col-7 {
  width: 58.33333333%; }

.ds-col-6 {
  width: 50%; }

.ds-col-5 {
  width: 41.66666667%; }

.ds-col-4 {
  width: 33.33333333%; }

.ds-col-3 {
  width: 25%; }

.ds-col-2 {
  width: 16.66666667%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.ds-btn {
  padding: 10px; }
  .ds-btn.ds-btn-white {
    background: white;
    color: black; }
  .ds-btn:hover {
    text-decoration: none; }

.btn-white-black {
  box-sizing: border-box;
  font-family: 'TradeGothicLT-CondEighteen' !important;
  border-radius: 0;
  background: #FFFFFF !important;
  background-color: #FFFFFF !important;
  color: #020202 !important;
  border: 1px solid #CCC !important;
  letter-spacing: 1px;
  text-transform: uppercase; }

.page.v3 .ds-row {
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (max-width: 1024px) {
    .page.v3 .ds-row {
      margin-left: -20px;
      margin-right: -20px; } }

.page.v3 .ds-col-6,
.page.v3 .ds-col-12 {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 1024px) {
    .page.v3 .ds-col-6,
    .page.v3 .ds-col-12 {
      padding-left: 20px;
      padding-right: 20px; } }

.page.v3 .coco-container {
  max-width: 1030px !important; }
  @media only screen and (max-width: 1024px) {
    .page.v3 .coco-container {
      padding: 0 20px; } }

.page.v3 p {
  line-height: 128%;
  letter-spacing: 0.01em; }

.page.v3 a.btn {
  color: white;
  font-family: 'BaskervilleBT-Italic';
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  width: 100%; }
  .page.v3 a.btn span {
    position: relative;
    bottom: -2px; }
  .page.v3 a.btn.btn-black {
    background: black;
    padding: 15px;
    text-align: center; }

body.cms-home .welcome-msg-container,
body.cms-home-new .welcome-msg-container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  top: 175px; }
  @media only screen and (max-width: 1024px) {
    body.cms-home .welcome-msg-container,
    body.cms-home-new .welcome-msg-container {
      top: 70px; } }
  @media only screen and (max-width: 480px) {
    body.cms-home .welcome-msg-container,
    body.cms-home-new .welcome-msg-container {
      top: 60px; } }

body.cms-home .page-wrapper,
body.cms-home-new .page-wrapper {
  padding-top: 0; }

body.cms-home .page.coco-home #coco-hero,
body.cms-home-new .page.coco-home #coco-hero {
  padding-bottom: 50px;
  height: 93vh;
  max-height: 835px; }
  body.cms-home .page.coco-home #coco-hero .welcome-msg-container,
  body.cms-home-new .page.coco-home #coco-hero .welcome-msg-container {
    position: relative;
    top: 0;
    width: 100%;
    background: transparent;
    display: none;
    height: 50px; }
  body.cms-home .page.coco-home #coco-hero .owl-carousel,
  body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 175px;
    bottom: 0;
    max-height: 700px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-wrapper-outer,
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-wrapper,
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-item,
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-item > div,
    body.cms-home .page.coco-home #coco-hero .owl-carousel .bg-image,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-wrapper-outer,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-wrapper,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-item,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-item > div,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .bg-image {
      height: 100%; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .welcome-closed .bg-image,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .welcome-closed .bg-image {
      top: 0; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .bg-image,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .bg-image {
      max-height: 700px;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto;
      transition: top .4s linear; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .mobile-image,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .mobile-image {
      display: none; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .link-panel,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .link-panel {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 100; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap h1,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap h1 {
        font-size: 76px;
        font-weight: 500;
        font-family: 'MercuryDisplayBold';
        margin-bottom: 30px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap h1 span,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap h1 span {
          font-family: 'BaskervilleBT-Italic';
          font-weight: 100;
          display: inline-block;
          position: relative;
          left: -15px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap hr,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap hr {
        border-top: 4px solid white;
        max-width: 400px;
        margin: 0 auto; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap p,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap p {
        font-size: 24px;
        font-family: 'BaskervilleBT-Italic';
        margin-bottom: 20px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap .button,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap .button {
        font-family: 'BaskervilleBT-Italic' !important;
        text-transform: capitalize;
        margin-top: 20px;
        width: 168px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap .button .arrow-right,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap .button .arrow-right {
          background-image: url(../img/chevron-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          display: inline-block;
          height: 10px;
          width: 8px;
          margin: 0;
          vertical-align: middle;
          top: -1px;
          position: relative; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-pagination,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-pagination {
      position: absolute;
      bottom: 30px;
      z-index: 1;
      left: 0;
      right: 0; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page {
        display: inline-block;
        margin: 0 3px;
        padding: 2px;
        border: 1px solid transparent;
        border-radius: 50%; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page.active,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page.active {
          border-color: white; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page span,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-pagination .owl-page span {
          height: 6px;
          width: 6px;
          background: white;
          border-radius: 50%;
          display: block; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons div,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons div {
        text-indent: 9999px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-prev,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-prev {
        float: left;
        margin-left: 5.7em; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-next,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-next {
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg);
        float: right;
        margin-right: 5.7em; }
  @media only screen and (max-width: 1200px) {
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-prev,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-prev {
      margin-left: 1.3em; }
    body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-next,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons .owl-next {
      margin-right: 1.3em; } }
  @media only screen and (max-width: 1024px) {
    body.cms-home .page.coco-home #coco-hero,
    body.cms-home-new .page.coco-home #coco-hero {
      max-height: 515px;
      padding-bottom: 0; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
        top: 70px;
        max-height: 515px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .bg-image,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .bg-image {
          height: 515px; } }
  @media only screen and (max-width: 768px) {
    body.cms-home .page.coco-home #coco-hero .owl-carousel,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
      top: 70px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .bg-image,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .bg-image {
        height: 515px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel .mobile-image,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel .mobile-image {
        display: block;
        z-index: 1; } }
  @media only screen and (max-width: 667px) {
    body.cms-home .page.coco-home #coco-hero,
    body.cms-home-new .page.coco-home #coco-hero {
      max-height: 400px; }
      body.cms-home .page.coco-home #coco-hero .owl-carousel,
      body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
        max-height: 400px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .bg-image,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .bg-image {
          height: 400px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap {
          top: 47%; }
          body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap h1,
          body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap h1 {
            margin-bottom: 0;
            font-size: 40px; }
            body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap h1 span,
            body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap h1 span {
              left: -10px; }
          body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap hr,
          body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap hr {
            max-width: 210px;
            margin: 0 auto; }
          body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap .button,
          body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap .button {
            margin-top: 15px; }
          body.cms-home .page.coco-home #coco-hero .owl-carousel .text-wrap p,
          body.cms-home-new .page.coco-home #coco-hero .owl-carousel .text-wrap p {
            line-height: 120%;
            font-size: 20px;
            max-width: 200px;
            margin: 0 auto 5px; }
        body.cms-home .page.coco-home #coco-hero .owl-carousel .owl-buttons,
        body.cms-home-new .page.coco-home #coco-hero .owl-carousel .owl-buttons {
          display: none; } }
  @media only screen and (max-width: 480px) {
    body.cms-home .page.coco-home #coco-hero .owl-carousel,
    body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
      top: 60px; } }

body.cms-home .page.coco-home #coco-products,
body.cms-home-new .page.coco-home #coco-products {
  overflow: hidden;
  padding: 40px 0 10px; }
  body.cms-home .page.coco-home #coco-products .item,
  body.cms-home-new .page.coco-home #coco-products .item {
    padding-left: 18px;
    padding-right: 18px; }
    body.cms-home .page.coco-home #coco-products .item:nth-child(3n+1),
    body.cms-home-new .page.coco-home #coco-products .item:nth-child(3n+1) {
      clear: both; }
    body.cms-home .page.coco-home #coco-products .item .item-wrap,
    body.cms-home-new .page.coco-home #coco-products .item .item-wrap,
    body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-wrap {
      max-width: 435px;
      margin: 0 auto 55px; }
      body.cms-home .page.coco-home #coco-products .item .item-wrap a,
      body.cms-home-new .page.coco-home #coco-products .item .item-wrap a {
        text-decoration: none; }
    body.cms-home .page.coco-home #coco-products .item .item-wrap,
    body.cms-home-new .page.coco-home #coco-products .item .item-wrap,
    body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-wrap {
      margin: 0 auto 55px; }
      body.cms-home .page.coco-home #coco-products .item .item-wrap a,
      body.cms-home-new .page.coco-home #coco-products .item .item-wrap a {
        text-decoration: none; }
    body.cms-home .page.coco-home #coco-products .item .item-thumb,
    body.cms-home-new .page.coco-home #coco-products .item .item-thumb {
      position: relative;
      margin-bottom: 20px; }
      body.cms-home .page.coco-home #coco-products .item .item-thumb .sash-banner,
      body.cms-home-new .page.coco-home #coco-products .item .item-thumb .sash-banner {
        border-radius: 50%;
        background: none;
        left: inherit;
        right: -12px;
        top: -12px;
        font-family: 'BaskervilleBT-Italic';
        text-transform: capitalize;
        font-size: 16px;
        background: #e5e5e5;
        color: #020303;
        text-align: center;
        padding: 0 10px;
        width: 55px;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: normal; }
        body.cms-home .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-clearance,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-clearance {
          background: #020303;
          color: white; }
        body.cms-home .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-christmas-delivery,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-christmas-delivery {
          display: none; }
        body.cms-home .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-made-locally,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .sash-banner.sash-made-locally {
          background: #666666;
          color: white; }
      body.cms-home .page.coco-home #coco-products .item .item-thumb .wrap-colours,
      body.cms-home-new .page.coco-home #coco-products .item .item-thumb .wrap-colours {
        position: absolute;
        bottom: 10px;
        left: 15px; }
        body.cms-home .page.coco-home #coco-products .item .item-thumb .wrap-colours img,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .wrap-colours img {
          border: .5px solid grey; }
        body.cms-home .page.coco-home #coco-products .item .item-thumb .wrap-colours span, body.cms-home .page.coco-home #coco-products .item .item-thumb .wrap-colours img,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .wrap-colours span,
        body.cms-home-new .page.coco-home #coco-products .item .item-thumb .wrap-colours img {
          display: inline-block;
          border-radius: 50%;
          height: 12px;
          width: 12px;
          vertical-align: middle;
          margin-right: 0;
          position: relative;
          top: -2px;
          opacity: 0.6; }
      body.cms-home .page.coco-home #coco-products .item .item-thumb:before,
      body.cms-home-new .page.coco-home #coco-products .item .item-thumb:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.025);
        z-index: 1; }
      body.cms-home .page.coco-home #coco-products .item .item-thumb img,
      body.cms-home-new .page.coco-home #coco-products .item .item-thumb img {
        width: 100%;
        height: auto; }
    body.cms-home .page.coco-home #coco-products .item .item-detail,
    body.cms-home-new .page.coco-home #coco-products .item .item-detail {
      display: table;
      width: 100%;
      min-height: 69px; }
      body.cms-home .page.coco-home #coco-products .item .item-detail div,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail div {
        position: relative;
        display: table-cell;
        width: 50%; }
        body.cms-home .page.coco-home #coco-products .item .item-detail div:first-child,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail div:first-child {
          text-align: left; }
        body.cms-home .page.coco-home #coco-products .item .item-detail div:last-child,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail div:last-child {
          text-align: right; }
      body.cms-home .page.coco-home #coco-products .item .item-detail span,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail span {
        color: #020303; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .name,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .name {
        font-family: 'TradeGothicLTStd-Cn18';
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        margin-top: -3px;
        display: block; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .company,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .company {
        font-family: 'BaskervilleBT-Italic';
        font-size: 16px; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .banner-text,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .banner-text {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .price,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .price {
        font-size: 16px;
        font-weight: normal; }
        body.cms-home .page.coco-home #coco-products .item .item-detail .price .has-white-price,
        body.cms-home .page.coco-home #coco-products .item .item-detail .price .configurable-price-from-label,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail .price .has-white-price,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail .price .configurable-price-from-label {
          font-family: 'BaskervilleBT-Italic' !important;
          letter-spacing: 1px;
          font-size: inherit;
          margin: 0 5px; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .price-box,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .price-box,
      body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-detail .price-box {
        display: inherit;
        width: 100%;
        line-height: 22px; }
        body.cms-home .page.coco-home #coco-products .item .item-detail .price-box .old-price,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail .price-box .old-price {
          display: table-footer-group; }
        body.cms-home .page.coco-home #coco-products .item .item-detail .price-box .special-price,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail .price-box .special-price {
          display: table-header-group; }
    body.cms-home .page.coco-home #coco-products .item .item-thumb,
    body.cms-home-new .page.coco-home #coco-products .item .item-thumb,
    body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-thumb {
      position: relative;
      margin-bottom: 20px; }
      body.cms-home .page.coco-home #coco-products .item .item-thumb:before,
      body.cms-home-new .page.coco-home #coco-products .item .item-thumb:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.025); }
    body.cms-home .page.coco-home #coco-products .item .item-detail,
    body.cms-home-new .page.coco-home #coco-products .item .item-detail {
      display: table;
      width: 100%; }
      body.cms-home .page.coco-home #coco-products .item .item-detail div,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail div {
        display: table-cell;
        width: 50%; }
        body.cms-home .page.coco-home #coco-products .item .item-detail div:last-child,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail div:last-child ,
        body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-detail div:last-child{
          text-align: right; }
      body.cms-home .page.coco-home #coco-products .item .item-detail span,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail span {
        color: #020303; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .name,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .name ,
      body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-detail .name{
        font-family: 'TradeGothicLTStd-Cn18';
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        margin-top: -3px;
        display: block; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .company,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .company,
      body.cms-timothy-oulton.page-cocorepublic #coco-products .item .item-detail .company{
        font-family: 'BaskervilleBT-Italic';
        font-size: 16px; }
      body.cms-home .page.coco-home #coco-products .item .item-detail .price,
      body.cms-home-new .page.coco-home #coco-products .item .item-detail .price,
      body.cms-timothy-oulton.page-cocorepublic  #coco-products .item .item-detail .price{
        font-size: 16px;
        font-weight: normal; }
  @media only screen and (max-width: 1200px) {
    body.cms-home .page.coco-home #coco-products .item .item-wrap,
    body.cms-home-new .page.coco-home #coco-products .item .item-wrap {
      max-width: 395px; } }
  @media only screen and (max-width: 768px) {
    body.cms-home .page.coco-home #coco-products .item,
    body.cms-home-new .page.coco-home #coco-products .item {
      width: 50%; }
      body.cms-home .page.coco-home #coco-products .item:nth-child(3n+1),
      body.cms-home-new .page.coco-home #coco-products .item:nth-child(3n+1) {
        clear: none; }
      body.cms-home .page.coco-home #coco-products .item:nth-child(2n+1),
      body.cms-home-new .page.coco-home #coco-products .item:nth-child(2n+1) {
        clear: both; } }
  @media only screen and (max-width: 480px) {
    body.cms-home .page.coco-home #coco-products,
    body.cms-home-new .page.coco-home #coco-products {
      padding: 20px 0 30px; }
      body.cms-home .page.coco-home #coco-products .item,
      body.cms-home-new .page.coco-home #coco-products .item {
        width: 100%; }
        body.cms-home .page.coco-home #coco-products .item .item-wrap,
        body.cms-home-new .page.coco-home #coco-products .item .item-wrap {
          margin: 0 auto 27px; }
        body.cms-home .page.coco-home #coco-products .item .item-detail .name,
        body.cms-home-new .page.coco-home #coco-products .item .item-detail .name {
          margin-bottom: 2px; } }

body.cms-home .page.coco-home #coco-blog,
body.cms-home-new .page.coco-home #coco-blog {
  padding: 0 0 45px; }
  @media only screen and (max-width: 768px) {
    body.cms-home .page.coco-home #coco-blog .item,
    body.cms-home-new .page.coco-home #coco-blog .item {
      width: 50%; }
      body.cms-home .page.coco-home #coco-blog .item:nth-child(1),
      body.cms-home-new .page.coco-home #coco-blog .item:nth-child(1) {
        display: none; } }
  @media only screen and (max-width: 480px) {
    body.cms-home .page.coco-home #coco-blog .item,
    body.cms-home-new .page.coco-home #coco-blog .item {
      width: 100%;
      margin: 0 auto 27px; }
      body.cms-home .page.coco-home #coco-blog .item .item-detail .name,
      body.cms-home-new .page.coco-home #coco-blog .item .item-detail .name {
        margin-bottom: 2px; } }
  body.cms-home .page.coco-home #coco-blog .blog-item,
  body.cms-home-new .page.coco-home #coco-blog .blog-item {
    height: 440px;
    background-position: center center;
    background-size: cover; }
  body.cms-home .page.coco-home #coco-blog .blog-article,
  body.cms-home-new .page.coco-home #coco-blog .blog-article {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #666666; }
    body.cms-home .page.coco-home #coco-blog .blog-article h2,
    body.cms-home-new .page.coco-home #coco-blog .blog-article h2 {
      line-height: 1.2em; }
    body.cms-home .page.coco-home #coco-blog .blog-article p,
    body.cms-home .page.coco-home #coco-blog .blog-article h2,
    body.cms-home-new .page.coco-home #coco-blog .blog-article p,
    body.cms-home-new .page.coco-home #coco-blog .blog-article h2 {
      color: #666666; }
    body.cms-home .page.coco-home #coco-blog .blog-article a,
    body.cms-home-new .page.coco-home #coco-blog .blog-article a {
      font-family: serif;
      text-decoration: none;
      color: #666666; }
      body.cms-home .page.coco-home #coco-blog .blog-article a.readmore,
      body.cms-home-new .page.coco-home #coco-blog .blog-article a.readmore {
        display: none; }
      body.cms-home .page.coco-home #coco-blog .blog-article a.btn-more,
      body.cms-home-new .page.coco-home #coco-blog .blog-article a.btn-more {
        font-family: 'BaskervilleLT-Regular';
        color: #020202; }

      @media only screen and (max-width: 1024px) {
        .cms-home .coco-home #coco-blog .blog-item:last-child {
          height: 300px !important;
        }
      }

body.cms-home .page.coco-home #coco-sale,
body.cms-home-new .page.coco-home #coco-sale {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  body.cms-home .page.coco-home #coco-sale .bg-image,
  body.cms-home-new .page.coco-home #coco-sale .bg-image {
    height: 540px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    body.cms-home .page.coco-home #coco-sale .bg-image,
    body.cms-home-new .page.coco-home #coco-sale .bg-image {
      height: 480px; } }
  @media only screen and (max-width: 480px) {
    body.cms-home .page.coco-home #coco-sale .bg-image,
    body.cms-home-new .page.coco-home #coco-sale .bg-image {
      height: 425px; } }

.page.coco-category .coco-container {
  overflow: initial;
  margin: 0 auto;
  padding: 0;
  max-width: 1425px; 
  padding-bottom: 200px;}

.page.coco-category #coco-hero {
  padding-bottom: 45px; }
  .page.coco-category #coco-hero ul.breadcrumbs {
    position: absolute;
    margin: 38px 53px;
    right: 73px;
    z-index: 1; }
    .page.coco-category #coco-hero ul.breadcrumbs li.seperator {
      margin: 0 6px; }
      .page.coco-category #coco-hero ul.breadcrumbs li.seperator span {
        margin-top: -4px; }
    .page.coco-category #coco-hero ul.breadcrumbs li a {
      font-family: 'TradeGothicLTStd-Cn18';
      font-style: normal;
      color: white;
      text-transform: uppercase;
      font-size: 11px;
      text-decoration: none;
      letter-spacing: 0.18em; }
  .page.coco-category #coco-hero .category-slide {
    max-width: 1600px;
    margin: 0 auto;
    display: block;
    position: relative;
    height: 340px;
    margin: 0 auto;
    overflow: hidden; }
    .page.coco-category #coco-hero .category-slide .owl-wrapper-outer,
    .page.coco-category #coco-hero .category-slide .owl-wrapper,
    .page.coco-category #coco-hero .category-slide .owl-item,
    .page.coco-category #coco-hero .category-slide .item,
    .page.coco-category #coco-hero .category-slide .bg-image {
      height: 100% !important; }
    .page.coco-category #coco-hero .category-slide .bg-image {
      max-height: 340px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: grey; }
    .page.coco-category #coco-hero .category-slide .text-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      text-align: center; }
      .page.coco-category #coco-hero .category-slide .text-wrap h1 {
        font-size: 80px;
        font-weight: 500;
        font-family: 'MercuryDisplayBold';
        margin-bottom: 30px;
        color: white; }
    .page.coco-category #coco-hero .category-slide .owl-pagination {
      position: absolute;
      bottom: 30px;
      z-index: 1;
      left: 0;
      right: 0; }
      .page.coco-category #coco-hero .category-slide .owl-pagination .owl-page {
        display: inline-block;
        margin: 0 3px;
        padding: 2px;
        border: 1px solid transparent;
        border-radius: 50%; }
        .page.coco-category #coco-hero .category-slide .owl-pagination .owl-page.active {
          border-color: white; }
        .page.coco-category #coco-hero .category-slide .owl-pagination .owl-page span {
          height: 6px;
          width: 6px;
          background: white;
          border-radius: 50%;
          display: block; }
    .page.coco-category #coco-hero .category-slide .owl-buttons {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      .page.coco-category #coco-hero .category-slide .owl-buttons div {
        text-indent: 9999px; }
      .page.coco-category #coco-hero .category-slide .owl-buttons .owl-prev {
        float: left;
        margin-left: 5.7em; }
      .page.coco-category #coco-hero .category-slide .owl-buttons .owl-next {
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg);
        float: right;
        margin-right: 5.7em; }
  .page.coco-category #coco-hero .mobile-cat-banner {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .page.coco-category #coco-hero .category-slide .owl-buttons .owl-prev {
      margin-left: 1.3em; }
    .page.coco-category #coco-hero .category-slide .owl-buttons .owl-next {
      margin-right: 1.3em; } }
  @media only screen and (max-width: 1024px) {
    .page.coco-category #coco-hero {
      max-height: 515px;
      padding-bottom: 0; }
      .page.coco-category #coco-hero .category-slide {
        top: 0;
        max-height: 515px; }
        .page.coco-category #coco-hero .category-slide .bg-image {
          height: 515px; } }
  @media only screen and (max-width: 768px) {
    .page.coco-category #coco-hero {
      position: relative; }
      .page.coco-category #coco-hero .category-slide {
        opacity: 1;
        height: 300px;
        display: block !important; }
        .page.coco-category #coco-hero .category-slide .bg-image {
          height: 300px; }
        .page.coco-category #coco-hero .category-slide .text-wrap {
          opacity: 0; }
      .page.coco-category #coco-hero .mobile-cat-banner {
        display: block;
        height: 300px;
        max-height: 300px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        background-color: transparent;
        left: 0;
        right: 0;
        top: 0; }
        .page.coco-category #coco-hero .mobile-cat-banner .text-wrap {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 0;
          right: 0;
          text-align: center;
          top: 47%; }
          .page.coco-category #coco-hero .mobile-cat-banner .text-wrap h1 {
            margin-bottom: 0;
            font-size: 50px;
            color: white; } }
  @media only screen and (max-width: 667px) {
    .page.coco-category #coco-hero {
      max-height: 375px; }
      .page.coco-category #coco-hero .category-slide {
        max-height: 375px; }
        .page.coco-category #coco-hero .category-slide .bg-image {
          height: 375px; }
        .page.coco-category #coco-hero .category-slide .text-wrap {
          top: 47%; }
          .page.coco-category #coco-hero .category-slide .text-wrap h1 {
            margin-bottom: 0;
            font-size: 50px; }
        .page.coco-category #coco-hero .category-slide .owl-buttons {
          display: none; } }

.page.coco-category .coco-content .banner-block {
  display: none; }

.page.coco-category .coco-content .coco-sidebar {
  position: absolute;
  z-index: 100;
  background: white;
  width: 100%;
  max-width: 240px;
  left: 40px; }
  .page.coco-category .coco-content .coco-sidebar.active .sidebar-header {
    background: #020303;
    border: 1px solid #020303;
    color: white; }
    .page.coco-category .coco-content .coco-sidebar.active .sidebar-header .plus:before {
      background: white;
      -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
      transform: rotate(45deg); }
    .page.coco-category .coco-content .coco-sidebar.active .sidebar-header .plus:after {
      -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
      transform: rotate(-45deg);
      background: white; }
  .page.coco-category .coco-content .coco-sidebar .sidebar-header {
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #020303;
    border: 1px solid #E7E7E7;
    padding: 14px 19px 11px;
    cursor: pointer;
    position: relative;
    display: none; }
    .page.coco-category .coco-content .coco-sidebar .sidebar-header .plus {
      background: transparent;
      position: absolute;
      padding: 8px 22px;
      right: 0; }
      .page.coco-category .coco-content .coco-sidebar .sidebar-header .plus:before {
        background: #020303;
        display: block;
        -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
        transform: rotate(90deg);
        content: '';
        height: 1px;
        width: 15px;
        position: absolute; }
      .page.coco-category .coco-content .coco-sidebar .sidebar-header .plus:after {
        background: #020303;
        display: block;
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg);
        content: '';
        height: 1px;
        width: 15px; }
  .page.coco-category .coco-content .coco-sidebar .sidebar-wrapper {
    border: 1px solid #E7E7E7;
    padding: 20px; }
  .page.coco-category .coco-content .coco-sidebar .filter-block #narrow-by-list dd {
    overflow-y: initial;
    max-height: none; }
  .page.coco-category .coco-content .coco-sidebar .filter-block #narrow-by-list dt {
    text-transform: uppercase;
    font-family: 'TradeGothicLTStd-Cn18';
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #020303;
    margin-bottom: 10px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block #narrow-by-list dt:first-of-type {
      padding-top: 0; }
  .page.coco-category .coco-content .coco-sidebar .filter-block .amshopby-slider-price {
    font-family: 'BaskervilleLT-Regular';
    margin-top: -15px;
    font-size: 14px;
    color: #020303; }
  .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li:first-child a:after, .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li:first-child a:before {
    display: none; }
  .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a {
    background: transparent;
    padding-left: 0;
    font-family: 'BaskervilleLT-Regular';
    font-size: 14px;
    padding-left: 23px;
    position: relative;
    white-space: nowrap; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.amshopby-attr-selected:before {
      content: ''; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-amber:before {
      background: #FFBF00; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-beige:before {
      background: #FFBF00; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-black:before {
      background: #000000; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-bleached-wood:before {
      background: brown; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-blue:before {
      background: #2583B5; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-brass:before {
      background: #B5A642; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-bronze:before {
      background: #CD7F32; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-brown:before {
      background: #804000; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-charcoal:before {
      background: #36454f; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-clear:before {
      background: transparent;
      border: 1px solid black;
      height: 11px;
      width: 11px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-cream:before {
      background: #FFFDD0; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-driftwood:before {
      background: #C1C1C3;
      height: 12px;
      width: 12px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-gold:before {
      background: #FFD700; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-green:before {
      background: #74B525; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-grey:before {
      background: #808080; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-ivory:before {
      background: #FFFFF0; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-metallic:before {
      background: #979A9F; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-mirror:before {
      background: #FDFDFD;
      border: 1px solid black;
      height: 11px;
      width: 11px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-multi:before {
      background: white;
      border: 1px solid black;
      height: 11px;
      width: 11px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-natural:before {
      background: white;
      border: 1px solid black;
      height: 11px;
      width: 11px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-navy:before {
      background: #000080; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-orange:before {
      background: #FF8000; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-pink:before {
      background: #FFC0CB; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-purple:before {
      background: #800080; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-red:before {
      background: #B52525; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-silver:before {
      background: #C0C0C0; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-toffee:before {
      background: #995D3B; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-white:before {
      background: white;
      border: 1px solid black;
      height: 11px;
      width: 11px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a.bg-yellow:before {
      background: #FFBD00; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:before {
      content: '';
      display: inline-block;
      border-radius: 50%;
      height: 12px;
      width: 12px;
      vertical-align: middle;
      margin-right: 10px;
      position: relative;
      top: -2px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol.color li a:after {
      content: '';
      margin-right: 4px;
      position: absolute;
      top: -3px;
      left: 0; }
  .page.coco-category .coco-content .coco-sidebar .filter-block ol li {
    margin-bottom: 8px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol li.amshopby-attr-selected a:after {
      content: ''; }
    .page.coco-category .coco-content .coco-sidebar .filter-block ol li a {
      background: transparent;
      padding-left: 0;
      font-family: 'BaskervilleLT-Regular';
      font-size: 14px;
      padding-left: 23px;
      position: relative;
      text-decoration: none;
      color: #020303;
      white-space: nowrap; }
      .page.coco-category .coco-content .coco-sidebar .filter-block ol li a img {
        margin-right: 5px;
        border-radius: 50%;
        width: 12px;
        margin-top: 4px; }
      .page.coco-category .coco-content .coco-sidebar .filter-block ol li a.amshopby-attr-selected:after {
        content: ''; }
      .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:before {
        display: none; }
      .page.coco-category .coco-content .coco-sidebar .filter-block ol li a:after {
        content: '';
        margin-right: 4px;
        position: absolute;
        top: -3px;
        left: 0; }
  .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui {
    overflow: initial;
    margin: 10px 22px 10px 0;
    height: 25px;
    border: 0;
    position: relative;
    background: transparent; }
    .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui:before {
      content: '';
      position: absolute;
      left: 0;
      right: 1px;
      height: 3px;
      margin: 10px 0;
      background: #e5e5e5;
      z-index: 1; }
    .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui:after {
      content: '';
      position: absolute;
      left: 0;
      right: 1px;
      height: 3px;
      margin: 10px 0;
      background: #e5e5e5;
      z-index: 0;
      width: 100%;
      padding-right: 20px; }
    .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui .ui-slider-range {
      height: 2px;
      background: black;
      margin: 10px 0;
      border-bottom: 1px solid #eeeeee;
      transform: translate(10px, 0);
      -webkit-transform: translate(10px, 0);
      -o-transform: translate(10px, 0);
      -moz-transform: translate(10px, 0); }
    .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui .ui-slider-handle {
      background: white;
      border-radius: 50%;
      margin: 0 2px;
      border: 0;
      width: 18px;
      height: 18px;
      top: 2px;
      box-shadow: 0px 0.4px 4px 1.1px rgba(0, 0, 0, 0.2); }
  .page.coco-category .coco-content .coco-sidebar .filter-block .select-container {
    position: relative; }
    .page.coco-category .coco-content .coco-sidebar .filter-block .select-container.expanded .select-header a:after {
      border-bottom: 4px solid #020303;
      border-top: 0; }
    .page.coco-category .coco-content .coco-sidebar .filter-block .select-container.expanded .select-option {
      display: block; }
    .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-header a {
      padding: 10px 15px;
      border: 1px solid #E5E5E5;
      letter-spacing: -0.01em;
      font-size: 14px;
      color: #020303;
      display: block;
      text-decoration: none;
      position: relative;
      text-transform: capitalize; }
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-header a:after {
        content: '';
        width: 0px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #020303;
        position: absolute;
        right: 12px;
        margin: 7px 0; }
    .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .dk-select-options,
    .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-option {
      padding: 15px 3px 15px 15px;
      border: 1px solid #E5E5E5;
      background: white;
      margin-top: 40px;
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      z-index: 1;
      display: none; }
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .dk-select-options .select-wrap,
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-option .select-wrap {
        overflow-y: auto;
        max-height: 295px; }
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .dk-select-options .mCSB_container,
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-option .mCSB_container {
        margin-right: 15px; }
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .dk-select-options .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-option .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #020303 !important;
        width: 3px; }
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .dk-select-options .mCSB_scrollTools .mCSB_draggerRail,
      .page.coco-category .coco-content .coco-sidebar .filter-block .select-container .select-option .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px;
        background-color: #E5E5E5; }
  .page.coco-category .coco-content .coco-sidebar .dk-select {
    position: relative; }
    .page.coco-category .coco-content .coco-sidebar .dk-select.dk-select-open-down .dk-selected:before {
      border-top: 0;
      border-bottom: 4px solid #020303; }
    .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options {
      width: 100%;
      height: auto;
      max-height: none;
      overflow: hidden;
      padding: 15px; }
      .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option {
        width: 100%;
        font-size: 14px;
        color: #020303;
        letter-spacing: -0.01em; }
        .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option img {
          border-radius: 50%; }
        .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option.dk-option-highlight, .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option:hover {
          background: white;
          color: #020303;
          opacity: 0.6; }
        .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option.dk-option-selected, .page.coco-category .coco-content .coco-sidebar .dk-select .dk-select-options .dk-option.dk-option-selected:hover {
          color: white;
          background: #020303; }
    .page.coco-category .coco-content .coco-sidebar .dk-select .dk-selected {
      padding: 10px 15px;
      display: block;
      height: auto !important;
      line-height: 23px !important;
      font-family: 'BaskervilleLT-Regular';
      color: black;
      letter-spacing: -0.01em;
      font-size: 14px; }
      .page.coco-category .coco-content .coco-sidebar .dk-select .dk-selected:before {
        width: 0px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #020303;
        position: absolute;
        right: 12px;
        margin: 21px 0;
        top: 0; }
      .page.coco-category .coco-content .coco-sidebar .dk-select .dk-selected:after {
        border-left: 0;
        background: transparent; }
  @media only screen and (min-width: 769px) {
    .page.coco-category .coco-content .coco-sidebar .sidebar-wrapper {
      display: block !important; } }
  @media only screen and (max-width: 1024px) {
    .page.coco-category .coco-content .coco-sidebar .filter-block #amshopby-price-ui .ui-slider-range {
      height: 2px;
      margin: 8px 0; } }
  @media only screen and (max-width: 768px) {
    .page.coco-category .coco-content .coco-sidebar {
      position: relative;
      margin-bottom: 30px;
      max-width: none;
      width: auto;
      padding: 0 20px;
      left: 0; }
      .page.coco-category .coco-content .coco-sidebar .sidebar-header {
        display: block; }
      .page.coco-category .coco-content .coco-sidebar .sidebar-wrapper {
        display: none; } }

.page.coco-category .coco-content .coco-list {
  min-height: 1000px;
  padding-left: 280px;
  position: relative; }
  .page.coco-category .coco-content .coco-list .products-grid {
    padding: 0 20px;
    margin-top: 0; }
    .page.coco-category .coco-content .coco-list .products-grid li.item {
      width: 33.33333333%;
      float: left;
      box-sizing: border-box;
      max-width: none;
      padding: 0 20px;
      height: auto !important; }
      .page.coco-category .coco-content .coco-list .products-grid li.item:nth-child(3n+1) {
        clear: both; }
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-wrap {
        margin: 0 auto 55px; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-wrap a {
          text-decoration: none; }
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb {
        position: relative;
        margin-bottom: 20px; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .sash-banner {
          border-radius: 50%;
          background: none;
          left: inherit;
          right: -12px;
          top: -12px;
          font-family: 'BaskervilleBT-Italic';
          text-transform: capitalize;
          font-size: 16px;
          background: #e5e5e5;
          color: #020303;
          text-align: center;
          padding: 0 10px;
          width: 55px;
          height: 75px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: normal; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .sash-banner.sash-clearance {
            background: #020303;
            color: white; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .sash-banner.sash-christmas-delivery {
            display: none; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .sash-banner.sash-made-locally {
            background: #666666;
            color: white; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .wrap-colours {
          position: absolute;
          bottom: 10px;
          left: 15px; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .wrap-colours img {
            border: .5px solid grey; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .wrap-colours span, .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .wrap-colours img {
            display: inline-block;
            border-radius: 50%;
            height: 12px;
            width: 12px;
            vertical-align: middle;
            margin-right: 0;
            position: relative;
            top: -2px;
            opacity: 0.6; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 100%;
          background: rgba(0, 0, 0, 0.025);
          z-index: 1; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb img {
          width: 100%;
          height: auto; }
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail {
        display: table;
        width: 100%;
        min-height: 69px; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail div {
          position: relative;
          display: table-cell;
          width: 50%; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail div:first-child {
            text-align: left; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail div:last-child {
            text-align: right; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail span {
          color: #020303; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .name {
          font-family: 'TradeGothicLTStd-Cn18';
          font-size: 18px;
          display: block;
          text-transform: uppercase;
          margin-top: -3px;
          display: block; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .company {
          font-family: 'BaskervilleBT-Italic';
          font-size: 16px; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .banner-text {
          display: block;
          /*position: absolute;*/
          bottom: 0;
          right: 0; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price {
          font-size: 16px;
          font-weight: normal; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price .has-white-price,
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price .configurable-price-from-label {
            font-family: 'BaskervilleBT-Italic' !important;
            letter-spacing: 1px;
            font-size: inherit;
            margin: 0 5px; }
        .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price-box {
          display: inherit;
          width: 100%;
          line-height: 22px; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price-box .old-price {
            display: table-footer-group; }
          .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price-box .special-price {
            display: table-header-group; }
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-thumb .alt-img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 0.3s linear; }
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price .configurable-price-from-label,
      .page.coco-category .coco-content .coco-list .products-grid li.item .item-detail .price .has-white-price {
        display: inline-block;
        margin: 0 5px; }
      .page.coco-category .coco-content .coco-list .products-grid li.item:hover .item-thumb img.alt-img {
        opacity: 1; }
  .page.coco-category .coco-content .coco-list .ias-spinner {
    position: relative;
    text-indent: 99999px;
    overflow: hidden;
    margin-bottom: 30px;
    height: 35px; }
    .page.coco-category .coco-content .coco-list .ias-spinner:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .page.coco-category .coco-content .coco-list .ias-spinner em, .page.coco-category .coco-content .coco-list .ias-spinner img {
      display: none; }
  @media only screen and (max-width: 1024px) {
    .page.coco-category .coco-content .coco-list .products-grid li.item {
      width: 50%; }
      .page.coco-category .coco-content .coco-list .products-grid li.item:first-child {
        clear: initial; }
      .page.coco-category .coco-content .coco-list .products-grid li.item:nth-child(3n+1) {
        clear: initial; }
      .page.coco-category .coco-content .coco-list .products-grid li.item:nth-child(odd) {
        clear: both; } }
  @media only screen and (max-width: 768px) {
    .page.coco-category .coco-content .coco-list {
      padding-left: 0; }
      .page.coco-category .coco-content .coco-list .products-grid li.item {
        padding: 0 15px; } }
  @media only screen and (max-width: 667px) {
    .page.coco-category .coco-content .coco-list .products-grid li.item {
      width: 100%;
      padding: 0; } }

@media only screen and (max-width: 1024px) {
  .page.coco-category .coco-content {
    padding-top: 40px; } }

@media only screen and (max-width: 768px) {
  .page.coco-category .coco-content {
    padding-top: 30px; } }

body.coco-product {
  /*! lightbox v2.1.5 fancyapps.com | fancyapps.com/lightbox/#license */
  /* Overlay helper */
  /* Title helper */
  /*Retina graphics!*/ }
  body.coco-product .lightbox-wrap,
  body.coco-product .lightbox-skin,
  body.coco-product .lightbox-outer,
  body.coco-product .lightbox-inner,
  body.coco-product .lightbox-image,
  body.coco-product .lightbox-wrap iframe,
  body.coco-product .lightbox-wrap object,
  body.coco-product .lightbox-nav,
  body.coco-product .lightbox-nav span,
  body.coco-product .lightbox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
  body.coco-product #lightbox-wrap {
    max-width: 100%;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    padding: 0; }
    body.coco-product #lightbox-wrap #lightbox-content {
      margin: 0 auto;
      max-width: 100%; }
    body.coco-product #lightbox-wrap #lightbox-left,
    body.coco-product #lightbox-wrap #lightbox-right {
      display: block; }
    body.coco-product #lightbox-wrap .fancy-ico#lightbox-right-ico {
      -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
      transform: rotate(180deg); }
    body.coco-product #lightbox-wrap img {
      max-width: 100%; }
  body.coco-product .lightbox-wrap {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    z-index: 8020;
    padding: 0;
    width: 1200px !important;
    max-width: 100%;
    margin: 0 auto; }
    body.coco-product .lightbox-wrap.lightbox-type-iframe .lightbox-skin {
      padding: 0 !important;
      background: #020303; }
    body.coco-product .lightbox-wrap.lightbox-type-iframe .lightbox-inner {
      padding: 0;
      margin: 0 auto; }
  body.coco-product .lightbox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none; }
  body.coco-product .lightbox-opened {
    z-index: 8030; }
  body.coco-product .lightbox-opened .lightbox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
  body.coco-product .lightbox-outer:before {
    content: '';
    opacity: 0.2;
    left: 40px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  body.coco-product .lightbox-outer:after {
    content: '';
    opacity: 0.2;
    top: 50%;
    margin-top: -18px;
    right: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg); }
  body.coco-product .lightbox-outer, body.coco-product .lightbox-inner {
    position: relative; }
  body.coco-product .lightbox-inner {
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0; }
  body.coco-product .lightbox-type-iframe .lightbox-inner {
    -webkit-overflow-scrolling: touch; }
  body.coco-product .lightbox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
  body.coco-product .lightbox-image, body.coco-product .lightbox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
  body.coco-product .lightbox-image {
    max-width: 100%;
    max-height: 100%; }
  body.coco-product #lightbox-loading, body.coco-product .lightbox-close, body.coco-product .lightbox-prev span, body.coco-product .lightbox-next span {
    background-image: url(lightbox_sprite.png); }
  body.coco-product #lightbox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
  body.coco-product #lightbox-loading div {
    width: 44px;
    height: 44px;
    background: url(lightbox_loading.gif) center center no-repeat; }
  body.coco-product .lightbox-close,
  body.coco-product #lightbox-close {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg);
    position: absolute;
    cursor: pointer;
    z-index: 8040;
    background: #020303;
    color: white;
    overflow: hidden;
    display: block;
    z-index: 10000000000000;
    height: 50px;
    width: 50px;
    top: -1px;
    right: -1px; }
    body.coco-product .lightbox-close:after,
    body.coco-product #lightbox-close:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
      transform: rotate(45deg);
      background: white;
      height: 1px;
      width: 20px;
      right: 0;
      left: 0;
      margin: 0 auto; }
    body.coco-product .lightbox-close:before,
    body.coco-product #lightbox-close:before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
      transform: rotate(-45deg);
      background: white;
      height: 1px;
      width: 20px;
      right: 0;
      left: 0;
      margin: 0 auto; }
  body.coco-product .lightbox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040; }
    body.coco-product .lightbox-nav span {
      visibility: visible; }
    body.coco-product .lightbox-nav.lightbox-prev {
      left: 0; }
      body.coco-product .lightbox-nav.lightbox-prev span {
        left: 40px; }
    body.coco-product .lightbox-nav.lightbox-next {
      right: 0; }
      body.coco-product .lightbox-nav.lightbox-next span {
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg);
        right: 40px; }
  body.coco-product .lightbox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040; }
  body.coco-product .lightbox-prev span {
    left: 10px;
    background-position: 0 -36px; }
  body.coco-product .lightbox-next span {
    right: 10px;
    background-position: 0 -72px; }
  body.coco-product .lightbox-nav:hover span {
    visibility: visible; }
  body.coco-product .lightbox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
  body.coco-product .lightbox-lock {
    overflow: visible !important;
    width: auto; }
  body.coco-product .lightbox-lock body {
    overflow: hidden !important; }
  body.coco-product .lightbox-lock-test {
    overflow-y: hidden !important; }
  body.coco-product #lightbox-overlay {
    opacity: 0.7 !important;
    background-color: black !important; }
  body.coco-product .lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(lightbox_overlay.png);
    background: rgba(0, 0, 0, 0.7); }
  body.coco-product .lightbox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
  body.coco-product .lightbox-lock .lightbox-overlay {
    overflow: auto;
    overflow-y: scroll; }
  body.coco-product .lightbox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }
  body.coco-product .lightbox-opened .lightbox-title {
    visibility: visible; }
  body.coco-product .lightbox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }
  body.coco-product .lightbox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }
  body.coco-product .lightbox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }
  body.coco-product .lightbox-title-inside-wrap {
    padding-top: 10px; }
  body.coco-product .lightbox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
  body.coco-product #lightbox-links {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding-top: 10px;
    list-style: none;
    text-align: center;
    z-index: 99999; }
  body.coco-product #lightbox-links li {
    display: inline;
    padding: 0 3px; }
  body.coco-product #lightbox-links li label {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #020303;
    cursor: pointer;
    opacity: 0.2; }
  body.coco-product #lightbox-links li.active label {
    opacity: 1; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body.coco-product #lightbox-loading, body.coco-product .lightbox-close, body.coco-product .lightbox-prev span, body.coco-product .lightbox-next span {
      background-image: url(lightbox_sprite@2x.png);
      background-size: 44px 152px;
      /*The size of the normal image, half the size of the hi-res image*/ }
    body.coco-product #lightbox-loading div {
      background-image: url(lightbox_loading@2x.gif);
      background-size: 24px 24px;
      /*The size of the normal image, half the size of the hi-res image*/ } }

.page.product-view #details .detail-left {
  padding: 0 20px; }
  .page.product-view #details .detail-left .product-media {
    position: relative; }
    .page.product-view #details .detail-left .product-media .sash-banner {
      border-radius: 50%;
      background: none;
      left: inherit;
      right: -12px;
      top: -12px;
      font-family: 'BaskervilleBT-Italic';
      text-transform: capitalize;
      font-size: 16px;
      background: #e5e5e5;
      color: #020303;
      text-align: center;
      padding: 0 10px;
      width: 55px;
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: normal; }
      .page.product-view #details .detail-left .product-media .sash-banner.sash-clearance {
        background: #020303;
        color: white; }
      .page.product-view #details .detail-left .product-media .sash-banner.sash-christmas-delivery {
        display: none; }
      .page.product-view #details .detail-left .product-media .sash-banner.sash-made-locally {
        background: #666666;
        color: white; }
    .page.product-view #details .detail-left .product-media .sash-banner {
      background-image: none;
      height: 115px;
      width: 115px;
      padding: 0;
      display: table;
      top: -20px;
      right: -20px;
      opacity: 0; }
      .page.product-view #details .detail-left .product-media .sash-banner span {
        vertical-align: middle;
        display: table-cell;
        font-size: 26px; }
      .page.product-view #details .detail-left .product-media .sash-banner.sash-clearance {
        opacity: 1; }
      .page.product-view #details .detail-left .product-media .sash-banner.sash-free-delivery {
        background-color: #666666;
        color: white;
        opacity: 1; }
      @media only screen and (max-width: 1024px) {
        .page.product-view #details .detail-left .product-media .sash-banner {
          height: 74px;
          width: 74px;
          top: 10px;
          right: 10px; }
          .page.product-view #details .detail-left .product-media .sash-banner span {
            font-size: 16px; } }
  .page.product-view #details .detail-left .breadcrumbs {
    margin: 20px 0 15px; }
    .page.product-view #details .detail-left .breadcrumbs a {
      transition: opacity 0.3s ease-in-out;
      text-decoration: none;
      opacity: 1; }
      .page.product-view #details .detail-left .breadcrumbs a span {
        vertical-align: top; }
      .page.product-view #details .detail-left .breadcrumbs a:hover {
        opacity: 0.5; }
    .page.product-view #details .detail-left .breadcrumbs span {
      color: #666666;
      font-size: 16px;
      font-style: normal;
      letter-spacing: 0.01em;
      font-family: 'BaskervilleLT-Regular'; }
      .page.product-view #details .detail-left .breadcrumbs span.sep:before {
        text-indent: 999px;
        vertical-align: middle;
        opacity: 0.8;
        margin-right: 3px; }
  .page.product-view #details .detail-left .link-wishlist {
    background: #e5e5e5;
    padding: 14px 14px 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    line-height: normal;
    cursor: pointer; }
  .page.product-view #details .detail-left #cylindo-viewer {
    display: none; }
  .page.product-view #details .detail-left #product-slider {
    opacity: 0; }
    .page.product-view #details .detail-left #product-slider .owl-item:first-child .bg-image {
      background-size: cover; }
    .page.product-view #details .detail-left #product-slider .owl-item .bg-image {
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #F9F9F9;
      position: relative;
      background-size: contain; }
      .page.product-view #details .detail-left #product-slider .owl-item .bg-image:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.025); }
    .page.product-view #details .detail-left #product-slider .owl-item .link-fullscreen {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 18px 24px; }
    .page.product-view #details .detail-left #product-slider .owl-pagination {
      position: absolute;
      max-width: 50%;
      margin: 0 auto;
      bottom: 20px;
      z-index: 1;
      left: 0;
      right: 0; }
      .page.product-view #details .detail-left #product-slider .owl-pagination .owl-page {
        display: inline-block;
        margin: 0 3px;
        border-radius: 50%;
        opacity: 0.20; }
        .page.product-view #details .detail-left #product-slider .owl-pagination .owl-page.active {
          opacity: 1; }
        .page.product-view #details .detail-left #product-slider .owl-pagination .owl-page span {
          height: 6px;
          width: 6px;
          background: black;
          border-radius: 50%;
          display: block; }
    .page.product-view #details .detail-left #product-slider .owl-buttons {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%; }
      .page.product-view #details .detail-left #product-slider .owl-buttons div {
        transition: opacity 0.3s ease-in-out;
        text-indent: 9999px;
        opacity: 0.5; }
        .page.product-view #details .detail-left #product-slider .owl-buttons div.disabled {
          opacity: 0.2 !important;
          cursor: default; }
        .page.product-view #details .detail-left #product-slider .owl-buttons div:hover {
          opacity: 1; }
      .page.product-view #details .detail-left #product-slider .owl-buttons .owl-prev {
        float: left;
        margin-left: 1.8em; }
      .page.product-view #details .detail-left #product-slider .owl-buttons .owl-next {
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg);
        float: right;
        margin-right: 1.8em; }
  @media only screen and (max-width: 1024px) {
    .page.product-view #details .detail-left .breadcrumbs {
      display: block; } }
  @media only screen and (max-width: 768px) {
    .page.product-view #details .detail-left {
      padding-right: 20px; } }
  @media only screen and (max-width: 414px) {
    .page.product-view #details .detail-left {
      padding: 0; }
      .page.product-view #details .detail-left .link-wishlist,
      .page.product-view #details .detail-left .breadcrumbs {
        display: none; }
      .page.product-view #details .detail-left #product-slider .owl-item .bg-image {
        padding-bottom: 109%; }
      .page.product-view #details .detail-left #product-slider .owl-item .link-fullscreen {
        display: none; }
      .page.product-view #details .detail-left #product-slider .owl-pagination .owl-page.active span {
        opacity: 1; }
      .page.product-view #details .detail-left #product-slider .owl-pagination .owl-page span {
        height: 6px;
        width: 6px;
        background: #020303;
        border-radius: 50%;
        display: block;
        opacity: 0.2; }
      .page.product-view #details .detail-left #product-slider .owl-buttons {
        display: none; } }

.page.product-view #details .detail-right {
  padding: 0 20px; }
  .page.product-view #details .detail-right label {
    text-transform: uppercase;
    color: #020303;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'TradeGothicLTStd-Cn18';
    letter-spacing: 0.06em;
    font-weight: normal; }
  .page.product-view #details .detail-right hr {
    margin: 30px 0 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0; }
    .page.product-view #details .detail-right hr.amconf-hr {
      opacity: 0 !important; }
  .page.product-view #details .detail-right .product-brand {
    font-size: 24px;
    font-family: 'BaskervilleBT-Italic';
    margin: 105px 0 10px;
    display: block;
    color: #020303; }
  .page.product-view #details .detail-right .product-title {
    letter-spacing: 0;
    font-family: 'MercuryDisplayBold';
    font-size: 40px;
    margin-bottom: 28px; }
  .page.product-view #details .detail-right .product-intro {
    margin: 32px 0 30px;
    letter-spacing: 0.01em;
    line-height: 24px; }
  .page.product-view #details .detail-right .product-type-data {
    display: inline-block; }
    .page.product-view #details .detail-right .product-type-data .price-box {
      text-align: left;
      font-size: 24px; }
      .page.product-view #details .detail-right .product-type-data .price-box span {
        letter-spacing: 0; }
        .page.product-view #details .detail-right .product-type-data .price-box span.configurable-price-from-label, .page.product-view #details .detail-right .product-type-data .price-box span.has-white-price {
          font-family: 'BaskervilleBT-Italic';
          font-style: italic;
          margin-right: 5px; }
        .page.product-view #details .detail-right .product-type-data .price-box span.old-price {
          margin-right: 13px; }
        .page.product-view #details .detail-right .product-type-data .price-box span.per-piece-price {
          margin: 0 5px;
          font-family: 'BaskervilleBT-Italic'; }
  .page.product-view #details .detail-right .product-options {
    display: none; }
  .page.product-view #details .detail-right .add-to-cart {
    position: relative;
    width: 100%; }
    .page.product-view #details .detail-right .add-to-cart .qty-wrapper {
      display: none; }
    .page.product-view #details .detail-right .add-to-cart button,
    .page.product-view #details .detail-right .add-to-cart .btn-showroom {
      width: 50%;
      display: block;
      height: 44px;
      max-width: none;
      margin-top: 0;
      min-width: 0; }
    .page.product-view #details .detail-right .add-to-cart.Floorstock .btn-showroom {
      width: 100%;
    }

    .page.product-view #details .detail-right .add-to-cart button {
      float: left; }
    .page.product-view #details .detail-right .add-to-cart .btn-showroom {
      float: right; }
    .page.product-view #details .detail-right .add-to-cart #ajax_loader {
      margin: 10px 0;
      display: block;
      position: absolute;
      top: 2px;
      right: -20px; }
    .page.product-view #details .detail-right .add-to-cart.custom-order button, .page.product-view #details .detail-right .add-to-cart.not-in-stock button {
      width: 100%;
      margin-bottom: 10px; }
    .page.product-view #details .detail-right .add-to-cart.custom-order .btn-showroom, .page.product-view #details .detail-right .add-to-cart.not-in-stock .btn-showroom {
      width: 100%; }
    .page.product-view #details .detail-right .add-to-cart .btn-out-of-stock {
      width: 100%;
      max-width: none; }
    .page.product-view #details .detail-right .add-to-cart.not-in-stock button {
      display: none; }
  .page.product-view #details .detail-right .extrahint-wrapper {
    display: inline-block; }
  .page.product-view #details .detail-right .product-options {
    margin: 0 0 30px;
    z-index: 100; }
    .page.product-view #details .detail-right .product-options dl {
      margin: 0 -10px; }
  .page.product-view #details .detail-right table.additional-info {
    font-family: 'BaskervilleLT-Regular';
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 26px;
    width: auto;
    margin: 0px; }
    .page.product-view #details .detail-right table.additional-info td:first-child {
      color: #666666;
      padding-right: 5px; }
    .page.product-view #details .detail-right table.additional-info td:last-child {
      color: #020303; }
    .page.product-view #details .detail-right table.additional-info .tr-measurements {
      display: block; }
    .page.product-view #details .detail-right table.additional-info .tr-weight {
      display: block; }
    .page.product-view #details .detail-right table.additional-info.additional-info-2 {
      margin-top: 25px; }
      .page.product-view #details .detail-right table.additional-info.additional-info-2 td:first-child {
        color: #B2B2B2; }
      .page.product-view #details .detail-right table.additional-info.additional-info-2 td:last-child {
        color: #B2B2B2; }
  .page.product-view #details .detail-right .product-options-bottom {
    position: relative;
    z-index: 10; }
  .page.product-view #details .detail-right .stock-availability {
    display: inline-block;
    font-family: 'BaskervilleBT-Italic';
    letter-spacing: 1px;
    font-size: 16px;
    color: black; }
    .page.product-view #details .detail-right .stock-availability span {
      letter-spacing: -0.001em; }
  .page.product-view #details .detail-right .showrooms {
    overflow: hidden;
    display: block; }
    .page.product-view #details .detail-right .showrooms .button {
      display: block;
      width: auto;
      max-width: none;
      margin: 10px 0 0; }
  .page.product-view #details .detail-right .shipping-estimation-form {
    display: table;
    padding-top: 10px; }
    .page.product-view #details .detail-right .shipping-estimation-form li {
      display: table-cell;
      vertical-align: top; }
    .page.product-view #details .detail-right .shipping-estimation-form input {
      font-size: 14px;
      line-height: normal !important;
      height: 45px !important;
      padding: 0 15px !important;
      letter-spacing: -0.01em;
      width: 100%;
      max-width: 140px;
      border-right: 0; }
    .page.product-view #details .detail-right .shipping-estimation-form button {
      display: table-cell;
      vertical-align: top;
      font-family: 'TradeGothicLTStd-Cn18';
      font-style: normal;
      padding: 15px 23px;
      text-align: center;
      width: auto;
      height: 45px !important;
      margin: 0;
      line-height: normal !important;
      background-color: #666666;
      color: white; }
  .page.product-view #details .detail-right .block-shipping-results {
    padding: 0; }
    .page.product-view #details .detail-right .block-shipping-results * {
      padding: 0 !important; }
  .page.product-view #details .detail-right .block-shipping-estimate {
    margin-bottom: 5px; }
    .page.product-view #details .detail-right .block-shipping-estimate .actions {
      padding: 0;
      margin: 0; }
  .page.product-view #details .detail-right .product-controller {
    margin-bottom: 30px; }
    .page.product-view #details .detail-right .product-controller a {
      font-size: 16px;
      text-decoration: underline;
      letter-spacing: -0.01em;
      line-height: 25px; }
  .page.product-view #details .detail-right .product-collapsible-header {
    text-transform: uppercase;
    color: #020303;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'TradeGothicLTStd-Cn18';
    letter-spacing: 0.06em;
    font-weight: normal;
    border-bottom: 1px solid #ccc; }
  @media only screen and (max-width: 480px) {
    .page.product-view #details .detail-right .product-brand {
      font-size: 20px;
      margin: 19px 0 11px 0; }
    .page.product-view #details .detail-right .product-title {
      font-size: 28px;
      margin-bottom: 2px; }
    .page.product-view #details .detail-right .product-intro {
      margin: 20px 0 30px;
      letter-spacing: 0.04em; }
    .page.product-view #details .detail-right .short-description {
      font-size: 16px; }
    .page.product-view #details .detail-right .product-type-data {
      margin-bottom: 15px; }
      .page.product-view #details .detail-right .product-type-data .price-box span {
        font-weight: normal;
        font-size: 20px; }
    .page.product-view #details .detail-right .social-share {
      display: none; }
    .page.product-view #details .detail-right .product-controller {
      margin-bottom: 0;
      padding-bottom: 24px;
      border-bottom: 1px solid #e5e5e5; }
    .page.product-view #details .detail-right .add-to-cart button, .page.product-view #details .detail-right .add-to-cart .btn-showroom {
      width: 100%; } }

.page.product-view #description {
  padding: 125px 0 115px;
  background: white; }
  .page.product-view #description .text-wrap {
    font-family: 'BaskervilleLT-Regular';
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: -0.01em;
    line-height: 32px;
    color: #020303; }
  @media only screen and (max-width: 414px) {
    .page.product-view #description {
      padding: 40px 0; }
      .page.product-view #description p {
        font-size: 20px;
        line-height: 28px; } }

.page.product-view #gallery .coco-container {
  max-width: 1160px; }

.page.product-view #gallery .ds-col-odd > div:last-of-type {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  float: none; }

.page.product-view #gallery .gallery-full {
  padding: 0 20px; }
  .page.product-view #gallery .gallery-full .gallery-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 57.2%; }

.page.product-view #gallery .ds-col-12 .bg-image {
  padding-bottom: 58%; }

.page.product-view #gallery .gallery-single .bg-image {
  max-width: 800px;
  margin: 0 auto 40px;
  padding-bottom: 45%; }

.page.product-view #gallery .image-wrapper {
  position: relative;
  margin-bottom: 30px; }
  .page.product-view #gallery .image-wrapper:before {
    content: '';
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 100%;
    left: 15px;
    right: 15px;
    top: 0;
    z-index: 2; }

.page.product-view #gallery .bg-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 30px; }
  .page.product-view #gallery .bg-image:before {
    content: '';
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0; }
  .page.product-view #gallery .bg-image .white-play {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.page.product-view #gallery .gallery-left {
  padding: 0 20px; }
  .page.product-view #gallery .gallery-left .gallery-wrapper,
  .page.product-view #gallery .gallery-left .gallery-wrapper-2 {
    position: relative;
    width: 100%;
    padding-bottom: 89.6%; }

@media only screen and (max-width: 768px) {
  .page.product-view #gallery .gallery-wrapper,
  .page.product-view #gallery .gallery-wrapper-2 {
    padding-bottom: 102.6%;
    margin: 0 0 2px; } }

.page.product-view #gallery #gallery-slider {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%; }
  .page.product-view #gallery #gallery-slider .owl-wrapper-outer,
  .page.product-view #gallery #gallery-slider .owl-wrapper,
  .page.product-view #gallery #gallery-slider .owl-item,
  .page.product-view #gallery #gallery-slider .item,
  .page.product-view #gallery #gallery-slider .bg-image {
    height: 100%; }
  .page.product-view #gallery #gallery-slider.gallery-slider-2 {
    max-height: none;
    overflow: hidden; }
    .page.product-view #gallery #gallery-slider.gallery-slider-2 .bg-image {
      max-height: none; }
  .page.product-view #gallery #gallery-slider .bg-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #F9F9F9;
    width: 100%; }
    .page.product-view #gallery #gallery-slider .bg-image.sm-image {
      background-size: contain;
      background-position: center center;
      background-color: #F9F9F9; }
  .page.product-view #gallery #gallery-slider .owl-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    left: 0;
    right: 0; }
    .page.product-view #gallery #gallery-slider .owl-pagination .owl-page {
      display: inline-block;
      margin: 0 3px;
      border-radius: 50%;
      opacity: 0.20; }
      .page.product-view #gallery #gallery-slider .owl-pagination .owl-page.active {
        opacity: 1; }
      .page.product-view #gallery #gallery-slider .owl-pagination .owl-page span {
        height: 6px;
        width: 6px;
        background: black;
        border-radius: 50%;
        display: block; }
  .page.product-view #gallery #gallery-slider .owl-buttons {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .page.product-view #gallery #gallery-slider .owl-buttons div {
      transition: opacity 0.3s ease-in-out;
      text-indent: 9999px;
      opacity: 0.5; }
      .page.product-view #gallery #gallery-slider .owl-buttons div:hover {
        opacity: 1; }
    .page.product-view #gallery #gallery-slider .owl-buttons .owl-prev {
      float: left;
      margin-left: 5.7em; }
    .page.product-view #gallery #gallery-slider .owl-buttons .owl-next {
      -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
      transform: rotate(180deg);
      float: right;
      margin-right: 5.7em; }
  @media only screen and (max-width: 768px) {
    .page.product-view #gallery #gallery-slider .gallery-wrapper,
    .page.product-view #gallery #gallery-slider .gallery-wrapper-2 {
      padding-bottom: 102.6%;
      margin: 0 0 2px; }
    .page.product-view #gallery #gallery-slider #gallery-slider .owl-buttons {
      display: none; } }

.page.product-view #gallery .gallery-right {
  padding: 0 20px; }
  .page.product-view #gallery .gallery-right .product-video {
    background: #F9F9F9;
    width: 100%;
    padding-bottom: 89.2%;
    top: 0;
    max-width: 440px;
    float: right; }
    .page.product-view #gallery .gallery-right .product-video i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
    .page.product-view #gallery .gallery-right .product-video span {
      font-size: 32px;
      font-family: 'BaskervilleBT-Italic';
      position: absolute;
      bottom: 44px;
      left: 0;
      right: 0;
      text-align: center;
      color: white; }
  .page.product-view #gallery .gallery-right .product-guide {
    background: #F9F9F9;
    width: 100%;
    padding-bottom: 89.2%;
    top: 0;
    max-width: 440px;
    float: right;
    margin-top: 40px;
    position: relative; }
    .page.product-view #gallery .gallery-right .product-guide .text-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      font-family: 'BaskervilleLT-Regular';
      line-height: 50px;
      font-weight: normal; }
      .page.product-view #gallery .gallery-right .product-guide .text-wrap hr {
        max-width: 150px;
        margin: 0 auto;
        position: relative;
        top: -4px;
        border-top: 2px solid white;
        right: -3px; }
      .page.product-view #gallery .gallery-right .product-guide .text-wrap span {
        display: block;
        letter-spacing: -0.04em;
        color: white; }
        .page.product-view #gallery .gallery-right .product-guide .text-wrap span:first-child {
          font-size: 60px; }
        .page.product-view #gallery .gallery-right .product-guide .text-wrap span:last-child {
          font-size: 53px; }
  @media only screen and (max-width: 768px) {
    .page.product-view #gallery .gallery-right .product-video,
    .page.product-view #gallery .gallery-right .product-guide {
      padding-bottom: 103.2%;
      margin: 0 0 2px;
      max-width: none; } }

.page.product-view .image-styled {
  width: 100%; }

.page.product-view #related {
  padding: 97px 0 38px; }
  .page.product-view #related h4 {
    font-family: 'MercuryDisplayBold' !important;
    text-align: center;
    font-size: 32px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 70px; }
  .page.product-view #related ul {
    text-align: center; }
    .page.product-view #related ul li {
      display: inline-block;
      padding: 0 20px;
      width: 320px;
      max-width: 100%; }
      .page.product-view #related ul li .item-wrap {
        margin: 0 auto 55px; }
        .page.product-view #related ul li .item-wrap a {
          text-decoration: none; }
      .page.product-view #related ul li .item-thumb {
        position: relative;
        margin-bottom: 20px; }
        .page.product-view #related ul li .item-thumb .sash-banner {
          border-radius: 50%;
          background: none;
          left: inherit;
          right: -12px;
          top: -12px;
          font-family: 'BaskervilleBT-Italic';
          text-transform: capitalize;
          font-size: 16px;
          background: #e5e5e5;
          color: #020303;
          text-align: center;
          padding: 0 10px;
          width: 55px;
          height: 75px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: normal; }
          .page.product-view #related ul li .item-thumb .sash-banner.sash-clearance {
            background: #020303;
            color: white; }
          .page.product-view #related ul li .item-thumb .sash-banner.sash-christmas-delivery {
            display: none; }
          .page.product-view #related ul li .item-thumb .sash-banner.sash-made-locally {
            background: #666666;
            color: white; }
        .page.product-view #related ul li .item-thumb .wrap-colours {
          position: absolute;
          bottom: 10px;
          left: 15px; }
          .page.product-view #related ul li .item-thumb .wrap-colours img {
            border: .5px solid grey; }
          .page.product-view #related ul li .item-thumb .wrap-colours span, .page.product-view #related ul li .item-thumb .wrap-colours img {
            display: inline-block;
            border-radius: 50%;
            height: 12px;
            width: 12px;
            vertical-align: middle;
            margin-right: 0;
            position: relative;
            top: -2px;
            opacity: 0.6; }
        .page.product-view #related ul li .item-thumb:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          height: 100%;
          background: rgba(0, 0, 0, 0.025);
          z-index: 1; }
        .page.product-view #related ul li .item-thumb img {
          width: 100%;
          height: auto; }
      .page.product-view #related ul li .item-detail {
        display: table;
        width: 100%;
        min-height: 69px; }
        .page.product-view #related ul li .item-detail div {
          position: relative;
          display: table-cell;
          width: 50%; }
          .page.product-view #related ul li .item-detail div:first-child {
            text-align: left; }
          .page.product-view #related ul li .item-detail div:last-child {
            text-align: right; }
        .page.product-view #related ul li .item-detail span {
          color: #020303; }
        .page.product-view #related ul li .item-detail .name {
          font-family: 'TradeGothicLTStd-Cn18';
          font-size: 18px;
          display: block;
          text-transform: uppercase;
          margin-top: -3px;
          display: block; }
        .page.product-view #related ul li .item-detail .company {
          font-family: 'BaskervilleBT-Italic';
          font-size: 16px; }
        .page.product-view #related ul li .item-detail .banner-text {
          display: block;
          position: absolute;
          bottom: 0;
          right: 0; }
        .page.product-view #related ul li .item-detail .price {
          font-size: 16px;
          font-weight: normal; }
          .page.product-view #related ul li .item-detail .price .has-white-price,
          .page.product-view #related ul li .item-detail .price .configurable-price-from-label {
            font-family: 'BaskervilleBT-Italic' !important;
            letter-spacing: 1px;
            font-size: inherit;
            margin: 0 5px; }
        .page.product-view #related ul li .item-detail .price-box {
          display: inherit;
          width: 100%;
          line-height: 22px; }
          .page.product-view #related ul li .item-detail .price-box .old-price {
            display: table-footer-group; }
          .page.product-view #related ul li .item-detail .price-box .special-price {
            display: table-header-group; }
      .page.product-view #related ul li img {
        width: 100%;
        height: auto; }
  @media only screen and (max-width: 414px) {
    .page.product-view #related {
      padding: 57px 0 20px; }
      .page.product-view #related h4 {
        font-size: 24px;
        margin-bottom: 30px; }
      .page.product-view #related ul li {
        padding: 0;
        width: 100%; } }

.page.product-view #upsell h4 {
  font-family: 'MercuryDisplayBold' !important;
  text-align: center;
  font-size: 32px;
  text-transform: inherit;
  letter-spacing: 0;
  margin-bottom: 70px; }

.page.product-view #upsell ul {
  text-align: center; }
  .page.product-view #upsell ul li {
    display: inline-block;
    padding: 0 20px;
    width: 320px;
    max-width: 100%; }
    .page.product-view #upsell ul li .item-wrap {
      margin: 0 auto 55px; }
      .page.product-view #upsell ul li .item-wrap a {
        text-decoration: none; }
    .page.product-view #upsell ul li .item-thumb {
      position: relative;
      margin-bottom: 20px; }
      .page.product-view #upsell ul li .item-thumb .sash-banner {
        border-radius: 50%;
        background: none;
        left: inherit;
        right: -12px;
        top: -12px;
        font-family: 'BaskervilleBT-Italic';
        text-transform: capitalize;
        font-size: 16px;
        background: #e5e5e5;
        color: #020303;
        text-align: center;
        padding: 0 10px;
        width: 55px;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: normal; }
        .page.product-view #upsell ul li .item-thumb .sash-banner.sash-clearance {
          background: #020303;
          color: white; }
        .page.product-view #upsell ul li .item-thumb .sash-banner.sash-christmas-delivery {
          display: none; }
        .page.product-view #upsell ul li .item-thumb .sash-banner.sash-made-locally {
          background: #666666;
          color: white; }
      .page.product-view #upsell ul li .item-thumb .wrap-colours {
        position: absolute;
        bottom: 10px;
        left: 15px; }
        .page.product-view #upsell ul li .item-thumb .wrap-colours img {
          border: .5px solid grey; }
        .page.product-view #upsell ul li .item-thumb .wrap-colours span, .page.product-view #upsell ul li .item-thumb .wrap-colours img {
          display: inline-block;
          border-radius: 50%;
          height: 12px;
          width: 12px;
          vertical-align: middle;
          margin-right: 0;
          position: relative;
          top: -2px;
          opacity: 0.6; }
      .page.product-view #upsell ul li .item-thumb:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.025);
        z-index: 1; }
      .page.product-view #upsell ul li .item-thumb img {
        width: 100%;
        height: auto; }
    .page.product-view #upsell ul li .item-detail {
      display: table;
      width: 100%;
      min-height: 69px; }
      .page.product-view #upsell ul li .item-detail div {
        position: relative;
        display: table-cell;
        width: 50%; }
        .page.product-view #upsell ul li .item-detail div:first-child {
          text-align: left; }
        .page.product-view #upsell ul li .item-detail div:last-child {
          text-align: right; }
      .page.product-view #upsell ul li .item-detail span {
        color: #020303; }
      .page.product-view #upsell ul li .item-detail .name {
        font-family: 'TradeGothicLTStd-Cn18';
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        margin-top: -3px;
        display: block; }
      .page.product-view #upsell ul li .item-detail .company {
        font-family: 'BaskervilleBT-Italic';
        font-size: 16px; }
      .page.product-view #upsell ul li .item-detail .banner-text {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; }
      .page.product-view #upsell ul li .item-detail .price {
        font-size: 16px;
        font-weight: normal; }
        .page.product-view #upsell ul li .item-detail .price .has-white-price,
        .page.product-view #upsell ul li .item-detail .price .configurable-price-from-label {
          font-family: 'BaskervilleBT-Italic' !important;
          letter-spacing: 1px;
          font-size: inherit;
          margin: 0 5px; }
      .page.product-view #upsell ul li .item-detail .price-box {
        display: inherit;
        width: 100%;
        line-height: 22px; }
        .page.product-view #upsell ul li .item-detail .price-box .old-price {
          display: table-footer-group; }
        .page.product-view #upsell ul li .item-detail .price-box .special-price {
          display: table-header-group; }
    .page.product-view #upsell ul li img {
      width: 100%;
      height: auto; }

@media only screen and (max-width: 414px) {
  .page.product-view #upsell {
    padding: 0 0 20px; }
    .page.product-view #upsell h4 {
      font-size: 24px;
      margin-bottom: 30px; }
    .page.product-view #upsell ul li {
      padding: 0;
      width: 100%; } }

.page.product-view #viewed h4 {
  font-family: 'MercuryDisplayBold' !important;
  text-align: center;
  font-size: 32px;
  text-transform: inherit;
  letter-spacing: 0;
  margin-bottom: 70px; }

.page.product-view #viewed ul {
  text-align: center; }
  .page.product-view #viewed ul li {
    display: inline-block;
    padding: 0 20px;
    width: 320px;
    max-width: 100%; }
    .page.product-view #viewed ul li .item-wrap {
      margin: 0 auto 55px; }
      .page.product-view #viewed ul li .item-wrap a {
        text-decoration: none; }
    .page.product-view #viewed ul li .item-thumb {
      position: relative;
      margin-bottom: 20px; }
      .page.product-view #viewed ul li .item-thumb .sash-banner {
        border-radius: 50%;
        background: none;
        left: inherit;
        right: -12px;
        top: -12px;
        font-family: 'BaskervilleBT-Italic';
        text-transform: capitalize;
        font-size: 16px;
        background: #e5e5e5;
        color: #020303;
        text-align: center;
        padding: 0 10px;
        width: 55px;
        height: 75px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        line-height: normal; }
        .page.product-view #viewed ul li .item-thumb .sash-banner.sash-clearance {
          background: #020303;
          color: white; }
        .page.product-view #viewed ul li .item-thumb .sash-banner.sash-christmas-delivery {
          display: none; }
        .page.product-view #viewed ul li .item-thumb .sash-banner.sash-made-locally {
          background: #666666;
          color: white; }
      .page.product-view #viewed ul li .item-thumb .wrap-colours {
        position: absolute;
        bottom: 10px;
        left: 15px; }
        .page.product-view #viewed ul li .item-thumb .wrap-colours img {
          border: .5px solid grey; }
        .page.product-view #viewed ul li .item-thumb .wrap-colours span, .page.product-view #viewed ul li .item-thumb .wrap-colours img {
          display: inline-block;
          border-radius: 50%;
          height: 12px;
          width: 12px;
          vertical-align: middle;
          margin-right: 0;
          position: relative;
          top: -2px;
          opacity: 0.6; }
      .page.product-view #viewed ul li .item-thumb:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.025);
        z-index: 1; }
      .page.product-view #viewed ul li .item-thumb img {
        width: 100%;
        height: auto; }
    .page.product-view #viewed ul li .item-detail {
      display: table;
      width: 100%;
      min-height: 69px; }
      .page.product-view #viewed ul li .item-detail div {
        position: relative;
        display: table-cell;
        width: 50%; }
        .page.product-view #viewed ul li .item-detail div:first-child {
          text-align: left; }
        .page.product-view #viewed ul li .item-detail div:last-child {
          text-align: right; }
      .page.product-view #viewed ul li .item-detail span {
        color: #020303; }
      .page.product-view #viewed ul li .item-detail .name {
        font-family: 'TradeGothicLTStd-Cn18';
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        margin-top: -3px;
        display: block; }
      .page.product-view #viewed ul li .item-detail .company {
        font-family: 'BaskervilleBT-Italic';
        font-size: 16px; }
      .page.product-view #viewed ul li .item-detail .banner-text {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0; }
      .page.product-view #viewed ul li .item-detail .price {
        font-size: 16px;
        font-weight: normal; }
        .page.product-view #viewed ul li .item-detail .price .has-white-price,
        .page.product-view #viewed ul li .item-detail .price .configurable-price-from-label {
          font-family: 'BaskervilleBT-Italic' !important;
          letter-spacing: 1px;
          font-size: inherit;
          margin: 0 5px; }
      .page.product-view #viewed ul li .item-detail .price-box {
        display: inherit;
        width: 100%;
        line-height: 22px; }
        .page.product-view #viewed ul li .item-detail .price-box .old-price {
          display: table-footer-group; }
        .page.product-view #viewed ul li .item-detail .price-box .special-price {
          display: table-header-group; }
    .page.product-view #viewed ul li img {
      width: 100%;
      height: auto; }

@media only screen and (max-width: 414px) {
  .page.product-view #viewed {
    padding: 0px 0 38px; }
    .page.product-view #viewed h4 {
      font-size: 24px;
      margin-bottom: 30px; }
    .page.product-view #viewed ul li {
      padding: 0;
      width: 100%; } }

.page.product-view #social {
  text-align: center; }
  .page.product-view #social .social-share ul li {
    display: inline-block;
    margin-right: 27px; }
    .page.product-view #social .social-share ul li i {
      padding: 0;
      vertical-align: middle; }
      .page.product-view #social .social-share ul li i.fa {
        opacity: 0.5;
        color: #666666;
        font-size: 21px; }
    .page.product-view #social .social-share ul li span {
      font-size: 16px;
      font-family: 'BaskervilleLT-Regular';
      position: relative;
      bottom: -2px;
      letter-spacing: 0.01em;
      color: #B2B2B2; }
    .page.product-view #social .social-share ul li.link-gplus {
      margin-right: 17px; }
    .page.product-view #social .social-share ul li:last-child a {
      margin: 0; }

.page.product-view .product-sku {
  color: #B2B2B2;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.01em;
  font-family: 'BaskervilleLT-Regular';
  padding-top: 10px; }

.group-step {
  display: none; }

.group-step.active {
  display: block; }

body.checkout-onepage-index {
  max-width: none; }
  body.checkout-onepage-index .container-parent {
    background: #FAFAFA;
    border: 1px solid #e5e5e5;
    overflow: hidden; }
  body.checkout-onepage-index .container-head {
    margin: 25px 20px 5px;
    border-bottom: 1px solid #e5e5e5; }
    body.checkout-onepage-index .container-head h4 {
      font-size: 18px;
      letter-spacing: 0.03em;
      margin-bottom: 20px; }
  body.checkout-onepage-index .container-body {
    margin: 0 20px 15px;
    overflow: hidden; }
  body.checkout-onepage-index .coco-container {
    max-width: 1160px; }
  body.checkout-onepage-index .header-container {
    padding: 0;
    border-bottom: 1px solid #e5e5e5; }
  body.checkout-onepage-index .opc-left {
    position: static; }
  body.checkout-onepage-index .content-header {
    display: table;
    width: 100%; }
    body.checkout-onepage-index .content-header .header-left {
      margin: 0;
      display: table-cell;
      height: 120px;
      vertical-align: middle;
      float: none;
      width: 50%; }
      body.checkout-onepage-index .content-header .header-left a {
        max-width: 245px;
        display: block;
        height: auto;
        line-height: normal; }
      body.checkout-onepage-index .content-header .header-left img {
        margin: 0;
        height: auto; }
    body.checkout-onepage-index .content-header .header-right {
      margin: 0;
      display: table-cell;
      height: 120px;
      vertical-align: middle;
      float: none;
      width: 50%; }
      body.checkout-onepage-index .content-header .header-right p {
        display: inline-block;
        font-size: 16px;
        font-style: normal; }
      body.checkout-onepage-index .content-header .header-right strong {
        font-family: 'TradeGothicLT-CondEighteen';
        font-size: 16px;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        margin-right: 0;
        color: #020303; }
      body.checkout-onepage-index .content-header .header-right .seperator {
        margin: 0 8px;
        position: relative;
        top: -1px; }
      body.checkout-onepage-index .content-header .header-right .need-help {
        margin: 0 -3px;
        display: inline-block; }
  body.checkout-onepage-index #checkoutSteps h2 {
    text-align: center;
    font-size: 40px;
    padding: 3px 0;
    display: block;
    letter-spacing: -0.04em;
    margin-bottom: 35px; }
    body.checkout-onepage-index #checkoutSteps h2.step-title {
      display: none; }
  body.checkout-onepage-index #checkoutSteps .step {
    padding: 0;
    margin-top: 0; }
  body.checkout-onepage-index #checkoutSteps .coco-container .ds-row {
    padding-top: 90px; }
  body.checkout-onepage-index #checkoutSteps .step-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    body.checkout-onepage-index #checkoutSteps .step-progress ul {
      text-align: center;
      width: 100%;
      display: block; }
      body.checkout-onepage-index #checkoutSteps .step-progress ul li {
        text-align: center;
        margin: 0 27px; }
        body.checkout-onepage-index #checkoutSteps .step-progress ul li h4 {
          text-transform: uppercase;
          margin: 0 auto;
          font-size: 18px;
          letter-spacing: 0.03em; }
  body.checkout-onepage-index #checkoutSteps #checkout-step-shipping {
    width: auto; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-shipping .container-head {
      margin: 25px 20px 20px;
      border-bottom: 1px solid #e5e5e5; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-shipping .container-head h4 {
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-bottom: 20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-shipping .container-body {
      margin: 30px 20px 15px;
      overflow: hidden; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-shipping .container-body #billing_shipping-buttons-container {
        width: 100% !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-shipping .container-body button {
        height: 45px;
        width: 140px !important; }
  body.checkout-onepage-index #checkoutSteps #checkout-step-billing {
    width: auto; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-head {
      margin: 25px 20px 20px;
      border-bottom: 1px solid #e5e5e5; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-head h4 {
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-bottom: 20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body {
      margin: 30px 20px 15px;
      overflow: hidden; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body #billing-buttons-container {
        width: 100% !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body select {
        float: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body button {
        height: 45px;
        width: 140px !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body .fieldset {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body ul.form-list li {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body .phone-field span {
        position: absolute;
        padding: 15px 20px;
        font-size: 15px;
        font-family: 'BaskervilleLT-Regular';
        line-height: 15px;
        letter-spacing: -0.01em; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-billing .container-body .phone-field input {
        padding-left: 58px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_zipmoneypayment .default-text, body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_zipmoneypayment b, body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_zipmoneypayment a {
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'BaskervilleLT-Regular'; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_zipmoneypayment b {
    font-weight: normal; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_ewayrapid_notsaved .container-head {
    text-align: left;
    margin: 25px 0 30px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block #payment_form_ewayrapid_notsaved label {
    text-align: left; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .col-half input.input-text {
    max-width: 90px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .col-half.field-ccv {
    position: relative;
    left: -20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .col-half.field-ccv label {
      width: 45px; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .col-half.field-ccv input.input-text {
      max-width: 143px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .v-fix,
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .v-fix {
    width: 50%;
    box-sizing: border-box;
    float: left; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .v-fix:first-child,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .v-fix:first-child {
      padding-right: 10px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .input-box,
  body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .input-box {
    max-width: 100%;
    width: 300px; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .input-box input,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .input-box select,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .input-box input,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .input-box select {
      width: 100% !important;
      margin: 0;
      box-sizing: border-box;
      float: left; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .input-box select,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .input-box select {
      background-position: 90% center; }
  @media only screen and (max-width: 480px) {
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .sp-methods .form-list {
      padding: 0; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-ccv .input-box,
    body.checkout-onepage-index #checkoutSteps #checkout-review .payment-block .field-expiry .input-box {
      max-width: 100%;
      width: 100%; } }
  body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row-header {
    font-weight: bold !important;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #020202;
    font-size: 1.2em; }
  body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row {
    *zoom: 1;
    padding-top: 15px;
    clear: both; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:before, body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:after {
      content: " ";
      display: table; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:after {
      clear: both; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-address {
      float: left;
      width: 55%;
      margin-right: 10px; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-buttons {
      float: left;
      width: 20%; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-billing,
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-shipping {
      float: left;
      width: 80px;
      margin-right: 20px;
      position: relative;
      text-align: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-billing input,
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-shipping input {
        top: 0;
        left: 0; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row label {
      width: 20px;
      margin-right: 0;
      padding-right: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row label:before {
        width: 26px;
        margin-right: 0;
        padding-right: 0; }
  @media only screen and (max-width: 767px) {
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row-header {
      display: none; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row {
      *zoom: 1;
      padding-top: 15px;
      padding-bottom: 15px;
      clear: both;
      border-bottom: 1px solid #e6e6e6; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:before, body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:after {
        content: " ";
        display: table; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row:after {
        clear: both; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-address {
        float: left;
        width: 100%; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-buttons {
        float: left;
        width: 100%;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-shipping,
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row .shipping-billing {
        float: left;
        width: 50%;
        text-align: left;
        margin: 0;
        height: 26px; }
      body.checkout-onepage-index #checkoutSteps #checkout-review #billing-delivery-address-form .shipping-row p {
        width: 100%; } }
  body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body {
    margin: 15px 20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body #checkout-shipping-method-load {
      border-bottom: 0;
      padding: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body #checkout-shipping-method-load dd {
        margin: 0; }
        body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body #checkout-shipping-method-load dd li {
          margin: 0; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body span.carrier-title {
      font-weight: normal;
      font-size: 14px;
      color: #666666;
      letter-spacing: 0; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .note-block .container-body span.price {
      font-family: 'BaskervilleBT-Italic';
      font-style: italic;
      letter-spacing: 1px;
      font-weight: normal;
      font-size: 18px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .billing-block form#billing-delivery-address-form .field {
    border-bottom: 1px solid #e5e5e5; }
    body.checkout-onepage-index #checkoutSteps #checkout-review .billing-block form#billing-delivery-address-form .field:last-of-type {
      border-bottom: 0; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .delivery-block .container-head {
    margin: 25px 20px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .delivery-block textarea {
    width: 100%;
    margin-bottom: 20px; }
  body.checkout-onepage-index #checkoutSteps #checkout-review .delivery-block #checkout-agreements .checkout-agreements li {
    border-bottom: 0;
    padding-top: 0; }
  body.checkout-onepage-index #checkoutSteps #checkout-review #payment-buttons-container {
    margin: 10px 0 0; }
    body.checkout-onepage-index #checkoutSteps #checkout-review #payment-buttons-container button.button {
      height: 45px;
      max-width: 155px; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar {
    margin-bottom: 10px; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar li {
      overflow: hidden;
      padding: 12px 0;
      display: table;
      width: 100%; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .minicart-thumb {
      position: relative;
      display: table-cell;
      width: 90px; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .minicart-thumb:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.1);
        top: 0;
        left: 0;
        right: 0;
        height: 90px; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .minicart-thumb a.product-image {
        max-width: 90px; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .minicart-thumb span {
        position: absolute;
        color: white;
        background: black;
        border-radius: 50%;
        padding: 4px;
        height: 17px;
        width: 17px;
        top: -9px;
        right: -6px;
        font-weight: bold; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details {
      margin-top: 0;
      display: table-cell;
      vertical-align: middle; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details {
        margin-top: 0; }
        body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details div {
          overflow: hidden;
          float: left;
          display: inline-block;
          width: 60%; }
          body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details div label {
            font-family: 'TradeGothicLT-CondEighteen';
            font-size: 18px;
            text-transform: uppercase;
            margin: 0 20px;
            display: block;
            letter-spacing: 0.05em;
            text-align: left; }
          body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details div p {
            margin: 0 20px;
            text-align: left;
            font-family: 'BaskervilleBT-Italic';
            font-size: 16px;
            letter-spacing: 0; }
        body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details .item-msg {
          font-family: 'BaskervilleLT-Regular';
          font-size: 15px; }
        body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details .price-c {
          float: right;
          display: inline-block;
          width: 40%;
          text-align: right;
          font-size: 18px;
          margin-top: 10px; }
          body.checkout-onepage-index #checkoutSteps .checkout-summary #cart-sidebar .product-details .mini-cart-product-details .price-c span.old-price .price {
            color: #999999 !important; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary .coupon-form .padding-left-total div {
    display: table-cell;
    float: none;
    width: 100%; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary .coupon-form input {
    font-size: 14px;
    height: 45px !important;
    padding: 8px 20px;
    width: 100% !important; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary .coupon-form button {
    background: #666666;
    color: white;
    height: 45px;
    width: 105px !important; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary .sub-total-wrap {
    margin: 25px 0;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary .sub-total-wrap table {
      width: 100%;
      border-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary .sub-total-wrap table td:first-child {
        font-family: 'BaskervilleLT-Regular';
        font-size: 14px;
        color: #666666;
        padding: 5px 0;
        letter-spacing: 0; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary .sub-total-wrap table td:last-child {
        font-family: 'BaskervilleBT-Italic';
        font-size: 16px;
        text-align: right;
        vertical-align: middle;
        letter-spacing: 0; }
        body.checkout-onepage-index #checkoutSteps .checkout-summary .sub-total-wrap table td:last-child span {
          font-family: 'BaskervilleBT-Italic';
          font-size: 16px;
          text-align: right; }
  body.checkout-onepage-index #checkoutSteps .checkout-summary .total-wrap table {
    width: 100%;
    border-bottom: 0; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary .total-wrap table td:first-child {
      font-family: 'BaskervilleLT-Regular';
      font-size: 14px;
      color: #666666;
      padding: 5px 0;
      letter-spacing: 0; }
    body.checkout-onepage-index #checkoutSteps .checkout-summary .total-wrap table td:last-child {
      font-family: 'BaskervilleBT-Italic';
      font-size: 16px;
      text-align: right;
      vertical-align: middle;
      letter-spacing: 0; }
      body.checkout-onepage-index #checkoutSteps .checkout-summary .total-wrap table td:last-child span {
        font-family: 'BaskervilleBT-Italic';
        font-size: 24px;
        text-align: right; }
        body.checkout-onepage-index #checkoutSteps .checkout-summary .total-wrap table td:last-child span:not(.price) {
          font-size: 16px;
          font-family: 'BaskervilleBT-Italic';
          margin-right: 10px; }
  body.checkout-onepage-index #checkoutSteps #checkout-step-login {
    width: auto; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head {
      margin: 25px 20px 20px;
      border-bottom: 1px solid #e5e5e5; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head h4 {
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-bottom: 20px; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head h4 a {
          font-family: 'TradeGothicLT-CondEighteen';
          color: #666666; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head h4 .existing-customer {
          margin-left: 20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body {
      margin: 30px 20px 15px;
      overflow: hidden; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body .error-msg {
        background-color: transparent; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body .error-msg li {
          text-align: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body #billing-buttons-container {
        width: 100% !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body select {
        float: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body button {
        height: 45px;
        width: 140px !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body .fieldset {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body ul.form-list li {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-body .buttons-set a {
        margin-left: 20px;
        margin-top: 12px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-login p {
      margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head {
        margin: 20px 15px 10px; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-login .container-head h4 {
          font-size: 16px; } }
  body.checkout-onepage-index #checkoutSteps #checkout-step-register {
    width: auto; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head {
      margin: 25px 20px 20px;
      border-bottom: 1px solid #e5e5e5; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head h4 {
        font-size: 18px;
        letter-spacing: 0.03em;
        margin-bottom: 20px; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head h4 a {
          font-family: 'TradeGothicLT-CondEighteen';
          color: #666666; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head h4 .existing-customer {
          margin-left: 20px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body {
      margin: 30px 20px 15px;
      overflow: hidden; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body .error-msg {
        background-color: transparent; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body .error-msg li {
          text-align: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #billing-buttons-container {
        width: 100% !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body select {
        float: left; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body button {
        height: 45px;
        width: 140px !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body .fieldset {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body ul.form-list li {
        margin-bottom: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body .buttons-set a {
        margin-left: 20px;
        margin-top: 12px; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body .helper-tip {
        font-style: italic;
        float: none;
        width: 200px;
        display: block;
        margin-top: 5px;
        margin-left: 0; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #day {
        width: 80px !important;
        display: block;
        float: left;
        margin: 0 0 0 0px; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #month {
        width: 120px !important;
        display: block;
        float: left;
        margin: 0 0 0 3px; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #year {
        width: 93px !important;
        display: block;
        float: left;
        margin: 0 0 0 3px; }
    body.checkout-onepage-index #checkoutSteps #checkout-step-register p {
      margin-bottom: 30px; }
    @media only screen and (max-width: 480px) {
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head {
        margin: 20px 15px 10px; }
        body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-head h4 {
          font-size: 16px; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #day {
        width: 60px !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #month {
        width: 110px !important; }
      body.checkout-onepage-index #checkoutSteps #checkout-step-register .container-body #year {
        width: 60px !important; } }
  @media only screen and (max-width: 480px) {
    body.checkout-onepage-index #checkoutSteps .step-progress ul li {
      width: 23%;
      margin: 0; }
    body.checkout-onepage-index .field {
      *zoom: 1; }
      body.checkout-onepage-index .field:before, body.checkout-onepage-index .field:after {
        content: " ";
        display: table; }
      body.checkout-onepage-index .field:after {
        clear: both; }
      body.checkout-onepage-index .field label {
        width: 100%;
        display: block; }
      body.checkout-onepage-index .field .input-box {
        display: block; }
        body.checkout-onepage-index .field .input-box input.input-text {
          padding: 10px 10px 7px 10px;
          height: 38px !important;
          line-height: 1em !important;
          font-size: 13px; }
        body.checkout-onepage-index .field .input-box select {
          padding: 10px 25px 7px 10px;
          height: 38px !important;
          line-height: 1em !important;
          font-size: 13px; } }

.webform {
  overflow: hidden; }
  .webform .banner {
    margin: 50px 0;
    text-align: center; }
  .webform .content {
    margin-bottom: 50px;
    overflow: hidden; }
  .webform .thanks-message {
    text-align: center; }
  .webform form.form-list label {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'BaskervilleLT-Regular';
    color: #000;
    display: block;
    font-weight: normal; }
  .webform form.form-list input {
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 10px; }
  .webform form.form-list button.button {
    float: left !important;
    font-style: initial;
    padding: 0 20px;
    margin: 10px 0 30px;
    width: auto; }
  .webform form.form-list .checkbox span,
  .webform form.form-list .checkbox label {
    font-family: 'BaskervilleBT-Italic';
    font-size: 16px;
    color: #000000;
    text-transform: inherit; }
  .webform form.form-list .checkbox span {
    vertical-align: middle;
    display: inline-block; }

.catalogsearch-result-index .page.coco-category {
  padding-top: 20px; }
  .catalogsearch-result-index .page.coco-category .page-title {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin: 20px 20px 50px; }

.cart .page-title .checkout-types {
  display: none; }

.cart .totals-inner .checkout-types iframe {
  display: none; }

.checkout-cart-index .cart-table-wrapper .old-price .price {
  color: #B2B2B2; }

.checkout-cart-index #co-shipping-method-form dl.sp-methods dd li.gst label {
  float: left;
  color: #020202;
  vertical-align: middle;
  margin-top: 5px; }

.checkout-cart-index #co-shipping-method-form dl.sp-methods dd li.gst > span {
  float: right;
  font-style: italic; }

@media only screen and (max-width: 1024px) {
  .fancybox-minicart #popup-cart {
    display: none; } }

.page.enquiry .banner {
  width: 100%;
  margin: 0; }
  .page.enquiry .banner .bg-image {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 345px;
    max-width: 1600px;
    margin: 0 auto;
    position: relative; }
    .page.enquiry .banner .bg-image .bg-mobile {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      height: 100%; }
    @media only screen and (max-width: 480px) {
      .page.enquiry .banner .bg-image .bg-mobile {
        display: block; } }
  .page.enquiry .banner h1 {
    margin: 0;
    color: white;
    text-align: center;
    font-size: 80px;
    line-height: normal;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 768px) {
    .page.enquiry .banner {
      padding: 0; }
      .page.enquiry .banner .bg-image {
        max-height: 360px; }
        .page.enquiry .banner .bg-image h1 {
          font-size: 40px; } }

.page.enquiry .content {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  display: table; }
  @media only screen and (max-width: 768px) {
    .page.enquiry .content {
      padding: 0; } }
  .page.enquiry .content .col-left {
    text-align: center; }
    .page.enquiry .content .col-left .top-copy {
      margin-bottom: 30px; }
      .page.enquiry .content .col-left .top-copy p {
        font-size: 16px;
        font-family: 'BaskervilleBT-Italic';
        letter-spacing: 0.002em;
        line-height: 1.2em; }
    .page.enquiry .content .col-left img {
      width: 450px;
      margin: 35px auto 25px;
      display: block;
      max-width: 100%; }
    .page.enquiry .content .col-left form {
      overflow: hidden;
      display: block;
      max-width: 770px;
      margin: 0 -15px; }
      .page.enquiry .content .col-left form .field {
        width: 50%;
        float: left;
        margin-bottom: 15px; }
        .page.enquiry .content .col-left form .field .input-box {
          padding: 0 15px; }
          .page.enquiry .content .col-left form .field .input-box.error textarea,
          .page.enquiry .content .col-left form .field .input-box.error input {
            border: 1px solid red; }
            .page.enquiry .content .col-left form .field .input-box.error textarea::-webkit-input-placeholder,
            .page.enquiry .content .col-left form .field .input-box.error input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              -webkit-text-fill-color: red;
              color: red; }
            .page.enquiry .content .col-left form .field .input-box.error textarea::-moz-placeholder,
            .page.enquiry .content .col-left form .field .input-box.error input::-moz-placeholder {
              /* Firefox 19+ */
              -webkit-text-fill-color: red;
              color: red; }
            .page.enquiry .content .col-left form .field .input-box.error textarea:-ms-input-placeholder,
            .page.enquiry .content .col-left form .field .input-box.error input:-ms-input-placeholder {
              /* IE 10+ */
              -webkit-text-fill-color: red;
              color: red; }
            .page.enquiry .content .col-left form .field .input-box.error textarea:-moz-placeholder,
            .page.enquiry .content .col-left form .field .input-box.error input:-moz-placeholder {
              /* Firefox 18- */
              -webkit-text-fill-color: red;
              color: red; }
        .page.enquiry .content .col-left form .field.full {
          width: 100%;
          text-align: left; }
        .page.enquiry .content .col-left form .field.buttons-set {
          text-align: left;
          margin: 0px 0px 3px 15px; }

        .page.enquiry .content .col-left form .field input {
          font-size: 15px;
          background-color: black;
          color: white;
          text-align: center;
          width: 100%;
          line-height: normal !important;
          height: 37px !important;
          padding: 8px; }
          .page.enquiry .content .col-left form .field input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px black inset;
            -webkit-text-fill-color: white; }
          .page.enquiry .content .col-left form .field input:active, .page.enquiry .content .col-left form .field input:focus {
            background-color: #666; }
          .page.enquiry .content .col-left form .field input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: white;
            position: relative;
            bottom: -3px; }
          .page.enquiry .content .col-left form .field input::-moz-placeholder {
            /* Firefox 19+ */
            color: white;
            position: relative;
            bottom: -3px; }
          .page.enquiry .content .col-left form .field input:-ms-input-placeholder {
            /* IE 10+ */
            color: white;
            position: relative;
            bottom: -3px; }
          .page.enquiry .content .col-left form .field input:-moz-placeholder {
            /* Firefox 18- */
            color: white;
            position: relative;
            bottom: -3px; }
        .page.enquiry .content .col-left form .field textarea {
          font-size: 15px;
          background-color: black;
          color: white;
          width: 100%;
          min-height: 205px;
          padding: 8px; }
          .page.enquiry .content .col-left form .field textarea:active, .page.enquiry .content .col-left form .field textarea:focus {
            background-color: #666; }
        .page.enquiry .content .col-left form .field input[type="checkbox"] + label {
          font-size: 16px;
          color: #050505; }
          .page.enquiry .content .col-left form .field input[type="checkbox"] + label::before {
            content: url(../img/tick-out.png);
            margin-right: 10px; }
        .page.enquiry .content .col-left form .field input[type="checkbox"]:checked + label::before {
          content: url(../img/tick-in.png); }
        .page.enquiry .content .col-left form .field button {
          float: none;
          line-height: normal !important;
          font-family: 'BaskervilleBT-Italic' !important;
          text-transform: capitalize;
          font-size: 1.1em;
          width: 225px;
          height: 37px; }
    .page.enquiry .content .col-left .bottom-copy{ clear:both; }
    .page.enquiry .content .col-left .bottom-copy p {
      font-size: 14px;
      line-height: 1.2em;
      margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .page.enquiry .content .col-left form {
        margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .page.enquiry .content .col-left {
        display: table-footer-group; }
        .page.enquiry .content .col-left .img-heading {
          display: none; }
        .page.enquiry .content .col-left .top-copy {
          margin: 15px 15px 30px; }
          .page.enquiry .content .col-left .top-copy p {
            font-size: 14px; }
        .page.enquiry .content .col-left form {
          margin: 0 30px; }
          .page.enquiry .content .col-left form .field {
            width: 100%;
            margin-bottom: 10px; }
            .page.enquiry .content .col-left form .field input {
              padding: 0 15px;
              font-size: 17px;
              height: 35px !important; }
            .page.enquiry .content .col-left form .field textarea {
              font-size: 17px;
              min-height: 100px;
              padding: 20px 25px; }
            .page.enquiry .content .col-left form .field input[type="checkbox"] + label {
              position: relative;
              padding-left: 25px;
              display: block;
              font-size: 12px; }
              .page.enquiry .content .col-left form .field input[type="checkbox"] + label:before {
                margin-right: 5px;
                position: absolute;
                left: 0; }
            .page.enquiry .content .col-left form .field button {
              width: 115px;
              min-width: inherit;
              height: 24px !important;
              padding: 0;
              line-height: normal !important; }
            .page.enquiry .content .col-left form .field.buttons-set {
              margin: 0 0 20px; }
        .page.enquiry .content .col-left .bottom-copy p {
          font-size: 12px;
          margin-bottom: 20px; } }
  .page.enquiry .content .col-right .wrap {
    width: 100%;
    background-color: #f9f9f9;
    padding: 50px 30px;
    margin: 60px 0 0;
    text-align: center;
    max-width: 550px;
    float: right;
    display: block; }
  .page.enquiry .content .col-right .img-heading {
    display: none; }
  .page.enquiry .content .col-right img {
    margin-bottom: 30px; }
  .page.enquiry .content .col-right .product-brand {
    font-weight: normal;
    font-size: 31px;
    margin-bottom: 0; }
  .page.enquiry .content .col-right .product-name {
    font-size: 40px;
    margin-bottom: 15px;
    padding: 0; }
  .page.enquiry .content .col-right .product-price span {
    font-weight: normal;
    font-size: 28px; }
  @media only screen and (max-width: 1200px) {
    .page.enquiry .content .col-right .wrap {
      width: auto; } }
  @media only screen and (max-width: 1024px) {
    .page.enquiry .content .col-right .wrap {
      float: none;
      margin: 60px auto 0; } }
  @media only screen and (max-width: 768px) {
    .page.enquiry .content .col-right {
      display: table-header-group; }
      .page.enquiry .content .col-right .wrap {
        margin: 5px auto 0;
        padding: 15px 15px 0; }
      .page.enquiry .content .col-right .img-heading {
        display: block;
        width: 300px;
        margin: 10px auto 0; }
      .page.enquiry .content .col-right img {
        margin-bottom: 20px;
        max-width: 70%; }
      .page.enquiry .content .col-right .product-brand {
        font-size: 21px; }
      .page.enquiry .content .col-right .product-name {
        font-size: 24px;
        margin-bottom: 15px; }
      .page.enquiry .content .col-right .product-price span {
        font-size: 19px; } }
  @media only screen and (max-width: 480px) {
    .page.enquiry .content .col-right .wrap {
      margin: 5px 25px 0; } }

.page.enquiry.thank-you {
  text-align: center; }
  .page.enquiry.thank-you .content {
    padding: 95px 0 210px; }
    .page.enquiry.thank-you .content .circle-black-check {
      margin: 0 auto;
      background-size: contain;
      background-image: url(../../img/circle-black-checked.png);
      display: block;
      height: 145px;
      width: 145px;
      background-repeat: no-repeat; }
    .page.enquiry.thank-you .content h1 {
      font-weight: normal;
      font-size: 75px;
      line-height: normal;
      margin-bottom: 0; }
    .page.enquiry.thank-you .content h2 {
      font-weight: normal;
      font-size: 45px; }
    .page.enquiry.thank-you .content .btn {
      background: black;
      color: white;
      padding: 14px 20px 12px;
      font-family: 'TradeGothicLTStd-Cn18';
      font-size: 20px;
      display: block;
      max-width: 330px;
      margin: 45px auto;
      text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .page.enquiry.thank-you .content {
      padding: 25px 0 35px; }
      .page.enquiry.thank-you .content .circle-black-check {
        height: 65px;
        width: 65px; }
      .page.enquiry.thank-you .content h1 {
        font-size: 35px;
        margin: 17px 0; }
      .page.enquiry.thank-you .content h2 {
        font-size: 22px;
        max-width: 240px;
        margin: 0 auto;
        line-height: 1.6em;
        letter-spacing: 0.01em; }
      .page.enquiry.thank-you .content .btn {
        padding: 2px 20px;
        font-size: 12px;
        max-width: 130px;
        margin: 10px auto; } }

.contact-us-form .form-list li {
  list-style: none; }
  .contact-us-form .form-list li .checkbox-wrap {
    float: right;
    max-width: 261px;
    padding: 0 20px; }
    .contact-us-form .form-list li .checkbox-wrap label {
      width: inherit;
      font-weight: normal; }
    .contact-us-form .form-list li .checkbox-wrap input[type="checkbox"] + label {
      font-size: 16px;
      color: #050505; }
      .contact-us-form .form-list li .checkbox-wrap input[type="checkbox"] + label::before {
        content: url(../img/tick-out.png);
        margin-right: 10px; }
    .contact-us-form .form-list li .checkbox-wrap input[type="checkbox"]:checked + label::before {
      content: url(../img/tick-in.png); }

@media only screen and (max-width: 1200px) {
  .contact-us-form .form-list li .checkbox-wrap {
    max-width: inherit;
    float: left;
    padding: 0; } }

.contentmanager-contenttype-events .social-share {
  width: 280px;
  max-width: 100%;
  padding: 60px 0; }

@media only screen and (max-width: 1024px) {
  .contentmanager-contenttype-events .sidebar {
    display: none !important; }
  .contentmanager-contenttype-events .social-share {
    width: 480px; } }

@media only screen and (max-width: 768px) {
  .contentmanager-contenttype-events .ct-view-events #ct-field-8,
  .contentmanager-contenttype-events .ct-view-events .ct-field-area {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

body.cms-news .col-main .contenttype-listing ul li {
  text-align: center; }

.contentmanager-contenttype-news #content-news {
  padding: 20px 0; }
  .contentmanager-contenttype-news #content-news .coco-container {
    max-width: 1140px !important; }
  .contentmanager-contenttype-news #content-news .sidebar-left #ct-menu-left-menu .inside ul li a span {
    font-family: 'BaskervilleLT-Regular';
    color: #020202; }
  @media only screen and (max-width: 1024px) {
    .contentmanager-contenttype-news #content-news .sidebar-left {
      display: none; } }
  .contentmanager-contenttype-news #content-news .content-middle h1 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px; }
  .contentmanager-contenttype-news #content-news .content-middle .ct-field-field {
    line-height: 40px; }
  @media only screen and (max-width: 1024px) {
    .contentmanager-contenttype-news #content-news .content-middle #ct-field-2 {
      padding: 20px 0;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  .contentmanager-contenttype-news #content-news .sidebar-right .wrap {
    max-width: 165px;
    float: right; }
  .contentmanager-contenttype-news #content-news .sidebar-right h4 {
    text-align: center;
    color: #666666;
    margin: 0 0 30px; }
  .contentmanager-contenttype-news #content-news .sidebar-right li {
    text-align: center;
    padding-bottom: 20px; }
  .contentmanager-contenttype-news #content-news .sidebar-right .ct-field-field {
    color: #020202;
    text-align: center;
    font-family: 'TradeGothicLT-CondEighteen' !important;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 20px 0 0;
    text-transform: uppercase; }
  .contentmanager-contenttype-news #content-news .sidebar-right .contenttype-listing-readmore {
    padding: 0;
    background: none;
    width: 100%;
    margin: 0 !important;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    background: #e5e5e5;
    color: #666666;
    text-align: center;
    margin-top: 3.52% !important;
    margin: 0 5.13%; }
  .contentmanager-contenttype-news #content-news .sidebar-right .social-links {
    text-align: center;
    margin: 0; }
    .contentmanager-contenttype-news #content-news .sidebar-right .social-links p {
      text-align: center;
      border-top: 1px solid #666666;
      padding-top: 20px;
      font-size: 1.1em;
      font-style: italic;
      letter-spacing: 1px;
      padding-bottom: 10px;
      color: #666666; }
  @media only screen and (max-width: 768px) {
    .contentmanager-contenttype-news #content-news .sidebar-right .wrap {
      margin: 0 auto;
      float: none; } }
  @media only screen and (max-width: 480px) {
    .contentmanager-contenttype-news #content-news .sidebar-right .wrap {
      max-width: 100%; } }

.testimonial-trial * {
  box-sizing: border-box; }

.testimonial-trial .col-group {
  overflow: hidden; }

.testimonial-trial .col-group > div {
  padding: 1em; }

@media screen and (min-width: 44em) {
  .testimonial-trial .col-group > div {
    float: left;
    width: 50%; }
  .testimonial-trial .col-group > div:nth-child(odd) {
    clear: left; } }

@media screen and (min-width: 50em) {
  .testimonial-trial .col-group > div {
    float: center;
    width: 33.333333%; }
  .testimonial-trial .col-group > div:nth-child(3n+1) {
    clear: left; }
  .testimonial-trial .col-group > div:nth-child(odd) {
    clear: none; } }

@media screen and (min-width: 85em) {
  .testimonial-trial .col-group > div {
    width: 16.66666667%; }
  .testimonial-trial .col-group > div:nth-child(odd), .testimonial-trial .col-group > div:nth-child(3n+1) {
    clear: none; } }

.page.designer-booking .ds-container {
  max-width: 1090px;
  margin: 0 auto; }

.page.designer-booking #ds-intro {
  overflow: hidden;
  padding: 50px 0 75px; }
  .page.designer-booking #ds-intro h1 {
    font-size: 48px;
    max-width: 500px;
    line-height: 100%;
    margin-bottom: 50px; }
  .page.designer-booking #ds-intro .ds-col-heading h3 {
    font-size: 28px;
    letter-spacing: 0.02em;
    max-width: 320px; }
  .page.designer-booking #ds-intro .ds-col-content {
    top: 5px; }
    .page.designer-booking #ds-intro .ds-col-content p {
      font-size: 24px;
      letter-spacing: -0.013em;
      line-height: 125%;
      margin-bottom: 10px; }
  @media only screen and (max-width: 480px) {
    .page.designer-booking #ds-intro {
      padding: 50px 0 35px; }
      .page.designer-booking #ds-intro h1 {
        font-size: 24px;
        max-width: 240px;
        line-height: 85%;
        margin-bottom: 20px; }
      .page.designer-booking #ds-intro .ds-col-heading h3 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 115%;
        margin-bottom: 20px; }
      .page.designer-booking #ds-intro .ds-col-content p {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 0; } }

.page.designer-booking #ds-banner .ds-banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25%;
  clear: both;
  width: 100%; }

.page.designer-booking #ds-banner .ds-banner-mobile {
  display: none; }

@media only screen and (max-width: 480px) {
  .page.designer-booking #ds-banner .ds-banner-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 59%;
    clear: both;
    width: 100%; }
  .page.designer-booking #ds-banner .ds-banner-desktop {
    display: none; }
  .page.designer-booking #ds-banner .ds-banner-mobile {
    display: block; } }

.page.designer-booking #ds-banner-bottom .wrap {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin-bottom: 30px; }
  .page.designer-booking #ds-banner-bottom .wrap .ds-col-6 .thumbnail {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    clear: both;
    width: 100%; }
  .page.designer-booking #ds-banner-bottom .wrap h1 {
    line-height: normal;
    font-weight: normal;
    margin-bottom: 1.3vw;
    font-size: 4.1vw;
    position: relative;
    top: 50px; }
  .page.designer-booking #ds-banner-bottom .wrap a {
    font-size: 2.6vw;
    text-decoration: none; }
  .page.designer-booking #ds-banner-bottom .wrap span {
    font-size: 1.7vw;
    display: inline-block;
    vertical-align: middle; }

@media only screen and (max-width: 1024px) and (max-height: 768px) {
  .page.designer-booking #ds-banner-bottom .wrap {
    margin: 15px auto; } }

@media only screen and (max-width: 768px) {
  .page.designer-booking #ds-banner-bottom .wrap {
    margin: 15px auto -15px; }
    .page.designer-booking #ds-banner-bottom .wrap .ds-col-6 {
      margin-bottom: 20px;
      min-height: inherit; }
    .page.designer-booking #ds-banner-bottom .wrap h1 {
      font-size: 25px;
      margin-bottom: 0; }
    .page.designer-booking #ds-banner-bottom .wrap a {
      font-size: 18px; }
    .page.designer-booking #ds-banner-bottom .wrap span {
      font-size: 14px; } }

@media only screen and (max-width: 480px) {
  .page.designer-booking #ds-banner-bottom .wrap {
    margin: 15px auto -10px; }
    .page.designer-booking #ds-banner-bottom .wrap .ds-col-6 {
      margin-bottom: 20px;
      min-height: inherit; }
    .page.designer-booking #ds-banner-bottom .wrap h1 {
      font-size: 20px; }
    .page.designer-booking #ds-banner-bottom .wrap a {
      font-size: 12px; }
    .page.designer-booking #ds-banner-bottom .wrap span {
      font-size: 10px; } }

.page.designer-booking #ds-form-request {
  background: black;
  color: white;
  max-width: 900px;
  margin: -50px auto 80px;
  min-height: 423px;
  overflow: hidden; }
  .page.designer-booking #ds-form-request select.mobile-tab-selector,
  .page.designer-booking #ds-form-request div.mobile-tab-selector {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
    .page.designer-booking #ds-form-request select.mobile-tab-selector .dk-selected,
    .page.designer-booking #ds-form-request div.mobile-tab-selector .dk-selected {
      font-size: 18px;
      text-align: center; }
      .page.designer-booking #ds-form-request select.mobile-tab-selector .dk-selected:before,
      .page.designer-booking #ds-form-request div.mobile-tab-selector .dk-selected:before {
        top: 53%;
        right: 42px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #020303; }
  .page.designer-booking #ds-form-request .group-tab {
    overflow: hidden; }
    .page.designer-booking #ds-form-request .group-tab .btn-tab {
      background: white;
      color: black;
      padding: 15px;
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      width: 50%;
      float: left;
      font-size: 17px;
      letter-spacing: 0.01em; }
      .page.designer-booking #ds-form-request .group-tab .btn-tab:hover {
        text-decoration: none; }
      .page.designer-booking #ds-form-request .group-tab .btn-tab.active {
        background: black;
        color: white; }
  .page.designer-booking #ds-form-request .ds-form-dark {
    padding: 40px 0 130px;
    overflow: hidden;
    display: block;
    max-width: 670px;
    margin: 0 auto; }
    .page.designer-booking #ds-form-request .ds-form-dark p {
      text-align: center;
      font-size: 17px;
      margin-bottom: 40px;
      color: white; }
    .page.designer-booking #ds-form-request .ds-form-dark .ds-row {
      margin-left: -10px;
      margin-right: -10px; }
    .page.designer-booking #ds-form-request .ds-form-dark .checkbox-group {
      margin: 10px 0 0; }
    .page.designer-booking #ds-form-request .ds-form-dark .form-field {
      padding: 0 10px; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error input::-webkit-input-placeholder,
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: red; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error input::-moz-placeholder,
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: red; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error input:-ms-input-placeholder,
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: red; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error input:-moz-placeholder,
      .page.designer-booking #ds-form-request .ds-form-dark .form-field.error textarea:-moz-placeholder {
        /* Firefox 18- */
        color: red; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field button,
      .page.designer-booking #ds-form-request .ds-form-dark .form-field input[type="submit"] {
        width: 240px;
        margin-top: 60px;
        font-size: 20px;
        padding: 10px 5px 7px 27px;
        height: 40px;
        letter-spacing: 0.053em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      .page.designer-booking #ds-form-request .ds-form-dark .form-field .tick-list {
        display: inline-block;
        margin-left: 14px; }
        .page.designer-booking #ds-form-request .ds-form-dark .form-field .tick-list li {
          display: inline-block; }
    .page.designer-booking #ds-form-request .ds-form-dark select {
      opacity: 0; }
    .page.designer-booking #ds-form-request .ds-form-dark .ds-btn-grey {
      padding: 10px 6px 7px 17px;
      font-size: 14px;
      font-family: 'TradeGothicLTStd-Cn18';
      line-height: normal !important;
      text-align: left !important;
      width: 110px;
      letter-spacing: 0.17em;
      height: 37px; }
      .page.designer-booking #ds-form-request .ds-form-dark .ds-btn-grey:after {
        margin: 0 -7px;
        height: 12px;
        width: 8px; }
  @media only screen and (max-width: 1024px) {
    .page.designer-booking #ds-form-request {
      margin-bottom: 80px;
      padding: 0;
      max-width: none;
      min-height: inherit; }
      .page.designer-booking #ds-form-request .group-tab {
        margin-left: -15px;
        margin-right: -15px; } }
  @media only screen and (max-width: 768px) {
    .page.designer-booking #ds-form-request .group-tab {
      display: none; }
    .page.designer-booking #ds-form-request select.mobile-tab-selector,
    .page.designer-booking #ds-form-request div.mobile-tab-selector {
      opacity: 1;
      visibility: visible;
      position: relative; } }
  @media only screen and (max-width: 480px) {
    .page.designer-booking #ds-form-request {
      padding: 0 0 25px;
      margin-bottom: 0; }
      .page.designer-booking #ds-form-request .ds-form-dark {
        padding: 35px 0 20px; }
        .page.designer-booking #ds-form-request .ds-form-dark p {
          font-size: 14px;
          letter-spacing: -0.02em;
          line-height: 115%;
          margin-bottom: 30px; }
        .page.designer-booking #ds-form-request .ds-form-dark textarea {
          height: 100px;
          font-size: 14px; }
        .page.designer-booking #ds-form-request .ds-form-dark label {
          font-size: 14px;
          letter-spacing: -0.01em;
          margin-bottom: 10px; }
        .page.designer-booking #ds-form-request .ds-form-dark .ds-btn-grey {
          font-size: 12px !important;
          padding: 8px 6px 7px 8px;
          height: 35px !important;
          width: 100px;
          letter-spacing: 0.1em; } }

.page.designer-booking #ds-message-response {
  position: relative;
  height: 400px;
  text-align: center; }
  .page.designer-booking #ds-message-response div {
    height: 100%; }
  .page.designer-booking #ds-message-response h1, .page.designer-booking #ds-message-response h2, .page.designer-booking #ds-message-response h3, .page.designer-booking #ds-message-response h4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0; }

.page .product-view .show-mobile {
  display: none; }

.page .product-view .cylindo-drag-tooltip {
  background-color: transparent;
  font-family: inherit;
  color: #ccc; }

.page .product-view .radio-c .radio {
  height: 17px;
  width: 17px;
  display: inline-block;
  position: relative;
  border: 2px solid #000000;
  border-radius: 100%; }
  .page .product-view .radio-c .radio::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear; }

.page .product-view .radio-c input[type=radio]:checked ~ .radio::before {
  background: #000000; }

.page .product-view section#details {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 35px; }
  .page .product-view section#details #product-details.hide-stocked-headers .product-stocked .product-collapsible-header {
    display: none; }
  .page .product-view section#details #product-details .option-view-wrapper {
    height: 44px;
    display: block;
    margin-bottom: 15px; }
    .page .product-view section#details #product-details .option-view-wrapper a {
      position: relative;
      top: 5px;
      background-color: #fff;
      width: 50%;
      display: block;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #E5E5E5;
      font-family: 'TradeGothicLTStd-Cn18';
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      vertical-align: middle;
      line-height: 44px;
      height: 44px;
      float: left;
      box-sizing: border-box; }
      .page .product-view section#details #product-details .option-view-wrapper a.view-stocked {
        border-right: 0; }
      .page .product-view section#details #product-details .option-view-wrapper a.active, .page .product-view section#details #product-details .option-view-wrapper a:hover {
        background-color: #F2F2F2;
        color: #020202; }
        .page .product-view section#details #product-details .option-view-wrapper a.active span, .page .product-view section#details #product-details .option-view-wrapper a:hover span {
          opacity: 0.5; }
  .page .product-view section#details #product-details .product-selector {
    margin-top: 35px;
    margin-bottom: 20px; }
    .page .product-view section#details #product-details .product-selector .collapsible .product-collapsible-header {
      padding-top: 8px;
      padding-bottom: 7px;
      margin-bottom: 7px;
      cursor: pointer;
      font-family: 'TradeGothicLTStd-Cn18'; }
    .page .product-view section#details #product-details .product-selector .collapsible.active .opener:before {
      border-top: 6px solid #020303;
      -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
      transform: rotate(180deg); }
    .page .product-view section#details #product-details .product-selector .collapsible .opener {
      background-color: #fff;
      color: #020202;
      position: absolute;
      right: 0px;
      top: 3px;
      height: 20px;
      width: 20px; }
      .page .product-view section#details #product-details .product-selector .collapsible .opener:before {
        width: 0px;
        height: 0px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #979797;
        position: absolute;
        right: 13px;
        top: 10px;
        content: "";
        transition: all .2s ease; }
    .page .product-view section#details #product-details .product-selector .block-content {
      max-height: 280px;
      overflow-y: scroll;
      overflow-x: hidden; }
      .page .product-view section#details #product-details .product-selector .block-content .content-wrapper {
        padding: 12px 18px 12px 0px;
        width: 100%;
        position: relative; }
        .page .product-view section#details #product-details .product-selector .block-content .content-wrapper .options-wrapper {
          margin-bottom: 16px; }
          .page .product-view section#details #product-details .product-selector .block-content .content-wrapper .options-wrapper label {
            position: relative;
            cursor: pointer;
            border-radius: 100px;
            font-size: 13px;
            color: #020202;
            text-transform: none;
            transition: all 1s ease; }
            .page .product-view section#details #product-details .product-selector .block-content .content-wrapper .options-wrapper label.material-fabric {
              margin-right: 10px; }
            .page .product-view section#details #product-details .product-selector .block-content .content-wrapper .options-wrapper label .text {
              position: relative;
              margin-left: 4px; }
      .page .product-view section#details #product-details .product-selector .block-content .product-size {
        cursor: pointer; }
        .page .product-view section#details #product-details .product-selector .block-content .product-size .left div {
          color: #000000; }
          .page .product-view section#details #product-details .product-selector .block-content .product-size .left div.name {
            font-size: 16px;
            font-weight: 600; }
          .page .product-view section#details #product-details .product-selector .block-content .product-size .left div.size {
            opacity: 0.5;
            font-size: 12px; }
          .page .product-view section#details #product-details .product-selector .block-content .product-size .left div.amount {
            font-size: 14px; }
        .page .product-view section#details #product-details .product-selector .block-content .product-size .left span.selecteor-old-price {
          display: inline;
          opacity: 0.5;
          text-decoration: line-through; }
        .page .product-view section#details #product-details .product-selector .block-content .product-size .right {
          position: relative;
          margin-right: 20px; }
          .page .product-view section#details #product-details .product-selector .block-content .product-size .right img {
            width: 90px; }
          .page .product-view section#details #product-details .product-selector .block-content .product-size .right span {
            position: absolute;
            top: -10px;
            right: -10px;
            transition: all 1s ease; }
      .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex {
        display: block; }
        .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex .product-swatch-wrapper {
          float: left; }
      .page .product-view section#details #product-details .product-selector .block-content .product-swatch {
        border-radius: 8px;
        width: 68px;
        height: 68px;
        background-color: #efefef;
        margin-right: 10px;
        margin-top: 10px; }
        .page .product-view section#details #product-details .product-selector .block-content .product-swatch img {
          border-radius: 8px;
          width: 68px;
          height: 68px; }
        .page .product-view section#details #product-details .product-selector .block-content .product-swatch .swatch-colour {
          border-radius: 8px;
          width: 68px;
          height: 68px;
          display: block; }
        .page .product-view section#details #product-details .product-selector .block-content .product-swatch a {
          text-decoration: none;
          cursor: pointer;
          display: block;
          position: relative;
          height: 68px;
          width: 68px;
          margin-right: 10px; }
          .page .product-view section#details #product-details .product-selector .block-content .product-swatch a .custom-view-check {
            position: absolute;
            top: -10px;
            right: -10px; }
  .page .product-view section#details #product-details .option-count-1 .collapsible .product-collapsible-header {
    border-bottom: 0px; }
    .page .product-view section#details #product-details .option-count-1 .collapsible .product-collapsible-header .opener {
      display: none; }
  @media only screen and (max-width: 480px) {
    .page .product-view section#details #product-details .product-selector .collapsible {
      margin-bottom: 15px; }
      .page .product-view section#details #product-details .product-selector .collapsible .product-collapsible-header {
        padding-top: 4px;
        padding-bottom: 9px; }
        .page .product-view section#details #product-details .product-selector .collapsible .product-collapsible-header .opener {
          right: -5px;
          top: -1px; }
    .page .product-view section#details #product-details .product-selector .block-content {
      overflow-x: scroll;
      overflow-y: hidden;
      padding-top: 10px; }
      .page .product-view section#details #product-details .product-selector .block-content .content-wrapper {
        min-width: 127px;
        padding: 12px 0 0;
        display: table-cell; }
      .page .product-view section#details #product-details .product-selector .block-content .table-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .page .product-view section#details #product-details .product-selector .block-content .product-size .left {
        float: none !important;
        position: relative;
        top: 119px; }
      .page .product-view section#details #product-details .product-selector .block-content .product-size .right {
        position: relative;
        top: -64px;
        padding-left: 9px;
        width: 117px; }
        .page .product-view section#details #product-details .product-selector .block-content .product-size .right img {
          width: 100%; }
        .page .product-view section#details #product-details .product-selector .block-content .product-size .right .custom-view-check {
          right: -16px;
          top: -16px; }
      .page .product-view section#details #product-details .product-selector .block-content .product-colour {
        padding: 0; }
        .page .product-view section#details #product-details .product-selector .block-content .product-colour .options-wrapper {
          margin-bottom: 18px;
          margin-top: -10px; }
        .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex {
          display: block;
          border-spacing: 2px 0;
          margin-left: -2px; }
          .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex .product-swatch-wrapper {
            display: block;
            float: left; }
            .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex .product-swatch-wrapper .show-mobile {
              display: block; }
            .page .product-view section#details #product-details .product-selector .block-content .product-colour .table-flex .product-swatch-wrapper .name {
              display: block;
              width: 68px;
              height: 20px;
              overflow: hidden;
              text-overflow: ellipsis;
              font-family: 'BaskervilleLT-Regular';
              font-size: 12px;
              max-width: 90px;
              line-height: 18px;
              font-weight: normal; } }

@media only screen and (max-width: 480px) {
  .page .product-view #description .text-wrap {
    font-size: 20px;
    text-align: left;
    padding: 4px 20px;
    line-height: 30px; } }

@media only screen and (max-width: 480px) {
  .page .product-view #gallery {
    margin-left: -20px;
    margin-right: -20px; } }

.page.brand #coco-brand-copy-1 {
  padding: 50px 0; }
  .page.brand #coco-brand-copy-1 p {
    font-family: 'BaskervilleBT-Italic';
    font-size: 24px;
    line-height: 120%; }
    .page.brand #coco-brand-copy-1 p:first-of-type {
      padding-top: 70px; }
  @media only screen and (max-width: 1024px) {
    .page.brand #coco-brand-copy-1 {
      padding: 30px 0; }
      .page.brand #coco-brand-copy-1 p {
        margin-bottom: 20px; }
        .page.brand #coco-brand-copy-1 p:first-of-type {
          padding-top: 0; } }

.page.brand #coco-brand-copy-2 {
  padding: 0 0 35px; }

.page.brand #coco-brand-carousel {
  text-align: center;
  padding: 0 0 100px; }
  .page.brand #coco-brand-carousel #wrap-carousel {
    margin-bottom: 55px; }
  .page.brand #coco-brand-carousel .btn {
    width: 180px; }
  @media only screen and (max-width: 1024px) {
    .page.brand #coco-brand-carousel {
      padding: 0 0 50px; } }

.page.about-us .ds-row {
  height: 100%; }

.page.about-us section:not(#intro) .bg-image {
  position: absolute;
  top: 0;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-color: #797979;
  background-repeat: no-repeat; }

.page.about-us section:not(#intro) h2 {
  color: white;
  font-size: 32px;
  margin: 0 0 20px; }

.page.about-us section:not(#intro) a {
  color: white;
  font-family: 'BaskervilleBT-Italic';
  font-size: 20px;
  text-decoration: none;
  display: block;
  bottom: 10px; }
  .page.about-us section:not(#intro) a span {
    position: relative;
    bottom: -2px; }
  .page.about-us section:not(#intro) a.btn {
    background: black;
    padding: 15px;
    width: 110px;
    text-align: center;
    position: absolute; }

.page.about-us section:not(#intro) p {
  color: white;
  font-style: italic;
  font-size: 24px;
  line-height: 117%;
  font-family: 'BaskervilleBT-Italic';
  margin: 0 0 30px; }

@media only screen and (max-width: 768px) {
  .page.about-us section:not(#intro) {
    height: auto; }
    .page.about-us section:not(#intro) h2 {
      color: black;
      line-height: 130%;
      font-size: 34px;
      letter-spacing: 0.01em;
      margin: 0 0 15px; }
    .page.about-us section:not(#intro) p {
      color: black;
      line-height: 130%;
      font-size: 20px;
      margin: 0 0 10px; }
    .page.about-us section:not(#intro) a {
      color: black;
      line-height: 130%;
      font-size: 20px;
      display: inline-block; }
      .page.about-us section:not(#intro) a.btn {
        padding: 0;
        background: transparent;
        width: auto;
        position: relative;
        text-align: left;
        bottom: inherit; }
    .page.about-us section:not(#intro) .bg-image {
      position: relative;
      width: auto;
      padding-bottom: 51%;
      left: inherit;
      right: inherit;
      margin: 0 20px;
      height: auto; }
    .page.about-us section:not(#intro) .wrap {
      min-height: inherit;
      background: transparent;
      position: relative;
      padding: 20px 0 20px;
      max-width: inherit;
      left: 0; } }

.page.about-us #intro {
  padding: 35px 0 20px; }
  .page.about-us #intro p {
    color: black; }
  @media only screen and (max-width: 768px) {
    .page.about-us #intro p {
      text-align: center; } }

.page.about-us #coco-products,
.page.about-us #coco-blog {
  margin-bottom: 55px;
  height: 390px; }
  .page.about-us #coco-products .coco-container,
  .page.about-us #coco-blog .coco-container {
    position: relative;
    height: 100%; }
  .page.about-us #coco-products .bg-image,
  .page.about-us #coco-blog .bg-image {
    left: 20px;
    right: 20px; }
  .page.about-us #coco-products .ds-col-6,
  .page.about-us #coco-blog .ds-col-6 {
    float: right;
    height: 100%;
    position: relative; }
  .page.about-us #coco-products .wrap,
  .page.about-us #coco-blog .wrap {
    position: absolute;
    bottom: 0;
    background: black;
    padding: 20px 30px 20px;
    max-width: 375px;
    left: 0;
    min-height: 205px; }
  @media only screen and (max-width: 1024px) {
    .page.about-us #coco-products,
    .page.about-us #coco-blog {
      margin-bottom: 30px; }
      .page.about-us #coco-products .wrap,
      .page.about-us #coco-blog .wrap {
        max-width: 378px;
        right: 20px; } }

.page.about-us #coco-showrooms {
  margin-bottom: 55px;
  height: 390px; }
  .page.about-us #coco-showrooms .coco-container {
    position: relative;
    height: 100%; }
  .page.about-us #coco-showrooms .bg-image {
    left: 20px;
    right: 20px; }
  .page.about-us #coco-showrooms .ds-col-6 {
    height: 100%;
    position: relative; }
  .page.about-us #coco-showrooms .wrap {
    position: absolute;
    bottom: 0;
    background: black;
    padding: 20px 30px 20px;
    max-width: 375px;
    right: 0;
    min-height: 205px; }
  @media only screen and (max-width: 1024px) {
    .page.about-us #coco-showrooms {
      margin-bottom: 30px; }
      .page.about-us #coco-showrooms .wrap {
        left: 20px; } }

.page.about-us #coco-interior {
  margin-bottom: 55px;
  height: 490px; }
  .page.about-us #coco-interior .coco-container {
    position: relative;
    height: 100%; }
  .page.about-us #coco-interior .ds-col-6 {
    height: 100%; }
  .page.about-us #coco-interior .bg-image {
    left: 20px;
    right: 20px; }
  .page.about-us #coco-interior .wrap {
    padding: 40px 40px 20px;
    max-width: 375px; }
    .page.about-us #coco-interior .wrap a {
      bottom: 35px; }
  @media only screen and (max-width: 1024px) {
    .page.about-us #coco-interior {
      margin-bottom: 30px; } }

.page.about-us #coco-property-design {
  margin-bottom: 55px;
  height: 495px; }
  .page.about-us #coco-property-design .coco-container,
  .page.about-us #coco-property-design .ds-row,
  .page.about-us #coco-property-design .ds-col-6 {
    height: 100%; }
  .page.about-us #coco-property-design .bg-image {
    left: 30px;
    right: 30px; }
  .page.about-us #coco-property-design .wrap {
    padding: 40px 40px 20px;
    min-height: 205px;
    position: relative;
    height: 100%;
    max-height: 435px; }
    .page.about-us #coco-property-design .wrap a {
      bottom: 35px; }
  @media only screen and (max-width: 1024px) {
    .page.about-us #coco-property-design {
      margin-bottom: 30px; }
      .page.about-us #coco-property-design .coco-container {
        padding: 0 20px; }
      .page.about-us #coco-property-design .bg-image {
        left: 15px;
        right: 15px; } }
  @media only screen and (max-width: 768px) {
    .page.about-us #coco-property-design .bg-image {
      margin: 0 !important; }
    .page.about-us #coco-property-design .ds-col-6:first-of-type .wrap {
      margin-bottom: 30px; } }

.page.our-products .ds-row {
  height: 100%; }

.page.our-products .wrap {
  margin-bottom: 55px;
  position: relative; }
  .page.our-products .wrap h2 {
    display: none;
    color: white;
    font-size: 32px;
    margin: 0 0 20px; }
  .page.our-products .wrap a {
    display: none;
    color: white;
    font-family: 'BaskervilleBT-Italic';
    font-size: 20px;
    text-decoration: none; }
    .page.our-products .wrap a span {
      position: relative;
      bottom: -2px; }
    .page.our-products .wrap a.btn {
      background: black;
      padding: 15px;
      width: 110px;
      text-align: center; }
  .page.our-products .wrap p {
    display: none;
    color: white;
    font-style: italic;
    font-size: 24px;
    line-height: 117%;
    font-family: 'BaskervilleBT-Italic';
    margin: 0 0 30px; }
  .page.our-products .wrap:hover .hover-wrap {
    opacity: 1; }
  .page.our-products .wrap .bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    width: 100%; }
    .page.our-products .wrap .bg-image .logo {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      padding-bottom: 5%;
      margin: 0 auto;
      top: 47%;
      left: 0;
      right: 0;
      width: 100%; }
    .page.our-products .wrap .bg-image a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: block; }
    @media only screen and (max-width: 1024px) {
      .page.our-products .wrap .bg-image .logo {
        display: none; } }
  .page.our-products .wrap .hover-wrap {
    transition: opacity 0.3s linear;
    position: absolute;
    background-color: #aaaaaa;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 35px 40px; }
    .page.our-products .wrap .hover-wrap h2 {
      font-size: 37px;
      margin: 0 0 20px;
      letter-spacing: 0.025em;
      color: white;
      display: block; }
    .page.our-products .wrap .hover-wrap p {
      font-size: 32px;
      line-height: 120%;
      color: white;
      display: block; }
    .page.our-products .wrap .hover-wrap a.btn {
      display: inline-block;
      position: absolute;
      bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    .page.our-products .wrap {
      height: auto; }
      .page.our-products .wrap .bg-image a {
        display: none; }
      .page.our-products .wrap h2 {
        display: block;
        color: black;
        line-height: 130%;
        font-size: 34px;
        letter-spacing: 0.01em;
        margin: 10px 0 15px; }
      .page.our-products .wrap p {
        color: black;
        line-height: 130%;
        font-size: 20px;
        margin: 0 0 10px; }
      .page.our-products .wrap a {
        margin-left: 0;
        display: inline-block;
        color: black;
        line-height: 130%;
        font-size: 20px; }
        .page.our-products .wrap a.btn {
          color: white;
          position: relative;
          bottom: inherit; } }
  @media only screen and (max-width: 480px) {
    .page.our-products .wrap {
      margin-bottom: 25px; }
      .page.our-products .wrap h2 {
        font-size: 17px;
        letter-spacing: 0.03em;
        margin: 10px 0 5px; }
      .page.our-products .wrap a {
        font-size: 16px; } }

.page.our-products #intro {
  padding: 35px 0 20px; }
  .page.our-products #intro p {
    color: black; }
  @media only screen and (max-width: 1024px) {
    .page.our-products #intro .ds-col-12 {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .page.our-products #intro p {
      text-align: center; } }

.page.our-products #products-coco .bg-image {
  padding-bottom: 47%; }

.page.our-products #products-coco .logo {
  max-width: 490px; }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-coco {
    width: 50%; }
    .page.our-products #products-coco .bg-image {
      padding-bottom: 100%; } }

.page.our-products #products-timothy .bg-image {
  padding-bottom: 211.4%; }

.page.our-products #products-timothy .logo {
  max-width: 400px;
  padding-bottom: 20%; }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-timothy {
    width: 50%; }
    .page.our-products #products-timothy .bg-image {
      padding-bottom: 100%; } }

.page.our-products #products-oly .logo {
  max-width: 400px;
  padding-bottom: 40%;
  top: 55%; }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-oly {
    width: 50%;
    float: left; } }

.page.our-products #products-essentials .logo {
  padding-bottom: 25%;
  top: 51%; }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-essentials {
    width: 50%;
    float: left; } }

.page.our-products #products-curiosities .bg-image {
  padding-bottom: 47%; }

@media only screen and (max-width: 480px) {
  .page.our-products #products-curiosities .text-wrap {
    padding: 15px 20px; }
    .page.our-products #products-curiosities .text-wrap h2 {
      font-size: 17px; }
    .page.our-products #products-curiosities .text-wrap p {
      font-size: 20px; } }

.page.our-products #products-jonathan .logo {
  top: 54%; 
  background-position-x: 60%;
  padding-bottom: 50%;
}

@media only screen and (max-width: 1024px) {
  .page.our-products #products-jonathan {
    width: 50%; } }

.page.our-products #products-estancia .logo {
  padding-bottom: 50%;
  top: 55%; }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-estancia {
    width: 50%; } }

@media only screen and (max-width: 1024px) {
  .page.our-products #products-half {
    width: 100%; } }

#mobile-header-nav {
  background: #020303; }
  #mobile-header-nav #pas-mini-form .pas-nav-center {
    background: #222; }
    #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field {
      background: transparent;
      margin: 10px 10px 15px; }
      #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field .pas-input-text {
        background: transparent;
        color: white;
        font-size: 18px; }
        #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field .pas-input-text::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: white; }
        #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field .pas-input-text::-moz-placeholder {
          /* Firefox 19+ */
          color: white; }
        #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field .pas-input-text:-ms-input-placeholder {
          /* IE 10+ */
          color: white; }
        #mobile-header-nav #pas-mini-form .pas-nav-center .pas-search-field .pas-input-text:-moz-placeholder {
          /* Firefox 18- */
          color: white; }
  #mobile-header-nav ul.mobile-main-menu {
    padding: 0 20px;
    margin-bottom: 40px; }
    #mobile-header-nav ul.mobile-main-menu li {
      border-bottom: 1px solid #666666; }
      #mobile-header-nav ul.mobile-main-menu li a {
        transition: all 0.2s ease-in-out;
        color: white;
        font-size: 18px;
        letter-spacing: 0.05em;
        padding: 11px 0 11px;
        line-height: 18px; }
        #mobile-header-nav ul.mobile-main-menu li a#mobile_login_popup_link:before {
          content: '';
          margin-right: 5px; }
      #mobile-header-nav ul.mobile-main-menu li.link-interiordesign, #mobile-header-nav ul.mobile-main-menu li.link-propertystyling, #mobile-header-nav ul.mobile-main-menu li.link-designschool, #mobile-header-nav ul.mobile-main-menu li.link-sparrow, #mobile-header-nav ul.mobile-main-menu li.link-blog {
        border-bottom: 0; }
        #mobile-header-nav ul.mobile-main-menu li.link-interiordesign a, #mobile-header-nav ul.mobile-main-menu li.link-propertystyling a, #mobile-header-nav ul.mobile-main-menu li.link-designschool a, #mobile-header-nav ul.mobile-main-menu li.link-sparrow a, #mobile-header-nav ul.mobile-main-menu li.link-blog a {
          font-family: BaskervilleLT-Regular;
          text-transform: capitalize;
          font-size: 18px; }
      #mobile-header-nav ul.mobile-main-menu li.link-coco {
        display: none !important; }
      #mobile-header-nav ul.mobile-main-menu li.link-login {
        border-bottom: 0;
        margin-bottom: 10px; }
      #mobile-header-nav ul.mobile-main-menu li:hover {
        background: #020303; }
        #mobile-header-nav ul.mobile-main-menu li:hover > a {
          opacity: 0.7; }
      #mobile-header-nav ul.mobile-main-menu li.sub-cat-back a, #mobile-header-nav ul.mobile-main-menu li.cat-menu-back a {
        font-size: 16px;
        letter-spacing: 0;
        text-transform: capitalize; }
        #mobile-header-nav ul.mobile-main-menu li.sub-cat-back a.cat-back, #mobile-header-nav ul.mobile-main-menu li.cat-menu-back a.cat-back {
          color: #666666 !important; }
          #mobile-header-nav ul.mobile-main-menu li.sub-cat-back a.cat-back i, #mobile-header-nav ul.mobile-main-menu li.cat-menu-back a.cat-back i {
            -webkit-transform: rotate(-180deg) translate3d(0, 0, 0);
            transform: rotate(-180deg);
            margin-right: 5px;
            position: relative;
            top: -1px; }
      #mobile-header-nav ul.mobile-main-menu li.sub-cat-back h1, #mobile-header-nav ul.mobile-main-menu li.cat-menu-back h1 {
        color: #e5e5e5;
        font-size: 32px;
        font-family: 'BaskervilleLT-Regular';
        font-weight: normal;
        margin: 0 0 12px;
        letter-spacing: -0.01em; }
      #mobile-header-nav ul.mobile-main-menu li.has-child.active > a {
        margin-top: 5px; }
      #mobile-header-nav ul.mobile-main-menu li.has-child:after {
        margin: 15px 0; }
      #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 .cat-menu-back {
        transition: all 0.2s ease-in-out;
        background: #020303; }
        #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 .cat-menu-back:hover {
          background: #020303; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 .cat-menu-back:hover a {
            opacity: 0.7; }
      #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul {
        line-height: 20px; }
        #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li {
          padding: 0; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li a {
            color: white !important; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li.has-child.active > a {
            margin-top: 0; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li.has-child .mp-level2 {
            background: #020303; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li.active {
            border-bottom: 1px solid #666666; }
          #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li .mp-level2 {
            border-bottom: 2px solid #020303; }
            #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li .mp-level2 ul {
              margin: 0; }
              #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li .mp-level2 ul li a {
                padding: 11px 0 11px; }
                #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li .mp-level2 ul li a.cat-back {
                  text-transform: capitalize !important; }
            #mobile-header-nav ul.mobile-main-menu li.has-child .mp-level1 ul li .mp-level2 .sub-cat-back:hover {
              background: #020303; }
      #mobile-header-nav ul.mobile-main-menu li.menu-type-custom {
        border-bottom: 0; }
        #mobile-header-nav ul.mobile-main-menu li.menu-type-custom a {
          text-transform: capitalize; }
  #mobile-header-nav .mobile-menu-bottom {
    background: #020303; }
    #mobile-header-nav .mobile-menu-bottom span {
      color: white; }
    #mobile-header-nav .mobile-menu-bottom ul li a i {
      color: white; }

.tooltipster-light {
  border: none;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border-radius: 5px; }

.tooltipster-content {
  padding: 2px !important; }

.amtooltip-tip {
  width: 140px;
  height: 140px;
  margin: 0 auto; }
  .amtooltip-tip .amtooltip-img {
    width: 140px;
    height: 100px;
    background-size: cover;
    border-radius: 5px; }
  .amtooltip-tip .amtooltip-label {
    margin-top: 10px;
    font-family: 'BaskervilleLT-Regular';
    color: #444;
    font-size: 14px;
    font-weight: normal; }

#mobile-register-form-validate .form-list ul li.error-msg {
  background: transparent;
  font-family: 'BaskervilleLT-Regular';
  display: block;
  font-size: 15px;
  color: red; }

#coco-footer-top {
  padding: 45px 0;
  text-align: left; }
  #coco-footer-top .ds-col-4 {
    padding-left: 18px;
    padding-right: 18px; }
    #coco-footer-top .ds-col-4 a {
      text-decoration: none; }
    #coco-footer-top .ds-col-4 .wrap:hover .text-wrap {
      background: black; }
      #coco-footer-top .ds-col-4 .wrap:hover .text-wrap img {
        display: none; }
        #coco-footer-top .ds-col-4 .wrap:hover .text-wrap img.reverse {
          display: block; }
      #coco-footer-top .ds-col-4 .wrap:hover .text-wrap p {
        color: white; }
    #coco-footer-top .ds-col-4 .text-wrap {
      text-align: center;
      padding: 35px;
      background: #E5E5E5;
      height: 70px; }
      #coco-footer-top .ds-col-4 .text-wrap img {
        margin: 0 auto 15px; }
        #coco-footer-top .ds-col-4 .text-wrap img.reverse {
          display: none; }
      #coco-footer-top .ds-col-4 .text-wrap p {
        font-family: 'BaskervilleBT-Italic';
        font-size: 18px;
        color: #666666; }
      #coco-footer-top .ds-col-4 .text-wrap:hover {
        background: black; }
        #coco-footer-top .ds-col-4 .text-wrap:hover img {
          display: none; }
          #coco-footer-top .ds-col-4 .text-wrap:hover img.reverse {
            display: block; }
        #coco-footer-top .ds-col-4 .text-wrap:hover p {
          color: white; }
    #coco-footer-top .ds-col-4 .thumb {
      background-size: cover;
      width: 100%;
      padding-bottom: 75%;
      background-position: center center;
      background-repeat: no-repeat; }
    #coco-footer-top .ds-col-4:nth-child(1) .text-wrap img {
      width: 172px; }
    #coco-footer-top .ds-col-4:nth-child(1) .thumb {
      background-image: url(../img/home-design-school.jpg); }
    #coco-footer-top .ds-col-4:nth-child(2) .text-wrap img {
      width: 215px; }
    #coco-footer-top .ds-col-4:nth-child(2) .thumb {
      background-image: url(../img/home-interior-design.jpg); }
    #coco-footer-top .ds-col-4:nth-child(3) .text-wrap img {
      width: 160px;
      margin-bottom: 10px; }
    #coco-footer-top .ds-col-4:nth-child(3) .thumb {
      background-image: url(../img/home-property-styling.jpg); }
  @media only screen and (max-width: 768px) {
    #coco-footer-top {
      padding: 0; }
      #coco-footer-top .ds-col-4 {
        padding: 0;
        border-top: 1px solid white;
        margin: 0; }
        #coco-footer-top .ds-col-4:last-child {
          border-bottom: 1px solid white; }
        #coco-footer-top .ds-col-4 .text-wrap {
          height: auto;
          padding: 40px 0 37px; }
          #coco-footer-top .ds-col-4 .text-wrap img {
            margin: 0 auto 20px; }
          #coco-footer-top .ds-col-4 .text-wrap p {
            max-width: 228px;
            margin: 0 auto;
            letter-spacing: -0.007em;
            line-height: 115%; }
        #coco-footer-top .ds-col-4 .thumb {
          display: none; }
        #coco-footer-top .ds-col-4:nth-child(1) .text-wrap img {
          width: 190px; }
        #coco-footer-top .ds-col-4:nth-child(2) .text-wrap img {
          width: 240px; }
        #coco-footer-top .ds-col-4:nth-child(3) .text-wrap img {
          width: 175px; } }

#coco-footer-bottom {
  background: #666666;
  padding: 95px 0 10px;
  text-align: left; }
  #coco-footer-bottom .coco-footer-subscribe {
    padding-top: 5px; }
  #coco-footer-bottom .coco-footer-brand {
    margin-bottom: 8px;
    overflow: hidden; }
    #coco-footer-bottom .coco-footer-brand a.brand {
      background-repeat: no-repeat;
      background-size: cover;
      width: 248px;
      display: block; }
      #coco-footer-bottom .coco-footer-brand a.brand svg {
        height: 34px;
        width: 265px;
        position: relative;
        left: -8px; }
        #coco-footer-bottom .coco-footer-brand a.brand svg g#inside path {
          fill: transparent; }
        #coco-footer-bottom .coco-footer-brand a.brand svg g#line path {
          fill: white; }
    @media only screen and (max-width: 1024px) {
      #coco-footer-bottom .coco-footer-brand {
        display: none; } }
  #coco-footer-bottom .coco-footer-top {
    overflow: hidden;
    margin-bottom: 40px;
    padding-top: 20px; }
    #coco-footer-bottom .coco-footer-top .mobile-social {
      display: none; }
    #coco-footer-bottom .coco-footer-top nav ul {
      padding: 0;
      margin: 0; }
      #coco-footer-bottom .coco-footer-top nav ul li {
        display: inline-block;
        margin-right: 15px; }
        #coco-footer-bottom .coco-footer-top nav ul li a {
          transition: opacity 0.3s ease-in-out;
          color: white;
          opacity: 1;
          text-decoration: none;
          font-family: 'TradeGothicLTStd-Cn18';
          font-size: 18px;
          letter-spacing: 0.022em;
          font-weight: normal; }
          #coco-footer-bottom .coco-footer-top nav ul li a span {
            font-weight: normal; }
          #coco-footer-bottom .coco-footer-top nav ul li a:hover {
            opacity: 0.7; }
    #coco-footer-bottom .coco-footer-top .newsletter-wrapper {
      width: 33.33333333%;
      position: relative;
      right: initial;
      border: 0; }
    #coco-footer-bottom .coco-footer-top #newsletter-validate-detail {
      position: relative;
      border: 1px solid;
      overflow: hidden;
      display: block;
      max-width: 385px;
      width: 100%; }
      #coco-footer-bottom .coco-footer-top #newsletter-validate-detail input {
        display: block;
        width: 100%;
        border: 0;
        background: transparent;
        padding: 0 10px;
        vertical-align: top;
        font-size: 16px;
        font-family: 'BaskervilleBT-Italic';
        height: 40px !important;
        color: white;
        position: relative;
        z-index: 1; }
        #coco-footer-bottom .coco-footer-top #newsletter-validate-detail input:focus + span {
          opacity: 0; }
      #coco-footer-bottom .coco-footer-top #newsletter-validate-detail span.holder {
        position: absolute;
        color: white;
        position: absolute;
        font-family: 'BaskervilleBT-Italic';
        margin: 10px;
        z-index: 0;
        font-size: 16px;
        letter-spacing: -0.024em;
        top: 0;
        opacity: 1; }
        #coco-footer-bottom .coco-footer-top #newsletter-validate-detail span.holder span {
          font-family: 'BaskervilleLT-Regular';
          letter-spacing: -0.03em; }
      #coco-footer-bottom .coco-footer-top #newsletter-validate-detail button {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        background: transparent;
        color: white;
        z-index: 1; }
        #coco-footer-bottom .coco-footer-top #newsletter-validate-detail button .arrow-right {
          background-image: url(../img/chevron-right.png);
          background-repeat: no-repeat;
          background-size: contain;
          display: block;
          height: 13px;
          width: 13px;
          margin: 0 18px; }
    @media only screen and (max-width: 1024px) {
      #coco-footer-bottom .coco-footer-top .ds-col-8 {
        width: 100%; }
      #coco-footer-bottom .coco-footer-top .mobile-social {
        display: block; }
      #coco-footer-bottom .coco-footer-top nav ul li {
        display: block;
        border-top: 1px solid #e6e6e6;
        padding: 3% 5% 3% 0;
        margin-right: 0; }
      #coco-footer-bottom .coco-footer-top .coco-footer-subscribe {
        display: none; } }
  #coco-footer-bottom .coco-footer-bottom .coco-partners .footer-partner-site {
    margin-top: 95px; }
  #coco-footer-bottom .coco-footer-bottom .associated-brands h4 {
    color: #ffffff;
    font-size: 16px; }
  #coco-footer-bottom .coco-footer-bottom .associated-brands ul {
    padding-top: 10px !important; }
    #coco-footer-bottom .coco-footer-bottom .associated-brands ul li {
      display: inline-block;
      margin-right: 12px; }
      #coco-footer-bottom .coco-footer-bottom .associated-brands ul li a span {
        visibility: hidden; }
      #coco-footer-bottom .coco-footer-bottom .associated-brands ul li.little-sparrow a {
        position: absolute; }
  #coco-footer-bottom .coco-footer-bottom .other-links {
    position: relative;
    margin-top: 10px; }
    #coco-footer-bottom .coco-footer-bottom .other-links:nth-child(2) {
      right: -2%; }
    #coco-footer-bottom .coco-footer-bottom .other-links:nth-child(3) {
      right: -4%; }
    #coco-footer-bottom .coco-footer-bottom .other-links.associated-brands ul li {
      vertical-align: middle; }
      #coco-footer-bottom .coco-footer-bottom .other-links.associated-brands ul li.lamericano {
        margin-right: 17px; }
    #coco-footer-bottom .coco-footer-bottom .other-links ul {
      margin: 0;
      padding: 0; }
      #coco-footer-bottom .coco-footer-bottom .other-links ul li {
        font-size: 16px;
        font-family: 'BaskervilleLT-Regular'; }
        #coco-footer-bottom .coco-footer-bottom .other-links ul li a {
          transition: opacity 0.3s ease-in-out;
          text-decoration: none;
          color: white;
          font-size: 16px;
          opacity: 1; }
          #coco-footer-bottom .coco-footer-bottom .other-links ul li a:hover {
            opacity: 0.7; }
      #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li {
        margin-right: 15px;
        position: relative;
        font-size: 14px; }
        #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li a, #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li span {
          font-size: 14px; }
        #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li:after {
          position: absolute;
          content: '|';
          top: 0;
          right: -13px; }
        #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li.no-sep, #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li:last-of-type {
          margin-right: 5px; }
          #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li.no-sep:after, #coco-footer-bottom .coco-footer-bottom .other-links ul.footer-partner-site li:last-of-type:after {
            display: none; }
  #coco-footer-bottom .coco-footer-bottom .coco-partners ul li {
    display: inline-block; }
  @media only screen and (max-width: 1024px) {
    #coco-footer-bottom .coco-footer-bottom .other-links {
      margin-bottom: 30px; }
      #coco-footer-bottom .coco-footer-bottom .other-links:nth-child(2), #coco-footer-bottom .coco-footer-bottom .other-links:nth-child(3) {
        right: 0; }
    #coco-footer-bottom .coco-footer-bottom .social-links {
      display: none; } }
  #coco-footer-bottom .social-links {
    position: relative;
    bottom: 5px; }
    #coco-footer-bottom .social-links span {
      display: inline-block;
      font-family: 'BaskervilleBT-Italic';
      margin-right: 0;
      font-size: 16px;
      letter-spacing: 0.04em; }
    #coco-footer-bottom .social-links ul {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #coco-footer-bottom .social-links ul li {
        display: inline-block; 
        vertical-align: top;
        }
        #coco-footer-bottom .social-links ul li a {
          text-decoration: none; }
          #coco-footer-bottom .social-links ul li a span {
            display: none; }
    @media only screen and (max-width: 1024px) {
      #coco-footer-bottom .social-links {
        text-align: left;
        margin-bottom: 20px; }
        #coco-footer-bottom .social-links span {
          width: 40%; } }
  @media only screen and (max-width: 1024px) {
    #coco-footer-bottom {
      padding: 50px 0; } }
  @media only screen and (max-width: 480px) {
    #coco-footer-bottom {
      padding: 10px 0; } }

header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--top {
  margin: 0 auto;
  max-width: 1370px;
  padding: 35px 20px 20px; }
  header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--top ul {
    padding-top: 11px; }

header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--center {
  margin: 0 auto;
  max-width: 1370px;
  padding: 30px 20px 20px; }
  header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li {
    width: 14.28571%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-1, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-8 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-2, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-9 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-3, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-10 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-4, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-11 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-5, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-12 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-6, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-13 {
  width: 15%; }

header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-7, header .header-bottom ul li.nav-item--parent.nav-2 .nav-panel--dropdown .nav-panel-inner .nav-block--center .nav-submenu.level0 > li.nav-2-14 {
  width: 10%; }

@-moz-document url-prefix() {
  header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--top h3 {
    margin: 0; }
  header .header-bottom ul li.nav-item--parent .nav-panel--dropdown .nav-panel-inner .nav-block--top > ul {
    padding-top: 3px; } }

body.datta-storelocator-index-showroom .main-container.col1-layout {
  margin-top: 0; }

.exit-modal-max .custom-popup-inner {
  margin-top: 75px; }

.exit-modal-max .custom-popup-close {
  top: 4px;
  right: 4px; }

.page.v3 #hero {
  background-position: center;
  background-size: cover;
  background-color: #797979;
  background-repeat: no-repeat;
  height: 43vh;
  min-height: 310px;
  position: relative; }
  .page.v3 #hero h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 64px;
    text-align: center;
    color: white;
    top: 49%;
    left: 0;
    right: 0; }
  .page.v3 #hero .hero-brand {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 45%;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20%;
    width: 370px;
    max-width: 97%;
    margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .page.v3 #hero {
      min-height: 360px; } }
  @media only screen and (max-width: 768px) {
    .page.v3 #hero h1 {
      font-size: 30px; } }

[v-cloak] {
  display: none; }


body.checkout-onepage-index #checkoutSteps #checkout-review #payment-buttons-container button.btn-disabled{
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    cursor: not-allowed;
}

body.page-cocorepublic .bronto_showroom .dk-select.dk-select-open-up .dk-select-options,
body.page-cocorepublic .bronto_showroom .dk-select.dk-select-open-down .dk-select-options{
    border-color:#000 !important;
}
.contact-us-form.webform-four{
  
}
body.cms-home .page.coco-home #coco-hero .owl-carousel,
  body.cms-home-new .page.coco-home #coco-hero .owl-carousel {
    height: 100%;
  }
#ds-banner-bottom .ds-banner-bottom-title{
    line-height: normal;
    font-weight: normal;
    margin-bottom: 1.3vw;
    font-size: 36px;
    position: relative;
    top: 50px;
}
    
body.cms-home .page.coco-home #coco-hero, body.cms-home-new .page.coco-home #coco-hero{
    height: 106vh;
}

.coco-home .home-catalog-collection {
  background-color: #ecebe9;
  padding: 30px 20px 20px 20px;
  margin-bottom: 40px;
}
.coco-home .home-catalog-collection .home-catalog-collection-title{
    font-family: 'MercuryDisplayBold';
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    padding: 20px 20px 30px 20px;
}
.coco-home .home-catalog-collection .home-catalog-collection-title .subtitle{
    font-family: 'BaskervilleBT-Italic';
    font-size: 24px;
    font-weight: 100;
    padding-top: 15px;
}
.coco-home .home-catalog-collection .catalog-item a{
  text-decoration: none;
}
.coco-home .home-catalog-collection .catalog-item h6{
    font-family: 'TradeGothicLTStd-Cn18';
    font-size:18px;
    text-align: center;
    padding: 20px 0px;
}
@media only screen and (max-width: 768px){
  .home-catalog-collection-container{
    padding: 15px;
  }
  .coco-home .home-catalog-collection{
    padding:30px 10px;
  }
  .coco-home .home-catalog-collection .catalog-item{
    width: 50% !important;
    padding:10px;
  }
  .coco-home .home-catalog-collection .home-catalog-collection-title .subtitle{
    font-size: 20px;
  }
  .coco-home .home-catalog-collection .catalog-item h6{
    font-weight: 100;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
}