@charset "UTF-8";
/* CSS Document */
/* OLD Color: #f79727 /*
/* NEW Color: #f79727 /*

/* Tinge /*
/* OLD Color: #fbcb93 /*
/* NEW Color: #fbcb93 /*

/* Active Buttons /*
/* OLD Color: #e46b31 /*
/* NEW Color: #e46b31 /*

/* -------------------- SELECTOR BACKGROUND -------------------- */
.CurrencyList dd, select, input.Textbox, textarea, input[type="text"], input[type="password"], .QuickSearch, .SharePublicWishList, .ExpressCheckoutBlock .ExpressCheckoutTitle, .TabNav li a, .HowToPay, .NotifyMessage, .QuickSearchResult .QuickSearchResultImage, .CurrencyChooser, div.uploader, div.selector {
    border: 1px solid #ccc;
}

hr {
    border: 1px solid #ededed;
    border-style: solid none none;
    border-width: 1px 0 0;
}


/* -------------------- MY ACCOUNT -------------------- */
.my-account-wrapper {
    background-color:#f79727;
    padding-top:20px;
    padding-bottom:15px;
}
.my-account ul {
    color:#fff;
    margin-bottom:0px;
    font-size:12px;
}
.my-account ul a {
    color:#fff;
    text-transform:uppercase;
}
.my-account ul a:hover {
    color:#fff;
    text-decoration:none;
}
.my-account ul a span {
    font-weight:300;
}
.my-account .dropdown-menu > li > a {
    color:#000;
    text-transform:none;
}
.my-account .dropdown-menu > li > a:hover {
    color:#f79727;
}
.my-account .oswald {
    font-family:'Oswald',sans-serif;
    font-size:12px;
    text-transform:uppercase;
    font-weight: 300;
    letter-spacing:1px;
}
.my-account img.shopping-cart-icon {
    vertical-align:baseline;
    margin-left:5px;
}
@media (min-width:768px) {
    .my-account .oswald {
        font-size:13px;
    }
}
@media (min-width:992px) {
    .top-margin-add {
        margin-top:41px;
    }
}


/* -------------------- FIXED NAVBAR -------------------- */
.main {
    padding-top:170px;
	margin-top: 40px;
}
@media (min-width:768px) {
	.main {
	    padding-top:180px;
	}
}
@media (min-width:992px) {
	.main {
	    padding-top:255px;
	}
}


/* -------------------- HEADER LOGO -------------------- */
.header-logo-wrapper {
    background-color:rgba(255,255,255,.85);
    padding-top:15px;
    padding-bottom:15px;
}
.header-logo-wrapper-hide,
li.focuson-logo,
li.customer-service-hide,
li.vip-club-hide,
li.shopping-cart,
li.my-account-divider-hide {
    display:none;
}
.header-logo-wrapper-show,
li.focuson-logo-show,
li.shopping-cart-show {
    display:inline;
}
.header-logo2 {
    display:inline;
    vertical-align:top;
}
@media (max-width:767px) {
	.header-logo1 {
	    max-width:auto;
	    max-height:80px;
	}
}


