@import url(https://fonts.googleapis.com/css?family=Cormorant+Garamond);
/*@import url(https://fonts.googleapis.com/css?family=Lato);*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'begumregular';
  /*font-family: 'Lato', sans-serif;*/
  font-size: 1.2rem;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}

/*-----------------------------------
              UTILS
----------------------------------*/
.noPad {
    padding: 0;
}
body h6 {
    font-size: 1em;
    line-height: 1.5625em;
}
/*-----------------------------------
              SIDEBAR
----------------------------------*/

.newsletter-signup.btn {
  background-color: #294057;
  color: #fff;
  width: 100%;
}
/*-----------------------------------
              HEADER
----------------------------------*/
.main-container {
max-width: 100%;
}
.menu-container {
  border-top: 1px solid #c3bebe;
  background-color: #f4f3f3;
  padding: 20px 0!important;
}
.mobile .menu-container{
height: auto;
border-top: none;
padding: 0!important
}

.top-bar .top-bar-container {
  height: auto;
  background-color: #fff;
}
.top-bar-container .navigation-container .main-menu{
  margin-left: auto;
  float: none;
  padding: 5px 0;
}
.mobile .top-bar .top-bar-container {
 background-color: #f4f3f3;
}

.mobile-logo img {
  max-height: 45px;
  width: auto;
}

.logo-mobile {
  display: none;
}
.logo-mobile img {
max-height: 34px
}
.mobile .logo-mobile {
  display: inline-block;
  margin-left: 50px;
}
.mobile .toggle-main-menu{
  float: left;
}
.top-bar .main-menu .menu-item, .top-bar .main-menu .menu-item a {
  color: black;
}
.top-bar-container .navigation-container .main-menu li a {
  font-size: 16px;
  color: black;
  font-family: "pt_serifregular";
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}


