@font-face {
    font-family: novecento_widemedium;
    src: url(../fonts/novecentowide-medium-webfont.eot);
    src: url(../fonts/novecentowide-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/novecentowide-medium-webfont.woff2?v=2.1) format("woff2?v=2.1"), url(../fonts/novecentowide-medium-webfont.woff) format("woff"), url(../fonts/novecentowide-medium-webfont.ttf) format("truetype"), url(../fonts/novecentowide-medium-webfont.svg#novecento_widemedium) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: novecento_widebook;
    src: url(../fonts/novecentowide-book-webfont.eot);
    src: url(../fonts/novecentowide-book-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/novecentowide-book-webfont.woff2?v=2.1) format("woff2?v=2.1"), url(../fonts/novecentowide-book-webfont.woff) format("woff"), url(../fonts/novecentowide-book-webfont.ttf) format("truetype"), url(../fonts/novecentowide-book-webfont.svg#novecento_widebook) format("svg");
    font-weight: 400;
    font-style: normal
}
/* HEADER */
.top-bar {
    background: black;
    color: white;
    font-family: novecento_widemedium;
    font-size: 12px;
    line-height: 30px;
}
.top-bar a {
    color: white;
}
.top-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.top-bar ul li {
    display: inline-block;
}
.top-bar h4 {
    font-size:12px;
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.top-bar ul li:first-child a {border-right: 1px solid white;padding-right: 10px;}

.top-bar ul li:last-child a {
    padding-left: 5px;
}
header {
    padding-top: 10px;
}
.logo {
    margin: 0;
}
.logo a {
    text-decoration: none;
}
.logo span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-stretch:  normal;
    font-style:  italic;
    color: black;
}
.searchbox .searchform {
    margin-top: 15px;
}
.searchbox input {
    width: 85%;
    display: inline-block;
    float: left;
    height: 40px;
    margin: 0 0 5px 0;
    border-radius: 0 !important;
    padding: 6px 10px;
    border: 1px solid #ccc;
}
.searchbox button {
    width: 15%;
    float: left;
    display: inline-block;
    height: 40px;
    margin: 0 0 5px 0;
    border-radius: 0 !important;
    padding: 6px 10px;
    border: 1px solid #ccc;
    background: white;
}
.searchform {
    margin-top: 15px;
}
.menu {
    background: white;
    margin: 15px 0;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.menu ul li {
    display: inline-block;
    float: left;
}
.menu ul li a {
    padding: 15px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s linear;
    color: black;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.menu ul li a:hover {
    background: black;
    color: white;
    text-decoration: none;
}


/* AMAZON SEARCHFORM */
.amazon-search {
    font-family: novecento_widebook;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px 50px 40px 50px;
}
.amazon-search h3 {
    font-size: 18px;
}
.amazon-search .form-fields {
    margin-bottom: 20px;
}
.amazon-search .country > div {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    vertical-align: inherit;
}
.amazon-search .country input {
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: bottom;
}
.amazon-search .search-box input {
    width: 85%;
    float: left;
    display: inline-block;
    height: 40px;
    margin: 0 0 5px 0;
    border-radius: 0 !important;
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.amazon-search .search-box button {
    width: 15%;
    float: left;
    display: inline-block;
    height: 40px;
    background: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    vertical-align: middle;
}
.amazon-search .dropdown select, .amazon-search .max-price input {
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    color: #848484;
}


/* BIG TITLE */
.big-title {
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    color: black;
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
    font-family: novecento_widebook;
}
.big-title:before {
    border-top: 1px solid #000;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.big-title span {
    background: #fff;
    padding: 0 15px;
    font-size: 17px;
}



/* RESULTS */
.results .item {
    margin-bottom: 40px;
	min-height: 440px;
}
.thumbnail img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin:auto;
}
.results .details-wrap h3 {
    font-size: 12px;
    font-weight: 700;
    display: block;
    font-family: novecento_widemedium;
    padding-bottom: 0;
    margin-bottom: 3px;
    color: rgb(102, 102, 102);
}
.results .details-wrap h4 {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 0;
    margin: 0 0 5px 0;
    font-family: novecento_widebook;
    color: rgb(102, 102, 102);
}
.results .price-wrap {
    font-family: novecento_widebook;
}
.results .current-price {
    float: left;
    display: inline-block;
    width: 50%;
}
.results .old-price {
    float: right;
    display: inline-block;
    width: 50%;
    text-align: right;
    text-decoration: line-through;
}
.off span {
    background: #C0504D;
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";    
    float: right;       
    color: white; 
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";   
}
.panel-heading a {
    text-decoration: none;
}
.panel-body ul {padding-left: 20px;}
.panel-body ul li a label {
    color: black;
    font-size: 12px;
    font-family: novecento_widemedium;
    cursor: pointer;
}



/* FOOTER */
.bottom-footer {
    background: black;
    color: white;
    font-family: novecento_widemedium;
    font-size: 11px;
    padding: 30px 0 30px 0;
}
.bottom-footer a {
    color: white;
}
.bottom-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bottom-footer ul li {
    display: inline-block;
    margin-right: 10px;
}
.copyright {
    text-align: center;
    margin: 0;
    padding: 30px 0 0 0;
}
.top-footer {
    background: #ececec;
    color: black;
    font-size: 11px;
    padding: 30px 0 30px 0;
    font-family: novecento_widebook;
}
.newsletter h4 {
    font-size: 15px;
    display: inline-block;
    margin: 0;
    float: left;
    line-height: 30px;
}
.newsletter-form {
    display: inline-block;
    margin-left: 20px;
}
.newsletter-form input {width: 200px;height: 30px;float: left;display: inline-block;padding: 6px 10px;}

.newsletter-form button {
    height: 30px;
    background: black;
    color: white;
    border: 0;
    float: left;
    padding: 0 15px;
}
.social-footer ul li a {
    color: black;
    font-size: 22px;
}

.social-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}





/* BRANDS LIST */
.brandlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.brandlist li {
    display: inline-block;
    width: 19.8%;
    margin: 0;
    float: left;
    /* border: 1px solid #ccc; */
    height: 60px;
    margin-bottom: 1px;
    margin-right: 1px;
    position: relative;
}
.brandlist li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin: auto;
}





.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(2, 2, 2, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border: 1px solid white;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.footer-top {
    position: relative !important;
    right: inherit !important;
    top: inherit !important;
    text-align: right;
    background: none !important;
    color: white !important;
    font-size: 11px !important;
    width: auto;
    height: auto;
    text-indent: 0 !important;
    opacity: 1 !important;
    box-shadow: none;
    overflow: visible;
    display: block !important;
    z-index: 1 !important;
    bottom: inherit;
    border: 0;
}






/* RESPONSIVE */
@media only screen and (min-width: 767px) and (max-width: 1025px) {
.amazon-search {
    width: 70%;
}
.newsletter h4 {
    text-align: center;
    float: none;
    display: block;
}
.newsletter-form {
    display: table;
    margin: 0 auto;
    padding-bottom: 15px;
}
.social-footer ul {
    display: block;
    text-align: center;
    float: none;
}
 .newsletter-form:after {
    display: block;
    clear: both;
    content: '';
}
.bottom-footer ul {
    text-align: center;
}
.copyright {
    padding: 20px 0 0 0;
}
.footer-top {
    display: none !important;
}
}
@media only screen and (max-width: 767px) {
.logo {
    text-align: center;
}
.top-bar {
    text-align: center;
}
.amazon-search {
    width: 99%;
    padding: 10px 20px 30px 20px;
}
.amazon-search .country input {
    width: 15px;
    height: 15px;
}
.newsletter h4 {
    text-align: center;
    float: none;
    display: block;
}
.newsletter-form {
    display: block;
    margin: 0;
    padding-bottom: 15px;
}
.social-footer ul {
    display: block;
    text-align: center;
    float: none;
}
.social-footer ul li a {} .newsletter-form:after {
    display: block;
    clear: both;
    content: '';
}
.bottom-footer ul {
    text-align: center;
}
.copyright {
    padding: 20px 0 0 0;
}
.footer-top {
    display: none !important;
}
.brandlist li {
    width: 33%;
}
.brandlist li img {
    width: 80%;
}
}