/* -------------------- MINI NAV -------------------- */
.mini-nav {
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
.mini-nav a {
    color:#fbcb93;
}
.mini-nav a:hover {
    color:#f79727;
    text-decoration:none;
}
.mini-nav .list-inline {
  margin-left:-10px;
}
.mini-nav .list-inline > li {
  padding-right:10px;
  padding-left:10px;
}
.header-search input.form-control {
    border-right:0px;
}
.float-search {
    margin-top:15px;
}
.float-search input {
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-right:0px solid #fff  !important;
	height:2.55em;
}
.float-search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.float-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.float-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.float-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.float-search .btn-default i {
    color:#fff;
}
.float-search .btn-default {
    border: 1px solid #fff !important;
    border-left:0px solid #fff !important;
    background-color: transparent;
}
.float-search .btn-default:active:hover {
    border-color:#fff;
}
.header-search input,
.mobile-search input,
.float-search  input {
    font-weight: 300;
}
.header-search .btn,
.float-search .btn,
.mobile-search .btn {
    border:1px solid #ccc;
    border-left:0px;
}
.header-search .btn-default,
.float-search .btn-default,
.mobile-search .btn-default {
    border:1px solid #ccc;
    border-left:0px;
}
.header-search .btn-default:active:hover,
.float-search .btn-default:active:hover,
.mobile-search .btn-default:active:hover {
    border-color:#ccc;
}
.mobile-search .input-group {
    padding-left:20px;
    padding-right:20px;
}
.header-search .btn.shopping-cart-btn {
    border-color: #f79727;
    margin-left: 15px;
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.header-search .btn:hover.shopping-cart-btn {
    border-color:#000;
}
.header-search .btn.shopping-cart-btn img.shopping-cart-icon {
    vertical-align:baseline;
    margin-left:5px;
}
.header-search .shopping-cart-btn {
    padding-top:7px;
    height:40px;
}
.header-search .search-btn {
    padding-top:5px;
    height:40px;
}
.header-search .input-lg {
    height:40px;
}
.mobile-store-finder .btn-primary {
    text-transform:none;
    border:1px solid #808080;
    background-color:#808080;
}
.mobile-store-finder .btn-primary:hover {
    border:1px solid #000;
    background-color:#000;
}

@media (min-width:768px) {
    .header-search {
        padding-top:32px;
    }
}
@media (min-width:992px) {
    .header-search {
        padding-top:10px;
    }
}
@media (max-width:767px) {
    .mobile-store-finder .col-xs-5 {
        padding-right:0px;
    }
    .mobile-search .col-xs-7 {
        padding-left:0px;
    }
}
@media (min-width:767px) {
    .mobile-search .btn {
        margin-top: 0px !important;
    }
}


/* -------------------- SIDEBAR NAV -------------------- */
#sidebar-nav-wrapper {
    z-index:9999; /* #back-top is 9998 */
    position:fixed;
    right:0;
    width:251px;
    border-left:1px solid #222;
    height:100%;
    margin-right:-251px;
    overflow-y:auto;
    background:#fff;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
#sidebar-nav-wrapper.active {
    right:250px;
    width:250px;
    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.sidebar-nav {
    position:absolute;
    top:0;
    width:250px;
    margin:0;
    padding:0;
    list-style:none;
}
#ToggleMenu .fa-2x {
    font-size:4em;
}
#ToggleMenu {
    z-index:1;
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    font-size:15px;
    font-weight:500;
    width:60px;
    height:80px;
    text-transform: none;
}
.toggle {
	border-radius:2px;
	color:#808080;
}
.toggle:hover {
	border-radius:2px;
	color:#000;
}
.sidebar-nav .panel {
  border-top:0px;
}
.sidebar-nav .panel-body {
  padding:20px;
}
.sidebar-nav .panel-heading {
  padding:15px 20px;
  background-color:transparent;
}
.sidebar-nav .panel-title i.fa {
    vertical-align:top;
    padding-left:5px;
}
.sidebar-nav .panel-title {
    font-family: 'Oswald',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.sidebar-nav .panel-title > a {
  color: #808080;
}
.sidebar-nav .panel-title > a:hover {
  color: #000;
  text-decoration: none;
}
.sidebar-nav li.list-group-item {
    padding-top:10px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:0px;
    background-color: #f5f5f5;
    font-family:"Gotham SSm A", "Gotham SSm B",Arial,sans-serif;
    text-transform:none;
    font-weight:500;
    font-size:14px;
}
.sidebar-nav li:last-of-type.list-group-item {
    padding-bottom:10px;
}
.sidebar-nav li.list-group-item > a {
  color:#000;
}
.sidebar-nav li.list-group-item > a:hover {
  color:#f79727;
  text-decoration:none;
}
.sidebar-nav .panel > .list-group .list-group-item,
.sidebar-nav .panel > .panel-collapse > .list-group .list-group-item {
  border-width:0px 0;
  border-radius:0;
}


/* -------------------- NAVBAR INVERSE -------------------- */
.navbar-inverse {
    font-family: 'Oswald',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.navbar.navbar-inverse .nav > li > a {
    padding: 12px 10px;
}
.sf-menu > li > ul {
  background-color: rgba(255, 255, 255, .80);
}
.sf-menu > li > ul > li > a {
  padding: 4px 5px;
  font-family: "Gotham SSm A", "Gotham SSm B",Arial,sans-serif;
  text-transform: none;
}
@media (min-width:992px) {
	.navbar-inverse {
	    font-size:18px;
	}
	.navbar.navbar-inverse {
	  min-height:60px;
	}
	.navbar.navbar-inverse .nav > li > a {
	    padding:20px 15px;
	}
}


/* -------------------- HERO IMAGE -------------------- */
.hero-image-wrapper {
    margin-bottom:30px;
}
.hero-image {
}
@media (min-width:768px) {
}


/* -------------------- FEATURED PRODUCTS CAROUSEL -------------------- */
.featured-products-carousel-wrapper {
    margin-bottom:30px;
}
.featured-products-carousel h5 {
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:15px;
    font-weight:300;
    margin-bottom:0px;
}
.featured-products-carousel h5 span {
    font-size: 15px;
    font-weight: 500;
}
.featured-products-carousel .carousel {
  width:92%;
  margin-left:4%;
  margin-right:4%;
}
.featured-products-carousel .carousel-control {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  width:15%;
  font-size:20px;
  color:#999;
  text-align:center;
  text-shadow:0 0px 0px rgba(0, 0, 0, .0);
  background-color:rgba(0, 0, 0, 0);
  filter:alpha(opacity=100);
  opacity:1.0;
}
.featured-products-carousel .carousel-control.left {
  background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
  background-image:linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat:repeat-x;
}
.featured-products-carousel .carousel-control.right {
  right:0;
  left:auto;
  background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0000) 0%, rgba(0, 0, 0, .0) 100%);
  background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0000) 0%, rgba(0, 0, 0, .0) 100%);
  background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0000)), to(rgba(0, 0, 0, .0)));
  background-image:linear-gradient(to right, rgba(0, 0, 0, .0000) 0%, rgba(0, 0, 0, .0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat:repeat-x;
}
.featured-products-carousel .carousel-control:hover,
.featured-products-carousel .carousel-control:focus {
  color:#000;
  text-decoration:none;
  filter:alpha(opacity=100);
  outline:0;
  opacity:1.0;
}
.featured-products-carousel .carousel-control .icon-prev,
.featured-products-carousel .carousel-control .glyphicon-chevron-left {
  left:-25%;
  margin-left:-10px;
}
.featured-products-carousel .carousel-control .icon-next,
.featured-products-carousel .carousel-control .glyphicon-chevron-right {
  right:-25%;
  margin-right:-10px;
}
@media (min-width:768px) {
}


/* -------------------- FEATURED PRODUCT IMAGES -------------------- */
.featured-product-images img {
    margin-bottom:30px;
}
.zoom {
    -webkit-transition:all 250ms ease-in-out;
    -moz-transition:all 250ms ease-in-out;
    -o-transition:all 250ms ease-in-out;
    -ms-transition:all 250ms ease-in-out;
    transition:all 250ms ease-in-out;
}
.zoom:hover {
    -webkit-transform:scale(1.025, 1.025);
    -moz-transform:scale(1.025, 1.025);
    transform:scale(1.025, 1.025);
    z-index:998;
}
.featured-category-images-wrapper {
    padding-bottom:20px;
}
.row.featured-category-divider {
    background-image:url(../images/featured-category-divider.gif);
    background-repeat:repeat-y;
    background-position:center;
    margin-top:5px;
    margin-bottom:5px;
}
hr.featured-category-hr {
    margin-top:5px;
    margin-bottom:5px;
}


/* -------------------- FEATURED PROMOTION IMAGES -------------------- */
.featured-promotion-images-wrapper {
    margin-bottom:15px;
}
.featured-promotion-images img {
    margin-bottom:10px;
}
@media (min-width:768px) {
	.featured-promotion-images-wrapper {
	    margin-bottom:0px;
	}
}


/* -------------------- FULL WIDTH SECTION -------------------- */
.full-width-section-wrapper {
    margin-bottom:15px;
}
.full-width-section-wrapper h5 {
    font-weight: 500;
}


/* -------------------- COUPON SECTION -------------------- */
.coupon-section h4 {
    font-size: 35px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 0.9;
}
.coupon-section p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
}
.coupon-section .form-group {
  margin-bottom: 0px;
}
.coupon-section .form-control {
  color:#4d4d4d;
  background-color:#fff;
  border:1px solid #fff;
}
.coupon-section .btn-default {
    color:#fff;
    background-color:#4d4d4d;
    border-color:#4d4d4d;
}
.coupon-section .btn-default:focus,
.coupon-section .btn-default.focus,
.coupon-section .btn-default:hover {
    color:#fff;
    background-color:#000;
    border-color:#000;
}
.well.coupon {
    background-color:#999;
    color:#FFF;
    text-align:center;
}
@media (min-width:768px) {
	.well.coupon {
	    text-align:left;
	}
	.coupon-section h4 {
	    font-size:45px;
	    margin-bottom:10px;
	}
	.coupon-section p {
	    margin-top:5px;
	}
}
@media (min-width:992px) {
	.coupon-section h4 {
	    margin-bottom:0px;
	}
	.coupon-section p {
	    margin-bottom:0px;
	    margin-top:0px;
	}
}


