@charset "UTF-8";
/*! 
 * Theme: Darn Cheap Fabrics
 * Author: Leading Edge Web
 * Version: 0.1.0
 * 
 *
 */
/*
 * Base Structure
 * ========================================================================== */
img {
  max-width: 100%;
}
::-moz-selection {
  background: #f8c12b;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f8c12b;
  color: #fff;
  text-shadow: none;
}
/*
 * Typography
 * ========================================================================== */
@font-face {
  font-family: 'dinotregular';
  src: url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/fonts/dinot-webfont.eot');
  src: url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/fonts/dinot-webfont.eot#iefix') format('embedded-opentype'), url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/fonts/dinot-webfont.woff') format('woff'), url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/fonts/dinot-webfont.ttf') format('truetype'), url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/fonts/dinot-webfont.svg#dinotregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
p {
  margin: 0;
}
a {
  color: #f8c12b;
}
a:hover {
  color: #c88a0b;
  text-decoration: none;
}
/*
 * Forms
 * ========================================================================== */
.form-control:focus {
  border-color: #f8c12b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group--pretty .form-control {
  width: 96.5%;
  border-radius: 4px !important;
  height: 31px;
}
.input-group--pretty .input-group-btn .btn {
  padding: 8px 12px;
  border-radius: 4px !important;
  font-size: 12px;
  font-size: 10px;
  font-family: 'dinotregular', Sans Serif;
  text-transform: uppercase;
}
.col-separator {
  position: absolute;
  left: 48.5%;
  height: 100%;
}
.fa-separator {
  position: absolute;
  width: 1px;
  background: #eee;
  height: 100%;
}
.col-flow--right {
  float: right;
}
.form-title--trigger {
  display: block;
  position: relative;
  width: 170px;
  margin-left: 20px;
  margin-bottom: 25px;
  padding: 0 30px;
  font-style: italic;
  color: #7e7f91;
}
.form-title--trigger:before {
  left: 0;
}
.form-title--trigger:after {
  right: 0;
}
.form-title--trigger:before,
.form-title--trigger:after {
  position: absolute;
  top: 10px;
  content: '';
  width: 20px;
  height: 1px;
  background: #eee;
}
.form-horizontal {
  padding: 30px 0;
}
.form-horizontal .form-title {
  margin-bottom: 20px;
}
.form-control--pretty {
  background: #fcfcfc;
}
.form-control--pretty:hover {
  border-color: #b1b1b1;
}
.form-control--pretty:focus,
.form-control--pretty:active {
  border-color: #f8c12b;
}
.form-signup {
  max-width: 500px;
  margin: 0 auto;
}
.form-signup .field-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.form-signup .btn {
  margin-top: 10px;
  margin-bottom: 30px;
}
form label, .form-signup .form-group label {
  font-weight: normal;
}
.form-skin-fade .form-group label {
  font-weight: normal;
}
.form-polyfill {
  display: block;
  margin: 0 0 20px;
}
.form-login-highlight {
  display: block;
  margin-top: 2px;
  margin-bottom: 25px;
  color: #7e7f91;
}
.parsley-error-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.parsley-error-list .required {
  margin: 10px 0 0;
  padding: 10px;
  border-radius: 4px;
  background: #e95252;
  color: #fff;
}
.form-unoffset {
  padding: 0;
}
/*
 * Extras
 * ========================================================================== */
.mt-15px {
  margin-top: 15px;
}
.mt-25px {
  margin-top: 25px;
  color: #7e7f91;
}
.mt-20px {
  margin-top: 20px;
}
.mt-7px {
  margin-top: 7px;
}
.pt-5px {
  padding-top: 5s;
}
.text-red {
  color: red;
}
.branding {
  display: inline-block;
  width: 100%;
  height: 70px;
  margin: 25px 0 40px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/branding.jpg") no-repeat center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*
 * Navbar
 * ========================================================================== */
.navbar-default {
  background: #FFF;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 101 !important;
}
.navbar-default .navbar-nav li > a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.navbar-default .navbar-nav li > a:hover {
  color: #f8c12b !important;
}
.navbar-default .navbar-nav .active > a {
  background: transparent !important;
  color: #f8c12b !important;
}
.navbar-default .navbar-toggle {
  position: relative;
  top: 2px;
  margin: -2px 0 0 0;
  padding: 17px 15px;
  border: 0;
  border-radius: 0;
  background: #8a8a8a;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  outline: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 28px;
  height: 2px;
  margin-top: 6px;
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar-omega {
  margin-top: 0;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:hover {
  background: #383838;
}
.navbar-default .navbar-toggle--yellow {
  padding: 11px 15px;
  background: #ffb801;
}
.navbar-brand {
  display: inline-block;
  width: 162px;
  height: 69px;
  margin-top: 25px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/branding.jpg") no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.navbar-top li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  font-family: 'Times New Roman';
}
.navbar-top li a:after {
  content: '|';
  position: absolute;
  left: 0;
  color: #e6e6e6;
}
.navbar-top li:first-child a:after {
  display: none;
}
.navbar-top li:last-child a:after {
  display: none;
}
.navbar-top .navbar__item-pretty a {
  font-size: 12px;
  font-style: normal;
  font-family: 'dinotregular', Sans Serif;
  text-transform: uppercase;
}
.navbar-top .navbar__item-checkout {
  margin-top: 10px;
}
.navbar-top .navbar__item-checkout a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
}
.navbar-top .navbar__item-checkout .btn {
  position: relative;
  top: -3px;
}
.navbar__item-cart a {
  padding-right: 10px !important;
}
.navbar--main {
  margin: 20px 0;
}
.navbar--main li > a {
  padding: 0 24px;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #5f5f61 !important;
}
.navbar-search {
  margin-left: -15px;
  margin-right: -15px;
  background: #ba431e !important;
}
.navbar-search .navbar-nav {
  width: 100%;
  margin: 0 !important;
  padding: 12px;
  background: #383838 !important;
}
.navbar-search .search {
  width: 100%;
}
.navbar-search li {
  width: 100%;
  margin: 0;
  background: transparent !important;
}
.navbar-search .form-control {
  width: 100%!important;
  border: 0 !important;
}



#product-quantity, .product-quantity {
  padding:0 0 0 5px;
}

@media (min-width: 768px) {
  .navbar-search.in,
.navbar-search.collapse {
  display: none !important;
}
}
@media (max-width: 1024px) {
    
    .navbar-nav > li > a{
        padding-left: 7px;
        padding-right: 7px;
    }
    
    .navbar--main li > a{
        padding-left: 7px !important;
        padding-right: 7px !important;
        font-size: 15px !important;
    }
    
    .search .form-control{
        width: 100%;
    }
    
    /* old responsive menu */
    
/*  .navbar-default {
    text-align: center;
  }
  .navbar-header {
    float: none;
  }
  .navbar-brand {
    width: 192px;
    float: none;
  }
  .navbar-top {
    display: inline-block;
    float: none !important;
    margin-top: 20px;
  }
  .navbar-top li > a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .navbar-top .navbar__item-checkout {
    margin-top: 5px;
  }
  .navbar--main {
    display: inline-block;
    float: none !important;
    margin-top: 0;
  }
  .navbar__item-search {
    display: inline-block !important;
    float: none !important;
    width: 93%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .navbar__item-search .search,
  .navbar__item-search .form-control {
    width: 100% !important;
  }*/
}
@media (max-width: 1200px) {
  .navbar--main li > a {
    padding: 0 14px;
  }
}
@media (max-width: 600px)  {
  .js-navbar .navbar__item-search {
    display: none !important;
  }
  .navbar-default {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: left;
    min-height: 44px;
  }
  .navbar-default .navbar-collapse .navbar-nav li {
    margin: 0;
  }
  .navbar-default .navbar-collapse .navbar-nav li .btn {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-collapse .navbar-nav li > a {
    margin: 0;
    padding: 10px 15px !important;
    font-size: 12px;
    font-family: 'dinotregular', Sans Serif;
    font-style: normal;
    color: #000 !important;
    text-transform: uppercase;
    text-align: left;
    background:#FFF;
  }
  .navbar-default .navbar-collapse .navbar-nav li > a:hover {
    color: #f8c12b !important;
  }
  .navbar-default .navbar-collapse .navbar-nav li > a .badge {
    display: none;
  }
  .navbar-default .navbar-collapse .navbar-nav li > a:after {
    display: none;
  }
  .navbar-default .navbar-top {
    margin-bottom: 0;

  }
 /* .navbar-default .navbar-top li:first-child a {
    background: #ba431e;
  }
  .navbar-default .navbar-top li:nth-child(2n) a {
    background: #bf5625;
  }
  .navbar-default .navbar-top li:nth-child(3n) a {
    background: #c17e39;
  }
  .navbar-default .navbar-top li:nth-child(4n) a {
    background: #c19e4a;
  }
  .navbar-default .navbar-top li:nth-child(5n) a {
    background: #c2b65c;
  }
  .navbar-default .navbar-top li:nth-child(6n) a {
    background: #c2bdae;
  }*/
  .navbar-default .navbar-top li:nth-child(7n) .btn {
    background: #D4DBD6;
  }
  .navbar-default .navbar--main {
    margin-top: -3px;
    margin-bottom: 0;
  }
  .navbar-default .navbar--main li:first-child {
    background: #a1b0a6;
  }
  .navbar-default .navbar--main li:nth-child(2n) {
    background: #329e9d;
  }
  .navbar-default .navbar--main li:nth-child(3n) {
    background: #018b99;
  }
  .navbar-default .navbar--main li:nth-child(4n) {
    background: #027791;
  }
  .navbar-default .navbar--main li:nth-child(5n) {
    background: #025b84;
  }
  .navbar-default .navbar--main li:nth-child(6n) {
    background: #004370;
  }
  .navbar-default .navbar--main li:nth-child(7n) {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .navbar-default .navbar--main li:nth-child(7n) .form-control {
    border: 0;
  }
  .navbar-nav {
    display: block;
    margin-top: 0;
  }
  .navbar-collapse {
    max-height: 100%;
    border: 0 !important;
    background: #00253e;
  }
  .navbar-collapse.in {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    float: left;
    height: 50px;
    margin-top: 0;
    background-size: 60%;
  }
}
/*
 * Nav Tabs
 * ========================================================================== */
.nav-tabs-pretty {
  margin-top: 50px;
}
.nav-tabs-pretty .nav-tabs {
  margin-left: 5px;
  border: 0;
}
.nav-tabs-pretty .nav-tabs > li > a {
  margin-right: 3px;
  border-radius: 0;
  border: 1px solid #dadada;
  background: #f8f8f8;
  text-transform: uppercase;
  color: #828282;
}
@media (max-width: 1200px) {
  .nav-tabs-pretty .nav-tabs > li > a {
    color: #757575;
    font-size: 12px;
    margin-right: 3px;
  }
}
@media (max-width: 600px) {
  .nav-tabs-pretty .nav-tabs > li > a {
    display: block;
    
    width: 100%;
  }

  .carousel-caption {
    margin-bottom: -5px;
  }
}
@media (max-width: 600px) {
  .nav-tabs-pretty .nav-tabs li {
    float: none;
  }
}
.nav-tabs-pretty .nav-tabs .active > a {
  background: #FFF;
  border-bottom-color: transparent;
}
.nav-tabs-pretty .tab-pane {
  padding: 25px;
  border: 1px solid #dadada;
}
.nav-tabs--scope .nav-tabs > li > a {
  color: #757575;
}
@media (max-width: 1200px) {
  .nav-tabs--scope .nav-tabs > li > a {
    padding-left: 8px;
    padding-right: 8px;
    color: #757575;
    font-size: 12px;
    margin-right: 8px;
  }
}
.nav-tabs--scope .tab-pane {
  font-size: 15px;
  color: #7a7a7a;
}
/*
 * Carousel
 * ========================================================================== */
.main-carousel {
  margin: 0 0 37px;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner .item.active.left,
.carousel-inner .item.active.right {
  -webkit-animation: carousel-fade-out 0.5s 1 alternate ease-out forwards;
  -moz-animation: carousel-fade-out 0.5s 1 alternate ease-out forwards;
  animation: carousel-fade-out 0.5s 1 alternate ease-out forwards;
}
.carousel-inner .item.right {
  -webkit-animation: carousel-fade-in 0.5s 1 alternate ease-out forwards;
  -moz-animation: carousel-fade-in 0.5s 1 alternate ease-out forwards;
  animation: carousel-fade-in 0.5s 1 alternate ease-out forwards;
}
.carousel-control.left,
.carousel-control.right {
  background: transparent;
  background-color: transparent;
  opacity: 1;
}
.carousel-control.left .icon-arrow,
.carousel-control.right .icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.carousel-control.left .icon-arrow:hover,
.carousel-control.right .icon-arrow:hover {
  background-color: #f8c12b;
}
.carousel-control.left .icon-arrow {
  left: 10px;
  background-position: 8px -52px;
}
.carousel-control.right .icon-arrow {
  right: 10px;
  background-position: -10px -52px;
}
.carousel-body {
  padding: 0 50px 8px;
  font-family: Arial;
  font-size: 12px;
}
.carousel-caption {
  float: right;
  left: auto;
  right: auto;
  position: relative;
  width: 45%;
  text-align: left;
  text-shadow: none;
  font-family: 'Source Sans Pro', sans-serif;
  color: #505053;
  margin-top: 67px;
}
.carousel-title {
  margin-bottom: 10px;
  font-size: 36px;
}
.carousel-content {
  width: 85%;
  font-size: 20px;
  font-style: italic;
  font-family: 'Times New Roman';
  color: #777777;
}
.carousel-indicators {
  bottom: -10px;
}
@media (max-width: 1200px) {
  .carousel-indicators {
    bottom: -35px;
  }
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 0;
  background: #ccc;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.carousel-indicators li.active {
  margin: 1px;
  background: #9f9f9f;
}
.carousel-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}
.carousel-preloader-icon {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/carousel-preloader.gif") no-repeat center;
  margin: -100px 0 0 -100px;
}
@media (max-width: 1200px) {
  .carousel-caption {
    position: relative;
    padding-bottom: 0;
  }

  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .carousel-inner {
    text-align: center;
  }
  .carousel-inner .item > img {
    display: inline-block;
  }
  
  .carousel-caption{
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main-carousel {
    margin-top: 24px;
  }
  .carousel-caption {
    left: 5%;
    float: none;
    width: 100%;
 
  
    bottom: 0;
    margin-top: 0;
  
    padding-top: 0;
    margin-bottom: -20px;
  }
  .carousel-title {
    margin-bottom: 4px;
  }
  .carousel-caption p {
    margin-bottom: 0;
  }

  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 70%;
  }
}

@media (max-width: 600px) {
  .main-carousel {
    margin-top: 70px;
  }
  .carousel-title {
    font-size: 30px;
  }
  .carousel-content {
    font-size: 19px;
    line-height: 1.4;
  }
  
  .carousel-caption {
    margin-bottom: -10px;
  }
}
/*
 * Search
 * ========================================================================== */
.search {
  position: relative;
}
.search .form-control {
  position: relative;
  top: 1px;
  width: 255px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  font-style: italic;
  font-family: 'Times New Roman';
}
.search .form-control:focus {
  border-color: #f8c12b;
}
@media (max-width: 1200px) {
  .search .form-control {
    width: 100%;
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .search .form-control {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .search .form-control {
    width: 100%;
  }
}
.search-listing__terms {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.search-listing__terms .control-label {
  color: #555 !important;
  font-weight: normal;
}
.search__listing-title {
  padding-top: 18px;
  color: #888;
}
@media (max-width: 768px) {

  .search .form-control {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .search__listing-title {
    margin-bottom: 20px;
  }
}
.search-listing__views {
  color: #f8c12b;
}
/*
 * Badge
 * ========================================================================== */
.cart-badge {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 28px;
  height: 24px;
  margin-left: 5px;
  border-radius: 0;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -73px -2px;
  font-style: normal;
  font-family: 'Source Sans Pro', sans-serif;
}
.cart-badge .badge-views {
  position: relative;
  top: 2px;
  left: 2px;
  text-align: center;
}
.product__badge {
  float: right;
  margin-top: 5px;
  padding: 4px 10px;
  background: #f8c12b;
  font-size: 14px;
  font-weight: 300;
}
/*
 * Buttons
 * ========================================================================== */
.btn:focus {
  outline: 0;
}
.btn-sm {
  padding: 3px 9px !important;
}
.btn-gray {
  border: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#b3b3b3), to(#8b8b8b));
  background-image: -webkit-linear-gradient(top, #b3b3b3 0%, #8b8b8b 100%);
  background-image: -moz-linear-gradient(top, #b3b3b3 0%, #8b8b8b 100%);
  background-image: linear-gradient(to bottom, #b3b3b3 0%, #8b8b8b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb3b3b3', endColorstr='#ff8b8b8b', GradientType=0);
  color: #fff !important;
}
.btn-gray:focus,
.btn-gray:active {
  color: #FFF !important;
  background: #000 !important;
}
.btn-yellow {
  border: 0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e6ac36), to(#cc8b07));
  background-image: -webkit-linear-gradient(top, #e6ac36 0%, #cc8b07 100%);
  background-image: -moz-linear-gradient(top, #e6ac36 0%, #cc8b07 100%);
  background-image: linear-gradient(to bottom, #e6ac36 0%, #cc8b07 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6ac36', endColorstr='#ffcc8b07', GradientType=0);
  -webkit-box-shadow: 0 2px 0 0 #8d5d0d;
  box-shadow: 0 2px 0 0 #8d5d0d;
  color: #fff;
}
.btn-yellow:hover {
  color: #fff;
  position: relative;
  top: -1px;
  -webkit-box-shadow: 0 3px 0 0 #8d5d0d;
  box-shadow: 0 3px 0 0 #8d5d0d;
}
.btn-yellow:focus,
.btn-yellow:active {
  position: relative;
  top: 2px;
  -webkit-box-shadow: 0 0 10px #8d5d0d inset;
  box-shadow: 0 0 10px #8d5d0d inset;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e6ac36), to(#cc8b07));
  background-image: -webkit-linear-gradient(top, #e6ac36 0%, #cc8b07 100%);
  background-image: -moz-linear-gradient(top, #e6ac36 0%, #cc8b07 100%);
  background-image: linear-gradient(to bottom, #e6ac36 0%, #cc8b07 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6ac36', endColorstr='#ffcc8b07', GradientType=0);
}
.btn-black {
  padding: 10px 20px;
  background: #111;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-family: 'dinotregular', Sans Serif;
  color: #fff !important;
  text-transform: uppercase;
}
.btn-gray-simple {
  border-radius: 0;
  background: #a2a2a2;
  font-size: 12px;
  font-family: 'dinotregular', Sans Serif;
  color: #fff;
  text-transform: uppercase;
}
.btn-gray-simple span {
  padding-top: 4px;
  padding-right: 6px;
}
.btn-search {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 0;
  background: transparent;
}
.btn-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.btn-remove {
  width: 30px;
  height: 30px;
  border: 0;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -3px -76px;
  outline: 0;
}
.btn-pretty {
  padding: 14px 20px;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.btn-pretty:hover {
  top: 0;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
}
.btn-pretty:focus,
.btn-pretty:active {
  top: 0;
  background: #b47b07;
}
/*
 * Box
 * ========================================================================== */
.box--block .box__image {
  position: relative;
  height: 460px;
}
.box--block .box__image img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
.box--block:hover {
  text-decoration: none;
}
.box--block:hover .box__title {
  color: #111;
}
.box--block:hover .box__overlay {
  opacity: 0.4;
  border: 10px solid rgba(0, 0, 0, 0.2);
}
.box--block:hover .box__btn {
  opacity: 1;
  -webkit-animation: category-slide-up 0.5s linear forwards;
}
.box__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #f8c12b;*/
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.box--stroked {
  padding: 10px 15px;
  border: 1px solid #eee;
  -webkit-box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.05);
}
.box--stroked .box__title {
  margin-bottom: 15px;
  color: #f8c12b;
}
.box--stroked .box__list {
  padding: 0;
  list-style: none;
}
.box--yellow {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 15px;
  background: #f8c12b;
  -webkit-box-shadow: 0 0 0 3px #ffffff inset;
  box-shadow: 0 0 0 3px #ffffff inset;
  border: 6px solid #f8c12b;
}
.box--yellow .box__title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.box--yellow .table {
  background: #ffe79c;
}
.box--yellow .table tbody > tr > td {
  border-color: #e6b61d;
  color: #796010;
}
.box__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.box__title {
  margin-top: 10px;
  color: #777;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 768px) {
  .box--block .box__title {
    margin-bottom: 20px;
  }
  .box--block .box__image img {
    width: 100%;
  }
}

#apply_discount_code {
  margin-top: 8px;
}
@media (max-width: 500px) {
  .col-t-full {
    width: 100%;
  }
  .product--block {
    margin: auto;
    float: none;
    width: 100%;
  }
}
/*
 * Post
 * ========================================================================== */
.post--block .post__image img {
  display: block;
  width: 100%;
}
.post--block:hover {
  text-decoration: none;
}
.post--block:hover .post__content {
  color: #282828;
}
.post--block:hover .post__overlay,
.post--block:hover .post__view {
  opacity: 1;
}
.post--block:hover .post__overlay {
  border: 5px solid rgba(0, 0, 0, 0.5);
}
.post--block:hover .post__image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.post__image {
  position: relative;
  overflow: hidden;
}
.post__image img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post__overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.post__view {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  display: inline-block;
  width: 21px;
  height: 22px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat;
}
.post__content {
  margin-top: 5px;
  font-size: 16px;
  color: #535353;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (max-width: 800px) {
  .col-t-1of2 {
    width: 50%;
    min-height: 278px;
  }
  .col-t-1of2:before,
  .col-t-1of2:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .col-t-1of2:after {
    clear: both;
  }
}
.post-listing {
  margin: 25px 0;
}
.post-listing .post__highlight {
  padding: 2px 6px;
  background: #f8c12b;
  color: #FFF;
}
.post--spread {
  margin-bottom: 20px;
  color: #333;
  display: inline;
  display: -ms-inline-grid;
}
.post--spread .post__title {
  margin-bottom: 15px;
}
.post--spread img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post--spread-pretty:hover {
  color: #222;
  text-decoration: underline;
}
.post--spread-pretty:hover img {
  border-radius: 100%;
}
/*
 * Section
 * ========================================================================== */
.section:before,
.section:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.section:after {
  clear: both;
}
.section--pretty {
  padding: 20px;
  background: #eeeeee url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/bg-pattern.png") repeat;
  text-align: center;
}
.section--pretty img {
  display: inline-block;
}
@media (max-width: 768px) {
  .section--category {
    margin-bottom: 0!important;
  }
}
@media (max-width: 600px) {
  .section--pretty {
    margin-top: 52px;
  }
}
.section--post .section__title {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
  color: #565658;
}
.section--category {
  margin-bottom: 45px;
}
.section--category .col-md-4.col-sm-4.col-xs-4.col-t-full {
    padding: 0 5px;
}
.section--hero {
  position: relative;
  text-align: center;
}
.section--hero .branding {
  margin-top: 60px;
  margin-bottom: 60px;
}
.section--hero .section__title {
  font-size: 60px;
  font-weight: 300;
  color: #4b4b4b;
}
@media (max-width: 600px) {
  .section--hero .section__title {
    font-size: 28px;
  }
}
.section--hero .section__sub {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  color: #8d8d8d;
}
@media (max-width: 600px) {
  .section--hero .section__sub {
    font-size: 14px;
  }
}
.section--hero .section__form {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 400px;
  width: 90%;
  padding: 12px 0;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
}
@media (max-width: 600px) {
  .section--hero .section__form {
    bottom: 0;
    padding: 12px;
  }
}
.section--hero .section__form .form-group {
  width: 74%;
}
@media (max-width: 800px) {
  .section--hero .section__form .form-group {
    width: 100%;
  }
}
.section--hero .section__form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f8c12b;
}
.section--hero .section__form .btn {
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .section--hero .section__form .btn {
    width: 100%;
  }
}
.section--account .section__title {
  margin-bottom: 15px;
}
.section--account .section__title--caps {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*
 * Widget
 * ========================================================================== */
.widget {
  margin-bottom: 15px;
}
.widget:before,
.widget:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.widget:after {
  clear: both;
}
.widget--type-links {
  /*min-height: 250px;*/

}
.widget__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.widget--type-newsletter {
  float: right;
  padding-top: 50px;
}
.widget--type-newsletter .widget__title {
  float: left;
  padding-top: 3px;
}
.widget--type-newsletter .widget__core {
  float: right;
  width: 67.5%;
}
.widget--type-newsletter .form-control {
  border: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
  background-color: #f4f4f4;
  font-size: 12px;
  font-family: Arial;
  color: #383838;
}
.widget--type-pretty {
  padding: 10px;
  background: #ededed;
  border-radius: 8px;
  border: 2px dashed #979797;
}
.widget--type-pretty .widget__title {
  margin-bottom: 5px;
}
.widget--type-pretty .form-control {
  width: 97%;
  height: 30px;
  padding-left: 15px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}
.widget--type-pretty .btn {
  padding: 3px 10px;
  border: 0 ;
  border-radius: 0;
  background: #666666;
  font-size: 16px;
  color: #fff;
}
.widget--type-carousel {
  border: 1px solid #dfdfdf;
  background: #fcfcfc;
}
.widget--type-carousel .carousel {
  min-height: 200px;
}
.widget--type-carousel .carousel a {
  font-family: Georgia;
  text-transform: uppercase;
  color: #4c4c4c;
}
.widget--type-carousel .carousel-inner {
  text-align: center;
}
.widget--type-carousel .carousel-inner img {
  display: inline-block;
}
.widget--type-converter {
  padding: 15px;
  background: #ededed;
}
.widget--type-converter .widget__title {
  margin-bottom: 10px;
  font-family: Georgia;
  color: #49515c;
}
.widget--type-converter .radio {
  margin-bottom: 5px;
  font-size: 12px;
  font-family: Arial;
}
.widget--type-converter .radio input[type="radio"] {
  margin-top: 1px;
}
.widget--type-converter .form-control {
  width: 70px;
  height: 28px;
  padding: 6px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.widget--type-converter .js-converter-results {
  font-size: 18px;
  color: #313946;
}
.widget--type-ads img {
  width: 100%;
}
@media (max-width: 1024px) {
  .widget--type-ads {
    float: left;
    width: 47.5%;
    margin-right: 34px;
    margin-bottom: 20px;
  }
  .widget--type-ads:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .widget--type-ads {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .widget--type-ads:nth-child(2n) {
    margin-right: 0;
}
}
@media (max-width: 1200px) {
  .widget--type-newsletter .widget__core {
    width: 56.5%;
  }
}
@media (max-width: 990px) {
  .col-md-4--reset {
    width: 100%;
    margin-bottom: 30px;
  }
  .col-md-4--reset .widget {
    float: left;
    width: 50%;
  }
  .col-md-8--reset .widget {
    float: left;
    width: 25%;
  }
  .widget--type-newsletter {
    float: none;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .col-md-8--reset .widget {
    width: 50%;
    margin-bottom: 30px;
  }
  .widget--type-newsletter {
    padding-top: 0;
  }
  .widget--type-newsletter .widget__title {
    display: inline-block;
    float: none;
    width: 100%;
  }
  .widget--type-newsletter .widget__core {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .col-md-4--reset {
    margin-bottom: 0;
  }
  .col-md-4--reset .widget {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .col-md-8--reset .widget {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select--type-full .select2-container {
  width: 100%;
}
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */

  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */

  -webkit-box-sizing: border-box;
  /* webkit */

  -moz-box-sizing: border-box;
  /* firefox */

  box-sizing: border-box;
  /* css3 */

}
.select2-container .select2-choice {
  display: block;
  height: 34px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fcfcfc;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  padding-top: 2px;
  display: block;
  overflow: hidden;
  font-weight: 300;
  color: #828282;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png') -103px 6px no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */

  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
  border: 1px solid #f8c12b;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #f8c12b;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 5px;
  top: 0;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png') no-repeat -103px 6px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/search.png') no-repeat 98.5% 8px;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/carousel-preloader.gif') no-repeat 98.5%;
  -webkit-background-size: 3%;
  -o-background-size: 3%;
  background-size: 3%;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #f8c12b;
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #f8c12b;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -118px 6px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  background: #f8c12b;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #f8c12b;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*
 * List Pretty
 * ========================================================================== */
.list-pretty {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.list-pretty li {
  position: relative;
  padding-left: 10px;
}
.list-pretty a {
  font-size: 12px;
  font-family: Arial;
  color: #393a3e;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.list-pretty a:hover {
  color: #f8c12b;
  text-decoration: none;
}
.list-pretty a:hover:before {
  background-position: -21px -9px;
}
.list-pretty a:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -21px 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
/*
 * Icons
 * ========================================================================== */
.icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat;
}
.icon-mail {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 29px;
  height: 19px;
  margin-right: 10px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -27px 0;
}
.icon-search {
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -56px 0;
}
.icon-search--huge {
  width: 25px;
  height: 25px;
  background-position: -58px -28px;
}
.icon-search--small {
  margin-left: 4px;
  background-position: -35px -93px;
}
.icon-question {
  width: 6px;
  height: 11px;
  padding: 13px;
  background-color: #3f4752;
  border-radius: 100%;
  background-position: -81px -28px;
}
.icon-arrow {
  width: 6px;
  height: 11px;
  padding: 15px;
  border-radius: 100%;
  background-color: #979797;
}
.icon-cart {
  width: 27px;
  height: 23px;
  background-position: -44px -61px;
}
.icon-refresh {
  background-position: -77px -79px;
}
.icon-chev-left {
  width: 15px;
  background-position: -101px -79px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-chev-right {
  width: 15px;
  background-position: -101px -81px;
}
.icon-circular-check {
  float: left;
  width: 36px;
  height: 31px;
  margin-right: 8px;
  background-position: -129px -76px;
}
.icon-step {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 100%;
  background: #f8c12b;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
/*
 * Breadcrumbs
 * ========================================================================== */
.breadcrumb, .breadcrumbs {
  margin: 10px 0;
  padding: 0;
  background: transparent;
  list-style:none;
}
.breadcrumb li, .breadcrumbs li {
  padding-left: 20px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -73px -63px;
  vertical-align: top;
}
.breadcrumb li:first-child, .breadcrumbs li:first-child {
  padding-left: 0;
  background: none;
}
.breadcrumb a, .breadcrumbs a {
  font-size: 12px;
  color: #6f6f6f;
  text-transform: uppercase;
}
.breadcrumb .active, .breadcrumbs .active {
  padding-top: 2px;
  font-size: 12px;
  color: #c8c8c8;
  text-transform: uppercase;
}
.breadcrumb > li + li:before, .breadcrumbs > li + li:before {
  content: "";
  display: none;
}

.breadcrumbs li {
  float:left;
}
/*
 * Social Media
 * ========================================================================== */
.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}
.social-media li {
  float: left;
  margin-right: 5px;
  width: 38px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.social-media li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  background: #4d5357 url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat;
}
.social-media li a:hover {
  background-color: #f8c12b;
}
.social-media .facebook a {
  background-position: 9px -20px;
}
.social-media .pinterest a {
  background-position: -21px -20px;
}
.social-media .google-plus a {
  background-position: -134px 4px;
}
.social-media .youtube a {
  background-position: -134px -33px;
}

.social-media .instagram a {
  background-position: -174px -74px;
}

.social-sharing span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


/*
 * Products
 * ========================================================================== */
.product__thumbs {
  margin: 10px 0 10px -7px;
  padding: 0;
  list-style: none;
}
.product__thumbs-item {
  float: left;
  margin: 8px;
}
.product__thumbs-item img {
  /* width: 100%; */
  max-width: 100%;
}
.product__thumbs-item:nth-child(4n) {
  margin-right: 0;
}
.product__display .product__title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 40px;
  color: #4e4e50;
  text-transform: uppercase;
}
.product__caption {
  margin-bottom: 5px;
  font-size: 15px;
  color: #656567;
  text-transform: uppercase;
}
.product__view {
  position: relative;
}
.product-category-listing__item--pretty {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  overflow: 0;
  -webkit-animation: item-in 0.5s 1 alternate ease-out forwards;
  -moz-animation: item-in 0.5s 1 alternate ease-out forwards;
  animation: item-in 0.5s 1 alternate ease-out forwards;
}
.product-category-listing {
  margin: 20px 0;
}
.product-category-listing:after {
  content: '';
  display: table;
  clear: both;
}
.product-category-listing .product__image-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 193, 43, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.product-category-listing .product__image {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 215px;
}
.product-category-listing .product__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
    opacity: 1;
    
  width: auto;
    
  height: auto;
  }
@media (max-width: 1200px) {
  .product-category-listing .product__image {
    min-height: 220px;
  }
}
@media (max-width: 768px) {
  .product-category-listing .product__image {
    min-height: 200px;
  }
}
@media (max-width: 450px) {
  .product-category-listing .product__image {
    min-height: 300px;
  }
  .product__view {
    /* height: 230px!important; */
  }
}
.product-category-listing .product__item {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
}
.product-category-listing .product__item:hover .product__image-overlay {
  opacity: 1;
}
.product-category-listing .product__item:hover .btn {
  opacity: 1;
}
.product-category-listing .product__item .btn {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
@media (max-width: 600px) {
  .product-category-listing .product__item .btn {
    display: none;
  }
}
.product-category-listing .product__content {
  display: block;
  overflow: hidden;
  padding: 8px 11px;
  background: #F5F5F5;
  min-height: 70px;
}
.product-category-listing .product__title {
  color: #333;
  text-transform: uppercase;
}
.product--category-item {
  margin-bottom: 28px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product--category-item .product__title {
  float: left;
}
.product__featured-sale-icon {
  z-index: 100;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 116px;
  height: 116px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/featured-sale.png") no-repeat;
}
.product--block {
  text-align: center;
  max-width: 285px;
}
.tab-content.product--block {
  max-width: 100%;
}
.tab-content.product--block .product__link {
  text-decoration: none;
  font-size: 20px;
  padding: 0px 17px;
  display: inline-block;
  margin-top: 5px;
}
.product--block .product__item:hover img {
  opacity: 0.5;
}
.product--block .product__item:hover .product__link {
  border-color: #f8c12b;
  color: #f8c12b;
  text-decoration: none;
}
.product--block .product__title {
  margin: 6px 0 3px 0;
  font-size: 16px;
  font-weight: 300;
  float: none;
  display: block;
  letter-spacing: -1px;   white-space: nowrap;   overflow: hidden;   text-overflow: ellipsis;
}
.product--block .product__body {
  color: #4f4f51;
}
.product--block .product__image img {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.product--block .product__content {
  font-size: 16px;
}
.product--block .product__content span, .product--block .product__content p {
  display: block;
  font-size: 24px;
  margin: 0;
  color: #333;
}
.product--block .product__link {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 10px;
  border: 1px solid transparent;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.product__stocks {
  margin-bottom: 40px;
  color: #68686a;
}
.product__tip {
  margin-bottom: 10px;
}
.product__tip span {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
}
.product__tip h4 {
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #4c535d;
  text-transform: uppercase;
}
.product__tip h4:after {
  content: '';
  display: table;
  clear: both;
}
a.show_matching_thread {
   display: inline-block;
}
@media (max-width: 480px) {
  .product__tip h4,
  .product__tip span {
    text-align: center;
    float: none;
  }
  
  a.show_matching_thread {
      float: none!important;
      margin: 20px 0 5px!important;
  }
  .icon-question {
      margin-bottom: -8px;
  }
}
@media (max-width: 1200px) and (min-width: 1100px) {
  .product__tip h4 {
    font-size: 12px;
  }
}
.offers del {
  font-size: 22px;
  color: #909090;
}
.offers .price__amout--huge {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 28px;
  color: #626262;
}
.price__utilities {
  font-size: 13px;
  color: #646464;
  text-transform: uppercase;
}
.product__quantity-views {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.product__quantity-price {
  margin-left: 12px;
  margin-top: 1px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .js-cart-counter {
    float: none !important;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 18px;
  }
}
.product__sale-icon {
  display: inline-block;
  width: 124px;
  height: 38px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/on-sale.jpg") no-repeat;
}
.product__category-small {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #d5d5d5;
}
.product__featured-price {
  display: block;
  padding-top: 5px;
}
/*
 * Nice Scroll
 * ========================================================================== */
.nicescroll-rails div {
  cursor: pointer;
}
/*
 * jQzoom
 * ========================================================================== */
.zoomPad {
  position: relative;
  z-index: 99;
  cursor: crosshair;
}
.zoomPad img {
  height: auto!important
}
.zoomPreload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.zoomPreload i {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 110;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #ffffff url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/ajax-loader.gif") no-repeat center;
}
.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 120;
  position: absolute;
  z-index: 101;
  cursor: crosshair;
}
.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/

  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.zoomWrapper {
  position: relative;
  z-index: 110;
}
.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
  max-width: none;
}
.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}
.zoomThumbActive img {
  -webkit-box-shadow: 0 0 0 2px #000000;
  box-shadow: 0 0 0 2px #000000;
}
/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************//*
 * Spin Edit
 * ========================================================================== */
.quantity {
  float: left;
  width: 60px;
}
.quantity .form-control {
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
  display: block;
  background: #d9dadc;
  border-left: 0;
  border-bottom: 1px solid #bcbdbf;
  border-right: 1px solid #bcbdbf;
  height: 15px;
  width: 17px;
  font-size: 11px;
  line-height: 0;
}
.bootstrap-touchspin-down:focus,
.bootstrap-touchspin-up:focus,
.bootstrap-touchspin-down:hover,
.bootstrap-touchspin-up:hover,
.bootstrap-touchspin-down:active,
.bootstrap-touchspin-up:active {
  background: #c2c2c2;
}
.bootstrap-touchspin-down {
  border-top: 1px solid #bcbdbf;
}
.bootstrap-touchspin-up {
  border-top: 0;
}
p {
  margin-bottom: 20px;
}
/*
 * Alert
 * ========================================================================== */
.alert-success {
  border: 0;
  background: #f8c02d;
  color: #fff;
}
.alert-success .btn {
  font-size: 12px;
}
.alert-success--checked {
  overflow: hidden;
  margin-top: 20px;
  padding: 12px;
}
.alert-success--checked .alert__title {
  display: block;
  padding-top: 5px;
}
/*
 * Tooltip
 * ========================================================================== */
.tooltip .tooltip-inner {
  max-width: 100%;
  padding: 8px 10px;
  background: #3f4752;
  font-size: 14px;
  text-align: left;
  text-transform: none;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #3f4752;
}
/*
 * CSS3 Animations
 * ========================================================================== */
@-webkit-keyframes carousel-fade-out {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes carousel-fade-out {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes carousel-fade-in {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes carousel-fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes carousel-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes carousel-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes item-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes item-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes item-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes category-slide-up {
  0% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0;
  }
}
@-moz-keyframes category-slide-up {
  0% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0;
  }
}
@keyframes category-slide-up {
  0% {
    padding-top: 10px;
  }
  100% {
    padding-top: 0;
  }
}
/*
 * table
 * ========================================================================== */
.table-responsive {
  margin: 1em 0 0;
  border: 0;
}
.table--product-cart {
  margin: 20px 0 0;
}
.table--product-cart .form-control {
  font-family: 'Source Sans Pro', sans-serif;
}
.table--product-cart thead {
  background: #a1a1a1;
}
.table--product-cart thead tr th {
  font-size: 12px;
  font-family: 'dinotregular', Sans Serif;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.table--product-cart tbody tr td {
  border-bottom: 1px solid #f7f7f7;
  font-family: Arial;
  vertical-align: middle;
  color: #7f8080;
}
.table--product-cart tbody tr:hover {
  background: #f7f7f7;
}
.table--product-cart img {
  float: left;
}
.table--product-cart .product__content {
  float: left;
  padding: 20px 10px;
}
.table--product-cart .product__title {
  color: #7f8080;
}
.table--product-cart .product__title-sub {
  display: block;
  color: #7f8080;
}
/** Extension **/
.mycart-shipping {
  margin: 20px 0;
  border-bottom: 3px solid #f7f7f7;
  text-align: right;
}
.mycart-shipping p {
  margin: 0 0 20px!important;
  padding: 10px 0 0;
  font-size: 14px;
  color: #7f8080;
}
.mycart-shipping span {
  font-weight: bold;
}
.mycart_details {
  border-bottom: 3px solid #f7f7f7;
  width: 100%;
}
.mycart_details .mycart__order {
  float: right;
  margin: 20px 0;
  color: #7f8080;
}
.mycart_details .mycart__order .mycart-order--content,
.mycart_details .mycart__order .mycart-order--details {
  float: left;
}
.mycart_details .mycart__order .mycart-order--content span,
.mycart_details .mycart__order .mycart-order--details span {
  display: block;
  text-align: right;
  font-size: 16px;
}
.mycart_details .mycart__order .mycart-order--details {
  padding-left: 30px;
}
.cart_submit {
  margin: 10px 0;
  float: right;
}
.cart_submit .btn{
 float: right;
}
.icon-chevron-right:before {
  content: "\f054";
  font-size: 15px;
}
.mycart-btn {
  width: 120px;
  height: 30px;
  text-transform: uppercase;
  color: #fcfcfc;
  background: #a1a1a1;
}
.table-md {
  overflow: hidden;
  border-radius: 5px;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 0 1px #e4e4e4;
  box-shadow: 0 0 0 1px #e4e4e4;
}
.table-md thead > tr > th {
  padding: 15px;
  font-size: 13px;
  text-transform: uppercase;
}
.table-md tbody > tr > td {
  padding: 12px 15px;
  font-size: 12px;
  font-family: 'Arial';
  color: #7f7f7f;
}
.table-md th:last-child,
.table-md td:last-child {
  text-align: right;
}
.table-md th:nth-of-type(2n),
.table-md td:nth-of-type(2n) {
  text-align: center;
}
.table-fade {
  color: #5F5F5F;
}
.object-preloader {
  display: block;
  position: relative;
  text-align: center;
  clear: both;
  width: 100%;
}
.object-spinner {
  position: relative;
  bottom: -16px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: #ffffff url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/carousel-preloader.gif") no-repeat center;
}
.page-error {
  text-align: center;
  margin-top: 40px;
}
.page-error .branding {
  margin-bottom: 10px;
}
.page-error__title {
  font-family: 'dinotregular', Sans Serif;
  font-size: 50px;
  color: #f8c12b;
  text-transform: uppercase;
}
.page-error__content {
  margin-bottom: 60px;
  color: #4f4f4f;
}
.page-error__content strong {
  color: #222;
}
/*
 * Payment
 * ========================================================================== */
.payment-section .payment__header {
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #f1f1f1;
}
.payment-section .payment__header h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.payment-section .payment__header .ctlog-btn {
  margin: 15px 0;
  text-align: right;
}
@media (max-width: 1024px) {
  .payment-section .payment__header .ctlog-btn {
    text-align: left;
  }
}
.payment-section .payment__header .ctlog-btn h3 {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 14px;
}
@media (max-width: 1024px) {
  .payment-section .payment__header .ctlog-btn h3 {
    top: -10px;
  }
}
@media (max-width: 480px) {
  .zoomPad img {
    width: 330px!important;
    height: auto!important;
  }
}
.payment .radio {
  display: none;
}
.payment-section .method {
  border-left: 1px solid #f4f4f4;
}
.payment-section .method .f-align {
  margin-top: 15px;
}
.payment-section .method .f-align .rate {
  margin-right: 10px;
  padding: 2px 10px;
  background: #fcbf10;
  color: #fff;
  border-radius: 3px;
}
.payment-section .method .payment {
  margin: 2em 0 0;
}
.payment-section .method .payment .adv {
  margin-left: -15px;
}
.payment-section .method .payment span {
  font-family: Arial;
  font-size: 11px;
  font-style: italic;
  color: #a7a7a7;
}
@media (max-width: 600px) {
  .payment-section .method .payment span {
    display: none;
  }
}
.payment-section .method .review {
  padding: 2em 0 0;
}
.payment-section .method .review .total {
  margin: 0 -15px;
}
.payment-section .method .review .total .total--content span,
.payment-section .method .review .total .total--details span {
  display: block;
}
.payment-section .method .review .total .total--details {
  text-align: right;
}
.payment-section .method .coupon {
  margin: 2em 0 0;
}
.payment-section .method .coupon .comment {
  margin: 2em 0 0 ;
}
.payment-section .method .coupon .coupon__option {
  margin: 1em -15px 0;
}
.payment-section .method .agree {
  margin: 2em -15px 0;
  padding: 1em 0;
  border-top: 1px solid #f4f4f4;
}
.payment-section .method .agree .agree-align {
  margin-top: 1em;
}
.payment-section .method .agree .agree--details {
  padding-top: 5px;
}
.payment-section .method .place__order {
  margin: 2em 0 0 -15px;
  float: left;
}
@media (max-width: 600px) {
  .payment-section {
    margin-top: 40px;
  }
}
.method__payment {
  max-width: 195px;
}
.method__media {
  display: block;
  margin-bottom: 10px;
  border: 3px solid #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.method__media:hover {
  border-color: #dadada;
}
.method__payment-active {
  display: block;
  position: relative;
}
.method__payment-active:after {
  position: absolute;
  top: -8px;
  right: -8px;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #f8c12b url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") no-repeat -106px -14px;
}
.method__payment-active .method__media {
  border-color: #f8c12b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.payment__title {
  font-size: 20px;
}
.pagination a {
  color: #555;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination .active a {
  background: #f8c12b;
  border-color: #f8c12b;
}
.pagination .active a:hover,
.pagination .active a:focus,
.pagination .active a:active {
  background: #f8c12b;
  border-color: #f8c12b;
}
/*
 * List Group
 * ========================================================================== */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background: #f8c12b;
  border-color: #f8c12b;
}
a.list-group-item {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.list-group-item:hover {
  color: #222;
}
.story .social-sharing {
  margin-bottom: 20px;
}
.story__image {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  margin-bottom: 20px;
}
.story__image img {
  position: absolute;
}
/*
 * FAQS
 * ========================================================================== */
.faq__headings {
  text-align: center;
}
.faq__headings .faq__title {
  display: inline-block;
  width: 70px;
  height: 71px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/faq-title.jpg") no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.faq__item .faq__title {
  margin-bottom: 15px;
  padding: 15px;
  background: #f6f6f6;
  color: #767676;
}
/*
 * Panel
 * ========================================================================== */
.panel-group .panel-faq + .panel {
  margin-top: 12px;
}
.panel-faq .panel-heading,
.panel-faq .panel-title {
  display: block;
}
.panel-faq .panel-title {
  float: left;
}
.panel-faq .panel-heading {
  float: none;
  overflow: hidden;
  outline: none;
  font-size: 16px;
  color: #f8c12b;
}
.panel-faq .panel-heading .icon-faq {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  background: url("/National_Library/oe_/http://www.darncheapfabrics.com.au/assets/images/spritemap.png") -182px -6px no-repeat;
}
.panel-faq .panel-heading.collapsed {
  color: #333;
}
.panel-faq .panel-heading.collapsed .icon-faq {
  background-position: -182px -39px;
}
.map {
  margin-top: -27px;
  border: 0;
  margin-bottom: 10 px;
  background: #e8e7e3;
}


div.product__image.active {
  border: solid 5px #e6ac36;
  position: relative;
}

span.matching__thread {
  background: #e6ac36;
  color: #FFF;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  padding: 5px 0;
  text-transform: uppercase;
}

a.show_matching_thread {
  border: solid 1px #000;
  padding: 2px 10px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #000;
  float: right;
  display: inline-block;
  margin-top: 4px;
}
/*
 * Content
 * ========================================================================== */
.t-content {
  float: left;
  width: 80%;
}
@media (max-width: 1200px) {
  .t-content {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .t-content {
    float: none;
    width: 100%;
    margin-top: 60px;
  }
}
.content-small {
  max-width: 800px;
  width: 90%;
  margin: 30px auto 0;
}
.content-small .content__title {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}
.t-content__title--center {
  text-align: center;
}
.t-content--full {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 600px) {
  .t-content--secondary {
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  .col-t-2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .col-t-2 {
    width: 50%;
  }
}
/*
 * Sidebar
 * ========================================================================== */
.t-sidebar {
  float: right;
  width: 18%;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .t-sidebar {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .t-sidebar {
    float: none;
    width: 100%;
  }
}
/*
 * Footer
 * ========================================================================== */
.t-footer {
  margin-top: 70px;
  padding-top: 30px;
  border-top: 2px solid #dedede;
}
.t-footer__bottom {
  margin-top: 30px;
  padding: 10px 0;
  background: #4d5357;
  font-family: Arial;
  font-size: 12px;
  color: #d0d0d0;
}
.t-footer--secondary {
  margin-top: 80px;
}
.t-footer--small .copyright {
  color: #c2c2c2;
  text-align: center;
  font-weight: 300;
}

@media (max-width: 1000px) {
  .t-footer {
    margin-top: 30px!important;;
  }
}
@media (max-width: 600px) {
  .t-footer {
    margin-top: 20px!important;;
  }
  .t-footer__bottom {
    text-align: center;
  }
  .t-footer__bottom .author,
  .t-footer__bottom .copyright {
    float: none !important;
  }
}


/* fixes */

.product__view{
    overflow: hidden;
}

a:active, a:focus{
    outline: none;
}

footer .social-media li{
    width: 38px;
}

ul.social-media li{
    width: 38px;
}


#paypal_form_holder{
    padding: 50px 0 400px 0;
    text-align: center;
}

.success_message{
    padding: 30px 0 300px 0;
}

.container .alert-danger {
  
    background: none repeat scroll 0 0 #FCDCE1;
    border-color: #ED1A3A;
    color: #ED1A3A;
    text-align: left;
}

.row .remove-padding
{
    padding-right:0px;
    padding-left:0px;
}

.washing_table td{
    padding: 0 5px;
}

.nav>li>a {
position: relative;
display: block;
padding: 8px 12px;
}

.sidebar_item_img{
    min-height: 106px;
    margin: 5px 0;
}
.bold-text{
  color: #1D1D1D;
  font-weight: 15px;
}
.btn-shop{
  margin-top: 20px;
}