.site-search {
  float: left;
  margin: 0;
/*  @media screen and (min-width:1024px) {
     float: right;
  }*/
}
.site-search .ui-front {
  padding-bottom: 0;
}
.site-search .input-group .btn {
  width: 2.250em;
  padding-top: 0.5em;
  padding-bottom: 0.213em;
}
.site-search .input-group .btn-link:focus,
.site-search .input-group .btn-link:hover {
  text-decoration: none;
}
@media (min-width: 1400px) {
  .site-search .input-group {
    width: 93% !important;
  }
}
@media (min-width: 1024px) {
  .site-search .input-group {
    width: 88%;
    border: 1px solid #cccccc;
    border-radius: 16px;
    margin-bottom: .5em;
  }
}
@media (min-width: 1024px) {
  .site-search .input-group .form-control {
    border: 0;
    box-shadow: none;
    height: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .site-search .input-group .input-group-btn {
    display: block;
  }
}
@-moz-document url-prefix() {
  .site-search .input-group .btn {
    width: 2.75em;
  }
}

.back-to-main {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.am-SiteHeader-MiniNav a{
  font-weight: bold;
}
.am-SiteHeader-MiniNav ul li .icon-pin,
.am-SiteHeader-MiniNav ul li .icon-phone,
.am-SiteHeader-MiniNav ul li .icon-user,
.am-SiteHeader-MiniNav ul li .icon-swatch {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
.am-SiteHeader-MiniNav ul li .icon-pin {
    font-size: 20px;
}
.am-SiteHeader-MiniNav ul li .icon-phone {
  font-size: 18px;
}
.am-SiteHeader-MiniNav ul li .icon-user {
  font-size: 20px;
  margin-top: 4px;
}
.am-SiteHeader-MiniNav ul li .icon-swatch {
  font-size: 20px;
  margin-top: 4px;
}
.am-SiteHeader-MiniNav em {
    font-family: 'pt_serifregular', serif;
    margin-left: 0.5rem;
    opacity: 0.5;
    text-transform: none;
}

.am-SiteHeader-MiniNav {
    padding: 1.5rem 0 0;
    margin-top: 1rem;
}

@media screen and (min-width: 1200px){
  .am-SiteHeader-MiniNav {
      margin-top: 5rem;
  }
}
.menu-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 1400px){
  .am-siteheader-logo {
      margin-top: 2.5rem;
  }
}


@media screen and (min-width: 1200px) {
  .am-siteheader-logo {
      margin-top: 2.5rem;
  }
}
.am-SiteHeader-MiniNav.right {
  text-align: right;
}

/*-----------------------------------
              SEARCH
----------------------------------*/

.header_serach-container {
  position: relative;
}
.header_search-input {
  border-radius: 16px;
}
.header_search-icon {
  position: absolute;
  top: -3px;
  right: 6px;
}
.top-bar {
  font-family: "begumregular";
  /*font-family: 'Lato', sans-serif;*/
  float: left;
  width: 100%;
}
.top-bar a, .top-bar button{
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.top-bar .top-bar-container {
    height: auto;
    background-color: white;
}
.am-SiteHeader li a {
    font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .am-SiteHeader .am-SiteHeader-TopInner a {
      font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px){
  .am-SiteHeader .seperator:before {
      border-right: 1px solid #cccccc;
      content: "";
      float: left;
      display: inline;
      height: 30px;
      margin-top: -5px;
      margin-left: 1rem;
      margin-right: 1rem;
  }
}
@media screen and (min-width: 1200px){
  .am-SiteHeader li.seperator:before {
      margin-left: 1rem;
      margin-right: 1rem;
  }
}

@media (max-width: 1024px) and (min-width: 768px){
  .top-bar .mobile-main-menu, .top-bar .mobile-main-menu .mobile-menu-heading {
      display: none;
  }
}
.mobile-logo {
  text-align: center;
  float: left;
  width: 100%;
}
.mobile-logo a {
  display: inline-block;
}
@media screen and (min-width: 769px){
  .mobile-logo {
    display: none
  }
}
body.mobile .navigation-container{
  margin-left: 0;
}
body.mobile .menu-bar{
  margin-left: 20px;
  margin-top: 25px;
}
@media screen and (min-width: 769px){
  .top-bar .main-menu {
    display: block;
  }
}

@media screen and (max-width: 769px){
  .top-bar .main-menu {
    display: block;
  }
}

.am-SiteHeader-MiniNav li{
 font-size: 12px;
}
@media screen and (min-width: 1260px){
  .am-SiteHeader-MiniNav li{
    font-size: 14px;
  }
}
 @media screen and (max-width: 1200px){
  .am-SiteHeader-MiniNav .opening-times {
    display: none;
  }
}
.main-menu {
  max-width: 1259px;
  margin: 0 auto!important;
}
.main-menu li{
  float: left;
}

.main-menu li.global-search-form{
  float: right;
}
.main-menu li.global-search-form .search {
  margin-top: -3px;
  position: relative;
}
.main-menu li.global-search-form .search input {
  padding-right: 20px;
  width: 100%;
  border: 1px solid #9d9d9d;
  font-size: 14px;
}
.main-menu li.global-search-form .search-ico {
  margin-left: -20px;
}

.mobile .top-bar .main-menu li{
  width: 100%;
}
.top-bar .menu-title {
  display: none!important;
}

body.mobile .menu-container .main-menu li:nth-of-type(2) {
  border-top:none;
}

.top-bar-container .navigation-container .menu-container {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: left;
}

.section-heading{
display:none;
}
.banner-image {
/*margin-top: 20px;
margin-bottom: 35px;*/
}
.banner-image img{
  display: block;
  margin: 0 auto;
}



.from-HOF .navigation--middle {
    top: 61px;
}

@media screen and (min-width:768px) {
    .from-HOF .navigation--middle {
        top: 31px;
    }
}

.from-HOF .hof-HeaderContent.showHof {
    display: block;
}

.from-HOF .HOF-partner {
    background-color: #000000;
    position: fixed;
    top: 0;
    text-align: right;
    color: #ffffff;
    z-index: 101;
    width: 100%;
    height: 60px;
    padding: 5px 0;
}

@media screen and (min-width:1024px) {
    .from-HOF .HOF-partner {
        text-align: center;
    }
}

@media screen and (min-width:768px) {
    .from-HOF .HOF-partner {
        height: 34px;
    }
}

.from-HOF .HOF-partner__nameheading {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.from-HOF .HOF-partner__nameheading .HOF-Partner__name {
    padding: 6px;
    margin-left: 5px;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 500;
    display: block;
}

@media screen and (min-width:768px) {
    .from-HOF .HOF-partner__nameheading .HOF-Partner__name {
        display: initial;
    }
}

.from-HOF .HOF-partner__nameheading .HOF-Partner__with {
    opacity: 0.6;
    font-size: 14px;
    display: block;
    letter-spacing: 0.07em;
}

@media screen and (min-width:768px) {
    .from-HOF .HOF-partner__nameheading .HOF-Partner__with {
        display: initial;
    }
}

.from-HOF .HOF-partner__container {
    position: relative;
    text-align: center;
}

.from-HOF .HOF-partner__backLink {
    position: absolute !important;
    left: 5px;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.9;
    top: 2px;
    font-size: 14px;
    letter-spacing: 0.07em;
}

@media screen and (min-width:768px) {
    .from-HOF .HOF-partner__backLink {
        left: 26px;
    }
}

.from-HOF .HOF-partner__backLink a {
    color: #ffffff;
}

.from-HOF .HOF-partner__backLink a i.hof-left {
    font-family: 'HOF_icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-right: 5px;
    float: left;
    -webkit-font-smoothing: antialiased;
    margin-top: 14px;
    font-size: 20px;
}

.from-HOF .HOF-partner__backLink a i.hof-left:before {
    content: "\e919";
}

@media screen and (min-width:768px) {
    .from-HOF .HOF-partner__backLink a i.hof-left {
        margin-top: 3px;
        font-size: 14px;
    }
}

.from-HOF .HOF-partner__backLink a .HOF-Partner__leftLink {
    display: none;
    opacity: 0.9;
    letter-spacing: 0.07em;
}

@media screen and (min-width:1024px) {
    .from-HOF .HOF-partner__backLink a .HOF-Partner__leftLink {
        display: inline-block;
    }
}

.from-HOF .HOF-partner__backLink a .HOF-Partner__leftLink:hover {
    text-decoration: underline;
}

.from-HOF .HOF-partner__backLink a:hover {
    text-decoration: underline;
}

.from-HOF   header.main-header {
    top: 61px;
    transition: none;
}

@media screen and (min-width:768px) {
    .from-HOF   header.main-header {
        top: 35px;
    }
}

@media screen and (min-width:1024px) {
    .from-HOF   header.main-header.redeem {
        top: 107px;
    }
}

.from-HOF   header.main-header.redeem.am-SiteHeader {
    transition: 1s;
}

.from-HOF   header.main-header.redeem.closing {
    top: -1px;
}

@media screen and (min-width:1024px) {
    .from-HOF   header.main-header.redeemError {
        top: 137px;
    }
}

.from-HOF .headerQuoteContainer {
    top: 36px;
}

.modal--HOFPartner .modal-lg {
    width: 80%;
    left: 10%;
}

@media screen and (min-width:641px) {
    .modal--HOFPartner .modal-lg {
        left: initial;
    }
}

@media screen and (min-width:1024px) {
    .modal--HOFPartner .modal-lg {
        width: 45%;
    }
}

.modal--HOFPartner .modal-lg .modal-content {
    width: 100%;
}

.modal--HOFPartner .modal-lg .modal-content .modal-header {
    border: none;
}

.modal--HOFPartner .modal-lg .modal-content .modal-header .close {
    opacity: initial;
}

.modal--HOFPartner .modal-lg .modal-content .modal-header .close span {
    font-size: 36px;
}

.modal--HOFPartner .modal-lg .modal-content .modal-body {
    width: 94%;
    margin: 0 auto;
    padding: 0 15px 15px 15px;
}

.modal--HOFPartner .modal-lg .modal-content .modal-body .HOF_sofaImg {
    margin: 0 auto;
    text-align: center;
}

.modal--HOFPartner .modal-lg .modal-content .modal-body .HOF_sofaImg img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.modal--HOFPartner .modal-lg .modal-content .modal-body .HOF__sofaPopupData {
    text-align: center;
    margin: 10px 0 0 0;
}

.modal--HOFPartner .modal-lg .modal-content .modal-body .HOF__sofaPopupData p {
    margin: 3px 0 0 0;
}

.modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);

  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 640px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}

@media screen and (min-width :1024px){
    .promoBanner {
	margin :20px 160px;
    }
}
@media screen and (max-width :1024px){
    .promoBanner {
	/*margin: 20px 0;*/
	margin :20px 20px;
    }
}

.promoBanner .delivery-credit-info__txt {
    margin: 10px 0 0 10px;
}

.promoBanner .delivery-credit-info__container {
    margin: 0 0 10px 0;
}

.promoBanner .delivery-credit-info {
    display: flex;
    margin: 0 auto;
    width: 98%;
}

.promoBanner  .delivery-credit-info .col-xs-6 {
    width: 100%;
}

@media screen and (min-width:641px) {
    .promoBanner .delivery-credit-info .col-xs-6 {
        width: initial;
    }
}

.promoBanner .delivery-credit-info__container {
    float: left;
    width: 100%;
    height: auto;
}

.promoBanner .delivery-credit-info__Logo {
    float: initial;
    line-height: 38px;
}

@media screen and (min-width:641px) {
    .promoBanner .delivery-credit-info__Logo {
        float: left;
    }
}

.promoBanner .delivery-credit-info__txt {
    float: left;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (min-width:481px) {
    .promoBanner .delivery-credit-info__txt {
        font-size: 16px;
    }
}

@media screen and (min-width:641px) {
    .promoBanner .delivery-credit-info__txt {
        font-size: 18px;
    }
}

@media screen and (min-width:1024px) {
    .promoBanner .delivery-credit-info__txt {
        font-size: 16px;
    }
}

@media screen and (min-width:1400px) {
    .promoBanner .delivery-credit-info__txt {
        font-size: 20px;
	/*font-size:16px;*/
    }
}

@media screen and (min-width:1024px) {
    .promoBanner .delivery-credit-info {
        width: 96%;
    }
}

@media screen and (min-width:1600px) {
    .promoBanner .delivery-credit-info {
        width: 90%;
    }
}

.promoBanner .delivery-credit-info__delivery {
    text-align: center;
    box-sizing: border-box;
    padding-left: 0;
}

@media screen and (min-width:641px) {
    .promoBanner .delivery-credit-info__delivery {
        padding-left: 0;
    }
}

@media screen and (min-width:1024px) {
    .promoBanner .delivery-credit-info__delivery {
        padding-left: 7%;
    }
}

@media screen and (min-width:1400px) {
    .promoBanner .delivery-credit-info__delivery {
        padding-left: 9%;
    }
}

.promoBanner .delivery-credit-info__credit {
    display: none;
}

@media screen and (min-width:1024px) {
    .promoBanner .delivery-credit-info__credit {
        display: block;
    }
}

.promoBanner .delivery-credit-info__trustplot {
    float: right;
    margin-top: 12px;
}

.promoBanner .delivery-credit-info__delivery__txt {
    float: initial;
}

@media screen and (min-width:641px) {
    .promoBanner .delivery-credit-info__delivery__txt {
        float: left;
    }
}



.pdp-free-samples-widget {
    transform: rotate(-90deg);
    transform-origin: 100px 100px;
    background-color: #3f6768;
    padding: 8px 12px 8px 34px;
    position: fixed;
    color: white;
    font-weight: bold;
    font-size: 15px;
    z-index: 9999;
    top: 50%;
}

.pdp-free-samples-widget .freeSamples-count {
    transform: rotate(90deg);
    padding-left: 7px;
    padding-bottom: 0px;
    left: 5px;
    top: 7px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff;
    font-weight: bold;
    font-family: 'pt_serifregular', serif;
    line-height: 1.6;
}


.cart-count {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: #000000;
    color: #ffffff;
    background: #000000;
    font-weight: bold;
    font-family: 'pt_serifregular', serif;
    line-height: 1.9;
}

@media screen and (max-width:1023px) {
    .cart-count {
        right: 5px;
        top: 0;
        font-size: 10px;
        width: 18px;
        height: 18px;
    }
}

@media screen and (min-width:1024px) {
    .cart-count {
        right: -28px;
        top: -0.3rem;
    }
}

@media screen and (min-width:1400px) {
    .cart-count {
        top: -3px;
    }
}

.cart-count.is-stuck .cart-count {
    right: -30px;
    top: -15px;
}


.navQuoteContainer {
    margin-bottom: 10px;
}

.navQuoteContainer form .quoteTitle {
    margin-bottom: 10px;
    float: left;
}

.navQuoteContainer form input.pre {
    width: auto;
    display: inline-block;
    margin: 0;
    border: none;
    padding-left: 0;
}

.navQuoteContainer form input.quotation {
    width: 180px;
    display: inline-block;
    border: solid 1px #acabac;
}

.navQuoteContainer form input.quotation.bdr {
    border: 1px solid #ff5b10;
}

.navQuoteContainer form input.quotation::-webkit-outer-spin-button,
.navQuoteContainer form input.quotation::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.navQuoteContainer form input.postcode {
    width: 180px;
    display: block;
    margin: 10px 0 10px 55px;
    border: solid 1px #acabac;
}

.navQuoteContainer form input.postcode.bdr {
    border: 1px solid #ff5b10;
}

.navQuoteContainer form button.updateQuotation {
    width: 100px;
    margin-left: 55px;
    background-color: #186868;
    color: #ffffff;
    border-radius: 0;
}

.navQuoteContainer form button.updateQuotation:hover,
.navQuoteContainer form button.updateQuotation:focus,
.navQuoteContainer form button.updateQuotation:active {
    background-color: #0b5454;
    color: #ffffff;
}

.navQuoteContainer form p.error {
    border: none;
    margin-left: 54px;
}

.navQuoteContainer form .mobile-spinner {
    position: absolute;
    left: 0px;
    bottom: -5px;
}


.quote-mobile-coontainer .btn.redeem-checkout-button {
    margin-right: 8px;
}

@media screen and (min-width:480px) {
    .quote-mobile-coontainer .btn {
        width: 120px;
        min-width: 120px;
        padding: 10px 0;
        margin-right: 10px;
    }
}

.quote-mobile-coontainer .quoteInformation {
    top: 18px;
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #294057;
    padding: 0;
    background-color: #ffffff;
    outline: none;
}

@media screen and (min-width:1400px) {
    .quote-mobile-coontainer .quoteInformation {
        right: 18px;
    }
}

.quote-mobile-coontainer .quoteInformation:hover {
    cursor: pointer;
}

.quote-mobile-coontainer .quoteInformation .quoteInformation__info {
    font-size: 13px;
    font-family: 'pt_serifregular', serif;
    margin-top: 3px;
}

.redeemQuote .check-quote__wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

.redeemQuote .check-quote__form--bordered {
    float: left;
    border: 1px solid #acabac;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.redeemQuote .check-quote__form--bordered.quote-selected-container {
    width: 80%;
    margin-left: 10%;
    display: none;
}

.redeemQuote .check-quote__form--bordered.quote-selected-container .btn {
    width: 120px;
    min-width: 120px;
}

.redeemQuote .check-quote__form--bordered.quote-selected-container .btn.redeem-checkout-button {
    margin-left: 10px;
}

@media screen and (min-width:1024px) {
    .redeemQuote .check-quote__form--bordered.quote-selected-container .btn {
        width: 140px;
        min-width: 140px;
        padding: 10px 0;
    }
}

.redeemQuote .check-quote__form .desktop-spinner {
    position: absolute;
    right: -20px;
}

@media screen and (min-width:1024px) {
    .redeemQuote .check-quote__form .desktop-spinner {
        right: -50px;
    }
}

.redeemQuote .check-quote__form input {
    margin-bottom: 0;
    height: 40px;
}

@media screen and (max-width:480px) {
    .redeemQuote .check-quote .quotation {
        margin-left: 7px;
    }
    .redeemQuote .check-quote .postcode {
        margin-left: 57px;
    }
    .redeemQuote .check-quote .updateQuotation {
        margin-left: 57px!important;
    }
}

body.quoteSessionActive #homeMantle.redeem-opened {
    margin-top: 10px;
}

@media screen and (max-width:666px) {
    body.quoteSessionActive .breadcrumb-section {
        margin-top: 75px;
    }
}

@media(max-width:1023px) {
    body.quoteSessionActive .main-header {
        top: 46px;
    }
    body.quoteSessionActive .main-header .navigation--middle {
        top: 46px;
    }
}

@media(max-width:1023px) {
    body.quoteSessionActive .checkoutHeader .navigation--middle {
        top: 0;
    }
}

@media screen and (min-width:1024px) {
    body.quoteSessionActive .facet-is-stuck {
        top: 205px;
    }
    body.quoteSessionActive .facetCarouselContainer.is-stuck {
        top: 299px;
    }
    body.quoteSessionActive .facetCarouselContainer.is-stuck.is-stuck-clear {
        top: 319px;
    }
    body.quoteSessionActive .facet-is-stuck .facet_clear {
        margin-top: 26px;
    }
    body.quoteSessionActive .redeemQuote .check-quote__form--bordered.quote-selected-container {
        display: block;
    }
    body.quoteSessionActive form.check-quote__form {
        display: none;
    }
    body.quoteSessionActive .homepage-redeem-quote {
        display: none;
    }
    body.quoteSessionActive .am-SiteHeader #rightNav li.redeem-quote {
        display: none;
    }
}

@media screen and (min-width:1400px) {
    body.quoteSessionActive .facet-is-stuck {
        top: 230px;
    }
    body.quoteSessionActive .facetCarouselContainer.is-stuck {
        top: 324px;
    }
    body.quoteSessionActive .facetCarouselContainer.is-stuck.is-stuck-clear {
        top: 344px;
    }
    body.quoteSessionActive .facet-is-stuck .facet_clear {
        margin-top: 20px;
    }
}

@media(max-width:1023px) {
    body.quoteSessionActive .navigation--bottom .nav__links--products #redeemNavLink {
        display: none;
    }
}

body.quoteSessionActive .cart__totalrow .cart-voucher {
    display: none;
}

body.quoteSessionActive .popover-content .mini-cart-list .mini-cart-item .removeCartPopupItem {
    display: none !important;
}

body.quoteSessionActive .item-list .item-quantity .qty-selector .input-group-btn {
    display: none !important;
}

body.quoteSessionActive .cart__list .item-list-item .remove-item span {
    display: none !important;
}

body.quoteSessionActive .item-list .item-list-item .qty-price {
    margin-top: 0;
    padding-left: 55px;
}

body.quoteSessionActive .recommedDiv-rightcontent .youMayAlsoLike .item .inputQty .input-group-btn {
    display: none !important;
}

body.quoteSessionActive .form-review-pay .change-address {
    display: none !important;
}

body.quoteSessionActive .homepage-redeem-quote {
    display: none !important;
}

body.quoteSessionActive #quoteModalPopup .modal-dialog {
    margin-top: 50px;
    height: 150px;
    width: 90%;
    margin-left: 5%;
    z-index: 1010;
}