/* -------------------- BREADCRUMB -------------------- */
.Breadcrumb ul {
    font-size:12px;
    padding: 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
.Breadcrumb ul li a {
    color:#808080;
    font-weight:normal;
}
.Breadcrumb ul li a:hover {
    color:#808080;
}
.Breadcrumb ul li {
  display: inline-block;
}
.Breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.Breadcrumb  {
  color: #808080;
  font-weight: 500;
  margin-top: 20px;
}


/* -------------------- BACK TO TOP -------------------- */
#back-top {
    display:none;
}
#back-top {
    background-color:#fff;
    bottom:40%;
    margin:0;
    position:fixed;
    right:15px;
    z-index:9998;
}
#back-top a {
    background:url(//cdn3.bigcommerce.com/s-gxtxe/templates/__custom/images/ui_sprite.png?t=1460684391) no-repeat scroll -2px -572px !important;
    display:block;
    height:52px !important;
    text-indent:-9999px;
    width:52px !important;
    outline:0;
    border:2px solid #666666;
}
#back-top a:hover {
    opacity:0.7;
}


/* -------------------- PRODUCT LISTING -------------------- */
.product-listing-wrapper h1 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}
.featured-items .form-group {
    margin-bottom: 0px;
}
.product-listing-wrapper h3 {
    font-size: 20px;
    font-weight: 500;
}
.product-listing-wrapper .pagination, .product-listing-wrapper .js-paging-list,  {
    margin: 0px 0;
}
.product-listing-sidebar h4 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
}
.product-listing-sidebar ul,
.product-listing-sidebar li {
    font-size: 12px;
    font-weight: 300; /* was sofia 100 */
}
.product-listing-sidebar input[type="checkbox"] {
    margin-right: 8px;
}
.price-filter .form-group {
    width: 30%;
    display: inline-block;
    margin-bottom: 10px;
}
.price-filter .form-group.rangeSeparator {
    width:2%;
    text-align:center;
}
.price-filter .form-control {
    width:100%;
    max-height:30px;
    padding:4px 12px;
}
.price-filter button.btn-default {
    vertical-align:top;
    max-height:30px;
    padding:4px 12px;
    color:#fff;
    background-color:#CCC;
    border-color:#CCC;
}
.product-listing-sidebar hr {
    border-top:1px dotted #ccc;
}
.product-listing hr {
    border-top:1px solid #ccc;
}
.product-listing-item {
    margin-bottom:20px;
}
.product-listing-item h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.product-listing-item h2 a {
    color: #68635d;
    text-decoration: none;
    line-height: 0px !important;
}
.product-listing-item h5 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.RetailPriceValue {
    font-size: 10px;
    color: #68635d;
}
.price-colour .RetailPriceValue::before {
    content: "WAS:";
    color:#68635d;
}
.price-colour .RetailPriceValue::after {
    content: "";
    color:#68635d;
}
div.ProductList span.first-word  {
    font-weight: 500;
    font-size:16px;
    color:#68635d;
}
div.ProductList span.first-word-related  {
      font-weight: 500;
      font-size:12px;
    color:#68635d;
}
div.ProductList span.other-word  {
      font-weight: 300;
      font-size:16px;
    color:#68635d;
}
div.ProductList span.other-word-related  {
      font-weight: 300;
      font-size:12px;
    color:#68635d;
}
div.ProductList span.price-colour {
    font-weight:500;
    font-size:16px;
    color:#f79727;
}
div.ProductList span.price-colour-related {
    font-weight:500;
    font-size:12px;
    color:#f79727;
}
div.ProductDetails span.first-word  {
    font-weight: 500;
    font-size:16px;
    color:#68635d;
}
div.ProductDetails span.first-word-related  {
      font-weight: 500;
      font-size:12px;
    color:#68635d;
}
div.ProductDetails span.other-word  {
      font-weight: 300;
      font-size:16px;
    color:#68635d;
}
div.ProductDetails span.other-word-related  {
      font-weight: 300;
      font-size:12px;
    color:#68635d;
}
div.ProductDetails span.price-colour {
    font-weight:500;
    font-size:16px;
    color:#f79727;
}
div.ProductDetails span.price-colour-related {
    font-weight:500;
    font-size:12px;
    color:#f79727;
}
div.product-listing-item span.first-word  {
      font-weight: 500;
      font-size:16px;
    color:#68635d;
}
div.product-listing-item span.first-word-related  {
      font-weight: 500;
      font-size:12px;
    color:#68635d;
}
div.product-listing-item span.other-word  {
      font-weight: 300;
      font-size:16px;
    color:#68635d;
}
div.product-listing-item span.other-word-related  {
      font-weight: 300;
      font-size:12px;
    color:#68635d;
}
div.product-listing-item span.price-colour {
    font-weight:500;
    font-size:16px;
    color:#f79727;
}
div.product-listing-item span.price-colour-related {
    font-weight:500;
    font-size:12px;
    color:#f79727;
}
div.QuickSearchResultName span.first-word  {
    font-weight: 500;
    font-size:14px;
    color:#68635d;
}
div.QuickSearchResultName span.other-word  {
      font-weight: 300;
      font-size:14px;
    color:#68635d;
}
div.QuickSearchResultName span.price-colour {
    font-weight:500;
    font-size:14px;
    color:#f79727;
}
.owl-carousel .ProductDetails a {
    white-space: normal;
}
@media screen and (max-width:400px) {
    .owl-item .ProductDetails span.first-word  {
        font-weight: 500;
        font-size:12px;
        color:#68635d;
    }
    .owl-item .ProductDetails span.first-word-related  {
        font-weight: 500;
        font-size:12px;
        color:#68635d;
    }
	.owl-item .ProductDetails span.other-word  {
        font-weight: 300;
        font-size:12px;
        color:#68635d;
    }
    .owl-item .ProductDetails span.other-word-related  {
    	font-weight: 300;
        font-size:12px;
        color:#68635d;
    }
    .owl-item .ProductDetails span.price-colour {
        font-weight:500;
        font-size:12px;
        color:#f79727;
    }
    .owl-item .ProductDetails span.price-colour-related {
        font-weight:500;
        font-size:12px;
        color:#f79727;
    }
}

#image-slider .owl-item {
    padding-right:0px;
}
#image-slider { padding-top:8px;}
#image-slider h4 {  font-size: 20px;margin-bottom: 20px;margin-top: 0;color:#68635d;}
#image-slider .owl-stage-outer:after,
#image-slider .owl-nav .owl-prev,
#image-slider .owl-nav .owl-next {position: absolute;top: 35%;width: 30px;height: 35px;font-size: 0;text-indent: -999em;display: block;background: url(//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/control-slide.png?t=1517977814) no-repeat;left: 15px;background-size: 30px auto;cursor: pointer;z-index:2;}
#image-slider .owl-nav .owl-next {left: auto;right: 15px;background-position: bottom left;}
#image-slider .owl-nav .owl-next {height:31px;}
.recently-viewed-item {
    margin-bottom:30px;
}
.owl-item {
    padding-right:30px;
}
#SideProductRelated { padding-top:8px;}
#SideProductRelated h4 {  font-size: 20px;margin-bottom: 20px;margin-top: 0;color:#68635d;}
#SideProductRelated .owl-nav .owl-prev, .productPage #SideProductRelated .owl-nav .owl-next { top: -38px;}
#SideProductRelated .owl-nav .owl-prev { left: 190px; }
#SideProductRelated .owl-nav .owl-next { left: 230px; }
#product-slider .owl-stage-outer:after,
#slider-shopby:after { left: auto;right: 0;}
.owl-nav .owl-prev,
.owl-nav .owl-next { position: absolute;top: 140px;width: 30px;height: 35px;font-size: 0;text-indent: -999em;display: block;background: url(//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/control-slide.png?t=1517977814) no-repeat;left: -30px;background-size: 30px auto;cursor: pointer;z-index:2;}
.owl-nav .owl-next { left: auto;right: -35px;background-position: bottom left;}
.owl-nav .owl-next { height:31px;}
.recently-viewed-item h5, .product-image-slider h5 {
    font-size: 12px;
    font-weight: 500;
    color: #68635d;
}
.recently-viewed-item h5 span, .product-image-slider h5 span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding-top:2px;
}
.recently-viewed-item h5 span span, .product-image-slider h5 span span {
    display: inline-block;
}
.recently-viewed-item img, .product-image-slider img {
    min-width:58%;
	max-width: 100%;
}
.price-colour {
    color:#f79727;
}
.price-color h5 span, .product-image-slider h5 span {
    font-size:16px;
}
.product-listing-wrapper .panel-default > .panel-heading {
    color:#fff;
    background-color:#f79727;
    border-color:#f79727;
    text-align:center;
}
.product-listing-wrapper .panel-default > .panel-heading h4 {
    font-weight: 500;
}
@media (min-width:768px) {
    .product-listing-wrapper h1 {
        margin-bottom:0px;
    }
    .product-listing-item {
        margin-bottom:20px;
    }
    .recently-viewed-item {
        margin-bottom:45px;
    }
}


/* -------------------- PRODUCT DETAIL -------------------- */
.product-detail h1 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}
.product-detail h2 {
    font-size: 24px;
    line-height: 60px;
    color: #f79727;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -2px;
}
.product-detail h3 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 300;
}
.product-options img,
.product-options .form-group {
    margin-bottom: 20px;
}
.product-options .btn {
    margin-bottom: 30px;
}
.product-options .btn.add-to-cart {
    border-radius: 7px;
    border-color: #808080;
    width: 95%;
}
.product-options label {
    min-width: 80px
}
.product-image {
    margin-bottom: 30px;
}
.product-image-thumbnails img {
    border: 1px solid #000;
}
.product-detail .tab-content {
    margin-bottom: 30px;
}
.product-detail .tab-content p {
    font-size: 12px;
}
.product-detail .tab-content p:last-of-type {
    margin-bottom: 0px;
}
.product-detail .nav-tabs > li > a {
    color: #999;
    font-weight: 300;
    font-size: 14px;
}
.product-detail .nav-tabs > li.active > a {
    color: #fff;
}
.product-detail .tab-content .tab-delivery a {
    color: #68635d;
}
.product-detail .tab-content .tab-delivery a:hover {
    color: #000;
}
.product-detail .p-price h2 {
	font-size: 50px !important;
}
@media (min-width:768px) and (max-width:1199px) {
	.product-dashed-divider2, .product-dashed-divider-opposite2 {
    	border-left: 1px dashed #808080;
      	padding-left: 15px;
      	padding-right: 15px;
		margin-bottom:15px;
  	}
}
@media (max-width:555px) {
    .product-nav .col-xs-8, .product-nav .col-xs-4 {
        width: 100% !important;
        text-align: left !important;
    }
    .product-nav .FloatRight {
        float: left !important;
    }
}
@media (min-width:650px) and (max-width:1199px) {
    .product-detail h1 {
        display: inline-block;
        vertical-align: top;
        padding-top: 15px;
        font-size: 30px;
    }
    .product-detail .p-price {
        display: inline-block;
        width: 29%;
    }
}
@media (min-width:992px) {
    .product-detail .tab-content {
        margin-bottom: 0px;
    }
}
@media (min-width:1200px) {
	.product-dashed-divider1,
	.product-dashed-divider-opposite2 {
	    padding-left: 0px;
	    padding-right: 15px;
	}
	.col-lg-4.product-dashed-divider2 {
	    border-left: 1px dashed #808080;
	    padding-left: 20px;
	}
	.col-lg-8.product-dashed-divider-opposite2 {
	    padding-right: 20px;
	}
	.product-detail .tab-content {
	    margin-bottom: 0px;
	}
}


/* -------------------- CUSTOMER SERVICE -------------------- */
.customer-service-item {
    margin-bottom: 15px;
}
@media (min-width:768px) {
	.customer-service-item {
	    margin-bottom: 30px;
	}
}