body.quoteSessionActive #quoteModalPopup .modal-dialog .quoteTitle {
    font-weight: 600;
    font-size: 16px;
}

body.quoteSessionActive .js-remove-entry-button {
    display: none !important;
}


@media(min-width:769px) {
    #redeemNavLink {
        display: block;
    }
    #redeemNavLink .navQuoteContainer {
        display: none;
    }
    #redeemNavLink span.glyphicon:hover {
        cursor: pointer;
    }
    #redeemNavLink span.glyphicon.down {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (min-width:1024px) {
    #redeemNavLink {
        display: none;
    }
}

@media screen and (max-width:1023px) {
    #redeemNavLink .navQuoteContainer {
        display: none;
    }
}

@media screen and (max-width:640px) {

    .recommedDiv-rightcontent .youMayAlsoLike {
        margin: 0 0 20px 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .thumb {
        text-align: center;
        margin-bottom: 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .thumb a {
        margin: 0px;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item {
        margin: 0;
        padding: 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .item-name {
        margin: 20px 0 0 0 !important;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .item-name.desktop {
        display: none;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .item-name.mobile {
        display: block;
        text-align: left;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .item-price {
        text-align: right;
        margin: 20px 0 0 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .js-qty-selector .js-qty-selector-input {
        margin: 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .inputQty {
        margin: 20px 0 0 0;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .item .cart-button {
        margin: 20px 0 0 0;
        padding: 0;
        float: right;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .owl-controls .owl-buttons {
        display: block;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .owl-controls .owl-buttons span.glyphicon {
        font-size: 14px;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .owl-controls .owl-buttons .owl-prev {
        top: 30% !important;
        left: -2%;
        font-size: 20px;
    }
    .recommedDiv-rightcontent .youMayAlsoLike .owl-controls .owl-buttons .owl-next {
        top: 30% !important;
        right: -2%;
        font-size: 20px;
    }

    .redeemQuote form input.quotation {
        margin-left: 10px;
    }
    .redeemQuote form input.postcode {
        margin-left: 10px;
    }
    .redeemQuote form button.updateQuotation {
        margin-left: 10px !important;
        width: 200px;
        padding: 9px 8px !important;
    }
}


@media screen and (max-width:480px) {
    .redeemQuote form input.quotation {
        margin-left: 10px;
    }
    .redeemQuote form input.postcode {
        margin-left: 60px;
        display: block;
        clear: both;
    }
    .redeemQuote form button.updateQuotation {
        margin-left: 60px !important;
    }
    .navQuoteContainer form .quoteTitle {
        font-size: 1.6rem;
    }
}

.sm-navigation {
  padding-left: 0;
}
header.main-header .sm-navigation .header_serach-container {
  float:left;
}

#load-minibasket-popover:hover {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .main-header .container {
    width: 1024px !important;
    min-width: 1024px;
  }
}

@media (min-width: 1400px){
  .main-header .container {
      width: 1400px !important;
      min-width: 1400px;
  }
}

@media (min-width: 1200px) {
.navigation__overflow.container {
     width: 1024px !important;
     min-width: 1024px;
    }
}

@media (min-width: 1400px) {
.navigation__overflow.container {
    width: 1400px !important;
    min-width: 1400px;
    }
}

.am-SiteHeader-MiniNav .nav-location {
    float: left;
}

.am-SiteHeader #header-left-links li.contact {
    display: none;
}


@media (min-width: 1200px) {
  body header.main-header .container {
    width: 1024px;
  }
}

.am-SiteHeader-TopInner .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.am-SiteHeader-TopInner .col-md-5 {
  padding-left: 0;
  padding-right: 0;
}

.mini-cart-icon ~ .popover {
    position: absolute;
    max-width: 400px !important;
    border: 1px solid rgba(40, 63, 88, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.popover.bottom {
    margin-top: 10px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 0px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.am-SiteHeader #rightNav li a, .am-SiteHeader #rightNav li p {
    font-weight: 600;
    font-style: normal !important;
}
.am-SiteHeader .am-SiteHeader-TopInner a {
    font-size: 18px !important;
}
.cursor {
    cursor: pointer;
}
.am-SiteHeader-MiniNav ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.6;
    padding-left: 0;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    text-align: left;
    white-space: normal;
}
.am-SiteHeader #rightNav li a, .am-SiteHeader #rightNav li p {
    font-weight: 600;
    font-style: normal !important;
}
.mini-cart-icon ~ .popover .popover-content {
    width: 380px !important;
    padding: 0 !important;
     -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.am-SiteHeader-MiniNav ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 1.6;
    padding-left: 0;
}
.mini-cart .mini-cart-body:before, .mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}
.mini-cart .mini-cart-body:after {
    clear: both;
}
.mini-cart .mini-cart-body:before, .mini-cart .mini-cart-body:after {
    content: " ";
    display: table;
}
.mini-cart .mini-cart-body .legend {
    margin-bottom: 0;
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    color: rgba(40, 63, 88, 0.5);
    font-size: 13px;
    padding: 15px 15px;
    border-bottom: 1px solid rgba(40, 63, 88, 0.2);
    font-weight: 400;
}
.mini-cart__legend {
    width: 100%;
    float: left;
}
.empty-cart .empty-msg {
    color: #283f58;
    font-size: 22px;
    margin: 15px auto;
    font-family: 'begumregular';
    font-weight: 700;
    text-align: center;
}
.empty-cart img {
    width: 189px !important;
    height: auto;
    margin: 0 auto 15px;
    display: block;
}
.am-SiteHeader #rightNav .min-cart-btns {
    margin: 15px 0;
}
.am-SiteHeader #rightNav li a .btn-new-secondary, .am-SiteHeader #rightNav li p .btn-new-secondary {
    color: #156867 !important;
}
.am-SiteHeader #rightNav li a .btn, .am-SiteHeader #rightNav li p .btn {
    min-width: 100%;
    font-size: 13px !important;
    font-weight: normal;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 3px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn.btn--continue-shopping {
    color: #156867;
    border: 1px solid #156867;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-new.btn-new-primary {
    background-color: #156867;
    color: #ffffff;
}
.btn-new {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.075em;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: none;
    min-width: 240px;
}
.btn-new.btn-new-secondary[disabled] {
    background-color: #ffffff;
    border: 1px solid rgba(40, 63, 88, 0.1);
    color: rgba(40, 63, 88, 0.2);
}
.btn-new.btn-new-secondary {
    background-color: #ffffff;
    color: #156867;
    border: 1px solid #156867;
}
.btn-new.btn-new-sml {
    font-size: 13px;
    height: 40px;
}
.am-SiteHeader #rightNav li a .btn-new-primary, .am-SiteHeader #rightNav li p .btn-new-primary {
    color: #ffffff !important;
}
.am-SiteHeader #rightNav li a .btn, .am-SiteHeader #rightNav li p .btn {
    min-width: 100%;
    font-size: 13px !important;
    font-weight: normal;
}
@media screen and (min-width: 1024px){
	.am-SiteHeader #rightNav li a, .am-SiteHeader #rightNav li p {
	    float: left;
	}
}
.am-SiteHeader .am-SiteHeader-TopInner a {
    position: relative;
}
.mini-cart-icon ~ .popover {
    position: absolute;
    max-width: 400px !important;
    border: 1px solid rgba(40, 63, 88, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (min-width: 1400px){
.mini-cart-icon ~ .popover {
    top: 40px !important;
    right: -64px !important;
}
}
button#minicartClose.close {
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    background: url(https://newsite-nonprod.sofa.com/_ui/responsive/theme-blue/images/close.png) no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
}
#minicartClose.close {
    opacity: 1;
    text-shadow: none;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.col-xs-12.min-cart-btns {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.col-xs-12.min-cart-btns .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.mini-cart .mini-cart-body .mini-cart-list {
    padding-left: 0;
    list-style: none;
    height: 173px;
    overflow-y: scroll !important;
    width: 380px;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item {
    position: relative;
    border-top: 1px solid rgba(40, 63, 88, 0.2);
    padding: 10px 0 5px;
    display: block;
    margin: 0 15px;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item:first-child {
    border-top: none;
}
.am-SiteHeader #rightNav li .mini-cart-item:after {
    height: 0;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .thumb {
    float: left;
    margin-right: 10px;
}
.mini-cart .thumb {
    max-width: 100px !important;
}
.thumb {
    position: relative;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    text-align: left;
    font-size: 11px;
    margin-top: 0;
    line-height: 1.4;
    padding-right: 0px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    margin-left: 110px !important;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details {
    text-align: left;
    font-size: 11px;
    margin-top: 0;
    line-height: 1.4;
    padding-right: 0px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details div {
    margin-bottom: 5px;
}
.noPad {
    padding: 0;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item a {
    pointer-events: initial;
    font-family: 'begumregular';
}

.am-SiteHeader #rightNav li a, .am-SiteHeader #rightNav li p {
    float: left;
}
.am-SiteHeader #rightNav li a, .am-SiteHeader #rightNav li p {
    font-weight: 600;
    font-style: normal !important;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .name {
    font-weight: 600 !important;
    color: #283f58 !important;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .style-color {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 13px;
    margin-right: -6px;
    color: rgba(40, 63, 88, 0.7);
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: -2px;
}
@media screen and (min-width: 1024px){
.am-SiteHeader #rightNav li span {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .style-color, .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .withName {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px !important;
    margin-right: -6px;
    color: rgba(40, 63, 88, 0.7);
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: -2px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .style-color span, .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .withName span {
    color: #283f58;
    display: inline-block;
    font-weight: normal;
    min-width: 40px;
    float: none !important;
    position: relative !important;
    top: 0 !important;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .product-price {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    margin-right: -6px;
    color: #283f58;
    margin-bottom: -5px;
    margin-top: 10px;
}
.mini-cart .product-qty__value {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    position: relative!important;
    top: initial!important;
    right: initial!important;
    float: initial!important;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .product-price {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    margin-right: -6px;
    color: #283f58;
    margin-bottom: -5px;
    margin-top: 10px;
}
.mini-cart .mini-cart-body .mini-cart-list .mini-cart-item .details .was-price {
    font-size: 13px;
    margin-right: -7px;
    float: left;
    line-height: 14px;
    margin-top: 5px;
    color: rgba(40, 63, 88, 0.5);
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    text-transform: capitalize;
}
.was-price {
    font-family: 'pt_serifregular', serif;
    text-decoration: line-through;
    color: #c8c5c3;
    text-transform: uppercase;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-totals {
    margin: 0;
    padding: 10px 20px;
    float: left;
    width: 100%;
    background-color: rgba(40, 63, 88, 0.04);
}
.mini-cart .mini-cart-body .mini-cart-totals {
    border-bottom: 1px solid rgba(40, 63, 88, 0.2);
    border-width: 1px 0;
    margin: 10px 0 30px;
    padding: 10px;
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif !important;
}
.mini-cart .mini-cart-body .mini-cart-totals .key {
    float: left;
    font-size: 13px;
    font-weight: 600;
    color: rgba(40, 63, 88, 0.7);
    padding-top: 10px;
}
.mini-cart-icon ~ .popover .popover-content #ajax-popover .mini-cart .mini-cart-body .mini-cart-totals .value {
    font-family: 'latoregular', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.05rem;
}
.mini-cart .mini-cart-body .mini-cart-totals .value {
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    color: #283f58;
}

/* Search bar css fix */
@media (max-width: 1023px)
{
    header.main-header .site-search .input-group{
	border: none;
    }
    header.main-header .site-search .input-group {
	width: 100% !important;
    }
    header.main-header .site-search .input-group .form-control {
	border: transparent;    box-shadow: none;    height: 40px;    padding-right: 24px !important;    color: #283f58;
    }.header_search-icon {
	display: block;    height: 100%;    width: 40px;    right:  -17px !important;    top:6px !important;    position: absolute;    z-index: 1;
    }
    .header_search-icon .btn-link {
	color: #294057;    
    }
}

/*** Additional header styling */

/* Top bar */
.main-header-bar--black {
    display: none;
    background-color: #000000;
}

@media screen and (min-width: 1024px) {
    .main-header-bar--black {
        display: block;
    }
}

.main-header-bar--black .container {
    display:flex;
    justify-content:flex-end;
    margin-bottom:0;
    padding:5px 0;
}
.main-header-bar--black li {
    padding:0 20px;
}
.main-header-bar--black a {
    color:#ffffff;
    font-weight:bold;
    font-size:1.1em;
}

/* Counter - wish list and cart count */
.counter {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 23px;
    border-radius: 50%;
    border: #000000;
    color: #ffffff;
    background: #000000;
    font-weight: 300;
    font-style: normal;
    font-family: 'pt_serifregular', serif;
    line-height: 18px;
    font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
    .counter {
        right: 32px;
        left: auto;
        top: 0;
        font-size: 10px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }

    /* Top bar pins */
    header.main-header .am-SiteHeader-MiniNav ul li .icon-pin {
        font-size: 2.5rem;
        line-height: 1;
        margin-right: auto;
        float: none;
    }
    header.main-heade .mobile-nav-header li #showroom-link a {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    header.main-heade .icon-heart::before {
        line-height: 1;
    }
    .am-SiteHeader #rightNav li span {
        top: 10px;
    }
    .am-SiteHeader #rightNav li.wishlist::after {
        width: 30px;
        margin: 0;
        border: none;
    }
}

/* Search icon */
@media (min-width: 1024px) {
    .navigation__overflow .js-search-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.075em;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .navigation__overflow {
        position: relative;
    }
}

/* Top banner image */
.banner.banner__component--responsive.top-banner-cmsimage {
    text-align: center;
}

/* Search bar */
.search-panel .searchbar {
    position: relative;
    padding: 0;
}

.search-panel .searchbar .search-close-btn {
    position: absolute;
    top: 20px;
    right: 5px;
    z-index: 20;
}

.search-panel .searchbar .search-close-btn:before {
    background: url('https://www.sofa.com/inspiration-corner/wp-content/themes/sofablog/images/remove.svg') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.search-panel .searchbar .input-group {
    margin: 0;
    padding: 10px 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search-panel .searchbar .icon-search {
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

header.main-heade input[type='text'].js-site-search-input {
    padding: 0.625rem;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 1023px) {
    .search-close-btn,
    .navigation__overflow .js-search-btn {
        display: none;
    }
    .navigation--bottom .navigation__overflow {
        left: -380px;
        top: 0;
        height: 83vh;
        overflow-y: auto;
        border-top: 1px solid #c3bebe;
        display: flex;
        flex-direction: column;
    }
    .navigation--bottom .navigation__overflow .site-search {
        height: auto;
        order: 1;
        padding-right: 0 !important;
    }
    .navigation--bottom .nav__links--products {
        background: transparent;
        z-index: 1003;
        order: 2;
    }
    .navigation--bottom .site-search .input-group {
        width: 100%;
        margin-top: 1.0rem;
        box-shadow: none;
        flex-direction: row-reverse;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: 1.25rem;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .navigation--bottom .site-search .input-group .header_search-input {
        padding-left: 0;
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    header.main-heade .site-search .input-group .btn {
        font-size: 16px;
        font-weight: 700;
    }
}

.am-SiteHeader-Top {
    display: none;
}

/* Showrooms and tel number */
@media screen and (min-width: 1024px) {
    .am-SiteHeader-Top {
        display: block;
    }
    .am-SiteHeader .am-SiteHeader-TopInner a {
        font-size: 14px !important;
    }
    .am-SiteHeader #header-left-links li::before {
        border: 0;
    }
    .am-SiteHeader #header-left-links li:last-child {
        margin-left: 40px;
    }
    .am-SiteHeader #rightNav li {
        margin-left: 20px;
    }
    header.main-heade .right.am-SiteHeader-MiniNav {
        padding-bottom: 5px;
    }
    .am-SiteHeader #rightNav {
        margin-right: 15px;
    }
}

.am-SiteHeader-MiniNav ul li .icon {
    font-size: 2rem !important;
}


/*-----------------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1399px) {
    header.main-header .navigation--bottom .nav__links--products li{
        padding: 0 10px !important;
    }
    header.main-header .navigation--bottom .nav__links--products li a{
        font-size: 16px;
    }
}