/* -------------------- FOOTER -------------------- */
.footer-wrapper {
    background-color: #f79727;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer {
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
}
.footer hr {
  border-top: 1px solid #FFF;
  margin-right: 25%;
}
.footer h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.footer a {
    color: #FFF;
}
.footer a:hover {
    color: #000;
}
.list-inline.social-icons > li {
  padding-right: 0px;
  padding-left: 0px;
}
.social-icons i.fa.fa-inverse {
    color: #f79727;
}
.social-icons a:hover i.fa.fa-inverse {
    color: #fff;
}
hr.hr-below-social-icons {
    margin-top: 0px;
}
@media (min-width: 800px) and (max-width: 1199px) {
    hr.hr-below-social-icons {
        margin-top: 15px;
        margin-bottom:15px;
    }
}
@media (max-width:768px) {
    .list-inline.social-icons > li {
        font-size:10px;
    }
}
@media (max-width:467px) {
    .list-inline.social-icons > li {
        font-size:8px;
    }
}
.vip-club .form-control {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.vip-club .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.vip-club .form-control:-ms-input-placeholder {
  color: #fff;
}
.vip-club .form-control::-webkit-input-placeholder {
  color: #fff;
}
.vip-club .btn-default {
    color: #f79727;
    background-color: #fff;
    border-color: #fff;
}
.vip-club .btn-default:focus,
.vip-club .btn-default.focus,
.vip-club .btn-default:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-default.join-today {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    margin-bottom: 15px;
    min-width: 50%;
    max-height: 30px;
}
.btn-default.join-today:focus,
.btn-default.join-today.focus,
.btn-default.join-today:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
@media (min-width:768px) {
    .footer-wrapper {
        padding-bottom: 45px;
    }
}


/* -------------------- HEADING WITH KEYLINE -------------------- */
.keyline-behind-heading {
    position:relative;
    margin-bottom:20px;
}
.keyline-behind-heading hr {
    border-top-width:2px;
}
.heading-with-keyline {
    background:none;
}
.heading-with-keyline h2 {
    font-family:'Oswald',sans-serif;
    text-transform:uppercase;
    letter-spacing:5px;
    margin-top:0px;
    margin-bottom:0px;
    text-align:center;
    font-size:28px;

}
@media (min-width:768px) {
	.keyline-behind-heading {
	    margin-bottom:0px;
	}
	.heading-with-keyline {
	    position:absolute;
	    z-index:1;
	    top:-16px;
	    left:0;
	    right:0;
	    width:60%;
	    margin:0 auto;
	    overflow:hidden;
	    background:#fff;
	}
	.heading-with-keyline h2 {
	    margin-left:5px;
	    margin-right:5px;
	}
}
@media (min-width:992px) {
	.heading-with-keyline {
	    width:45%;
	}
	.keyline-behind-heading {
	    margin-bottom:0px;
	}
	.heading-with-keyline {
	    position:absolute;
	    z-index:1;
	    top:-16px;
	    left:0;
	    right:0;
	    width:60%;
	    margin:0 auto;
	    overflow:hidden;
	    background:#fff;
	}
	.heading-with-keyline h2 {
	    margin-left:5px;
	    margin-right:5px;
	}
}


/*Facet / Category Page */
@media (min-width:768px) and (max-width:992px) {
    .js-faceted-search-action {
        display: block;
        margin-bottom: 20px;
        margin-left: 16px;
        margin-right: 20px;
        width: 95% !important;
        border:1px solid #cfcfcf;
    }
}
@media (max-width:768px) {
    .js-faceted-search-action {
        width: 95%;
    }
    .js-faceted-search-column {
        float: none;
        width: 100%;
        display:none;
    }
}
.facet-container {
    border-bottom: 1px dotted #595959;
}
.facet-container:nth-child(1) {
    border-bottom:none;
}
.facet-container .facet-form .btn {
    background: #f79727 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    float: none !important;
    font-size: 12px !important;
    font-weight: normal !important;
    height: 30px !important;
    margin: 0 0 0 0px !important;
    padding: 14px !important;
    border:1px solid #808080 !important;
    color:#fff !important;
    text-align: center !important;
    line-height: 0px !important;
}
.CategoryPagingTop {
    display:none !important;
}
.mobile-in-view {
    width:100% !important;
}
select option {
    padding-left: 5px;
    line-height: 32px;
    text-indent: 4px;
    cursor: pointer;
}


/* Homepage */
.banner_home_page_top {
    margin-bottom:0px !important;
}


/*Living Room Landing Page*/
#cat_living_room li {
    width: 31.5%;
}
#cat_living_room img {
    margin-top:10px;
    margin-bottom:5px;
}
#cat_living_room a.sub-cat-name {
    color: #808080;
    text-transform:uppercase;
    font-size: 15px;
    font-weight: 700;
}
#cat_living_room .SubCategoryListGrid > ul li {
    margin: 10px;
}
#cat_living_room .RowDivider {
    display:none;
}
@media screen and (max-width: 1200px){
    #cat_living_room li {
        width: 31%;
    }
}
@media screen and (max-width: 999px){
    #cat_living_room li {
        width: 30%;
    }
}
@media screen and (max-width: 767px){
    #cat_living_room li {
        width: 46%;
    }
}
@media screen and (max-width: 479px){
    #cat_living_room li {
        width: 94%;
    }
}


/*Shopping cart*/
.shopping_cart{ width: 100%;}
.shopping_cart #CartHeader h1 {color: #f79727;}
.shopping_cart .CartContents thead{ display:none;}
.shopping_cart .CartContents th{ text-transform: uppercase; font-size: 12px; font-weight: 900; color: #000; border-bottom: 1px solid #000; text-align: center;}
.shopping_cart table.CartContents tbody tr td{ border-bottom: 1px solid #000; padding:10px 0px;font-size: 12px; font-weight: 500;}
.shopping_cart .CartContents th:first-child, .shopping_cart table.CartContents tbody tr td:first-child{ text-align: left;}
.shopping_cart .CartContents .ProductName a{ float: left; color: #67625c; font-size:18px; font-weight: 500;line-height:20px;}
.shopping_cart .CartContents .ProductName a.CustomizeItemLink{ text-transform: none; text-decoration: underline;}
.shopping_cart .CartContents em { font-style: normal;}
.shopping_cart .BlockContent img{ width: 100px;}
.shopping_cart .CartContents tbody tr{ border-bottom: 1px solid #000;}
.shopping_cart .CartContents tbody tr.Last{ border-bottom: none;}
.shopping_cart .CartContents tfoot .SubTotal td div{ font-size: 16px; text-transform: uppercase; text-align: right;}
.shopping_cart .CartContents tfoot td .ProductPrice{padding-left: 20px;}
.shopping_cart .CartContents tfoot td {color:#000;}
.shopping_cart .CartContents .btn.alt{ border: 1px solid #000; font-weight: 300; font-size: 12px; color: #222; line-height:22px; }
.shopping_cart .CartContents .btn.alt:hover{background-color:#f79727;border:none;color:#fff;}
.shopping_cart .EstimateShipping dt {width:125px;}
.shopping_cart .EstimateShipping {
    border: 1px solid #e3e3e3;
    padding: 20px !important;
}
.shopping_cart .ProceedToCheckout .CheckoutButton .btn{
    background-color: #f79727;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    padding: 0 40px;
    color: #fff;
}
.shopping_cart  .CartContents tfoot .SubTotal td {
    border-top: none;
    font-weight: bold;
    text-align: right;
}
.shopping_cart .CartContents tfoot .SubTotal td div {
    padding: 10px 0;
}
.shopping_cart .CartContents tbody td, .shopping_cart  .CartContents tfoot td {
    padding: 6px 0px 6px 10px;
    vertical-align: top !important;
}
.shopping_cart .ProceedToCheckout .CheckoutButton .btn:hover{background-color:#f79727;}
.shopping_cart .btn-updatecart, .shopping_cart .KeepShopping a{ background: none; border: none; color: #000; text-transform: none; text-decoration: underline; font-family: "Lato",Arial,Sans-serif; font-weight: 300;}
.shopping_cart .btn-updatecart:hover{ cursor:pointer;}
.shopping_cart .KeepShopping{ float: left; margin-right: 35px; text-align: left;}
.shopping_cart #cartForm div.GroupButton{ float: left; margin-top: 15px;}
.CartCode h3{ border-bottom: 3px solid #222;  padding: 0 0 15px 0; margin-bottom: 15px;}
.CartCode input{ height: 40px; line-height: 24px; }
.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn{ background: #fff; border: 1px solid #000; font-weight: 300; font-size: 12px; color: #222;  letter-spacing: -0.5px;    width: 48px; height: 40px; line-height: 40px; margin-left: 10px;}
.CartCode .GiftCertificate input.btn:hover,
.CartCode .CouponCode input.btn:hover {background-color:#f79727;border:none;color:#fff;}
.CartCode .GiftCertificate, .CartCode #SecurePaymentArea{ float: left;}
.CartCode #SecurePaymentArea .img-secure{ margin-bottom: 20px;}
.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    min-width: 35px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 767px){
    #related-product-slider .ProductList .owl-item > li{ width: 95% !important;}
    .TitleHeading{font-size: 30px; padding: 0 0 0 0;}
    #AccountInbox .btn, .btn.alt, textarea, input[type="email"], input[type="text"], input[type="password"], input.Textbox{ line-height: 36px; font-size: 12px !important; width:100%;margin:0px 0;box-sizing:border-box;}
    #AccountInbox .form li label, .form dt { width : auto;}
    #AccountInbox div.selector { width : 100%;}
    #AccountOrderStatus .li-list h4 { margin-top : 30px;}
    #AccountOrderStatus .li-list form { width:100%;}
    #AccountOrderStatus .btn, .btn.alt, textarea, input[type="email"], input[type="text"], input[type="password"], input.Textbox{ width : 90%;margin:0;}
    #AccountOrderStatus .btns {position : static;width:100%;}
    #WishListEditFrom form .HorizontalFormContainer dd { margin-left : 0;}
    #WishListEditFrom .HorizontalFormContainer dt { text-align : left;}
    #WishListEditFrom .btn { width : 100%;}
    .AccountLogin .actions a {line-height:40px;}
    #LogInPage .login-form input[type=email], #LogInPage .login-form input[type=password] { width : 100%;}
    #CartEditProductFieldsForm #ModalButtonRow .FloatLeft {float:none;margin-bottom:10px;}
    #CartEditProductFieldsForm #ModalButtonRow .btn {width:100%;}
    /* fix bug shopping cart for mobile */
    .shopping_cart #cartForm div.GroupButton{
        float: none;
    }
    .productPage #ProductDetails .ProductThumbImage{height: auto;overflow: inherit;}
    #ProductDetails .ProductThumbImage img{position: static;transform: none;-webkit-transform: none;-ms-transform: none;}
    .ExpressCheckout #CheckoutStepConfirmation .CartContents tfoot label{display: block;}
    .ExpressCheckout #CheckoutStepConfirmation .CartContents tfoot input{display: inline-block;}
    .CartContents tfoot .SubTotal td div{padding: 0;}
    .ExpressCheckout #CheckoutStepConfirmation textarea{line-height: 18px;}
    .shopping_cart .CartContents tfoot td em.ProductPrice{padding-left: 0;}
    .shopping_cart .CartContents tfoot .SubTotal td{padding-left: 10px;}
}
@media screen and (max-width: 479px){
    #AccountInbox .btn, .btn.alt, textarea, input[type="email"], input[type="text"], input[type="password"], input.Textbox{ line-height: 36px; font-size: 12px !important; width:75%;margin:0px 0;box-sizing:border-box;}
}
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    padding-right: 14px;
}
@media only screen and (min-device-width: 480px)  and (max-device-width: 800px) {
    .shopping_cart table.CartContents tbody tr td{
        vertical-align: middle;
    }
    .shopping_cart table.CartContents tbody tr td div.selector{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 479px){
    #LogInPage .TitleHeading, #CreateAccountPage .TitleHeading{ font-size: 30px;}
    #LogInPage .login-form input[type=email], #LogInPage .login-form input[type=password]{ height: 36px; line-height: 36px; font-size: 12px !important;}
    #LogInPage .btn.alt{ height: auto;}
    #CreateAccountPage .FormContainer .box.borderB, #CreateAccountPage .FormContainer .box.bottom-form{ width: 100%; float: left;}
    #CreateAccountPage .FormContainer .box input, #CreateAccountPage .FormContainer .box div.selector{ height: 36px; line-height: 36px;}
    .btn, .btn.alt, textarea, input[type="email"], input[type="text"], input[type="password"], input.Textbox{ height: 36px; font-size: 12px !important;}
    .shopping_cart .ProceedToCheckout .CheckoutButton { padding:0;}
    .shopping_cart .ProceedToCheckout .CheckoutButton .btn{ height: 45px; line-height: 45px; margin:0}
    .shopping_cart .col-mobile{ display: none;}
    .btn{ letter-spacing: 0;}
	/* fix bug shopping cart for mobile */
    .shopping_cart .CartContents > thead {
        display: none !important;
    }
    .shopping_cart table.CartContents{
        display: block;
        width: 100%;
    }
    .shopping_cart table.CartContents > tbody {
        display: block;
    }
    .shopping_cart table.CartContents > tfoot{
        display: table;
        width: 100%;
    }
    .shopping_cart table.CartContents > tbody > tr {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .shopping_cart table.CartContents > tbody > tr > td {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    .shopping_cart .CartContents .ProductName a{
        display: block;
        text-align: center;
        float: none;
        margin-right: 0;
    }
    .shopping_cart .productAttributes{
        margin: 10px auto;
    }
    .shopping_cart .CartContents .CartRemoveLink{
        float: none;
        display: inline-block;
    }
    .shopping_cart .CartContents div.selector{
        margin-bottom: 0;
    }
    .shopping_cart .AlternativeCheckout p.PTB20{
        padding: 10px 0;
    }
    .shopping_cart .BlockContent img{ width: auto; max-with: 100%;}
}

@media screen and (max-width: 320px){
    .productPage #ProductDetails .ProductTinyImageList ul li{ margin: 0;}
    #ChooseShippingAddress > h2 { font-size : 28px;}
}

.font-awesome-fix-div {
    color:#f79727;
}
#font-awesome-fix-anchor {
    color:#f79727;
    text-decoration: none;
    margin-left: -2px;
}
#font-awesome-fix-anchor:hover {
    color:#000;
    text-decoration: none;
    margin-left: -2px;
}


/* styles for custom forms */
div.vertical-line {
  width: 1px; /* Line width */
  background-color: #ededed; /* Line color */
  height: 500px;
  margin-left: 50%;
  margin-right: 50%;
}
div.featured-vertical-line {
  width: 1px; /* Line width */
  background-color: #ededed; /* Line color */
  min-height: 100px;
  margin-left: 50%;
  margin-right: 50%;
}
.asteriskField {
    color: #f79727;
}
.form-horizontal .control-label {
    text-align:left;
}
.form-horizontal div.selector {
       width: 100%;
}
#PageContent div.selector,
#contactus_enquiry div.selector,
#support_enquiry div.selector{
    height: 34px;
    width:100%;
}
h1.finance-banner {
    font-size:36px;
    color:#f79727;
    font-weight:bold;
    margin:0px;
    letter-spacing: -2px;

}
h2.finance-banner {
    margin-bottom:10px;
    margin-left:-16px;
}
h3.finance-banner {
    font-size:20px;
    line-height: 1.2;
    font-weight: 300;
    font-family: "Gotham SSm A","Gotham SSm B",Arial,sans-serif;
    color: #68635d;
}
.finance-check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color:#f79727;
    font-size:20px;
}
.finance-check {
    list-style-type: none;
}
.finance-text li  {
    font-size:20px;
    padding-left:0em;
    margin:0em;
}
div.finance-img {
    padding-left: 0px;
    padding-right: 0px;
    margin:0 12px 0 -15px;
}
@media screen and (max-width:320px) {
    div.finance-img img {
        max-width: 100% !important;
    }
}
@media screen and (max-width:360px) {
    div.finance-img img {
        max-width: 100% !important;
    }
}
@media screen and (max-width:768px) {
    div.finance-img img {
        max-width: 100% !important;
    }
}
@media screen and (max-width:800px) {
    div.finance-img img {
        max-width: 170%;
    }
}
@media screen and (max-width:980px) {
    div.finance-img img {
        max-width: 170%;
    }
}
div.apply-banner {
    min-height:35px;
    vertical-align:middle;
    border:1px solid #808080;
    padding:8px;
}
div.apply-text {
    font-size:24px;
    font-weight: bold;
    vertical-align: middle;
    padding:20px;
    text-align: left;
}
button.apply-button {
    color:#fff;
    border:1px solid #808080;
    background-color:#f79727;
    font-size:18px;
}
@media screen and (min-width:767px) {
    div.apply-text {
        text-align: center;
    }
    button.apply-button {
        float:right;
    }
}
@media screen and (max-width: 550px){
    div.apply-text {
        padding: 0px;
    }
}
.hr-footer {
  margin-top:14px;
  width:100%;
}
@media screen and (min-width:768px) {
    .form .form-group {
        padding-bottom: 2.5em;
          margin-bottom: 15px;
          vertical-align: middle;
           margin-left: -15px;
          margin-right: -15px;
    }
    .md-border-right { border-right: 1px solid #ededed; }
}
@media screen and (max-width:768px) {
    .sm-border-right { border-right: 1px solid #ededed; }
    .heading-with-keyline h2 {font-size:20px}
    .slide-show {
        margin-bottom:20px;
    }
}
@media screen and (max-width:320px) {
    .heading-with-keyline h2 {font-size:12px}
}
.form .btn-form {
    padding-left:0px;
}
.form div.uploader {
    width:200px;
}
.form div.uploader-clip {
    margin-right: 8px;
    padding: 8px;
    font-size: 18px;
    border: 1px solid #ccc;
}
.vip-image {
    background: url("//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/custom/fof-vip.jpg?t=1517977814");
    background-repeat: no-repeat;
    background-size: 97% 100%;
}
.vip-p {
    min-height:350px;
}
.product-care-heading {
    color:#f79727;
    font-size: 30px;
}
.product-care-menu {
    color:#808080;
}
@media screen and (min-width:768px) {
    .product-care-content {
        color:#808080;
        border-left:1px solid #ededed;
        height:100%;
        padding-left: 40px;
    }
}
.product-care-text {
    font-size:18px;
    color:#808080;
    width: 100%;
    height: 10px;
}
.product-care-text a {
    color:#808080;
    display: block;
    height: 100%;
}
.product-care-text a:hover {
    color:#f79727;
}
.product-care-text a.active {
    color:#f79727;
}
.product-care-text div.active {
    color:#f79727;
}
.span-offers {
    color:#f79727;
}
.store-locations .btn-primary {
    border-radius:7px;
    margin:4px;
}


/*Product Details Banner Styles*/
.ProductBanner { text-decoration:none; color:#68635d; vertical-align:top; margin:0px; padding:20px; background-color: #ddd; margin-bottom:12px; }
.ProductBanner .ProductBannerHead {
    font-size:26px;
    font-weight:500;
    padding-bottom:12px;
    width:100%;
    text-align:left;
    letter-spacing: -3px;
    line-height: 110%;
}
.ProductBanner .ProductBannerHead .ProductBannerTextLeft {
    font-size:26px;
    float:left;
    padding-bottom: 4px;
    padding-right: 8px;
}
.ProductBanner .ProductBannerHead .ProductBannerTextRight {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 90%;
    padding-top: 12px;
    padding-left: 4px;
    display: inline-block;
    margin: 0 auto;
}
.ProductBanner .ProductBannerHead .ProductBannerMonthlyPayment {
    font-size:48px;
    font-weight:500;
    line-height: 50%;
    margin-right: 4px;
    letter-spacing: -4px;
}
.ProductBanner .ProductBannerHead .ProductBannerDollar {
    line-height: 20%;
    vertical-align: top;
    font-size: 28px;
    display: inline-block;
    margin-right: -0.3em;
}
.ProductBanner .ProductBannerHead .ProductBannerOther {
    vertical-align: top;
    display: inline-block;
    padding-left: 3px;
}
.ProductBanner .ProductBannerBody {
    font-size:12px;
    font-weight:500;
    padding-bottom:4px;
    letter-spacing: -1px;
}
.ProductBanner .ProductBannerBody .ProductBannerTerm {
    font-size:12px;
    font-weight:500;
}
.ProductBanner .ProductBannerBody .ProductBannerHow {
    font-size:12px;
    color:#f79727;
    font-weight:500;
}
.ProductBanner .ProductBannerBody .ProductBannerHow a, a:hover {
    color:#f79727;
}
.ProductBanner .ProductBannerFooter {
    font-size:10px;
    font-weight:300;
    display: inline-block;
}
.ProductBanner .ProductBannerFooter .ProductBannerTotalPayment {
    font-size:10px;
    font-weight:300;
}


/* -------------------- SEO More Info CSS -------------------- */
.cat-description {
    padding:0px !important
}

#moreinfo .collapse-header ~ * {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#moreinfo .collapse-header.active ~ * {
    height: auto;
}
#moreinfo .collapse-header {
    cursor: pointer;
    border-bottom: 1px solid #000;
    padding-bottom:5px;
    margin-bottom:10px;
}
#moreinfo i {
    display:block;
}


/* Account sign in page */
.account-check li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -15px;
    color:#f79727;
    font-size:20px;
}
.account-check {
    list-style-type: none;
}
.account-text li  {
    font-size:12px;
    padding-left:2em;
    margin:0em;
}
.product-listing-item .ProductImage {
    margin-bottom:8px;
}
.pname-facet {
    line-height: 1.2 !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.keyline-copy {
	padding-top:10px;
}

@media screen and (max-width:1199px) {
	.keyline-copy {
		padding-top:40px;
	}
}

#daremodal .modal-dialog, #folmodal .modal-dialog {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

#daremodal .modal-content, #folmodal .modal-content {
  margin: 0 auto;
}
#daremodal button, #folmodal button {
	color: #939393;
	top:-30px;
	float:left;
	left:-30px;
	position:absolute;
	line-height:1;
}

#DrawerMenu .dare a {
	padding: 15px 0px;
}

#DrawerMenu .dare img {
	position: relative !important;
	top:0px !important;
}

@media screen and (max-width:767px) {
	#daremodal button, #folmodal button {
		top: 0px !important;
		left:0px !important;
	}
}

/* Products labels on category page*/
.product-listing-item .label-hotprice {
    background: rgba(0, 0, 0, 0) url("//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/custom/labels/category/hotprice.png?t=1517977814") no-repeat scroll;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 2%;
    text-indent: -999px;
    top: 10px;
    width: 100px;
    z-index: 5;
}

/* Products labels on product page*/
.ProductThumb .label-hotprice {
    background: rgba(0, 0, 0, 0) url("//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/custom/labels/product/hotprice.png?t=1517977814") no-repeat scroll;
    height: 120px;
    overflow: hidden;
    position: absolute;
    right: 2%;
    text-indent: -999px;
    top: 10px;
    width: 120px;
    z-index: 5;
}

@media screen and (max-width:767px) {

	/* Products labels on category page - mobile*/
	.product-listing-item .label-hotprice {
	    background: rgba(0, 0, 0, 0) url("//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/custom/labels/category/hotprice-mob.png?t=1517977814") no-repeat scroll;
	    left: 8%;
	}

	/* Products labels on product page - mobile*/
	.ProductThumb .label-hotprice {
	    background: rgba(0, 0, 0, 0) url("//cdn10.bigcommerce.com/s-mqoph4yj/templates/__custom/images/custom/labels/product/hotprice-mob.png?t=1517977814") no-repeat scroll;
	    height: 60px;
	    right: 2%;
	    top: 10px;
	    width: 60px;
	}
}

/*Store Locations Custom Nav Styles*/
#store-locations .panel-group { margin-bottom: 1px; }
#store-locations .panel-group a { padding-left: 10px; text-decoration:none; white-space: nowrap;display:inline-block;}
#store-locations .panel-group a.state-heading {padding-left: 0px;padding-right:0px; width:84%;}
#store-locations .panel-group div { width:100%; }
#store-locations .panel-heading { height:34px !important;}
#store-locations .panel-default {width:100%;}
#store-locations .panel-body a { padding-left:2px; }
#store-locations .panel-body {padding: 0px;margin-bottom:-20px;}

#store-locations table tbody tr td, table.General tbody tr td, table, table.General { margin: 0px 0; }
#store-locations .fa-chevron-down {
	float: right;
    padding-right: 10px;
}
#store-locations .fa-chevron-up {
	float: right;
    padding-right: 10px;
}

#store-locations .more-less {
	float:right;
}

#store-locations .store-new {
	color:#f90;
	font-weight:500;
}

#store-locations .store-selected {
	color:#68635d;
	font-weight:400;
}

.store-locator-map-header {
	background-color:#f79727;
	margin-top:0px;
	color:white;
	padding:10px;
	font-size:14px;
}

.store-locator-stores-header {
	background-color:#68635d;
	margin-top:0px;
	color:white;
	padding:10px;
	font-size:14px;
	margin-bottom:3px;
}

#store-locations .state-heading {

}

#store-locations .state-group {
	display:block;
}

#storepoint-search {
	padding:0px !important;
	padding-top:2px !important;
	margin:0px !important;
	height: 41px !important;
}

#storepoint-search-bar-container  {
	width:100%;
}

#storepoint-searchbar {
	width:100% !important;
}

@media (max-width:600px) {
	.store-locator-stores-header {
		margin-top: 310px;
	}
}

@media (max-width:480px) {
    #store-locations .panel-group a.state-heading {padding-left: 0px;padding-right:0px; width:88%;}
}
@media (min-width:481px) and (max-width:991px) {
    #store-locations .panel-group a.state-heading {padding-left: 0px;padding-right:0px; width:92%;}
}
@media (min-width:992px) {
    #store-locations .panel-group a.state-heading {padding-left: 0px;padding-right:0px; width:86%;}
}